@import 'default.css';
@import 'swiper.css';
@import 'normalize.css';
@import 'vid.css';
@import 'slick.css';
@import 'map.css';
@import 'posts.css';
@import 'panels.css';
@import 'design.css';


@font-face {
  font-family: 'Benzin-Regular';
  src: local("../fonts/benzin-regular.ttf"), url("../fonts/benzin-regular.ttf") format("truetype");
  font-style: normal;
  
}

@font-face {
  font-family: 'Gilroy';
  src: local("../fonts/Gilroy-Regular.ttf"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  
}

@font-face {
  font-family: 'Benzin-Bold';
  src: local("../fonts/benzin-regular.ttf"), url("../fonts/benzin-regular.ttf") format("truetype");
  font-style: normal;
  
}

@font-face {
  font-family: 'Gilroy-Light';
  src: local("../fonts/Gilroy-UltraLight.ttf"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-style:normal;
  
}


.grecaptcha-badge { 
  visibility: hidden; 
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden; }

.nav-text-main{
  font-family: 'Gilroy-Light';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.7em;
  color: #FFFFFF;
  z-index: 4;
}

[class*="copyrights-pane"] {
  display: none !important;
}

.main-title__flex{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  height: 83vh;
}

.main-title__flex h1{
  font-family: 'Benzin-Bold';
  color: white;
  font-size: 4.3vw; 
  text-align: left;
  margin: 0 !important;
}

.main-title__flex span{
  font-family: 'Gilroy-Light';
  color: whitesmoke;
  width: 40%;
  font-size: 20px;
}

.main-title__flex button{
  font-family: 'Benzin-Bold';
  color: white;
  background-color: black;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  padding: 20px 40px;
}

.main-title__flex button:hover{
  font-family: 'Benzin-Bold';
  color: black;
  background-color: white;
  border: 2px solid #dd71e7;
  border-radius: 4px;
  font-size: 20px;
  padding: 20px 40px;
}




table{
  margin: auto;
  padding: 10%;
}

.btn-black-create{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #050505;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  margin: auto;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}


.price_for_size-flex{
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}


.about__first-title{
  font-family: 'Benzin-Bold';
  color: #FFF;
  font-size: 48px;
}


.esli__flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}


.esli__button{
  font-size: 20px !important;
}

.header__menu2{
  display: none;
}


.price_for_size{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #000000;
  border-radius: 4px;
  border: 2px solid #aaa6a6;
  margin-bottom: 38px;

}

.price_for_size_text{
  padding: 10px 70px;
}

@media (max-width: 750px) {
  .esli__flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  
  
  .esli__button{
    font-size: 20px !important;
    padding:  25px 35px !important;
  }
  
}


.vl{
  border-left: 2px solid white;
  padding-right: 10px;
}


@media (max-width: 490px){
  
  .main-title__flex h1{
    font-family: 'Benzin-Bold';
    color: white;
    font-size: 35px;
  }

  .esli__button{
    font-size: 18px !important;
    padding:  25px 30px !important;
    font-size: 15px !important;
  }

  .h1-grey{
    font-size: 33px !important;
  }

  .first__about-flex h3{
    font-size: 33px !important;
  }


  .about__first-title{
    font-size: 33px;
  }

  .first__about-flex{
    gap: 5px !important;
  }
  .card1{
    padding: 30px !important;
    
  
  }

  .card1:hover{
    padding: 30px !important;
  }
    
  .card2{
    padding: 30px !important;
  }
  .card2:hover{
    padding: 30px !important;
  }
  .card3{
    padding: 30px !important;
  }

  .card3:hover{
    padding: 30px !important;
  }
  .card4{
    padding: 30px !important;
  }

  .card4:hover{
    padding: 30px !important;
  }

  .catalog-card{
    width: 85% !important;
  }
}


@media (max-width: 450px){
  .price_for_size_text{
    padding: 5px;
    font-size: 13px;
  }
}


.img-detail{
  padding-bottom: 30px;
  padding-right: 122px;
}

.btn-black-create:hover{
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 4px; 
  background-color: white;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  margin: auto;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 14px;
  line-height: 16px;
  color: black;
}

.text__about{
  font-family: 'Benzin-Bold';
  font-size: 30px;
  line-height: 40px;
  /* identical to box height, or 139% */

  
  padding: 20px 50px;

  color: #FFFFFF;

}
.main-h1__about{
  width: 22%;
  font-family: 'Benzin-Bold';
  font-size: 80px;
  line-height: 95px;
  /* or 119% */
  color: #FFFFFF;
  
}


.wrap{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 7%;
}
.gal-img{
  width: 25%;
  height: 25%;
  padding-bottom: 5%;
}

.cat-btn{
  margin: auto;
  padding-top:40%;
}

.nav-ul{
  font-family: 'Gilroy-Light';
  font-weight: 500;
  font-size: 17px;

  text-decoration-line: none;
  color: #FFFFFF;
  padding: 0 20px;
}


.nav-ul-filt{
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 23px;

  text-decoration-line: none;
  color: #FFFFFF;

}


.main-h1{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  font-family: 'Benzin-Bold';
  font-size: 70px;

  

  letter-spacing: 6.48px;
  line-height: 96%;
  color: #FFFFFF;
  padding-top: 60px;
  z-index: 4;
}

.main-h1-2{
  position: absolute;
  width: 50%;
  max-width: 50%;
  top: 59%;
  right: 0;
  font-family: 'Benzin-Bold';
  font-size: 70px;


  text-align: right;
  line-height: 96%;
  letter-spacing: 6.48px;
  /* or 119% */
  color: #FFFFFF;
  align-self: flex-end;
  padding-bottom: 200px;
  
  z-index: 2;
}

@media (max-width: 1300px){
  .main-h1{
  position: absolute;
  left: 0;
  width: 100%;

  font-family: 'Benzin-Bold';
  font-size: 60px;
  line-height: 75px;

  

  letter-spacing: 6.48px;
  /* or 119% */
  color: #FFFFFF;
  padding-top: 60px;
  z-index: 2;
}

.main-h1-2{
  position: absolute;
  top: 59%;
  right: 0%;
  font-family: 'Benzin-Bold';
  font-size: 60px;
  line-height: 75px;

  letter-spacing: 6.48px;
  
  /* or 119% */
  color: #FFFFFF;
  align-self: flex-end;
  padding-bottom: 200px;
  
  z-index: 2;
}

}



.order-info{
  font-family: 'Gilroy-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  /* or 150% */
  color: #FFFFFF;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;

  font-family: 'Gilroy-Light';
  font-size: 15px;
  line-height: 25px;
  color: white;

  background-color: rgba(255, 255, 255, 0.3);
  
  z-index: 1023981;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
}

.modal-box{
  background: url("/static/img/волна.png") no-repeat;
  background-size: 200%;
  background-position: right 100px;
  position: relative;
  max-width: 40%;
  max-height: 100%;
  margin-top: 10px;
  z-index: 1;
  background-color: #050505;
  padding: 10px 15px 10px 15px;
}



.modal.open{
  visibility: visible;
  opacity: 1;
}

.con{
  position: relative;
}

.popup__content{
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 25px;
  color: white;
  background-color: #050505;
  max-width: 30%;
  padding: 30px;
  position: relative;
}

.form-call{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scroll-block{
  overflow: hidden;
}

.popup__close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.item-detail-title{
  width: 100%;
  font-family: 'Benzin-Bold';
  font-size: 45px;
  line-height: normal;
  letter-spacing: 2.25px;
  /* or 119% */
  color: #FFFFFF;
  text-align: center;
  padding: 30px;
  margin: 0;
}

.description {
  width: 60%;
  font-family: 'Gilroy-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #636363;
  padding-left: 5%;
}

.btn-black{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #050505;
  padding: 15px 5px;
  width: 100%;
  font-family: 'Benzin-Bold';
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
} 

.card-bold form{
  width: 100%;
}



.c-w{
  color: #FFFFFF;
}

form.detail-form label{
  padding: 0 50px 0 0;
  flex: 1;
}

form.detail-form select{
  flex: 2;
}

.form-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-bottom: 38px;
  max-width: 100%;
}


.order-form{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 80px;
}

.order-form p{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.btn-black-table{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #5244AA;
  
  width: 100%;
  padding: 20px 30px;
  
  font-family: 'Benzin-Bold';
  font-size: 80%;
  line-height: 10px;
  color: #FFFFFF;

} 

.btn-black-table:hover{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #FFFFFF;

  width: 100%;
  padding: 20px 30px;

  font-family: 'Benzin-Bold';
  font-size: 80%;
  line-height: 10px;
  color: black;
}

.btn-black-cart{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #050505;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 8px;
  line-height: 10px;
  color: #FFFFFF;

} 
a{
  color: #FFFFFF;
  text-decoration: none;
}

a:hover{
  color: rgba(196, 132, 212, 0.555);
  text-decoration: none; 
}

.btn-black:hover{
  box-sizing: border-box;
  border: 2px solid #dd71e7;
  border-radius: 4px; 
  background-color: #FFFFFF;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 14px;
  line-height: 16px;
  color: black;
}

.cards-row{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
  overflow: hidden;
}

.card1{
  background: url("/static/img/cards/1_1.png"), #111111;
  background-repeat: no-repeat;
  background-size: 105%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  flex: 1;
}

.card1:hover{
  background: url("/static/img/cards/1.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}
  
.card2{
  background: url("/static/img/cards/2_1.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.card2:hover{
  background: url("/static/img/cards/2.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.card3{
  background: url("/static/img/cards/3_1.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.card3:hover{
  background: url("/static/img/cards/3.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 30px 20px;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.card4{
  background: url("/static/img/cards/4.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  justify-content: space-between;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
  gap: 8px;
  flex: 1;
}

.card4:hover{
  
  background: url("/static/img/cards/4_1.png"), #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
  padding: 30px 20px;
  justify-content: space-between;
  backdrop-filter: blur(1px);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

@media (max-width: 1250px){
  .cards-row{
    flex-wrap: wrap;
  }
  .card1{
    flex: 0 0 48%;
  }

  .card1:hover{
    flex: 0 0 48%;
  }
    
  .card2{
    flex: 0 0 48%;
  }
  .card2:hover{
    flex: 0 0 48%;
  }
  .card3{
    flex: 0 0 48%;
  }

  .card3:hover{
    flex: 0 0 48%;
  }
  .card4{
    flex: 0 0 48%;
  }

  .card4:hover{
    flex: 0 0 48%;
  }
}

.about__title{
  font-family: 'Benzin-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  /* or 119% */
  padding: 15px 0;
  color: #FFFFFF;
  margin: 0 auto;
}

.about__br{
  width: 100%;
  color: #F0F0F0;
}

.about__tubes{
  padding: 45px 0;

}

.about__last-flex{
  padding: 99px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  font-family: 'Gilroy-Light';
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #FFF;
}
.about__last-flex button{
  margin-top: 100px;
}
.about__last-flex-right{
  flex: 1;
}

.about__last-flex-left{
  flex: 2;
}


.about__text{
  font-family: 'Gilroy-Light';
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #FFF;
}

@media (max-width: 885px){
  .about__last-flex-right{
    display: none;
  }

  .last-br{
    display: none;
  }

  .about__last-flex{
    padding-bottom: 20px;
  }
  .slidder{
    padding-top: 0;
  }

  .cards-row{
    gap: 10px;

  }

}


.about__title2{
  font-family: 'Benzin-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 95px;
  /* or 119% */
  
  color: #FFFFFF;

}

.wrapper{
  min-height: 100%;
}




.card-btn{
  font-family: 'Gilroy-Light';
  font-size: 18px;
  color:#FFFFFF;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 5px;
  gap: 10px;
  background: rgba(19, 19, 19, 0.2);
  border: 1px solid #434343;
  backdrop-filter: blur(1.5px);
  border-radius: 3px;
}

.color-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.card-bold{
  font-family: 'Benzin-Bold';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #FFFFFF;
}

.top-block {
  background: url("/static/img/фон.png"), #0F0F0F;
  margin-bottom: -60px;
  z-index: 1000;
}

.top-block-param {
  background:  url("/static/img/фон.png"), #0E0E0E;
  min-height: 100%;
  margin-bottom: -60px;
  z-index: 1000;
}


.grey-block{
  background: #0E0E0EF0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.45);
}

.colors-materials-flex{
  font-family: 'Benzin-Bold';
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 50px;
}

.grey-block-detail{
  background: #0E0E0EF0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.45);
  margin-bottom: -40px;
}

.h1-grey{
  font-family: Benzin-Bold;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  padding-top: 9%;
  padding-bottom: 5%;
}

.card-row2{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 9%;
  gap: 30px;
}

.catalog-card{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: rgba(206, 206, 206, 1) !important;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 22%;
  align-items: center;
  justify-content: space-between;
  padding: 44px 20px;
  margin: 14px;
  gap: 8px;
}

.card-img{
  
  object-fit: cover;
  max-height: 250px;
  max-width: 100%;
}

.catalog-card a{
  color: black;
}

.name{
  font-family: 'Benzin-Bold';
  font-size: 16px;
  line-height: 19px;
  color: black !important;
  margin-bottom: 8px;
}



.price{
  font-family: 'Gilroy-Light';
  font-size: 16px;

  color: black;

}

.price__price{
  font-family: 'Benzin-Bold';
  font-size: 16px;

  color: #5244AA;

}

.pad-bot-btn{
  padding-bottom: 8%;
}

.foot{
  background-color: black;
  margin-top: -60px;
}

footer{
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__links-flex{
  display: flex;
  flex-direction: column;
  font-family: 'Gilroy-Light';
  color: white;
  gap: 5px;
}

.row-icons{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: auto;
  float: right;
}
.grey-block{
  margin-top: -50px;
}
.logo{
  font-family: 'Gilroy-Light';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  /* identical to box height */

  letter-spacing: 0.5em;

  color: #FFFFFF;
  margin: auto;
}

.img-transform{
  transition: 1s;
}

.img-transform:hover{
  scale: 1.1;
}


.dropdown{
  display: inline-block;
  position:relative;
}

.dropdown-icon{
  position: relative;
  left: 13%;
  top: 5px;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color:  #070707;
  min-width: 160px;
  box-shadow: 0px 10px 54px rgba(0, 0, 0, 0.65);
  z-index: 500;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 20px;
  text-decoration: none;
  display: block;
  gap: 10px;

}

.dropdown-content a:hover {
  background-color:  white;
  color: #070707;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.filter-cat{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 50px;
  gap: 20px;
}

.catalog-head{
  font-family: 'Benzin-Bold';
  font-size: 45px;
  letter-spacing: 1.7px;
  /* identical to box height, or 139% */
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  margin: 0;
  color: #FFFFFF;

}

.catalog-row-cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
  align-items: stretch;
  justify-content: center;
}

.catalog-content{
  min-height: 100%;
  padding-bottom: 60px;
}



.shoping{
  width: 22px;
  height: 22px;
}

.header__menu2.active a .shoping{
  margin-bottom: 10px;
}

.product-detail{
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 400;
  min-width: 0;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 20px;
  text-decoration: none;
  display: block;
  gap: 10px;
}

.detail-block{

  min-width: 0;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
}

.product-detail-1{
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 0px 10px 20px 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  z-index: 1;
  min-width: 0;
}

.flex-down{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}

.function-flex{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-detail-2{

  font-family: "Gilroy-Light";
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  padding-left: 6%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-left: 3px solid #ffffff;
  flex: 1;
  
}


.char-table{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.char-td{
  font-family: 'Benzin-Bold';
  letter-spacing: 1.5px;
  padding-bottom: 10px;
 
}

.char-td-right{
  font-family: 'Benzin-Bold';
  letter-spacing: 1.5px;
  padding-bottom: 5px;
  padding-top: 38px;
 
}



.char-td2{
}

.content{
  padding-bottom: 100px;
}



.cart-table{
  font-family: "Gilroy-Light";
  font-size: 16px;
  color: #FFFFFF;
  margin: auto;
  padding: 5%;
  width: 100%;
}

.num{
  color: #FFFFFF;
}

  .cart-img{
    min-width: 50px;
    min-height: 55px;
    max-width: 125px;
    max-height: 120px;
  }



.form-cart{
  display: flex;
  flex-direction: row;
  padding: 30px;
}

.a-cart{
  color: #fff;
}


@media (max-width: 1600px){
  html{
      --container: 1400px;
      --padding-container: 55px;
      box-sizing: border-box;
  }

  .detail-form{
    display: grid;
  }

  .top-block{
    margin-bottom: 50px;
  }

  .catalog-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #111111;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 15px 30px;
    gap: 5px;
  }


}


@media (max-width: 1600px){



  .cart-table{
    font-family: "Gilroy-Light";
    color: #FFFFFF;
    margin: auto;
    font-size: 18px;
    padding: 5%;
    width: 100%;
  }
}

@media (max-width: 750px){
  .main-h1-2{
    font-size: 43px !important;
  }

  .main-title__flex{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    height: 83vh;
  }

  .main-h1{
    font-size: 43px !important;
  }
}

@media (max-width: 1600px){

  .cart-img{
    min-width: 30px;
    min-height: 35px;
    max-width: 100px;
    max-height: 105px;
  }

  .main-h1{
    width: 100%;
    left: 0%;
    font-family: 'Benzin-Bold';
    font-size: 60px;
    line-height: 75px;
    /* or 119% */
    color: #FFFFFF;


  }

  .h1-flex{
    
    z-index: 1;
    padding-bottom: 50px;
  }

  .main-h1-2{
    width: 100%;
    max-width: 90%;
    right: 0%;
    top: 65%;
    font-family: 'Benzin-Bold';
    font-size: 60px;
  
    /* or 119% */
    color: #FFFFFF;
    
  }


}

.pad-cards{
  height: 100vh;
}



@media (max-width: 1600px){
  .pad-cards{
    height: 100%;
    padding-bottom: 45px;
  }
}

.li__display{
  display: none;
}

@media (max-width: 1300px){
  
  /* .form-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-bottom: 20px;
  } */

}


.h1-flex{
  background: url("/static/img/волна.png") no-repeat ;
  background-size: 1400px 1000px;
  background-position: right 1% top 1px;
  
}


@media (max-width: 1200px){
  .card-row2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }


  .h1-flex{
    
    padding-bottom: 0;
  }

  .modal-box{
    max-width: 60%;

  }

  
}


@media (max-width: 960px){

  .img-detail{
    padding: 20px 20px 20px 0;
  }

  .esli__text_button{
  flex-direction: column !important;
  gap: 20px !important;
  }


  .detail-form{
    display: grid;
  }
  .flex__contacts{
    flex-direction: column;
  }

  .map{
    max-width: 100%;
  }

  .colors-materials-flex{
    width: 100%;
  }

  .color{
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 810px){
  .detail-block{
    flex-direction: column;
    align-items: center;
  }

  .product-detail-1{
    border-left: 0px;
    width: 100%;
  }

  .product-detail-2{
    border-left: 0px;
    width: 100%;
  }

  .function-flex{
    align-items: center;
  }
  
  .img-detail{
    padding: 38px;
  }

  .form-row{
    gap: 10px;
  }

  form.detail-form label{
    padding: 0 0 0 0 !important;
  }

  .price_for_size_text{
    padding: 10px 10px;
    font-size: 18px;
  }

  .price_for_size{
    align-items: center;
    justify-content: center;
  }
}


@media (max-width: 960px){
  html{
    --container: 1170px;
    --padding-container:25px;
    box-sizing: border-box;
}
  .card-row2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 960px){

  .cart-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .btn-black-table{
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 4px; 
    background-color: #5244AA;
    
    width: 100%;
    padding: 12px 10px;
    
    
  
    font-family: 'Benzin-Bold';
    font-size: 70%;
    line-height: 12px;
    color: #FFFFFF;
  
  } 
  
  .btn-black-table:hover{
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 4px; 
    background-color: #FFFFFF;
  
    padding: 12px 30px;
    width: 100%;
  
    font-family: 'Benzin-Bold';
    font-size: 70%;
    line-height: 12px;
    color: black;
  }

  .cart-table{
    font-family: "Gilroy-Light";
    color: #FFFFFF;
    margin: auto;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    max-width: 100%;
  }




  
  .wrapper{
    min-height: 100%;
  }
  
  
  .card-btn{
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color:#FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 10px;
    gap: 10px;
    background: rgba(19, 19, 19, 0.2);
    border: 1px solid #434343;
    backdrop-filter: blur(1.5px);
    border-radius: 3px;
  }

  .main-h1{ 
    font-family: 'Benzin-Bold';

    font-size: 60px;
    line-height: 75px;
    /* or 119% */
    color: #FFFFFF;
    margin: 0 auto 0 0;
    padding-top: 100px;
  }

  .description{
    width: 80%;
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    /* or 150% */
    color: #636363;
    padding-left: 5%;
  }
  
  .catalog-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #111111;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    width: 40%;
    align-items: center;
    padding: 30px 30px 15px 30px;
    gap: 5px;

  }

  .catalog-head{
    font-family: 'Benzin-Bold';
    font-size: 40px;
    text-align: center;
    padding: 40px 15px;

    color: #FFFFFF;

  }
}

@media (max-width: 600px){

  .main-title__flex h1{
    font-size: 40px;
  }

    .modal-box{
    max-width: 90%;
    background-position: right 10px top 100px;
    background-size: 400%;
  }

  .main-title__flex{
    margin:0 10px !important;
  }

  .main-title__flex span{
  font-family: 'Gilroy-Light';
  color: whitesmoke;
  width: 60%;
  font-size: 18px;
  }

.main-title__flex button{
  font-family: 'Benzin-Bold';
  color: white;
  background-color: black;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 17px;
  padding: 20px 40px;
  }

.main-title__flex button:hover{
  font-family: 'Benzin-Bold';
  color: black;
  background-color: white;
  border: 2px solid #dd71e7;
  border-radius: 4px;
  font-size: 17px;
  padding: 20px 40px;
  }

  .catalog-head{
    font-family: 'Benzin-Bold';
    font-size: 34px;
    text-align: center;
    padding: 20px 20px;
  }

  .cards-row{
    flex-direction: column;
  }

  .catalog-card{
    width: 70% !important;
  }
}

.btn-black-title{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #050505;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF; 
}

.btn-black-title:hover{
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 4px; 
  background-color: #FFFFFF;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;

  font-family: 'Benzin-Bold';
  font-size: 14px;
  line-height: 16px;
  color: black; 
}

@media (max-width: 1100px){
  .vid{
      position: relative;
      padding-bottom: 700px;
  
  }

  .vid__media{
      width: 300px;
      height: 228px;
  
      position: absolute;
      top: 250px;
      left: calc(50vw - 200px);
      margin-right: 0;
  }
} 

@media (max-width: 960px){

  .vid__media{
      width: 300px;
      height: 228px;
  
      position: absolute;
      top: 250px;
      left: calc(50vw - 180px);
      margin-right: 0;
  }
} 




.header__burger{
  display: none;
}

@media (max-width: 550px){
  .detail-form{
    padding-bottom: 20px;
  }

  .content{
    padding-bottom: 20px;
  }
}

@media (max-width: 1147px){

  .header{
    display: none;
  }

  .header__burger{
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 11px;
  }

  form.detail-form label{
    padding: 0 50px 0 0;
    flex: 1;
  }
  
  form.detail-form select{
    flex: 2;
  }

  .main-h1{
    top: 12%;
    width: 100%;
    max-width: 100%;
  }

  .main-h2{
    width: 100%;
    max-width: 100%;
  }
  
  /* .form-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
    right: 5px;
  } */
  
  .grey-block{
    margin-bottom: 200px;
    margin-top: -50px;
    
  }
  /* .product-detail-1{
    max-width: 100%;
    min-width: 100%;
  }

  .price_for_size_text{

    padding: 5px 50px;
  } */
/* 
  .char-td{
    font-size: 20px;
  }

  .char-td2{
    font-size: 18px;
  } */

  .catalog-row-cards{
    margin-bottom: 200px;
    gap: 20px;
  }

  .nav-ul{
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;    
  }


  .about__title{
    font-family: 'Benzin-Bold';
    font-style: normal;
    
    font-size: 40px;
    line-height: 40px;
    /* or 119% */
    
    color: #FFFFFF;
  
  }
  
  .about__title2{
    font-family: 'Benzin-Bold';
    font-style: normal;

    font-size: 40px;
    line-height: 40px;
    /* or 119% */
    
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .header__burger::before,
  .header__burger::after{
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 5;
    transition: all 0,3s ease 0s;
  }

  .header__burger::before{
    top: 0;
    background-color: #FFFFFF;
  }

  .header__burger::after{
    bottom: 0;
    background-color: #FFFFFF;
  }

  .header__burger span{
    position: absolute;
    background-color: #FFFFFF;  
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 5;
    transition: all 0,3s ease 0s;
    top: 9px;
  }

  .burger-logo{
    display: block !important;
    color: white;
  }

  .header__menu2{
    display: none;
  }

  .dropdown{
    display: block;
    
  }

  .dropdown-icon{
    display: none;
  }

  .header__menu2.active{
    display: block;
    background-color: #5244AA;
    z-index: 1;
  }

  .header__burger.active:before{
    transform: rotate(45deg);
    top: 9px;
    transition: all 0,3s ease 0s;
  }

  .header__burger.active::after{
    transform: rotate(-45deg);
    bottom: 9px;
    transition: all 0,3s ease 0s;
  }

  .header__burger.active span{
    transform: scale(0);
    transition: all 0,3s ease 0s;
  }

  .nav-text-main{
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.5em;
    color: #FFFFFF;
    float: right;
    z-index: 0;
    /* margin: 20px auto; */
  }

  .main-h1{
    padding-top: 40px;

    font-size: 50px;
    margin: 0;
  }

  .main-h1-3{
  

    font-size: 50px;
    margin: 0;
  }

  .main-h1-2{
    

    font-size: 50px;
    margin: 0;
    max-width: 90%;
  }

  .foot{

    margin-top: -200px;
  }

  footer{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 10px;
    padding-top: 70px;
  }
  .item-detail-title{
    font-size: 35px;
    padding: 3px;
  }
  .detail-form{
    display: grid;
  }
  label,
  select,
  input{
    padding:7px;
  }
  .discription{
    font-size: 60%;
    padding: 5px;
  }
  .product-detail-2{
    padding: 5px;
    margin: 0;
  }
  h4.ch{
    font-size: 70%;
    padding: 5px;
  }

  .top-block{
    margin-bottom:200px;
  }
}



@media (max-width: 710px){

  .main-h1{
      text-align: center;
      left: 0 !important;
      
  }

  .main-h1-2{
      position: absolute;
      text-align: center !important;
      right: 0 ;
      left: 0;
      width: 100%;
      max-width: 100%;
  }

  .vid__media{
    width: 300px;
    height: 228px;

    position: absolute;
    top: 250px;
}
} 

@media (max-width: 650px){

  .main-h1{
      text-align: center;
      top: 125px;
      left: 0 !important;
      font-size: 32px !important;
      padding: 0 0;
      line-height: 50px;
      letter-spacing: 5px;
      
  }

  .main-h1-2{
      position: absolute;
      text-align: center !important;
      top: 450px;
      right: 0 ;
      left: 0;
      width: 100%;
      max-width: 100%;
      font-size: 32px !important;
      padding: 0 15px;
      line-height: 50px;
      letter-spacing: 5px;
  }

  .mySwiper3 .swiper-slide{
    height: 50vh;
  }  

  .vid__media{
    width: 270px;
    height: 170px;

    position: absolute;
    top: 250px;
    left: calc(50vw - 165px);
    margin-right: 0;
  }

  .vid{
    padding-bottom: 600px;

  }
} 


@media (max-width: 450px){

  .main-h1{
    font-size: 27px !important;
    letter-spacing: 1.7px;
    top: 10%;
  }

  .main-h1-2{
    font-size: 27px !important;
    letter-spacing: 1.7px;
    top: 320px;
  }

  .mySwiper3 .swiper-slide{
    height: 50vh;
  }  



  .vid{
    padding-bottom: 500px;
  }

  .vid__media{
    width: 250px;
    height: 150px;

    position: absolute;
    top: 160px;
    left: calc(50vw - 135px);
    margin-right: 0;
  }

  .popup__content{
    font-family: 'Benzin-Bold';
    font-size: 17px;
    line-height: 25px;
    color: white;
    background-color: #050505;
    max-width: 95%;
    padding: 30px;
    position: relative;
  }  

  form.form-call input{
    width:100%;
  }

  .h1-grey{
    font-family: Benzin-Bold;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 8%;
  }

  .main-h1{
    font-size: 35px;

    line-height: normal;
    padding-top: 40px;
    padding-bottom: 5px;
  }

  
  .main-h1-3{
  

    font-size: 35px;
    line-height: normal;
    padding-bottom: 5px;
  }

  .main-h1-2{
    

    font-size: 35px;
    line-height: normal;
    padding-bottom: 5px;
    max-width: 100%;
  }

  
  .foot{
    margin-top: -200px;
  }

  .logo{
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 0.5em;

    color: #FFFFFF;
    margin: auto;
  }


  footer{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 10px;
    padding-top: 70px;
  }

  .catalog-head{
    font-size: 30px;
    padding-bottom: 20px;
  }

  .catalog-card{
    width: 90%;
  }

  .top-block{
    padding-bottom: 0;
  }

  .item-detail-title{
    font-size: 27px;
  }

  html{
    --container: 1170px;
    --padding-container: 15px;
    box-sizing: border-box;
  }

  .pad-cards{
    padding-bottom: 5px;
  }



  .grey-block{
    margin-bottom: 0;
    margin-top: -50px;
    
  }

  .catalog-row-cards{
    margin-bottom: 200px;
    gap: 15px;
  }
}


.colors-flex{
  display: flex;
  padding-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.material-color__title{
  margin: auto;
  font-family: 'Benzin-Bold';
  font-size: 30px;
  color: white;
  text-align: center;
  padding: 10px;

}

.color{
  width: 70px;
  height: 70px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.photo_project{
  background: url('/static/img/комната2.jpg') rgba(0, 0, 0, 0.7); /* Прописываем путь к картинке и задаем цвет и прозрачность */
  background-size: cover; 
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  width: 100%;
  height: 530px;
  text-align: center; /* Текст по центру */
  padding-top: 30px;
  color: #fff; /* Цвет текста */
  
  font-family: 'Benzin-Bold';
    
}

.text_left{
  align: right;
}

.cart{
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 30px;
}

.cart-card{
  box-sizing: border-box;
  background: #111111;
  border: 2px solid #ada7a7;
  border-radius: 4px;
}

.cart-row{
  display: flex;
  flex-direction: row;
  font-family: 'Gilroy-Light';
  font-weight: 300;
  color: #e2dddd;
  font-size: 32px;
  line-height: 36px;
  list-style: none;
  padding: 20px 26px;

  align-items: center;
  justify-content: center;
  margin: 0;
 
}  
.cart-row li{
  list-style-type: none;
  padding-right: 72px;
 
}

.cart-row li img{
  object-fit: cover;
  max-width: 155px;
  max-height: 155px;
  
}

.str{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.str li{
  list-style: none;
}

.cart-product-name{
  font-family: 'Gilroy';
  font-weight: 800;
  color: #e2dddd;
  font-size: 40px;
  line-height: 49px;
}

.a-cart img{
  width: 50px;
  height: 50px;
}

.li-delete{
  margin-left: auto;
  
}

.title__cart {
  color: #F0F0F0;
  text-align: justify;
  font-size: 80px;
  font-family: 'Gilroy-Light';
  font-weight: 300;
  line-height: 0%;
  letter-spacing: 8.64px;
  font-style: normal;

  padding: 110px 5px 90px 0;
}

.li__cart{
  padding-right: 20px !important;
  padding-left: 40px !important;
}

.total{
  padding: 50px 0 0 45%;
  display: flex;
  flex-direction: row;
  color: #FFF;
  font-size: 40px;
  font-family: 'Gilroy-Light';
  font-weight: 300;
  letter-spacing: 3.6px;
  padding-bottom: 70px;
  
}

.btn__total{
  margin-left: 30px;
  color: #F0F0F0;
  border: 2px solid #FFFFFF;
  font-size: 18.7px !important;
  font-family: 'Gilroy' !important;
  font-weight: 800 !important;
  padding: 18px 70px;
}

.btn__total:hover{
  margin-left: 30px;
  color: black !important;
  background-color: #FFF !important;
  font-size: 18.7px !important;
  font-family: 'Gilroy' !important;
  font-weight: 800 !important;
  padding: 18px 70px;
}

@media (max-width: 1200px){
  .cart{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0 10px;
  }
  
  .cart-card{
    box-sizing: border-box;
    background: #111111;
    border: 2px solid #ada7a7;
    border-radius: 4px;
  }
  
  .cart-row{
    display: flex;
    flex-direction: row;
    font-family: 'Gilroy-Light';
    font-weight: 300;
    color: #e2dddd;
    font-size: 25px;
    line-height: 30px;
    list-style: none;
    padding: 10px 16px;
  
    align-items: center;
    justify-content: center;
    margin: 0;
   
  }  
  .cart-row li{
    list-style-type: none;
    padding-right: 40px;
   
  }
  
  .cart-row li img{
    object-fit: cover;
    max-width: 155px;
    max-height: 155px;
    
  }
  
  .str{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .str li{
    list-style: none;
  }
  
  .cart-product-name{
    font-family: 'Gilroy';
    font-weight: 800;
    color: #e2dddd;
    font-size: 30px;
    line-height: 39px;
  }
  
  .a-cart img{
    width: 50px;
    height: 50px;
  }
  
  .li-delete{
    margin-left: auto;
    
  }
  
  .title__cart {
    color: #F0F0F0;
    text-align: justify;
    font-size: 70px;
    font-family: 'Gilroy-Light';
    font-weight: 300;
    line-height: 0%;
    letter-spacing: 8.64px;
    font-style: normal;
  
    padding: 90px 5px 70px 0;
  }
  
  .li__cart{
    padding-right: 10px !important;
    padding-left: 30px !important;
  }
  
  .total{
    padding: 8px 0 0 45%;
    display: flex;
    flex-direction: row;
    color: #FFF;
    font-size: 30px;
    font-family: 'Gilroy-Light';
    font-weight: 200;
    letter-spacing: 3.6px;
    padding-bottom: 50px;
  }
  
  .btn__total{
    margin-left: 20px;
    color: #F0F0F0;
    font-size: 14px !important;
    font-family: 'Gilroy' !important;
    font-weight: 300 !important;
    padding: 14px 50px;
  }
  
  .btn__total:hover{
    margin-left: 20px;
    color: black !important;
    background-color: #FFF !important;
    font-size: 14px !important;
    font-family: 'Gilroy' !important;
    font-weight: 300 !important;
    padding: 14px 50px;
  }
}


@media (max-width: 650px){
  .cart{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0 10px;
  }
  
  .cart-card{
    box-sizing: border-box;
    background: #111111;
    border: 2px solid #ada7a7;
    border-radius: 4px;
  }
  
  .cart-row{
    display: flex;
    flex-direction: row;
    font-family: 'Gilroy-Light';
    
    color: #e2dddd;
    font-size: 12px;

    list-style: none;
    padding: 10px 5px;
  
    align-items: center;
    justify-content: center;
    margin: 0;
   
  }  

  .li__block{
    display: none;
    
  }

  .li__display{
    display: block;
    font-size: 16px;
    padding-top: 15px
  }

  .li__quant{
    padding-left: 10%;
  }
  

  .cart-row li{
    list-style-type: none;
    padding-right: 5px;
   
  }
  
  .cart-row li img{
    object-fit: cover;
    max-width: 120px;
    max-height: 120px;
    
  }
  
  .str{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .str li{
    list-style: none;
  }
  
  .cart-product-name{
    font-family: 'Gilroy';
    font-weight: 300;
    color: #e2dddd;
    font-size: 16px;
  }
  
  .a-cart img{
    width: 30px;
    height: 30px;
    
  }
  
  .li-delete{
   padding-bottom: 70px;
  }
  
  .title__cart {
    color: #F0F0F0;
    text-align: justify;
    font-size: 50px;
    font-family: 'Gilroy-Light';
    font-weight: 100;
    line-height: 0%;
    letter-spacing: 8.64px;
    font-style: normal;
  
    padding: 50px 0 60px 0;
  }
  
  .li__cart{
    padding-right: 10px !important;
    padding-left: 30px !important;
  }
  
  .total{
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
  
    color: #FFF;
    gap: 5px;
    font-size: 15px;
    font-family: 'Gilroy-Light';
    font-weight: 200;
    letter-spacing: 3.6px;
    align-items: center;
  }

  .total__price{
    padding-left: 60%;
  }
  
  .btn__total{
    margin-left: 20px;
    color: #F0F0F0;
    font-size: 14px !important;
    font-family: 'Gilroy' !important;
    font-weight: 300 !important;
    padding: 14px 50px;
  }
  
  .btn__total:hover{
    margin-left: 20px;
    color: black !important;
    background-color: #FFF !important;
    font-size: 14px !important;
    font-family: 'Gilroy' !important;
    font-weight: 300 !important;
    padding: 14px 50px;
  }
}

.cabinet__title{
  color: #F0F0F0;
  font-size: 40px;
  font-family: 'Benzin-Bold';
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 2%;
  margin: auto ;
  padding: 50px 0;
}


.design__kons{
  margin: auto;
  width: 100%;
  padding: 25px !important;
}


.firstBlock{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
  color: #FFF;
  /* Текст */
  font-size: 20px;
  font-family: 'Gilroy-Light';
  font-weight: 300;
}

.firstBlock h4{
  color: #FFF;
  /* Подзаголовок */
  font-size: 24px;
  font-family: 'Benzin-Bold';
}

.firstBlock p{
  padding-left: 20%;
}

.firstBlock__img{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10%;
  object-fit: cover;
}

.firstBlock__img img{
  max-width: 100%;
  max-height: 100%;
}

.cabinet__block__wrap{
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
  align-items: center;
  width: 100%;
}

.secondBlock{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
  gap: 1%;
  color: #FFF;
  /* Текст */
  font-size: 20px;
  font-family: 'Gilroy-Light';
  font-weight: 300;
  padding-right: 20%; 
  
  
}

.secondBlock h4{
  color: #FFF;
  
  /* Подзаголовок */
  font-size: 24px;
  font-family: 'Benzin-Bold';
}

.btn-cabinet{
  border: 2px solid #FFF;
  background: #89409B;
  padding: 20px 40px;
  width: 300px !important;
  position: relative;   
}

@media (max-width: 1200px){
  .firstBlock__img img{
    width: 25%;
  }
}

@media (max-width: 780px){
  

  .firstBlock__img img{
    width: 20%;
  }

  .btn-cabinet{
    border: 2px solid #FFF;
    background: #89409B;
    padding: 20px 40px;
    width: 100% !important;
      
  }

  .firstBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    color: #FFF;
    /* Текст */
    font-size: 20px;
    font-family: 'Gilroy-Light';
    font-weight: 300;
  }
  
  .firstBlock p{
    padding-left: 0;
  }

  .cabinet__block__wrap{
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    align-items: center;
    width: 100%;
  }

  .secondBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    gap: 1%;
    color: #FFF;
    /* Текст */
    font-size: 20px;
    font-family: 'Gilroy-Light';
    font-weight: 300;
    padding-right: 0; 
    
    
  }
  

  .btn-cabinet{
    border: 2px solid #FFF;
    background: #89409B;
    padding: 20px 40px;
    width: 100% !important;
    position: relative;   
  }
  
}



.design__photo1{
  padding: 35px 0;
}

.design__card-row{
  padding: 35px;
  display: flex;
  flex-direction: column;
 
  gap: 10px;
 
  align-items: center;
  align-items: stretch;
  justify-content: center;
}


.shumka__card-img{
  padding: 23px 0 23px 23px;
}

.shumka__card{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  background-color: #111111;
  border-radius: 49px;
  border: 1px solid #F0F0F0;
}

.shumka__card span{
  color: #F0F0F0;
  font-family: "Gilroy-Light";
  font-size: 22.182px;

}


.design__card-row h4{
  font-family: 'Benzin-Bold';
  color: #F0F0F0;
  font-size: 23px;
  margin: 0;
  padding-bottom: 10px;
}


@media (max-width: 1200px){
  .design__card-row{
    gap: 20px;
    justify-content: center;
  }
}




li{
  list-style-type: none;
}

.design__card{
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  background: #0f0f0f;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 20px;
  width: 27%;
  font-family: 'Gilroy-Light';
  color: #F0F0F0;
  font-size: 17px;
  justify-content: space-between;

}



@media (max-width: 870px){
  .design__card{
    width: 50%;
  }

  .design__card-row{
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.design__card:hover{
  
  background: #5244AA;
}

.design__card h4{
  font-family: 'Benzin-Bold';
  color: #F0F0F0;
  font-size: 23px;
  margin: 0;
  padding-bottom: 10px;
}

.design-pad{
  margin: 20px 0 10px 0;
}

.shumka li{
  padding-top: 15px;
}

.shumka__h4{
  font-family: 'Benzin-Bold';
  color: #5244AA;
  text-align: center;
  padding-top: 50px;
}

.shumka-btn{
  font-size: 17px !important;
}

.design__card ul{
  padding-bottom: 80px;
}

.btn-design{
  width: 100%;
  
}

.design-form{
  padding-left: 12%;
}


@media (max-width: 780px){
  .design__card{
    width: 100%;
  }
  
  .design__card-row{
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .design__title{
    font-size: 18px;
  }
}


@media (max-width: 780px){
  .btn-design{
    width: 100% !important;
    margin-top: 35px;
  }

  .design-form{
    padding-left: 0;
    width: 100%;
  }
}


ul {
  margin-left: 0; /* Отступ слева в браузере IE и Opera */
  padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}


.first__about-flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 51px;
flex-wrap: nowrap; 
}


.first__about-flex h3{
padding: 0 43px;
font-family: 'Benzin-Bold';
color: #FFF;
font-size: 43px;  
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
}


.first__about-text p{
color: #FFF;
font-family: 'Gilroy-Light';
font-size: 30px;
}

.first__about{
padding-bottom: 50px;
}

@media (max-width: 780px){

  .first__about-text p{
    color: #FFF;
    font-family: 'Gilroy-Light';
    font-size: 22px;
  }

.first__about-flex{
  flex-direction: column;
}

.first__about-flex h3{
  padding: 0 43px;
  font-family: 'Benzin-Bold';
  color: #FFF;
  font-size: 43px;  
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto;
  }
  
}


.white-card{
  background: #CECECE !important;

}

.black{
  color: #000 !important;
  
}

.black:hover{
  color:#5244AA !important;
}


.catalog-row-cards-uslugi{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
  align-items: stretch; 
  justify-content: center;
  padding-bottom: 60px;
  gap: 20px;
}

.catalog-row-cards-uslugi div{
  justify-content: space-between;
  width: 35%;
}


@media (max-width: 780px){
  .catalog-row-cards-uslugi div{
    justify-content: space-between;
    width: 50%;
  }
}


@media (max-width: 540px){
  .catalog-row-cards-uslugi div{
    justify-content: space-between;
    width: 70%;
  }

  .catalog-row-cards-uslugi{
    padding-top: 30px;
  }
}


#div1{
  display: none;
}



#div2{
  display: none;
}

.imp{
  flex-direction: row;
}

.btn-shumka{
  margin:30px auto 100px auto !important;
  width: 100% !important;
}


.shumka__card-row{
  padding: 35px;
  display: flex;
  flex-direction: column;
 
  gap: 10px;
 
  align-items: center;
  align-items: stretch;
  justify-content: center;
}


@media (max-width: 1300px){
  .shumka__card-row{
    padding: 0;
  }

  .shumka__card{
    gap: 50px;
    justify-content: center;
  }

  .shumka__card-img{
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 1000px){


  .shumka__card-row{
    align-items: center;
  }

  .shumka__card{
    padding-bottom: 20px;
    flex-direction: column;
    width: 70%;
  }

  .shumka__card-img{
    padding: 10px 0 10px 0;
  }
}


@media (max-width: 460px){


  .shumka__card{
    width: 95%;
  }

  .shumka__h4{
    font-size: 25px !important;
  }

  .btn-shumka{
    margin: 20px auto 10px auto !important;
  }

}

.overlay {
  position: fixed;
  z-index: 5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6); /* затемнение фона */
  display: none;
  font-family: 'Benzin-Bold';
}
.overlay.active {
  display: block;
}
.overlay .flex-popap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .flex-popap .popap {
  position: relative;
  background-color: #fff;  /* цвет фона всплывающего блока */
  padding: 25px 25px;
  max-width: 450px;
  overflow: auto;
}
.popap span {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.flex-btn__popap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 460px){
  .overlay .flex-popap .popap {
    max-width: 350px;
  }

}

@media (max-width: 900px){
  .imp{
    flex-direction: column !important;
    align-items: center !important;
  }

  .design__card{
    width: 80%;
  }
}

@media (max-width: 500px){
  .imp{
    flex-direction: column !important;
    align-items: center !important;
  }

  .design__card{
    width: 100%;
  }
}


.btn-purp{
  background: #89409B !important;
}

.btn-purp:hover{
  background: white !important;
}

.otzyv__img-mobile{
  display: none;
}

@media (max-width: 700px){
  .otzyv__img-mobile{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .otzyv__img-mobile img{  
    border-radius: 4px;
  }
  
  .otzyv__img{
    display: none;
  }
}

.rightpreview{
  padding-left: 80px;
  font-family: 'Gilroy';
  font-size: 20px;
  color: white;
}

.flex__preview-1 img{
  max-width: 400px;
  height: auto;
  margin: auto;
}

.flex__preview-1{
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.prpr{
  text-align: right;
  color: white;
}

.pr{
  text-align: right;
}

.catalog-head-preview{
  font-family: 'Benzin-Bold';
  font-size: 35px;  /* identical to box height, or 139% */
  padding-bottom: 80px;
  
  margin: 0;
  color: #FFFFFF;
  text-align: left;

}

.first-cat{
  padding-top: 30px !important;
}

.last-cat{
  padding-bottom: 30px !important;
}

.lefttpreview{

  font-family: 'Gilroy';
  font-size: 24px;
  color: white;
  
}

.flex__preview-2{
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.complect{
  background: url("/static/img/complect.png") center no-repeat;
  height: 549px;
  width: 100%;
  max-width: 100%;
  font-family: 'Benzin-Bold';
  color: white;
  font-size: 30px;
  padding: 20px;
}


.complect-1{
  position: relative;
  top: 10%;
  text-align: right;
  padding-right: 50px;
  width: 100%;
  max-width: 100%;
}

.complect-2{
  position: relative;
  top: 35%;
  text-align: left;
  padding-left: 20px;
  width: 100%;
}

.complect-3{
  position: relative;
  top: 65%;
  text-align: right;
  width: 100%;
  padding-right: 50px;
  max-width: 100%;
}

.flex__preview-3{
  padding: 50px 0;
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: center;
  gap: 20px;
}

.img-preview__tube{

}


@media (max-width: 1500px){
  .flex__preview-3{
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
  }

  .flex__preview-2{
    display: flex;
    flex-wrap: wrap;

  }
}

@media (max-width: 600px){
  .complect{
    background: url("/static/img/complect-mobile.png") center no-repeat;
    height: 300px;
    width: 100%;
    max-width: 100%;
    font-family: 'Benzin-Bold';
    color: white;
    font-size: 18px;
    padding: 10px;
  }

  .card1{
    width: 75% !important;
  }
  .card1:hover{
    width: 75% !important;
  }
  .card2{
    width: 75% !important;
  }
  .card2:hover{
    width: 75% !important;
  }
  .card3{
    width: 75% !important;
  }
  .card3:hover{
    width: 75% !important;
  }
  .card4{
    width: 75% !important;
  }
  .card4:hover{
    width: 75% !important;
  }

  .cards-row{
    align-items: center;
    padding: 20px 0 ;
  }

  .complect-1{
    position: relative;
    top: 5%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  
  .complect-2{
    position: relative;
    top: 25%;
    text-align: center;
    padding-left: 0px;
    width: 100%;
  }

  .pad-cards h2{
    font-size: 35px !important; 
    padding: 50px 5px !important;
  }

  .title-case{
    font-size: 35px !important;
    padding: 50px 5px !important;
    text-align: center !important;
  }

  .container{
    padding: 0 5px !important;
  }
  
  .complect-3{
    position: relative;
    top: 45%;
    text-align: center;
    width: 100%;
    padding-right: 0px;
    max-width: 100%;
  }
}


@media (max-width: 900px){
  .flex__preview-1{
    flex-direction: column;
  
  }

  .flex__preview-1 img{
    max-width: 300px;
    height: auto;
    margin: auto;
  }

  .rightpreview{
    padding-left: 0;
    
  }

  .catalog-head-preview{
    text-align: center;
    font-size: 24px;
  }

  .img-preview{
  
    height: auto;
  }

}

.diffusor{
  display: block;
  margin: auto;
  padding-bottom: 30px;
}

.swiper-design{
  margin-bottom: 30px;
}





.project-card{
  display: flex;
  flex-direction: row;
  height: 60vh;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-family: 'Benzin-Bold';
  color: white;
  font-size: 25px;
}

.project-card img{
  float: right;
}

.container-bot{
  padding-bottom: 100px;
}


@media (max-width: 700px){
  .project-card{
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;

    font-family: 'Benzin-Bold';
    color: white;
    font-size: 25px;
}

  .project-card img{
    height: 40vh;
}
}


.tg-fixed{
  position: fixed;
  top: 40vh;
  right: 2vw;
  width: 50px;
  z-index: 1000;
}

.wa-fixed{
  position: fixed;
  top: 48vh;
  right: 2vw;
  width: 50px;
  z-index: 1000;
}


.cont-cart{
  height: 90vh;
}

.burger-logo{
  position: absolute;
  top:0;
  right: 0;
  display: none;
  font-family: 'Gilroy';
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.5em;
  color: #FFFFFF;
  z-index: 10000;
}

.h1-flex-2{
  background: linear-gradient( rgba(0, 0, 0, 0.63)), url("/static/img/primer_kv.png") no-repeat;
  background-size: cover;
  background-position: center, top ;
  height: 100vh;
  
}


.animate__animated.animate__fadeInLeft{
  --animate-duration: 3s;
}

.spasibo{
  height: 90vh;
}

.card-btn:hover{
  color: black;
  background-color: white;
  border: 2px solid #dd71e7;
}

.esli__text_button{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.pad-cards h2{
  font-family: 'Benzin-Bold';
  color: white;
  font-size: 40px;
  padding: 100px 20px;
  margin: 0;
  text-align: right;
}

.title-case{
  font-family: 'Benzin-Bold';
  color: white;
  font-size: 40px;
  padding: 50px 20px;
  text-align: center;
}

.room-bundle__content{
  display: flex;
  align-items: center;
  justify-content: center;
  
  
}

.room-bundle__title{
  position: relative;
  top: 20%;
}

.room-bundle__ellipse{
  font-family: 'Benzin-Bold';
  text-align: center;
  font-size: 40px;
  width: 400px;
  height: 400px;
  background: url("/static/img/ellipse.png") no-repeat;
  background-size: 400px 400px;
  background-position: center;
  color: white;
  
}

.rasschet_button{
    font-family: 'Benzin-Bold';
    color: white;
    background-color: black;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
    padding: 20px 40px;
    width: 92%;
}


.rasschet_button:hover{
    font-family: 'Benzin-Bold';
    color: black;
    background-color: white;
    border: 2px solid #dd71e7;
    border-radius: 4px;
    font-size: 20px;
    padding: 20px 40px;
    width: 92%;
}

.proiz__text{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
}


.proiz__text h2{
  font-family: 'Benzin-Bold';
  color: white;
  font-size: 40px;
  margin: 0 0 80px 0;
}

.proiz__content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.proiz__text-p1{
  font-family: 'Gilroy';
  font-size: 30px;
  color: #9E8165;
  margin: 20px 0 10px 0;
}

.proiz-1100{
    display: none;
  }

.proiz__text-p2{
  font-family: 'Gilroy-Light';
  font-size: 25px;
  color: #8C8C8C;
  margin: 0 0 10px 0;
}

@media (max-width: 1050px){
  .proiz-1800{
    display: none;
  }

  .proiz-1100{
    display: block;
    position: relative;
  }

  .proiz__content{
    position: relative;
    z-index: 0;  
  }

  .proiz__content video{
    max-width: 100%;
  
  }

  .proiz__text{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

  }

  .proiz__text-p2{
    color: white;
  }

  
}

@media (max-width: 600px){
  .proiz__text hr{
    max-width: 99%;
  }

  .proiz__text-p2{
  font-family: 'Gilroy-Light';
  font-size: 21px;
  color: white;
  margin: 0 0 10px 0;
  }

  .proiz__text-flex{
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .proiz__text h2{
    font-family: 'Benzin-Bold';
    color: white;
    font-size: 35px;
    margin: 0 auto 40px auto;
  }
}

.vazhno{
  background: url("/static/img/фон-важно.png") no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.vazhno h2{
  font-family: 'Benzin-Bold';
  font-size: calc(30px + 10 * (100vw - 320px) / 1200);
  color: white;
  text-align: center;
  padding-top: 50px;
}

.vazhno__text h3{
  font-family: 'Gilroy';
  font-size: 28px;
  color: #9E8165;
  margin: 0;
  letter-spacing: 0.3em;
}




.vazhno__text span{
  font-family: 'Gilroy-Light';
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
  color: rgb(204, 204, 204);
}

.vazhno__flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 50px 0;
}

.vazhno__text{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.cta__flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta__flex h3{
  font-family: 'Benzin-Bold';
  font-size: calc(30px + 10 * (100vw - 320px) / 1200);
  color: white;
}

.cta__flex h4{
  font-family: 'Gilroy-Light';
  font-size: 24px;
  color: #9E8165;
}

.volna-cta{
  background: url("/static/img/volna_cta.png") no-repeat;
  background-position: bottom 0 right 0;
  background-size: cover 60%;
}

.cta{
  padding-bottom: 200px;
  margin: auto;
  width: 40%;
}

@media (max-width: 800px){
  .cta{
    padding-bottom: 80px;
    margin: auto;
    width: 95%;
  }

  .cta__flex h3{
    font-family: 'Benzin-Bold';
    font-size: 35px;
    color: white;
  }

  .cta__flex h4{
    font-family: 'Gilroy-Light';
    font-size: 20px;
    color: #9E8165;
  }
}