:root {
    --black-text-color: #212121;
}

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

a{
    text-decoration: none;
    color:inherit;
    cursor: pointer;
}
ul, ol, li{
    list-style: none;
}

button{
    background-color: transparent;
}

img{
    vertical-align: top;
}

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

html, body{
    height: 100%;
    line-height: 1.1;
    scroll-behavior: smooth;
    color: var(--black-text-color);
    font-family: Gilroy;
    font-weight: 400;
    background: #ffffff;
}


html{
    font-size: 3.33vw;
}

@media(min-width: 480px){
    html{
        font-size: 16px;
    }
}

.wrapper{
    min-height: 100%;
  
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  
}

._container{
    max-width: 1240px;
    margin: 0px auto;
    padding: 0 40px;
}

.mobile{
    display: none;
}

@media(max-width: 768px){
    ._container{
        padding: 0 2.5em;
    }
}

@media(max-width: 375px){
    ._container{
        padding: 0 1.5em;
    }
}

.button{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    font-family: Unbounded;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #323232;
    background: linear-gradient(135deg, #ffec88 0%, #ffd600 50%, #ffec88 100%);
    cursor: pointer;
    height: 5rem;
    border-radius: 5px;
}

.button:hover,
.button:active{
    background: linear-gradient(90deg, #ffb800 0%, #ffd493 46.84%, #ffb800 100%);
}

.title{
    font-weight: 500;
    font-size: 1.375rem;
    text-align: center;
}

.title span{
    background: linear-gradient(180deg, #5cd2ba 0%, #0a6dba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


.heading{
    font-family: Benzin;
    
    font-weight: 600;
    font-size: 48px;
    line-height: 106%;
    text-align: center;
    gap: 0.3125rem;
    text-transform: uppercase;
}

.heading span{
    background: linear-gradient(0deg, #5cd2ba 0%, #0a6dba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

._ibg{
    width: 100%;
    position: relative;
}
._ibg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gradient-text{
    background: linear-gradient(180deg, #5cd2ba 0%, #0a6dba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width: 1024px){
    .heading{
        font-size: 42px;
    }
}

@media(max-width: 768px){
    .heading{
        font-size: 40px;
    }
}

@media(max-width: 480px){
    .heading{
        font-size: 1.875rem;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
}

/*
    HERO
*/

.hero{
    background: linear-gradient(135deg, #20C3A2, #0078D6);
    padding: 40px 0 50px;
    color: #ffffff;
}

.hero__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.hero__container{
    
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Benzin';
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
}

.logo_image{
    width: 34px;
}

.logo_image img{
    width: 100%;
}

.logo_image svg{}

.hero__navigation{
    width: 100%;
}

.hero__navigation ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    
}

.hero__navigation-item a{
    text-wrap: nowrap;
     font-weight: 500;
}

.hero__navigation-item a:hover{
    text-decoration: underline;
}

.hero__calculate-button a{
    color: #000;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
   
}

.hero__calculate-button a:hover{
     background: linear-gradient(90deg, #ffb800 0%, #ffd493 46.84%, #ffb800 100%);
}

.hero__calculate-button:hover a{
    text-decoration: none;
}

.hero__contacts .contacts-item img:nth-child(2){
    display: none
}

.hero__contacts .contacts-item:hover{
    background: #fff;
}

.hero__contacts .contacts-item:hover img:nth-child(2){
    display: block
}
.hero__contacts .contacts-item:hover img:nth-child(1){
    display: none
}

.contacts{
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 39px;
    border-radius: 8px;
}

.contacts-item:nth-child(1){
    background: linear-gradient(135deg, #97DAFF 0%, #72D3F2 29%, #2F6BC6 100%);

}
.contacts-item:nth-child(2){
    background: linear-gradient(135deg, #7492FF 0%, #1931AE 100%);
}

.hero__title{
    font-family: 'Gilroy';
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    line-height: 110%;
}

.hero__description{
    font-size: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 120%;
}

.hero__swiper{
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.hero__swiper img{
    max-width: 100%;
}

.swiper__outer{
    position: relative;
}

.swiper__controls{
    display: none !important;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 1;
}

.hero__swiper-button-next, .hero__swiper-button-prev {
    min-width: 50px;
    min-height: 50px;
   background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    position: static !important;
    margin-top: 0 !important;
 }

.swiper__outer:hover .swiper__controls{
    display: flex !important;
}

 .hero__swiper-button-next img, .hero__swiper-button-prev img {
    margin-right: 2px;
 }

 .hero__swiper-button-next img:last-child, 
 .hero__swiper-button-prev img:last-child {
    display: none;
 }

 .hero__swiper-button-next:hover img:first-child, 
 .hero__swiper-button-prev:hover img:first-child {
    display: none;
 }

 .hero__swiper-button-next:hover img:last-child, 
 .hero__swiper-button-prev:hover img:last-child {
    display: block;
 }

 .hero__swiper-button-next:hover, .hero__swiper-button-prev:hover {
    background:  linear-gradient(135deg, #20c3a2 0%, #0078d6 100%);
 }

 .hero__swiper-button-next::after, .hero__swiper-button-prev::after{
    display: none;
 }
.hero__swiper-button-prev{
 transform: rotate(-180deg);
}

.hero__calculate-button-mobile{
    margin: 25px auto 0;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
}

.hero__calculate-button-mobile{
    padding: 11px 20px;
    display: none;
}

@media(max-width: 1100px){
    .hero__navigation ul{
        justify-content: flex-end;
        margin-right: 30px;
    }
    .hero__navigation-item:not(.hero__calculate-button){
        display: none;
    }
    .hero__header{
        gap: 10px;
    }
    .hero__title{
        font-size: 75px;
    }
}

@media(max-width: 560px){
    .hero__logo {
        font-size: 22px;
    } 
}

@media(max-width: 768px){
    .hero__calculate-button-mobile{
        display: block;
    }
     .hero__navigation{
        display: none;
    }
    .hero{
        padding-bottom: 90px;
    }
    .hero__title{
        font-size: 65px;
        margin-top: 34px;
    }
    .hero__description{
        font-size: 22px;
    }
    .swiper.hero__swiper{
        max-width: 550px;
    }
    .swiper__controls{
        display: flex !important;
        justify-content: center;
        gap: 30px;
        top: auto;
        bottom: -70px;
        transform: translateY(0);
    }
  
}

@media(max-width: 480px){
    .hero{
        padding: 34px 0 30px;
      
    }
    .hero__logo span{
        font-size: 1.375rem;
    }
    .logo_image{
        width: 25px;
    }
    .hero__contacts-item{
        width:54px;
    }
    .hero__title{
        font-size: 3.875rem;
    }
    .hero__description{
        font-size: 1.25rem;
        margin-top: 5px;
    }
}

@media(max-width: 425px){
   .hero__contacts-item{
    width: 3.375rem;
  }
  .hero__contacts{
    gap: 5px;
  }
}





/*
    SHORT_INFO
*/

.short-info{
    padding: 30px 0 50px;
}

.short-info__container{

}

.short-info__items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.short-info_item{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 26px;
    line-height: 110%;
}

.short-info__icon{
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(135deg, #5CD2BA, #0A6DBA);
}

.short-info_item:nth-child(1)  .short-info__icon img{
    width: 57.5%;
}
.short-info_item:nth-child(2)  .short-info__icon img{
    width: 64%;
}
.short-info_item:nth-child(3)  .short-info__icon img{
    width: 57.5%;
}

.short-info__button{
    /* margin-top: 1.875rem; */
    margin-top: 50px;
    color: #323232;
}

.short-info__stock{
    margin-top: 0.9375rem;
    text-align: center;
}

.short-info__text{
  
}

.short-info__text span{
    font-weight: 600;
}

@media(max-width: 1024px){
    .short-info__icon{
        width: 80px;
        height: 80px;
    }
    .short-info__text{
        font-size: 18px;
        line-height: 110%;
    }
}

@media(max-width: 768px){
    .short-info__items{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
        align-items: flex-start;
    }
    .short-info_item{
        gap: 0.4375rem;
        flex-direction: column;
    }
    .short-info__text{
        text-align: center;
        font-weight: 400;
    }

 
}

@media(max-width: 480px){
    .short-info{
        padding: 30px 0 30px;
    }
    .short-info__icon{
        width: 50px;
        height: 50px;
    }

    .short-info_item:nth-child(1)  .short-info__icon img{
        width: 1.927rem;
        height: 1.825rem;
    }
    
    .short-info_item:nth-child(2)  .short-info__icon img{
        width: 2rem;
        height: 1.833rem;
    }
    
    .short-info_item:nth-child(3)  .short-info__icon img{
        width: 2.065rem;
        height: 2rem;
    }
    .short-info__text{
        font-size: 14px;
    }
    .short-info__button{
        margin-top: 25px;
    }
}



/*
    ADVANTAGES
*/

/* ADVANTAGES */
.advantages-us{
    padding: 70px 0;
}

.advantages-stations{
    padding: 70px 0;
}



.advantages__heading span{
    line-height: 1.1;
    width: 100%;
}

.features{
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 36px;
     margin-top: 40px;
}

.features__item{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.features_icon{
    min-width: 7.5rem;
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #5cd2ba 0%, #0a6dba 100%);
    border-radius: 5px;
    font-weight: 700;
    font-size: 3.625rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.features_icon img{
    width: 4.675rem;
}   

.features__title{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
  
    margin-top: 0.625rem;
}

.features__text{
  
    margin-top: 0.375rem;
}

.features__item_2-col{
    padding-left: 65px;
    flex-direction: row;
    gap: 10px;
}

.features__item_2-col .features__title{
    text-align: left;
}

.advantages-us .features__title{
    font-size: 1.375em;
    font-weight: 600;
}

.advantages-us__button{
    margin-top: 60px;
}

.advantages__features{
    margin-top: 40px;
    gap: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.advantages__features .features__item{
    align-items: center;
    flex-direction: row;
    gap: 15px;
    
}

.advantages__features .features__item:nth-child(1){
     flex: 0 1 30%
}
.advantages__features .features__item:nth-child(2){
   flex: 0 1 30%
}
.advantages__features .features__item:nth-child(3){
   flex: 0 1 30%
}

.advantages__features .features__item:nth-child(4){
    flex: 0 0 40%
}
.advantages__features .features__item:nth-child(5){
   flex: 0 0 40%
}

.features__item-content{
    display: flex;
    flex-direction: column;
   
}

.features__item-content span{
    text-align: left;
}

@media(max-width: 1024px){
    .advantages-us,  .advantages-stations{
        padding:40px 0;
    }
    .features{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 4em;
        align-items:start;
    }
    .advantages__features .features__item:nth-child(5){
        grid-column: 1/2;
    }
    .features__item_2-col{
    padding-left: 0;
}
  
}

@media(max-width: 768px){
    .features__item_2-col{
        padding-left: 0;
    }
}



@media(max-width: 576px){
    .advantages-us,  .advantages-stations{
        padding: 1.875rem 0;
    }

    .features__item_2-col{
        padding-left: 0.5rem;
    }
   .features{
    grid-row-gap: 2.25rem;
   }
   .advantages-stations .features__item{
        flex-direction: column;
        gap: 0;
   }
    .advantages-stations .features__item span{
        text-align: center;
    }
 

    .advantages-stations .features__item:nth-child(5) {
        grid-column: 1 / 3;
        padding-left: 0; 
    }
      .advantages-stations .features__item:nth-child(5) .features__item-content  {
        max-width: 200px;
    }
       .advantages-stations .features__item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 2/2;
    }
     .advantages-stations .features__item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2/2;
       
    }

}


@media(max-width: 375px){
    .features__item_2-col{
        
    }
}

/*
    CHARACTERISTICS
*/

.characteristics{
    padding: 70px 0;
}

.characteristics__container{
    padding: 0 15px;
}

.characteristics__unified{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.characteristics__box{
    max-width: 1040px;
    width: 100%;
    background: linear-gradient(135deg, #5CD2BA, #0A6DBA);
    padding: 2px;
    border-radius: 10px;
}

.characteristics__box-inner{
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem;
}

.characteristics__specs{
    text-align: center;
    margin-bottom: 1.5rem;
}

.characteristics__spec-line{
    display: block;
    line-height: 1.4;
}

.characteristics__spec-line--blue{
    background: linear-gradient(135deg, #5CD2BA, #0A6DBA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0.5rem;
}

.characteristics__spec-line--black{
    color: #000;
    font-weight: 400;
    font-size: 31.5px;
}

.characteristics__spec-bold{
    font-weight: 700;
}

.characteristics__appliances{
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1.5rem 2.8125rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.characteristics__appliance-item{
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.characteristics__appliance-icon{
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: linear-gradient(135deg, #5CD2BA, #0A6DBA);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.characteristics__appliance-icon img{
    width: 2.5rem;
    height: auto;
}

.characteristics__appliance-item:nth-child(1) .characteristics__appliance-icon img{
    width: 2rem;
}

.characteristics__appliance-item:nth-child(2) .characteristics__appliance-icon img{
    width: 1.75rem;
}

.characteristics__appliance-item:nth-child(3) .characteristics__appliance-icon img{
    width: 2.25rem;
}

.characteristics__appliance-text{
    font-weight: 400;
    color: #000;
    font-size: 25px;
}

@media(max-width: 1024px){
    .characteristics{
        padding: 40px 0;
    }
    .characteristics__box{
        max-width: 100%;
    }
}

@media(max-width: 768px){
   .characteristics__heading{
    font-size: 2rem;
   }
   .characteristics__appliances{
        grid-template-columns: repeat(2, auto);
        gap: 1.25rem 0.875rem;
        justify-content: center;
   }
   .characteristics__spec-line--blue{
        font-size: 1.375rem;
   }
   .characteristics__spec-line--black{
        font-size: 1.2375rem;
   }
   .characteristics__appliance-icon{
        min-width: 60px;
        min-height: 60px;
        width: 60px;
        height: 60px;
   }
   .characteristics__appliance-icon img{
        width: 1.875rem;
   }
   .characteristics__appliance-item:nth-child(1) .characteristics__appliance-icon img{
        width: 1.5rem;
   }
   .characteristics__appliance-item:nth-child(2) .characteristics__appliance-icon img{
        width: 1.3125rem;
   }
   .characteristics__appliance-item:nth-child(3) .characteristics__appliance-icon img{
        width: 1.6875rem;
   }
   .characteristics__appliance-text{
        font-size: 1rem;
   }
}

@media(max-width: 480px){
    .characteristics{
        padding: 1.5623rem 0 1.875rem;
    }
    .characteristics__unified{
        margin-top: 1.875rem;
    }
    .characteristics__heading{
        font-size: 1.875rem;
    }
    .characteristics__box{
        padding: 2px;
    }
    .characteristics__box-inner{
        padding: 1.5rem 1rem;
    }
    .characteristics__specs{
        margin-bottom: 1.25rem;
    }
    .characteristics__spec-line--blue{
        font-size: 1.375rem;
        margin-bottom: 0.375rem;
    }
    .characteristics__spec-line--black{
        font-size: 1.2375rem;
    }
    .characteristics__appliances{
        grid-template-columns: repeat(2, auto);
        gap: 1rem 0.75rem;
        margin-top: 1.25rem;
        justify-content: center;
    }
    .characteristics__appliance-icon{
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }
    .characteristics__appliance-icon img{
        width: 1.5rem;
    }
    .characteristics__appliance-item:nth-child(1) .characteristics__appliance-icon img{
        width: 1.25rem;
    }
    .characteristics__appliance-item:nth-child(2) .characteristics__appliance-icon img{
        width: 1rem;
    }
    .characteristics__appliance-item:nth-child(3) .characteristics__appliance-icon img{
        width: 1.375rem;
    }
    .characteristics__appliance-text{
        font-size: 1rem;
    }
}

/*
    REVIEWS
*/

.reviews{
    padding: 1.875rem 0;
}

.reviews__container{
    
}

.reviews__heading{

}

.reviews__scale{
    margin-top: 1.25rem;
    font-weight: 500;
}

.reviews__scale p{
    line-height: 100%;
    font-weight: 500;
    text-align: center;
}

.reviews__scale p span{
    font-weight: 700;
}

.reviews__scale-back{
    width: 22.3125rem;
    height: 0.625rem;
    border-radius: 85px;
    background: #dadada;
    margin: 0.5rem auto 0;
}

.reviews__scale-front{
    width: 98%;
    height: 100%;
    border-radius: 85px;
    background:  linear-gradient(135deg, #5cd2ba 0%, #0a6dba 100%);
}

.reviews__swiper{
    padding: 30px 10px !important;
     max-width: 820px;
}

.reviews__swiper-outer{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

.reviews__swiper-wraper {
    align-items: stretch !important;
    display: flex;
     overflow: visible !important;
}

.reviews__swiper-slide{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    flex-grow: 1;
    height: auto !important;
}   

.reviews__slider-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
}

.reviews__avatar{
    width: 2.5rem;
}

.reviews__name{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    text-align: center;
    margin-top: 0.625rem;
}

.reviews__text{
    margin-top: 0.9375rem;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    max-width: 21.25rem;
}

.reviews__swiper-navigation{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.reviews__swiper-button-prev,
.reviews__swiper-button-next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background:  linear-gradient(135deg, #5cd2ba 0%, #0a6dba 100%);
    border-radius: 50%;
    transition: background-color 0.3s;
}
.reviews__swiper-button-prev img,
.reviews__swiper-button-next img {
    margin-right: 3px;
}

.reviews__swiper-button-prev:hover,
.reviews__swiper-button-next:hover {
    background: linear-gradient(135deg, #0fb0c3 0%, #006a87 100%);
}

.reviews__swiper-button-next {
    transform: rotate(180deg);
}

.reviews__swiper-pagination{
    display: none !important;
   position: static !important;
     display: flex;
    flex-wrap: wrap;   
    justify-content: center;
    max-width: 120px;  
    margin: 0;
    gap: 5px;  
          
}

.swiper-pagination-bullet {
  margin: 0 2.5px !important;
  background:  linear-gradient(135deg, #5cd2ba 0%, #0a6dba 100%) !important;
}

@media(max-width: 1024px){
    .reviews__swiper-outer{
        width: 80%;
   
    }
    .reviews__swiper-navigation{
        width: 120%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .reviews__swiper-button-prev,
    .reviews__swiper-button-next {
        width: 45px;
        height: 45px;
    }
}

@media(max-width: 768px){
  
     .reviews__swiper-navigation{
        top: auto;
        bottom: -50px;
        justify-content: center;
        align-items: center;
        gap: 30px;
     }
     .reviews__swiper-outer{
        width: 100%;
        max-width: 380px;
     }
}



/*
    FOOTER
*/

.footer{
    padding: 30px 0;
    background-color: #EFF5FA;
}

.footer__container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.footer__logo{
    
}


.footer__menu{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 80px;
    gap: 30px
}

.footer__menu-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer__menu-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.footer__menu-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer__menu-item{
    text-wrap: nowrap;
    font-size: 12px;
}

.footer__menu-item a{
    text-decoration: underline;
}

.footer__menu-item span{
    font-weight: 600;
}

.footer__rental{
    font-size: 12px;
    text-decoration: underline;
    margin-top: 18px;
}

.footer__menu-title{
    text-align: left;
}

.footer__contacts a:nth-child(1):hover{
    background: linear-gradient(134deg, #58c3ff 0%, #0a459e 100%);
}
.footer__contacts a:nth-child(2):hover{
    background: linear-gradient(134deg, #3561ff 0%, #0e1f76 100%);
}

@media(max-width: 1024px){
    .footer__container{
        gap: 0;
    }
    .footer__menu-section_navigation{
        display: none;
    }
    .footer__menu{
        margin-left: 0;
        justify-content: flex-end;
    }
    .footer__logo span{
        font-size: 26px;
    }
}

@media(max-width: 768px){
    .footer__container{
        flex-direction: column;
        align-items: center;
    }
    .footer__menu{
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        gap: 30px;
    }
    .footer__menu-section{
        align-items: center;
        gap: 15px;
    }
    .footer__menu-title{
        text-align: center;
    }
    .footer__rental{
        margin-top: 15px;
    }
}

@media(max-width: 480px){
    .footer__logo{
        font-size: 1.875em;
        gap: 16.75px;
    }
}


/*
    FAQ
*/

.faq{
    padding: 70px 0 70px;
    color: var(--text-color-dark)
}

.faq__container{

}

.faq__heading{

}

.faq__items{
    margin-top: 82px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__item{
    padding: 20px 20px 20px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.faq__question{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.faq__toggle{
    min-width: 40px;
    transition: transform 0.3s ease;
    cursor: pointer; 
}

.faq__question .faq__toggle img:nth-child(2){
    display: none;
}

.faq__question.active .faq__toggle img:nth-child(2),
.faq__question:hover .faq__toggle img:nth-child(2)
{
    display: block;
}

.faq__question.active .faq__toggle img:nth-child(1),
.faq__question:hover .faq__toggle img:nth-child(1){
    display: none;
}


.faq__toggle img{
    max-width: 100%;
}

.faq__answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 18px;
    line-height: 1.1;
    color: var(--text-color);
    padding-right: 40px;
   
}

.faq__answer.active{
    margin-top: 33px;
    margin-bottom: 10px;
}

.faq__question.active .faq__toggle {
    transform: rotate(225deg);
}

@media(max-width: 768px){
    .faq{
        padding: 50px 0;
    }
    .faq__items{
        margin-top: 40px;
    }
}

@media(max-width: 480px){
    .faq{
        padding: 30px 0;
    }
    .faq__items{
        margin-top: 20px;
    }
    .faq__question{
        gap: 15px;
        font-size: 20px;
    }
    .faq__item{
        padding: 15px 20px;
    }
    .faq__answer{
        font-size: 14px;
        padding-right: 0;
    }
    .faq__answer.active{
        margin-top: 15px;
        margin-bottom: 0px;
    }

}


/*
    MODAL
*/

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

  .modal__content{
    background-color: #fff;
    padding: 1.875rem 1.25rem;
    width: 90%;
    border-radius: 4px;
    position: relative;
    text-align: center;
    max-width: 660px;
  }

  .modal__calculations{
    display: none;
    background-color: #fff;
    padding: 1.875rem 1.25rem;
    width: 90%;
    border-radius: 4px;
    position: relative;
    text-align: center;
    max-width: 660px;
  }

  .modal__close{
    position: absolute;
    top: -36px;
    right: -10px;
    font-size: 60px;
    line-height: 22px;
    cursor: pointer;
    color: #fff;
  }

  .modal__heading{

  }

  .modal__form{
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .modal__send-button{

  }

  .success__content{

  }

  .modal__heading{

  }

  .success__text{
    margin-top: 0.625rem;
  }

  .modal__success-button{
    margin-top: 0.875rem;
  }

  .success__content{
    background-color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 660px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    display: none;
  }


  .modal__calculations{

  }

  .modal__calculations-title{
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Benzin';
  }

  .modal__calculations-items{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .modal__calculations-item{
    display: flex;
    flex-direction: column;

  }
  .calculations__price{
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'Benzin';
  }
  .calculations__comment{
    font-weight: 500;
font-size: 30px;
line-height: 110%;
  }

  .modal__calculations-button{
    margin-top: 30px;
  }

  @media(max-width: 768px){
    .modal__calculations-items{
        margin-top: 20px;
    }
    .calculations__price{
        font-size: 50px;
    }
    .calculations__comment{
        font-size: 24px;
    }
    .modal__calculations-title{
        font-size: 30px;
    }
  }

  @media(max-width: 480px){
    .modal__calculations-items{
        margin-top: 20px;
    }
    .calculations__price{
        font-size: 3.125rem;
    }
    .calculations__comment{
        font-size: 24px;
    }
    .modal__calculations-title{
        font-size: 30px;
    }
  }
  /*
    FORM
*/  

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

  .input-icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
  
  .input-icon img {
    width: 26px; 
  }
  
  .input-wrapper input {
    background: #f5f5f5;
    width: 100%;
    padding: 20px 20px 20px 90px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    line-height: 120%;
  }

  .input-wrapper input::placeholder {
    color: var(--black-text-color)
  }
  
  /* .input-wrapper input:focus {
    border-color: #007aff; /
  } */

  .input-divider{
    height: 49px;
    width: 1px;
    position: absolute;
    left: 70px;
    background: #E6E6E6;
    top: 50%;
    transform: translateY(-50%);
  }