

/* Start:/local/templates/ludvinovo/components/bitrix/news/template/style.css?17292478721786*/
.section_news_menu{
    margin: 34px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
}
.section_news_menu_item{
    width: 20%;
    padding: 0 15px 30px 15px;
}
.section_news_menu a {
    font-size: 17px;
    font-family: "BebasNeue";
    color: rgb(17, 40, 102);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid rgb(221, 221, 221);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    text-align: center;
}
.section_news_menu a:hover,
.section_news_menu a.active{
    background-color: #112866;
    border-color: #112866;
    color: #fff;
}
.news_sort_pagen_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort_block{
    display: flex;
}

.section_news_corted a{
    font-size: 13px;
    font-family: "Roboto";
    color: rgb(29, 37, 44);
    line-height: 1.538;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}
.section_news_corted a:hover{
    color: rgb(239, 127, 26);
}

.section_news_corted a::after {
    content: '';
    position: absolute;
    background-image: url('/local/templates/ludvinovo/components/bitrix/news/template/images/corted.png');
    width: 33px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.section_news_corted a.invert::after {
    transform: rotate(180deg) translateY(50%);
}

@media (max-width: 1190px) {
    .section_news_menu {
        width: auto;
    }

    .section_news_menu_item{
        width: 33.3333333%;
    }
}

@media (max-width: 576px) {
    .section_news_menu_item{
        width: 50%;
    }
}
/* End */


/* Start:/local/templates/ludvinovo/components/bitrix/system.pagenavigation/pagination/style.css?1729247915628*/
.modern-page-navigation{
	display: flex;
	justify-content: flex-end;
}
.modern-page-navigation a,
.modern-page-navigation span{
	padding: 0 6px;
	font-size: 19px;
	font-family: "BebasNeue";
	line-height: 20px;
	text-decoration: none;
	color: rgb(145, 145, 151);
	transition: all .3s;
}
.modern-page-navigation span,
.modern-page-navigation a:hover{
	color: #ef7f1a;
}
.modern-page-navigation .modern-page-previous,
.modern-page-navigation .modern-page-next{
	transition: all .3s;
	fill: rgb(145, 145, 151);
}
.modern-page-navigation .modern-page-previous:hover,
.modern-page-navigation .modern-page-next:hover{
	fill: #112866;
}
/* End */


/* Start:/local/templates/ludvinovo/components/bitrix/news/template/bitrix/news.list/.default/style.css?17664791834085*/
.section_news {
	padding: 26px 0 0;
}
.section_news .section_news_item {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	background-color: rgb(252, 252, 252);
	margin: 0 0 29px 0;
	display: flex;
}
.section_news .section_news_item .section_news_item_prew {
	width: 430px;
	height: 285px;
	overflow: hidden;
	flex-shrink: 0;
}
.section_news .section_news_item .section_news_item_prew img {
	max-width: 100%;
	height: auto;
}

.section_news .section_news_item .section_news_item_info {
	flex-grow: 1;
	padding: 26px 30px 30px 30px;
}

.section_news .section_news_item .section_news_item_info .name {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(17, 40, 102);
	text-align: left;
	text-decoration: none;
	font-weight: 500;
}

.section_news .section_news_item .section_news_item_info .prew_text {
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 1.286;
	text-align: left;
	margin: 12px 0 0;
	width: 817px;
	letter-spacing: -0.1px;
	height: 133px;
}
.section_news_item_info_bottom{
	display: flex;
	align-items: center;
}
.section_news .section_news_item .section_news_item_info .dates {
	flex-grow: 1;
	font-size: 13px;
	font-family: "Roboto";
	color: #1d252c;
	line-height: 1.538;
	text-align: left;
	font-weight: 500;
}

.section_news .section_news_item .section_news_item_info .dates span {
	color: #909097;
	font-weight: 300;
	display: block;
}
.section_news .section_news_item .section_news_item_info .dates a{
	color: inherit;
	font: inherit;
	text-decoration: none;
}
.section_news .section_news_item .section_news_item_info .dates a:hover{
	text-decoration: underline;
	color: #ef7f1a;
}

.section_news .section_news_item .section_news_item_info .more {
	font-size: 17px;
	font-family: "BebasNeue";
	color: rgb(17, 40, 102);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	border: 1px solid rgb(221, 221, 221);
	text-decoration: none;
	text-align: center;
	transition: all .3s;
	flex-shrink: 0;
	width: 167px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2px;
}
.section_news .section_news_item .section_news_item_info .more:hover{
	background-color: #112866;
	border-color: #112866;
	color: #fff;
}

@media (max-width: 1366px) {
	.section_news .section_news_item .section_news_item_info .prew_text{
		width: 100%;
	}
}
@media (max-width: 1190px) {
	.section_news .section_news_item .section_news_item_prew{
		width: 330px;
	}
	.section_news .section_news_item .section_news_item_info .prew_text{
		display: none;
	}
	.section_news_item_info_bottom{
		flex-direction: column;
		align-items: flex-start;
	}
	.section_news .section_news_item .section_news_item_info{
		display: flex;
		flex-direction: column;
		padding: 15px 15px 15px 30px;
	}
	.section_news .section_news_item .section_news_item_info .name{
		flex-grow: 1;
	}
	.section_news .section_news_item .section_news_item_info .dates{
		margin-bottom: 20px;
	}
	.section_news .section_news_item .section_news_item_prew{
		height: 260px;
	}
	.section_news .section_news_item .section_news_item_prew img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media (max-width: 700px) {
	.section_news .section_news_item{
		flex-direction: column;
	}
	.section_news .section_news_item .section_news_item_prew{
		width: 100%;
		height: 270px;
	}
	.section_news .section_news_item .section_news_item_info{
		padding: 20px 18px 18px 20px;
	}
	.section_news_item_info_bottom{
		flex-direction: row;
		align-items: center;
		margin-top: 15px;
	}
	.section_news .section_news_item .section_news_item_info .dates{
		margin-bottom: 0;
	}
	.news_sort_pagen_block .pagen_block{
		display: none;
	}
}
@media (max-width: 479px) {
	.news_sort_pagen_block{
		justify-content: center;
	}
	.section_news .section_news_item .section_news_item_info .name{
		text-align: center;
	}
	.section_news_item_info_bottom{
		flex-direction: column;
		margin-top: 30px;
	}
	.section_news .section_news_item .section_news_item_info .dates{
		text-align: center;
		margin-bottom: 24px;
	}
}
/* End */
/* /local/templates/ludvinovo/components/bitrix/news/template/style.css?17292478721786 */
/* /local/templates/ludvinovo/components/bitrix/system.pagenavigation/pagination/style.css?1729247915628 */
/* /local/templates/ludvinovo/components/bitrix/news/template/bitrix/news.list/.default/style.css?17664791834085 */
