

/* Start:/local/templates/izkoltsovo/components/bitrix/news.detail/flat/style.css?177122504610203*/
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/izkoltsovo/components/bitrix/news.detail/flat/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-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;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.blog_page{
max-width: 1640px !important;
    min-width: 320px;
    margin: 0 auto;
    clear: both;
}

.container_bloks {
    display: flex;
    justify-content: space-between;
}

.container_blok1 {
    width: 70%;
}

.container_blok2 {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 20px 0px 10px 10px;
}


.container_marketing a img {
    border-radius: 6px;
 height: 100%;
    max-height: 45vh;
}

.container_marketing {
    height: 100%;
    max-height: 50vh;
}


.container_avtor {
    display: flex;
}

.container_avtor img {
    width: 200px;
    padding: 16px;
}

.info_avtor {
    margin-top: 40px;

}
p.name_avtor {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px;
    color: #354049;
}

p.text_avtor {
    color: #354049;
    font-size: 16px;
    padding-bottom: 10px;
}

.key_findings {
    padding: 40px 50px;
    margin-top: 20px;
    border-radius: 6px;
    background: #D3F1C8;
}

.key_findings ul {
    padding-left: 20px;
}

.key_findings h2 {
    margin-left: 60px;
    position: relative;
    color: #354049;
}

.key_findings h2:before {
    content: "";
    background-image: url("/images/check_img.svg");
width: 60px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -68px;
    top: -10px;
}

.key_findings ul li {
    font-size: 20px;
    line-height: 100%;
    margin-top: 15px;
    color: #354049;
}
.container_paragraph p, .container_paragraph ul li {
    color: #354049 !important;
    line-height: 100%;
    font-size: 16px;
}

.container_paragraph ul {
    padding-left: 25px;
}

.container_paragraph h2 {
    line-height: 100%;
    font-size: 30px;
    color: #354049;
}
.avtor_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 3px;
    background: #E8E7E9;
}

.avtor_title {
    position: relative;
    margin-top: 40px;
}

.avtor_title p {
    font-size: 24px;
    font-weight: 600;
    color: #354049;
    padding: 5px;
}

.container_bloks table {
	width: 90%;
	    border: 3px solid #E8E7E9;
    border-top: 3px solid #E8E7E9;
    border-collapse: collapse;
}
.container_bloks table th {
	font-weight: 600;
    padding: 6px 6px;
    background: #E8E7E9;
    border: none;
    border-bottom: 3px solid #E8E7E9;
    font-size: 14px;
    line-height: 100%;
}
.container_bloks table td {
padding: 3px;
 border: none; 
    border-left: 3px solid #E8E7E9;
    border-bottom: 3px solid #E8E7E9;
    font-size: 14px;
    line-height: 100%;

}


@media(max-width:700px){
.key_findings h2 {
    font-size: 20px;
}

.key_findings {
    padding: 10px;
}

.key_findings ul li {
    font-size: 16px;
}
.container_blok1 {
    width: 70%;
}
.info_avtor {
    margin-top: 14px;
}
.container_avtor img {
    width: 120px;
    padding: 16px;
    object-fit: contain;
}
p.name_avtor {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    color: #354049;
}
}

@media(max-width:500px){
.container_blok2 {
		display: none;
}
.container_blok1 {
    width: 100%;
}
.container_bloks table {
		width: 80vw;}
.key_findings h2:before {
    content: "";
    background-image: url(/images/check_img.svg);
    width: 40px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -53px;
    top: -7px;
}
.avtor_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #E8E7E9;
}
}


/*New styles*/
.container-29 {display: none;}
.wysiwyg {}
.flex {display: flex; gap: 20px;}
.row-flex {flex-direction: row;}
.column-flex {flex-direction: column;}
.spbw {justify-content: space-between;}
.news-detail-container {gap: 50px;margin-bottom: 80px;font-size: 17px;line-height: 28px;font-weight: 600;}
.news-detail-container .news-detail-line a{
	color: #6CBE50 !important;
}
.news-detail-line .quote-content-title{
    font-size: 24px;
    margin: 0;
}
.hero-line {gap: 10px; h1 {
        margin: 0 auto;
        text-align: center;
        max-width: clamp(320px, 80%, 1020px);
        font-family: 'RFDewi Expanded', sans-serif !important;
        font-weight: 700;
}}
.news-detail-img {max-height: 422px; overflow: clip; img {object-position: 100%;}}
.news-detail-meta {margin-botom: 14px;}
.wysisyg-line {max-width: clamp(320px, 80%, 1020px); margin: 0 auto;}
.wysisyg-line .wysiwyg {align-items: flex-start; h3 {width: 100%; text-align: center;}}
.quote-line {
	gap: 0px;
	.quote-img {width: 42%; position: relative; img {object-fit: cover; width: 100%; height: 100%;}}
	.news-section-abs {position: absolute; bottom: 20px; left: 20px; color: #484848; text-transform: uppercase; font-size: 12px;}
	.quote-content {flex: 1; background: #FFE5E5; padding: clamp(50px, 6vw, 75px) clamp(16px, 7vw, 84px);}
}
.quote-line.rev {
	flex-direction: row-reverse;
	.quote-img {width: 42%; position: relative; img {object-fit: cover; width: 100%; height: 100%;}}
	.news-section-abs {position: absolute; bottom: 20px; left: unset; right: 20px;}
	.quote-content {flex: 1; background: #D3F1C8;}
}
.gallery {flex-wrap: wrap;}
.gallery-item {width: calc((100% - 2 * 20px) / 3); img {object-fit: cover; width: 100%; height: 100%; object-position: center;}}
@media screen and (max-width: 767px) {
	.row-flex {flex-direction: column;}
	.hero-line {gap: 10px; h1 {font-size: 22px; margin: 0; text-align: left; max-width: clamp(320px, 80%, 1020px);}}
	.quote-line {
    .quote-img {
			width: 100%;
			position: relative;
		}
	}
	.quote-line.rev {
		flex-direction: column;
	}
	.quote-line.rev {
		.quote-img {
			width: 100%;
			position: relative;
		}
	}
	.wysisyg-line {
	    max-width: 100%;
	    margin: 0 auto;
	}
	.wysisyg-line .wysiwyg {
	    h3 {
	        width: 100%;
	        text-align: left;
	    }
	}
	.gallery {
	    gap: 10px;
	}
	.gallery-item {
	    width: calc((100% - 2 * 10px) / 3);
	}
	.hero-line {h1 {margin-top: 40px;}}
}
/* End */
/* /local/templates/izkoltsovo/components/bitrix/news.detail/flat/style.css?177122504610203 */
