@media only screen and (max-width : 1440px) {
    .categories__item {
        padding: 10px 24px 10px 20px;
        gap: 10px;
    }
    .menu_group--header .menu_group__list--2 {
        left: 0;
    }
    .banner_work_description {
        font-size: 15px;
    }
    .banner_work_title {
        font-size: 16px;
    }
    .banner_work_wrapper {
        gap: 10px;
    }
    .pdf_btn {
        font-size: 15px;
    }
    .fn_banner_video {
        transform: scale(1.15);
    }
    .callback_header {
        max-width: 240px;
    }
}
    
@media only screen and (max-width : 1199px) {
   .banner_advantages_grid {
        gap: 12px;
    }
   .banner_advantages__title {
        font-size: 18px;
    }
   .block_title {
        max-width: 800px;
    }
   .categories_list_grid {
        gap: 14px;
    }
    .categories__image {
        width: 120px;
    }
    .categories__name {
        font-size: 20px;
    }
    .categories__item {
        padding: 10px 20px 10px 14px;
    }
    .categories_annotation {
        font-size: 15px;
    }
    .swiper-button-next {
        right: -2px;
    }
    .swiper-button-prev {
        left: -2px;
    }
    .categories_type_name {
        font-size: 18px;
    }
    .categories_type_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .fn_swiper_types:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}
    .fn_swiper_types:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
    .banner_why_we_grid {
        gap: 10px;
    }
    .main_form_right {
        width: 47%;
    }
    .main_form_wrapper .block_title {
        width: 47%;
    }
    .callback_header {
        max-width: 215px;
        font-size: 14px;
    }
    .menu_group--header .menu_group__link {
        font-size: 14px;
    }
    .menu_group--header .menu_group__link svg {
        width: 20px;
        height: 20px;
    }
    .header__bottom_panel {
        gap: 16px;
    }
    .menu_group--header .menu_group__list--2 {
        width: 235px;
    }
    .footer_slogan {
        max-width: 280px;
    }
    .footer__content {
        font-size: 14px;
    }
    .footer__title {
        font-size: 22px;
    }
    .footer {
        padding-top: 60px;
    }
    .menu_group--footer {
        gap: 12px;
    }
    .banner_main__title {
        font-size: 40px;
    }
    .banner_main__text {
        max-width: 700px;
    }
    .sidebar_products {
        width: 300px;
    }
    .products_container__boxed {
        width: calc(100% - 320px);
    }
    .features__value {
        width: 230px;
    }
    .product_page_files {
        gap: 10px;
    }
    .fn_banner_video {
        transform: scale(1.3);
    }
    .header__menu {
        max-width: 780px;
    }
    .header__menu .menu_group__list.categories_menu {
        max-width: 300px;
    }
    .menu_group__item--2 .categories_group__link {
        font-size: 16px;
    }
    .menu_group__item--3 .categories_group__link {
        font-size: 14px;
    }
    .subcategories_container {
        width: 68%;
    }
}


@media only screen and (min-width : 992px) {
    .header-contact__inner:hover {
        background: #fff;
        box-shadow: 0px 3px 13px 0px #07182B1A;
        /* height: 125px; */
        height: auto;
    }
    .header-contact__inner:hover .header-contact__item {
        opacity: 1;
        visibility: visible;
    }
    .main_btn:hover {
        background: transparent;
        color: var(--basic-company);
    }
    .contour_btn:hover {
        background: var(--basic-company);
        color: #fff;
    }
    .underline_btn:hover {
        color: #A84207;
        border-bottom: 1px solid transparent;
    }
    .banner_advantages__item:hover {
        background: #0F2251;
    }
    .banner_advantages__item:hover .banner_advantages__title {
        color: #FD9456;
    }
    .categories__item:hover .categories__name {
        color: var(--basic-company);
    }
    /* .categories__item:hover .show_category {
        width: 28px;
        height: 28px;
    } */
    .categories__item:hover .categories__image img {
        transform: scale(1);
    }
    .categories_type_content:hover {
        box-shadow: 0px 4px 14px 0px #2B1B0721;
    }
    .categories_type_content:hover .categories_type_name {
        color: var(--basic-company);
    }
    .product_preview:hover {
        box-shadow: 0px 3px 13px 0px #07182B33;
    }
    .product_preview:hover .product_preview__name,
    .article__preview:hover .article__title {
        color: var(--basic-company);
    }
    .article__preview:hover {
        box-shadow: 0px 3px 13px 0px #07182B33;
    }
    .article__preview:hover img {
        transform: scale(1.05);
    }
    .faq__item:hover {
        border: 1px solid #B0B6D2;
    }
    .faq__item:hover .faq__question {
        color: var(--basic-company);
    }
    .social__link:hover {
        opacity: .5;
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
        border: 1px solid #F5EBE4;
        box-shadow: 0px 3px 14px 0px #2B1B0726;
        color: var(--basic-company);
    }
    .banner_why_we_item:hover {
        box-shadow: 0px 4px 16px 1px #2b1b072b;
    }
    .footer__contact_item:hover span::after,
    .menu_group__link:hover span::after,
    .footer_category_link:hover span::after,
    .header-contact__section:hover span::after,
    .switcher__link:not(.active):hover span::after,
    .categories_group__link:hover span::after {
        width: 100%;
    }
    .powered a:hover {
        border-bottom: 1px solid transparent;
    }
    .menu_group__item--1:hover .menu_group__list--2,
    .menu_group__item--2:hover .menu_group__list--3 {
        opacity: 1;
        visibility: visible;
    }
    .menu_group__item--1:hover svg:not(.menu_group__item--2 svg) {
       transform: rotate(180deg);
       top: 2px;
    }
    .product_preview:hover img {
        transform: scale(1);
    }
    .categories_type_content:hover img {
        transform: scale(1.05);
    }
    .switcher-language__inner:hover {
        background: #fff;
        box-shadow: 0px 3px 13px 0px #07182B1A;
        height: 110px;
    }
    .switcher-language__inner:hover .switcher-language__item {
        opacity: 1;
        visibility: visible;
    }
    .switcher-language__inner:hover + .switcher-language_icon {
        opacity: 0;
    }
    .categories_menu__item.menu_group__item--1:hover .subcategories_menu_2 {
        opacity: 1;
        visibility: visible;
    }
    .tabs__link:not(.selected):hover {
        opacity: .5;
    }
}

@media only screen and (max-width : 991px) {
    .header {
        top: -36px;
    }
    .categories_type_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .opened .switcher-language__inner {
        background: #fff;
        box-shadow: 0px 3px 13px 0px #07182B1A;
        height: 110px;
    }
    .opened .switcher-language__inner .switcher-language__item {
        opacity: 1;
        visibility: visible;
    }
    .opened .switcher-language__inner + .switcher-language_icon {
        opacity: 0;
    }
    .banner_advantages_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .categories_list_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner_why_we_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner_work_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner_work__item {
        width: 32.3%;
    }
    .banner_work__item:nth-child(3) .banner_work_num::after {
        display: none;
    }
    .main_form_wrapper .block_title {
        width: 50%;
    }
    .all_categories {
        margin: 0 auto;
    }
    .all_categories.underline_btn {
        margin-top: 0;
    }
    .featured-categories-block .all_categories {
        margin-top: 20px;
    }
    .banner_main__image::before {
        background: linear-gradient(270deg, rgba(241, 244, 250, 0) 0%, rgba(241, 244, 250, 0.7) 22%);
    }
    .footer_content {
        display: grid;
        grid-template-columns: repeat(3, auto);
    }
    .footer_column:last-child {
        grid-column: 1/4;
    }
    .footer_column:last-child .footer__content {
        display: grid;
        grid-template-columns: repeat(3, auto);
        justify-content: space-between;
    }
    .header__center {
        box-shadow: 0px 4px 10px 0px #07182B1A;
    }
    .menu_switcher {
        width: 50px;
        height: 50px;
        background: var(--second-company);
        border-radius: 5px;
        color: #fff;
    }
    .sidebar_products {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 20px 5px;
        overflow-y: auto;
        transition: .3s;
        background: var(--boxed-color-blue);
    }
    .products_container__boxed {
        width: 100%;
    }
    .sidebar_products.opened {
        right: 0;
        overscroll-behavior: none;
    }
    .products_container__sort {
        margin-bottom: 24px;
    }
    .switch_mobile_filter {
        gap: 10px;
        max-width: 230px;
        height: 40px;
    }
    .sidebar__boxed_categories {
        border: none;
    }
    .sidebar__boxed_filters {
        box-shadow: none;
        margin-top: 0;
    }
    .product_page_wrapper {
        flex-direction: column;
    }
    .product-page__gallery, .product-page__details {
        width: 100%;
    }
    .product_page_files {
        grid-template-columns: repeat(3, 1fr);
        margin: 24px 0;
    }
    .mobile_tab_title {
        font-size: 28px;
    }
    .gallery_image a, .product-page__no_image {
        max-height: 500px;
    }
    .feedback_wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .feedback_description {
        width: 100%;
    }
    .feedback_wrapper .form_comment_wrap {
        width: 70%;
        margin: 0 auto;
    }
    .tabs_buttons {
        gap: 40px;
    }
    .tabs_navigation_product {
        top: 85px
    }
}

@media only screen and (max-width : 767px) {
    .banner_work__item {
        width: 32%;
    }
    .header {
        top: -33px;
    }
    .categories_type_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .switcher-language_icon {
        display: none;
    }
    .switcher {
        box-shadow: 0px 0px 3px 0px #07182b61;
        border-radius: 5px;
        margin-left: auto;
        height: 50px;
        background: #fff;
    }
    .switcher.opened {
        box-shadow: none;
    }
    .opened .switcher-language__inner {
        box-shadow: 0px 0px 3px 0px #07182b61;
    }
    .switcher-language__inner {
        height: 50px;
        padding: 16px 12px 0;
    }
    .banner_work__item:nth-last-child(-n+2) {
        width: 45%;
    }
    .counter_main_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 36px;
    }
    .main_form_wrapper {
        flex-direction: column;
    }
    .main_form_wrapper .block_title, .main_form_right {
        width: 100%;
    }
    .categories__item {
        flex-direction: column;
        padding: 10px 14px;
    }
    .categories_content {
        text-align: center;
    }
    .categories__image img {
        transform: scale(1);
    }
    .banner_main__title {
        font-size: 32px;
    }
    .banner_main__description {
        font-size: 16px;
        margin-top: 20px;
    }
    .banner_main__link {
        margin-top: 30px;
    }
    .main_banner {
        height: calc(75vh - 150px);
    }
    .banner_main__preview {
        top: -30px;
    }
    .footer_column:last-child .footer__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer_contacts_block {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_contacts_mini_title {
        width: 100%;
    }
    .footer__contact_item {
        width: 50%;
    }
    .footer_content {
        grid-template-columns: repeat(1, auto);
        gap: 24px;
    }
    .footer_column:last-child {
        grid-column: 1 / 2;
    }
    .menu_group--footer:not(.nav-wrapper .menu_group--footer), .footer_categories {
        display: grid;
        column-gap: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer__content {
        font-size: 16px;
    }
    .footer_slogan {
        max-width: 500px;
    }
    .footer__logo, .footer_slogan, .footer__social {
        margin-bottom: 16px;
    }
    .footer__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .form_search_container {
        background: #000000e6;
        align-items: stretch;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        backdrop-filter: saturate(180%) blur(20px);
        max-width: 100%;
        margin: 0;
        display: none;
    }
    .search_close {
        color: #ffffff80;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: color .5s;
        -webkit-tap-highlight-color: #0000;
    }
    .search_close svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 8;
    }
    .search_container {
        height: fit-content;
        padding: 0 20px;
    }
    .text_search {
        color: #fff9;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        line-height: 1;
        margin: 15vh 0 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .search_form_form {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        margin: 16px 0 0;
        z-index: 20;
    }
    .form_search_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        height: fit-content;
        padding: 0 20px;
    }
    .search_open_btn {
        height: 50px;
        width: 50px;
        color: var(--basic-company);
        border: 1px solid var(--basic-company);
        border-radius: 5px;
        margin-left: 16px;
        margin-right: 16px;
        background: #fff;
    }
    .product_page_files {
        grid-template-columns: repeat(2, 1fr);
    }
    .feedback_wrapper .form_comment_wrap {
        width: 100%;
    }
    .header_top_content {
        font-size: 13px;
    }
}

@media (max-width : 576px) {
    body {
        font-size: 14px;
    }
    .banner_advantages__title {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    .header_block, .block_title {
        margin: 0 0 30px;
    }
    .swiper_title {
        margin-bottom: 10px;
    }
    .categories__name {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .bg-block-yellow, .bg-block-blue, .bg-image-block {
        margin: 60px 0;
        padding: 60px 0;
    }
    .margin-block {
        margin: 60px 0;
    }
    .swiper-button-next {
        right: -10px;
    }
    .swiper-button-prev {
        left: -10px;
    }
    .banner_why_we_title {
        font-size: 16px;
    }
    .article__title {
        font-size: 16px;
        min-height: 42px;
    }
    /* .article__image {
        height: 240px;
    } */
    .question_text {
        font-size: 16px;
        line-height: 1.3;
    }
    .faq__answer {
        font-size: 14px;
        line-height: 1.5;
    }
    .faq__question {
        padding: 20px 0;
    }
    h2, .h2 {
        font-size: 26px;
    }
    .form_main_title .h2 {
        line-height: 1.3;
    }
    .banner_work_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .banner_work__item, .banner_work__item:nth-last-child(-n+2) {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .banner_work_title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .banner_work_description {
        font-size: 16px;
        text-align: left;
        margin-left: 74px;
    }
    .banner_work_num::after {
        content: '';
        position: absolute;
        top: 92px;
        right: auto;
        left: 27px;
        width: 1px;
        height: 90%;
        border-right: 1px dashed #23366580;
        border-bottom: none;
    }
    .banner_work__item:nth-child(3) .banner_work_num::after {
        display: block;
    }
    .banner_work_num {
        border-left: none;
    }
    .why-we-block {
        margin-top: -60px;
    }
    .footer__content {
        font-size: 14px;
    }
    .footer_contacts_block, .menu_group--footer, .footer_categories {
        display: grid;
        grid-template-columns: 230px auto;
        column-gap: 12px;
    }
    .footer_contacts_mini_title {
        grid-column: 1/3;
    }
    .footer__contact_item {
        width: 100%;
    }
    .footer_copyright_content {
        flex-direction: column;
        gap: 2px;
    }
    .header__center {
        padding: 10px 0;
    }
    .menu_switcher, .search_open_btn {
        width: 45px;
        height: 45px;
    }
    .search_open_btn {
        margin-left: 10px;
        margin-right: 10px;
    }
    .switcher-language__inner, .switcher {
        height: 45px;
        min-width: 45px;
    }
    .switcher-language__inner {
        padding: 14px 8px 0;
    }
    .product_preview__name {
        font-size: 16px;
    }
    .features_preview_item {
        font-size: 13px;
    }
    .product_preview_features {
        margin: 0 0 16px 20px;
    }
    .product_preview__buttons a {
        height: 40px;
        font-size: 14px;
    }
    .product_preview__buttons {
        gap: 10px;
    }
    .product_preview {
        padding: 10px;
    }
    .pdf_btn {
        font-size: 14px;
    }
    .mobile_tab_title {
        font-size: 24px;
    }
    .features__value {
        width: 180px;
        font-size: 14px;
    }
    .product_item_info:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .table_responsive th, .table_responsive td {
        padding: 6px 8px;
    }
    .table_responsive td {
        font-size: 14px;
    }
    .popup_animated.fancybox-content {
        width: 90%;
        padding: 24px;
    }
    .tabs_buttons {
        gap: 5px;
        padding: 10px;
        justify-content: space-between;
    }
    .header__top {
        text-align: center;
    }
    .header_top_content {
        max-width: 310px;
        margin: 0 auto;
    }
    .tabs_navigation_product {
        top: 80px;
    }
}

@media only screen and (max-width : 480px) {
    .banner_advantages_grid, .categories_list_grid, .categories_type_grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .categories_type_name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .margin-block {
        margin: 40px 0;
    }
    .banner_work_num_value {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
    .banner_work_num {
        border: 12px solid var(--boxed-color-blue);
        border-left: none;
    }
    .banner_work_num::after {
        top: 68px;
        left: 20px;
    }
    .post_container__wallpaper img {
        width: 100%;
    }
    .article__image, .article__image img {
        aspect-ratio: 1 / .6;
    }
    .banner_work_description {
        margin-left: 54px;
    }
    .banner_why_we_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .counter_main_item {
        padding: 10px;
    }
    .banner_main__title {
        font-size: 26px;
    }
    .banner_main__image::before {
        background: linear-gradient(270deg, rgba(241, 244, 250, 0) 0%, rgba(241, 244, 250, 0.7) 12%);
    }
    .product_preview__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product_preview__image {
        max-height: 250px;
    }
    .footer_contacts_block {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer_contacts_mini_title {
        grid-column: 1 / 2;
    }
    .menu_group--footer, .footer_categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .main_banner {
        height: 82vh;
    }
    .products_container__boxed .product_item {
        width: 100%;
    }
    .switch_mobile_filter {
        max-width: 100%;
    }
    .product_page_files {
        grid-template-columns: repeat(1, 1fr);
    }
    .details_boxed__item {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .details_boxed__item .fast_order_button {
        max-width: 100%;
    }
    input, textarea, .form__textarea, .form__input {
        font-size: 14px;
    }
    .features__dash {
        display: none;
    }
    .features__item {
        margin: 0;
        padding: 0 7px;
    }
    .features__item:nth-child(even) {
        background: var(--boxed-color-blue);
    }
    .features__wrap {
        padding: 10px 0;
    }
    .features__name, .features__value {
        width: 50%;
        white-space: normal!important;
        flex-shrink: 1;
    }
    .features_content {
        border: 1px solid #ECEEF7;
        border-radius: 5px;
    }
    .comment__item:not(.admin_note) {
        padding: 12px;
    }
    .gallery_image a, .product-page__no_image {
        min-height: 300px;
    }
    .tabs__link {
        font-size: 13px;
    }
}

@media only screen and (max-width : 400px) {
    .product_preview__buttons {
        flex-direction: column;
        gap: 7px;
    }
    .product_preview__buttons a {
        height: 40px;
        max-width: 100%;
        font-size: 14px;
    }
    .product_preview {
        padding: 12px;
    }
    .product_preview_features {
        margin: 0 0 12px 20px;
    }
    .product_preview__image {
        margin-bottom: 10px;
        max-height: 220px;
    }
    .banner_work_title {
        font-size: 16px;
    }
    .banner_work_description {
        font-size: 14px;
    }
    /* .article__image {
        height: 200px;
    } */
    .article_info_btn {
        max-width: 120px;
        font-size: 14px;
    }
    input, textarea, .form__textarea, .form__input {
        font-size: 14px;
    }
    .counter_main_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .counter_main_item {
        padding: 0;
    }
    .counter_main_item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: calc(100% + 23px);
        right: auto;
        left: 16px;
        height: 1px;
        width: calc(100% - 32px);
        background: #FFFFFF33;
    }
    .menu_group--footer, .footer_categories {
        grid-template-columns: repeat(1, 1fr);
    }
    .search_open_btn {
        margin-right: 8px;
    }
    .tabs__link {
        white-space: nowrap;
    }
    .tabs_buttons {
        overflow-x: auto;
        gap: 20px;
    }
    .menu_switcher, .search_open_btn {
        width: 40px;
        height: 40px;
    }
    .search_open_btn {
        margin-left: 5px;
        margin-right: 5px;
    }
    .switcher-language__inner, .switcher {
        height: 40px;
        min-width: 40px;
    }
    .switcher-language__inner {
        padding: 11px 8px 0;
    }
    .header__logo {
        max-width: 150px;
    }
}
