

/* Start:/local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436*/
.bx-breadcrumb{
	display: flex;
	gap: 5px;	
}

.bx-breadcrumb-item[id^="bx_breadcrumb"] a{
	color: var(--Gray-3, #828282);
	font-size: 13px;
	font-weight: 400;
}
.bx-breadcrumb-item.last-item span{
	color: var(--Blue, #009FE3);
	font-size: 13px;
	font-weight: 600;
}

@media screen  and (max-width: 560px){
	.bredcr_wrup{
		overflow: scroll;
		padding-bottom: 10px;
	}
	.bx-breadcrumb{
		width: max-content;
	}
}
/* End */


/* Start:/local/templates/avelina/components/bitrix/news/news/bitrix/news.list/.default/style.css?17760295461104*/
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;
}

.news {display: flex; flex-wrap: wrap; margin-bottom: 10px;gap: 10px;}
.news__item {width: 260px; text-align: center; color: #000; border-radius: 10px; padding-bottom: 8px; transition: 0.4s; opacity: 1; padding: 10px; text-decoration: none;}
.news__item img {border-radius: 10px;}

.news_image {
    height: 200px;
    border-radius: 10px;
    background-size: 100%;
    background-repeat: no-repeat
}
.news_date {
    font-size: 12px;
}

.news__item:hover{
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}
.wrapper__news{
    margin-bottom: 50px;
}



@media screen and (max-width: 560px) {
    .news__item{
        width: 100%;
        border-radius: 10px;
        background: var(--White, #FFF);
        box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
    }
    .news_image{
        height: 230px;
        background-size: contain;
        background-position: center;
    }
}
/* End */
/* /local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436 */
/* /local/templates/avelina/components/bitrix/news/news/bitrix/news.list/.default/style.css?17760295461104 */
