

/* Start:/local/templates/luzar/components/bitrix/catalog.section/main/style.css?16995198542106*/
a.card-catalog {
    position: relative;
}
.list-spec-new-label {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 72px;
    z-index: 9;
}
.list-spec-new-label span {
    text-align: right;
    display: block;
    margin-bottom: 5px;
}
.list-spec-new-label span b {
    background-color: #204a8f;
    color: white;
    padding: 2px 5px 4px 5px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 13px;
}
.list-spec-new-label.label-arhiv span b {
    background-color: #c1c1c1;
    font-weight: 300;
}
.list-spec-new-label.label-arhiv {
    width: 100%;
}

.slider-points {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: -1rem;
}

.slider-point {
    background: #204a8f;
    height: 1rem;
    width: 100%;
    /* border-radius: 64%; */
    display: block;
    opacity: 0.5;
    margin: 0px 3px;
}

.slider-point.active {
    opacity: 1;
}

.new-slider-prew {
    position: relative;
}

.list-catalog .card-catalog__gallery {
    padding: 3px;
}

.new-slider-prew .catalog__main-products-card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


.new-slider-prew::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/* ровные блоки */
a.card-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-catalog__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.list-catalog__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-catalog__body .card-catalog__footer {
    margin-top: auto;
}

.card-catalog__body .card-catalog__group {
    margin-bottom: 1.5rem;
}
/* End */
/* /local/templates/luzar/components/bitrix/catalog.section/main/style.css?16995198542106 */
