

/* Start:/local/templates/bigmag/components/bitrix/news.list/header_news/style.css?17157624791645*/
.header_news_container {
    position: relative;
    line-height: 0;
    background: #EEEEEE;
}
.header_news_wrapper{
    position: relative;
}
.header_news{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(35, 35, 35, 0.8);
    box-sizing: border-box;
    text-align: center;
    padding: 0 26px;
}
.header_news a{
    display: inline-block;
    color: var(--bs-main-color, #ED1C24);
    text-decoration: none;
    padding: 0 5px;
}
.header_news_arrow{
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -20px;
    z-index: 1;
}
.header_news_arrow_left {
    left: 5%;
}
.header_news_arrow_right {
    right: 5%;
}
.header_news_container {
    text-align: center;
}
.header_news_wrapper .slick-dots{
    display: inline-flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    background: rgba(76, 81, 96, 0.15);
    border-radius: 30px;
    padding: 0;
    margin: 8px 0 9px;
}
.header_news_wrapper .slick-dots li,
.header_news_wrapper .slick-dots button{
    width: 7px;
    height: 7px;
    background: #4C5160;
    opacity: 0.15;
    border-radius: 50%;
    text-indent: -46px;
    overflow: hidden;
    padding: 0;
    margin: 2px;
}
.header_news_wrapper .slick-dots li.slick-active,
.header_news_wrapper .slick-dots .slick-active button{
    background: #fff;
    opacity: 1;
}

@media(min-width: 768px){
    .header_news{
        font-size: 16px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/system.pagenavigation/.default/style.css?1715762479558*/
.navigation{
	text-align: center;
	margin: 16px 0 10px;
}
.navigation_list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation_link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-weight: 400;
	font-size: 25px;
	line-height: 43px;
	color: rgba(35, 35, 35, 0.7);
	text-decoration: none;
	margin: 0 5px;
}
a.navigation_link:hover,
.navigation_link.is_active{
	color: #fff;
	background: var(--bs-main-color);
	border-radius: 50%;
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/main_news/style.css?17157624791798*/
.main_item{
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.main_item_image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 1s;
}
.main_item:hover .main_item_image{
	transform: scale(1.1);
	transition: 1s;
}
.main_item{
	height: 159px;
}
.main_item:first-child{
	height: 228px;
}
.main_item_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	box-sizing: border-box;
	padding: 10px;
	z-index: 1;
}
.main_item_name{
	font-family: 'Halvar';
	font-weight: 500;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.main_item_desc{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 22px;
}
.main_item_date{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}
.main_item_show{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}
@media(min-width: 576px) {
	.main_item_name{
		font-size: 16px;
		line-height: 18px;
	}
}
@media(min-width: 768px) {
	.main_item{
		height: 230px;
	}
	.main_item:first-child{
		height: 286px;
	}
}
@media(min-width: 992px) {
	.main_item,
	.main_item:first-child{
		height: 350px;
	}
	.main_item_name{
		font-size: 20px;
		line-height: 22px;
	}
}
@media(min-width: 1200px) {
	.main_item,
	.main_item:first-child{
		height: 506px;
		margin-bottom: 24px;
	}
	.main_item_inner{
		padding: 30px;
	}
	.main_item_name{
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.main_item_date{
		margin-right: 30px;
	}
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/vertical_banner/style.css?171576247985*/
.vertical_banner{
	display: inline-block;
}
.vertical_banner img{
	max-width: 100%;
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/popular_news/style.css?17157624791018*/
.popular_news_item{
	margin-bottom: 20px;
}
.popular_news_image{
	display: inline-block;
	min-width: 120px;
	width: 120px;
	height: 78px;
	margin-right: 8px;
}
.popular_news_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popular_news_name{
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 13px;
	color: var(--bs-black-color);
	text-decoration: none;
	margin-bottom: 5px;
}
.popular_news_name:hover{
	color: var(--bs-main-color);
}
.popular_news_date{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: rgba(35, 35, 35, 0.5);
}
.popular_news_counter{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: rgba(35, 35, 35, 0.5);
}

@media(min-width: 1200px) {
	.popular_news_image{
		min-width: 153px;
		width: 153px;
		height: 100px;
		margin-right: 10px;
	}
	.popular_news_name{
		font-size: 14px;
		line-height: 16px;
	}
	.popular_news_date,
	.popular_news_counter{
		font-size: 14px;
		line-height: 17px;
	}
	.popular_news_bottom{
		opacity: 0;
	}
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/banner_right/style.css?1715762479293*/
.banner_right_container{
	width: 100%;
	margin-top: 35px;
}
.banner_right {
	display: inline-block;
	width: 100%;
}
.banner_right img{
	width: 100%;
}
@media(min-width: 576px){
	.banner_right_container{
		width: 48%;
	}
}
@media(min-width: 992px){
	.banner_right_container{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/voting.current/.default/style.css?171576247946*/
.vote-form-box-button-last {margin-left: 1em;}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165176109351*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/last_news/style.css?17157624791995*/
.last_news_item{
	margin-bottom: 20px;
}
.last_news_image{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 8px;
}
.last_news_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.last_news_name{
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: var(--bs-black-color);
	text-decoration: none;
	margin-bottom: 15px;
}
.last_news_name:hover{
	color: var(--bs-main-color);
}
.last_news_desc{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: rgba(35, 35, 35, 0.5);
	margin-bottom: 17px;
}
.last_news_bottom{
	width: 100%;
}
.last_news_more{
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #232323;
	text-decoration: none;
}
.last_news_more:hover{
	color: #FF8A00;
}
.last_news_more:hover path{
	fill: #FF8A00;
}
.last_news_more:active{
	color: #FF8A00;
}
.last_news_more:active path{
	color: #FF8A00;
}
.last_news_date{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(35, 35, 35, 0.4);
	margin-right: 30px;
}
.last_news_counter{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(35, 35, 35, 0.4);
}
.last_news_banner{
	margin: 40px 0;
}
.last_news_banner img{
	max-width: 100%;
}
@media(min-width: 576px){
	.last_news_bottom{
		width: auto;
	}
}
@media(min-width: 768px){
	.last_news_image{
		display: inline-block;
		min-width: 306px;
		width: 306px;
		height: 200px;
		margin-right: 24px;
		margin-bottom: 0;
	}
	.last_news_name{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.last_news_desc{
		font-size: 12px;
		line-height: 16px;
	}
}
@media(min-width: 992px){
	.last_news_bottom{
		width: 100%;
	}
}
@media(min-width: 1200px){
	.last_news_item{
		margin-bottom: 35px;
	}
	.last_news_name{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.last_news_desc{
		font-size: 16px;
		line-height: 22px;
	}
	.last_news_bottom{
		width: auto;
	}
	.last_news_banner{
		margin: 30px 0;
	}
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news.list/obzor/style.css?17157624791597*/
.obzor_item{
	height: 100%;
}
.obzor_item_image{
	position: relative;
	display: inline-block;
	line-height: 0;
	margin-bottom: 15px;
}
.obzor_item_image:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.obzor_item_image img{
	max-width: 100%;
}
.obzor_item_image i{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding-left: 5px;
}
.obzor_item_image:hover i svg path{
	stroke: var(--bs-main-color);
}
.obzor_item_name{
	display: inline-block;
	font-family: Halvar;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: var(--bs-black-color);
	text-decoration: none;
	margin-bottom: 17px;
}
.obzor_item_name:hover{
	color: var(--bs-main-color);
}
.obzor_item_date,
.obzor_item_counter{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(35, 35, 35, 0.4);
}
@media(min-width: 768px) {
	.obzor_item_image{
		margin-bottom: 20px;
	}
	.obzor_item_name{
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 12px;
	}
}

.obzor-title{
	display: flex;
	justify-content: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.obzor-title h2{
	margin-top: -0.3em;
	margin-right: 20px;
}
.obzor-title a{
	text-decoration: none;
	color:var(--bs-black-color);
}.obzor-title a:hover{

	color:var(--bs-main-color);
}
/* End */
/* /local/templates/bigmag/components/bitrix/news.list/header_news/style.css?17157624791645 */
/* /local/templates/bigmag/components/bitrix/system.pagenavigation/.default/style.css?1715762479558 */
/* /local/templates/bigmag/components/bitrix/news.list/main_news/style.css?17157624791798 */
/* /local/templates/bigmag/components/bitrix/news.list/vertical_banner/style.css?171576247985 */
/* /local/templates/bigmag/components/bitrix/news.list/popular_news/style.css?17157624791018 */
/* /local/templates/bigmag/components/bitrix/news.list/banner_right/style.css?1715762479293 */
/* /local/templates/bigmag/components/bitrix/voting.current/.default/style.css?171576247946 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165176109351 */
/* /local/templates/bigmag/components/bitrix/news.list/last_news/style.css?17157624791995 */
/* /local/templates/bigmag/components/bitrix/news.list/obzor/style.css?17157624791597 */
