

/* Start:/local/templates/polyarik2018/components/bitrix/catalog.section/recomends/style.css?17870556151443*/
.list_gallery .list_gallery_item:nth-child(n + 2) {
    display: none !important;
}

.list_gallery.slick-initialized .list_gallery_item:nth-child(n + 2) {
    display: flex !important;
}

.list_gallery {
    position: relative;
    height: 275px;
    overflow: hidden;

    & .slick-list {
        height: 275px;
    }

    .list_gallery_item {
        height: 275px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .list_gallery_item img {
        max-height: 250px;
        width: auto;
    }
    
}

.list_gallery__progress {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.list_gallery__progress-item {
    width: 100%;
    background: none;
    position: relative;
    border: none;
    padding: 0;
}

.list_gallery__progress-bar {
    display: none;
    height: 2px;
    width: 100%;
    background: #ffcd04;
    position: absolute;
    bottom: 5px;
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out, display 0.3s ease-in-out;
}

.list_gallery__progress-item.active .list_gallery__progress-bar {
    opacity: 1;
}

.item:hover .list_gallery__progress-bar {
    display: block;
}

@media(max-width: 768px) {
    .list_gallery__progress {
        height: 10px;
    }

    .list_gallery__progress-bar {
        display: block;
    }
}
/* End */


/* Start:/local/templates/polyarik2018/components/bitrix/news.list/main_news_d8/style.css?1736157364162*/
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:/local/templates/.default/components/bitrix/catalog.section/cat_list_groupped_scroll/style.css?1733771182172*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}
.discount {
text-decoration: line-through;
display: inline-block;
}
/* End */
/* /local/templates/polyarik2018/components/bitrix/catalog.section/recomends/style.css?17870556151443 */
/* /local/templates/polyarik2018/components/bitrix/news.list/main_news_d8/style.css?1736157364162 */
/* /local/templates/.default/components/bitrix/catalog.section/cat_list_groupped_scroll/style.css?1733771182172 */
