*,
*::before,
*::after{
    box-sizing: border-box;
}

@font-face{
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat-Regular.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat-Bold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat-ExtraBold.otf);
    font-weight: 900;
    font-style: normal;
}

body{
    line-height: 1.3;
    font-size: 24px;
    font-family: 'Akrobat', sans-serif;
    color: #212121;
}
html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    
}

.container{
    max-width: 1520px;
    padding: 0 10px;
    margin: 0 auto;
}


.header{
    padding: 20px 0;
}

.header__inner{
    display: flex;
    justify-content: space-between;
}

.main__btn{
    border: none;
    display: block;
    background: #61A511;
    background: linear-gradient(90deg,rgba(97, 165, 17, 1) 30%, rgba(129, 221, 22, 1) 100%);
    padding: 15px 30px;
    font-size: 29px;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: center;
    color: #fff;
    font-family: 'Akrobat', sans-serif;
}
.main__btn:hover {
    /* Создаем объемное неоновое свечение вокруг кнопки */
    box-shadow: 0 0 25px rgba(129, 221, 22, 0.6), 0 5px 15px rgba(97, 165, 17, 0.4);
}


.section__main{
    background-color: #F4FBEF;
    background-image: url(../images/background__image1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    position: relative;
}
.section__main-inner{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.section__main-item{
    margin-top: 100px;
}
.es-nytrolits{
    display: flex;
    gap: 15px;
    text-align: start;
    padding: 18px 18px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 420px;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 1px 50px rgba(0,0,0,0.15);
    text-transform: uppercase;
}
.section__benefits-inner{
    margin-bottom: 50px;
}
.section__benefits-inner>p{
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: 800px;
    text-align: start;
}
.section__benefits-inner>p::before{
    content: '';
    background: url(../images/strelka.svg);
    width: 47px;
    height: 23px;
    display: block;
    flex-shrink: 0;
}
.section__main-btn{
    display: flex;
    gap: 30px;
    align-items: center;
}

.section__main-btn>p{
    font-size: 16px;
    color: #A3A3A3;
    text-transform: uppercase;
    margin-top: 20px
}

.main__tittle{
    font-size: 58px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    margin-top: 30px;
}
.main__tittle>span{
    color: #61A511;
}

.subtext{
    font-size: 28px;
    margin: 20px 0 40px;
    padding-right: 20px;
    
}
.section__main-img{
    display: block;
}
.section__main-btn{
    margin-top: 60px;
}
.section__main-raiting{
    position: absolute;
    bottom: 200px;
    right: 450px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-color: #fff;
    padding: 15px 20px;
    gap: 10px;
    border-radius: 15px;
    box-shadow: 0 1px 50px rgba(0,0,0,0.15);

}
.section__main-raiting>div>p:first-of-type{
    font-weight: 900;
}
.section__main-raiting>div:first-of-type{
    font-size: 36px;
}
.section__img-hide{
    display: none;
    background-image: url(../images/main__background.png);
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 50px;
}




.section__pain{
    padding: 50px 0 100px;
}
.section__pain-tittle{
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 40px;
    letter-spacing: 2px;
}
.section__pain-tittle>span{
    color: #F24F4F;
}
.section__pain-inner{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.section__pain-item{
    max-width: 340px;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0 1px 100px rgba(190, 131, 131, 0.664);
}

.section__pain-item>img{
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.section__pain-item>div:first-of-type{
    border-radius: 50%;
    background-color: #F24F4F;
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.section__pain-text{
    padding: 10px 8px;
}
.section__pain-text>p:first-of-type{
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}



.section__triple-strike{
    background-color: #F4FBEF;
    padding: 40px 0;
}
.tittle{
    text-align: center;
    letter-spacing: 2px;
}
.triple-strike__sub-tittle{
    text-align: center;
    margin-top: 30px;
    letter-spacing: 1.6px;
}
.triple-strike-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.triple-strike-item{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.triple-strike-box{
    display: flex;
    align-items: center;
    gap: 30px;
}
.triple-strike-box>div:first-of-type{
    width: 103px;
    height: 103px;
    border-radius: 50%;
    background-color: #61A511;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-weight: 900;
}
.triple-strike-text{
    max-width: 600px;
}
.triple-strike-text>p:first-of-type{
    font-weight: 700;
}



.nature__power{
    padding: 40px 0 100px;
}
.nature__power-tittle{
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.nature__power-inner{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.nature__power-item{
    display: flex;
    max-height: 238px;
    align-items: center;
    gap: 25px;
    box-shadow: 0 1px 50px rgba(179, 207, 153, 0.664);
    border-radius: 20px;
    max-width: 1185px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
    max-height: 238px;
}
.nature__power-img{
    border-radius: 20px 0 0 20px;
    height: 238px;
    max-width: 257px;
    width: 100%;
    flex-shrink: 0;
}
.nature__power-text{
    padding: 0 10px;
}
.nature__power-text>p:first-of-type{
    font-weight: 900;
}
.nature__power-item:nth-of-type(2n){
    justify-content: right;
}
.nature__power-item:nth-of-type(2n) .nature__power-text{
    text-align: right;
}
.nature__power-item:nth-of-type(2n) .nature__power-img{
    border-radius: 0 20px 20px 0;
    justify-content: right;
    order: 1;
    height: 100%;
    max-height: 238px;
}


.why__europe{
    background-color: #F4FBEF;
    padding: 40px 0 80px;
}
.why__europe-inner{
    border-radius: 20px;
    margin-top: 40px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
.why__europe-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #808080;
    background-color: #fff;
}
.why__europe-item:last-of-type{
    border: none;
}
.why__europe-item>div{
    width: 25%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0px 40px;
}
.why__europe-item>div:first-of-type{
    font-weight: 700;
}

.why__europe-item:first-of-type{
    background-color: #222;
    color: #fff;
    font-weight: 700;
}
/* .why__europe-item:first-of-type>div:first-of-type{
    border-radius: 20px 0 0 0;
    overflow: hidden;
} */

.green{
    background-color: #61A511;
}
.light-green{
    background-color: #f0faea;
    color: #61A511;
    font-weight: 700;
}

.why__europe .container .main__btn{
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}





.better__than-chemistry{
    padding: 0;
    position: relative;
}
.better__than-chemistry::before{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #F4FBEF;
    z-index: -1;
}
.better__than-chemistry-box{
    background-color: #577BD7;
    max-width: 1515px;
    border-radius: 20px;
    padding: 60px 75px;
}
.chemistry-box-inner{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1.3px;
}
.chemistry-box-item::after{
    content: '';
    background: url(../images/quotes.svg);
    position: absolute;
    width: 44px;
    height: 31px;
    top: 40px;
    left: 435px;
    background-size: cover;
}
.chemistry-box-item{
    text-align: center;
    position: relative;
}
.chemistry-box-item>p:first-of-type{
    margin-top: 30px;
    font-weight: 700;
}
.chemistry-box-item>img{
    border-radius: 20px;
}


.chemistry-box-text{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.chemistry-box-text>p:first-of-type{
    font-weight: 700;
    font-size: 29px;
}



.section__active-life{
    padding: 60px 0 100px;
}
.active__life-inner{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-self: start;
}
.active__life-item{
    max-width: 470px;
    padding: 40px;
    box-shadow: 0 1px 50px rgba(208, 228, 215, 0.726);
    border-radius: 20px;
    align-self: start;
}
.active__life-item>div>p{
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}

.active__life-item>p{
    margin-top: 50px;
    text-align: center;
}


.three__steps{
    padding: 40px 0;
    background-color: #F4FBEF;
}
.three__steps-inner{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 80px;


}
.three__steps-item{
    text-align: center;
}
.three__steps-item>p:first-of-type{
    font-weight: 700;
    margin-top: 20px;
    font-size: 30px;
}
.three__steps-item>p:last-of-type{
    margin-top: 20px;
    max-width: 380px;
    letter-spacing: 1.3px;
}

.three__steps-item>img{
    border-radius: 50%;

}


.section__form{
    background-color: #F4FBEF;
    padding: 60px 0 100px;

}
.form__inner{
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.226);
    
}
.form__offer{
    background-color: #577BD7;
    max-width: 585px;
    border-radius: 20px;
    color: #fff;
    padding: 70px 40px 30px;
}
.form__offer>img{
    display: block;
    margin: 25px auto 0;
    max-width: 375px;
    width: 100%;
}
.form__offer-prices{
    display: flex;
    gap: 40px;
    align-items: end;
    justify-content: center;
    letter-spacing: 1.3px;
}
.form__offer-prices>p{
    display: inline-block;
}
.form__offer-tittle{
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.3px;
}
.form__offer-prices>p:first-of-type{
    font-size: 35px;
    font-weight: 700;
    position: relative;
}
.form__offer-prices>p:last-of-type{
    font-size: 54px;
    font-weight: 700;
}
.form__offer-prices>p:first-of-type::before{
    content: "";
    color: #fff;
    position: absolute;
    border: 1px solid #fff;
    width: 100%;
    height: 1px;
    top: 26px;
}
.form__offer-last{
    display: flex;
    gap: 20px;
    margin-top: 50px;
    justify-content: space-between;
}
.footer-cert{
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-delivery{
    display: flex;
    gap: 10px;
    align-items: center;
}

.form__offer>div:nth-of-type(2){
    background-color: #F24F4F;
    padding: 18px 20px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.form__offer-last>img:last-of-type{
    margin-left: 70px;
}




.form__item{
    text-align: center;
    letter-spacing: 1.3;
    width: 50%;
    background-color: #fff;
    
}
.form-title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1.4px;
}
.form__item h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1.4px;
}
.form__timer{
    display: flex;
    gap: 30px;
    margin: 35px auto;
    align-items: center;
    justify-content: center;
}
.timer-block{
    background-color: #F24F4F;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 44px;
    font-weight: 700;
    position: relative;
    padding: 8px;
}
.timer-block::before{
    content: ":";
    font-size: 50px;
    font-weight: 900;
    color: #222;
    position: absolute;
    top: 10px;
    left: -20px;
}
.timer-label{
    font-size: 18px;
}

.timer-block:first-of-type::before{
    display: none;
}
.order__form{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.form__input{
    padding: 25px 25px;
    border: 1px solid #A3A3A3;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 24px;
    color: #222;
    text-align: center;
    box-shadow: inset 0 0 60px rgba(99, 98, 98, 0.2);
    font-family: 'Akrobat', sans-serif;
}
.order__form .main__btn{
    width: 80%;
    margin: 0 auto;
    padding: 25px 25px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'Akrobat', sans-serif;
}


.footer{
    background-color: #33405F;
    color: #C7C7C7;
    text-align: center;
    padding: 40px 0;
    letter-spacing: 1.6px;
    font-size: 18px;
}
.footer__text{
    display: flex;
    gap: 50px;
    color: #C7C7C7;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.footer__text>a{
    color: inherit;
}














/* @media (max-width: 1785px){
    .container{
        max-width:1440px ;
    }
    .section__main-raiting{
        display: none;
    }
} */




@media (max-width: 1439px) {
    .container{
        max-width: 1200px;
        padding: 0 10px;
    }
    .section__main-img{
        max-height: 690px;
        background-image: url(../images/main__background.png);
        background-repeat: no-repeat;
        border-radius: 20px;
    }
    .section__main{
        background-image: none;
        padding: 0 0 40px;

    }
    
    .section__main-inner{
        align-items: center;
        
        
    }
    .section__main-raiting{
        display: none;
    }
    .section__pain-inner{
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
    }
    .triple-strike-inner>img{
        max-width: 400px;
        width: 100%;
    }
    .active__life-inner{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .active__life-item{
        align-self: auto;
    }

}

@media (max-width: 1199px) {
    .container{
        max-width: 768px;
        padding: 0 10px;
    }
    .section__main-inner{
        text-align: center;
    }
    .section__main-img{
        display: none;
    }

    .section__img-hide{
        display: block;
        max-width: 450px;
        width: 100%;
        margin: 35px auto;
    }
    .section__img-hide>img{
        max-width: 450px;
        width: 100%;
        display: block;
        margin: auto;
    }
    .section__benefits-inner>p{
        max-width: 500px;
        margin: 20px auto;
    }
    .es-nytrolits{
        margin-right: auto;
        margin-left: auto;
    }
    .triple-strike-inner{
        display: block;
        text-align: center;
    }
    .triple-strike-item{
        margin-top: 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: start;
    }
    .triple-strike-box>div:first-of-type{
        font-size: 35px;
        height: 65px;
        flex-shrink: 0;
        max-width: 65px;
    }
    .triple-strike-box{
        gap: 15px;
    }
    .section__benefits-inner>p::before{
        left: 40px;
    }
    .section__main-btn{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .section__main-btn>.main__btn{
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .nature__power-text2{
        margin-left: 0;
    }
    .why__europe-item>div{
        padding: 0 20px;
    }
    .chemistry-box-inner{
        display: block;
    }
    .chemistry-box-text{
        margin-top: 30px;
    }
    .chemistry-box-inner::after{
        top: 430px;
        left: 100px;
    }
    .three__steps-inner{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
    .form__inner{
        display: block;
        max-width: 585px;
    }
    .form__item{
        padding: 50px 0;
        border-radius: 20px;
        width: 100%;
    }
    .section__pain-tittle{
        letter-spacing: normal;
        padding: 0;
    }
    .nature__power-tittle{
        padding: 0;
    }
    .section__main-item{
        margin-top: 40px;
    }
    .chemistry-box-item::after{
        top: 429px;
        left: 122px;
        width: 25px;
        height: 18px;
    }
    .active__life-inner{
        margin-top: 40px;
    }
    .three__steps-item > p:last-of-type{
        margin-top: 5px;
    }
}



@media (max-width: 767px){
    .container{
        max-width: 480px;
        padding: 0 10px;
    }
    p{
        font-size: 20px;
    }
    .header__inner{
        justify-content: center;
    }
    .header__inner>a{
        display: none;
    }
    .section__main{
        padding: 20px 0;
    }
    .section__benefits-inner>p{
        font-size: 20px;
    }
    .section__main-item{
        text-align: center;
        margin-top: 10px;
    }
    .main__tittle{
        font-size: 46px;
    }
    .section__main-btn{
        display: block;
    }
    .section__main-btn>p{
        text-align: center;
    }
    .main__btn{
        max-width: 370px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .es-nytrolits{
        margin-left: auto;
        margin-right: auto; 
    }
    .section__pain-tittle{
        font-size: 42px;
    }
    .section__pain-inner{
        gap: 30px;
    }
    .section__pain{
        padding-bottom: 30px;
    }
    .section__benefits-inner>p::before{
        left: -35px;
    }
    .nature__power-item{
        font-size: 22px;
        gap: 20px;
    }
    .nature__power-img1{
        max-height: 180px;
    }
    .nature__power-img2{
        max-height: 180px;
    }
    .nature__power-text1{
        padding: 10px;
    }
    .nature__power-text2{
        padding: 10px;
    }
    .table__scroll{
        overflow-x: scroll;
    }
    .table__scroll-items{
        width: 1000px;
    }
    .chemistry-box-item>img{
        max-width: 250px;
    }
    .chemistry-box-inner::after{
        top: 300px;
        left: -50px;
    }
    .form{
        padding: 0 15px;
    }
    .form__timer>span{
        width: 80px;
        height: 80px;
        border-radius: 25px;
        font-size: 38px;
    }
    .form__input::placeholder{
        font-size: 20px;
    }
    .form_button{
        border-radius: 15px;
    }
    .why__europe{
        padding: 20px 0 40px;
    }
    .active__life-inner{
        margin-top: 40px;
    }
    .three__steps{
        padding: 20px;
    }
    .nature__power-img{
        max-width: 230px;
        /* height: auto; */
    }
    .nature__power-text{
        padding: 5px;
    }
    .better__than-chemistry-box{
        padding: 40px;
    }
    .chemistry-box-item::after{
        top: 289px;
        left: 38px;
    }
    
}


@media (max-width: 480px){
    .nature__power-item{
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        max-height: 100%;
    }
    .nature__power{
        padding: 40px 0;
    }
    .nature__power-img{
        display: block;
        border-radius: 20px;
        max-height: auto;
        order: 1;
        flex-shrink: 0;
    }
    .nature__power-text{
        text-align: center;
        order: 2;
    }
    .nature__power-item:nth-of-type(2n) .nature__power-img{
        border-radius: 20px;
        order:1;
        
    }
    .nature__power-item:nth-of-type(2n) .nature__power-text{
        text-align: center;
    }
    .better__than-chemistry-box{
        padding: 25px;
    }
    .three__steps-item>img{
        max-width: 220px;
    }
    .nature__power-tittle{
        font-size: 34px;
        margin-bottom: 25px;
    }
    .main__tittle{
        font-size: 34px;
    }
    .section__pain-tittle{
        font-size: 34px;
    }
    .three__steps-inner{
        margin-top: 40px;
    }
    .form__offer{
        padding: 30px 20px;
    }
    .subtext{
        font-size: 24px;
        margin: 20px auto;
    }
    .three__steps-item{
        padding-bottom: 10px;
        border-bottom: 1px solid #bbd1a4;
    }
    .form__offer-last{
        margin-top: 25px;
    }
    .form__offer-tittle{
        font-size: 34px;
    }
    .form-title{
        margin-bottom: 20px;
    }
    .form__item h3{
        margin-bottom: 25px;
    }
    .timer-block{
        width: 90px;
        height: 90px;
        font-size: 38px;
    }
    .timer-label{
        font-size: 16px;
    }
    .timer-block::before{
        top: 3px;
    }
    .section__active-life{
        padding: 40px 0;
    }
    .section__form{
        padding: 40px 0
    }
    .section__benefits-inner>p{
        font-size: 18px;
    }
    .main__btn{
        font-size: 24px;
    }
    .section__benefits-inner{
        margin-bottom: 30px;
    }
    .section__main-btn{
        margin-top: 10px;
    }
    .active__life-item{
        padding: 25px;
    }
    .active__life-item>p{
        margin-top: 25px;
    }
    .triple-strike-item{
        gap: 30px;
    }
    .section__img-hide{
        max-width: 300px;
        margin: 25px auto;
    }
    .section__pain{
        padding: 40px 0;
    }
    .active__life-item>div>img{
        max-width: 25px;
    }
    
}



@media (max-width: 430px){
    .form__offer-last{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .form__input{
        width: 90%;
    }
    .order__form .main__btn{
        width: 90%;
    }
}