@media (min-width: 1401px) {
    .hs_mobile_burger {
        display: none
    }
}
@media (min-width: 1000px) {
    .subcategory_tab_list .hs_btn:hover {
        background-color: #007BC11A;
    }
    .header_menu_item_1:hover{
        background-color: rgba(130, 143, 155, 0.05);
    }

    .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;
    }

    .hidden_desktop {
        display: none
    }

    .hs_transparent_btn:hover {
        background-color: #001F6F73;
    }
    
    .da_transparent_btn:hover::before, .hs_main_btn:hover::before,
    .callback:hover::before, .block__more:hover::before {
        opacity: 1
    }

    .hs_download_btn:hover {
        background-color: #2E5E00;
        box-shadow: 0px 3px 17px 0px #1F3F0091;
    }

    .header_menu_item_link:hover,
    .da_subcategory:hover .da_subcategory_title,
    .hs_about_tab:hover {
        color: var(--second-company-text);
    }

    .da_subcategory:hover .da_subcategory_description {
        opacity:1;
        visibility: visible
    }

    .da_dealers_item:hover {
        box-shadow: 0px 4px 28px 0px #00507F2E;
    }

    .da_subcategory::before {
        content:'';
        width: 100%;
        height: 0;
        background: #00000066;
        filter: blur(1px);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s ease-out;
        z-index: 10;

    }
    
    .btn_go_back {
        display: none
    }

    .da_subcategory:hover::before {
        height: 40%
    }

    .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: block;
    }

    .footer_social_item:hover .social_item_bg {
        fill-opacity: 1;
    }

    .hs_menu_footer .menu_group__link:hover {
        text-decoration: none;
    }

    .to_top:hover svg {
        transform: scale(1.5);
    }

    .da_subcategory:hover {
        box-shadow: 0px 4px 31px 0px #00507F2E;
    }

    .da_subcategory:hover img {
        transform: scale(1.08);
    }


    .main_contact_item:hover {
        box-shadow: 0px 5px 24px 0px #001D5821;

    }
    .main_contact_item_link {
        transition: all .3s ease-out
    }

    .main_contact_item:hover .main_contact_item_link {
        color: #5A77D9
    }

    .main_contact_item:hover .main_contact_item_ttl{
        color: var(--second-company-text)
    }

    .callback:hover, .block__more:hover {
        color: #fff;
    }

    .hs_product_item:hover .hs_product_item_name {
        color: var(--second-company-text);
    }

    .hs_article_preview:hover .hs_article_preview_name,
    .hs_fav_post:hover .hs_fav_post_name {
        color: #5A77D9;
    }
    
    .hs_article_preview:hover .hs_read_more {
        gap: 18px;
        color: #281470;
    }

    .hs_header_mobile {
        display: none;
    }

    .hs_product_item:hover {
        box-shadow: 0px 4px 23px 0px #00164224;

    }

    .hs_product_item:hover .da_transparent_btn::before {
        opacity: 1;
    }

    .hs_product_tab:hover {
        background-color: #E2EBF1;
    }

    .swiper_custom_arrow:hover {
        box-shadow: 0px 0px 17px 0px #00507F3B;
        color: #281470;
    }

    .pagination__item a:hover {
        color: #FEFEFE
    }

    .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;
    }
    .header_menu_item_2 .header_menu_eventer_dropdown svg {
        display: none
    }
}


/* @media (min-width: 1400px) {

    .hs_mobile_burger {
        display: none;
    }
} */
@media (max-width: 1600px) {

}

@media (max-width: 1400px) {
    .featured_catefories_grid {
        grid-template-columns: repeat(4, 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, .feedback_contact_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feedback_contact_flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);;
    }

    .hs_footer_menus {
        flex-direction: column;
    }

    .hs_header_mobile {
        padding: 20px 0;
    }

    .hs_mobile_burger {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        cursor: pointer;
        transition: .5s;
        background: linear-gradient(90.18deg, #281470 4.4%, #522DD4 106.3%);

    }

    .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 {
        box-shadow: 0px 20px 28px 0px #00304C1F;
        left: calc(11% - 10px);
    }

    .header_menu_item_1:first-child .header_menu_level_2 {
        left: calc(9% - 10px);
    }

    .header_menu_level_2:after {
        width: 1214px;
    }

    .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;
    }

    .products_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .subcategory_tab_list {
        flex: unset;
    }

    .hs_product_image {
        width: 100%;
        max-width: 500px;
    }

    .hs_blog_grid {
        grid-template-columns: repeat(3, 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);
    }
}

@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_1.header_menu {
        padding: 0px calc((100% - 974px) / 2);
    }

    .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_left {
        position: relative;
        top: unset;
    }

    .hs_product_left {
        position: relative;
        top: unset;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .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;
    }
    .da_portfolio_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .header_menu_item_1:first-child .header_menu_level_2 {
        left: calc(6% - 10px);
    }

    .header_menu_level_2 {
        left: calc(8% - 10px);
    }
}

@media (max-width: 1000px) {
    .featured_catefories_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_header_inner {
        display: none;
        flex-direction: column;
        align-items: flex-end;
        max-height: calc(100dvh - 100px);
        height: calc(100dvh - 100px);
        overflow: auto;
        box-sizing: border-box;
        justify-content: start;
    }

    .header_menu_eventer_dropdown {
        padding: 8px 100% 8px 0px;
    }

    .header_menu_eventer_dropdown svg {
        transform: rotate(-90deg);
    }

    .main_form {
        margin: 0 auto;
    }

    .footer_inner {
        flex-wrap: wrap;
    }
    .hs_menu_footer {
        width: 47%
    }

    .hs_header_right_section {
        width: 100%;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 15px;
    }

    .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: 34px;
        color: #002338;
        gap: 12px;
    }

    .hs_header_languages:after {
        content: '';
        width: 100%;
        height: 4px;
        background-color: #E7ECF1;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
    }

    .hs_header_lang_item {
        padding: 0 5px;
    }

    .hs_header_lang_item.active_lang:after {
        left: 0;
        top: calc(100% + 10px);
        width: 100%;
        height: 4px;
    }

    .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: 15px 0;
        gap: unset;
        position: unset;
    }

    .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: 22px;
    }

    .header_menu_level_2 {
        display: none;
        position: absolute;
        box-shadow: unset;
        border: unset;
        padding: unset;
        flex-direction: column;
        flex-wrap: unset;
        padding: 5px 10px 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        row-gap: 0;
        justify-content: flex-start;
        transform: translate(0,0px);
    }

    .header_menu_item_1:first-child .header_menu_level_2 {
        row-gap: 0;
    }

    .header_menu_item_2 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .header_menu_item_2 .header_menu_item_link_wrapper, .header_menu_item_2 .header_menu_item_link_wrapper a {
        width: 100%
    }
    .header_menu_item_link_wrapper {
        padding: 0px;
        width: 100%;
    }

    .header_menu_item_2 .header_menu_item_link_wrapper a {
       padding: 10px 0;
       white-space: nowrap;
    } 

    .header_menu_level_2.header_menu_cat {
        display: none;
        flex-direction: column;
        flex-wrap: unset;
        max-height: unset;
        gap: 20px
    }

    .btn_go_back {
        margin-top: 10px;
        max-width: 98%;
    }

    .header_menu_grid {
        width: unset;
        gap: 0
    }

    .header_menu_item_3 .header_menu_item_link_wrapper {
        gap: 0;
    }
    .header_menu_level_3 {
        display: none
    }

    .header_menu_level_2 .active_eventer .header_menu_eventer_dropdown svg {
        transform: rotate(180deg);
    }
    .header_menu_level_2 .header_menu_eventer_dropdown svg {
        transform: rotate(0deg);
        transition: all .3s ease-out
    }

    .btn_close_popup {
        top: 10px;
         right: 10px;
    }

    .header_menu_item_3 .header_menu_item_link_wrapper a{
        padding: 7px 10px
    } 
    .header_menu_level_2.header_menu_cat {
        gap: 10px
    }

    .header_menu_item_link {
        font-size: 16px;
    }

    .header_menu_item_1>.fn_mobile_menu_eventer>.header_menu_item_link {
        font-size: 20px;
        padding: 0;
        white-space: nowrap;
    }

    .fn_mobile_menu_eventer.active_eventer {
        font-weight: 600;
    }

    .fn_mobile_menu_eventer.active_eventer .header_menu_item_link {
        color: var(--second-company-text);
    }

  /*   .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(2, 1fr);
    }

    .hs_page_wrapper {
        gap: 80px;
    }

    .hs_blog_sidebar {
        width: 100%;
        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;
    }

    .da_about_item {
        flex-direction: column-reverse;
    }
    .da_about_img, .da_about_content {
        width: 100%
    }
    .da_services_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .da_subcategory_description {
        opacity: 1;
        visibility: visible
    }

    .da_subcategory::before {
        content: '';
        width: 100%;
        height: 40%;
        background: #00000066;
        filter: blur(1px);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s ease-out;
        z-index: 10;
    }

    .menu_group--selectedcategories, .da_advantages_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .da_object_name {
        font-size: 18px;
    }
    .da_objects_list {
        gap: 12px
    }
    .da_portfolio_grid {
        gap: 0
    }
    .da_portfolio_image {
        height: 150px
    }
    .da_portfolio_cat_content {
        max-width: 100%;
    } 
    .portfolio_desc {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .da_port_item_content picture {
        width: 70%;
    } 
    .hs_product_wrapper {
        flex-direction: column;
        padding: 15px 0 0
    }
    .hs_product_left, .hs_product_image {
        max-width: 100%
    }

    .header_menu_item_1:first-child .header_menu_level_2 {
        left: 0;
    } 

    .callback_popup {
        padding: 30px 20px
    }
    .callback_header_form {
        font-size: 26px
    }

    .hs_header_inner .header-contact {
        order: 1;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #D0CCDE;
    margin-top: 10px;
    }

    .hs_header_inner .header-contact__inner  {
        flex-direction: column;
        gap: 16px;
        
    }
    .btn_go_back {
        /* width: 30px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
        background: #F5F7FA;
        border: 1px solid #D9DFE5;
        padding: 10px;
        border-radius: 6px;
        margin-top: 10px
    }

    .btn_go_back svg {
        width: 18px;
        height: 30px;
        color: var(--second-company-text);
        transform: rotate(90deg);
        margin-right: 10px;
    }
    .da_description_block iframe {
        width: 600px;
    }

    .da_dealers_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@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;
    }

    .da_subcategory_image {
        max-height: 100%
    }

    .da_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;
    }

    .da_services_grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .main_contact_grid, .feedback_contact_grid, .feedback_contact_flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .main_contact_item {
        padding: 15px 30px 20px;
        border-color: #D4DEE9;
    }

    .main_form_wrapper, .feedback_form_wrapper {
        position: relative;
        padding: unset;
    }

    .main_form_wrapper>.container, .feedback_form_wrapper>.container {
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .main_form {
        width: 100%;
        max-width: unset;
        padding: 20px;
        box-shadow: 0px 4px 20px 0px #000D4036;

    }

    .main_form_wrapper iframe, .feedback_form_wrapper iframe {
        position: relative;
        height: 430px;
    }
    .feedback_form_wrapper:after {
        display: none
    }
    
    .da_feedback_title {
        margin: 0 0 20px
    }

    .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: 0 0 30px;
    }

    .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: 20px;
        padding: 10px
    }

    .hs_product_item_image {
        width: 100%;
    }

    .hs_product_item_content {
        gap: 10px;
    }

    .hs_product_item_name {
        font-size: 16px;
        height: 44px
    }

    .subcategory_tab {
        margin-top: 40px;
        padding: unset;
        background-color: unset;
    }

    .subcategory_tab_inner {
        gap: 30px;
    }

    .products_grid {
        margin: 40px 0 80px;
        grid-template-columns: repeat(2, 1fr);
    }

    .hs_product_header {
        padding: 0 0px 20px;
    }

    .hs_product_features {
        margin-bottom: 20px;
    }

    .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);
    }

    .da_main_banner_text_main, .da_categories_title h2, .da_services_title h2 {
        font-size: 36px
    }

    .main_banner {
        padding-bottom: 30px
    }
    .da_featured_block, .main_contact_wrapper{
        padding: 30px 0
    }
    .hs_main_about_wrapper, .main_articles {
        padding: 30px 0 60px
    }
    .main_banner::after {
        bottom: 29px
    }
    .about_content {
        flex-direction: column;
        gap: 18px
    }
    .da_about_us_content, .about_content iframe {
        width: 100%
    }
    .menu_group--selectedcategories, .da_advantages_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .menu_group--selectedcategories {
        padding-left: 0
    }
    .da_objects_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .da_object_item {
        flex-direction: row;
        border: 1px solid #EFEFEF;
        box-shadow: 0px 4px 21px 0px #00164214;
        gap: 4px
    }
    .da_object_item picture, .da_object_item .cat_about_content {
        width: 50%;
        padding: 12px
    }
    .da_object_annotation {
        padding: 0
    }
    .da_object_item picture {
        display: flex
    }
    .da_object_item:nth-child(2) {
        flex-direction: row-reverse;
    }
    .da_advantages_wrapper, .da_categories_wrapper {
        padding: 30px 0;
    }
    .da_portfolio_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .da_portfolio_image {
        height: 200px;
    }
    .portfolio_desc {
        flex-direction: column;
        gap: 24px
    }
    .da_port_item_content picture {
        width: 100%;
    }
    .blog__heading, .products_heading, .da_product_name, .da_post_name,
    .da_feedback_title h1, .h1 {
        font-size: 36px;
    }

    .footer_inner {
        column-gap: 20px;
        row-gap: 40px;
    }
    .hs_menu_footer {
        width: 45%;
    }
    .header-contact__section {
        font-size: 18px
    }
    .da_description_block iframe { 
        width: 100%
    }

    .faq_item {
        width: 100%
    }
    .da_faq_wrapper {
        flex-direction: column;
    }
}

@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: 5px;
        justify-content: center;
    }

    .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;
        left: 25px;
        width: 45px;
        height: 45px;
    }

    .hs_mobile_burger {
        width: 45px;
        height: 45px;
    }

    .hs_header_mobile {
        padding: 18px 0;
    }

    .subcategory_grid {
      /*   grid-template-columns: repeat(1, 1fr); */
        gap: 15px;
    }

    .hs_product_header {
        flex-direction: column;
        align-items: baseline;
    }

    .main_banner::after {
        clip-path: polygon(0 0, 35% 0, 50% 100%, 65% 0, 100% 0, 100% 100%, 0 100%);
    }

    .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 {
        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;
    }
    .da_subcategory {
        max-height: 300px
    }
    .da_main_banner_text_main, .da_categories_title h2, .da_services_title h2 {
        font-size: 28px;
    }
    .da_main_banner_text_add, body, .da_categories_title div, .da_services_title div,
    .da_trust_banner_text_add, .hs_main_btn, .callback, .block__more {
        font-size: 14px
    }

    .da_categories_title h2, .da_services_title h2 {
        margin: 0 0 16px
    }
    .featured_catefories_grid {
        padding: 30px 0
    }
    .da_services_item {
        padding: 12px;
        border: 1px solid #B4BCD8;
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px #0016420F;

    }

    .da_services_grid, .main_contact_grid {
        padding: 30px 0 
    }

    .main_contact_wrapper {
        padding: 30px 0 0
    }
    .da_about_content {
        position: relative
    }
    .da_about_content .da_services_title {
        padding-top: 74px
    }
    .da_about_logo_desc {
        flex-direction: column
    }
    .mini_logo {
        position: absolute;
        top: 0
    }
    .mini_logo::before {
        bottom: 0;
    }
    .da_about_content img {
        padding: 0 27px 8px
    }
    .da_about_item img {
        width: 100%
    }
    .main_contact_item_inner {
        gap: 12px
    }
    .to_top svg {
        height: 45px;
        width: 45px
    }
    .header_top_block {
        padding: 18px 0
    }
    .blog__heading, .products_heading, .da_product_name, .da_post_name,
    .da_feedback_title h1, .h1 {
        font-size: 28px;
    }
    .products_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .hs_post_wrapper {
        width: 100%
    }
    .hs_post_description iframe {
        width: 100%;
        border: none;
        border-radius: 10px;
    }

    .switcher__link {
        font-size: 16px
    }

    .hs_menu_footer {
        width: 47%;
    }
    .hs_menu_footer:last-child {
        width: 100%;
        border-top: 1px solid #FFFFFF40;
        padding-top: 24px;
    }
    .footer_inner {
        row-gap: 24px;
        padding: 40px 0
    }
    .hs_footer_contacts {
        border-bottom: 1px solid #FFFFFF40;
        padding-bottom: 24px;
        width: 100%
    }
    .footer_logo {
        margin-bottom: 20px;
    }
    .footer_social {
        margin: 20px 0 0 
    }
    .hs_menu_footer {
        gap: 20px;
    }
    .footer_desc {
        max-width: 100%
    }
    .footer_copyright_wrapper {
        padding: 16px 0
    }
    .footer_copyright {
        text-align: center;
    }
    .hs_menu_footer .menu_group__list {
        gap: 10px
    }

    .help_label {
        width: 60px;
        height: 60px;
        bottom: 28px
    }
    .help_label span {
        font-size: 11px
    }
    .da_prod_item_annotation {
        height: 85px
    }

    .da_description_block iframe { 
        height: 300px
    }

    .question_text {
        font-size: 16px
    }
    .f_answer {
        font-size: 14px;
        padding: 10px 16px
    }
    .see_more_icon {
        margin-left: 10px
    }

    .f_question {
        padding: 10px 16px;
        margin: 0
    }
}

@media (max-width: 480px) {
    .da_subcategory {
        max-height: 350px;
    }
    .da_subcategory_description {
        -webkit-line-clamp: 2;
        height: 38px
    }
    .da_services_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .da_services_item {
        flex-direction: row;
        gap: 12px;
        padding: 24px 12px
    }
    .da_services_item img {
        width: 55px;
        height: 55px
    }
    .da_services_item_desc {
        text-align: left;
    }
    .main_contact_item {
        padding: 12px 16px
    }
    .main_contact_item_ttl {
        font-size: 16px
    }
    .da_subcategory::before {
        height: 35%
    }
    .da_main_banner_inner {
        margin: 100px 0 auto
    }
    .da_categories_title h2, .da_services_title h2 {
        text-align: center;
    }
    .da_advantages_grid, .menu_group--selectedcategories {
        grid-template-columns: repeat(1, 1fr);
    }
    .da_advantage_item {
        flex-direction: row;
        padding: 24px 12px;
    }
    .da_advantage_item_desc {
        text-align: left;
    }
    .da_object_annotation {
        display: none
    }
    .da_object_name {
        font-size: 14px;
    } 
    .da_description_block iframe {
        width: 100%;
        height: 250px
    }
    .hs_blog_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .da_dealers_grid {
        grid-template-columns: repeat(1, 1fr);
    } 
    .product-page__img img {
        max-height: 350px
    }
}

@media (max-width: 400px) { 
    .da_portfolio_grid{
        grid-template-columns: repeat(1, 1fr)
    }
    .da_prod_item_annotation {
        height: 85px
    }
    
}