@charset "UTF-8";

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
  src: url("../fonts/NotoSans-Regular.ttf?#iefix") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat Alternates';
  src: url("../fonts/MontserratAlternates-Bold.ttf"),
       url("../fonts/MontserratAlternates-Black.ttf");
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* удаление фона при автозаполнении */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  transition-delay: 3600s;
}

/* скроллбар задачи */
.scroll-live::-webkit-scrollbar {
  width: 8px;
  height:8px;
}
.scroll-live {
  scrollbar-width: thin;
  scrollbar-color: #D6D0C5;
}

.scroll-live::-webkit-scrollbar-track {
  background: #D6D0C5;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.scroll-live::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(170,170,170,1);
}
.scroll-live::-webkit-scrollbar-thumb:hover {
  background: rgba(100,100,100,.7);
}

.main {
  position: relative;
  width: 100%;
  height: 1134px;
  color: #ffffff;
  background: url("../images/main/slide1.jpg") center/cover no-repeat;
}

@media (max-width: 1024px) {
  .main {
    height: 1050px;
  }
}

@media (max-width: 575px) {
  .main {
    overflow: hidden;
    border-bottom-left-radius: 100% 17%;
    border-bottom-right-radius: 100% 17%;
    width: 110%;
    left: -5%;
    height: 550px;
    background: url("../images/main/main-mobile-bg.jpg") no-repeat;
    background-size: 91% auto;
    background-position: 50% 0;
  }
}

.main:after {
  position: absolute;
  width: 100%;
  height: 350px;
  content: '';
  bottom: -42px;
  left: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='795'%3e%3cpath d='M800 177.8c-163.9 145.1-331.8 184.7-474.1 169-8.9-1-19.3-2.4-19.3-2.4C244.4 336 198.2 329.7 152 308c-52.9-24.8-88.2-61.4-120.9-95.3-13.3-13.8-23.8-26-31.1-34.9V795h1600V177.8c-27.4-34.5-81.4-92.8-168-133.8-18.2-8.6-110.6-50.9-235.6-44C1061.1 7.5 977.8 20.3 800 177.8z' fill='%23FBFAF8'/%3e%3c/svg%3e");
  background-position-x: center;
  z-index: 0;
}

@media (max-width: 1024px) {
  .main:after {
    background-position-x: 0;
  }
}

@media (max-width: 575px) {
  .main:after {
    display: none;
  }
}

.main:before {
  position: absolute;
  width: 100%;
  height: calc(100% - -42px);
  content: '';
  top: 0;
  left: 0;
  background: rgba(147, 126, 108, 0.6);
  -webkit-box-shadow: inset 0 4px 250px #937E6C, inset 0 4px 250px #937E6C;
  box-shadow: inset 0 4px 250px #937E6C, inset 0 4px 250px #937E6C;
  z-index: 0;
}

@media (max-width: 575px) {
  .main {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 102px;
}

@media (max-width: 768px) {
  .main-title {
    margin-top: 75px;
  }
}

.main-title__title {
  position: relative;
  display: inline-block;
  max-width: 654px;
  font-family: Montserrat Alternates;
  font-weight: 800;
  font-size: 40px;
  margin: 0;
}

@media (max-width: 1024px) {
  .main-title__title {
    min-width: 100%;
    text-align: center;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .main-title__title {
    font-size: 18px;
    width: 263px;
  }
}

.main-title__title:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: '';
  width: 3px;
  height: 89px;
  background: url("../images/main/title_separator.svg");
}

@media (max-width: 1024px) {
  .main-title__title:after {
    display: none;
  }
}

.main-title__descr {
  width: 34%;
  padding-top: 12px;
  padding-left: 32px;
  font-size: 20px;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
  z-index: 1;
}

@media (max-width: 1024px) {
  .main-title__descr {
    max-width: 424px;
    width: 80%;
    margin: 0 auto;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .main-title__descr {
    font-size: 12px;
    width: 214px;
    padding-left: 0;
    line-height: 18px;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
}

@media (max-width: 575px) {
  .header {
    height: 80px;
  }
}

.header-contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 40px;
}

@media (max-width: 650px) {
  .header-contacts {
    display: none;
  }
}

.header-contacts-wrap {
  position: relative;
  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;
  width: 164px;
  margin-left: 7px;
}

.header-contacts__phone-number {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
}

.header-contacts__phone-number-wrap {
  position: relative;
  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;
  width: 165px;
  height: 30px;
  overflow: hidden;
}

.header-contacts__phone-number-accord {
  position: absolute;
  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;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contacts__phone-number-accord.open {
  top: 30px;
}

.header-contacts__phone-number-accord a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.header-contacts__phone-number-accord a.open {
  opacity: 1;
}

.header-contacts__arrow {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contacts__arrow.open {
  transform: rotateX(180deg);
}

.header-contacts__arrow img {
  margin-top: 12px;
  margin-left: 5px;
}

.header-contacts__messagers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
}

.header-contacts__messagers-descr {
  font-size: 11px;
}

.services {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .services {
    width: 79%;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .services {
    width: 100%;
    height: 280px;
    margin-top: 35px;
  }
}

.services-title {
  position: relative;
  max-width: 864px;
  font-weight: bold;
  line-height: normal;
  font-size: 25px;
}

@media (max-width: 575px) {
  .services-title {
    font-size: 14px;
    width: 264px;
  }
}

.services-item {
  top: 100px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {
  .services-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .services-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .services-item {
    display: none;
  }
}

.services-item__img {
  position: relative;
  width: 136px;
  height: 136px;
}

@media (max-width: 1024px) {
  .services-item__img {
    width: 113px;
    height: 113px;
  }
}

@media (max-width: 575px) {
  .services-item__img {
    width: 100%;
    min-width: 93px;
    height: 93px;
  }
}

.services-item__img img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.services-item__img svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .services-item__img-inner-1 {
    width: 46px;
  }
}

@media (max-width: 575px) {
  .services-item__img-inner-1 {
    width: 38px;
  }
}

@media (max-width: 1024px) {
  .services-item__img-inner-2 {
    width: 52px;
  }
}

@media (max-width: 575px) {
  .services-item__img-inner-2 {
    width: 45px;
  }
}

@media (max-width: 1024px) {
  .services-item__img-inner-3 {
    width: 44px;
    height: 45px;
  }
}

@media (max-width: 575px) {
  .services-item__img-inner-3 {
    width: 38px;
  }
}

@media (max-width: 1024px) {
  .services-item__img-inner-4 {
    width: 46px;
  }

  .services-item__img-inner-4 svg {
    width: 46px;
  }

  .services-item__img-inner-4 svg path {
    fill: #ffffff;
  }
}

@media (max-width: 575px) {
  .services-item__img-inner-4 {
    width: 42px;
    padding-top: 7px;
  }

  .services-item__img-inner-4 svg {
    width: 42px;
  }

  .services-item__img-inner-4 svg path {
    fill: #ffffff;
  }
}

.services-item__descr {
  position: relative;
  max-width: 152px;
  margin-left: -22px;
  font-size: 16px;
  line-height: 26px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .services-item__descr {
    font-size: 14px;
    line-height: 27px;
  }
}

@media (max-width: 575px) {
  .services-item__descr {
    font-size: 12px;
    line-height: 18px;
    min-width: 108px;
  }
}

.services-item__descr span {
  line-height: 26px;
  vertical-align: middle;
}

.services-item__descr img {
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .services-item__descr img {
    height: 22px;
  }
}

.services-text-variable {
  color: #ffffff;
  height: 22px;
}

.services-text-variable svg {
  height: 22px;
}

@media (max-width: 1024px) {
  .services-text-variable svg path {
    fill: #ffffff;
  }
}

@media (min-width: 1025px) {
  .services-text-variable svg {
    height: 25px;
  }
}


.services .button_wide {
  display: none;
}

@media (max-width: 1024px) {
  .services .button_wide {
    position: relative;
    display: block;
    bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .services>div:nth-child(2)>div:nth-child(1) {
    padding-left: 130px;
    margin-top: 10px;
  }

  .services>div:nth-child(2)>div:nth-child(2) {
    padding-left: 68px;
    margin-top: 25px;
  }

  .services>div:nth-child(3)>div:nth-child(1) {
    padding-left: 85px;
    margin-top: 25px;
  }

  .services>div:nth-child(3)>div:nth-child(2) {
    padding-left: 155px;
    margin-top: 25px;
  }

  .services>div:nth-child(3)>div:nth-child(2)>div.services-item__img>svg path {
    fill: #937E6C;
  }
}


.feedback {
  position: absolute;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50px;
  left: 355px;
  width: 605px;
  height: 605px;
  border-radius: 50%;
  background-image: linear-gradient(146.57deg, rgba(255, 255, 255, 0.28) 14.73%, rgba(255, 255, 255, 0.81) 65.62%);
}

@media (max-width: 1024px) {
  .feedback {
    display: none;
  }
}

.feedback-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70vw;
  height: 70vw;
  max-width: 510px;
  max-height: 510px;
  border-radius: 50%;
  border: 20px solid rgba(243, 238, 233, 0.83);
  background-color: #ffffff;
  z-index: 2;
}

@media (max-width: 1024px) {
  .feedback-wrap {
    max-width: 488px;
    max-height: 488px;
  }
}

@media (max-width: 575px) {
  .feedback-wrap {
    width: max-content;
    max-width: 320px;
    height: max-content;
    max-height: 320px;
    border: none;
    border-radius: 0;
  }
}

.feedback__icon {
  padding-top: 25px;
}

.feedback__title {
  width: 100%;
  max-width: 328px;
  font-family: Montserrat Alternates, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 21px;
  text-align: center;
  color: #322823;
}

@media (max-width: 575px) {
  .feedback__title {
    max-width: 278px;
    font-size: 18px;
  }
}

.feedback__form {
  top: -10px;
  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;
  width:100%;
  min-height: 200px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feedback__input {
  position: relative;
  border: none;
  font-size: 19px;
}

@media (max-width: 575px) {
  .feedback__input {
    font-size: 18px;
  }
}

.feedback__input:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  max-width: 343px;
  height: 3px;
  background-color: rgba(50, 40, 35, 0.7);
  border-radius: 50px;
}

@media (max-width: 575px) {
  .feedback__input:after {
    max-width: 278px;
  }
}

.feedback__input-input {
  position: relative;
  width: 100%;
  max-width: 343px;
  height: 39px;
  border: none;
  background: url("../images/main/feedback_input_bg.svg") no-repeat;
  background-position: 100% 50%;
}

@media (max-width: 575px) {
  .feedback__input-input {
    max-width: 278px;
  }
}


.feedback__input-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}


.formula {
  position: relative;
  padding: 110px 0 181px;
  margin-top: 10vh;
}
@media (max-width: 1024px) {
  .formula {
    padding: 20px 0 20px;
  }
}

.formula .wrapper_small {
  background: url(../images/decor/big_round_decor.svg) no-repeat;
  background-size: 100% 100%;
}


.formula:before {
  position: absolute;
  left: 0;
  top: -150px;
  content: '';
  width: 204px;
  height: 834px;
  background: url(../images/decor/formula_left_decor.png) no-repeat;
}

@media (max-width: 1460px) {
  .formula:before {
    left: -40px;
  }
}

@media (max-width: 1250px) {
  .formula:before {
    left: -110px;
  }
}

@media (max-width: 1024px) {
  .formula:before {
    background-position-x: 100%;
  }
}

@media (max-width: 920px) {
  .formula:before {
    left: -120px;
  }
}

@media (max-width: 767px) {
  .formula:before {
    display: none;
  }
}

.formula:after {
  position: absolute;
  right: 0;
  top: 180px;
  content: '';
  width: 267px;
  height: 800px;
  background: url(../images/decor/formula_right_decor.png) no-repeat;
}

@media (max-width: 1460px) {
  .formula:after {
    right: -80px;
  }
}

@media (max-width: 1250px) {
  .formula:after {
    right: -150px;
  }
}

@media (max-width: 1024px) {
  .formula:after {
    top: -400px;
  }
}

@media (max-width: 920px) {
  .formula:after {
    top: -310px;
    right: -156px;
  }
}

@media (max-width: 767px) {
  .formula:after {
    display: none;
  }
}


.formula .row {
  height: 100%;
  min-height: 95px;
}

.formula .row:nth-child(odd) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formula-title {
  max-width: 391px;
  line-height: 45px;
}
.formula-title:before {
  margin-left: -3.5em;
  margin-top: -3.5em;
  width: 7em;
  height: 7em;
  background: url("../images/formula/title.svg");
}


@media (max-width: 1024px) {
  .formula-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
  }
  .formula-title:before {
    margin-left: -2.5em;
    margin-top: -2.5em;
    width: 5em;
    height: 5em;
  }
}


.formula-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 423px;
  height: max-content;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  z-index: 0;
}

.formula-item__icon {
  position: relative;
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: url("../images/formula/item_icon.svg");
  background-size: contain;
  cursor: pointer;
}

.formula-item__icon-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  opacity: 1;
  font-size: 24px;
  font-weight: 900;
}

.formula-item__descr {
  font-size: 19px;
  width: 200px;
  padding-top: 10px;
}

.formula-item-popup {
  position: absolute;
  top: calc(100% + 10px);
  visibility: hidden;
  width: 100%;
  max-width: 423px;
  height: max-content;
  padding: 20px 20px 0;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 19px;
  text-align: left;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 0.1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-image: url("../images/formula/item_popup.svg");
}

.formula-item-popup p {
  text-align: justify;
  padding: 0 .4em 0;
  font-size: .9em;
}


@media (max-width: 575px) {
  .formula-item-popup p {
    line-height: 1.2em;
    padding: 0 0.1em 0;
    font-size: .8em;
  }
}

@media (max-width: 256px) {
  .formula-item-popup p {
    line-height: .9em;
    padding: 0;
    font-size: .7em;
  }
}

.rotate .formula-item-popup {
  top: auto;
  bottom: 100%;
  padding: 0 20px 20px;
  background-image: url("../images/formula/item_popup_rotate.svg");
}


.formula-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.formula-slider {
  display: flex;
  position: relative;
  width: 600%;
  /* при меньшей высоте - скрывается */
  min-height: 365px;
  margin-top: 20px;
}

.formula-slider__slide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: flex-start;
}

.formula-slider__slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
}

.formula-slider__slide .formula-item__icon {
  width: 56px;
  height: 56px;
  transition: 0.4s;
}


.formula-slider__slide .formula-item__icon-inner {
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 800;
}


.repair-types {
  position: relative;
  padding: 7em 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='285' height='147' viewBox='0 0 285 147' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.7' d='M92.4528 22.2704C141.411 8.52166 200.702 24.892 224.228 34.7958C288.005 70.3328 219.304 108.783 182.257 124.949C145.21 141.116 63.1435 126.988 37.1168 98.8789C11.09 70.7697 31.2549 39.4563 92.4528 22.2704Z' stroke='%23F1ECE8' stroke-width='0.6' stroke-dasharray='3.1 3.1'/%3e%3cpath opacity='0.7' d='M122.163 1C81.6962 1 53.1023 8.40554 43.5788 13.1663C34.0552 17.927 9.80683 29.0353 2.663 57.0705C-4.48083 85.1058 13.7038 105.019 13.7038 105.019C20.7661 117.471 49.8148 143.011 109.512 145.556C169.208 148.102 208.369 139.218 224.778 131.126C242.434 124.409 279.072 102.569 283.229 81.403C288.425 54.9547 266.855 31.709 233.361 20.0428C199.867 8.3766 174.77 1 122.163 1Z' stroke='%23F1ECE8' stroke-width='0.6'/%3e%3c/svg%3e ");
  background-position: 20px -120px;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 575px) {
  .repair-types {
    padding-left: 10px;
    background-image: none;
  }
}

.repair-types-title span {
  line-height: 30px;
}

.repair-types-title:before {
  margin-left: -3.5em;
  margin-top: -3.5em;
  width: 7em;
  height: 7em;
  background: url("../images/repair-types/title.svg");
}


@media (max-width: 575px) {
  .repair-types-title:after {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -142px;
    content: '';
    width: 284px;
    height: 150px;
    background: url(../images/repair-types/title_mobile.svg);
  }
}

.repair-types-slider {
  position: relative;
  width: 75vw;
  height: 75vw;
  max-width: 546px;
  max-height: 546px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .repair-types-slider {
    max-width: 256px;
    max-height: 256px;
  }
}

.repair-types-slider-wrap {
  position: relative;
  max-width: 75vw;
  max-height: 75vw;
}

@media (max-width: 1024px) {
  .repair-types-slider-wrap {
    margin: 67px auto 0;
  }
}

@media (max-width: 575px) {
  .repair-types-slider-wrap {
    margin: 40px auto 0;
  }
}

.repair-types-slider-wrap:before {
  position: absolute;
  top: -120px;
  right: -155px;
  content: '';
  width: 817px;
  height: 817px;
  background: url("../images/decor/repair-types_slider_decor.svg");
  z-index: 0;
}

@media (max-width: 575px) {
  .repair-types-slider-wrap:before {
    width: 257px;
    height: 283px;
    background: none;
  }
}

.repair-types-slider img {
  width: 100%;
}

.repair-types-tab {
  width: 39.5%;
}

@media (max-width: 1024px) {
  .repair-types-tab {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .repair-types-nav__item {
    height: 46px;
    margin-top: 22px;
    line-height: 46px;
    font-size: 20px;
    color: #322823;
  }

  .repair-types-nav__item:first-child {
    width: 259px;
    margin-top: 0;
  }

  .repair-types-nav__item:nth-child(2) {
    width: 300px;
  }

  .repair-types-nav__item:nth-child(3) {
    width: 281px;
  }

  .repair-types-nav__item:nth-child(4) {
    width: 268px;
  }

  .repair-types-nav__item:nth-child(5) {
    width: 322px;
  }
}

@media (max-width: 1024px) {
  .repair-types-nav__item {
    width: 100%;
    margin-top: 0;
    height: 38px;
    line-height: unset;
    font-size: 16px;
    color: #322823;
  }

  .repair-types-nav__item svg {
    width: 210px;
    margin-left: calc(50% - 105px);
    height: 38px;
  }

  .repair-types-nav__item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    cursor: default;
  }
}

@media (max-width: 320px) {
  .repair-types-nav__item {
    font-size: 12px;
 }
 .repair-types-nav__item svg {
    width: calc(100% - 24px);
    margin-left: 12px;
 }
}

.repair-slide-current {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.repair-slide-current svg path {
  width: 100%;
}


.feedback-block {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .feedback-block {
    max-height: 531px;
    margin-top: 49px;
  }
}

.feedback-block:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='634'%3e%3cpath d='M758 408c-48.2-26.3-156.4-84-304-92-61.1-3.3-212.9-2.7-364 88-39.5 23.7-69.6 47.9-90 66V0h1600v470c-61 54.8-204.9 167.2-388 157-54.4-3-98.1-16-126.1-24.6C931.5 555.5 892 481.3 758 408z' fill='%23FBFAF8'/%3e%3c/svg%3e");
  background-position-y: 100%;
  background-position-x: center;
}

@media (max-width: 1024px) {
  .feedback-block:after {
    background-position-x: 50px;
  }
}

@media (max-width: 720px) {
  .feedback-block:after {
    background-position-x: -40px;
  }
}

@media (max-width: 575px) {
  .feedback-block:after {
    display: none;
  }
}

.feedback-block__title {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 88px;
  width: 433px;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .feedback-block__title {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .feedback-block__title {
    margin-top: 0;
    padding-top: 60px;
  }
}

.feedback-block__title:after {
  position: absolute;
  content: '';
  right: -680px;
  top: -50px;
  width: 339px;
  height: 309px;
  background: url("../images/decor/feedback_block_decor.png") no-repeat;
}

@media (max-width: 1200px) {
  .feedback-block__title:after {
    right: -620px;
  }
}

@media (max-width: 1024px) {
  .feedback-block__title:after {
    width: 140px;
    height: 180px;
    right: -245px;
    top: -70px;
    background-size: cover;
    background-position: 0;
  }
}

@media (max-width: 575px) {
  .feedback-block__title:after {
    display: none;
  }
}

.feedback-block__title_social:after {
  position: absolute;
  content: '';
  right: -680px;
  top: -50px;
  width: 339px;
  height: 309px;
  background: url("../images/decor/feedback_block_social_decor.png") no-repeat;
}

@media (max-width: 1024px) {
  .feedback-block__title_social:after {
    width: 140px;
    height: 180px;
    right: -125px;
    top: -70px;
    background-size: cover;
    background-position: 0;
  }
}

.feedback-block__title_noafter:after {
  width: 0;
  height: 0;
  background: none;
}

.feedback-block__title span {
  text-align: left;
}

@media (max-width: 1024px) {
  .feedback-block__title span {
    text-align: center;
  }
}

.feedback-block__descr {
  margin-top: 16px;
  max-width: 488px;
  font-weight: 300;
  line-height: normal;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 88px;
}

@media (max-width: 1024px) {
  .feedback-block__descr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 372px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .feedback-block__descr {
    max-width: 236px;
    padding-bottom: 44px;
    font-size: 12px;
  }
}

.feedback-block__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 850px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .feedback-block__form {
    max-width: 490px;
  }
}

.feedback-block__form label {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-arround;
  -ms-flex-pack: space-arround;
  justify-content: space-arround;
  max-width: 180px;
}

.feedback-block__form label:first-child {
  margin-left: 15px;
}

@media (max-width: 575px) {
  .feedback-block__form label:first-child {
    margin-left: 0;
  }
}

.feedback-block__form label:first-child:before {
  position: absolute;
  right: -105px;
  top: 10px;
  content: '';
  width: 2px;
  height: 57px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

@media (max-width: 575px) {
  .feedback-block__form label:first-child:before {
    display: none;
  }
}

.feedback-block__form label:first-child:after {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 600px;
  height: 2px;
  content: "";
  background: linear-gradient(90.03deg, rgba(244, 137, 34, 0.5) 0%, rgba(255, 176, 21, 0.5) 100%);
  border-radius: 50px;
}

@media (max-width: 575px) {
  .feedback-block__form label:first-child:after {
    display: none;
  }
}

.feedback-block__form label span {
  display: block;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .feedback-block__form label span {
    font-size: 10px;
  }

  .feedback-block__form label span:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 272px;
    height: 2px;
    content: "";
    background: linear-gradient(90.03deg, rgba(244, 137, 34, 0.5) 0%, rgba(255, 176, 21, 0.5) 100%);
    border-radius: 50px;
  }
}

.feedback-block__form-input {
  position: relative;
  border: none;
  line-height: 49px;
  font-size: 30px;
  width: 210px;
  background-color: transparent;
}

@media (max-width: 575px) {
  .feedback-block__form-input {
    font-size: 22px;
    line-height: 30px;
  }
}

.feedback-block__form-input:focus {
  color: #ffffff;
  background-color: transparent;
}

.feedback-block__form-input:-internal-autofill-selected {
  background-color: transparent !important;
}

.feedback-block__form-input_name {
  position: relative;
  width: 272px;
  color: #ffffff !important;
}

.feedback-block__form-input_phone {
  position: relative;
  width: 272px;
  color: #ffffff;
}


.feedback-block__form-input_phone::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 183px;
}

@media (max-width: 1024px) {
  .social-buttons {
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.social-buttons-item {
  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;
}

.social-buttons-item__descr {
  margin-top: 10px;
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 575px) {
  .social-buttons {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}

.portfolio {
  position: relative;
  padding-top: 20vh;
  z-index: 2;
}

@media (max-width: 1024px) {
  .portfolio {
    background: #F8F4EF;
  }
}

.portfolio-title {
  margin-bottom: 5vh;
}

.portfolio-title:before {
  margin-left: -3.5em;
  margin-top: -2.5em;
  width: 7em;
  height: 5em;
  background: url("../images/portfolio/title.svg");
}

@media (max-width: 575px) {
  .portfolio-title:after {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -163px;
    content: '';
    width: 326px;
    height: 150px;
    background: url(../images/decor/title_mobile.svg);
    z-index: -1;
  }
}

.portfolio-slider-wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .portfolio-slider-wrap {
    max-width: 428px;
    margin-left: auto;
    margin-right: auto;
  }
}

.portfolio-wrap-desktop {
  position: relative;
  width: 100%;
  height: 504px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-slider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  width: calc( 352px * 5);
  display: flex;
}

.portfolio-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 504px;
}

.portfolio-slider__slide-frame {
  position: relative;
  user-select: none;
}

.portfolio-slider__slide-frame:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.portfolio-slider__slide-frame:hover .item-hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio-wrap-mobile {
  position: relative;
  width: 100%;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-slider-mobile {
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  width: 1000%;
  height: 100%;
}


.portfolio-slider-mobile .portfolio-slider__slide-frame {
  width: 100%;
}

.portfolio-slider__slide-frame-img {
  display:block;
  width: 100%;
}

.transparency {
  position: relative;
  padding-top: 200px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .transparency {
    background: #F8F4EF;
  }
}

@media (max-width: 575px) {
  .transparency {
    padding-top: 65px;
  }
}

.transparency:before {
  position: absolute;
  left: 0;
  top: -290px;
  content: '';
  width: 257px;
  height: 834px;
  background: url(../images/decor/transparency_left_decor.png) no-repeat;
  z-index: -1;
}

@media (max-width: 1024px) {
  .transparency:before {
    top: 0;
    left: 0;
    background: url(../images/decor/transparency_left_decor_tablet.png) no-repeat;
  }
}

@media (max-width: 767px) {
  .transparency:before {
    display: none;
  }
}

.transparency:after {
  position: absolute;
  right: 0;
  top: -200px;
  content: '';
  width: 430px;
  height: 855px;
  background: url(../images/decor/transparency_right_decor.png) no-repeat;
  z-index: -2;
}

@media (max-width: 1024px) {
  .transparency:after {
    top: 150px;
    width: 220px;
    height: 385px;
    background-position-x: 100%;
    background-position-y: 31%;
  }
}

@media (max-width: 767px) {
  .transparency:after {
    display: none;
  }
}

@media (max-width: 575px) {
  .transparency-title {
    max-width: 214px;
    margin-left: auto;
    margin-right: auto;
  }
}

.transparency-title:before {
  margin-left: -2.5em;
  margin-top: -2.5em;
  width: 7em;
  height: 7em;
  background: url("../images/transparency/title.svg");
}

@media (max-width: 575px) {
  .transparency-title:after {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    margin-top: 0;
    width: 320px;
    height: 150px;
    content: '';
    background: url("../images/decor/title_mobile.svg") no-repeat;
    z-index: -1;
  }
}

.transparency-slider {
    position: relative;
}


@media (max-width: 1024px) {
  .transparency-slider {
    position: relative;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

.transparency-slider-wrap {
  width: 100%;
  overflow: hidden;
}

.transparency-slider-wrap .row {
  padding-top: 1.5em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .transparency-slider-wrap .row {
    position: relative;
    width: 300%;
    justify-content: normal;
    flex-wrap: nowrap;
  }
}

.transparency-item {
  position: relative;
  width: 30%;
  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;
  padding-top: 5%;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .transparency-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 1.2vw;
  }
}

.transparency-item__img {
  position: relative;
  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: 70%;
  margin: 0 15%;
  border: 1em solid #8F7055;
  border-radius: 1em;
  background: #F6F6F6;
}

.transparency-item__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10;
  cursor: pointer;
}

.transparency-item__img:after {
  position: absolute;
  top: calc( -1em - 12%);
  left: 25%;
  width: 50%;
  height: calc( 1em + 17%);
  content: '';
  background: url("../images/transparency/clamp.svg") no-repeat;
  background-size: 100% 100%;
  background-origin: border-box;
  z-index: 1;
}

.transparency-document-img {
  width: 100%;
}

.transparency-item__img:hover .item-hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.transparency-item__title {
  font-weight: 900;
  line-height: 1.4em;
  font-size: 1.3em;
  color: #322823;
}

.transparency-item__descr {
  text-align: center;
  font-size: 1.2em;
  color: black;
}

.transparency-videoreport {
  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;
  margin-top: 33px;
}

@media (max-width: 1024px) {
  .transparency-videoreport {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .transparency-videoreport {
    margin-top: 24px;
  }
}

@media (max-width: 1024px) {
  .transparency-videoreport__icon img {
    max-width: 73px;
  }
}

@media (max-width: 575px) {
  .transparency-videoreport__icon img {
    max-width: 54px;
  }
}

.transparency-videoreport__descr {
  width: 439px;
  vertical-align: middle;
  margin-left: 29px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: #9E9080;
}

@media (max-width: 1024px) {
  .transparency-videoreport__descr {
    margin-left: 15px;
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 575px) {
  .transparency-videoreport__descr {
    margin-left: 5px;
    font-size: 8px;
  }
}

.stock {
  position: relative;
  color: #ffffff;
  z-index: 0;
}

@media (max-width: 575px) {
  .stock {
    margin-top: -27px;
  }
}

.stock:after {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Слой_1' xmlns='http://www.w3.org/2000/svg' width='1600' height='586'%3e%3cstyle%3e.st0%7bfill:%23f8f4ef%7d%3c/style%3e%3cpath class='st0' d='M912 420c-68.3-47.2-286.3-183.8-532.3-154.8-42.7 5-76.2 13.9-98.4 19.8C153 319.3 58.5 378.4 0 422V0h1600v422c-12.4 10.3-30.2 24.7-52 41.3-29.5 22.4-65.2 49.5-98.7 68.7-65 33.5-124.3 46.5-146.7 50-96.6 15-194.8-34.7-240.7-58-69.6-35.4-83.7-58.2-149.9-104z'/%3e%3c/svg%3e") repeat no-repeat;
  background-position-y: -257px;
  background-position-x: center;
}

@media (max-width: 1024px) {
  .stock:after {
    background-position-x: 0;
  }
}

@media (max-width: 575px) {
  .stock:after {
    display: none;
  }
}

.stock__title {
  padding-top: 90px;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: bold;
  line-height: 67px;
  font-size: 50px;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .stock__title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .stock__title {
    padding-top: 72px;
    font-size: 16px;
  }
}

.stock__descr {
  position: relative;
  max-width: 365px;
  margin-top: 11px;
  padding-left: 28px;
  font-family: Montserrat Alternates;
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .stock__descr {
    min-width: 500px;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .stock__descr {
    min-width: auto;
    max-width: 202px;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}

.stock__descr:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 3px;
  height: 133px;
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .stock__descr:before {
    display: none;
  }
}

.stock__descr:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 3px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .stock__descr:after {
    display: none;
  }
}

.stock__love {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .stock__love {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .stock__love {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.stock__love-descr {
  width: 271px;
  margin-left: 24px;
}

@media (max-width: 575px) {
  .stock__love-descr {
    width: 80%;
    margin-top: 12px;
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}

.stock__footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
  color: #322823;
}

@media (max-width: 1024px) {
  .stock__footnote {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stock__footnote .social-buttons {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .stock__footnote-icon {
    display: none;
  }
}

.stock__footnote-descr {
  padding-left: 12px;
  font-weight: 200;
  line-height: 16px;
  font-size: 13.2632px;
}

@media (max-width: 1024px) {
  .stock__footnote-descr {
    width: 150px;
    padding-right: 42px;
  }
}

@media (max-width: 575px) {
  .stock__footnote-descr {
    display: none;
  }
}

.stock-feedback {
  top: -60px;
  left: 50%;
}


.director {
  position: relative;
  padding: 100px 0 30px 0;
}

@media (max-width: 1024px) {
  .director {
    padding: 90px 0;
  }
}

@media (max-width: 575px) {
  .director {
    padding: 115px 0 0;
  }
}

.director:before {
  position: absolute;
  left: 0;
  top: -115px;
  content: '';
  width: 240px;
  height: 860px;
  background: url(../images/decor/director_left_decor.png) no-repeat;
}

@media (max-width: 1400px) {
  .director:before {
    left: -95px;
  }
}

@media (max-width: 767px) {
  .director:before {
    display: none;
  }
}

.director:after {
  position: absolute;
  right: 0;
  top: -70px;
  content: '';
  width: 280px;
  height: 520px;
  background: url(../images/decor/director_right_decor.png) no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .director:after {
    display: none;
  }
}

.director-avatar {
  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;
  width: 480px;
  height: 632px;
}

@media (max-width: 1024px) {
  .director-avatar {
    height: 344px;
    margin: 90px auto 0;
  }
}

@media (max-width: 575px) {
  .director-avatar {
    height: 195px;
  }
}

.director-avatar__photo {
  position: relative;
  width: 407px;
  height: 407px;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/director/avatar.jpg") center;
  background-size: cover;
  -webkit-box-shadow: -40px -20px 0 -10px rgba(102, 86, 63, 0.1), 20px 20px 0 -10px rgba(102, 86, 63, 0.2);
  box-shadow: -40px -20px 0 -10px rgba(102, 86, 63, 0.1), 20px 20px 0 -10px rgba(102, 86, 63, 0.2);
}

@media (max-width: 1024px) {
  .director-avatar__photo {
    width: 288px;
    height: 288px;
  }
}

@media (max-width: 575px) {
  .director-avatar__photo {
    width: 162px;
    height: 162px;
  }
}

.director-avatar__photo img {
  width: 100%;
}

.director-avatar__descr {
  position: relative;
  padding-bottom: 40px;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #322823;
}

@media (max-width: 1024px) {
  .director-avatar__descr {
    width: 100%;
    max-width: 410px;
    margin-top: 52px;
    margin-bottom: 52px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .director-avatar__descr {
    width: 100%;
    margin-top: 31px;
    margin-bottom: 17px;
    padding-bottom: 22px;
    font-size: 12px;
    font-weight: 300;
    max-width: 204px;
    line-height: 21px;
  }
}

.director-avatar__descr:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 476px;
  height: 104px;
  content: '';
  background: url("../images/director/quote.svg") no-repeat;
  z-index: -1;
}

@media (max-width: 1024px) {
  .director-avatar__descr:after {
    width: 425px;
    left: 50%;
    margin-left: -215px;
    background-size: contain;
  }
}

@media (max-width: 575px) {
  .director-avatar__descr:after {
    top: -5px;
    width: 248px;
    margin-left: -124px;
    background: url("../images/director/quote_mobile.svg") no-repeat;
  }
}

.director-avatar__descr:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 2px;
  background: #EEEBE5;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .director-avatar__descr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.director__title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .director__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.director__title:before {
  margin-left: -2em;
  margin-top: -2.5em;
  width: 4em;
  height: 5em;
  background: url("../images/director/title.svg");
}

@media (max-width: 575px) {
  .director__title:after {
    position: absolute;
    left: 50%;
    margin-left: -139px;
    margin-top: 0;
    width: 278px;
    height: 140px;
    content: '';
    background: url("../images/director/title_mobile.svg") no-repeat;
    z-index: -1;
  }
}

.director-content {
  position: relative;
}

@media (max-width: 1024px) {
  .director-content {
    width: 100%;
  }
}

.director-content-wrap {
  position: relative;
  overflow: hidden;
  width: 396px;
  height: 565px;
  margin-top: 63px;
  background: #fff;
  border: 2px solid #EEEBE5;
  border-radius: 20px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .director-content-wrap {
    width: 100%;
    max-height: 470px;
    margin-top: 10px;
    padding-top: 25px;
  }

  .director-content-wrap:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 28px;
    left: 50%;
    margin-left: -28px;
    -webkit-transform: scaleX(1.6);
    transform: scaleX(1.6);
  }
}

@media (max-width: 1024px) and (max-width: 575px) {
  .director-content-wrap:after {
    border-width: 20px;
    margin-left: -20px;
  }
}

@media (max-width: 575px) {
  .director-content-wrap {
    width: 100%;
    max-height: 470px;
    padding-top: 38px;
    margin-top: 10px;
  }
}

.director-content-wrap:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 105px;
  content: '';
  background: url(../images/director/content_bg.svg) no-repeat;
}

@media (max-width: 1024px) {
  .director-content-wrap:before {
    top: auto;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(125, 145, 133, 0);
    border-bottom-color: #EEEBE5;
    border-width: 30px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: scaleX(1.6);
    transform: scaleX(1.6);
  }
}

@media (max-width: 575px) {
  .director-content-wrap:before {
    border-width: 22px;
    margin-left: -22px;
  }
}

.director-content__text {
  position: relative;
  top: 40px;
  left: 40px;
  width: 345px;
  height: 435px;
  max-width: 684px;
  padding-right: 30px;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 24px;
  z-index: 0;
}


@media (max-width: 1024px) {
  .director-content__text {
    line-height: 28px;
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    padding: 0 40px;
    height: auto;
    max-height: 277px;
  }
}

@media (max-width: 575px) {
  .director-content__text {
    padding: 0 25px;
    height: 292px;
    line-height: 21px;
    font-size: 12px;
    overflow-y: scroll;
  }
}

.director-content__text p {
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .director-content__text p:first-child {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 575px) {
  .director-content__text p {
    max-width: 240px;
  }
}

.director-content__text p:last-child {
  padding-bottom: 25px;
}

.director-content__signature-wrap {
  padding-top: 30px;
}

.director-content__signature {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 388px;
  margin-top: 10px;
  padding-left: 40px;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .director-content__signature {
    width: 100%;
    margin: 0;
    bottom: 0;
    height: 138px;
  }
}

@media (max-width: 575px) {
  .director-content__signature {
    margin-top: 24px;
    height: auto;
  }
}

.director-content__signature:after {
  position: absolute;
  top: 0;
  left: 40px;
  width: 327px;
  height: 2px;
  content: '';
  background: #EEEBE5;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .director-content__signature:after {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .director-content__signature:after {
    width: 240px;
    left: 25px;
  }
}

.director-content__signature-title {
  font-weight: bold;
  font-size: 16px;
  color: #322823;
}

.director-content__signature-descr {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #9A9A9A;
  z-index: 1;
}

@media (max-width: 1024px) {
  .director-content__signature-descr {
    width: 170px;
    margin-top: 10px;
  }
}

.director-content__signature-img {
  width: 260px;
  height: 164px;
  margin-top: 5px;
  overflow: hidden;
  background: #fff url("../images/director/signature.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 1024px) {
  .director-content__signature-img {
    position: relative;
    width: 140px;
    margin-left: -50px;
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  .director-content__signature-img {
    margin-left: 5px;
    width: 74px;
    height: 73px;
    z-index: 0;
  }
}

.director-content__signature-img img {
  display: block;
  margin-left: -10px;
}

@media (max-width: 1024px) {
  .director-content__signature-img img {
    margin-left: -37px;
  }
}

@media (max-width: 575px) {
  .director-content__signature-img img {
    width: 120px;
    margin-left: -30px;
  }
}

.reviews {
  position: relative;
  padding-top: 5em;
  padding-bottom: 1em;
  z-index: 1;
}

.reviews:before {
  position: absolute;
  left: 0;
  top: -100px;
  content: '';
  width: 265px;
  height: 910px;
  background: url(../images/decor/reviews_left_decor.png) no-repeat;
  z-index: -1;
}

@media (max-width: 1400px) {
  .reviews:before {
    left: -35px;
  }
}

@media (max-width: 767px) {
  .reviews:before {
    display: none;
  }
}

.reviews:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 200px;
  height: 625px;
  background: url(../images/decor/reviews_right_decor.png) no-repeat;
  background-size: 300px 700px;
  z-index: -1;
}

@media (max-width: 767px) {
  .reviews:after {
    display: none;
  }
}

.reviews__title:before {
  margin-left: -2.5em;
  margin-top: -2.5em;
  width: 5em;
  height: 5em;
  background: url("../images/reviews/title.svg");
  z-index: -1;
}


@media (max-width: 575px) {
  .reviews__title:after {
    position: absolute;
    left: 50%;
    margin-left: -139px;
    margin-top: 0;
    width: 278px;
    height: 140px;
    content: '';
    background: url("../images/director/title_mobile.svg") no-repeat;
    z-index: -1;
  }
}

.reviews-slider-wrap {
  position: relative;
  width: 90%;
  max-width: 580px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.reviews-slider-push {
  position: absolute;
  width: calc(100% - 38px);
  height: 446px;
  left:19px;
  top: 0;
}
@media (max-width: 575px) {
 .reviews-slider-push {
  width: calc(100% - 24px);
  height: 450px;
  left:12px;
 }
}

.reviews-slider {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  width: 500%;
  overflow: hidden;
}

.reviews-slider__slide {
  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;
  text-align: center;
  color: #322823;
  width: 100%;
  user-select: none;
}

.reviews-slider__slide-img {
  display: block;
  position: relative;
  width: 139px;
  height: 139px;
  user-select: none;
}

@media (max-width: 575px) {
  .reviews-slider__slide-img {
    width: 95px;
    height: 95px;
  }
}

.reviews-slider__slide-img img {
  width: 100%;
  border-radius: 25px;
}

.reviews-slider__slide-date {
  margin-top: 1em;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  user-select: none;
}

.reviews-slider__slide-title {
  font-weight: bold;
  line-height: 29px;
  font-size: 18px;
  user-select: none;
}

.reviews-slider__slide-descr {
  position: relative;
  margin-top: 11px;
  width: calc(100% - 76px);
  line-height: 23px;
  font-size: 14px;
  user-select: none;
}


@media (max-width: 575px) {
  .reviews-slider__slide-descr {
    width: calc(100% - 48px);
  }
}


.faq {
  position: relative;
  padding-top: 84px;
  background: #F8F4EF;
  font-size: 30px;
}

@media (max-width: 1024px) {
  .faq {
    padding-top: 120px;
    padding-bottom: 90px;
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .faq {
    padding-top: 60px;
    font-size: 16px;
  }
}

.faq:before {
  position: absolute;
  left: 0;
  top: -25px;
  content: '';
  width: 300px;
  height: 520px;
  background: url(../images/decor/faq_left_decor.png) no-repeat;
  z-index: 0;
}

@media (max-width: 1400px) {
  .faq:before {
    left: -95px;
  }
}

@media (max-width: 767px) {
  .faq:before {
    display: none;
  }
}

.faq:after {
  position: absolute;
  right: 0;
  top: -70px;
  content: '';
  width: 280px;
  height: 1100px;
  background: url(../images/decor/faq_right_decor.png) no-repeat;
  z-index: 0;
}

@media (max-width: 1024px) {
  .faq:after {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .faq:after {
    display: none;
  }
}

.faq__title {
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .faq__title {
    margin-bottom: 50px;
  }
}

.faq__title:before {
  margin-left: -3em;
  margin-top: -3em;
  width: 6em;
  height: 6em;
  background: url("../images/faq/title.svg");
}

@media (max-width: 575px) {
  .faq__title:after {
    position: absolute;
    left: 50%;
    margin-left: -139px;
    margin-top: 0;
    width: 278px;
    height: 140px;
    content: '';
    background: url("../images/director/title_mobile.svg") no-repeat;
    z-index: -1;
  }
}

.accordion {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: min(.7em, calc( .7rem + .5vw ));
}

.accordion li {
  display: block;
  position: relative;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  color: #322823;
}

.accordion h2 {
  display: block;
  position: relative;
  min-height: 3em;
  margin: 0;
  padding: 1em 3em 1em 2em;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1em;
  color: #322823;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 70px rgba(224, 216, 205, 0.33), 0px 4px 30px rgba(224, 216, 205, 0.25);
  box-shadow: 0px 4px 70px rgba(224, 216, 205, 0.33), 0px 4px 30px rgba(224, 216, 205, 0.25);
  border-radius: 3em;
}

@media (max-width: 575px) {
  .accordion h2 {
    border-radius: 1.2em;
  }
}

.accordion h2:before {
  content: '';
  position: absolute;
  width: 1em;
  height: .6em;
  right: 1.3em;
  top: 1.3em;
  background: url("../images/faq/arrow.svg") no-repeat;
  background-size: 100% 100%;
}
.accordion h2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  cursor: pointer;
}

.accordion-more {
  position: relative;
  height: max-content;
  max-height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  text-align: left;
  -webkit-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
}

.accordion-more p {
  text-indent: 1.5em;
  text-align: justify;
}

.accordion-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}


.accordion-more-active h2 {
  background: url("../images/faq/button.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.accordion-more-active h2:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}


.footer_noncolor {
  padding: 26px 0;
  margin-top: 40px;
  background: #ffffff;
}

.footer_color {
  padding: 59px 0 79px;
  background: #F8F4EF;
}

@media (max-width: 1024px) {
  .footer_color {
    padding: 51px 0;
  }
}

@media (max-width: 575px) {
  .footer_color {
    text-align: center;
    padding: 30px 0;
  }
}

.footer_color .row {
  width: 50%;
}

@media (max-width: 575px) {
  .footer_color .row {
    width: 100%;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
}

@media (max-width: 1024px) {
  .footer-logo {
    max-width: 249px;
  }
}

@media (max-width: 575px) {
  .footer-logo {
    width: 84px;
  }
}

.footer-logo__logo {
  position: relative;
  padding-right: 25px;
  color: #322823;
}

@media (max-width: 1024px) {
  .footer-logo__logo {
    font-size: 40px !important;
  }
}

.footer-logo__logo:after {
  position: absolute;
  right: 0;
  top: -8px;
  content: '';
  width: 3px;
  height: 72px;
  border-radius: 50px;
  background: #C4C4C4;
}

@media (max-width: 1024px) {
  .footer-logo__logo:after {
    display: none;
  }
}

.footer-logo__descr {
  width: 430px;
  padding-left: 25px;
  font-size: 24px;
  color: #BBBBBB;
}

@media (max-width: 1024px) {
  .footer-logo__descr {
    font-size: 14px;
    padding-left: 0;
    line-height: 21px;
  }
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contacts-wrap {
  width: 195px;
  padding-left: 10px;
}

.footer-contacts__title {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .footer-contacts__title {
    font-size: 18px;
  }
}

.footer-contacts__phones {
  width: 155px;
  padding-top: 5px;
}

.footer-contacts__phones-phone {
  text-decoration: none;
  color: #000000;
}

@media (max-width: 575px) {
  .footer .menu {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .footer .logo {
    padding-left: 0;
  }
}

.copyright {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .copyright {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 575px) {
  .copyright {
    width: 100%;
    margin-bottom: 25px;
  }
}

.copyright__title {
  color: #322823;
}

.copyright__subtitle {
  color: #BBBBBB;
  cursor: pointer;
}

.popup {
  position: fixed;
  display: none;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(50, 40, 35, 0.4);
  color: #322823;
  z-index: 100;
}

@media (max-width: 575px) {
  .popup {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .popup-menu {
    position: absolute;
  }
}

.popup-dialog {
  position: relative;
  width: 95vw;
  max-width: 1200px;
  height: 90vh;
  max-height: 624px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 2px rgba(100,100,100,.8);
  box-shadow: 0px 0px 2px rgba(100,100,100,.8);
  overflow: hidden;
}

.popup-dialog-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  max-width: 640px;
  height: 100vh;
  min-height: 280px;
  max-height: 550px;
  background: url("../images/main/menu-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(min(100vw, 640px), 0);
  transform: translate(min(100vw, 640px), 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 575px) {
  .popup-dialog-menu {
    height: 550px;
    background: #322823;
    border-bottom-left-radius: 100% 10%;
    border-bottom-right-radius: 100% 10%;
    -webkit-transform: translate(0, -550px);
    transform: translate(0, -550px);
  }
}

.popup-menu .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.popup-menu-copyright {
  display: block;
  width: 6em;
  height: 75%;
  margin-top: 16px;
  padding-right: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  overflow: hidden;
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .popup-menu-copyright {
    width: 4em;
    padding-right: 0.5em;
    font-size: 0.6em;
  }
}

.popup-menu-main {
  position: relative;
  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;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .popup-menu-main {
    width: calc(100% - 5em);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup-menu-nav {
  position: relative;
  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;
  margin-top: 40px;
  height: 100%;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 575px) {
  .popup-menu-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-height: 551px) {
  .popup-menu-nav {
    font-size: calc( 100vh * 20 / 550 );
  }
}

@media (max-height: 280px) {
  .popup-menu-nav {
    font-size: 9px;
  }
}

.popup-menu-title {
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
}

.popup-menu-nav__item {
  position: relative;
  font-size: 1em;
  line-height: 2em;
  cursor: pointer;
}

.popup-menu-nav__item a {
  text-decoration: none;
  color: #ffffff;
}

.popup-menu-nav__item:before {
  position: absolute;
  top: 50%;
  left: -45px;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
}
.popup-menu-nav__item:hover.popup-menu-nav__item:before {
  width: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.popup-menu .link-list {
  font-size: 1.2em;
  padding: 1.2em 0 0.2em;
}
.popup-menu .link-list svg {
  width: calc( 1em - 2px);
  height: calc( 1em - 5px);
}


.popup-dialog-portfolio {
  max-height: min(73vw, 624px);
}

.popup-dialog-portfolio .row {
  width:100%;
  height:100%;
  flex-wrap: nowrap
}

.popup-portfolio-slider-wrap {
  position: relative;
  width: 100%;
  min-width: 55%;
  height:100%;
  background-color: rgba(100,100,100,.7);
  overflow: hidden;
}

.popup-portfolio-slider {
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  width: 1000%;
  height: 100%;
}

.popup-portfolio-slider__slide {
  width: 100%;
  overflow-x: auto;

}

.popup-portfolio-slider__slide img {
  width: 100%;
  height: auto;
}

.popup-portfolio-slider-text-wrap {
  position: relative;
  width: 45%;
  height:100%;
  overflow: hidden;
}
.popup-portfolio-slider-text {
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  width: 1000%;
  height: 100%;
}

/* текст карточки */
.popup-portfolio-text {
  display: flex;
  user-select: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  padding: 0 25px 0;
  color: #322823;
  overflow-x: auto;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .popup-portfolio-text {
    font-size: 1.2vw;
  }
}

.popup-portfolio-text-important {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-portfolio-text-price,
 .popup-portfolio-text-authors {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.popup-portfolio-text-price:before,
.popup-portfolio-text-authors:before {
  position: absolute;
  top: -10px;
  width: 90%;
  height: 2px;
  content: '';
  background: rgba(100, 100, 100, 0.5);
  border-radius: 50px;
}

.popup-portfolio-text-wrap {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  text-align: left;
}


.popup-portfolio-text__title {
  margin-top: .5em;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

.popup-portfolio-text__value {
  font-weight: bold;
  font-size: 1.6em;
}

.popup-portfolio-text__value_midl {
  font-weight: bold;
  font-size: 2.1em;
}

.popup-portfolio-text__value_big {
  font-weight: bold;
  font-size: 3.4em;
}

.popup-portfolio-text__value_big span {
  font-weight: bold;
  font-size: .4em;
}

.popup-portfolio-text__value_big span sup {
  font-size: .7em;
}


.popup-dialog-transparency {
  max-width: 450px;
}

.popup-transparency-slider-wrap {
  position: relative;
  width: 100%;
  height:100%;
  overflow: hidden;

  border: calc( 0.2em + .8vw ) solid #8F7055;
  border-radius: 20px;
  background: #F6F6F6;
}

.popup-transparency-slider {
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  width: 300%;
  height: 100%;
}

.popup-transparency-slider__slide {
  width: 100%;
  overflow-x: auto;

}

.popup-transparency-slider__slide img {
  width: 100%;
  height: auto;
}


@media (max-width: 1024px) {
  .popup-dialog-design {
    height: 857px;
  }
}

@media (max-width: 575px) {
  .popup-dialog-design {
    height: auto;
    max-height: 100vh;
  }
}


.popup-dialog-privacy {
  background: url(../images/popup/privacy_bg.svg);
}

@media (max-width: 575px) {
  .popup-dialog-privacy {
    background: #322823;
  }
}

.popup-dialog-privacy:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(50, 40, 35, 0.8);
}

.popup-dialog-privacy:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: radial-gradient(312px at 50% 50%, rgba(50, 40, 35, 0) 0%, rgba(50, 40, 35, 0.42) 100%);
}

.popup-privacy-wrap {
  position: relative;
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.popup-privacy__title {
  padding-left: 51px;
  padding-top: 50px;
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 26px;
  height: 85px;
  color: #FFFFFF;
}

@media (max-width: 575px) {
  .popup-privacy__title {
    height: 100px;
    padding-left: 25px;
    font-size: 20px;
  }
}

.popup-privacy__text {
  position: relative;
  width: 100%;
  height: calc(100%  - 50px);
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
}

.popup-privacy__text-wrap {
  position: relative;
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 100px);
  z-index: 1;
}

.popup-privacy__text-wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 40, 35, 0)), color-stop(80.11%, #322823));
  background: linear-gradient(180deg, rgba(50, 40, 35, 0) 0%, #322823 80.11%);
  z-index: 2;
}

.popup-privacy__text-list {
  height: 100%;
}

.popup-privacy__text-list__title {
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 32px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .popup-privacy__text-list__title {
    padding-bottom: 10px;
  }
}

.popup-privacy__text-list ol {
  padding-left: 51px;
  padding-right: 90px;
  list-style: none;
  list-style-position: inside;
}

@media (max-width: 575px) {
  .popup-privacy__text-list ol {
    padding: 0 25px;
    font-size: 12px;
  }
}

.popup-privacy__text-list ul {
  list-style: none;
  list-style-position: inside;
  padding-bottom: 30px;
}

.popup-privacy__text-list ul li:before {
  content: '—';
  padding-left: 15px;
}


@media (min-width: 1025px) {
  .popup-dialog-repair-types {
    width: 890px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .popup-dialog-repair-types {
    width: 570px;
  }
}

@media (max-width: 575px) {
  .popup-dialog-repair-types {
    width: 320px;
  }
}

@media (max-width: 320px) {
  .popup-dialog-repair-types {
    width: 200px;
  }
}

.popup-dialog-repair-types .row {
 height: 100%;
}

.popup-repair-types-tab {
  width: 320px;
  height: 100%;
}

@media (max-width: 1024px) {
  .popup-repair-types-tab {
    display: flex;
    width: 100%;
    height: 95px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .popup-repair-types-tab {
    height: 70px;
    background: #FBFAF8;
  }
}

@media (max-width: 320px) {
  .popup-repair-types-tab {
    height: 60px;
    background: #FBFAF8;
  }
}

.popup-repair-types-nav__title {
  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: 77px;
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 1.4em;
  background: #ECE4DA;
}


@media (max-width: 1024px) {
  .popup-repair-types-nav__title {
    height: 50px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .popup-repair-types-nav__title {
    font-size: calc( .7rem + 1vw );
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .popup-repair-types-nav__item {
    width: 293px;
    height: 38px;
    margin-top: 12px;
    padding-left: 12px;
    text-align: left;
    font-size: 1em;
  }
  .popup-repair-types-nav__item svg {
    width: 293px;
    height: 38px;
  }
}

.popup-repair-types-nav__item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  cursor: default;
}

@media (max-width: 1024px) {
  .popup-repair-types-nav__item {
    width: 100%;
    margin-top: 0;
    height: 37px;
    line-height: unset;
    font-size: 16px;
    font-weight: 600;
    color: #322823;
  }
  .popup-repair-types-nav__item svg {
    width: 320px;
    height: 37px;
    margin-left: calc(50% - 160px);
  }
}

@media (max-width: 575px) {
  .popup-repair-types-nav__item {
    height: 30px;
    font-size: 14px;
  }
  .popup-repair-types-nav__item svg {
    width: 270px;
    height: 30px;
    margin-left: calc(50% - 135px);
  }
}

@media (max-width: 320px) {
  .popup-repair-types-nav__item {
    height: 20px;
    font-size: 8px;
 }
 .popup-repair-types-nav__item svg {
    width: calc(100% - 4px);
    height: 20px;
    margin-left: 2px;
 }
}

.popup-repair-types-content {
  width: 570px;
  height: 100%;
  background: #FBFAF8;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .popup-repair-types-content {
    height: calc(100% - 95px - 20px);
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .popup-repair-types-content {
    height: calc(100% - 70px - 10px);
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .popup-repair-types-content {
    height: calc(100% - 60px - 10px);
    margin-bottom: 10px;
  }
}

.popup-repair-types-content__head {
  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;
  height: 77px;
  font-size: 1.4em;
  font-weight: 600;
}

.popup-repair-types-content-table-wrap {
  height: calc(100% - 85px - 12px);
  margin-left: 7px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .popup-repair-types-content-table-wrap {
    height: 100%;
    margin-left: 10px;
    margin-right: 7px;
  }
}

@media (max-width: 575px) {
  .popup-repair-types-content-table-wrap {
    margin-left: 12px;
    margin-right: 10px;
    font-size: calc( .5rem + .5vw );
    line-height: 12px;
  }
}

@media (max-width: 320px) {
  .popup-repair-types-content-table-wrap {
    font-size: calc( .3rem + .5vw );
    line-height: 10px;
  }
}

#catalog {
  --tds-cell-data: "display: flex; align-items: center;"
     "background-color: white; padding: 0 5px;";
  --tds-cell-heading: "padding: 8px 5px;"
    "text-align: left;"
    "background: linear-gradient( rgb(210, 210, 210), rgb(250, 250, 250) );"
    "font-family: 'Open Sans', sans-serif;"
     "cursor: pointer;";
  --tds-cursor-focusout: "background-color: transparent;";
  --tds-cursor-focusin: "background-color: transparent;";
  --tds-cursor-line: "font-weight: bold;"
      "background: linear-gradient(0deg, #F48922 0%, #FFB015 4%, #FFFFFF 4%, #FFFFFF 100%);";
}

.popup-design-slider {
  position: relative;
  margin-top: 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .popup-design-slider {
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .popup-design-slider {
    height: 50vh;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .popup-design-slider__style-slide img {
    height: 50vh;
  }
}

.popup-design-slider__slide img {
  max-width: 100%;
}

.popup-design-slider-wrap {
  position: relative;
  width: 68%;
  height: 538px;
}

@media (max-width: 1024px) {
  .popup-design-slider-wrap {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .popup-design-slider-wrap {
    width: 320px;
    height: 50vh;
  }
}

.popup-thank-content {
  width: 100%;
  height: 266px;
  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;
  text-align: center;
  color: #ffffff;
}

.popup-thank-bg {
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
}

.popup-thank-error-bg {
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #FF2400 0%, #FFB015 100%);
}

@media (max-width: 575px) {
  .popup-thank-bg,
  .popup-thank-error-bg {
    height: 381px;
  }
}

.popup-thank__title {
  font-family: Montserrat Alternates;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  text-align: center;
}

@media (max-width: 575px) {
  .popup-thank__title {
    font-size: 25px;
  }
}

.popup-thank__descr {
  font-size: 19px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575px) {
  .popup-thank__descr {
    max-width: 265px;
    font-size: 18px;
  }
}

.popup-thank__logo {
  position: relative;
  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;
  height: 50px;
  font-size: 30px;
}

.popup-thank__logo:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  width: 100%;
  height: 2px;
  content: '';
  background: #FFFFFF;
  border-radius: 50px;
}

.popup-thank__logo:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  width: 100%;
  height: 2px;
  content: '';
  background: #FFFFFF;
  border-radius: 50px;
}

.menu {
  right: 10px;
  margin-right: 40px;
}

@media (max-width: 650px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.menu__icon {
  cursor: pointer;
}

.menu img {
  vertical-align: middle;
}

.menu__title {
  margin-right: 7px;
  vertical-align: middle;
  font-size: 19px;
}

@media (max-width: 650px) {
  .menu__title {
    display: none;
  }
}

.menu-phone-icon {
  padding-right: 10px;
}

@media (min-width: 650px) {
  .menu-phone-icon {
    display: none;
  }
}

.link-list {
  position: relative;
  max-width: 400px;
  padding: 52px 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  border-bottom: 3px dashed rgba(147, 126, 108, 0.3);
}

.link-list-repair {
  padding: 45px 25px 7px;
}

.link-list-repair div {
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 575px) {
  .link-list-repair {
    padding: 10px 0 5px;
  }
}

.link-list-repair a {
  color: #7F6956;
  cursor: pointer;
}

@media (max-width: 575px) {
  .link-list-repair a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .link-list-repair a {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .link-list-repair svg {
    width: 14px;
    height: 7px;
  }
  .link-list-repair svg path {
    stroke-width: 23;
  }
}

@media (max-width: 575px) {
  .link-list-menu {
    bottom: 45px;
    position: absolute;
    width: max-content;
  }
}

.link-list-menu a {
  color: #CFB8A4;
  cursor: pointer;
}


.slider-arrow {
  position: absolute;
  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;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 2px rgba(210, 210, 210, .8);
  box-shadow: 0px 0px 2px rgba(210, 210, 210, .8);
  background: #ffffff;
  cursor: pointer;
  z-index: 5;
}


.slider-arrow:disabled {
  border: none;
}

.slider-arrow:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
}

.slider-arrow:hover svg path {
  fill: #ffffff;
}


.slider-arrow_left {
  left: -19px;

}
.slider-arrow_right {
  right: -19px;
}

@media (max-width: 575px) {
  .slider-arrow {
    width: 24px;
    height: 24px;
  }

  .slider-arrow svg {
    width: 12px;
    height: 8px;
  }

  .slider-arrow_left {
    left: -12px;

  }
  .slider-arrow_right {
    right: -12px;
  }
}


.nav {
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.repair-types-nav {
  margin-top: 30px;
  max-width: 500px;
}

@media (max-width: 1024px) {
  .repair-types-nav {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .repair-types-nav {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .popup-repair-types-nav {
    height: calc(100% - 20px);
    text-align: center;
    background: #F8F4EF;
    overflow-y: scroll;
  }
}

.nav-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-list-repair {
  display: block;
  min-width: 320px;
}

@media (max-width: 1024px) {
  .nav-list-repair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    width: 500%;
  }
}

@media (min-width: 1025px) {
  .nav-list-popup-repair {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  .nav-list-popup-repair {
    position: relative;
    flex-wrap: nowrap;
  }
}

.nav-wrap {
  position: relative;
  padding: 0 17px;
}


.nav-wrap-popup {
  position: relative;
  padding: 0 57px;
}


@media (min-width: 1025px) {
  .nav-wrap-repair {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .nav-wrap-repair {
    margin-top: 10px;
    background: #FBFAF8;
  }

  .nav-wrap-repair:before {
    display: none;
  }
}

@media (min-width: 1025px) {
  .nav-wrap-popup-repair {
    height: calc(100% - 77px);
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .nav-wrap-popup-repair {
    width: 75%;
    margin: 5px 0;
  }
}

@media (max-width: 575px) {
  .nav-wrap-popup-repair {
    width: 95%;
  }
}


.nav-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 18px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}


.size-32 {
  margin-top: -22px;
  width: 32px;
  height: 44px;
}

.nav-arrow:hover svg path {
  stroke-width: 3;
  stroke: #F48922;
}

.nav-arrow_left {
  left: 0;
}

.nav-arrow_right {
  right: 0;
}

.nav-arrow:after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
}


.slider-counter {
  position: absolute;
  width: 58px;
  height: 58px;
  bottom: 2%;
  left: 50%;
  margin-left: -29px;
  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;
  border-radius: 50%;
  background: rgba(245,245,245,0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(50, 40, 35, 0.1);
  box-shadow: 0px 0px 10px rgba(50, 40, 35, 0.1);
  z-index: 5;
}
.slider-counter_dark {
  color: #F4F4F4;
  background: rgba(50, 40, 35, 0.5);
}


.slider-counter:hover {
  background: #F4F4F4;
}

.slider-counter.slider-counter_dark:hover {
  background: rgba(50, 40, 35, 1);
}


.slider-counter-content {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 38px;
  font-size: 14px;
}

.slider-counter-content__current {
  position: relative;
  text-align: left;
  user-select: none;
}

.slider-counter-content__current:after {
  position: absolute;
  right: 1px;
  bottom: -2px;
  content: '';
  width: 23px;
  height: 1px;
  border-radius: 50px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#F48922), to(#FFB015));
  background: linear-gradient(#F48922 0%, #FFB015 100%);
}

.slider-counter-content__total {
  text-align: right;
  font-weight: 200;
  user-select: none;
}


.slider-counter-responsive {
  z-index: 2;
}

@media (max-width: 1024px) {
  .slider-counter-responsive {
    width: 44px;
    height: 44px;
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .slider-counter-responsive .slider-counter-content {
    width: 22px;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .slider-counter-responsive .slider-counter-content {
    width: 20px;
    font-size: 9px;
  }
}

@media (max-width: 575px) {
  .slider-counter-responsive {
    width: 38px;
    height: 38px;
    bottom: 7px;
  }
}

.close {
  position: absolute;
  top: 5px;
  right: 22px;
  font-size: 38px;
  font-weight: 200;
  color: rgba(50, 40, 35, 0.5);
  z-index: 105;
  cursor: pointer;
}

.close:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
}

.close:hover svg path {
  stroke: #F48922;
  fill: #FFB015;
}

@media (max-width: 575px) {
  .close {
    top: 3px;
    font-size: 26px;
    right: min(.7em, calc( .7rem + .5vw ));
  }

  .close svg {
    width: min(.7em, calc( .7rem + .5vw ));
  }
}


.close-menu {
  right: 1em;
  color: rgba(255, 255, 255, 0.5);
}


.close-consultation svg path,
 .popup-dialog .close {
  stroke: rgb(243, 238, 233);
  fill: rgb(243, 238, 233);
}

@media (max-width: 575px) {
  .close-consultation svg path {
    fill: #322823;
  }
}

.button {
  width: 244px;
  height: 44px;
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
  border: none;
  border-radius: 50px;
  font-size: 19px;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 35px rgba(254, 171, 23, 0.7);
  box-shadow: 0 8px 35px rgba(254, 171, 23, 0.7);
  cursor: pointer;
}

.button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f17c0c), to(#fba600)), 50%;
  background: linear-gradient(90deg, #f17c0c 0%, #fba600 100%), 50%;
}

.button_o {
  position: relative;
  border: none;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  background-size: contain;
}

.button_o svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.button_o svg path {
  position: absolute;
  z-index: -1;
}

.button_o:hover svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #CBC7BF;
}

.button_wide {
  width: 302px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .button_wide {
    width: 188px;
    height: 29px;
    font-size: 12px;
  }
}

.button_round {
  width: 44px;
  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;
}

.button_social {
  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;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  cursor: pointer;
}

.button_social:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .button-feedback-block {
    margin-top: 30px;
    margin-right: -70px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 575px) {
  .button-feedback-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    height: 29px;
    font-size: 12px;
  }
}

.button-footer {
  width: 148px;
  height: 48px;
  margin-right: -74px;
  border: 3px solid rgba(50, 40, 35, 0.2);
  border-radius: 50px;
  text-transform: uppercase;
  background: transparent;
  color: #322823;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .button-footer {
    width: 106px;
    height: 42px;
    margin-right: -53px;
  }
}

@media (max-width: 575px) {
  .button-footer {
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

.button-footer a {
  font-size: 18px;
  display: block;
  color: #322823;
}

@media (max-width: 1024px) {
  .button-footer a {
    font-size: 16px;
  }
}

.button-footer:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 575px) {
  .button-consultation {
    width: 234px;
    height: 48px;
  }
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-feedback-block {
  margin-left: -30px;
  margin-top: 20px;
  width: 100%;
  padding-top: 28px;
}

@media (max-width: 1024px) {
  .checkbox-feedback-block {
    padding-top: 33px;
    max-width: 237px;
  }
}

@media (max-width: 575px) {
  .checkbox-feedback-block {
    padding-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

.checkbox__label {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 20px;
  min-width: 20px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 2px solid #F48922;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 575px) {
  .checkbox__label {
    min-height: 17px;
    min-width: 17px;
    width: 18px;
    height: 18px;
  }
}

.checkbox__label:after {
  position: absolute;
  top: -8px;
  left: -2px;
  width: 26px;
  height: 12px;
  border: 4px solid white;
  border-top: none;
  border-right: none;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 575px) {
  .checkbox__label:after {
    top: -8px;
    left: -2px;
    width: 24px;
    height: 12px;
    border-width: 2px;
  }
}

.checkbox__label_round-feedback:after {
  border-color: #322823;
}

.checkbox__label-consultation {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 20px;
  min-width: 20px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 1px solid #322823;
  border-radius: 50%;
  cursor: pointer;
}

.checkbox__label-consultation:after {
  border-color: #322823;
}

.checkbox input[type="checkbox"] {
  visibility: hidden;
}

.checkbox input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.checkbox__descr {
  padding-left: 10px;
  font-weight: 200;
  line-height: 16px;
  font-size: 13px;
  color: white;
}

@media (max-width: 1024px) {
  .checkbox__descr {
    max-width: 237px;
  }
}

@media (max-width: 575px) {
  .checkbox__descr {
    font-size: 8px;
    line-height: 11px;
  }
}

.checkbox__descr span {
  cursor: pointer;
}

.checkbox__descr span:hover {
  text-decoration: underline;
}

.checkbox__descr_round-feedback {
  padding-left: 14px;
  padding-top: 10px;
  width: 190px;
  height: 48px;
  font-size: 13px;
  margin-top: -5px;
  color: #322823;
}

@media (max-width: 575px) {
  .checkbox__descr_round-feedback {
    margin-top: 0;
  }
}

.item-hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 137, 34, 0.9)), to(rgba(255, 176, 21, 0.9)));
  background: linear-gradient(90deg, rgba(244, 137, 34, 0.9) 0%, rgba(255, 176, 21, 0.9) 100%);
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.item-hover img {
  width: 40%;
}


.item-hover span {
  text-align: center;
  color: #ffffff;
}

.active svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  stroke: #F48922;
}

.active:hover svg path {
  stroke: #F48922;
}


.active-item {
  opacity: 1;
  z-index: 1;
}

.active-item .formula-item__icon {
  -webkit-box-shadow: 0 8px 40px rgba(254, 171, 23, 0.2);
  box-shadow: 0 8px 40px rgba(254, 171, 23, 0.2);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;

}

.active-item .formula-item__icon-inner {
  opacity: 1;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#F48922), to(#FFB015));
  background: linear-gradient(90deg, #F48922 0%, #FFB015 100%);
}

.active-item .formula-item-popup {
  visibility: visible;
  opacity: 1;
}


#formula-arrow_left {
  left: 0;
  top: calc(20px + 28px);
}


#formula-arrow_right {
  right: 0;
  top: calc(20px + 28px);
}


@media (max-width: 575px) {
  #repair-types-arrow_left,
  #repair-types-arrow_right {
    top: 41%;
  }
}

.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body,
html {
  min-height: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans SC", sans-serif;
  color: #322823;
  background: #FBFAF8 url("../images/bodybackground.svg") 0 3555px/100% 2984px no-repeat;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  body {
    background: #FBFAF8;
  }
}

html {
  background: #FBFAF8;
}

a {
  text-decoration: none;
}


.wrapper {
  position: relative;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1024px) {
  .wrapper {
    max-width: 768px;
  }
}

@media (max-width: 575px) {
  .wrapper {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper_middle {
  position: relative;
  max-width: 1058px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 1;
}

@media (max-width: 1199px) {
  .wrapper_middle {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  .wrapper_middle {
    max-width: 767px;
  }
}

@media (max-width: 768px) {
  .wrapper_middle {
    max-width: 574px;
  }
}

@media (max-width: 575px) {
  .wrapper_middle {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper_small {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .wrapper_small {
    max-width: 768px;
  }
}

@media (max-width: 575px) {
  .wrapper_small {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper_feedback {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1024px) {
  .wrapper_feedback {
    max-width: 534px;
  }
}

@media (max-width: 575px) {
  .wrapper_feedback {
    max-width: 272px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.logo {
  font-family: Roboto, sans-serif;
  font-size: 50px;
}

@media (max-width: 575px) {
  .logo {
    padding-left: 7%;
    font-size: 30px;
  }
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat Alternates, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #322823;
  z-index: -1;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-title span {
  font-weight: normal;
}

.section-subtitle {
  position: relative;
  max-width: 375px;
  margin: 5px auto 0;
  text-align: center;
  z-index: 1;
  font-weight: 300;
  line-height: 24px;
  font-size: 20px;
  color: rgba(50, 40, 35, 0.7);
  text-shadow: 0 4px 10px rgba(255, 255, 255, 0.25);
}

@media (max-width: 575px) {
  .section-subtitle {
    margin-top: 10px;
    font-size: 12px;
    max-width: 225px;
    line-height: 20px;
  }
}

.wave-block {
  position: relative;
  height: 600px;
  background: url("../images/feedback-block/background.jpg") no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (max-width: 575px) {
  .wave-block {
    background: url("../images/feedback-block/mobile-bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 100% 17%;
    border-top-right-radius: 100% 17%;
    width: 110%;
    left: -5%;
  }
}

.wave-block:after {
  position: absolute;
  width: 100%;
  height: 320px;
  content: '';
  top: 0;
  left: 0;
  z-index: 0;
}

.wave-block.stock:after {
  top: 0;
}

.wave-block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  bottom: 0;
  left: 0;
  background: rgba(147, 126, 108, 0.6);
  -webkit-box-shadow: inset 0 4px 250px #937E6C, inset 0 4px 250px #937E6C;
  box-shadow: inset 0 4px 250px #937E6C, inset 0 4px 250px #937E6C;
  z-index: 0;
}

.hide {
  display: none;
}

.active {
  visibility: visible;
  opacity: 1;
  animation: ani-active .3s linear forwards;
}

.active-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  animation: ani-active .3s linear forwards;
}

@keyframes ani-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup-menu.active-popup {
  animation: none;
}

.active-menu {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 575px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

@media (min-width: 1025px) {
  .desktop-hide {
    display: none;
  }
}

.error-input {
  box-shadow: rgb(255, 36, 0) 2px -2px, rgb(255, 36, 0) 0px 4px;
  border-radius: 25px;
}
