

/* Start:/local/templates/olissys2026/components/bitrix/news/catalog_2026/bitrix/news.list/.default/style.css?177609009417294*/
/* ===== Блок aside (фильтры) ===== */
.aside__form {
    padding: 30px 50px;
}

@media(min-width:1279px) {
    .aside__body {
        height: 100%;
    }

    .aside__row._spoller-init::-webkit-scrollbar {
        width: 10px;
        background-color: #F1EFEF;
    }

    .aside__row._spoller-init::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D9D9D9;
    }

    .aside__row._spoller-init::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #F1EFEF;
    }

    .page__container {
        position: relative;
    }

    .aside__form {
        padding: 30px 0px 0px 40px;
        height: 100%;
    }

    .aside__btns {
        position: fixed;
        bottom: 0;
        padding-bottom: 50px;
        width: 100%;
        padding-right: 70px;
    }

    .aside__btns .aside__btn {
        margin: 0 auto;
    }

    .aside__row._spoller-init {
        overflow-y: auto;
        height: 75%;
    }

    .aside._active {
        position: fixed;
        z-index: 20;
        box-shadow: -20px 25px 20px rgb(0 0 0 / 8%);
        transition: transform 0.7s;
        right: 220px;
        top: 0;
        height: 103%;
    }

    .aside._active .aside__row {
        display: block;
        flex-direction: column;
        gap: 3.625rem;
        margin-bottom: auto;
        margin-right: 35px;
        width: 450px;
        margin-top: 120px;
        padding-right: 30px;
    }

    .aside._active .top-aside::before {
        display: none;
    }

    .aside._active .top-aside img {
        width: 55px;
    }

    .aside._active .top-aside .top-aside__title {
        font-size: 24px;
        line-height: 2.5rem;
    }

    .aside._active .top-aside {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.625rem;
        padding: 18px 18px;
        width: 100%;
        margin-bottom: 1.875rem;
        position: fixed;
        top: 12px;
        left: 0;
        z-index: 2;
        margin-top: 15px;
    }

    .aside._active .aside__item {
        padding: 0 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1278px) {
    .aside._active .top-aside::before {
        display: none;
    }

    .aside._active .top-aside img {
        width: 45px;
    }

    .aside__row {
        padding-top: 100px;
    }

    .aside__body .aside__form {
        padding: 30px 50px 30px 40px;
    }

    .aside__btns .aside__btn {
        margin: 0 auto;
    }

    .aside__body .top-aside {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: .625rem;
        padding: 2.3125rem 1.875rem 1.875rem;
        width: 100%;
        margin-bottom: 1.875rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

/* ===== Секция "Отправка" ===== */
.send {
    background: #009FE3;
    border-radius: 2.25rem;
}

.send .dann {
    margin: 0 auto;
    padding: 50px;
}

.send .t1 {
    color: white;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    line-height: 55px;
}

.send .t2 {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
}

.send a {
    font-size: 24px;
    color: #009FE3;
    margin: 0 auto;
    display: block;
    max-width: 265px;
    margin-top: 40px;
    padding: 18px 28px;
    border-radius: 50px;
    background-position: 210px center !important;
    background: white;
}

.send a:focus, .send a:hover {
    text-decoration: none;
}

/* ===== Карточки товаров (новые классы) ===== */
.product-tabs__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product-tabs__content .product-tabs__row {
    gap: 2.875rem;
}

.product-tabs__column {
    display: block;
}

/* ===== Слайдер изображений в карточке ===== */
.product-card {
    --img-aspect-ratio: 3/2;
    position: relative;
    margin: 0px auto;
    text-align: center;
    display: block;
    aspect-ratio: 3/2;
}

.product-card__image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    border-radius: 36px 36px 0 0;
}

.product-card__image-wrapper img,
.product-card__image-wrapper picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card__image-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-card__thumbnails {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    flex-direction: row;
    z-index: 2;
    display: flex;
    flex: 1;
}

.product-card__thumbnail-placeholder {
    display: block;
    position: relative;
    margin: 0 1px;
    height: 100%;
}


.product-card__thumbnail-item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.product-card__thumbnail-item.active img,
.product-card__thumbnail-item.active video {
    opacity: 1;
}

.product-card__thumbnail-item video,
.product-card__thumbnail-item img {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    mix-blend-mode: darken;
}

/* ===== Навигация слайдера (точки) ===== */
.product-card__navigation {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 6px 0 46px;
}

.product-card__nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    transition: background-color 0.2s;
    cursor: pointer;
    outline: none;
    margin: 0 2px;
}

.product-card__nav-dot.active {
    background: #666666;
}

/* ===== Контент карточки ===== */
.product-card__content {
    padding: 5px 50px 50px;
    text-align: center;
    background: #F1EFEF;
    border-radius: 0px 0 36px 36px;
}

.product-card__title {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.product-card__excerpt {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
        padding-bottom: 0px;
}

.product-card__price {
    color: #4F4F4F;
    font-size: 39px;
    font-weight: 900;
    margin: 16px 0 16px;
}

.product-card__price.houroom {
    color: #FEA804;
}

/* ===== Футер карточки (цена + кнопка) ===== */
.product-card__footer {
    display: flex;
    align-items: center;
justify-content: center;
    gap: .625rem;
    position: relative;
    margin-top: 34px;
}

/* ===== Кнопка ===== */
.product-card__button {
    justify-content: center;
    font-size: 24px;
    padding: 20px 35px;
        background: #009FE3;
        color: #fff;
border-radius:30px;
}

.product-card__button:hover {

}

.button {
    /* базовые стили кнопки, если нужны */
}

/* ===== Ссылка-дублёр для мобильной версии ===== */
.product-card__link {
    display: none;
}

/* ===== Карточка товара (контейнер) ===== */
.product-card__slide {
    border-radius: 2.25rem;
    box-shadow: none;
}

.product-card__body {
    cursor: pointer;
}

/* ===== Адаптивные стили ===== */

/* ≤ 1365px (85.3125em) */
@media (max-width: 85.3125em) {
    .product-card__price {
        font-size: 35px;
    }
    
    .product-card__button {
        padding: 20px 30px;
        font-size: 22px;
    }
    
    .product-card__slide .product-card__image-wrapper,
    .product-card__slide .product-card__image-wrapper img,
    .product-card__thumbnails {
        height: 20.375rem;
    }

.product-tabs__row {
    grid-template-columns: repeat(2, 1fr);
}

}

/* ≤ 1205px (75.3125em) */
@media (max-width: 75.3125em) {
    .product-card__price {
        font-size: 30px;
    }
    
    .product-card__button {
        padding: 18px 25px;
        font-size: 20px;
    }

.product-tabs__row {
    grid-template-columns: repeat(2, 1fr);
}


}

/* ≤ 1024px (64em) — 2 колонки */
@media (max-width: 64em) {
    .product-tabs__content .product-tabs__row {
        grid-template-columns: 48% 48%;
    }
    
    .product-card__price {
        font-size: 20px;
    }
    
    .product-card__button {
        padding: 16px 18px;
        font-size: 16px;
    }
    
    .product-tabs__content .product-tabs__row .product-card__slide {
        border-radius: 36px;
    }
    
    .product-card__slide .product-card__image-wrapper,
    .product-card__slide .product-card__image-wrapper img,
    .product-card__thumbnails {
        height: 18.375rem;
    }
}

/* ≤ 54.5em — 2 колонки, уменьшенные отступы */
@media (max-width: 54.5em) {
    .product-card__title {
        font-size: 35px;
    }
    
    .product-card__excerpt {
        font-size: 16px;
padding-bottom: 40px;
    }
    
    .product-card__content {
        padding: 5px 20px 53px;
    }
    
    .product-card__price {
        font-size: 20px;
    }
    
    .product-card__button {
        padding: 18px 25px;
        font-size: 18px;
    }
    
    .product-tabs__content .product-tabs__row {
        gap: 1.875rem;
    }
    
    .product-tabs__row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .product-tabs__content .product-tabs__row .product-card__slide {
        border-radius: 36px;
    }
    
    .product-card__slide .product-card__image-wrapper,
    .product-card__slide .product-card__image-wrapper img,
    .product-card__thumbnails {
        height: 14.375rem;
    }
}

/* ≤ 768px (48em) — 1 колонка */
@media (max-width: 48em) {
    .product-tabs__content .product-tabs__row {
        grid-template-columns: repeat(1, 1fr);
        gap: .9375rem;
    }
    
    .product-card__image-wrapper {
        aspect-ratio: 1;
    }
    
    .product-card__footer {
        flex-direction: column;
        display: block;
        text-align: center;
    }
    
    .product-card__navigation {
        margin: 6px 0 35px;
    }
    
    .product-card__price {
        font-size: 24px;
        margin: 0;
        padding-bottom: 50px;
        padding-top: 10px;
    }
    
    .product-card__footer {
        margin-top: 10px;
    }
    
    .product-tabs__content .product-tabs__row {
        gap: 3.875rem;
    }
    
    .product-card__button {
        display: none;
    }
    
    .product-card__link {
        position: absolute;
        left: calc(50% - 135px);
        background: #009FE3;
        color: #fff;
        padding: 14px 40px;
        border-radius: 33px;
        z-index: 2;
        margin-top: -40px;
        font-size: 15px;
        display: block;
    }
    
    .product-card__content {
        padding: 5px 20px 0px;
    }
    
    .send .t1 {
        font-size: 35px;
        line-height: 46px;
        margin-top: 60px;
    }
    
    .product-card__slide .product-card__image-wrapper {
        max-height: fit-content;
        height: 19.375rem;
    }
    
    .product-card__slide .product-card__image-wrapper img,
    .product-card__thumbnails {
        height: 19.375rem;
    }
    
    .product-tabs__column {
        border-radius: 2.25rem;
    }
    
    .product__top .catalog-filter a {
        font-size: 0px !important;
    }
    
    .product__top .catalog-filter a img {
        width: 40px !important;
    }
    
    .product-tabs__content .product-tabs__row .product-card__slide {
        border-radius: 36px;
    }
}

/* ≤ 35.9988em — очень маленькие экраны */
@media (max-width: 35.9988em) {
    .product-card__slide .product-card__image-wrapper,
    .product-card__slide .product-card__image-wrapper img,
    .product-card__thumbnails {
        height: 16.375rem;
    }
}

/* ===== Эффект ховера для второго изображения ===== */
.product-card__image-wrapper .img2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    background-size: 100% !important;
    width: 100%;
}

.product-card__image-wrapper .img2 img {
    object-fit: cover;
}

.product-card__slide:hover .product-card__image-wrapper .img2 {
    opacity: 1;
}

/* ===== Прочие блоки ===== */
.aside._active {
    display: block;
}

.aside {
    display: none;
}

.catalog-materials {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 55px;
}

.product__top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.product__tabs .product__top .product__info {
    margin-bottom: 0;
}

.product__top .catalog-filter a {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product__top .catalog-filter a img {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .catalog-materials {
        gap: 20px;
        margin-bottom: 20px;
    }
}

/* ===== Корзина ===== */
.cart-tov-list .price-1 {
    font-size: 17px;
    color: #F7931E;
    line-height: 20px;
    text-align: right;
    float: right;
}

.price-wrp {
    flex-wrap: nowrap;
}

.row-price {
    width: 100%;
    display: flex;
}

.list-btn-buy {
    width: 100%;
    margin-top: 8px;
    position: relative;
    display: flex;
}

.list-btn-buy .buy_btn_cat,
.list-btn-buy .buy_btn_cat_done {
    font-size: 14px !important;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .cat .cat-1 .cat2 img {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .list-btn-buy .buy_btn_cat,
    .list-btn-buy .buy_btn_cat_done,
    .cat-card-wrp-bottom .price-wrp .a3 {
        font-size: 12px !important;
    }
}

/* ===== Grid для каталога ===== */
.new-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 375px);
    min-height: 0;
    min-width: 0;
    padding: 0 11px;
    margin-bottom: 15px;
}

.new-grid .item.bg {
    margin: 0;
}

.new-grid .cat-1 .cat2 {
    margin-bottom: 0;
}

.gallery-item {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 5px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-gallery {
    display: none;
    margin: 0 -15px 15px -15px;
    position: relative;
}

.catalog-gallery .swiper-slide {
    width: calc(100% - 28px)!important;
    max-width: calc(100% - 28px)!important;
    min-width: calc(100% - 28px)!important;
}

.catalog-gallery__i {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.catalog-gallery__i img {
    width: 100%;
}

.catalog-gallery .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.catalog-gallery .swiper-pagination-bullet-active {
    opacity: .2;
}

@media (max-width: 800px) {
    .new-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .new-grid .item.bg {
        grid-row: 1 / 5;
    }
    
    .new-grid .cat-1 .cat2 {
        margin: 0;
    }
}

@media (max-width: 564px) {
    .catalog-gallery {
        display: block;
    }
    
    .new-grid {
        display: block;
    }
    
    .new-grid .item.bg picture {
        position: initial!important;
    }
    
    .new-grid .item.bg {
        margin-bottom: 15px;
    }
    
    .new-grid .gallery-item {
        display: none;
    }
    
    .new-grid .cat-1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .cat-card-wrp-top-properties {
        display: flex;
    }
    .cat .cat-1 .cat2 .text-1 {
        margin: 4px 0 0;
    }
    .cat .cat-1 .cat2 .text-2 {
        min-height: 0;
        margin-bottom: 0;
    }
}

/* ===== Старая сетка (для совместимости) ===== */
.section-or_series .item.bg {
    height: auto!important;
}

.old-grid.section-or_series .item.bg .i {
    opacity: 0;
}

.old-grid.section-or_series .size-1of3 .item.bg .i,
.old-grid.section-or_series .size-1of1 .item.bg .i {
    opacity: 1;
}

@media(max-width: 1024px) {
    .section-or_series .item.bg .i img {
        /*max-width: 90%!important;*/
    }
}

@media (max-width: 800px) {
    .old-grid.content-columns .column {
        display: grid;
        gap: 20px;
    }

    .old-grid.content-columns .column .item.bg {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .old-grid .catalog-item .cat2 {
        height: initial!important;
    }

    .old-grid .catalog-item img,
    .old-grid .catalog-item .cat2 .img2,
    .old-grid .catalog-item .cat2 .img3 {
        height: initial!important;
    }

    .old-grid .catalog-item__img {
        display: block!important;
    }

    .old-grid .catalog-item .cat-card-wrp {
        display: flex!important;
    }
}

@media (max-width: 564px) {
    .old-grid.content-columns .column {
        display: block;
        width: 100%
    }
}
/* End */
/* /local/templates/olissys2026/components/bitrix/news/catalog_2026/bitrix/news.list/.default/style.css?177609009417294 */
