/* Header block mobile */
.site-header__grid{
    padding-top: 16px;
    padding-bottom: 16px;
}

.site-header__logo{
    max-width: 175px;
}

.site-header__mobile-menu{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    max-width: 86%;
    height: 100%;
    padding: 24px 20px 30px 20px;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 1002;
}

.site-header__mobile-menu.is-open{
    transform: translateX(0);
}

.site-header__overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 47, 136, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1001;
}

.site-header__overlay.is-open{
    opacity: 1;
    visibility: visible;
}

body.is-menu-open{
    overflow: hidden;
}

.site-header__mobile-head{
    position: relative;
    padding-right: 52px;
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebe8f3;
}

.site-header__mobile-title{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #2C2F88;
}

.site-header__mobile-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.site-header__mobile-close:before,
.site-header__mobile-close:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 9px;
    width: 24px;
    height: 2px;
    background: #2C2F88;
}

.site-header__mobile-close:before{
    transform: rotate(45deg);
}

.site-header__mobile-close:after{
    transform: rotate(-45deg);
}

.site-header__mobile-nav-link{
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #f2f0f7;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 400;
    color: #2C2F88;
}

.site-header__mobile-phone{
    display: block;
    margin-top: 24px;
    height: 54px;
    line-height: 54px;
    padding: 0 18px;
    border-radius: 8px;
    background: #F2B705;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}



.hero-slide{
    min-height: 0;
    padding: 44px 0 78px 0;
}

.hero-slide:before{
    width: 100%;
    height: 48%;
}

.hero-slide__content{
    padding-top: 0;
    max-width: none;
}

.hero-slide__title{
    font-size: 25px;
    line-height: 1.05;
    margin-bottom: 22px;
}

.hero-slide__text{
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.5;
}

.hero-slide__btn{
    height: 45px;
    line-height: 45px;
    padding: 0 17px;
    font-size: 13px;
}

.hero-slide__photo{
    min-height: 380px;
    margin-top: 26px;
    background-position: center center;
}

.hero-slider__pagination{
    bottom: 16px;
}
.hero-slider .swiper-slide img {
    max-width: 100%;
}


.about-intro{
    padding: 54px 0 52px 0;
}

.about-intro__title{
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 1.16;
}

.about-intro__text p{
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
}

.about-intro__actions{
    padding-top: 26px;
}

.about-intro__btn{
    min-width: 0;
    width: 100%;
    max-width: 520px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-size: 18px;
}

.about-intro__bee--left{
    left: 0;
    bottom: -6px;
}

.about-intro__bee--right{
    right: 0;
    top: 12px;
}



.products-lead__title{
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
}

.products-lead__text{
    max-width: 640px;
    padding-bottom: 18px;
}

.products-lead__text p{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.55;
}

.products-lead__bee{
    right: 10px;
    top: 26px;
    width: 42px;
    height: 42px;
    opacity: 0.6;
}
.products-lead {
    padding: 32px 0 65px 0;
}


.products-cards{
    padding: 0 0 56px 0;
}

.product-card__body{
    padding: 22px 22px 24px 22px;
}

.product-card__title{
    margin-bottom: 12px;
    font-size: 24px;
}



.product-card__btn{
    margin-top: 18px;
    height: 54px;
    line-height: 54px;
    padding: 0 22px;
    font-size: 16px;
}






.product-popup__dialog{
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 18px 18px 20px 18px;
    border-radius: 16px;
}

.product-popup__close{
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.product-popup__media{
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 14px;
}

.product-popup__image{
    max-width: 260px;
}

.product-popup__content{
    padding-top: 0;
    padding-right: 0;
}

.product-popup__title{
    margin-bottom: 16px;
    padding-right: 34px;
    font-size: 28px;
    line-height: 1.2;
}

.product-popup__text{
    font-size: 15px;
    line-height: 1.5;
}

.product-popup__features{
    padding-top: 18px;
}

.product-popup__feature{

    margin-bottom: 14px;
    min-height: 26px;
}

.product-popup__icon{
    width: 28px;

}

.product-popup__feature-text{
    font-size: 15px;
    line-height: 1.45;
}

.product-popup__actions{
    padding-top: 22px;
}

.product-popup__btn{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.product-popup__bee{
    display: none;
}



.store-location{
    padding: 20px 0 60px 0;
}

.store-location__title{
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.16;
}

.store-location__map{
    height: 300px;
}

.store-location__actions{
    padding-top: 24px;
}

.store-location__btn{
    min-width: 0;
    width: 100%;
    max-width: 520px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-size: 18px;
}

.store-location__bee{
    width: 60px;
    height: 60px;
}

.store-location__bee--top{
    top: 16px;
    right: 0;
}

.store-location__bee--bottom{
    left: 0;
    bottom: -8px;
}




.values-intro{
    padding: 10px 0 44px 0;
}

.values-intro__title{
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
}

.values-intro__band{
    padding: 34px 0 30px 0;
    background-position: 50% 50%;
    background-size: cover;
}

.values-intro__text p{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.55;
}





.why-nectaria{
    padding: 10px 0 56px 0;
}

.why-nectaria__title{
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.16;
}

.why-nectaria__box{
    padding: 24px 22px 24px 22px;
}

.why-nectaria__item{
    gap: 16px;
    margin-bottom: 18px;
}

.why-nectaria__icon{
    width: 42px;
    min-width: 42px;
}

.why-nectaria__item-text{
    font-size: 17px;
    line-height: 1.45;
}

.why-nectaria__note{
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
}

.why-nectaria__actions{
    padding-top: 18px;
}

.why-nectaria__btn{
    min-width: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-size: 18px;
}


.international-recognition{
    padding: 26px 0 54px 0;
}

.international-recognition__title{
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.16;
}

.international-recognition__text p{
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.55;
}

.international-recognition__actions{
    padding-top: 24px;
}

.international-recognition__btn{
    min-width: 0;
    width: 100%;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.4;
}

.international-recognition__decor{
    right: 0;
    top: 26px;
    width: 54px;
    height: 54px;
}


.join-land{
    padding: 18px 0 44px 0;
}

.join-land__title{
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
}

.join-land__text-band {
    padding: 20px 0 60px 0;

}

.join-land__text p{
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.55;
}

.join-land__actions{
    padding-top: 35px;
}

.join-land__btn{
    min-width: 0;
    width: 100%;
    max-width: 520px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-size: 18px;
}

.contact-form-block{
    padding: 0 0 56px 0;
}

.contact-form-block__box{
    padding: 24px 22px 24px 22px;
}

.contact-form-block__title{
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.16;
}

.contact-form-block__field{
    margin-bottom: 16px;
}

.contact-form-block__input{
    height: 58px;
    padding: 0 18px;
    font-size: 18px;
}

.contact-form-block__actions{
    padding-top: 6px;
}

.contact-form-block__btn{
    min-width: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-size: 18px;
}



.contact-panel{
    padding: 0 0 60px 0;
}

.contact-panel__box{
    padding: 26px 0 22px 0;
    border-radius: 8px;
}

.contact-panel__form-wrap{
    max-width: 100%;
    padding: 0 18px;
}

.contact-panel__field{
    margin-bottom: 18px;
}

.contact-panel__label{
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
}

.contact-panel__input{
    height: 52px;
    padding: 0 14px;
    font-size: 16px;
    border-radius: 8px;
}

.contact-panel__actions{
    padding-top: 10px;
}

.contact-panel__btn{
    height: 52px;
    line-height: 52px;
    font-size: 18px;
}

.contact-panel__bee--inside{
    left: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
}

.contact-panel__bee--outside{
    right: 14px;
    bottom: -34px;
    width: 46px;
    height: 46px;
}

.support-logos{
    padding: 34px 0 44px 0;
}

.support-logos__row{
    gap: 28px;
    flex-wrap: wrap;
}

.support-logos__item--left{
    max-width: 180px;
}

.support-logos__item--center{
    max-width: 260px;
}

.support-logos__item--right{
    max-width: 90px;
}



.support-logos__text{
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
}


.site-footer{
    padding: 34px 0 38px 0;
}

.site-footer__logo-wrap{
    margin-bottom: 24px;
}

.site-footer__logo{
    max-width: 220px;
    margin: 0 auto;
}

.site-footer__contacts{
    padding-top: 0;
    text-align: center;
}

.site-footer__title{
    margin-bottom: 12px;
    font-size: 18px;
}

.site-footer__line{
    font-size: 18px;
    line-height: 1.25;
}



.thanks-popup__dialog{
    width: calc(100% - 16px);
    margin-top: 8px;
    padding: 42px 18px 40px 18px;
    border-radius: 4px;
}

.thanks-popup__content{
    min-height: 72px;
}

.thanks-popup__text{
    font-size: 18px;
    line-height: 1.35;
}

.thanks-popup__bee{
    width: 34px;
    height: 34px;
    background:
            linear-gradient(135deg, transparent 42%, #A7A2D9 42%, #A7A2D9 58%, transparent 58%) 50% 54%/8px 14px no-repeat;
}

.thanks-popup__bee:before,
.thanks-popup__bee:after{
    top: 9px;
    width: 10px;
    height: 16px;
    border-width: 1px;
}

.thanks-popup__bee:before{
    left: 4px;
}

.thanks-popup__bee:after{
    right: 4px;
}

.thanks-popup__bee--left{
    left: 18px;
    top: 18px;
}

.thanks-popup__bee--right{
    right: 18px;
    bottom: 18px;
}



@media (max-width: 959px){

    .site-footer{
        padding: 28px 0 30px 0;
    }

    .site-footer__logo{
        max-width: 190px;
    }

    .site-footer__logo-wrap{
        margin-bottom: 18px;
    }

    .site-footer__title{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .site-footer__line{
        font-size: 16px;
    }


    .support-logos{
        padding: 24px 0 34px 0;
    }

    .support-logos__row{
        gap: 22px;
    }

    .support-logos__item--left{
        max-width: 150px;
    }

    .support-logos__item--center{
        max-width: 220px;
    }

    .support-logos__item--right{
        max-width: 80px;
    }



    .support-logos__text{
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.5;
    }


    .contact-panel{
        padding: 0 0 48px 0;
    }

    .contact-panel__box{
        padding: 22px 0 18px 0;
    }

    .contact-panel__form-wrap{
        padding: 0 14px;
    }

    .contact-panel__label{
        font-size: 16px;
    }

    .contact-panel__input{
        font-size: 15px;
    }

    .contact-panel__btn{
        font-size: 16px;
    }

    .contact-panel__bee--inside{
        display: none;
    }

    .contact-panel__bee--outside{
        width: 40px;
        height: 40px;
        bottom: -28px;
    }


    .join-land{
        padding: 10px 0 34px 0;
    }

    .join-land__title{
        font-size: 28px;
        margin-bottom: 14px;
    }



    .join-land__text p{
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-slide{
        padding: 34px 0 70px 0;
    }

    .hero-slide:before , .hero-slide__text {
        display: none;
    }


    .about-intro{
        padding: 42px 0 42px 0;
    }

    .about-intro__title{
        font-size: 32px;
        margin-bottom: 22px;
    }

    .about-intro__text p{
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    .about-intro__actions{
        padding-top: 22px;
    }

    .about-intro__bee{
        width: 42px;
        height: 42px;
        opacity: 0.55;
    }


    .products-lead__title{
        font-size: 28px;
        margin-bottom: 14px;
    }

    .products-lead__text{
        padding-bottom: 14px;
    }

    .products-lead__text p{
        font-size: 15px;
        line-height: 1.5;
    }
    .products-lead {
        padding: 32px 0 20px 0;
    }


    .products-cards{
        padding: 0 0 44px 0;
    }

    .product-card{
        border-radius: 18px;
    }

    .product-card__title{
        font-size: 22px;
    }


    .store-location{
        padding: 10px 0 44px 0;
    }

    .store-location__title{
        font-size: 28px;
        margin-bottom: 18px;
    }

    .store-location__map{
        height: 240px;
    }

    .store-location__actions{
        padding-top: 18px;
    }



    .values-intro{
        padding: 0 0 34px 0;
    }

    .values-intro__title{
        font-size: 28px;
        margin-bottom: 14px;
    }

    .values-intro__band{
        padding: 24px 0 22px 0;
    }

    .values-intro__text p{
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 8px;
    }



    .why-nectaria{
        padding: 0 0 44px 0;
    }

    .why-nectaria__title{
        font-size: 28px;
        margin-bottom: 18px;
    }

    .why-nectaria__box{
        padding: 20px 18px 20px 18px;
    }

    .why-nectaria__item{
        gap: 14px;
        margin-bottom: 16px;
    }

    .why-nectaria__icon{
        width: 38px;
        min-width: 38px;
    }

    .why-nectaria__item-text{
        font-size: 15px;
        line-height: 1.4;
    }

    .why-nectaria__note{
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.5;
    }



    .international-recognition{
        padding: 16px 0 42px 0;
    }

    .international-recognition__title{
        font-size: 28px;
        margin-bottom: 18px;
    }

    .international-recognition__text p{
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.5;
    }

    .international-recognition__actions{
        padding-top: 18px;
    }

}

@media (max-width: 599px){
    .product-popup__icon img {
        min-width: 25px;
    }
    .thanks-popup__dialog{
        padding: 34px 14px 32px 14px;
    }

    .thanks-popup__text{
        font-size: 15px;
        line-height: 1.4;
    }

    .thanks-popup__bee{
        display: none;
    }


    .site-footer{
        padding: 22px 0 24px 0;
    }

    .site-footer__logo{
        max-width: 150px;
    }

    .site-footer__logo-wrap{
        margin-bottom: 14px;
    }

    .site-footer__title{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .site-footer__line{
        font-size: 14px;
        line-height: 1.3;
    }


    .support-logos{
        padding: 18px 0 26px 0;
    }

    .support-logos__row{
        gap: 16px;
    }

    .support-logos__item--left,
    .support-logos__item--center,
    .support-logos__item--right{
        max-width: 100%;
        width: 100%;
    }

    .support-logos__item img{

        margin-left: auto;
        margin-right: auto;
    }

    .support-logos__text{
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.45;
    }


    .contact-panel{
        padding: 0 0 38px 0;
    }

    .contact-panel__box{
        padding: 18px 0 16px 0;
        border-radius: 6px;
    }

    .contact-panel__form-wrap{
        padding: 0 12px;
    }

    .contact-panel__field{
        margin-bottom: 14px;
    }

    .contact-panel__label{
        font-size: 14px;
        margin-bottom: 6px;
    }

    .contact-panel__input{
        height: 46px;
        padding: 0 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .contact-panel__actions{
        padding-top: 8px;
    }

    .contact-panel__btn{
        height: 46px;
        line-height: 46px;
        font-size: 15px;
        padding: 0 12px;
        border-radius: 8px;
    }

    .contact-panel__bee--outside{
        width: 34px;
        height: 34px;
        right: 10px;
        bottom: -22px;
    }



    .join-land{
        padding: 0 0 26px 0;
    }

    .join-land__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }



    .join-land__text p{
        font-size: 14px;
        line-height: 1.45;
    }

    .join-land__btn{
        height: 52px;
        line-height: 52px;
        font-size: 15px;
        padding: 0 14px;
        white-space: normal;
    }


    .site-header__logo{
        font-size: 22px;
    }

    .site-header__mobile-title{
        font-size: 22px;
    }

    .site-header__mobile-nav-link{
        font-size: 17px;
    }

    .site-header__mobile-phone{
        font-size: 16px;
    }


    .hero-slide{
        padding: 26px 0 62px 0;
    }

    .hero-slide__text{
        font-size: 15px;
        line-height: 1.45;
    }

    .hero-slide__btn{
        display: block;
        width: 100%;
        padding: 0 16px;
        font-size: 16px;
        text-align: center;
    }

    .hero-slide__photo{
        min-height: 220px;
        margin-top: 18px;
    }

    .about-intro{
        padding: 34px 0 36px 0;
    }

    .about-intro__title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .about-intro__text p{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .about-intro__actions{
        padding-top: 18px;
    }

    .about-intro__btn{
        height: 52px;
        line-height: 52px;
        font-size: 15px;
        padding: 0 14px;
    }

    .about-intro__bee{
        display: none;
    }


    .products-lead__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .products-lead__text{
        padding-bottom: 10px;
    }

    .products-lead__text p{
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .products-lead__bee{
        display: none;
    }

    .products-lead {
        padding: 32px 0 5px 0;
    }

    .product-card__btn{
        display: block;
        width: 100%;
        margin-top: 16px;
        padding: 0 14px;
        font-size: 15px;
    }


    .product-popup__dialog{
        padding: 14px 14px 16px 14px;
    }

    .product-popup__image{
        max-width: 210px;
    }

    .product-popup__title{
        font-size: 22px;
        margin-bottom: 12px;
    }

    .product-popup__text{
        font-size: 14px;
        line-height: 1.45;
    }

    .product-popup__feature{

        margin-bottom: 12px;
    }

    .product-popup__icon{
        width: 24px;

        font-size: 18px;
        line-height: 24px;
    }

    .product-popup__feature-text{
        font-size: 14px;
    }

    .product-popup__btn{
        height: 52px;
        line-height: 52px;
        font-size: 15px;
    }

    .store-location{
        padding: 0 0 50px 0;
    }

    .store-location__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .store-location__map{
        height: 190px;
    }

    .store-location__btn{
        height: 52px;
        line-height: 52px;
        font-size: 15px;
        padding: 0 14px;
    }

    .store-location__bee{
        display: none;
    }


    .values-intro{
        padding: 0 0 50px 0;
    }

    .values-intro__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .values-intro__band{
        padding: 18px 0 16px 0;
    }

    .values-intro__text p{
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 8px;
    }



    .why-nectaria{
        padding: 0 0 50px 0;
    }

    .why-nectaria__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .why-nectaria__box{
        padding: 16px 14px 16px 14px;
    }

    .why-nectaria__item{
        gap: 12px;
        margin-bottom: 14px;
        align-items: flex-start;
    }

    .why-nectaria__icon{
        width: 32px;
        min-width: 32px;
        padding-top: 2px;
    }

    .why-nectaria__item-text{
        font-size: 14px;
        line-height: 1.35;
    }

    .why-nectaria__note{
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    .why-nectaria__btn{
        height: 52px;
        line-height: 52px;
        font-size: 15px;
        padding: 0 14px;
        white-space: normal;
    }


    .international-recognition{
        padding: 10px 0 50px 0;
    }

    .international-recognition__title{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .international-recognition__text p{
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.45;
    }

    .international-recognition__btn{
        padding: 12px 14px;
        font-size: 15px;
        margin-top: 30px;
    }

    .international-recognition__decor{
        display: none;
    }

}