/*============= ALIGNES ===============*/

.fancybox__container iframe {
  width: 100%;
  height: 100%;
  min-width: 70vw;
  max-height: 90vh;
  aspect-ratio: 16 / 9;
}

.fancybox__content:has(iframe) {
  padding: 10px;
  background: var(--white);
  width: 90%;
}

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

:root {
  --accent: #375155;
  --hover: #008080;
  --card: #fff;
  --head: #1e1e1e;
  --bg-dark: #272727;
  --stroke: #d4d4d4;
  --main-text: #464646;
  --bg-light: #f8f8f8;
  --transition: all 0.3s ease-in;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Onest", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: var(--card);
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
	padding-top: 130px;
}

a {
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  transition: var(--transition);
}
@media (min-width: 992px) {
  a:hover {
    color: var(--accent);
  }
}

ul li {
  list-style-position: inside;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
ul li::marker {
  color: var(--Primary);
}

ol li {
  list-style-position: inside;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1.page-title {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}

.breadcrumbs {
  padding: clamp(10px, calc(0.625vw + 8px), 20px) 0;
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.breadcrumbs span {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.breadcrumbs .current-item span {
  color: var(--hover);
}
.breadcrumbs span.current-item {
  color: var(--hover);
}

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container-left {
  padding-left: clamp(15px, calc(24.9653259362vw + -284.334257975px), 195px);
  padding-right: clamp(15px, calc(2.080443828vw + -9.9445214979px), 30px);
  max-width: 1920px;
  margin: 0 auto;
}
.container-right {
  padding-left: clamp(15px, calc(2.080443828vw + -9.9445214979px), 30px);
  padding-right: clamp(15px, calc(24.9653259362vw + -284.334257975px), 195px);
  max-width: 1920px;
  margin: 0 auto;
}
.container--full {
  width: 100%;
  padding: 0 15px;
}

svg {
  transition: var(--transition);
  width: var(--svgWidth, clamp(20px, calc(0.25vw + 19.2px), 24px));
  height: var(--svgHeight, clamp(20px, calc(0.25vw + 19.2px), 24px));
  color: var(--svgColor, var(--Head));
}

h1,
.h1 {
  font-weight: 900;
  font-size: clamp(21px, calc(1.9375vw + 14.8px), 52px);
  line-height: 120%;
  color: var(--color, var(--head));
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 800;
  font-size: clamp(21px, calc(1.625vw + 15.8px), 47px);
  line-height: 120%;
  color: var(--color, var(--head));
  text-transform: uppercase;
}

h3,
.h3 {
  font-weight: 900;
  font-size: clamp(20px, calc(0.875vw + 17.2px), 34px);
  line-height: 120%;
  color: var(--color, var(--head));
}

h4,
.h4 {
  font-weight: 900;
  font-size: clamp(18px, calc(0.5vw + 16.4px), 26px);
  line-height: 120%;
  color: var(--color, var(--head));
}

h5,
.h5 {
  font-weight: 800;
  font-size: clamp(16px, calc(0.375vw + 14.8px), 22px);
  line-height: 120%;
  color: var(--color, var(--head));
}

h6,
.h6 {
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
}

p,
.p {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}

.p1 {
  font-weight: 400;
  font-size: clamp(18px, calc(0.25vw + 17.2px), 22px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}

.p3 {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}

.block-title {
  margin-bottom: 40px;
}
.block-title * {
  font-weight: 800;
  font-size: clamp(21px, calc(1.625vw + 15.8px), 47px);
  line-height: 120%;
  color: var(--color, var(--head));
  text-transform: uppercase;
  --color: var(--accent);
}
.block-title.center {
  text-align: center;
}

.compensate-for-scrollbar {
  margin-right: auto !important;
}

body.compensate-for-scrollbar {
  overflow: auto !important;
  overflow-x: hidden !important;
}

strong {
  font-weight: 700;
}

.fancybox__container svg {
  --svgColor: #fff;
}

.m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
	min-height: 250px;
}

#pp_loadmore_products {
  margin: clamp(20px, calc(1.25vw + 16px), 40px) auto 0;
}

.navigation.pagination {
  display: none;
}

.privacy-policy .content {
  padding-bottom: clamp(40px, calc(2.5vw + 32px), 80px);
}

/*============ TEMPLATES ===============*/
button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: var(--transition);
}

.main-banner-block__slide-price span{
  color: #80ff80 !important;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  transition: var(--transition);
  padding: clamp(10px, calc(0.125vw + 9.6px), 12px) clamp(20px, calc(1.1875vw + 16.2px), 39px);
  border: 1px solid var(--hover);
  background: linear-gradient(180deg, #008080 0%, #52acac 100%);
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--head);
  cursor: pointer;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  background-color: var(--hover);
  opacity: 0;
}
.btn span {
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn svg {
  transition: var(--transition);
}
.btn svg path {
  transition: var(--transition);
}
@media (min-width: 992px) {
  .btn:hover {
    border-color: var(--hover);
    color: var(--head);
  }
  .btn:hover::before {
    opacity: 1;
  }
}
.btn--transparent {
  background: transparent;
  border-color: var(--hover);
}
@media (min-width: 992px) {
  .btn--transparent:hover {
    border-color: var(--hover);
  }
  .btn--transparent:hover::before {
    top: 0;
  }
}
.btn-p-30-70 {
  padding: clamp(10px, calc(1.1875vw + 6.2px), 29px) clamp(20px, calc(3.0625vw + 10.2px), 69px);
}

.content > *:first-child {
  margin-top: 0 !important;
}
.content > div:last-child, .content > section:last-child {
  margin-bottom: clamp(40px, calc(2.5vw + 32px), 80px);
}
.content__padding {
  padding-bottom: clamp(40px, calc(2.5vw + 32px), 80px);
}

.content-text > *:last-child {
  margin-bottom: 0 !important;
}

.text-block,
.wp-block-column {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.text-block > p,
.wp-block-column > p {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.text-block > p:not(:last-child),
.wp-block-column > p:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.text-block > h1,
.wp-block-column > h1 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h2,
.wp-block-column > h2 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h2:not(:first-child),
.wp-block-column > h2:not(:first-child) {
  padding-top: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.text-block > h3,
.wp-block-column > h3 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h3:not(:first-child),
.wp-block-column > h3:not(:first-child) {
  padding-top: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.text-block > h4,
.wp-block-column > h4 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h4:not(:first-child),
.wp-block-column > h4:not(:first-child) {
  padding-top: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.text-block > h5,
.wp-block-column > h5 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h5:not(:first-child),
.wp-block-column > h5:not(:first-child) {
  padding-top: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.text-block > h6,
.wp-block-column > h6 {
  margin-bottom: clamp(10px, calc(0.9375vw + 7px), 25px);
}
.text-block > h6:not(:first-child),
.wp-block-column > h6:not(:first-child) {
  padding-top: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.text-block ul:not(.filepond--list) li,
.wp-block-column ul:not(.filepond--list) li {
  display: flex;
  align-items: flex-start;
  list-style: none;
  position: relative;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.text-block ul:not(.filepond--list) li::before,
.wp-block-column ul:not(.filepond--list) li::before {
  content: "";
  margin-right: clamp(7px, calc(0.1875vw + 6.4px), 10px);
  margin-top: 6px;
  display: flex;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--accent);
}
.text-block ul:not(.filepond--list) li:not(:last-child),
.wp-block-column ul:not(.filepond--list) li:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.text-block ul:not(.filepond--list):not(:last-child),
.wp-block-column ul:not(.filepond--list):not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.text-block ol li,
.wp-block-column ol li {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.text-block ol li::marker,
.wp-block-column ol li::marker {
  color: var(--main-text);
}
.text-block ol li:not(:last-child),
.wp-block-column ol li:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.text-block ol:not(:last-child),
.wp-block-column ol:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.text-block hr,
.wp-block-column hr {
  border-color: var(--accent);
  border-width: 1px;
  margin: clamp(20px, calc(1.25vw + 16px), 40px) 0;
}
.text-block .wp-block-image,
.wp-block-column .wp-block-image {
  position: relative;
  margin: clamp(20px, calc(1.25vw + 16px), 40px) 0;
}
.text-block .wp-block-image:after,
.wp-block-column .wp-block-image:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.text-block .wp-block-image img,
.wp-block-column .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  background: var(--card);
  border-collapse: collapse;
  border-radius: 10px;
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
table:not(:first-child) {
  margin-top: clamp(15px, calc(0.9375vw + 12px), 30px);
}
table:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
table tr {
  height: auto !important;
  min-height: 60px;
}
table tr .amount {
  font-weight: 700;
}
table tr .amount * {
  font-weight: 700;
}
table th {
  padding: clamp(5px, calc(0.3125vw + 4px), 10px) clamp(5px, calc(0.8125vw + 2.4px), 18px) clamp(5px, calc(0.3125vw + 4px), 10px) clamp(5px, calc(1.875vw + -1px), 35px);
  height: clamp(40px, calc(1.25vw + 36px), 60px) !important;
  min-width: 120px;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  border: 1px solid var(--background-light);
}
table th:first-child {
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  --color: #253340;
}
table td {
  padding: clamp(5px, calc(0.3125vw + 4px), 10px) clamp(5px, calc(0.8125vw + 2.4px), 18px) clamp(5px, calc(0.3125vw + 4px), 10px) clamp(5px, calc(1.875vw + -1px), 35px);
  min-width: 120px;
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  border: 1px solid var(--background-light);
}
table td:first-child {
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  --color: #253340;
}
table .table-link {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 992px) {
  table .table-link:hover {
    --color: var(--primary);
  }
}

.table__responsive {
  width: 100%;
  overflow: auto;
}

.table:last-of-type tr:last-child {
  border-bottom: 0;
}

.footer {
  background: var(--bg-light);
  padding-top: 70px;
  padding-bottom: 30px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, calc(0.8673026886vw + 3.3477883781px), 20px);
  padding-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}
.footer__logo {
  width: clamp(170px, calc(12.3789020452vw + 47.325080732px), 285px);
  height: clamp(70px, calc(2.691065662vw + 83.3315392896px), 130px);
  display: block;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottom {
  padding-top: clamp(10px, calc(0.625vw + 8px), 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--main-text);
}
.footer__col-title {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.footer__contacts:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}
.footer__contacts-value {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.footer__contacts-value svg {
  flex-shrink: 0;
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
}
.footer__contacts-value img {
  flex-shrink: 0;
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__requisites p {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.footer__requisites p:not(:last-child) {
  margin-bottom: 5px;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: clamp(5px, calc(0.5382131324vw + -0.3336921421px), 10px) clamp(10px, calc(2.1528525296vw + -11.3347685684px), 30px);
  list-style: none;
  max-width: clamp(250px, calc(22.6049515608vw + 25.9849300323px), 460px);
}
.footer__menu a {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
}
.footer__link {
  text-decoration: underline;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 150%;
}

.grampus-link {
  display: flex;
  align-items: center;
  --color: var(--main-text);
}
.grampus-link svg {
  width: 111px;
  height: 26px;
  fill: var(--main-text);
  margin-left: clamp(10px, calc(0.625vw + 8px), 20px);
}
@media (min-width: 992px) {
  .grampus-link:hover {
    color: var(--accent);
  }
  .grampus-link:hover svg {
    fill: var(--accent);
  }
}
@media (max-width: 1199px) {
	.footer {
padding-top: 30px;}
  .footer__top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer__logo {
    flex: 0 0 100%;
	  width: 74px;
	  height: 74px;
  }
  .footer__logo img {
    object-position: left;
  }
  .footer__menu {
    max-width: none;
  }
  .footer__col:not(.contacts) {
    flex: 1;
  }
}
@media (max-width: 767px) {
	.footer {
		padding-bottom: 15px;}
  .footer__top {
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
	.footer {
		padding-top: 15px;
}
	.footer__logo {
	  width: 64px;
	  height: 64px;
		max-height: 64px;
  }
}
.form-v2 input:not([type=submit]) {
  height: clamp(50px, calc(2.5vw + 42px), 90px);
  width: 100%;
  padding: clamp(9px, calc(1.4375vw + 4.4px), 32px) clamp(15px, calc(0.625vw + 13px), 25px);
  border-radius: 2px;
  border: 1px solid var(--borderInput, var(--card));
  background: var(--backgroundInput, var(--card));
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--head);
  transition: var(--transition);
  cursor: pointer;
}
.form-v2 input:not([type=submit])::-moz-placeholder {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--main-text);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-v2 input:not([type=submit])::placeholder {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--main-text);
  transition: var(--transition);
}
.form-v2 input:not([type=submit]):focus-visible {
  outline: none;
}
.form-v2 input:not([type=submit]):focus {
  outline: none !important;
  --color: var(--accent);
  --borderInput: var(--accent) !important;
}
.form-v2 input:not([type=submit]):focus::-moz-placeholder {
  --color: var(--accent);
}
.form-v2 input:not([type=submit]):focus::placeholder {
  --color: var(--accent);
}
@media (min-width: 992px) {
  .form-v2 input:not([type=submit]):hover {
    --color: var(--accent);
    --borderInput: var(--accent) !important;
  }
  .form-v2 input:not([type=submit]):hover::-moz-placeholder {
    --color: var(--accent);
  }
  .form-v2 input:not([type=submit]):hover::placeholder {
    --color: var(--accent);
  }
}
.form-v2 input:not([type=submit]).error {
  border-color: red;
  --colorInput: red;
}
.form-v2 input:not([type=submit]).error::-moz-placeholder {
  --colorInput: red;
}
.form-v2 input:not([type=submit]).error::placeholder {
  --colorInput: red;
}
.form-v2 textarea {
  min-height: clamp(140px, calc(3.125vw + 130px), 190px);
  height: 100%;
  width: 100%;
  padding: clamp(9px, calc(1.4375vw + 4.4px), 32px) clamp(15px, calc(0.625vw + 13px), 25px);
  border-radius: 2px;
  border: 1px solid var(--borderInput, var(--card));
  background: var(--backgroundInput, var(--card));
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--head);
  transition: var(--transition);
  resize: none;
  cursor: pointer;
}
.form-v2 textarea::-moz-placeholder {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--main-text);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-v2 textarea::placeholder {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--main-text);
  transition: var(--transition);
}
.form-v2 textarea:focus-visible {
  outline: none;
}
.form-v2 textarea:focus {
  outline: none !important;
  --color: var(--accent);
  --borderInput: var(--accent);
}
.form-v2 textarea:focus::-moz-placeholder {
  --color: var(--accent);
}
.form-v2 textarea:focus::placeholder {
  --color: var(--accent);
}
@media (min-width: 992px) {
  .form-v2 textarea:hover {
    --color: var(--accent);
    --borderInput: var(--accent);
  }
  .form-v2 textarea:hover::-moz-placeholder {
    --color: var(--accent);
  }
  .form-v2 textarea:hover::placeholder {
    --color: var(--accent);
  }
}
.form-v2 textarea.error {
  border-color: red;
  --colorInput: red;
}
.form-v2 textarea.error::-moz-placeholder {
  --colorInput: red;
}
.form-v2 textarea.error::placeholder {
  --colorInput: red;
}
.form-v2 button[form-send] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-v2 button[form-send].disabled {
  color: transparent;
  pointer-events: none;
}
.form-v2 button[form-send].disabled * {
  opacity: 0;
}
.form-v2 input.hidden {
  display: none;
}
.form-v2 .form-status {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.form-v2 .form-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  transform: scale(0.85);
  margin: auto;
}
.form-v2 .form-preloader .preloader__item {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: bounce_circularG 1.1s infinite;
}
.form-v2 .form-preloader .preloader__item-1 {
  left: 0;
  top: 18px;
  animation-delay: 0s;
}
.form-v2 .form-preloader .preloader__item-2 {
  left: 5px;
  top: 5px;
  animation-delay: 0.14s;
}
.form-v2 .form-preloader .preloader__item-3 {
  top: 0;
  left: 18px;
  animation-delay: 0.28s;
}
.form-v2 .form-preloader .preloader__item-4 {
  right: 5px;
  top: 5px;
  animation-delay: 0.42s;
}
.form-v2 .form-preloader .preloader__item-5 {
  right: 0;
  top: 18px;
  animation-delay: 0.56s;
}
.form-v2 .form-preloader .preloader__item-6 {
  right: 5px;
  bottom: 5px;
  animation-delay: 0.7s;
}
.form-v2 .form-preloader .preloader__item-7 {
  left: 18px;
  bottom: 0;
  animation-delay: 0.84s;
}
.form-v2 .form-preloader .preloader__item-8 {
  left: 5px;
  bottom: 5px;
  animation-delay: 0.98s;
}
.form-v2 .form__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.form-v2 .form__privacy {
  --color: var(--main-text);
}
.form-v2 .form__privacy-link {
  --color: var(--main-text);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .form-v2 .form__privacy-link:hover {
    --color: var(--accent);
  }
}
.form-v2 .form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-v2 .form__checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-v2 .form__checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: max(2 / 19.2 * 1vw, 2px);
  left: max(8 / 19.2 * 1vw, 8px);
  width: max(6 / 19.2 * 1vw, 6px);
  height: max(12 / 19.2 * 1vw, 12px);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-v2 .form__checkbox input:checked + label::before {
  background-color: #000;
  border-color: #000;
}
.form-v2 .form__checkbox input.error ~ label::before {
  border-color: red;
  color: red;
}
.form-v2 .form__checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.form-v2 .form__checkbox label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #e2e3e3;
  padding: max(10 / 19.2 * 1vw, 10px);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: max(10 / 19.2 * 1vw, 10px);
  border-radius: 3px;
  height: 100%;
}
.form-v2 .file {
  cursor: pointer;
}
.form-v2 .file__title {
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  cursor: pointer;
  transition: var(--transition);
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

.label {
  position: relative;
  margin-bottom: max(20 / 19.2 * 1vw, 20px);
}
.label textarea + span {
  top: max(20 / 19.2 * 1vw, 20px);
  transform: none;
}
.label span {
  position: absolute;
  top: 50%;
  left: max(20 / 19.2 * 1vw, 20px);
  transform: translateY(-50%);
  transition: var(--transition);
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  pointer-events: none;
}
.label.active span {
  top: max(3 / 19.2 * 1vw, 3px);
  transform: none;
  font-size: max(10 / 19.2 * 1vw, 10px);
  line-height: 100%;
  letter-spacing: 0.5px;
}
.label.active input,
.label.active textarea {
  border-color: #000;
}
.label.active input::-moz-placeholder, .label.active textarea::-moz-placeholder {
  opacity: 1;
}
.label.active input::placeholder,
.label.active textarea::placeholder {
  opacity: 1;
}

@media (max-width: 500px) {
  .form-v2 .form__btn-wrap {
    flex-direction: column;
  }
  .form-v2 .form__btn-wrap .form__privacy {
    max-width: 100%;
    order: inherit;
    margin-top: 10px;
  }
  .form-v2 .form__btn-wrap .submit {
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
	-webkit-box-shadow: 0px 25px 56px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 56px rgba(0, 0, 0, 0.1);
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(6.5662002153vw + -55.0710441335px), 71px);
}
.header__logo {
  width: clamp(170px, calc(12.3789020452vw + 47.325080732px), 285px);
  height: clamp(70px, calc(2.691065662vw + 83.3315392896px), 130px);
  display: block;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__right {
  flex: 1;
}
.header__top {
  display: flex;
  align-items: center;
  gap: clamp(15px, calc(2.906350915vw + -13.8019375673px), 42px);
  padding: 11px 0;
}
.header__contacts-value {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--head);
}
.header__contacts-value * {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--head);
}
.header__contacts a.header__contacts-value {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  --color: var(--head);
}
@media (min-width: 992px) {
  .header__contacts a.header__contacts-value:hover {
    color: var(--accent);
    border-color: var(--accent);
  }
}
.header__contacts.phone {
  flex-shrink: 0;
}
.header__btn {
  flex-shrink: 0;
  margin-left: auto;
	padding: 12px 40px;
    width: 250px;
    height: 54px;
}
.header__socials-wrap {
  display: flex;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}
.header__socials-item {
  width: clamp(20px, calc(1.0764262648vw + 9.3326157158px), 30px);
  height: clamp(20px, calc(1.0764262648vw + 9.3326157158px), 30px);
}
.header__socials-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, calc(4.0904198062vw + -30.5360602799px), 48px);
  list-style: none;
  border-top: 1px solid var(--stroke);
  padding: 10px 0;
}
.header__menu a {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: var(--transition);
  --color: var(--head);
  display: block;
}
@media (min-width: 992px) {
  .header__menu a:hover {
    color: var(--accent);
    border-color: var(--accent);
  }
}

@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
  .header__contacts.addresses {
    display: none;
  }
  .header__logo {
    width: 74px;
    height: 74px;
  }
  .header__right {
    flex: none;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .header__socials-wrap {
    display: none;
  }
  .header__contacts-title {
    font-size: 12px;
  }
  .header__contacts-value {
    font-size: 14px;
  }
  .header__contacts-value * {
    font-size: 14px;
  }
	.header__logo {
		width: 64px;
height: 64px;}
}
.mobile-menu-open {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
}
.mobile-menu-open__button {
  width: 30px;
  height: 2px;
  background-color: var(--accent);
}
.mobile-menu-open__button:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--accent);
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.mobile-menu-open__button:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--accent);
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.mobile-menu-open.active .mobile-menu-open__button {
  background-color: transparent;
}
.mobile-menu-open.active .mobile-menu-open__button:after {
  transform: rotate(-45deg);
  bottom: 0;
  margin: auto;
}
.mobile-menu-open.active .mobile-menu-open__button:before {
  transform: rotate(45deg);
  top: 0;
  margin: auto;
}

.mobile-menu {
  position: fixed;
  right: -100%;
  width: 50%;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s linear;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 15px;
  background-color: var(--card);
  top: 74px;
}
.mobile-menu__wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-menu.opened, .mobile-menu.active,
.mobile-menu .nav_close.opened {
  right: 0;
  display: flex;
}
.mobile-menu__wrap li {
  list-style-type: none;
}
.mobile-menu__wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  gap: 5px;
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  --color: var(--head);
  text-decoration: none;
}
.mobile-menu__wrap li a .menu-item__icon {
  position: relative;
  width: 60px;
}
.mobile-menu__wrap li a .menu-item__icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mobile-menu__wrap li a .menu-item__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-menu__wrap li.has-childs a span {
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  --color: var(--head);
}
.mobile-menu__wrap li.has-childs svg {
  transform: rotate(-90deg);
  width: 12px;
  height: 12px;
  color: var(--accent);
}
.mobile-menu__wrap li.back a {
  justify-content: flex-start;
  font-weight: 800;
  font-size: clamp(14px, calc(0.25vw + 13.2px), 18px);
  line-height: 120%;
  color: var(--color, var(--head));
  color: var(--accent);
}
.mobile-menu__wrap li.back svg {
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  color: var(--accent);
}
.mobile-menu__wrap .sub-menu {
  position: fixed;
  left: -100%;
  width: max(280 / 19.2 * 1vw, 260px);
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s linear;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 15px;
  background-color: var(--card);
  top: 0;
}
.mobile-menu__wrap .sub-menu.active {
  left: 0;
  display: flex;
}
.mobile-menu__contact {
  padding: 10px;
}
.mobile-menu__contact > *:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu__contact-value {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.mobile-menu__contact-value * {
  font-weight: 900;
  font-size: clamp(18px, calc(0.5vw + 16.4px), 26px);
  line-height: 120%;
  color: var(--color, var(--head));
}
.mobile-menu__contact-value svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.mobile-menu__contact-value svg path {
  stroke: var(--accent);
}
.mobile-menu__contact-value img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu__btn {
  width: 100%;
}
.mobile-menu__socials-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mobile-menu__socials-item {
  width: 30px;
  height: 30px;
}
.mobile-menu__socials-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.opened .header {
  z-index: 101;
}

@media (max-width: 1199px) {
  .mobile-menu-open {
    display: flex;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .mobile-menu {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .mobile-menu {
    width: 100%;
	top: 64px;
  }
}
.modal-congratulations,
.modal-error {
  height: -moz-fit-content;
  height: fit-content;
  width: 967px;
  max-height: 90vh;
  max-width: 90vw;
  background: var(--accent);
  border-radius: 2px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 99999;
  padding: clamp(30px, calc(1.875vw + 24px), 60px) clamp(20px, calc(1.875vw + 14px), 50px) clamp(30px, calc(2.125vw + 23.2px), 64px);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-congratulations.active,
.modal-error.active {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal {
  width: 100%;
}
.theme-modal__title {
  text-align: center;
  --color: var(--card);
}
.theme-modal__subtitle {
  margin-top: 15px;
  text-align: center;
  --color: var(--bg-light);
}
.theme-modal__btn {
  margin: clamp(15px, calc(0.625vw + 13px), 25px) auto 0;
}
.theme-modal__form-wrapper {
  margin-top: clamp(15px, calc(0.9375vw + 12px), 30px);
}
.theme-modal.fancybox__content {
  padding: clamp(30px, calc(1.875vw + 24px), 60px) clamp(20px, calc(1.875vw + 14px), 50px) clamp(30px, calc(2.125vw + 23.2px), 64px);
  border-radius: 2px;
  cursor: default !important;
  background: var(--accent);
}
.theme-modal.fancybox__content .is-close-btn {
  top: clamp(10px, calc(1.5625vw + 5px), 35px) !important;
  right: clamp(10px, calc(1.5625vw + 5px), 35px) !important;
  --fancybox-color: var(--card);
  background: none;
  border-radius: 0px;
  box-shadow: none;
  transition: color 0.3s ease;
  --carousel-button-width: 15px;
  --carousel-button-height: 15px;
  --f-button-width: 15px;
  --f-button-height: 15px;
  transition: var(--transition);
}
.theme-modal.fancybox__content .is-close-btn svg {
  --svgColor: var(--card);
  --carousel-button-svg-filter: none;
}
@media (min-width: 992px) {
  .theme-modal.fancybox__content .is-close-btn:hover svg {
    --svgColor: var(--hover);
  }
}
.theme-modal .form__row {
  display: grid;
  grid-template-columns: 48.7% 1fr;
  gap: clamp(5px, calc(0.9375vw + 2px), 20px);
}
.theme-modal .form__input {
  height: 100%;
}
.theme-modal .form__input input {
  height: 100%;
}
.theme-modal .form__input.textarea {
  grid-row: 2 span;
}
.theme-modal .form__input.textarea textarea {
  height: 100%;
}
.theme-modal .form__btn {
  margin-top: clamp(15px, calc(0.9375vw + 12px), 30px);
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
  width: 100%;
}
.theme-modal .form__btn .btn {
  width: 100%;
}
.theme-modal .form__privacy {
  text-align: center;
  --color: var(--card);
}
.theme-modal .form__privacy-link {
  --color: var(--card);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .theme-modal .form__privacy-link:hover {
    color: var(--stroke);
  }
}
.theme-modal .form__file {
  margin-top: clamp(5px, calc(0.9375vw + 2px), 20px);
  --color: var(--card);
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .theme-modal .form__file:hover {
    --color: var(--stroke);
  }
}

.fancybox__backdrop {
  --fancybox-bg: rgba(20, 20, 20, 0.8);
}

.background-modals {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.8);
  z-index: 2500;
}

@media (max-width: 575px) {
  .theme-modal .form__row {
    grid-template-columns: 1fr;
  }
  .theme-modal .form__input.textarea {
    order: 1;
  }
}
/*============ PAGINATION =================*/
.page-numbers {
  font-weight: 400;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 150%;
  color: var(--color, var(--main-text));
  --color: var(--Head);
  margin: 0 clamp(5px, calc(0.3125vw + 4px), 10px);
}
.page-numbers.current {
  color: var(--Primary);
}
@media (min-width: 992px) {
  .page-numbers:hover {
    color: var(--Primary);
  }
}
.page-numbers.prev, .page-numbers.next {
  width: clamp(35px, calc(0.9375vw + 32px), 50px);
  height: clamp(35px, calc(0.9375vw + 32px), 50px);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Background-light);
  margin: 0;
}
.page-numbers.prev svg, .page-numbers.next svg {
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
  transition: var(--transition);
  --svgColor: var(--Primary);
}
@media (min-width: 992px) {
  .page-numbers.prev:hover, .page-numbers.next:hover {
    background-color: var(--Hover);
  }
  .page-numbers.prev:hover svg, .page-numbers.next:hover svg {
    --svgColor: var(--Card);
  }
}
.page-numbers.next {
  margin-left: clamp(30px, calc(10.625vw + -4px), 200px);
}
.page-numbers.prev {
  margin-right: clamp(30px, calc(10.625vw + -4px), 200px);
}
.page-numbers.prev svg {
  transform: rotate(180deg);
}

span.prev, span.next {
  pointer-events: none !important;
}
span.prev svg, span.next svg {
  color: var(--Stroke) !important;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(20px, calc(1.25vw + 16px), 40px) auto 0;
  position: relative;
}

/*============ SLIDER =================*/
.swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}
.swiper-slide .product-card {
  height: 100%;
}

.slider-btn {
  width: clamp(35px, calc(1.1875vw + 31.2px), 54px);
  height: clamp(35px, calc(1.1875vw + 31.2px), 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  border: 1px solid var(--hover);
  border-radius: 2px;
}
.slider-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--hover) 0%, var(--hover) 100%);
  z-index: 1;
  transition: var(--transition);
  opacity: 0;
}
.slider-btn svg {
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
  --svgColor: var(--hover);
  position: relative;
  z-index: 2;
}
.slider-btn--prev svg {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .slider-btn:hover::before {
    opacity: 1;
  }
  .slider-btn:hover svg {
    --svgColor: var(--card);
  }
}
.slider-btn.swiper-button-disabled {
  pointer-events: none !important;
  border-color: var(--stroke);
}
.slider-btn.swiper-button-disabled svg {
  --svgColor: var(--stroke);
}

.slider-pagination {
  position: var(--pagination-position, static) !important;
  text-align: var(--pagination-text-align, center) !important;
  max-width: 65%;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-color: var(--hover);
  --swiper-pagination-bullet-inactive-color: var(--card);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  z-index: 1 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.slider-pagination .swiper-pagination-bullet {
  border: 1px solid var(--hover);
}

.swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(20px, calc(1.25vw + 16px), 40px);
}
.swiper-navigation .swiper-pagination {
  margin-left: auto;
}

.swiper-navigation-btn {
  display: flex;
  gap: 15px;
}

.service-category-card,
.service-card {
  position: relative;
  min-height: clamp(200px, calc(8.75vw + 172px), 340px);
  padding: clamp(15px, calc(2.691065662vw + -11.6684607104px), 40px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}
.service-category-card::before,
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 26.47%, rgba(0, 0, 0, 0) 62.06%);
  z-index: 1;
}
.service-category-card__image,
.service-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
}
.service-category-card__wrap,
.service-card__wrap {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, calc(0.625vw + 3px), 15px);
}
.service-category-card__title,
.service-card__title {
  --color: var(--card);
}
.service-category-card__price,
.service-card__price {
  --color: var(--card);
}
@media (min-width: 992px) {
  .service-category-card:hover .service-card__image,
  .service-category-card:hover .service-category-card__image,
  .service-card:hover .service-card__image,
  .service-card:hover .service-category-card__image {
    transform: scale(1.15);
  }
}

.portfolio-card {
  position: relative;
	height:100%;
	max-height:600px;
  height: clamp(300px, calc(6.875vw + 278px), 490px);
  overflow: hidden;
}
.portfolio-card__image {
/*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-position:center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
}
.portfolio-card__text-content {
  position: absolute;
  bottom: -40px;
  left: 10px;
  width: calc(100% - 20px);
  padding: clamp(15px, calc(0.75vw + 12.6px), 27px) clamp(10px, calc(1.25vw + 6px), 30px);
  border-radius: 2px;
  background: var(--card);
  opacity: 0;
  transition: var(--transition);
}
.portfolio-card__title:not(:last-child) {
  margin-bottom: clamp(5px, calc(0.3125vw + 4px), 10px);
}
@media (min-width: 992px) {
  .portfolio-card:hover .portfolio-card__text-content {
    bottom: 10px;
    opacity: 1;
  }
  .portfolio-card:hover .portfolio-card__image {
    transform: scale(1.1);
  }
}
.portfolio-card .video {
  height: 100%;
  cursor: pointer;
}
.portfolio-card .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 113, 241, 0.7);
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}
@media (min-width: 992px) {
  .portfolio-card .video:hover:before {
    opacity: 1;
  }
}
.portfolio-card .video picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-card .video picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-card .video .video__btn {
  width: clamp(50px, calc(2.5vw + 42px), 90px);
  height: clamp(50px, calc(2.5vw + 42px), 90px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--card);
  z-index: 2;
}
.portfolio-card .video .video__btn svg {
  width: 24px;
  height: 28px;
  --svgColor: var(--card);
  margin-left: 5px;
}

@media (max-width: 991px) {
  .portfolio-card__text-content {
    opacity: 1;
    bottom: 10px;
  }
}
.stock-card {
 box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: var(--card);
  display: flex;
}
.stock-card__wrap {
  padding: 70px;
  flex: 1;
}
.stock-card__title {
  margin-bottom: 15px;
}
.stock-card__title * {
  font-weight: 800;
  font-size: clamp(21px, calc(1.625vw + 15.8px), 47px);
  line-height: 120%;
  color: var(--color, var(--head));
  text-transform: uppercase;
  --color: var(--accent);
}
.stock-card__image {
  width: 38.8%;
  position: relative;
}
.stock-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.stock-card__btn {
  margin-top: 30px;
}

@media (max-width: 991px) {
	.stock-card__wrap {
padding: 40px;}
}
@media (max-width: 767px) {
	.stock-card__wrap {
padding: 20px;}
	.stock-card__title {
margin-bottom: 10px;}
	.stock-card__btn {
        margin-top: 15px;
    }
    .stock-card__image {
        display: none;
    }
}
.news-card {
  border: 1px solid var(--stroke);
  border-radius: 2px;
  background: var(--card);
  padding: clamp(5px, calc(0.3125vw + 4px), 10px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.625vw + 8px), 20px);
  height: 100%;
}
.news-card__image {
  position: relative;
  overflow: hidden;
}
.news-card__image:after {
  content: "";
  display: block;
  padding-bottom: 71%;
}
.news-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
}
.news-card__middle {
  padding-left: clamp(0px, calc(0.625vw + -2px), 10px);
  padding-right: clamp(0px, calc(0.625vw + -2px), 10px);
}
.news-card__date {
  margin-bottom: 10px;
}
.news-card__title {
  transition: var(--transition);
}
.news-card__title:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}
.news-card__description {
  margin: 0;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__btn {
  width: 100%;
}
@media (min-width: 992px) {
  .news-card:hover .news-card__title {
    --color: var(--accent);
  }
  .news-card:hover .news-card__image img {
    transform: scale(1.15);
  }
}

.review-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 2px;
  padding: clamp(20px, calc(1.1875vw + 16.2px), 39px) clamp(15px, calc(1.5vw + 10.2px), 39px);
}
.review-card__top {
  display: flex;
  justify-content: space-between;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}
.review-card__text:not(:last-child) {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}
.review-card__images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.review-card__images-item {
  width: clamp(60px, calc(1.25vw + 56px), 80px);
  height: clamp(60px, calc(1.25vw + 56px), 80px);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
.review-card__images-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 113, 241, 0.7);
  transition: var(--transition);
  opacity: 0;
  z-index: 1;
}
.review-card__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .review-card__images-item:hover::before {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .review-card__top {
    flex-direction: column;
  }
}
.product-card {
  background: var(--card);
  border-radius: 2px;
  border: 1px solid transparent;
  overflow: hidden;
  display: block;
}
.product-card__image {
  margin: 32px 42px;
  position: relative;
}
.product-card__image:after {
  content: "";
  display: block;
  padding-bottom: 77%;
}
.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition);
}
.product-card__title {
  transition: var(--transition);
}
.product-card__info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.product-card__btn {
  margin-left: auto;
}
@media (min-width: 992px) {
  .product-card:hover {
    border-color: var(--accent);
  }
  .product-card:hover .product-card__title {
    color: var(--accent);
  }
  .product-card:hover .product-card__image img {
    transform: scale(0.85);
  }
}
@media (max-width: 1199px) {
	.product-card__info {
		padding: 20px;}
	.product-card__image {
		margin: 15px;}
}
@media (max-width: 767px) {
	.block-title {
  margin-bottom: 20px;
}
  .product-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-card__btn {
    width: 100%;
    margin-left: 0;
  }
  .product-card__info {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .product-card__title {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
main {
	padding-top: 124px;
}
}
@media (max-width: 1199px) {
main {
	padding-top: 74px;
}
}
@media (max-width: 991px) {
	.m-80 {
  margin-top: 40px;
  margin-bottom: 40px;
	}}
@media (max-width: 575px) {
main {
	padding-top: 64px;
}
	.container--full {
    padding: 0 10px;
}
}
/* ============= MEDIA QUERIES =========== *//*# sourceMappingURL=main.css.map */