@media (max-width: 1200px) {
    .about_wrapper .about_item:first-child .bg_text {
        position: absolute;
        top: -60px;
        right: -20px;
        left: unset;
        z-index: -1;
    }
    .about_wrapper .about_item:nth-child(2) .bg_text {
        position: absolute;
        top: -30px;
        left: -20px;
        right: unset;
    }
    .about_wrapper .about_item:nth-child(3) .bg_text {
        position: absolute;
        top: -60px;
        right: -20px;
        left: unset;
        z-index: -1;
    }
    .about_wrapper .about_item:last-child .bg_text {
        position: absolute;
        top: -110px;
        right: -10px;
        left: unset;
    }
    .about_wrapper .about_item:nth-child(3) .about_img::after {
        top: -225px;
        left: -610px;
    }
    .contacts_bottom_wrapper {
        padding: 20px 0px;
    }
}

@media (min-width: 991px) {
    .contact_hidden_desktope {
        display: none;
    }
    .bi_popup_close:hover {
        color: red;
    }
    .copy_btn:hover {
        color: #ff6900;
    }
    .optional-login_btn:hover {
        text-decoration: underline;
    }
}

@media (max-width: 991px) {
    .about_item {
        flex-direction: column;
    }
    .about_text_block {
        max-width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .about_img {
        width: 100%;
    }
    .about_img img {
        width: 100%;
    }
    .about_page .about_item:first-child,
    .about_page .about_item:nth-child(3) {
        flex-direction: column-reverse;
    }

    .about_wrapper .about_item:nth-child(even) .about_text_block {
        margin-right: 0;
        margin-left: 0;
    }

    .about_wrapper .about_item:first-child .bg_text,
    .about_wrapper .about_item:nth-child(2) .bg_text,
    .about_wrapper .about_item:nth-child(3) .bg_text,
    .about_wrapper .about_item:nth-child(4) .bg_text {
        position: absolute;
        top: -110px;
        right: 0;
        left: unset;
        z-index: -1;
    }

    .about_wrapper .about_item:first-child .about_img:after {
        position: absolute;
        bottom: 0;
        left: unset;
        right: 0;
        z-index: -1;
    }

    .about_item {
        margin: 90px 0 80px;
    }

    .about_mobile {
        padding-bottom: 100px;
    }
    .contacts_bottom_wrapper .contacts_left_block {
        padding: 20px 0;
    }
    .region_popup {
        max-width: 285px;
        padding: 0 10px 10px;
    }
    .contacts_top_wrapper {
        padding: 0px;
    }
    .contacts_inems .contacts_item {
        margin-left: unset;
        width: 45%;
    }
    .contacts_inems {
        justify-content: space-around;
        width: 100%;
    }

    .contact_hidden_mobile {
        display: none;
    }
    .contacts_left_block_mobile {
        width: 100%;
    }

    .contacts_left_block_mobile .region {
        text-align: center;
        border-bottom: 1px solid #000000;
    }

    .vacation_icon {
        width: 126px;
        height: 126px;
    }

    .vacation_icon img {
        height: 125px;
    }

    .features_top_1_wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 768px) {
    .catalog_pdf_item {
        width: 100%;
    }

    .blog_item,
    .news_item {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #7b8891;
    }

    .news_image,
    .blog_image {
        max-width: 100%;
        height: unset;
        margin: 30px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_categories_wrapper li.categories_menu__item .categories_menu__image{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_categories_wrapper li.categories_menu__item .categories_menu__image img{
        height: auto;
    }
    .header__top__wrapper {
        font-weight: normal;
        font-size: 15px;
        line-height: 120%;
        transition: .5s;
    }
    .openmenu .header__top__wrapper {
        height: 0;
        overflow: hidden;
        padding: 0 15px;
    }

    .features_top_1_wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 4px;
        column-gap: 4px;
        width: 100%;
    }
}

@media (max-width: 419px) {
    .catalog_pdf_item {
        padding: 10px 30px;
    }

    .catalog_pdf_item_text {
        font-size: 18px;
    }
    .catalog_pdf_item_text:after {
        width: 28px;
        height: 28px;
        right: 24px;
        top: 9px;
        background-size: contain;
    }
    .news_content,
    .blog_content {
        padding: 25px 0;
        color: #606060;
    }
    .blog_content .h5,
    .news_content .h5 {
        font-size: 22px;
        line-height: 27px;
    }
    .news_date,
    .blog_date {
        font-size: 14px;
        border-bottom: 1px solid #e8e8e1;
    }
    .news_date span::before,
    .blog_date span::before {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    .about_text_block {
        padding: 10px 30px;
    }
    .about_text_header {
        width: 100%;
        padding-bottom: 10px;
    }
    .contacts_inems .contacts_item {
        margin-left: unset;
        width: 96%;
        margin: 0 auto 20px;
        height: unset;
    }
    .contacts_inems {
        flex-direction: column;
    }
    .contacts_text {
        height: unset;
    }
    .mobile_menu_top_wrapper {
        display: flex;
        align-items: center;
    }

    .menu_group_group_mobile {
        padding: 0 15px;
        font-size: 18px;
    }
    .menu_group_group_mobile .m_menu_link {
        width: 100%;
        display: flex;
        align-items: center;
        background-color: #ff7a00;
        border-radius: 10px;
        height: 40px;
        padding: 0 0 0 60px;
        position: relative;
    }
    .menu_list_2,
    .menu_list_3,
    .menu_list_4 {
        padding-left: 60px;
        list-style: none;
        display: none;
    }
    .menu_group_group_mobile .m_menu_link::after {
        display: inline-block;
        content: "";
        background-image: url(../images/drop_white.png);
        background-position: center;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        position: absolute;
        top: 16px;
        right: 10px;
        transform: rotate(180deg);
        transition: 0.5s;
    }

    .menu_group_group_mobile .mob-active-menu .m_menu_link::after {
        transform: rotate(0deg);
    }

    /* .menu_group_group_mobile .mob-not-active-menu .m_menu_link::after {
        transform: rotate(180deg);
    } */

    .menu_group_group_mobile .m_menu_link::before {
        display: inline-block;
        content: "";
        background-color: #ff7a00;
        position: absolute;
        top: 0;
        left: -70px;
        width: 100px;
        height: 40px;
    }

    .menu_group_group_mobile .cat_1.m_menu_link::before {
        background-image: url(../images/cat_1.png);
        background-repeat: no-repeat;
        background-position: right;
        left: -72px;
    }

    .menu_group_group_mobile .cat_2.m_menu_link::before {
        background-image: url(../images/cat_2.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .menu_group_group_mobile .cat_3.m_menu_link::before {
        background-image: url(../images/cat_3.png);
        background-repeat: no-repeat;
        background-position: right;
        left: -75px;
    }

    .menu_group_group_mobile .cat_4.m_menu_link::before {
        background-image: url(../images/cat_4.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .bi_popup_wrapper {
        max-width: calc(100% - 30px);
        right: 15px;
        bottom: 15px;
    }

    .copy_popup {
        top: 100px;
        width: calc(100% - 30px);
        left: 15px;
        font-size: 20px;
        border-radius: 15px;
    }

    div#fn_products_content {
        margin-bottom: 40px;
    }
}

@media (max-width: 360px) {
    /* Mobile menu */
    .mobile_categories_wrapper
        ul.fn_category_scroll.level_1.categories_menu
        .category_item {
        padding-left: 5px;
    }

    .categories_menu {
        width: 97%;
    }

    .mobile_menu_top_wrapper {
        padding-left: 5px;
        flex-direction: row;
    }

    .mobile_languages .dropdown_item {
        font-size: 16px;
    }

    .menu_group_group_mobile .m_menu_link {
        width: 100%;
        display: flex;
        background-color: #ff7a00;
        border-radius: 10px;
        padding: 0 0 0 20px;
        position: relative;
        height: 40px;
    }

    .menu_group_group_mobile .cat_1.m_menu_link::before {
        background-image: url(../images/cat_1.png);
        background-repeat: no-repeat;
        background-position: right;
        left: -89px;
    }

    .menu_group_group_mobile .m_menu_link::before {
        display: inline-block;
        content: "";
        background-color: #ff7a00;
        position: absolute;
        top: 0;
        left: -88px;
        width: 100px;
        height: 40px;
    }

    .menu_group_group_mobile .cat_3.m_menu_link::before {
        background-image: url(../images/cat_3.png);
        background-repeat: no-repeat;
        background-position: right;
        left: -92px;
    }
}
}


/* new year */
@media screen and (max-width: 1440px) {
    .header::before {
        width: 25px;
        height: 50px;
        left: 5px;
    }
    .header::after {
        width: 25px;
        height: 50px;
        right: 5px;
    }
    /* .left_snow,
    .right_snow {
        z-index: -1;
    } */
    .footer .logo_videx::before {
        height: 26%;
    }
    /* .newyear_block .newyear_decoration:nth-child(1) {
        bottom: -7%;
    }
    .newyear_block .newyear_decoration:nth-child(2) {
        bottom: -44%;
    }
    .newyear_block .newyear_decoration:nth-child(3) {
        bottom: -8%;
    }
    .newyear_block .newyear_decoration:nth-child(4) {
        bottom: -4%;
    }
    .newyear_block .newyear_decoration:nth-child(5) {
        bottom: -51%;
    }
    .newyear_block .newyear_decoration:nth-child(6) {
        bottom: -26%;
    }
    .newyear_block .newyear_decoration:nth-child(7) {
        bottom: -7%;
    }
    .newyear_block .newyear_decoration:nth-child(8) {
        bottom: -34%;
    }
    .newyear_block .newyear_decoration:nth-child(9) {
        bottom: -13%;
    } */

    
}
@media screen and (max-width: 1366px) {
    .footer .logo_videx::before {
        height: 32%;
        /* left: 10%; */
    }

    .product_delivery_block,
    .product_payment_block {
        max-width: unset;
    }

    .product_delivery_payment {
        gap: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .desktop_header::before {
        left: 0;
    }
    .desktop_header::after {
        right: 0;
    }
    .footer .logo_videx::before {
        height: 28%;
        left: 12%;
    }
    /* .newyear_block {
        top: -40%;
        opacity: 0.6;
    }
    .newyear_block .newyear_decoration:nth-child(1) {
        display: none;
    }
    .newyear_block .newyear_decoration:nth-child(2) {
        bottom: 0;
        width: 30px;
        height: 100px;
        left: 22%;
    }
    .newyear_block .newyear_decoration:nth-child(3) {
        display: none;
    }
    .newyear_block .newyear_decoration:nth-child(4) {
        display: none;
        bottom: -4%;
    }
    .newyear_block .newyear_decoration:nth-child(5) {
        bottom: -5%;
        width: 24px;
        height: 90px;
        left: 48%;
    }
    .newyear_block .newyear_decoration:nth-child(6) {
        display: none;
        bottom: -26%;
    }
    .newyear_block .newyear_decoration:nth-child(7) {
        bottom: -7%;
        display: none;
    }
    .newyear_block .newyear_decoration:nth-child(8) {
        bottom: -8%;
        width: 30px;
        height: 90px;
        left: 75%;
    }
    .newyear_block .newyear_decoration:nth-child(9) {
        bottom: -13%;
        display: none;
    } */
    .header_wrapper a.logo::before {
        left: 43%;
    }
    .cart_work_time_wrapper {
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .header::before,
    .header::after {
        content: unset;
    }
    .deer_block::before {
        width: 50px;
        height: 50px;
    }
    .main_products .slick-list {
        padding-top: 30px;
    }

    /* .newyear_block {
        width: 90%;
        top: -12%;
        height: 30%;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
    }
    .newyear_block .newyear_decoration:nth-child(1) {
        bottom: -65%;
        width: 45px;
        height: 100px;
        left: 55%;
        display: block;
    }
    .newyear_block .newyear_decoration:nth-child(2) {
        bottom: -98%;
        width: 50px;
        height: 150px;
        left: 44%;
    }
    .newyear_block .newyear_decoration:nth-child(3) {
        bottom: -51%;
        width: 40px;
        height: 100px;
        left: 35%;
        display: block;
    }
    .newyear_block .newyear_decoration:nth-child(8) {
        display: none;
    }
    .newyear_block .newyear_decoration:nth-child(5) {
        display: none;
    } */
    .footer .logo_videx::before {
        height: 32%;
        left: 7%;
        width: 10%;
        top: -13%;
    }

    .product_delivery_payment {
        text-align: left;
        margin: 0 0 20px 0;
    }

    .delivery_payment_ttl {
        font-size: 14px;
    }

    .product_delivery_block {
        gap: 12px;
    }

    .delivery_method_top {
        gap: 8px;
    }

    .delivery_method {
        gap: 12px;
    }

    .delivery_method_name {
        font-size: 16px;
    }

    .delivery_method_info {
        justify-content: center;
    }
}
@media screen and (max-width: 460px) {
    .header {
        background-color: transparent;
    }
    /* .left_snow,
    .right_snow {
        width: 45px;
        bottom: 0%;
        height: 105%;
    } */
    .deer_block::before{
        width: 40px;
        height: 40px;
    }
    .header::before,
    .header::after {
        content: "";
        width: 20px;
        height: 40px;
    }
    .header::before {
        left: 0;
    }
    .header::after {
        right: 0;
    }
    .main_tabs .tab_navigation a:nth-child(1)::before {
        left: -5%;
        top: -25%;
        width: 35px;
        height: 20px;
    }
    .main_tabs .tab_navigation a:nth-child(2)::before {
        left: -40%;
        top: -36%;
        width: 54px;
        height: 25px;
    }
    .main_tabs .tab_navigation a:nth-child(2)::after {
        right: -34%;
        top: -33%;
        width: 54px;
        height: 25px;
    }
    .main_tabs .tab_navigation a:nth-child(3)::before {
        right: -7%;
        top: -21%;
        width: 35px;
        height: 20px;
    }
    .footer .logo_videx::before {
        height: 23%;
        left: 13%;
        width: 13%;
        top: -13%;
        z-index: 1;
    }
    /* .newyear_block {
        width: 100%;
        height: 20%;
        top: -8%;
    }
    .newyear_block .newyear_decoration:nth-child(1) {
        bottom: -33%;
        width: 20px;
        height: 40px;
        left: 56%;
    }
    .newyear_block .newyear_decoration:nth-child(2) {
        bottom: -68%;
        width: 25px;
        height: 80px;
        left: 45%;
    }
    .newyear_block .newyear_decoration:nth-child(3) {
        bottom: -22%;
        width: 20px;
        height: 50px;
        left: 36%;
        display: block;
    } */
    .next2_info_wrapper {
        position: relative;
    }
    .next2_info_wrapper::before {
        content: '';
        position: absolute;
        bottom: 10px;
        height: 55px;
        width: 100%;
        /* background: url('../images/newyear/mobile_prefooter_snow.png') 0% 0% repeat; */
        /* animation: snowFall 100s linear infinite; */
    }
    .left_snow::before {
        background-position-x: -10px;
    }

    .cart_top_right_block_2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cart_top_right_block_2 .line:nth-child(4) {
        display: none;
    }

    .form_group_telegram {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    .help-tip div {
        left: -150%;
        max-width: 100vw;
    }
}
@media screen and (max-width: 420px) {
    .banners .slick-slide > img, .banners .slick-slide a > img {
        height: 150px;
        object-fit: cover;
    }
    .banners .slick-list, .banners .slick-track {
        height: 150px !important;
        border-radius: 0;
    }
}
@media screen and (max-width: 365px) {
    .banners .slick-slide > img, .banners .slick-slide a > img {
        height: 140px;
        object-fit: cover;
    }
    .banners .slick-list, .banners .slick-track {
        height: 140px !important;
        border-radius: 0;
    }
}
@media screen and (max-width: 375px) {
    span.banner_inner_text {
        padding-left: 23%;
    }
}
@media screen and (max-width: 320px) {
    .banners .slick-slide > img, .banners .slick-slide a > img {
        height: 120px;
        object-fit: cover;
    }
    .banners .slick-list, .banners .slick-track {
        height: 120px !important;
        border-radius: 0;
    }
    span.banner_inner_text {
        padding-left: 29%;
        margin-top: -45px;
    }
    .header a.logo::before {
        left: 40%;
        top: -45%;
    }
    /* .newyear_block .newyear_decoration:nth-child(3) {
        bottom: -14%;
        width: 20px;
        height: 50px;
        left: 38%;
    }
    .newyear_block .newyear_decoration:nth-child(2) {
        bottom: -56%;
        width: 25px;
        height: 80px;
        left: 45%;
    }
    .newyear_block .newyear_decoration:nth-child(1) {
        bottom: -14%;
        width: 20px;
        height: 40px;
        left: 54%;
    } */
}
@media (min-width: 1641px) and (max-width: 1720px) {
    .footer .logo_videx::before {
        left: 10%;
    }
}
@media (min-width: 1025px) and (max-width: 1640px) {
    .footer .logo_videx::before {
        left: 50px!important;
    }
}