@import "reset.css";
@import "libraries/slick.css";

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-MedItalic.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-XBlack.ttf") format("truetype");
}

@font-face {
  font-family: "PFSquareSansPro";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("fonts/PFSquareSansPro/PFSquareSansPro-XBlackItal.ttf") format("truetype");
}

@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("fonts/Verdana/Verdana.ttf") format("truetype");
}

@font-face {
  font-family: "Verdana";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("fonts/Verdana/Verdana.ttf") format("truetype");
}

@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("fonts/Verdana/Verdana-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Verdana";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("fonts/Verdana/Verdana-BoldItalic.ttf") format("truetype");
}

body {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fafafa;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.main-header .top {
  background-color: #303436;
  padding: 10px 0;
  color: #b2b2b2;
}

.main-header .top .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 14px;
  padding: 0 30px 0 57px;
}

.main-header .top .container .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.main-header .top .container .left a {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-right: 57px;
  position: relative;
}

.main-header .top .container .left a:last-child {
  margin-right: 0;
}

.main-header .top .container .left a img {
  display: inline-block;
  margin: 0 15px 0 0;
}

.main-header .top .container .left a:hover {
  color: #fff;
}

.main-header .top .container .right a {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.main-header .top .container .right a:first-child {
  margin-left: 0;
}

.main-header .top .container .right a:hover {
  color: #fff;
}

.main-header .top .container .right a:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #303436;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  bottom: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .top .container .right a.active:after, .main-header .top .container .right a:hover:after {
  opacity: 1;
  visibility: visible;
}

.main-header .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 20px 55px 20px 18px;
}

.main-header .main .logo img {
  display: block;
  margin: 0;
  max-height: 58px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .main .logo:hover img {
  opacity: 0.8;
}

.main-header .main .menu a {
  color: #707070;
  font-size: 20px;
  display: inline-block;
  margin-left: 35px;
  position: relative;
  font-family: "PFSquareSansPro", sans-serif;
}

.main-header .main .menu a:after {
  content: "";
  border: 13px solid transparent;
  border-top: 13px solid #fafafa;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .main .menu a:hover {
  color: #a37d59;
}

.main-header .main .menu a.active:after, .main-header .main .menu a:hover:after {
  opacity: 1;
  visibility: visible;
}

.main-header .main .geo {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.main-header .main .geo img {
  max-height: 28px;
  display: block;
  margin: 0 10px 0 0;
}

.main-header .main .geo a {
  color: #707070;
  border-bottom: 1px dashed #707070;
  line-height: 1.2;
  font-size: 14px;
}

.main-header .main .geo a:hover {
  border-color: #a37d59;
  color: #a37d59;
}

.main-header .main .phone {
  font-size: 20px;
  color: #707070;
  margin-left: 44px;
  display: inline-block;
  font-family: "PFSquareSansPro", sans-serif;
}

.main-header .main .phone:hover {
  color: #a37d59;
}

.mobile-header {
  display: none;
}

.section-11 {
  background-color: #ebebeb;
  margin-bottom: 170px;
}

.section-11 .container {
  position: relative;
  padding: 71px 0;
}

.section-11 .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.section-11 .blocks .block {
  width: 13.6753%;
}

.section-11 .blocks .block .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  margin-bottom: 19px;
}

.section-11 .blocks .block .img img {
  max-height: 37px;
}

.section-11 .blocks .block h3 {
  font-size: 20px;
  color: #707070;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.section-11 .blocks .block p {
  font-size: 14px;
  color: #707070;
  margin: 0;
}

.section-11 .callback {
  position: absolute;
  bottom: -77px;
  left: 94px;
  background-color: #ffffff;
  padding: 21px 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-11 .callback:before {
  content: "";
  position: absolute;
  left: 164px;
  top: -37px;
  border: 19px solid transparent;
  border-bottom: 18px solid #ffffff;
}

.section-11 .callback .field {
  font-family: "PFSquareSansPro", sans-serif;
  border: 1px solid #c2c2c2;
  outline: none;
  width: 303px;
  height: 52px;
  padding: 10px 18px;
  font-size: 24px;
  color: #525259;
  font-weight: 100;
  line-height: 100%;
  margin-right: 18px;
}

.section-11 .callback .button {
  font-family: "PFSquareSansPro", sans-serif;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
  width: 199px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0;
  outline: none;
  margin-right: 20px;
}

.section-11 .callback .button:hover {
  background-color: #707070;
}

.section-11 .callback .rules {
  max-width: 200px;
  font-size: 11px;
  color: #dedede;
  font-weight: 100;
}

.section-11 .callback .rules a {
  text-decoration: underline;
}

.section-11 .callback .rules a:hover {
  text-decoration: none;
  color: #a37d59;
}

.main-footer {
  padding-bottom: 66px;
}

.main-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.main-footer .container .left {
  padding-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.main-footer .container .left .phone {
  color: #a37d59;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 100%;
  font-family: "PFSquareSansPro", sans-serif;
}

.main-footer .container .left .phone:hover {
  color: #707070;
}

.main-footer .container .left .callback {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
  line-height: 100%;
}

.main-footer .container .left .callback img {
  margin-right: 10px;
}

.main-footer .container .left .callback span {
  font-size: 18px;
  color: #797979;
  font-family: "PFSquareSansPro", sans-serif;
}

.main-footer .container .left .callback:hover span {
  color: #a37d59;
}

.main-footer .container .left .copyright {
  font-size: 12px;
  color: #797979;
  max-width: 200px;
  margin-bottom: 28px;
}

.main-footer .container .left .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 34px;
}

.main-footer .container .left .socials a {
  margin-right: 15px;
}

.main-footer .container .left .socials a img {
  max-height: 30px;
}

.main-footer .container .left .private-policy {
  text-decoration: underline;
  font-size: 12px;
  color: #797979;
}

.main-footer .container .left .private-policy:hover {
  color: #a37d59;
  text-decoration: none;
}

.main-footer .container .right {
  padding-right: 160px;
}

.main-footer .container .right .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.main-footer .container .right .menu .block {
  max-width: 145px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  margin-right: 80px;
}

.main-footer .container .right .menu .block h4 {
  font-family: "PFSquareSansPro", sans-serif;
  font-size: 18px;
  color: #797979;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-footer .container .right .menu .block a {
  color: #797979;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: "PFSquareSansPro", sans-serif;
}

.main-footer .container .right .menu .block a:hover {
  text-decoration: underline;
  color: #a37d59;
}

.main-footer .container .right .menu .block:last-child {
  margin-right: 0;
}

.main-footer .container.mobile {
  display: none;
}

.icon_phone {
  position: fixed;
  bottom: 7%;
  right: 7%;
  z-index: 9999999;
}

.icon_phone .tor-pulsate {
  position: absolute;
  background-color: #a37d59;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 86px;
  height: 86px;
  margin-left: -42px;
  margin-top: -44px;
  border-radius: 50%;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
}

.icon_phone a {
  display: block;
  position: relative;
  outline: none;
}

.icon_phone a img {
  width: 60px;
}

.icon_phone.mobile-icon-phone {
  display: none;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.select-city {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  top: 140px;
  padding-top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(29, 32, 36, 0.97);
  transition: padding 0.2s ease;
}

.select-city.open {
  opacity: 1;
  visibility: visible;
}

.select-city.scrolled {
  padding-top: 92px;
}

.select-city .select-city-inner {
  padding-bottom: 50px;
}

.select-city .select-city-inner ul {
  margin-bottom: 30px;
}

.select-city .select-city-inner ul li span {
  color: #50565c;
}

.select-city .select-city-inner ul li a {
  text-decoration: underline;
  color: #dadada;
  font-size: 15px;
}

.select-city .select-city-inner ul li a:hover {
  text-decoration: none;
}

.select-city .select-city-inner .head-city {
  padding: 10px 0 15px;
  background-color: #1d2024;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.select-city .select-city-inner .head-city .top {
  color: #a37d59;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.select-city .select-city-inner .head-city .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.select-city .select-city-inner .head-city .bottom .col {
  width: 33.333%;
  color: #fff;
  padding-right: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.select-city .select-city-inner .head-city .bottom .col svg {
  margin-right: 10px;
  width: 20px;
  min-width: 20px;
  position: relative;
  top: 3px;
}

.select-city .select-city-inner .head-city button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  user-select: none;
  outline: none;
  font-size: 26px;
  color: #fff;
  line-height: 46px;
}

.select-city .select-city-inner .head-city button:hover {
  color: #a37d59;
}

.select-city .select-city-inner .head-city button:active {
  top: -1px;
}

.select-city .select-city-inner .head-city-inner {
  position: relative;
}

.select-city .select-city-inner .head-city-list {
  padding-top: 120px;
}

.select-city .select-city-inner .head-city-list .full-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.select-city .select-city-inner .head-city-list .full-list .col-sm-3 {
  width: 25%;
  padding-right: 15px;
}

.select-city .select-city-inner .head-city-list .full-list .col-sm-3:last-child {
  padding-right: 0;
}

.wrap-popup {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 50px 0;
  overflow-x: auto;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.wrap-popup.open {
  opacity: 1;
  visibility: visible;
}

.wrap-popup .wrap-inner {
  position: relative;
  background-color: #fff;
  padding: 93px;
  border: 1px solid #b7b7b7;
  overflow-x: hidden;
  overflow-y: auto;
  width: 924px;
  min-height: 626px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrap-popup .wrap-inner .close {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
}

.wrap-popup .wrap-inner .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex: 1 1 100%;
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  position: relative;
  z-index: 2;
}

.wrap-popup .wrap-inner .inner h2 {
  font-size: 31px;
  color: #a37d59;
  font-weight: 300;
  font-family: "PFSquareSansPro", sans-serif;
  max-width: 440px;
  line-height: 1.2;
}

.wrap-popup .wrap-inner .inner .description {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  color: #525259;
  max-width: 390px;
}

.wrap-popup .wrap-inner .inner .field {
  outline: none;
  background-color: #fff;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  max-width: 328px;
  padding: 10px 20px;
  font-family: "Verdana", sans-serif;
  color: #525259;
  height: 59px;
}

.wrap-popup .wrap-inner .inner .field:last-child {
  margin-bottom: 0;
}

.wrap-popup .wrap-inner .inner textarea.field {
  resize: none;
  height: 125px;
  padding: 20px 25px 20px 20px;
  font-size: 14px;
}

.wrap-popup .wrap-inner .inner .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.wrap-popup .wrap-inner .inner .actions .button {
  outline: none;
  border: 0;
  height: 52px;
  min-width: 217px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  background-color: #a27e5c;
  font-family: "PFSquareSansPro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.wrap-popup .wrap-inner .inner .actions .button:hover {
  background-color: #707070;
}

.wrap-popup .wrap-inner .inner .actions .conditions {
  margin-left: 38px;
  font-size: 12px;
  color: #d2d2d2;
  font-family: "Tahoma", sans-serif;
  max-width: 355px;
}

.wrap-popup .wrap-inner .inner.end {
  display: none;
}

.wrap-popup .wrap-inner .modal-img {
  position: absolute;
}

.wrap-popup#brochure-modal .wrap-inner .modal-img {
  top: 113px;
  right: 116px;
}

.wrap-popup#coupon-modal .wrap-inner .modal-img {
  top: 110px;
  right: 65px;
}

.wrap-popup#consultation-modal .wrap-inner .modal-img {
  top: 88px;
  right: 84px;
}

.wrap-popup#consultation-modal .wrap-inner .inner.end .description {
  margin-top: -260px;
}

.wrap-popup#measuring-modal .wrap-inner .modal-img {
  bottom: 0;
  right: -12px;
}

.wrap-popup#measuring-modal .wrap-inner .inner.end .description {
  margin-top: -230px;
}

.wrap-popup#calculate-modal .wrap-inner .modal-img {
  top: 167px;
  right: 103px;
  max-width: 275px;
}

.wrap-popup#calculate-modal .wrap-inner .inner.end .description {
  margin-top: -230px;
}

.wrap-popup#order-project .wrap-inner .modal-img {
  top: 111px;
  right: 41px;
}

.wrap-popup#get-price .wrap-inner .modal-img {
  top: 79px;
  right: 0;
}

.section-1 {
  position: relative;
}

.section-1 .section-1-slider {
  background-color: #ebebeb;
}

.section-1 .section-1-slider .container {
  position: relative;
  height: 528px;
}

.section-1 .section-1-slider .container .mobile-button {
  display: none;
}

.section-1 .section-1-slider .container img {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-1 .section-1-slider .container .text {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 15%;
  left: 5%;
  color: #ffffff;
  padding: 25px 70px;
}

.section-1 .section-1-slider .container .text h1 {
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  font-size: 60px;
  line-height: 100%;
}

.section-1 .section-1-slider .container .text h1 span {
  display: block;
}

.section-1 .section-1-slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
  text-align: right;
  width: 100%;
  max-width: 1170px;
  padding-right: 180px;
}

.section-1 .section-1-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-1 .section-1-slider .slick-dots li:hover {
  background-color: #737373;
  cursor: pointer;
}

.section-1 .section-1-slider .slick-dots li button {
  display: none;
}

.section-1 .section-1-slider .slick-dots li.slick-active {
  background-color: #737373;
  cursor: pointer;
}

.section-1 .icons {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  position: relative;
  top: -30px;
  margin-left: 95px;
  padding: 25px 50px;
}

.section-1 .icons:before {
  content: "";
  border: 20px solid transparent;
  border-bottom: 19px solid #ffffff;
  position: absolute;
  top: -39px;
  left: 20%;
}

.section-1 .icons .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 40px;
}

.section-1 .icons .icon:last-child {
  margin-right: 0;
}

.section-1 .icons .icon img {
  display: block;
  margin: 0 30px 0 0;
}

.section-1 .icons .icon p {
  font-size: 14px;
  color: #525259;
  margin: 0;
  max-width: 116px;
}

.section-2 {
  padding: 25px 30px 80px;
}

.section-2 .cost {
  color: #707070;
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  line-height: 100%;
  padding-left: 65px;
  margin-bottom: 70px;
  max-width: 790px;
}

.section-2 .cost span {
  color: #a37d59;
}

.section-2 .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section-2 .blocks .block {
  border: 1px dotted #c3c3c3;
  padding: 50px 46px;
  position: relative;
  width: 349px;
  height: 360px;
}

.section-2 .blocks .block .title {
  margin: 0;
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  line-height: 120%;
  max-width: 200px;
}

.section-2 .blocks .block .description {
  font-size: 14px;
  color: #525259;
  margin: 20px 0 0;
  line-height: 100%;
}

.section-2 .blocks .block .price {
  margin: 20px 0 0;
}

.section-2 .blocks .block .price ins {
  text-decoration: none;
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #a37d59;
  display: block;
  line-height: 100%;
}

.section-2 .blocks .block .price s {
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  display: block;
  margin: 0;
  line-height: 100%;
}

.section-2 .blocks .block .button {
  background-color: #a37d59;
  padding: 10px;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 200px;
  position: absolute;
  bottom: -23px;
}

.section-2 .blocks .block .button:hover {
  background-color: #303436;
}

.section-2 .blocks .block.brochure {
  margin-left: 30px;
  width: 475px;
}

.section-2 .blocks .block.brochure .description {
  max-width: 255px;
}

.section-2 .blocks .block.brochure img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -65px;
}

.section-2 .mobile {
  display: none;
}

.section-2.main-section-2 .blocks {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-2.main-section-2 .blocks .block {
  position: relative;
  width: 318px;
  margin-right: 62px;
}

.section-2.main-section-2 .blocks .block .description {
  max-width: 134px;
  margin: 55px 0 0;
}

.section-2.main-section-2 .blocks .block img {
  position: absolute;
}

.section-2.main-section-2 .blocks .block:nth-child(1) img {
  right: -33px;
  bottom: 50px;
}

.section-2.main-section-2 .blocks .block:nth-child(1) .description {
  max-width: 115px;
}

.section-2.main-section-2 .blocks .block:nth-child(2) img {
  right: -33px;
  bottom: 50px;
}

.section-2.main-section-2 .blocks .block:nth-child(2) .description {
  max-width: 130px;
}

.section-2.main-section-2 .blocks .block:nth-child(3) {
  margin-right: 0;
}

.section-2.main-section-2 .blocks .block:nth-child(3) img {
  right: -33px;
  bottom: 50px;
}

.section-2.main-section-2 .blocks .block:nth-child(3) .description {
  max-width: 125px;
}

.section-3 {
  margin-bottom: 80px;
  position: relative;
}

.section-3 .header {
  padding: 0 30px 0 96px;
}

.section-3 .header h2, .section-3 .header .h1 {
  font-size: 48px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  line-height: 100%;
  margin-bottom: 40px;
}

.section-3 .header .examples {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 28px;
  min-height: 44.2px;
}

.section-3 .header .examples .show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.section-3 .header .examples .show .text {
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: #707070;
  border-bottom: 1px dashed #707070;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-3 .header .examples .show.default .text {
  font-size: 26px;
  border-bottom: 0;
  line-height: 100%;
}

.section-3 .header .examples .show .arrow {
  display: inline-block;
  margin-left: 13px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-3 .header .examples .show:hover .text {
  color: #a37d59;
  border-color: #a37d59;
}

.section-3 .header .examples .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 700px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.section-3 .header .examples .list a {
  display: inline-block;
  margin-left: 50px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  font-size: 26px;
  color: #707070;
  line-height: 100%;
}

.section-3 .header .examples .list a:hover {
  color: #986e47;
}

.section-3 .header .examples .list a.active {
  font-size: 36px;
  color: #986e47;
  border-bottom: 1px dashed #707070;
  line-height: 1.2;
}

.section-3 .header .examples.open .list {
  width: auto;
  opacity: 1;
  visibility: visible;
}

.section-3 .header .examples.open .show .arrow {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-categories {
  display: flex;
  flex-flow: wrap;
  gap: 0px 25px;
  margin-left: -5px;
  width: calc(100% - 285px);
}

.filter-categories a {
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  position: relative;
  text-decoration: underline;
  line-height: 1.2;
  padding: 5px;
}

.filter-categories a:hover, .filter-categories a.active {
  background: #a37d59;
  color: #fff;
  text-decoration: none;
}

.new-line-filters {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 30px;
}

.section-3 .header .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-flow: wrap;
}

.section-3 .header .filters .filter {
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  position: relative;
}

.section-3 .header .filters .filter a {
  border-bottom: 1px dashed #707070;
  line-height: 1.2;
}

.section-3 .header .filters .filter a:hover {
  color: #a37d59;
  border-color: #a37d59;
}

.section-3 .header .filters .filter .toggle {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 9;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  border: 1px solid #d0d0d0;
  display: none;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
}

.section-3 .header .filters .filter .toggle[style*="display: block"] {
  display: flex !important;
}

.section-3 .header .filters .filter .toggle a {
  display: inline-block;
  border-bottom: 1px dashed #707070;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-3 .header .filters .filter .toggle a:last-child {
  margin-bottom: 0;
}

.section-3 .header .filters .filter .toggle a:hover {
  color: #a37d59;
  border-color: #a37d59;
}

.section-3 .header .filters .search {
  position: relative;
}

.section-3 .header .filters .search .search-field {
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  min-width: 284px;
  height: 38px;
  padding: 0 45px 0 14px;
  outline: none;
}

.section-3 .header .filters .search .search-field::placeholder {
  color: #707070;
  opacity: 1;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-3 .header .filters .search .search-field:-ms-input-placeholder {
  color: #707070;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-3 .header .filters .search .search-field::-ms-input-placeholder {
  color: #707070;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-3 .header .filters .search button {
  background-color: transparent;
  outline: none;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  margin: 0;
  padding: 0;
}

.section-3 .header .filters .search button:hover {
  opacity: 0.8;
}

.section-3 .catalog-slider {
  margin-top: 35px;
}

.section-3 .catalog-slider .catalog-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: -1%;
}

.section-3 .catalog-slider .catalog-grid .item {
  width: 32.479%;
  margin-top: 3%;
  position: relative;
  margin-bottom: 10px;
}

.section-3 .catalog-slider .catalog-grid .item:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.section-3 .catalog-slider .catalog-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav {
  border: 1px solid #986e47;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 20px;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #707070;
  line-height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav:hover {
  background-color: #986e47;
  color: #ffffff;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav:hover:after {
  content: "";
  border: 13px solid transparent;
  border-top: 13px solid #986e47;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav.active {
  background-color: #986e47;
  color: #ffffff;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav.active:after {
  content: "";
  border: 13px solid transparent;
  border-top: 13px solid #986e47;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 4;
  color: #fff;
  text-align: center;
  width: 100%;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content {
  display: none;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .model {
  margin: 0;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .cost {
  margin: 0;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  font-size: 36px;
  line-height: 100%;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content.active {
  display: block;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover {
  position: absolute;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 140px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .description p {
  margin: 0;
  font-size: 16px;
  line-height: 100%;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .variants {
  margin-top: 20px;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .variants p {
  margin: 0;
  font-size: 16px;
  line-height: 100%;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 4;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  display: block;
  padding: 10px 5px;
  width: 221px;
  text-align: center;
  font-family: "PFSquareSansPro", sans-serif;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .button:hover {
  background-color: #ffffff;
  color: #a37d59;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .button.view-project {
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  margin: 20px auto 0;
  bottom: 0;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .hover .galleries {
  display: none;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 4;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  display: block;
  padding: 10px 5px;
  width: 221px;
  text-align: center;
  font-family: "PFSquareSansPro", sans-serif;
}

.section-3 .catalog-slider .catalog-grid .item .mobile .button:hover {
  background-color: #ffffff;
  color: #a37d59;
}

.section-3 .catalog-slider .catalog-grid .item .actions {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 4;
  width: 100%;
}

.section-3 .catalog-slider .catalog-grid .item .actions .galleries {
  display: none;
}

.section-3 .catalog-slider .catalog-grid .item .actions .button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  display: block;
  padding: 10px 5px;
  margin: 0 auto;
  width: 221px;
  text-align: center;
}

.section-3 .catalog-slider .catalog-grid .item .actions .button:hover {
  background-color: #ffffff;
  color: #a37d59;
}

.section-3 .catalog-slider .catalog-grid .item .actions .button.view-project {
  background: transparent;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
}

.section-3 .catalog-slider .catalog-grid .item .actions .button.view-project:hover {
  background-color: #ffffff;
  color: #a37d59;
}

.section-3 .catalog-slider .catalog-grid .item:hover .mobile .button,
.section-3 .catalog-slider .catalog-grid .item:hover .mobile .hover {
  opacity: 1;
  visibility: visible;
}

.section-3 .catalog-slider .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.section-3 .catalog-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-3 .catalog-slider .slick-dots li:hover {
  background-color: #737373;
  cursor: pointer;
}

.section-3 .catalog-slider .slick-dots li button {
  display: none;
}

.section-3 .catalog-slider .slick-dots li.slick-active {
  background-color: #737373;
  cursor: pointer;
}

.section-3 .more {
  position: absolute;
  bottom: 0;
  left: 142px;
  border-bottom: 1px dashed #707070;
  font-size: 24px;
  line-height: 1.2;
  color: #707070;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-3 .more:hover {
  color: #a37d59;
  border-color: #a37d59;
}

.section-3.main-section-3 .header h2 {
  margin-bottom: 40px;
}

.section-3.main-section-3 .catalog-slider .catalog-grid .item {
  margin-top: 38px;
}

.section-4 {
  background-image: url("../images/section-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 230px;
}

.section-4 .container {
  position: relative;
  min-height: 513px;
}

.section-4 .container .wrap-content {
  padding: 80px 90px;
  color: #ffffff;
}

.section-4 .container .wrap-content h2 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 60px;
}

.section-4 .container .wrap-content .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-4 .container .wrap-content .blocks .block {
  max-width: 172px;
  margin-right: 30px;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
}

.section-4 .container .wrap-content .blocks .block:last-child {
  margin-right: 0;
}

.section-4 .container .wrap-seller {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -110px;
  padding: 50px 60px;
  background-color: #ffffff;
  width: calc(100% - 60px);
}

.section-4 .container .wrap-seller:before {
  content: "";
  border: 20px solid transparent;
  border-bottom: 19px solid #ffffff;
  position: absolute;
  top: -38px;
  left: 20%;
}

.section-4 .container .wrap-seller h3 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #707070;
  line-height: 100%;
  margin-bottom: 47px;
}

.section-4 .container .wrap-seller .seller {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.section-4 .container .wrap-seller .seller .text {
  font-size: 24px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  max-width: 585px;
}

.section-4 .container .wrap-seller .seller .button {
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  padding: 0 70px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.section-4 .container .wrap-seller .seller .button:hover {
  background-color: #707070;
}

.section-5 {
  position: relative;
  margin-bottom: 138px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  min-height: 478px;
  overflow: hidden;
}

.section-5 .container {
  width: 1170px;
}

.section-5 .content {
  position: relative;
  z-index: 2;
}

.section-5 .content h2 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #525259;
  line-height: 120%;
  margin-bottom: 25px;
  max-width: 230px;
}

.section-5 .content .text {
  font-size: 14px;
  color: #525259;
  max-width: 295px;
  margin-bottom: 40px;
}

.section-5 .content .button {
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  padding: 14.5px 22px;
}

.section-5 .wrap-slider {
  position: absolute;
  left: 42%;
  top: 0;
  z-index: 3;
  width: 1152px;
}

.section-5 .wrap-slider .right-center-slider .inner {
  position: relative;
  width: 351px;
  height: 478px;
}

.section-5 .wrap-slider .right-center-slider .inner .text {
  position: absolute;
  left: 120px;
  bottom: 100px;
  z-index: 2;
}

.section-5 .wrap-slider .right-center-slider .inner .text .title {
  margin: 0 0 5px 0;
  font-size: 30px;
  color: #ffffff;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-5 .wrap-slider .right-center-slider .inner .text .description {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-5 .wrap-slider .right-center-slider .inner img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 255px;
  height: 351px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  left: 28%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.section-5 .wrap-slider .right-center-slider .slick-current .inner {
  position: relative;
  width: 351px;
  height: 478px;
}

.section-5 .wrap-slider .right-center-slider .slick-current .inner .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 4;
}

.section-5 .wrap-slider .right-center-slider .slick-current .inner .text .title {
  margin: 0 0 5px 0;
  font-size: 36px;
  color: #ffffff;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-5 .wrap-slider .right-center-slider .slick-current .inner .text .description {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-5 .wrap-slider .right-center-slider .slick-current img {
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
}

.section-5 .wrap-slider .right-center-slider .slick-dots {
  position: absolute;
  left: 380px;
  bottom: 15px;
  width: 100%;
}

.section-5 .wrap-slider .right-center-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-5 .wrap-slider .right-center-slider .slick-dots li:hover {
  background-color: #737373;
  cursor: pointer;
}

.section-5 .wrap-slider .right-center-slider .slick-dots li button {
  display: none;
}

.section-5 .wrap-slider .right-center-slider .slick-dots li.slick-active {
  background-color: #737373;
  cursor: pointer;
}

.section-6 {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.section-6 .img-step-1 {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 1;
}

.section-6 .container {
  position: relative;
  z-index: 2;
}

.section-6 h2 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #525259;
  line-height: 100%;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.section-6 .text {
  max-width: 440px;
  font-size: 14px;
  color: #525259;
  position: relative;
  z-index: 2;
}

.section-6 .text span {
  color: #a37d59;
  display: block;
}

.section-6 .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 35px;
}

.section-6 .num {
  position: absolute;
  font-size: 144px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #eddfd2;
  z-index: 1;
  line-height: 100%;
}

.section-6 .steps-slider img {
  max-width: 443px;
  max-height: 295px;
}

.section-6 .steps-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: transparent;
  border: 0;
  outline: none;
  font-size: 0;
  z-index: 10;
}

.section-6 .steps-slider .slick-arrow:before {
  content: "";
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.section-6 .steps-slider .slick-arrow:after {
  width: 19px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-6 .steps-slider .slick-arrow:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.section-6 .steps-slider .slick-arrow.slick-prev {
  right: 40px;
}

.section-6 .steps-slider .slick-arrow.slick-prev:after {
  content: url("../images/icons/arrow-left.png");
}

.section-6 .steps-slider .slick-arrow.slick-next {
  right: -15px;
}

.section-6 .steps-slider .slick-arrow.slick-next:after {
  content: url("../images/icons/arrow-right.png");
}

.section-6 .step-0 {
  padding-left: 125px;
  margin-bottom: 90px;
  position: relative;
}

.section-6 .step-1 {
  padding-left: 30px;
  margin-bottom: 90px;
  position: relative;
}

.section-6 .step-1 .num {
  top: -35px;
  left: 44%;
}

.section-6 .step-2 {
  padding-left: 125px;
  max-width: 570px;
  position: relative;
}

.section-6 .step-2 .num {
  top: -55px;
  left: 67px;
}

.section-6 .step-3 {
  padding-left: 125px;
  margin-top: 190px;
  position: relative;
  max-width: 446px;
}

.section-6 .step-3 .num {
  top: -60px;
  left: 95px;
}

.section-6 .step-3 img {
  max-width: 256px;
  max-height: 194px;
  display: inline-block;
  margin-top: 30px;
}

.section-6 .step-4 {
  padding-left: 125px;
  position: relative;
}

.section-6 .step-4 .text {
  max-width: 530px;
}

.section-6 .step-4 .num {
  top: 18px;
  left: 36%;
}

.section-6 .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  padding-left: 125px;
}

.section-6 .buttons .button {
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
}

.section-6 .buttons .button:first-child {
  background-color: #a37d59;
  color: #ffffff;
  margin-right: 53px;
}

.section-6 .buttons .button:last-child {
  border: 1px solid #89898e;
  color: #89898e;
}

.section-6 .buttons .button:hover {
  background-color: #707070;
  color: #ffffff;
}

.section-6 .mobile {
  display: none;
}

.section-7 {
  background-color: #ebebeb;
  width: 100%;
  height: 203px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 95px;
}

.section-7 h2 {
  line-height: 100%;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  font-size: 44px;
  color: #525259;
  text-align: center;
}

.section-7 h2 span {
  color: #a37d59;
}

.section-8 {
  margin-bottom: 85px;
}

.section-8 .text {
  font-size: 14px;
  color: #525259;
}

.section-8 .text p {
  margin: 0;
}

.section-8 .text p strong {
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 600;
}

.section-8 h2 {
  font-size: 36px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-8 h3 {
  font-size: 30px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.section-8 .mobile {
  display: none;
}

.section-8 .item {
  position: relative;
}

.section-8 .num {
  position: absolute;
  font-size: 144px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  color: #eddfd2;
  z-index: 1;
  line-height: 100%;
}

.section-8 .label {
  background-color: #a37d59;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
}

.section-8 .step-0 {
  padding-left: 125px;
  margin-bottom: 50px;
}

.section-8 .step-0 h2 {
  margin-bottom: 55px;
}

.section-8 .step-0 .text {
  max-width: 525px;
}

.section-8 .step-1 {
  margin-bottom: 125px;
}

.section-8 .step-1 .num {
  right: 10%;
  top: 1%;
}

.section-8 .step-1 .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 5;
}

.section-8 .step-1 .text .big-img {
  max-width: 607px;
  max-height: 477px;
}

.section-8 .step-1 .text .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding-right: 125px;
}

.section-8 .step-1 .text .inner p {
  max-width: 351px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.section-8 .step-1 .text .inner .small-img {
  max-width: 155px;
  max-height: 124px;
  margin-left: 150px;
}

.section-8 .step-2 {
  padding-left: 125px;
  margin-bottom: 75px;
}

.section-8 .step-2 strong {
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 600;
}

.section-8 .step-2 h2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

.section-8 .step-2 .num {
  left: 6%;
  top: -12%;
}

.section-8 .step-2 .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.section-8 .step-2 .text .block {
  position: relative;
}

.section-8 .step-2 .text .block h3 {
  margin-bottom: 40px;
  margin-left: 65px;
}

.section-8 .step-2 .text .block-1 {
  max-width: 250px;
}

.section-8 .step-2 .text .block-2 {
  max-width: 365px;
}

.section-8 .step-2 .text .block-2 .label {
  right: 23%;
  top: -3%;
}

.section-8 .step-2 .text .block-2 .img-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section-8 .step-2 .text .block-2 .img-block img {
  max-width: 159px;
}

.section-8 .step-2 .text .block-2 .img-block .info {
  margin-left: 10px;
  margin-top: 0;
  padding-left: 0;
}

.section-8 .step-2 .text .block-2 .img-block .info span {
  display: block;
}

.section-8 .step-2 .text .block-2 .inner {
  margin-top: 38px;
  margin-left: 65px;
  max-width: 255px;
}

.section-8 .step-2 .text .block-3 {
  max-width: 365px;
}

.section-8 .step-2 .text .block-3 .label {
  right: 23%;
  top: -3%;
}

.section-8 .step-2 .text .block-3 .img-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section-8 .step-2 .text .block-3 .img-block img {
  max-width: 159px;
}

.section-8 .step-2 .text .block-3 .img-block .info {
  margin-left: 10px;
  margin-top: 0;
  padding-left: 0;
}

.section-8 .step-2 .text .block-3 .img-block .info span {
  display: block;
}

.section-8 .step-2 .text .block-3 .inner {
  margin-top: 38px;
  margin-left: 65px;
  max-width: 245px;
}

.section-8 .step-3 {
  position: relative;
  margin-bottom: 80px;
}

.section-8 .step-3:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ebebeb;
  width: 100%;
  height: 203px;
  top: 168px;
  left: 0;
  display: block;
}

.section-8 .step-3 .container {
  position: relative;
  z-index: 2;
}

.section-8 .step-3 .bg {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.section-8 .step-3 .bg .left {
  margin-right: 0;
}

.section-8 .step-3 .bg .left .big-img {
  max-width: 600px;
  max-height: 430px;
}

.section-8 .step-3 .bg .right {
  padding-right: 30px;
  margin-top: 125px;
}

.section-8 .step-3 .bg .right .num {
  right: 9%;
  top: 13%;
}

.section-8 .step-3 .bg .right h2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

.section-8 .step-3 .bg .right .text {
  max-width: 450px;
}

.section-8 .step-3 .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 30px;
}

.section-8 .step-3 .blocks .block {
  max-width: 255px;
  position: relative;
}

.section-8 .step-3 .blocks .block h3 {
  margin-bottom: 50px;
}

.section-8 .step-3 .blocks .block .label {
  right: 15px;
  top: 11%;
}

.section-8 .step-3 .blocks .block img {
  max-width: 255px;
  margin-bottom: 39px;
  display: block;
}

.section-8 .step-3 .blocks .block .header {
  margin-bottom: 35px;
}

.section-8 .step-4 {
  margin-bottom: 100px;
}

.section-8 .step-4 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 125px;
}

.section-8 .step-4 .container .left {
  padding-top: 55px;
  max-width: 350px;
  position: relative;
}

.section-8 .step-4 .container .left h2 {
  margin-bottom: 55px;
  position: relative;
  z-index: 5;
}

.section-8 .step-4 .container .left .num {
  left: -17%;
  top: -2%;
}

.section-8 .step-4 .container .left .text {
  max-width: 360px;
}

.section-8 .step-4 .container .right img {
  max-width: 469px;
}

.section-8 .step-5 {
  position: relative;
  margin-bottom: 100px;
}

.section-8 .step-5:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ebebeb;
  width: 100%;
  height: 203px;
  top: 168px;
  left: 0;
  display: block;
}

.section-8 .step-5 .container {
  position: relative;
  z-index: 2;
}

.section-8 .step-5 .bg {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section-8 .step-5 .bg .left {
  margin-right: 92px;
}

.section-8 .step-5 .bg .left .big-img {
  max-width: 600px;
  max-height: 430px;
}

.section-8 .step-5 .bg .right {
  padding-right: 30px;
  margin-top: 125px;
}

.section-8 .step-5 .bg .right .num {
  right: 16%;
  top: 13%;
}

.section-8 .step-5 .bg .right h2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

.section-8 .step-5 .bg .right .text {
  max-width: 435px;
}

.section-8 .step-5 .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 30px;
}

.section-8 .step-5 .blocks .block {
  max-width: 255px;
  position: relative;
  margin-left: 115px;
}

.section-8 .step-5 .blocks .block h3 {
  margin-bottom: 50px;
}

.section-8 .step-5 .blocks .block .label {
  right: 24px;
  top: 13%;
}

.section-8 .step-5 .blocks .block img {
  max-width: 255px;
  margin-bottom: 39px;
  display: block;
}

.section-8 .step-5 .blocks .block .header {
  margin-bottom: 35px;
}

.section-8 .info {
  padding-left: 125px;
}

.section-8 .info p {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #525259;
  margin: 0;
  max-width: 825px;
}

.section-8 .info p strong {
  color: #a37d59;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.section-8 .info .button {
  background-color: #a37d59;
  color: #ffffff;
  height: 47px;
  max-width: 198px;
  display: inline-block;
  margin-top: 40px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
}

.section-8 .info .button:hover {
  background-color: #707070;
}

.section-9 {
  position: relative;
  margin-bottom: 90px;
}

.section-9:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #a37d59;
  width: 100%;
  height: 93%;
  z-index: 1;
}

.section-9 .container {
  position: relative;
  z-index: 2;
}

.section-9 .container .text {
  padding-top: 50px;
  padding-left: 120px;
  color: #ffffff;
  max-width: 940px;
  margin-bottom: 30px;
}

.section-9 .container .text h2 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 45px;
}

.section-9 .container .text p {
  font-size: 14px;
}

.section-9 .galleries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-9 .galleries .item {
  position: relative;
  max-height: 203px;
  width: 25%;
  cursor: pointer;
  overflow: hidden;
}

.section-9 .galleries .item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-9 .galleries .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-9 .galleries .item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section-9 .galleries .item:hover:before {
  opacity: 0;
  visibility: visible;
}

.section-10 {
  margin-bottom: 97px;
}

.section-10 h2 {
  padding-left: 97px;
  margin-bottom: 74px;
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  line-height: 100%;
  max-width: 650px;
}

.section-10 h2 span {
  color: #a37d59;
}

.section-10 .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 150px;
}

.section-10 .blocks .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: space-between;
  -webkit-box-align: space-between;
  -webkit-align-items: space-between;
  -ms-flex-align: space-between;
  width: 23%;
  position: relative;
  border: 1px dashed #c4c4c4;
  padding: 50px 30px 0;
  min-height: 357px;
}

.section-10 .blocks .block h3 {
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  color: #707070;
  line-height: 120%;
}

.section-10 .blocks .block p {
  font-size: 14px;
  color: #525259;
  margin: 30px 0 0;
}

.section-10 .blocks .block .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -23.5px;
  width: 200px;
  height: 47px;
  background-color: #a37d59;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  padding: 10px;
}

.section-10 .blocks .block .button:hover {
  background-color: #707070;
}

.section-10 .blocks .block:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fafafa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px dashed #c4c4c4;
  border-top: 1px dashed #c4c4c4;
}

.section-10 .blocks .block:last-child {
  border: 0;
}

.section-10 .blocks .block:last-child:after {
  display: none;
}

.section-10 .blocks .block:last-child p {
  margin: 10px 0 0;
}

.section-10 .tech {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-10 .tech .text {
  padding-left: 125px;
}

.section-10 .tech .text h2 {
  font-size: 30px;
  padding-left: 0;
  margin-bottom: 20px;
  max-width: 506px;
}

.section-10 .tech .text .button {
  width: 200px;
  height: 47px;
  background-color: #a37d59;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  padding: 10px;
}

.section-10 .tech .text .button:hover {
  background-color: #707070;
}

.section-10 .tech .right {
  padding-right: 125px;
}

.section-10 .tech .right img {
  max-width: 350px;
}

.catalog-slider .slick-dots > li:only-child {
  display: none;
}

.fancybox__caption .button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 300;
  display: block;
  padding: 10px 5px;
  margin: 0 auto;
  width: 221px;
  text-align: center;
}

.fancybox__caption .button:hover {
  background-color: #ffffff;
  color: #a37d59;
}

.styles-section-1 {
  font-family: "PFSquareSansPro", sans-serif;
  background-color: #ebebeb;
}

.styles-section-1 .container {
  padding: 75px 0 60px 125px;
}

.styles-section-1 .container h1 {
  font-size: 48px;
  font-weight: 100;
  color: #525252;
  line-height: 100%;
  margin-bottom: 20px;
}

.styles-section-1 .container .description {
  font-size: 14px;
  color: #646464;
  margin-bottom: 60px;
  max-width: 730px;
  font-family: "Verdana", sans-serif;
}

.styles-section-1 .container h2 {
  font-weight: 100;
  font-size: 36px;
  color: #707070;
  line-height: 100%;
  max-width: 670px;
}

.styles-section-1 .container h2 span {
  color: #a37d59;
}

.styles-section-slider {
  font-family: "PFSquareSansPro", sans-serif;
}

.styles-section-slider .container {
  position: relative;
  padding: 52px 30px 130px;
}

.styles-section-slider h2 {
  line-height: 100%;
  font-size: 36px;
  font-weight: 100;
  color: #525252;
  margin-bottom: 30px;
}

.styles-section-slider .description {
  margin: 0 0 45px;
  font-size: 14px;
  color: #646464;
  max-width: 730px;
  font-family: "Verdana", sans-serif;
}

.styles-section-slider .styles-slider .inner {
  margin: 0 auto;
  max-width: 542px;
}

.styles-section-slider .styles-slider .img {
  position: relative;
}

.styles-section-slider .styles-slider .img img {
  width: 100%;
  height: 100%;
  max-height: 417px;
  position: relative;
  z-index: 1;
}

.styles-section-slider .styles-slider .img:hover:before {
  opacity: 0;
  visibility: hidden;
}

.styles-section-slider .styles-slider .img:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.styles-section-slider .styles-slider .img .text {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 3;
  color: #ffffff;
  font-size: 24px;
  line-height: 120%;
}

.styles-section-slider .styles-slider .img .text .title {
  margin: 0;
}

.styles-section-slider .styles-slider .img .text .cost {
  margin: 0;
}

.styles-section-slider .styles-slider .content {
  margin-top: 30px;
  padding-right: 2px;
}

.styles-section-slider .styles-slider .content p {
  margin: 0;
  font-size: 14px;
  color: #646464;
  line-height: 100%;
  font-family: "Verdana", sans-serif;
}

.styles-section-slider .styles-slider .content p:first-child {
  margin: 0 0 20px;
}

.styles-section-slider .styles-slider .content p strong {
  font-weight: 700;
}

.styles-section-slider .styles-slider .slick-arrow {
  position: absolute;
  top: 35%;
  background: transparent;
  color: transparent;
  border: 0;
  outline: none;
  font-size: 0;
  z-index: 10;
}

.styles-section-slider .styles-slider .slick-arrow:before {
  content: "";
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.styles-section-slider .styles-slider .slick-arrow:after {
  width: 19px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.styles-section-slider .styles-slider .slick-arrow:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.styles-section-slider .styles-slider .slick-arrow.slick-prev {
  left: -30px;
}

.styles-section-slider .styles-slider .slick-arrow.slick-prev:after {
  content: url("../images/icons/arrow-left.png");
}

.styles-section-slider .styles-slider .slick-arrow.slick-next {
  right: -30px;
}

.styles-section-slider .styles-slider .slick-arrow.slick-next:after {
  content: url("../images/icons/arrow-right.png");
}

.styles-section-slider.gray {
  background-color: #d9d9d9;
}

.styles-section-slider.white .description {
  max-width: 950px;
}

.styles-section-help {
  font-family: "PFSquareSansPro", sans-serif;
}

.styles-section-help .help {
  position: relative;
  padding-left: 125px;
  margin-bottom: 112px;
}

.styles-section-help .help img {
  max-width: 539px;
}

.styles-section-help .help .text {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  padding: 60px;
  max-width: 446px;
}

.styles-section-help .help .text h2 {
  font-size: 36px;
  color: #525252;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 38px;
}

.styles-section-help .help .text p {
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  color: #646464;
  max-width: 320px;
  margin: 0 auto 30px;
  font-family: "Verdana", sans-serif;
}

.styles-section-help .help .text .button {
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background-color: #a37d59;
  margin: 0 auto;
}

.styles-section-help .help .text .button:hover {
  background-color: #707070;
}

.go-back {
  font-family: "PFSquareSansPro", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 95px;
}

.go-back h3 {
  font-weight: 100;
  font-size: 36px;
  color: #525259;
  line-height: 100%;
}

.go-back .button {
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background-color: #a37d59;
  margin-left: 65px;
}

.go-back .button:hover {
  background-color: #707070;
}

.production-section-1 {
  background-color: #ebebeb;
  font-family: "PFSquareSansPro", sans-serif;
}

.production-section-1 .container {
  padding: 75px 0 60px 125px;
}

.production-section-1 .container h1 {
  font-size: 48px;
  font-weight: 100;
  color: #525252;
  line-height: 100%;
  margin-bottom: 20px;
}

.production-section-1 .container .description {
  font-size: 14px;
  color: #646464;
  margin-bottom: 60px;
  max-width: 735px;
  font-family: "Verdana", sans-serif;
}

.production-steps {
  padding: 85px 0 50px;
  font-family: "PFSquareSansPro", sans-serif;
}

.production-steps .step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 106px;
}

.production-steps .step .content {
  max-width: 375px;
}

.production-steps .step .content h2 {
  line-height: 100%;
  font-weight: 100;
  font-size: 36px;
  color: #525252;
  margin-bottom: 40px;
}

.production-steps .step .content .text {
  font-size: 14px;
  color: #646464;
  font-family: "Verdana", sans-serif;
}

.production-steps .step .img {
  position: relative;
}

.production-steps .step .img img {
  position: relative;
  z-index: 1;
  max-width: 541px;
}

.production-steps .step .img .text {
  width: 286px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 24px;
  line-height: 100%;
  font-weight: 100;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
  z-index: 2;
}

.production-steps .step:nth-child(odd) .content {
  order: 1;
  padding-left: 30px;
}

.production-steps .step:nth-child(odd) .img {
  order: 2;
  margin-right: 125px;
}

.production-steps .step:nth-child(even) .content {
  order: 2;
  padding-right: 30px;
}

.production-steps .step:nth-child(even) .img {
  order: 1;
  margin-left: 125px;
}

.wardrobes.section-3 .catalog-slider .catalog-grid .item .mobile .button {
  width: 255px;
}

.wardrobes.section-4 {
  background-image: url("../images/wardrobes/seciton-4.jpg");
}

.wardrobes-section-5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 110px;
  padding: 0 30px;
}

.wardrobes-section-5 .mobile {
  display: none;
}

.wardrobes-section-5 .button {
  background-color: #a37d59;
  color: #fff;
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.wardrobes-section-5 .button:hover {
  background-color: #707070;
}

.wardrobes-section-5 .left {
  padding-top: 30px;
}

.wardrobes-section-5 .left h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  max-width: 285px;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.wardrobes-section-5 .left .text {
  font-size: 14px;
  color: #525259;
  max-width: 270px;
  margin: 36px 0 70px;
}

.wardrobes-section-5 .right {
  width: 100%;
  max-width: 725px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider {
  margin-bottom: 45px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider h4 {
  font-size: 14px;
  color: #525259;
  margin-bottom: 20px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider img {
  display: block;
  width: 100%;
  margin-right: 30px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider img:last-child {
  margin-right: 0;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider.slider-1 {
  max-width: 620px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider.slider-1 img {
  height: 178px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider.slider-2 img {
  height: 142px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider.slider-3 {
  max-width: 551px;
}

.wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider.slider-3 img {
  height: 143px;
}

.wardrobes-section-6 {
  overflow: hidden;
}

.wardrobes-section-6 .text-block {
  padding-left: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 70px;
}

.wardrobes-section-6 .text-block .left h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.wardrobes-section-6 .text-block .left .text {
  font-size: 14px;
  color: #525259;
  max-width: 450px;
  margin-top: 45px;
}

.wardrobes-section-6 .text-block .right {
  padding-left: 106px;
}

.wardrobes-section-6 .text-block .right .all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.wardrobes-section-6 .text-block .right .all .text {
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  font-size: 30px;
  color: #707070;
  line-height: 1.2;
}

.wardrobes-section-6 .text-block .right .all .arrow {
  display: inline-block;
  margin-left: 13px;
}

.wardrobes-section-6 .wardrobes-facade-slider-block {
  position: relative;
  margin-bottom: 195px;
  width: 1920px;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner {
  width: 250px;
  margin: 0 15px;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner .title {
  font-size: 14px;
  color: #525259;
  margin: 0 0 10px 20px;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner img {
  width: 100%;
  height: 100%;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow {
  position: absolute;
  bottom: -20px;
  background: transparent;
  color: transparent;
  border: 0;
  outline: none;
  font-size: 0;
  z-index: 10;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow:before {
  content: "";
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow:after {
  width: 19px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-prev {
  left: calc(50% - 415px);
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-prev:after {
  content: url("../images/icons/arrow-left.png");
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-next {
  left: calc(50% - 360px);
}

.wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-next:after {
  content: url("../images/icons/arrow-right.png");
}

.wardrobes-section-6 .wardrobes-facade-slider-block .button {
  background-color: #a37d59;
  color: #fff;
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
  position: absolute;
  left: calc(50% - 200px);
  bottom: -20px;
}

.wardrobes-section-6 .wardrobes-facade-slider-block .button:hover {
  background-color: #707070;
}

.wardrobes-variants {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 38px 0 30px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 125px;
}

.wardrobes-variants .left h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  max-width: 350px;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.wardrobes-variants .left .text {
  font-size: 14px;
  color: #525259;
  max-width: 420px;
  margin: 80px 0 0;
}

.wardrobes-variants .left .text p {
  margin: 0;
}

.wardrobes-variants .left .text ol {
  margin-top: 30px;
  padding-left: 18px;
  margin-bottom: 0;
}

.accessories {
  margin-bottom: 125px;
}

.accessories .text-block {
  padding-left: 125px;
  margin-bottom: 75px;
}

.accessories .text-block h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.accessories .text-block .text {
  font-size: 14px;
  color: #525259;
  max-width: 480px;
  margin: 30px 0 0;
}

.accessories .items {
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.accessories .items .item {
  max-width: 255px;
}

.accessories .items .item img {
  margin-bottom: 30px;
  display: block;
  max-width: 255px;
  height: 316px;
}

.accessories .items .item .info {
  font-size: 14px;
  color: #525259;
}

.accessories {
  margin-bottom: 125px;
}

.accessories .text-block {
  padding-left: 125px;
  margin-bottom: 75px;
}

.info-text-2 {
  margin-bottom: 125px;
}

.info-text-2 .text-block {
  padding-left: 125px;
  margin-bottom: 75px;
}

.info-text-2 .text-block h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.info-text-2 .text-block .text {
  font-size: 14px;
  color: #525259;
  max-width: 480px;
  margin: 30px 0 0;
}

.info-text-2 .items {
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.info-text-2 .items .item {
  width: 45%;
}

.info-text-2 .items .item img {
  margin-bottom: 30px;
  display: block;
  max-width: 255px;
  height: 316px;
}

.info-text-2 .items .item .info {
  font-size: 14px;
  color: #525259;
}

.info-text-2 {
  margin-bottom: 125px;
}

.info-text-2 .text-block {
  padding-left: 125px;
  margin-bottom: 75px;
}

.dressing-room.section-3 .catalog-slider .catalog-grid .item .mobile .button {
  width: 310px;
}

.dressing-room.section-4 {
  background-image: url("../images/dressing-room/section-4.jpg");
}

.dressing-room-section-5 {
  padding-bottom: 90px;
}

.dressing-room-section-5 .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.dressing-room-section-5 .first-line .left {
  padding-left: 30px;
  padding-top: 100px;
}

.dressing-room-section-5 .first-line .left h2 {
  font-weight: 300;
  font-size: 36px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
  max-width: 210px;
}

.dressing-room-section-5 .first-line .left .text {
  font-size: 14px;
  color: #525259;
  max-width: 290px;
  margin: 40px 0 60px;
}

.dressing-room-section-5 .first-line .left .button {
  background-color: #a37d59;
  color: #fff;
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-family: "PFSquareSansPro", sans-serif;
  line-height: 100%;
}

.dressing-room-section-5 .first-line .left .button:hover {
  background-color: #707070;
}

.dressing-room-section-5 .first-line .right {
  position: relative;
}

.dressing-room-section-5 .first-line .right .text {
  position: absolute;
  bottom: 90px;
  right: 90px;
  font-size: 14px;
  color: #525259;
  max-width: 285px;
  width: 280px;
}

.dressing-room-section-5 .second-line .text {
  font-size: 14px;
  color: #525259;
}

.dressing-room-section-5 .second-line .left {
  padding-left: 100px;
}

.dressing-room-section-5 .second-line .left .text {
  max-width: 190px;
  position: relative;
  top: -25px;
}

.dressing-room-section-5 .second-line .right {
  padding-top: 20px;
  margin-left: 66px;
}

.dressing-room-section-5 .second-line .right .text {
  bottom: 30px;
  position: relative;
  left: 45px;
}

.contacts-section-1 {
  background-color: #ebebeb;
  font-family: "PFSquareSansPro", sans-serif;
}

.contacts-section-1 .container {
  padding: 75px 0 30px 125px;
}

.contacts-section-1 .container h1 {
  font-size: 48px;
  font-weight: 100;
  color: #525252;
  line-height: 100%;
  margin-bottom: 20px;
}

.contacts-section-1 .container .description {
  font-size: 14px;
  color: #646464;
  margin-bottom: 60px;
  max-width: 735px;
  font-family: "Verdana", sans-serif;
}

.contacts-section-1 .container .icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 825px;
}

.contacts-section-1 .container .icons .icon {
  max-width: 33.333%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

.contacts-section-1 .container .icons .icon .img {
  width: 58px;
  text-align: center;
  margin-right: 15px;
}

.contacts-section-1 .container .icons .icon .img img {
  display: block;
  margin: 0 auto;
}

.contacts-section-1 .container .icons .icon .text {
  color: #646464;
  font-size: 14px;
  max-width: 180px;
  font-family: "Verdana", sans-serif;
}

.contacts-section-2 {
  padding: 85px 125px 95px 30px;
}

.contacts-section-2 h2 {
  color: #525259;
  font-size: 36px;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 50px;
}

.contacts-section-2 .description {
  color: #646464;
  font-size: 14px;
  margin-bottom: 75px;
}

.contacts-section-2 .contacts-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 47px;
}

.contacts-section-2 .contacts-list .item:last-child {
  margin-bottom: 0;
}

.contacts-section-2 .contacts-list .item .img {
  width: 255px;
  height: 163px;
  margin-right: 30px;
}

.contacts-section-2 .contacts-list .item .img img {
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contacts-section-2 .contacts-list .item .text {
  max-width: 475px;
}

.contacts-section-2 .contacts-list .item .text p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #646464;
  line-height: 100%;
}

.contacts-section-2 .contacts-list .item .text p:last-child {
  margin: 0;
}

.contacts-section-2 .contacts-list .item .text .title {
  margin: 0 0 20px;
  font-size: 30px;
  color: #525259;
  font-family: "PFSquareSansPro", sans-serif;
  font-weight: 100;
}

.contacts-section-2 .contacts-list .item .actions {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.contacts-section-2 .contacts-list .item .actions .phone {
  font-size: 24px;
  color: #646464;
  line-height: 100%;
  margin-bottom: 20px;
}

.contacts-section-2 .contacts-list .item .actions .button {
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background-color: #a37d59;
}

.contacts-section-2 .contacts-list .item .actions .button:hover {
  background-color: #707070;
}

.contacts-section-3 {
  background-color: #ebebeb;
  max-height: 400px;
  margin-bottom: 88px;
}

.contacts-section-3 .container {
  padding: 0 15px;
}

.pay-section-1 {
  background-color: #ebebeb;
  font-family: "PFSquareSansPro", sans-serif;
}

.pay-section-1 .container {
  padding: 75px 0 78px 125px;
  position: relative;
}

.pay-section-1 .container:after {
  content: url("../images/pay/1.png");
  width: 550px;
  height: 420px;
  right: 18px;
  top: 54px;
  position: absolute;
  z-index: 1;
}

.pay-section-1 .container h1 {
  font-size: 48px;
  font-weight: 100;
  color: #525252;
  line-height: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.pay-section-1 .container .description {
  font-size: 14px;
  color: #646464;
  margin-bottom: 73px;
  max-width: 735px;
  font-family: "Verdana", sans-serif;
  position: relative;
  z-index: 2;
}

.pay-section-1 .container .pay-form {
  position: relative;
  z-index: 2;
}

.pay-section-1 .container .pay-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.pay-section-1 .container .pay-form form .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  max-width: 330px;
}

.pay-section-1 .container .pay-form form .left input {
  display: block;
  outline: none;
  font-size: 18px;
  color: #707070;
  line-height: 100%;
  font-family: "PFSquareSansPro", sans-serif;
  background: transparent;
  max-width: 318px;
  border: 1px solid #b2b2b2;
  height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
}

.pay-section-1 .container .pay-form form .left input::placeholder {
  font-family: "PFSquareSansPro", sans-serif;
  font-size: 18px;
  color: #707070;
  opacity: 1;
}

.pay-section-1 .container .pay-form form .left input:-ms-input-placeholder {
  font-family: "PFSquareSansPro", sans-serif;
  font-size: 18px;
  color: #707070;
}

.pay-section-1 .container .pay-form form .left input::-ms-input-placeholder {
  font-family: "PFSquareSansPro", sans-serif;
  font-size: 18px;
  color: #707070;
}

.pay-section-1 .container .pay-form form .left .text strong {
  font-size: 18px;
  font-weight: 700;
  color: #646464;
  line-height: 100%;
  display: block;
  font-family: "Verdana", sans-serif;
}

.pay-section-1 .container .pay-form form .left .text p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #646464;
  line-height: 100%;
  font-family: "Verdana", sans-serif;
}

.pay-section-1 .container .pay-form form .right {
  margin-left: 90px;
  padding-top: 57px;
}

.pay-section-1 .container .pay-form form .right .button {
  width: 200px;
  height: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background-color: #a37d59;
}

.pay-section-1 .container .pay-form form .right .button:hover {
  background-color: #707070;
}

.pay-section-2 {
  padding: 43px 0 113px;
}

.pay-section-2 .description {
  font-size: 12px;
  color: #646464;
  font-family: "Verdana", sans-serif;
  margin-bottom: 125px;
}

.pay-section-2 .description img {
  display: block;
  margin-top: 10px;
}

.pay-section-2 .shipping {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 30px 0 125px;
}

.pay-section-2 .shipping .content {
  max-width: 375px;
}

.pay-section-2 .shipping .content h2 {
  line-height: 100%;
  font-weight: 100;
  font-size: 36px;
  color: #525252;
  margin-bottom: 40px;
  font-family: "PFSquareSansPro", sans-serif;
}

.pay-section-2 .shipping .content .text {
  font-size: 14px;
  color: #646464;
  font-family: "Verdana", sans-serif;
}

.pay-section-2 .shipping .img {
  position: relative;
}

.pay-section-2 .shipping .img img {
  position: relative;
  z-index: 1;
  max-width: 541px;
}

.pay-section-2 .shipping .img .text {
  width: 286px;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #a37d59;
  color: #ffffff;
  font-size: 24px;
  line-height: 100%;
  font-weight: 100;
  position: absolute;
  left: 50%;
  font-family: "PFSquareSansPro", sans-serif;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .section-5 .wrap-slider {
    left: 39%;
  }
}

@media screen and (max-width: 1250px) {
  .section-5 .wrap-slider {
    left: 38%;
  }
}

@media screen and (max-width: 1600px) {
  .section-6 .img-step-1 {
    width: 54%;
  }
}

@media screen and (max-width: 1024px) {
  .section-11 {
    padding: 0 25px;
  }

  .section-2 .blocks .block {
    width: 32.333%;
  }

  .section-3 {
    padding: 0 20px;
  }

  .section-3 .more {
    left: 100px;
  }

  .section-3 .header {
    padding: 0 30px 0 20px;
  }

  .section-3 .catalog-slider .catalog-grid .item .hover {
    padding: 10px;
  }

  .section-3 .catalog-slider .catalog-grid .item .hover .description {
    margin-bottom: 10px;
  }

  .section-3 .catalog-slider .catalog-grid .item .hover .cost {
    margin-bottom: 10px;
  }

  .section-4 .container .wrap-seller {
    padding: 50px 40px;
  }

  .section-5 .container {
    width: 940px;
  }

  .section-6 .buttons {
    margin-left: 20px;
  }

  .section-7 h2 {
    font-size: 36px;
  }

  .section-8 {
    padding: 0 20px;
  }

  .section-8 .step-1 .text .big-img {
    max-width: 460px;
    max-height: 477px;
  }

  .section-8 .step-2 {
    padding-left: 0;
    margin-bottom: 75px;
  }

  .section-8 .step-2 .num {
    left: 0;
    top: -12%;
  }

  .section-8 .step-3 .bg .left .big-img {
    max-width: 500px;
    max-height: 430px;
  }

  .section-8 .step-3 .blocks .block {
    max-width: 180px;
    position: relative;
  }

  .section-8 .step-3 .blocks .block img {
    max-width: 100%;
  }

  .section-8 .step-5 .bg .left .big-img {
    max-width: 500px;
    max-height: 430px;
  }

  .section-8 .step-5 .blocks .block {
    margin-left: 20px;
  }

  .section-8 .info {
    padding-left: 20px;
  }

  .section-8 h3 {
    font-size: 24px;
  }

  .section-9 .galleries {
    padding: 0 20px;
    margin-bottom: 100px;
  }

  .section-10 .blocks .block h3 {
    font-size: 30px;
  }

  .section-10 .tech .text {
    padding-left: 60px;
  }

  .section-10 .tech .right {
    padding-right: 50px;
  }

  .styles-section-slider .styles-slider .inner {
    max-width: 450px;
  }

  .wardrobes-section-5 {
    padding: 0 20px;
  }

  .wardrobes-section-5 .right {
    max-width: 695px;
  }

  .accessories .items .item {
    max-width: 24%;
  }

  .accessories .items .item img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 786px) {
  .section-8 {
    padding: 0;
  }

  .section-8 .container {
    padding: 0 40px;
  }

  .section-8 h2 {
    display: none;
  }

  .section-8 .num {
    display: none;
  }

  .section-8 .step-1 {
    margin-bottom: 60px;
  }

  .section-8 .step-1 .text {
    margin-top: 40px;
  }

  .section-8 .step-1 .text .big-img {
    display: none;
  }

  .section-8 .step-1 .text .inner {
    padding-right: 0;
    display: block;
  }

  .section-8 .step-1 .text .inner p {
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0 30px;
  }

  .section-8 .step-1 .text .inner .small-img {
    margin: 0 auto;
  }

  .section-8 .item {
    text-align: center;
  }

  .section-8 .item .text {
    text-align: center;
    display: none;
  }

  .section-8 .spoiler {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .section-8 .spoiler .title {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #707070;
    text-decoration-thickness: 1px;
    color: #707070;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .section-8 .spoiler img {
    display: inline-block;
    margin: 0 0 0 20px !important;
  }

  .section-8 .spoiler:hover .title {
    color: #a37d59;
  }

  .section-8 .spoiler.open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-8 .step-0 {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .section-8 .step-0 h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 70px;
  }

  .section-8 .step-0 .text {
    max-width: 70%;
    margin: 0 auto;
    display: block !important;
  }

  .section-8 .step-2 {
    margin-bottom: 60px;
  }

  .section-8 .step-2 .text {
    margin-top: 40px;
  }

  .section-8 .step-2 .text .block {
    position: relative;
  }

  .section-8 .step-2 .text .block h3 {
    margin-left: 0;
  }

  .section-8 .step-2 .text .block .label {
    z-index: 2;
  }

  .section-8 .step-2 .text .block-1 {
    max-width: 100%;
    margin-bottom: 75px;
    padding: 0 30px;
  }

  .section-8 .step-2 .text .block-2 {
    margin-bottom: 75px;
    max-width: 100%;
  }

  .section-8 .step-2 .text .block-2:after {
    content: "";
    width: calc(100% + 80px);
    height: 160px;
    background-color: #ebebeb;
    position: absolute;
    left: -40px;
    top: 37%;
    z-index: 1;
  }

  .section-8 .step-2 .text .block-2 .img-block {
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-2 .text .block-2 .img-block .info {
    text-align: left;
  }

  .section-8 .step-2 .text .block-2 .inner {
    text-align: left;
    position: relative;
    z-index: 2;
    max-width: 43%;
    margin: 38px auto 0;
  }

  .section-8 .step-2 .text .block-3 {
    max-width: 100%;
  }

  .section-8 .step-2 .text .block-3:after {
    content: "";
    width: calc(100% + 80px);
    height: 160px;
    background-color: #ebebeb;
    position: absolute;
    left: -40px;
    top: 37%;
    z-index: 1;
  }

  .section-8 .step-2 .text .block-3 .img-block {
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-2 .text .block-3 .img-block .info {
    text-align: left;
  }

  .section-8 .step-2 .text .block-3 .inner {
    text-align: left;
    position: relative;
    z-index: 2;
    max-width: 43%;
    margin: 38px auto 0;
  }

  .section-8 .step-3 {
    margin-bottom: 60px;
  }

  .section-8 .step-3:before {
    display: none;
  }

  .section-8 .step-3 .bg {
    margin-bottom: 60px;
  }

  .section-8 .step-3 .bg .left {
    display: none;
  }

  .section-8 .step-3 .bg .right {
    padding-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .section-8 .step-3 .bg .right .text {
    max-width: 100%;
    margin-top: 40px;
  }

  .section-8 .step-3 .blocks .block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 48px;
  }

  .section-8 .step-3 .blocks .block:after {
    content: "";
    width: calc(100% + 80px);
    height: 160px;
    background-color: #ebebeb;
    position: absolute;
    left: -40px;
    top: 56%;
    z-index: 1;
  }

  .section-8 .step-3 .blocks .block .label {
    z-index: 3;
    right: 13%;
    top: 6%;
  }

  .section-8 .step-3 .blocks .block:last-child {
    margin-bottom: 0;
  }

  .section-8 .step-3 .blocks .block h3 {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-3 .blocks .block img {
    max-width: 100%;
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-3 .blocks .block .header {
    text-align: left;
    width: 85%;
    margin: 30px auto 35px;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-3 .blocks .block .header p {
    width: 100%;
    margin: 0;
  }

  .section-8 .step-3 .blocks .block p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-4 {
    margin-bottom: 60px;
    padding-left: 0;
  }

  .section-8 .step-4 .container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0 75px;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .section-8 .step-4 .container .left {
    width: 100%;
    padding-top: 0;
    max-width: 100%;
  }

  .section-8 .step-4 .container .left .text {
    margin-top: 40px;
    max-width: 100%;
  }

  .section-8 .step-4 .container .right {
    width: 100%;
    padding-right: 0;
    margin-top: 35px;
  }

  .section-8 .step-4 .container .right img {
    max-width: 100%;
  }

  .section-8 .step-5 {
    margin-bottom: 60px;
  }

  .section-8 .step-5:before {
    display: none;
  }

  .section-8 .step-5 .bg {
    margin-bottom: 50px;
  }

  .section-8 .step-5 .bg .left {
    display: none;
  }

  .section-8 .step-5 .bg .right {
    padding-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .section-8 .step-5 .bg .right .text {
    max-width: 100%;
    margin-top: 40px;
    padding: 0 30px;
  }

  .section-8 .step-5 .blocks .block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 48px;
    margin-left: 0;
  }

  .section-8 .step-5 .blocks .block:after {
    content: "";
    width: calc(100% + 80px);
    height: 160px;
    background-color: #ebebeb;
    position: absolute;
    left: -40px;
    top: 56%;
    z-index: 1;
  }

  .section-8 .step-5 .blocks .block .label {
    z-index: 3;
    right: 13%;
    top: 9%;
  }

  .section-8 .step-5 .blocks .block:last-child {
    margin-bottom: 0;
  }

  .section-8 .step-5 .blocks .block h3 {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-5 .blocks .block img {
    max-width: 100%;
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-5 .blocks .block .header {
    text-align: left;
    width: 85%;
    margin: 30px auto 35px;
    position: relative;
    z-index: 2;
  }

  .section-8 .step-5 .blocks .block .header p {
    width: 100%;
    margin: 0;
  }

  .section-8 .step-5 .blocks .block p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .section-8 .info {
    text-align: center;
    padding: 0 55px;
  }

  .section-8 .info p {
    font-size: 30px;
  }

  .section-8 .info p strong {
    font-size: 36px;
  }

  .section-8 .info p:last-child strong {
    font-size: 30px;
  }

  .section-8 .info .button {
    margin: 50px auto 0;
  }

  .production-steps .step .content {
    padding: 0 20px !important;
  }

  .wardrobes-variants {
    display: none;
  }

  .icon_phone.desktop-icon-phone {
    display: none;
  }

  .icon_phone.mobile-icon-phone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 106px;
  }

  .main-header {
    display: none;
  }

  .mobile-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 20px 30px;
    background-color: #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  .mobile-header .menu-icon {
    width: 28px;
  }

  .mobile-header .menu-icon img {
    display: block;
    margin: 0;
    max-width: 28px;
  }

  .mobile-header .menu-icon .open {
    display: block;
  }

  .mobile-header .menu-icon .close {
    display: none;
  }

  .mobile-header .menu-icon.open .open {
    display: none;
  }

  .mobile-header .menu-icon.open .close {
    display: block;
  }

  .mobile-header .logo img {
    max-height: 58px;
  }

  .mobile-header .whatsapp img {
    max-height: 41px;
  }

  .mobile-header .mobile-menu {
    position: fixed;
    left: -100%;
    height: 100%;
    overflow-y: auto;
    width: 80%;
    z-index: 999;
    top: 104px;
    background-color: #303436;
    padding: 20px 20px 126px 20px;
    color: #b2b2b2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mobile-header .mobile-menu .geo {
    margin-bottom: 10px;
  }

  .mobile-header .mobile-menu .geo a {
    border-bottom: 1px dashed #707070;
    line-height: 1.2;
    font-size: 14px;
    color: #ffffff;
  }

  .mobile-header .mobile-menu nav {
    border-bottom: 2px solid #a37d59;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .mobile-header .mobile-menu nav a {
    display: inline-block;
    font-size: 20px;
    margin: 10px 0;
  }

  .mobile-header .mobile-menu nav a img {
    display: inline-block;
    margin-right: 10px;
  }

  .mobile-header .mobile-menu.show {
    left: 0;
  }

  .section-11 {
    background: transparent;
    padding: 0;
  }

  .section-11 .blocks {
    display: none;
  }

  .section-11 .container {
    padding: 0;
  }

  .section-11 .callback {
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 20px;
    width: calc(100% - 40px);
    justify-content: center;
    -webkit-justify-content: center;
  }

  .section-11 .callback .field {
    margin-bottom: 20px;
    min-width: 70%;
  }

  .main-footer {
    padding: 221px 20px 74px;
    background-color: #ebebeb;
  }

  .main-footer .container.desktop {
    display: none;
  }

  .main-footer .container.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .main-footer .container.mobile .phone {
    color: #a37d59;
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 26px;
  }

  .main-footer .container.mobile .phone:hover {
    color: #707070;
  }

  .main-footer .container.mobile .callback {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 40px;
    line-height: 100%;
  }

  .main-footer .container.mobile .callback img {
    margin-right: 10px;
  }

  .main-footer .container.mobile .callback span {
    font-size: 18px;
    color: #797979;
  }

  .main-footer .container.mobile .callback:hover span {
    color: #a37d59;
  }

  .main-footer .container.mobile .socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 68px;
  }

  .main-footer .container.mobile .socials a {
    margin-right: 15px;
  }

  .main-footer .container.mobile .socials a img {
    max-height: 30px;
  }

  .main-footer .container.mobile .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 50px;
  }

  .main-footer .container.mobile .menu a {
    color: #797979;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .main-footer .container.mobile .menu a:hover {
    text-decoration: underline;
    color: #a37d59;
  }

  .main-footer .container.mobile .menu a:nth-child(1) {
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 600;
  }

  .main-footer .container.mobile .menu a:nth-child(2) {
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 600;
  }

  .main-footer .container.mobile .menu a:nth-child(3) {
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 600;
  }

  .main-footer .container.mobile .copyright {
    font-size: 12px;
    color: #797979;
    max-width: 270px;
    text-align: center;
    margin-bottom: 28px;
  }

  .main-footer .container.mobile .private-policy {
    text-decoration: underline;
    font-size: 12px;
    color: #797979;
    text-align: center;
  }

  .main-footer .container.mobile .private-policy:hover {
    color: #a37d59;
    text-decoration: none;
  }

  .section-1 .section-1-slider .container {
    position: relative;
  }

  .section-1 .section-1-slider .container .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    padding: 35px 40px;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  .section-1 .section-1-slider .container .text h1 {
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
  }

  .section-1 .section-1-slider .container .text h1 span {
    font-size: 36px;
    line-height: 100%;
    white-space: normal;
  }

  .section-1 .section-1-slider .container .mobile-button {
    display: block;
    background-color: #986e47;
    width: 217px;
    height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 18px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 300;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 110px;
    z-index: 2;
    color: #ffffff;
  }

  .section-1 .section-1-slider .container .mobile-button:hover {
    background-color: #fafafa;
    color: #986e47;
  }

  .section-1 .section-1-slider .slick-dots {
    display: none !important;
  }

  .section-1 .wrap-icons {
    text-align: center;
  }

  .section-1 .wrap-icons .icons {
    width: 100%;
    padding: 20px;
    margin: 0;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }

  .section-1 .wrap-icons .icons:before {
    left: calc(50% - 20px);
  }

  .section-1 .wrap-icons .icons .icon {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0;
  }

  .section-1 .wrap-icons .icons .icon .img {
    height: 50px;
  }

  .section-1 .wrap-icons .icons .icon img {
    display: block;
    margin: 0 auto;
  }

  .section-1 .wrap-icons .icons .icon p {
    line-height: 100%;
    text-align: center;
    margin: 5px 0 0;
  }

  .section-2 {
    padding: 30px 60px 80px;
  }

  .section-2 .cost {
    color: #707070;
    font-size: 36px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 55px;
    text-align: center;
    padding: 0;
  }

  .section-2 .blocks {
    display: none;
  }

  .section-2 .mobile {
    display: block;
    text-align: center;
  }

  .section-2 .mobile .title {
    margin: 30px 0 0;
    text-align: center;
    font-size: 14px;
    color: #525259;
  }

  .section-2 .mobile .button {
    margin: 10px auto 0;
    width: 200px;
    font-size: 18px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    background-color: #986e47;
    color: #ffffff;
    height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .section-2 .mobile img {
    display: block;
    margin: 20px auto;
    position: relative;
    left: -60px;
  }

  .section-3 {
    padding: 0;
  }

  .section-3 .header {
    padding: 0;
  }

  .section-3 .header h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
  }

  .section-3 .header .examples {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .section-3 .header .examples .show {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .section-3 .header .examples .show .text {
    font-size: 30px;
  }

  .section-3 .header .examples .show .arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .section-3 .header .examples .list {
    width: 100%;
    margin-top: 20px;
    max-height: 0;
    padding: 0 10px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .section-3 .header .examples .list a {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .section-3 .header .examples .list a:last-child {
    margin-bottom: 0;
  }

  .section-3 .header .examples.open .show .arrow {
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-3 .header .examples.open .list {
    width: 100%;
    max-height: 164px;
    -webkit-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
  }

  .section-3 .header .filters {
    padding: 0 30px;
  }

  .filter.search {
    display: none;
  }

  .filter-categories {
    width: 100%;
    justify-content: space-between;
  }

  .section-3 .catalog-slider .slick-dots {
    display: none !important;
  }

  .section-3 .catalog-slider .catalog-grid {
    margin-top: 0;
  }

  .section-3 .catalog-slider .catalog-grid .item {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 15px;
  }

  .section-3 .catalog-slider .catalog-grid .item .text {
    display: none;
  }

  .section-3 .catalog-slider .catalog-grid .item .hover {
    display: none;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile {
    display: block;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav {
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    z-index: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav {
    border: 1px solid #986e47;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 300;
    color: #707070;
    line-height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav:hover {
    background-color: #986e47;
    color: #ffffff;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav:hover:after {
    content: "";
    border: 13px solid transparent;
    border-top: 13px solid #986e47;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: 1;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav.active {
    background-color: #986e47;
    color: #ffffff;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav.active:after {
    content: "";
    border: 13px solid transparent;
    border-top: 13px solid #986e47;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: 1;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content {
    position: absolute;
    top: 55px;
    right: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    left: 0;
    z-index: 4;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content {
    display: none;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .description,
  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .variants {
    display: none;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .model {
    margin: 0;
    font-size: 18px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content .cost {
    margin: 0;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 100%;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-content .tab-content.active {
    display: block;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .button {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -23.5px;
    z-index: 4;
    background-color: #a37d59;
    color: #ffffff;
    font-size: 18px;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 300;
    display: block;
    padding: 10px 5px;
    width: 221px;
    text-align: center;
    font-family: "PFSquareSansPro", sans-serif;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .button:hover {
    background-color: #ffffff;
    color: #a37d59;
  }

  .section-3 .catalog-slider .catalog-grid .item .actions {
    bottom: -23.5px;
  }

  .section-3 .catalog-slider .catalog-grid .item .actions .view-project {
    display: none;
  }

  .section-3 .more {
    left: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 240px;
    text-align: center;
  }

  .wardrobes.section-3 .more {
    max-width: 250px;
  }

  .dressing-room.section-3 .more {
    max-width: 275px;
  }

  .section-4 {
    margin-bottom: 290px;
  }

  .section-4 .container .wrap-content {
    padding: 55px;
  }

  .section-4 .container .wrap-content h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-4 .container .wrap-content .blocks {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .section-4 .container .wrap-content .blocks .block {
    max-width: 40%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .section-4 .container .wrap-seller {
    padding: 56px 50px;
    top: calc(100% - 40px);
    bottom: auto;
  }

  .section-4 .container .wrap-seller:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-4 .container .wrap-seller h3 {
    font-size: 28px;
    margin-bottom: 33px;
  }

  .section-4 .container .wrap-seller .seller {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .section-4 .container .wrap-seller .seller .text {
    width: 100%;
    font-size: 18px;
  }

  .section-4 .container .wrap-seller .seller .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -23.5px;
    padding: 0 10px;
    max-width: 254px;
    width: 100%;
  }

  .section-5 {
    margin-bottom: 100px;
  }

  .section-5 .container {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .section-5 .content h2 {
    max-width: 100%;
  }

  .section-5 .content .text {
    margin: 0 auto;
    max-width: 70%;
  }

  .section-5 .content .button {
    display: inline-block;
    margin-top: 558px;
  }

  .section-5 .wrap-slider {
    width: 100%;
    left: 0;
    top: 150px;
  }

  .section-5 .wrap-slider .right-center-slider .inner {
    position: relative;
    width: 351px;
    height: 478px;
    margin: 0 auto;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }

  .section-5 .wrap-slider .right-center-slider .inner img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    opacity: 1;
    z-index: 3;
    left: 0;
    right: 0;
  }

  .section-5 .wrap-slider .right-center-slider .inner .text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 4;
  }

  .section-5 .wrap-slider .right-center-slider .inner .text .title {
    font-size: 36px;
  }

  .section-5 .wrap-slider .right-center-slider .inner .text .description {
    font-size: 18px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner {
    position: relative;
    width: 351px;
    height: 478px;
    margin: 0 auto;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    opacity: 1;
    z-index: 3;
    left: 0;
    right: 0;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner .text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 4;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner .text .title {
    font-size: 36px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner .text .description {
    font-size: 18px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    color: transparent;
    border: 0;
    outline: none;
    font-size: 0;
    z-index: 10;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow:before {
    content: "";
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow:after {
    width: 19px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow:hover:before {
    background: rgba(0, 0, 0, 0.7);
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-prev {
    left: 23%;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-prev:after {
    content: url("../images/icons/arrow-left.png");
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-next {
    right: 23%;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-next:after {
    content: url("../images/icons/arrow-right.png");
  }

  .section-6 {
    padding: 0 40px;
  }

  .section-6 .img-step-1 {
    display: none;
  }

  .section-6 .num {
    display: none;
  }

  .section-6 h2 {
    display: none;
  }

  .section-6 .text {
    margin: 0 auto;
    display: none;
    max-width: 95%;
  }

  .section-6 .item {
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    max-width: 100%;
  }

  .section-6 .step-0 {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .section-6 .step-0 h2 {
    display: block;
    text-align: center;
    margin-bottom: 45px;
  }

  .section-6 .step-0 .text {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
  }

  .section-6 .step-0 .text span {
    margin-bottom: 5px;
  }

  .section-6 .spoiler {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
  }

  .section-6 .spoiler .title {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #707070;
    text-decoration-thickness: 1px;
    color: #707070;
    font-family: "PFSquareSansPro", sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .section-6 .spoiler img {
    display: inline-block;
    margin: 0 0 0 20px !important;
  }

  .section-6 .spoiler:hover .title {
    color: #a37d59;
  }

  .section-6 .spoiler.open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-6 .block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0;
  }

  .section-6 .steps-slider img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .section-6 .steps-slider .slick-arrow.slick-prev {
    left: -15px;
    right: auto;
  }

  .section-6 .steps-slider .slick-arrow.slick-next {
    right: -15px;
  }

  .section-6 .step-3 img {
    margin-top: 10px;
  }

  .section-6 .buttons {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
  }

  .section-7 h2 {
    padding: 0 60px;
    font-size: 34px;
  }

  .section-9 .container .text {
    text-align: center;
    padding: 55px 40px 0;
  }

  .section-9 .container .galleries .item {
    width: 50%;
    max-height: 250px;
    display: none;
  }

  .section-9 .container .galleries .item:nth-child(1) {
    display: block;
  }

  .section-9 .container .galleries .item:nth-child(2) {
    display: block;
  }

  .section-9 .container .galleries .item:nth-child(3) {
    display: block;
  }

  .section-9 .container .galleries .item:nth-child(4) {
    display: block;
  }

  .section-9 .container .galleries .item:nth-child(5) {
    display: block;
  }

  .section-9 .container .galleries .item:nth-child(6) {
    display: block;
  }

  .section-10 h2 {
    line-height: 120%;
    text-align: center;
    padding: 0 80px;
  }

  .section-10 .blocks {
    padding: 0 20px;
    margin-bottom: 90px;
  }

  .section-10 .blocks .block {
    width: 47.274%;
    margin-bottom: 60px;
  }

  .section-10 .blocks .block h3 {
    font-size: 24px;
  }

  .section-10 .blocks .block .button {
    width: 170px;
  }

  .section-10 .blocks .block:nth-child(2):after {
    display: none;
  }

  .section-10 .tech .text {
    padding: 0 60px;
    text-align: center;
    order: 2;
    width: 100%;
  }

  .section-10 .tech .text h2 {
    padding: 0;
    max-width: 100%;
  }

  .section-10 .tech .text .button {
    margin: 0 auto;
  }

  .section-10 .tech .right {
    order: 1;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .section-10 .tech .right img {
    display: block;
    margin: 0 auto 43px;
  }

  .styles-section-1 {
    padding: 0 20px;
  }

  .styles-section-1 .container {
    padding: 64px 0 45px;
    text-align: center;
  }

  .styles-section-1 .container h1 {
    margin-bottom: 50px;
  }

  .styles-section-1 .container .description {
    display: none;
  }

  .styles-section-1 .container h2 {
    margin: 0 auto;
    max-width: 90%;
  }

  .styles-section-slider .container {
    padding: 50px 0 60px;
  }

  .styles-section-slider h2 {
    text-align: center;
  }

  .styles-section-slider .description {
    text-align: center;
    padding: 0 47px;
  }

  .styles-section-slider .styles-slider .img .text {
    left: 34px;
    bottom: 32px;
  }

  .styles-section-slider .styles-slider .slick-arrow {
    top: 30%;
  }

  .styles-section-slider .styles-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .styles-section-slider .styles-slider .slick-arrow.slick-next {
    right: 10px;
  }

  .styles-section-slider .styles-slider .inner {
    max-width: 100%;
  }

  .styles-section-slider .styles-slider .content {
    padding: 0 47px;
  }

  .styles-section-help .help {
    padding-left: 0;
    margin-bottom: 300px;
  }

  .styles-section-help .help img {
    max-width: 100%;
    width: 100%;
  }

  .styles-section-help .help .text {
    max-width: 100%;
    width: calc(100% - 40px);
    left: 20px;
    top: 100%;
    -webkit-transform: translateY(-108px);
    -ms-transform: translateY(-108px);
    transform: translateY(-108px);
  }

  .styles-section-help .help .text h2 {
    text-align: center;
  }

  .go-back h3 {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }

  .go-back .button {
    margin: 30px auto 0;
  }

  .production-section-1 {
    padding: 0 20px;
  }

  .production-section-1 .container {
    padding: 50px 0 40px;
    text-align: center;
  }

  .production-section-1 .container h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .production-section-1 .container .description {
    margin-bottom: 0;
  }

  .production-steps .step {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .production-steps .step .content {
    order: 1 !important;
    width: 100%;
    padding: 0 40px !important;
    max-width: 100%;
  }

  .production-steps .step .content h2 {
    text-align: center;
  }

  .production-steps .step .content .text {
    text-align: center;
    margin: 0 0 30px;
  }

  .production-steps .step .img {
    order: 2 !important;
    width: 100%;
    margin: 0 !important;
  }

  .production-steps .step .img img {
    max-width: 100%;
    width: 100%;
  }

  .wardrobes-section-5 {
    margin-top: -50px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 100px;
  }

  .wardrobes-section-5 .left {
    padding-top: 0;
    width: 100%;
  }

  .wardrobes-section-5 .left h2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .wardrobes-section-5 .left .text {
    text-align: center;
    margin: 36px auto 70px;
    max-width: 90%;
  }

  .wardrobes-section-5 .left .button {
    display: none;
  }

  .wardrobes-section-5 .right {
    margin: 0 auto;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider h4 {
    max-width: 250px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-track {
    left: 68px;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider img {
    height: auto !important;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow {
    position: absolute;
    bottom: -20px;
    background: transparent;
    color: transparent;
    border: 0;
    outline: none;
    font-size: 0;
    z-index: 10;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow:before {
    content: "";
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow:after {
    width: 19px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow:hover:before {
    background: rgba(0, 0, 0, 0.7);
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow.slick-prev {
    left: calc(50% - 122px);
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow.slick-prev:after {
    content: url("../images/icons/arrow-left.png");
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow.slick-next {
    right: 50%;
  }

  .wardrobes-section-5 .right .wrap-layout-wardrobes-slider .layout-wardrobes-slider .slick-arrow.slick-next:after {
    content: url("../images/icons/arrow-right.png");
  }

  .wardrobes-section-5 .right .mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 84px auto 0;
  }

  .wardrobes-section-6 .text-block {
    padding-left: 0;
    margin-bottom: 0;
  }

  .wardrobes-section-6 .text-block .left {
    width: 100%;
  }

  .wardrobes-section-6 .text-block .left h2 {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }

  .wardrobes-section-6 .text-block .left .text {
    text-align: center;
    width: 100%;
    margin: 45px auto 75px;
  }

  .wardrobes-section-6 .text-block .right {
    display: none;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block {
    width: 100%;
    margin-bottom: 65px;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .button {
    position: relative;
    left: 0;
    margin: 80px auto 0;
    bottom: 0;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-prev {
    left: calc(50% - 61px);
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .slick-arrow.slick-next {
    right: calc(50% - 61px);
    left: auto;
  }

  .accessories {
    padding: 0 30px;
    margin-bottom: 80px;
    margin-top: -40px;
  }

  .accessories .text-block {
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .accessories .text-block .text {
    margin: 30px auto 0;
  }

  .accessories .items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0;
  }

  .accessories .items .item {
    max-width: 255px;
    margin: 0 auto 70px;
  }

  .accessories .items .item:last-child {
    margin-bottom: 0;
  }

  .info-text-2 {
    padding: 0 30px;
    margin-bottom: 80px;
    margin-top: -40px;
  }

  .info-text-2 .text-block {
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .info-text-2 .text-block .text {
    margin: 30px auto 0;
  }

  .info-text-2 .items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0;
  }

  .info-text-2 .items .item {
    width: 100%;
    margin: 0 auto 70px;
  }

  .info-text-2 .items .item:last-child {
    margin-bottom: 0;
  }

  .dressing-room-section-5 {
    overflow: hidden;
    padding-bottom: 20px;
  }

  .dressing-room-section-5 .line {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .dressing-room-section-5 .first-line .left {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .dressing-room-section-5 .first-line .left h2 {
    margin: 0 auto;
  }

  .dressing-room-section-5 .first-line .left .text {
    margin: 40px auto 60px;
  }

  .dressing-room-section-5 .first-line .left .button {
    margin: 0 auto;
  }

  .dressing-room-section-5 .first-line .right img {
    width: 160%;
    max-width: inherit;
    position: relative;
    left: -40%;
  }

  .dressing-room-section-5 .first-line .right .text {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 55px;
    font-size: 14px;
    color: #525259;
    text-align: center;
  }

  .dressing-room-section-5 .second-line .left {
    text-align: center;
    padding-left: 0;
  }

  .dressing-room-section-5 .second-line .left img {
    max-width: inherit;
    position: relative;
    right: -20%;
  }

  .dressing-room-section-5 .second-line .left .text {
    top: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .dressing-room-section-5 .second-line .right {
    padding-top: 45px;
    margin-left: 0;
  }

  .dressing-room-section-5 .second-line .right img {
    width: 160%;
    max-width: initial;
  }

  .dressing-room-section-5 .second-line .right .text {
    left: 0;
    text-align: center;
  }

  .dressing-room.section-4 {
    margin-bottom: 300px;
  }

  .wardrobes.section-4 {
    margin-bottom: 320px;
  }

  .contacts-section-1 {
    padding: 0 20px;
  }

  .contacts-section-1 .container {
    padding: 50px 0 40px;
    text-align: center;
  }

  .contacts-section-1 .container h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .contacts-section-1 .container .description {
    margin-bottom: 50px;
  }

  .contacts-section-1 .container .icons {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .contacts-section-1 .container .icons .icon {
    max-width: 100%;
  }

  .contacts-section-1 .container .icons .icon .text {
    text-align: left;
  }

  .contacts-section-2 {
    padding: 50px 20px;
  }

  .contacts-section-2 h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .contacts-section-2 .description {
    margin-bottom: 50px;
    text-align: center;
  }

  .contacts-section-2 .contacts-list .item {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .contacts-section-2 .contacts-list .item .img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contacts-section-2 .contacts-list .item .text {
    text-align: center;
    margin-bottom: 20px;
  }

  .contacts-section-2 .contacts-list .item .actions {
    margin-left: 0;
  }

  .contacts-section-2 .contacts-list .item .actions .button {
    margin: 0 auto;
  }

  .pay-section-1 {
    padding: 0 20px;
  }

  .pay-section-1 .container {
    padding: 50px 0 40px;
    text-align: center;
  }

  .pay-section-1 .container h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .pay-section-1 .container .description {
    margin-bottom: 50px;
  }

  .pay-section-1 .container .pay-form form {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .pay-section-1 .container .pay-form form .left input {
    width: 100%;
    margin: 0 auto 25px;
  }

  .pay-section-1 .container .pay-form form .right {
    margin-left: 0;
    padding-top: 30px;
  }

  .pay-section-1 .container:after {
    display: none;
  }

  .pay-section-2 {
    padding: 30px 20px 100px;
  }

  .pay-section-2 .description {
    text-align: center;
    margin-bottom: 50px;
  }

  .pay-section-2 .description img {
    margin: 10px auto 0;
  }

  .pay-section-2 .shipping {
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0;
  }

  .pay-section-2 .shipping .content {
    order: 1;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .pay-section-2 .shipping .content h2 {
    text-align: center;
  }

  .pay-section-2 .shipping .content .text {
    text-align: center;
    margin: 0 0 30px;
  }

  .pay-section-2 .shipping .img {
    order: 2;
    width: 100%;
    margin: 0;
  }

  .pay-section-2 .shipping .img img {
    max-width: 100%;
    width: 100%;
  }

  .wrap-popup {
    padding: 20px 0;
  }

  .wrap-popup .wrap-inner {
    width: 90%;
    padding: 40px 30px;
  }

  .wrap-popup .wrap-inner .close {
    right: 15px;
    top: 15px;
  }

  .wrap-popup .wrap-inner .modal-img {
    display: none;
  }

  .wrap-popup .wrap-inner .inner h2 {
    text-align: center;
  }

  .wrap-popup .wrap-inner .inner .description {
    text-align: center;
  }

  .wrap-popup .wrap-inner .inner .actions .button {
    margin: 0 auto;
  }

  .wrap-popup .wrap-inner .inner .actions .conditions {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }

  .select-city {
    padding-top: 0;
    top: 104px;
    z-index: 999;
  }

  .select-city .select-city-inner {
    padding-bottom: 120px;
  }

  .select-city .select-city-inner .head-city {
    padding: 20px 15px 20px;
    position: relative;
    width: 80%;
  }

  .select-city .select-city-inner .head-city .form-sity {
    width: 80%;
  }

  .select-city .select-city-inner .head-city .bottom .col {
    width: 100%;
    margin-bottom: 20px;
  }

  .select-city .select-city-inner .head-city-list {
    padding-top: 0;
  }

  .select-city .select-city-inner .head-city-list .full-list .col-sm-3 {
    width: 100%;
    padding: 0 15px;
  }

  .section-3.main-section-3 .catalog-slider .catalog-grid .item {
    margin-top: 4%;
  }

  .section-2.main-section-2 .mobile {
    display: none;
  }

  .section-2.main-section-2 .blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .section-2.main-section-2 .blocks .block {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 720px) {
  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-prev {
    left: 21%;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-next {
    right: 21%;
  }
}

@media screen and (max-width: 480px) {
  .section-5 .wrap-slider {
    top: 210px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-prev {
    left: 7%;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-next {
    right: 7%;
  }

  .section-5 .content h2 {
    padding: 0 20px;
  }

  .section-6 .buttons .button {
    margin: 10px;
  }

  .section-6 .buttons .button:first-child {
    margin: 0;
  }

  .section-8 .step-0 h2 {
    padding: 0;
  }

  .section-8 .step-0 .text {
    max-width: 100%;
  }

  .section-8 .step-1 .text .inner p {
    padding: 0;
  }

  .section-8 .step-2 .text .block-1 {
    padding: 0;
  }

  .section-8 .step-2 .text .block-2 .inner {
    max-width: 255px;
  }

  .section-8 .step-2 .text .block-3 .inner {
    max-width: 250px;
  }

  .section-8 .step-4 .container {
    padding: 0 20px;
  }

  .section-10 h2 {
    line-height: 120%;
    text-align: center;
    padding: 0 20px;
  }

  .styles-section-1 .container h2 {
    max-width: 260px;
    margin: 0 auto;
  }

  .styles-section-slider .description {
    text-align: center;
    padding: 0 20px;
  }

  .styles-section-slider .styles-slider .content {
    padding: 0 20px;
  }

  .production-section-1 .container h2 {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .section-11 {
    margin-bottom: 140px;
  }

  .section-11 .callback .rules {
    margin-top: 10px;
    text-align: center;
    max-width: 100%;
  }

  .section-11 .callback .field {
    min-width: 100%;
    margin-right: 0;
  }

  .section-11 .callback .button {
    margin-right: 0;
    width: 100%;
  }

  .section-1 .section-1-slider .container .text {
    padding: 35px 40px;
    width: 100%;
  }

  .section-1 .section-1-slider .container .text h1 {
    font-size: 40px;
  }

  .section-1 .section-1-slider .container .text h1 span {
    font-size: 30px;
  }

  .section-1 .wrap-icons .icons {
    width: 100%;
  }

  .section-2 {
    padding: 30px 20px 55px;
  }

  .section-2 .cost {
    padding: 0;
    margin-bottom: 30px;
  }

  .section-2 .mobile .buttons {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .section-2 .mobile .buttons .button {
    width: 200px;
  }

  .section-2 .mobile .buttons .button:first-child {
    margin-bottom: 10px;
  }

  .section-3 {
    padding: 0;
  }

  .section-3 .header h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .section-3 .header .examples a .text {
    font-size: 26px;
  }

  .section-4 .container .wrap-content {
    padding: 55px 30px;
  }

  .section-4 .container .wrap-content .blocks .block {
    max-width: 47%;
    font-size: 18px;
  }

  .section-4 .container .wrap-seller {
    padding: 30px 30px 50px 30px;
    width: calc(100% - 20px);
  }

  .section-4 .container .wrap-seller h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .section-5 .wrap-slider .right-center-slider .slick-arrow.slick-next {
    right: 10px;
  }

  .section-5 .content h2 {
    padding: 0;
  }

  .section-5 .content .text {
    max-width: 100%;
  }

  .section-6 {
    padding: 0 10px;
  }

  .section-6 .step-0 {
    padding: 0;
  }

  .section-6 .step-0 .text {
    max-width: 100%;
  }

  .section-6 .text {
    max-width: 100%;
  }

  .section-7 h2 {
    padding: 0 15px;
  }

  .section-8 .step-0 {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .section-8 .step-0 h2 {
    padding: 0;
  }

  .section-8 .container {
    padding: 0 10px;
  }

  .section-8 .spoiler .title {
    font-size: 24px;
  }

  .section-8 .step-1 .text .inner p {
    padding: 0;
  }

  .section-8 .step-2 .text .block-1 {
    padding: 0;
  }

  .section-8 .step-2 .text .block-2:after {
    top: 30%;
    left: -10px;
    width: calc(100% + 20px);
  }

  .section-8 .step-2 .text .block-2 .label {
    right: 10%;
    top: -3%;
  }

  .section-8 .step-2 .text .block-2 .img-block img {
    max-width: 35%;
  }

  .section-8 .step-2 .text .block-3:after {
    top: 30%;
    left: -10px;
    width: calc(100% + 20px);
  }

  .section-8 .step-2 .text .block-3 .label {
    right: 10%;
    top: -3%;
  }

  .section-8 .step-2 .text .block-3 .img-block img {
    max-width: 35%;
  }

  .section-8 .step-3 .bg .right .text {
    padding: 0;
  }

  .section-8 .step-3 .blocks {
    padding: 0;
  }

  .section-8 .step-3 .blocks .block img {
    height: 211px;
  }

  .section-8 .step-3 .blocks .block:after {
    width: calc(100% + 20px);
    left: -10px;
    top: 40%;
  }

  .section-8 .step-4 .container {
    padding: 0 40px;
    padding: 0 10px;
  }

  .section-8 .info {
    text-align: center;
    padding: 0 20px;
  }

  .section-8 .step-5 .blocks {
    padding: 0;
  }

  .section-8 .step-5 .blocks .block img {
    height: 211px;
  }

  .section-8 .step-5 .blocks .block:after {
    width: calc(100% + 20px);
    left: -10px;
    top: 40%;
  }

  .section-8 .step-5 .bg .right .text {
    padding: 0;
  }

  .section-9 .container .galleries .item {
    width: 100%;
  }

  .section-9 .container .text {
    text-align: center;
    padding: 55px 10px 0;
  }

  .section-9 .galleries {
    padding: 0 10px;
  }

  .section-10 {
    margin-bottom: 60px;
  }

  .section-10 h2 {
    padding: 0 10px;
  }

  .section-10 .blocks {
    margin-bottom: 0;
    padding: 0 10px;
  }

  .section-10 .blocks .block {
    width: 90%;
    margin: 0 auto 60px;
    min-height: 300px;
  }

  .section-10 .tech .text {
    padding: 0 20px;
  }

  .section-10 .tech .right img {
    width: 100%;
  }

  .styles-section-slider .container {
    padding: 50px 0 60px;
  }

  .styles-section-slider .section-slider .styles-slider .slick-arrow {
    top: 27%;
  }

  .styles-section-slider .styles-slider .img .text {
    font-size: 20px;
    left: 20px;
    bottom: 10px;
  }

  .styles-section-slider .styles-slider .content {
    padding: 0 10px;
  }

  .styles-section-slider .description {
    text-align: center;
    padding: 0 10px;
  }

  .styles-section-help .help .text {
    padding: 60px 20px;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner {
    width: 225px;
    margin: 0 auto;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner .title {
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  .section-1 .section-1-slider .container {
    height: 450px;
  }

  .section-1 .wrap-icons .icons .icon {
    margin: 0 5px;
  }

  .section-3 {
    padding: 0;
  }

  .section-3 .header h2 {
    font-size: 48px;
    padding: 0 10px;
  }

  .section-4 .container .wrap-content {
    padding: 55px 20px;
  }

  .section-7 h2 {
    padding: 0 10px;
  }

  .section-8 .step-2 .text .block-2 .inner {
    max-width: 70%;
  }

  .section-8 .step-2 .text .block-3 .inner {
    max-width: 70%;
  }

  .section-8 .step-3 .blocks {
    padding: 0;
  }

  .section-8 .step-3 .blocks .block:after {
    top: 40%;
  }

  .section-8 .step-5 .blocks .block:after {
    top: 45%;
  }

  .section-9 .container .galleries .item {
    max-height: 240px;
  }

  .dressing-room-section-5 .first-line .right .text {
    bottom: 40px;
  }
}

@media screen and (max-width: 375px) {
  .section-5 .wrap-slider .right-center-slider .inner {
    width: 85%;
  }

  .section-5 .wrap-slider .right-center-slider .slick-current .inner {
    width: 85%;
  }
}

@media screen and (max-width: 320px) {
  .section-1 .section-1-slider .container {
    height: 400px;
  }

  .section-1 .section-1-slider .container .text {
    padding: 20px;
  }

  .section-1 .wrap-icons .icons {
    padding: 20px 0;
  }

  .section-2 .mobile .buttons .button {
    width: 80%;
    font-size: 16px;
  }

  .section-2 .cost {
    margin-bottom: 30px;
  }

  .section-3 .catalog-slider .catalog-grid .item .mobile .tabs-nav .tab-nav {
    padding: 5px 10px;
  }

  .section-4 .container .wrap-seller {
    width: calc(100% - 20px);
    padding: 30px 20px 50px 20px;
    padding: 30px 20px 50px 20px;
  }

  .section-6 {
    padding: 0 10px;
  }

  .section-6 .spoiler .title {
    font-size: 24px;
  }

  .section-8 .container {
    padding: 0 20px;
  }

  .section-8 .spoiler .title {
    font-size: 24px;
  }

  .section-8 .step-2 .text .block-2 .img-block img {
    max-width: 100px;
  }

  .section-8 .step-2 .text .block-2 .img-block .info {
    font-size: 11px;
  }

  .section-8 .step-2 .text .block-2 .inner {
    max-width: 80%;
    margin: 20px auto 0;
  }

  .section-8 .step-2 .text .block-3 .img-block img {
    max-width: 100px;
  }

  .section-8 .step-2 .text .block-3 .img-block .info {
    font-size: 11px;
  }

  .section-8 .step-2 .text .block-3 .inner {
    max-width: 80%;
    margin: 20px auto 0;
  }

  .section-8 .step-5 .blocks .block:after {
    top: 37%;
  }

  .section-8 .step-2 .text .block-2:after,
  .section-8 .step-2 .text .block-3:after {
    left: -20px;
    width: calc(100% + 40px);
  }

  .section-8 .step-3 .blocks .block:after,
  .section-8 .step-5 .blocks .block:after {
    left: -20px;
    width: calc(100% + 40px);
  }

  .section-10 h2 {
    padding: 0 10px;
  }

  .section-10 .tech .text {
    padding: 0 10px;
  }

  .styles-section-1 {
    padding: 0 10px;
  }

  .styles-section-slider h2 {
    font-size: 32px;
  }

  .styles-section-slider .styles-slider .slick-arrow {
    top: 23%;
  }

  .production-section-1 {
    padding: 0 10px;
  }

  .wardrobes-section-6 .text-block .left .text {
    max-width: 280px;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner {
    width: 200px;
  }

  .wardrobes-section-6 .wardrobes-facade-slider-block .wardrobes-facade-slider .inner .title {
    margin: 0 0 10px 10px;
    font-size: 11px;
  }

  .dressing-room-section-5 .first-line .right .text {
    bottom: 25px;
  }
}


/* === Главная: блок Популярные модели === */
.main-section-3 .header {
  margin-bottom: 0;
}
.main-section-3 .catalog-slider {
  margin-top: 0;
}
/*# sourceMappingURL=main.css.map */
