.loader{
    display: block;
    background:url("/i/loader.gif") no-repeat center center;
    height: 100px;
}
.show_more_td{
    width: 100%;
    display: block;
    text-align: center;
    border: 2px solid #FF9214;
    color: #232323;
    padding: 16px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.show_more_td:hover{
    background: #FF9214;
    color: #fff;
    cursor: pointer;
}

.product .article.article_copy {
    cursor: pointer;
}

.product .section-top.desktop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.product .section-top.desktop .btn.button {
    margin-left: auto;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1.2;
}

.techcat-root-catalog {
    padding-top: 8px;
}

.techcat-root-layout {
    display: grid !important;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.techcat-root-layout > .col33,
.techcat-category-page .row_32 > .col33 {
    width: 340px !important;
    max-width: 340px !important;
    min-width: 340px;
}

.techcat-root-layout > .col66,
.techcat-category-page .row_32 > .col66 {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
}

.techcat-root-layout > .col33,
.techcat-root-layout > .col66,
.techcat-category-page .row_32 > .col33,
.techcat-category-page .row_32 > .col66 {
    padding-left: 0;
    padding-right: 0;
}

.techcat-root-catalog .category-aside {
    position: sticky;
    top: 20px;
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.techcat-root-catalog .search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 8px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.techcat-root-catalog .search-form input {
    min-width: 0;
    flex: 1 1 auto;
    height: 46px;
    border: 0;
    border-radius: 14px;
    padding: 0 14px;
    background: #f4f7fb;
    color: #12202c;
    font-size: 14px;
    box-shadow: none;
}

.techcat-root-catalog .search-form input:focus {
    background: #eef5ff;
    outline: none;
}

.techcat-root-catalog .search-form .btn {
    flex: 0 0 auto;
    height: 46px;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.techcat-root-catalog .category-nav__title {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    padding: 14px 42px 14px 18px;
    background: #fff;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
    transition: background-color .2s ease, transform .2s ease;
}

.techcat-root-catalog .category-nav__title::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #607284;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.techcat-root-catalog .accordeon__item.open .category-nav__title::after {
    content: "−";
}

.techcat-root-catalog .category-nav__title:hover {
    background: #eef5ff;
    transform: translateX(2px);
}

.techcat-root-catalog .category-nav__content {
    display: none;
    padding: 10px 6px 16px 12px;
}

.techcat-root-catalog .category-nav__link {
    display: block;
    padding: 8px 10px;
    border-radius: 12px;
    color: #304255;
}

.techcat-root-catalog .category-nav__link:hover {
    background: #f3f6f9;
}

.techcat-root-grid,
.techcat-vehicle-grid {
    display: grid !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    gap: 18px;
}

.techcat-root-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.techcat-vehicle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.techcat-root-grid__item,
.techcat-vehicle-grid__item {
    display: flex;
    position: relative;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: stretch;
}

.techcat-root-catalog .category-item {
    position: relative;
    display: flex;
    min-height: 188px;
    width: 100%;
    align-items: flex-end;
    border-radius: 28px;
    padding: 24px;
    background-color: #fff;
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 66% auto;
    box-shadow: 0 18px 38px rgba(12, 23, 36, 0.12);
    transition: transform .22s ease, box-shadow .22s ease;
}

.techcat-root-catalog .category-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.04) 0%, rgba(226, 232, 240, 0.28) 100%);
}

.techcat-root-catalog .category-item strong {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 52%;
    color: #14202b;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.techcat-root-catalog .category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(12, 23, 36, 0.2);
}

.techcat-vehicle-list {
    padding-top: 8px;
    padding-bottom: 22px;
}

.techcat-vehicle-list .category__title {
    margin: 0 0 10px;
    color: #14202b;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.techcat-vehicle-picker {
    margin: 20px 0;
    padding: 22px 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 16px 36px rgba(12, 23, 36, 0.08);
}

.techcat-vehicle-picker__head {
    margin-bottom: 18px;
}

.techcat-vehicle-picker__title {
    margin-bottom: 6px;
    color: #14202b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.techcat-vehicle-picker__hint {
    color: #5b6876;
    font-size: 14px;
    line-height: 1.5;
    max-width: 820px;
}

.techcat-vehicle-picker__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.techcat-vehicle-picker__field label {
    display: block;
    margin-bottom: 8px;
    color: #243443;
    font-size: 13px;
    font-weight: 700;
}

.techcat-vehicle-picker__field select {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    padding: 0 14px;
    background: #fff;
    color: #12202c;
    font-size: 14px;
    box-shadow: none;
}

.techcat-vehicle-picker__field select:disabled {
    background: #f2f5f8;
    color: #8b96a3;
    cursor: not-allowed;
}

.techcat-vehicle-picker__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.techcat-vehicle-picker__actions .btn.button {
    min-width: 190px;
    cursor: pointer;
}

.techcat-vehicle-picker__actions .btn.button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.techcat-vehicle-list .spares__title {
    margin: 0 0 22px;
    padding-left: 0;
    color: #4b5b6b;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

.techcat-vehicle-list .spares-item {
    display: flex;
    min-height: 142px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    border-radius: 22px;
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(255, 146, 20, 0.18), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    box-shadow: 0 18px 38px rgba(16, 24, 40, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.techcat-vehicle-list .spares-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.12);
}

.techcat-vehicle-list .spares-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.techcat-vehicle-list .spares-item__name {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: #0f1720;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.techcat-vehicle-list .spares-item__year {
    color: #5b6c7d;
    font-size: 13px;
    font-weight: 600;
}

.techcat-vehicle-list .spares-item__model {
    color: #14202b;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.techcat-modifications {
    padding-top: 10px;
    padding-bottom: 24px;
}

.techcat-modifications__top {
    margin-bottom: 18px;
}

.techcat-modifications__heading {
    min-width: 0;
}

.techcat-modifications__top .section-title {
    margin-bottom: 0;
}

.techcat-current-car {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 14px;
    border-radius: 16px;
    padding: 10px 14px;
    background: #fff7ec;
    border: 1px solid rgba(255, 146, 20, 0.2);
}

.techcat-current-car__label {
    color: #a35a00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.techcat-current-car__title {
    color: #14202b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.techcat-current-car__meta {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.35;
}

.techcat-modifications .search-modal {
    margin-bottom: 26px;
    border-radius: 26px;
    padding: 24px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    box-shadow: 0 18px 38px rgba(16, 24, 40, 0.08);
}

.techcat-modifications .section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.techcat-modifications .section-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.techcat-modifications .modification-item {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 16px 0;
}

.techcat-modifications .modification-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.techcat-modifications .modification-item__title {
    margin-bottom: 12px;
    color: #14202b;
    font-size: 16px;
    font-weight: 700;
}

.techcat-modifications .modification-item__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.techcat-modifications .radio-button {
    position: relative;
    display: block;
    margin: 0 0 2px;
    cursor: pointer;
}

.techcat-modifications .radio-button input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.techcat-modifications .radio-button span {
    display: block;
    border-radius: 999px;
    padding: 10px 14px;
    background: #edf2f7;
    color: #243446;
    line-height: 1.25;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.techcat-modifications .radio-button:hover span {
    background: #dfe9f4;
}

.techcat-modifications .radio-button input:checked + span {
    background: #ff9214;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 146, 20, 0.22);
}

.techcat-modifications .cars__item {
    display: block;
    margin-top: 14px;
    border-radius: 24px;
    padding: 16px 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.techcat-modifications .cars__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.1);
}

.techcat-modifications .cars__model {
    color: #14202b;
    font-weight: 800;
}

.techcat-modifications .cars__head,
.techcat-modifications .cars__row {
    margin-left: 0;
    margin-right: 0;
}

.techcat-modifications .cars__head .cars__row,
.techcat-modifications .cars__item .cars__row {
    display: grid;
    grid-template-columns: minmax(240px, 2.2fr) repeat(5, minmax(110px, 1fr)) minmax(140px, 1.1fr);
    gap: 14px;
    align-items: center;
}

.techcat-modifications .cars__head {
    margin-bottom: 10px;
    padding: 0 18px;
    color: #6a7a89;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.techcat-modifications .cars__item > .cars__row > div {
    min-width: 0;
}

.techcat-modifications .cars__item .cars__row > div > div,
.techcat-modifications .cars__item .cars__row > div {
    color: #314355;
    font-size: 14px;
    line-height: 1.35;
}

.techcat-modifications .cars__item .cars__model {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.2;
}

.techcat-modifications .cars__item .mobile {
    display: none;
}

.techcat-modifications .cars__year {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.techcat-modifications .cars__year .border-button {
    flex: 0 0 auto;
    min-width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 146, 20, 0.45);
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9214 0%, #ff7a18 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(255, 146, 20, 0.22);
}

.category__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.category__cars {
    flex: 0 0 300px;
    max-width: 300px;
    margin-bottom: 15px;
}

.techcat-current-car-card {
    border-radius: 18px;
    padding: 10px 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.techcat-current-car-card__label {
    color: #7b8794;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.techcat-current-car-card__main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.techcat-current-car-card__title {
    flex: 1 1 auto;
    min-width: 0;
    color: #14202b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.techcat-current-car-card__name {
    color: #14202b;
}

.techcat-current-car-card__meta {
    margin-top: 3px;
    padding-left: 34px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.techcat-current-car-card__remove {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #eef2f6;
    color: #475569;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.techcat-current-car-card__remove:hover {
    background: #ffebe5;
    color: #c2410c;
    transform: scale(1.04);
}

.techcat-category-page .row_32 {
    display: grid !important;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
}

.techcat-category-page .products-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 18px;
}

.techcat-category-page .products-row > li {
    display: flex;
    align-items: stretch;
}

.techcat-category-page .products-row .product-item {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
}

.techcat-category-page .products-row .product-item__info,
.techcat-category-page .products-row .product-item__content {
    margin-top: auto;
}

.techcat-category-page .category-aside {
    position: sticky;
    top: 20px;
    border-radius: 24px;
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.techcat-category-page .category-nav__list,
.techcat-category-page .category__radios,
.techcat-category-page .products-sort,
.techcat-category-page .view-switch,
.techcat-category-page .pagination,
.techcat-category-page .products-row {
    margin: 0;
    padding: 0;
    list-style: none;
}

.techcat-category-page .filter-item + .filter-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.techcat-category-page .category-nav__name {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #14202b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: left;
    cursor: pointer;
}

.techcat-category-page .category-nav__toggle::after {
    content: "+";
    flex: 0 0 auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1;
}

.techcat-category-page .category-nav__toggle.is-open::after {
    content: "-";
}

.techcat-category-page .category-nav__list li + li {
    margin-top: 8px;
}

.techcat-category-page .category-nav__link {
    display: block;
    border-radius: 14px;
    padding: 10px 12px;
    background: #fff;
    color: #243341;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.techcat-category-page .category-nav__link:hover,
.techcat-category-page .category-nav__link.active {
    background: #edf4ff;
    color: #0f3d75;
    transform: translateX(2px);
}

.techcat-category-page .js-search-filter {
    display: block;
    margin-bottom: 10px;
}

.techcat-category-page .js-search-filter input,
.techcat-category-page .js-category-nav-filter-input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 11px 14px;
    background: #fff;
}

.techcat-category-page .js-search-filter .btn,
.techcat-category-page .search-form .btn {
    display: none;
}

.techcat-category-page .filter-item__scroll {
    max-height: 260px;
    padding-right: 6px;
    overflow-y: auto;
}

.techcat-category-page .category__radios li + li {
    margin-top: 8px;
}

.techcat-category-page .products-row {
    gap: 24px;
    row-gap: 24px;
}

.techcat-category-page .products-row > li {
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
    min-width: 0;
}

.techcat-category-page .products-row .product-item {
    overflow: hidden;
    border-radius: 24px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.techcat-category-page .products-row .product-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.techcat-category-page .products-row .product-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin-bottom: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.techcat-category-page .products-row .product-item__img img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.techcat-category-page .products-row .product-item__eyebrow {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.techcat-category-page .products-row .product-item__title {
    margin: 0;
    color: #14202b;
    font-size: 17px;
    line-height: 1.35;
}

.techcat-category-page .products-row .product-item__info {
    flex: 1 1 auto;
}

.techcat-category-page .products-row .product-item__content {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.techcat-category-page .products-row .product-item__list {
    margin-top: 14px;
    padding: 0;
}

.techcat-category-page .products-row .product-item__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    color: #475569;
    font-size: 13px;
}

.techcat-category-page .products-row .product-item__list strong {
    color: #14202b;
    font-weight: 700;
    text-align: right;
}

.techcat-category-page .products-row .product-item__price {
    color: #0f766e;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.techcat-category-page .products-row .product-item__ready {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.techcat-category-page .products-row .product-item__buttons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.techcat-category-page .products-row .product-item__buttons li {
    margin: 0;
}

.techcat-category-page .products-row .product-item__buttons .btn,
.techcat-category-page .products-row .product-item__buttons button,
.techcat-category-page .products-row .product-item__buttons input[type="submit"] {
    width: 100%;
    min-height: 44px;
    cursor: pointer;
}

.techcat-category-page .products-row .product-item__bottom {
    margin-top: 2px;
}

.techcat-category-page .products-row .product-item__bottom .btn,
.techcat-category-page .products-row .product-item__bottom a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.techcat-category-page .products-row .product__add {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.techcat-category-page .products-row .product__count {
    display: grid;
    grid-template-columns: 42px minmax(72px, 1fr) 42px;
    align-items: center;
    width: 100%;
    max-width: 180px;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}

.techcat-category-page .products-row .item-var__amount-minus,
.techcat-category-page .products-row .item-var__amount-plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #eef2f7;
    cursor: pointer;
    transition: background-color 0.18s ease;
}

.techcat-category-page .products-row .item-var__amount-minus:hover,
.techcat-category-page .products-row .item-var__amount-plus:hover {
    background: #dbe6f1;
}

.techcat-category-page .products-row .item-var__amount-minus::before,
.techcat-category-page .products-row .item-var__amount-plus::before,
.techcat-category-page .products-row .item-var__amount-plus::after {
    content: "";
    position: absolute;
    background: #14202b;
    border-radius: 999px;
}

.techcat-category-page .products-row .item-var__amount-minus::before,
.techcat-category-page .products-row .item-var__amount-plus::before {
    width: 12px;
    height: 2px;
}

.techcat-category-page .products-row .item-var__amount-plus::after {
    width: 2px;
    height: 12px;
}

.techcat-category-page .products-row .item-var__amount-input,
.techcat-category-page .products-row .product__count-input {
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0 8px;
    background: #fff;
    color: #14202b;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.techcat-category-page .products-row .item-var__add-cart {
    width: 100%;
}

.techcat-category-page .products-row .product__addcart,
.techcat-category-page .products-row .item-var__add-cart .btn,
.techcat-category-page .products-row .item-var__add-cart button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: #14202b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.techcat-category-page .products-row .product__addcart:hover,
.techcat-category-page .products-row .item-var__add-cart .btn:hover,
.techcat-category-page .products-row .item-var__add-cart button:hover {
    background: #0f172a;
    transform: translateY(-1px);
}

.techcat-category-page .products-row .product__addcart:focus,
.techcat-category-page .products-row .item-var__add-cart .btn:focus,
.techcat-category-page .products-row .item-var__add-cart button:focus {
    outline: 2px solid rgba(20, 32, 43, 0.18);
    outline-offset: 2px;
}

.techcat-category-page .products-row .product-item_raw .product-item__info {
    margin-top: 0;
}

.techcat-category-page .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.techcat-category-page .pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.techcat-category-page .pagination__link_active {
    background: #14202b;
    color: #fff;
}

.techcat-category-page .category__title {
    color: #14202b;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.techcat-category-page .col66 {
    padding-bottom: 34px;
}

@media (max-width: 991px) {
    .techcat-root-layout,
    .techcat-category-page .row_32 {
        display: block !important;
    }

    .category__top {
        display: block;
    }

    .category__cars {
        max-width: none;
        margin-top: 16px;
    }

    .techcat-category-page .products-row > li {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        min-width: 0;
    }

    .techcat-root-layout > .col33,
    .techcat-root-layout > .col66,
    .techcat-category-page .row_32 > .col33,
    .techcat-category-page .row_32 > .col66 {
        width: auto !important;
        max-width: none !important;
        min-width: 0;
    }

    .techcat-root-grid,
    .techcat-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .techcat-root-catalog .category-aside {
        position: static;
        border-radius: 20px;
        padding: 18px;
    }

    .techcat-root-catalog .search-form {
        padding: 6px;
    }

    .techcat-root-catalog .search-form input,
    .techcat-root-catalog .search-form .btn {
        height: 42px;
    }

    .techcat-root-catalog .category-item {
        min-height: 154px;
        padding: 18px;
        background-position: right 14px center;
        background-size: 62% auto;
    }

    .techcat-root-catalog .category-item strong {
        font-size: 17px;
    }

    .techcat-vehicle-list .spares-item {
        min-height: 128px;
        padding: 18px;
    }

    .techcat-vehicle-list .spares-item__model {
        font-size: 22px;
    }

    .techcat-modifications .search-modal {
        padding: 18px;
    }

    .techcat-modifications .section-title {
        font-size: 24px;
    }

    .techcat-current-car {
        display: flex;
        align-items: flex-start;
    }

    .techcat-modifications .cars__head {
        display: none;
    }

    .techcat-modifications .cars__item .cars__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .techcat-modifications .cars__item .cars__row > div:first-child {
        grid-column: 1 / -1;
    }

    .techcat-modifications .cars__item .mobile {
        display: inline;
    }

    .techcat-modifications .cars__year {
        flex-wrap: wrap;
    }
}

@media (max-width: 1280px) {
    .techcat-root-grid,
    .techcat-vehicle-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .techcat-root-grid,
    .techcat-vehicle-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.techcat-product-card .techcat-hidden {
    display: none;
}

.techcat-product-card .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.techcat-product-card .col75,
.techcat-product-card .col25,
.techcat-product-card .col55,
.techcat-product-card .col45 {
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.techcat-product-card .col55 {
    width: 55%;
}

.techcat-product-card .col45 {
    width: 45%;
}

.techcat-product-card .product__images,
.techcat-product-card .product__content,
.techcat-product-card .product-car,
.techcat-product-card .product-price {
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.techcat-product-card .product__images,
.techcat-product-card .product__content {
    padding: 24px;
}

.techcat-product-card .product__title {
    margin-bottom: 18px;
    color: #14202b;
}

.techcat-product-card .techcat-product-title {
    font-size: 42px;
    line-height: 1.15;
}

.techcat-product-card .techcat-product-meta {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 24px;
    align-items: start;
}

.techcat-product-card .techcat-edit-button-mobile {
    margin-left: 8px;
}

.techcat-product-card .statuses {
    margin-bottom: 18px;
}

.techcat-product-card .section-top.desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.techcat-product-card .section-top.desktop .breadcrumbs {
    margin: 0;
}

.techcat-product-card .section-top.desktop .article {
    margin-left: auto;
}

.techcat-product-card .product-gallery {
    display: block;
}

.techcat-product-card .product-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
    background: #fff;
}

.techcat-product-card .product-gallery__main img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.techcat-product-card .product-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.techcat-product-card .product-gallery__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    padding: 8px;
    border: 1px solid #e7ebf0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.techcat-product-card .product-gallery__thumb:hover,
.techcat-product-card .product-gallery__thumb.is-active {
    border-color: #14202b;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}

.techcat-product-card .product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.techcat-product-card .product-gallery__hint {
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.techcat-product-card .product-spec__list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f6;
}

.techcat-product-card .product-spec__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.techcat-product-card .product-spec__list li:last-child {
    border-bottom: 0;
}

.techcat-product-card .product-spec__list span {
    color: #5f6b7a;
}

.techcat-product-card .product-spec__list strong {
    text-align: right;
    color: #152033;
}

.techcat-product-card .product-car__status {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #0f7a43;
    font-weight: 600;
}

.techcat-product-card .product-car__status_inline {
    margin-bottom: 16px;
}

.techcat-product-card .product-car__status_no {
    background: #fff1f2;
    color: #c0263e;
}

.techcat-product-card .product-car {
    padding: 24px;
}

.techcat-product-card .product-price {
    padding: 24px;
}

.techcat-product-card .product__price {
    font-size: 30px;
    line-height: 1.1;
    color: #111827;
}

.techcat-product-card .product__price_sale span {
    display: inline-block;
    margin-left: 8px;
    color: #94a3b8;
    font-size: 18px;
    text-decoration: line-through;
}

.techcat-product-card .product__count {
    margin-top: 10px;
    color: #4b5563;
}

.techcat-product-card .product-price .product__count:not(.js_plus_minus_chg) {
    font-weight: 600;
}

.techcat-product-card .product-info {
    margin-top: 18px;
}

.techcat-product-card .product-info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.techcat-product-card .product-info__list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f6;
}

.techcat-product-card .product-info__delivery,
.techcat-product-card .product-info__payment,
.techcat-product-card .product-info__return {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.techcat-product-card .product-info__delivery > div,
.techcat-product-card .product-info__payment > div,
.techcat-product-card .product-info__return > div {
    margin: 0;
}

.techcat-product-card .product-info__list li:last-child {
    border-bottom: 0;
}

.techcat-product-card .product-item__buttons .btn,
.techcat-product-card .product-item__buttons button,
.techcat-product-card .product-item__buttons input[type="submit"] {
    width: 100%;
}

.techcat-product-card .product-price__actions {
    margin-top: 18px;
}

.techcat-product-card .product-price__actions li {
    margin: 0;
    list-style: none;
}

.techcat-product-card .product__add {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.techcat-product-card .item-var__amount-wrap.product__count {
    display: grid;
    grid-template-columns: 42px minmax(72px, 1fr) 42px;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}

.techcat-product-card .item-var__amount-minus,
.techcat-product-card .item-var__amount-plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #eef2f7;
    cursor: pointer;
    transition: background-color 0.18s ease;
}

.techcat-product-card .item-var__amount-minus:hover,
.techcat-product-card .item-var__amount-plus:hover {
    background: #dbe6f1;
}

.techcat-product-card .item-var__amount-minus::before,
.techcat-product-card .item-var__amount-plus::before,
.techcat-product-card .item-var__amount-plus::after {
    content: "";
    position: absolute;
    background: #14202b;
    border-radius: 999px;
}

.techcat-product-card .item-var__amount-minus::before,
.techcat-product-card .item-var__amount-plus::before {
    width: 12px;
    height: 2px;
}

.techcat-product-card .item-var__amount-plus::after {
    width: 2px;
    height: 12px;
}

.techcat-product-card .item-var__amount-input,
.techcat-product-card .product__count-input {
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0 8px;
    background: #fff;
    color: #14202b;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.techcat-product-card .item-var__add-cart {
    width: 100%;
}

.techcat-product-card .product__addcart,
.techcat-product-card .item-var__add-cart .btn,
.techcat-product-card .item-var__add-cart button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #14202b;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.techcat-product-card .product__addcart:hover,
.techcat-product-card .item-var__add-cart .btn:hover,
.techcat-product-card .item-var__add-cart button:hover {
    background: #0f172a;
    transform: translateY(-1px);
}

.techcat-product-card .product__addcart:focus,
.techcat-product-card .item-var__add-cart .btn:focus,
.techcat-product-card .item-var__add-cart button:focus {
    outline: 2px solid rgba(20, 32, 43, 0.18);
    outline-offset: 2px;
}

.techcat-product-card .product-aside > * + * {
    margin-top: 18px;
}

.techcat-product-card .product-analogues {
    margin-top: 24px;
}

.techcat-product-card .panoramic-iframe-wrap {
    min-height: 400px;
    width: 100%;
}

.techcat-product-card .panoramic-iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

.techcat-product-card .section-top.desktop .js-article-edit-open {
    margin-left: auto;
}

@media (max-width: 1180px) {
    .techcat-product-card .col55,
    .techcat-product-card .col45 {
        width: 100%;
    }

    .techcat-product-card .techcat-product-meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .techcat-product-card .product__images,
    .techcat-product-card .product__content,
    .techcat-product-card .product-car,
    .techcat-product-card .product-price {
        padding: 18px;
    }

    .techcat-product-card .product-gallery__main {
        min-height: 320px;
        padding: 12px;
    }

    .techcat-product-card .product-gallery__main img {
        height: 280px;
    }

    .techcat-product-card .product-spec__list li {
        display: block;
    }

    .techcat-product-card .product-spec__list strong {
        display: block;
        margin-top: 4px;
        text-align: left;
    }

    .techcat-product-card .product-gallery__thumb {
        width: 72px;
        height: 72px;
    }
}
