@media only screen and (max-width : 1440px) {
    .header__menu {
        max-width: 750px;
        width: 100%;
    }
    .products_list_main {
        margin: 0;
    }
    .product_preview_table {
        gap: 10px;
        grid-template-columns: minmax(200px, 360px) minmax(130px, 140px) minmax(90px, 110px) minmax(75px, 100px) 130px;
        padding: 5px;
    }
    .gallery_image img {
        object-fit: contain;
    }
}

@media only screen and (max-width : 1199px) {
    .header__logo .logo__link {
        width: 130px;
    }
    .header__menu {
        max-width: 640px;
    }
    .menu_group--header .menu_group__link {
        font-size: 14px;
    }
    .header_contacts_btn {
        font-size: 14px;
        width: 150px;
    }
    .contacts_header_hidden {
        width: calc(100% + 75px);
    }
    .categories__name {
        font-size: 22px;
    }
    .selection_form_block {
        max-width: 770px;
    }
    .main_contacts_left {
        width: 40%;
        padding: 50px 30px;
    }
    .main_contacts_map {
        width: 60%;
    }
    .footer_bottom {
        margin: 0 35px 0 100px;
    }
    .subcategories_list {
        grid-template-columns: repeat(4, 1fr);
    }
    .products_table_sidebar {
        width: 290px;
    }
    .products_table_content {
        width: calc(100% - 306px);
    }
    .product_preview_table_name {
        width: calc(100% - 80px);
    }
    .product_table_info_item {
        padding-top: 7px;
    }
    .product_preview_table_image {
        width: 75px;
    }
    .product_preview_table {
        gap: 5px;
        grid-template-columns: minmax(200px, 360px) minmax(110px, 125px) minmax(90px, 110px) minmax(75px, 100px) 110px;
        padding: 5px;
        font-size: 14px;
    }
    .product_table_info_item .fast_order_button{
        font-size: 14px;
    }
    .product-page__images-item {
        max-height: 90px;
    }
    .details_car_price {
        font-size: 42px;
    }
    .product-page_car_details {
        width: 46.5%;
    }
    .features_car_item {
        padding: 6px 7px;
        gap: 7px;
    }
    .product-page_sparepart_gallery {
        width: 36%;
    }
    .product-page_sparepart_details {
        width: 60%;
    }
    .banner_contact_title {
        font-size: 20px;
    }
    .banner_contact_item {
        padding: 24px 15px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .tooltip a:hover,
    a:hover {
        color: var(--basic-company);
        outline-width: 0;
        text-decoration: none;
    }
    .header-contact:hover .contacts_header_hidden{
        opacity: 1;
        visibility: visible;
    }
    .menu_group__item--1:hover .menu_group_container {
        opacity: 1;
        visibility: visible;
    }
    .main_btn:hover {
        background: transparent;
        color: var(--basic-company);
    }
    .contour_btn:hover {
        border-color: #20202033;
    }
    .banner_main_link.main_btn:hover, .selection_btn:hover,
    .product_top_btn.main_btn:hover {
        background: #FFFFFFCC;
        border-color: #FFFFFFCC;
    }
    .banner_main_link.contour_btn:hover, .product_top_btn.contour_btn:hover {
        border-color: #FFFFFF4D;
    }
    .underline_btn:hover {
        border-bottom: 1px solid transparent;
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
        box-shadow: 0px 3px 14px 0px #001C2D29;
    }
    .pagination__item:hover {
        border-color: var(--basic-company);
    }
    .product_preview:hover {
        border-color: #808C9B;
    }
    .product_preview:hover .product_preview__name span {
        border-bottom: 1px solid var(--basic-company);
    }
    .categories__item:hover .categories__content {
        background: #000000CC;
    }
    .subcategory_item:hover {
        box-shadow: 0px 3px 20px 0px #001C2D33;
    }
    .subcategory_item:hover .subcategory_name span,
    .product_preview_service:hover .product_preview_service_name span{
        text-decoration-color: var(--basic-company) ;
    }
    .product_preview_table:hover {
        box-shadow: 0px 3px 16px 0px #001C2D33;
    }
    .product_preview_service:hover {
        box-shadow: 0px 3px 18px 0px #001C2D2E;
    }
    .menu_group__link:hover span::after,
    .footer__menu_link:hover span::after,
    a.footer_contact_value:hover span::after,
    a.header-contact__section:hover span::after,
    a.main_contact_value:hover span::after,
    .contacts_banner_links a:hover::after {
        width: 100%;
    }
    .footer__menu_link:hover, a.footer_contact_value:hover,
    a.header-contact__section:hover, .footer__copyright a:hover,
    a.main_contact_value:hover {
        color: #fff;
    }
    .menu_group__item:hover svg {
        transform: rotate(180deg);
        top: 4px;
    }
    .header_contacts_btn:hover {
        border-color: #FFFFFF4D;
    }
    .header-contact:hover .header_contacts_btn svg:last-child {
        transform: rotate(180deg);
        top: 3px;
    }
    .social__link:hover, .footer__copyright a:hover, .breadcrumbs__item a:hover {
        opacity: .5;
    }
    .faq__item:not(.visible):hover {
        background: #202020c9;
    }
    .filter__link:not(.checked):hover {
        opacity: .5;
    }
    .filter_catalog_link_1.visible:not(.active) svg {
       transform: rotate(-90deg);
       top: 1px;
    }
}

@media only screen and (max-width : 991px) {
    .header__logo .logo__link {
        width: 150px;
    }
    .header_center {
        padding: 10px 0;
    }
    .banner_main_ttl {
        font-size: 50px;
    }
    .banner_main_description {
        font-size: 20px;
    }
    .banner_advantages__title {
        text-align: center;
    }
    .categories__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .block_title {
        margin: 0 auto 50px;
    }
    .banner_main_ttl {
        font-size: 45px;
        line-height: 1.1;
    }
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    .spareparts_banner_item {
        padding: 50px;
    }
    .main_contact_icon svg {
        width: 40px;
        height: 40px;
    }
    .main_contacts_left {
        padding: 40px 24px;
        width: 45%;
    }
    .main_contact_value {
        font-size: 14px;
    }
    .main_last_bottom::before {
        width: 110%;
        border-bottom-left-radius: 80% 100%;
        border-bottom-right-radius: 80% 100%;
    }
    .footer_bottom {
        margin: 0;
    }
    .footer_column {
        max-width: 280px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_preview_service_name {
        font-size: 18px;
    }
    .subcategories_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .products_table_content {
        width: 100%;
    }
    .product_preview_table {
        grid-template-columns: minmax(200px, 360px) minmax(110px, 130px) minmax(90px, 110px) minmax(75px, 100px) 135px;
        padding: 7px 14px;
    }
    .fast_order_table.product_table_info_item {
        padding: 12px 0;
    }
    .products_features_top, .products_table_sidebar {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: -370px;
        width: 370px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 20px 16px;
        overflow-y: auto;
        transition: .3s;
    }
    .filters {
        flex-direction: column;
        gap: 24px;
    }
    .filter__name {
        width: 100%;
    }
    .filter_feature_item:not(:last-child) {
        margin-right: 0;
    }
    .products_sidebar_ttl {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 24px;
    }
    body::after {
        content: '';
        transition: all .4s ease;
    }
    body.openmenu::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000B2;
        backdrop-filter: saturate(180%) blur(7px);
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .sidebar__header--close svg {
        width: 26px;
        height: 26px;
    }
    .product_top_title {
        height: 65vh;
    }
    .product_heading {
        font-size: 42px;
    }
    .product_car_wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .product-page_car_details {
        width: 100%;
    }
    .details_boxed_car_prices {
        gap: 60px;
        justify-content: flex-start;
    }
    .features_car_item {
        padding: 6px 12px;
        gap: 12px;
    }
    .product-page_car_gallery {
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .product_sparepart_wrapper {
        flex-direction: column;
    }
    .product-page_sparepart_details {
        width: 100%;
        margin-top: 30px;
    }
    .product-page_sparepart_gallery {
        width: 75%;
        margin: 0 auto;
    }
    .banner_contacts_feedback {
        grid-template-columns: repeat(2, 1fr);
    }
    .order_wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .order_notify_content_inner, .block--cart_purchases {
        width: 100%;
    }
    .menu_switcher_icon {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 30px;
        height: 30px;
        color: #fff;
        justify-content: center;
        gap: 6px;
        cursor: pointer;
    }
    .menu_switcher_icon svg {
        transition: all .3s ease;
        position: relative;
    }
    .menu_switcher_icon svg:first-child {
        top: 0;
    }
    .menu_switcher_icon svg:last-child {
        bottom: 0;
    }
    .header-contact--time {
        padding-top: 0;
    }
    .mobile_open_filter {
        margin-bottom: 30px;
    }
    .filter_mobile_btn {
        max-width: 270px;
    }
    .products_table_sidebar {
        background: #fff;
    }
    .products_features_top.opened, .products_table_sidebar.opened {
        left: 0;
        overscroll-behavior: none;
    }
    .filter__selected_feature_reset {
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width : 767px) {
    .categories__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .selection_form_block {
        padding: 30px;
    }
    .spareparts_banner_item {
        padding: 50px 30px;
    }
    .products_list_main::after {
        right: -45px;
    }
    .products_list_main::before {
        left: -45px;
    }
    .products_list.swiper {
        padding: 14px 10px 24px;
    }
    .margin-block {
        margin: 80px 0;
    }
    .bg-block, .bg-image-block {
        margin: 80px 0;
        padding: 80px 0;
    }
    .main_feedback_block, .fag-block {
        margin-top: -80px;
    }
    .faq__item {
        padding: 0 22px;
    }
    .question_text {
        font-size: 18px;
    }
    .faq__question {
        min-height: 70px;
        padding: 20px 0;
    }
    .main_contacts_container {
        flex-direction: column;
    }
    .main_contacts_map {
        width: 100%;
    }
    .main_contacts_left {
        width: 85%;
        border-right: 1px solid #FFFFFF1A;
    }
    .main_contacts_map iframe {
        height: 500px;
    }
    .swiper_title {
        margin-bottom: 30px;
    }
    .footer_top {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer__copyright {
        margin-top: 40px;
    }
    .footer_logo img {
        width: 190px;
    }
    .footer__copyright {
        font-size: 14px;
    }
    .main_last_bottom {
        height: 225px;
    }
    .block_title {
        margin: 0 auto 40px;
    }
    .banner_main_links {
        margin-top: 30px;
    }
    .banner_main_description {
        margin-top: 20px;
    }
    .footer_bottom {
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .footer_column {
        width: 49%;
        max-width: 100%;
    }
    .footer_column:nth-child(2) {
        order: 1;
        width: 100%;
    }
    .footer_category_menu {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        width: 100%;
    }
    .category_auto_products .product_preview__image {
        max-height: 250px;
        min-height: 250px;
    }
    .category_auto_products .product_preview__name {
        margin-top: 16px;
        padding: 0 10px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        flex-grow: 1;
    }
    .category_auto_products .product_preview__features {
        padding: 12px 0;
        margin-top: 10px;
    }
    .category_auto_products .features_preview_item {
        padding: 0 7px;
    }
    .category_auto_products .features__preview_value {
        font-size: 14px;
    }
    .category_auto_products .product_preview .price {
        font-size: 22px;
    }
    .category_auto_products .product_preview__prices {
        margin-top: 12px;
        padding: 0 10px;
        gap: 10px;
    }
    .subcategories_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_preview_table {
        grid-template-columns: minmax(200px, 360px) minmax(110px, 130px) minmax(75px, 100px) 135px;
        padding: 7px 14px;
    }
    .product_table_info_item, .product_preview_table_center {
        grid-row: 1/3;
    }
    .product_preview__sku {
        grid-row: 1/2;
    }
    .details_boxed__available {
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .product_subtitle {
        padding: 24px 0;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .product-page_car_gallery {
        width: 90%;
    }
    .gallery_image a, .product-page__no_image {
        max-height: 420px;
    }
    .product_top_annotation {
        font-size: 18px;
    }
    .product-page_sparepart_gallery {
        width: 85%;
    }
    .details_boxed_sparepart_prices {
        flex-shrink: 0;
    }
    .details_sparepart_buy {
        gap: 30px;
    }
}

@media (max-width : 576px) {
    .banner_main_ttl {
        font-size: 38px;
    }
    .banner_main_description {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    body {
        font-size: 15px;
    }
    .spareparts_banner_item {
        padding: 20px 0 0;
        box-shadow: none;
        border: none;
    }
    .banner_spareparts_image {
        top: -45px;
    }
    .question_text {
        font-size: 17px;
        line-height: 1.2;
    }
    .faq__answer {
        font-size: 15px;
        padding: 20px 0;
    }
    .block_title {
        margin: 0 auto 30px;
    }
    .swiper_title {
        margin-bottom: 20px;
    }
    h1, .h1 {
        font-size: 32px;
    }
    .page_about_img {
        margin: -25px 0 40px;
    }
    .main_banner_container {
        margin-top: 100px;
    }
    .subcategory_item {
        font-size: 18px;
    }
    .subcategory_image {
        height: 150px;
    }
    .subcategory_image img {
        height: 100%;
        object-fit: cover;
    }
    .product_preview_table_center {
        grid-row: 1/2;
        grid-column: 1/3
    }
    .product_preview__sku {
        grid-row: 2 / 3;
        grid-column: 1/2;
    }
    .details_boxed__available {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .fast_order_table.product_table_info_item {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
        padding: 7px 0;
    }
    .product_preview_table_prices {
        grid-row: 1/2;
    }
    .product_preview_table {
        grid-template-columns: minmax(120px, 170px) minmax(100px, 130px) minmax(100px, 140px);
        padding: 7px 10px;
    }
    .product_top_title {
        height: 56vh;
    }
    .product_heading {
        font-size: 32px;
    }
    .product_top_btns {
        margin-top: 30px;
    }
    .features_car_item {
        padding: 6px 7px;
        gap: 8px;
    }
    .product-page_car_gallery {
        width: 100%;
    }
    .details_boxed_car_prices {
        gap: 30px;
    }
     .gallery_image a, .product-page__no_image {
        max-height: 380px;
        min-height: 200px;
    }
    .details_boxed_services_prices {
        padding: 20px 16px;
    }
    .variant_label {
        font-size: 14px;
        padding: 7px 12px;
    }
    .product_variants_wrapper {
        gap: 12px;
    }
    .details_boxed_service_bottom {
        gap: 70px;
    }
    .product-page_sparepart_gallery {
        width: 100%;
    }
    .details_sparepart_buy {
        padding: 20px 16px;
    }
    .sparepart_available_sku {
        margin: 0 0 24px 16px;
        gap: 40px;
    }
    .feedback_page_description {
        font-size: 18px;
    }
    .banner_contacts_feedback {
        gap: 12px;
    }
    .banner_contact_item {
        padding: 20px 12px;
    }
    .banner_contact_title {
        font-size: 18px;
    }
    .popup_animated.fancybox-content {
        max-width: 93vw;
        padding: 24px 16px;
    }
}

@media only screen and (max-width : 480px) {
    .banner_main_links {
        flex-direction: column;
        gap: 10px;
    }
    .banner_main_links a {
        max-width: 100%;
    }
    .banner_advantages {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_preview__image {
        max-height: 260px;
        min-height: 260px;
    }
    .product_preview__name {
        margin-top: 12px;
        padding: 0 10px;
        font-size: 17px;
    }
    .product_preview__features {
        padding: 12px 0;
        margin-top: 10px;
    }
    .features_preview_item {
        padding: 0 10px;
    }
    .feature_preview_icon {
        width: 20px;
        height: 20px;
    }
    .features__preview_value {
        font-size: 14px;
    }
    .product_preview .price {
        font-size: 22px;
    }
    .show_more_product {
        font-size: 14px;
        height: 40px;
    }
    .products_list_main::after, .products_list_main::before {
        display: none;
    }
    .products_list.swiper {
        padding: 10px 0px 24px;
    }
    .categories__name {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .categories__content {
        padding: 16px 10px;
    }
    .categories__annotation {
        font-size: 14px;
        min-height: 42px;
    }
    .banner_spareparts_links {
        flex-direction: column;
        gap: 10px;
    }
    .banner_spareparts_link, .selection_btn {
        max-width: 100%;
    }
    .selection_form_block {
        margin: 0 -15px;
        border-right: none;
        border-left: none;
        border-radius: 0;
        padding: 24px 16px;
    }
    .main_contacts_left {
        width: 92%;
    }
    .page_about_img {
        margin: -20px -15px 25px;
        width: calc(100% + 30px);
    }
    .footer_top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer__copyright {
        margin-top: 30px;
    }
    .footer_logo img {
        width: 160px;
    }
    .footer_top::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 48.83%, rgba(255, 255, 255, 0.1) 100%);
    }
    .footer_column {
        width: 100%;
    }
    .footer_column:nth-child(2) {
        order: unset;
    }
    .menu_group--footer {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        width: 100%;
    }
    .footer__title {
        margin-bottom: 12px;
    }
    .footer_copyright_content {
        flex-direction: column;
        gap: 4px;
    }
    .banner_main_ttl {
        font-size: 34px;
    }
    .product_top_btns {
        flex-direction: column;
        gap: 10px;
    }
    .product_top_btns a {
        max-width: 100%;
    }
    .details_boxed_car_prices {
        flex-direction: column-reverse;
        gap: 16px;
        align-items: flex-start;
    }
    .fast_order_button {
        max-width: 100%;
    }
    .details_car_price {
        font-size: 34px;
    }
    .product-page__img .swiper-button-next, .product-page__img .swiper-button-prev {
        display: none;
    }
    .product_car_top_features {
        flex-direction: column;
        padding: 10px;
    }
    .features_car_item:not(:last-child) {
        border-bottom: 1px solid #D9E0E7;
        border-right: none;
    }
    .features_car_item {
        width: 100%;
        padding: 10px 7px;
    }
    .details_boxed_service_bottom {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .details_sparepart_buy {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .sparepart_available_sku {
        gap: 16px;
        justify-content: space-between;
    }
    .features_sparepart_name {
        width: 45%;
    }
    .banner_contacts_feedback {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width : 400px) {
    .categories__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .categories__name {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .categories__item {
        max-height: 220px;
    }
    .categories__image img {
        width: 100%;
    }
    .main_contacts_container {
        gap: 24px;
    }
    .main_contacts_left {
        width: 100%;
        padding: 24px 16px;
    }
    .subcategories_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_preview_table {
        grid-template-columns: minmax(120px, 170px) minmax(100px, 140px);
        padding: 7px 10px;
    }
    .product_preview_table_prices {
        grid-row: 3 / 4;
        flex-wrap: wrap;
        flex-direction: row;
        column-gap: 5px;
    }
    .fast_order_table.product_table_info_item {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
        padding: 7px 0 0;
    }
    .product_table_info_title {
        width: 100%;
    }
    .product_preview_table_prices .old_price {
        margin-top: 5px;
    }
    .sparepart_available_sku {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
}


@media only screen and (max-width : 360px) {
    .banner_main_ttl {
        font-size: 30px;
    }
    .banner_main_description {
        font-size: 16px;
        margin-top: 16px;
    }
    .banner_main_links {
        margin-top: 20px;
    }
}
