@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.callback_link_wrapper {
    background: var(--button-color);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    overflow: hidden;
    position: fixed;
    top: calc(50% + 65px);
    left: 0;
    z-index: 9;
    transform-origin: 0% 0%;
    transform: rotate(-90deg);
    transition: 0.5s;
    user-select: none;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 2px 5px #0000004d;
    transition: backgound 0.5s, left 0.5s, bottom 0.5s, width 0.5s, height 0.5s;
}
.callback_icon svg path{
    fill: var(--button-color);
}
.index_back_call {
    padding: 0 15px;
}
.callback_icon{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    left: 0;
    transition: all .5s ease;
}
.callback_icon svg{
    transform: rotate(90deg);
}
.callback_container {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.block__abouts_us {
    width: 100%;
    display: flex;
    position: relative;
}
.block__abouts_us_img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 540px;
    object-fit: cover;
    position: sticky;
    top: 130px;   
}
.block__abouts_us_img img{
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000059;
}
.block__abouts_us .block__body {
    width: 100%;
    max-width: 772px;
    margin-right: 58px;
}
.featured_categories_wrapper,
.banner_advantages_wrapper{
    padding: 100px 0;
}
.banner_advantages_wrapper,
.page_description_wrapper{
    padding: 70px 0;
}
.page_description_wrapper{
    padding: 100px 0 ; 
}
.faq_wrapper, .main-articles{
    padding: 100px 0;  
}
.faq_wrapper .block__header{
    text-align: center;
}
.faq_wrapper .block__title{
    color: var(--boxed-color);
}
.faq_wrapper .faq{
    width: 50%;
    margin: 0 auto;
}
.faq_wrapper{
    min-height: 1000px;
    background: transparent;
    position: relative;
    padding: 330px 0;  
}
.faq_wrapper::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(../images/top-img.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    z-index: 10;
}
.faq_wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(../images/bottom-img.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
.faq .all_products_link{
    border-color: var(--boxed-color);
    color: var(--boxed-color);
}
.featured_categories_wrapper .block_body{
    margin: 0 -7px;
}
.fn_categories_slide {
    padding: 7px;
}
.fn_banner_main.swiper-initialized .banner_group__image img {
    transform: scale(1.3);
}
.fn_banner_main .swiper-slide .banner_group__image img {
    transition: transform 30s linear;
}
.block__description p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--body-text);
    margin-bottom: 16px;
}
.product_items .product_preview__button{
    border-radius: 32px;
    height: 40px;
    width: 100%;
    min-width: 90px;
}
.product_items .product_item{
    height: auto;
}
.product_items .product_preview__name{
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #38684E;
}
.product_items .product_preview__name a{
    min-height: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    background: none;
    padding: 0;
    color: var(--boxed-color);
}
.product_items .product_preview__center{
    z-index: 2;
}
.product_items .product_preview__image{
    border-radius: 5px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.06));
    width: 100%;
    max-width: 490px;
    height: 100%;
}
.product_items .product_preview__buttons{
    height: fit-content;
    position: absolute;
    left: 20px;
}
.product_items .product_preview__image picture,
.product_items .product_preview__image a{
    height: 100%;
    max-height: 280px;
}
.product_items .product_preview__image picture img{
    box-shadow: 0 5px 15px #00000059;
    border-radius: 5px;
}
.product_items .preview_form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_items .product_item:nth-child(even) .preview_form{
    flex-direction: row-reverse;
}
.product_items .product_item:nth-child(even) .product_preview__bottom{
    padding: 40px 110px 40px 60px;
    margin-left: 0;
    margin-right: -72px;
}
.product_items .product_preview__bottom{
    border: none;
    margin: 0;
    width: calc(100% - 410px);
    border-radius: 5px;
    background-color: #2A5A40;
    padding: 50px 64px 50px 120px;
    margin-left: -72px;
    margin-top: 0;
    z-index: 1;
    min-height: 318px;
}
.product_items .features__wrap{
    border-color: #EAEAEA;
}
.product_items .features__item{
    padding: 0;
    margin: 0;
}
.product_items .product_preview__prices .price{
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: var(--button-color);
}
.product_items .product_preview{
    border: none;
    background: transparent;
    box-shadow: none;
}
.product_preview__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.annotation_wrapper{
    color: #a1ceb5;
}
.fast_order_product_name{
    text-align: left;
}
.main-articles .swiper {
    width: 100%;
    padding: 0 20px;
}
.main-articles .block__header_button{
    position: relative;
}
.main-articles .swiper-slide img {
    display: block;
    width: 100%;
}
.article_list_grid .article_item {
    background-color: #EDEDED;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 160%;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: background-size 0.4s;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    margin-bottom: 0;
}
.article_list_grid .article_item::before {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.article_list_grid .article_item:hover {
    background-size: 170%;
}
.header_contacts_item svg path{
    fill: #014b00;
}
@keyframes arrow-hover {
    0% {
        margin-left: 8px;
    }
    50% {
        margin-left: 14px;
    }
    100% {
        margin-left: 8px;
    }
}
.product_preview__info .product_preview_link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #A3BB3F;
    transition: all 0.5s ease;
}
.product_preview__info .product_preview_link svg{
    margin-left: 8px;
    transition: all 0.5s ease;
}
.product_preview__info .product_preview_link svg path{
    fill: #A3BB3F;
}
.product_preview__info .product_preview_link:hover svg{
    animation: arrow-hover 1s linear 1;
}
.product_preview__button--buy svg:first-child{
    margin-right: 14px;
}
.all_products_link,
.main-articles .block__header_button{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--button-color);
    text-decoration: none;
    padding: 16px 36px;
    margin: 10px auto 0;
    display: block;
    width: fit-content;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.sidebar_products{
    float: right;
}
.all_products_link:hover,
.main-articles .block__header_button:hover{
    transition: all 0.5s ease;
    border-color: var(--color-link-hover);
}
.all_products_link{
    animation-delay: .9s;
}
header.fixed{
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.main.second_page {
    padding-top: 120px;
}
header.scrolled .header__center{
    height: 50px;
    transition: all 0.5s ease;
}
header .header__bottom,
header .header__center {
    background-color: transparent;
}
header .header__center{
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 9;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.header__center_content{
    width: 100%;
}
.header__center_content a{
    text-decoration: none;
}
header .header__bottom{
    height: 52px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    background-color: #b01f2e;
}
header.scrolled .header__bottom{
    height: 52px;
    transition: all 0.5s ease;
}
header .categories_menu {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 0;
    align-items: center;
}
header .categories_menu .categories_menu__item{
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    transition: all .1s ease;
}
header .categories_menu .categories_menu__item:last-child{
    padding-right: 0;
}
header .categories_menu > li{
    height: auto;
    max-height: 70px;
}
header .categories_menu__link{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: .5s;
}
div#account{
    padding-left: 15px;
}
.categories_menu__item.has_child .categories_menu__link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.categories_menu__item.has_child:hover .categories_menu__link:after{
    transform: rotate(-135deg);
    top: 3px;
}
.level_2.categories_nav__subcategory_2 {
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    background: var(--second-company);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    color: var(--basic-company-text);
    animation-name: fadeInUp;
    animation-duration: .4s;
    border-radius: 0 0 5px 5px;
}
.categories_menu__item.has_child:hover .level_2.categories_nav__subcategory_2{
    display: block;
    z-index: 1;
}
.level_2.categories_nav__subcategory_2 .subcategory{
    padding: 0;
    margin: 0;
}
.level_2.categories_nav__subcategory_2 .subcategory .categories_menu__item .categories_menu__link:after{
    content: none;
}
.level_2.categories_nav__subcategory_2 .subcategory .categories_menu__item {
    border-bottom: solid 1px #ffffff0d;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.level_2.categories_nav__subcategory_2 .subcategory .categories_menu__item .categories_menu__link{
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: unset;
    width: 100%;
}
.current_lang {
    display: none;
}
.lang_link {
    width: 40px;
    height: 44px;
    box-sizing: border-box;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: var(--text-color);
}
.lang_link:hover {
    color:#014b00!important;
    border-color: #9f9f9f52!important;
}
.lang_link.active{
    color: #014b00;
}
.lang_box.desktop_lang_box {
    position: fixed;
    left: 0;
    top: calc(70% - 50px);
    width: 55px;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 2px 5px #0000004d;
    transform: translate(0%, -100%);
    background-color: #000000c7;
    border-radius: 0 10px 10px 0;
}
.left_menu_line {
    height: 1px;
    width: 62px;
    margin: 0 auto;
    background: #ffffff0a;
}
.categories__list .categories__item:hover .categories__name{
    color: #b01f2e;
} 
.block__description--style a{
    color: var(--color-link-hover);
    font-weight: 600;
}
::marker {
    color: var(--button-color);
}
.cart_purchases_wrapper,
.block--cart_purchases{
    box-shadow: 0 5px 10px #aaaaaa52;
    border-radius: 5px;
}
.cart_purchases_wrapper .purchase_detail,
.block--cart_purchases .purchase_detail{
    padding: 0;
}
.cart_purchases_wrapper .form_cart{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dbdbdb;
}
.cart_purchases_wrapper .form__footer .form__button{
    margin-bottom: 0;
    width: 100%;
}
.cart_form .cart_form_left_block .block--boxed,
.order_details_wrapper.block--boxed,
.auth_page .block--boxed{
    padding: 0;
}
.cart_form_left_block .delivery.form__group .delivery__item:last-child .delivery__label,
.cart_form_left_block .delivery.form__group .payment_method__item:last-child .delivery__label{
    border: none;
    margin-bottom: 0;
}
.user_container__boxed .block__header--boxed{
    margin-bottom: 0;
}
.auth_page {margin-bottom: 40px;}
.products_container__boxed .block__description p{
    color: #696868;
    font-size: 16px;
}
#fn_pop_up_cart_wrap .purchase_detail__item{
    align-items: flex-end;
}
#fn_pop_up_cart_wrap .form__button--border{
    margin-bottom: 15px;
}
.callback_link_wrapper.scrolled{
    border-radius: 0 0 5px 5px;
    padding: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: var(--bg);
    left: 0;
    top: auto;
    transition: .5s;
}
.callback_link_wrapper.scrolled .index_back_call{
    display: none;
}
.callback_link_wrapper.scrolled .callback_icon{
    width: 50px;
    height: 50px;
}
.header_informers {
    color: var(--second-company);
    font-size: 16px;
    font-weight: 500;
}
.ya_map {
    max-height: 350px;
    border-radius: 10px;
    overflow: hidden;
}
.ya_map iframe{
    height: 350px;
    max-height: 100%;
    width: 100%;
}
.block--boxed.ya_map_wrapper{
    padding: 15px 0;
}
.feedback__description a{
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: normal;
    margin-left: 0;
}
.feedback__description div p{
    margin: 0;
}
.article_list_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}
.menu_hidden{
    display: none!important;
}
.blog_sidebar {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px -11px 13px rgba(0, 0, 0, 0.1);
}
.lang_box_header {
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.lang_inner {
    display: flex;
}
@media only screen and (max-width : 1100px) {
    .menu_hidden{
        display: block!important;
    }
    header .header__bottom,
    .header_contacts{
        display: none;
    }
    header.scrolled .header__center{
        height: 60px;
    }
    .featured_categories_wrapper, 
    .banner_advantages_wrapper,
    .main-products__featured,
    .faq_wrapper, .main-articles{
        padding: 70px 0;
    }
    .product_items .product_preview__bottom{
        padding: 40px 60px 40px 110px;
    }
    .all_products_link{
        margin: 30px auto 0;
    }
    .block__abouts_us .block__body{
        margin-right: 30px;
    }
    .faq_wrapper{
        padding: 300px 0;
    }
    .main{
        overflow: hidden;
    }
    .main.second_page{
        padding-top: 60px;
    }
    .menu_switcher__heading{
        font-weight: bold;
        font-size: 18px;
    }
    .menu_switcher__heading .catalog_icon{
        margin-right: 6px;
    }
    .sidebar.position_sticky{
        top: 0;
    }
}
@media only screen and (max-width: 991px){
    .logo_footer{display: none;}
}
@media only screen and (max-width : 940px) {
    .banner_advantages{
        grid-template-columns: repeat(3, 1fr);
    }
    .block__abouts_us{
        flex-direction: column-reverse;
    }
    .block__abouts_us_img{
        position: relative;
        top: 0;
        margin-bottom: 24px;
    }
    .all_products_link {
        padding: 10px 32px;
    }
    .banner_group_main .banner_group__title{
        font-size: 28px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        max-width: 100%;
    }
    .featured_categories_wrapper, 
    .banner_advantages_wrapper,
    .main-products__featured,
    .banner_advantages_wrapper, 
    .page_description_wrapper,
    .main-articles{
        padding: 50px 0;
    }
    .product_items .preview_form,
    .product_items .product_item:nth-child(even) .preview_form{
        flex-direction: column;
    }
    .product_items .product_preview__bottom,
    .product_items .product_item:nth-child(even) .product_preview__bottom{
        padding: 40px 60px;
        width: 100%;
        max-width: 490px;
        margin: -20px -70px 0 0;
    }
    footer .container:first-child{
        padding-bottom: 0;
    }
    .product_items .product_item{
        margin-bottom: 20px;
    }
    .banner_container{
        top: calc(50% + 0px);
    }
    .faq_wrapper .faq{
        width: 100%;
    }
    .footer__copyright{
        padding: 10px 0;
        margin-top: 10px;
    }
    .article__title,
    .article__info_item{
        margin-bottom: 10px;
    }
    .article__title{
        padding: 10px 10px 0;
    }
    .article__annotation,
    .article__info{
        padding: 0 10px;
    }
    .faq_wrapper{
        padding: 240px 0 300px;
    }
    .faq_wrapper::after{
        bottom: -1px;
    }
    .related_products_wrapper .block__title{
        line-height: 1;
        font-weight: 600;
        font-size: 24px;
    }    
}
@media only screen and (max-width : 767px) {
    .banner_advantages{
        grid-template-columns: repeat(2, 1fr);
    }
    .banner_advantages .banner_advantages__item:nth-child(even) .banner_advantages__preview{
        border-right: none;
    }
    footer .f_col-lg:nth-child(2).footer__title span{
        line-height: 1.5;
    }
    .footer__title{
        padding: 5px 15px;
    }
    .featured_categories_wrapper, 
    .banner_advantages_wrapper,
    .main-products__featured,
    .banner_advantages_wrapper, 
    .page_description_wrapper{
        padding: 40px 0;
    }
    footer{
        padding-top: 20px;
    }
    .product_items .product_preview__bottom, 
    .product_items .product_item:nth-child(even) .product_preview__bottom{
        margin: 0;
        padding: 30px 20px 20px;
    }
    .product_items .product_preview__image{
        margin-bottom: -20px;
    }
    .product_items .product_preview__name a{
        font-size: 18px;
    }
    .products_page .product_preview__name a{
        font-size: 16px;
    }
    .product_items .product_preview__button{
        min-width: 40px;
        border-radius: 5px;
    }
    .product_items .product_preview__button--buy svg:first-child{
        display: none;
    }
    .product_items .product_preview__info{
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .product_items .product_preview__name{
        padding-bottom: 14px;
    }
    .product_items .product_preview__prices{
        height: auto;
        flex-direction: column;
        align-items: baseline;
    }
    .product_items .product_preview__prices .price{
        line-height: 1.2;
    }
    .block__title{
        font-weight: bold;
        margin: 0;
    }
    .block__header{
        margin-bottom: 10px;
    }
    .mobile_link_text{
        font-size: 18px;
    }
    .language-nav{display: block;}
    #fn_pop_up_cart_wrap .purchase_detail__item{
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }
    .faq_wrapper::after,
    .faq_wrapper::before{
        height: 200px;
    }
    .faq_wrapper{
        padding: 180px 0 140px;
    }
    .featured_categories_wrapper, 
    .banner_advantages_wrapper, 
    .main-products__featured, 
    .banner_advantages_wrapper, 
    .page_description_wrapper, .main-articles{
        padding: 30px 0;
    }
    .blog_container__boxed .article_list_grid{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }
    .blog_container__boxed .article__title{
        font-size: 14px;
        min-height: 46px;
    }
    .article_list_grid .article_item{
        background-size: 190%;
    }
    .faq__answer{
        padding: 0 16px 16px 0;
        font-size: 14px;
    }
    .callback_link_wrapper{
        bottom: 0;
        top: auto;
    }
}
@media only screen and (max-width : 640px) {
    .banner_group_main .banner_group__title{
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .banner_group_main .banner_group__description{
        font-size: 14px;
    }
    .lang_box.desktop_lang_box{
        display: none;
    }
    .index_about_title{
        line-height: 1.5;
    }
    .footer__title_arrow{
        top: 9px;
    }
    .banner_group_main .banner_group__variant1 .banner_group__content{
        padding: 16px;
    }
    .article__info_item .article__author{
        display: none;
    }
    .post_information{
        margin-bottom: 10px;
    }
    .post__heading{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .post_container__body{
        margin-top: 10px;
    }
    .block__description p{
        font-size: 14px;
    }
    .related_products_wrapper .product_item{
        width: 100%;
    }
    .related_products_wrapper .block--boxed .block__header{
        margin-bottom: 10px!important;
    }
}
@media only screen and (max-width : 360px) {
    .callback_link_wrapper {
        display: none;
    }
    .product_items .product_preview__prices .price{
        font-size: 18px;
    }
    .all_products_link{
        margin: 20px auto 0;
    }
    .banner_advantages__preview{
        padding: 0 14px;
    }
    .banner_advantages__preview .banner_advantages__title{
        height: 60px;
        -webkit-line-clamp: 4;
    }
    .blog_container__boxed .article_list_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .banner_group_main .banner_group__variant1 .banner_group__content{
        padding: 10px;
    }
    .banner_group_main .banner_group__variant1 .banner_group__content p{
        margin-bottom: 1rem;
    }
    .banner_group_main .banner_group__variant1 .banner_group__content p:last-child{
        margin-bottom: 0;
    }
    .post_information__item{
        margin: 5px 8px 5px 0;
    }
}
@media only screen and (max-width : 576px) {
footer{
    padding-bottom: 80px;
}
}