@charset "UTF-8";
/* Base */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "DrukTextWide";
  src: url(../fonts/DrukTextWide.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway.ttf);
}
h1, h2, h3, h4 {
  font-family: "DrukTextWide";
  margin: 0;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -4px;
}

body {
  font-family: "Raleway";
  margin: 0;
  padding: 0;
  color: #202020;
}

.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

p {
  margin: 0;
}

@media (max-width: 1730px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 15px;
    box-sizing: border-box;
  }
  h1, h2, h3, h4 {
    letter-spacing: normal;
  }
}
/* Blocks */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-top-footer-1 {
  display: flex;
  gap: 25px;
}

.item-top-footer-2 {
  display: flex;
  gap: 40px;
}

.soc-wrapp {
  display: flex;
  gap: 20px;
  align-items: center;
}
.soc-wrapp p {
  font-size: 14px;
  max-width: 135px;
  text-align: right;
}
.soc-wrapp .soc-image {
  max-width: 55pxpx;
}

.phone-footer {
  text-align: right;
}
.phone-footer a {
  color: #202020;
  font-size: 19px;
  font-family: "DrukTextWide";
  text-decoration: none;
  letter-spacing: -1px;
}
.phone-footer p {
  margin-top: 5px;
  font-size: 15px;
}

.info-footer {
  font-size: 12px;
  color: #8a8a8a;
}

.link-footer {
  display: flex;
  flex-direction: column;
}
.link-footer a {
  font-size: 12px;
  color: #8a8a8a;
  text-align: right;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
  margin-top: 35px;
}

@media (max-width: 900px) {
  .top-footer {
    flex-direction: column;
  }
  .item-top-footer-1, .item-top-footer-2 {
    flex-direction: column;
  }
  .item-top-footer-2 {
    margin-top: 20px;
  }
  .bottom-footer {
    gap: 10px;
  }
}
header {
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 25px;
  box-shadow: 0 625px 175px 0 rgba(0, 0, 0, 0), 0 400px 160px 0 rgba(0, 0, 0, 0), 0 225px 135px 0 rgba(0, 0, 0, 0.02), 0 100px 100px 0 rgba(0, 0, 0, 0.03), 0 25px 55px 0 rgba(0, 0, 0, 0.03);
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  display: flex;
  gap: 124px;
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style-type: none;
}
.menu ul li a {
  font-size: 18px;
  color: #202020;
  text-decoration: none;
}

.date-work p {
  font-size: 18px;
}

.bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}

.feedback-yandex-img {
  width: 267px;
  height: 43px;
}

.number-one {
  display: flex;
  align-items: center;
  gap: 14px;
}
.number-one p {
  font-size: 16px;
}

.form-search form {
  display: flex;
}

.form-search input[type=text] {
  border: 1px solid #FFD356;
  border-right: none;
  height: 58px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-left: 21px;
  width: 230px;
  font-size: 15px;
}

.submit-wrapp {
  position: relative;
  height: 58px;
  width: 58px;
}

.submit-wrapp::after {
  content: "";
  background-image: url("/img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 999;
}

.mobile-phone-wrapp {
  display: flex;
  flex-direction: column;
}
.mobile-phone-wrapp a {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  font-family: "DrukTextWide";
  text-decoration: none;
}

.like-block {
  background: linear-gradient(45deg, #1853BC, #95BFFF);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 0 0 #215995;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.like-block .like-count {
  background: linear-gradient(270deg, #FFCF25, #FFEC7C);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100%;
  line-height: 0;
  position: absolute;
  top: -8px;
  right: -8px;
}

.button-call-action {
  cursor: pointer;
  border: none;
  background: linear-gradient(270deg, #FFCF25, #FFEC7C);
  box-shadow: 0 3px 0 0 #E8C73C;
  height: 58px;
  width: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.button-call-action span {
  font-family: "DrukTextWide";
  font-weight: 500;
  text-transform: uppercase;
  color: #75543C;
  font-size: 11px;
}

.button-vopros {
  border: 1px solid #FFD356;
  width: 226px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "DrukTextWide";
  font-weight: 500;
  background-color: #fff;
  color: #75543C;
  cursor: pointer;
}

.mail-header {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Raleway" !important;
  margin-top: 4px;
}

.wrapp-contact-header {
  display: flex;
  gap: 12px;
}

.mob-header {
  display: none;
}

@media (max-width: 1730px) {
  .menu ul {
    gap: 75px;
  }
  .number-one {
    display: none;
  }
}
@media (max-width: 900px) {
  .mob-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-header, .bottom-header {
    display: none;
  }
  .menu-mob {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
  }
  .menu-mob .menu {
    margin-top: 40px;
  }
  .menu-mob .menu ul {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .menu-mob .mobile-phone-wrapp {
    text-align: right;
    margin-top: 20px;
  }
  .menu-mob .date-work {
    text-align: center;
    margin-top: 20px;
  }
  .menu-mob .form-search input[type=text] {
    width: 100%;
  }
  .menu-mob .form-search {
    margin-top: 20px;
  }
  .phone-mob-head {
    font-size: 12px;
    font-weight: 500;
    font-family: "DrukTextWide";
    color: #202020;
    text-decoration: none;
  }
  .button-vopros {
    margin: 0 auto;
  }
}
.intro-block {
  position: relative;
  margin-top: 110px;
}

.slide-intro {
  width: 100%;
  max-width: 974px;
  margin: 0;
  height: 690px;
}
.slide-intro .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EDEDED;
  width: 8px;
  height: 8px;
}
.slide-intro .swiper-pagination-bullet-active {
  background-color: #FFCF25;
}

.wrapp-itro-block {
  display: flex;
  justify-content: space-between;
}

.slide-image {
  background-image: url("/img/intro-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 100%;
  height: 652px;
}

.slide-nav {
  position: absolute;
  z-index: 999;
  display: block;
  top: 50%;
  cursor: pointer;
}

.slide-prev {
  left: 0;
}

.slide-next {
  right: 0;
}

.info-intro {
  width: 100%;
  max-width: 626px;
}
.info-intro h1 {
  font-size: 55px;
  line-height: 113%;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.info-intro h1 span {
  font-family: "Raleway";
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  width: 215px;
  line-height: normal;
  display: block;
  margin-left: 350px;
  margin-top: -55px;
  letter-spacing: normal;
}

.wrapp-advant-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 45px;
}

.item-advant-intro {
  display: flex;
  gap: 25px;
  width: 100%;
  max-width: 277px;
  align-items: center;
}
.item-advant-intro p {
  font-size: 18px;
}

.zayavka, .call-phone {
  width: 305px;
  height: 102px;
}
.zayavka span, .call-phone span {
  font-size: 15px;
}

.call-phone {
  background: linear-gradient(45deg, #1853BC, #95BFFF);
  box-shadow: 0 3px 0 0 #215995;
}
.call-phone span {
  color: #fff;
}

.wrapp-button-intro {
  display: flex;
  gap: 10px;
  margin-top: 75px;
}

.button-feedback {
  background: linear-gradient(270deg, #FFCF25, #FFEC7C);
  box-shadow: 0 3px 0 0 #E8C73C;
  text-decoration: none;
  font-family: "DrukTextWide";
  color: #75543C;
  font-size: 11px;
  height: 58px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.info-text-intro {
  font-size: 17px;
  max-width: 308px;
  margin-top: 40px;
  position: relative;
}

.info-text-intro::after {
  content: "";
  background-image: url("/local/templates/wardrobe_landing/img/line.svg");
  display: block;
  width: 32px;
  height: 99px;
  position: absolute;
  top: -90px;
  left: -45px;
}

.block-product {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 35px;
  background: #000000;
}
.block-product h2 {
  color: #fff;
  text-align: center;
}

h2 {
  font-size: 50px;
  text-transform: uppercase;
}

.container-product {
  width: 100%;
  max-width: 1862px;
  margin: auto;
}

.wrapp-product {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  gap: 27px;
}
.wrapp-product p {
  font-family: "DrukTextWide";
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.wrapp-product .item {
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.item-product-1 {
  background-image: url("/img/item-product-1.png");
  width: 100%;
  max-width: 648px;
  height: 930px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-product-2 {
  background-image: url("/img/item-product-2.png");
  width: 100%;
  max-width: 535px;
  height: 293px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-product-3 {
  background-image: url("/img/item-product-3.png");
  width: 100%;
  max-width: 306px;
  height: 293px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-product-4 {
  background-image: url("/img/item-product-4.png");
  width: 100%;
  max-width: 306px;
  height: 293px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-product-5 {
  background-image: url("/img/item-product-5.png");
  width: 100%;
  max-width: 535px;
  height: 293px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-product-6 {
  background-image: url("/img/item-product-6.png");
  width: 100%;
  max-width: 535px;
  height: 293px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
}

.item-product-7 {
  background-image: url("/img/item-product-7.png");
  width: 100%;
  max-width: 630px;
  height: 612px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapp-item-product-2 {
  display: flex;
  gap: 20px;
}

.group-product {
  width: 100%;
  max-width: 1186px;
}

.group-product-2 {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.wrap-item-product-3 {
  width: 100%;
  max-width: 535px;
}

.block-our-project {
  margin-top: 130px;
}
.block-our-project h2 {
  margin: 0 auto;
  max-width: 1178px;
  letter-spacing: -4px;
}

.before-title-project {
  margin-top: 16px;
  font-size: 24px;
  text-align: center;
}

.tabs-project {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.tab {
  border: 1px solid #ddd;
  width: 224px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DrukTextWide";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
  cursor: pointer;
}

.tab.active {
  background: linear-gradient(270deg, #FFCF25, #FFEC7C);
  color: #75543C;
  border: transparent;
}

.item-tab-content {
  display: flex;
  gap: 105px;
  align-items: flex-end;
}

.tabs-content {
  margin-top: 85px;
}

.tab-content {
  display: flex;
  flex-direction: column;
  gap: 65px;
  display: none;
}

.tab-elements {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.img-project {
  width: 100%;
  max-width: 560px;
  height: 700px;
}

.info-project {
  width: 100%;
}
.info-project h3 {
  font-size: 38px;
  text-transform: uppercase;
}
.info-project p {
  max-width: 403px;
  font-size: 20px;
  margin-top: 25px;
}

.parametr-project {
  margin-top: 60px;
  border-spacing: 0;
  width: 100%;
  max-width: 433px;
}

.title-parametr {
  font-weight: 600;
  width: 110px;
  padding-left: 12px;
  box-sizing: border-box;
}

.parametr-project tr {
  height: 35px;
  border-radius: 5px;
  border-bottom: 1px solid;
}
.parametr-project tr td {
  border: none;
}

.parametr-project tr:nth-child(even) {
  height: 50px;
}

.price-project {
  width: 305px;
  height: 102px;
  margin-top: 65px;
}
.price-project span {
  font-size: 14px;
}

.wa-project {
  width: 305px;
  height: 102px;
  margin-top: 10px;
}
.wa-project span {
  font-size: 14px;
}

.button-load {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 222px;
  height: 58px;
  background-color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.button-load span {
  font-size: 13px;
  font-family: "DrukTextWide";
  text-transform: uppercase;
  font-weight: 700;
}

.block-video {
  margin-top: 110px;
}
.block-video p {
  font-size: 24px;
  margin-top: 15px;
  text-align: center;
}
.block-video h2 {
  text-align: center;
}

.wrapp-video {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  justify-content: space-between;
}

.item-video {
  position: relative;
  width: 100%;
  max-width: 529px;
}
.item-video #myvideo {
  width: 529px;
}
.item-video .play-video, .item-video .stop-video {
  position: absolute;
  top: 25%;
  left: 38%;
  cursor: pointer;
}
.item-video .stop-video {
  opacity: 0;
  transition: 0.3s ease;
}
.item-video .controls-video:hover .stop-video {
  opacity: 1;
}

.controls-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.title-video {
  font-size: 29px;
  text-align: center;
  margin-top: 45px;
}

.block-contact-1 {
  background-image: url("/local/templates/wardrobe_landing/img/bg-contact-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 733px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 130px;
}
.block-contact-1 .error-msg{
  color: #fff;
}
.block-contact-1 h2 {
  max-width: 926px;
  line-height: 64px;
  font-size: 57px;
}
.block-contact-1 .wrapp-info-contact {
  display: flex;
  justify-content: space-between;
  max-width: 925px;
  margin-top: 25px;
}

.container-block-contact {
  width: 100%;
  max-width: 926px;
  margin: 0 auto;
}

.before-title-contact {
  font-size: 22px;
  font-weight: 600;
}

.form-info {
  width: 130px;
  font-size: 15px;
  text-align: right;
  display: block;
  position: relative;
}

.form-info::after {
  content: "";
  background-image: url("/local/templates/wardrobe_landing/img/line-2.svg");
  display: block;
  width: 34px;
  height: 99px;
  position: absolute;
  top: 7px;
  right: -50px;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 925px;
  margin-top: 20px;
}

.contact-form input {
  width: 300px;
  height: 105px;
  box-sizing: border-box;
  font-size: 18px;
  color: #202020;
  padding-left: 35px;
}

.contact-form input[type=submit] {
  background: linear-gradient(270deg, #FAC969, #FFCF25, #FFEC7C);
  box-shadow: 0 3px 0 0 #E8C73C;
  border: none;
  padding: 0;
  color: #75543C;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "DrukTextWide";
  font-weight: 700;
}

.submit-button p {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
}
.submit-button p a {
  color: #fff;
}

.about-block {
  margin-top: 116px;
}

.wrapp-info-industry {
  display: flex;
  justify-content: space-between;
}
.wrapp-info-industry h2 {
  line-height: 100%;
  margin-bottom: 30px;
}

.images-info-industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
  max-width: 814px;
}

.text-info-industry {
  width: 100%;
  max-width: 888px;
}
.text-info-industry p {
  font-size: 19px;
  max-width: 837px;
  text-align: justify;
}
.text-info-industry img {
  margin-top: 76px;
  margin-bottom: -4px;
}

.img-industr.image-1 {
  width: 100%;
  max-width: 888px;
}

.img-industr.image-2 {
  width: 100%;
  max-width: 813px;
}

.img-industr.image-3 {
  width: 100%;
  max-width: 396px;
}

.img-industr.image-4 {
  width: 100%;
  max-width: 396px;
}

.stats-about {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #202020;
  margin-top: 45px;
}
.stats-about .item-stats {
  width: 100%;
  max-width: 572px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
  box-sizing: border-box;
}
.stats-about .title-stats {
  display: flex;
  gap: 15px;
  align-items: center;
}
.stats-about .title-stats p {
  font-family: "DrukTextWide";
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  height: 64px;
}
.stats-about .info-stats {
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
}
.stats-about .item-1 {
  border-right: 2px solid #202020;
}
.stats-about .item-2 {
  border-right: 2px solid #202020;
}

.team-block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.team-block h2 {
  margin-top: 20px;
  text-align: center;
}
.team-block .text-team{
  width: 100%;
}
.team-block .text-team p {
  margin-top: 35px;
  font-size: 19px;
  text-align: center;
}

.team-img {
  margin-top: 78px;
}

.bloc-info-about {
  display: flex;
  gap: 93px;
  margin-top: 60px;
}

.text-info-block-about p {
  text-align: justify;
  font-size: 19px;
  font-weight: 500;
}

.block-form-calc {
  margin-top: 130px;
  background-image: url("/local/templates/wardrobe_landing/img/bg-form-calc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1098px;
  display: flex;
  align-items: center;
}
.block-form-calc h2, .block-form-calc p {
  color: #fff;
  line-height: 100%;
  text-align: center;
}
.block-form-calc p {
  margin-top: 30px;
}

.container-form-calc {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.wrapp-form-calc {
  background-color: #fff;
  padding: 40px 60px;
  margin-top: 55px;
}
.wrapp-form-calc p {
  margin: 0;
  color: #202020;
}

.step {
  background-color: #202020;
  color: #fff !important;
  width: 70px;
  font-family: "DrukTextWide";
  text-align: center;
  padding: 9px;
  text-transform: uppercase;
  font-weight: 700;
}

.title-step {
  font-family: "DrukTextWide";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}

.form-calc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-calc input {
  width: 305px;
  height: 105px;
  border: 1px solid #c5c5c5;
  padding-left: 35px;
  font-size: 18px;
  box-sizing: border-box;
}

.wrapp-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  border: 1px solid #c5c5c5;
  width: 305px;
  height: 105px;
  box-sizing: border-box;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #FFCF25;
  border-radius: 50%;
  margin-right: 0.5em;
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::after {
  background-color: #FFCF25;
}

.form-calc input[type=submit] {
  background: linear-gradient(270deg, #FAC969, #FFCF25, #FFEC7C);
  box-shadow: 0 3px 0 0 #E8C73C;
  padding: 0;
  box-sizing: border-box;
  color: #75543C;
  font-size: 15px;
  font-family: "DrukTextWide";
  font-weight: 700;
  text-transform: uppercase;
}

.form-calc .submit-button p {
  color: #888888;
  margin-top: 20px;
}
.form-calc .submit-button p a {
  color: #888888;
}

.container-contact {
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
}

.block-contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 130px;
}
.block-contact-info .before-h2 {
  margin-top: 25px;
  font-size: 24px;
}

.slide-contact {
  width: 100%;
  max-width: 680px;
}
.slide-contact .slide-nav {
  top: 45%;
}
.slide-contact .slide-image {
  width: 680px;
  max-width: 680px;
  height: 470px;
}
.slide-contact .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.slide-contact .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EDEDED;
  width: 8px;
  height: 8px;
}
.slide-contact .swiper-pagination-bullet-active {
  background-color: #FFCF25;
}

.contact-info {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.item-contact-info {
  display: flex;
  gap: 15px;
}

.titel-item-contact {
  font-size: 24px;
}
.titel-item-contact a {
  color: #202020;
  text-decoration: none;
}

.adres-contact-info {
  font-size: 15px;
}

.container-contact-2 {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}

.block-contact-2 {
  background-image: url("/local/templates/wardrobe_landing/img/bg-contact-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  margin-top: 130px;
}
.block-contact-2 .error-msg{
  color: #fff;
}
.block-contact-2 h2 {
  color: #fff;
  text-align: center;
  font-size: 57px;
}
.block-contact-2 p {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  max-width: 640px;
}
.block-contact-2 .before-title-contact {
  margin-top: 15px;
}
.block-contact-2 .contact-form {
  margin-top: 40px;
}

.our-work {
  margin-top: 130px;
}
.our-work h2 {
  text-align: center;
}

.slide-our-work {
  width: 100%;
  margin-top: 70px;
}
.slide-our-work .slide-nav {
  top: 45%;
}
.slide-our-work .slide-image {
  width: 100%;
  height: 602px;
}
.slide-our-work .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.slide-our-work .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EDEDED;
  width: 8px;
  height: 8px;
}
.slide-our-work .swiper-pagination-bullet-active {
  background-color: #FFCF25;
}

.block-feedback {
  margin-top: 130px;
}
.block-feedback p {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
.block-feedback h2 {
  text-align: center;
}
.block-feedback .img-feedback {
  padding: 20px 0;
  margin-top: 70px;
  width: 100%;
}

.wrapp-button-feedback {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.block-map {
  margin-top: 130px;
}

@media (max-width: 1730px) {
  .container-product {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab {
    font-size: 14px;
    width: 150px;
  }
  .item-video {
    max-width: 361px;
  }
  .item-video #myvideo {
    width: 361px;
  }
  .item-video .play-video, .item-video .stop-video {
    top: 13%;
    left: 31%;
  }
  .bloc-info-about .item-video {
    height: fit-content;
  }
  .text-info-industry {
    max-width: 640px;
  }
  .images-info-industry {
    max-width: 640px;
  }
  .img-industr.image-3 {
    max-width: 315px;
  }
  .img-industr.image-4 {
    max-width: 315px;
  }
  .stats-about .item-stats {
    max-width: 432px;
  }
  .team-img {
    width: 100%;
  }
  .container-contact {
    max-width: 1300px;
  }
  .slide-contact {
    max-width: 500px;
  }
  .slide-contact .slide-image {
    width: 100%;
    max-width: 500px;
    height: 425px;
  }
  .item-contact-info {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .slide-intro {
    position: static;
    width: 100%;
    height: 137px;
  }
  .slide-image {
    height: 137px;
  }
  .info-intro h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 18px;
  }
  .info-intro h1 span {
    margin: 0;
    text-align: center;
    font-size: 15px;
    width: 100%;
  }
  h2 {
    font-size: 18px;
    line-height: 100%;
    text-align: center;
  }
  .wrapp-product {
    flex-direction: column;
    margin-top: 30px;
  }
  .wrapp-item-product-2 {
    flex-direction: column;
  }
  .item-product-2 {
    max-width: 100%;
  }
  .item-product-3, .item-product-4 {
    max-width: 100%;
  }
  .group-product-2 {
    flex-direction: column;
  }
  .item-product-5, .item-product-6 {
    max-width: 100%;
  }
  .item-tab-content {
    flex-direction: column;
    gap: 25px;
  }
  .info-project h3 {
    font-size: 16px;
    text-align: center;
  }
  .info-project p {
    font-size: 12px;
    text-align: center;
  }
  .parametr-project {
    margin-top: 25px;
  }
  .title-parametr {
    font-size: 11px;
  }
  .parametr-project tr td {
    font-size: 11px;
  }
  .item-video {
    max-width: 100%;
  }
  .item-video #myvideo {
    width: 100%;
  }
  .block-our-project h2 {
    padding: 0 15px;
  }
  .block-contact-1 h2 {
    font-size: 18px;
    line-height: 100%;
  }
  .before-title-contact {
    font-size: 15px;
    text-align: center;
    margin-top: 13px;
  }
  .block-contact-1 .wrapp-info-contact {
    flex-direction: column;
    margin: 0;
  }
  .wrapp-info-industry {
    flex-direction: column;
  }
  .team-block {
    flex-direction: column;
  }
  .block-form-calc {
    height: 1900px;
  }
  .team-img {
    width: 100%;
  }
  .img-contact-info {
    width: 100%;
  }
  .block-contact-info {
    flex-direction: column;
  }
  .img-feedback {
    width: 100%;
  }
  .img-industr {
    width: 100%;
  }
  .img-project {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .intro-block {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
  }
  .wrapp-button-intro {
    flex-direction: row-reverse;
    margin: 0 -15px;
    margin-top: 20px;
    gap: 0;
  }
  .zayavka span, .call-phone span {
    font-size: 8px;
  }
  .zayavka, .call-phone {
    width: 100%;
    height: 54px;
  }
  .wrapp-advant-intro {
    gap: 20px;
    margin-top: 20px;
  }
  .tabs-project {
    overflow: scroll;
  }
  .tabs-project .tab {
    flex-shrink: 0;
  }
  .contact-form {
    gap: 10px;
  }
  .contact-form input {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .form-info::after {
    display: none;
  }
  .form-info {
    display: none;
  }
  .form-info br {
    display: none;
  }
  .price-project {
    width: 220px;
    margin: 0 auto;
    margin-top: 20px;
    height: 74px;
  }
  .price-project span {
    font-size: 11px;
  }
  .button-load {
    display: none;
  }
  .block-video p {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
  }
  .wrapp-form-calc {
    padding: 20px 10px;
  }
  .form-calc {
    gap: 20px;
  }
  .form-calc input {
    width: 100%;
  }
  .wrapp-input {
    width: 100%;
  }
  .step-form {
    width: 100%;
  }
  .custom-radio + label {
    width: 100%;
  }
  .stats-about {
    border: 2px solid #202020;
  }
  .stats-about .item-1, .stats-about .item-2 {
    border-right: none;
    border-bottom: 2px solid #202020;
  }
  .custom-radio {
    width: 0 !important;
  }
  .block-form-calc h2 {
    font-size: 18px;
    letter-spacing: normal;
  }
  .block-form-calc p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }
  .step {
    font-size: 12px !important;
  }
  .submit-button p {
    font-size: 13px;
  }
  .item-advant-intro p {
    font-size: 11px;
  }
  .item-advant-intro {
    gap: 12px;
    width: 143px;
  }
  .item-advant-intro img {
    width: 40px;
  }
  .block-product {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .block-our-project h2 {
    letter-spacing: normal;
  }
  .before-title-project {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
  }
  .tabs-project {
    display: none;
  }
  .tabs-content {
    margin-top: 20px;
  }
  .wrapp-info-industry h2 {
    text-align: left;
  }
  .about-block {
    margin-top: 45px;
  }
  .text-info-industry p {
    font-size: 13px;
  }
  .img-industr.image-1 {
    display: none;
  }
  .img-industr:nth-child(2) {
    max-width: 48%;
  }
  .img-industr:nth-child(3) {
    max-width: 48%;
  }
  .images-info-industry {
    gap: 8px;
  }
  .stats-about .title-stats p {
    font-size: 32px;
    height: auto;
  }
  .stats-about .info-stats {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .stats-about .info-stats br {
    display: none;
  }
  .stats-about .item-stats {
    padding: 20px 0;
  }
  .team-block {
    margin-top: 35px;
  }
  .team-block h2 {
    text-align: left;
    margin: 0;
  }
  .team-block .text-team p {
    font-size: 13px;
    margin-top: 9px;
  }
  .block-contact-info .before-h2 {
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
  }
  .titel-item-contact {
    font-size: 14.5px;
  }
  .adres-contact-info {
    font-size: 10px;
  }
  .contact-info {
    gap: 25px;
    margin-top: 28px;
  }
  .block-contact-2, .block-contact-inf, .block-form-calc, .block-contact-1, .block-video, .block-our-project, .block-product {
    margin-top: 45px;
  }
  .info-text-intro {
    display: none;
  }
  .tab-content {
    gap: 40px;
    margin-top: 40px;
  }
  .tab-content:first-child {
    margin-top: 0;
  }
}
