

/* Start:/local/templates/istra/components/bitrix/catalog.section.list/news-section-menu/style.css?17515158332216*/
.news-sections-menu {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-sections-menu__visible {
    overflow: hidden;
    height: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.news-sections-menu__invisible-item,
.news-sections-menu__item:visited,
.news-sections-menu__invisible-item:visited {
    color: #1C1C1C;
    opacity: 0.5;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.news-sections-menu__item.swiper-slide{
    margin-right: 0;
    display: flex;
    width: auto;
}

.news-sections-menu__item.news-sections-menu__item--active,
.news-sections-menu__item.active,
.news-sections-menu__item:hover,
.news-sections-menu__invisible-item.news-sections-menu__invisible-item--active,
.news-sections-menu__invisible-item.active,
.news-sections-menu__invisible-item:hover
{
    color: #003FC3;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.news-sections-menu__invisible {
    position: relative;
}

.news-sections-menu__invisible-items-container {
    max-height: 0;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(52, 52, 52, 0.05);
    background: #fff;
    z-index: 101;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.news-sections-menu__invisible:hover .news-sections-menu__invisible-items-container{
    max-height: 10000px;
    padding: 16px;
    opacity: 1;
}

.news-sections-menu__invisible-item{
    display: block;
    white-space: nowrap;
}

.news-sections-menu__invisible-item.news-sections-menu__invisible-item__hidden{
    display: none;
}

.news-sections-menu__slider.swiper{
    display: none;
}

@media screen and (max-width: 480px){
    .news-sections-menu__slider.swiper{
        display: flex;
    }

    .news-sections-menu__visible,
    .news-sections-menu__invisible{
        display: none;
    }
}
    


/* End */


/* Start:/local/templates/istra/components/bitrix/news.detail/bootstrap_v4/style.css?17515158336141*/
.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.detail/bootstrap_v4/images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}

.slick-track {
	height: 400px!important;
}

.article__media--main-block #gallery ,  .article__media--main-block #gallery .article__zoom_wrapper {
    width: 100%;
}
.article__zoom_wrapper .container-blur img.detail__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto !important;
}

.container-blur {
    position: relative;
    overflow: hidden;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}
.container-blur-zoom {
    position: relative;
    overflow: hidden;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    width: 1050px;
    height: 580px;
}

.image-blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-filter: blur;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}
.image-aspect-ratio{
    padding-top: 56.25%;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
}
.image-aspect-ratio-zoom{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-wrapper .sliders-wrapper .detail__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto !important;
}

@media screen and (min-width: 320px) {
	.wrapper-title{
		width: 260px!important;
	}
	.container-blur-zoom {
		width: 300px;
		height: 400px;
	}
}
@media screen and (min-width: 607px) {
	.wrapper-title{
		width: 360px!important;
	}
	.container-blur-zoom {
		width: 400px;
		height: 500px;
	}
}

@media screen and (min-width: 768px) {
	.wrapper-title{
		width: 500px!important;
	}
    .container-blur-zoom {
        width: 566px;
    }
}
@media screen and (min-width: 1024px) {
	.wrapper-title{
		width: 700px!important;
	}
    .container-blur-zoom {
        width: 750px;
    }
}
@media screen and (min-width: 1440px) {
	.wrapper-title{
		width: 1000px!important;
	}
    .container-blur-zoom {
        width: 1050px;
    }
}

@media screen and (min-width: 481px) {
	.news-style-block-mobile {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.news-style-block-mobile {
		opacity: 1;
		font-family: Mulish,sans-serif;
		font-weight: 800;
		font-size: 24px;
		line-height: 30px;
		background-color: #f7f7f9;
		position: fixed;
		top: 80px;
		width: 100%;
		padding: 20px 5px 25px;
		z-index: 105;
	}

	.padding-top-news-mobile {
		padding-top: 42%;
	}
}


.article .content-wrapper iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin: 20px 0;
}


/* End */


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


/* Start:/local/templates/istra/components/bitrix/voting.result/.default/style.css?17515158333195*/
.voting-result-box ol.vote-items-list,.voting-result-box  ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
.voting-result-box ol.vote-items-list li {
	padding: 0.55em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}

.voting-result-box .vote-item-title{
	font-weight:bold;}
.voting-result-box div.vote-item-image{
	float:left;
	padding-right:0.55em;}
.voting-result-box .vote-bar-table {
	width:98%; }
.voting-result-box .vote-answer-table,.voting-result-box  .vote-answer-table td, .vote-bar-table, .vote-bar-table td {
	font-size:100%; }
.vote-answer-table .answer-counter {
    text-align:right; }
.vote-answer-bar {
    height: 16px;
    float: left;
    margin-top:3px; }
.vote-answer-counter {
    display:block;
    float:left;
    line-height:23px;
    width:19%;
}
.vote-answer-lolight {
    color:#999; }
.voting-result-box form {
	margin:0;}
.voting-result-box .vote-bar-square {
	width:10px;
	height:10px;}


.voting-result-box > .vote-item-vote {
	border: none;
	font-family: 'Noto Sans';
}

.vote-item-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 24px;
	justify-content: flex-start;
}

.vote-item-question-wrapper {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 21px
}

.vote-item-type {
	background-color: #003fc4;
	border-radius: 4px;
	font-weight: 800;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 6px
}

.vote-item-count.vote-item-question {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #323232
}

.vote-item-title.vote-item-question {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #323232;
	margin-bottom: 8px
}


.vote-item-description.vote-item-question {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #323232;
}


.vote-items-list.vote-answers-list.vote-answer-table {
	width: 100%;
	margin-bottom: 16px;
}


.vote-items-list.vote-answers-list.vote-answer-table > .vote-item-vote {
	background: #3232321a;
	backdrop-filter: blur(5px);
	border-radius: 8px;
	margin-bottom: 8px;
	padding: 0;
	border: 0
}


.vote-answer-item.vote-answer-item-radio {
	line-height: 20px;
	padding: 11px;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}


.vote-answer-bar {
	width:74%;
	margin-top: 0;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px 0 0 8px;
	background: rgba(0, 63, 195, 0.20);
}


.vote-answer-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}


.vote-answer-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #323232
}


.vote-answer-counter {
	width: auto;
}

.vote-item-action {
	display: flex;
	justify-content: center;
}

.vote-item-action-revote {
	font-weight: 800;
	font-size: 13px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #323232;
	padding: 9px 16px;
	border: 1px solid #3232321f;
	border-radius: 4px;
	background-color: transparent;
}

/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/banner-right/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-right/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/popular-news/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/popular-news/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/stories-news/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/stories-news/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/history-homepage/style.css?17515158323759*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/history-homepage/images/comments.svg); }

.card.story-card img{
	max-height: 100%;
}

/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/tv-news/style.css?17515158333817*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 990px) {
	h4.overlay-article__title{
		font-size: 14px !important;
	}
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/tv-news/images/comments.svg); }
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/style.css?17515158333714*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/news-ad-sidebar/images/comments.svg); }
/* End */
/* /local/templates/istra/components/bitrix/catalog.section.list/news-section-menu/style.css?17515158332216 */
/* /local/templates/istra/components/bitrix/news.detail/bootstrap_v4/style.css?17515158336141 */
/* /local/templates/istra/components/bitrix/voting.current/.default/style.css?175151583346 */
/* /local/templates/istra/components/bitrix/voting.result/.default/style.css?17515158333195 */
/* /local/templates/istra/components/bitrix/news.list/banner-right/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/popular-news/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/stories-news/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/history-homepage/style.css?17515158323759 */
/* /local/templates/istra/components/bitrix/news.list/tv-news/style.css?17515158333817 */
/* /local/templates/istra/components/bitrix/news.list/news-ad-sidebar/style.css?17515158333714 */
