.slide-mob{
    display: none !important;
}
.slide-desc{
    display: block !important;
}

@media (min-width: 1530px) {
  .form-dis-main h2{
  font-size:2rem;
  font-weight: 500;
  margin:0;
}
.form-dis-main p{
  font-size: 1.2rem;
  margin: 0;
}
.form-dis-main span{
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

}


.logo-img img{
    width: 100%;
    height: auto;
        
}
.logo-img{
    margin-right: 3%; 
    width: 14%;       
}

.burger-menu {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: none;
}

.main-content{
  font-family: 'Commissioner', sans-serif;

}
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}


.slide {
    flex: 0 0 100%;

}

.slide img {
    object-fit: contain; 
    display: block;
    width: 100%;
}

.dots {
    display: flex;
    justify-content:flex-end;
    gap: 12px;
    margin: 10px 0;
}

.dot {
    width: 10px;
    height: 10px;
    background: #373737;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #4DA0BC;
}

/*Ссылки на рубрики*/
.Categories{
    padding-bottom: 7%;
}



.Categories-title{
    display: block;
    font-family: 'Commissioner', sans-serif;
    font-weight:700;
    font-size: 28px;
    padding: 2% 0 2% 0%;

}
.Category{
    display: flex;

    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
    overflow-x: auto; /* добавляет горизонтальный скролл */
    scrollbar-width: auto;
    gap: 16px;
    
}

/* Стилизация скроллбара (необязательно) */
.Category::-webkit-scrollbar {
    height: 8px;
}
.Category::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
.Category::-webkit-scrollbar-track {
    background-color: transparent;
}
.Category div{
    border-radius: 15px;
    border: 2px solid #DFDFDF;
    padding: 5% 10% 10%;
    font-size: 20px;
    font-family: 'Commissioner', sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    width: 340px;
    height: 360px;
}
.Category a {
    text-decoration: none;
    display: block;
    flex: 0 0 auto;
    min-width: 200px;
    margin-bottom: 7px;
    color: inherit;
    text-decoration: none;
}
.Category div img:first-of-type{
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    margin: auto; 
}
.Category div p {
    margin: 0 0 0px 0;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.Category div span {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 600;
    color: rgb(0 0 0 / 57%);
}
.Category::-webkit-scrollbar-thumb {
    padding-top:10px ;
    background-color: rgb(204, 204, 204);
    border-radius: 4px;
}

#all-categories {
    position: relative;
    width: 330px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Commissioner', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

/* Задняя картинка — на весь блок */
#all-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    max-width: 100%;
}

/* Текст — поверх */
#all-categories p {
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Вектор — тот же стиль, как и раньше */
#all-categories #vector {
    position: absolute;
    width: 17%;
    right: 10%;
    bottom: 4%;
    z-index: 2;
}

#vector{
    width: 17%;
    position: absolute;
    right: 10%;
    bottom: 4%;
}

/**/
.Visual-inf-mob{
  display: none;
}
.Visual-inf{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.Visual-inf-img{
    width: 40%;
    padding-right: 20px;
}
.text-block{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap:20px;
}
.text-block div{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    height: max-content;
}

.background-image {
    display: block;
    width: 100%;
    height: auto;
}

.content {
    position: absolute;
    padding: 8% 2% 2% 2%;
    width: 100%;
}
.content span{
    font-family: 'Commissioner', sans-serif;
    font-weight:700;
    font-size: 1.3vw;
    width: 85%;
}
.content p {
    font-family: 'Commissioner', sans-serif;
    font-weight:300;
    font-size: 1vw;
    width: 90%;
}


.off-brend{
  font-family: 'Commissioner', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
display:block;
}

/**/
.slider-container-sec {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.slides-second {
    display: flex;
    animation: scroll 50s linear infinite;    
}

.s-slide {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 10px;
}

.s-slide img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.dots-second {
    display: flex;
    justify-content:center;
    gap: 12px;
    margin: 10px 0;
}

.s-dot {
    width: 10px;
    height: 10px;
    background: #373737;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot-s.active {
    background: #4DA0BC;
}







.clients {
  padding: 40px 0;
  font-family: 'Commissioner', sans-serif;
}

.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;;
  gap: 20px;
}

.client-card {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  min-height: 530px; /* Минимальная высота, но будет зависеть от соотношения картинки */
  border-radius: 12px;
  overflow: hidden;
}

.card-content {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  width: 80%;
  margin: 10px auto;
  border-radius: 23px;
}
.card-content-a {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  width: 70%;
  margin: 0 15px 20px 0;
  border-radius: 23px;
}

.client-combo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}

.client-image {
  max-width: 482px;
  position: relative;
  height: 308px;
  display: flex;
  justify-content: flex-end; /* по горизонтали вправо */
  align-items: flex-end;     /* по вертикали вниз */
  background-size: cover;
}


.designer-link {

  background: #F3F3F3;
  padding: 16px;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.designer-link:hover {
  background: #F3F3F3;
}

.arrow {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  align-self: flex-end;
}







.reviews-section {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 40px;
  background: linear-gradient(135deg, #9ECFA6, #effff1);
  border-radius: 24px;
  flex-wrap: wrap;
  gap: 30px;
  font-family: 'Commissioner', sans-serif;
  flex-wrap: nowrap;
}
.reviews-section-mob{
  display: none;
}

.reviews-text {
  max-width: 46%;
}

.reviews-text h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
padding: 0 12px;
}

.reviews-text p {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.review-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  align-items: start;
}

.review-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

/* Яндекс — верхний правый */
.review-card:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

/* 2ГИС — нижний правый */
.review-card:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.review-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.review-card .icon {
  width: 36px;
}

.review-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.rating {
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
}

.accordion {
  width: 100%;
  margin: 40px auto 0 auto;
  font-family: 'Commissioner', sans-serif;
  
}

.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0px 0;
}

.toggle-icon {
  width: 24px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}




/* форма*/

.form-index {
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 33px 20px;
  gap:2%;
  margin: 40px 0 40px 0;
  color:white;
  background-color: white;
}

.form img{
    display: block;
    width: 90%;
    height: 456px;
    margin: auto;
}
.form div{
  width: 48%;
}
.form-main{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  font-family: 'Commissioner', sans-serif;
}
.form-main label {
    width: 100%;
}
.form-main input{
  font-size: 17px;
  width: 100%;
  height: 65px;
  border-radius: 13px;
  border:none;
  padding-left:15px;
}
.form-main button{
  background-color:#4DA0BC;
  border-radius: 25px;
  color:azure;
  white-space: nowrap;
  border: none;
  padding:17px 0%;
  width: 250px;
  font-size:17px;
}
.form-main span{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}


/* подвал */

.footer{
    background-color: #333;
}

.footer-inf{
  display: flex;
  flex-wrap: wrap;
}

.footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
  font-family: 'Commissioner', sans-serif;
  border-radius:20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
  padding-top: 90px;
}

.logo-column {
  flex: 2 1 300px;
  padding:0px;
}

.footer-logo {
  width: 320px;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-socials .circle {
  width: 35px;
  height: 35px;
}

.footer-legal {
  font-size: 12px;
  color: #aaa;
}

.footer-legal a {
  color: #aaa;
  text-decoration: underline;
}

.footer-column h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.dev-link {
  margin-top: 20px;
  font-size: 12px;
  color: #888;
}

/*Catalog*/
.main-menu a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}

.btn-apply {
  background-color: #00aaff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
}

.catalog {
  display: flex;
  padding: 20px;
      font-family: 'Commissioner', sans-serif;
}

.filters {
    width: 300px;
    flex: 0 0 300px;
    padding-right: 44px;
}

.filters input {
  border-radius: 4px;
  color:#000000;
}

.filter-section {
  margin-bottom: 25px;
}

.filter-section h4 {
  font-size: 14px;
  margin-bottom: 8px;
}

.filter-section label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.range-labels {
  font-size: 12px;
  margin-top: 4px;
}

.search-sort {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  
}
.search-sort input {
  width: 80%;
  height: 50px;
  padding-left: 15px;
  padding-right: 45px; /* Оставляем место под иконку */
  border-radius: 13px;
  border: none;
  background-color: #F3F3F3;
  font-size: 16px;
  outline: none;
}

.search-button {
  position: relative;
  top: 17px;
  right: 35px;
  width: 20px;
  height: 20px;
  border: none;
  background: url('image/Group 43.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
  padding: 0;
}

.search-wrapper {
  position: relative;
  width: 80%;
}

.search-button img {
  width: 20px;
  height: 20px;
  display: block;
}
.search-filter{
  display:flex;

}
.search-filter button{
  border: none;
  background: none;
  display: flex;
  gap: 7px;
}

.search-filter button img{
  height: 21px;
}




.mobile-basket-for-what{
display:none;
}





.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.product-card {
  text-align: left;
}
.product-card img {
  width: 100%;
  height: auto;
}

.product-title {
  font-weight: bold;
  margin: 10px 0;
}

.product-price {
  color: #014453;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.btn-order {
  background-color: #014453;
  color: white;
  padding: 6px 30px;
  border: none;
  border-radius: 15px;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}

.pagination a {
  margin: 0 5px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.pagination a.active {
  color: #014453;
  font-weight: 600;
}

.pagination a:hover {
  color: #014453;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #070707;
  border-radius: 4px; /* Углы */
  vertical-align: middle;
  margin-right: 8px;
  padding: 3px;
} 

  .custom-checkbox {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}

.filters input[type="checkbox"] { 
  position: absolute;
  cursor: pointer;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #848484;

}



.product-page {
  padding: 20px;
}
.h3-class{
  font-size: 30px;
}

.add-to-cart {
  color: white;
  width: 160px;
  padding: 10px 40px;
}

.consultation {
  background-color: white;
  border: 1px solid #014453;
  color: #014453;
  padding: 10px 40px;
}

.features {
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-family: 'Commissioner', sans-serif;
}
.features li {
    margin: 8px 0;
}
.features strong {
    color: #373737;
}
.features span {
    color: #9F9F9F;
}

.product-tabs {
  display: flex;
  margin: 0px 0;
  gap: 15px;
  max-width: 1000px;
}

.product-tabs .tab {
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}


.related-products {
  display: flex;
  gap: 20px;
}

.my-accordions {
  width: 100%;
  margin: 100px auto;
  font-family: 'Commissioner', sans-serif;
}

.my-accordions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-accordion-item {
  border: 3px solid #DFDFDF;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.my-accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 23px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.my-accordion-header span {
  font-weight: 500;
}

.my-toggle-icon {
  width: 24px;
  transition: transform 0.3s ease;
}

.my-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  background: #f9f9f9;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.my-accordion-item.open .my-accordion-content {
  max-height: 200px;
  padding: 16px;
}

.my-accordion-item.open .my-toggle-icon {
  transform: rotate(45deg);
}

/*О компании*/
.about-us{
  display: flex;
  gap: 100px;
  font-family: 'Commissioner', sans-serif;
  font-weight: 500; 
  margin: 25px 0px;
}
.about-us img{
height: 70px;
width: 412px;
}



.Category-2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  overflow-x: auto; /* добавляет горизонтальный скролл */
  scrollbar-width: auto;
  gap: 16px;
    
}

/* Стилизация скроллбара (необязательно) */
.Category-2::-webkit-scrollbar {
  height: 8px;
}
.Category-2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.Category-2::-webkit-scrollbar-track {
  background-color: transparent;
}
.Category-2 div{
  border-radius: 15px;
  border: 2px solid #F3F3F3;
  background-color: #F3F3F3;
  padding: 5% 9% 10%;
  font-size: 20px;
  font-family: 'Commissioner', sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 321px;
}
.Category-2 a {
  text-decoration: none;
  display: block;
  flex: 0 0 auto;
  min-width: 200px;
  margin-bottom: 7px;
  color: inherit;


}
.Category-2 div img:first-of-type{
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
  margin: auto; 
}
.Category-2 div p {
  margin: 0 0 0px 0;
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-align: left;
  white-space: inherit;
}
.Category-2 div span {
  margin: 15px 0 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: left;
}
.Category-2::-webkit-scrollbar-thumb {
  padding-top:10px ;
  background-color: rgb(204, 204, 204);
  border-radius: 4px;
}

.about-gallery > img {
width: 100%;
}

.about-gallery {
margin-bottom: 40px;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 0.7fr 0.35fr 0.35fr 0.7fr 1fr 1fr 1fr; /* 6 колонок — больше контроля */
  grid-auto-rows: 120px; /* базовая высота строки */
  gap: 10px;
  margin: 0 auto;
}

.item {
  overflow: hidden;
  border-radius: 10px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Примерная мозаика, настрой под макет */
.item-1 { grid-column: span 2; grid-row: span 4; } /* большая слева */
.item-2 { grid-column: span 1; grid-row: span 2; }
.item-3 { grid-column: span 2; grid-row: span 2; }
.item-4 { grid-column: span 1; grid-row: span 2; }
.item-5 { grid-column: span 2; grid-row: span 2; }
.item-6 { grid-column: span 2; grid-row: span 2; }
.item-7 { grid-column: span 1; grid-row: span 2; } /* вертикальная справа */
.item-8 { grid-column: span 1; grid-row: span 2; }
.item-9 { grid-column: span 2; grid-row: span 4; }


.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal.active {
  display: flex;
}

.modal-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
}
/*
.f-gallery {

}

.f-gallery > div {

}

.f-gallery img {

}

.s-gallery {

}

.s-gallery img {

}*/

/*news*/
.news-title{
    font-family: 'Commissioner', sans-serif;
    font-weight: 700;
    font-size: 28px;
}
.news-card{
  display: flex;
  flex-wrap: nowrap;
  margin-top:40px;
  gap:10px
}
.news-card div{
  background-color: #F3F3F3;
  border-radius: 20px;
  padding: 20px 20px 20px 20px
}
.news-card div img{
  width: 100%;
  margin-bottom: 20px;
}
.news-card p {
  font-size: 15px;
  font-weight: 400;
}
.news-card div span {
  font-size: 18px;
  font-weight: 700;
}
.news-about button{
  background-color: #014453;
  font-family: 'Commissioner', sans-serif;
  font-size: 18px;
  border:0px;
  border-radius: 35px;
  padding: 20px 105px;
  color: white;
  margin-top: 40px;
}
.news-about {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.form-dis{
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  border-radius: 30px;
  padding: 33px 20px;
  gap:2%;
  margin: 60px 0 40px 0;
  color:white;
}
.form-dis img{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}
.form-dis div{
  width: 48%;
}
.form-dis-main{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  font-family: 'Commissioner', sans-serif;
}
.form-dis-main h2{
  font-size:2vw;
  font-weight: 500;
  margin:0;
  margin-bottom: 10px;
}
.form-dis-main p{
  font-size: 1vw;
  margin: 0;
  margin-bottom: 20px;
}
.form-dis-main input{
  font-size: 17px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  border:none;
  padding:4% 15px;
}
.form-dis-main button{
  background-color:#4DA0BC;
  border-radius: 25px;
  color:azure;
  white-space: nowrap;
  border: none;
  padding:17px 0%;
  width: 250px;
  font-size:17px;
}
.form-dis-main span{
  font-size: 1.4vw;
  font-weight: 500;
  color: #fff;
}
.text-form{
  width: 100%!important;
}

@media (min-width: 1530px) {
.form-dis-main h2{
  font-size:2rem;
}
.form-dis-main p{
  font-size: 1.2rem;
}
.form-dis-main span{
  font-size: 2rem;
}

}

/*ventilacia*/
.slide button{
  background-color:#014453;
  border-radius: 25px;
  color:azure;
  white-space: nowrap;
  border: none;
  padding:17px 0%;
  width: 250px;
  font-size:17px;
}
.vent-img{
  width: 90%!important;
  margin:0px auto 94px auto;
}
.vent-text{
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  margin: 20px auto 95px auto;
}
.mobile-vent{
  display:none;
}
.button-vent{
text-align: right;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.vent-text span{
  font-weight: 500;
  font-size: 20px;
}
.vent-text p{
  font-weight: 400;
  font-size: 17px;
}




.steps-section {
    display: flex;
    gap: 40px;
    margin: 65px auto 65px auto;
    width: 95%;
}

.steps-slider {
    position: relative;
    width: 560px;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
}

.image-container picture {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top 0.5s ease;
}

.image-container picture.active {
    top: 0;
}

.image-container img,
.image-container source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-buttons {
  position: absolute;
    top: 50.3%;
    left: 95.5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /*gap: 35px;*/
    gap: 2.5vw;
}

.step-buttons button {
    /*width: 60px;
    height: 60px;*/
    width: clamp(40px, 6vw, 60px);
    height: clamp(40px, 6vw, 60px);
    border-radius: 50%;
    background: #979797;
    cursor: pointer;
    border: 5px solid white;
    color: white;
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.step-buttons button.active {
    background: #014453;
}

.steps-text {
    max-width: 550px;
}
.steps-text span {
    font-weight: 600;
    /*font-size: 23px;*/
    font-size: clamp(10px, 1.5vw, 23px);
    
}
.steps-text h3 {
    margin:0;
    /*font-size: 29px;*/
    font-size: clamp(12px, 2vw, 29px);
}
.steps-text ul {
    list-style: none;
    padding: 0;
    /*font-size: 20px;*/
    margin-top: 11%;
    font-size: clamp(8px, 1.2vw, 20px);
}
.steps-text ul li {
  margin: 4% 0;
}


/*fdsfsdf*/
.cards-advantages ul{
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  gap:26px
}

.cards-advantages ul img{
  width: 100%;
}
.cards-advantages-mobile{
  display: none;
}




.stages-work img{
  width: 100%;
   
}
.first_cont  img{
   margin-top: 46px;
}
.slide-content{
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 19% 31% 24% 15%;
    grid-template-areas: "a b c d";
}

.item1{grid-area: b;}
.item2{grid-area: c;}
.item3{grid-area: d;}

.slide-content-s{
  display: grid;
  grid-template-columns:30% 28% 33%;
}
.f-slide-content{
  display: grid;
    grid-template-columns: 26% 28% 34%;
    justify-content: end;
}
.f-slide-content-s{
  display: grid;
  grid-template-columns:29% 25% 24% 16%;
}

.slide-content div{
  width: 100%;
}
.slide-content span{
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}

.slide-content p{
  margin: 0px;
  font-size: 15px;
}


.f-slide-content div{
margin-left: auto;
}
.slide-content-s div{
  width: 72%;
  margin-left: auto
}
.slide-content-s span{
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}
.slide-content-s p{
  margin: 0px;
  font-size: 15px;
}

.f-slide-content span{
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}
.f-slide-content p{
  margin: 0px;
  font-size: 15px;
}

.f-slide-content-s span{
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}
.f-slide-content-s p{
  margin: 0px;
  font-size: 15px;
}
.title-description{
  width: 50%;
  margin:0 0 90px 0;
}





#toggle-project {
  display: none;
}

.toggle-container {
  position: relative;
  width: 300px;
}

.toggle-label {
  display: flex;
  background: #F3F3F3;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}

.option {
  width: 50%;
  text-align: center;
  z-index: 1;
}

.toggle-slider {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #014453;
  border-radius: 30px;
  transition: 0.4s;
  top: 0;
  left: 0;
  z-index: 0;
}

#toggle-project:checked + .toggle-label .toggle-slider {
  left: 50%;
}

#toggle-project:not(:checked) + .toggle-label .left {
  color: #fff;
}

#toggle-project:checked + .toggle-label .right {
  color: #fff;
}

#toggle-project:not(:checked) + .toggle-label .right,
#toggle-project:checked + .toggle-label .left {
  color: #333;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    min-height: 250px; /* или auto, если хочешь динамическую */
    overflow: hidden;
}

.first_cont, .second_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(100%);
    z-index: 1;
}

.first_cont.active, .second_cont.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
}


.Category-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  overflow-x: auto;
  scrollbar-width: auto;
  gap: 16px;
}

.Category-3::-webkit-scrollbar {
  height: 8px;
}
.Category-3::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.Category-3::-webkit-scrollbar-track {
  background-color: transparent;
}

.Category-3 a {
  text-decoration: none;
  display: block;
  flex: 0 0 auto;
  min-width: 200px;
  margin-bottom: 7px;
  color: inherit;
}

.category-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  border-radius: 38px;
  border: 2px solid #F3F3F3;
  background-color: #F3F3F3;
  width: 210px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 20px 15px;
}

.category-item img {
  width: 100%;
  height: auto;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  object-fit: contain;
}

.category-item .text-content {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  background: rgba(255,255,255,1);
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  align-self: end;         /* Прижать к низу */
  justify-self: start;     /* Прижать к левому краю */
  margin: 10px;            /* Внутренний отступ от краев картинки */
  border-radius: 20px;
}

.category-item button {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #014453;
  padding:7px;
  border: none;
  font-family: 'Commissioner', sans-serif;
  border-radius: 20px;
}

.category-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: black;
}



.first-block{
  display: grid;
  grid-template-columns:34% 41% 25%;
  margin: 29px 0
}

.first-block div{
     align-self: end;
    justify-self: start;
}

.one-pick img {
width: 70%;
}

.thre-pick img{
width: 100%;
}
.inst-text{
  display: flex;
  flex-wrap: nowrap;
  width: 95%;
  margin: 20px auto 0 auto;
}
.fb-text{
  width: 90%;
  margin: 54px 0 0 0
}

.fb-text button{
  background-color: #014453;
  border-radius: 25px;
  color: azure;
  white-space: nowrap;
  border: none;
  padding: 17px 0%;
  width: 250px;
  font-size: 17px;
  margin: 5px 0px 0 0;
}





#toggle-project-1 {
  display: none;
}

.toggle-container-1 {
  position: relative;
  width: 85%;
  margin:0 auto 30px auto;
}

.toggle-label-1 {
  display: flex;
  background: #F3F3F3;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}

.option-1 {
  width: 50%;
  text-align: center;
  z-index: 1;
}

.toggle-slider-1 {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #014453;
  border-radius: 30px;
  transition: 0.4s;
  top: 0;
  left: 0;
  z-index: 0;
}

#toggle-project-1:checked + .toggle-label-1 .toggle-slider-1 {
  left: 50%;
}

#toggle-project-1:not(:checked) + .toggle-label-1 .left-1 {
  color: #fff;
}

#toggle-project:checked + .toggle-label-1 .right-1 {
  color: #fff;
}

#toggle-project-1:not(:checked) + .toggle-label-1 .right-1,
#toggle-project-1:checked + .toggle-label-1 .left-1 {
  color: #333;
}

.slider-wrapper-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: grid;
}

.first_cont-1, .second_cont-1 {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: column; /* ставим колонку */
    gap: 20px;
}

.first_cont-1.active, .second_cont-1.active {
    opacity: 1;
    transform: translateX(0);
}
.first_cont-1:not(.active), .second_cont-1:not(.active)  {
    display: none;
}
.menu-cont{
      display: flex;
    gap: 2%;
    margin-top: 90px;
}


.menu-line {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 48%;
  background-color: #9ECFA6;
  padding: 20px;
  border-radius: 20px;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px
}

.dashed-line {
  flex-grow: 1;
  border-bottom: 1px dashed #000;
  height: 1px;
}

.text-right {
  max-width: 21%;

}

.text-left{
width: 48%;
font-weight: 500;
}

.menu-line p{
  color: #4DA0BC;
}
.text-und{  
  font-weight: 600;
  font-size: 20px;
      margin: 0 0 15px 0;
}

.prise-list{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.prise-list ul{
    margin: 0;
    padding: 0px 0px 15px 30px;
}

.menu-line-2 {
  display: flex;
  flex-direction: column;
  gap: 10px; 
  width: 48%;
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 20px;
}

.menu-line-2 p{
  color: #4DA0BC;
}

.image-scroll-bar {
    width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.image-scroll-bar img {
    width:33%;
    border-radius: 8px;
}

.image-scroll-bar::-webkit-scrollbar {
    height: 8px;
}

.image-scroll-bar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.menu-line-s {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 52%;
  background-color: #9ECFA6;
  padding: 20px;
  border-radius: 20px;
}

.menu-img-1{
  width: 43%!important;
}
.menu-img-2{
  margin-top: 40px;
}

.stand-inst {
  display: flex;
  background: linear-gradient(to bottom, #FAFAFA 0%, #C8F1FF 100%);
  border-radius: 25px;
  padding: 20px;
  gap:20px;
}
.stand-inst div{
background-color: #fff;
  border-radius: 25px;
  padding: 20px;
}
.stand-inst span {
padding-left: 20px;
}
.stand-inst div:nth-child(2){
  background-color: #014453;
  color:#fff;
}




/*Mobile*/

@media screen and (max-width: 924px) {

  body{
    padding-top: 25px;
  }
  .header-wrapper {
    top: 30px;}
  .header-inner {

    height: 100%;}
  .slide-mob{
    display: block !important;
  }

.form-bottom .form__radio span {
    color: black;
}
  .slide-desc{
    display: none !important;
  }
  .dots{    
    position: relative;
    top: 0px;
    right: 55px;
  }
  .site-header {
    background-color: #f3f3f300;
  }

.logo-img img{
  width: 90%;
}

.site-header {
    transition: transform 0.3s ease;
}

.site-header.header-hidden {
    transform: translateY(-200%);
}

.burger-menu {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    cursor: pointer;
    display: flex
;
    height: 23px;
    justify-content: center;
    position: relative;
    transition: all .3s ease-in-out;
    width: 40px;
}

.button-in-silide{
        position: absolute;
        top: 48%;
        left: 25%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: #014453;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 16px;
        cursor: pointer;
        width: 30%;
        height: 5%;
}

.Category {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.Category div {
  width: 100%;
}

.Category a:not(:last-child) {
    width: calc(50% - 8px);
    box-sizing: border-box;
}
.Category a:last-child {
  width: 100%;
}
#all-categories {
    position: relative;
    width: 100%;
}
.Visual-inf {
  display:none;
}
.Visual-inf-mob{
  display: block;
  background: linear-gradient(to bottom, #FAFAFA 0%, #9ECFA6 100%);
  border-radius: 25px;
}
.client-combo{
  display: none;
}
.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.reviews-section{
  display: none;
}
.reviews-section-mob{
    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: linear-gradient(135deg, #9ECFA6, #ebf4ec);
  border-radius: 24px;
  flex-wrap: wrap;
  gap: 30px;
  font-family: 'Commissioner', sans-serif;
  flex-wrap: wrap;
}
.review-card:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.review-cards {
      align-items: end;
}
.reviews-text {
    max-width: 55%;
    position: relative;
    top: 50px;
}
.review-card {
  box-shadow: none;
}
.review-card:nth-child(4) {
        background: none;
        width: 50%;
}
.review-card:nth-child(4) img{
  width: 60%;
}
.form div:last-child{
  width: 100%;
}
.catalog {
  margin-top: 63px;}

.products-grid {
    grid-template-columns: repeat(2, 1fr);}
  .product-card:nth-child(n+5) {
    display: none;}
.btn-order {
    display: block;
    background-color: #024554;
    color: white;
    padding: 6px 30px;
    border: none;
    border-radius: 25px;
    width: 50%;
    height: 10%;
    margin: 0 auto;
}
.vent-text {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 30px 5%;
  width: 53%;
}
.vent-img {
    width: 90% !important;
    margin: 0px auto 60px auto;
  }
.vent-text span {
    font-size: 29px;
}
.vent-text p{
  display: none;
}
.vent-text .button-vent{
display:none;
}
.mobile-vent{
  display:block;
}
.button-vent{
  margin-bottom: 140px;
}
.mobile-vent p{
margin-left:5%;
}
.mobile-vent {
        display: block;
        width: 100%;
        font-size: 30px;
    }
.steps-text{
  display:none;

}
.steps-slider {
    width: 100%;
}
.step-buttons {
    position: absolute;
    top: 100.3%;
    left: 58.5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    gap:0;
}
.step-buttons button {
    width: 80px;
    height: 80px;
    font-size:30px;
  }
  .image-container img,
.image-container source {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
.cards-advantages{
  display:none;
}
.cards-advantages-mobile{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    overflow-x: auto;
    scrollbar-width: auto;
    gap: 16px;
     background: linear-gradient(135deg, #FAFAFA, #9ECFA6);
     border-radius: 25px;
}
.cards-advantages-mobile ul{
      display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    gap: 26px;
}
.title-description {
  width: 85%;
  margin: 0 0 30px 0;
  font-size: 27px;}
.Categories-title {
  font-size: 34px;
  padding: 4% 0 2% 0%;}
.desc-slide-contn{
  display:none
}
.slider-wrapper{
  min-height: 1180px;
}

.first-block {
  display: grid;
  grid-template-areas:
    "top top top"
    "bottom-left bottom-center bottom-right";
  grid-template-columns: 72% 25% 7%;
  grid-template-rows: auto 1fr;
  gap: 10px;
  row-gap: 75px;
}
.fb-text{
  grid-area: top;
}
.one-pick{
  grid-area: bottom-left;
}
.thre-pick{
  grid-area: bottom-center;
}
.one-pick img {
    width: 100%;
}
.menu-line .menu-item:nth-of-type(n+4) {
    display: none;
}
.menu-line-2 .menu-item:nth-of-type(n+5) {
    display: none;
}
.menu-line-2 p{
display: none;
}
.menu-cont {
  flex-wrap: wrap;}
  .menu-line, .menu-line-2 {
  width: 100%;
  margin: 10px 0px 10px 0px;
  }
.menu-img-1{
  display:none;
}
.menu-line-s{
  width: 100%;
}

.stand-inst {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to bottom, #FAFAFA 0%, #9ECFA6 100%);
  border-radius: 25px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  max-width: 92vw;      
}

.stand-inst > div {
  flex: 0 0 auto;         
  min-width: 280px;       
  max-width: 90vw;        
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  box-sizing: border-box;
  scroll-snap-align: start;
}
.mobile-basket-for-what{
display:flex;
}
}

.fw-bold {
    font-weight: 600;
}