@charset "UTF-8";
@font-face {
  font-family: "Montserrat Regular";
  font-display: swap;
  src: url("../fonts/Montserrat Regular 400.woff2") format("woff2"), url("../fonts/Montserrat Regular 400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium";
  font-display: swap;
  src: url("../fonts/Montserrat Medium 500.woff2") format("woff2"), url("../fonts/Montserrat Medium 500.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-display: swap;
  src: url("../fonts/Montserrat SemiBold 600.woff2") format("woff2"), url("../fonts/Montserrat SemiBold 600.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  font-display: swap;
  src: url("../fonts/Montserrat Bold 700.woff2") format("woff2"), url("../fonts/Montserrat Bold 700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Light";
  font-display: swap;
  src: url("../fonts/Montserrat Light 300.woff2") format("woff2"), url("../fonts/Montserrat Light 300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  overflow-x: hidden;
  font-size: 100%;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Montserrat Regular";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
}
@media (max-width: 788px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input, button, textarea {
  font-family: "Montserrat Regular";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1006px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 788px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}

/*ОСНОВНОЙ КОД*/
.header {
  background-color: black;
  color: white;
  padding: 18px 0;
}
.header__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  color: white;
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
@media (max-width: 1006px) {
  .header__logo {
    font-size: 2.3rem;
  }
}
@media (max-width: 788px) {
  .header__logo {
    font-size: 2.1rem;
  }
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 788px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 788px) {
  .header__nav.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 104;
    text-align: center;
  }
}
.header__nav-item {
  margin-left: 50px;
}
.header__nav-item a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__nav-item a:hover {
  color: #E4B94B;
}
@media (max-width: 788px) {
  .header__nav-item a {
    font-size: 2rem;
  }
}
@media (max-width: 1006px) {
  .header__nav-item {
    margin-left: 30px;
  }
}
@media (max-width: 788px) {
  .header__nav-item {
    margin-top: 30px;
  }
}
.header__phone {
  color: white;
  margin-left: 119px;
  font-family: "Montserrat Bold";
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.header__phone:hover {
  text-decoration: underline;
}
@media (max-width: 1006px) {
  .header__phone {
    margin-left: 30px;
    font-size: 1.6rem;
  }
}
@media (max-width: 788px) {
  .header__phone {
    display: none;
  }
}
.header__btn {
  color: white;
  display: inline-block;
  padding: 12px 17px;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 98px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
.header__btn:hover {
  color: black;
  background-color: #E4B94B;
  border-color: #E4B94B;
}
@media (max-width: 1006px) {
  .header__btn {
    margin-left: 31px;
    padding: 10px 12px;
  }
}
@media (max-width: 788px) {
  .header__btn {
    margin-left: 0;
    margin-right: 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 345px) {
  .header__btn {
    display: none;
  }
}

.main {
  background-image: url("../img/main__bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
@media (max-width: 788px) {
  .main {
    background-image: url("../img/main__bg-mobile.jpg");
  }
}
.main__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 788px) {
  .main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 0;
    text-align: center;
  }
}
.main__left {
  max-width: 496px;
}
.main__offer {
  font-size: 4rem;
  font-family: "Montserrat Bold";
  letter-spacing: 0.04em;
  line-height: 4.8rem;
  margin-bottom: 52px;
}
@media (max-width: 1006px) {
  .main__offer {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 32px;
  }
}
.main__desc {
  max-width: 369px;
  margin-bottom: 52px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1006px) {
  .main__desc {
    margin-bottom: 32px;
  }
}
@media (max-width: 788px) {
  .main__desc {
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 788px) {
  .main__arrow {
    display: block;
  }
  .main__arrow img {
    margin: 0 auto 32px auto;
  }
}
.main__logos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -35px;
  display: none;
}
@media (max-width: 515px) {
  .main__logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main__big-logo {
  max-width: 100%;
}
@media (max-width: 515px) {
  .main__big-logo {
    display: none;
  }
}
.main__logo {
  margin: 0 15px;
  margin-bottom: 35px;
}
.main__logo img {
  display: inline-block;
}

.buy {
  /* Слайдер */
  /* Лента слайдов */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
}
.buy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .buy__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .buy__body {
    margin: 40px 0;
  }
}
.buy__left {
  max-width: 446px;
}
@media (max-width: 1024px) {
  .buy__left {
    margin: 0 auto 50px auto;
    max-width: 100%;
  }
}
.buy__offer {
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (max-width: 1006px) {
  .buy__offer {
    font-size: 2.5rem;
  }
}
.buy__desc {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  padding-left: 24px;
  border-left: 1px solid black;
}
@media (max-width: 1006px) {
  .buy__desc {
    padding-left: 17px;
    font-size: 1.5rem;
    margin-right: 10px;
  }
}
@media (max-width: 345px) {
  .buy__desc {
    padding-left: 0;
    border-left: none;
  }
}
.buy__slider {
  /* margin-right: 79.5px; */
  width: 375px;
}
@media (max-width: 1330px) {
  .buy__slider {
    right: 100px;
  }
}
@media (max-width: 1024px) {
  .buy__slider {
    right: 0;
    width: 100%;
  }
}

/* @media (max-width: 788px) {
  .buy__slider {
    margin: 0 auto;
    right: 0;
  }
} */
.buy__item {
  width: 292px;
}
.buy__item img {
  background-size: contain;
}
.buy .slick-slider {
  position: relative;
}
.buy .slick-list {
  overflow: hidden;
}
.buy .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy .slick-arrow {
  font-size: 0;
  width: 10.5px;
  height: 21px;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 40%;
  background: transparent;
}
@media (max-width: 575px) {
  .buy .slick-arrow  {
    /* top: unset;
    bottom: 30px; */
  }
}
.buy .slick-arrow.slick-prev {
  background-image: url("../img/arrow-left.svg");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -70px;
}
@media (max-width: 1024px) {
  .buy .slick-arrow.slick-prev {
    left: 100px;
  }
}
@media (max-width: 575px) {
  .buy .slick-arrow.slick-prev {
    left: 20px;
  }
}
.buy .slick-arrow.slick-next {
  background-image: url("../img/arrow-left.svg");
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  right: -70px;
}
@media (max-width: 1024px) {
  .buy .slick-arrow.slick-next {
    right: 100px;
  }
}
@media (max-width: 575px) {
  .buy .slick-arrow.slick-next {
    right: 20px;
  }
}

.production {
  background-color: black;
  color: white;
}
.production__body {
  padding: 90px 0;
}
.production__offer {
  margin-bottom: 55px;
  font-size: 3rem;
  font-family: "Montserrat Bold";
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}
.production__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -9.4px;
}
@media (max-width: 1006px) {
  .production__items {
    margin: -11px;
  }
}
@media (max-width: 961px) {
  .production__items {
    margin: -10px;
  }
}
@media (max-width: 877px) {
  .production__items {
    margin: -8.5px;
  }
}
@media (max-width: 788px) {
  .production__items {
    margin: -12.5px;
  }
}
.production__item {
  display: inline-block;
  cursor: pointer;
  height: 340px;
  width: 23.0769230769%;
  margin: 9.4px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px #E4B94B;
          box-shadow: 0px 0px 0px #E4B94B;
}
@media (max-width: 1006px) {
  .production__item {
    width: 31%;
    margin: 11px;
  }
}
@media (max-width: 961px) {
  .production__item {
    margin: 10px;
  }
}
@media (max-width: 877px) {
  .production__item {
    margin: 8.5px;
  }
}
@media (max-width: 788px) {
  .production__item {
    width: 45%;
    margin: 12.5px;
  }
}
@media (max-width: 515px) {
  .production__item {
    width: 100%;
  }
}
.production__item:hover {
  outline: 1px #E4B94B solid;
  -webkit-box-shadow: 0px 0px 10px #E4B94B;
          box-shadow: 0px 0px 10px #E4B94B;
}
.production__item:hover .production__item-text {
color: #E4B94B;

	bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.production__item:hover::before {
  background-color: rgba(0, 0, 0, 0.78);
}
.production__item::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.production__item img {
  max-width: 232px !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.production__item-text {
  position: absolute;
  bottom: 10px; 
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 3;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.1rem;
  letter-spacing: 0.035em;
  font-family: "Montserrat Semibold";
  max-width: 100%;
  max-height: 100%;
  word-wrap: break-word;
  padding: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
	 color: #000;
/*   color: transparent; */
}

.brands {
  /* Слайдер */
  /* Лента слайдов */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
}
.brands__body {
  padding-top: 90px;
  padding-bottom: 90px;
}
.brands__offer {
  margin-bottom: 55px;
  font-family: "Montserrat Bold";
  font-size: 3rem;
  max-width: 395px;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}
.brands__slider-item {
  height: 100px;
  width: 193px;
  margin: 0 13px;
}
.brands .slick-slider {
  position: relative;
}
.brands .slick-list {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.brands .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands .slick-arrow {
  font-size: 0;
  width: 10.5px;
  height: 21px;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 40%;
  background: transparent;
}
.brands .slick-arrow.slick-prev {
  background-image: url("../img/arrow-left.svg");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0px;
}
@media (max-width: 1006px) {
  .brands .slick-arrow.slick-prev {
    left: 0px;
  }
}
.brands .slick-arrow.slick-next {
  background-image: url("../img/arrow-left.svg");
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  right: 0px;
}
@media (max-width: 1006px) {
  .brands .slick-arrow.slick-next {
    right: 0px;
  }
}

.request {
  background: linear-gradient(267.48deg, #FFC451 1.39%, rgba(255, 255, 255, 0) 88.65%);
  position: relative;
  padding: 90px 0;
  z-index: 1;
}
@media (max-width: 1006px) {
  .request {
    padding: 55px 0;
  }
}
.request__left {
  position: relative;
  z-index: 2;
  max-width: 471px;
}
.request__offer {
  margin-bottom: 55px;
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}
.request__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.request__input {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  padding: 13px 17px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  background: transparent;
}
.request__input:focus {
  border-color: black;
}
.request__textarea {
  background: transparent;
  height: 135px;
  width: 100%;
  resize: none;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  padding: 13px 17px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.request__textarea:focus {
  border-color: black;
}
.request__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 415px) {
  .request__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.request__btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  padding: 12px 17px;
  background: #FFD66D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 188px;
  cursor: pointer;
}
@media (max-width: 415px) {
  .request__btn {
    margin-bottom: 20px;	
  }
}
.request__btn:hover {
  background: #E4B94B;
}
.request__checkbox-construction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request__checkbox-construction input {
  margin: 0 19px;
  border: 1px solid #656565;
  min-width: 20px;
  min-height: 20px;
}
@media (max-width: 515px) {
  .request__checkbox-construction input {
    margin: 0 10px;
  }
}
.request__checkbox-construction label {
  max-width: 225px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-family: "Montserrat Medium";
}
@media (max-width: 515px) {
  .request__checkbox-construction label {
    max-width: 200px;
  }
}
@media (max-width: 415px) {
  .request__checkbox-construction label {
    max-width: 300px;
  }
}
.request__checkbox-construction label span {
  font-family: "Montserrat Light";
}
.request__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1006px) {
  .request__img {
    width: 75%;
    right: -100px;
  }
}
@media (max-width: 788px) {
  .request__img {
    display: none;
  }
}
@media (max-width: 1162px) {
  .request__img {
    right: -100px;
  }
}
.request__img img {
  width: 100%;
}

.order {
  display: none;
}
@media (max-width: 788px) {
  .order {
    padding: 30px;
  }
}
.order__offer {
  margin-bottom: 30px;
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}
.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
}
@media (max-width: 788px) {
  .order__form {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .order__form {
    width: 100%;
  }
}
.order__input {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  background: transparent;
}
.order__input:focus {
  border-color: black;
}
.order__textarea {
  background: transparent;
  height: 135px;
  width: 100%;
  resize: none;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.order__textarea:focus {
  border-color: black;
}
.order__checkbox-construction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.order__checkbox-construction input {
  margin-right: 19px;
  border: 1px solid #656565;
  min-width: 20px;
  min-height: 20px;
}
@media (max-width: 515px) {
  .order__checkbox-construction input {
    margin: 0 10px;
  }
}
.order__checkbox-construction label {
  max-width: 225px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-family: "Montserrat Medium";
}
@media (max-width: 515px) {
  .order__checkbox-construction label {
    max-width: 200px;
  }
}
@media (max-width: 415px) {
  .order__checkbox-construction label {
    max-width: 300px;
  }
}
.order__checkbox-construction label span {
  font-family: "Montserrat Light";
}
.order__btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  padding: 12px 17px;
  background: #FFD66D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 188px;
  cursor: pointer;
}
.order__btn:hover {
  background: #E4B94B;
}

.prod-modal {
  padding: 50px 44px;
  display: none;
}
@media (max-width: 684px) {
  .prod-modal {
    padding: 20px 14px;
  }
}
.prod-modal__offer {
  margin-bottom: 20px;
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 684px) {
  .prod-modal__offer {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}
.prod-modal__desc {
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}
.prod-modal__desc p:not(:last-child) {
  margin-bottom: 15px;
  text-align: justify!important;
}
@media (max-width: 684px) {
  .prod-modal__desc {
    margin-bottom: 16px;
    line-height: 1.8rem;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.prod-modal ul {
  margin-bottom: 26px;
}
@media (max-width: 684px) {
  .prod-modal ul {
    margin-bottom: 16px;
  }
}
.prod-modal li {
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-family: "Montserrat Light";
  max-width: 446px;
}
@media (max-width: 684px) {
  .prod-modal li {
    margin-bottom: 7px;
  }
}
.prod-modal li span {
  font-family: "Montserrat Medium";
}
.prod-modal li:before {
  content: "";
  background: url("../img/checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
  width: 13px;
  height: 14px;
}
.prod-modal__btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  padding: 12px 17px;
  background: #FFD66D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 188px;
}
.prod-modal__btn:hover {
  background: #E4B94B;
}

.footer {
  background: black;
  color: white;
  padding: 90px 0;
}
@media (max-width: 684px) {
  .footer {
    padding: 55px 0;
  }
}
.footer a {
  color: white;
}
.footer__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 684px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  font-family: "Montserrat Bold";
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
@media (max-width: 1006px) {
  .footer__logo {
    font-size: 2.3rem;
  }
}
@media (max-width: 788px) {
  .footer__logo {
    font-size: 2.1rem;
  }
}
@media (max-width: 684px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 684px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
}
@media (max-width: 1109px) {
  .footer__nav {
    margin-right: 0;
  }
}
@media (max-width: 928px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10 0px;
  }
}
@media (max-width: 877px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-item {
  margin-left: 50px;
}
.footer__nav-item a {
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__nav-item a:hover {
  color: #E4B94B;
}
@media (max-width: 788px) {
  .footer__nav-item a {
    font-size: 2rem;
  }
}
@media (max-width: 1109px) {
  .footer__nav-item {
    margin-left: 40px;
  }
}
@media (max-width: 1006px) {
  .footer__nav-item {
    margin-left: 30px;
  }
}
.footer__employee {
  margin-left: 47px;
  font-family: "Montserrat Medium";
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (max-width: 1109px) {
  .footer__employee {
    margin-left: 37px;
  }
}
@media (max-width: 877px) {
  .footer__employee {
    margin-left: 27px;
  }
}
@media (max-width: 684px) {
  .footer__employee {
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__name {
  margin-bottom: 12px;
  max-width: 185px;
}
@media (max-width: 684px) {
  .footer__name {
    margin-bottom: 7px;
  }
}
.footer__email {
  margin-bottom: 12px;
}
@media (max-width: 684px) {
  .footer__email {
    margin-bottom: 7px;
  }
}
.footer__btn {
  color: white;
  display: inline-block;
  padding: 12px 17px;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 83px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
.footer__btn:hover {
  color: black;
  background-color: #E4B94B;
  border-color: #E4B94B;
}
@media (max-width: 1109px) {
  .footer__btn {
    margin-left: 53px;
  }
}
@media (max-width: 1006px) {
  .footer__btn {
    margin-left: 31px;
    padding: 10px 12px;
  }
}
@media (max-width: 877px) {
  .footer__btn {
    margin-left: 21px;
    font-size: 1.5rem;
  }
}
@media (max-width: 788px) {
  .footer__btn {
    margin-right: 20px;
    font-size: 1.4rem;
  }
}

/*/ОСНОВНОЙ КОД*/
.burger {
  cursor: pointer;
  display: none;
  width: 26px;
  position: relative;
  z-index: 105;
  padding-bottom: 7.5px;
}
.burger i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 3px;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.burger i::before {
  content: "";
  width: 26px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -9px;
}
.burger i::after {
  content: "";
  width: 26px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  bottom: -9px;
}
.burger.active i {
  background: transparent;
}
.burger.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.burger.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media (max-width: 788px) {
  .burger {
    display: block;
  }
}

.ibg {
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
@media (max-width: 1006px) {
  .ibg {
    background-size: 87%;
  }
}
.ibg img {
  display: none;
}
.buy__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .buy__item-img {   
    height: 400px;
  }
  .buy__item-img img {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .buy__item-img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .buy__item-img {
    height: 260px;
  }
}
#prod-modal {
  width: 900px;
}
@media (max-width: 575px) {
  #prod-modal {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #order {
    padding: 20px;
  }
}
.nav-contacts {
  display: none;
}
@media (max-width: 788px) {
  .nav-contacts {
    display: block;
  }
}
.request__form .wpcf7-not-valid-tip {
  position: absolute;
  width: 200px;
  bottom: -31px;
}
.order__form .wpcf7-not-valid-tip {
  position: absolute;
  width: 200px;
  bottom: -25px;
}
.chat-button-wrapper-main {
    z-index: 36;
    display: flex;
    position: fixed;
    bottom: 50px;
    right: 10px;
    /* transform: translateY(-50%); */
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background-color: rgb(253 194 0);
    background-image: url(../img/chat-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .2s linear;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    outline-offset: 0;
    background-size: 42px;
}

.chat-button-wrapper_solials {
    position: fixed;
    right: 5px;
    display: flex;
    bottom: 50px;
    z-index: 5;
    visibility: visible;
    opacity: 1;
    gap: 10px;
}
.chat__social-link {
    width: 61px;
    transition: all 0.5s linear;
}
.chat__social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.chat__social-link.phone {
    width: 61px;
    background-color: #fdc200;
    border-radius: 50%;
}
.chat__social-link.phone img {
    width: 38px;
    display: block;
    margin: 0 auto;
}


.footer_reqs {
	max-width: 180px;
}