@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 960px;
    }

    .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_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 {
        display: flex;
    }

    .footer_social_item:hover .social_item_bg {
        fill-opacity: 1;
    }

    .hs_menu_footer .menu_group__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_article_preview:hover {
        box-shadow: 0px 4px 28px 0px #00507F2E;
    }

    .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;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1650px;
    }

    .hs_conf_main_bg>.container {
        max-width: 1330px;
    }
}

@media (max-width: 1700px) {
    .featured_catefories_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .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;
    }

    .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_inner {
        padding: 20px 0;
    }

    .hs_header_right_section {
        gap: 20px;
    }

    .header_logo {
        height: 60px;
    }

    .header_logo svg {
        width: 100%;
        height: 100%;
    }

    .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_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;
    }

    .hs_menu_footer .menu_group__list {
        max-width: unset;
    }

    .main_contact_item {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .main_contact_item_ttl {
        margin: unset;
    }

    .subcategory_tab_list {
        flex: unset;
    }

    .hs_blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_blog_sidebar {
        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_gear_image {
        width: 400px;
    }

    .hs_product_gear_images_wrapper,
    .hs_product_gear_image_inner {
        width: 500px;
        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(1, 1fr);
    }

    .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;
    }
}

@media (max-width: 1000px) {
    .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;
    }

    .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: 25px 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: 20px;
    }

    .fn_mobile_menu_eventer.active_eventer {
        font-weight: 600;
    }

    .fn_mobile_menu_eventer.active_eventer .header_menu_item_link {
        color: #007BC1;
    }

    .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 {
        width: 390px;
        margin: 0 auto;
        max-width: 100%;
    }

    .swiper_shadow {
        margin: unset;
    }

    .product_swiper .swiper_shadow {
        padding: unset;
    }

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

    .hs_page_wrapper {
        gap: 80px;
    }

    .hs_blog_sidebar {
        width: 100%;
        padding: unset;
        box-shadow: unset;
        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 {
        margin: 0 auto;
        position: relative;
        top: unset;
    }

    .hs_conf_product_page_header .hs_main_btn {
        display: none;
    }

    .hs_product_gear_wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .hs_gear_image {
        width: 576px;
        max-width: 100%;
    }

    .hs_conf_product_page_header {
        margin-bottom: 16px;
    }

    .hs_product_header .hs_btn {
        display: flex;
    }
}

@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 {
        padding: 40px 0 80px;
        gap: 15px;
    }

    .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_wrapper {
        padding: 80px 0 30px;
    }

    .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: 25px;
    }

    .main_form {
        width: 100%;
        max-width: unset;
        padding: 20px;
    }

    .main_form_wrapper iframe {
        position: relative;
        height: 430px;
        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 0 60px;
    }

    .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;
        gap: 16px;
    }

    .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;
        padding: 0px 0px 25px;
        margin-bottom: 16px;
    }

    .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: 3;
    }

    .pagination {
        gap: 10px;
    }

    .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_ttl {
        margin: 0 0 24px 0px;
        font-size: 28px;
    }

    .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_page {
        padding: 24px 0 60px;
    }

    .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;
    }
}

@media (max-width: 576px) {

    .container-fluid,
    .container-less,
    .container {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

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

    .hs_footer_menus_grid {
        row-gap: 60px;
        column-gap: 20px;
    }

    .main_form_wrapper iframe {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .footer_copyright_inner {
        gap: 20px;
    }

    .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: 25px;
        width: 45px;
        height: 45px;
    }

    .hs_mobile_burger {
        width: 45px;
        height: 45px;
    }

    .hs_header_mobile {
        padding: unset;
    }

    .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: 30px;
    }

    .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;
    }

    .no_found_ttl {
        font-size: 24px;
    }

    .hs_product_features {
        padding-left: 18px;
        column-gap: 26px;
        row-gap: 9px;
    }

    .hs_product_wrapper {
        margin: 0px 0 16px;
    }

    .hs_conf_related_products_wrapper {
        margin: 16px 0 60px;
    }

    .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_gear_features {
        margin-bottom: 24px;
    }

    .hs_product_gear_images_inner .swiper-button-next {
        right: -12px;
    }

    .hs_product_gear_images_inner .swiper-button-prev {
        left: -12px;
    }

    .hs_product_gear_image_inner {
        width: auto;
        padding: 0;
    }

    .hs_product_left {
        flex: 1;
        width: 100%;
    }

    .mobile_panel {
        display: block;
        bottom: -85px;
    }
}