

/* 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/news/template/bitrix/news.detail/.default/style.css?17805581493275*/
td, th {
  border: 1px solid black;
}

.detali_news_text h3,
.detali_news_text h2{
	margin-bottom: 14px;
}

.detali_news {
	margin: 35px -15px 30px -15px;
	display: flex;
}
.detali_news_img{
	width: 33.33333%;
	padding: 0 15px;
}
.detali_news_img img{
	max-width: 100%;
	height: auto;
}

.detali_news_info{
	width: 66.666666%;
	padding: 0 15px;
}
.detali_news .detali_news_info {

}
.detali_news .detali_news_info .detali_news_date {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(239, 127, 26);
	font-weight: bold;
	line-height: 1.25;
	padding: 0 0 20px;
}

.detali_news .detali_news_info .detali_news_text {
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 1.2;
	text-align: left;
}
.detali_news_more_photo_wrapper{
	overflow: hidden;
}
.detali_news_more_photo {
	margin: 0 -15px;
}
.detali_news_more_photo .detali_news_more_photo_item{
	height: 260px;
	padding: 0 15px;
}
.detali_news_more_photo .detali_news_more_photo_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detali_news_navigation{
	display: flex;
	justify-content: space-between;
	margin-top: 130px;
}
.detali_news_navigation 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);
	transition: all .3s;
	width: 168px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2px;
}
.detali_news_navigation a:hover,
.detali_news_navigation a.all{
	background-color: #112866;
	border-color: #112866;
	color: #fff;
}
.detali_news_navigation a.all:hover {
	background: rgb(239, 127, 26);
	border-color: rgb(239, 127, 26);
}
.detali_news_more_photo .slick-arrow{
	width: 45px;
	height: 45px;
	background: #fcfcfc url('/local/templates/ludvinovo/components/bitrix/news/template/bitrix/news.detail/.default/images/arrow.png') no-repeat center;
	border: 1px solid #dddddd;
	top: 50%;
	transform: translateY(-50%);
}
.detali_news_more_photo .slick-arrow.slick-next{
	transform: rotateZ(180deg) translateY(50%);
	right: 15px;
}
.detali_news_more_photo .slick-arrow.slick-prev{
	left: 15px;
}
.detali_news_more_photo .slick-arrow:hover{
	background-image: url('/local/templates/ludvinovo/components/bitrix/news/template/bitrix/news.detail/.default/images/arrow_active.png');
}
@media (max-width: 1366px) {
	.detali_news_more_photo .detali_news_more_photo_item{
		height: 230px;
	}
	.detali_news_more_photo .slick-arrow.slick-next{
		right: 14px;
	}
	.detali_news_more_photo .slick-arrow.slick-prev{
		left: 14px;
	}
	.detali_news_navigation{
		margin-top: 60px;
	}
}
@media (max-width: 1190px) {
	.detali_news{
		flex-direction: column;
	}
	.detali_news_img{
		width: 65%;
		align-self: center;
	}
	.detali_news_info{
		width: 100%;
		margin-top: 50px;
	}
	.detali_news_navigation{
		margin-top: 35px;
	}
	.detali_news_more_photo .detali_news_more_photo_item{
		height: 200px;
	}
}
@media (max-width: 700px) {
	.detali_news_img{
		width: 100%;
	}
	.detali_news_more_photo .detali_news_more_photo_item{
		height: 250px;
	}
	.detali_news{
		margin-top: 15px;
	}
	.detali_news_navigation{
		flex-wrap: wrap;
	}
	.detali_news_navigation a:not(.all) {
		order: 1;
	}
	.detali_news_navigation a.all{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 479px){
	.detali_news_navigation a{
		width: 135px;
	}
	.detali_news_info{
		margin-top: 35px;
	}
}
/* End */
/* /local/templates/ludvinovo/components/bitrix/news/template/style.css?17292478721786 */
/* /local/templates/ludvinovo/components/bitrix/news/template/bitrix/news.detail/.default/style.css?17805581493275 */
