@import "reset.css";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-family:  "Montserrat";    
}
#container{
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}
.svgArrowHeader{
    display: block;
}
.svgArrowMobile{
    display: none;
}
.head_container {
    column-gap: 10px;
    row-gap: 15px;
    display: flex;
    justify-content: center;
    min-height: 65px;
    background-color: #ffffff;
    align-items: center;
    padding: 0% 10%;
}

.menu_list {
    flex-wrap: wrap;
    display: flex;
    column-gap: 46px;
    row-gap: 15px;
    align-items: center;
}
.menu__link {
    font-size: 13px;
    color: inherit;
    font-family:  "Montserrat";
}
.menu__link:hover{
    color: #3DAEEE;
    transition: 0.3s ease;
}

.header__logo {
    font-weight: 800;
    font-size: 23px;
    color: inherit;
    padding-inline: 140px;
}

.imgContainer_logo{
    width: 75%;
    border-radius: 20px;
    height: 85%;

    margin-top: 165px;
}

#header-hous{
margin-top: 150px;
}
.bacground_block {
    position: static;
    bottom: 0;
    left: 0;
    width: 80%;
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    color: white;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2% 0 5%;
    align-items: center;
  }

#about_us{
    padding-top: 100px;
    margin-top: -100px;
    color: #45C9B1;
}
#Rectangle_header {
    padding-top: 100px;
    margin-top: -100px;
    display: flex;
    height: 800px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#question{
    padding-top: 100px;
    font-family: Montserrat;
font-size: 32px;
font-weight: 700;
line-height: 20px;
text-align: left;
color: #ffffff;
}
.body-question{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 83px;
}
.body-question p {
    padding-top: 5px;
}
.info-Header {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 70%;
    color: rgba(0, 37, 58, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 420px;
    left: 10%;
    height: 250px;
    border-radius: 0 20px 0 0;
    text-align: center;
}
.rent-header {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900; 
    line-height: 58px;
    color: #006D74;
}

.more-Container{
    text-align: center;
    background-color: #EDEDED;
    margin-top: 30px;
    width: 80%;
    border-radius: 20px;
    
}
.more-information {
    font-family: Lato;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;    
    font-size: clamp(14px, 5vw, 18px);
    padding: 2% 20% 2% 20%;
}
#arrow{
position: absolute;
left: 110%;
top: 60%;    

}
.container-statistics{
    display: flex;
    flex-direction: column;
    color: #000000;
}
.statistics {
    display: flex;
    width: 50%;
    gap: 18%;
    font-size: 9px;
    text-align: center;
    margin-top: 7%;
}
.numbersStatistics{
    font-size: 26px;
    font-weight: 700;
}
.phoneNumber{
    width: 70%;
    padding: 12px 65px;
    background: #3DAEEE;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    color: #00253A;
    border-radius: 5px;

}
.phoneNumber:hover{
    background: #939393;
    color: #FFFFFF;
    transition:  0.5s ease;
}

#contact-icon {
    position: relative;
}

.info-contact {
    display: none;
    position: absolute;
    left: -200px;
    top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    gap: 20px;
}

.info-contact img {
    display: block;
    width: 50px;
}

.phoneContact{
    width: 85%;
    padding: 12px 56px;
    background: #3DAEEE;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    color: #00253A;
    border-radius: 5px;    
}
#contact-icon{
    position: fixed;
    top: 85%;
    left: 80%;
    z-index: 100;
}
#contact-icon img {
    width: 60px;
}
.phoneContact:hover{
    background: #939393;
    color: #FFFFFF;
    transition:  0.5s ease;
}
#send:hover{
    background: #939393;
    color: #FFFFFF;
    transition:  0.5s ease;
}
.imgIcon{
    width: 100%;
}
.container_contact {
    display: flex;
    padding: 4%;
    position: relative;
    bottom: 150px;
    background-color: #CDCDCD;
    gap: 10%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.blockText{
    display: flex;
    gap: 100px;
}
.phone_button{
    padding: 12px 56px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    color: #000000;    
    width: 20%;
}

.text_contact{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;

}

.slider_block {
    margin: 0 5%;
}
.header-slider {
    padding-top: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: Montserrat;
}
.header-order p {
    padding-top: 10px;
}
.header-order {
    display: flex;
    justify-content: center;
    background-color: #7BCFFF;
    color: #00253A;
    padding: 2% 0 2% 0;
    margin: 5% 0 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 70px;
    z-index: 1;
}
.header-order img{
    width: 200px;
}
.header_hous{
margin-bottom: 3%;
font-weight: 700;
font-family: Montserrat;
font-size: 32px;
line-height: 39.01px;
letter-spacing: -0.01em;
}

.info_slider {
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
}
.rent_p {
    padding: 5% 0;
    font-size: 14px;
    font-weight: 700;
}
.prise {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: #00ADC4;
}

.slider-About{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin: 0 30px 0 30px;
}
.catalog-container {
    position: relative;
    width: 100%; 
    overflow: hidden;
    padding-top: 3%;
}
.dots {
    text-align: center;
    margin-top: 10px;
}
.dots-two {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #006D74;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #ccc;
}
  
  .catalog {
    display: flex;
    transition: transform 0.3s ease-in-out;

  }
  .catalog-comb {
    display: flex;
    transition: transform 0.3s ease-in-out;

  }
  .catalog-two {
    display: flex;
    transition: transform 0.3s ease-in-out;

  }
  .catalog-three {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

  .catalog-four {
    display: flex;
    transition: transform 0.3s ease-in-out;

  }
  .custom-swapper-first{
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    justify-content: space-between;
    gap: 5%;
  }
  .custom-swapper-second{
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    justify-content: center;
    gap: 5%;
  }
  #auto-swapper-section{
    margin-top: 8%;
    background: linear-gradient(180deg, #006D74 0%, #0066A0 100%); 
  }
  .custom-swapper-container{
    padding: 30px 0;
  }
.custom-swapper-container-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 90px;
}
.custom-swapper-text{
    font-family: Montserrat;
    font-size: clamp(20px, 4vw, 24px);
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    color: #ffffff;
}
.custom-swapper-text-second{
    font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 31.2px;
text-align: left;
color: #59FFFF;

}

.block-img{
    padding:0 125px;
    background-color: #ffffff;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.custom-swapper-link{
    width: 70%;
    padding: 12px 65px;
    background: #3DAEEE;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    color: #00253A;
    border-radius: 5px;
}

  .product {
    flex: 0 0 33%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between;
  }

  .product-two{
    flex: 0 0 34%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between; 
  }
  .product-three{
    flex: 0 0 35%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between; 
  }
  .product-comb{
    flex: 0 0 34%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between; 
  }
  .product-four{
    flex: 0 0 34%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between; 
  }
  .product-comb{
    flex: 0 0 35%; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    color: #FFFFFF;
    text-align: center;
    justify-content: space-between; 
  }
  .sliderFrom-one{
    display: flex;
    flex-direction: column;
    position: relative; 
    box-sizing: border-box; 
    align-items: center;
    color: #00253A;
    text-align: center;
    justify-content: space-between;
  }
  .sliderFrom-one span{
    padding-top: 25px;
  }

  .container-Question_answer{
    background: linear-gradient(180deg, #006D74 0%, #0066A0 100%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: normal;
    padding-inline: 45px;
    padding-top: 20px;
  }
  .img-slider {
    width: 80%; 
    height: 350px;
    object-fit:contain;
  }
  
  /* .bacground_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
    color: white;
    text-align: left;
    height: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 2% 0 5%;
  } */
  .bacground_block h2{
    font-size: 16px;
    font-weight: 700;
    width: 50%;
    padding: 5% 0;
  }
  
  .arrow_prev, .arrow_next {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 5% ;
  }
  
  .arrow_body{
    display: flex;
    justify-content: center;
    margin-top: 3%;
  }



#backgroundAbout{
    background-color: #00253A;
    width: 100%;
    height: 440px;
    position: absolute;
    z-index: -1;
    margin-top: 8%;
}
.body-order {
    top: -390px;
    display: flex;
    flex-direction: row;
    position: relative;
    /* background: rgba(255, 255, 255, 0.8); */
    /* left: 150px; */
    justify-content: flex-end;
    /* align-items: flex-end; */
    align-content: flex-end;
    color: #000000;
}
.img-order img {
    width: 100%;
    height: 800px;
    border-radius: 0px 0px 20px 20px;
    opacity: 0px;
    max-width: 1200px;
}
.text-order {
    width: 40%;
    padding: 20px 20px 20px 20px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}
.img-order{
    display: flex;
    justify-content: center;
}
.stageP{
    padding: 3% 0;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.block_order {
   
}
.order-container{
    color: #FFFFFF;
    height: 930px;
}
.block_text{
    display: flex;
    padding-top: 30px;
    flex-direction: column;
}
.number_order {
    height: 9%;
    border: 1px solid;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    padding: 9px 15px;
    margin: 0 14px 0 0;
}
.custom-swapper-img{
    height: 300px;
    width: 435px;
}
.block_number{
    margin: 0 15px 0 0;
}
.order_point{
    border: 1px solid;
    height: 3px;
    width: 3px;
    margin: 15% 45%;
    border-radius: 45%;
    background-color: #000
}

#delivery-one{
    width: 100%;
    background-color: #7BCFFF;
}
#block_menu{
display: flex;
padding: 3% 0 2% 0;
justify-content: center;
gap: 11%;
flex-wrap: wrap;
}
.bold{
    font-size: 24px;
    font-weight: 600;
}

#header_delivery-one {
    padding: 1% 0 2% 0;
    font-size: 24px;
}
.body_text{
    padding: 1% 0 0 2%;
}

.block-click {
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    width: 35%;
    border-bottom: 2px solid #ffffff;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    position: relative;
}
.text-block {
    font-size: 16px;
    font-weight: 700;
}
.info_text {
    width: 70%;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}
.info_text_four{
    width: 70%;
}
.info_text_three{
    width: 70%;
}
.info_text_two{
    width: 70%;
}


  .arrow-click {
    text-align: end;
    width: 100%;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 80%;
    transform: translateY(-50%);
    stroke: #000;
  }

  .arrow_part {
    display: block;
}

.arrow_part.up {
    display: none;
}

.Remained-question {
    display: flex;
    margin: 8% 0;
    justify-content: flex-start;
    margin-left: 8%;
    gap: 5%;
}
.Remained-question form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.info-Text{
    width: 25%;
}
.info-Text p{
font-size: 24px;
font-weight: 700;
line-height: 29.26px;
letter-spacing: -0.01em;
text-align: left;
color: #006D74;
}
.info-Text span{
font-size: 13px;
font-weight: 400;
line-height: 15.85px;
text-align: left;

}
.input_send{
    border: 1px solid #000;
    width: 405px;
    height: 34px;
    padding: 8px 25px 8px 25px;
    margin-bottom: 2%;
    border-radius: 5px;
}
.contact_footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    width: 5%;
}
.container-swapper-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    background-color: #00253A;
    padding: 5%;
}
.container-swapper-text p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    position: relative;
    overflow: hidden;

}
.container-swapper-text p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}

.container-swapper-text p:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.container-statistics-two{
    display: none;
}
#send{
width: 234px;
height:42px;
padding: 12px 80px 12px 80px;
background: #7BCFFF;
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
text-align: center;
color: #00253A;
border-radius: 5px;

}
.block-content{
    display: contents;
}
.Question-answer {

}
footer{
    width: 100%;
    background: linear-gradient(358.43deg, #0066A0 1.33%, #016D77 98.67%);
    color: rgba(255, 255, 255, 1);
}
.containerFooter{
    display: flex;
    justify-content: space-between;
    margin: 10% 5% 0 5%;
    padding: 2% 0;
}
.block_contact {
    width: 50%;
    padding: 3% 0 0 0;
}
#strip{
    width: 15%;
    border: 2px solid;
    height: 3px;
}
.block_contact button{
    width: 235px;
    height:42px;
    padding: 12px 56px 12px 56px;
    gap: 10px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);

}
.block_contact span{
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-align: left;

}
.block_contact p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 8% 0;
}
#contact{
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-align: left;
color: #45C8B1;

}
.block-order_point{
    display: none;
}

.ifo_contact {
    display: flex;
    align-items: flex-end;
    gap: 10%;
    width: 100%;
}
.ifo_contact p {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.container-footer-contact{
    width: 100%;
    display: flex;
}

.header_footer{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.catalog-navigation, .catalog-two-navigation {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.catalog-navigation .prev, .catalog-navigation .next,
.catalog-two-navigation .prev-two, .catalog-two-navigation .next-two {
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size: 28px;
}
.prev-three, .next-three{
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size: 28px;
}
.prev-four, .next-four{
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size: 28px;
}
.prev-comb, .next-comb, .prev-compozitor, .next-compozitor, .prev-compozitor-sklo, .next-compozitor-sklo{
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size: 28px;
}


@media(max-width: 768px){
    .arrow_about, .arrow_aboutNext {
        display: none; /* Скрыть стрелки на всех устройствах по умолчанию */
    }
    .header__logo{
        padding: 0;
    }
    .prev-comb, .next-comb, .prev-compozitor, .next-compozitor, .prev-compozitor-sklo, .next-compozitor-sklo{
        cursor: pointer;
        border: none;
        padding: 10px;
        font-size: 28px;
        display: block;
    }
    .imgContainer_logo{
        width: 100%;
        margin-top: 195px;
    }
    #Rectangle_header{
        height: 570px;
    }
    .body-order{
        margin-top: 0;
    }
    #delivery-one{
        background-color: #7BCFFF;
    }
    .header__logo svg {
        width: 250px;
    }
    .menu__link{
        font-size: 12px;
    }
    .head_container{
        padding: 0 3%;
    }
    .menu_list{
        column-gap: 20px;
    }
    #backgroundAbout{
        margin-bottom: 10%;
    }
    .svgArrowMobile{
        display: block;
        bottom: -25px;
        position: absolute;
        right: 48px;
    }
    .body-question{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 200%;
        gap: 0;
    }
    .svgArrowHeader{
        display: none;
    }
    .imgIcon{
        width: 100%;
    }
    .custom-swapper-first{
        gap: 0;
    }
    .custom-swapper-link{
        width: 90%;
    }
    .custom-swapper-container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .block-img{
padding: 0 30px 0 30px;
    }
    .custom-swapper-img{
        height: 215px;
        width: 275px;
    }
    .more-information{
font-size: 16px;
font-weight: 500;
text-align: center;
padding: 3% 15% 3% 15%;
}
.more-Container{
    width: 100%;
}
.custom-swapper-container-text{
    margin: 0;
    padding-inline: 20px;
    align-items: flex-start;
}
.img-slider{
    height: 330px;
}
.rent-header{
    line-height: 43px;
    width: 60%;
    font-size: 30px;
    padding-left: 20px;
}
.order-container{
    flex-direction: column-reverse;
}
#auto-swapper-section{
    margin-top: 20%;
}
.info-Header {
    width: 90%;
    height: 160px;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    left: 0;
    top: 310px;
}
.phoneNumber{
    width: 80%;
    
}
.container_contact{
    position: static;
    flex-direction: column-reverse;
    gap: 20px;
}
.phone_button{
    width: 35%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    color: #000000;    
    padding: 12px 56px;
}
.blockText{
    gap: 70px;
}
.arrow_body{
    gap: 10%;
    margin-top: 5%;
}
.product {
    flex: 0 0 50%;
    align-items: center; 
}
.product-two{
    flex: 0 0 50%;
    align-items: center; 

}
.product-four{
    flex: 0 0 50%;
    align-items: center; 
}
.product-comb{
    flex: 0 0 50%;
    align-items: center; 

}
.product-three{
    flex: 0 0 50%;
    align-items: center; 

}
.header-order{
    padding: 5% 0 5% 0;
}
.slider-item{
    flex: 0 0 25%;
    padding: 15px;
}
.bacground_block{
left: 34px;    
}
.img_order img{
    width: 100%;
    height: 100%;
}
.text-order{
padding: 5% 0 0 5%;
width: 70%;
}
.Question-answer{
    margin: 5% 15% 0 5%;
}
.ifo_contact p{
    font-size: 13px;
}
.ifo_contact{
    width: 100%;
}
.block_contact{
    padding: 3% 0 3% 0;
    width: 60%;
    padding-bottom: 15px;
}
.container-footer-contact{
    display: flex;
}
.slider-About{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#block_menu{
    flex-wrap:wrap ;
    justify-content: normal;
}
.block-order_point{
    display: none;
}
}
.burger-menu{
    display: none;
}

@media (max-width: 428px) {
    .burger-menu{
        display: block;
    }
    .prev-comb, .next-comb, .prev-compozitor, .next-compozitor, .prev-compozitor-sklo, .next-compozitor-sklo{
        cursor: pointer;
        border: none;
        padding: 10px;
        font-size: 28px;
        display: block;
    }
    .img_order img{
        border-radius: 0;
    }
    #Rectangle_header{
        height: 470px;
        padding-top: 0;
        margin-top: 0;
    }
    .block-img{
        border-radius: 30px;
        margin-inline: 10px;
    }
    .number_order{
        display: block;
    }
    .product-two{
        flex: 0 0 100%;
        align-items: center;
    }
    .product-comb{
        flex: 0 0 100%;
        align-items: center;
    }
    .product-four{
        flex: 0 0 100%;
        align-items: center;
    }
    .product-three{
        flex: 0 0 100%;
        align-items: center;
    }
    #backgroundAbout{
        margin-bottom: 26%;
    }
    .contact_footer{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 65%;
        justify-content: space-between;
    }
    .container-swapper-text{
        height: 15%;
    }
    .header-order{
        text-align: center;
        padding-inline: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .img-order img{
        height: 340px;
        padding-top: 70px;
        transform: scaleX(1);
        border-radius: 0;
    }
    .custom-swapper-container-text{
        align-items: center;
        padding-inline: 20px;
        padding-top: 20px;
    }
    
    .imgContainer_logo {
        width: 600px;
        padding-top: 12%;
        position: relative;
        border-radius: 0;
    }
    .burger-menu, .arrow-Menu-one {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        font-size: 24px;
        padding: 10px;
        padding-left: 25%;
    }
    
    .burger-line {
        height: 2px;
        width: 20px;
        background-color: black;
        margin: 3px 0;
        position: relative;
    }
    .custom-swapper-first{
        display: flex;
        flex-direction: column-reverse;
        width: 100vw;
        align-items: center;
        justify-content: center;
    }
    .custom-swapper-img{
        width: 78%;
    }
    .custom-swapper-link{
        width: 80%;
    }
    .custom-auto-swapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 480px;
    }
    .header__logo-two{
        display: none;
    }
    .custom-swapper-text{
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        
    }
    .custom-swapper-second{
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
        justify-content: center;
        
    }
    .burger-line .dot {
        height: 3px;
        width: 3px;
        background-color: black;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        top: -1.5px;
    }
    
    .arrow-Menu-one {
        display: none;
        padding-left: 20%;
    }
    
    .header__menu {
        display: none;
    }
    .arrow-Menu-one{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        flex-direction: row;
        padding: 0;
    }
    .head_container{
        flex-direction: column;
        padding: 0;
        min-height: 0;
        color: #FFFFFF;
    }
    .header__menu{
        width: 100%;
    }
    .menu_list{
        flex-direction: column;
        align-content: flex-start;
    }
    .menu__link{
        width: 100%;
        display: block;
        padding-left: 10px;
    }
    .menu__item{
        border-bottom: 1px solid #45C8B1;
        width: 100%;
        height: 30px;
    }
    .header__logo svg{
        width: 190px;
        height: 50px;
    }
    .rent-header{
        font-size: 32px;
        width: 85%;
        z-index: 30;
    }
    .info-Header{
        position: relative;
        display: flex;
        justify-content: center;
        top: -100px;
        left: -25px;
    }
    .container-statistics{
        display: none;
    }
    .container-statistics-two{
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #000000;
        position: relative;
        top: -100px;
        }
        #auto-swapper-section{
            margin-top: 40%;
        }
    .statistics{
        width: 100%;
        gap: 10%;
        text-align: center;
        padding: 1% 10%;
    }
    .phoneNumber{
        width: 80%;
        padding: 12px 65px;
        background: #3DAEEE;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: center;
        color: #00253A;
        border-radius: 5px;
    }
    .phoneContact{
        width: 85%;
        padding: 12px 56px;
        background: #3DAEEE;
        display: flex;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: center;
        color: #00253A;    
    }
    .more-Container{
        padding: 0;
        margin: 0;
        position: relative;
        top: -100px;
        background-color: #D9D9D9;    }
    .Now{
        display: none;
    }
    .background {
        position: absolute;
        top: 5%;
        left: 0;
        width: 100%;
        height: 63%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5));
        z-index: 20;
    }
    
    .container_contact {
        position: static;
        flex-direction: column-reverse;
        gap: 20px;
        width: 100vw;
    }
    .phone_button{
        width: 100%;
        background: #ffffff;
        display: flex;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: center;
        color: #000000;  
        padding: 12px 56px;
  
    }
    .blockText {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .home_directory{
        width: 100vw;
    }
    .product{
        flex: 0 0 100%;
    }
    .bacground_block{
        left: 19px;
        width: 90%;
    }
    .header_slider{
        padding: 20px 0 0 0;
    }
    .img-slider{
        height: 400px;
        width: 90%;
    }
    .catalog{
        margin-right: 0;
    }
    .arrow_prev, .arrow_next{
        width: 100%;
    }
    .arrow_body{
        gap: 73%;
        margin-top: 25%;
    }
    .home_containers{
        width: 100vw;
    }

    
    .body-order{
        width: 100vw;
        position: sticky;
    }
    .stageP{
        font-size: 22px;
        padding: 10% 0;
    }
    .text-order{
        width: 100%;
    }
    .block-order_point{
        display: none;
    }
    .number_order{
        height: 13%;
    }
    .text_about{
        font-size: 12px;
    }
    #delivery-one{
        width: 100vw;
        background-color: #7BCFFF;
        margin-top: 50%;
    }    
    #question{
        padding: 0;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;        
    }
    .body_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10% 0;
    }
    
    #header_delivery-one{
        padding: 10% 0;
    }
    #text_menu{
        text-align: center;
    }
    .Question-answer{
        width: 96vw;
        margin: 0 2%;
    }
    .Remained-question{
        flex-direction: column;
        margin: 10px 0 20px 0;
    }
    .info-Text{
        width: 100%;
        padding: 10% 0;
        text-align: center;
    }
    .info-Text p{
        text-align: center;
    }
    .Remained-question form{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #send{
        width: 100%;
        margin: 6% 2% 0 2%;
    }
    .containerFooter{
        flex-direction: column;
        text-align: center;
    }
    .container-footer-contact{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header_footer{
        display: flex;
    flex-direction: column-reverse;
    align-items: center;
    }
    #strip{
        width: 60%;
        border: 1px solid;
    height: 2px;
    }
    .block_contact p{
        font-size: 12px;
        text-align: center;
        padding: 15% 0;
    }
    .block_contact{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block_contact button{
        width: 100%;
    }
    .ifo_contact{
        width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 40px;
        padding: 15% 0;
    }

    #block_menu {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%; 
        padding: 10% 5% 10% 5%;
    }
    
    .arrow_about, .arrow_aboutNext {
        cursor: pointer;
        z-index: 10; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .slider-About {
        flex-grow: 1;
        display: flex;
        overflow: hidden;
        position: relative;
        width: 40%;
        text-align: center;
    }
    
    .slider-item {
        width: 100%;
        flex-shrink: 0;
        display: none; 
        align-items: center;
        justify-content: center;
    }
    .slider-item span{
        width: 165px;
    }
    
    .slider-item.active {
        display: flex;
        justify-content: space-between;
        height: 150px; 
    }  
    #overlay{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.8);
        z-index: 20;
    } 
    .block-click{
        margin: 0;
        width: 100%;
    } 
    .body-question{
        width: 100%;
        gap: 30px;
        padding-bottom: 30px;
    }
    .container-statistics{
        display: none;
    }
    #logoOne{
        width: 70%;
        
    }
    #logoTwo{
        width: 70%;
        display: none;
    }
}
@media (max-width: 320px){
    .block-order_point{
        display: block;
    }
    .number_order {
        height: 11%;
    }
    .rent-header{
    bottom: 100%;
    font-size: 28px;
    width: 99%;
    padding: 0 0 10% 0;
    z-index: 30;
    }
    .imgContainer_logo {
        width: 100%;
        padding-top: 12%;
        object-fit: cover;
    }
    .bacground_block{
        width: 90%;
        padding-bottom: 10px;
    }
    #overlay{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 20;
    }
}/* Пример для большого экрана */
/* Для больших экранов (3 товара за раз) */
@media (min-width: 1201px) {
    .catalog-three .product-three {
      flex: 0 0 calc(100% / 3);
    }
  }
  
  /* Для средних экранов (2 товара за раз) */
  @media (max-width: 1200px) and (min-width: 430px) {
    .catalog-three .product-three {
      flex: 0 0 calc(100% / 2);
    }
  }
  
  /* Для мобильных устройств (1 товар за раз) */
  @media (max-width: 429px) {
    .catalog-three .product-three {
      flex: 0 0 100%;
    }
  }
  
  .catalog-compozitor {
    display: flex;
    transition: transform 0.3s ease-in-out;
    /* Можно overflow: hidden; но обычно у родителя (catalog-container) */
  }
  
  .product-compozitor {
    /* Пример: 3 элемента на широкий экран */
    flex: 0 0 calc(100% / 3);
    /* ... общий стиль, как у других product-* */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; 
    /* ... */
  }
  
  /* Адаптив. Если нужно 2 элемента на ширине 430px–1200px */
  @media (max-width: 1200px) and (min-width: 430px) {
    .product-compozitor {
      flex: 0 0 calc(100% / 2);
    }
  }
  /* А для < 430px – 1 элемент на экран */
  @media (max-width: 429px) {
    .product-compozitor {
      flex: 0 0 100%;
    }
  }
  .catalog-compozitor-sklo {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Пример: по умолчанию 3 товара на больших экранах */
  .product-compozitor-sklo {
    flex: 0 0 calc(100% / 3);
    display: flex;
    flex-direction: column;
    /* остальное, как у .product-* */
  }
  
  /* Адаптив под 2 товара/1 товар, аналогично другим классам */
  @media (max-width: 1200px) and (min-width: 430px) {
    .product-compozitor-sklo {
      flex: 0 0 calc(100% / 2);
    }
  }
  @media (max-width: 429px) {
    .product-compozitor-sklo {
      flex: 0 0 100%;
    }
  }
  