

/* Start:/local/templates/v22/components/bitrix/news.detail/v22_promotions/style.css?17748581734805*/
body .tpl-2-container {
    max-width: 1721px;
    padding: 0 20px;
}

.page-shares-detail__container {
    display: flex;
    flex-wrap: wrap;
}

.page-shares-detail__left {
    width: min-content;
    max-width: 100%;
}

.b-promotion {
    width: 100vw;
    max-width: 100%;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.pgb-sidebar .b-promotion {
    margin-bottom: 12px;
}

.b-promotion__info {
    padding: 22px 24px;
    display: flex;
    gap: 32px;
}

.b-promotion__item {
    display: flex;
}

.b-promotion__title {
    font-weight: 500;
    color: #252525;
    margin-right: 12px;
}

.b-promotion__value {
    display: flex;
    align-items: center;
    color: #00a2a9;
}

.b-promotion__value:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.b-promotion__image {
    aspect-ratio: 1681 /250;
    width: 100%;
    object-fit: cover;
}

.page-shares-detail .catalog-categories__container {
    padding: 0;
}

.page-shares-detail__left .catalog-categories__container {
    display: none;
}

.pgb-sidebar + .catalog-categories__container {
    display: flex;
}

.page-shares-detail .catalog-categories__container .block-catalog-section {
    padding: 0;
}

.pgb-sidebar + .catalog-categories__container .kombox-filter {
    width: 100%;
    margin-right: 30px;
}

.page-shares-detail .catalog-categories__container .filter {
    width: 100%;
}

.block-catalog-section {
    width: 100%;
}

.pgb-content {
    flex-grow: 1;
    max-width: 100%;
}

.page-shares-detail .catalog-categories__container .block-catalog-section-items {
    gap: unset;
    grid-row-gap: 24px;
    justify-content: space-between;
}

.b-image__stickers > :not(.hor-card__discount) {
    display: none;
}

.msg-error {
    flex-grow: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1689px) {
    .page-shares-detail .catalog-categories__container .block-catalog-section-items {
        gap: 20px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .pgb-sidebar {
        width: 300px;
        margin-right: 30px;
    }

    .pgb-sidebar .b-promotion {
        display: flex;
        flex-direction: column-reverse;
    }

    .pgb-sidebar .b-promotion__info {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
    }

    .pgb-sidebar .b-promotion__item {
        display: block;
    }

    .pgb-sidebar .b-promotion__title {
        margin: 0 0 5px;
    }

    .pgb-sidebar .b-promotion__image {
        aspect-ratio: unset;
    }
}

@media (max-width: 991px) {
    .page-shares-detail__container {
        display: block;
    }

    .pgb-sidebar {
        width: 100%;
        margin: 0;
    }

    .b-promotion__info {
        padding: 14px 16px;
    }

    .pgb-sidebar .b-promotion__info {
        padding: 12px 16px;
        gap: 20px;
    }

    .b-promotion__item {
        font-size: 15px;
    }

    .pgb-sidebar .b-promotion__item {
        display: block;
    }

    .pgb-sidebar .b-promotion__title {
        margin: 0 0 5px;
    }

    .pgb-sidebar .b-promotion__picture {
        display: none;
    }

    .page-shares-detail__left .catalog-categories__container {
        display: none;
    }
    
    .page-shares-detail .catalog-categories__container .block-catalog-section-items {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    body .tpl-2-container {
        padding: 0 10px;
    }

    .b-promotion__info {
        padding: 12px 16px;
        gap: 20px;
    }

    .b-promotion__item {
        display: block;
    }

    .b-promotion__title {
        margin: 0 0 5px;
    }

    .b-promotion__picture {
        position: relative;
        display: block;
        width: 100%;
        max-height: 252px;
    }

    .b-promotion__picture::before {
        content: "";
        display: block;
        padding-top: 56.1765%;
    }

    .b-promotion__image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        aspect-ratio: unset;
    }

    .page-shares-detail .catalog-categories__container .block-catalog-section-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 534px) {
    .page-shares-detail .catalog-categories__container .block-catalog-section-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* End */


/* Start:/local/templates/v22/components/kombox/filter/.default/style.css?16533730481249*/
.kombox-filter {
    position: relative;
}

.kombox-filter .collapse-list__label::after {
    transform: rotate(-90deg);
}
.kombox-filter .kombox-closed .collapse-list__label::after {
    transform: rotate(90deg);
}

.kombox-filter .filter_reset_btn {
    cursor: pointer;
}
.kombox-filter .btn-filter-unset:hover {
    background-color: transparent;
}

.kombox-filter .modef {
    position: absolute;
    z-index: 2;
}
.kombox-filter .modef .modef-wrap {
    position: absolute;
    top: 0;
    left: -10px;
    padding: 0 10px;
    line-height: 18px;
    font-size: 13px;
    white-space: nowrap;

    border: 1px solid #C6DCE7;
    border-width: 2px 2px 2px 10px;
    border-image: url(/local/templates/v22/components/kombox/filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
    background: #fff;
}    
.kombox-filter .modef a {
    display: block;
}

.kombox-filter .m-checkbox-list .lvl2.kombox-disabled:not(.kombox-checked) {
    display: none;
}
.kombox-filter .m-checkbox-list:not(.show-all) .block-hidden {
    display: none;
}

@media (max-width: 767px) {
    
    .kombox-filter .template__button.template__button--empty-lg.btn-filter-unset {
        padding: 0;
        line-height: 40px;
        font-size: 13px;
    }

    .for_modef {
        display: none;
    }    
}

/* End */
/* /local/templates/v22/components/bitrix/news.detail/v22_promotions/style.css?17748581734805 */
/* /local/templates/v22/components/kombox/filter/.default/style.css?16533730481249 */
