

/* 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/system.pagenavigation/modern/style.css?1776029547863*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }


.modern-page-navigation a{
	color: #009FE3;
}
.modern-page-next,.modern-page-previous{
	color: #009FE3;
}


/* 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/system.pagenavigation/modern/style.css?1776029547863 */
/* /local/templates/avelina/components/bitrix/news/news/bitrix/news.list/.default/style.css?17760295461104 */
