

/* Start:/bitrix/templates/furniture_pale-blue/components/bitrix/catalog.section/zabor/style.css?17779653093717*/
.catalog-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 26px;
}

.catalog-list .catalog-item {
    width: calc(25% - 20px);
    border: 1px solid #efefef;
    padding: 0px 20px;
    background: #fff;
}

.catalog-item-image img {
    max-width: 100%;
    height: auto;
}

.catalog-item-image {
    height: 160px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.catalog-item-title {
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.catalog-item-title a {
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}

span.catalog-item--more a {
    display: block;
    background: #6dcc56;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

span.catalog-item--more {
    width: calc(50% - 5px);
    display: inline-block;
}

.catalog-item-footer {
    margin-bottom: 20px;
    margin-top: 20px;
}

span.catalog-item--order {
    background: #f1c200;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: calc(50% - 5px);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    float: right;
}

.price__table-name {
    text-align: center;
    font-size: 21px;
    margin-bottom: 7px;
    font-weight: 600;
}

.price__table--block table {
    width: 100%;
    border-collapse: collapse;
}

.price__table--block table td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}

tr.price__table--heading {
    background: #6dcc56;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.price__table--block table tr td[colspan] {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.hide {
    display: none !important;
}

@media (max-width: 900px) {
    .catalog-list .catalog-item {
        display: block;
        width: calc(50% - 2px);
        /* width: 100%; */
        padding: 0 10px;
        margin-bottom: 6px;
    }
    .catalog-list {
        gap: 2px;
        justify-content: space-between;
    }
    .catalog-item-price {
        font-size: 18px;
    }
    .price__table--block table {
        overflow: scroll;
        display: block;
    }
}

@media (max-width: 400px) {
    .catalog-list .catalog-item {
        width: 100%;
    }
    .catalog-item-image {
        justify-content: space-around;
    }
}

.catalog-item-props {
    display: flex;
    flex-wrap: wrap;
}

.catalog-item-property {
    width: 50%;
}

.catalog-item-subdescr {
    text-align: center;
    color: gray;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .catalog-list .catalog-item {
        width: 100% !important;
    }
    .catalog-item-image {
        justify-content: center;
    }
    body .catalog-item-image {
        height: 160px;
        min-height: 160px;
        max-height: 160px;
    }
}

.catalog-item-footer.coolumn_type {
    display: flex;
    flex-direction: column;
}

.catalog-item-footer.coolumn_type .catalog-item--more a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
    padding: 0px;
    width: 100%;
}

.catalog-item-footer.coolumn_type span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.catalog-item-footer.coolumn_type span.catalog-item--more {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .mobile-slider > .row {
        overflow: auto;
        flex-wrap: nowrap !important;
    }
}

/* End */


/* Start:/bitrix/templates/furniture_pale-blue/components/bitrix/news.list/reviews-slider/style.css?17707999313050*/
.reviews-slider-container {
    font-family: Arial, sans-serif;
    position: relative;
}

/* Owl Carousel базовые стили */
.reviews-slider.owl-carousel {
    position: relative;
}

.reviews-slider.owl-carousel .owl-stage {
    display: flex;
    padding: 10px 0;
}

.reviews-slider.owl-carousel .review-slide {
    display: flex;
    height: auto;
}

.review-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.review-card__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.review-card__avatar {
    flex-shrink: 0;
    margin-right: 15px;
}

.review-card__avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background: #f5f5f5;
}

.reviews-slider .owl-item {
    display: flex;
    align-items: stretch;
}

.review-card__info {
    flex-grow: 1;
    min-width: 0;
}

.review-card__rating {
    display: flex;
    margin-bottom: 5px;
}

.review-card__star {
    color: #ddd;
    font-size: 18px;
    margin-right: 2px;
}

.review-card__star--active {
    color: #ffc107;
}

.review-card__author {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-card__date {
    font-size: 14px;
    color: #777;
}

.review-card__text {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

/* Owl Carousel навигация */
.reviews-slider-container .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.reviews-slider-container .owl-nav button {
    pointer-events: all;
    background: rgba(0,0,0,0.5) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.reviews-slider-container .owl-nav button:hover {
    opacity: 1;
}

.reviews-slider-container .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

.reviews-slider-container .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.reviews-slider-container .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd !important;
    margin: 0 5px;
}

.reviews-slider-container .owl-dots button.active {
    background: #007bff !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .review-card {
        padding: 15px;
    }
    
    .review-card__avatar-img {
        width: 50px;
        height: 50px;
    }
    
}
/* End */
/* /bitrix/templates/furniture_pale-blue/components/bitrix/catalog.section/zabor/style.css?17779653093717 */
/* /bitrix/templates/furniture_pale-blue/components/bitrix/news.list/reviews-slider/style.css?17707999313050 */
