

/* 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.list/news-page/style.css?17515158334054*/
.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-page/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-page/images/eye.svg);
}

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

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

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

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


/* Start:/local/templates/istra/components/bitrix/news.list/banner-page--pages/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-page--pages/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-page--pages/images/eye.svg); }

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

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

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

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


/* Start:/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/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-page--bottom-pages/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-page--bottom-pages/images/eye.svg); }

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

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

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

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/images/comments.svg); }
/* 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.form/.default/style.css?17515158333644*/
ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
ol.vote-items-list li {}
ol.vote-items-list li.vote-item-vote-first{}
ol.vote-answers-list{margin-top:0.55em;}
ol.vote-answers-list li {
	margin-bottom:0.2em;
	margin-left:0.55em;}
.voting-form-box
{
	font-size:100%;
	border:1px solid #ccc;
	padding: 0.55em;
}

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	margin-bottom: 0.5em;}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}
form.vote-form {
	margin:0; }
.starrequired {
    color:red; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}

.voting-form-box {
	background-color: #e5ecf9;
	border: none;
	font-family: 'Noto Sans';
	padding: 40px;
}
	
.vote-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.vote-question-list > .vote-item-vote {
	width: 100%;
}

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

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

.vote-item-type.vote-item-question {
	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-answers-list > .vote-item-vote {
	background-color: #3232321a;
	backdrop-filter: blur(5px);
	border-radius: 8px;
	margin-bottom: 8px;
}

.vote-answers-list > .vote-item-vote:hover {
	background-color: rgba(0, 63, 195, 0.2);
}

.vote-answer-item.vote-answer-item-radio {
	line-height: 20px;
	padding: 11px;
	width: 100%;
	cursor: pointer;
}

.vote-answer-item-radio-action {
	margin: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
	
.vote-answer-item-radio-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.vote-answer-item-checkbox-action {
	margin: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
	
.vote-answer-item-checkbox-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.vote-form-box-buttons.vote-vote-footer {
	display: flex;
	align-items: center
}

.vote-form-box-button-input {
	background-color: #fff;
	border-radius: 4px;
	border: none;
	font-weight: 800;
	font-size: 12px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #23262a;
	padding: 9px 16px;
}

.survey .survey__checkbox_wrapper{
	display: none;
}

.survey__card.vote-item-vote:has(input:checked){
	background: #003fc333;
}

.survey__badgeArrow{
	display: none;
}

.survey__card.vote-item-vote:has(input:checked) .survey__badgeArrow{
	display: block;
}
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/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/comment-discussion-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/comment-discussion-homepage/images/eye.svg); }

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

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

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

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/images/comments.svg); }
/* 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/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/ad-announcement-card/style.css?17515158334367*/
.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/ad-announcement-card/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/ad-announcement-card/images/eye.svg); }

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

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

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

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

.announcement__arrow.swiper-button-disabled{
	display: none;
}

.image-container {
	position: relative;
	height: 100%
}

.image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	filter: blur(5px);
	z-index: 0;
}

.image-container img {
	position: relative;
	z-index: 1;
}

.single-image-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	filter: blur(5px);
	z-index: 0;
}

.single-image-container img {
	position: absolute;
	z-index: 1;
}
/* End */


/* Start:/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/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/comment-discussion-homepage-top/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/comment-discussion-homepage-top/images/eye.svg); }

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

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

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

.news-list-icon-comments { background-image: url(/local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/images/comments.svg); }
/* End */
/* /local/templates/istra/components/bitrix/catalog.section.list/news-section-menu/style.css?17515158332216 */
/* /local/templates/istra/components/bitrix/news.list/news-page/style.css?17515158334054 */
/* /local/templates/istra/components/bitrix/news.list/banner-page--pages/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/banner-page--bottom-pages/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/voting.current/.default/style.css?175151583346 */
/* /local/templates/istra/components/bitrix/voting.form/.default/style.css?17515158333644 */
/* /local/templates/istra/components/bitrix/news.list/comment-discussion-homepage/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/banner-right/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/stories-news/style.css?17515158333714 */
/* /local/templates/istra/components/bitrix/news.list/ad-announcement-card/style.css?17515158334367 */
/* /local/templates/istra/components/bitrix/news.list/comment-discussion-homepage-top/style.css?17515158333714 */
