

/* Start:/bitrix/templates/.default/components/bitrix/news.list/addres/style.css?1781597513150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/beton18/template_styles.css?17816011145503*/
.img img{
	    object-fit: scale-down!important;
}
.merchandise-preview__img{
	background:#fff;
}
.article-hero__image img , .article-figure__image img{
	object-fit: cover!important;
}
.header .img img{
	object-fit:cover!Important;
}
.footer__section a{
color:#fff!important;
}
.category__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.category__item {
    width: 200px;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    isolation: isolate;
}

.category__cover {
    border-radius: 6px;
    padding-top: 32%;
    grid-column: span 2;
    position: relative;
    overflow: hidden;
}

.category__img {
    border-radius: 6px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.category__name {
    color: #272524;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    border-radius: 6px;
    background: #EEE;
    padding: 16px;
    display: flex;
    align-items: center;
}

/* обычные картинки */
.category__cover img,
.category__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* если .img делает абсолютную картинку */
.category__cover img {
    position: absolute;
    inset: 0;
}

/* overlay-картинка поверх item */
.category__hover-image {
    position: absolute;
    z-index: 20;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition:
        opacity .22s ease,
        top .34s ease,
        left .34s ease,
        right .34s ease,
        bottom .34s ease,
        width .34s ease,
        height .34s ease;
}

/* старт для верхней картинки */
.category__item.is-cover-mode .category__hover-image {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 64px;
}

/* финиш: верхняя картинка заполняет весь item */
.category__item.is-cover-mode.is-hover-active .category__hover-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* старт для нижней правой картинки */
.category__item.is-thumb-mode .category__hover-image {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 64px;
}

/* финиш: нижняя картинка раскрывается влево на всю ширину, высоту не меняет */
.category__item.is-thumb-mode.is-hover-active .category__hover-image {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    opacity: 1;
}

@media only screen and (max-width: 767.98px) {
    .category__items {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px;
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .category__items::-webkit-scrollbar {
        display: none;
    }

    .category__item {
        flex: 0 0 78% !important;
        width: auto;
        max-width: 286px;
        scroll-snap-align: start;
    }
}

@media only screen and (max-width: 991.98px) {
    .category-scroll-mobile {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .category-scroll-mobile::-webkit-scrollbar {
        display: none;
    }

    .category-scroll-mobile > .category__item,
    .category-scroll-mobile > .produce-preview {
        flex: 0 0 78% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 300px !important;
        scroll-snap-align: start;
    }

    .category-scroll-mobile_other > .produce-preview {
        flex-basis: 72% !important;
        max-width: 260px !important;
    }

    .category-scroll-mobile-wrap {
        position: relative;
    }

    .category-scroll-mobile-controls {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-bottom: 10px;
    }

    .category-scroll-mobile-btn {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 10px;
        background: #EEE;
        position: relative;
        cursor: pointer;
        flex: 0 0 34px;
    }

    .category-scroll-mobile-btn:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        border-top: 2px solid #272524;
        border-left: 2px solid #272524;
        transform: translate(-35%, -50%) rotate(-45deg);
    }

    .category-scroll-mobile-btn_next:before {
        transform: translate(-65%, -50%) rotate(135deg);
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/addres/style.css?1781597513150 */
/* /bitrix/templates/beton18/template_styles.css?17816011145503 */
