@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

address,
cite {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

  margin: 0;
}

/* Firefox */


input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html,
body {
  height: 100%;
}

.site-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #3c3c3b;
  --color-text: #959595;
  --color-bg: #f5f5f5;
  --color-accent: #9b8066;
  --color-gray: #6b6b6b;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-UltraLight.woff2") format("woff2"), url("../fonts/EuclidFlex-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Light.woff2") format("woff2"), url("../fonts/EuclidFlex-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-BoldItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-ThinItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Regular.woff2") format("woff2"), url("../fonts/EuclidFlex-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-UltraLightItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-MediumItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-SemiBoldItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-SemiBold.woff2") format("woff2"), url("../fonts/EuclidFlex-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-LightItalic.woff2") format("woff2"), url("../fonts/EuclidFlex-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Italic.woff2") format("woff2"), url("../fonts/EuclidFlex-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Bold.woff2") format("woff2"), url("../fonts/EuclidFlex-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Thin.woff2") format("woff2"), url("../fonts/EuclidFlex-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/EuclidFlex-Medium.woff2") format("woff2"), url("../fonts/EuclidFlex-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/EuclidCircularA-Light.woff2") format("woff2"), url("../fonts/EuclidCircularA-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/EuclidCircularA-Medium.woff2") format("woff2"), url("../fonts/EuclidCircularA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Euclid Circular A";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-dark);
  background-color: var(--color-white);
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.main.mt100 {
  margin-top: 95px;
}
@media (max-width: 576px) {
  .main.mt100 {
    margin-top: 70px;
  }
}

.container {
  max-width: 1150px;
  padding: 0px 15px;
  margin: 0 auto;
}
.container--1820 {
  max-width: 100%;
}
.container--1280 {
  max-width: 1310px;
}
.container--100 {
  max-width: 100%;
  padding-right: 40px;
}

/* NEW */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mb-3 {
    margin-bottom: 15px;
}
.col-12, .col-md-3, .col-md-4, .col-md-6, .col-sm-6, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-9 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}
}
@media (min-width: 1199px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
.mt-5 {
	margin-top: 50px;
}
/* --- */

.logo {
  width: 210px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .logo {
    width: 130px;
    height: 30px;
  }
}

.container-fluid {
  max-width: 1920px;
  padding: 0px 15px;
  margin: 0 auto;
}
.mb-3 {
    margin-bottom: 30px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

svg {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 550ms ease;
       -o-transition-delay: 550ms ease;
          transition-delay: 550ms ease;
}

.btn {
  font-family: "Euclid Circular A";
  display: block;
  line-height: 1;
  color: var(--color-white);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  padding: 13px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-gray);
  z-index: -1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.btn:hover {
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
}
.btn:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.btn--white {
  font-family: "Euclid Flex";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3e3e3e;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  border: none;
  position: relative;
  border: none;
}
.btn--white .btn__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn--white .btn__left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.btn--white .btn__left::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.btn--white .btn__right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn--white .btn__right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.btn--white .btn__right::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.btn--white:hover {
  border-radius: 0;
}
.btn--white:hover .btn__left::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.btn--white:hover .btn__left::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.btn--white:hover .btn__right::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.btn--white:hover .btn__right::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.btn--white::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 76%;
  top: 6px;
  left: 7px;
  background-color: var(--color-white);
  z-index: -1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  border-radius: 2px;
}
.btn--white::before {
  position: absolute;
  content: "";
  width: 93%;
  height: 76%;
  top: 6px;
  left: 7px;
  background-color: var(--color-gray);
  z-index: -1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 2px;
}
.btn--white:hover {
  color: var(--color-white);
}
.btn--white:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.btn--white:hover::before {
  background-color: var(--color-gray);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tagline {
  padding: 65px 0;
  font-family: "Euclid Circular A";
  position: relative;
}
@media (max-width: 767.98px) {
  .tagline {
    padding: 45px 0;
  }
}
.tagline::after, .tagline::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: var(--color-text);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350px;
}
@media (max-width: 1150px) {
  .tagline::after, .tagline::before {
    width: calc(
        200px + 150 *
          ((100vw - 375px) / 775)
      );
  }
}
.tagline::after {
  top: 30px;
}
@media (max-width: 767.98px) {
  .tagline::after {
    top: 20px;
  }
}
.tagline::before {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .tagline::before {
    bottom: 20px;
  }
}
.tagline__text {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  color: #3c3c3b;
  font-size: 20px;
}
@media (max-width: 1150px) {
  .tagline__text {
    font-size: calc(
        16px + 4 *
          ((100vw - 375px) / 775)
      );
  }
}
.tagline__text span {
  display: block;
}
@media (max-width: 767.98px) {
  .tagline__text span {
    display: inline;
  }
}
.tagline__text p:not(:last-child) {
  margin-bottom: 10px;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cart-right {
  background-color: #f9f9f9;
  border-radius: 0px 5px 5px 0px;
  padding: 30px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  right: 0;
}
@media (max-width: 991.98px) {
  .cart-right {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cart-right__title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .cart-right__title {
    font-size: calc(
        18px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart-right__list {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (max-width: 1150px) {
  .cart-right__list {
    margin-bottom: calc(
        20px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
}
.cart-right__item.mt {
  margin-top: 10px;
}
.cart-right__left {
  color: #999999;
}
.cart-right__right {
  color: #4b4b4b;
  font-weight: 400;
}
.cart-right__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #333232;
  gap: 20px;
  margin-bottom: 20px;
}
.cart-right__total-text {
  font-size: 21px;
}
.cart-right__btn {
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(20%, #9d8269), color-stop(66%, #c7aa8e), color-stop(96%, #a1876f), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #9d8269 20%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #9d8269 20%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 21px;
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 15px;
}
.cart-right__btn:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(20%, #9d8269));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #9d8269 20% #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #9d8269 20% #a1876f 126%);
}
.cart-right__btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.cart-right__notify {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: #8c8c8c;
  text-align: center;
  margin: 0 auto;
}
.cart-right__notify span {
  color: #343434;
  font-weight: 400;
}
.cart-right--discount .cart-right__title {
  margin-bottom: 15px;
}
.cart-right--discount .cart-right__list {
  padding-bottom: 28px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 13px;
  gap: 17px;
}
.cart-right--discount .cart-right__total {
  margin-bottom: 20px;
}
.cart-right--discount .cart-right__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 26px;
}
.cart-right--discount .cart-right__discount-text {
  color: #9c8168;
  max-width: 150px;
}
.cart-right--discount .cart-right__discount-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #4b4b4b;
  font-weight: 500;
}
.cart-right--discount .cart-right__btn {
  margin-bottom: 9px;
}

.catalog-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--color-white);
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.catalog-section--footer {
  height: auto !important;
  width: 100%;
}
.catalog-section__wrapper {
  height: 100%;
  width: 100%;
  padding: 160px 0;
  padding-top: 180px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2.5s ease;
  -o-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}
@media (max-width: 1150px) {
  .catalog-section__wrapper {
    padding-top: calc(
        80px + 100 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .catalog-section__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.catalog-section__wrapper--wrapper {
  padding-top: 240px;
}
.catalog-section.active .catalog-section__wrapper {
  opacity: 1;
}
.catalog-section__offer {
  max-height: 750px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .catalog-section__offer {
    max-height: 450px;
  }
}
.catalog-section__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 5px;
}
@media (max-width: 1150px) {
  .catalog-section__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.catalog-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .catalog-section__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalog-section__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (240px)[2];
  grid-template-columns: repeat(2, 240px);
  gap: 15px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .catalog-section__btns {
    -ms-grid-columns: 240px;
    grid-template-columns: 240px;
  }
}
.catalog-section__btn {
  border-radius: 27px;
  position: relative;
  height: 42px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  color: var(--color-white);
  overflow: hidden;
  z-index: 1;
}
.catalog-section__btn::before {
  position: absolute;
  content: "";
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  z-index: -1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.catalog-section__btn--cart {
  font-size: 17px;
  font-weight: 500;
  color: #2f2f2f;
  background: var(--color-white);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.catalog-section__btn--cart::before {
  position: absolute;
  content: "";
  background-color: var(--color-dark);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  z-index: -1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.catalog-section__btn--cart::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../images/cart.png") no-repeat center/contain;
          mask: url("../images/cart.png") no-repeat center/contain;
  background-color: #292929;
}
.catalog-section__down-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  width: 17px;
  height: 17px;
  -webkit-mask: url("../images/icons/chevron.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron.svg") no-repeat center/contain;
  background-color: var(--color-white);
}

.menu {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1150px) {
  .menu__list {
    gap: calc(20px + 25 * (100vw - 991px) / 319);
  }
}
@media (max-width: 1150px) {
  .menu__list {
    gap: 20px;
  }
}
.menu__link {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #d1d1d0;
}
.menu__link:hover, .menu__link.is--active {
  font-weight: 700;
  color: #ffffff;
}

.simplebar-scrollbar::before {
  background-color: transparent;
}

.delivery-text {
  padding: 20px 0;
}
.delivery-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 175px;
  background-color: #f3f3f3;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .delivery-text__wrapper {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.delivery-text__left {
  background-color: #494949;
  width: 190px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .delivery-text__left {
    width: 100%;
    height: 150px;
  }
}
.delivery-text__left::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 115px;
  background-image: url("../images/content/price-tag.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.delivery-text__right {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
  color: #282828;
  padding-right: 50px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .delivery-text__right {
    font-size: calc(
        15px + 4 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 767.98px) {
  .delivery-text__right {
    padding: 20px;
  }
}

.cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 20px 30px;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  height: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(35%, #9d8269), color-stop(66%, #c7aa8e), color-stop(96%, #a1876f), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  color: var(--color-white);
  width: calc(100% - 10px);
}
.cart-total--upper {
  text-transform: uppercase;
  padding: 0px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-total--fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 0 20px;
  gap: 0;
  width: 100%;
}
.cart-total--fd-c .cart-total__text {
  font-size: 13px;
  text-transform: uppercase;
}
.cart-total--fd-c .cart-total__total {
  font-size: 15px;
}
.cart-total__total {
  font-size: 22px;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 1150px) {
  .cart-total__total {
    font-size: calc(
        18px + 4 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart-total__total span {
  font-size: 17px;
  font-weight: 300;
}
.cart-total--small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  padding: 9px 30px;
  margin-bottom: 0;
}

.cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 32px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  height: 60px;
  width: calc(100% - 10px);
  background-color: var(--color-white);
  border: 2px solid #9b8066;
  border-radius: 29px;
}
@media (max-width: 576px) {
  .cart-btn {
    padding: 12px 20px;
  }
}
.cart-btn__text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  width: 50%;
  position: relative;
  text-align: left;
  color: #282828;
}
.cart-btn__text::after {
  position: absolute;
  content: "";
  background-color: #d5d5d5;
  right: 10px;
  height: calc(100% - 3px);
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart-btn__total {
  width: 47%;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
}

.cart-notify {
  font-size: 11px;
  line-height: 17px;
  font-weight: 300;
  color: #757575;
  text-align: center;
}

.cart-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
@media (max-width: 359.98px) {
  .cart-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cart-btns__btn {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #4b4947;
  border: 1px solid rgba(143, 113, 84, 0.53);
  border-radius: 23px;
  padding: 10px;
  text-transform: uppercase;
  height: 45px;
}
.cart-btns__btn--continue {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
  color: #6f6f6f;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #e0e0e0), color-stop(35%, #d1d1d1), color-stop(66%, #ececec), color-stop(95%, #c8c8c8), color-stop(126%, #c8c8c8));
  background-image: -o-linear-gradient(bottom, #e0e0e0 -24%, #d1d1d1 35%, #ececec 66%, #c8c8c8 95%, #c8c8c8 126%);
  background-image: linear-gradient(0deg, #e0e0e0 -24%, #d1d1d1 35%, #ececec 66%, #c8c8c8 95%, #c8c8c8 126%);
  border-radius: 24px;
  border-color: transparent;
}

.checkbox-box__list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}
.checkbox-box__price {
  font-size: 15px;
  font-weight: 300;
  color: #313131;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  gap: 30px;
}
.checkbox-box__text {
  line-height: 1;
  font-weight: 300;
  color: #313131;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-box--sub {
  padding-left: 27px;
}
.checkbox-box--sub .checkbox-box__item .checkbox__text {
  font-size: 15px;
  color: #757575;
  font-weight: 300;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1150px) {
  .services-card {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .services-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.services-card__img {
  width: 95px;
  height: 95px;
  border: 1px solid rgba(204, 204, 204, 0.53);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-card__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .services-card__right {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .services-card__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.services-card__info {
  max-width: 330px;
}
.services-card__title {
  font-size: 17px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .services-card__title {
    font-size: 15px;
  }
}
.services-card__text p {
  font-size: 12px;
  font-weight: 300;
  color: #7f7f7f;
}
.services-card__heading {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #464646;
  margin-bottom: 10px;
}
.services-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-card__price {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .services-card__price {
    font-size: 17px;
  }
}
.services-card__btn {
  width: 175px;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-white);
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-23%, #896a4b), color-stop(37%, #9d8269), color-stop(65%, #c7aa8e), color-stop(95%, #a1876f), color-stop(125%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -23%, #9d8269 37%, #c7aa8e 65%, #a1876f 95%, #a1876f 125%);
  background-image: linear-gradient(0deg, #896a4b -23%, #9d8269 37%, #c7aa8e 65%, #a1876f 95%, #a1876f 125%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  padding: 15px 20px;
}
.services-card__btn--added {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-23%, #59bb52), color-stop(125%, #b3d557));
  background-image: -o-linear-gradient(bottom, #59bb52 -23%, #b3d557 125%);
  background-image: linear-gradient(0deg, #59bb52 -23%, #b3d557 125%);
  border-radius: 22px;
}

.counter {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f6f6;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  height: 40px;
  padding: 3px;
}
.counter__btn {
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.counter__number {
  border-radius: 5px;
  font-size: 19px;
  width: 45px;
  text-align: center;
  background-color: var(--color-white);
}

.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
  -webkit-animation: opacity-visibility 700ms ease forwards;
          animation: opacity-visibility 700ms ease forwards;
}

.form-submit {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.form-submit__group {
  width: 100%;
}
.form-submit__group--textarea {
  height: 100px;
}
.form-submit__input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-white);
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}
.form-submit__input:hover {
  color: var(--color-dark);
  background-color: #f4f4fb;
}
.form-submit__input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.form-submit__input::-moz-placeholder {
  color: #b0b0b0;
}
.form-submit__input:-ms-input-placeholder {
  color: #b0b0b0;
}
.form-submit__input::-ms-input-placeholder {
  color: #b0b0b0;
}
.form-submit__input::placeholder {
  color: #b0b0b0;
}
.form-submit__btn {
  text-transform: uppercase;
  height: 52px;
  font-size: 14px;
  font-weight: 500;
}
.form-submit__notify {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #8c8c8c;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.form-submit__notify a {
  font-weight: 500;
  color: #343434;
}

input[type=file] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.custom-file-upload {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  background-color: var(--color-white);
  border: 2px dashed #cfcfde;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #a1a1aa;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}
.custom-file-upload:hover {
  color: var(--color-dark);
  background-color: #f4f4fb;
}

.individual-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .individual-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.individual-card__title {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .individual-card__title {
    text-align: center;
  }
}
.individual-card__text {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 30px;
}
.individual-card__left {
  max-width: 450px;
  width: 100%;
  height: 335px;
}
@media (max-width: 767.98px) {
  .individual-card__left {
    max-width: 100%;
    height: calc(250px + 85 * (100vw - 375px) / 393);
  }
}
@media (max-width: 767.98px) {
  .individual-card__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.individual-card__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual-card__content {
  position: relative;
}
.individual-card__content .swiper-button-next,
.individual-card__content .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-color: transparent;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.individual-card__content .swiper-button-next::after,
.individual-card__content .swiper-button-prev::after {
  width: 100%;
  height: 100%;
}
.individual-card__content .swiper-button-next {
  right: 0;
}
.individual-card__content .swiper-button-prev {
  left: 0;
}
.individual-card__slider {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.individual-card__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 140px;
  height: 110px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .individual-card__slide {
    height: calc(80px + 30 * (100vw - 375px) / 393);
    max-width: calc(110px + 30 * (100vw - 375px) / 393);
  }
}
.individual-card__slide--active {
  border: 5px solid #6b6b6b;
}
.individual-card__img {
  max-width: 100%;
  height: 100%;
}
.individual-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certifications-box {
  overflow-x: auto;
}
.certifications-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  min-width: 1150px;
}

.certifications-card {
  text-align: center;
  max-width: 225px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.certifications-card__img {
  margin-bottom: 15px;
}
.certifications-card__title {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  color: #2f2f2f;
}

.big-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--color-white);
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
}
@media (max-width: 1100px) {
  .big-btn {
    padding: 5px 10px;
  }
}
.big-btn span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .big-btn span {
    font-size: 10px;
  }
}
.big-btn small {
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .big-btn small {
    font-size: 9px;
  }
}

.discount-badge {
  color: var(--color-dark);
  background-color: var(--color-white);
  max-width: 455px;
  width: 100%;
}
.discount-badge__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-badge__left {
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  color: #282828;
  padding-right: 15px;
  position: relative;
  border-right: 1px solid #dddddd;
}
@media (max-width: 1150px) {
  .discount-badge__left {
    font-size: 20px;
    padding-right: 10px;
  }
}
.discount-badge__right {
  padding-left: 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.discount-badge__right span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #282828;
}
@media (max-width: 1150px) {
  .discount-badge__right {
    padding-right: 10px;
  }
}

.dropdown-menu {
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
  width: 305px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: -20%;
  background-color: var(--color-white);
  color: var(--color-dark);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.dropdown-menu .simplebar-scrollbar::before {
  background-color: var(--color-accent);
}
.dropdown-menu__list {
  overflow-y: auto;
  height: 350px;
}
.dropdown-menu__item {
  width: 100%;
  position: relative;
}
.dropdown-menu__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #d7d7d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dropdown-menu__link {
  display: block;
  width: 100%;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
  padding: 14px 25px;
  color: var(--color-black);
}
.dropdown-menu__link:hover {
  background-color: #e5f3ff;
}
.dropdown-menu.active {
  pointer-events: all;
  opacity: 1;
  visibility: hidden;
}

.dropdown.active .header__location-btn + .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.dropdown.active .menu__link--dropdown::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.total-row {
  font-size: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.total-row__price {
  font-weight: 400;
}

@-webkit-keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes move {}
@keyframes move {}
.breadcrumbs {
  margin-top: 105px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 7px;
  padding-right: 14px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 0;
  -webkit-mask: url("../images/icons/chevron.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron.svg") no-repeat center/contain;
  background-color: #929292;
}
.breadcrumbs__link {
  display: block;
  font-size: 11px;
  position: relative;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  color: #929292;
}
.breadcrumbs__link--active, .breadcrumbs__link:hover {
  color: var(--color-dark);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #eeeeee;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  z-index: 3;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../images/icons/chevron.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron.svg") no-repeat center/contain;
  background-color: var(--color-dark);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__box {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 13px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.checkbox__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.checkbox__input:checked + .checkbox__box::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("../images/icons/check.svg") no-repeat center/contain;
          mask: url("../images/icons/check.svg") no-repeat center/contain;
  background-color: var(--color-dark);
}
.checkbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #9da4a9;
  line-height: 1;
}
@media (max-width: 576px) {
  .checkbox__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.checkbox__text a {
  color: var(--color-accent);
}

.choices {
  font-size: 14px;
  line-height: 1.1;
  height: 55px;
  font-weight: 400;
  width: 100%;
  background-color: #242424;
  color: #686868;
  margin-bottom: 0 !important;
}
.choices__placeholder {
  opacity: 1;
}
.choices__inner {
  padding: 12px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  background-color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
}
.choices::after {
  border: none !important;
  width: 12px !important;
  height: 6px !important;
  margin-top: 0 !important;
  -webkit-mask-image: url("../images/icons/chevron.svg");
          mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #b2b2b2;
  right: 15px !important;
  top: 25px !important;
  -webkit-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  transition: 150ms ease-in;
}
.choices.is-open::after {
  margin-top: 0 !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices__list {
  padding: 0;
  background-color: inherit;
  max-height: 130px;
  overflow-y: auto;
}
.choices__list .choices__item {
  background-color: inherit;
}
.choices__list--dropdown {
  z-index: 100;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__list {
  max-height: 130px !important;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 12px !important;
  padding-right: 0 !important;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item:hover {
  background-color: var(--color-bg);
  color: var(--color-white);
}
.choices__list--dropdown .choices__item .choices__item--selectable {
  background-color: #ededed;
}
.choices__list--dropdown .choices__item.is-selected, .choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item.is-selected:focus, .choices__list--dropdown .choices__item.is-highlighted:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.choices__list--dropdown .choices__item.is-selected:hover, .choices__list--dropdown .choices__item.is-highlighted:hover {
  background-color: var(--color-bg);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}
.popup__container {
  width: calc(100% - 40px);
  max-width: 470px;
  background-color: #fafafa;
  -webkit-transition: 250ms ease-in;
  -o-transition: 250ms ease-in;
  transition: 250ms ease-in;
  position: relative;
  overflow-y: auto;
  max-height: calc(100% - 40px);
  -webkit-transition: 750ms ease;
  -o-transition: 750ms ease;
  transition: 750ms ease;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .popup__container {
    padding: calc(
        15px + 25 *
          ((100vw - 375px) / 775)
      );
  }
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: opacity-visibility 500ms ease forwards;
          animation: opacity-visibility 500ms ease forwards;
}
.popup__wrapper {
  width: 100%;
}
.popup__title {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: #282828;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .popup__title {
    margin-bottom: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.popup__text {
  font-size: 16px;
  font-weight: 300;
  color: #282828;
}
@media (max-width: 767.98px) {
  .popup__text {
    font-size: 15px;
  }
}
.popup__text p {
  margin-bottom: 20px;
}
.popup__close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 16px;
  top: 16px;
  fill: #bcc4cf;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__close svg {
  width: 10px;
  height: 10px;
}
.popup__close:hover {
  fill: var(--color-white);
  border-color: var(--color-dark);
  background-color: var(--color-dark);
}
.popup--request .form-submit__input {
  padding: 13px 20px;
}
.popup--cart .popup__container {
  max-width: 410px;
}
.popup--cart .popup__title {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 500;
  color: #313131;
  margin-bottom: 20px;
  text-align: left;
}
.popup--spec .popup__container {
  max-width: 1000px;
}
.popup--add-services .popup__container {
  max-width: 1280px;
}
@media (max-width: 767.98px) {
  .popup--add-services .popup__container {
    padding-top: 50px;
  }
}
.popup--add-services .popup__list {
  height: 560px;
  overflow-y: auto;
  padding-right: 20px;
}
.popup--add-services .popup__list .simplebar-scrollbar::before {
  background-color: #c5c5c5;
  border-radius: 3px;
}
.popup--add-services .popup__item {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.popup--add-services .popup__item:first-child {
  border-top: 1px solid #e8e8e8;
}
.popup--add-services .popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767.98px) {
  .popup--add-services .popup__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.popup--add-services .popup__bottom-inner {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .popup--add-services .popup__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.popup--add-services .popup__bottom-inner .cart-btn {
  max-width: 300px;
  margin-bottom: 0;
}
.popup--add-services .popup__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: 500;
  color: #464646;
  gap: 20px;
}
.popup--add-services .popup__total span {
  font-size: 30px;
}
.popup--add-services .popup__btn {
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-white);
  padding: 20px 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(35%, #9d8269), color-stop(66%, #c7aa8e), color-stop(96%, #a1876f), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 28.5px;
}
.popup--individual .popup__container {
  max-width: 940px;
}
.popup--individual .popup__bottom {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .popup--individual .popup__bottom {
    margin-top: 20px;
  }
}
.popup--individual .popup__text {
  text-align: center;
  margin-bottom: 30px;
}
.popup--individual .popup__text span {
  display: block;
}
@media (max-width: 767.98px) {
  .popup--individual .popup__text span {
    display: inline;
  }
}
.popup--сertification .popup__container {
  max-width: 1280px;
}
@media (max-width: 576px) {
  .popup--сertification .popup__container {
    padding-top: 45px;
  }
}
.popup--сertification .popup__text {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .popup--сertification .popup__text {
    margin-bottom: calc(
        30px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 576px) {
  .popup--сertification .popup__text {
    font-size: 15px;
  }
}
.popup--сertification .popup__text span {
  display: block;
}
@media (max-width: 767.98px) {
  .popup--сertification .popup__text span {
    display: inline;
  }
}
.popup--learn-more .popup__wrapper {
  width: calc(100% - 50px);
}
.popup--learn-more .popup__container {
  max-width: 535px;
}
.popup--learn-more .more-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.popup--learn-more .more-block__slider {
  margin-bottom: 20px;
  height: 290px;
}
.popup--learn-more .more-block__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.popup--learn-more .more-block__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup--learn-more .more-block__text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #313131;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 100px);
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .popup--learn-more .more-block__text {
    width: calc(100% - 40px);
  }
}
.popup--learn-more .more-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.popup--learn-more .more-block__btn {
  width: 175px;
  height: 50px;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .popup--learn-more .more-block__btn {
    width: 150px;
    padding: 15px;
  }
}
.popup--learn-more .more-block .swiper-button-prev,
.popup--learn-more .more-block .swiper-button-next {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.popup--learn-more .more-block .swiper-button-prev::after,
.popup--learn-more .more-block .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  -webkit-mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.popup--learn-more .more-block .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.popup--learn-more .popup__container {
  padding: 40px 0 20px;
}
.popup--learn-more-without-btns .popup__container {
  max-width: 535px;
}
.popup--learn-more-without-btns .popup__wrapper {
  width: calc(100% - 50px);
}
.popup--learn-more-without-btns .more-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.popup--learn-more-without-btns .more-block__top {
  margin-bottom: 20px;
}
.popup--learn-more-without-btns .more-block__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup--learn-more-without-btns .more-block__text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #313131;
  text-align: center;
  margin-bottom: 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .popup--learn-more-without-btns .more-block__text {
    width: calc(100% - 40px);
  }
}
.popup--learn-more-without-btns .more-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.popup--learn-more-without-btns .more-block__btn {
  width: 175px;
  height: 50px;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .popup--learn-more-without-btns .more-block__btn {
    width: 150px;
    padding: 15px;
  }
}
.popup--learn-more-without-btns .more-block .swiper-button-prev,
.popup--learn-more-without-btns .more-block .swiper-button-next {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.popup--learn-more-without-btns .more-block .swiper-button-prev::after,
.popup--learn-more-without-btns .more-block .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  -webkit-mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.popup--learn-more-without-btns .more-block .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.popup--learn-more-without-btns .popup__container {
  padding: 40px 0 20px;
}
.popup--video .popup__container {
  max-width: 700px;
}
.popup--video .more-block {
  min-height: 400px;
}
.popup--video .more-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.popup--video .more-block__slider {
  height: 100%;
}
.popup--video .more-block__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.popup--video .more-block__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup--video .more-block .swiper-button-prev,
.popup--video .more-block .swiper-button-next {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.popup--video .more-block .swiper-button-prev::after,
.popup--video .more-block .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  -webkit-mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.popup--video .more-block .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.popup--video .popup__container {
  padding: 40px 0 0 0;
}
.popup--projects .popup__container {
  max-width: 950px;
}
.popup--projects .projects-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.projects-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}
@media (max-width: 991.98px) {
  .projects-block__list {
    -ms-grid-columns: (minmax(auto, 205px))[3];
    grid-template-columns: repeat(3, minmax(auto, 205px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .projects-block__list {
    -ms-grid-columns: (minmax(auto, 205px))[2];
    grid-template-columns: repeat(2, minmax(auto, 205px));
  }
}
@media (max-width: 576px) {
  .projects-block__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.projects-block .projects-card {
  width: 100%;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.projects-block .projects-card__top {
  width: 100%;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .projects-block .projects-card__top {
  }
}
.projects-block .projects-card__top:hover {
  opacity: 0.8;
}
.projects-block .projects-card__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-block .projects-card__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 1150px) {
  .projects-block .projects-card__title {
    font-size: calc(
        14px + 2 *
          ((100vw - 375px) / 775)
      );
  }
}
.projects-block .projects-card__address {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 12px;
}
@media (max-width: 1150px) {
  .projects-block .projects-card__address {
    font-size: calc(
        10px + 2 *
          ((100vw - 375px) / 775)
      );
  }
}
.popup--projects-videos .popup__container {
  max-width: 950px;
}
.popup--projects-videos .projects-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.popup--projects-videos .projects-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}
@media (max-width: 991.98px) {
  .popup--projects-videos .projects-block__list {
    -ms-grid-columns: (minmax(auto, 205px))[3];
    grid-template-columns: repeat(3, minmax(auto, 205px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .popup--projects-videos .projects-block__list {
    -ms-grid-columns: (minmax(auto, 205px))[2];
    grid-template-columns: repeat(2, minmax(auto, 205px));
  }
}
@media (max-width: 576px) {
  .popup--projects-videos .projects-block__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media (max-width: 359.98px) {
  .popup--projects-videos .projects-block__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.videos-block__list {
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
}
.projects-block__list li.projects-block__item {
  width: calc(25% - 15px);
  order: 9;
}
@media (max-width: 767.98px) {
  .projects-block__list li.projects-block__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 359.98px) {
  .videos-block__list {
    gap: 20px 0;
  }
  .projects-block__list li.projects-block__item {
    width: 100%;
  }
}
.projects-block__list li.projects-block__item.active {
  width: 100%;
  order: 1;
}

.projects-block__list li.projects-block__item.active .video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.projects-block__list li.projects-block__item.inactive {
  order: 99;
  opacity: 0.5;
}
.projects-block .video-block__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  font-size: 16px;
}
@media (max-width: 1150px) {
  .projects-block .video-block__title {
    font-size: calc(
        14px + 2 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 359.98px) {
  .projects-block .video-block {
    -ms-grid-column-align: center;
        justify-self: center;
    margin: 0 auto;
  }
}
.projects-block .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.projects-block .video video {
  position: relative;
}
@media (max-width: 359.98px) {
  .projects-block .video {
    max-width: 100%;
  }
}
.projects-block .video .vjs-picture-in-picture-control {
  display: none;
}
@media (max-width: 576px) {
  .projects-block .video .vjs-volume-panel {
    display: none;
  }
  .projects-block .video .vjs-remaining-time {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.projects-block .video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.popup--reviews .popup__container {
  max-width: 570px;
}
.popup--reviews .reviews-block__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}
.popup--reviews .reviews-block__slider {
  min-width: 0;
  height: 100%;
  max-height: 515px;
  max-width: 620px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .popup--reviews .reviews-block__slider {
    margin: 0 auto;
  }
}
.popup--reviews .reviews-block .slider-thumbs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 1fr;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  height: 100%;
  min-width: 0;
  min-height: 485px;
  position: relative;
  background-color: var(--color-white);
  border-radius: 5px;
}
.popup--reviews .reviews-block .slider-thumbs__main {
  max-width: 100%;
  height: 100%;
  min-width: 0;
}
.popup--reviews .reviews-block .slider-thumbs__main .swiper-slide {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.popup--reviews .reviews-block .slider-thumbs__main .swiper-slide .slider-thumbs__img {
  width: 99%;
  height: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d7d7d7;
}
.popup--reviews .reviews-block .slider-thumbs__main .swiper-slide .slider-thumbs__img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.popup--reviews .reviews-block .slider-thumbs__nav-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  margin: auto;
  gap: 10px;
}
.popup--reviews .reviews-block .slider-thumbs__nav-control .swiper-button-prev,
.popup--reviews .reviews-block .slider-thumbs__nav-control .swiper-button-next {
  position: relative !important;
  background-color: transparent;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 30px !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
      -ms-transform: translateY(-50%) rotate(90deg) !important;
          transform: translateY(-50%) rotate(90deg) !important;
  width: 15px;
  height: 15px;
}
.popup--reviews .reviews-block .slider-thumbs__nav-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 400px;
  min-width: 0;
  position: relative;
}
.popup--reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 95px;
  border-radius: 10px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}
.popup--reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide-thumb-active {
  border: 2px solid var(--color-accent);
}
.popup--reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

/* страница отзывов */
.page-reviews .reviews-block__slider {
  min-width: 0;
  height: 100%;
  max-height: 515px;
  max-width: 620px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-reviews .reviews-block__slider {
    margin: 0 auto;
  }
}
.page-reviews .reviews-block .slider-thumbs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 1fr;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  height: 100%;
  min-width: 0;
  min-height: 485px;
  position: relative;
  background-color: var(--color-white);
  border-radius: 5px;
}
.page-reviews .reviews-block .slider-thumbs__main {
  max-width: 100%;
  height: 100%;
  min-width: 0;
}
.page-reviews .reviews-block .slider-thumbs__main .swiper-slide {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.page-reviews .reviews-block .slider-thumbs__main .swiper-slide .slider-thumbs__img {
  width: 99%;
  height: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
}
.page-reviews .reviews-block .slider-thumbs__main .swiper-slide .slider-thumbs__img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}
.page-reviews .reviews-block .slider-thumbs__nav-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  margin: auto;
  gap: 10px;
}
.page-reviews .reviews-block .slider-thumbs__nav-control .swiper-button-prev,
.page-reviews .reviews-block .slider-thumbs__nav-control .swiper-button-next {
  position: relative !important;
  background-color: transparent;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 30px !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  -ms-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
  width: 15px;
  height: 15px;
}
.page-reviews .reviews-block .slider-thumbs__nav-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  min-width: 0;
  position: relative;
}
.page-reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 95px;
  border-radius: 10px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}
.page-reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide-thumb-active {
  border: 2px solid var(--color-accent);
}
.page-reviews .reviews-block .slider-thumbs__nav-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}

.video {
  width: 100%;
  height: 100%;
}
.video .vjs-picture-in-picture-control {
  display: none;
}
@media (max-width: 576px) {
  .video .vjs-volume-panel {
    display: none;
  }
  .video .vjs-remaining-time {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.socials__name {
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 20px;
  display: block;
}
.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.socials__link {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #5e5e5e;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}
.socials__link::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color-white);
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}
.socials__link--facebook::after {
  -webkit-mask: url("../images/icons/facebook.svg") no-repeat center/contain;
          mask: url("../images/icons/facebook.svg") no-repeat center/contain;
}
.socials__link--instagram::after {
  -webkit-mask: url("../images/icons/instagram.svg") no-repeat center/contain;
          mask: url("../images/icons/instagram.svg") no-repeat center/contain;
}
.socials__link--vk::after {
  -webkit-mask: url("../images/icons/vk.svg") no-repeat center/contain;
          mask: url("../images/icons/vk.svg") no-repeat center/contain;
}
.socials__link--youtube::after {
  -webkit-mask: url("../images/icons/youtube.svg") no-repeat center/contain;
          mask: url("../images/icons/youtube.svg") no-repeat center/contain;
}
.socials__link:hover {
  background-color: var(--color-white);
}
.socials__link:hover::after {
  background-color: #424241;
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: var(--color-white);
  z-index: 11;
  width: 440px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  overflow-x: auto;
}
.mobile-menu ul.submenu {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	padding: 5px 10px;
}
.mobile-menu ul.submenu li {
	padding-right: 10px;
	line-height: 1;
    margin-bottom: 8px;
}
.mobile-menu ul.submenu li a {
    color: #333;
    font-size: 14px;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    width: 100%;
	overflow-y: scroll;
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0px 36px 51px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 36px 51px 0px rgba(0, 0, 0, 0.5);
}
.mobile-menu__top {
  height: 80px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1150px) {
  .mobile-menu__top {
    padding-left: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .mobile-menu__top {
    padding-right: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.mobile-menu__logo {
  margin-bottom: 40px;
}
.mobile-menu__close {
  display: block;
  width: 20px;
  height: 20px;
  fill: var(--color-dark);
  z-index: 999;
}
.mobile-menu__body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1150px) {
  .mobile-menu__body {
    padding-left: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .mobile-menu__body {
    padding-right: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.mobile-menu__bottom {
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1150px) {
  .mobile-menu__bottom {
    padding-left: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .mobile-menu__bottom {
    padding-right: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.mobile-menu__bottom .socials__link {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  background-color: #898989;
  opacity: 0.7;
}
.mobile-menu__bottom .socials__link:hover {
  opacity: 1;
}
.mobile-menu__bottom .socials__link:hover::after {
  background-color: var(--color-white);
}
.mobile-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__link {
  display: block;
  color: var(--color-dark);
  font-size: 18px;
  width: 100%;
}
.mobile-menu__link:hover span::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.mobile-menu__link span {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
}
.mobile-menu__link span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: var(--color-dark);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.product-card {
  background-color: var(--color-bg);
  font-family: "Euclid Circular A";
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.product-card:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
          box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
}
.product-card__title {
  font-size: 19px;
  font-weight: 300;
  color: var(--color-dark);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 19px;
}
.product-card__title span {
  display: block;
}
@media (max-width: 1150px) {
  .product-card__title {
    font-size: calc(
        13px + 6 *
          ((100vw - 375px) / 775)
      );
  }
}
.product-card__title--mb0 {
  margin-bottom: 0;
}
.product-card__text {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-text);
  width: calc(100% - 170px);
}
@media (max-width: 991.98px) {
  .product-card__text {
    width: 100%;
  }
}
.product-card__top {
  display: block;
  width: 100%;
  height: 415px;
  overflow: hidden;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
@media (max-width: 1150px) {
  .product-card__top {
    height: calc(
        120px + 295 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 359.98px) {
  .product-card__top {
    height: 180px;
  }
}
.product-card__top:hover {
  opacity: 0.8;
}
.product-card__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__body {
  padding: 20px 15px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 15px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 120px;
  padding-top: 20px;
}
@media (max-width: 1150px) {
  .product-card__body {
    padding-top: calc(
        15px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 991.98px) {
  .product-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .product-card__body {
    padding: 15px 10px 65px 10px;
  }
}
.product-card__body--aic {
  min-height: 100px;
}
.product-card__body--aic .product-card__left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 170px);
}
@media (max-width: 991.98px) {
  .product-card__body--aic .product-card__left {
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.product-card__body--aic .product-card__btn {
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .product-card__body--aic .product-card__btn {
    top: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 15px;
  }
}
.product-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.product-card__btn {
  position: absolute;
  width: 160px;
  right: 15px;
  bottom: 22px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
@media (max-width: 1150px) {
  .product-card__btn {
    font-size: calc(
        8px + 4 *
          ((100vw - 375px) / 775)
      );
  }
}
.product-card__btn--individual {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .product-card__btn {
    bottom: 15px;
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-card__btn {
    max-width: 140px;
    width: 100%;
    height: 37px;
    padding: 10px;
    left: 10px;
  }
}

.production-card {
  position: relative;
  height: 250px;
  height: 250px;
  max-width: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}
@media (max-width: 1150px) {
  .production-card {
    height: calc(
        150px + 100 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 767.98px) {
  .production-card {
    padding: 10px;
  }
}
@media (max-width: 359.98px) {
  .production-card {
    height: 180px;
  }
}
.production-card:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
          box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
}
.production-card__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-white);
  margin-top: auto;
  font-size: 18px;
}
@media (max-width: 1150px) {
  .production-card__title {
    font-size: calc(
        14px + 4 *
          ((100vw - 375px) / 775)
      );
  }
}

.footer {
  background-color: #424241;
  font-size: 13px;
  font-weight: 300;
  color: #c1c1c1;
  font-family: "Euclid Flex";
}
.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  padding-bottom: 40px;
  color: var(--color-white);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .footer__top {
    gap: 50px;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer__name {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Euclid Flex";
  min-height: 26px;
}
.footer__bottom {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-top: 2px solid #c1c1c1;
}
.row.footer-content {
    margin-bottom: 25px;
}
.footer__bottom a {
  color: #c1c1c1;
}
.footer__bottom a:hover {
  color: var(--color-white);
}
@media (max-width: 991.98px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 60px;
}
@media (max-width: 767.98px) {
  .footer__lists {
    max-width: 200px;
    gap: 20px;
  }
}
.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 9px;
}
.footer__link {
  color: var(--color-white);
  position: relative;
  display: block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  font-family: "Euclid Circular A";
  font-size: 13px;
}
.footer__col--socials .footer__name {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer__col--socials .footer__name {
    text-align: left;
  }
}
.footer__col--contact {
  min-width: 175px;
}
.footer__col--contact .footer__name {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .footer__col--contact .footer__name {
    text-align: left;
  }
}
.footer__col--contact .footer__list {
  text-align: left;
}
@media (max-width: 991.98px) {
  .footer__col--contact .footer__list {
    text-align: left;
  }
}
.footer__col--company {
  min-width: 125px;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer--catalog .footer__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 50px 0;
}
.footer--catalog .footer__name {
  margin-bottom: 10px;
}
.footer--catalog .footer__link {
  line-height: 1.2;
}
.footer--catalog .footer__cols {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.footer--catalog .footer__col--contact {
  text-align: right;
}
@media (max-width: 1150px) {
  .footer--catalog .footer__col--contact {
    text-align: left;
  }
  .footer--catalog .footer__col--contact .footer__link {
    text-align: left;
  }
}
@media (max-width: 1150px) {
  .footer--catalog .footer__col--socials .footer__name {
    text-align: left;
  }
}
.footer--catalog .footer__top {
  -ms-grid-columns: (auto)[6];
  grid-template-columns: repeat(6, auto);
}
@media (max-width: 1150px) {
  .footer--catalog .footer__top {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}
@media (max-width: 991.98px) {
  .footer--catalog .footer__top {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767.98px) {
  .footer--catalog .footer__top {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 576px) {
  .footer--catalog .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.footer--catalog .footer__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer--catalog .footer__lists {
    max-width: 100%;
  }
}
.footer--catalog .footer__lists--double {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  text-align: left;
}

.header {
  color: var(--color-white);
  z-index: 11;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
.header__logo {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .header__logo {
    margin-left: 0;
    margin-right: 10px;
  }
}
.header__logo--ml {
  width: 320px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .header__logo--ml {
    margin-right: 50px;
  }
}
.header__location, .header__location-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  position: relative;
  max-width: 245px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991.98px) {
  .header__location, .header__location-mobile {
    font-size: 16px;
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .header__location, .header__location-mobile {
    font-size: 14px;
    max-width: 155px;
  }
}
.header__location-btn, .header__location-mobile-btn {
  color: var(--color-white);
  border-bottom: 1px dashed var(--color-white);
}
.header__location-mobile {
  color: var(--color-dark);
  display: none;
}
.header__location-mobile .header__location-btn {
  color: var(--color-dark);
  border-bottom: 1px dashed var(--color-dark);
}
.header .header__logo-small,
.header .big-btn {
  display: none;
}
.header .discount-badge {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.header.scroll-header {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.header.scroll-header .header__location {
  display: none;
}
.header.scroll-header .header__logo-other, .header.scroll-header .header__phone, .header.scroll-header .header__logo {
  display: none;
  color: var(--color-dark);
}
.header.scroll-header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1100px) {
  .header.scroll-header .header__left {
    gap: 10px;
  }
}
.header.scroll-header .header__phone {
  color: var(--color-dark);
}
.header.scroll-header .header__phone::after {
  background-color: var(--color-dark);
}
.header.scroll-header .header__phone:hover {
  color: var(--color-white);
}
.header.scroll-header .header__cart {
  margin-left: 10px;
}
.header.scroll-header .header__cart::after {
  background-color: var(--color-dark);
}
.header.scroll-header .header__cart .header__cart-right::after, .header.scroll-header .header__cart .header__cart-right::before,
.header.scroll-header .header__cart .header__cart-left::after,
.header.scroll-header .header__cart .header__cart-left::before {
  background-color: var(--color-dark);
}
.header.scroll-header .header__toggle {
  padding-right: 5px;
  width: 40px;
}
.header.scroll-header .header__toggle-line {
  background-color: var(--color-dark);
}
@media (max-width: 1150px) {
  .header.scroll-header .header__toggle {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .header.scroll-header .header__toggle {
    width: 40px;
  }
}
.header.scroll-header .header__toggle::after {
  display: none;
}
@media (max-width: 991.98px) {
  .header.scroll-header .header__logo-dark {
    display: block;
  }
}
.header.scroll-header .discount-badge {
  position: static;
  clip: initial;
  width: initial;
  height: initial;
  margin: initial;
}
.header.scroll-header .big-btn,
.header.scroll-header .discount-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-width: 0;
}
@media (min-width: 1150px) {
  .header.scroll-header .big-btn,
.header.scroll-header .discount-badge {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .header.scroll-header .big-btn,
.header.scroll-header .discount-badge {
    display: none;
  }
}
.header.scroll-header .discount-badge {
  margin: 0 auto;
}
.header.scroll-header .header__logo-small {
  display: block;
}
@media (max-width: 991.98px) {
  .header.scroll-header .header__logo-small {
    display: none;
  }
}
.header.scroll-header .header__wrapper {
  border-bottom: none;
}
.header.scroll-header.header--color-dark {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.header.scroll-header.header--color-dark .header__wrapper {
  background-color: var(--color-white);
}
.header.scroll-header.header--color-dark .header__logo-dark {
  width: 150px;
}
@media (max-width: 991.98px) {
  .header.scroll-header.header--color-dark .header__location-mobile {
    display: none !important;
  }
}
.header.scroll-header.header--catalog {
  background-color: transparent;
}
.header.scroll-header.header--catalog .header__top {
  background-color: var(--color-white);
}
.header.scroll-header.header--catalog .header__bottom {
  background-color: transparent;
}
.header__logo-dark {
  display: none;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 17px 0;
  border-bottom: 1px solid #a6a5a4;
}
@media (max-width: 767.98px) {
  .header__wrapper {
    padding: 10px 0;
  }
}
.header__logo-other--ml {
  margin-left: 50px;
}
@media (max-width: 1150px) {
  .header__logo-other {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .header__logo-other {
    display: none;
  }
}
.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__phone {
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  padding: 5px;
  border-radius: 3px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__phone:hover {
  opacity: 0.7;
}
.header__phone::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  background-color: var(--color-white);
  z-index: -1;
  -webkit-transform: translateY(-50%) translateX(-101%);
      -ms-transform: translateY(-50%) translateX(-101%);
          transform: translateY(-50%) translateX(-101%);
}
@media (max-width: 991.98px) {
  .header__phone {
    display: none;
  }
}
.header__cart {
  width: 45px;
  height: 45px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
}
.header__cart::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("../images/cart.png") no-repeat center/contain;
          mask: url("../images/cart.png") no-repeat center/contain;
  background-color: var(--color-dark);
}
.header__cart::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: hsla(0deg, 0%, 87%, 0.3);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__cart-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__cart-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__cart-left::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__cart-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__cart-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__cart-right::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.header__cart--dark .header__cart-left::after {
  background-color: var(--color-dark);
}
.header__cart--dark .header__cart-left::before {
  background-color: var(--color-dark);
}
.header__cart--dark .header__cart-right::after {
  background-color: var(--color-dark);
}
.header__cart--dark .header__cart-right::before {
  background-color: var(--color-dark);
}
.header__cart:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.header__cart:hover .header__cart-left::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__cart:hover .header__cart-left::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.header__cart:hover .header__cart-right::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__cart:hover .header__cart-right::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.header__cart--white::after {
  background-color: var(--color-white);
}
.header__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
  position: relative;
  padding: 10px 5px;
  padding-right: 70px;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  .header__toggle {
    width: 30px;
    padding: 0;
    margin-right: 15px;
  }
}
.header__toggle::after {
  position: absolute;
  content: "Меню";
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: var(--color-white);
}
@media (max-width: 991.98px) {
  .header__toggle::after {
    display: none;
  }
}
.header__toggle-line {
  border-radius: 3px;
  width: 30px;
  height: 3px;
  background-color: var(--color-white);
  position: relative;
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.header__toggle-line::after, .header__toggle-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: inherit;
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
  border-radius: 3px;
}
.header__toggle-line::after {
  top: -7px;
}
.header__toggle-line::before {
  bottom: -7px;
}
.header--color-dark, .header--product {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 10;
  color: var(--color-dark);
}
@media (max-width: 991.98px) {
  .header--color-dark, .header--product {
    background-color: var(--color-white);
  }
}
.header--color-dark .header__wrapper, .header--product .header__wrapper {
  z-index: 5;
}
.header--color-dark .header__phone, .header--product .header__phone {
  color: var(--color-dark);
}
.header--color-dark .header__toggle::after, .header--product .header__toggle::after {
  color: var(--color-dark);
}
.header--color-dark .header__toggle-line, .header--product .header__toggle-line {
  background-color: var(--color-dark);
}
.header--color-dark .menu__link, .header--product .menu__link {
  color: #b1b1b1;
}
.header--color-dark .menu__link:hover, .header--color-dark .menu__link--active, .header--product .menu__link:hover, .header--product .menu__link--active {
  color: #3c3c3b;
}
.header--color-dark .header__toggle-line, .header--product .header__toggle-line {
  background-color: var(--color-dark);
}
.header--color-dark .header__toggle::after, .header--product .header__toggle::after {
  color: var(--color-dark);
}
.header--catalog .header__cart::after {
  background-color: var(--color-white);
}

.hero {
  color: var(--color-white);
  position: relative;
  background-color: var(--color-accent);
	overflow: hidden;
}
.hero__slider {
  height: 100%;
}
.hero .swiper-pagination {
  bottom: 50px;
  max-width: 560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .hero .swiper-pagination {
    max-width: 320px;
  }
}
.hero .swiper-pagination-bullet {
  border-radius: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-white);
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  background-color: transparent;
  border-radius: none;
  width: 30px;
  height: 60px;
  margin: 0;
  border-radius: 0;
}
.hero .swiper-button-next::before,
.hero .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
      -ms-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.hero .swiper-button-next:hover::before,
.hero .swiper-button-prev:hover::before {
  -webkit-transform: translate(-50%, -50%) scaleY(1);
      -ms-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
  -webkit-mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron-big.svg") no-repeat center/contain;
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .hero .swiper-button-next,
.hero .swiper-button-prev {
    display: none;
  }
}
.hero .swiper-button-next {
  right: max(15px, (100% - 1280px) / 2);
}
.hero .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero .swiper-button-prev {
  left: max(15px, (100% - 1280px) / 2);
}
.hero__slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__slide--second .hero__title {
  font-weight: 300;
}
.hero__slide--second .hero__title-left {
  font-size: 16px;
}
@media (max-width: 576px) {
  .hero__slide--second .hero__title-left {
    font-size: 14px;
  }
}
.hero__slide--second .hero__title-left::after {
  height: 100%;
}
@media (max-width: 1250px) {
  .hero__slide--second .hero__title-right {
    font-size: 28px;
    font-size: calc(25px + 10 * (100vw - 991px) / 249);
  }
}
@media (max-width: 991.98px) {
  .hero__slide--second .hero__title-right {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero__slide--second .hero__title-right {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero__slide--second .hero__title-right {
    font-size: 14px;
  }
}
.hero__slide--second .hero__title-percent {
  font-size: 50px;
  line-height: 1.2;
  font-size: 50px;
}
@media (max-width: 1150px) {
  .hero__slide--second .hero__title-percent {
    font-size: calc(
        10px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 576px) {
  .hero__slide--second .hero__title-percent {
    font-size: 20px;
  }
}
.hero__slide--second .hero__title span {
  margin-bottom: 10px;
}
.hero__slide--third .hero__title {
  font-weight: 300;
}
.hero__slide--third .hero__title-left {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767.98px) {
  .hero__slide--third .hero__title-left::after {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .hero__slide--third .hero__title-left {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .hero__slide--third .hero__title-right {
    font-size: 28px;
    font-size: calc(25px + 10 * (100vw - 991px) / 249);
  }
}
@media (max-width: 991.98px) {
  .hero__slide--third .hero__title-right {
    font-size: calc(17px + 6 * (100vw - 768px) / 223);
  }
}
@media (max-width: 767.98px) {
  .hero__slide--third .hero__title-right {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero__slide--third .hero__title-right {
    font-size: 14px;
  }
}
.hero__slide--third .hero__title-percent {
  font-size: 50px;
  line-height: 1.2;
  font-size: 50px;
}
@media (max-width: 1150px) {
  .hero__slide--third .hero__title-percent {
    font-size: calc(
        10px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 576px) {
  .hero__slide--third .hero__title-percent {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.hero__slide--third .hero__title span {
  margin-bottom: 10px;
}
.hero__slide--fourth .hero__title {
  font-weight: 300;
}
.hero__slide--fourth .hero__title-left {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 576px) {
  .hero__slide--fourth .hero__title-left {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .hero__slide--fourth .hero__title-right {
    font-size: 28px;
    font-size: calc(25px + 10 * (100vw - 991px) / 249);
  }
}
@media (max-width: 991.98px) {
  .hero__slide--fourth .hero__title-right {
    font-size: calc(17px + 6 * (100vw - 768px) / 223);
  }
}
@media (max-width: 767.98px) {
  .hero__slide--fourth .hero__title-right {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero__slide--fourth .hero__title-right {
    font-size: 14px;
  }
}
.hero__slide--fourth .hero__title-percent {
  font-size: 50px;
  line-height: 1.2;
  font-size: 50px;
}
@media (max-width: 1150px) {
  .hero__slide--fourth .hero__title-percent {
    font-size: calc(
        10px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 576px) {
  .hero__slide--fourth .hero__title-percent {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.hero__slide--fourth .hero__title span {
  margin-bottom: 10px;
}
.hero__slide--fifth .hero__title {
  font-family: "Euclid Circular A";
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 35px;
}
@media (max-width: 1150px) {
  .hero__slide--fifth .hero__title {
    font-size: calc(
        13px + 22 *
          ((100vw - 375px) / 775)
      );
  }
}
.hero__slide--fifth .hero__title span {
  font-weight: 300;
}
@media (max-width: 576px) {
  .hero__slide--fifth .hero__title {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .hero__slide {
    height: 460px;
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .hero__slide {
    padding-top: 60px;
  }
}
.hero__title {
  font-family: "Euclid Flex";
  font-size: 35px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 30px;
  gap: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__title-percent {
  font-family: "Euclid Flex";
}
@media (max-width: 767.98px) {
  .hero__title {
    gap: 30px;
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 16px;
    gap: 20px;
  }
}
.hero__title-left {
  text-align: right;
  position: relative;
}
.hero__title-left::after {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background-color: var(--color-white);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
}
@media (max-width: 991.98px) {
  .hero__title-left::after {
    width: 3px;
  }
}
@media (max-width: 767.98px) {
  .hero__title-left::after {
    width: 2px;
    right: -15px;
  }
}
@media (max-width: 576px) {
  .hero__title-left::after {
    width: 2px;
    right: -12px;
  }
}
.hero__title-right {
  -moz-text-align-last: left;
       text-align-last: left;
}
.hero__title span {
  display: block;
}
.hero__link {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
  color: var(--color-white);
}
@media (max-width: 576px) {
  .hero__link {
    font-size: 16px;
  }
}

.contacts {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (max-width: 1150px) {
  .contacts {
    padding-bottom: calc(
        40px + 30 *
          ((100vw - 375px) / 775)
      );
  }
}
.contacts__title {
  text-align: center;
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 60px;
}
@media (max-width: 1150px) {
  .contacts__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .contacts__title {
    margin-bottom: calc(
        30px + 30 *
          ((100vw - 375px) / 775)
      );
  }
}
.contacts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 565px))[2];
  grid-template-columns: repeat(2, minmax(auto, 565px));
  gap: 40px 25px;
}
@media (max-width: 767.98px) {
  .contacts__list {
    -ms-grid-columns: minmax(auto, 565px);
    grid-template-columns: minmax(auto, 565px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts-card {
  display: block;
  max-width: 570px;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.contacts-card:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
          box-shadow: 0 0 20px 5px rgba(80, 85, 86, 0.5);
}
.contacts-card__top {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 395px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .contacts-card__top {
    margin-bottom: calc(
        20px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .contacts-card__top {
    height: calc(
        280px + 115 *
          ((100vw - 375px) / 775)
      );
  }
}
.contacts-card__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 450ms ease;
  -o-transition: 450ms ease;
  transition: 450ms ease;
}
.contacts-card__title {
  position: absolute;
  line-height: 1;
  bottom: 40px;
  left: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-white);
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1150px) {
  .contacts-card__title {
    left: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .contacts-card__title {
    bottom: calc(
        20px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.contacts-card__bottom {
  background-color: var(--color-white);
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #4d4d4d;
  padding: 15px 20px;
  margin-top: 15px;
}
.contacts-card__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.contacts-card__link {
  display: block;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  color: #3b3b3b;
  padding-left: 25px;
  position: relative;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
  line-height: 1.4;
}
.contacts-card__link span {
  font-weight: 300;
}
.contacts-card__link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-dark);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.contacts-card__link--location::after {
  -webkit-mask: url("../images/icons/location.svg") no-repeat center/contain;
          mask: url("../images/icons/location.svg") no-repeat center/contain;
}
.contacts-card__link--clock::after {
  -webkit-mask: url("../images/icons/clock.svg") no-repeat center/contain;
          mask: url("../images/icons/clock.svg") no-repeat center/contain;
}
.contacts-card__link--phone:hover {
  color: var(--color-accent);
}
.contacts-card__link--phone:hover::after {
  background-color: var(--color-accent);
}
.contacts-card__link--phone::after {
  -webkit-mask: url("../images/icons/phone.svg") no-repeat center/contain;
          mask: url("../images/icons/phone.svg") no-repeat center/contain;
}

.catalog {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 1150px) {
  .catalog {
    padding-top: calc(
        40px + 30 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .catalog {
    padding-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
.catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 359.98px) {
  .catalog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1150px) {
  .catalog__list {
    -webkit-column-gap: calc(
        10px + 20 *
          ((100vw - 375px) / 775)
      );
       -moz-column-gap: calc(
        10px + 20 *
          ((100vw - 375px) / 775)
      );
            column-gap: calc(
        10px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .catalog__list {
    row-gap: calc(
        20px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
.catalog__item {
  width: 100%;
  height: 100%;
}
.catalog--catalog-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1150px) {
  .catalog--catalog-6 {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .catalog--catalog-6 {
    padding-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}

.calculation {
  color: var(--color-white);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.calculation__wrapper {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 1150px) {
  .calculation__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .calculation__wrapper {
    padding-bottom: calc(
        50px + 60 *
          ((100vw - 375px) / 775)
      );
  }
}
.calculation__offer {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1150px) {
  .calculation__offer {
    gap: calc(
        20px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
.calculation__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .calculation__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.calculation__text {
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .calculation__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.calculation__text span {
  display: block;
}
@media (max-width: 767.98px) {
  .calculation__text span {
    display: inline;
  }
}
.calculation__btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  width: 220px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .calculation__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .calculation__btn {
    width: calc(
        150px + 70 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .calculation__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .calculation__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.terms {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--color-white);
}
.terms__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .terms__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .terms__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.terms__offer {
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 1150px) {
  .terms__offer {
    gap: calc(
        15px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
.terms__text {
  max-width: 580px;
  margin-bottom: 15px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .terms__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.terms__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .terms__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.terms__btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  width: 220px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .terms__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .terms__btn {
    width: calc(
        150px + 70 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .terms__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .terms__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.certification {
  color: var(--color-white);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.certification__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .certification__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .certification__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.certification__offer {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1150px) {
  .certification__offer {
    gap: calc(
        20px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
.certification__text {
  max-width: 580px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .certification__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.certification__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .certification__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.certification__btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  width: 220px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .certification__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .certification__btn {
    width: calc(
        150px + 70 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .certification__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .certification__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.standart {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--color-white);
}
.standart__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .standart__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .standart__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.standart__offer {
  text-align: center;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 1150px) {
  .standart__offer {
    gap: calc(
        15px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
.standart__text {
  max-width: 420px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .standart__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.standart__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .standart__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.standart__btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  width: 220px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .standart__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .standart__btn {
    width: calc(
        150px + 70 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .standart__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .standart__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.accessories {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--color-white);
}
.accessories__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .accessories__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .accessories__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.accessories__offer {
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1150px) {
  .accessories__offer {
    gap: calc(
        15px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.accessories__text {
  margin-bottom: 25px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .accessories__text {
    margin-bottom: calc(
        15px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .accessories__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.accessories__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .accessories__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.accessories__btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  width: 220px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .accessories__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .accessories__btn {
    width: calc(
        150px + 70 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .accessories__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .accessories__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.production {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1150px) {
  .production {
    padding-top: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .production {
    padding-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
.production__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 991.98px) {
  .production__list {
    -ms-grid-columns: (minmax(auto, 360px))[2];
    grid-template-columns: repeat(2, minmax(auto, 360px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 359.98px) {
  .production__list {
    -ms-grid-columns: minmax(auto, 360px);
    grid-template-columns: minmax(auto, 360px);
  }
}

.offices {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: var(--color-white);
}
.offices__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1150px) {
  .offices__wrapper {
    padding-top: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .offices__wrapper {
    padding-bottom: calc(
        50px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.offices__offer {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1150px) {
  .offices__offer {
    gap: calc(
        15px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.offices__text {
  max-width: 580px;
  margin-bottom: 15px;
  font-size: 19px;
}
@media (max-width: 1150px) {
  .offices__text {
    margin-bottom: calc(
        5px + 10 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .offices__text {
    font-size: calc(
        14px + 5 *
          ((100vw - 375px) / 775)
      );
  }
}
.offices__title {
  font-family: "Euclid Circular A";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .offices__title {
    font-size: calc(
        22px + 12 *
          ((100vw - 375px) / 775)
      );
  }
}
.offices__btn {
  line-height: 1;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 13px;
  font-size: 13px;
  width: 240px;
  height: 54px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .offices__btn {
    font-size: calc(
        10px + 3 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .offices__btn {
    width: calc(
        180px + 60 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .offices__btn {
    height: calc(
        40px + 14 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .offices__btn {
    padding: calc(
        5px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}

.cart {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (max-width: 1150px) {
  .cart {
    padding-top: calc(
        20px + 15 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .cart {
    padding-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart__count {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #3b3b3b;
  margin-bottom: 10px;
  display: inline-block;
}
.cart__title {
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 1150px) {
  .cart__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .cart__title {
    margin-bottom: calc(
        30px + 25 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.385fr;
  grid-template-columns: 1fr 0.385fr;
  gap: 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .cart__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cart .cart-top {
  margin-bottom: 23px;
}
.cart .cart-top__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 295px))[3];
  grid-template-columns: repeat(3, minmax(auto, 295px));
  gap: 12px;
}
@media (max-width: 767.98px) {
  .cart .cart-top__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cart .cart-top__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cart .cart-top__item {
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 10px;
  padding-left: 51px;
  padding-bottom: 10px;
  position: relative;
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.cart .cart-top__item::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #dbdbdb;
  top: 14px;
  left: 17px;
  border-radius: 50%;
}
.cart .cart-top__item--active {
  border: 2px solid #3c3c3b;
}
.cart .cart-top__item--active::after {
  border: 7px solid #3c3c3b;
}
.cart .cart-top__title {
  font-size: 18px;
  margin-bottom: 9px;
  font-weight: 500;
}
@media (max-width: 1150px) {
  .cart .cart-top__title {
    font-size: calc(
        16px + 2 *
          ((100vw - 375px) / 775)
      );
  }
}
.cart .cart-top__text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  color: #757575;
}

.product-cart {
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 0px 5px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 55px;
  padding-bottom: 35px;
  padding-right: 33px;
  padding-top: 34px;
  padding-left: 25px;
}
@media (max-width: 576px) {
  .product-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.product-cart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .product-cart__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.product-cart__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 205px;
  height: 165px;
}
.product-cart__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-cart__info {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #8b8b8b;
}
.product-cart__right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 160px;
}
@media (max-width: 767.98px) {
  .product-cart__right {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    height: 100%;
  }
}
.product-cart__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #282828;
  margin-bottom: 16px;
}
.product-cart__price {
  color: #282828;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: auto;
}
.product-cart__btn {
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
  color: #8b8b8b;
}
.product-cart--install {
  border-radius: 0;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-right: 38px;
}
.product-cart--install .product-cart__body {
  padding-left: 260px;
}
@media (max-width: 767.98px) {
  .product-cart--install .product-cart__body {
    padding-left: 0;
  }
}
.product-cart--install .product-cart__right {
  height: 50px;
}

.checkout {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1150px) {
  .checkout {
    padding-top: calc(
        40px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .checkout {
    padding-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 775)
      );
  }
}
.checkout__title {
  text-align: center;
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .checkout__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .checkout__title {
    margin-bottom: calc(
        40px + 50 *
          ((100vw - 375px) / 775)
      );
  }
}
.checkout__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.385fr;
  grid-template-columns: 1fr 0.385fr;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .checkout__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.checkout-box {
  max-width: 710px;
}
.checkout-box--top {
  max-width: 495px;
}
.checkout-box--address {
  max-width: 630px;
}
.checkout-box:not(:last-child) {
  margin-bottom: 40px;
}
.checkout-box__btn {
  background-color: #ededed;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 30px;
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
  max-width: 210px;
  padding: 16px 16px 16px 40px;
}
.checkout-box__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-mask: url("../images/icons/location.svg") no-repeat center/contain;
          mask: url("../images/icons/location.svg") no-repeat center/contain;
  background-color: var(--color-dark);
  width: 15px;
  height: 15px;
}
.checkout-box__btn:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  -webkit-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}
.checkout-box__btn:hover::after {
  background-color: var(--color-white);
}
.checkout-box .checkbox {
  border: 2px solid #dbdbdb;
  min-height: 50px;
  border-radius: 5px;
  padding: 10px 15px;
}
.checkout-box .checkbox__box {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 1px solid #dcdcdc;
}
.checkout-box .checkbox__box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.checkout-box .checkbox__input:checked + .checkout-box .checkbox__box::after {
  background-color: var(--color-accent);
}
.checkout-box__title {
  font-family: "Euclid Circular A";
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  color: #333232;
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .checkout-box__title {
    font-size: calc(
        20px + 6 *
          ((100vw - 375px) / 775)
      );
  }
}
.checkout-box__row {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.checkout-box__row:not(:last-child) {
  margin-bottom: 11px;
}
.checkout-box__row--recipient {
  max-width: 500px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px !important;
}
@media (max-width: 576px) {
  .checkout-box__row--recipient {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.checkout-box__row--point {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout-box__row--point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.checkout-box__row--double {
  -ms-grid-columns: minmax(auto, 350px) minmax(auto, 210px);
  grid-template-columns: minmax(auto, 350px) minmax(auto, 210px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .checkout-box__row--double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.checkout-box__group {
  position: relative;
  width: 100%;
  height: 48px;
}
.checkout-box__group--required::after {
  position: absolute;
  content: "";
  content: "*";
  top: 14px;
  left: 18px;
  font-size: 18px;
  color: #d25656;
}
.checkout-box__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 26px;
  z-index: 1;
  pointer-events: none;
  color: #868686;
  font-size: 16px;
}
.checkout-box__label--first-letter span {
  color: #333232;
}
.checkout-box__input {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: block;
  padding: 15px 20px 15px 25px;
  line-height: 1;
  width: 100%;
  font-size: 16px;
  z-index: 2;
}
.checkout-box__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #868686;
  opacity: 0;
  visibility: hidden;
}
.checkout-box__input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #868686;
  opacity: 0;
  visibility: hidden;
}
.checkout-box__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #868686;
  opacity: 0;
  visibility: hidden;
}
.checkout-box__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #868686;
  opacity: 0;
  visibility: hidden;
}
.checkout-box__input::placeholder {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #868686;
  opacity: 0;
  visibility: hidden;
}
.checkout-box__input:not(:-moz-placeholder-shown) + .checkout-box__label {
  opacity: 0;
}
.checkout-box__input:not(:-ms-input-placeholder) + .checkout-box__label {
  opacity: 0;
}
.checkout-box__input:not(:placeholder-shown) + .checkout-box__label {
  opacity: 0;
}
.checkout-box__input:active .checkout-box__label, .checkout-box__input:focus + .checkout-box__label {
  opacity: 0;
}
.checkout-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 767.98px) {
  .checkout-box__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .checkout-box__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.checkout-box__item--cash .checkout-box__box::before {
  background-image: url("../images/content/payment/1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout-box__item--online .checkout-box__box::before {
  background-image: url("../images/content/payment/2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout-box__item--office .checkout-box__box::before {
  width: 70px;
  background-image: url("../images/content/payment/3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout-box__btn-tab {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 16px 16px 16px 53px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #3e3e3e;
  position: relative;
  cursor: pointer;
}
.checkout-box__btn-tab::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid #dbdbdb;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
  border-radius: 50%;
}
.checkout-box__btn-tab.tabs-btn--active {
  border-color: var(--color-dark);
}
.checkout-box__btn-tab.tabs-btn--active::after {
  border: 7px solid #3c3c3b;
}
.checkout-box__box {
  padding: 20px 15px 52px 37px;
  background-color: var(--color-white);
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  height: 90px;
}
.checkout-box__box::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  bottom: 13px;
  left: 40px;
}
.checkout-box__box::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #dbdbdb;
  top: 17px;
  left: 12px;
  border-radius: 50%;
}
.checkout-box__box--active {
  border-color: var(--color-dark);
}
.checkout-box__box--active::after {
  border: 5px solid #3c3c3b;
}
.checkout-box__heading {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  color: #3e3e3e;
}
.checkout-box__bottom {
  background-color: var(--color-bg);
  border-radius: 5px;
  padding: 15px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: #333232;
}
.checkout-box__bottom span {
  display: block;
}
.checkout-box__text {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  color: #434344;
}
.checkout-box__map {
  width: 100%;
  height: 435px;
  border-radius: 3px;
  height: 435px;
}
@media (max-width: 1150px) {
  .checkout-box__map {
    height: calc(
        250px + 185 *
          ((100vw - 375px) / 775)
      );
  }
}

.tabs-map .checkout-box__btn-tab.tabs-map-btn--active {
  border-color: var(--color-dark);
}
.tabs-map .checkout-box__btn-tab.tabs-map-btn--active::after {
  background-color: var(--color-dark);
}
.tabs-map .tabs-map-content {
  display: none;
}
.tabs-map .tabs-map-content.active {
  display: block;
  -webkit-animation: opacity-visibility 700ms ease forwards;
          animation: opacity-visibility 700ms ease forwards;
}

.product {
  height: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .product {
    height: auto;
    padding: 20px 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .product__wrapper {
    height: auto;
  }
}
.product__content {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 50px;
  overflow-y: auto;
  height: calc(100vh - 130px);
}
@media (max-width: 991.98px) {
  .product__content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    overflow: initial;
    gap: 30px;
  }
}
.product__preview {
  padding-top: 90px;
  width: 100%;
  min-width: 0;
  position: relative;
  max-width: max(880px, 75%);
  position: absolute;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1310px) {
  .product__preview {
    max-width: calc(600px + 280 * (100vw - 991px) / 319);
  }
}
@media (max-width: 991.98px) {
  .product__preview {
    padding-top: 30px;
    max-width: 880px;
    position: static;
  }
}
@media (max-width: 767.98px) {
  .product__preview {
    padding-bottom: 0;
  }
}
.product .swiper-button-next,
.product .swiper-button-prev {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .product .swiper-button-next,
.product .swiper-button-prev {
    display: none;
  }
}
.product .swiper-button-next {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  right: max(15px, (100% - 460px) / 2);
}

@media (max-width: 1250px) {
  .product .swiper-button-next {
    right: max(15px, (100% - 350px) / 2);
  }
}
@media (max-width: 1150px) {
  .product .swiper-button-next {
    right: max(15px, (100% - 250px) / 2);
  }
}

.product .swiper-button-prev {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
          left: max(15px, (100% - 1400px) / 2);
}

@media (max-width: 1640px) {
  .product .swiper-button-prev {
    left: max(15px, (100% - 1100px) / 2);
  }
}
@media (max-width: 1500px) {
  .product .swiper-button-prev {
    left: max(15px, (100% - 1000px) / 2);
  }
}

.product:hover .swiper-button-next,
.product:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.product__slider {
  width: 100%;
  height: 100%;
  max-height: 1000px;
}
.product__slider .swiper-slide {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product__slider {
    max-width: 880px;
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .product__slider {
    height: calc(300px + 260 * (100vw - 375px) / 393);
  }
}
.product__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__img {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product__img {
    max-width: 650px;
  }
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__info {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 130px);
  padding-left: 930px;
  z-index: 1;
  padding-left: max(880px, 75%);
  margin-top: 30px;
}
@media (max-width: 1310px) {
  .product__info {
    min-width: 350px;
    padding-left: calc(580px + 300 * (100vw - 991px) / 319);
  }
}
@media (max-width: 991.98px) {
  .product__info {
    padding-left: 0;
    max-width: 576px;
    margin: 0 auto;
    height: auto;
    overflow: initial;
  }
}
.product__title {
  text-align: center;
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 15px;
}
@media (max-width: 1150px) {
  .product__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
.product__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 300;
  color: #474747;
  margin-bottom: 35px;
}
@media (max-width: 359.98px) {
  .product__sizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__colors {
  margin-bottom: 25px;
}
.product .colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
}
.product .colors__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #282828;
  text-align: center;
}
.product .colors__item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid #eae9e9;
}
.product .colors__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .colors__item::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #917457;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  border-radius: 50%;
}
.product .colors__item--active::after {
  opacity: 1;
  visibility: visible;
}
.product__spec-btn {
  z-index: 1;
  cursor: pointer;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 380px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4f4;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #2f2f2f;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.product__spec-btn .icon {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.product__spec-btn .icon::after {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-mask: url("../images/icons/chevron.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron.svg") no-repeat center/contain;
  background-color: var(--color-dark);
}
.product__spec-btn:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.product__spec-btn:hover .icon {
  background-color: var(--color-bg);
}
.tabs {
  padding-left: 10px;
}
.tabs__text {
  font-size: 13px;
  font-weight: 300;
  color: #8d8d8d;
  text-align: center;
  margin-bottom: 30px;
}
.tabs .checkbox__box {
  margin-right: 9px;
}
.tabs .checkbox__text {
  font-size: 14px;
  line-height: 1.2;
}
.tabs .checkbox-box--sub .checkbox-box__item {
  font-size: 15px;
}
.tabs__resizes {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 100px))[3];
  grid-template-columns: repeat(3, minmax(auto, 100px));
  gap: 15px;
  margin-bottom: 20px;
}
.tabs__resize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
}
.tabs__resize-input {
  background-color: var(--color-white);
  border: 1px solid rgba(193, 193, 193, 0.53);
  border-radius: 3px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #7c7c7c;
  padding: 9px;
}
.tabs__resize span {
  font-size: 12px;
  font-weight: 300;
  color: #313131;
}
.tabs__top {
  max-width: 340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  border-radius: 25px;
  padding: 5px;
  height: 50px;
  margin-bottom: 17px;
}
.tabs__top-btn {
  background-color: transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #777777;
  width: 48%;
  height: 100%;
}
.tabs__top-btn.tabs-btn--active {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 18.8px;
  color: #313131;
}
.tabs__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
.tabs__item {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}
.tabs__subcheckboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 62px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs__subcheckboxes .checkbox-box__checkbox {
  width: 100px;
}
.tabs__subcheckboxes .checkbox-box__checkbox .checkbox__text {
  color: #757575;
  font-weight: 300;
  font-size: 15px;
}
.tabs__item:not(:last-child) {
  margin-bottom: 5px;
}
.tabs__item .checkbox__text {
  font-weight: 500;
  color: #313131;
}
.tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24%, #896a4b), color-stop(35%, #9d8269), color-stop(66%, #c7aa8e), color-stop(96%, #a1876f), color-stop(126%, #a1876f));
  background-image: -o-linear-gradient(bottom, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  background-image: linear-gradient(0deg, #896a4b -24%, #9d8269 35%, #c7aa8e 66%, #a1876f 96%, #a1876f 126%);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 28.5px;
  color: var(--color-white);
}
@media (max-width: 576px) {
  .tabs__btn {
    padding: 12px 20px;
  }
}
.tabs__btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.tabs__btn-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  width: 50%;
  position: relative;
}
.tabs__btn-text::after {
  position: absolute;
  content: "";
  background-color: #d5d5d5;
  right: 0;
  height: calc(100% - 3px);
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabs__btn-total {
  width: 50%;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.tabs__notify {
  font-size: 11px;
  line-height: 17px;
  font-weight: 300;
  color: #757575;
  text-align: center;
}

.delivery {
  padding-top: 30px;
  padding-bottom: 30px;
}
.delivery__title {
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1150px) {
  .delivery__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .delivery__title {
    margin-bottom: calc(
        30px + 35 *
          ((100vw - 375px) / 775)
      );
  }
}
.delivery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1150px) {
  .delivery__list {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .delivery__list {
    -ms-grid-columns: (minmax(auto, -webkit-max-content))[2];
    -ms-grid-columns: (minmax(auto, max-content))[2];
    grid-template-columns: repeat(2, minmax(auto, -webkit-max-content));
    grid-template-columns: repeat(2, minmax(auto, max-content));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .delivery__list {
    -ms-grid-columns: minmax(auto, -webkit-max-content);
    -ms-grid-columns: minmax(auto, max-content);
    grid-template-columns: minmax(auto, -webkit-max-content);
    grid-template-columns: minmax(auto, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.delivery__item {
  width: 100%;
  height: 100%;
}

.delivery-card {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 45px;
  text-align: center;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 405px;
  width: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 380px;
}
@media (max-width: 1150px) {
  .delivery-card {
    height: calc(
        300px + 80 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .delivery-card {
    padding: 20px;
  }
}
.delivery-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.delivery-card:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.delivery-card__wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  position: relative;
  padding-top: 83px;
}
.delivery-card__wrap::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1150px) {
  .delivery-card {
    padding: 35px 25px;
  }
}
.delivery-card--dilevered .delivery-card__wrap::after {
  background-image: url("../images/content/delivered.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.delivery-card--snipped .delivery-card__wrap::after {
  background-image: url("../images/content/shipped.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.delivery-card--pickup .delivery-card__wrap::after {
  background-image: url("../images/content/pick-up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.delivery-card__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.delivery-card__text {
  font-size: 15px;
  font-weight: 300;
}
.delivery-card__text span {
  display: block;
}
@media (max-width: 1150px) {
  .delivery-card__text span {
    display: inline;
  }
}

.payment {
  padding-top: 47px;
  padding-bottom: 30px;
}
@media (max-width: 1150px) {
  .payment {
    padding-top: calc(
        30px + 17 *
          ((100vw - 375px) / 775)
      );
  }
}
.payment__title {
  font-family: "Euclid Circular A";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1150px) {
  .payment__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .payment__title {
    margin-bottom: calc(
        40px + 30 *
          ((100vw - 375px) / 775)
      );
  }
}
.payment__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1150px) {
  .payment__list {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .payment__list {
    -ms-grid-columns: (minmax(auto, -webkit-max-content))[2];
    -ms-grid-columns: (minmax(auto, max-content))[2];
    grid-template-columns: repeat(2, minmax(auto, -webkit-max-content));
    grid-template-columns: repeat(2, minmax(auto, max-content));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .payment__list {
    -ms-grid-columns: minmax(auto, -webkit-max-content);
    -ms-grid-columns: minmax(auto, max-content);
    grid-template-columns: minmax(auto, -webkit-max-content);
    grid-template-columns: minmax(auto, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.payment__item {
  width: 100%;
  height: 100%;
}

.payment-card {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  padding-bottom: 65px;
  text-align: center;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 405px;
  width: 100%;
  position: relative;
  height: 360px;
}
@media (max-width: 1150px) {
  .payment-card {
    height: calc(
        300px + 60 *
          ((100vw - 375px) / 775)
      );
  }
}
.payment-card__wrap {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  position: relative;
  padding-top: 77px;
}
.payment-card__wrap::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.payment-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.payment-card:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1150px) {
  .payment-card {
    padding: 35px 25px;
  }
}
@media (max-width: 1150px) {
  .payment-card--terminal {
    padding-bottom: 20px;
  }
}
.payment-card--terminal .payment-card__wrap::after {
  background-image: url("../images/content/payment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.payment-card--money {
  padding-bottom: 85px;
}
@media (max-width: 1150px) {
  .payment-card--money {
    padding-bottom: 20px;
  }
}
.payment-card--money .payment-card__wrap::after {
  background-image: url("../images/content/money.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.payment-card--qr {
  padding-bottom: 45px;
}
@media (max-width: 1150px) {
  .payment-card--qr {
    padding-bottom: 20px;
  }
}
.payment-card--qr .payment-card__wrap {
  padding-top: 135px;
  padding-top: 135px;
}
@media (max-width: 1150px) {
  .payment-card--qr .payment-card__wrap {
    padding-top: calc(
        115px + 20 *
          ((100vw - 375px) / 775)
      );
  }
}
.payment-card--qr .payment-card__wrap::after {
  width: 115px;
  height: 115px;
  width: 115px;
  height: 115px;
  background-image: url("../images/content/qr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1150px) {
  .payment-card--qr .payment-card__wrap::after {
    width: calc(
        80px + 35 *
          ((100vw - 375px) / 775)
      );
  }
}
@media (max-width: 1150px) {
  .payment-card--qr .payment-card__wrap::after {
    height: calc(
        80px + 35 *
          ((100vw - 375px) / 775)
      );
  }
}
.payment-card__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.payment-card__text {
  font-size: 14px;
  font-weight: 300;
}
.payment-card__text span {
  display: block;
}
@media (max-width: 1150px) {
  .payment-card__text span {
    display: inline;
  }
}


.tabs-sizes__text {
  font-size: 13px;
  font-weight: 300;
  color: #8d8d8d;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tabs-sizes__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
  width: 100%;
  gap: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .tabs-sizes__inputs {
    gap: 7px;
  }
}
.tabs-sizes__input label {
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  color: #313131;
}
.tabs-sizes__input input {
  width: 100%;
  border: 1px solid rgba(193, 193, 193, 0.53);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #7c7c7c;
  padding: 10px 20px;
}
.tabs-sizes__input input::-webkit-input-placeholder {
  text-align: center;
}
.tabs-sizes__input input::-moz-placeholder {
  text-align: center;
}
.tabs-sizes__input input:-ms-input-placeholder {
  text-align: center;
}
.tabs-sizes__input input::-ms-input-placeholder {
  text-align: center;
}
.tabs-sizes__input input::placeholder {
  text-align: center;
}
@media (max-width: 576px) {
  .container--100 {
    padding-right: 15px;
  }
}

/* NEW */
.info ul, .term-description ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.info ol, .term-description ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
h2 {
    font-family: "Euclid Circular A";
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
}
h1.titleh1 {
    font-family: "Euclid Circular A";
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}
h2.titleh2 {
    font-family: "Euclid Circular A";
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}
.catalog-top h1 {
    font-family: "Euclid Circular A";
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0;
}
.preims {
    margin-top: 40px;
}
.preim-box {
    -webkit-box-shadow: 0 0 12px rgba(130,130,130,.3);
    box-shadow: 0 0 12px rgba(130,130,130,.3);
    border-radius: 28px;
    padding: 20px 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 100%;
}
.preim-box_title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
p.preim-box_text {
    margin-bottom: 0;
	font-size: 15px;
	color: #787878;
}
ul.catalog__list.cat-3 .product-card__body {
	min-height: 80px;
}
ul.catalog__list.cat-4 .product-card__top {
	height: 215px;
}
ul.catalog__list.cat-3 .product-card__top {
	height: 300px;
}
ul.catalog__list .product-card__body--aic .product-card__left.nobtn, ul.catalog__list .nobtn .product-card__text {
	width: 100%;
	justify-content: flex-start;
}
.infotext {
    color: var(--color-text);
    margin-bottom: 20px;
}
.btn--row a.big-btn {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 25px;
}
.btn--row a.big-btn span {
    font-size: 16px;
}
@media (min-width: 768px) {
	ul.catalog__list.cat-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	ul.catalog__list.cat-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.outfit {
    margin-bottom: 80px;
}
.outfit h3 {
    margin-bottom: 10px;
}
img.type_panel_img{max-width:230px}
.vid_inner{margin-bottom:20px}
.type_panel{display:inline-block;margin-top:10px;margin-right:30px}
.type_panel_name{font-size:13px;color:#b0b0b0;text-align:center}
.look__list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-bottom:7px}
.look__list li{width:20%;max-width:90px;min-width:90px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:auto;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-right:10px;margin-left:10px;margin-bottom:18px}
.look__color{position:relative;display:block;width:100%;height:34px;margin-bottom:10px;border-radius:3px;background-size:cover}
.look__color:after{content:"";position:absolute;top:-4px;left:-4px;z-index:-1;width:calc(100% + 8px);height:calc(100% + 8px);border:1px solid #40a629;border-radius:4px;opacity:0;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}
.look__name{display:block;width:100%;font-weight:500;font-size:13px;line-height:1.23077;text-align:center;color:rgba(65,65,65,.5);-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}
.palitra-block br{display:none}
.look__note{font-weight:500;font-size:13px;line-height:1.23077;color:#b0b0b0}
.look__note span,span.look__name span{color:#e0013f}
.fht-tbody{overflow:auto;height:500px}

.rev-row .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews__image {
    width: auto;
    padding: 5px 15px 0 15px;
}
.reviews__image img {
    width: 100px;
    min-width: 60px;
	border-radius: 50%;
}
.review {
	color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border: 1px dashed #333;
    padding: 20px 10px;
}
.reviews__title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.reviews__summary {
    color: #333;
	font-size: 14px;
}
@media only screen and (max-width:767px) {
	.review {display: block;}
	.reviews__image {margin-bottom: 15px;}
}

.woocommerce .catalog-main div.product {
	margin-bottom: 35px;
}
h2.woocommerce-loop-product__title {
    font-family: "Euclid Circular A";
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
	margin: 10px 0;
}
.products h2.woocommerce-loop-product__title {
    width: 50%;
    float: left;
}
.woocommerce .products div.product span.price {
    width: 50%;
    float: right;
    text-align: right;
    padding: 10px 0;
	font-size: 1.35em;
}
.catalog-main .qib-container {
	float: right;
}
.woocommerce .catalog-main a.button {
    margin-top: 10px;
	float: left;
}
.term-description {
    margin-bottom: 40px;
}

.column-margin-30px {
    margin-bottom: 30px;
}
.contract_punkt img{float:left;}
.contract_punkt{clear:both;background:#edf2f3;border-radius:43px;overflow:auto;margin-bottom:5px;padding-right:25px;}
.contract_punkt p{padding-top:20px;font-size:16px;padding-left:120px;}
@media only screen and (min-width: 768px) {
	.three-fifth {width: 58%;}
}
@media only screen and (max-width: 767px) {
	.contract_punkt p {
		padding-left: 90px;
		font-size: 12px;
	}
	.garant {background-image:none !important}
}

.how_it_works-block_1 {
    text-align: center;
	margin-bottom: 30px;
}
.how_it_works_1 {
    width: 180px;
    height: 180px;
    line-height: 178px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.how_it_works_1 img {
	border: 2px solid #243f65;
    border-radius: 90px;
    padding: 5%;
	width:138px;
	height:138px;
}
.how_it_works_1 .number_1 {
    background: #896a4b;
    border-radius: 50px;
	position: absolute;
    bottom: 20%;
    left: 20%;
    margin-left: -17px;
	color:#fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) inset;
}
.how_it_works-block_1 .desc_1 {
	margin-top:0;
}
.has_border_1:after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    background: #243f65;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: -25%;
    top: 40%;
}
@media screen and (min-width: 992px) and (max-width: 1239px) {
	.has_border_1:after {right: -25%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.has_border_1:after {right: -5%;}
	.how_it_works-block_1 {padding: 0 !important;}
}
@media screen and (max-width: 767px) {
	.has_border_1:after {
		display: none;
	}
}

section.catalog--catalog-30 {
    background: #f4f4f4;
    padding: 50px 0;
    margin-top: 30px;
}
.variants h3 {
    margin-bottom: 10px;
}
.variants ul li {
    position: relative;
    padding-left: 20px;
}
.variants ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0;
    border-radius: 50px;
    background: #896a4b;
}

.revform-item {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.revform-item input[type="text"], .revform-item input[type="email"], .revform-item textarea {
    width: 100%;
	color: #666;
    border: 1px solid #ccc;
	padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.revform-item input[type="submit"] {
	border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    border-color: #5eb022;
    background: #5eb022;
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
    cursor: pointer;
	-webkit-appearance: button;
}
.py-5 {
    padding-top: 3rem;
	padding-bottom: 3rem;
}
.p-4 {
    padding: 1.5rem;
}
.text-center {
    text-align: center;
}

.woocommerce-shop .header__top {
    background: rgb(128 96 82 / 50%);
}
.woocommerce-shop .menu__link:hover, .woocommerce-shop .menu__link.is--active {
	color: #b9b9b9;
}

.akc-image {
    position: relative;
}
.akc-image span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px 0 0;
    font-weight: 400;
    font-size: 16px;
}
.akc-info h3 {
    font-size: 20px;
    color: #2e2d33;
	margin-top: 20px;
	margin-bottom: 5px;
}
.akc-item {
    font-size: 16px;
}
.akc-item span {
    background-size: cover !important;
    width: 30px;
    height: 30px;
    float: left;
	margin-right: 10px;
	margin-top: 3px;
	display: none;
}
.akc-item span.act-icon-1 {
    background: url(/wp-content/uploads/2023/12/ico1.png);
}
.akc-image span b {
    color: #b1b1b1;
    text-decoration: line-through;
    font-weight: 400;
}
.akc-image img {
    border-radius: 8px;
}
.mapblock {
    margin-top: 40px;
}
main p {
    margin-bottom: 15px;
}
/* main ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
} */

.questions {
  padding-bottom: 40px;
}
.questions__title {
  margin-bottom: 30px;
}
.questions__container {
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.questions__container .container-item, .container-full {
  width: 100%;
}
.questions__load-more {
  display: none;
}
.questions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.questions__item {
  background: #F8FAFB;
  width: 100%;
  padding: 15px 25px;
  position: relative;
  margin-bottom: 20px;
}
.questions__item:first-child {
  margin-top: 0;
}
.questions__item .item-title { 
	color: #000;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.questions__item .item-content {
  padding-top: 15px;
  font-weight: 500;
  font-size: .8em;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #939393;
  display: none;
}
.questions__item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  top: 20px;
    right: 25px;
border-radius: 50%;
  background-color: #896a4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.questions__item .item-btn img, .questions__item .item-btn svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.questions__item .item-btn img path, .questions__item .item-btn svg path {
  fill: #fff;
}
.questions__item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: #896a4b;
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.questions__item .item-btn.open {
  -webkit-transform: rotate(45deg) scale(1.3);
          transform: rotate(45deg) scale(1.3);
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
}
.questions__item .item-btn.open::after {
  display: none;
}
.questions__item .item-btn.open img, .questions__item .item-btn.open svg {
  fill: #D5DEE3;
}
.questions__item .item-btn.open img path, .questions__item .item-btn.open svg path {
  fill: #D5DEE3;
}

.sert #gallery-1 img {
    border: 1px solid #e9e9e9;
    height: auto;
}
.sert #gallery-1 .gallery-item {
    box-sizing: border-box;
    padding: 0 10px;
}

.attr {
    font-size: 16px;
    margin: 5px 0 0;
    color: #8f8f8f;
	width: 100%;
    clear: both;
}
.attr-dop {
    font-size: 14px;
    margin: 0 0 10px;
    color: #8f8f8f;
    width: 100%;
}

.twenty-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}
.twenty-text {
    margin-top: 30px;
}
ul.gal li {
    position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.gal li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
    left: 0;
    top: 0;
}

.catalog-main .qib-container {
    display: none !important;
}

.consult-popup {
    text-align: center;
	line-height:110%;
}
.consult-popup img {
	width:230px;
	text-align: center;
}
.consult-popup .telephon {
	margin: 0 0 0 10%;
	width: 40%; 
	float: left;
}
.consult-popup .button_skidka {
	float: left; 
	margin: 0 0 0 5%;
	width: 40%; 
	text-align: left;
}
.telephon input[type="tel"] {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
}
.button_skidka input[type="submit"] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    background-color: #896a4b;
    color: #fff;
}
.button_skidka span.wpcf7-spinner {
    position: absolute;
    right: -20px;
}
.consult-popup .wpcf7-response-output {
    max-width: 300px;
    display: block;
    float: left;
    width: auto;
}
@media screen and (max-width: 767px) {
	.consult-popup .telephon {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.consult-popup .button_skidka {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.consult-popup img {
	width:70%;
	}
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.mt-3 {
    margin-top: 20px;
}
.w-100 {
    width: 100% !important;
}
.calculation__wrapper * {
    color: #fff;
}
.calculation_block {
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 30px;
}
.calculation__wrapper .wpcf7-not-valid-tip {
    color: #dc3232;
}
a.inzh-item {
    border: 1px solid #eee;
    display: inline-block;
	padding: 20px;
	transition: all 0.2s ease;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
}
a.inzh-item:hover {
	border: 1px solid #c0c0c0;
}
.inzhener br, .inzhener p {
    display: none;
}
.inzh-inner {
    margin-top: 10px;
}
.inzhener .col-6 {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.inzh-item span.wpcf7-list-item {
    display: block;
    font-size: 14px;
}
.inzh-item span.wpcf7-list-item input[type="checkbox"], .inzh-item span.wpcf7-list-item input[type="radio"] {
    vertical-align: middle;
}
.inzh-item_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: solid 1px #fff;
    padding: 5px 10px;
}
.inzh-col p {
    margin-bottom: 0;
}
.inzh-item-line .inzh-item_box {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.inzh-item-line input {
    width: 50px;
    display: inline;
    height: 25px;
    margin: 0 5px;
	background: #c4c4c4;
	padding: 5px;
}
.inzh-item-text input {
    border: 1px solid #c4c4c4;
    height: 40px;
	padding: 5px;
	max-width: 100%;
	outline: 0;
}
.inzh-item-text input::placeholder {
    color: #ebebeb;
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item label, .inzh-item_box .wpcf7-radio span.wpcf7-list-item label {
    font-weight: 400;
	cursor: pointer;
}
.inzh-item_box .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    position: relative;
    line-height: 130%;
    padding-left: 28px;
    -webkit-transition: inherit;
    transition: inherit;
}
.inzh-item_box span.wpcf7-list-item input[type="checkbox"], .inzh-item_box span.wpcf7-list-item input[type="radio"] {
    display: none;
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item-label, .inzh-item_box .wpcf7-radio span.wpcf7-list-item-label {
	margin-top: 0;
	position: relative;
	padding-left: 28px;
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]~span.wpcf7-list-item-label:before, .inzh-item_box .wpcf7-radio span.wpcf7-list-item label input[type=radio]~span.wpcf7-list-item-label:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #c4c4c4;
    border: 1px solid #e0d4ca;
    -webkit-transition: inherit;
    transition: inherit;
    box-sizing: border-box;
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]~span.wpcf7-list-item-label:after, .inzh-item_box .wpcf7-radio span.wpcf7-list-item label input[type=radio]~span.wpcf7-list-item-label:after {
   position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    transition: inherit;
    opacity: 0;
    border: 2px solid #fff;
    top: 0;
    left: 0;
    border-radius: 3px;
    background-color: #008dc5;
	mask: none;
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked~span.wpcf7-list-item-label:before, .inzh-item_box .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked~span.wpcf7-list-item-label:before {
	background: #66615c;
	border: none
}
.inzh-item_box .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked~span.wpcf7-list-item-label:after, .inzh-item_box .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked~span.wpcf7-list-item-label:after {
	opacity: 1
}
.inzh-btn input[type="submit"] {
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e3e3e;
    padding: 10px 20px;
    font-size: 13px;
	line-height: 1;
    display: inline-block;
    width: 220px;
	height: 54px;
    margin: 0;
    cursor: pointer;
}
.whitehr {
    border-top: 1px solid #fff;
    height: 1px;
    margin-top: 20px;
	padding-top: 20px;
}

.footer__col--contact .footer__link {
    display: inline;
}
.footer_button a.footer__link {
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 12px;
    transition: all .3s;
}
.footer_button a.footer__link:hover {
    color: #333;
    background: #fff;
}


.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
.panel-group .panel {
    transition: all .3s;
    overflow: hidden;
}

.question_answer_block{margin-top:30px;margin-bottom:0;}
.question_answer_block .question_answer-left{background-image:url(/wp-content/uploads/2025/04/question-answer.webp);background-repeat:no-repeat;background-size:cover}
@media (min-width:992px){.question_answer_block .question_answer-left div{min-height:408px;max-height:408px}}
.question_answer_block .question_answer_block_for_flex{display:flex;flex-wrap:wrap}
.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{width:100%;margin: 0 !important;}
@media (min-width:992px){.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{max-height:453px}}
.question_answer_block .question_answer_block_for_flex #form-question_answer-title{flex:100%;margin-bottom:25px}
.question_answer_block .question_answer_block_for_flex .question_answer-left{padding:25px 30px 20px 20px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div{display:flex;flex-direction:column;height:100%}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-call{margin-top:auto}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-title{font-size:26px;line-height:28.6px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-desc{font-size:16px;color:#5b5b5b}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call{background-color:#896a4b;color:#fff;border-radius:3px;border:none;font-size:16px;height: auto;padding: 15px 0;line-height: 1.4;text-align: center;}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call:hover{text-decoration:none;}
.question_answer_block .question_answer_block_for_flex .question_answer-right{max-height:100%;overflow-y:scroll}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar{border-radius:2px;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb{border-radius:2px;background-color:#896a4b;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb:hover{background-color:#7cc934;cursor:pointer}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-track{border-radius:2px;background-color:rgba(137,106,75,.3);width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion{margin-bottom:0}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default{border-radius:unset;padding:10px 15px;-webkit-box-shadow:0 0 16px -2px rgba(0,0,0,.2);-moz-box-shadow:0 0 16px -2px rgba(0,0,0,.2);box-shadow:0 0 16px -2px rgba(0,0,0,.2)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-body{padding:10px 15px;font-size: 16px;}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default:not(:last-child){margin-bottom:10px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading{background-color:#fff;border-color:#fff;padding:0 15px;position:relative}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a{text-decoration:none!important;color:#222;display:block;padding-right:30px;font-size:16px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a h2{margin-top:7px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a:not(.collapsed) .btn-close{transform:rotate(225deg)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-collapse .panel-body{border-top:none}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .btn-close{position:absolute;display:block;width:22px;height:22px;border-bottom:3px solid #896a4b;border-right:3px solid #896a4b;right:30px;top:-30%;transform:rotate(45deg);transition:transform .5s ease-in-out}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__text{text-align:center}
.promotion-slider{margin-top:10px}
.header-info-right .header-info__contacts .phone.link{white-space:nowrap}
@media (max-width:1280px){.promotion-slider{padding:0 30px}}
@media (max-width:768px){.promotion-slider{padding:0 45px}
.header-info-right .header-info__contacts{display:none}
.why-we--mainpage{margin-bottom:40px!important}
.question_answer_block .question_answer_block_for_flex2{display:flex;flex-direction:column-reverse}
.question_answer_block .question_answer-right{padding:0;padding-right:5px;margin-bottom:40px;min-height:420px!important;max-height:420px!important}
.question_answer_block #accordion h2{font-size:20px}
.question_answer_block #accordion .panel-heading h2{padding-right:20px}
.question_answer_block #accordion .panel-heading .btn-close{width:18px!important;height:18px!important;top:40%!important;right:0!important}
.question_answer-left-call{margin-top:0}}

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/wp-content/uploads/2025/04/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@media only screen and (max-width: 767px) {
	#popup__toggle {
	-moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
	}
}

.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.2;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 30px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}
.gal .wpcf7-list-item input[type=checkbox] {
    visibility: visible;
    width: 16px;
    height: 16px;
	top: -10px;
}
.gal .wpcf7-list-item input[type=checkbox] + span:before, .gal .wpcf7-list-item input[type=checkbox]:checked + span:after {
	display: none;
}
.inzh-form .gal .wpcf7-list-item input[type=checkbox] {
	top: -4px;
}