

/* 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 */
/* /bitrix/templates/furniture_pale-blue/components/bitrix/catalog.section/zabor/style.css?17779653093717 */
