/* hero */

.hero {width: 100%;
    
    height: 352px;
display: flex;
justify-content: center;
align-items: center;
}
  .hero>.container {
max-width: 1440px;
width: 1440px;

  }


.hero-box {
    max-width: 709px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #fff;
    background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffffd8 70%) ;
}

.hero-title {
    margin: 0;
    width: 100%;
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 48px;
        line-height: 105%;
        color: #1e2a2e;
}

.hero-text {
    margin: 0;
    width: 100%;
    font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #313131;
}


/* ===== TABLET (до 1024px) ===== */
@media (max-width: 1440px) {

    .hero>.container {
        padding:0 25px;
            max-width: 1440px;
            width: 100%;
            min-width: unset;
        }

    .hero {
        height: 300px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-text {
        font-size: 20px;
    }

    .hero-box {
        max-width: 600px;
    }
}


@media (max-width: 1024px) {
.hero-box {
        max-width: 100%;
    }
}

/* ===== MOBILE (до 768px) ===== */
@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 120%;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-box {
        max-width: 100%;
        gap: 12px;
    }
}

/* ===== SMALL MOBILE (до 480px) ===== */
@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-text {
        font-size: 14px;
    }
}



/* OFFERS */

.offers {
    width: 100%;
      
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
}

.offers>.container {
    width: 1440px;
        max-width: 1440px;
    padding: 30px 40px;
}

.offers-title {
    width: 100%;
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 32px;
        color: #222;
    text-align: center;
    margin-bottom: 24px;
    }

.offers-text {
    width: 100%;
    font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #555;
        text-align: center;
            margin-bottom: 24px;
}

.offers-box {
  
    margin-bottom:24px;
    list-style: none;
    width: 100%;
    display: flex;
gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.offers-item {
    border: 1px solid #e6eaeb;
        border-radius: 8px;
        padding: 17px;
    flex: 1 1 273px;
    max-width: 300px;
        height: 322px;
        box-shadow: 0 4px 10px 0 rgba(20, 30, 30, 0.03);
            background: #fff;
}

.offers-item-image {
    padding: 17px;
    border-radius: 4px;
        width: 100%;
        height: 160px;
        max-width: 273px;
    background: #f3f4f5;
}

.offers-item-image-in {
    width: 100%;
        height: 100%;
background:#e8edef;
}

.offers-item-image-in img {
    width: 100%;
    height: 100%;
}


.offers-item-title {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 18px;
        color: #1e2a2e;
        margin:17px 0;
        height: 44px;
}

.offers-item-description {
    font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        color: #666;
       margin: 0;
}


.offers-item-link {
     margin:0px;
     margin-top:17px;
  text-decoration: none !important;
font-family: var(--font-family);
font-weight: 700;
font-size: 14px;
color: #1ba59c!important;
    
}

.offers-link {
display:flex;
align-items:center;
    border-radius: 6px;
padding: 12px 18px;
width: 272px;
height: 44px;
background: #1ba59c;
text-decoration: none !important;
    font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
color: #fff!important;
text-align:center;
justify-content:center;
    
}

/* ====== TABLET (до 1024px) ====== */
@media (max-width: 1440px) {
.offers-title {
        font-size: 28px;
    }

    .offers-text {
        font-size: 18px;
    }


        .offers-box {
    
            margin-bottom: 24px;
            list-style: none;
            width: 100%;
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
    
        .offers-item {
          
            flex: 1 1 243px;
            max-width: 250px;
           
        
        }


}

@media (max-width: 1152px) {

.offers-item {
display: flex;
flex-direction: column;
        flex: 1 1 48%;
        max-width: 48%;
align-items: center;

    }





}
@media (max-width: 828px) {

.offers>.container {
    display: flex;
    flex-direction: column;
      align-items: center;
    }

.offers-item {
        flex: 1 1 100%;
        /* одна картка в ряд */
        max-width: 100%;
    }

}



/* ====== MOBILE (до 768px) ====== */
@media (max-width: 768px) {
    .offers-title {
        font-size: 26px;
    }

    .offers-text {
        font-size: 16px;
    }

   
}

/* ====== SMALL MOBILE (до 480px) ====== */
@media (max-width: 480px) {
    .offers-title {
        font-size: 24px;
    }

         .offers-text {
             font-size: 14px;
         }
         
}







/* Benefit */


.benefits {
    width: 100%;
        min-width: 1440px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
}

.benefits>.container {
border-radius: 30px 30px 0 0;
    padding: 20px 40px 0px;
    width: 1400px;
background: rgba(217, 217, 217, 0.42);
display: flex;
justify-content: space-between;
align-items: center;
gap:32px;
}

.benefits-text-wrap {
  width: calc(100% - 352px);  
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefits-title {

    font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        color: #1e2a2e;
}

.benefits-text {
font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #444;
    
}

.benefits-img {
    border-radius: 8px;
        width: 320px;
        height: 321px;
}


@media (max-width: 1440px) {

.benefits{
    min-width: unset;
    width: 100%;
}

.benefits>.container{
    width: 100%;
}



}


@media (max-width: 768px) {

.benefits-text-wrap {
        width: calc(100%);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .benefits>.container {
        flex-direction: column;
        padding: 20px 20px 0px;
    }


                   .benefits-title {
               font-size: 20px;
           }
    
                   .benefits-text {
               font-size: 16px;
           }


}





/* Animation */

.animations {width: 100%;
    min-width: 1440px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;}

.animations>.container {
display: flex;
align-items: center;
border-radius: 0 0 30px 30px;
    padding: 0px 30px 30px;
    width: 1400px;
 
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.animations-list {
display: flex;
flex-direction: column;
gap: 10px;

}

.animations-item, .animations-itemx {
    display: flex;
    flex-direction: column;
    align-items: center;
        gap: 10px;
        width: 301px;
            height: 189px;
        border-radius: 35px;
            padding: 5px 11px;
box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
    background: #cfe4e2;

}

.animations-svg {
    width:120px;
     height:120px;
}

.animation-item-text {
    font-family: var(--font-family);
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #000;
}

.nofill {}

.animations-img {
width: 205px;
    height: 411px;

}


.animations-box {
    display: flex;
    position: relative;
    width: 306px;
        height: 352px;
}

.animations-top {
   position: absolute;
   top:0;
   left:0;

width: 302px;
    height: 174px;
}

.animations-left {
    position: absolute;
        top: 90.81px;
        left: 0;
    width: 151px;
        height: 261px;
}

.animations-right {
    position: absolute;
        top: 89.83px;
        right: 0;
    width: 151px;
        height: 262px;
}

/* ПОЧАТКОВІ СТАНИ */
.animations-item,
.animations-itemx {
    opacity: 0;
    transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
}

.leftL,
.rightL {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.animations-top {
    opacity: 0;
    transform: translateY(-40px);
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.animations-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.animations-right {
    opacity: 0;
    transform: translateX(40px);
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

/* КЛАС ДЛЯ ПОЯВИ */
.show {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* КЛАС ДЛЯ ЗНИКНЕННЯ ВСЬОГО */
.hide-all {
    opacity: 0 !important;
    transition: opacity 1s ease !important;
}
@media (max-width: 1440px) {

    .animations {
        width: 100%;
        min-width: unset;

    }

    .animations>.container {
        width: 100%;
        justify-content: center;
    }

    .animations-item,
    .animations-itemx {

        width: 220px;
        height: 130px;


    }

    .animations-svg {
        width: 80px;
        height: 80px;
    }

    .animation-item-text {
        font-size: 12px;

    }

    .animations-img {
        width: 160px;
        height: 300px;

    }

    .animations-box {

        width: 204px;
        height: 253px;
    }

    .animations-top {
        width: 200px;
        height: 115px;
    }

    .animations-left,
    .animations-right {
        top: 65.83px;
        width: 100px;
        height: 174px;
    }

}


@media (max-width: 1440px) {

 


    .animations>.container {
        width: 100%;
        justify-content: space-between;

    }

}
@media (max-width: 1090px) {
.animations-img {
        display: none;

    }


}

@media (max-width: 768px) {

   


    .animations>.container {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 20px 20px;
    }



    .animations-box {
        order: 3;

    }


    .animations-list {
        width: 47%;
    }

    .animations-item,
    .animations-itemx {
opacity: 1;
        width: 100%;
        height: 130px;


    }

.animations-top {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.animations-left {
        opacity: 1;
        transform: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
.animations-right {
opacity: 1;
    transform: 0;
transform: translateX(0);
}


}

/* STANDART */
.standart {width: 100%;
    min-width: 1440px;}

.standart>.container {

padding: 20px 10px;
    width: 100%;
    height: 303px;

    box-shadow: inset 4px 9px 37px 0 rgba(0, 0, 0, 0.25);
        background: #1ba59c;
        
}

.standart-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position:center;
    border-radius: 44px;
   
}
.standart-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
}


@media (max-width: 1440px) {

.standart {
       width: 100%;
       min-width: unset;

    }



}



/* Contact */



.contact {
    width: 100%;
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

.contact>.container {
    width: 1440px;
    padding: 30px 20px 0 20px;
}



@media (max-width: 1440px) {
    
.contact { 
        min-width: unset;
       
    }
    
    .contact>.container {
        width: 100%;
       
    }

}

