@charset "UTF-8";
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@-webkit-viewport {width: device-width;}
@viewport {width: device-width;}

html {
    font-family: sans-serif;line-height: 1.2; -ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; height: 100%;
}
body {
    font-family: 'Manrope', arial, sans-serif;
    background-color: var(--bg);
    color: var(--body-text);
    font-size: 16px;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

#tinymce{
    padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    display: block;
    position: relative;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px;
}
h1,.h1{font-size: 45px;}
h2,.h2{font-size: 40px;}
h3,.h3{font-size: 34px;}
h4,.h4{font-size: 28px;}
h5,.h5{font-size: 22px;}
h6,.h6{font-size: 18px;}

a {
    color: var(--basic-company);
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.4s ease;
}

picture {
    display: flex;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {outline: none;}
b, strong {font-weight: 600;}
img {max-width: 100%;border-style: none;}
img:not([src]) {visibility: hidden;}
figure {margin: 15px 40px;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg:not(:root) {overflow: hidden;}
[hidden] {display: none;}
p {line-height: 1.5;margin: 0 0 1.5rem;}
p:last-child { margin-bottom: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {margin: 0 0 1.5rem 1.5rem;}
ol li, ul li {margin: 0 0 1rem 0;}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px 30px;
    border-left: 8px solid rgb(194, 194, 194);
    position: relative;
    background: rgb(248, 248, 248);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}
blockquote p {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {content: "\2014 \2009";}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.second-main {
    padding-top: 75px;
}

.title_center {
    text-align: center;
}
.light_title {
    color: var(--second-company-text);
}
.block_title {
    max-width: 950px;
    margin: 0 auto 60px;
}
.swiper_title {
    margin-bottom: 40px;
}

/* BREADCRUMBS */
.breadcrumbs {
    margin: 16px 0 40px;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs__item {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    color: #2020204D;
}
.breadcrumbs__item a {
    color: var(--basic-company);
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 10px;
    content: '—';
    top: 0;
    position: relative;
}
.product_breadcrumbs {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 75px;
}
.light-breadcrumb .breadcrumbs__item {
    color: #FFFFFF66;
}
.light-breadcrumb .breadcrumbs__item a {
    color: #fff;
}

/* BLOCKS */
.margin-block {
    margin: 100px 0;
}
.bg-block {
    margin: 100px 0;
    padding: 100px 0;
    background: var(--boxed-color);
}
.bg-image-block {
    margin: 100px 0;
    padding: 100px 0;
    background-position: center;
    background-attachment: fixed;
}
.last-block {
    margin-bottom: 0!important;
}
.second-page {
    margin-bottom: 100px;
}
.swiper-block {
    overflow: hidden;
}

/* BUTTONS */
.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Manrope';
    transition: all .4s ease;
    color: var(--second-company-text);
    background: var(--basic-company);
    border: 1px solid var(--basic-company);
    border-radius: 2px;
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Manrope';
    transition: all .4s ease;
    color: var(--basic-company);
    background: transparent;
    border: 1px solid var(--basic-company);
    border-radius: 2px;
}
.underline_btn {
    display: flex;
    color: var(--basic-company);
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Manrope';
    cursor: pointer;
    transition: all .4s ease;
}

/* INPUTS */
.form__group {
    position: relative;
    margin-bottom: 16px;
}
input, textarea, .form__textarea, .form__input {
    display: block;
    width: 100%;
    color: var(--basic-company);
    border: 1px solid #00000033;
    background-color: transparent;
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 2px;
    padding: 14px 16px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}
.form__textarea {
    resize: vertical;
    min-height: 130px;
}
label.error {
    font-size: 12px;
    color: #F86060;
    display: flex;
}
input.error {
    border-color: #F86060;
}
.message_error {
    display: none!important;
}

/* HEADER FOOTER */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.header_center {
    transition: all .4s ease;
    position: relative;
    background: #00050C1A;
    backdrop-filter: blur(10px);
}
.header_center .container {
    z-index: 1;
}
.header.active .header_center {
    background: #00050CBF;
}
.menu_group__list {
    margin: 0;
    list-style: none;
    display: flex;
}
.menu_group__item {
    margin: 0;
    font-weight: 500;
    position: relative;
}
.menu_group_container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    left: -24px;
    transition: all .4s ease;
}
.menu_group--header .menu_group__list--2 {
    width: 200px;
    flex-direction: column;
    padding: 4px 0;
    background: #00050cdb;
    border-radius: 2px;
    margin-top: 1px;
}
.menu_group--header .menu_group__list--2 .menu_group__link {
    padding: 6px 24px;
}
.menu_group__link {
    display: flex;
}
.header__menu {
    max-width: 780px;
    width: 100%;
}
.menu_group--header {
    width: 100%;
}
.menu_group--header .menu_group__item:not(:last-child) {
    flex-grow: 1;
}
.contacts_header_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: calc(100% + 60px);
    right: 0;
    transition: all .4s ease;
}
.menu_group--header .menu_group__link {
    padding: 26px 0;
    color: var(--second-company-text);
    gap: 3px;
}
.menu_group__link svg {
    transition: all .4s ease;
    position: relative;
    top: -1px;
}
.menu_group__link span, .footer__menu_link span,
a.footer_contact_value span, a.header-contact__section span,
a.main_contact_value span, .contacts_banner_links a {
    position: relative;
}
.menu_group__link span::after, .footer__menu_link span::after,
a.footer_contact_value span::after, a.header-contact__section span::after,
a.main_contact_value span::after, .contacts_banner_links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
    width: 0;
    transition: all .4s ease;
}
.contacts_banner_links a::after {
    background: var(--basic-company);
}
.header_contacts_btn {
    width: 170px;
    border-color: #FFFFFF4D;
    color: var(--second-company-text);
    gap: 3px;
}
.header-contact {
    position: relative;
}
.header_contacts_btn svg:first-child {
    margin-right: 5px;
}
.header_contacts_btn svg:last-child {
    transition: all .4s ease;
    position: relative;
    top: -1px;
}
.contacts_hidden_content {
    background: #00050cdb;
    margin-top: 13px;
    padding: 14px;
    border-radius: 2px;
    position: relative;
}
.header-contact__section {
    color: var(--second-company-text);
    gap: 8px;
    font-weight: 500;
}
.header-contact__section svg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    opacity: .3;
}
.header-contact--time {
    margin-top: 14px;
    font-size: 12px;
    padding-top: 14px;
    border-top: 1px solid #FFFFFF1A;
}
.header-contact--time .header-contact__section {
    opacity: .8;
}

.footer {
    background: #000000;
    padding-top: 60px;
    position: relative;
}
.footer::after {
    content:'';
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-bg.png);
    top: 0;
    left: 0;
    position: absolute;
    background-position: center;
}
.footer__copyright {
    background: #141414;
    padding: 14px 0;
    margin-top: 60px;
    color: var(--second-company-text);
}
.copyright, .powered {
    opacity: .7;
}
.footer__copyright a {
    font-weight: 700;
    color: var(--second-company-text);
}
.footer_top {
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
}
.footer_top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 49.83%, rgba(255, 255, 255, 0) 100%);
}
.footer_logo img{
    width: 230px;
}
.footer__title {
    color: #FFFFFF99;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.menu_group--footer {
    flex-direction: column;
    gap: 10px;
}
.menu_group--footer .menu_group__link {
    color: var(--second-company-text);
    font-weight: 500;
}
.footer__menu_link {
    color: #fff;
    font-weight: 500;
    width: 100%;
    display: flex;
}
.footer__menu_item:not(:last-child) {
    margin-bottom: 10px;
}
.footer__contact_item {
    margin-bottom: 10px;
}
.footer_contact_value {
    gap: 10px;
    color: var(--second-company-text);
    font-weight: 500;
}
.footer_contact_value svg {
    flex-shrink: 0;
}
.work_time_item {
    display: flex;
}
.footer__social {
    margin-left: 32px;
    margin-top: 20px;
    gap: 10px;
}
.footer_bottom {
    margin: 0 45px 0 120px;
}
.footer .container {
    z-index: 10;
}

/* MAIN BANNER */
.banner_main_ttl {
    font-size: 60px;
    font-weight: 700;
}
.banner_main_description {
    font-size: 22px;
    margin-top: 30px;
}
.banner_main_links {
    margin-top: 40px;
    gap: 16px;
    width: 100%;
}
.banner_main_links a{
    max-width: 250px;
}
.banner_main_link.main_btn {
    border-color: var(--second-company-text);
    color: var(--body-text);
    background: var(--second-company-text);
}
.banner_main_link.contour_btn {
    border-color: var(--second-company-text);
    color: var(--second-company-text);
    background: #FFFFFF1A;
}
.main_banner_item {
    width: 100%;
    height: 100vh;
    position: relative;
}
.main_banner_image {
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: inherit;
}
.main_banner {
    position: relative;
}
.main_banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100vh);
    background: linear-gradient(180deg, #202020 0%, #202020 100%);
}
.main_banner_container {
    margin-top: 200px;
}
.banner_advantages_block {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin-top: -120px;
}
.banner_advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.banner_advantages_block::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-image: url(../images/lincoln-logo-line.png);
    background-position: center;
    background-repeat: no-repeat;
}
.banner_advantages_content {
    max-width: 990px;
    margin: 0 auto;
}
.header_description {
    opacity: .8;
}
.block_advantages_title {
    margin-bottom: 40px;
}
.all_cars {
    margin: 0 auto;
}
.products_list_main::after {
    content:'';
    position: absolute;
    right: -35px;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(252, 252, 252) 0%, rgba(255, 255, 256) 50%, rgba(255, 255, 255) 100%);
    z-index: 1;
}
.products_list_main::before {
    content:'';
    position: absolute;
    left: -35px;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, rgba(252, 252, 252) 0%, rgba(255, 255, 256) 50%, rgba(255, 255, 255) 100%);
    z-index: 10;
}
.categories__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.categories__item {
    position: relative;
}
.categories__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000099;
    padding: 16px;
    color: #fff;
    transition: all .4s ease;
}
.categories__name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}
.categories__annotation {
    opacity: .8;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categories__image img{
    height: 100%;
    object-fit: cover;
}
.categories__image {
    display: flex;
    height: 100%;
}
.main_feedback_block {
    background-image: url(../images/black-lincoln-bg.jpg);
    margin-top: -100px;
}
.selection_form_block {
    max-width: 870px;
    border: 1px solid #FFFFFF26;
    background: #171717BF;
    backdrop-filter: blur(5px);
    padding: 40px 50px;
    border-radius: 2px;
}
.selection_btn {
    border-color: var(--second-company-text);
    color: var(--basic-company);
    background: var(--second-company-text);
    max-width: 200px;
}
.selection_form_block input, .selection_form_block textarea {
    border-color: #FFFFFF26;
    background: #FFFFFF12;
    color: var(--second-company-text);
}
input::placeholder, textarea::placeholder {
    color: #9F9F9F;
    font-weight: 400;
}
.spareparts_banner_item {
    border: 1px solid #F2F5F9;
    border-radius: 2px;
    box-shadow: 0px 3px 20px 0px #001C2D1A;
    padding: 80px;
    position: relative;
}
.banner_spareparts_links {
    gap: 16px;
    width: 100%;
}
.banner_spareparts_link {
    max-width: 250px;
}
.banner_spareparts_image {
    position: absolute;
    top: -25px;
}
.main_contacts_block {
    background: #202020;
}
.main_contacts_left {
    color: #fff;
}
.main_contact_icon svg {
    opacity: .2;
    width: 48px;
    height: 48px;
}
.main__contact_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF1A;
    gap: 14px;
}
.main__contact_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.main_contact_mini_ttl {
    font-size: 14px;
    opacity: .5;
    margin-bottom: 3px;
}
.main_contact_value {
    color: var(--second-company-text);
    font-weight: 500;
}
.social__link {
    border-radius: 2px;
    overflow: hidden;
    display: flex;
}
.main__social {
    margin-top: 7px;
    gap: 10px;
}
.main_contacts_left {
    color: #fff;
    border: 1px solid #FFFFFF1A;
    background: #171717;
    padding: 50px;
    border-right: none;
    border-radius: 2px;
    width: 38%;
}
.main_contacts_map {
    width: 62%;
}
.main_contacts_map iframe{
    height: 580px;
    border-radius: 2px;
    width: 100%;
    filter: brightness(0.8);
}
.fag-block {
    margin-top: -100px;
}
.readmore_btn {
    margin: 24px auto 0;
    z-index: 100;
    position: relative;
}
.main_about_block {
    position: relative;
}
.main_last_bottom {
    position: absolute;
    width: 100%;
    background: var(--boxed-color);
    height: 350px;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.main_last_bottom::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 200px;
    background: #fff;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}
.page_about_img {
    width: 100%;
    margin: -75px 0 60px;
}

/* PRODUCT LIST */
.products_list_main {
    margin: 0 -14px;
    position: relative;
}
.products_list.swiper {
    padding: 20px 24px 24px;
}
.products_list.swiper .swiper-wrapper {
    align-items: stretch;
}
.products_list.swiper .product_item {
    height: unset;
}
.product_preview {
    border: 1px solid #F2F5F9;
    box-shadow: 0px 3px 12px 0px #001C2D1A;
    border-radius: 2px;
    padding-bottom: 16px;
    background: #fff;
    transition: all .4s ease;
    height: 100%;
}
a.product_preview__center {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product_preview__name {
    margin-top: 30px;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    flex-grow: 1;
}
.product_preview__name span {
    border-bottom: 1px solid transparent;
    transition: all .4s ease;
}
.product_preview__prices {
    margin-top: 16px;
    padding: 0 16px;
}
.product_preview .price {
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
}
.product_preview__prices {
    gap: 16px;
}
.show_more_product {
    max-width: 180px;
}
.product_preview__image {
    max-height: 300px;
    min-height: 300px;
}
.product_preview__image img{
    object-fit: contain;
}
.product_preview__features {
    background: #F2F5F8;
    padding: 16px 0;
    margin-top: 16px;
}
.features_preview_item {
    width: 33.33%;
    text-align: center;
    gap: 2px;
    padding: 0 16px;
}
.features_preview_item:not(:last-child) {
    border-right: 1px solid #D9E0E7;
}
.product_preview__no_image {
    background: #fff;
    width: 100%;
    border-radius: 2px;
}

/* PRODUCTS PAGE */
.products_features_top {
    background: var(--boxed-color);
    margin-bottom: 20px;
    padding: 28px 16px 20px;
    border-radius: 2px;
}
.products_container {
    margin-bottom: 100px;
}
.category_auto_products {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}
.filter__group {
    box-shadow: 0px 3px 12px 0px #001C2D33;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    width: 100%;
    top: calc(100% + 5px);
    display: none;
}
.filter__name {
    border: 1px solid #00000033;
    border-radius: 2px;
    height: 44px;
    width: 180px;
    padding: 12px 10px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
}
.filter__name.active {
    border: 1px solid #00000080;
}
.filter_feature_item:not(:last-child) {
    margin-right: 16px;
}
.filter_feature_item {
    position: relative;
}
.filter__item:not(:last-child) {
    margin-bottom: 10px;
}
.filter__link {
    transition: all .4s ease;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 19px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: var(--basic-company);
    font-weight: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox {
    transition: border-color .4s;
    border: 1px solid var(--basic-company);
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}
.filter__link.checked .filter__checkbox {
    border-color: var(--basic-company);
    background: var(--basic-company);
}
.filter__link .filter__checkbox svg {
    height: 18px;
    opacity: 0;
    width: 18px;
    transition: all .3s ease;
}
.filter__link.checked svg {
    opacity: 1;
}
.filter_feature_name {
    font-size: 14px;
    color:#20202099;
    transition: all .4s ease;
    position: absolute;
    left: 10px;
    top: 10px;
    background: transparent;
}
.filter__name_arrow {
    position: relative;
    top: -1px;
    transition: all .4s ease;
}
.filter__name.active .filter_feature_name, .filter__name.filter_active .filter_feature_name{
    font-size: 12px;
    font-weight: 700;
    color:#20202080;
    top: -9px;
    left: 6px;
    padding: 0 5px;
    background: var(--boxed-color);
}
.filter__name.active .filter__name_arrow {
    transform: rotate(180deg);
    top: 1px;
}
.filter_visible_values {
    font-size: 14px;
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter__selected_feature_reset {
    position: relative;
    bottom: 6px;
}

/* PAGINATION */
.products_pagination {
    margin-top: 30px;
}
.pagination {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.pagination__item {
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #EAEEF2;
    background: #ffffff;
    border-radius: 2px;
    transition: all .4s ease;
    color: var(--basic-company);
}
.pagination__item.active {
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
    color: #fff;
}
.pagination__link {
    color: var(--basic-company);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
span.pagination__link {
    color: #fff;
}
.subcategories_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.subcategory_item {
    box-shadow: 0px 3px 16px 0px #001C2D1A;
    padding: 12px;
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.subcategory_name span, .product_preview_service_name span {
    text-decoration: underline;
    text-decoration-color: transparent ;
    transition: all .4s ease;
}


/* PRODUCTS TABLE */
.category_spareparts_list {
    display: flex;
    justify-content: space-between;
}
.products_table_content {
    width: calc(100% - 366px);
}
.product_preview_table {
    box-shadow: 0px 3px 10px 0px #001C2D14;
    border: 1px solid #F2F5F9;
    border-radius: 2px;
    display: grid;
    grid-template-columns: minmax(200px, 340px) minmax(130px, 140px) minmax(90px, 110px) minmax(75px, 110px) 160px;
    padding: 5px 16px 5px 5px;
    width: 100%;
    justify-content: space-between;
    transition: all .4s ease;
}
.product_preview_table_image {
    width: 88px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}
.product_preview_table_name {
    width: calc(100% - 104px);
}
.product_preview_table_image picture {
    max-height: 100%;
    justify-content: center;
    height: unset;
    align-items: center;
    padding: 5px;
}
.product_preview_table_image img {
    object-fit: contain;
    height: 100%;
}
.product_table_info_title {
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    line-height: 1.3;
    margin-bottom: 4px;
}
.product_table_info_item {
    padding-top: 15px;
}
.fast_order_table.product_table_info_item {
    padding: 19px 0;
}
.product_preview_table_prices .price {
    font-size: 18px;
    font-weight: 700;
}
.available__in_stock {
    color: #3BA115;
}
.available__no_stock {
    color: #FF442C;
}
.available__in_stock, .available__no_stock {
    gap: 10px;
}
.product_preview_table_prices .price.price--red,
.details_sparepart_price.price--red {
    color: #B60808;
}
.product_preview_table_prices .old_price {
    font-size: 14px;
    font-weight: 500;
    opacity: .7;
    text-decoration: line-through;
    line-height: 1.3;
}
.product_no_in_stock {
    opacity: .5;
}
.products_table_sidebar {
    width: 350px;
    border: 1px solid #A3AFC0;
    border-radius: 2px;
    padding: 24px 16px;
    height: fit-content;
}
.sidebar_catalog_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}
.filter_catalog_list_1:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #00000012;
}
.filter_catalog_link_1 {
    font-weight: 600;
    gap: 8px;
    line-height: 1.2;
}
.filter_catalog_link_1 svg {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
}
.filter__subcatalog {
    padding-left: 35px;
    margin-top: 12px;
    display: none;
}
.filter__subcatalog .filter__catalog_item:not(:last-child) {
    margin-bottom: 10px;
}
.filter__subcatalog .filter__catalog_link {
    line-height: 1.1;
    font-weight: 400;
}
.sub_cat.visible + .filter__subcatalog {
    display: block;
}
.filter_catalog_link_1.selected span {
    border-bottom: 1px solid;
}
.spareparts_pagination {
    width: calc(100% - 366px);
    margin-left: auto;
}
.product_table_item:not(:last-child) {
    margin-bottom: 8px;
}
.categories__no_image {
    background: var(--boxed-color);
    padding: 46px 30px;
    display: flex;
    justify-content: center;
}
.filter_catalog_link_1 svg {
    transition: all .4s ease;
    position: relative;
    top: 0;
}

/* PRODUCT PAGE CAR */
.product-page_car_gallery {
    width: 51.5%;
    position: sticky;
    top: 90px;
    height: fit-content;
}
.product-page_car_details {
    width: 45.5%;
}
.mobile_tab_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}
.product_detail_item:not(:last-child) {
    margin-bottom: 60px;
}
.features_car_wrap:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2020201a;
}
.features_car_name {
    font-size: 14px;
    opacity: .6;
}
.features_car_value {
    font-weight: 500;
    margin-top: 3px;
}
.details_boxed_car_prices {
    margin-bottom: 55px;
    gap: 16px;
}
.details_car_price {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    gap: 10px;
    flex-shrink: 0;
}
.product_callback {
    max-width: 270px;
}
.product_car_top_features {
    margin-bottom: 30px;
    background: var(--boxed-color);
    padding: 10px 0;
    border-radius: 2px;
}
.features_car_item {
    width: 33.33%;
    padding: 6px 10px;
    gap: 12px;
}
.features_car_item:not(:last-child) {
    border-right: 1px solid #D9E0E7;
}
.features_top_car_value {
    font-weight: 600;
}
.product_top_title {
    height: 78vh;
    position: relative;
}
.product_top_bg {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: inherit;
}
.product_top_content {
    height:calc(100% - 75px);
    padding-top: 75px;
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}
.product_heading {
    font-size: 50px;
}
.product_subtitle {
    padding: 40px 0;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}
.product_subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(../images/product-line.png);
    background-position: center;
    background-repeat: no-repeat;
}
.product_top_btns .product_top_btn {
    max-width: 230px;
    border-color: var(--second-company-text);
}
.product_top_btn.contour_btn {
    color: var(--second-company-text)
}
.product_top_btn.main_btn {
    color: var(--basic-company);
    background: var(--second-company-text);
}
.product_top_btns {
    gap: 16px;
    margin-top: 40px;
}
.product-page__image {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.product-page__img {
    padding: 0;
    width: 100%;
}
.gallery_image a, .product-page__no_image {
    min-height: 400px;
    max-height: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    width: 100% !important;
}
.gallery_image picture {
    height: auto;
    max-height: 100%;
    width: 100%;
}
.gallery_image img, .product-page__images-item img {
    object-fit: cover;
    width: 100%;
}
.product-page_sparepart_gallery .product-page__images-item.swiper-slide-thumb-active {
    border-color: var(--basic-company);
}
.product-page__images {
    padding-top: 16px;
    padding-right: 1px;
    width: 100%;
}
.product-page__images-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-out;
    background-color: #fff;
    aspect-ratio: 1 / 1;
    max-height: 110px;
    max-width: 172px;
}
.product-page__images-item picture {
    height: 100%;
    width: 100%;
}
.product-page__img .swiper-button-next {
    right: 10px;
}
.product-page__img .swiper-button-prev {
    left: 10px;
}
.stickers_product-page {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.sticker {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    display: flex;
    border: 1px solid #fff;
    border-radius: 2px;
    background: #0CB25F;
    color: var(--second-company-text);
}
.block_car_description h2 {
    font-size: 22px;
}
.block_car_description h3 {
    font-size: 20px;
}

/* PRODUCT PAGE sparepart */
.product-page_sparepart_gallery {
    width: 32%;
}
.product-page_sparepart_details {
    width: 64%;
}
.sparepart_available_sku {
    margin: 0 0 24px 30px;
    gap: 100px;
}
.details_sparepart_buy {
    background: var(--boxed-color);
    border-radius: 2px;
    padding: 24px 30px;
    gap: 90px;
    margin-bottom: 60px;
}
.details_sparepart_buy .fast_order_button {
    max-width: 340px;
}
.details_sparepart_price {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}
.details_sparepart_old_price {
    font-size: 18px;
    font-weight: 500;
    opacity: .7;
    text-decoration: line-through;
    line-height: 1.2;
}
.product-page__sku {
    gap: 8px;
}
.product-page__sku_ttl {
    opacity: .5;
}
h1.block_sparepart_heading {
    font-size: 40px;
}
.features_sparepart_wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2020201a;
    gap: 10px;
}
.features_sparepart_name {
    width: 35%;
}
.features_sparepart_value {
    font-weight: 500;
}
.product-page_sparepart_gallery .product-page__img {
    border: 1px solid #00000014;
}
.product-page_sparepart_gallery .product-page__images-item {
    border: 1px solid #00000014;
    max-height: 90px;
    max-width: 90px;
}

/* PRODUCT PAGE SERVICE */
.product_preview__image.product_preview_service_image img {
    object-fit: cover;
    width: 100%;
}
.product_preview_service {
    box-shadow: 0px 3px 18px 0px #001C2D14;
    border-radius: 2px;
    padding-bottom: 16px;
    background: #fff;
    height: 100%;
    transition: all .4s ease;
    overflow: hidden;
}
.product_preview_service_image picture {
    width: 100%;
}
.product_preview_service_name {
    margin-top: 12px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.product_preview_service_annotation {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    opacity: .85;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product_preview_service_annotation p{
    line-height: 1.3;
}

/* PRODUCT PAGE SERVICE */
.product_top_annotation {
    text-align: center;
    font-size: 20px;
    opacity: .8;
    color: var(--second-company-text);
}
.details_boxed_services_prices {
    background: var(--boxed-color);
    border-radius: 2px;
    padding: 24px 30px;
    margin-bottom: 60px;
}
.product_variants_wrapper {
    margin-bottom: 24px;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}
.variant_radiobtn {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.variant_label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--basic-company);
    border: 1px solid #20202024;
    border-radius: 2px;
    padding: 10px 14px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.product_variants_wrapper input[type="radio"]:checked + label {
    border-color: var(--basic-company);
}
.details_boxed_service_bottom {
    gap: 120px;
}
.details_service_price {
    font-size: 35px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.2;
}
.product-page__no_image {
    border: 1px solid #00000014;
}
.product-page__no_image svg {
    width: 170px;
    height: 170px;
}
.fast_order_button {
    max-width: 270px;
}

/* FEEDBACK PAGE */
.feedback_page_description {
    font-size: 20px;
}
.banner_contacts_feedback {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.banner_contact_item {
    box-shadow: 0px 3px 24px 0px #001C2D1F;
    border-radius: 2px;
    padding: 24px 16px;
}
.banner_contact_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.contacts_banner_links {
    gap: 6px;
}

/* FANCYBOX */
.popup_animated.fancybox-content {
    border-radius: 2px;
    max-width: 460px;
    width: 100%;
}
.form_order_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ORDER PAGE */
.order_notify_content_inner, .block--cart_purchases {
    width: 48%;
}
.order_notify_content_inner {
    background: var(--boxed-color);
    padding: 24px 16px;
    border-radius: 2px;
}
.block--cart_purchases {
    box-shadow: 0px 3px 16px 0px #001C2D1A;
    border-radius: 2px;
    padding: 24px 16px;
}
.purchase__item {
    gap: 10px;
}
.purchase__name {
    font-weight: 600;
}
.purchase__price_total {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 800;
}
.purchase__image {
    border-radius: 2px;
    overflow: hidden;
}

/* PAGE */
.page_block_description {
    width: 70%;
}
.banner_advertising_item {
    width: 370px;
    border-radius: 2px;
    overflow: hidden;
    height: fit-content;
    position: sticky;
    top: 90px;
}
.products_not_found_block {
    background: var(--boxed-color);
    border-radius: 2px;
    padding: 20px 16px;
}
.block_title.category_description_title {
    margin: 0 0 60px;
}

.fn_products_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}
.fn_products_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}

.product-page_car_gallery .gallery-thumbs:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}
.product-page_car_gallery .gallery-thumbs:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+9){display:none}