

/* Start:/local/templates/racesnab/components/bitrix/catalog.section.list/catalog_section/style.css?178366016216415*/
.rs-parts {
    --rs-a: #da532c;
    --rs-ad: #b8431f;
    --rs-t: var(--rs-t, #2a2a2a);
    --rs-m: var(--rs-m, #737373);
    --rs-bg: var(--rs-bg, #f6f5f4);
    --rs-c: #fff;
    --rs-b: var(--rs-b, #e8e4e0);
    margin: 0 0 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--rs-t);
    -webkit-font-smoothing: antialiased;
}

.rs-parts * {
    box-sizing: border-box;
}

.rs-parts__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 20px;
    background: var(--rs-c);
    border: 1px solid var(--rs-b);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.rs-parts__search-wrap {
    flex: 1 1 280px;
    max-width: 480px;
}

.rs-parts__search {
    width: 100%;
    font-family: inherit;
    padding: 12px 16px 12px 42px;
    border: 1px solid var(--rs-b);
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.4;
    background: var(--rs-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") 14px center no-repeat;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rs-parts__search:focus {
    outline: none;
    border-color: rgba(218, 83, 44, 0.5);
    box-shadow: 0 0 0 3px rgba(218, 83, 44, 0.12);
}

.rs-parts__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
    font-size: 14px;
    color: var(--rs-m);
}

.rs-parts__toggle {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.rs-parts__toggle input {
    accent-color: var(--rs-a);
}

.rs-parts__groups {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rs-parts__group {
    background: var(--rs-c);
    border: 1px solid var(--rs-b);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.rs-parts__group[hidden],
.rs-parts__brand[hidden] {
    display: none !important;
}

.rs-parts__group-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
}

.rs-parts__group-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.rs-parts__group-title a {
    color: #fff;
    text-decoration: none;
}

.rs-parts__group-title a:hover {
    color: #ffb08f;
}

.rs-parts__badge {
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(218, 83, 44, 0.25);
    color: #ffb08f;
    font-size: 13px;
    font-weight: 600;
}

.rs-parts__brands {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    padding: 18px 22px 22px;
}

.rs-parts__brand {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--rs-b);
    border-radius: 10px;
    background: var(--rs-bg);
    color: var(--rs-t);
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.3;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.rs-parts__brand:hover {
    border-color: rgba(218, 83, 44, 0.35);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    color: var(--rs-t);
}

.rs-parts__brand-name {
    font-weight: 600;
}

.rs-parts__brand-count {
    flex-shrink: 0;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--rs-b);
    color: var(--rs-m);
    font-size: 12px;
}

.rs-parts__brand--empty .rs-parts__brand-count {
    opacity: 0.55;
}

.rs-parts__group-note {
    margin: 0;
    padding: 16px 22px 20px;
    font-size: 14px;
}

.rs-parts__group-note a {
    color: var(--rs-a);
    font-weight: 600;
}

.rs-parts__empty {
    margin: 24px 0 0;
    padding: 20px;
    text-align: center;
    color: var(--rs-m);
    background: var(--rs-bg);
    border-radius: 12px;
}

.workarea--parts-product > h1 {
    display: none;
}

.col-lg-9.workarea > h1 {
    margin-bottom: 8px;
}

.rs-parts__back {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rs-parts__back a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--rs-bg);
    border: 1px solid var(--rs-b);
    color: var(--rs-t);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rs-parts__back a:hover {
    border-color: rgba(218, 83, 44, 0.35);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    color: var(--rs-a);
}

.rs-parts--section .rs-parts__products {
    background: var(--rs-c);
    border: 1px solid var(--rs-b);
    border-radius: 16px;
    padding: 16px 12px 8px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.rs-parts-detail__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--rs-b);
    font-size: 14px;
    line-height: 1.4;
}

.rs-parts-detail__crumb a {
    color: var(--rs-a);
    font-weight: 600;
    text-decoration: none !important;
}

.rs-parts-detail__crumb a:hover {
    text-decoration: underline !important;
}

.rs-parts-detail__crumb-sep {
    color: #cbd5e1;
}

.rs-parts-detail__crumb-muted {
    color: var(--rs-m);
}

.rs-parts-detail__gallery-col {
    margin-bottom: 8px;
}

.rs-parts-detail__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rs-parts-detail__gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    max-height: 420px;
    padding: 16px;
    border: 1px solid var(--rs-b);
    border-radius: 14px;
    background: var(--rs-bg);
}

.rs-parts-detail__gallery-main a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.rs-parts-detail__gallery-main img {
    display: block;
    max-width: 100%;
    max-height: 360px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.rs-parts-detail__gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.rs-parts-detail__gallery-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 4px;
    border: 2px solid var(--rs-b);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rs-parts-detail__gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rs-parts-detail__gallery-thumb.is-active,
.rs-parts-detail__gallery-thumb:hover {
    border-color: rgba(218, 83, 44, 0.55);
    box-shadow: 0 4px 12px rgba(218, 83, 44, 0.12);
}

.catalog_detail--parts__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rs-parts-detail__status {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rs-parts-detail__status--stock {
    background: rgba(21, 128, 61, 0.12);
    color: #15803d;
}

.rs-parts-detail__status--order {
    background: rgba(218, 83, 44, 0.12);
    color: var(--rs-a);
}

.rs-parts-detail__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.rs-parts-detail__highlight {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid var(--rs-b);
    border-radius: 12px;
    background: var(--rs-bg);
}

.rs-parts-detail__highlight dt {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--rs-m);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rs-parts-detail__highlight dd {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--rs-t);
    line-height: 1.35;
    word-break: break-word;
}

.rs-parts-detail__highlight dd a {
    color: var(--rs-a);
    text-decoration: none;
}

.rs-parts-detail__highlight--originalnyy_nomer dd {
    color: var(--rs-a);
}

.rs-parts-detail__buy {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "price favor"
        "actions actions";
    align-items: center;
    gap: 12px 14px;
    padding: 18px;
    border: 1px solid var(--rs-b);
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, var(--rs-bg) 100%);
}

.rs-parts-detail__price {
    grid-area: price;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.rs-parts-detail__price-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--rs-t);
}

.rs-parts-detail__favor {
    grid-area: favor;
    justify-self: end;
    border-radius: 10px;
}

.rs-parts-detail__actions {
    grid-area: actions;
}

.rs-parts-detail__cart,
.rs-parts--detail .catalog_detail_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 0 22px;
    margin-top: 0;
    border-radius: 12px !important;
    background: var(--rs-a) !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
}

.rs-parts-detail__cart:hover,
.rs-parts--detail .catalog_detail_cart:hover {
    background: var(--rs-ad) !important;
    transform: translateY(-1px);
}

.rs-parts-detail__preview {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 1.55;
    color: var(--rs-m);
}

.rs-parts-detail__readmore {
    display: inline-block;
    margin-top: 8px;
    color: var(--rs-a);
    font-weight: 600;
    text-decoration: none;
}

.rs-parts--detail #list_tabs {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--rs-b);
}

.rs-parts--detail .tabs_links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.rs-parts--detail .tabs_link {
    padding: 10px 16px;
    border: 1px solid var(--rs-b);
    border-radius: 10px;
    background: var(--rs-bg);
    cursor: pointer;
    font-weight: 600;
}

.rs-parts--detail .tabs_link.active {
    background: var(--rs-a);
    border-color: var(--rs-a);
    color: #fff;
}

.rs-parts--detail .properties_detail li {
    padding: 10px 0;
    border-bottom: 1px solid var(--rs-b);
}

.rs-parts-detail__sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--rs-b);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.1);
    transform: translateY(110%);
    transition: transform 0.25s ease;
    pointer-events: none;
}

.rs-parts-detail__sticky--visible {
    transform: translateY(0);
    pointer-events: auto;
}

.rs-parts-detail__sticky-price {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 800;
    color: var(--rs-t);
    white-space: nowrap;
}

.rs-parts-detail__sticky-cart {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
}

.rs-parts--detail .rs-parts__related .section_item {
    position: relative;
    height: 400px;
    margin-bottom: 20px;
}

.rs-parts--detail .rs-parts__related .section_item_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--rs-b);
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.rs-parts--detail .rs-parts__related .section_item:hover .section_item_over {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    border-color: rgba(218, 83, 44, 0.25);
}

@media (min-width: 769px) {
    .rs-parts-detail__sticky {
        display: none;
    }
}

@media (max-width: 768px) {
    .rs-parts--detail .catalog_detail {
        padding: 16px;
    }

    .rs-parts-detail__highlights {
        grid-template-columns: 1fr;
    }

    .rs-parts-detail__gallery-main {
        min-height: 220px;
        max-height: 300px;
    }

    .rs-parts-detail__gallery-main img {
        max-height: 240px;
    }

    .rs-parts-detail__buy {
        grid-template-columns: 1fr auto;
    }

    .rs-parts--detail .rs-parts__related .section_item {
        height: 430px;
    }
}

.rs-parts--detail .rs-product,
.rs-parts--detail .rs-product-page {
    margin-bottom: 0;
}

.rs-parts__related {
    margin-top: 8px;
}

.rs-parts__related-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--rs-t);
}

.rs-parts--section .catalog-section,
.rs-parts--section .bx-catalog-section,
.rs-parts--detail .bx-catalog-section {
    margin: 0;
}

.rs-parts--section .bx-section-desc,
.rs-parts--detail .bx-section-desc {
    display: none;
}

.rs-parts--section .section_item {
    position: relative;
    height: 400px;
    margin-bottom: 20px;
}

.rs-parts--section .section_item_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--rs-b);
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.rs-parts--section .section_item:hover .section_item_over {
    height: 100%;
    z-index: 5;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    border-color: rgba(218, 83, 44, 0.25);
}

.rs-parts--section .section_item_link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.rs-parts--section .section_item_link strong {
    flex: 0 0 54px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--rs-t);
}

.rs-parts--section .section_item_image {
    flex: 0 0 140px;
    height: 140px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--rs-bg) !important;
}

.rs-parts--section .section_item_link_art_num {
    flex: 0 0 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 6px;
}

.rs-parts--section .section_item_link_art_num u {
    width: auto;
    max-width: 100%;
    word-break: break-word;
}

.rs-parts--section .section_item_price {
    flex: 0 0 30px;
    min-height: 30px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 22px;
    font-weight: 700;
    color: var(--rs-t);
    line-height: 1.2;
}

.rs-parts--section .section_item_addlink {
    flex: 0 0 40px;
    margin-top: 8px;
}

.rs-parts--section .section_item_addlink a {
    background: var(--rs-a);
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.rs-parts--section .section_item_addlink a:hover {
    background: var(--rs-ad);
}

.rs-parts--section .section_item_link_art_num i.gr_n {
    color: #15803d;
}

.rs-parts--section .bazarow_add_favor {
    border-radius: 10px;
}

.rs-parts--section .bazarow_add_favor:hover,
.rs-parts--section .in-favor {
    color: var(--rs-a);
}

.rs-parts--section .in-favor {
    background: rgba(218, 83, 44, 0.12);
}

@media (max-width: 768px) {
    .rs-parts--section .section_item {
        height: 430px;
    }
}

@media (max-width: 767px) {
    .rs-parts__toolbar {
        padding: 16px;
    }

    .rs-parts__brands {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        padding: 14px 16px 18px;
    }

    .rs-parts__group-head {
        padding: 14px 16px;
    }

    .rs-parts__group-title {
        font-size: 18px;
    }
}

/* End */


/* Start:/local/templates/racesnab/components/bitrix/catalog.element/parts/style.css?178344242817155*/
.rs-product-page {
    margin-bottom: 10px;
}

.rs-product__header {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.rs-product-page__title {
    margin: 0;
    font-size: clamp(16px, 1.7vw, 20px);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: var(--rs-t, #111827);
}

.rs-product-page__sku-row {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.rs-product-page__sku {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 2px 7px;
    border-radius: 5px;
    border: 1px solid #f0e4de;
    background: #fffaf7;
    font-size: 11px;
    line-height: 1.25;
}

.rs-product-page__sku-label {
    color: var(--rs-m, #b08a7a);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rs-product-page__sku-value {
    color: #9a3412;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.rs-product-page__sku-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #f0e4de;
    border-radius: 5px;
    background: #fff;
    color: #b08a7a;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.rs-product-page__sku-copy:hover {
    border-color: #da532c;
    color: #da532c;
}

.rs-product-page__sku-copy:focus-visible {
    outline: 2px solid #da532c;
    outline-offset: 1px;
}

.rs-product-page__sku-copy-icon,
.rs-product-page__sku-copy-done {
    display: block;
}

.rs-product-page__sku-copy-done {
    display: none;
}

.rs-product-page__sku-copy.is-copied {
    border-color: #86efac;
    background: #f0fdf4;
    color: #16a34a;
}

.rs-product-page__sku-copy.is-copied .rs-product-page__sku-copy-icon {
    display: none;
}

.rs-product-page__sku-copy.is-copied .rs-product-page__sku-copy-done {
    display: block;
}

.rs-product {
    background: var(--rs-c, #fff);
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.rs-product__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.rs-product__gallery-col {
    min-width: 0;
}

.rs-product__commerce-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rs-product__gallery {
    display: flex;
    gap: 8px;
    align-items: stretch;
    height: 100%;
}

.rs-product__gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 60px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.rs-product__gallery-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    padding: 3px;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.rs-product__gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rs-product__gallery-thumb.is-active,
.rs-product__gallery-thumb:hover {
    border-color: rgba(218, 83, 44, 0.5);
}

.rs-product__gallery-stage {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rs-product__gallery-main {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
    padding: 12px;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 10px;
    background: #fafbfc;
}

.rs-product__gallery-main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: zoom-in;
}

.rs-product__gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #334155;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    transition: border-color 0.15s ease, color 0.15s ease;
}

.rs-product__gallery-nav::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.rs-product__gallery-nav--prev {
    left: 8px;
}

.rs-product__gallery-nav--prev::before {
    transform: rotate(-135deg) translate(1px, -1px);
}

.rs-product__gallery-nav--next {
    right: 8px;
}

.rs-product__gallery-nav--next::before {
    transform: rotate(45deg) translate(-1px, 1px);
}

.rs-product__gallery-nav:hover {
    border-color: rgba(218, 83, 44, 0.5);
    color: #da532c;
}

.rs-product__gallery-main a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.rs-product__gallery-main img {
    display: block;
    max-width: 100%;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rs-product__gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    flex: 0 0 auto;
}

@media (min-width: 769px) {
    .rs-product__gallery-dots {
        display: none;
    }
}

.rs-product__gallery-counter {
    font-size: 12px;
    font-weight: 600;
    color: var(--rs-m, #6b7280);
    white-space: nowrap;
}

.rs-product__gallery-dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rs-product__gallery-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.rs-product__gallery-dot.is-active {
    background: #9ca3af;
    transform: scale(1.2);
}

.rs-product__price-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
}

.rs-product__price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: flex-end;
    justify-content: space-between;
}

.rs-product__price-main {
    flex: 1 1 auto;
    min-width: 0;
}

.rs-product__price-label {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    color: var(--rs-m, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rs-product__price-value {
    display: block;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--rs-t, #1f2937);
}

.rs-product__stock {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.rs-product__stock.is-in {
    background: #dcfce7;
    color: #14532d;
}

.rs-product__stock.is-order {
    background: #ffedd5;
    color: #9a3412;
}

.rs-product__meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e8edf3;
}

.rs-product__meta:not(.rs-product__meta--contact) {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: baseline;
    justify-content: space-between;
}

.rs-product__meta-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--rs-m, #6b7280);
}

.rs-product__meta-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--rs-t, #1f2937);
}

.rs-product__meta-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rs-product__meta-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--rs-t, #1f2937);
}

.rs-product__meta-lead {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--rs-m, #6b7280);
}

.rs-product__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.rs-product__contact {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
    color: var(--rs-t, #1f2937);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
}

.rs-product__contact:hover {
    border-color: rgba(218, 83, 44, 0.35);
    color: var(--rs-a, #da532c);
}

.rs-product__actions {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.rs-product__qty {
    flex: 0 0 auto;
}

.rs-product__qty-control {
    display: flex;
    align-items: stretch;
    height: 44px;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rs-product__qty-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 58px;
    padding: 0 6px;
    border-left: 1px solid var(--rs-b, #e5e7eb);
    border-right: 1px solid var(--rs-b, #e5e7eb);
    background: #fff;
}

.rs-product__qty-btn {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    border: none;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.rs-product__qty-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background: currentColor;
    border-radius: 1px;
}

.rs-product__qty-btn--plus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    margin: -5px 0 0 -1px;
    background: currentColor;
    border-radius: 1px;
}

.rs-product__qty-btn:hover:not(.product-item-amount-field-btn-disabled) {
    background: #fff4ef;
    color: var(--rs-a, #da532c);
}

.rs-product__qty-btn.product-item-amount-field-btn-disabled {
    opacity: 0.35;
    cursor: default;
}

.rs-product__qty-input {
    width: 28px;
    min-width: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    appearance: textfield;
    -moz-appearance: textfield;
}

.rs-product__qty-input:focus {
    outline: none;
}

.rs-product__qty-input::-webkit-outer-spin-button,
.rs-product__qty-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.rs-product__qty-measure {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1;
    color: #64748b;
    white-space: nowrap;
}

.rs-product__actions-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
}

.rs-product__cart,
.rs-parts--detail .catalog_detail_cart.rs-product__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 16px;
    margin: 0;
    border: none;
    border-radius: 8px !important;
    background: #b8431f !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(218, 83, 44, 0.18);
    transition: background 0.2s ease;
}

.rs-product__cart:hover,
.rs-parts--detail .catalog_detail_cart.rs-product__cart:hover {
    background: #9a3412 !important;
}

.rs-product__actions .bazarow_add_favor.rs-product__favor {
    position: static;
    left: auto;
    top: auto;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.rs-product__actions .bazarow_add_favor.rs-product__favor:hover {
    color: var(--rs-a, #da532c);
    border-color: rgba(218, 83, 44, 0.35);
    background: #fff4ef;
}

.rs-product__actions .bazarow_add_favor.rs-product__favor.in-favor {
    color: var(--rs-a, #da532c);
    border-color: rgba(218, 83, 44, 0.45);
    background: rgba(218, 83, 44, 0.1);
}

.rs-product__actions .bazarow_add_favor.rs-product__favor .icon-heart-empty::before {
    margin: 0;
}

.rs-product-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.rs-product-details__section {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--rs-b, #e5e7eb);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.rs-product-details__section--specs {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-color: #e2e8f0;
    border-left: 3px solid var(--rs-a, #da532c);
    box-shadow: none;
}

.rs-product-details__heading {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--rs-t, #1f2937);
}

.rs-product-details__section--specs .rs-product-details__heading {
    color: #334155;
}

.rs-product-details__description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--rs-t, #1f2937);
}

.rs-product-details__description p {
    margin: 0 0 0.75em;
}

.rs-product-details__description p:last-child {
    margin-bottom: 0;
}

.rs-product-details__specs {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.45;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.rs-product-details__specs th,
.rs-product-details__specs td {
    padding: 8px 10px;
    border: 1px solid #e8edf3;
    text-align: left;
    vertical-align: top;
}

.rs-product-details__specs th {
    width: 38%;
    background: #f8fafc;
    color: var(--rs-m, #6b7280);
    font-weight: 600;
}

.rs-product-details__specs td {
    color: var(--rs-t, #1f2937);
}

.rs-product__sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--rs-b, #e5e7eb);
    box-shadow: 0 -6px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(110%);
    transition: transform 0.25s ease;
    pointer-events: none;
}

.rs-product__sticky--visible {
    transform: translateY(0);
    pointer-events: auto;
}

.rs-product__sticky-price {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    color: var(--rs-t, #1f2937);
    white-space: nowrap;
}

.rs-product__sticky-cart {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 40px;
    box-shadow: none;
}

.rs-product-page__hooks {
    display: none !important;
}

@media (min-width: 769px) {
    .rs-product__sticky {
        display: none;
    }
}

@media (max-width: 991px) {
    .rs-product__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rs-product-page__title {
        font-size: 17px;
        line-height: 1.3;
    }

    .rs-page-head--catalog .rs-catalog-toolbar {
        margin-bottom: 6px;
    }

    .rs-product {
        padding: 10px;
    }

    .rs-product__top {
        gap: 12px;
    }

    .rs-product__gallery {
        flex-direction: column-reverse;
    }

    .rs-product__gallery-thumbs {
        flex-direction: row;
        flex: none;
        width: 100%;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 2px;
    }

    .rs-product__gallery-thumb {
        scroll-snap-align: start;
    }

    .rs-product__gallery-main {
        min-height: 180px;
        height: auto;
    }

    .rs-product__gallery-main img {
        max-height: 200px;
    }

    .rs-product__gallery-pagination {
        margin-top: 6px;
    }

    .rs-product__gallery-counter {
        font-size: 11px;
    }

    .rs-product__price-value {
        font-size: 22px;
    }

    .rs-product__actions {
        flex-wrap: wrap;
        gap: 10px;
    }

    .rs-product__qty {
        flex: 1 1 100%;
    }

    .rs-product__qty-control {
        width: 100%;
        height: 46px;
    }

    .rs-product__qty-btn {
        flex-basis: 40px;
        width: 40px;
    }

    .rs-product__qty-field {
        flex: 1 1 auto;
    }

    .rs-product__qty-input {
        width: 44px;
        font-size: 16px;
    }

    .rs-product__actions-main {
        flex: 1 1 auto;
    }

    .rs-product__actions .bazarow_add_favor.rs-product__favor {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
    }

    .rs-product__cart,
    .rs-parts--detail .catalog_detail_cart.rs-product__cart {
        height: 46px;
        min-height: 46px;
    }

    .rs-product__sticky {
        gap: 8px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    }

    .rs-product__sticky-price {
        font-size: 16px;
    }

    .rs-product__sticky-cart {
        min-height: 42px;
    }

    .rs-product-details__section {
        padding: 12px;
    }

    .rs-product-details__specs th {
        width: 44%;
    }
}

/* End */


/* Start:/local/templates/racesnab/components/bitrix/breadcrumb/breads/style.css?17834468314788*/
.rs-page-head {
  margin-bottom: 4px;
}

.rs-page-head--catalog {
  margin-bottom: 0;
  position: relative;
}

.rs-page-head__title-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rs-page-head > h1:not(.rs-page-head__title-sr) {
  min-height: 2.6em;
  margin: 0 0 8px;
  line-height: 1.3;
}

.rs-page-crumbs {
  margin: 0 0 16px;
  min-height: 28px;
}

.rs-page-crumbs .bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.rs-page-crumbs .bx-breadcrumb-item {
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  line-height: 1;
}

.rs-page-crumbs .bx-breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.rs-page-crumbs .bx-breadcrumb-item a:hover {
  border-color: #da532c;
  color: #da532c;
  text-decoration: none;
}

.rs-page-crumbs .bx-breadcrumb-item span {
  font-size: 12px;
  line-height: 1.3;
  color: inherit;
}

.rs-page-crumbs .bx-breadcrumb-sep {
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #cbd5e1;
  border-right: 1.5px solid #cbd5e1;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.rs-page-crumbs .bx-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff8f5;
  border: 1px solid #f0c9b8;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #da532c;
}

.rs-page-crumbs .bx-breadcrumb-ellipsis {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #9ca3af;
}

.rs-page-crumbs--catalog {
  margin-bottom: 8px;
  min-height: 0;
}

@media (max-width: 800px) {
  .rs-page-crumbs .bx-breadcrumb {
    gap: 4px;
  }

  .rs-page-crumbs .bx-breadcrumb-item a,
  .rs-page-crumbs .bx-breadcrumb-current {
    min-height: 26px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .rs-page-crumbs .bx-breadcrumb-item span {
    font-size: 11px;
  }
}

.rs-catalog-toolbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px; }
  .rs-catalog-toolbar .rs-page-crumbs--catalog {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible; }
  .rs-catalog-toolbar .bx-breadcrumb {
    flex-wrap: wrap; }
  @media (max-width: 767px) {
    .rs-catalog-toolbar {
      align-items: center;
      gap: 6px;
      margin-bottom: 8px; }
    .rs-catalog-toolbar .rs-page-crumbs--catalog {
      flex: 1 1 0;
      overflow: hidden; } }

.rs-catalog-back__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  color: #6b7280;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.06);
  transition: all 0.15s ease-out; }
  @media (max-width: 767px) {
    .rs-catalog-back__link {
      width: 26px;
      height: 26px;
      min-width: 26px;
      margin-top: 0;
      box-shadow: none; } }
@media (hover: hover) and (pointer: fine) {
  .rs-catalog-back__link:hover {
    border-color: #da532c;
    color: #da532c;
    text-decoration: none; } }
.rs-catalog-back__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 14px;
  line-height: 1;
  color: inherit; }
  .rs-catalog-back__icon:before {
    margin: 0 !important;
    width: auto;
    line-height: 1;
    transform: translateX(-0.5px); }
  @media (max-width: 767px) {
    .rs-catalog-back__icon {
      font-size: 12px; } }

@media (max-width: 767px) {
  .rs-catalog-toolbar .rs-page-crumbs--catalog {
    display: block;
    flex: 1 1 0;
    overflow: hidden; }
  .rs-catalog-toolbar .bx-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 1px; }
    .rs-catalog-toolbar .bx-breadcrumb::-webkit-scrollbar {
      display: none; }
  .rs-catalog-toolbar .bx-breadcrumb-item {
    flex: 0 0 auto;
    max-width: none; }
  .rs-catalog-toolbar .bx-breadcrumb-item a,
  .rs-catalog-toolbar .bx-breadcrumb-current,
  .rs-catalog-toolbar .bx-breadcrumb-ellipsis {
    white-space: nowrap;
    max-width: none;
    overflow: visible;
    text-overflow: clip; } }

/* End */


/* Start:/local/templates/racesnab/components/bitrix/breadcrumb/breads_product/style.css?178335838134*/
@import url(/local/templates/racesnab/components/bitrix/breadcrumb/breads_product/../breads/style.css);

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17829207532515*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a,.bx-pagination .bx-pagination-container ul li span{display:block;height:32px;min-width:32px;line-height:32px;color:#444;border-radius:16px;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a{text-decoration:none}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/racesnab/components/bitrix/catalog.section/blocks/style.css?17847027901751*/
/* SEO-текст раздела: под сеткой, превью = заголовок + первый абзац */
.rs-section-desc {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 16px 0 0;
    padding: 12px 14px;
    background: var(--rs-bg, #f6f5f4);
    border: 1px solid var(--rs-b, #e8e4e0);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--rs-m, #737373);
}

.rs-section-desc h2 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--rs-t, #2a2a2a);
}

.rs-section-desc h3 {
    margin: 12px 0 4px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--rs-t, #2a2a2a);
}

.rs-section-desc p {
    margin: 0 0 6px;
}

.rs-section-desc p:last-child {
    margin-bottom: 0;
}

.rs-section-desc ul {
    margin: 0 0 6px;
    padding: 0 0 0 16px;
}

.rs-section-desc li {
    margin: 0 0 3px;
}

.rs-section-desc strong {
    color: var(--rs-t, #2a2a2a);
    font-weight: 600;
}

.rs-section-desc__more[hidden] {
    display: none;
}

.rs-section-desc.is-open .rs-section-desc__more {
    display: block;
}

.rs-section-desc__toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--rs-a, #da532c);
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
}

.rs-section-desc__toggle:hover {
    color: var(--rs-ad, #b8431f);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .rs-section-desc {
        margin-top: 12px;
        padding: 10px 12px;
    }

    .rs-section-desc h2 {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/racesnab/components/bitrix/catalog.item/.default/style.css?17834455118440*/
.tabs_links {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 4px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .tabs_links {
      flex-wrap: wrap; } }
  .tabs_links .tabs_link {
    cursor: pointer;
    padding: 15px 40px 13px 40px;
    transition: all .15s ease-out;
    border-bottom: 3px #fff solid;
    font-weight: 500;
    min-height: 44px; }
    @media (max-width: 480px) {
      .tabs_links .tabs_link {
        padding: 10px 15px; } }
    .tabs_links .tabs_link[type="button"] {
      appearance: none;
      background: transparent;
      border: none;
      border-bottom: 3px #fff solid;
      font: inherit;
      color: inherit;
      text-align: center; }
    .tabs_links .tabs_link:hover {
      border-bottom: 3px #ddd solid; }
    .tabs_links .tabs_link.active {
      border-bottom: 3px #FE0000 solid; }

.tabs_content .tab_cont {
  display: none; }
  .tabs_content .tab_cont.active {
    display: block; }

@media (max-width: 767px) {
  .row[data-entity="items-row"] > [class*="col-"] {
    display: flex;
    flex-direction: column; } }

.section_item {
  margin-bottom: 30px;
  position: relative;
  height: 390px;
  transition: all .15s ease-out; }
  @media (max-width: 767px) {
    .section_item {
      height: auto;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      width: 100%; } }
  .section_item_over {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 12px;
    transition: all .15s ease-out;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .section_item_over {
        flex: 1 1 auto;
        height: auto;
        padding: 10px; } }
  .section_item .bazarow_add_favor {
    display: none;
    transition: all .15s ease-out; }
    @media (max-width: 768px) {
      .section_item .bazarow_add_favor {
        display: block; } }
  .section_item_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #555555;
    flex: 1 1 auto;
    min-height: 0; }
    .section_item_link strong {
      font-weight: 400;
      flex: 0 0 auto;
      min-height: 57px;
      max-height: 57px;
      overflow: hidden;
      font-size: 13px;
      line-height: 19px;
      color: #1f2937;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media (max-width: 767px) {
        .section_item_link strong {
          min-height: 51px;
          max-height: 51px;
          font-size: 12px;
          line-height: 17px; } }
    .section_item_link_art_num {
      flex: 0 0 auto;
      font-size: 13px;
      font-style: normal;
      line-height: 17px;
      color: #6b7280;
      margin-top: 8px; }
      @media (max-width: 767px) {
        .section_item_link_art_num {
          margin-top: 4px;
          font-size: 11px;
          line-height: 15px;
          min-height: 15px; } }
      .section_item_link_art_num u {
        display: inline;
        text-decoration: none;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .section_item_link_art_num i {
        font-style: normal; }
    .section_item_link .bx_item_detail_rating {
      position: relative;
      z-index: 20;
      left: -5px;
      height: 30px; }
  .section_item_image {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center; }
  .section_item_media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 160px;
    height: 160px;
    width: 100%;
    position: relative;
    margin: 0 0 6px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .section_item_media {
        flex-basis: 108px;
        height: 108px;
        margin-bottom: 4px; } }
  .section_item_media > span[id] {
    display: none !important; }
  .section_item_footer {
    margin-top: auto;
    flex-shrink: 0;
    padding-top: 8px; }
  .section_item_price {
    padding-top: 0; }
  .section_item_price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    align-items: center;
    justify-content: space-between;
    min-height: 28px; }
    @media (max-width: 767px) {
      .section_item_price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        min-height: 44px; } }
  .section_item_price-value {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 19px;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .section_item_price-value {
        font-size: 16px; } }
  .section_item_price-empty {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.2; }
  .section_item_stock {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .section_item_stock {
        font-size: 11px;
        padding: 3px 8px; } }
    .section_item_stock.is-in {
      background: #dcfce7;
      color: #14532d; }
    .section_item_stock.is-order {
      background: #ffedd5;
      color: #9a3412; }
  .section_item_addlink {
    margin-top: 8px; }
    .section_item_addlink a {
      display: block;
      width: 100%;
      height: 34px;
      color: #ffffff;
      text-decoration: none;
      border-radius: 7px;
      line-height: 34px;
      text-align: center;
      background: #da532c;
      font-size: 14px;
      font-weight: 500;
      transition: all .15s ease-out; }
      @media (max-width: 767px) {
        .section_item_addlink a {
          height: 36px;
          line-height: 36px;
          font-size: 13px;
          border-radius: 8px; } }
      .section_item_addlink a:hover {
        background: #b8431f;
        color: #ffffff; }
  .section_item:hover .section_item_over {
    z-index: 300;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); }
  .section_item:hover .bazarow_add_favor {
    display: block; }

.bazarow_add_favor {
  background: #f2f2f2;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 200;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 767px) {
    .bazarow_add_favor {
      left: 8px;
      top: 8px;
      width: 44px;
      height: 44px; } }
  .bazarow_add_favor:hover {
    color: #FE0000; }

.in-favor {
  background: #FE0000;
  color: #ffffff;
  display: block !important; }

.more_items_lazy {
  background: #f2f2f2;
  color: #555555;
  margin: 30px auto;
  width: 200px;
  border-radius: 4px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: all .15s ease-out; }
  .more_items_lazy:hover {
    background: #fff;
    color: #FE0000; }

.home-cta {
  margin-bottom: 30px; }
  .home-cta__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
    @media (max-width: 768px) {
      .home-cta__inner {
        grid-template-columns: 1fr; } }
  .home-cta__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all .15s ease-out; }
    .home-cta__item:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
  .home-cta__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(254, 0, 0, 0.1);
    color: #FE0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1; }
  .home-cta__text {
    display: block;
    min-width: 0; }
    .home-cta__text strong {
      display: block;
      font-size: 18px;
      margin-bottom: 6px;
      color: #222; }
    .home-cta__text > span {
      display: block;
      font-size: 14px;
      color: #5c6370; }

.wishlist-empty {
  margin: 24px 0 40px;
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  color: #555;
  line-height: 1.5; }
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/racesnab/components/bitrix/catalog.section/blocks/themes/blue/style.min.css?1736909485706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/racesnab/components/bitrix/catalog.section.list/catalog_section/style.css?178366016216415 */
/* /local/templates/racesnab/components/bitrix/catalog.element/parts/style.css?178344242817155 */
/* /local/templates/racesnab/components/bitrix/breadcrumb/breads/style.css?17834468314788 */
/* /local/templates/racesnab/components/bitrix/breadcrumb/breads_product/style.css?178335838134 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17829207532515 */
/* /local/templates/racesnab/components/bitrix/catalog.section/blocks/style.css?17847027901751 */
/* /local/templates/racesnab/components/bitrix/catalog.item/.default/style.css?17834455118440 */
/* /local/templates/racesnab/components/bitrix/catalog.section/blocks/themes/blue/style.min.css?1736909485706 */
