/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import "./../../../font.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.tax-product_cat.woocommerce img,
.tax-vehicle_types.woocommerce img,
.archive.woocommerce img,
.tax-vehicle_types.woocommerce-page img,
.archive.woocommerce-page img,
.tax-product_cat.woocommerce-page img {
    max-width: unset !important;
}

.tax-vehicle_types.woocommerce-page h2,
.archive.woocommerce-page h2,
.tax-product_cat.woocommerce-page h2 {
     text-align: left;
     text-transform: uppercase;
    font-size: 56px;
}

.tax-vehicle_types .ctalog-item__description h2,
.archive .ctalog-item__description h2,
.tax-product_cat .ctalog-item__description h2 {
    font-size: 2rem;
}

.more-pagination-btn p {
    text-align: center;
    border: 1px solid lightgray;
    width: fit-content;
    padding: 8px 40px !important;
    background: #E11D20;
    color: white;
    border: none;
    padding: 8px 15px;
    background: #E11D20;
    color: white;
    font-family: 'Caros Soft';
    font-weight: bold;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 50px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.more-pagination-btn i{
    display: none;
}

.more-pagination-btn.more-pagination-btn--loading{
    pointer-events: none;
    opacity: 0.7;
}
  .filter-condition__body input[type="checkbox"] {
    display: none;
  }

  .filter-condition__body input[type="checkbox"] + label:before {
    content: "\2713";
    display: inline-block;
    font-size: 1.2em;
    margin-right: 5px;
  }

  .filter-condition__body input[type="checkbox"]:checked + label:before {
    content: "\2713";
    color: #E11D20;
	display: flex;
  	align-items: center;
  	justify-content: center;
  }
.more-pagination-btn.more-pagination-btn--loading p{
    color: transparent;
    position: relative;
}
@keyframes spinnerRotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.more-pagination-btn.more-pagination-btn--loading i{
    color: #fff;
    display: inline-block;
    animation: spinnerRotate 1s linear infinite;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}

.header__user .company_phone {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.14px;
}

.filter__model-body input[type=text].search {
    position: relative;
    width: 100%;
    border: none;
    outline: none;

    background: #FFFFFF;
    height: 46px;

    padding: 13px 20px;

    cursor: text;
    color: #17191C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    border-radius: 6px;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding-right: 8px;
    padding: 12px 16px;
    gap: 8px;
    color: rgba(20, 21, 23, 0.6);
    text-decoration: none;
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.catalog-item.out-stock img.wp-post-image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale; /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.catalog-item.out-stock .catalog-item__price span {
    color: #17191C;
}

.catalog-item.out-stock .product-button-contacts button {
    /*position: absolute;*/
    /*left: 50%;*/
    /*z-index: 99;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*opacity: 1 !important;*/
    /*padding: 8px 40px;*/
    /*display: none;*/
}

.catalog-item.out-stock:hover .product-button-contacts > button {
    /*display: block;*/
    z-index: 100;
}

.catalog-item.out-stock {
    position: relative;
}

.catalog-item.out-stock .wp-post-image {
    position: relative;
}

.catalog-item.out-stock .outstock-img img {
    width: 60%;
}

.catalog-item.out-stock .outstock-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


.wp-pagenavi a:hover {
    text-decoration: none;
    color: rgba(20, 21, 23, 0.6);
}

.page-template-catalog .slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-template-catalog .slick-dots li {
    font-size: 1px;
    margin-right: 5px;
}

.page-template-catalog .slick-dots li:last-child {
    margin-right: 0;
}

.page-template-catalog .slick-dots li.slick-active button {
    background: #E11D20;
    width: 5px;
    height: 5px;
}

.page-template-catalog .slick-dots li button {
    border: none;
    border-radius: 50%;
    background: black;
    width: 5px;
    height: 5px;
}

.wp-pagenavi a {
    border: none;
}

.wp-pagenavi .current {
    background: var(--Red, #E11D20);
    color: white;
    border: none;
}

.filter__model-body .dropdown {
    position: relative;
    display: block !important;
}



.price-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter__model-body .dropdown__button {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border: none;

    background: #FFFFFF;
    height: 46px;

    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(23, 25, 28, 0.3);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.filter__model-body .dropdown__button:focus, .dropdown__button--active {
    outline: none;
}

.filter__model-body .dropdown {
    width: 100%;
}

.filter__model-body .dropdown__list {
    display: none;

    left: 0;
    top: 52px;

    margin: 0;
    padding: 0;
    list-style-type: none;

    background: #FFFFFF;
    overflow: hidden;

    width: 100%;

    z-index: 1;
}

.filter__model-body .dropdown__list--visible {
    display: block;
}

.filter__model-body .dropdown__list-item {
    margin: 0;
    padding: 0;
    border: 1px solid lightgray;
    border-bottom: 0px;
    padding: 13px 20px;
    cursor: pointer;
    color: var(--Black, #17191C);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    /*opacity: 0.3;*/
    opacity: 1;
}

.filter__model-body .dropdown__list-item:last-child {
    border-bottom: 1px solid lightgray;
}

.filter__model-body .dropdown__list-item:hover {
    background: rgba(176, 198, 225, 0.26);
}

.filter__model-body .dropdown__input-hidden {
    display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    color: var(--Black, #17191C);
    font-family: 'Caros Soft';
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.12px;
    text-transform: uppercase;
}

.catalog-category {
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.tax-product_cat .slick-dots,
.tax-vehicle_types .slick-dots,
.archive .slick-dots,
.page-template-catalog .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 0 !important;
    padding-top: 0px;
    background: transparent !important;
    display: -webkit-inline-box;
    text-align: center;
    width: fit-content;
    padding-top: 40px !important;
}

.tax-vehicle_types .dropdown__list-item.dropdown__list-link-wrapper,
.archive .dropdown__list-item.dropdown__list-link-wrapper,
.tax-product_cat .dropdown__list-item.dropdown__list-link-wrapper {
    position: relative;
}

.tax-vehicle_types .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link,
.archive .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link,
.tax-product_cat .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link {
    color: #17191C;
}

.tax-vehicle_types .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link:hover,
.archive .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link:hover,
.tax-product_cat .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link:hover {
    text-decoration: none;
}

.tax-vehicle_types .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link::before,
.archive .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link::before,
.tax-product_cat .dropdown__list-item.dropdown__list-link-wrapper a.dropdown__list-link::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-catalog .slick-dots li {
    margin-right: 0 !important;
}

.tax-vehicle_types .slick-dots button,
.archive .slick-dots button,
.tax-product_cat .slick-dots button {
    border-radius: 50%;
    border: none;
    /*background: #070707;*/
    /*opacity: 0.5;*/
    background: black;
    font-size: 1px;
    width: 5px;
    height: 5px;
}

.tax-vehicle_types .slick-dots .slick-active button,
.archive .slick-dots .slick-active button,
.tax-product_cat .slick-dots .slick-active button {
    background: #E11D20;
    width: 5px;
    height: 5px;
    opacity: 1;
}

.tax-vehicle_types .catalog-category,
.archive .catalog-category,
.tax-product_cat .catalog-category,
.page-template-catalog .catalog-category {
    transition: all .3s;
    opacity: 0;
}

.tax-vehicle_types .catalog-category.slick-initialized,
.archive .catalog-category.slick-initialized,
.tax-product_cat .catalog-category.slick-initialized,
.page-template-catalog .catalog-category.slick-initialized {
    opacity: 1;
}

.catalog-category__section {
    opacity: 0.2;
    background: var(--White, #FFF);
    cursor: pointer;
    width: 140px;
    height: 78px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.catalog-category__section:hover,
.catalog-category__section.active {
    background: var(--White, #FFF);
    opacity: 1;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

.catalog-category__section a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.catalog-category__section a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-bottom: 0;
}

.catalog-category::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

.catalog-category::-webkit-scrollbar-thumb {
    background-color: #555; /* Цвет ползунка прокрутки */
}

.catalog-category::-webkit-scrollbar-track {
    background-color: #ddd; /* Цвет трека (фона) прокрутки */
}

/* Firefox */
.catalog-category {
    scrollbar-width: thin;
    scrollbar-color: #555 #ddd;
}

/* catalog__info-text */


.catalog__info-text {
    padding: 40px 0 24px 0;
}

.catalog__info-text .sort-wrapper {
    width: max-content;
}

.catalog__info-text span {
    display: flex;
    align-items: center;
}

.catalog__info-text .col-md-4.col-xl-4.col-sm-6:last-of-type span img {
    padding-right: 8px;
}

.catalog__info-text .col-md-6.col-xl-4.col-sm-6:last-of-type span {
    justify-content: flex-end;

}

.catalog__info-text span {
    color: var(--Black, #17191C);
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    opacity: 0.5;
}

/* Filter  */

.category-filter {
    display: flex;
    width: 100%;
    padding: 24px 16px 48px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    background: var(--Black, #17191C);
    margin-bottom: 16px !important;
}

.filter__model-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 24px;
}

.filter__model, .filter__performance, .filter__condition {
    width: 100%;
}

.filter__model-header span {
    color: var(--White, #FFF);

    /* Description 2 */
    font-family: 'Caros Soft';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 22px */
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.filter-btn {
    text-align: end;
}

.dropdown__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background: #FFF;
    cursor: pointer;
    width: 100%;
}

.dropdown__button .dropdown__title {
    color: var(--Black, #17191C);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: 0.3;
    display: block;
    padding-bottom: 0;
}

.filter__model-body span {
    color: var(--White, #FFF);

    display: block;
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    opacity: 0.5;
    padding-bottom: 8px;
}


.category-filter .checkbox-custom {
    display: none; /* Скрыть оригинальный чекбокс */
}

.category-filter .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;

    background-size: contain;
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.category-filter .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\2713";
    color: #E11D20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-filter .checkbox-custom:checked + .checkbox-custom-label:before {
    background: url('../img/product/check.png') no-repeat; /* Путь к изображению для выбранного состояния чекбокса */
    background-size: contain;
    background-position-y: center;
}

.category-filter label.checkbox-custom-label {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.performance__range {
    padding-top: 4px;
    padding-bottom: 16px;
    display: block;
}

.performance__range span {
    color: var(--White, #FFF);
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    width: 100%;
    display: block;
    padding-bottom: 8px;
}

.performance__range input {
    display: block;
    width: 100%;
}

.performance__range .value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}


.performance__range .value .max-value {
    text-align: right;
}

.performance__range .value .max-value, .performance__range .value .min-value {
    color: var(--White, #FFF);

    /* Text */
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    opacity: 0.5;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 1px; /* Толщина дорожки */
    background-color: #E11D20;
    margin: 10px 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><circle cx="7.49972" cy="7.49997" r="5.35714" fill="%23E11D20"/><circle cx="7.5" cy="7.5" r="7.5" fill="%23E11D20" fill-opacity="0.3"/></svg>');
    background-size: contain;
    cursor: pointer;
    display: flex;
    align-items: center;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><circle cx="7.49972" cy="7.49997" r="5.35714" fill="%23E11D20"/><circle cx="7.5" cy="7.5" r="7.5" fill="%23E11D20" fill-opacity="0.3"/></svg>');
    background-size: contain;
    cursor: pointer;
    margin-left: calc(-7.5px + 0px);
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
}

input[type="range"]::-moz-range-track {
    width: 100%;
}

.double-range__control {
    position: relative;
}

.woocommerce .double-range__control input[type=range] {
    padding: 0 !important;
    border: none !important;
}

.double-range__control input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
}

.double-range__control input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
}

.double-range__control input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 1px;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

.double-range__control {
    height: 20px;
}

.double-range__control #min_price {
    height: 0;
    z-index: 1;
}

.double-range__control #max_price {
    height: 1px;
    z-index: 2;
}

.double-range-container .value-display {
    left: 50%;
    transform: translateX(-50%);
}

.performance__type span {
    color: var(--White, #FFF);
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    padding-bottom: 8px;
    display: block;
}

.filter__reset {
    width: 100%;
    display: flex;
    justify-content: center;

    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

button.reset {
    padding: 29px 80px 27px 80px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--White, #FFF);

    /* Button 16 */
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    gap: 8px;
    background: transparent;
    border: 1px solid #FFF;
}

button.reset img {
    padding-right: 8px;
}

.filter__model-header {
    cursor: pointer;
}

.filter-btn.plus {
    display: block;
}

.filter-btn.minus {
    display: none;
}

.filter__model-body {
    display: block;
    overflow: hidden;
}

.filter__performance-body {
    display: block;
    overflow: hidden;
}

.filter-condition__body {
    display: block;
    overflow: hidden;
}

/* Catalog Item */
.catalog-item {
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-bottom: 30px;
    border: 2px solid transparent;
    min-height: 776px;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: #f3f3f3;
}

.catalog-item.out-stock:hover .catalog-item__ttitle, .catalog-item.out-stock:hover .catalog-item__pretitle, .catalog-item.out-stock:hover .catalog-item__option, .catalog-item.out-stock:hover .price-block {
    opacity: 0.2;
}

.catalog-item.out-stock .catalog-item__ttitle, .catalog-item.out-stock .catalog-item__pretitle, .catalog-item.out-stock .catalog-item__option, .catalog-item.out-stock .price-block {
    opacity: 0.4;
}

.catalog-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.catalog-item img {
    width: 100%;
    object-fit: cover;
    max-width: 576px;
    max-height: 340px;
    height: auto;
}

.catalog-item .wp-post-image {
    border-radius: 6px 6px 0 0;
}

.ctalog-item__description {
    padding: 24px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}

.catalog-item__ttitle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 8px;
    color: var(--Black, #17191C);
    text-decoration: none !important;

    /* Description 2 */
    font-family: 'Caros Soft';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 22px */
    letter-spacing: -0.2px;
    text-transform: uppercase;
    align-self: stretch;
}

.catalog-item__ttitle div {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.catalog-item__ttitle:hover {
    color: var(--Black, #17191C);
}

.catalog-item__pretitle {
    color: var(--Black, #17191C);
    display: block;
    padding-bottom: 32px;
    /* Body  2 */
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.catalog-item__option {
    flex-grow: 1;
}

.catalog-item__option .option-type {
    padding: 8px 0;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.catalog-item__option .option-type:first-child {
    padding-top: 0;
    border-top: none;
}

.option-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option-type span:first-of-type {
    font-family: 'Caros Soft';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: rgba(23, 25, 28, 0.5);

}

.option-type span:last-of-type {
    font-family: 'Caros Soft';
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(23, 25, 28, 1);

}

.catalog-item__price,
.catalog-item__price span {
    display: flex;
    align-items: center;
}

.product-button-contacts {
    margin-top: 20px;
}

.catalog-item__price {
    padding-top: 32px;
    gap: 0 24px;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-item__price .price-block {
    gap: 4px;
    flex-wrap: wrap;
}

.catalog-item__price span.gross {
    margin-left: 24px;
}

.leave-contacts-btn {
    border: none;
    padding: 8px 15px;
    background: #E11D20;
    color: white;
    font-family: 'Caros Soft';
    font-weight: bold;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.leave-contacts-btn:hover {
    opacity: 0.8
}

.catalog-item__price span {
    font-family: 'Caros Soft';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    color: rgba(222, 33, 39, 1);
    gap: 8px;
}

.catalog-item__price span.sub,
.catalog-item__price span.sub span {
    font-size: 16px;
    font-weight: 400;
}

.catalog-item__price span.gross,
.catalog-item__price span.gross span {
    color: #17191C;
}

.catalog-item .level-prod, .catalog-item .star {
    width: auto;
}

.catalog-item .level-prod {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 88px !important;
    z-index: 10;
}

.catalog-item .star {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 592px;
    margin: 0 auto;
}

.pagination-row {
    justify-content: center;
}

.pagination-arrow {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 56px;
    border: 1px solid rgba(23, 25, 28, 0.10);
    cursor: pointer;
}

.pagination-item {
    padding-right: 8px;
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pagination-item a {
    color: rgba(20, 21, 23, 0.6);
    text-decoration: none;
    /* Button 16 */
    font-family: 'Caros Soft';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.pagination-item:last-child {
    padding-right: 0;
}

.pagination-item.active {
    background: var(--Red, #E11D20);
}

.pagination-item.active a {
    color: white;
}

/* quiz */

.section-quiz {
    padding: 33px 40px;
    background: #040404;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: 80px 0;
}

.section-quiz::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../../img/quiz.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.section-quiz p {
    color: var(--White, #FFF);
    text-align: right;
    max-width: 570px;
    /* H3 */
    font-family: 'Caros Soft';
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.12px;
    text-transform: uppercase;
    margin-right: 64px;
}

.section-quiz a {
    display: flex;
    width: 320px;
    padding: 29px 39px 27px 39px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Red, #DE2127);
}

.button-site,
.button-quiz
{
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button-site:after,
.button-quiz:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Red, #DE2127);
    z-index: -2;
}
.button-site:before,
.button-quiz:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(0deg, var(--10, rgba(255, 255, 255, 0.10)) 0%, var(--10, rgba(255, 255, 255, 0.10)) 100%), #E11D20;
    transition: all 0.3s;
    z-index: -1;
}
.button-site:hover,
.button-quiz:hover
{
    flex-direction: row-reverse;
}

.button-site:hover img,
.button-quiz:hover img,
.button-site:hover svg,
.button-quiz:hover svg
{
    margin-left: 0;
    margin-right: 8px;
}
.button-site img,
.button-quiz img,
.button-site svg,
.button-quiz svg
{
    margin-left: 8px;
}
.button-site:hover,
.button-quiz:hover
{
    color: #fff;
}
.button-site:hover:before,
.button-quiz:hover:before
{
    width: 100%;
}
.button-site a,
.button-quiz a
{
    text-decoration: none;
}

.catalog-content {
    padding: 80px 0;
}

.catalog-content h2 {
    color: #17191C;

    /* Text */
    font-family: 'Caros Soft';
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.12px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.catalog-content p {
    color: #17191C;
    font-family: 'Caros Soft';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-bottom: 24px !important;
}

.catalog-content p:last-child {
    margin-bottom: 0;
}

/* newsleter-row */

.newsleter-row {
    padding: 80px 0;
}

.get-in-touch h2 {
    color: #FFF;
    font-family: 'Caros Soft';
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.12px;
    text-transform: uppercase;
}

.get-in-touch {
    display: inline-flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background: var(--Black, #17191C);
    width: 100%;
}

.get-in-touch p {
    color: var(--White, #FFF);
    font-family: 'Caros Soft';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.8;
    min-height: 47px;
}
.get-in-touch p {
    /*max-width: 408px;*/
}

.get-in-touch .button-site {
    text-decoration: none;
    display: flex;
    padding: 32px 80px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #DE2127 !important;
    border-radius: 0;
    color: #FFF !important;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 80px;
}

.subscribe__social {
    display: flex;
    align-items: center;
}

.subscribe__social a {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.10);
    margin-right: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.subscribe__social a:last-child {
    margin-right: 0;
}

.subscribe__social a:hover {
    background: var(--Red, #DE2127);
}

.newsletter {
    display: inline-flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background: #E3E5E8;
}

.newsletter h2 {
    color: #17191C;
    font-family: 'Caros Soft';
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.12px;
    text-transform: uppercase;
}

.newsletter p {
    color: #17191C;
    font-family: 'Caros Soft';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.8;
    min-height: 47px;
    /*max-width: 312px;*/
}

.mail-form {
    width: 100%;
}

.newsletter input#email {
    width: 100%;
    display: flex;
    padding: 8px 8px 8px 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 438px;
    background: #FFF;
    border: none;
    height: 80px;
    outline: none !important;
}

.mail-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #17191C;
}

.mail-form {
    position: relative;
}

#email::placeholder {
    color: #17191C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: 0.3;
}

.newsletter .terms {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 75px;
}

.newsletter {
    height: 100%;
}

.newsletter .terms label {
    max-width: 100%;
    color: #17191C;
    font-family: 'Caros Soft';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    padding-left: 12px;
}

.newsletter .terms label a {
    color: #17191C;
    font-family: 'Caros Soft';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    text-decoration-line: underline;
}

.newsletter #email::placeholder {
    color: #17191C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: 0.3;
}

.newsletter input[type="checkbox"]:checked,
.newsletter input[type="checkbox"]:not(:checked),
.newsletter input[type="radio"]:checked,
.newsletter input[type="radio"]:not(:checked)
{
    position: absolute;
}

.newsletter input[type="checkbox"]:checked + label,
.newsletter input[type="checkbox"]:not(:checked) + label,
.newsletter input[type="radio"]:checked + label,
.newsletter input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    line-height: 20px;
}

.newsletter input[type="checkbox"]:checked + label:before,
.newsletter input[type="checkbox"]:not(:checked) + label:before,
.newsletter input[type="radio"]:checked + label:before,
.newsletter input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
}

.newsletter input[type="checkbox"]:checked + label:before,
.newsletter input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.newsletter input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.newsletter input[type="checkbox"]:checked + label:after,
.newsletter input[type="checkbox"]:not(:checked) + label:after,
.newsletter input[type="radio"]:checked + label:after,
.newsletter input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.newsletter input[type="checkbox"]:checked + label:after,
.newsletter input[type="checkbox"]:not(:checked) + label:after {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('../img/CheckSquare.svg');
    background-repeat: no-repeat;
}

.newsletter input[type="radio"]:checked + label:after,
.newsletter input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e145a3;
}

.newsletter input[type="checkbox"]:not(:checked) + label:after,
.newsletter input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.newsletter input[type="checkbox"]:checked + label:after,
.newsletter input[type="radio"]:checked + label:after {
    opacity: 1;
}

.filter__model-header {
    cursor: pointer;
}
.collapsed .filter-btn::after {
    content: '+';
}
.filter-btn::after {
    content: '-';
}

.is_idsearcherror {
    top: 10px !important;
    position: relative;
    color: red;
    font-weight: bold;
    display:none;
}

.tax-product_cat .option-type span:last-child,
.tax-vehicle_types .option-type span:last-child,
.archive .option-type span:last-child,
.page-template-catalog .option-type span:last-child {
    text-align: right;
}

.tax-product_cat .catalog__result-failed,
.tax-vehicle_types .catalog__result-failed,
.archive .catalog__result-failed,
.page-template-catalog .catalog__result-failed {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.tax-product_cat.woocommerce-page .get-in-touch h2,
.tax-vehicle_types.woocommerce-page .get-in-touch h2,
.archive.woocommerce-page .get-in-touch h2,
.tax-product_cat.woocommerce-page .newsletter h2,
.archive.woocommerce-page .newsletter h2,
.tax-vehicle_types.woocommerce-page .newsletter h2 {
    font-size: 72px;
}

.button-site.catalog-btn.catalog-page-btn,
.tax-product_cat.woocommerce-page .button-site.catalog-btn,
.tax-vehicle_types.woocommerce-page .button-site.catalog-btn,
.archive.woocommerce-page .button-site.catalog-btn,
.page-template-catalog .button-site.catalog-btn {
    width: 320px;
    padding: 16px 4px;
    border-radius: 4px;
    gap:10px;
    height: max-content;
    margin-top: 16px;
}

.tax-product_cat.woocommerce-page .button-site.catalog-btn img,
.tax-vehicle_types.woocommerce-page .button-site.catalog-btn img,
.archive.woocommerce-page .button-site.catalog-btn img,
.page-template-catalog .button-site.catalog-btn img {
    transform: rotate(180deg)
}

.sp-form[sp-id="231995"] input[type="checkbox"] {
    width: max-content !important;
}
