@media (min-width: 1000px) {
    .subcategory_tab_list .hs_btn:hover {
        background-color: #007BC11A;
    }
    .hs_main_btn:hover,
    .hs_mobile_burger:hover,
    .subcategory_tab_list .hs_main_btn:hover {
        background-color: #00639B;
        border-color: #00639B;
        box-shadow: 0px 3px 17px 0px #00639BA8;
    }
    .hs_border_btn:hover {
        background: #007BC1;
        border-color: #007BC1;
        box-shadow: 0px 3px 17px 0px #006CA9A8;
        color: #fff;
    }

    .hs_btn_alt:hover {
        background-color: #007BC1;
        border-color: #007BC1;
        color: #ffff;
        box-shadow: 0px 3px 17px 0px #006CA9A8;
    }

    .hs_transparent_btn:hover {
        background-color: #001F6F73;
    }

    .hs_download_btn:hover {
        background-color: #2E5E00;
        box-shadow: 0px 3px 17px 0px #1F3F0091;
    }

    .header_menu_item_link:hover,
    .hs_subcategory:hover .hs_subcategory_name,
    .hs_about_tab:hover {
        color: #007BC1;
    }

    .header_menu_eventer:hover .header_menu_eventer_dropdown {
        transform: rotate(180deg);
    }

    .header_menu_eventer:hover>.header_menu_item_link {
        color: #007BC1;
        transform: scale(1.02);
    }

    .header_menu_eventer:hover .header_menu_level_2 {
        top: 110px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        justify-content: space-between;
    }
    .header_menu_eventer:hover .header_menu_item_link svg{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .footer_social_item:hover .social_item_bg {
        fill-opacity: 1;
    }

    .hs_menu_footer .menu_group__link:hover,
    .footer__menu_link:hover {
        text-decoration: underline;
    }

    .to_top:hover svg {
        transform: scale(1.5);
    }

    .hs_subcategory:hover {
        box-shadow: 0px 4px 31px 0px #00507F2E;
    }

    .hs_subcategory:hover img {
        transform: scale(1.08);
    }

    .hs_read_more:hover {
        gap: 18px;
        color: #002338;
    }

    .main_contact_item:hover {
        box-shadow: 0px 4px 30px 0px #00507F33;
    }

    .main_contact_item:hover svg,
    .hs_product_item:hover .hs_product_item_name,
    .header_contact_item:hover svg {
        color: #2CB2FF;
    }

    .hs_article_preview:hover .hs_article_preview_name,
    .hs_fav_post:hover .hs_fav_post_name {
        color: #007BC1;
    }

    a.main_contact_item_link:hover {
        text-decoration: underline;
    }

    .hs_header_mobile {
        display: none;
    }

    .hs_product_item:hover {
        box-shadow: 0px 7px 27px 0px #00507F33;
    }

    .hs_product_tab:hover {
        background-color: #E2EBF1;
    }

    .swiper_custom_arrow:hover {
        box-shadow: 0px 0px 17px 0px #00507F3B;
        color: #004268;
    }

    .pagination__item:hover {
        background-color: #00639B;
        border-color: #00639B;
        color: #fff;
        box-shadow: 0px 2px 12px 0px #00639BCC;
    }
    .hs_info_page_item:hover {
        box-shadow: 0px 4px 31px 0px #00507F2E;
        color: #007BC1;
    }

    .hs_document_item:hover {
        box-shadow: 0px 2px 30px 0px #00507F38;
    }

    .hs_mobile_burger {
        display: none;
    }

    .hs_related_product_item:hover {
        box-shadow: 0px 4px 31px 0px #00507F2E;
        background-color: #F2F7FA;
    }

    .switcher__link:hover {
        text-decoration: none;
        color: var(--basic-company);
    }
    .header_informers__item:hover svg{
        color: var(--basic-company);
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1400px) {
    .container {max-width: 1300px;}
    .header_informers.d-flex.align-items-center{gap: 24px;}
    .search_form_inner{min-width: 280px;}
    .products__grid{grid-template-columns: 340px 1fr;}
    .product_buttons{flex-direction: column;}
    .products__grid .filter__group{max-height: 550px;}
}

@media (max-width: 1250px) {
    .container {
        max-width: 1200px;
    }
    .products__grid .filter__group{max-height: 450px;}
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1650px;
    }
    /* .header_menu_level_2:after{width: 100%;} */

    .hs_conf_main_bg>.container {
        max-width: 1330px;
    }
    /* .products__grid .filter__group{max-height: 550px;} */
}

@media (max-width: 1700px) {
    .hs_main_about_inner:nth-child(5n),
    .hs_main_about_inner:nth-child(5n + 1) {
        padding: 76px 80px 76px 0px;
    }

    .hs_main_about_inner:nth-child(4n) {
        padding: 76px 0px 76px 80px;
    }

    .main_contact_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_header_mobile {
        padding: 20px 0;
    }

    .hs_mobile_burger {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #007BC1;
        cursor: pointer;
        transition: .5s;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    .hs_mobile_burger .open_menu {
        opacity: 0;
    }

    .hs_mobile_burger.active_menu .open_menu {
        opacity: 1;
    }

    .hs_mobile_burger.active_menu .close_menu {
        opacity: 0;
    }

    .hs_header_right_section {
        gap: 20px;
    }

    .header_logo {
        height: 60px;
    }

    .header_logo svg {
        width: 100%;
        height: 100%;
    }
    .hs_menu_footer .menu_group__list {
        max-width: unset;
    }

    .main_contact_item {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }
    .subcategory_tab_list {
        flex: unset;
    }

    .hs_blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_blog_sidebar {
        max-width: 400px;
        padding: 20px 14px;
    }

    .hs_page_wrapper {
        gap: 24px;
    }

    .hs_fav_post {
        gap: 14px;
    }

    .hs_fav_post_image {
        width: 120px;
        min-width: 120px;
        height: 70px;
    }

    .hs_history_wrapper {
        gap: 45px;
    }

    .hs_history_second_wrapper {
        width: 580px;
    }

    .fn_history_photo_slider,
    .fn_history_text_slider {
        height: 600px;
    }

    .hs_info_page_grid.hs_grid_4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .hs_info_page_grid.hs_grid_5 {
        grid-template-columns: repeat(4, 1fr);
    }

    .search_form_wrapper {
        min-width: 400px;
    }

    .footer_contact_item {
        width: unset;
    }

    .hs_footer_menus_grid {
        row-gap: 40px;
        column-gap: 40px;
    }

    .hs_conf_related_products_list_header,
    .hs_related_product_item {
        grid-template-columns: 64px auto 100px 160px 210px 200px 140px;
        gap: 16px;
    }

    .hs_product_gear_images_wrapper,
    .hs_product_gear_image_inner {
        max-width: 100%;
    }

    .hs_product_header_inner {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 1250px) {
    .hs_main_about_grid {
        display: flex;
        flex-direction: column;
    }

    .hs_about_image {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .hs_main_about_inner:nth-child(5n),
    .hs_main_about_inner:nth-child(5n + 1),
    .hs_main_about_inner:nth-child(4n) {
        padding: 40px 0;
    }

    .hs_main_about_inner:nth-child(5n),
    .hs_main_about_inner:nth-child(5n + 1) {
        order: 1;
    }

    .hs_about_image_1 {
        order: 2;
    }

    .hs_main_about_inner:nth-child(4n) {
        order: 3;
    }

    .hs_about_image_2 {
        order: 4;
    }

    .hs_header_mobile_right_section {
        gap: 20px;
    }

    .header_menu_level_2 {
        padding: 30px calc((100% - 974px) / 2);
    }

    .header_menu_level_1.header_menu {
        padding: 0px calc((100% - 974px) / 2);
    }

    .header_menu_level_2.header_menu_cat {
        height: unset;
        max-height: calc(100dvh - 185px);
    }

    .header_menu_level_1.header_menu:after {
        width: 974px;
    }

    .header_menu_level_2:after {
        width: 974px;
    }

    .subcategory_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hs_callback_inner {
        max-width: unset;
        gap: 100px;
    }

    .hs_product_wrapper {
        margin: 0px 0 40px;
        gap: 26px;
    }

    .hs_history_wrapper {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .fn_history_photo_slider,
    .fn_history_text_slider {
        height: 500px;
    }

    .hs_history_second_wrapper {
        width: 100%;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:first-child {
        order: 1;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(2) {
        order: 2;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(3) {
        order: 4;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(4) {
        order: 3;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(5) {
        order: 5;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(6) {
        order: 6;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(7) {
        order: 8;
    }

    .hs_page_about_wrapper .hs_main_about_grid div:nth-child(8) {
        order: 7;
    }

    .hs_history_inner .hs_main_about_ttl {
        margin-bottom: 40px;
    }

    .hs_info_page_grid.hs_grid_4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_info_page_grid.hs_grid_5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .hs_info_page_inner_descripton {
        flex: unset;
        width: 100%;
    }

    .hs_info_page_sidebar {
        width: 100%;
        max-width: 393px;
        margin: 0 auto;
    }

    .search_form_wrapper {
        min-width: 250px;
    }

    .hs_footer_menus_grid {
        grid-template-columns: repeat(1, auto);
    }

    .hs_conf_form {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .products_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .hs_conf_product_features {
        grid-template-columns: repeat(1, auto);
    }

    .hs_conf_related_products_list_header {
        display: none;
    }

    .hs_related_product_item {
        display: flex;
        flex-wrap: wrap;
        padding: 14px 16px 16px;
        border-radius: 5px;
        gap: 10px;
    }

    .hs_related_product_item_image {
        width: 100px;
    }

    .hs_related_product_item_inner {
        display: flex;
        flex-direction: column;
        padding: unset;
        width: 100%;
        gap: 2px;
        font-size: 14px;
    }

    .hs_related_product_item_name {
        font-size: 16px;
        flex: 1;
        gap: 10px;
    }

    .hs_conf_related_products_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_related_product_item_inner:nth-child(3) {
        display: none;
    }

    .hs_related_product_item_btn {
        width: 100%;
    }

    .hs_related_product_item_mobile,
    .hs_related_product_feature_ttl_mobile {
        display: flex;
    }

    .hs_related_product_feature_ttl_mobile {
        color: #636363;
    }

    .d-flex.flex-column.hs_related_product_item_mobile {
        font-weight: 400;
        font-size: 14px;
    }
    .hs_product_header {flex-wrap: wrap;}
    .hs_product_header_inner {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }
    .hs_product_right .download_link {margin-left: auto;}
    
    .header_menu_level_1.header_menu {
        display: none;
        position: absolute;
        justify-content: space-around;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 85px;
        background-color: #fefefe;
        box-shadow: 0px 20px 28px 0px #00304C1F;
        z-index: 11;
        padding: 0px calc((100% - 1214px) / 2);
        box-sizing: border-box;
    }
    .header_menu_eventer:hover .header_menu_level_2{top: 85px;}

    .header_menu_level_1.header_menu:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        background-color: #BCC6D1;
        width: 1214px;
    }

    .header_menu_level_1>.header_menu_eventer {
        height: 85px;
    }

    .header_menu_level_2 {
        top: 85px;
        padding: 30px calc((100% - 1214px) / 2);
        box-shadow: 0px 20px 28px 0px #00304C1F;
        max-height: calc(100dvh - 170px);
    }

    .header_menu_level_2:after {
        width: 1214px;
    }

    .header_menu_level_2.header_menu_cat {
        height: 642px;
    }

}

@media (max-width: 1024px) {
    .container {max-width: 960px;}
    .feedback_description{margin-bottom: 24px;}
    .main_contact_grid, .hs_blog_grid, 
    .post_page .hs_page_wrapper{gap: 24px;}
    h1, .h1{font-size: 48px;}
    .hs_blog_sidebar{top: 120px;}
    .hs_fav_post_name{line-height: 1.3}
    .photogallery_items, .images_wrapper{gap: 16px;}
    .block__description img{margin: 24px 0;height: auto;}
    .photogallery_items img, .images_wrapper img, .images_wrapper p{margin: 0;}
    .block__description iframe{margin: 16px 0;height: 500px;}
    .block__description ul, .block__description ol{margin: 16px 0;}
    .to_top{bottom: 80px;right: 50px;}
    .block__description h2{font-size: 28px;margin-bottom: 20px;}
    .advantages, .featured_catefories_grid{grid-template-columns: repeat(2, 1fr);gap: 24px;}
    .hs_main_about_image_wrapper{position: relative;}
    .hs_main_about_image{bottom: -90px;right: -60px;margin-top: -60px;}
    .hs_main_about_grid{align-items: flex-end;}
    .hs_product_left{max-width: 600px;}
    .gear_images, .product_title_block{height: 500px;}
    .fn_gear_mini_images{max-height: 500px;min-height: 500px;}
    .hs_product_gear_wrapper, .product_block_wrapper{gap: 32px;}
    .product_buttons{gap: 20px;margin-top: 30px;flex-direction: column;}
    .product_ttl{font-size: 36px;line-height: 122%;}
    .hs_callback_form_wrapper{position: static;}
    .hs_callback_inner {gap: 50px;flex-flow: column;}
    .browsed_products_wrapper .products_list, 
    .hs_conf_related_products_wrapper .products_list{grid-template-columns: repeat(3, 1fr);gap: 16px;}
    .hs_conf_product_page{padding: 10px 0 0;}
    .product_item .product-page__sku{display: none;}
    .hs_product_item{gap: 12px;}
    .products__grid{grid-template-columns: 332px 1fr;gap: 20px;}
    .hs_cat_image{max-width: 200px;height: 200px;}
    .hs_callback_wrapper {padding: 70px;}
    .hs_cat_page{padding: 10px 0 100px;}
    .hs_callback_wrapper{margin-bottom: 100px;}
    .category_items_wrapper .filter__catalog_menu{grid-template-columns: repeat(4, 1fr);gap: 16px;}
    .page_about{flex-direction: column;gap: 50px;}
    .hs_header{padding: 20px 0;}
    .fn_category_slide.category_items {padding: 0 0 0;margin: 0 0 0;}               
    .fn_category_slide {display: none;}             
    .products__grid .filter__group{max-height: 100%;}          
}

@media (max-width: 1000px) {
    .container {max-width: 720px;}
    .featured_catefories_grid {grid-template-columns: repeat(2, 1fr);}
    .hs_header_inner {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        max-height: calc(100dvh - 100px);
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #FEFEFE;
        border-top: 1px solid #D9D9D9;
        padding: 16px;
        overflow: auto;
    }
    #wishlist{display: none;}
    .main_form {margin: 0 auto;}
    .footer_inner {flex-direction: column;}
    .hs_header_right_section {
        width: 100%;
        flex-direction: column;
        align-items: baseline;
        gap: 25px;
    }

    .hs_header_right_section .hs_mobile_burger {
        display: none;
    }

    .hs_header_right_section .hs_btn {
        display: none;
        width: 345px;
        max-width: 100%;
    }

    .search_form_wrapper {
        width: 100%;
    }

    .search_input {
        width: 100%;
        max-width: 100%;
    }

    .hs_header_languages {
        position: relative;
        order: -1;
        flex-direction: row;
        margin-bottom: 25px;
        color: #002338;
        gap: 16px;
    }

    .hs_header_inner .header_logo {
        display: none;
    }

    .header_menu_level_1.header_menu {
        position: relative;
        top: unset;
        left: unset;
        display: flex;
        flex-direction: column;
        max-height: unset;
        padding: unset;
        box-shadow: unset;
        gap: unset;
        order: 1;
    }

    .header_menu_level_1>.header_menu_item_1 {
        height: unset;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        padding: 25px 0;
        gap: unset;
    }

    .header_menu_level_1>.header_menu_item_1:not(:last-child) {
        border-bottom: 1px solid #BCC6D1;
    }

    .header_menu_level_1.header_menu:after,
    .header_menu_level_2:after {
        content: none;
    }

    .header_menu_level_1>.header_menu_item_1>.header_menu_item_link {
        font-size: 20px;
    }

    .header_menu_level_2 {
        display: none;
        position: relative;
        box-shadow: unset;
        border: unset;
        padding: unset;
        flex-direction: column;
        flex-wrap: unset;
        padding: 20px 10px 0;
        top: unset;
        left: unset;
    }

    .header_menu_level_2.header_menu_cat {
        display: none;
        flex-direction: column;
        flex-wrap: unset;
        max-height: unset;
    }

    .header_menu_grid {
        width: unset;
    }

    .header_menu_item_link {
        font-size: 16px;
    }

    .header_menu_item_1>.fn_mobile_menu_eventer>.header_menu_item_link {font-size: 22px;min-height: 50px;}
    .subcategory_grid {grid-template-columns: repeat(2, 1fr);}
    .hs_callback_inner {
        gap: 30px;
    }
    .hs_callback_desc {
        flex: unset;
        width: 100%;
    }

    .hs_callback_form_wrapper {
        width: 100%;
    }

    .hs_callback_form {
        max-width: 100%;
    }

    .swiper_shadow {
        margin: unset;
    }

    .product_swiper .swiper_shadow {
        padding: unset;
    }

    .hs_page_wrapper {
        gap: 80px;
    }

    .hs_blog_sidebar {
        width: 100%;
        position: relative;
        top: unset;
    }

    .hs_about_tabs {
        white-space: nowrap;
        overflow: auto;
    }

    .hs_info_page_grid.hs_grid_4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .hs_info_page_ttl {
        font-size: 28px;
    }

    .hs_info_page_content {
        gap: 20px;
    }

    .hs_info_page_grid.hs_grid_5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_page_doc_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .hs_document_item_image {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .hs_document_item {
        padding: 10px;
        gap: 15px;
    }

    .hs_document_item_name {
        font-size: 14px;
    }

    .hs_footer_menus {
        flex-direction: column;
        gap: 24px;
    }

    .hs_footer_menus_grid {
        row-gap: 24px;
    }

    .hs_product_wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .hs_product_left {
        position: relative;
        top: unset;
    }

    .hs_conf_product_page_header .hs_main_btn {
        display: none;
    }

    .hs_product_gear_wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .product_buttons{flex-direction: row;}
    .product_block_wrapper{flex-direction: column;}
    .product_block_wrapper.product_features_block{flex-direction: column-reverse;}
    .product_descritpion_block{padding-bottom: 0;}
    .browsed_products_wrapper .products_list, 
    .hs_conf_related_products_wrapper .products_list{grid-template-columns: repeat(2, 1fr);gap: 30px;}

    .hs_gear_image {
        width: 576px;
        max-width: 100%;
    }

    .hs_conf_product_page_header {
        margin-bottom: 16px;
    }

    .hs_product_header .hs_btn {
        display: flex;
    }
    .hs_conf_product_page_header{flex-direction: column;gap: 24px;align-items: flex-start;margin-bottom: 30px;}
    .sidebar:not(.sidebar--user) {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: -360px;
        width: 332px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 0 15px;
        overflow-y: auto;
        transition: .3s;
        background: #F4F4F4;
        border-radius: 0 10px 10px 0;
    }
    .sidebar__header.opened {
        right: 5px;
        z-index: 5;
    }
    .sidebar.opened {
        left: 0;
        overscroll-behavior: none;
    }
    .products__grid{grid-template-columns: 1fr;}
    .switch_mobile_filter {
        background: var(--basic-company);
        border: 1px solid var(--basic-company);
        color: #ffffff;
        font-size: 14px;
        padding: 12px 0;
        width: 100%;
        max-width: 440px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .switch_mobile_filter svg{transform: rotate(270deg);}
    .hs_conf_cat_desc{
        padding: 30px;
        flex-direction: column;
        gap: 0;
        align-items: flex-end;
    }
    body.opened::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 999;
        left: 0;
        top: 0;
    }
    .sidebar__boxed{background-color: transparent;padding: 0;}
    .fn_features .features_catalog_title, 
    .header_menu_eventer_dropdown{display: none;}
    .features_catalog_title{font-size: 26px;margin-bottom: 0;}
    .sidebar__header--close {display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;padding-top: 30px;}
    .products__grid .filter__catalog_item{margin-bottom: 10px;}
    .header_informers{flex-direction: column;gap: 20px!important;order: -1;width: 100%;align-items: flex-start;}
    .header_new__search, .search_form_inner form{width: 100%;}
    .switcher__item{border: none;border-radius: 0;padding: 0;background: transparent;width: 100%;height: 100%;align-items: center;justify-content: center;position: static;}
    .switcher{width: 74px;height: auto;}
    .switcher__visible .switcher__name{padding-bottom: 0;}
    .header__menu {width: 100%;}
    .header_menu_item_link svg{top: auto;}
    .header_menu_item_link{padding: 0;}
    .header_menu_item_link svg{display: none;}
    .header_menu_item_link_wrapper{height: auto;}
    .header_menu_level_2.header_menu_cat, 
    .header_menu_level_2{opacity: 1;visibility: visible;z-index: 3;gap: 30px;top: 0!important;height: auto;}
    .header_menu_level_1>.header_menu_item_1{padding: 10px 0;}
    .hs_dropdown_mob {display: flex;width: 50px;height: 50px;align-items: center;justify-content: center;}
    .fn_mobile_menu_eventer.active_eventer svg {transform: rotate(180deg);}
    .fn_mobile_menu_eventer.active_eventer .header_menu_item_link {color: var(--basic-company);}
    .header_menu_level_3.header_menu{padding-left: 10px;}
    .switcher__visible {height: 50px;width: 100%;align-items: center;justify-content: center;}
    .switcher__link{padding-bottom: 16px;}
    .autocomplete-suggestions{z-index: 999 !important;}
    .switcher__item{border: 1px solid #EFEFEF;align-items: flex-start;}
    .switcher__hidden{padding-left: 10px;}
    .hs_header{padding: 0;}
    .fn_gear_mini_images{min-height: auto;}

}

@media (max-width: 768px) {
    .hs_header_mobile_right_section .hs_btn {
        display: none;
    }

    .hs_header_right_section .hs_btn {
        display: flex;
    }

    .banner_item_w_bg {
        height: 600px;
    }

    .hs_main_banner_text {
        gap: 15px;
    }

    .hs_main_banner_text_main {
        font-size: 40px;
    }

    .hs_main_banner_text_add {
        font-size: 14px;
        max-width: calc(100% - 110px);
        margin: auto;
    }

    .featured_catefories_grid {gap: 20px;}
    .hs_subcategory {
        padding: 30px 15px 15px;
    }

    .hs_subcategory_image {
        width: 200px;
        height: 200px;
    }

    .hs_subcategory_name {
        font-size: 16px;
    }

    .hs_main_about_inner:nth-child(5n),
    .hs_main_about_inner:nth-child(5n + 1),
    .hs_main_about_inner:nth-child(4n) {
        gap: 20px;
    }

    .hs_main_about_ttl {
        font-size: 33px;
    }

    .hs_main_about_desc {
        font-size: 14px;
    }
    .main_contact_ttl {
        margin-bottom: 30px;
        font-size: 33px;
    }
    .main_contact_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .main_contact_item {padding: 15px 30px 20px;}
    .main_form_wrapper {
        position: relative;
        padding: unset;
    }
    .main_form_wrapper>.container {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .main_form_wrapper>.container::after{content: none;}
    .main_form {
        width: 100%;
        max-width: unset;
        padding: 20px;
        box-shadow: 0px 2px 25px 0px #003B5D2E;
        border: 1px solid #E7ECF1;
    }

    .main_form_wrapper iframe {
        position: relative;
        height: 430px;
        width: calc(100% + 48px);
        margin: 0 -24px;
        /* width: calc(100% + calc((100vw - 553px)));
        margin: 0 calc((540px - 100vw) / 2); */
    }

    .main_form_inputs {
        gap: 10px;
        margin-bottom: 10px;
    }

    .hs_footer_menu_ttl {
        font-size: 18px;
    }

    .hs_footer_contacts .hs_btn {
        margin-top: 30px;
        width: 100%;
    }

    .hs_page_header_h1 {
        font-size: 33px;
    }

    .hs_page_header_inner {
        min-height: 260px;
    }

    .hs_cetegory_description_ttl {
        font-size: 28px;
    }

    .hs_cetegory_description {
        padding: 0 0 50px;
        gap: 20px;
    }

    .subcategory_grid {
        padding: 50px 0 50px;
    }

    .hs_callback_wrapper {
        padding: 40px 60px;
        margin-bottom: 70px;
    }

    .hs_callback_desc_ttl {
        font-size: 28px;
    }

    .hs_callback_desc_title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .subcategory_tab_list .hs_btn {
        width: 100%;
        max-width: unset;
        text-align: center;
        justify-content: center;
    }

    .hs_product_item {
        flex-direction: column;
        /* align-items: center; */
    }

    .hs_product_item_image {
        padding: 10px;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .hs_product_item_content {
        gap: 10px;
        width: 100%;
    }

    .hs_product_item_name {
        font-size: 20px;
    }

    .subcategory_tab {
        margin-top: 40px;
        padding: unset;
        background-color: unset;
    }

    .subcategory_tab_inner {
        gap: 30px;
    }

    .hs_product_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs_product_features {
        margin-bottom: 16px;
    }

    .hs_product_tabs {
        display: flex;
        flex-direction: column;
        margin: 40px 0 20px;
        gap: 12px;
        border: unset;
        border-radius: unset;
        overflow: hidden;
    }

    .hs_product_tab {
        border: 1px solid #007BC1;
        border-radius: 5px;
    }

    .hs_product_tab_content {
        padding-left: unset;
    }

    .hs_featured_products_ttl {
        font-size: 28px;
    }

    .hs_featured_products_wrapper {
        gap: 40px;
    }

    .hs_article_preview_image {
        height: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .no_image.loaded {
        width: 80%;
        height: 80%;
    }

    .hs_article_preview_name {
        /* min-height: 73px; */
        -Webkit-line-clamp: 2;
    }

    .hs_about_description {
        margin: 20px 0;
    }

    .hs_page_about_wrapper .hs_main_about_ttl {
        font-size: 28px;
    }

    .hs_about_page_image {
        height: 290px;
    }

    .hs_history_inner {
        padding: 80px 0;
    }

    .hs_history_inner .hs_main_about_ttl {
        margin-bottom: 20px;
    }

    .hs_history_inner .hs_main_about_desc {
        margin-bottom: 40px;
    }

    .hs_history_wrapper {
        flex-direction: row;
        gap: 30px;
    }

    .fn_history_text_slide {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        padding: 12px 0;
    }

    .fn_history_text_slide_year {
        font-size: 40px;
    }

    .fn_history_text_slide_description {
        font-size: 14px;
    }

    .fn_history_photo_slider,
    .fn_history_text_slider {
        height: 325px;
    }

    .hs_history_first_wrapper {
        width: 60px;
        min-width: 60px;
        flex: unset;
    }

    .fn_history_photo_slider:before,
    .fn_history_photo_slider:after {
        content: none;
    }

    .history_photo_item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 5px;
    }

    .fn_history_text_slide_description {
        display: none;
    }

    .swiper-slide-active .fn_history_text_slide_description {
        display: block;
    }

    .fn_history_photo_slider:before,
    .fn_history_photo_slider:after,
    .fn_history_text_slider:before,
    .fn_history_text_slider:after {
        height: 100px;
    }

    .hs_blog_posts_wrapper {
        padding: 80px 0;
    }

    .hs_blog_posts_header {
        margin-bottom: 30px;
    }

    .hs_blog_posts_ttl {
        font-size: 33px;
    }

    .hs_blog_posts_header .hs_btn {
        height: 45px;
        max-width: 145px;
    }

    .swiper_arrow_wrapper {
        margin-top: 20px;
    }

    .hs_certificate_wrapper {
        padding: 50px 0 60px;
    }

    .hs_certificate_header {
        justify-content: flex-start;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .hs_certificate_desc {
        text-align: start;
        font-size: 14px;
    }

    .main_banner .swiper-button-next {
        right: 15px;
    }

    .main_banner .swiper-button-prev {
        left: 15px;
    }

    .main_banner .swiper_custom_arrow {
        width: 38px;
        height: 38px;
        border: unset;
    }

    .banner_anchor_wrapper {
        font-size: 14px;
    }

    .banner_anchor_wrapper {
        font-size: 14px;
        gap: 10px;
    }

    .banner_anchor {
        width: 46px;
        height: 46px;
    }

    .hs_info_page_grid {
        margin-bottom: 80px;
        gap: 10px;
    }

    .hs_info_page_item {
        padding: 20px;
        aspect-ratio: unset;
        flex-direction: row;
        gap: 20px;
        font-size: 16px;
    }

    .hs_info_page_grid.hs_grid_5 {
        grid-template-columns: repeat(1, 1fr);
    }

    .hs_conf_main_bg {
        padding: 24px 0 60px;
    }

    .hs_conf_form_wrapper {
        padding: 24px 16px 22px;
    }

    .hs_conf_form {
        grid-template-columns: repeat(1, 1fr);
    }

    .ad_banner_wrapper,
    .hs_conf_description {
        margin-top: 24px;
    }

    .hs_conf_product_features {
        gap: 9px;
    }

    .hs_conf_product_features {
        grid-template-columns: repeat(2, auto);
    }

    .configurator_wrapper {
        padding: 16px 0 24px;
    }

    .hs_conf_related_products_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .download_link:not(.gear_download_link) {
        width: 100%;
        height: 50px;
        cursor: pointer;
        border: 1px solid;
        box-sizing: border-box;
        border-radius: 5px;
        font-weight: 400;
        text-decoration: unset;
        text-align: center;
        color: #FEFEFE;
        background-color: #007BC1;
        border-color: #007BC1;
        font-size: 16px;
    }

    .hs_conf_product_descritpion_ttl,
    .hs_conf_related_products_ttl {
        font-size: 18px;
    }

    .hs_product_header .hs_btn {
        width: 100%;
    }
    .gear_download_link {
        margin: 0 auto;
    }
    .page_heading{flex-direction: column;align-items: flex-start;gap: 24px;}
    .wishlist_page .products_list{padding-top: 10px;gap: 16px;grid-template-columns: repeat(1, 1fr);}
    .wishlist_page .hs_product_item_image, 
    .post_page .hs_page_wrapper{padding: 0;}
    .wishlist_page .hs_product_item{gap: 16px;align-items: flex-start;}
    .wishlist_description{display: none;}
    .page_heading .wishlist_description{display: block;}
    .no_found_ttl{line-height: 1.3;font-size: 36px;}
    .hs_blog_grid{gap: 16px;}
    .post_page{padding: 10px 0 100px;}
    .hs_page_wrapper{flex-direction: column;}
    .photogallery_items{grid-template-columns: repeat(3, 1fr);}
    .block__description iframe{height: 400px;}
    .main_banner_image{height: 580px;}
    .main_banner_inner{width: 100%;max-width: 80%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
    .hs_conf_related_products_wrapper{margin: 40px 0 60px;}
    .category_items_wrapper .filter__catalog_menu {grid-template-columns: repeat(3, 1fr);}
}

@media (max-width: 767px) {
    h1, .h1 {font-size: 36px;margin-bottom: 24px!important;}
    .main_contact_item svg{min-width: 40px;height: 40px;width: 40px;}
    .feedback_description{font-size: 14px;margin-bottom: 30px;}
    .main_contact_grid .main_contact_item{padding: 15px 30px;}
    .main_contact_item_ttl, .main_contact_item_link{font-size: 14px;}
    .main_contact_item_inner {gap: 6px;}
    .main_form_wrapper .main_form_header{margin-bottom: 10px;}
    .hs_footer_menus_grid{order: -1;padding: 0;gap: 20px;}
    .footer_logo svg{height: 50px;width: 185px;}
    .footer_inner{padding: 50px 0 40px;}
    .hs_online_shop_link{max-width: 240px;font-size: 14px;margin-top: 24px;}
    .hs_footer_menus{flex-flow: row wrap;row-gap: 40px;}
    .hs_menu_footer{width: 43%;gap: 20px;padding: 0;}
    .footer_copyright_inner{align-items: center;justify-content: center;gap: 16px;flex-direction: column;}
    .footer__title{font-size: 22px;}
    .hs_menu_footer .menu_group__list, .footer__content.footer__menu{gap: 12px;}
    .page_heading h1{margin: 0!important;}
    .page_heading{gap: 16px;}
    .print_version_link{padding: 14px 0; max-width: 100%;}
    .print_version_form{max-width: 100%;}
    .wishlist_page .hs_product_item{padding: 14px 10px;}
    .wishlist_page .hs_product_item_name{-webkit-line-clamp: 3;margin-bottom: 10px;padding-right: 40px;font-size: 16px;padding-right: 24px;line-height: 1.3;}
    .wishlist_page .wishlist_button__remove, .wishlist_page .wishlist_button__remove svg{height: 24px;width: 24px;}
    .wishlist_page .wishlist_button__remove{right: 10px;top: 14px;}
    .product-page__sku{font-size: 12px;}
    .wishlist_page .product-page__sku{ padding: 6px 12px;}
    .wishlist_page .products_list{gap: 10px;}
    .blog_page .hs_blog_wrapper{padding: 0;}
    .wishlist_page, .blog_page, 
    .page_about{padding: 10px 0 70px;}
    .blog_banner img{max-width: 100%;}
    .post_page{padding: 10px 0 0;}
    .wishlist_page .hs_product_item_image{width: 70px;height: 70px;min-width: 70px;}
    .no_found_wrapper::before{max-width: 346px;height: 346px;top: 70px;}
    .no_found_wrapper{justify-content: flex-start;padding: 100px 0 70px;}
    .no_found_ttl {font-size: 26px;margin-bottom: 16px;}
    .no_found_desc{font-size: 14px;margin-bottom: 24px;}
    .no_found_wrapper svg{width: 100%;max-width: 272px;height: 150px;}
    .buttons_404{flex-direction: column;gap: 16px;}
    .buttons_404 .hs_btn{max-width: 440px;}
    .hs_blog_grid, .images_wrapper {grid-template-columns: repeat(1, 1fr);}
    .hs_header_mobile {padding: 18px 0;}
    .hs_article_preview_name{font-size: 16px;-Webkit-line-clamp: 3;line-height: 1.4;}
    .hs_article_preview_annotation{font-size: 14px;-Webkit-line-clamp: 3;}
    h1.post__heading{font-size: 28px;margin-bottom: 30px !important;}
    .post_page .hs_page_wrapper{gap: 30px;}
    .hs_post_description, .block__description td, .features_wrapper, .product_descritpion{font-size: 14px;}
    .hs_blog_sidebar{padding: 30px 18px 70px;margin-left: -20px;margin-right: -20px;width: calc(100% + 35px);}
    .hs_fav_post_image{display: none;}
    .hs_blog_sidebar_ttl{margin-bottom: 0;font-size: 26px;font-weight: 700;}
    .hs_fav_post_name{-webkit-line-clamp: inherit;}
    .block__description th{font-size: 16px;}
    .block__description .table_responsive{margin: 16px 0;}
    .photogallery_items{grid-template-columns: repeat(2, 1fr);gap: 12px;}
    .block__description h2{font-size: 26px;margin-bottom: 16px;line-height: 1.2;}
    .block__description p, .block__description ul li, 
    .block__description ol li, .hs_main_about_info, 
    .callback_section_text, .hs_product_right .hs_conf_product_descritpion{font-size: 14px;}
    .hs_main_about_info ul, .hs_main_about_info ol{padding-left: 24px;}
    .block__description h3{margin-bottom: 16px;font-size: 24px;}
    .block__description iframe{height: 200px;}
    .header_logo svg{max-width: 185px;}
    .header_informers__item{width: 45px;height: 45px;}
    .main_banner{margin: 16px 0 70px;margin-left: -16px;width: calc(100% + 31px);}
    .main_banner_image, .main_banner_image::after{border-radius: 0;}
    .main_banner_inner{align-items: center;justify-content: center;text-align: center;max-width: 90%;}
    .main_banner-ttl{margin-bottom: 20px!important;line-height: 120%;}
    .main_banner-description{font-size: 14px;margin-bottom: 40px;}
    .hs_main_btn{width: 100%; max-width: 440px;}
    h2, .h2{font-size: 34px;margin-bottom: 30px;}
    .hs_subcategory{padding: 30px 10px 16px;}
    .hs_subcategory_name{font-size: 20px;}
    .main * section{padding-bottom: 70px;}
    .hs_main_about_bg{margin-left: -15px; margin-right: -15px;border-radius: 0;padding: 30px 15px;}
    .hs_about_ttl{margin-bottom: 20px;}
    .hs_main_about_image, .hs_main_about_image_wrapper{width: 100%;height: 424px;max-width: 424px;}
    .hs_main_about_image{bottom: -50px; right: -20px; margin-top: -30px;}
    .hs_main_about_image_wrapper img{height: 100%;}
    .hs_main_about_section {padding-bottom: 70px!important;}
    .advantages{grid-template-columns: repeat(1, 1fr);gap: 16px;padding: 16px 40px;}
    .advantages__item .advantages__preview{border: none!important;flex-direction: row;gap: 20px;}
    .banner_advantages__title{font-size: 50px;width: 100%;max-width: 115px;}
    .banner_advantages__description{font-size: 16px;text-align: left;}
    .callback_section_wrapper h2{font-size: 26px;margin-bottom: 24px;}
    .callback_section .hs_main_btn{max-width: 250px;}
    .callback_section_bg{height: 480px;}
    .block__header_wrapper .hs_btn{width: 100%;max-width: 140px;}
    .block__header_wrapper{margin-bottom: 30px;}
    .hs_article_preview_image{height: 211px;}
    .fn_articles_slide{padding: 0 0 80px;}
    .swiper_arrow_wrapper{bottom: 10px;}
    .main_contact_wrapper{padding-bottom: 30px!important;}
    .hs_main_contacts, .hs_product_gear_images_wrapper{flex-direction: column;}
    .fn_products_slide{padding: 16px 16px 80px;margin: -15px -15px 0;}
    .hs_conf_product_page_header .hs_conf_ttl{margin-bottom: 0!important;}
    .gear_images, .hs_product_gear_image_inner{width: 100%; height: 346px;}
    .hs_product_gear_image_inner img.loaded{width: 100%;}
    .hs_product_gear_mini_images_inner{width: 70px;height: 70px;}
    .fn_gear_mini_images, .gear_mini_images .swiper_container{width: 100%;}
    .hs_product_gear_images_inner .swiper-button-next, .hs_product_gear_images_inner .swiper-button-prev{display: none;}
    .hs_conf_product_page{padding: 24px 0 0;}
    .hs_product_gear_wrapper{gap: 40px;}
    .product_buttons{flex-direction: column;gap: 16px;}
    .fast_order_button, .product_buttons .wishlist_button{max-width: 100%;}
    .hs_product_gear_wrapper, .product_block_wrapper{margin: 0px 0 30px;padding-bottom: 30px;}
    .product_title_block{height: 200px;gap: 16px;padding: 24px 0;}
    .product_ttl{font-size: 26px;padding: 0 26px;}
    .product_block_wrapper{gap: 24px;}
    h4, .h4{font-size: 20px;}
    .hs_callback_wrapper{padding: 0;background-color: transparent;}
    .hs_gear_feature_header{font-size: 16px;}
    .hs_gear_feature div:first-child, .hs_gear_feature{font-size: 14px;}
    .product_title_block svg{width: 110px;height: 110px;}
    .hs_conf_related_products_wrapper {margin: 0 0 60px;}
    .products_list .product-page__sku{display: none;}
    .hs_product_item .wishlist_button{width: 40px;height: 40px;top: 10px;right: 10px;}
    .hs_product_item .wishlist_button svg{width: 26px;height: 26px;}
    .hs_product_item{gap: 0;padding: 30px 10px 10px 10px;}
    .hs_product_item_name{font-size: 14px;line-height: 130%;min-height: 36px;}
    .browsed_products_wrapper{padding-bottom: 70px;}
    .browsed_products_wrapper .products_list, 
    .hs_conf_related_products_wrapper .products_list{gap: 10px;}
    .hs_callback_desc{background: #F2F7FA;padding: 40px;width: auto;border-radius: 10px;}
    .hs_callback_desc_ttl{font-size: 34px;font-weight: 700;margin-bottom: 16px;}
    .hs_callback_desc_title{margin-bottom: 30px;}
    .hs_callback_wrapper .main_contact_item_link{line-height: 22px;}
    .hs_main_contacts{gap: 20px;align-items: flex-start;}
    .hs_callback_form{padding: 20px;}
    .callback_form_title{font-size: 20px;line-height: 120%;}
    .hs_callback_form .main_form_inputs{margin-bottom: 0;gap: 5px;}
    .hs_callback_form_footer {margin-top: 5px;}
    .popup{padding: 30px 20px !important;}
    .popup .f-button svg{width: auto!important;height: auto!important;}
    .fancybox__content>.f-button.is-close-btn {top: 10px !important;right: 10px !important;}
    .popup .form__title{font-size: 20px;margin-bottom: 16px;}
    .form__sub_title{font-size: 14px;margin-bottom: 10px;}
    .form__footer .fast_order_button{margin-top: 0;}
    .hs_callback_inner {gap: 20px;}
    .products_grid{gap: 10px;}
    .switch_mobile_filter{padding: 10px 0;}
    .products__grid{margin-bottom: 70px;}
    .hs_conf_cat_desc{margin-left: -15px;margin-right: -15px;border-radius: 0;padding: 30px 15px 0 15px;}
    .hs_cat_image{width: 110px;height: 110px;}
    .hs_cat_page{padding: 24px 0 70px;}
    .category_items_wrapper .filter__catalog_menu{grid-template-columns: repeat(2, 1fr);gap: 10px;margin-bottom: 70px;}
    .category_items-wrp .filter__catalog_link img, .filter_catalog__no_image svg{max-width: 90px;}
    .filter_catalog__no_image svg{height: 90px;width: 90px;}
    .hs_page_wrapper {padding-bottom: 70px;}
}

@media (max-width: 576px) {
    .container {max-width: 540px;}
    .container-fluid,
    .container-less,
    .container {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .featured_catefories_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .main_form_wrapper iframe {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .hs_about_image {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .hs_about_image_1 {
        clip-path: polygon(0% 100%, 100% calc(100% - 30px), 100% 0%, 0% 0%);
    }

    .hs_about_image_2 {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 30px);
    }

    .to_top {
        bottom: 25px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    .to_top svg{
        width: 45px;
        height: 45px;
    }

    .hs_mobile_burger {
        width: 45px;
        height: 45px;
    }
    .subcategory_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .breadcrumbs {
        padding: 16px 0;
    }

    .hs_product_header {
        flex-direction: column;
        align-items: baseline;
    }

    .hs_product_right .hs_btn {
        width: 100%;
    }

    .swiper_arrow_wrapper {
        margin-top: 24px;
    }

    .hs_product_item_annotation {
        display: -Webkit-box;
        -Webkit-box-orient: vertical;
        overflow: hidden;
        -Webkit-line-clamp: 8;
    }

    .hs_featured_products_wrapper {
        margin-bottom: 80px;
    }

    .hs_page_wrapper {
        padding: 50px 0 80px;
        gap: 40px;
    }

    .fn_history_photo_slider:before,
    .fn_history_photo_slider:after,
    .fn_history_text_slider:before,
    .fn_history_text_slider:after {
        height: 80px;
    }

    .hs_certificate_inner .product_swiper {
        margin-right: -15px;
    }

    .hs_product_features {
        padding-left: 18px;
        column-gap: 26px;
        row-gap: 9px;
    }

    .hs_product_wrapper {
        margin: 0px 0 16px;
    }

    .hs_gear_image {
        width: 100%;
        max-width: 100%;
    }

    .hs_product_header_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .hs_gear_feature_header div,
    .hs_gear_feature div {
        padding: 11px 12px 10px;
    }
    .hs_product_gear_image_inner {
        padding: 16px;
    }

    .hs_product_gear_image_inner {
        width: auto;
    }

    .hs_product_left {
        flex: 1;
        width: 100%;
    }

    .mobile_panel {
        display: block;
        bottom: -85px;
    }
    .post_page .hs_read_more{max-width: 440px;padding: 12px 0;}
}

@media (max-width: 360px) {
    .no_found_ttl, h1.post__heading{font-size: 22px;}
    .header_logo svg {max-width: 160px;}
    .callback_section_bg{height: 550px;}
    .hs_callback_wrapper .main_contact_item_link{font-size: 16px;line-height: 19px;}
    .popup .form__title {font-size: 18px;}
    .search_form_inner{min-width: 100%;}
}