

/* Start:/local/templates/mark/components/bitrix/catalog/main/style.css?17866982787906*/
.catalog__detail-band {
    background: #f6f7f9;
    margin-top: 40px;
    padding: 28px 0 24px;
    width: 100%;
}

.catalog__detail-text-wrap {
    margin-top: 40px;
}

.catalog__detail-sections {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    display: grid;
    gap: 8px 28px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 280px;
    padding: 0;
}

.catalog__detail-sections .catalog__section {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    min-width: 0;
    padding: 0 !important;
}

.catalog__detail-sections .catalog__section--analogs,
.catalog__detail-sections .catalog__section--recommended {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.catalog__detail-sections .catalog__section--analogs.analog-2 {
    grid-column: 1 / 2;
}

.catalog__detail-sections .catalog__section--recommended.recommended-2 {
    grid-column: 2 / 3;
}

.catalog__detail-sections .catalog__section--recommended.recommended-4,
.catalog__detail-sections--no-analogs .catalog__section--recommended {
    grid-column: 1 / 3;
    max-width: none;
    min-width: 0;
    width: auto;
}

.catalog__detail-sections .catalog__section--delivery-payment {
    align-self: stretch;
    border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
    display: flex;
    grid-column: 3 / 4;
    height: auto !important;
    padding: 2px 0 2px 24px !important;
}

.catalog__detail-sections .catalog__delivery-payment {
    gap: 24px;
    height: 100%;
    justify-content: flex-start;
}

.catalog__detail-sections .catalog__payment {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 20px;
}

.catalog__section-top {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 4px;
}

.catalog__detail-sections .catalog__section--recommended .catalog__section-title,
.catalog__detail-sections .catalog__section--analogs .catalog__section-title {
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
}

.catalog__detail-sections .catalog__section--delivery-payment .catalog__section-title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 4px;
}

.catalog__detail-sections .catalog__section--delivery-payment .catalog__section-subtitle {
    color: #88919e;
    font-size: 13px;
    line-height: 145%;
    margin-bottom: 16px;
}

.catalog__section-nav {
    align-items: center;
    display: flex;
    gap: 6px;
}

.catalog__section-nav-btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #475569;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    opacity: 1;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
    visibility: visible;
    width: 32px;
}

.catalog__section-nav-btn:hover:not(:disabled) {
    background-color: #2354ce;
    box-shadow: none;
    color: #fff;
}

.catalog__section-nav-btn:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .35;
}

.catalog__section-nav .js-detail-swiper-next {
    transform: rotate(180deg);
}

.catalog__section-slider .swiper {
    overflow: hidden;
}

.catalog__section-slider .swiper-wrapper {
    align-items: stretch;
    height: auto !important;
}

.catalog__section-slider .swiper-slide {
    display: flex;
    height: auto !important;
}

.catalog__section-slider .swiper-slide > * {
    width: 100%;
}

.catalog__section-cards {
    margin: 0;
    padding: 0;
}

.catalog__section-slider .catalog__section-cards {
    gap: 0 !important;
}

.catalog__section-slide {
    height: auto;
}

.catalog__section-slide .card {
    height: 100%;
}

.catalog__detail-sections article.card {
    background: #fff;
    border: none !important;
    border-radius: 12px;
    box-shadow: none;
    min-height: 0 !important;
    padding: 12px;
}

.catalog__detail-sections article.card .card__img img {
    max-height: 108px;
    padding: 4px;
}

.catalog__detail-sections article.card .card__content {
    gap: 6px;
    margin-top: 8px;
}

.catalog__detail-sections article.card .card__price {
    font-size: 18px;
    margin-top: 2px;
}

.catalog__detail-sections article.card .card__footer {
    padding-top: 8px;
}

.catalog__section-slide .card__footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.catalog__section-slide .card__footer .product__actions {
    margin-top: auto;
}

.catalog__section-slider .swiper-pagination {
    background-color: rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    height: 2px;
    margin-top: 14px;
    overflow: hidden;
    position: static;
}

.catalog__section-slider .swiper-pagination-progressbar-fill {
    background-color: #2354ce;
}

.catalog__detail-sections .catalog__delivery-icon,
.catalog__detail-sections .catalog__payment-icon {
    align-items: center;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex;
    flex-shrink: 0;
    height: 20px !important;
    justify-content: center;
    margin-top: 1px;
    width: 20px !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon,
.catalog__detail-sections .catalog__payment-icon .icon {
    color: #2354ce;
    height: 20px !important;
    width: 20px !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon path,
.catalog__detail-sections .catalog__payment-icon .icon path,
.catalog__detail-sections .catalog__payment-icon .icon rect {
    fill: none !important;
    stroke: #2354ce !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon circle {
    fill: #2354ce !important;
    stroke: none !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon g,
.catalog__detail-sections .catalog__payment-icon .icon g {
    stroke: #2354ce !important;
}

.catalog__detail-sections .catalog__delivery-methods,
.catalog__detail-sections .catalog__payment-methods {
    gap: 14px;
}

.catalog__detail-sections .catalog__delivery-method,
.catalog__detail-sections .catalog__payment-method {
    align-items: flex-start;
    gap: 10px;
}

.catalog__detail-sections .catalog__delivery-text,
.catalog__detail-sections .catalog__payment-text {
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.catalog__detail-sections .catalog__delivery-note {
    color: #88919e;
    font-size: 12px;
    line-height: 140%;
}

.catalog__detail-sections .catalog__delivery-link {
    font-size: 13px;
}

@media (max-width: 1200px) {
    .catalog__detail-sections {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .catalog__detail-sections .catalog__section--analogs.analog-2,
    .catalog__detail-sections .catalog__section--recommended.recommended-2,
    .catalog__detail-sections .catalog__section--recommended.recommended-4,
    .catalog__detail-sections .catalog__section--delivery-payment,
    .catalog__detail-sections--no-analogs .catalog__section--recommended {
        grid-column: auto;
    }

    .catalog__detail-sections .catalog__section--delivery-payment {
        border-left: none !important;
        border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
        padding: 20px 0 0 !important;
    }
}

@media (max-width: 768px) {
    .catalog__section-nav {
        display: none;
    }
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.section.list/aside/style.css?17556298371488*/
.catalog-section__accordion-button,
.subaccordion__button{
    display: flex;
    align-items: center;
    gap: 8px;
}

.block__list a:hover{
    color: #a9afb8;
}

.block__list a{
    text-decoration: none;
}

.subcategories{
    padding-left: 12px;
    margin-top: 10px;
}

.subsubcategories{
    padding-left: 25px;
    margin-top: 10px;
}
.catalog-section__accordion-content,
.subaccordion__content{
    display: none;
}

.catalog-section__accordion-button .icon,
.subaccordion .icon{
    min-width: 20px;
    transform: rotate(0deg);
    transition: .4s all;
}

.icon-circle{
    width: 20px;
    height: 20px;
    transform: scale(.4) !important;
}
.icon-circle circle{
    fill: #a3aab4;
}

.catalog-section__accordion  a{
    font-size: 14px;
}

.catalog-section__accordion.active .catalog-section__accordion-content{
    display: flex;
}

.catalog-section__accordion.active .catalog-section__accordion-button a{
    color: #2354ce;
}
.catalog-section__accordion.active .catalog-section__accordion-button .icon{
    transform: rotate(180deg);
}

.subcategory.active .subaccordion__button>a{
    color: #2354ce;
}
.subcategory.active .subaccordion__button .icon{
    transform: rotate(180deg);
}

.subcategory.active>.subaccordion .subaccordion__content{
    display: flex;
}

.subsubcategory.active{
    color: #2354ce;
}

.subcategories{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.smart.filter/catalog/style.css?17586454111898*/
/* Стили для слайдера цены */
.bx-ui-slider-track-container {
    padding: 0 10px;
    display: none;
}

.bx-ui-slider-track {
    position: relative;
    height: 30px;
    margin: 0 10px;
}

.bx-ui-slider-part {
    position: absolute;
    top: 20px;
    font-size: 11px;
    color: #999;
}

.bx-ui-slider-part.p1 { left: 0%; transform: translateX(-50%); }
.bx-ui-slider-part.p2 { left: 25%; transform: translateX(-50%); }
.bx-ui-slider-part.p3 { left: 50%; transform: translateX(-50%); }
.bx-ui-slider-part.p4 { left: 75%; transform: translateX(-50%); }
.bx-ui-slider-part.p5 { left: 100%; transform: translateX(-50%); }

.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
    position: absolute;
    height: 4px;
    top: 10px;
    border-radius: 2px;
}

.bx-ui-slider-pricebar-vd {
    background: #e0e0e0; /* Недоступная зона */
    z-index: 1;
}

.bx-ui-slider-pricebar-vn {
    background: #bdbdbd; /* Неактивная доступная зона */
    z-index: 2;
}

.bx-ui-slider-pricebar-v {
    background: #2196f3; /* Активная зона */
    z-index: 3;
}

.bx-ui-slider-range {
    position: absolute;
    height: 4px;
    top: 10px;
    z-index: 4;
}

.bx-ui-slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #2196f3;
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
    z-index: 5;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bx-ui-slider-handle:hover {
    background: #1976d2;
}

/* Адаптация под вашу верстку */
.catalog__aside-price .inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.catalog__aside-price .input {
    flex: 1;
}

.catalog__aside-price .input__field {
    width: 100%;
}
/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.item/main/style.css?1774560669647*/
.card__labels {
    display: flex;
    flex-direction:initial;
    gap: 5px;
    z-index: 10;
}

.card__label {
    padding: 4px 12px;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: fit-content;
}

.card__label--new {
    background-color: rgb(255, 163, 58); /* Requested Orange */
}

.card__label--special {
    background-color: rgba(35, 84, 206, 0.49); /* Requested Blue */
}

.card__label--hit,
.card__label--default {
    background-color: #475569;
}

.catalog__card-bar{
    width: 100%!important;
    justify-content: end;
}
/* End */
/* /local/templates/mark/components/bitrix/catalog/main/style.css?17866982787906 */
/* /local/templates/mark/components/bitrix/catalog.section.list/aside/style.css?17556298371488 */
/* /local/templates/mark/components/bitrix/catalog.smart.filter/catalog/style.css?17586454111898 */
/* /local/templates/mark/components/bitrix/catalog.item/main/style.css?1774560669647 */
