

/* Start:/local/templates/olissys2023/components/bitrix/news.list/prezentecii/style.css?177609379014402*/
.mnew {
    padding: 0 1.875rem;
}

/* ===== Секция "Отправка" ===== */
.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% - 130px);
        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;
}

/* ===== Прочие блоки ===== */
.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 */


/* Start:/local/templates/olissys2023/components/bitrix/news/catalog_new2021/bitrix/news.list/.default/style.css?177625836215388*/
.catalog-materials {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 55px;
}
@media (max-width: 767px) {
    .catalog-materials {
        gap: 20px;
        margin-bottom: 20px;
    }
}

.cat .aOLISSYS20 .cat-1 .cat-zag .text-2 {
    font-size: 36px !important;
}
.cat .cat-1 {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.cat .cat-1 .cat2 {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
    position:relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
}
.cat .cat-1 .cat2:hover {
    box-shadow: 0px 10px 18px rgba(0, 0, 0, .15);
}
.cat .img3,
.cat .img2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cat .cat-1 .cat2 img {
    display: block;
    float: left;
    /*height: 195px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:100%;
    height: 168px;
    object-fit:cover
}
.cat .cat-1 .cat2 .text-1 {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
    margin: 4px 0 15px;
    display: block;
}
.cat .cat-1 .cat2 a.text-1 {
    text-decoration: none;
}
.cat .cat-1 .cat2 a.text-1:hover {
    color: #2D9CDB;
}

.cat .cat-1 .cat2 .text-2 {
    display: block;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    display: block;
    margin-bottom: 30px;
}

.cat .cat-1 .cat2 .a3 {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    border-bottom: dotted 1px;
    padding-bottom: 3px;
}
.cat .cat-1 .cat2 .a3:hover {
    text-decoration: none;
    color: #2D9CDB;
}

.cat .cat-1 .cat2 .prise {
    position: relative;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FF8A00;
    white-space: nowrap;
    width: 50%;
}
.cat .cat-1 .cat2 .prise .prise-old {
    position: absolute;
    bottom: 95%;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 14px;
    color: #666666;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.cat .cat-1 .cat2 .prise .prise-old span:first-child {
    font-size: 12px;
}
.cat .cat-1 .cat2 .prise .prise-old span:last-child {
    text-decoration-line: line-through;
}


.cat .cat-1 .cat-zag {
    display: block;
    float: left;
    width: 100%;
    height: 272px;
    background: linear-gradient(to top, #009EE2, #005EA1);
    border-radius: 5px;
    margin-bottom: 23px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 15%);
}

.cat .cat-1 .cat-zag .text-1 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'DIN Pro Cond', sans-serif;
    font-size: 14px;
    line-height: 9px;
    color: #B3B3B3;
    padding: 82px 0 0 0;
    text-align: center;
}


.cat .cat-1 .cat-zag .text-2 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'DIN Pro Black', sans-serif;
    font-size: 77px;
    line-height: 1;
    color: #ffffff;
    padding: 7px 0 0 0;
    text-align: center;
}
.cat .aUnasYasno .cat-1 .cat-zag .text-2 {
    font-size: 42px;
}


.cat .cat-1 .cat-zag .text-3 {
    display: block;
    float: left;
    width: 60%;
    font-family: 'DIN Pro Cond', sans-serif;
    font-size: 13px;
    line-height: 9px;
    color: #B3B3B3;
    padding: 0;
    text-align: center;
    letter-spacing: 19px;
    width: 100%;
    padding-top: 11px;
    padding-left: 9px;
}


.cat .bot-logo {
    display: block;
    float: right;
    width: 66%;
    margin: 24px 0 24px 0;
}

.cat .bot-logo .text {
    display: block;
    float: left;
    text-align: right;
    margin: 15px 14px 0 0;
    width: 79.6%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 13px;
}

.cat .bot-logo .b-logo {
    width: 103px;
    display: block;
    float: right;
    height: 71px;
}


.cat2 .img2 {
    width: 100%;
    float: none;
    display: block;
    height: 168px;
    background-size: 100% !important;
    transition: all .5s;

}
.cat2 .img3 {
    width: 100%;
    float: none;
    display: block;
    height: 168px;
    background-size: 100% !important;
    transition: all .5s;
    position: absolute;
    opacity: 0;
    top: 0;
}



.cat2:hover .img3 {
    opacity:1;
}

.mobila {
    display:none;
}

.cat-card-wrp {
    padding: 22px;
}
.price-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
    position: relative;
}
.price-wrp-divan {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-wrp .divan-label {
    position: absolute;
    bottom: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.sec-confs .item.bg h3 {
    color: #fff;
}

.cat .cat-1 .cat2 .a3 {
    background: linear-gradient(180deg, #009EE2 1.14%, #3180BD 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
    border-radius: 3.94958px;
    font-style: normal;
    font-weight: 500;
    font-size: 14.2185px;
    line-height: 16px;
    color: #F2F2F2;
    text-transform: uppercase;
    border: none;
    padding: 6px 12px;
    margin-right: 0px;
    transition: none;
}
.cat .cat-1 .cat2 .a3:hover {
    background: linear-gradient(180deg, #3180BD 1.14%, #009EE2 100%);
    color: #F2F2F2;
}

.cat .cat-1 .cat2 .a3.buy_btn_cat_done {
    font-size: 12px;
    padding: 6px 10px;
}

@media(max-width:1179px) {
    .cat .cat-1 .cat2 .prise {
        font-size: 18px;
    }
}
@media(max-width:813px) {

    .cart-tov-1 .vernutsya {
        padding: 40px 24px 11px 0;
    }

    .bx-wrapper {
        display:none;
    }

    .mobila {
        display:block;
    }


    .cat2 .img2 {
        width: 100%;
        float: none;
        display: block;
        height: 250px;
        background-size: cover !important;
        transition: all .5s;
    }

    .cat2 .img3 {
        width: 100%;
        float: none;
        display: block;
        height: 250px;
        background-size: cover !important;
        transition: all .5s;
        position: absolute;
        opacity: 0;
    }

    .sec1 .right {
        width:100%;
    }

    .cat .cat-1 .cat2 .prise {
        float:right;
    }

    .cat .cat-1:nth-child(3n) {
        margin-right: 2%;
    }

    .cat .bot-logo {
        width:100%;
    }

    .cat .bot-logo .text {
        width: 85%;
    }

    .sec1 .left {
        width:100%;
        margin-bottom:24px;
    }

    .cat .cat-1 .cat2 .prise .prise-old span:last-child {
        font-size: 13px;
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 40px;*/
    }
    .cat .cat-1 .cat2 .prise .prise-old {
        justify-content: flex-start;
    }
    .cat .cat-1 .cat2 .prise .prise-old span:first-child {
        margin-right: 5px;
    }
    .cat-card-wrp {
        padding: 22px 22px 32px 22px;
    }
}

@media(max-width:600px) {

    .sec1 .right {
        width:100%;
    }

    .cat .cat-1 .cat2 .prise {
        float:right;
    }

    .cat .bot-logo .text {
        width:65%;
    }


}
.sec-confs .item.bg .i {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
}


.cat .cat-1 .cat2,
.sec-confs .content-columns .item {
    /*height: 328px;*/
    height: 375px;
}
.cat-card-wrp {
    display: flex;
    flex-direction: column;
    /*height: 160px;*/
    height: 208px;
    justify-content: space-between;
    width: 100%;
}
.cat .cat-1 .cat2 .text-2 {
    display: none;
    transition: none;
}
.cat .cat-1 .cat2 .text-1 {
    margin: 4px 0 0;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}
.cat .cat-1 .cat2:hover {
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.25);
    background: #fff;
    z-index: 2;
}
.cat .cat-1 .cat2:hover .cat-card-wrp {
    position: absolute;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
    box-shadow: 0px 27px 25px rgba(0, 0, 0, 0.23);
    height: auto;
}
.sec-confs .item.bg .i {
    height: 100% !important;
}
.cat .cat-1 .cat2:hover .text-1 {
    margin: 4px 0 15px;
    max-height: initial;
    min-height: initial;
}
.cat .cat-1 .cat2:hover .text-2 {
    display: block;
    min-height: 32px;
}


@media (min-width:1024px) and (max-width:1169px) {
    .cat-card-wrp {
        padding: 12px;
    }
    .cat .cat-1 .cat2 .prise {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .cat .cat-1 .cat2 .text-2 {
        display: block;
    }
    .cat .cat-1 .cat2, .sec-confs .content-columns .item {
        height: initial;
    }
    .cat-card-wrp {
        height: auto;
        display: block;
    }
    .cat .cat-1 .cat2 .text-1 {
        margin: 4px 0 15px;
        max-height: initial;
        min-height: initial;
    }
    .cat .cat-1 .cat2:hover .cat-card-wrp {
        position: relative;
        box-shadow: none;
    }
    .sec-confs .item.bg {
        height: 60vw;
    }
}

.cart-tov-list .price-1 {
    font-size: 17px;
    color: #F7931E;
    line-height: 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;
    }
}

/**
 * NEW STYLE
 */

.section-or_series .item.bg {
    height: auto!important;
}

.section-or_series .item.bg .i img {
    /*max-width: 100%!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%
    }
}

.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 {
    /*grid-column: 1 / 2;
    grid-row: 1 / 3;*/
    margin: 0;
}

.new-grid .item.bg picture {
    /*position: absolute;
    top: 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;
    }
}



.cat-card-wrp-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cat-card-wrp-top-properties {
    display: none;
    transition: none;
}
.cat .cat-1 .cat2:hover .cat-card-wrp-top-properties {
    display: flex;
}
.cat .cat-1 .cat2:hover .text-1 {
    margin: 4px 0 0;
}
.cat .cat-1 .cat2:hover .text-2 {
    min-height: 0;
    margin-bottom: 0;
}
.cat .cat-1 .cat2:hover .cat-card-wrp-top {
    min-height: 100px;
}

.cat-card-wrp-top-properties {
    flex-direction: column;
    gap: 12px;
}
.cat-card-wrp-top-properties-item {
    display: flex;
    flex-direction: column;
}
.cat-card-wrp-top-properties-item-name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}
.cat-card-wrp-top-properties-item-value {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

@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;
    }
}

.column-product__img .img2{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    /*aspect-ratio: 2.27;*/
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    background-size: 100% !important;
}
.column-product__img .img2 img{
    object-fit: cover;
}
.column-product__slide:hover .column-product__img .img2{
    opacity: 1;
}

.column-product__content--new {
    padding: 43px 51px 53px 51px;
}

.content-popular__value.houroom {
	color:#FEA804;
}

.product__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0 0 30px;
}
.product__links a {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 20px;
    background: var(--grey);
    line-height: 1;
    font-size: 1rem;
    transition: all .3s;
}
.product__links a:hover {
    background: var(--blue);
    color: #fff;
}
/* End */
/* /local/templates/olissys2023/components/bitrix/news.list/prezentecii/style.css?177609379014402 */
/* /local/templates/olissys2023/components/bitrix/news/catalog_new2021/bitrix/news.list/.default/style.css?177625836215388 */
