.penal {
}
.penal a {
  display: block;
  position: relative;
}
.penal svg {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 170px;
  background: #ffffffad;
  padding: 5px 10px;
  border-radius: 10px;
}

.pencils-list {
}
.pencils-list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.pencils-list__item {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
}
.pencils-list__item:nth-child(3n) {
  margin-right: 0%;
}
.pencils-list__image {
  margin-bottom: 10px;
}
.pencils-list__image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.pencils-list__image i {
  display: block;
  line-height: 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25% 0;
}
.pencils-list__image i:before {
  display: block;
  content: '';
  background: rgba(245, 245, 245, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pencils-list__item:hover .pencils-list__image i:before {
  left: -100%;
}
.pencils-list__desc {
}
.pencils-list__name {
}
.pencils-list__name a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
@media all and (max-width: 900px) {
  .pencils-list__item {
    width: 49%;
    margin-right: 2%;
  }
  .pencils-list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .pencils-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

/**/
.penal-description {
}
.grid {
  margin-bottom: 50px;
}
.widget-image-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.widget-image-text > .media {
  width: 49%;
  text-align: center;
}
.widget-image-text .media img {
  margin: 0 auto;
}
.widget-image-text .widget-text {
  width: 49%;
}
.widget-image-text .widget-text p {
  font-weight: 400;
  line-height: 1.2;
  color: #666;
}
.separated {
}
.separated {
}
.separated .showroom-details-link {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 10px;
  border-radius: 0;
  color: #1b56a2;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid #1b56a2;
  font-weight: 600;
  margin: 0 auto 10px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}
.widget-text h2 {
  text-align: left;
  text-transform: none;
  padding: 0px;
  line-height: 1;
  display: block;
  margin: 10px 0 20px;
  font-size: 25px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
}
.widget-text h2.title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 1.05;
}
.widget-text h3 {
  font-weight: 500;
  margin: 10px 0;
  color: #333;
  font-size: 21px;
}
.widget-text a {
  color: #3498db;
}
.widget-embedded-video {
  height: 305px;
  margin: 10px auto;
}
.widget-image-text .media .media .wysiwyg h3 {
  font-size: 17px;
  line-height: 20px;
}
.three-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.three-col .widget-image {
  width: 32%;
}
.three-col .widget-image .media {
  margin-bottom: 10px;
}
.three-col .widget-image h3 {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
@media all and (max-width: 900px) {
  .grid {
    margin-bottom: 30px;
  }
  .widget-image-text > .media {
    width: 100%;
    margin-bottom: 15px;
  }
  .widget-image-text .widget-text {
    width: 100%;
  }
}

.separated-botom {
}
.separated-botom .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 20px 0;
}
.separated-botom .row .media {
  width: 18%;
  text-align: center;
}
.separated-botom .row .media img {
  margin: 0 auto;
}
.separated-botom .row .widget-text.graybg {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #f5f5f5;
  padding: 10px 40px;
  text-align: center;
}
.separated-botom .row .widget-text.graybg a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 0;
  color: #1b56a2;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid #1b56a2;
  font-weight: 600;
  margin: 0 auto 10px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}
.separated-botom .row .widget-text.graybg strong {
  color: #004f9e;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.separated-botom .center-text {
}
.separated-botom .center-text h3 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.separated-botom .center-text h3 a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 0;
  color: #1b56a2;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid #1b56a2;
  font-weight: 600;
  margin: 0 auto 10px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  margin-top: 15px;
}
@media all and (max-width: 900px) {
  .separated-botom .row .widget-text.graybg {
    padding: 10px 20px;
  }
}
@media all and (max-width: 600px) {
  .separated-botom .row .media {
    width: 100%;
    margin-bottom: 20px;
  }
  .separated-botom .row .widget-text.graybg {
    width: 100%;
    margin-bottom: 20px;
  }
}

/**/
.pencils-blist {
}
.pencils-blist .b-block__title {
  font-size: 22px;
  margin-bottom: 50px;
}
.pencils-blist .b-block__title span {
  border-bottom: 2px solid #d1d2d3;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.pencils-blist .b-block__content {
}
.pencils-blist_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.pencils-blist__item {
  margin-bottom: 35px;
  width: 23%;
  margin-right: 2.66%;
}
.pencils-blist__item:nth-child(4n) {
  margin-right: 0%;
}
.pencils-blist__image {
  margin-bottom: 20px;
}
.pencils-blist__image a {
  display: block;
  text-align: center;
}
.pencils-blist__image i {
  display: block;
  width: 130px;
  height: 130px;
  box-shadow: 0 0 0 5px #d1d2d3, 0 0 0 0 #1b56a2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.pencils-blist__item:hover .pencils-blist__image i {
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  -moz-box-shadow: 0 0 0 5px #fff, 0 0 0 15px #1b56a2;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 15px #1b56a2;
  box-shadow: 0 0 0 5px #fff, 0 0 0 15px #1b56a2;
}
.pencils-blist__desc {
}
.pencils-blist__name {
}
.pencils-blist__name a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #8c8c8c;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

@media all and (max-width: 900px) {
  .pencils-blist__item {
    width: 32%;
    margin-right: 2%;
  }
  .pencils-blist__item:nth-child(4n) {
    margin-right: 2%;
  }
  .pencils-blist__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  .pencils-blist__item {
    width: 49%;
    margin-right: 2%;
  }
  .pencils-blist__item:nth-child(4n) {
    margin-right: 2%;
  }
  .pencils-blist__item:nth-child(3n) {
    margin-right: 2%;
  }
  .pencils-blist__item:nth-child(2n) {
    margin-right: 0;
  }
}
/**/
.pencils-detail {
}
.pencils-detail__content {
}
.pencils-detail__image {
  margin-bottom: 30px;
}
.pencils-detail__image img {
}
.pencils-detail__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.pencils-detail__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  color: #1b56a2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.1s ease;
  border: 1px solid #1b56a2;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
.pencils-detail__menu li:hover {
  color: #fff;
  background: #1b56a2;
}
.pencils-detail__menu li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pencils-detail__menu li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pencils-detail__text {
}
.pencils-detail__text-head {
  border-bottom: 1px solid #1b56a2;
  margin-bottom: 30px;
  color: #1b56a2;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.bigvideo {
  text-align: center;
}
.bigvideo .video {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.bigvideo .img-preview.playbtn {
  position: absolute;
  z-index: 1;
}
.bigvideo video {
  width: 100%;
  position: relative;
  z-index: 0;
}
.bigvideo .img-preview.playbtn:before {
  content: '\f144';
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #01509d;
  cursor: pointer;
  font-family: 'FontAwesome';
}

.download__list {
}
.download__list .b-block__title {
}
.download__list .b-block__content {
}
.download__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.download__list__item {
  width: 28%;
  margin: 0 5% 20px 5%;
  transition: 0.4s;
}
.download__list__item:hover {
  transform: scale(1.02);
}
.download__list__image {
  margin-bottom: 15px;
}
.download__list__image a {
  display: block;
  box-shadow: 0 0 30px -10px black;
  transition: 0.4s;
}
.download__list__item:hover .download__list__image a {
  box-shadow: 0 0 20px 0px #000000ab;
}
.download__list__image i {
  display: block;
  line-height: 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 71% 0;
  background-size: cover;
}
.download__list__desc {
}
.download__list__name {
}
.download__list__name a {
  display: block;
  text-align: center;
  text-decoration: none;
}

@media all and (max-width: 1000px) {
  .download__list__item {
    width: 40%;
    margin: 0 5% 20px 5%;
  }
}
@media all and (max-width: 450px) {
  .download__list__item {
    width: 80%;
    margin: 0 0% 20px 0;
  }
}

.ul {
  padding: 0 20px;
  margin-bottom: 30px;
}
.ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul ul li {
  background: url(../img/listStyleIMG.png) no-repeat 0 4px;
  padding-left: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

/**/
/**/
.article-dveri-top {
  background-color: #636363;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.article-dveri-top .video {
  width: 50%;
}
.article-dveri-top .video a {
  display: block;
  height: 100%;
  position: relative;
}
.article-dveri-top .video i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  line-height: 1px;
}
.article-dveri-top .video .play {
  background: url(../images/play.png) no-repeat center;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -33px auto auto auto;
  left: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  border-radius: 55px;
}
.article-dveri-top .video:hover .play {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.article-dveri-top .dark_bg {
  width: 50%;
  padding: 10px 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: #fff;
}
.article-dveri-top .dark_bg .body {
  line-height: 1.1;
  font-size: 18px;
}
.article-dveri-top .dark_bg .white_bullet {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-dveri-top .dark_bg .white_bullet li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
  line-height: 1.1;
  font-size: 18px;
}
@media all and (max-width: 1100px) {
  .article-dveri-top .video {
    width: 100%;
    margin-bottom: 5px;
  }
  .article-dveri-top .video i {
    padding: 25% 0;
    height: auto;
  }
  .article-dveri-top .dark_bg {
    width: 100%;
  }
}
.razdvizhnye-text2 {
  font-size: 17px;
  line-height: 19px;
  margin: 10px 10% 20px 10%;
}

.razdvizhnye__list {
}
.razdvizhnye__list .b-block__title {
}
.razdvizhnye__list .b-block__content {
}
.razdvizhnye__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.razdvizhnye__list__item {
  width: 23%;
  margin-bottom: 20px;
  text-align: center;
}
.razdvizhnye__list__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.razdvizhnye__list__text {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.razdvizhnye__list__image {
}
.razdvizhnye__list__image i {
  display: block;
  padding: 20% 0;
  line-height: 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1100px) {
  .razdvizhnye__list__item {
    width: 48%;
  }
}
@media all and (max-width: 400px) {
  .razdvizhnye__list__item {
    width: 100%;
  }
}
.article-dveri-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}
.article-dveri-bottom .col-left {
  width: 50%;
  text-align: center;
}
.article-dveri-bottom .col-left img {
  margin: 0 auto;
}
.article-dveri-bottom .col-right {
  width: 49%;
}
.article-dveri-rigth-text {
}
.article-dveri-rigth-text p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media all and (max-width: 950px) {
  .article-dveri-bottom .col-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .article-dveri-bottom .col-right {
    width: 100%;
  }
}
.razdvizhnye-text5 {
  padding: 20px 80px;
}
.razdvizhnye-text5 .where-buy_title {
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 25px;
}
.razdvizhnye-text5 .where-buy_text {
  color: #404040;
  font-weight: 400;
  font-size: 17px;
}
@media all and (max-width: 768px) {
  .razdvizhnye-text5 {
    padding: 20px 15px;
  }
}
/**/
/**/
.peregorodki-photo__list {
}
.peregorodki-photo__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.peregorodki-photo__list__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.peregorodki-photo__list__item:nth-child(3n) {
  margin-right: 0%;
}
.peregorodki-photo__list__image {
  margin-bottom: 10px;
}
.peregorodki-photo__list__image i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40% 0;
  line-height: 1px;
  background-size: cover;
}
.peregorodki-photo__list__desc {
}
.peregorodki-photo__list__name {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

@media all and (max-width: 1000px) {
  .peregorodki-photo__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .peregorodki-photo__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .peregorodki-photo__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 400px) {
  .peregorodki-photo__list__item {
    width: 100%;
    margin-right: 0%;
  }
  .peregorodki-photo__list__item:nth-child(3n) {
    margin-right: 0%;
  }
}

.peregorodki-derev__list {
  background-color: #f1f2f2;
  padding: 32px 20px 0px 20px;
  margin: 32px 0;
}
.peregorodki-derev__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.peregorodki-derev__list__item {
  width: 15%;
  margin-bottom: 30px;
}
.peregorodki-derev__list__image {
  margin-bottom: 15px;
}
.peregorodki-derev__list__image i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 0;
  line-height: 1px;
  background-size: cover;
}
.peregorodki-derev__list__desc {
}
.peregorodki-derev__list__name {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

@media all and (max-width: 1000px) {
  .peregorodki-derev__list__item {
    width: 30%;
  }
}
@media all and (max-width: 500px) {
  .peregorodki-derev__list__item {
    width: 45%;
    margin-bottom: 20px;
  }
}

.peregorodki-variant__list {
}
.peregorodki-variant__list .b-block__title {
}
.peregorodki-variant__list .b-block__content {
}
.peregorodki-variant__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.peregorodki-variant__list__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.peregorodki-variant__list__item:nth-child(3n) {
  margin-right: 0%;
}
.peregorodki-variant__list__image {
}
.peregorodki-variant__list__image i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 0;
  line-height: 1px;
  background-size: contain;
}
@media all and (max-width: 500px) {
  .peregorodki-variant__list__item {
    width: 45%;
    margin-right: 10%;
  }
  .peregorodki-variant__list__item:nth-child(3n) {
    margin-right: 10%;
  }
  .peregorodki-variant__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}

.peregorodki-text2 {
}
.peregorodki-text2 .peregorodki-article_text-middle {
  margin-bottom: 25px;
  padding: 10px;
}
.peregorodki-text2 .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 25px;
}
.peregorodki-text2 .row div {
  width: 48%;
}
.peregorodki-text2 .row div.p-4 {
  text-align: center;
}
.peregorodki-text2 .row div.p-4 img {
  margin: 0 auto;
}
.peregorodki-text2 p {
  font-size: 18px;
  line-height: 1.1;
}
@media all and (max-width: 1000px) {
  .peregorodki-text2 .row div {
    width: 100%;
  }
  .peregorodki-text2 .row div.p-4 {
    margin-bottom: 15px;
  }
}

.reviews-content {
}
.reviews__list {
}
.reviews__list__container {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.reviews__list__item {
  color: #000000;
  padding: 10px 10px;
  background-color: #f6f6f6;
  border-bottom: 1px #aeaeae solid;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
.reviews__list__date {
  color: #ff5c5c;
  font-weight: 500;
}
.reviews__list__name {
}
.reviews__list__rating {
  margin-bottom: 5px;
}
.reviews__list__rating.rating--good {
  color: #40be80;
}
.reviews__list__rating.rating--norn {
  color: #0083cc;
}
.reviews__list__rating b {
  color: #000000;
  font-weight: 500;
}
.reviews__list__review {
}
.reviews__list__review b {
  font-weight: 500;
}

.sluzhba-servisa__list {
}
.sluzhba-servisa__list .b-block__title {
}
.sluzhba-servisa__list .b-block__content {
}
.sluzhba-servisa__list_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.sluzhba-servisa__list__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  position: relative;
}
.sluzhba-servisa__list__item:nth-child(3n) {
  margin-right: 0%;
}
.sluzhba-servisa__list__image {
}
.sluzhba-servisa__list__image i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55% 0;
  line-height: 1px;
  position: relative;
}
.sluzhba-servisa__list__image i:before {
}
.sluzhba-servisa__list__item:hover .sluzhba-servisa__list__image i {
  background-image: none !important;
  background: #ff5c5c;
}
.sluzhba-servisa__list__desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 10px 10px;
  text-align: center;
  color: #fff;
}
.sluzhba-servisa__list__name {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.sluzhba-servisa__list__text {
  font-size: 17px;
  line-height: 25px;
}

@media all and (max-width: 1250px) {
  .sluzhba-servisa__list__desc {
    padding: 30px 10px 10px;
  }
  .sluzhba-servisa__list__image i {
    padding: 60% 0;
  }
}
@media all and (max-width: 1150px) {
  .sluzhba-servisa__list_container {
    justify-content: center;
  }
  .sluzhba-servisa__list__item {
    width: 40%;
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 1000px) {
  .sluzhba-servisa__list_container {
    justify-content: space-between;
  }
  .sluzhba-servisa__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 800px) {
  .sluzhba-servisa__list__item {
    width: 100%;
    margin-right: 0%;
  }
  .sluzhba-servisa__list__item:nth-child(3n) {
    margin-right: 0%;
  }
  .sluzhba-servisa__list__item:nth-child(2n) {
    margin-right: 0%;
  }
  .sluzhba-servisa__list__image i {
    padding: 30% 0;
  }
}
@media all and (max-width: 768px) {
  .sluzhba-servisa__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .sluzhba-servisa__list__item:nth-child(2n) {
    margin-right: 0%;
  }
  .sluzhba-servisa__list__image i {
    padding: 50% 0;
  }
}
@media all and (max-width: 650px) {
  .sluzhba-servisa__list__image i {
    padding: 55% 0;
  }
}
@media all and (max-width: 600px) {
  .sluzhba-servisa__list__image i {
    padding: 62% 0;
  }
}
@media all and (max-width: 550px) {
  .sluzhba-servisa__list__image i {
    padding: 30% 0;
  }
  .sluzhba-servisa__list__item {
    width: 100%;
    margin-right: 0%;
  }
  .sluzhba-servisa__list__item:nth-child(3n) {
    margin-right: 0%;
  }
  .sluzhba-servisa__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 450px) {
  .sluzhba-servisa__list__image i {
    padding: 40% 0;
  }
}
@media all and (max-width: 350px) {
  .sluzhba-servisa__list__image i {
    padding: 50% 0;
  }
}
/**/

.articles-detail {
}
.articles-detail__content {
}
.articles-detail__text {
}
.articles-detail__text ul {
  list-style: none;
}
.articles-detail__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}
.articles-detail__nav a {
  display: inline-block;
  color: #dd4952;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
}
.articles-detail__nav a.articles-detail__nav--prev {
  padding-left: 25px;
  background: url(../images/left_arrow.png) left center no-repeat;
}
.articles-detail__nav a.articles-detail__nav--next {
  padding-right: 25px;
  background: url(../images/right_arrow.jpg) right center no-repeat;
}

/**/
.special__text {
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
}
.special__text:before {
  content: '';
  display: block;
  position: absolute;
  line-height: 1px;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 50%;
  border-bottom: 1px dashed #3b3b3b;
}
.special__text p {
  font-size: 20px;
}
.special__list {
}
.special__list__container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special__list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.special__list__name {
  font-weight: normal;
  color: #dd4952 !important;
  font-size: 19px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
}
.special__list__images {
  width: 36%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.special__list__image {
  width: 49%;
  padding: 0 5%;
  margin-bottom: 20px;
}
.special__list__image a {
  display: block;
  text-align: center;
}
.special__list__image img {
  display: block;
  margin: 0 auto 10px auto;
}
.special__list__image span {
  display: block;
  text-align: center;
  font-size: 18px;
}
.special__list__desc {
  width: 61%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
.special__list__description {
  width: 48%;
  margin: 0 1% 20px 1%;
}
.special__list__title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #dd4952;
}
.special__list__content {
}
.special__list__content p {
  margin-left: 10px;
  padding-left: 27px;
  background-image: url(../images/ptichka2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 19px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 20px;
}
.special__list__price {
  text-align: right;
  margin-bottom: 20px;
  clear: both;
  background-color: #dd4952;
  font-weight: bold;
  font-size: 13pt;
  text-transform: uppercase;
  line-height: 16px;
  color: white;
  padding: 10px;
}
.special__list__important {
  width: 100%;
  text-align: right;
  font-style: italic;
  color: red;
  font-size: 18px;
  line-height: 20px;
  clear: both;
}
@media all and (max-width: 1100px) {
  .special__list__images {
    width: 25%;
  }
  .special__list__image {
    width: 100%;
  }
  .special__list__desc {
    width: 75%;
  }
}
@media all and (max-width: 600px) {
  .special__list__images {
    width: 100%;
  }
  .special__list__image {
    width: 48%;
  }
  .special__list__desc {
    width: 100%;
  }
}
@media all and (max-width: 390px) {
  .special__list__description {
    width: 100%;
    margin: 0 0% 20px 0%;
  }
  .special__list__price {
    width: 100%;
    text-align: center;
  }
  .special__list__important {
    text-align: center;
  }
}

/**/

.news-detail {
}
.news-detail__content {
}
.news-detail__date {
  color: #ff5c5c;
  margin-bottom: 10px;
  font-size: 16px;
}
.news-detail__text {
}
.news-im {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.news-detail__share {
}
.btn-news:hover {
  color: #ff5c5c;
  background-color: #fff;
}

.new .textBlock {
  margin-bottom: 70px;
}
.new .textBlock.first {
  height: 340px;
}
.new .textBlock.first .image {
  float: left;
}
.new .black {
  background-color: #292826;
  color: #fff;
  padding: 40px 30px;
  z-index: 10;
}
.new .black h3 {
  color: #fff;
}
.new .textBlock.first .text {
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  margin-top: 20px;
}
.new h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media all and (max-width: 1000px) {
  .new .textBlock.first {
    margin-bottom: 130px;
  }
}
@media all and (max-width: 768px) {
  .new .textBlock.first {
    margin-bottom: 20px;
    height: auto;
  }
  .new .textBlock.first .image {
    float: none;
    text-align: center;
    margin: 20px 0;
  }
  .new .textBlock.first .image img {
    margin: 0 auto;
  }
  .new .textBlock.first .text {
    width: 100%;
    float: none;
    position: relative;
    right: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.new .textBlock.second {
}
.new .textBlock.second .text {
  width: 43%;
  display: inline-block;
  vertical-align: top;
}
.new .textBlock.second .image {
  float: right;
  position: relative;
}
.new .textBlock.second .image:after {
  background-image: url(/upload/img/batimatTextBlock2AFTER.png);
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 350px;
  height: 350px;
  top: 27px;
  left: -125px;
}
.new .textBlock.second .text .images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.new .textBlock.second .text .images img {
  display: block;
  width: 49%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .new .textBlock.second .text {
    width: 35%;
  }
}
@media all and (max-width: 1200px) {
  .new .textBlock.second .text {
    width: 45%;
  }
  .new .textBlock.second .image {
    width: 45%;
  }
  .new .textBlock.second .image:after {
    background-size: contain;
    width: 200px;
    height: 200px;
    left: -70px;
  }
}
@media all and (max-width: 1000px) {
  .new .textBlock.second .text {
    width: 50%;
  }
  .new .textBlock.second .image {
    width: 37%;
  }
  .new .textBlock.second .image:after {
    background-size: contain;
    width: 200px;
    height: 200px;
    left: -70px;
  }
}
@media all and (max-width: 900px) {
  .new .textBlock.second .text {
    width: 100%;
  }
  .new .textBlock.second .image {
    display: none;
  }
}
.new .textBlock.therd {
  height: 430px;
  clear: both;
}
.new .textBlock.therd .text {
  width: 50%;
  display: inline-block;
  position: absolute;
  margin-top: 17px;
}
.new .textBlock.therd .image {
  float: right;
}

@media all and (max-width: 1050px) {
  .new .textBlock.therd {
    margin-bottom: 130px;
  }
}
@media all and (max-width: 900px) {
  .new .textBlock.therd {
    margin-bottom: 30px;
    height: auto;
  }
  .new .textBlock.therd .text {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .new .textBlock.therd .image {
    float: none;
  }
}
.new .textBlock.last {
  padding: 0 50px;
  clear: both;
}
@media all and (max-width: 768px) {
  .new .textBlock.last {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.items-photo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.items-photo > .item {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 15px;
}
.items-photo > .item:nth-child(4n) {
  margin-right: 0%;
}
.items-photo > .item {
  opacity: 0.5;
  ransition: all 0.2s ease-out;
}
.items-photo > .item:hover {
  opacity: 1;
}
.items-photo > .item a {
  display: block;
  text-decoration: none;
}
.items-photo > .item img {
  display: block;
}
@media all and (max-width: 1100px) {
  .items-photo {
    padding-right: 0%;
  }
}
@media all and (max-width: 900px) {
  .items-photo > .item {
    width: 32%;
    margin-right: 2%;
  }
  .items-photo > .item:nth-child(4n) {
    margin-right: 2%;
  }
  .items-photo > .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 450px) {
  .items-photo > .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .items-photo > .item:nth-child(3n) {
    margin-right: 2%;
  }
  .items-photo > .item:nth-child(2n) {
    margin-right: 0%;
  }
}
/**/
/*sertifikaty-images*/
.sertifikaty-images {
}
.sertifikaty-images .align-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.sertifikaty-images .align-items .item {
  width: 24%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
@media all and (max-width: 1000px) {
  .sertifikaty-images .align-items .item {
    width: 32%;
  }
}
@media all and (max-width: 500px) {
  .sertifikaty-images .align-items .item {
    width: 48%;
  }
}

/**/
.sertifikaty-images {
}
.sertifikaty-images ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.sertifikaty-images .item {
  margin-bottom: 15px;
  width: 32%;
  margin-right: 2%;
}
.sertifikaty-images .item:nth-child(3n) {
  margin-right: 0%;
}
.sertifikaty-images .item a {
  display: block;
}
.sertifikaty-images .item a .image {
}
.sertifikaty-images .item a .desc {
}
@media all and (max-width: 768px) {
  .sertifikaty-images .item {
    width: 49%;
    margin-right: 2%;
  }
  .sertifikaty-images .item:nth-child(3n) {
    margin-right: 2%;
  }
  .sertifikaty-images .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 450px) {
  .sertifikaty-images .item {
    width: 100%;
    margin-right: 0%;
  }
  .sertifikaty-images .item:nth-child(3n) {
    margin-right: 0%;
  }
}

.b-block__title {
  font-weight: 400;
  color: #3b3b3b;
  font-size: 37px;
  line-height: 40px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.b-block__title a {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
@media all and (max-width: 768px) {
  .b-block__title {
    font-size: 23px;
    line-height: 26px;
  }
  .b-block__title a {
  }
}

/**/
.page_rassrochka {
  position: relative;
}
.page_rassrochka img {
  display: block;
  width: 100%;
  height: auto;
}
.page_rassrochka a {
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  background: #df5c5c;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 91%;
  width: 20%;
  line-height: 25px;
  height: 27px;
  border: 1px solid #df5c5c;
}
.page_rassrochka a:hover {
  background: #fff;
  color: #df5c5c;
}
.page_rassrochka a.rassrochka1 {
  left: 28%;
}
.page_rassrochka a.rassrochka2 {
  left: 56%;
}
.guarantee {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.guarantee p {
  display: block;
  width: 48%;
  text-align: right;
  line-height: normal;
}
.guarantee div {
  display: block;
  width: 48%;
}
@media all and (max-width: 500px) {
  .guarantee p {
    width: 100%;
    text-align: center;
  }
  .guarantee div {
    width: 100%;
  }
}

.skidki {
}
.skidki a {
  display: block;
}
.skidki img {
  display: block;
  width: 100%;
  height: auto;
}

.textBlock_second {
}
.textBlock_second .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin-bottom: 20px;
  text-align: center;
}
.textBlock_second .images a {
  display: block;
  width: 32%;
  margin: 0 auto 20px auto;
  overflow: hidden;
  text-align: center;
  max-height: 230px;
}
.textBlock_second .images a img {
  margin: 0 auto 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

/**/
.collection-category__gridE {
  display: grid;
  gap: 2.2rem 2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.collection-category__itemE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.collection-category__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
  color: #1f2229;
  font-size: 1.8rem;
  line-height: 1;
}
.collection-category__item-hover {
  display: none;
}
.collection-category__item-bg {
  border-radius: 0.9rem;
  height: 33.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.collection-category__item-bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  will-change: transform;
}
.collection-category__itemE:hover .collection-category__item-bg img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 767px) {
  .collection-category__gridE {
    gap: 14px 7px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}

.nav-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
}

.nav-slider .icon {
  color: #ab3b66;
  height: 1.5rem;
  width: 1.5rem;
}

.nav-slider .nav-prev {
  background: #fff;
  border: 1px solid #ab3b66;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.8rem;
  width: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
  padding-right: 0.1rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav-slider .nav-prev:hover {
  background: var(--black);
}

.nav-slider .nav-next {
  background: #fff;
  border: 1px solid #ab3b66;

  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.8rem;
  width: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.1rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav-slider .nav-next:hover {
  background: var(--black);
}

.autocomplete-suggestions {
  overflow: auto;
  -webkit-box-shadow: 0px 16px 35px 0px #1f222917;
  -moz-box-shadow: 0px 16px 35px 0px #1f222917;
  box-shadow: 0px 16px 35px 0px #1f222917;
  border: 1 solid #f0f0f0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  left: 0;
  right: 0;
  width: auto !important;
  padding: 15px 10px;
}
.autocomplete-suggestion {
  overflow: hidden;
}
.autocomplete-suggestion:first-child {
  border-top: none;
}
.autocomplete-suggestion .ws-sug-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.autocomplete-suggestion:first-child .ws-sug-item {
  border-top: none;
}

.ws-sug-item {
  text-decoration: none;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  align-content: flex-start;
  cursor: pointer;
}
.ws-sug-item__image {
  width: 55px;
  flex-shrink: 0;
  flex-grow: 0;
}
.ws-sug-item__image i {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding: 50% 0;
  position: relative;
}
.ws-sug-item__image i.no-photo {
  background-color: #d2d2d2;
}
.ws-sug-item__desc {
  margin: 0 15px;
  display: flex;
  flex-direction: norow;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-grow: 1;
}
.ws-sug-item__name {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.ws-sug-item__name b {
  color: #1166dd;
}
.ws-sug-item__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.ws-sug-item__price {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
}
.ws-sug-item__code {
  font-size: 14px;
  white-space: nowrap;
}

.ws-sug-item__btn {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  position: relative;
}
.ws-sug-item__btn button {
  margin-left: 20px;
  width: 52px;
  height: 52px;
}
.ws-sug-item__btn button svg {
  width: 21px;
  height: 21px;
}
.ws-sug-item__btn .catalog-item__to-fav {
  position: relative;
  right: auto;
  top: auto;
}
.ws-sug-item__btn .catalog-item__to-fav svg {
  width: 30px;
  height: 30px;
}
.ws-sug-item__btn .btn--search {
  font-size: 14px;
  padding: 0 22px;
  color: #fff;
  background-image: url(../images/ws-basket.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 37px;
  line-height: 35px;
}
.ws-sug-item__btn .btn--search.is--active {
  background-color: #1dbf5b;
  border: 1px solid #1dbf5b;
}
.ws-sug-group {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .catalog__header-search {
    width: 100% !important;
  }

  .autocomplete-suggestions {
    padding: 2rem 2rem;
  }
  .ws-sug-item {
    padding: 1.5rem 0 1.5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    align-content: flex-start;
    cursor: pointer;
  }
  .ws-sug-item__desc {
    margin: 0 2rem 0 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 45%;
  }
  .ws-sug-item__name {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .ws-sug-item__price {
    width: 100%;
    width: auto;
  }
  .ws-sug-item__btn button {
    width: 36px;
    height: 36px;
  }
  .ws-sug-item__btn button svg {
    width: 21px;
    height: 21px;
  }
  .ws-sug-item__btn .catalog-item__to-fav svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  .ws-sug-item__name {
    font-size: 1.6rem;
  }
  .ws-sug-item__price {
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .bx-search {
    flex-wrap: wrap;
  }
  .bx-search__title {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .bx-search__form {
    flex-grow: 1;
    position: relative;
    width: 100%;
  }

  .ws-sug-item__desc {
    flex-direction: row;
  }
  .ws-sug-item__name {
    width: 100%;
    margin-bottom: 5px;
  }
  .ws-sug-item__name b {
    color: #1166dd;
  }
  .ws-sug-item__row {
  }
}

/**/
.catalog__header-search {
  width: auto;
  flex-grow: 1;
}
.catalog__header--sort {
  flex-shrink: 0;
}
.catalog__header--sort select,
.catalog__sort select {
  display: block;
  padding: 0 50px 0 27px;
  height: 5.8rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position: right 1em top 50%, 0 0;
  border-radius: 0.4rem;
  border: 1px solid rgba(31, 34, 41, 0.15);
  outline: none;
  color: #1f2229;
  font-weight: 400;
  line-height: 100%;
  background-size: 1.7rem auto;
}

.catalog__header--sort select::-ms-expand,
.catalog__sort select::-ms-expand {
  display: none;
}
.catalog__header--sort select:hover,
.catalog__sort select:hover {
  /*border-color: #888;*/
}
.catalog__header--sort select:focus,
.catalog__sort select:focus {
  border-color: #aaa;
  color: #000;
  outline: none;
}
.catalog__header--sort select option,
.catalog__sort select option {
  font-weight: normal;
}
*[dir='rtl'] .catalog__header--sort select,
*[dir='rtl'].catalog__sort select,
:root:lang(ar) .catalog__header--sort select,
:root:lang(ar) .catalog__sort select,
:root:lang(iw) .catalog__header--sort select,
:root:lang(iw) .catalog__sort select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.catalog__selected {
  margin-bottom: 20px;
}
.ws-filters__selected {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.ws-filters__selected > div {
  padding: 2px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  border-radius: 6px;
  font-weight: 400;
  font-size: 13px;
  list-style: 15px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1166dd;
  border: 1px solid #1166dd;
  color: #fff;
}
.ws-filters__selected-item {
}
.ws-filters__selected-text {
  margin-right: 10px;
}
.ws-filters__selected-icon {
}
.ws-filters__selected-icon .i-cross {
  width: 15px;
  height: 15px;
}
.ws-filters__selected-clear {
}

/* КАЛК */

.panels-list__item .catalog-item__to-favorites {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}

.panels-list__item .catalog-item__to-favorites .icon {
  height: 2.1rem;
  width: 2.5rem;
  fill: #fff;
  stroke-width: 1px;
  stroke: rgba(31, 34, 41, 0.5);
}

.panels-list__item .catalog-item__to-favorites.is-fill .icon {
  stroke: none;
  fill: #b5191e;
}

.catalog-item__to-fav.is-fill .icon {
  stroke: #b5191e;
  fill: #b5191e;
}

.panels-list__item-name {
  font-size: 1.3rem;
  border-radius: 0.4rem;
  font-weight: 400;
  word-break: break-word;
}

.panels-list__item:hover .panels-list__item-btns .btn--select {
  background: #ab3b66;
  border-color: transparent;
}

.panels-list__item-btns .btn--select:hover {
  background: #ab3b66;
  border-color: transparent;
}

.panels-filter__value.is--active .panels-filter__value-check {
  background: #1f2229;
}

@media (min-width: 767px) {
  .panels-list_items {
    gap: 2.5rem 4rem;
  }

  .panels-list__item-btns {
    margin-top: 1.4rem;
  }

  .panels-list__item.is--selected:after {
    top: -0.7rem;
    width: 13.6rem;
  }
}

@media (max-width: 767px) {
  .panels-list__item.is--selected:after {
    width: calc(100% + 14px);
    height: 89%;
  }
}

.panels-list__item-name:after {
  width: 1.6rem;
  height: 1.1rem;
  bottom: -0.8rem;
  background: url(../img/icons/ugolok.svg) 50% / cover no-repeat;
}

.panels-filter__section.section--types .icon {
  max-width: 2.1rem;
  max-height: 4.5rem;
}

.panels-list__item.is--selected:after {
  display: none;
}

.panels-list__item.is--selected .panels-list__item-image {
  position: relative;
}

.panels-list__item.is--selected .panels-list__item-image::after {
  border: 2px solid #ab3b66;
  border-radius: 0.9rem;
  content: '';
  height: calc(100% + 16px);
  left: 50%;
  position: absolute;
  top: -8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 16px);
}

@media (max-width: 767px) {
  .panels-list__item.is--selected .panels-list__item-image::after {
    height: calc(100% + 12px);
    top: -6px;
    width: calc(100% + 12px);
  }
}

.panels-filter__section.section--color .icon {
  max-width: 4.4rem;
  max-height: 4.5rem;
}

.panels-filter__section.section--material .icon {
  max-width: 2.2rem;
  max-height: 4.3rem;
}

.panels-filter__section.section--doors .icon {
  max-width: 2.6rem;
  max-height: 4.5rem;
}

.panels-filter__section.section--options .icon {
  max-width: 4.2rem;
  max-height: 4rem;
}

.panels-filter__section.section--fav .icon {
  max-height: 4rem;
  max-height: 3.5rem;
}

.panels-filter__section span {
  margin-top: 0.1rem;
}

.panels-filter__sections {
  margin-bottom: 2.4rem;
}

@media (min-width: 767px) {
  .panels-filter__section {
    height: 9rem;
  }

  .panels-filter__section.section--fav sup {
    right: 6rem;
    top: 0.9rem;
  }
}

@media (max-width: 767px) {
  .panels-filter__section.section--fav sup {
    top: 7px;
  }
}

.panels-filter__section.section--fav sup {
  background: #616368;
  border: 2px solid #f8f8f8;
}

.panels-filter__values.values--color
  .panels-filter__value.is--active
  .panels-filter__value-check
  i,
.panels-filter__values.values--material
  .panels-filter__value.is--active
  .panels-filter__value-check
  i,
.panels-filter__values.values--doors
  .panels-filter__value.is--active
  .panels-filter__value-check
  i {
  background: #1f2229;
}

.panels-filter__value.has--bgcolor.is--active .panels-filter__value-check,
.panels-filter__value.has--bgimage.is--active .panels-filter__value-check {
  outline: 1px solid #1f2229;
  outline-offset: 4px;
}

.panels-filter__section.section--fav.is--active sup {
  background: #fff;
  border-color: #28b19a;
}

.panels-filter__section.section--fav.is--active sup {
  color: #1f2229;
}

.panels-filter__section.section--fav.is--active sup span {
  color: #1f2229;
}

.metaldlg-layout {
  backdrop-filter: blur(10px);
  background: rgba(31, 34, 41, 0.3);
}

.panels-filter__values .panels-filter__value-check i:after,
.panels-filter__value-check i {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.panels-filter__value.has--bgcolor.is--white .panels-filter__value-check {
  border: 1px solid rgba(48, 51, 59, 0.1);
}

.panels-filter__values.values--material .panels-filter__value-check i,
.panels-filter__values.values--color .panels-filter__value-check i,
.panels-filter__values.values--doors .panels-filter__value-check i {
  border: 1px solid rgba(31, 34, 41, 0.25);
}

@media (max-width: 767px) {
  .metalcard__design-items {
    justify-content: flex-start !important;
  }
}

.metaldlg-list.type--frame .metaldlg-list__item-btns .btn,
.metaldlg-list.type--furn .metaldlg-list__item-btns .btn {
  border: 1px solid #ab3b66;
  border-radius: 0.4rem;
  background: transparent;
  font-weight: 400;

  color: #1f2229;
}

@media (min-width: 767px) {
  .metaldlg-list.type--frame .metaldlg-list__item-btns .btn,
  .metaldlg-list.type--furn .metaldlg-list__item-btns .btn {
    font-size: 1.6rem;
  }
}

.metaldlg-list.type--frame .metaldlg-list__item-btns .btn:hover,
.metaldlg-list.type--furn .metaldlg-list__item-btns .btn:hover {
  background: #ab3b66;
  border-color: transparent;
  color: #fff;
}

.metaldlg-list.type--frame
  .metaldlg-list__item.is--selected
  .metaldlg-list__item-btns
  .btn,
.metaldlg-list.type--furn
  .metaldlg-list__item.is--selected
  .metaldlg-list__item-btns
  .btn {
  background: #28b19a;
  color: #fff;
  border-color: transparent;
}

.metaldlg-list__item-btns .link {
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .metaldlg-list__item-btns .link {
    font-size: 12px;
  }
}

.metaldlg-list__item-btns .link:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .metaldlg-list.type--frame .metaldlg-list__item-btns {
    justify-content: flex-start;
    gap: 3.2rem;
  }
}

.metaldlg-list.type--frame .metaldlg-list__item,
.metaldlg-list.type--furn .metaldlg-list__item {
  border: 1px solid rgba(31, 34, 41, 0.3);
}

.metaldlg-list.type--frame .metaldlg-list__item.is--selected,
.metaldlg-list.type--furn .metaldlg-list__item.is--selected {
  background: #f2f2f2;
  border: 1px solid rgba(31, 34, 41, 0.1);
}

.metaldlg-list.type--frame .metaldlg-list__item-image {
  border-radius: 0.4rem;
}

.panels-list__item-name {
  max-width: unset;
  width: calc(100% + 4rem);
}

@media (max-width: 767px) {
  .panels-list__item-name {
    font-size: 10px;
    width: calc(100% + 1rem);
  }
}

.metalinfo__window {
  border-radius: 0.4rem;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 6px;
}

@media (max-width: 767px) {
  .metalcard__description {
    padding: 16px;
  }
}

.catalog-item.design--osf .catalog-item__images {
  max-width: 27.1rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 3.4rem;
  justify-content: center;
  margin: 0 auto 0.8rem;
}

.catalog-item.design--osfb .catalog-item__images--slider {
  max-width: 21.4rem;
}

.catalog-item.design--osfbv .catalog-item__images--slider {
  max-width: 17.3rem;
}

.catalog-item.design--dsfbb .catalog-item__images--slider {
  max-width: 21.8rem;
}

.catalog-item.design--ds .catalog-item__images--slider {
  max-width: 26.4rem;
}

.catalog-item.design--dsf .catalog-item__images--slider {
  max-width: 21.6rem;
}

body .catalog-item__images--slider {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-item__images-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0.4rem;
  justify-content: center;
  margin-top: 0.7rem;
}

.catalog-item__images-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  height: 0.7rem;
  margin: 0 !important;
  opacity: 1;
  width: 0.7rem;
}

.catalog-item__images-pagination .swiper-pagination-bullet-active {
  background: #ab3b66;
}

@media (max-width: 767px) {
  .catalog-item.design--osf .catalog-item__images {
    gap: 8px;
    margin-bottom: 5px;
  }

  .catalog-item.design--osfb .catalog-item__images--slider {
    max-width: calc(var(--indexSize) * 34.3);
    padding: 0;
  }

  .catalog-item.design--osfbv .catalog-item__images--slider {
    max-width: calc(var(--indexSize) * 32.4);
  }

  .catalog-item.design--dsfbb .catalog-item__images--slider {
    max-width: calc(var(--indexSize) * 36.4);
  }

  .catalog-item.design--ds .catalog-item__images--slider {
    margin-left: -3px;
    max-width: calc(var(--indexSize) * 39.4);
    width: calc(100% + 3px);
  }

  .catalog-item.design--dsf .catalog-item__images--slider {
    max-width: calc(var(--indexSize) * 36.2);
  }

  body .catalog-item__images--slider {
    gap: 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  .catalog-item__images-pagination {
    margin-top: 4px;
  }

  .catalog-item__images-pagination .swiper-pagination-bullet {
    height: 5px;
    -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 5px;
  }

  .catalog-item__image {
    height: calc(var(--indexSize) * 39);
  }
  .catalog-item__images {
    justify-content: space-between;
  }
}

.catalog-item__to-fav .icon {
  stroke: #191c1f;
  fill: #fff;
}

.header__fav .icon {
  stroke: #fff;
  fill: transparent;
}

.header.header--inner .header__fav .icon {
  stroke: #1f2229;
}

.header.header--inner.fixed .header__fav .icon {
  stroke: #fff;
}

.header__cart {
  color: #fff;
}

.header.header--inner .header__cart {
  color: #1f2229;
}

.header.header--inner.fixed .header__cart {
  color: #fff;
}

.catalog-item .catalog-item__to-fav .ws-waiter {
  display: none;
}

.catalog-item .catalog-item__to-fav.ws-waiting {
  position: absolute;
}

.catalog__header--sort select {
  cursor: pointer;
}

body .ws-waiting:before {
  z-index: 19;
}

@media (max-width: 767px) {
  .collection-category__item-bg {
    height: auto;
  }
  .catalog-item.design--osf .catalog-item__images {
    gap: 10px;
  }
  .catalog__header--sort {
    width: 100%;
    font-size: 14px;
    height: 44px;
  }
  .catalog__header--sort select {
    padding: 0 13px;
    background-position: right 1.4em top 50%, 0 0;
    background-size: 1.4rem auto;
    height: 44px;
  }
}

.header__actions .i--over {
  display: none;
}

.header-mark {
  right: -1rem;
  top: -0.8rem;
}

.header__actions {
  gap: 3.4rem;
}

body .ws-waiting .ws-waiter i:before {
  border: 5px solid #ab3b66;
}

@media (min-width: 767px) {
  .collection-category__gridE {
    grid-template-columns: repeat(5, 1fr);
  }
  .collection-category__item-bg {
    height: 26.4rem;
  }
  .entrance-doors__hero .collection-category__item-title {
    font-size: 1.8rem;
  }
}

/* МК */

/* ЛИСТИНГ КАТЕГОРИЙ */

.interior-catalog {
  padding-bottom: 10rem;
}

.interior-catalog__header {
  max-width: 112.2rem;
}

.interior-catalog__header .h1 {
  margin-bottom: 0.5rem;
}

.interior-catalog__header p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.195;
}

.interior-catalog__header p:last-of-type {
  margin-bottom: 0;
}

.interior-catalog__nav {
  margin-top: 3.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.9rem;
}

.interior-catalog__nav,
.interior-catalog__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.interior-catalog__nav-menu {
  gap: 2.7rem;
}

.interior-catalog__nav-menu-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.195;
}

.interior-catalog__nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #e2e2e2;
  gap: 1.6rem;
  padding: 0 0 0.9rem;
}

.interior-catalog__nav-menu-item {
  font-size: 1.8rem;
  line-height: 1.195;
  position: relative;
}

.interior-catalog__nav-menu-item:hover a {
  color: #ab3b66;
}

.interior-catalog__nav-menu-item:after {
  background: #1f2229;
  content: '';
  height: 0.4rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: calc(100% + 5px);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.interior-catalog__nav-menu-item.is-active:after {
  opacity: 1;
}

.interior-catalog__nav-filter .interior-catalog__nav-menu-list {
  gap: 1.4rem;
}

.interior-catalog__section {
  margin-bottom: 4.6rem;
}

.interior-catalog__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-catalog__section-title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0;
}

.interior-catalog__section-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.interior-catalog__section-download-title {
  font-size: 1.8rem;
  line-height: 1.195;
}

.interior-catalog__section-download-items {
  gap: 1.8rem;
}

.interior-catalog__section-download-item,
.interior-catalog__section-download-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-catalog__section-download-item {
  border: 1px solid #1f2229;
  border-radius: 0.4rem;
  height: 4.4rem;
  width: 22.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interior-catalog__section-download-item:hover span {
  color: #b5191e;
}

.interior-catalog__section-download-item span {
  color: #1f2229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.interior-catalog__section-download-item span:before {
  background: url(../img/icons/pdf-icon.svg) 50% / contain no-repeat;
  content: '';
  display: block;
  height: 2rem;
  width: 1.6rem;
}

.interior-catalog__section-download-item--red {
  background: #f5f5f5;
}

.interior-catalog__section-grid {
  display: grid;
  gap: 3.3rem 1.6rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 3.5rem;
}

.interior-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interior-item:hover .interior-item__image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/* .interior-item:hover .interior-item__image:after {
  opacity: 1;
} */

.interior-item__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  padding: 6rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-item__hover .interior-item__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.interior-item__image {
  border-radius: 0.9rem;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* .interior-item__image:after {
  background: rgba(31, 34, 41, 0.94);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
} */

.interior-item__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  will-change: transform;
}

.interior-item__steakers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  right: 1.1rem;
  top: 1.3rem;
  z-index: 2;
}

.interior-item__steaker,
.interior-item__steakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interior-item__steaker {
  background: #14aa23;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  height: 2.8rem;
  width: 7.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interior-item__steaker--sale {
  background: #14aa23;
}

.interior-item__steaker--new {
  background: #b5191e;
}

.interior-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
}

.interior-item__title {
  color: #1f2229;
  font-size: 1.8rem;
  line-height: 1;
}

.interior-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.interior-catalog__section--popular .interior-item__price {
  display: inline;
}

.interior-catalog__section--popular .interior-item__price span {
  font-weight: 400;
}

.interior-catalog__section--popular .interior-item__footer {
  display: block;
  text-align: center;
}

.interior-item__price-old {
  color: rgba(31, 34, 41, 0.5);
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: line-through;
}

.interior-item__price-main {
  color: #1f2229;
  font-size: 1.8rem;
  line-height: 1;
}

.interior-item__price-main span {
  font-weight: 600;
}

.interior-catalog--v2 .interior-catalog__header {
  max-width: 100%;
}

.interior-catalog--v2 .interior-catalog__header p {
  max-width: 128.1rem;
}

.interior-catalog--v2 .interior-catalog__header .h1 {
  margin-bottom: 0;
}

.interior-catalog__header-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.9rem;
}

.interior-catalog__header-flex,
.interior-catalog__popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-catalog__popular {
  gap: 5.4rem;
  margin-bottom: 3.5rem;
}

.interior-catalog__popular-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.195;
}

.interior-catalog__popular-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
}

.interior-catalog__popular-item {
  -webkit-box-flex: 1;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #e2e2e2;
  -ms-flex: 1;
  flex: 1;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.6rem;
}

.interior-catalog__popular-item.is--active,
.interior-catalog__popular-item:hover {
  background: #28b19a;
  color: #fff;
  border-color: transparent;
}

@media (min-width: 767px) {
  .interior-catalog--v2 .interior-catalog__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .interior-catalog {
    padding-bottom: 40px;
  }

  .interior-catalog__header .h1 {
    margin-bottom: 10px;
  }

  .interior-catalog__header p {
    font-size: 12px;
  }

  .interior-catalog__nav {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .interior-catalog__nav-category {
    width: 100%;
  }

  .interior-catalog__nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fafafa;
    border-radius: 9px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }

  .interior-catalog__nav-menu-title {
    font-size: 14px;
  }

  .interior-catalog__nav-menu-list {
    border-color: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding-bottom: 3px;
  }

  .interior-catalog__nav-menu-item {
    font-size: 12px;
  }

  .interior-catalog__nav-menu-item:after {
    height: 2px;
    top: 100%;
  }

  .interior-catalog__nav-filter {
    margin-top: 10px;
  }

  .interior-catalog__nav-filter .interior-catalog__nav-menu-list {
    gap: 6px 12px;
  }

  .interior-catalog__section {
    margin-bottom: 30px;
  }

  .interior-catalog__section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .interior-catalog__section-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .interior-catalog__section-download {
    gap: 10px;
    margin-top: 15px;
    width: 100%;
  }

  .interior-catalog__section-download-title {
    font-size: 12px;
  }

  .interior-catalog__section-download-items {
    gap: 8px;
    width: 100%;
  }

  .interior-catalog__section-download-item {
    height: 28px;
    text-align: center;
    width: 50%;
  }

  .interior-catalog__section-download-item span {
    font-size: 10px;
  }

  .interior-catalog__section-download-item span:before {
    display: none;
  }

  .interior-catalog__section-grid {
    gap: 14px 7px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }

  .interior-item__image {
    aspect-ratio: 1;
    height: auto;
  }

  .interior-item__steakers {
    right: 10px;
    top: 10px;
  }

  .interior-item__steaker {
    font-size: 10px;
    height: 22px;
    padding: 0 8px;
    width: auto;
  }

  .interior-item__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 10px;
  }

  .interior-item__title {
    font-size: 12px;
    text-align: center;
  }

  .interior-item__price {
    gap: 6px;
  }

  .interior-item__price-old {
    font-size: 9px;
  }

  .interior-item__price-main {
    font-size: 12px;
  }

  .interior-catalog--v2 .interior-catalog__nav {
    margin-bottom: 10px;
  }

  .interior-catalog__header-flex,
  .interior-catalog__popular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .interior-catalog__popular {
    background: #fafafa;
    border-radius: 9px;
    gap: 5px;
    padding: 10px;
  }

  .interior-catalog__popular-title {
    font-size: 14px;
  }

  .interior-catalog__popular-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interior-catalog__popular-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    font-size: 12px;
    padding: 6px 8px;
  }
}

@media (max-width: 360px) {
  .interior-item__footer,
  .interior-item__price {
    gap: 4px;
  }
}

@media (max-width: 340px) {
  .interior-item__title {
    font-size: 10px;
  }

  .interior-item__price-old {
    font-size: 8px;
  }

  .interior-item__price-main {
    font-size: 10px;
  }
}

.bx-search-form {
  position: relative;
}

.bx-search-form input {
  width: 100%;
  display: block;
  border: 4px solid #ab3b66;
  border-radius: 0.4rem;
  height: 4.7rem;
  padding: 0 5.8rem 0 1.9rem;
}

.bx-search-form-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: none;
  border-radius: 0;
  width: 5.8rem;
  height: 4.3rem;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bx-search-form-btn .icon {
  width: 1.9rem;
  height: 1.9rem;
  color: #31363d;
  transform: all ease 0.3s;
}

.bx-search-form-btn:hover {
  background: none;
}

.bx-search {
  margin-bottom: 2.9rem;
}

@media (max-width: 767px) {
  .bx-search {
    margin-bottom: 20px;
  }
}

/* МК КАТАЛОГ ЛИСТИН */

@media (min-width: 767px) {
  .catalog-item--rd .catalog-item__image {
    height: 29.7rem;
  }
}

.catalog-item--rd .catalog-item__title {
  text-align: center;
  min-height: auto;
  margin-top: 2rem;
  padding-right: 0;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__title {
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0;
    margin-top: 7px;
  }
}

.catalog-item--rd .catalog-item__price {
  justify-content: center;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}

.catalog-item--rd .catalog-item__price-main {
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__price-main {
    font-size: 20px;
  }
}

.catalog-item--rd .catalog-item__price-old {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: #d9d9d9;
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__price-old {
    font-size: 12px;
  }
}

.catalog-item--rd .catalog-item__buttons .catalog-item__to-cart {
  max-width: 7.2rem;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__buttons .catalog-item__to-cart {
    max-width: 46px;
  }
}

.catalog-item--rd .catalog-item__buttons .catalog-item__to-form {
  flex: 1 1 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__buttons .catalog-item__to-form {
    max-width: calc(100% - 51px);
  }
}

@media (min-width: 767px) {
  .catalog-item--rd .catalog-item__buttons {
    gap: 0.7rem;
  }
}

.catalog-item--rd .catalog-item__article:before {
  opacity: 1;
}

.catalog-item.catalog-item--rd.catalog-promo {
  padding: 0;
  border: none;
  gap: 1.5rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .catalog-item.catalog-item--rd.catalog-promo {
    gap: 6px;
  }
}

.catalog-item.catalog-item--rd.catalog-promo:hover {
  box-shadow: none;
}

.catalog-item--rd .catalog-promo__item {
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 767px) {
  .catalog-item--rd .catalog-item__to-fav .icon {
    width: 2.7rem;
    height: 2.2rem;
  }

  .catalog-item--rd .catalog-item__to-fav {
    right: 1.4rem;
    top: 0.8rem;
  }
}

@media (max-width: 767px) {
  .catalog-item--rd .catalog-item__to-fav {
    right: 8px;
  }
}

.catalog-item.catalog-item--rd {
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  padding: 1.1rem 2rem 2rem;
}

@media (max-width: 767px) {
  .catalog-item.catalog-item--rd {
    padding: 8px 6px;
  }
}
.catalog-item__stickers {
  position: absolute;
  right: 0.5rem;
  top: 4.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.catalog-item__sticker,
.catalog-item__stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-item__sticker {
  background: #ab3b66;
  border-radius: 0.4rem;
  height: 4.4rem;
  width: 4.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
}

.catalog-item__sticker--hit {
  background: var(--red);
  font-size: 1.8rem;
  padding-bottom: 0.2rem;
}

@media (max-width: 767px) {
  .catalog-item__stickers {
    gap: 2px;
    top: 28px;
  }
  .catalog-item__sticker {
    font-size: 14px;
    height: 27px;
    padding-top: 2px;
    width: 27px;
  }
}

.catalog-slider__slider {
  overflow: unset;
}

.catalog__grid {
  margin-top: 2.8rem;
}

@media (max-width: 767px) {
  .catalog__grid {
    margin-top: 20px;
  }
}

.active-filter {
  background: #28b19a;
}

.active-filter[data-ctrl='clear'] {
  background: #ab3b66;
}

.interior-item__steaker {
  border-radius: 0.2rem;
}

@media (min-width: 767px) {
  .interior-item__steaker {
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 0.2rem;
  }
}

.interior-item__steaker--sale {
  background: #28b19a;
}

.interior-item__steaker--new {
  background: #ab3b66;
}

.interior-item__footer {
  gap: 0.8rem;
}
.interior-item__price-old {
  margin-right: -0.2rem;
}

@media (max-width: 767px) {
  .interior-item__price-old {
    margin-right: 0;
  }
  .interior-item__footer {
    gap: 6px;
  }
}

.catalog__pagination ul li.active {
  background: #f4f4f4;
  color: #1f2229;
}

.catalog__pagination ul li.active a,
.catalog__pagination ul li.active span {
  color: #1f2229;
}

.catalog__loadmore {
  background: #ab3b66;
  color: #fff;
  border-color: transparent;
}

.catalog-category__content ol,
.catalog-category__content ul {
  margin: 0;
  padding: 0;
}

.catalog-category__content ul {
  list-style: none;
}

.catalog-category__content li,
.catalog-category__content p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.38889;
}

.catalog-category__content ul li {
  margin-bottom: 1.5rem;
  padding-left: 2.9rem;
  position: relative;
}

.catalog-category__content ul li:after {
  background: #ab3b66;
  border-radius: 50%;
  content: '';
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  width: 1.2rem;
}

.catalog-category__content img {
  border-radius: 0.9rem;
}

.catalog-category__content .h3,
.catalog-category__content .h4,
.catalog-category__content h3,
.catalog-category__content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.38889;
  margin-bottom: 2rem;
}

.catalog-category__content h3 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .catalog-category__content .h3,
  .catalog-category__content .h4,
  .catalog-category__content h3,
  .catalog-category__content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .catalog-category__content h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .content-row__text ol,
  .content-row__text ul {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .catalog-category__content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .catalog-category__content li,
  .catalog-category__content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .catalog-category__content ul li:after {
    height: 8px;
    top: 5px;
    width: 8px;
  }
}

.catalog-category__header p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.38889;
  max-width: 100.7rem;
}

.catalog__header {
  display: block;
  padding: 0;
}

.catalog-category__header {
  display: block;
  padding: 0;
}

.catalog-category__header .h1 {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .catalog-category__header .h1 {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .catalog-category__header p {
    font-size: 14px;
  }
}

/* КАРТА МК */

.card {
  padding-bottom: 7.6rem;
}

.card__header {
  margin-bottom: 3.7rem;
}

.card__header .h1 {
  margin-bottom: 0;
}

.card__header p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.195;
  max-width: 110rem;
}

.card__header p:last-of-type {
  margin-bottom: 0;
}

.card__header-text {
  margin-top: 1.1rem;
}

.card__header-text {
  font-weight: 300;
  font-size: 1.8rem;
}

.card__header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__area-mobile,
.card__area-mobile-fixed {
  display: none;
}

.card__area-mobile-fixed.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.card__area-mobile-fixed,
.card__area-mobile-fixed.is-active {
  -webkit-box-shadow: 0 0 9px 0 rgba(49, 54, 61, 0.1);
  box-shadow: 0 0 9px 0 rgba(49, 54, 61, 0.1);
}

.card__area-mobile-fixed {
  background: #fff;
  gap: 24px;
  left: 0;
  padding: 20px 30px;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__area-mobile-fixed .card__area-mobile-description {
  display: none;
}

.card__area-mobile-fixed .card__image {
  height: 170px;
}

.card__area-mobile-fixed .card__area-mobile-image {
  max-width: 77px;
}

.card__area-mobile-fixed .card__area-mobile-text {
  padding: 0;
  width: 100%;
}

.card__area-mobile-image {
  max-width: 136px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card__area-mobile-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 22px;
}

.card__area-mobile-price {
  margin-top: auto;
}

.card__mobile-tabs {
  display: none;
}

.card__mobile-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  gap: 5.2rem;
}

.card__mobile-tabs-header-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.195;
}

.card__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.4rem;
}

.card__aside {
  max-width: 30.2rem;
  width: 100%;
}

.card__aside-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 66.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.card__title {
  font-size: 2.6rem;
  line-height: 1.195;
  margin-top: 2.5rem;
  text-align: center;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.8rem;
}

.card__price-main {
  font-size: 3.5rem;
  font-weight: 500;
}

.card__price-old {
  font-size: 1.7rem;
  opacity: 0.5;
  text-decoration: line-through;
}

.card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.card__buttons .catalog-item__order {
  -webkit-box-flex: 1;
  background: #28b19a;
  border-radius: 0.4rem;
  color: #fff;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.4rem;
  font-weight: 400;
  height: 5.2rem;
  width: 100%;
  text-transform: uppercase;
}

.card__buttons .catalog-item__order:hover {
  background: #3ad2b9;
}

.card__buttons .catalog-item__to-cart {
  border-radius: 0.4rem;
  height: 5.2rem;
  max-width: 8.1rem;
  width: 100%;
}

.card__buttons .catalog-item__to-cart:hover {
  background: #c75c85;
  border-color: transparent;
  color: #fff;
}

.card__buttons .catalog-item__to-cart .icon {
  height: 2.8rem;
  width: 2.8rem;
}

.card__info {
  margin-top: 1.5rem;
  width: 100%;
}

.card__info,
.card__info-p {
  max-width: 26.9rem;
}

.card__info-p {
  font-size: 1.4rem;
  margin-top: 1.7rem;
}

.card__info-item,
.card__info-p {
  color: rgba(31, 34, 41, 0.85);
  font-weight: 300;
}

.card__info-p {
  color: rgba(31, 34, 41, 0.5);
}

.card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  gap: 0.7rem;
}

.card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 11rem;
  width: 100%;
}

.card__colors-area {
  margin-bottom: 2.7rem;
}

.card__colors-area:last-of-type {
  margin-bottom: 0;
}

.card__colors-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.195;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .card__colors-title {
    font-size: 16px;
  }
}

.card__colors-grid {
  display: grid;
  gap: 1.4rem 1rem;
  grid-template-columns: repeat(15, 1fr);
}

.card__color {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.4rem;
  cursor: pointer;
  height: 5.5rem;
  width: 5.5rem;
}

.card__color.is-selected {
  outline: 1px solid rgba(49, 54, 61, 0.4);
  outline-offset: 0.3rem;
}

.card__offers {
  margin-top: 4.5rem;
}

.card__offers-area {
  margin-bottom: 1.7rem;
}

.card__offers-area:last-of-type {
  margin-bottom: 0;
}

.card__offers-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.card__offers-grid {
  display: grid;
  gap: 2.9rem;
  grid-template-columns: repeat(7, 1fr);
}

.card__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.card__offer-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24.8rem;
  margin-bottom: 1.1rem;
  width: 100%;
}

.card__offer-title {
  color: #31363d;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.195;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
}

.card__offer.is-selected .card__offer-image {
  outline: 1px solid rgba(49, 54, 61, 0.4);
  outline-offset: 0.4rem;
}

.opening-schemes {
  padding: 4.8rem 0 9.3rem;
}

.opening-schemes .h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.opening-schemes__grid {
  display: grid;
  gap: 6.5rem 14.8rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 4.2rem;
  padding: 0 4.8rem;
}

.opening-schemes__item {
  width: 100%;
}

.opening-schemes__item:first-of-type span {
  margin-right: -2rem;
}

.opening-schemes__item:nth-of-type(6) span {
  margin-right: -6rem;
}

.opening-schemes__item:nth-of-type(9) span {
  margin-right: -6rem;
}

.opening-schemes__item span {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
}

.opening-schemes__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20.2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.7rem;
}

.opening-schemes__item-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-collection {
  padding-bottom: 9.9rem;
}

.about-collection__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-collection__text {
  max-width: 52rem;
  width: 100%;
}

.about-collection__text .h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

.about-collection__text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}

.about-collection__text p:last-of-type {
  margin-bottom: 0;
}

.about-collection__image {
  max-width: 74.6rem;
  width: 100%;
}

.about-collection__image img {
  border-radius: 1.3rem;
  height: 48rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.about-collection__slider {
  position: relative;
}

.about-collection__slider .nav-prev {
  background: #fff;
  border-radius: 50%;
  height: 6.4rem;
  left: -3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.4rem;
  z-index: 2;
  border: none;
}

.about-collection__slider .nav-prev .icon {
  height: 1.9rem;
  width: 1.1rem;
}

.about-collection__slider .nav-next {
  background: #fff;
  border-radius: 50%;
  height: 6.4rem;
  position: absolute;
  right: -3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.4rem;
  z-index: 2;
  border: none;
}

.about-collection__slider .nav-next .icon {
  height: 1.9rem;
  width: 1.1rem;
}

.doors-slider .swiper-slide .doors-slider__slide {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.about-collection__slider .nav-prev:hover,
.about-collection__slider .nav-next:hover {
  background: #fff;
}

.doors-slider .swiper-slide-visible .doors-slider__slide {
  opacity: 1;
  pointer-events: auto;
}

.doors-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9rem;
  margin-bottom: 4rem;
}

.doors-slider__slide:hover .doors-slider__slide-image img {
  opacity: 0.9;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.doors-slider__slide-image {
  border-radius: 1.3rem;
  height: 37rem;
  overflow: hidden;
  width: 100%;
}

.doors-slider__slide-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  will-change: transform;
}

.doors-slider__slide-title {
  display: block;
  font-size: 2.3rem;
  line-height: 1.195;
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 767px) {
  .card__color:hover {
    outline: 1px solid #ab3b66;
    outline-offset: 0.3rem;
  }

  .card__offer:hover .card__offer-image,
  .card__offer.is-active .card__offer-image {
    outline: 1px solid #ab3b66;
    outline-offset: 0.4rem;
  }

  .card__offer:hover .card__offer-title {
    color: #000;
  }
}

@media (max-width: 767px) {
  .card {
    padding-bottom: 60px;
  }

  .card .catalog-slider .h2 {
    font-size: 20px;
    font-weight: 700;
  }

  .card .catalog-slider__header {
    margin-bottom: 20px;
  }

  .card__header {
    display: none;
  }

  .card__area-mobile {
    gap: 9px;
  }

  .card__area-mobile,
  .card__area-mobile-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card__area-mobile-fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-210px);
    -ms-transform: translateY(-210px);
    transform: translateY(-210px);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .card__mobile-tabs {
    display: block;
  }

  .card__area {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card__aside {
    max-width: 100%;
  }

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

  .card__aside-sticky .card__buttons,
  .card__aside-sticky .card__image,
  .card__aside-sticky .card__price,
  .card__aside-sticky .card__title {
    display: none;
  }

  .card__image {
    height: 300px;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }

  .card__header-text {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 7;
    font-size: 14px;
    overflow: hidden;
  }

  .card__header-text p,
  .card__header-text {
    font-size: 14px;
    font-weight: 300;
  }

  .card__title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.195;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
  }

  .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: auto;
  }

  .card__price-main {
    font-size: 30px;
    font-weight: 700;
  }

  .card__price-old {
    font-size: 1.5rem;
    text-decoration: none;
  }

  .card__price-old:before {
    content: 'старая цена ';
  }

  .card__buttons {
    gap: 5px;
    margin-top: 15px;
  }

  .card__buttons .catalog-item__order {
    /* border-radius: 42px; */
    font-size: 1.2rem;
    font-weight: 600;
    height: 30px;
  }

  .card__buttons .catalog-item__to-cart {
    /* border-radius: 42px; */
    height: 30px;
    max-width: 47px;
  }

  .card__buttons .catalog-item__to-cart .icon {
    height: 18px;
    width: 18px;
  }

  .card__info {
    margin: 16px 0 0;
    max-width: 100%;
  }

  .card__info-p {
    font-size: 12px;
    margin: 10px 0 0;
    max-width: 80%;
  }

  .card__info-item {
    font-size: 1.2rem;
    gap: 5px;
  }

  .card__content {
    border-top: 1px solid rgba(49, 54, 61, 0.2);
    margin-top: 8px;
    padding: 13px 0 0;
  }

  .card__colors-grid {
    gap: 14px 11px;
    grid-template-columns: repeat(5, 1fr);
  }

  .card__color {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
  }

  .card__offers {
    display: grid;
    gap: 12px 11px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
  }

  .card__offers-area {
    display: contents;
  }

  .card__offers-title {
    display: none;
  }

  .card__offers-grid {
    display: contents;
  }

  .card__offer-image {
    background-position: 50%;
    height: calc(var(--indexSize) * 43);
    margin-bottom: 5px;
  }

  .card__offer-title {
    font-size: 12px;
  }

  .card__offer.is-selected .card__offer-image {
    outline-offset: 2px;
  }

  .opening-schemes {
    padding: 51px 0 41px;
  }

  .opening-schemes .h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .opening-schemes__grid {
    gap: 26px 0;
    grid-template-columns: 31% 38% 33%;
    margin-left: -6px;
    margin-top: 34px;
    padding: 0;
  }

  .opening-schemes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .opening-schemes__item:first-of-type span {
    margin-right: 0;
  }

  .opening-schemes__item:nth-of-type(6) span {
    margin-right: 0;
  }

  .opening-schemes__item:nth-of-type(9) span {
    margin-right: 0;
  }

  .opening-schemes__item:last-of-type {
    display: none;
  }

  .opening-schemes__item:nth-of-type(4) .opening-schemes__item-image img,
  .opening-schemes__item:nth-of-type(5) .opening-schemes__item-image img,
  .opening-schemes__item:nth-of-type(6) .opening-schemes__item-image img {
    max-height: 159px;
  }

  .opening-schemes__item:nth-of-type(2) span {
    max-width: 95px;
  }

  .opening-schemes__item:nth-of-type(5) span {
    max-width: 60px;
  }

  .opening-schemes__item:nth-of-type(7) span {
    max-width: 60px;
  }

  .opening-schemes__item:nth-of-type(8) span {
    max-width: 81px;
  }

  .opening-schemes__item span {
    font-size: 12px;
  }

  .opening-schemes__item-image {
    height: auto;
    margin-bottom: 8px;
    max-height: 169px;
  }

  .opening-schemes__item-image img {
    max-height: 169px;
  }

  .about-collection {
    padding-bottom: 43px;
  }

  .about-collection__area {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
  }

  .about-collection__text {
    max-width: 100%;
  }

  .about-collection__text .h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 13px;
  }

  .about-collection__text p {
    font-size: 14px;
    line-height: 1.2;
  }

  .about-collection__image img {
    border-radius: 6px;
    height: 222px;
  }

  .about-collection__slider .nav-prev {
    height: 42px;
    left: -21px;
    width: 42px;
  }

  .about-collection__slider .nav-prev .icon {
    height: 13px;
    width: 7px;
  }

  .about-collection__slider .nav-next {
    height: 42px;
    right: -21px;
    width: 42px;
  }

  .about-collection__slider .nav-next .icon {
    height: 13px;
    width: 7px;
  }

  .doors-slider .swiper-slide .doors-slider__slide {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: initial;
    transition: initial;
  }

  .doors-slider__header {
    margin-bottom: 20px;
  }

  .doors-slider__header .h2 {
    font-size: 20px;
    font-weight: 700;
  }

  .doors-slider__nav {
    display: none;
  }

  .doors-slider__slide-image {
    height: 233px;
  }

  .doors-slider__slide-title {
    font-size: 16px;
    margin-top: 13px;
    text-align: left;
  }
}

@media (max-width: 370px) {
  .opening-schemes__grid {
    grid-template-columns: 32% 38% 31.7%;
  }
}

@media (max-width: 340px) {
  .card__area-mobile-text {
    padding-top: 5px;
  }

  .card__price-main {
    font-size: 27px;
  }

  .card__price-old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .card__buttons {
    margin-top: 10px;
  }

  .card__buttons .catalog-item__order {
    font-size: 10px;
  }
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card__color-item span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0.5rem 0 0;
  opacity: 0.7;
  text-align: center;
}

.card-action--to-favorites.is-fill {
  stroke: transparent;
}

.card-action--to-favorites .icon {
  order: -1;
}

.card__offer-image.no-photo {
  background: url('../img/no-photo.jpg') center/130% no-repeat;
  background-color: #fafafa;
}

.nav-slider .icon {
  width: 1.9rem;
  height: 1.4rem;
}

.card__buttons .catalog-item__order {
  font-weight: 400;
}

@media (max-width: 767px) {
  .card__header-text {
    height: 118px;
    overflow-y: auto;
    -webkit-line-clamp: unset;
    -moz-line-clamp: unset;
    padding-right: 6px;
    margin-right: -6px;
  }
}

.card__color-item.is-active .card__color {
  outline: 1px solid #ab3b66;
  outline-offset: 0.3rem;
}

.catalog-slider .swiper-slide .ed-catalog-item {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catalog-slider .swiper-slide-visible .ed-catalog-item {
  opacity: 1;
  pointer-events: auto;
}

body .btn.catalog-item__to-cart.ws-waiting:before {
  border-radius: 0.4rem;
}

body .btn.ws-waiting:before {
  background-color: #ab3b66;
}

.catalog-item__to-cart.is-active {
  background: #16ba3a;
}

.home .catalog-category__header,
.home .catalog__header {
  display: flex;
}

.opening-options {
  padding: 10rem 0;
}

.opening-options .h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
  text-align: center;
}

.opening-options video {
  height: auto;
  max-width: 100%;
}

.opening-options__grid {
  display: grid;
  gap: 3.2rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.opening-options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.opening-options__item.is-hidden {
  display: none;
}

.opening-options__item-video {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
}

.opening-options__item-video video {
  border-radius: 0.9rem;
}

.opening-options__item-title {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}

.opening-options__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 3.6rem;
  justify-content: center;
}

.opening-options__footer .link {
  color: #1f2229;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.opening-options__footer .link:hover {
  text-decoration: none;
}

.opening-options__footer .link:after {
  bottom: -0.2rem;
  height: 1px;
}

.opening-options__btn-more {
  background: #28b19a;
  font-weight: 600;
  height: 4.6rem;
  max-width: 26.9rem;
  padding-bottom: 0.1rem;
  width: 100%;
}

.opening-options__btn-more:hover {
  background: #3ad2b9;
}
.opening-options__header {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .opening-options {
    padding: 34px 0 44px;
  }

  .opening-options .h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
  }

  .opening-options__item-video {
    margin-bottom: 5px;
  }

  .opening-options__item-video:after {
    background: url(../img/icons/o-pause.svg) 50% / contain no-repeat;
    background: url(../img/icons/o-play.svg) 50% / contain no-repeat;
    content: '';
    height: 2rem;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.7rem;
  }

  .opening-options__item-video.is-played:after {
    background: url(../img/icons/o-pause.svg) 50% / contain no-repeat;
  }

  .opening-options__item-title {
    font-size: 12px;
  }

  .opening-options__footer {
    gap: 0;
    margin-top: 24px;
  }

  .opening-options__footer .link {
    font-size: 14px;
  }

  .opening-options__btn-more {
    display: none;
  }

  .opening-options__header {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .catalog-slider--rd .catalog-item__buttons .btn {
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .catalog-slider--rd .catalog-item__buttons .btn {
    font-size: 9px;
  }
}

.ws-wnd .fancybox-bg {
  background: rgba(31, 34, 41, 0.3);
}

.ws-wnd.fancybox-is-open {
  backdrop-filter: blur(10px);
}

.ws-wnd .fancybox-slide--html {
  padding: 4rem;
}

.ws-wnd .ws-modal__window {
  background: #fff;
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 0 72px 0 rgba(31, 34, 41, 0.15);
  box-shadow: 0 0 72px 0 rgba(31, 34, 41, 0.15);
  max-width: 80.9rem;
  padding: 8.6rem 8.2rem 6.6rem;
  width: 100%;
}

.ws-wnd .fancybox-slide--html .fancybox-close-small {
  padding: 0.6rem;
  right: 0.5rem;
  top: 0.5rem;
}

.b-form__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  text-align: center;
}

.b-form__text {
  color: #929292;
  font-size: 2rem;
  text-align: center;
}

.b-form__object {
  background: #fafafa;
  border-radius: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 4.3rem 0.8rem 1.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3.4rem 0;
}

.b-form__object-image {
  height: 14.3rem;
  max-width: 6rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  mix-blend-mode: darken;
}

.b-form__object-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.b-form__object-name-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-form__object-desc,
.b-form__object-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-form__object-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 3rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-form__object-name {
  font-size: 2rem;
  font-weight: 400;
}

.b-form__object-code {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.3rem;
  opacity: 0.5;
}

.b-form__object-price {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.11111;
}

.b-form__label {
  display: none;
}

.input-text {
  background: transparent;
  border: 1px solid rgba(31, 34, 41, 0.2);
  border-radius: 0.4rem;
  color: #1f2229;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  height: 8.6rem;
  padding: 0 2.6rem;
  resize: none;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.input-text::-webkit-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-text::-moz-placeholder {
  color: rgba(31, 34, 41, 0.5);
  opacity: 1;
  -moz-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-text:-ms-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
  opacity: 1;
  -ms-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-text::-ms-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
  opacity: 1;
  -ms-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-text::placeholder {
  color: rgba(31, 34, 41, 0.5);
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-text:focus {
  border-color: #1f2229;
}

.input-text:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input-text:focus::-moz-placeholder {
  opacity: 0;
}

.input-text:focus:-ms-input-placeholder {
  opacity: 0;
}

.input-text:focus::-ms-input-placeholder {
  opacity: 0;
}

.input-text:focus::placeholder {
  opacity: 0;
}

textarea.input-text {
  height: 16.1rem;
  padding: 2.6rem;
}

.b-form__field {
  margin-bottom: 2.1rem;
  position: relative;
}

.b-form__field:last-of-type {
  margin-bottom: 0;
}

.b-form__field .btn {
  font-size: 2rem;
  font-weight: 400;
  height: 8.6rem;
  max-width: 100%;
  width: 100%;
}

.b-form__note {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 1.6rem;
  text-align: center;
}

.b-form__note a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.b-form__note a:hover {
  text-decoration: none;
}

.ws-wnd__call .b-form__header {
  margin-bottom: 5.1rem;
}

.ws-wnd__order .b-form__header {
  margin-bottom: 3.4rem;
}

.b-form__error {
  background: #fff;
  border-radius: 5rem;
  -webkit-box-shadow: 0 4px 20px 0 rgba(31, 34, 41, 0.1);
  box-shadow: 0 4px 20px 0 rgba(31, 34, 41, 0.1);
  color: #b5191e;
  font-size: 1.8rem;
  height: 2.8rem;
  left: 50%;
  padding: 0.3rem;
  position: absolute;
  text-align: center;
  top: -1.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

.form__field--error .input-text {
  border-color: #b5191e;
}

.form__field--error .input-text::-webkit-input-placeholder {
  opacity: 0.4;
}

.form__field--error .input-text::-moz-placeholder {
  opacity: 0.4;
}

.form__field--error .input-text:-ms-input-placeholder {
  opacity: 0.4;
}

.form__field--error .input-text::-ms-input-placeholder {
  opacity: 0.4;
}

.form__field--error .input-text::placeholder {
  opacity: 0.4;
}

body .ws-sys__massage-text {
  background-color: #fff;
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 0 29px 0 rgba(31, 34, 41, 0.15);
  box-shadow: 0 0 29px 0 rgba(31, 34, 41, 0.15);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22222;
  padding: 3.3rem 4.5rem 3.3rem 9.8rem;
}

body .msg--error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjRDkyNDM4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTE5IDExLTggOG04IDAtOC04bTE3IDRjMCA3LjE4LTUuODIgMTMtMTMgMTNTMiAyMi4xOCAyIDE1IDcuODIgMiAxNSAyczEzIDUuODIgMTMgMTNaIi8+PC9zdmc+);
  color: #d92438;
}

body .msg--error,
body .msg--success {
  background-position: 4.3rem 50%;
}

body .msg--success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMUJBRTE4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTIwLjk1OCAxMS43NS03Ljk0OSA3LjU4My0zLjk2Ny0zLjc5MU0yOCAxNWMwIDcuMTgtNS44MiAxMy0xMyAxM1MyIDIyLjE4IDIgMTUgNy44MiAyIDE1IDJzMTMgNS44MiAxMyAxMyIvPjwvc3ZnPg==);
  color: #1bae18;
}

.b-forms__success-text-title {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3.3rem;
  text-align: center;
}

.b-forms__success-text p {
  color: #929292;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}

.b-forms__success-text-result {
  color: #1f2229;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 2rem auto 0;
  text-align: center;
}

.ws-form__success .btn--ord {
  background: #1f2229;
  height: 5.4rem;
  margin: 3rem auto 0;
  max-width: 30rem;
}

.b-forms__success-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .input-text {
    font-size: 15px;
    padding: 0 13px;
    text-align: center;
  }

  .ws-wnd .fancybox-slide--html {
    padding: 6px;
  }

  .ws-wnd .ws-modal__window {
    padding: 48px 12px;
  }

  .b-form__title {
    font-size: 20px;
  }

  .b-form__text {
    font-size: 14px;
  }

  .b-form__title {
    margin-bottom: 10px;
  }

  .b-form__object {
    margin: 20px 0;
    padding: 12px;
  }

  .b-form__object-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-form__object-code {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .b-form__object-name {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .input-text {
    border-radius: 4px;
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
  }

  .b-form__field {
    margin-bottom: 10px;
  }

  .b-form__field .btn {
    font-size: 16px;
    height: 60px;
  }

  .b-form__note {
    font-size: 12px;
    margin-top: 10px;
  }

  textarea.input-text {
    height: 120px;
    padding: 20px;
  }

  .ws-wnd__call .b-form__header {
    margin-bottom: 30px;
  }

  .ws-wnd__order .b-form__header {
    margin-bottom: 20px;
  }

  .b-form__error {
    font-size: 12px;
    height: auto;
    top: -8px;
  }

  .b-forms__success-text-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .b-forms__success-text p {
    font-size: 16px;
  }

  .b-forms__success-text-result {
    font-size: 20px;
  }

  .ws-form__success .btn--ord {
    height: 50px;
    margin: 20px auto 0;
    max-width: 270px;
  }

  body .ws-sys__massage-text {
    font-size: 14px;
  }

  body .ws-sys__massage.is--flashing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .msg--error,
  body .msg--success {
    background-position: 33px 50%;
  }
}

@media (max-width: 1800px) {
  .header__wrap {
    padding-right: 10rem;
    max-width: 100%;
  }

  .hero:after,
  .hero:before {
    display: none;
  }
}

@media (max-width: 1600px) {
  .header__wrap {
    padding-right: 5rem;
  }
}

/* ПОСЛЕ ГИТА */

.ws-contact {
  padding-bottom: 4.5rem;
}

.ws-contact__regions-title {
  font-size: 2.8rem;
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 4.5rem;
}

.ws-contact__opts-values {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(8, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.ws-contact__opts-values li {
  background: #fff;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.7rem;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 1px solid rgb(31 34 41 / 10%);
}

.ws-contact__opts-values li:hover {
  border: 1px solid rgb(31 34 41 / 50%);
}

.ws-contact__opts-values li.is--active {
  background: #28b19a;
  color: #fff;
  border-color: transparent;
}

.ws-contact__opts-values li.is--hidden {
  display: none;
}

.ws-contact__link-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.8rem;
}

.ws-contact__link-more span {
  color: #b52025;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.ws-contact__link-more span:hover {
  text-decoration: none;
}

.ws-contact__area,
.ws-contact__list {
  margin-top: 3rem;
}

.ws-contact__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#tab-contact-menu {
  max-width: 35.3rem;
  width: 100%;
}

.ws-contact__menu {
  border: 1px solid #f2f2f2;
  height: 67.7rem;
  overflow-y: auto;
  padding: 1.9rem 5.6rem 1.9rem 2.8rem;
  scrollbar-color: #d6d6d7 transparent;
  scrollbar-width: thin;
  width: 100%;
  border-radius: 0.9rem;
}

.ws-contact__menu::-webkit-scrollbar {
  width: 7px;
}

.ws-contact__menu::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ws-contact__menu::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.ws-contact__menu-item {
  border-bottom: 1px solid rgba(31, 34, 41, 0.2);
  cursor: pointer;
  position: relative;
}

.ws-contact__menu-item:last-of-type {
  border-color: transparent;
}

.ws-contact__menu-name:after {
  background: url(../img/icons/contacts-plus.svg) 50% / contain no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: -3rem;
  top: 1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 1.5rem;
}

.ws-contact__menu-item.is--opened .ws-contact__menu-name:after {
  background: url(../img/icons/contacts-minus.svg) 50% / contain no-repeat;
}

.ws-contact__menu-item.is--opened .ws-contact__menu-desc {
  display: block;
  padding-bottom: 1.4rem;
}

.ws-contact__menu-item.is--opened .ws-contact__menu-name {
  color: #b5191e;
}

.ws-contact__menu-prop {
  margin-bottom: 0.7rem;
}

.ws-contact__menu-desc .ws-contact__prop-name,
.ws-contact__menu-desc .ws-contact__prop-value {
  font-size: 1.4rem;
  line-height: 1;
}

.ws-contact__menu-desc a span {
  color: #28b19a;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.ws-contact__header {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.5rem;
  border-radius: 0.9rem 0.9rem 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 2.8rem;
}

.ws-contact__menu-name {
  font-size: 1.4rem;
  padding: 0.9rem 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ws-contact__menu-region {
  font-style: normal;
  font-weight: 400;
}

.ws-contact__menu-desc {
  display: none;
  padding-left: 1.4rem;
}

.ws-contact__menu-props {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
}

.ws-contact__menu-label,
.ws-contact__menu-type {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

#tab-contact-map {
  height: 73.2rem;
  max-width: 103.6rem;
  width: 100%;
}

.ws-contact__map {
  height: 100% !important;
  border-radius: 0.9rem;
  overflow: hidden;
}

.ws-contact__list-title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.ws-contact__list-content {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(4, 1fr);
}

.ws-contact__list-item {
  border-radius: 0.9rem;
  border: 1px solid rgba(31, 34, 41, 0.1);
  padding: 2.3rem 1.9rem;
}

.ws-contact__list-name {
  border-bottom: 1px solid rgba(31, 34, 41, 0.2);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
  padding-bottom: 1.1rem;
}

.ws-contact__list-name i {
  font-style: normal;
  position: relative;
}

.ws-contact__list-name i::before {
  content: '';
  border-radius: 0.2rem;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin-right: 1.1rem;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .ws-contact__list-name i::before {
    width: 9px;
    height: 9px;
    margin-right: 5px;
    top: 0;
  }
}

.ws-contact__list-item.item--fe0000 .ws-contact__list-name i::before {
  background: #fe0000;
}

.ws-contact__list-item.item--83cc1a .ws-contact__list-name i::before {
  background: #83cc1a;
}

.ws-contact__list-item.item--929292 .ws-contact__list-name i::before {
  background: #929292;
}

.ws-contact__list-item.item--6a1bcc .ws-contact__list-name i::before {
  background: #6a1bcc;
}

.ws-contact__list-item.item--ff9c00 .ws-contact__list-name i::before {
  background: #ff9c00;
}

.ws-contact__list-item.item--0078bf .ws-contact__list-name i::before {
  background: #0078bf;
}

.ws-contact__list-item.item--ff05dd .ws-contact__list-name i::before {
  background: #ff05dd;
}

.ws-contact__list-item.item--3b3b3b .ws-contact__list-name i::before {
  background: #3b3b3b;
}

.ws-contact__list-name .ws-contact__list-region {
  font-style: normal;
}

.ws-contact__list-props {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ws-contact__list-prop {
  margin-bottom: 1.3rem;
}

.ws-contact__list-prop:last-of-type {
  margin-bottom: 0;
}

.ws-contact__list-prop.prop--address .ws-contact__prop-value a span {
  color: #28b19a;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.ws-contact__list-prop.prop--address .ws-contact__prop-value a span:hover {
  text-decoration: none;
}

.ws-contact__prop-name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}

.ws-contact__prop-value {
  font-size: 1.6rem;
}

.prop--email .ws-contact__prop-value a {
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.prop--email .ws-contact__prop-value a:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .ws-contact__data-btns,
  .ws-contact__regions select,
  .ws-contact__regions-content select {
    display: none;
  }
}

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

  .ws-contact__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ws-contact__regions-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }

  .ws-contact__data-content {
    display: none;
  }

  .ws-contact__data-content.tab-active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block;
  }

  #tab-contact-map {
    height: 250px;
  }

  .ws-contact__list-title {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: left;
  }

  .ws-contact__list-content {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ws-contact__list-item {
    border-radius: 9px;
    padding: 12px 15px;
  }

  .ws-contact__list-name {
    font-size: 14px;
  }

  .ws-contact__prop-name,
  .ws-contact__prop-value {
    font-size: 12px;
  }

  .ws-contact {
    padding-bottom: 40px;
  }

  .ws-contact__list-prop {
    line-height: 1;
    margin-bottom: 10px;
  }

  .ws-contact__regions-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(31, 34, 41, 0.15);
    border-radius: 0.4rem;
    height: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .ws-contact__select-wrapper {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }

  .ws-contact__select-wrapper:after {
    background: url(../img/icons/arrow-select.svg) 50% / cover no-repeat;
    content: '';
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
  }

  .ws-contact__data-btns {
    -ms-flex-align: center;
    gap: 10px;
  }

  .ws-contact__data-btns,
  .ws-contact__data-btns span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .ws-contact__data-btns span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    border: 1px solid rgba(31, 34, 41, 0.15);
    border-radius: 0.4rem;
    font-size: 16px;
  }

  .ws-contact__data-btns span.btn-active {
    border-color: #1f2229;
  }

  .ws-contact__header {
    font-size: 16px;
    height: 50px;
  }

  .ws-contact__menu {
    height: 250px;
  }
}

@media (max-width: 360px) {
  .ws-contact__prop-name,
  .ws-contact__prop-value {
    font-size: 11px;
  }
}

.ws-contact__list-prop.prop--phone a,
.ws-contact__menu-prop.prop--phone a {
  color: #ab3b66;
}

.header__actions .i--over {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 767px) {
  .ws-contact__list-prop.prop--address .ws-contact__prop-value a span {
    font-size: 12px;
  }
  .ws-contact__regions-content select {
    font-size: 16px;
  }
}

/* скрытые двери */

.hidden-doors__header {
  margin-bottom: 3rem;
  max-width: 126rem;
}

.hidden-doors__header .h1 {
  margin-bottom: 1.1rem;
}

.hidden-doors__header p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.195;
}

.hidden-doors__header p:last-of-type {
  margin-bottom: 0;
}

.hidden-doors__hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.hidden-doors__hero-item {
  width: 100%;
}

.hidden-doors__hero-item:hover .hidden-doors__hero-item-image img {
  -webkit-transform: scale(1.028);
  -ms-transform: scale(1.028);
  transform: scale(1.028);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  will-change: transform;
}

.hidden-doors__hero-item .hidden-doors__hero-item-image {
  border-radius: 0.9rem;
}

.hidden-doors__hero-item span {
  font-size: 2rem;
  font-weight: 500;
}

.hidden-doors__hero-item-image {
  height: 45.7rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
  width: 100%;
}

.hidden-doors__hero-item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.006);
  -ms-transform: scale(1.006);
  transform: scale(1.006);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  will-change: transform;
}

.hidden-doors__vantages {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  margin: 6.6rem 0;
  padding: 3.3rem 11.3rem 4.7rem;
  background: #f4f4f4;
  border-radius: 0.9rem;
}

.hidden-doors__vantages,
.hidden-doors__vantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden-doors__vantages-item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hidden-doors__vantages-item:first-of-type {
  max-width: 20.4rem;
}

.hidden-doors__vantages-item:nth-of-type(2) {
  max-width: 19.8rem;
}

.hidden-doors__vantages-item:nth-of-type(3) {
  max-width: 21.3rem;
}

.hidden-doors__vantages-item:nth-of-type(4) {
  max-width: 18.4rem;
}

.hidden-doors__vantages-item-num {
  color: #ab3b66;
  font-size: 6.5rem;
  font-weight: 900;
  margin-bottom: 0rem;
}

.hidden-doors__vantages-item-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hidden-doors__vantages-item-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: #1f2229;
}

.hidden-doors__tabs-item {
  margin-bottom: 3.5rem;
}

.hidden-doors__tabs-item:last-of-type {
  margin-bottom: 0;
}

.hidden-doors__tabs-item.is-active .hidden-doors__tabs-inner {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}

.hidden-doors__tabs-item.is-active .hidden-doors__tabs-outer-btn-more .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hidden-doors__tabs-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden-doors__tabs-outer-image {
  border-radius: 0.9rem;
  height: 45.4rem;
  max-width: 65.2rem;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hidden-doors__tabs-outer-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors__tabs-outer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.9rem 7.5rem 3.8rem 6.2rem;
}

.hidden-doors__tabs-outer-text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

.hidden-doors__tabs-outer-text p:last-of-type {
  margin-bottom: 0;
}

.hidden-doors__tabs-outer-header .h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2.8rem;
}

.hidden-doors__tabs-outer-body {
  margin-top: auto;
}

.hidden-doors__tabs-outer-price {
  font-weight: 500;
  font-size: 3.5rem;
  color: #1f2229;
  margin-bottom: 2.5rem;
}

.hidden-doors__tabs-outer-price span {
  font-weight: 500;
  font-size: 3.5rem;
  color: #1f2229;
}

.hidden-doors__tabs-outer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}

.hidden-doors__tabs-outer-buttons .btn {
  height: 5rem;
  max-width: 22.6rem;
  width: 100%;
}

.hidden-doors__tabs-outer-btn-more {
  font-size: 1.4rem;
  font-weight: 400;
  gap: 1.3rem;
  background: #28b19a;
  text-transform: uppercase;
}

.hidden-doors__tabs-outer-btn-more:hover {
  background: #3ad2b9;
}

.hidden-doors__tabs-outer-btn-more .icon {
  height: 2rem;
  width: 2rem;
}

.hidden-doors__tabs-outer-btn-callback {
  background: #1f2229;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.hidden-doors__tabs-outer-btn-callback:hover {
  background: #393f4c;
  border-color: transparent;
  color: #fff;
}

.hidden-doors__tabs-inner {
  display: none;
  padding: 4.1rem 0;
}

.hidden-doors__close-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6.1rem;
}

.hidden-doors__close {
  font-size: 1.6rem;
  font-weight: 400;
  gap: 1.6rem;
  height: 5rem;
  max-width: 22.6rem;
  width: 100%;
}

.hidden-doors__close .icon {
  height: 0.8rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 1.5rem;
}

.hidden-primed-doors .h2 {
  font-size: 4rem;
  font-weight: 500;
}

.hidden-primed-doors__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden-primed-doors__left {
  background: url(../img/hidden-primed-doors-hero-bg.jpg) 50% / cover no-repeat;
  max-width: 80.9rem;
  padding: 6.4rem 3.4rem 5.8rem;
  width: 100%;
}

.hidden-primed-doors__left .h2 {
  margin-bottom: 4.3rem;
}

.hidden-primed-doors__left-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.5rem;
  margin-bottom: 3.1rem;
}

.hidden-primed-doors__left-flex p {
  font-size: 1.6rem;
  font-weight: 500;
}

.hidden-primed-doors__left-flex p span {
  color: #b52025;
}

.hidden-primed-doors__left-text {
  margin-bottom: 4.6rem;
  max-width: 35rem;
}

.hidden-primed-doors__left-text .h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}

.hidden-primed-doors__left-text p {
  font-size: 1.6rem;
}

.hidden-primed-doors__left-text p:last-of-type {
  margin-bottom: 0;
}

.hidden-primed-doors__left-text-2 {
  max-width: 42rem;
}

.hidden-primed-doors__left-text-2 .h4,
.hidden-primed-doors__left-text-2 p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.4;
}

.hidden-primed-doors__right {
  background: #fafafa;
  border-radius: 0 0 0.9rem 0;
  max-width: 59rem;
  padding: 6.3rem 5.1rem 5.8rem 1.5rem;
  width: 100%;
}

.hidden-primed-doors__right .h2 {
  margin-bottom: 6.5rem;
}

.hidden-primed-doors__right p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2.4rem;
}

.hidden-primed-doors__right p:last-of-type {
  margin-bottom: 0;
}

.hidden-primed-doors__mask {
  padding: 4rem 0 4.7rem;
}

.hidden-primed-doors__mask-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
}

.hidden-primed-doors__mask-text {
  max-width: 80.9rem;
  padding-left: 3.4rem;
  width: 100%;
}

.hidden-primed-doors__mask-text .h2 {
  margin-bottom: 4.3rem;
}

.hidden-primed-doors__mask-text .italic {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625;
  padding-left: 3.6rem;
}

.hidden-primed-doors__mask-text .custom-ul {
  max-width: 75rem;
}

.hidden-primed-doors__mask-image {
  max-width: 48.5rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 3.7rem;
}

.hidden-primed-doors__mask-image img {
  height: 33.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.hidden-doors__montage {
  background: #f6f6f6;
  border-radius: 0.9rem;
  padding: 5rem 4rem;
}

.hidden-doors__montage-top .h2 {
  margin-bottom: 5.2rem;
}

.hidden-doors__montage-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hidden-doors__montage-top-video {
  max-width: 44.3rem;
  width: 100%;
}

.hidden-doors__montage-top-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.hidden-doors__montage-top-images img {
  border-radius: 0.9rem;
  height: 24.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 24.5rem;
}

.hidden-doors__montage-middle {
  margin-top: 8.6rem;
}

.hidden-doors__montage-middle-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-doors__montage-middle-text {
  max-width: 85.8rem;
  width: 100%;
}

.hidden-doors__montage-middle-text .h2 {
  margin-bottom: 3.4rem;
}

.hidden-doors__montage-middle-text li,
.hidden-doors__montage-middle-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
}

.hidden-doors__montage-middle-text ol,
.hidden-doors__montage-middle-text ul {
  margin: 1.3rem 0;
  padding-left: 2.6rem;
}

.hidden-doors__montage-middle-text b {
  font-weight: 500;
}

.hidden-doors__montage-middle-image {
  max-width: 41.1rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 32.4rem;
}

.hidden-doors__montage-middle-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors__gallery {
  margin: 7.1rem 0 0;
}

.hidden-doors__gallery .h2 {
  margin-bottom: 3.5rem;
}

.hidden-doors__gallery-slider-area {
  position: relative;
}

.hidden-doors__gallery-slider-area .slider-nav__prev {
  background: url(../img/icons/nav-slider-prev.svg) 50% / contain no-repeat;
  left: -7rem;
}

.hidden-doors__gallery-slider-area .slider-nav__next {
  background: url(../img/icons/nav-slider-next.svg) 50% / contain no-repeat;
  right: -7rem;
}

.hidden-doors__gallery-slider-area .slider-arrow {
  height: 5.8rem;
  width: 5.8rem;
}

.hidden-doors__gallery-slider {
  overflow: hidden;
}

.hidden-doors__gallery-slider .swiper-slide .hidden-doors__gallery-slide {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hidden-doors__gallery-slider
  .swiper-slide-visible
  .hidden-doors__gallery-slide {
  opacity: 1;
  pointer-events: auto;
}

.hidden-doors__gallery-slide {
  width: 100%;
}

.hidden-doors__gallery-slide img {
  border-radius: 0.9rem;
  height: 24.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors__video {
  padding: 8.6rem 0;
}

.hidden-doors__video .h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 0;
}

.video-slider {
  margin-top: 5rem;
}

.video-slider .swiper-slide .video-slide {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.video-slider .swiper-slide-visible .video-slide {
  opacity: 1;
  pointer-events: auto;
}

.designers-reviews {
  padding: 8.6rem 0 0;
}

.designers-reviews .h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.designers-reviews__area {
  background: #f6f8f9;
  border-radius: 1.3rem;
  margin: 2rem auto 0;
  max-width: 100%;
  padding: 4.6rem 12.5rem;
  position: relative;
}

.hidden-doors .designers-reviews .container,
.hidden-doors .hidden-doors__video .container,
.hidden-doors .download-catalog .container {
  padding: 0;
}

.designers-reviews__slider .slider-nav__prev {
  background: url(../img/icons/nav-slider-prev.svg) 50% / contain no-repeat;
  left: -3.05rem;
}

.designers-reviews__slider .slider-nav__next {
  background: url(../img/icons/nav-slider-next.svg) 50% / contain no-repeat;
  right: -3.05rem;
}

.designers-reviews__slider .slider-arrow {
  height: 6.1rem;
  width: 6.1rem;
}

.designers-reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.9rem;
}

.designers-reviews__slide-avatar {
  height: 32.8rem;
  max-width: 32.8rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.designers-reviews__slide-avatar img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.designers-reviews__slide-text {
  padding-top: 1.7rem;
}

.designers-reviews__slide-text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4375;
  margin-bottom: 2.4rem;
}

.designers-reviews__slide-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4375;
}

.designers-reviews__slide-text p:last-of-type {
  margin-bottom: 0;
}

.designers-reviews__slide-name {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.88;
  margin-bottom: 2.5rem;
}

.video-slide__preview {
  border-radius: 0.9rem;
  height: 25rem;
  margin-bottom: 1.9rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-slide__preview img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.video-slide__play {
  background: url(../img/icons/video-play2.svg) 50% / contain no-repeat;
  height: 8.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.2rem;
  z-index: 2;
}

.video-slide__title {
  font-size: 2rem;
  font-weight: 500;
}

.hidden-entrance-doors .h2 {
  font-size: 4rem;
  font-weight: 500;
}

.hidden-entrance-doors
  .custom-table--5-cols
  .custom-table__body
  .custom-table__col:nth-of-type(4),
.hidden-entrance-doors .custom-table__header .custom-table__col:nth-of-type(4) {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}

.hidden-entrance-doors__bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.7rem;
  margin-bottom: 4.9rem;
  padding-top: 9.2rem;
}

.hidden-entrance-doors__bl1-text {
  max-width: 68.3rem;
  padding-top: 2.8rem;
  width: 100%;
}

.hidden-entrance-doors__bl1-text .h2 {
  margin-bottom: 3.9rem;
}

.hidden-entrance-doors__bl1-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
}

.hidden-entrance-doors__bl1-image {
  height: 36.4rem;
  max-width: 59.1rem;
  width: 100%;
}

.hidden-entrance-doors__bl1-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-entrance-doors__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.7rem;
  margin-bottom: 4rem;
}

.hidden-entrance-doors__bl2-text {
  max-width: 79.4rem;
  width: 100%;
}

.hidden-entrance-doors__bl2-text .h2 {
  margin-bottom: 3.9rem;
  max-width: 68.7rem;
}

.hidden-entrance-doors__bl2-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
}

.hidden-entrance-doors__bl2-text p:first-of-type {
  max-width: 68.3rem;
}

.hidden-entrance-doors__bl2-text p:last-of-type {
  margin-top: 2rem;
}

.hidden-entrance-doors__bl2-text ul {
  margin: 2rem 0;
  max-width: 48rem;
  padding: 0 2.8rem;
}

.hidden-entrance-doors__bl2-text li {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.1rem;
}

.hidden-entrance-doors__bl2-image {
  height: 47.7rem;
  margin-top: 5.6rem;
  max-width: 47.7rem;
  width: 100%;
}

.hidden-entrance-doors__bl2-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-entrance-doors__bl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.8rem;
  margin-bottom: 7.5rem;
  padding-left: 10.7rem;
  padding-right: 1.3rem;
}

.hidden-entrance-doors__bl3-image {
  height: 46.9rem;
  max-width: 46.9rem;
  width: 100%;
}

.hidden-entrance-doors__bl3-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-entrance-doors__bl3-text {
  max-width: 69.3rem;
  padding-top: 7.1rem;
  width: 100%;
}

.hidden-entrance-doors__bl3-text .h2 {
  margin-bottom: 2.9rem;
}

.hidden-entrance-doors__bl3-text ol {
  max-width: 48rem;
  padding: 0 2.3rem;
}

.hidden-entrance-doors__bl3-text li {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.1rem;
}

.hidden-entrance-doors__bl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.hidden-entrance-doors__text {
  max-width: 41.4rem;
  padding-top: 18.3rem;
  width: 100%;
}

.hidden-entrance-doors__text .h2 {
  margin-bottom: 3.6rem;
}

.hidden-entrance-doors__text p {
  font-size: 1.6rem;
  line-height: 1.5625;
}

.hidden-entrance-doors__grid {
  display: grid;
  gap: 1.6rem 2.5rem;
  grid-template-columns: 39.4rem 24.5rem 24.5rem;
}

.hidden-entrance-doors__grid-mobile {
  display: none;
}

.hidden-entrance-doors__grid-item {
  height: 24.2rem;
  width: 100%;
}

.hidden-entrance-doors__grid-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-entrance-doors__youtube {
  cursor: pointer;
  position: relative;
}

.hidden-entrance-doors__youtube-play {
  left: 50%;
  position: absolute;
  top: 59%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glass-hidden-doors-gallery,
.hidden-entrance-doors-gallery {
  background: #f6f6f6;
  border-radius: 0.9rem;
  margin-top: 5rem;
  padding: 4rem 4.5rem 4.9rem;
}

.glass-hidden-doors-gallery {
  margin-top: 0;
  padding-top: 5.4rem;
}

.glass-hidden-doors .h2 {
  font-size: 4rem;
  font-weight: 500;
}

.glass-hidden-doors
  .custom-table--5-cols
  .custom-table__body
  .custom-table__col:nth-of-type(4),
.glass-hidden-doors .custom-table__header .custom-table__col:nth-of-type(4) {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}

.glass-hidden-doors__bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.8rem;
  margin-top: 7.9rem;
}

.glass-hidden-doors__image {
  height: 37.4rem;
  max-width: 60.7rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.glass-hidden-doors__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.glass-hidden-doors__text {
  padding-top: 3.4rem;
}

.glass-hidden-doors__text .h2 {
  margin-bottom: 3.9rem;
}

.glass-hidden-doors__text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
  max-width: 65.7rem;
}

.glass-hidden-doors__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 5rem;
  justify-content: space-between;
}

.glass-hidden-doors__bl2-text {
  max-width: 41.4rem;
  width: 100%;
}

.glass-hidden-doors__bl2-text .h2 {
  margin-bottom: 2.2rem;
}

.glass-hidden-doors__bl2-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
}

.glass-hidden-doors__bl2-text p:last-of-type {
  margin-bottom: 0;
}

.glass-hidden-doors__bl2-images {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 39.4rem 24.5rem 24.5rem;
  margin-top: 5.3rem;
}

.glass-hidden-doors__bl2-images-mobile,
.glass-hidden-doors__bl2-images-mobile2 {
  display: none;
}

.glass-hidden-doors__bl2-image {
  height: 24.2rem;
  width: 100%;
}

.glass-hidden-doors__bl2-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.glass-hidden-doors__bl2-youtube {
  cursor: pointer;
  position: relative;
}

.glass-hidden-doors__bl2-youtube-play {
  height: 4.1rem;
  left: 50%;
  max-width: 5.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.glass-hidden-doors__bl3 {
  background: #f6f6f6;
  border-radius: 0.9rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 4.5rem 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 6.4rem;
  justify-content: space-between;
  margin-top: 5.6rem;
}

.glass-hidden-doors__bl3-text {
  max-width: 84.7rem;
  padding-top: 1.6rem;
  width: 100%;
}

.glass-hidden-doors__bl3-text .h2 {
  margin-bottom: 2.8rem;
}

.glass-hidden-doors__bl3-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
}

.glass-hidden-doors__bl3-text p:last-of-type {
  margin-bottom: 0;
}

.glass-hidden-doors__bl3-image {
  height: 39.9rem;
  max-width: 39.9rem;
  width: 100%;
}

.glass-hidden-doors__bl3-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors-finishing .h2 {
  font-size: 4rem;
  font-weight: 500;
}

.hidden-doors-finishing
  .custom-table--5-cols
  .custom-table__body
  .custom-table__col:nth-of-type(4),
.hidden-doors-finishing
  .custom-table__header
  .custom-table__col:nth-of-type(4) {
  -webkit-box-flex: 2.7;
  -ms-flex: 2.7;
  flex: 2.7;
}

.hidden-doors-finishing__bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 5.5rem;
  justify-content: space-between;
  margin-top: 3rem;
}

.hidden-doors-finishing__bl1-text {
  max-width: 79rem;
  width: 100%;
}

.hidden-doors-finishing__bl1-text .h2 {
  margin-bottom: 4rem;
}

.hidden-doors-finishing__bl1-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
}

.hidden-doors-finishing__bl1-text-margin {
  margin-top: 8.6rem;
  max-width: 73.2rem;
}

.hidden-doors-finishing__bl1-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  max-width: 55.5rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

.hidden-doors-finishing__bl1-images img {
  height: 34.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors-finishing__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.hidden-doors-finishing__bl2-image {
  border-radius: 1.2rem;
  height: 34.2rem;
  margin-top: 7rem;
  max-width: 55.5rem;
  width: 100%;
}

.hidden-doors-finishing__bl2-image img {
  border-radius: 1.2rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hidden-doors-finishing__bl2-text {
  max-width: 73.2rem;
  width: 100%;
}

.hidden-doors-finishing__bl2-text .h2 {
  margin-bottom: 1.2rem;
}

.hidden-doors-finishing__bl2-text p {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .glass-hidden-doors-gallery
    .hidden-doors__gallery-slider-area
    .slider-nav__prev,
  .hidden-entrance-doors-gallery
    .hidden-doors__gallery-slider-area
    .slider-nav__prev {
    left: -7.6rem;
  }

  .glass-hidden-doors-gallery
    .hidden-doors__gallery-slider-area
    .slider-nav__next,
  .hidden-entrance-doors-gallery
    .hidden-doors__gallery-slider-area
    .slider-nav__next {
    right: -7.6rem;
  }
}

@media (max-width: 767px) {
  .hidden-doors__header {
    margin-bottom: 15px;
  }

  .hidden-doors__header .h1 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .hidden-doors__header p {
    font-size: 12px;
  }

  .hidden-doors__hero {
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hidden-doors__hero-item:first-of-type .hidden-doors__hero-item-image {
    border-radius: 9px;
  }

  .hidden-doors__hero-item:last-of-type .hidden-doors__hero-item-image {
    border-radius: 9px;
  }

  .hidden-doors__hero-item span {
    display: block;
    font-size: 12px;
    margin: 0 10px;
    max-width: 137px;
  }

  .hidden-doors__hero-item-image {
    border-radius: 9px;
    height: 151px;
    margin-bottom: 8px;
  }

  .hidden-doors__vantages {
    display: none;
  }

  .hidden-doors__tabs {
    padding: 40px 0 0;
  }

  .hidden-doors__tabs-item {
    margin-bottom: 18px;
  }

  .hidden-doors__tabs-item:first-of-type .hidden-doors__tabs-outer-image img {
    -o-object-position: 15% 50%;
    object-position: 15% 50%;
  }

  .hidden-doors__tabs-item:nth-of-type(2) .hidden-doors__tabs-outer-image img {
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
  }

  .hidden-doors__tabs-item:nth-of-type(3) .hidden-doors__tabs-outer-image img {
    -o-object-position: 89% 50%;
    object-position: 89% 50%;
  }

  .hidden-doors__tabs-item:nth-of-type(4) .hidden-doors__tabs-outer-image img {
    -o-object-position: 32% 50%;
    object-position: 32% 50%;
  }

  .hidden-doors__tabs-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hidden-doors__tabs-outer-image {
    border-radius: 0;
    height: 357px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .hidden-doors__tabs-outer-text {
    padding: 16px 0;
  }

  .hidden-doors__tabs-outer-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .hidden-doors__tabs-outer-header {
    padding-right: 5px;
  }

  .hidden-doors__tabs-outer-header .h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .hidden-doors__tabs-outer-body {
    margin-top: 15px;
  }

  .hidden-doors__tabs-outer-price {
    margin-bottom: 13px;
    padding-left: 6px;
  }

  .hidden-doors__tabs-outer-buttons {
    gap: 6px;
  }

  .hidden-doors__tabs-outer-buttons .btn {
    max-width: 100%;
  }

  .hidden-doors__tabs-outer-btn-more {
    font-weight: 500;
    gap: 12px;
  }

  .hidden-doors__tabs-outer-btn-more .icon {
    height: 16px;
    width: 16px;
  }

  .hidden-doors__tabs-outer-btn-callback {
    font-weight: 500;
  }

  .hidden-doors__tabs-inner {
    padding: 30px 0;
  }

  .hidden-primed-doors .h2 {
    font-size: 20px;
  }

  .hidden-primed-doors__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .hidden-primed-doors__left {
    background: #f6f6f6;
    max-width: 100%;
    padding: 24px 15px 19px;
  }

  .hidden-doors__tabs-outer-price,
  .hidden-doors__tabs-outer-price span {
    font-size: 25px;
  }

  .hidden-primed-doors__left .h2 {
    margin-bottom: 26px;
    text-align: center;
  }

  .hidden-primed-doors__left-flex {
    gap: 20px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hidden-primed-doors__left-flex p {
    font-size: 14px;
  }

  .hidden-primed-doors__left-text {
    margin-bottom: 10px;
    max-width: 262px;
  }

  .hidden-primed-doors__left-text .h3 {
    font-size: 14px;
  }

  .hidden-primed-doors__left-text p,
  .hidden-primed-doors__left-text-2 .h4,
  .hidden-primed-doors__left-text-2 p {
    font-size: 12px;
  }

  .hidden-primed-doors__right {
    background: #f6f6f6;
    border-radius: 0;
    max-width: 100%;
    padding: 0 15px 24px;
  }

  .hidden-primed-doors__right .h2 {
    margin-bottom: 11px;
    text-align: center;
  }

  .hidden-primed-doors__right p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 17px;
  }

  .hidden-primed-doors__mask {
    padding: 0;
  }

  .hidden-primed-doors__mask-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hidden-primed-doors__mask-text {
    padding: 0;
  }

  .hidden-primed-doors__mask-text .h2 {
    margin-bottom: 10px;
    text-align: center;
  }

  .hidden-primed-doors__mask-text .italic {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 25px;
  }

  .hidden-primed-doors__mask-image {
    margin: 0 auto 20px;
    max-width: 302px;
  }

  .hidden-primed-doors__mask-image img {
    height: auto;
  }

  .hidden-doors__montage {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 22px;
    padding: 19px 15px 28px;
  }

  .hidden-doors__montage-top .h2 {
    margin-bottom: 16px;
    text-align: center;
  }

  .hidden-doors__montage-top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
  }

  .hidden-doors__montage-top-video {
    max-width: 100%;
  }

  .hidden-doors__montage-top-images {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hidden-doors__montage-top-images img {
    aspect-ratio: 1;
    height: auto;
    max-width: 100%;
  }

  .hidden-doors__montage-middle {
    margin-top: 19px;
  }

  .hidden-doors__montage-middle-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .hidden-doors__montage-middle-text .h2 {
    margin-bottom: 22px;
    text-align: center;
  }

  .hidden-doors__montage-middle-text li,
  .hidden-doors__montage-middle-text p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .hidden-doors__montage-middle-image {
    display: none;
  }

  .hidden-doors__gallery {
    margin-top: 21px;
  }

  .hidden-doors__gallery .h2 {
    margin-bottom: 19px;
    text-align: center;
  }

  .hidden-doors__gallery-slider-area {
    margin-right: -15px;
  }

  .hidden-doors__gallery-slider-area .slider-nav {
    display: none;
  }

  .hidden-doors__gallery-slider .swiper-slide .hidden-doors__gallery-slide {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: initial;
    transition: initial;
  }

  .hidden-doors__gallery-slide img {
    height: 131px;
  }

  .hidden-doors__video {
    padding: 46px 0;
  }

  .hidden-doors__video .h2 {
    font-size: 20px;
  }

  .video-slider {
    margin-top: 29px;
  }

  .video-slider .swiper-slide .video-slide {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: initial;
    transition: initial;
  }

  .designers-reviews {
    padding: 34px 0 0;
  }

  .designers-reviews .h2 {
    font-size: 20px;
  }

  .designers-reviews__area {
    border-radius: 0;
    /* margin-left: -15px;
    margin-right: -15px; */
    margin-top: 14px;
    padding: 18px 15px 12px;
  }

  .designers-reviews__slider .slider-nav__prev {
    background: url(../img/icons/nav-slider-prev-mobile.svg) 50% / contain
      no-repeat;
  }

  .designers-reviews__slider .slider-nav__next {
    background: url(../img/icons/nav-slider-next-mobile.svg) 50% / contain
      no-repeat;
  }

  .designers-reviews__slider .slider-arrow {
    height: 34px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 34px;
  }

  .designers-reviews__slider .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px;
  }

  .designers-reviews__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .designers-reviews__slide-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }

  .designers-reviews__slide-avatar img {
    height: 132px;
    width: 133px;
  }

  .designers-reviews__slide-text {
    padding-top: 11px;
  }

  .designers-reviews__slide-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .designers-reviews__slide-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .designers-reviews__slide-name {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0;
  }

  .video-slide__preview {
    border-radius: 7px;
    height: 160px;
    margin-bottom: 11px;
  }

  .video-slide__play {
    height: 50px;
    width: 50px;
  }

  .video-slide__title {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .hidden-entrance-doors .h2 {
    font-size: 20px;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .hidden-entrance-doors__bl1 {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
  }

  .hidden-entrance-doors__bl1-text {
    max-width: 100%;
    padding: 0;
  }

  .hidden-entrance-doors__bl1-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .hidden-entrance-doors__bl1-image {
    height: auto;
  }

  .hidden-entrance-doors__bl2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .hidden-entrance-doors__bl2-text {
    max-width: 100%;
  }

  .hidden-entrance-doors__bl2-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .hidden-entrance-doors__bl2-text p:last-of-type {
    margin-top: 10px;
  }

  .hidden-entrance-doors__bl2-text ul {
    margin: 10px 0;
    max-width: 100%;
    padding: 0 18px;
  }

  .hidden-entrance-doors__bl2-text li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .hidden-entrance-doors__bl2-image {
    height: auto;
    margin-top: 15px;
    max-width: 100%;
  }

  .hidden-entrance-doors__bl3 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin: 10px 0 0;
  }

  .hidden-entrance-doors__bl3-image {
    height: auto;
    max-width: 100%;
  }

  .hidden-entrance-doors__bl3-text {
    max-width: 100%;
    padding-top: 20px;
  }

  .hidden-entrance-doors__bl3-text ol {
    max-width: 100%;
    padding: 0 18px;
  }

  .hidden-entrance-doors__bl3-text li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .hidden-entrance-doors__bl4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .hidden-entrance-doors__text {
    max-width: 100%;
    padding-top: 20px;
  }

  .hidden-entrance-doors__text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .hidden-entrance-doors__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }

  .hidden-entrance-doors__grid-mobile {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hidden-entrance-doors__grid-item {
    height: auto;
  }

  .hidden-entrance-doors__grid-item:last-of-type {
    display: none;
  }

  .glass-hidden-doors-gallery,
  .hidden-entrance-doors-gallery {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 0 15px;
  }

  .hidden-entrance-doors-gallery {
    margin-top: 20px;
    padding-top: 20px;
  }

  .glass-hidden-doors-gallery {
    padding-top: 20px;
  }

  .glass-hidden-doors .h2 {
    font-size: 20px;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .glass-hidden-doors__bl1 {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .glass-hidden-doors__image {
    height: auto;
  }

  .glass-hidden-doors__text {
    padding-top: 10px;
  }

  .glass-hidden-doors__text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .glass-hidden-doors__bl2 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .glass-hidden-doors__bl2-text {
    max-width: 100%;
  }

  .glass-hidden-doors__bl2-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .glass-hidden-doors__bl2-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
  }

  .glass-hidden-doors__bl2-images-mobile,
  .glass-hidden-doors__bl2-images-mobile2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
  }

  .glass-hidden-doors__bl2-image {
    height: auto;
  }

  .glass-hidden-doors__bl2-youtube-play {
    height: 31px;
    max-width: 44px;
  }

  .glass-hidden-doors__bl3 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }

  .glass-hidden-doors__bl3-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .glass-hidden-doors__bl3-image {
    height: auto;
    max-width: 100%;
  }

  .hidden-doors-finishing .h2 {
    font-size: 20px;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .hidden-doors-finishing__bl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .hidden-doors-finishing__bl1-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .hidden-doors-finishing__bl1-text-margin {
    margin-top: 20px;
    max-width: 100%;
  }

  .hidden-doors-finishing__bl1-images {
    gap: 6px;
    margin-top: 0;
    max-width: 100%;
  }

  .hidden-doors-finishing__bl1-images img {
    height: auto;
  }

  .hidden-doors-finishing__bl2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }

  .hidden-doors-finishing__bl2-image {
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;
    max-width: 100%;
  }

  .hidden-doors-finishing__bl2-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

@media (max-width: 340px) {
  .designers-reviews__slide-avatar {
    gap: 12px;
  }

  .designers-reviews__slide-avatar img {
    height: 115px;
    width: 116px;
  }

  .designers-reviews__slide-name {
    font-size: 18px;
  }
}

.nav-next.swiper-button-disabled,
.nav-prev.swiper-button-disabled {
  opacity: 0.7;
}

.custom-table {
  padding: 2.5rem 0 0.6rem;
}

.custom-table--5-cols .custom-table__col:first-of-type {
  max-width: 77.3rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.custom-table--5-cols .custom-table__col:nth-of-type(2) {
  max-width: 19.8rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.custom-table--5-cols .custom-table__body .custom-table__col:first-of-type,
.custom-table--5-cols .custom-table__header .custom-table__col:first-of-type {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 3.7rem;
}

.custom-table--5-cols .custom-table__header .custom-table__col:nth-of-type(4) {
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
}

.custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(4) {
  font-size: 1.4rem;
  text-align: center;
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
}

.custom-table__header {
  margin-bottom: 1.1rem;
}

.custom-table__header .custom-table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 0.9rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}

.custom-table__header-mobile {
  display: none;
}

.custom-table__row {
  gap: 0.5rem;
}

.custom-table__col,
.custom-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-table__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  height: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.9rem;
}

.custom-table__col sup {
  font-size: 3rem;
  font-weight: 300;
  top: 0;
}

.custom-table__body .custom-table__row:nth-of-type(2n) .custom-table__col {
  background: #f6f6f6;
}

.custom-table-text {
  border-bottom: 3px solid rgba(31, 34, 41, 0.1);
  border-top: 3px solid rgba(31, 34, 41, 0.1);
  padding: 2.1rem 3.7rem;
}

.custom-table-text p {
  color: rgba(49, 54, 61, 0.7);
  font-size: 1.6rem;
  line-height: 1.4375;
  position: relative;
}

.custom-table-text p:last-of-type {
  margin-bottom: 0;
}

.custom-table-text--width-sup {
  padding-left: 5.3rem;
}

.custom-table-text--width-sup sup {
  color: #000;
  display: block;
  font-size: 3rem;
  font-weight: 300;
  left: -1.5rem;
  position: absolute;
  top: 0;
  top: 1rem;
}

.custom-table-text--width-sup p {
  position: relative;
}

.footer-form {
  padding-bottom: 7.8rem;
}

.footer-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.3rem;
  padding: 0 18.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form__text {
  margin-bottom: 3rem;
  max-width: 38.4rem;
  width: 100%;
}

.footer-form__text .h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2.6rem;
  text-align: right;
}

.footer-form__text p {
  font-size: 1.6rem;
  margin-left: auto;
  max-width: 27rem;
  text-align: right;
  width: 100%;
}

.footer-form__text p:last-of-type {
  margin-bottom: 0;
}

.footer-form__area {
  width: 100%;
}

.footer-form__inputs .footer-form__input {
  margin-bottom: 2.5rem;
}

.footer-form__inputs .input,
.footer-form__inputs .textarea {
  border: none;
  border-bottom: 1px solid rgba(31, 34, 41, 0.3);
  border-radius: 0;
  padding: 0 0 1rem;
}

.footer-form__inputs .input::-webkit-input-placeholder,
.footer-form__inputs .textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.75;
}

.footer-form__inputs .input::-moz-placeholder,
.footer-form__inputs .textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.75;
}

.footer-form__inputs .input:-ms-input-placeholder,
.footer-form__inputs .textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.75;
}

.footer-form__inputs .input::-ms-input-placeholder,
.footer-form__inputs .textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.75;
}

.footer-form__inputs .input::placeholder,
.footer-form__inputs .textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.75;
}

.footer-form__inputs .textarea {
  height: 8.8rem;
  margin-bottom: 0;
  scrollbar-color: #d6d6d7 transparent;
  scrollbar-width: thin;
}

.footer-form__inputs .textarea::-webkit-scrollbar {
  width: 7px;
}

.footer-form__inputs .textarea::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-form__inputs .textarea::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.footer-form__error {
  color: #b5191e;
  display: none;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0;
}

.footer-form__error.is-active {
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
  display: block;
}

.footer-form__check {
  margin-top: 1.4rem;
}

.footer-form__check span {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 300;
}

.footer-form__check span a {
  color: #000;
}

.footer-form__check .checkbox-icon {
  border: 1px solid rgba(31, 34, 41, 0.4);
  border-radius: 0.2rem;
  height: 2rem;
  width: 2rem;
}

.footer-form__check .custom-checkbox input:checked ~ .checkbox-icon {
  background: #fff;
  border: 1px solid rgba(31, 34, 41, 0.4);
}

.footer-form__check .checkbox-icon:after {
  background: url(../img/icons/check-v2.svg) 50% / contain no-repeat;
  height: 0.9rem;
  width: 1.1rem;
}

.footer-form__check .link:after {
  bottom: 0;
  height: 1px;
}

.footer-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.footer-form__bottom .footer-form__input {
  position: relative;
}

.footer-form__bottom .footer-form__error {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.footer-form__bottom-btn {
  font-size: 1.6rem;
  font-weight: 400;
  height: 5rem;
  max-width: 22.6rem;
  width: 100%;
}

.footer-form__recapcha {
  border: 1px solid rgba(31, 34, 41, 0.2);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  max-width: 25.3rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.2rem;
}

.footer-form__recapcha .checkbox-icon {
  border: 1px solid rgba(31, 34, 41, 0.4);
  border-radius: 0.2rem;
  height: 2rem;
  width: 2rem;
}

.footer-form__recapcha .custom-checkbox input:checked ~ .checkbox-icon {
  background: #fff;
  border: 1px solid rgba(31, 34, 41, 0.4);
}

.footer-form__recapcha .checkbox-icon:after {
  background: url(../img/icons/check-v2.svg) 50% / contain no-repeat;
  height: 0.9rem;
  width: 1.1rem;
}

.footer-form__recapcha-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-form__recapcha-text span {
  font-weight: 300;
}

.footer-form__recapcha-text span:first-of-type {
  color: #1f2229;
  font-size: 1.6rem;
}

.footer-form__recapcha-text span:nth-of-type(2) {
  color: #1f2229;
  font-size: 1.2rem;
  opacity: 0.7;
}

.download-catalog {
  padding-bottom: 7.4rem;
}

.download-catalog__area {
  /* background: rgba(244, 246, 247, 0.8); */
  border-radius: 1.3rem;
  padding: 3.6rem 0 4.9rem;
}

.download-catalog__area .h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.download-catalog__grid {
  margin-top: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 16.9rem;
  justify-content: center;
  border: 1px solid rgba(31, 34, 41, 0.2);
  padding: 3rem;
  border-radius: 1.3rem;
}

.download-catalog__grid,
.download-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-catalog__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-catalog__item:hover .link {
  color: #b52025;
}

.download-catalog__item:hover .link:after {
  width: 0;
}

.download-catalog__item .link {
  font-size: 2rem;
}

.download-catalog__item-image {
  height: 39rem;
  margin-bottom: 2.2rem;
  max-width: 27.5rem;
  width: 100%;
}

.download-catalog__item-image img {
  border-radius: 1.3rem;
  -webkit-filter: drop-shadow(0 0 50px rgba(31, 34, 41, 0.2));
  filter: drop-shadow(0 0 50px rgba(31, 34, 41, 0.2));
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .custom-table {
    padding: 15px 0;
  }

  .custom-table--5-cols .custom-table__col:first-of-type {
    line-height: 1.5;
    max-width: 111px;
  }

  .custom-table--5-cols .custom-table__col:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }

  .custom-table--5-cols .custom-table__body .custom-table__col:first-of-type,
  .custom-table--5-cols .custom-table__header .custom-table__col:first-of-type {
    padding: 7px;
  }

  .custom-table--5-cols .custom-table__header .custom-table__col:first-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .custom-table--5-cols
    .custom-table__header
    .custom-table__col:nth-of-type(4) {
    display: none;
  }

  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(4) {
    display: none;
  }

  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(2),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(3),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(4),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(5) {
    font-size: 11px;
  }

  .custom-table__header .custom-table__col {
    font-size: 16px;
    text-align: center;
  }

  .custom-table__header-desktop {
    display: none;
  }

  .custom-table__header-mobile {
    display: block;
  }

  .custom-table__col {
    font-size: 12px;
    height: auto;
    padding: 7px;
  }

  .custom-table__col sup {
    font-size: 16px;
    font-weight: 500;
  }

  .custom-table__body {
    margin-left: -7px;
    margin-right: -7px;
  }

  .custom-table-text {
    border-bottom: 2px solid rgba(31, 34, 41, 0.1);
    border-top: 2px solid rgba(31, 34, 41, 0.1);
    margin-bottom: 25px;
    padding: 10px 0;
  }

  .custom-table-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .custom-table-text p br {
    display: none;
  }

  .custom-table-text--width-sup {
    padding-left: 0;
  }

  .custom-table-text--width-sup sup {
    font-size: 20px;
  }

  .footer-form {
    padding-bottom: 49px;
  }

  .footer-form__wrap {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .footer-form__text {
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
  }

  .footer-form__text .h2 {
    font-size: 20px;
    margin-bottom: 9px;
    text-align: center;
  }

  .footer-form__text p {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
  }

  .footer-form__form {
    margin-top: 24px;
  }

  .footer-form__inputs .input,
  .footer-form__inputs .textarea {
    font-size: 14px;
    text-align: center;
  }

  .footer-form__inputs .input::-webkit-input-placeholder,
  .footer-form__inputs .textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .footer-form__inputs .input::-moz-placeholder,
  .footer-form__inputs .textarea::-moz-placeholder {
    font-size: 14px;
  }

  .footer-form__inputs .input:-ms-input-placeholder,
  .footer-form__inputs .textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .footer-form__inputs .input::-ms-input-placeholder,
  .footer-form__inputs .textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .footer-form__inputs .input::placeholder,
  .footer-form__inputs .textarea::placeholder {
    font-size: 14px;
  }

  .footer-form__inputs .textarea {
    height: 82px;
    margin-top: 7px;
  }

  .footer-form__error {
    font-size: 12px;
    text-align: center;
  }

  .footer-form__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-form__check .custom-checkbox {
    gap: 5px;
  }

  .footer-form__check span {
    font-size: 12px;
  }

  .footer-form__check .checkbox-icon {
    height: 17px;
    width: 17px;
  }

  .footer-form__bottom {
    gap: 14px;
    margin-right: -10px;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-form__bottom .footer-form__error {
    margin: 0;
  }

  .footer-form__bottom-btn {
    max-width: 170px;
  }

  .footer-form__recapcha .custom-checkbox {
    gap: 5px;
  }

  .footer-form__recapcha {
    border: none;
    max-width: 164px;
    padding: 0;
  }

  .footer-form__recapcha-text span:first-of-type {
    font-size: 12px;
  }

  .footer-form__recapcha-text span:nth-of-type(2) {
    font-size: 10px;
  }

  .download-catalog {
    padding-bottom: 49px;
  }

  .download-catalog--single .download-catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .download-catalog--single .download-catalog__item-image {
    height: 326px;
    margin-bottom: 24px;
  }

  .download-catalog--single .download-catalog__item .link {
    font-size: 16px;
    font-weight: 500;
  }

  .download-catalog--single .download-catalog__area {
    border-radius: 9px;
    margin-left: 0;
    margin-right: 0;
  }

  .download-catalog__area {
    border-radius: 9px;
    padding: 0;
  }

  .download-catalog__area .h2 {
    font-size: 20px;
  }

  .download-catalog__grid {
    display: grid;
    gap: 33px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .download-catalog__item .link {
    font-size: 12px;
    font-weight: 400;
  }

  .download-catalog__item .link:after {
    bottom: -1px;
    height: 1px;
  }

  .download-catalog__item-image {
    height: 193px;
    margin-bottom: 21px;
  }

  .download-catalog__item-image img {
    border-radius: 7px;
    -webkit-filter: drop-shadow(0 0 28px 0 rgba(31, 34, 41, 0.2));
    filter: drop-shadow(0 0 28px 0 rgba(31, 34, 41, 0.2));
  }
}

@media (max-width: 340px) {
  .custom-table--5-cols .custom-table__col:first-of-type {
    max-width: 100px;
  }

  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(2),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(3),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(4),
  .custom-table--5-cols .custom-table__body .custom-table__col:nth-of-type(5) {
    font-size: 9px;
  }

  .custom-table__header .custom-table__col {
    font-size: 14px;
  }

  .custom-table__col,
  .footer-form__check span {
    font-size: 10px;
  }

  .footer-form__recapcha-text span:first-of-type {
    font-size: 10px;
  }

  .footer-form__recapcha-text span:nth-of-type(2) {
    font-size: 8px;
  }

  .download-catalog__item .link {
    font-size: 10px;
  }

  .download-catalog__item-image {
    height: 160px;
    margin-bottom: 10px;
  }
}

.slider-arrow {
  cursor: pointer;
  height: 8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .hidden-doors__gallery-slider-area .slider-nav {
    display: none;
  }
}

#aboutMenu,
#companyMenu,
#rightMenu {
  padding-bottom: 0;
  right: -50rem;
}

#aboutMenu.active,
#companyMenu.active,
#rightMenu.active {
  right: 0;
}

#aboutMenu ul,
#companyMenu ul,
#rightMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-height: 34.4rem;
  overflow-y: auto;
}

#aboutMenu ul a:hover,
#companyMenu ul a:hover,
#rightMenu ul a:hover {
  color: #009a9a;
}

#aboutMenu .bottom,
#companyMenu .bottom,
#rightMenu .bottom {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin: auto -6.5rem 0;
  padding: 2.4rem 6.5rem 2.1rem;
}

#aboutMenu .bottom svg,
#companyMenu .bottom svg,
#rightMenu .bottom svg {
  height: 1.7rem;
  width: 1.7rem;
}

#aboutMenu .bottom b,
#companyMenu .bottom b,
#rightMenu .bottom b {
  font-weight: 500;
}

#aboutMenu .bottom p,
#companyMenu .bottom p,
#rightMenu .bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

#aboutMenu .bottom a,
#companyMenu .bottom a,
#rightMenu .bottom a {
  color: rgba(31, 34, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}

#aboutMenu .bottom a:hover,
#companyMenu .bottom a:hover,
#rightMenu .bottom a:hover {
  color: #009a9a;
}

@media (max-width: 1600px) {
  #aboutMenu ul,
  #companyMenu ul,
  #rightMenu ul {
    max-height: 27.6rem;
  }
}

@media (max-width: 1500px) {
  #aboutMenu ul,
  #companyMenu ul,
  #rightMenu ul {
    max-height: 30.4rem;
  }
}

@media (max-width: 1400px) {
  #aboutMenu .top,
  #companyMenu .top,
  #rightMenu .top {
    gap: 4rem;
  }

  #aboutMenu ul,
  #companyMenu ul,
  #rightMenu ul {
    max-height: 23.4rem;
  }
}

/* перегородки */

.sliding-partitions__header {
  margin-bottom: 4.4rem;
  max-width: 128.1rem;
}

.sliding-partitions__header .h1 {
  margin-bottom: 1.2rem;
}

.sliding-partitions__header p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.195;
}

.sliding-partitions__header p:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions__hero {
  display: none;
}

.sliding-partitions__hero-slider {
  position: relative;
}

.sliding-partitions__hero-slider .slider-nav__prev {
  background: url(../img/icons/nav-prev-v2.svg) 50% / contain no-repeat;
  left: -3.4rem;
}

.sliding-partitions__hero-slider .slider-nav__next {
  background: url(../img/icons/nav-next-v2.svg) 50% / contain no-repeat;
  right: -3.4rem;
}

.sliding-partitions__hero-slider .slider-arrow {
  height: 6.4rem;
  width: 6.4rem;
}

.sliding-partitions__hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliding-partitions__hero-image {
  max-width: 75.3rem;
  width: 100%;
  -webkit-box-flex: 0;
  border-radius: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 51.9rem;
  overflow: hidden;
}

.sliding-partitions__hero-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sliding-partitions__hero-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 4.5rem;
  padding-right: 6.7rem;
  padding-top: 8.3rem;
  width: 100%;
}

.sliding-partitions__hero-text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.195;
  max-width: 48.8rem;
}

.sliding-partitions__hero-text p:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions__hero-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.7rem;
}

.sliding-partitions__hero-price {
  margin-top: 3.3rem;
}

.sliding-partitions__hero-price span {
  font-size: 2rem;
}

.sliding-partitions__hero-price span span {
  font-size: 4rem;
  font-weight: 600;
  padding: 0 0.4rem;
}

.sliding-partitions__hero-btn {
  background: #31363d;
  font-weight: 600;
  height: 4.6rem;
  margin-top: 2.3rem;
  max-width: 19.8rem;
  width: 100%;
}

.sliding-partitions__tabs {
  border-radius: 0.9rem;
  margin-top: 2.6rem;
}

.sliding-partitions__tab {
  background: #fff;
  border-radius: 0.9rem;
  margin-bottom: 2.2rem;
}

.sliding-partitions__tab:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions__tab.is-active .sliding-partitions__tab-inner {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}

.sliding-partitions__tab.is-active .sliding-partitions__tab-outer-btn .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sliding-partitions__tab-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding: 3rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sliding-partitions__tab-outer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 55rem;
  text-align: right;
  width: 100%;
}

.sliding-partitions__tab-outer-text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}

.sliding-partitions__tab-outer-text p:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions__tab-outer-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1.7rem;
}

.sliding-partitions__tab-outer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sliding-partitions__tab-outer-price {
  margin-top: 1.8rem;
}

.sliding-partitions__tab-outer-price span {
  font-weight: 500;
  font-size: 3.5rem;
}

.sliding-partitions__tab-outer-price span span {
  font-weight: 500;
  font-size: 3.5rem;
  padding: 0 0.4rem;
}

.sliding-partitions__tab-outer-btn {
  gap: 1rem;
  height: 4.6rem;
  margin-top: 2.3rem;
  max-width: 19.8rem;
  width: 100%;
  background: #28b19a;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.sliding-partitions__tab-outer-btn:hover {
  background: #3ad2b9;
  color: #fff;
}

.sliding-partitions__tab-outer-btn .icon {
  height: 0.9rem;
  -webkit-transition: none;
  transition: none;
  width: 1.5rem;
}

.sliding-partitions__tab-outer-image {
  height: 49.1rem;
  max-width: 70.4rem;
  width: 100%;
  -webkit-box-flex: 0;
  border-radius: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.sliding-partitions__tab-outer-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sliding-partitions__tab-inner {
  display: none;
  padding-bottom: 10rem;
}

.sliding-partitions-inner {
  padding-left: 9.3rem;
}

.sliding-partitions-inner .h2 {
  margin-bottom: 2.4rem;
}

.sliding-partitions-inner .h2,
.sliding-partitions-inner .h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.sliding-partitions-inner li,
.sliding-partitions-inner p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4375;
}

.sliding-partitions-inner__column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 4.6rem;
  padding-right: 10rem;
}

.sliding-partitions-inner__column-text p {
  width: 100%;
}

.sliding-partitions-inner__column-text p:first-of-type {
  max-width: 55rem;
}

.sliding-partitions-inner__column-text p:nth-of-type(2) {
  max-width: 53.3rem;
}

.sliding-partitions-inner__column-images {
  padding-left: 6.6rem;
  padding-right: 15.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 6.1rem;
}

.sliding-partitions-inner__column-image,
.sliding-partitions-inner__column-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliding-partitions-inner__column-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sliding-partitions-inner__column-image:first-of-type {
  max-width: 55rem;
}

.sliding-partitions-inner__column-image:nth-of-type(2) {
  max-width: 53.3rem;
}

.sliding-partitions-inner__column-image span {
  font-size: 1.4rem;
}

.sliding-partitions-inner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.6rem;
  padding-right: 2.8rem;
}

.sliding-partitions-inner__main-text {
  max-width: 48.9rem;
  width: 100%;
}

.sliding-partitions-inner__main-text .h3 {
  margin-bottom: 5.2rem;
}

.sliding-partitions-inner__main-text p {
  margin-bottom: 2.2rem;
}

.sliding-partitions-inner__main-text p:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions-inner__main-image {
  max-width: 72.1rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 46.5rem;
}

.sliding-partitions-inner__main-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sliding-partitions-inner__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  padding-right: 9.1rem;
}

.sliding-partitions-inner__bottom p {
  margin-bottom: 2.2rem;
}

.sliding-partitions-inner__bottom p:last-of-type {
  margin-bottom: 0;
}

.sliding-partitions-inner__bottom-text {
  max-width: 52.4rem;
  width: 100%;
}

.sliding-partitions-inner__bottom-ral {
  max-width: 56.8rem;
  padding-top: 0.6rem;
  width: 100%;
}

.sliding-partitions-inner__rals {
  display: grid;
  gap: 2.3rem;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 3.3rem;
  padding-right: 3rem;
}

.sliding-partitions-inner__ral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sliding-partitions-inner__ral img {
  border-radius: 0.4rem;
  height: 5.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 5.7rem;
}

.sliding-partitions-inner__ral span {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1.1rem -1rem 0;
}

.sliding-partitions__video {
  padding: 4rem 0 4.6rem;
}

.sliding-partitions__video .h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.sliding-partitions__video .video-slider {
  margin-top: 4.2rem;
}

.sliding-partitions__video .video-slide__title {
  display: block;
  padding-right: 1rem;
}

.wooden-interior {
  padding-right: 9.3rem;
  padding-top: 2rem;
}

.wooden-interior__bl1 .h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.wooden-interior__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}

.wooden-interior__bl2 p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4375;
}

.wooden-interior__bl2-left {
  max-width: 55rem;
  width: 100%;
}

.wooden-interior__bl2-right {
  max-width: 54.5rem;
  width: 100%;
}

.wooden-interior__bl3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4.1rem;
  padding-left: 8.5rem;
  padding-right: 5.6rem;
}

.wooden-interior__bl3,
.wooden-interior__bl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wooden-interior__bl4 {
  gap: 4.4rem;
  margin-left: -6.6rem;
}

.wooden-interior__bl4-left {
  max-width: 65.3rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wooden-interior__bl4-image {
  height: 48rem;
  width: 100%;
}

.wooden-interior__bl4-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.wooden-interior__bl4-right {
  max-width: 55.6rem;
  padding-top: 5.4rem;
  width: 100%;
}

.wooden-interior__bl4-right li,
.wooden-interior__bl4-right p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4375;
}

.wooden-interior__bl4-right .h2 {
  margin-bottom: 1.5rem;
  margin-top: 2.7rem;
}

.wooden-interior__bl4-right ul {
  margin: 0 0 3.5rem;
  padding: 0 0 0 1.5rem;
}

.wooden-interior__bl4-right li {
  margin-bottom: 0.6rem;
}

.wooden-interior__bl4-right img {
  display: block;
  margin-left: auto;
  padding-right: 4rem;
}

.wooden-interior__bl4-rals {
  margin-top: 5.1rem;
}

.partitions-fantom li,
.partitions-fantom p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
}

.partitions-fantom .h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.partitions-fantom .hidden-doors__gallery .h2 {
  margin-bottom: 3rem;
}

.partitions-fantom__bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 5.5rem;
  justify-content: space-between;
}

.partitions-fantom__bl1-left {
  max-width: 56.8rem;
  width: 100%;
}

.partitions-fantom__bl1-left .h2 {
  margin-bottom: 3.1rem;
}

.partitions-fantom__bl1-left p {
  margin-bottom: 2.4rem;
}

.partitions-fantom__bl1-right {
  max-width: 54.5rem;
  width: 100%;
}

.partitions-fantom__bl1-right .h2 {
  margin-bottom: 1.7rem;
}

.partitions-fantom__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 3.5rem;
  justify-content: space-between;
}

.partitions-fantom__bl2-image {
  max-width: 58.7rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 1.7rem;
}

.partitions-fantom__bl2-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.partitions-fantom__bl2-text {
  max-width: 54.5rem;
  width: 100%;
}

.partitions-fantom__bl2-text .h2 {
  margin-bottom: 1.4rem;
}

.partitions-fantom__bl2-text p {
  margin-bottom: 1.5rem;
}

.partitions-fantom__bl2-text p b {
  font-weight: 600;
}

.partitions-fantom__bl2-colors {
  display: grid;
  gap: 1.9rem;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 2.1rem;
}

.partitions-fantom__bl2-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  height: 6.3rem;
  width: 6.3rem;
}

.partitions-fantom__bl2-color img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.partitions-fantom__bl2-color span {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33333;
  text-align: center;
}

.partitions-fantom__bl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4.2rem;
  justify-content: space-between;
  margin-top: 4.2rem;
}

.partitions-fantom__bl3-text {
  max-width: 54.5rem;
  width: 100%;
}

.partitions-fantom__bl3-text .h2 {
  margin-bottom: 1.6rem;
}

.partitions-fantom__bl3-text p {
  margin-bottom: 1.5rem;
}

.partitions-fantom__bl3-text p b {
  font-weight: 600;
}

.partitions-fantom__bl3-image {
  height: 42.2rem;
  max-width: 58.7rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 3.3rem;
}

.partitions-fantom__bl3-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.partitions-fantom__bl4 {
  margin-top: 2rem;
}

.partitions-fantom__bl4 .h2 {
  margin-bottom: 2.9rem;
}

.partitions-fantom__bl4-flex {
  gap: 4rem;
  padding-left: 1.1rem;
}

.partitions-fantom__bl4-flex,
.partitions-fantom__bl4-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partitions-fantom__bl4-left {
  gap: 4.5rem;
  max-width: 52.4rem;
  width: 100%;
}

.partitions-fantom__bl4-left img {
  height: 25.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.partitions-fantom__bl4-left img:first-of-type {
  width: 14.9rem;
}

.partitions-fantom__bl4-left img:nth-of-type(2) {
  width: 15.8rem;
}

.partitions-fantom__bl4-left img:nth-of-type(3) {
  width: 11.6rem;
}

.partitions-fantom__bl4-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 58.7rem;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.2rem;
}

.partitions-fantom__bl4-right img {
  -o-object-fit: contain;
  object-fit: contain;
}

.partitions-fantom__bl4-right img:first-of-type {
  height: 18.2rem;
  width: 28.7rem;
}

.partitions-fantom__bl4-right img:nth-of-type(2) {
  height: 16.7rem;
  width: 23.8rem;
}

.zoning-loft .h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.zoning-loft li,
.zoning-loft p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4375;
}

.zoning-loft__bl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
}

.zoning-loft__bl1-text {
  max-width: 56.8rem;
  padding-top: 3.2rem;
  width: 100%;
}

.zoning-loft__bl1-text p {
  margin-bottom: 1.6rem;
}

.zoning-loft__bl1-text .h2 {
  margin-bottom: 2.2rem;
}

.zoning-loft__bl1-image {
  height: 26.1rem;
  max-width: 34.1rem;
  width: 100%;
}

.zoning-loft__bl1-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.zoning-loft__bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.5rem;
}

.zoning-loft__bl2-text {
  max-width: 48.2rem;
  padding-top: 5rem;
  width: 100%;
}

.zoning-loft__bl2-text .h2 {
  margin-bottom: 2.6rem;
}

.zoning-loft__bl2-text p {
  margin-bottom: 1.4rem;
}

.zoning-loft__bl2-image {
  height: 49.1rem;
  max-width: 70.4rem;
  width: 100%;
}

.zoning-loft__bl2-image img {
  border-radius: 0.9rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.zoning-loft__bl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  margin-top: 6.5rem;
}

.zoning-loft__bl3-text {
  max-width: 56.7rem;
  width: 100%;
}

.zoning-loft__bl3-image {
  height: 12.5rem;
  max-width: 47.4rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zoning-loft__bl3-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.zoning-loft__rals {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 3.7rem;
  justify-content: center;
  margin: 3.7rem auto 0 10.2rem;
  max-width: 97.3rem;
}

.zoning-loft__ral,
.zoning-loft__rals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoning-loft__ral {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3rem;
  width: 6.4rem;
}

.zoning-loft__ral img {
  border-radius: 0.9rem;
  height: 6.3rem;
  width: 6.4rem;
}

.zoning-loft__ral span {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33333;
  text-align: center;
}

@media (min-width: 767px) {
  .sliding-partitions .footer-form {
    padding-bottom: 10rem;
  }

  .wooden-interior__bl4-rals .sliding-partitions-inner__rals {
    gap: 1.9rem;
    grid-template-columns: repeat(8, 1fr);
    padding-left: 4rem;
    padding-right: 0;
  }

  .partitions-fantom {
    padding-right: 9.3rem;
    padding-top: 0.4rem;
  }

  .partitions-fantom .hidden-doors__gallery-slider-area .slider-nav__prev {
    left: -2.5rem;
  }

  .partitions-fantom .hidden-doors__gallery-slider-area .slider-nav__next {
    right: -2.5rem;
  }

  .partitions-fantom .hidden-doors__gallery-slide img {
    height: 27.3rem;
  }

  .partitions-fantom .hidden-doors__gallery-slider-area .slider-arrow {
    height: 6.1rem;
    width: 6.1rem;
  }
}

@media (max-width: 767px) {
  .sliding-partitions__header {
    margin-bottom: 21px;
    max-width: 100%;
  }

  .sliding-partitions__header .h1 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .sliding-partitions__header p {
    font-size: 12px;
  }

  .sliding-partitions__hero-slider .slider-nav__prev {
    left: -16px;
  }

  .sliding-partitions__hero-slider .slider-nav__next {
    right: -16px;
  }

  .sliding-partitions__hero-slider .slider-arrow {
    height: 29px;
    top: 86px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 29px;
  }

  .sliding-partitions__hero-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sliding-partitions__hero-image {
    border-radius: 5px;
    height: 199px;
    max-width: 100%;
  }

  .sliding-partitions__hero-text {
    padding: 10px 0 0;
  }

  .sliding-partitions__hero-text p {
    font-size: 12px;
  }

  .sliding-partitions__hero-title {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .sliding-partitions__hero-price {
    margin-top: 0;
  }

  .sliding-partitions__hero-price span {
    font-size: 16px;
  }

  .sliding-partitions__hero-price span span {
    font-size: 32px;
  }

  .sliding-partitions__hero-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 11px;
  }

  .sliding-partitions__hero-btn {
    font-size: 15px;
    height: 43px;
    margin-top: 0;
    max-width: 186px;
  }

  .sliding-partitions__tabs {
    margin-top: 28px;
    padding: 9px 5px;
  }

  .sliding-partitions__tab {
    margin-bottom: 11px;
  }

  .sliding-partitions__tab-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 0;
    justify-content: flex-start;
  }

  .sliding-partitions__tab-outer-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .sliding-partitions__tab-outer-text p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .sliding-partitions__tab-outer-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .sliding-partitions__tab-outer-title br {
    display: none;
  }

  .sliding-partitions__tab-outer-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 10px;
    justify-content: space-between;
    margin-top: 16px;
  }

  .sliding-partitions__tab-outer-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sliding-partitions__tab-outer-price {
    margin-top: 0;
  }

  .sliding-partitions__tab-outer-price span {
    font-size: 18px;
  }

  .sliding-partitions__tab-outer-price span span {
    font-size: 23px;
    padding: 0 3px;
  }

  .sliding-partitions__tab-outer-btn {
    font-size: 17px;
    height: 42px;
    margin-top: 0;
    max-width: 179px;
  }

  .sliding-partitions__tab-outer-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    height: 192px;
    margin-bottom: 8px;
    order: -1;
  }

  .sliding-partitions__tab-inner {
    padding-bottom: 34px;
  }

  .sliding-partitions-inner {
    padding: 10px 10px 0;
  }

  .sliding-partitions-inner .h2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-right: 40px;
  }

  .sliding-partitions-inner .h3 {
    font-size: 20px;
  }

  .sliding-partitions-inner li,
  .sliding-partitions-inner p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
  }

  .sliding-partitions-inner__column-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5px;
    padding: 0;
  }

  .sliding-partitions-inner__column-text p:first-of-type {
    max-width: 100%;
  }

  .sliding-partitions-inner__column-text p:nth-of-type(2) {
    max-width: 100%;
  }

  .sliding-partitions-inner__column-images {
    gap: 14px;
    margin-bottom: 34px;
    padding: 0;
  }

  .sliding-partitions-inner__column-image:first-of-type {
    max-width: 50%;
  }

  .sliding-partitions-inner__column-image:nth-of-type(2) {
    max-width: 50%;
  }

  .sliding-partitions-inner__column-image span {
    font-size: 12px;
    text-align: center;
  }

  .sliding-partitions-inner__main {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }

  .sliding-partitions-inner__main-text {
    margin-bottom: 14px;
    max-width: 100%;
  }

  .sliding-partitions-inner__main-text .h3 {
    margin-bottom: 11px;
  }

  .sliding-partitions-inner__main-text p {
    margin-bottom: 10px;
  }

  .sliding-partitions-inner__main-image {
    height: 185px;
    max-width: 100%;
  }

  .sliding-partitions-inner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .sliding-partitions-inner__bottom p {
    margin-bottom: 10px;
  }

  .sliding-partitions-inner__bottom-ral {
    max-width: 100%;
    padding: 23px 10px 0;
  }

  .sliding-partitions-inner__bottom-ral p {
    margin: 0 -10px;
  }

  .sliding-partitions-inner__rals {
    gap: 14px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 16px;
    padding: 0;
  }

  .sliding-partitions-inner__ral span {
    font-size: 12px;
  }

  .sliding-partitions__video {
    padding: 23px 0 30px;
  }

  .sliding-partitions__video .h2 {
    font-size: 20px;
    text-align: left;
  }

  .sliding-partitions__video .video-slider {
    margin-top: 25px;
  }

  .wooden-interior {
    padding: 10px 10px 0;
  }

  .wooden-interior__bl1 .h2 {
    font-size: 20px;
    margin-bottom: 11px;
    padding: 0;
  }

  .wooden-interior__bl2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }

  .wooden-interior__bl2 p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 7px;
  }

  .wooden-interior__bl2-left,
  .wooden-interior__bl2-right {
    max-width: 100%;
  }

  .wooden-interior__bl3 {
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .wooden-interior__bl4 {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .wooden-interior__bl4-left {
    max-width: 100%;
  }

  .wooden-interior__bl4-image {
    height: auto;
  }

  .wooden-interior__bl4-right {
    max-width: 100%;
    padding-top: 0;
  }

  .wooden-interior__bl4-right li,
  .wooden-interior__bl4-right p {
    font-size: 12px;
    line-height: 1.2;
  }

  .wooden-interior__bl4-right .h2 {
    margin-top: 15px;
  }

  .wooden-interior__bl4-right ul {
    margin-bottom: 20px;
    padding-left: 17px;
  }

  .wooden-interior__bl4-right li {
    margin-bottom: 5px;
  }

  .wooden-interior__bl4-right img {
    padding: 0 40px;
  }

  .wooden-interior__bl4-rals {
    margin-top: 20px;
  }

  .partitions-fantom li,
  .partitions-fantom p {
    font-size: 12px;
    line-height: 1.2;
  }

  .partitions-fantom .h2 {
    font-size: 20px;
  }

  .partitions-fantom .hidden-doors__gallery .h2 {
    margin-bottom: 15px;
  }

  .partitions-fantom__bl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .partitions-fantom__bl1-left {
    max-width: 100%;
  }

  .partitions-fantom__bl1-left .h2 {
    margin-bottom: 15px;
  }

  .partitions-fantom__bl1-left p {
    margin-bottom: 8px;
  }

  .partitions-fantom__bl2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .partitions-fantom__bl2-image {
    height: auto;
    max-width: 100%;
    padding-top: 10px;
  }

  .partitions-fantom__bl2-text {
    max-width: 100%;
  }

  .partitions-fantom__bl2-text .h2 {
    margin-bottom: 15px;
    padding: 0;
  }

  .partitions-fantom__bl2-text p {
    margin-bottom: 8px;
  }

  .partitions-fantom__bl2-colors {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
  }

  .partitions-fantom__bl2-color {
    height: auto;
  }

  .partitions-fantom__bl2-color span {
    font-size: 10px;
    line-height: 1.1;
    min-height: 27px;
  }

  .partitions-fantom__bl3 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .partitions-fantom__bl3-text {
    max-width: 100%;
  }

  .partitions-fantom__bl3-text .h2 {
    margin-bottom: 15px;
  }

  .partitions-fantom__bl3-text p {
    margin-bottom: 8px;
  }

  .partitions-fantom__bl3-image {
    height: auto;
    margin-top: 0;
    max-width: 100%;
  }

  .partitions-fantom__bl4-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partitions-fantom__bl4-flex img {
    max-width: 27%;
  }

  .partitions-fantom__bl4-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: contents;
    justify-content: center;
  }

  .partitions-fantom__bl4-left img {
    height: 120px;
  }

  .partitions-fantom__bl4-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: contents;
    justify-content: center;
  }

  .partitions-fantom__bl4-right img:first-of-type {
    height: 120px;
  }

  .partitions-fantom__bl4-right img:nth-of-type(2) {
    height: 120px;
  }

  .zoning-loft .h2 {
    font-size: 20px;
  }

  .zoning-loft li,
  .zoning-loft p {
    font-size: 12px;
    line-height: 1.2;
  }

  .zoning-loft__bl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .zoning-loft__bl1-text {
    max-width: 100%;
    padding: 0;
  }

  .zoning-loft__bl1-text p {
    margin-bottom: 8px;
  }

  .zoning-loft__bl1-text .h2 {
    margin-bottom: 15px;
  }

  .zoning-loft__bl1-image {
    height: auto;
    margin-top: 15px;
    max-width: 70%;
  }

  .zoning-loft__bl2 {
    margin-top: 30px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zoning-loft__bl2-text {
    max-width: 100%;
    padding: 0;
  }

  .zoning-loft__bl2-text .h2 {
    margin-bottom: 16px;
  }

  .zoning-loft__bl2-text p {
    margin-bottom: 8px;
  }

  .zoning-loft__bl2-image {
    height: auto;
    margin-top: 15px;
    max-width: 100;
  }

  .zoning-loft__bl3 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }

  .zoning-loft__bl3-text {
    max-width: 100%;
  }

  .zoning-loft__bl3-image {
    height: auto;
    max-width: 100%;
  }

  .zoning-loft__rals {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin: 30px 0 0;
    max-width: 100%;
  }

  .zoning-loft__ral {
    gap: 8px;
    width: 100%;
  }

  .zoning-loft__ral img {
    height: 57px;
    width: 57px;
  }
}

@media (max-width: 370px) {
  .sliding-partitions__hero-btn {
    max-width: 50%;
  }

  .sliding-partitions__tab-outer-btn {
    font-size: 15px;
    gap: 6px;
    max-width: 55%;
  }

  .sliding-partitions__tab-outer-btn .icon {
    height: 7px;
    width: 13px;
  }
}

@media (max-width: 340px) {
  .sliding-partitions__hero-price span {
    font-size: 14px;
  }

  .sliding-partitions__hero-price span span {
    font-size: 28px;
  }

  .sliding-partitions__tab-outer-btn {
    font-size: 12px;
    max-width: 50%;
  }

  .partitions-fantom__bl2-color {
    width: 47px;
  }

  .zoning-loft__bl1-image {
    max-width: 100%;
  }

  .zoning-loft__rals {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sliding-partitions__tab-outer-image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.sliding-partitions__tab-outer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sliding-partitions__tab-outer-text {
  text-align: left;
}

.sliding-partitions__tab-outer-flex,
.sliding-partitions__tab-outer-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#regionMenu .social-block img {
  width: 3.2rem;
  height: 3.2rem;
}

#regionMenu .social-block {
  display: flex;
  gap: 1.9rem;
  margin-top: auto;
}

.regoin-menu-btn {
  margin-bottom: 2rem;
  flex: 0 0 auto;
}

#regionMenu .info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1600px) {
  #regionMenu .top {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d6d6d7 transparent;
    padding-right: 1rem;
    margin-right: -1rem;
  }

  #regionMenu .top::-webkit-scrollbar {
    width: 7px;
  }

  #regionMenu .top::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
  }

  #regionMenu .top::-webkit-scrollbar-thumb {
    background-color: #d6d6d7;
    outline: none;
  }

  #regionMenu .social-block {
    margin-top: 3rem;
  }
}

.callback-modal .modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.callback-modal .socialRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
}

.callback-modal .socialRow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-modal .socialRow .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}

.smarts-category {
  margin-top: -2.3rem;
  margin-bottom: 6.1rem;
}

.smarts-category__description {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.195;
  max-width: 127.6rem;
}

.smarts-category__description p {
  margin-bottom: 0;
}

.smarts-category__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem 7.6rem;
}

.smarts-category__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
  margin-top: 1.4rem;
}

.smarts-category__image {
  width: 100%;
  height: 40.8rem;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.smarts-category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}

@media (max-width: 767px) {
  .smarts-category__description {
    font-size: 14px;
    font-weight: 400;
  }
  .smarts-category {
    margin-top: -5px;
    margin-bottom: 30px;
  }
  .smarts-category__grid {
    margin-top: 20px;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .smarts-category__image {
    height: auto;
  }
  .smarts-category__title {
    font-size: 16px;
    margin-top: 8px;
  }
}

.furn-sections {
  margin-top: 5.7rem;
}

.furn-sections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9rem;
}

.furn-sections__image {
  width: 100%;
  height: 43.2rem;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.furn-sections__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.9rem;
}

.furn-sections__title {
  font-size: 2rem;
  display: block;
  margin-top: 2.6rem;
}

.furn-sections__item:hover .furn-sections__image,
.smarts-category__item:hover .smarts-category__image {
  filter: brightness(0.85);
}

@media (max-width: 767px) {
  .catalog__footer {
    display: flex;
  }

  .entrance-doors .catalog__footer {
    margin-top: 9px;
  }
  .entrance-doors .doors-slider .container,
  .metalcard .doors-slider .container,
  .metalcard .catalog-slider .container {
    padding: 0;
  }
  .furn-sections {
    margin-top: 20px;
  }
  .furn-sections__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 12px;
  }
  .furn-sections__image {
    height: auto;
  }
  .furn-sections__title {
    font-size: 16px;
    margin-top: 8px;
  }
  .catalog {
    padding-bottom: 40px;
  }
}

.cart {
  padding-bottom: 6rem;
}

.cart .cart__item-to-favorites .icon {
  stroke: #191c1f;
  fill: #fff;
}

.cart .cart__item-to-favorites {
  cursor: pointer;
}

.cart__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart__main {
  max-width: 99.8rem;
  width: 100%;
}

.cart__main .h1 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0;
}

.cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.9rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.8rem;
}

.cart__h1 {
  display: contents;
}

.cart__header-count {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}

.cart__header-count.--mobile {
  display: none;
}

.cart__header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1.6rem;
}

.cart__header-download {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.15;
}

.cart__header-download span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
}

.cart__header-download span:before {
  background: url(../img/icons/cart-download.svg) 50% / contain no-repeat;
  content: '';
  display: block;
  height: 2rem;
  width: 1.7rem;
}

.cart__header-print {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.15;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cart__header-print:hover {
  color: #000;
}

.cart__header-print span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.cart__header-print span:before {
  background: url(../img/icons/print.svg) 50% / contain no-repeat;
  content: '';
  display: block;
  height: 1.9rem;
  width: 2.1rem;
}

.cart__body {
  margin-top: 2rem;
}

.cart__item {
  border: 1px solid rgba(31, 34, 41, 0.15);
  border-radius: 0.4rem;
  padding: 1.5rem 5.6rem 1.5rem 4.3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.cart__item,
.cart__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__item-info {
  gap: 4.6rem;
  max-width: 37.2rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart__item-image {
  height: 16rem;
  max-width: 7.1rem;
  width: 100%;
}

.cart__item-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.cart__item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart__item-article {
  color: rgba(31, 34, 41, 0.5);
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 0.8rem;
}

.cart__item-name {
  font-size: 2rem;
  line-height: 1.15;
}

.cart__item-mobile-area {
  display: contents;
}

.cart__item-quantity {
  max-width: 25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart__item-price,
.cart__item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cart__item-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 20rem;
}

.cart__item-price-old {
  color: #1f2229;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-top: -0.7rem;
  opacity: 0.5;
  text-decoration: line-through;
}

.cart__item-price-main {
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.66667;
}

.cart__item-price-main span {
  font-size: 1.8rem;
}

.cart__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.9rem;
}

.cart__item-to-favorites {
  position: static !important;
}

.cart__item-to-favorites .icon {
  height: 2rem;
  width: 2.5rem;
}

.cart__item-to-remove {
  cursor: pointer;
}

.cart__item-to-remove .icon {
  height: 2.5rem;
  width: 2.3rem;
}

.cart__form {
  margin-top: 5.8rem;
}

.cart__form-wrap .h2 {
  color: #31363d;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 3.3rem;
}

.cart__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 0.6rem;
  justify-content: space-between;
}

.cart__form-left {
  max-width: 49.6rem;
  width: 100%;
}

.cart__form-input {
  margin-bottom: 1.4rem;
}

.cart__form-input:last-of-type {
  margin-bottom: 0;
}

.cart__form-input .input,
.cart__form-input .textarea {
  border: 1px solid rgba(31, 34, 41, 0.15);
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 300;
  height: 5.7rem;
  padding: 0 1.7rem;
}

.cart__form-input .input::-webkit-input-placeholder,
.cart__form-input .textarea::-webkit-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
}

.cart__form-input .input::-moz-placeholder,
.cart__form-input .textarea::-moz-placeholder {
  color: rgba(31, 34, 41, 0.5);
}

.cart__form-input .input:-ms-input-placeholder,
.cart__form-input .textarea:-ms-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
}

.cart__form-input .input::-ms-input-placeholder,
.cart__form-input .textarea::-ms-input-placeholder {
  color: rgba(31, 34, 41, 0.5);
}

.cart__form-input .input::placeholder,
.cart__form-input .textarea::placeholder {
  color: rgba(31, 34, 41, 0.5);
}

.cart__form-input .textarea {
  padding: 1.7rem;
}

.cart__form-input-error {
  color: #b5191e;
  display: none;
  font-size: 1.4rem;
  margin: 1rem 0;
}

.cart__form-input-error.is-active {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}

.cart__form-right {
  max-width: 49.6rem;
  width: 100%;
}

.cart__form-right .cart__form-input--textarea,
.cart__form-right .textarea {
  height: 100%;
}

.cart__aside {
  max-width: 38rem;
  padding-top: 15.3rem;
  width: 100%;
}

.cart__aside-area {
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
  padding: 4.2rem 3.5rem 2rem;
  position: sticky;
  top: 13rem;
}

.cart__aside-header {
  border-bottom: 1px solid rgba(31, 34, 41, 0.5);
  font-size: 1.8rem;
  padding-bottom: 2.3rem;
}

.cart__aside-items {
  margin: 3.6rem 0 3.9rem;
  max-height: 17.6rem;
  overflow-y: auto;
}

.cart__aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.2rem;
}

.cart__aside-item:last-of-type {
  margin-bottom: 0;
}

.cart__aside-item-name {
  font-size: 1.8rem;
  line-height: 1.27778;
}

.cart__aside-item-count {
  color: rgba(31, 34, 41, 0.5);
  font-size: 1.6rem;
}

.cart__aside-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.7rem;
  margin-bottom: 0.3rem;
}

.cart__aside-total span:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.cart__aside-total span:nth-of-type(2) {
  font-size: 4rem;
  font-weight: 700;
}

.cart__aside-total span:nth-of-type(2) span {
  font-size: 1.8rem;
  font-weight: 600;
}

.cart__aside-saving {
  color: rgba(31, 34, 41, 0.5);
  font-size: 1.8rem;
}

.cart__aside-order {
  margin-top: 3rem;
  width: 100%;
}

.cart__aside-order-btn {
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  height: 4.4rem;
  pointer-events: auto;
  width: 100%;
}

.cart__aside-order-btn.btn--disabled {
  background: rgb(171 59 102 / 50%);
  color: hsla(0, 0%, 100%, 0.5);
  cursor: not-allowed;
}

.cart__aside-copy {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

.cart__aside-copy,
.cart__aside-copy a {
  color: rgba(31, 34, 41, 0.5);
}

.cart__fixed-mobile {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 -4px 21px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 21px 0 rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  padding: 12px 15px;
  position: fixed;
  width: 100%;
  z-index: 500;
}

.cart__fixed-mobile-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.cart-empty .h1 {
  font-size: 5rem;
  margin-bottom: -0.9rem;
}

.cart-empty__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 4rem;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-empty__content {
  max-width: 78rem;
  width: 100%;
}

.cart-empty__header {
  margin-bottom: 3.4rem;
}

.cart-empty__header p {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.28571;
  margin-bottom: 0;
}

.cart-empty__header p a {
  color: #b5191e;
}

.cart-empty__header p a:after {
  bottom: 0;
}

.cart-empty__body p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.cart-empty__body a {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.cart-empty__btn {
  font-size: 2rem;
  font-weight: 400;
  height: 5.2rem;
  margin-top: 2.7rem;
  max-width: 40.5rem;
  padding-bottom: 0.2rem;
  width: 100%;
}

.cart-empty__image {
  height: 42.7rem;
  left: -5rem;
  max-width: 47rem;
  top: -2.2rem;
  width: 100%;
}

.cart-empty__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.quantity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bt-minus {
  background: url(../img/icons/quantity-minus.svg) 50%/2.5rem no-repeat;
  border: none;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
}

.bt-minus,
.quantity {
  margin: 0;
  padding: 0;
}

.quantity {
  background: none;
  border: 1px solid #dedede;
  border-radius: 0.4rem;
  font-size: 3rem;
  font-weight: 400;
  font-weight: 700;
  height: 5.2rem;
  max-width: 5.3rem;
  min-width: 5.3rem;
  text-align: center;
}

.bt-plus {
  background: url(../img/icons/quantity-plus.svg) 50%/2.5rem no-repeat;
  border: none;
  cursor: pointer;
  height: 5rem;
  margin: 0;
  outline: none;
  padding: 0;
  width: 5rem;
}

@media (max-width: 767px) {
  .cart {
    padding-bottom: 40px;
  }

  .cart__main .h1 {
    font-size: 30px;
  }

  .cart__header {
    display: none;
    margin-top: 20px;
  }

  .cart__h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px;
  }

  .cart__header-count.--mobile {
    display: block;
    font-size: 16px;
  }

  .cart__item {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart__item-info {
    gap: 20px;
    max-width: 100%;
  }

  .cart__item-article {
    font-size: 14px;
  }

  .cart__item-name {
    font-size: 18px;
  }

  .cart__item-mobile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 15px;
    justify-content: space-between;
  }

  .cart__item-quantity {
    max-width: 71px;
  }

  .cart__item-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
  }

  .cart__item-price-main {
    font-size: 20px;
  }

  .cart__item-price-main span {
    font-size: 14px;
  }

  .cart__item-actions {
    gap: 20px;
  }

  .cart__form {
    margin-top: 30px;
  }

  .cart__form-wrap .h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .cart__form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }

  .cart__form-left {
    max-width: 100%;
  }

  .cart__form-input {
    margin-bottom: 8px;
  }

  .cart__form-input .input,
  .cart__form-input .textarea {
    font-size: 16px;
    height: 54px;
    padding: 0 13px;
  }

  .cart__form-input .textarea {
    height: 108px;
    padding: 13px;
  }

  .cart__form-right {
    max-width: 100%;
  }

  .cart__form-right .textarea {
    height: 108px;
  }

  .cart__aside {
    display: none;
  }

  .cart__aside-total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .cart__aside-total span:first-of-type {
    font-size: 14px;
  }

  .cart__aside-total span:nth-of-type(2) {
    font-size: 18px;
  }

  .cart__aside-total span:nth-of-type(2) span {
    font-size: 14px;
  }

  .cart__aside-order {
    margin: 0;
  }

  .cart__aside-order,
  .cart__aside-order-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cart__aside-order-btn {
    font-size: 16px;
  }

  .cart__fixed-mobile {
    display: block;
  }

  .cart-empty .h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cart-empty__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .cart-empty__header {
    margin-bottom: 15px;
  }

  .cart-empty__header p {
    font-size: 18px;
  }

  .cart-empty__body p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cart-empty__body a {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cart-empty__btn {
    font-size: 16px;
    height: 54px;
    margin: 20px 0 0;
    max-width: 100%;
    padding: 0;
  }

  .cart-empty__image {
    height: auto;
    left: 0;
    margin: 10px auto;
    max-width: 70%;
    top: 0;
  }

  .bt-minus {
    background-size: 13px;
    height: 26px;
    position: relative;
    top: -1px;
    width: 26px;
  }

  .quantity {
    font-size: 20px;
    height: 32px;
    max-width: 32px;
    min-width: 32px;
    padding-top: 1px;
  }

  .bt-plus {
    background-size: 13px;
    height: 26px;
    position: relative;
    top: -1px;
    width: 26px;
  }
}

@media (max-width: 340px) {
  .cart-empty__header p {
    font-size: 16px;
  }

  .cart-empty__body p {
    font-size: 14px;
  }
}

.cart__item-image .no--photo {
  background-size: 11rem;
  background-color: #fafafa;
}

/* замки */

.furn__top {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

.furn__links {
  display: flex;
  align-items: center;
  max-width: 81rem;
  width: 100%;
}

.furn__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.furn__links li {
  border-radius: 0.5rem;
  max-width: 26rem;
  width: 100%;
  height: 5.8rem;
  background: rgb(31 34 41 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.furn__links li.is--active {
  background: #1f2229;
  color: #fff;
}

.catalog__sort {
  margin-left: auto;
}

.furn-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.furn-list__item {
  display: flex;
  border: 1px solid rgba(31, 34, 41, 0.25);
  border-radius: 0.9rem;
  overflow: hidden;
  padding: 2rem;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.furn-list__item:hover {
  border: 1px solid rgba(31, 34, 41, 0.5);
}

.furn-list__image {
  max-height: 18.7rem;
  max-width: 9.5rem;
  width: 100%;
  flex: 0 0 auto;
}

.furn-list__image img {
  width: 100%;
  object-fit: contain;
  max-height: 18.7rem;
}

.furn-list__text {
  font-size: 1.6rem;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 6;
  overflow: hidden;
}

.furn-list__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.furn-list__price-value {
  font-size: 1.8rem;
}

.furn-list__props {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.furn-list__text:empty {
  display: none;
}

@media (max-width: 767px) {
  .furn__top {
    flex-direction: column;
  }
  .furn__links li {
    font-size: 14px;
    height: 44px;
    font-weight: 400;
  }
  .furn__links ul {
    gap: 6px;
  }
  .catalog__sort select {
    max-width: 100%;
    height: 44px;
    padding: 0 13px;
    background-position: right 1.4em top 50%, 0 0;
  }
  .catalog__sort {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    height: 44px;
  }

  .catalog__header {
    margin-bottom: 20px;
  }

  .furn__top {
    margin-bottom: 20px;
  }
  .furn-list__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  .furn-list__title {
    font-size: 18px;
  }
  .furn-list__text {
    font-size: 14px;
  }
  .furn-list__price-value {
    font-size: 16px;
  }
}

.header__fav,
.header__cart {
  cursor: pointer;
}

@media (max-width: 767px) {
  .furn-list__image img {
    max-height: 160px;
  }
  .furn-list__props {
    font-size: 14px;
  }
}

.furn-list-detail__item {
}
.furn-list-detail__content {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.furn-list-detail__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.furn-list-detail__image {
  max-width: 16rem;
  width: 100%;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.furn-list-detail__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.furn-list-detail__text {
  font-size: 1.6rem;
  line-height: 1.375;
}

.furn-list-detail__props {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}

.furn-list-detail__price {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.furn-list-detail__item .catalog-item__buttons {
  padding-left: 22rem;
  margin-top: 2rem;
  gap: 2rem;
}

.furn-list--cylinders .furn-list__item,
.furn-list--handles .furn-list__item {
  flex-direction: column;
  text-align: center;
}

.furn-list--cylinders .furn-list__image {
  max-width: 24.3rem;
  height: 15.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.furn-list--cylinders .furn-list__image img {
  max-height: 15.7rem;
}

.furn-list--handles .furn-list__image {
  max-width: 23.5rem;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.furn-list--handles .furn-list__image img {
  max-height: 11rem;
}

.furn-list--handles .furn-list__item {
  gap: 3rem;
  padding: 3rem;
}

.furn-list--handles .furn-list__props-name {
  display: none;
}

.furn-list--handles .furn-list__props-value {
  display: block;
}
.furn-list--handles .furn-list__props-value:first-letter {
  text-transform: uppercase;
}

.furn-list--handles .furn-list__props,
.furn-list--cylinders .furn-list__props {
  margin: 0.5rem 0;
}

.furn-list--handles .furn-list__title,
.furn-list--cylinders .furn-list__title {
  margin-bottom: 0.5rem;
}

.furn-list-detail__item .catalog-item__to-cart {
  max-width: 50%;
  background: #28b19a;
  gap: 1.2rem;
}

.furn-list-detail__item .catalog-item__to-cart .icon {
  width: 1.9rem;
  height: 1.9rem;
}

.furn-list-detail__item .catalog-item__to-fav {
  max-width: 50%;
  position: static;
  line-height: 1;
  text-transform: uppercase;
  flex: 1;
  font-size: 1.4rem;
  border: none;
  background: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  background: #ab3b66;
  border-radius: 0.4rem;
  height: 5.2rem;
  color: #fff;
}

.furn-list-detail__item .catalog-item__to-fav .icon {
  width: 2.3rem;
  height: 1.9rem;
  stroke: #fff;
  fill: none;
}

.cart .cart__item-to-favorites.is-fill .icon {
  stroke: #b5191e;
  fill: #b5191e;
}

.furn-list-detail__props span {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #28b19a;
}

.furn-list-detail__props {
  margin: 1rem 0 1.5rem;
}

.furn-list-detail__props li {
  margin: 0.5rem 0;
}

@media (min-width: 767px) {
  .ws-wnd.ws-wnd__furn .ws-modal__window {
    padding: 8.6rem 7.2rem 6.6rem;
  }
}

@media (max-width: 767px) {
  .furn-list__grid.furn-list--cylinders,
  .furn-list__grid.furn-list--handles {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .furn-list__item {
    padding: 12px;
    gap: 10px;
    border: 1px solid rgba(31, 34, 41, 0.2);
  }
  .furn-list--locks .furn-list__item {
    padding: 20px;
    gap: 20px;
  }
  .furn-list--handles .furn-list__image img,
  .furn-list--cylinders .furn-list__image img,
  .furn-list--cylinders .furn-list__image,
  .furn-list--handles .furn-list__image {
    max-height: 100px;
    height: 100px;
  }

  .furn-list--cylinders .furn-list__title,
  .furn-list--handles .furn-list__title {
    font-size: 16px;
  }
  .furn-list--cylinders .furn-list__props,
  .furn-list--handles .furn-list__props {
    font-size: 12px;
  }
  .furn-list--cylinders .furn-list__price-value,
  .furn-list--handles .furn-list__price-value {
    font-size: 15px;
  }

  .furn-list--handles .furn-list__item {
    padding: 12px;
    gap: 0;
  }

  .furn-list-detail__content {
    flex-direction: column;
    gap: 20px;
  }

  .furn-list-detail__item .catalog-item__buttons {
    padding: 0;
    gap: 6px;
    margin-top: 10px;
    justify-content: center;
  }

  .furn-list-detail__title {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  .furn-list-detail__text {
    text-align: center;
    font-size: 14px;
  }

  .furn-list-detail__price {
    font-size: 20px;
    text-align: center;
  }

  .furn-list-detail__item .catalog-item__to-fav,
  .furn-list-detail__item .catalog-item__to-cart {
    height: 44px;
    font-size: 11px;
    gap: 6px;
  }

  .furn-list-detail__item .catalog-item__to-cart .icon,
  .furn-list-detail__item .catalog-item__to-fav .icon {
    width: 16px;
    height: 16px;
  }

  .furn-list-detail__props span {
    font-size: 14px;
  }
  .furn-list-detail__props {
    text-align: center;
    margin: 10px 0;
  }
  .furn-list-detail__props li {
    margin: 0;
  }
}

@media (max-width: 340px) {
  .furn-list-detail__item .catalog-item__buttons {
    gap: 6px;
  }
  .furn-list-detail__item .catalog-item__to-cart .icon,
  .furn-list-detail__item .catalog-item__to-fav .icon {
    width: 14px;
    height: 14px;
  }

  .furn-list-detail__item .catalog-item__to-fav,
  .furn-list-detail__item .catalog-item__to-cart {
    font-size: 10px;
  }
}

.furn-list-detail__props .prop--color .furn-list-detail__props-value {
  display: inline-block;
}
.furn-list-detail__props
  .prop--color
  .furn-list-detail__props-value::first-letter {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .metalcard-tab-furn__item-text {
    font-size: 14px;
    padding-top: 0;
  }
  .metalcard-tab-furn__item {
    align-items: flex-start;
  }
  .metalcard-tab-furn__item-text .h3 {
    font-size: 18px;
  }
}

.download-catalog__area {
  background: none;
}

.sliding-partitions__tabs {
  background: none;
  padding: 0;
}

.hidden-doors__vantages {
  border: none;
}

.download-catalog__area .h2,
.hidden-doors__video .h2,
.designers-reviews .h2 {
  text-align: left;
}

@media (max-width: 767px) {
  .download-catalog__area {
    margin: 0;
  }
  .custom-table-text--width-sup {
    padding-left: 15px;
  }
  .sliding-partitions__tab-outer-flex {
    align-items: center;
  }
  .sliding-partitions__tab-outer-btn {
    font-size: 14px;
  }
  .sliding-partitions__tab-outer {
    padding: 10px 0 25px;
  }
  .sliding-partitions-inner {
    padding: 10px 0 0;
  }
}

@media (min-width: 767px) {
  .sliding-partitions__tab-outer-btn {
    max-width: 21.7rem;
    height: 5.2rem;
  }
  .sliding-partitions__tab {
    margin-bottom: 0;
  }
}

.sliding-partitions__tab-outer-btn .icon {
  display: none;
}

.sliding-partitions__tab-outer-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.sliding-partitions__tab-outer-btn span::after {
  content: '';
  height: 2rem;
  width: 2rem;
  background: url(../img/icons/down-icon.svg) center/contain no-repeat;
  display: inline-block;
}

@media (max-width: 767px) {
  .sliding-partitions__tab-outer-btn span {
    font-weight: 500;
  }
  .sliding-partitions__tabs {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs__area li {
    flex: 0 0 auto;
  }
  .breadcrumbs__area ul {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
}

.cart__aside-order-btn {
  background: #ab3b66;
}

.param-filter .filter-row .filter-row-item .options.has--colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem 1.3rem;
  max-width: 26rem;
  flex-direction: row;
}

.filter-wnd.modalStyled .ws-modal__window {
  height: 100%;
}

.filter-wnd.modalStyled .param-filter {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.filter-wnd.modalStyled .param-filter .bottom {
  margin-top: auto;
}

@media (min-width: 767px) {
  .filter-row {
    max-height: 58rem;
  }
}

@media (max-width: 1400px) {
  .filter-row {
    max-height: 43rem;
  }
}

@media (max-width: 767px) {
  .filter-row {
    max-height: calc(var(--indexSize) * 112);
  }
}

.header__menu li.has--sub {
  display: flex;
  align-items: center;
}

.header__menu li.has--sub .icon {
  display: inline-block;
  height: 1.5rem;
  margin-bottom: 0.2rem;
  width: 0.9rem;
  margin-left: -0.8rem;
}

@media (max-width: 1600px) {
  .header__menu li.has--sub .icon {
    height: 1.4rem;
  }
}

.how-buy__item--3.active .how-buy__item-image {
  -webkit-transform: scale(1.15) translate(-0.6rem, -0.1rem) rotate(-9.7deg);
  -ms-transform: scale(1.15) translate(-0.6rem, -0.1rem) rotate(-9.7deg);
  transform: scale(1.15) translate(-0.6rem, -0.1rem) rotate(-9.7deg);
}
