

/* Start:/local/components/bitrix/news.detail/templates/news/style.css?1775678329193617*/
/*--START---SITE SETTINGS---*/

/*Variables*/
:root {
	--custom-grid: 1680px !important;
	--custop-padding-news: 3vw !important;
	--primary-d_color: #FBBA00 !important;
	--secondary-grey_color: #F3F3F3 !important;
	--accent-d_color: #E84E0F !important;
	--h1-d_size: 60px !important;
	--h1-d_size-lg-mobile: 40px !important;
	--h1-d_size-xs-mobile: 35px !important;
	--h2-d_size: 48px !important;
	--text-d_color: #222222;
	--regular-d_size: 18px !important;
	--small-size: 16px !important;
	--lineheight: 1.3 !important;
	--userfont: ekibastuz-d, sans-serif;
	--systemfont: -apple-system, Arial, Verdana, sans-serif;
	--scroll-behavior: smooth !important;
	--section-offset: 0 !important;
}

/*Bootstrap*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 20px; }

/*Fonts*/
@font-face { src: url("/local/components/bitrix/news.detail/templates/news/../fonts/Ekibastuz-woff/Ekibastuz-Light.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 300; font-style: normal; }
@font-face { src: url("/local/components/bitrix/news.detail/templates/news/../fonts/Ekibastuz-woff/Ekibastuz-Regular.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 400; font-style: normal; }
@font-face { src: url("/local/components/bitrix/news.detail/templates/news/../fonts/Ekibastuz-woff/Ekibastuz-Bold.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 700; font-style: normal; }
@font-face { src: url("/local/components/bitrix/news.detail/templates/news/../fonts/Ekibastuz-woff/Ekibastuz-Black.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 900; font-style: normal; }

::placeholder { color: #666; }
::selection { background-color: var(--accent-d_color); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

::-webkit-scrollbar {
	width: 10px;
} 
::-webkit-scrollbar-thumb {
	border-right: solid 5px var(--accent-d_color);
	background: var(--accent-d_color);
}
::-webkit-scrollbar-track{
	border: none;
	background: #fff;
} 
::-moz-scrollbar {
	width: 10px;
}
::-moz-scrollbar-thumb {
	border-right: solid 5px var(--accent-d_color);
	background: var(--accent-d_color);
}
::-moz-scrollbar-track {
	border: none;
	background: var(--accent-d_color);
}

html {
	scroll-behavior: var(--scroll-behavior);
	width: 100%;
	height: 100%;
}
@media (prefers-reduced-motion: reduce) {
		html {
			--scroll-behavior: auto;
		}
}

body {
	font-family: var(--userfont) !important;
	font-size: var(--regular-d_size) !important;
	line-height: var(--lineheight) !important;
	color: var(--text-d_color) !important;
	width: 100%;
	min-width: 320px;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
p{
	margin: 0px;
}

.footer-bg {
	margin-top: 0px !important;
	padding-top: 35px !important;
}
.footer-adress-flex .footer-adress span{
	font-weight: 700;
}

.footer-adress .footer-adress-our {
	font-weight: 800 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

/*--END---SITE SETTINGS---*/

/*-------------------*/

/*--START---SITE STYLE---*/

/*---GRID Style---*/
.custom_d-grid_xl_blog {
	max-width: var(--custom-grid);
	min-width: 320px;
	padding: 0px var(--custop-padding-news);
	margin: 0px auto 0px auto;
}

/*.col-12{
	background-color: rgba(0, 0,0,.1);
}*/

.news_components_d-bg{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		display: none;
	}

/*---END---Components--KeyVisual--*/

/*-------------------------------------------------*/

/*--START Header Screen---Component--*/

.service_one_d-content {
	position: relative;
	z-index: 100;
}
.service_one_d-content-top {
	width: 100%;
	position: absolute;
}
.service_one_d-content-top .service_components_d-breadcrumbs 
.item_d-breadcrumbs a {
	color: rgb(255,255,255) !important;
}
.service_one_d-content-top .service_components_d-breadcrumbs 
.item_d-breadcrumbs.active {
	color: rgba(255,255,255,.7) !important;
}

.news_header_d-section_main{
	max-width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
/*One Screen-Cover images*/
.news_header_d-section_main .header-section_d_cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
/*One Screen-Overlay Cover*/
.news_header_d-section_main .header-section_d_cover:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.72);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
.news_header_d-section_main .header-section_d_cover
.section_d_cover-main{
	width: 100%;
	height: 100%;
	position: relative;
	will-change: transform;
	object-fit: cover;
}
.news_header_d-section_main .header-section_d_cover
.section_d_cover-main.only-desktop{
	display: block;
}
.news_header_d-section_main .header-section_d_cover 
.only-mobile{
	display: none;
}
/*---One Screen - Content---*/
.news_header_d-section_main .news_header_d-content{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
/*Content-TOP - Breadcrumbs*/
.news_header_d-content-top{
	width: 100%;
}
.news_header_d-content-top .news_components_d-breadcrumbs{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 32px 0px 32px 0px;
}
.news_header_d-content-top .news_components_d-breadcrumbs
.item_d-breadcrumbs{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 6px;
}
.news_header_d-content-top .news_components_d-breadcrumbs
.item_d-breadcrumbs .line_d-breadcrumbs{
	width: 17px;
	height: 2px;
	display:inline-block;
	margin: 0px 20px;
	background-color: rgba(255,255,255,.8);
}
.news_header_d-content-top .news_components_d-breadcrumbs
.item_d-breadcrumbs:last-child .line_d-breadcrumbs{
	margin: 0px 20px;
	background-color: rgba(255,255,255,.8);
}
/*Content-TOP - Breadcrumbs Link*/
.news_header_d-content-top .news_components_d-breadcrumbs
.item_d-breadcrumbs a{
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: rgb(255,255,255) !important;
	text-decoration: none;
}
/*Content-TOP - Breadcrumbs Active*/
.news_header_d-content-top .news_components_d-breadcrumbs
.item_d-breadcrumbs span{
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: rgba(255,255,255,.4);
}
/*Content-TOP - Link Back*/
.news_header_d-content-top .news_components_d-btn_back{
	width: 187px;
	height: 36px;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	text-align: right;
	padding-left: 13px;
	letter-spacing: 0.035em;
	color: var(--primary-d_color);
	text-decoration: none;
	display: flex;
	align-items: center;
}
/*Content-TOP - Link Arrow Back*/
.news_header_d-content-top .news_components_d-btn_back
.news_element_d-arrow_back{
	width: 34px;
	height: 3px;
	margin: -1px 15px 0px 0px;
	border-radius: 10px 0px 0px 10px;
	transform: translateX(0px) scaleX(1);
	transform-origin: 100% 100%;
	position: relative;
	display: inline-block;
	background-color: var(--primary-d_color);
	transition: transform 320ms ease;
}
.news_header_d-content-top .news_components_d-btn_back
.news_element_d-arrow_back:after,
.news_element_d-arrow_back:before{
	content: "";
	width: 13px;
	height: 3px;
	background-color: var(--primary-d_color);
	position: absolute;
	top: -4px;
	left: -1px;
	transform: rotate(-45deg);
}
.news_header_d-content-top .news_components_d-btn_back
.news_element_d-arrow_back:before{
	top: 4px;
	left: -1px;
	transform: rotate(45deg);
}
.news_header_d-content-top .news_components_d-btn_back:hover 
.news_element_d-arrow_back{
	transform: translateX(-8px) scaleX(1.1);
}
/*--Start Logo-top--*/
.news_header_d-section_main .news_header_d_logo{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.news_header_d-section_main .news_header_d_logo .d_logo_main{
	width: 174px;
	height: 174px;
}
/*---Content-BOTTOM---*/
.news_header_d-section_main .news_header_d-content-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 80px;
	border-radius: 0px 0px 0px 0px;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_components_d-tags-date{
	max-width: 91%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 32px;
}
/*Content - Element link Tags*/
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-btn_tags{
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	color: var(--text-d_color);
	align-items: center;
	text-decoration: none;
	display: block;
	background-color: var(--primary-d_color);
	border-radius: 4px;
	padding: 20px 32px;
}
/*Content - Element Published Date*/
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_date,
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(255,255,255,1);
	text-align: left;
	display: flex;
	align-items: center;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_date .news_time_date {
	font-weight: 900;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time p{
	color: rgba(255,255,255,.7);
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_date p{
	margin: 0px 5px 0px 0px;
	color: rgba(255,255,255,.7);
}
/*Content - Element Published Time*/
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time{
	text-align: right;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time .icon_eye .icon_eye-close{
	opacity: 0;
	animation:1.5s News_anim_Icon_eye 8.5s infinite;
	animation-direction: alternate;
}
@keyframes News_anim_Icon_eye {
	0%{
		opacity: 0;
	}
	12%{
		opacity: 1;
	}
	24%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time .icon_eye{
	transform: scale(1,1);
	transform-origin: 50% 50%;
	animation:1.5s News_anim_Icon_eye_scale 8.5s infinite;
	animation-direction: alternate;
	margin-top: 2px;
}
@keyframes News_anim_Icon_eye_scale {
	0%{
		transform: scale(1,1);
	}
	12%{
		transform: scale(1.15,0.85);
	}
	24%{
		transform: scale(1,1);
	}
	100%{
		transform: scale(1,1);
	}
}
.news_header_d-section_main .news_header_d-content-bottom
.news_element_d-published_time span{
	margin: 0px 5px 0px 5px;
	color: #fff;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_components_d-tags-date .d-link-source{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--primary-d_color);
	text-align: left;
	position: relative;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_components_d-tags-date .d-link-source:before{
	content: "";
	width: 100%;
	border: 2px solid var(--primary-d_color);
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: scaleX(0);
	transition: transform 450ms ease;
	transform-origin: 0% 0%;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_components_d-tags-date .d-link-source:hover:before{
	transform: scaleX(1);
}

/*Content - Element H1*/
.news_header_d-section_main .news_header_d-content-bottom
.news_d-h1{
	font-size: var(--h1-d_size);
	font-weight: 700;
	color: #fff;
	text-align: left;
	line-height: 1;
}
/*Content - Element Description*/
.news_header_d-section_main .news_header_d-content-bottom
.news_header_d-description{
	margin-top: 45px;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_header_d-description p{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	line-height: 1.25;
	letter-spacing: 0.025rem;
}

/*-START-CORONA PANEL--*/
.wrapp_right {
	width: 30%;
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	top: -70px;
	right: 0;
}
.wrapp_right .coronavirus_block {
	width: 31rem;
	height: 31rem;
	background: radial-gradient(100% 113.62% at 100% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.50) 100%);
	backdrop-filter: blur(48px);
	border-radius: 6px;
	padding: 31px 33px 31px 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.wrapp_right .coronavirus_block .cv1 {
	font-family: var(--userfont);
	font-weight: 900;
	font-size: 24px;
	line-height: 142%;
	position: relative;
	margin-bottom: 17px;
}
.wrapp_right .coronavirus_block .cv1::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url('/local/components/bitrix/news.detail/templates/news/./img/ic/Corona-red.svg') center center no-repeat;
	top: 1px;
	left: -38px;
	position: absolute;
}
.wrapp_right .coronavirus_block .coronavirus_date_number {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.wrapp_right .coronavirus_block .coronavirus_date_number .cv2 {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 20px;
	line-height: 167%;
	color: rgba(0, 0, 0, 0.62);
}
.wrapp_right .coronavirus_block .coronavirus_date_number span {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 22px;
	line-height: 142%;
	color: rgb(0, 0, 0);
}
.wrapp_right .coronavirus_block .coronavirus_date_result {
	display: flex;
	justify-content: space-between;
}
.wrapp_right .coronavirus_block .coronavirus_date_result .cv2 {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 20px;
	line-height: 0%;
}
.wrapp_right .coronavirus_block .coronavirus_date_result .num {
	color: var(--accent);
}
.wrapp_right .coronavirus_block .cv3 {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 56px;
	line-height: 94%;
	margin-bottom: 9px;
}
.wrapp_right .coronavirus_block .coronavirus_yandex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.wrapp_right .coronavirus_block .coronavirus_yandex .ya_t {
	font-family: var(--userfont);
	font-weight: 700;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.03em;
	color: #292929;
	max-width: 215px;
}
.wrapp_right .coronavirus_block .cv4 {
	font-family: var(--userfont);
	font-weight: 900;
	font-size: 24px;
	line-height: 142%;
	margin-top: 12px;
}
.wrapp_right .coronavirus_block .coronavirus_num_ic {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.wrapp_right .coronavirus_block .coronavirus_num_ic .cv5 {
	width: 100%;
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 56px;
	line-height: 124%;
	margin-top: 12px;
	color: var(--accent);
	margin-left: -5px;
	display: flex;
	justify-content: space-between;
}
.wrapp_right .coronavirus_block .coronavirus_num_ic .cv5 span {
	font-family: var(--userfont);
	font-weight: 400;
	font-size: 20px;
	line-height: 210%;
	color: rgba(0, 0, 0, 0.62);
	vertical-align: top;
	margin: -14px 0 0 -20px;
	display: inline-block;
}
.wrapp_right .coronavirus_block .coronavirus_num_ic .cv6 {
	margin-bottom: 9px;
}
.wrapp_right .coronavirus_block .coronavirus_num_ic .cv6 .cv6-ic img:first-child {
	margin-right: 8px;
}
.wrapp_right .cv_btn {
	font-family: var(--userfont);
	font-weight: 700;
	font-size: 15px;
	color: #000;
	position: absolute;
	top: 369px;
	right: 40px;
	z-index: 20;
	text-decoration: none;
	letter-spacing: 0.010em;
	line-height: 39px;
	width: 350px;
	height: 41px;
	padding: 0 10px;
	border: 2px solid rgba(0, 0, 0, 0.09);
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
	transition: background-color 350ms ease, color 350ms ease, border-color 250ms ease;
}
.wrapp_right .cv_btn:hover {
	background-color: var(--accent);
	border-color: var(--accent);
	color: #fff;
}
.conv_illustration {
	position: relative;
}
.conv_illustration .conv_cir {
	width: 1058px;
	height: 1058px;
	background-color: var(--accent);
	position: absolute;
	top: -380px;
	left: auto;
	right: 0;
	border-radius: 100%;
	z-index: 1;
	transform: scale(1.1);
	transform-origin: center 0;
	animation: both 1.2s anim_cir ease;
	animation-delay: 100ms;
	transition: .8s transform;
}
@keyframes anim_cir {
	0% {
		top: -380px;
		transform: scale(1.1);
	}
	100% {
		top: -267px;
		transform: scale(1);
	}
}
/*-END-CORONA PANEL--*/

/*-START-CORONA PANEL 2--*/
.wrapp_right.mob_variant_panel_cov-news{
	display: none;
}

/*---END Header Screen---Component---*/

/*--------------------------------------------------*/

/*---START Content Screen---Component---*/
.news_content_d-section_main{
	max-width: 100%;
	position: relative;
	padding: 90px 0px;
	background-color: #FFFFFF;
}
/*---START Left -Content block---*/
.news_content_d-section_main .news_content_d-inner_main{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: stretch;
}
/*
.news_content_d-inner_main .news_content_d-article_left{
	background-color: rgba(0,0,0,.1);
}
*/
/*--Share - Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
/*--Share Icons -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-share{
	display: flex;
	flex-direction: column;
	font-weight: 900;
	line-height: 1.2;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-share .news_element_d-share_icons{
	margin-top: 10px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-share .news_element_d-share_icons
.d-share_icons{
	text-decoration: none;
	width: 25px;
	margin-right: 20px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-share .news_element_d-share_icons
.d-share_icons:hover svg path{
	transition: fill 400ms ease;
	fill: var(--text-d_color);
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-share .news_element_d-share_icons
.d-share_icons:hover svg path{
	fill: var(--primary-d_color);
}
/*--Time Reading -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-time_reading{
	display: flex;
	flex-direction: column;
	font-weight: 900;
	line-height: 1.2;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-time_reading
.news_element_d-reading_result{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 12px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-time_reading
.news_element_d-reading_result>span{
	margin-left: 10px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_components_d-share_main .news_element_d-time_reading
.news_element_d-reading_result svg{
	margin-top: -2px;
}
/*--Text Body -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-bg{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text{
	font-size: 21px;
	font-weight: 700 !important;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--text-d_color);
	margin-top: 62px;
}

.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text p{
	font-size: 21px;
	margin-top: 25px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text{
	width: 100%;
	position: relative;
	z-index: 10;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text p:first-child{
	margin-top: 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text h2{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.025em;
	text-align: left;
	color: var(--text-d_color);
	margin: 62px 0px 32px 55px;
	position: relative;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text h2:before{
	content: "";
	display: block;
	visibility: hidden;
	pointer-events: none;
	margin-top: calc(var(--section-offset) * -0.2px);
	height: calc(var(--section-offset) * 0.2px);
	z-index: 2;
	position: relative;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.025em;
	text-align: left;
	color: var(--text-d_color);
	margin: 62px 0px 25px 0px;
	position: relative;
}
/*--Quote -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text blockquote{
	margin: 45px 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 40px 40px 40px 80px;
	border-radius: 8px;
	position: relative;
	background-color: var(--secondary-grey_color);
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote:before{
	content: "";
	width: 143px;
	height: 80px;
	background: url(/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/images/Quote_block.svg) center center no-repeat;
	position: absolute;
	top: 29px;
	left: 13px;
	z-index: 2;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote .news_elements_d-quote_autor{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
/*--Quote-Foto -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote .news_elements_d-quote_autor img{
	width: 63px;
	height: 63px;
	margin: 0px 15px 0px 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote .news_elements_d-quote_autor p{
	max-width: 180px;
	font-size: 18px !important;
	font-weight: 900;
	color: var(--text-d_color);
	line-height: 1.4;
	margin: 0px;
}
.news_content_d-inner_main .news_elements_d-quote_autor 
.news_d-subinfo{
	display: block;
	font-size: 16px !important;
	font-weight: 900;
	color: var(--text-d_color);
	line-height: 1.4;
	margin: 0px;
}
/*--Quote-Text -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote .news_elements_d-quote_text{
	margin-left: 78px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.news_components_d-text_quote .news_elements_d-quote_text p{
	max-width: 100%;
	color: var(--text-d_color);
	font-size: 18px !important;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.01em;
}
/*--Foto -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
span img{
	width: 100%;
	margin-bottom: 0px;
	object-fit: cover;
	margin-top: 62px;
	display: block;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text img{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	object-fit: cover;
	margin-top: 62px;
	display: block;
}
.news_content_d-inner_main .news_content_d-article_left 
.news__document_link{
	display: flex !important;
	flex-direction: row;
	align-items: center;
}
.news_content_d-inner_main .news_content_d-article_left 
.news__document_link img{
	width: 45px !important;
	height: 45px !important;
	margin-bottom: 0px;
	object-fit: none !important;
	margin-top: 0px !important;
	display: block;
}

/*--Foto Description -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text
span .caption{
	display: flex;
	justify-content: flex-end;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text
span .caption small{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	color: #222222;
	opacity: 0.5;
	margin-top: 15px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.caption{
	display: flex;
	justify-content: flex-end;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text 
.caption small{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	color: #222222;
	opacity: 0.5;
	margin-top: 15px;
}
/*--START LAZY VIDEO--*/
.news_components_d-text .video-lazy {
	max-width: 960px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.news_components_d-text .video-lazy iframe {
	z-index: 2;
}
.news_components_d-text .video-lazy img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	margin-top: 0px !important;
}
.news_components_d-text .video-play-btn {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 110px;
	background: var(--primary-d_color) url(/local/components/bitrix/news.detail/templates/news/images/ic/Icons_ic_play-video.svg) center center no-repeat;
}
.news_components_d-text .video-play-btn:after {
	content: "";
	width: 154px;
	height: 154px;
	background: linear-gradient(203.8deg, rgba(253, 185, 19, 0.62) 11.42%, rgba(196, 196, 196, 0) 92.75%);
	border-radius: 100px;
	position: absolute;
	left: -33px;
	right: auto;
	top: -33px;
	z-index: -2;
	transform: scale(0.3);
	transition: transform 350ms ease-out;
}
.video-lazy:hover .video-play-btn:after {
	transform: scale(1);
}
.news_components_d-text .video-preview {
	position: relative;
	z-index: 1;
}

/*--Video -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text .vimeo_dob_news{
	width: 100%;
	max-width: 100%;
	height: 510px !important;
	margin: 35px 0px 0px 0px;
}
/*--Video Description -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text
.videocaption{
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text
.videocaption small{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	color: #222222;
	opacity: 0.5;
	margin-top: 15px;
}
/*--List -Content-Left--*/
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ul{
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 45px 0px;
	color: var(--text-d_color);
	list-style: none;
	padding-left: 25px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ul li{
	margin-bottom: 26px;
	position: relative;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ul li:before{
	content: " ";
	width: 12px;
	height: 12px;
	background-color: var(--primary-d_color);
	position: absolute;
	top: 6px;
	left: 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ul li p{
	color: rgba(0,0,0,.7) ;
	line-height: 1.3;
	margin-left: 21px;
}
.news_content_d-article_left .news_content_d-inner_text 
.news_components_d-text ul li p strong:first-child{
	color: rgba(0,0,0,.95) ;
	display: block;
}
.news_content_d-article_left .news_content_d-inner_text 
.news_components_d-text ul li p strong{
	color: rgba(0,0,0,.95) ;
	display: inline-block;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ol{
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 45px 0px;
	color: var(--text-d_color);
	padding-left: 25px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ol li{
	margin-bottom: 26px;
	position: relative;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ol li:before{
	content: " ";
	width: 12px;
	height: 12px;
	background-color: var(--primary-d_color);
	position: absolute;
	top: 26%;
	left: 0px;
}
.news_content_d-inner_main .news_content_d-article_left
.news_content_d-inner_text .news_components_d-text ol li p{
	color: rgba(0,0,0,.5) ;
	line-height: 1.3;
	margin-left: 21px;
}
/*--Logo Letter Block--*/
.news_content_d-logo_letter{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding: 32px;
	margin: 65px 0px;
	background-color: var(--primary-d_color);
	position: relative;
}
.news_content_d-logo_letter:before{
	content: "";
	width: 120px;
	height: 120px;
	background: url(/local/components/bitrix/news.detail/templates/news/images/vector_arrow_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news_content_d-logo_letter .d-logo_letter img{
	width: 230px;
	height: auto;
}
.news_content_d-logo_letter .d-logo_headline {
	padding-left: 36px;
}
.news_content_d-logo_letter .d-logo_headline .h2_letter{
	font-size: 76px;
	font-weight: 900;
	letter-spacing: 0.13em;
	color: #000;
	line-height: 1.3;
}
.news_content_d-logo_letter .d-logo_headline p{
	font-size: 28px;
	font-weight: 900;
	color: #000;
}

/*---END Left -Content block---*/

/*--------------------*/

/*---START Right --------- Sidebar - Component--*/
.news_content_d-inner_main .news_content_d-article_sidebar{
	display: block;
	/*background-color: rgba(0,0,0,.3);*/
	height: 100%;
}
/*---START Right - Sidebar- Autor Cantainer--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 105;
}
/*---Right - Sidebar TOP - Autor Profile--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 40px;
}
/*---Right - Sidebar TOP - Autor Userpic--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_userpic{
	padding: 7px 0px;
	margin-right: 27px;
	position: relative;
	text-decoration: none;
	z-index: 3;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_userpic:before{
	content: "";
	width: 175px;
	height: 175px;
	border: 3px solid var(--primary-d_color);
	transform: scale(1);
	border-radius: 200px;
	position: absolute;
	top: -3px;
	left: -6.5%;
	transition: transform 550ms ease;
	z-index: -1;
	will-change: transform;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_userpic:hover:before{
	transform: scale(0.88);
}
/*---Right-Sidebar TOP - Autor Name--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info{
	display: flex;
	flex-direction: column;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_position{
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	color: rgba(0,0,0,.5);
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_name{
	margin: 12px 0px;
}
.news_d-autor-container_profile .news_d-autor-container_info 
.news_d-autor-info_name .h4_headline{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}
/*---Right - Sidebar TOP- Autor Social--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_social{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_social
.news_d-autor_social-item{
	width: 25px;
	height: 25px;
	text-decoration: none;
	margin-right: 25px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_social
.news_d-autor_social-item:last-child{
	margin-right: 0px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_social
.news_d-autor_social-item svg path{
	fill: #000;
	transition: fill 400ms ease;
	will-change: fill;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_profile
.news_d-autor-container_info .news_d-autor-info_social
.news_d-autor_social-item:hover svg path{
	fill: var(--primary-d_color);
}
/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo{
	width: 93%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-left: 5px;
	margin-bottom: 32px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo
.news_d-autor-subinfo{
	max-width: 145px;
	padding-left: 1px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo
.news_d-autor-subinfo h6{
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo
.news_d-autor-subinfo p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(0,0,0,.5);
}
/*---Right - Sidebar BOTTOM - Autor Features--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_features{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-left: 5px;
	margin-bottom: 32px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_features
.news_d-autor-features{
	max-width: 212px;
	padding-left: 1px;
	margin-left: 34px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_features
.news_d-autor-features:first-child{
	width: 145px;
	margin-left: 0px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_features
.news_d-autor-features h6{
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_features
.news_d-autor-features p{
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--primary-d_color);
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo
.news_d-autor-features_mob{
	display: none;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_subinfo
.news_d-autor-features_mob p{
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--primary-d_color);
}
/*---Right - Sidebar BOTTOM - Autor Info Profile--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 5px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo
.news_d-autor-info h6{
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo
.news_d-autor-info p{
	max-width: 430px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 10px;
	color: #222222;
}
/*---Right - Sidebar BOTTOM - Autor Info Link--*/
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo
.news_d-autor-info_link{
	font-size: 18px;
	font-weight: 900;
	line-height: 2.2;
	text-decoration: none;
	color: var(--primary-d_color);
	vertical-align: middle;
	margin-top: 32px;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo
.news_d-autor-info_link .d-arrow-md_link{
	vertical-align: middle;
	margin-top: -2px;
	transform: translateX(0px);
	transition: transform 350ms ease-out;
	will-change: transform;
}
.news_content_d-inner_main .news_content_d-article_sidebar
.news_d-sidebar_autor-container .news_d-autor-container_textinfo
.news_d-autor-info_link:hover .d-arrow-md_link{
	transform: translateX(10px);
}
/*---END Right - Sidebar- Autor Cantainer--*/
.news_components_d-text img.icon-h2 {
	width: 45px !important;
	height: 45px !important;
	margin-left: 0px !important;
	margin-bottom: -118px !important;
	object-fit: contain !important;
	margin-top: 0px !important;
	display: inline-block !important;
}

/*---START Content Specialists Worked---Component---*/
.news_content_d-specialists_work .news_content_d-specialists_main{
	width: 100%;
	margin-bottom: 45px;
}
.news_content_d-specialists_work .news_content_d-specialists_main h2{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.025em;
	text-align: left;
	color: var(--text-d_color);
	margin: 0px 0px 40px 0px;
}
/*--Content Specialists---Component--*/
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists{
	max-width: 74%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*--Content Specialists---Profiles--Component--*/
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists:nth-child(3){
	position: relative;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists:nth-child(3):after{
	content: "";
	position: absolute;
	width: 17px;
	height:17px;
	top: 56px;
	left: -115px;
	background-color: var(--primary-d_color);
	border-radius: 100px;
	z-index: 5;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists:nth-child(3):before{
	content: "";
	position: absolute;
	width: 15px;
	height:15px;
	top: 62px;
	left: -112px;
	border: 2px solid #fff;
	background-color: var(--primary-d_color);
	border-radius: 100px;
	z-index: 10;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists a{
	width: 136px;
	height: 136px;
	display: block;
	margin-right: 13px;
	position: relative;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists a:before{
	content: "";
	width: 129px;
	height: 129px;
	border: 3px solid var(--primary-d_color);
	transform: scale(1);
	border-radius: 200px;
	position: absolute;
	top: -6px;
	left: -5.1%;
	transition: transform 550ms ease;
	z-index: -1;
	will-change: transform;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists a:hover:before{
	transform: scale(0.83);
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists img{
	width: 121px;
	height: 122px;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists .d-specialists_joint_name{
	max-width: 310px;
	margin-top: 5px;
}
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists .d-specialists_joint_name
.d-specialists__position{
	font-size: 16px;
	font-weight: 700;
	color: #979797;
}
/*--Content Specialists---Name--Component--*/
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists .d-specialists_joint_name
.d-specialists_name h4{
	font-size: 22px;
	font-weight: 900;
	color: #000;
	margin-top: 3px;
	line-height: 1.4;
}
/*--Content Specialists---Circle Connect--Component--*/
.news_content_d-specialists_work .news_content_d-specialists_main
.news_d-specialists .d-specialists_joint_article{
	width: 24px;
	height: 24px;
	position: relative;
}
.logo_service_block_mob{
	display: none;
}

/*---END Content Specialists Worked---Component---*/

div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}
.news-date-time {
	color: #486DAA;
}
.one_news_h1_flex {
	display: flex;
	flex-direction: row;
}
.one_h1_cont_main{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.one_news_h1_icon{
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 0px;
	width: 60px;
	height: 60px;
}
.one_news_h1_icon > img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
}

@media screen and (max-width: 576px) {
    .one_news_h1_icon > img {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
    }
}

.one-news-section h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 64px;
}

.one-news-section h3 {
		width: 100%;
		font-size: 20px;
		font-weight: 700;
}
.in-hat {
    height: 392px;
    /*margin-top: 90px !important;*/
}
@media screen and (max-width: 1160px) {
    .in-hat {
        height: 160px;
    }
}

@media screen and (max-width: 576px) {
    .in-hat {
        height: auto;
        /*margin-top: 110px !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.in-hat_img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.in-hat .news_img_mob {
    display: none;
}

@media screen and (max-width: 576px) {
    .in-hat_img {
        display: none;
    }

    .in-hat .news_img_mob {
        display: block;
        width: 100%;
        height: auto;
    }
}

.one-news-block {
    border: none !important;
    padding: 0 !important;
    margin-top: 88px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex: 1 0 60%;*/
}

.in-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 14px;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .in-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 35px;
        font-size: 14px;
        align-items: center;
        width: 100%;
    }
}


.one-news-section {
    margin-top: 0;
    padding: 0 !important;
}

.one-news-section u {
    text-decoration: underline;
}

.in-tag {
    color: #fbba00;
    font-weight: 800;
}

.in-date {
    color: #979797;
}

.in-eye {
    color: #979797;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .in-eye {
        margin-top: 26px;
        color: #979797;
        display: flex;
        align-items: center;
    }
}

.new-eye {
    background-image: url('/local/templates/dobrolov/news/eye.svg');
    height: 16px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-position: center;
}

.q span {
    border-left: 2px solid #fbba00;
    padding: 4px 16px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
}

.q {
    background: #41414E;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.015em;
    padding: 30px 30px 30px 80px;
    margin-left: 96px;
    position: relative;
    margin-bottom: 32px;
    width: calc(100% - 96px);
}
.one-news-block .q > p{
	color: #fff;
}
@media screen and (max-width: 576px) {
    .q {
        background: #41414E;
        color: #fff;
        padding: 30px 30px 30px 80px;
        margin-left: 96px;
        position: relative;
        margin-bottom: 32px;
        margin-top: 85px;
        width: 100%;
    }
}
.q:before {
    content: "";
    background-image: url(/local/templates/dobrolov/news/quote.svg);
    width: 64px;
    height: 64px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: -88px;
    top: 0;
}
.q::after {
    width: 35px;
    height:35px;
    content: " ";
    background-image: url('/local/components/bitrix/news.detail/templates/news/images/favicon32.svg');
    position: absolute;
    left: 30px;
    top: 30px;
}

@media screen and (max-width: 576px) {
    .q:before {
        content: "";
        background-image: url(/local/templates/dobrolov/news/quote.svg);
        width: 64px;
        height: 64px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: -65px;
    }

    /*.q:after {*/
    /*	content: "";*/
    /*	width: 4px;*/
    /*	height: calc(100% - 64px);*/
    /*	position: absolute;*/
    /*	background: #fbba00;*/
    /*	left: 22px;*/
    /*	top: 32px;*/
    /*}*/
}

	/*---START---Components--KeyVisual--*/
	
	.component_section_parallax_main{
		display: none;
	}

/*---END---Components--KeyVisual--*/

.one-news-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    width: 100%;
    position: relative;
}

.one-news-section p {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 400;
}

.one-news-section ul {
    margin-bottom: 16px;
}

.one-news-section ul li {
    margin-bottom: 32px;
    margin-left: 32px;
    position: relative;
    font-weight: 400;
}

.one-news-section ul li:before {
    content: "";
    position: absolute;
    left: -24px;
    height: 8px;
    width: 8px;
    border: 2px solid #fbba00;
    border-radius: 50%;
    top: 4px;
}


.one-news-section .preview {
    font-size: 24px;
    margin-bottom: 22px;
}
.one-news-section .preview p {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 1.2;
}

.one-news-section .wrapper {
    padding: 0;
    padding-left: 32px;
}


.in-wrap {
    position: relative;
    margin-top: 80px;
}

.rnd.faq-rnd3 {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
}

.in-author {
    flex: 1 0 25%;
    margin-top: 120px;
    margin-left: 32px;
}

.in-pictures {
    height: 128px;
    position: relative;
}
.in-pictures:before {
	content: "";
	width: 135px;
	height: 135px;
	border: 3px solid  #FBBA00;
	position: absolute;
	border-radius: 200px;
	top: -6px;
	left: -6.7px;

}

.in-avatar {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.in-name {
	font-family: var(--userfont);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 15px;
}

/*Autor Info*/
.in-author .in-wrap .in-author_info .in-author_info-line{
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
} 
.in-author .in-wrap .in-author_info .in-author_info-line b{
	font-size: 14px;
	font-weight: 900;
}
.in-author .in-wrap .in-author_info .in-author_info-line span{
width: 54%;
font-size: 14px;
font-weight: 700;
text-align: left;
line-height: 1.2;
}


.dobronew .in-name a,
.in-name a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .in-name {
        font-size: 24px;
        font-weight: 700;
        margin-top: 24px;
				max-width: 77%;
		}
		.in-author_info .in-author_info-soc{
			margin-top: 25px;
		}
		.in-author .in-wrap .in-author_info .in-author_info-line b{
			font-size: 18px;
		}
		.in-author .in-wrap .in-author_info .in-author_info-line span {
			font-size: 18px;
		}
}

.in-author_info-line span {
    float: right;
    font-weight: 400;
}

.in-author_info {
    border-left: 3px solid #fbba00;
		padding: 0px 0px 0px 12px;
    margin-top: 24px;
}


@media screen and (max-width: 576px) {
    .in-author_info {
        font-size: 16px;
    }

    .in-author_info b {
        font-weight: 900 !important;
    }

    .in-author_info span {
        float: right;
        font-weight: 700;
    }
}

.in-author_info-soc .ss {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    display: flex;
    min-width: 140px;
}

.in-author_info-soc .ss img,
.in-author_info-soc .ss svg {
    height: 25px;
    width: auto;
    margin-right: 36px;
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    .in-author_info-soc .ss img,
    .in-author_info-soc .ss svg {
        height: 30px;
        width: auto;
        margin-right: 36px;
        margin-bottom: 0;
    }
    .in-cert {
     left: 85px;
	  }
}

.in-cert {
	width: 48px;
	height: 38px;
	border: 3px solid #fbba00;
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 91px;
	overflow: hidden;
}
.in-cert .certs{
	width: 48px;
	height: 38px;
}
.in-cert .certs img{
	width: 48px;
	height: 38px !important;
	object-fit: cover;
	margin-bottom: 0px;
}

.one-news-block br {
    margin-bottom: 32px;
}

/* asdasdasdasdas */


.new-img {
    max-height: 236px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 408px;
    opacity: 0.6 !important;
    transition: .6s all ease-in-out;
}

.new-img:hover {
    transform: scale(1.2);
		opacity: 1 !important;
}

.new-img:hover {
    opacity: 1;
}

.our-news-item {
    flex-direction: column;
    text-decoration: none !important;
    border: none !important;
    /*! max-height: 690px; */
    position: relative;
}

.new-author img {
    height: 42px;
    width: auto;
    margin-right: 4px;
}

.new-author {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.new-text {
    padding: 16px 0;
    padding-bottom: 0;
}
.our-news-item .date {
    color: #979797;
    font-size: 14px;
    margin-top: 24px;
    width: 100%;
}
.new-news-1 .wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.new-news {
    display: flex;
    flex: 1 0 33%;
    margin-bottom: 141px;
    padding-right: 16px;
    max-width: 66%;
}

.new-preview p {
    margin: 0;
    line-height: initial;
    white-space: normal;
}

.new-med {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #000;
    font-size: 13px;
}

.new-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: -80px;
}

.new-options {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.new-share, .new-bookmark {
    transition: .1s opacity ease-in-out;
    cursor: pointer;
}

.new-share:hover, .new-bookmark:hover {
    opacity: 1;
}

.new-share {
    background-image: url(/local/templates/dobrolov/news/share.svg);
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.new-bookmark {
    background-image: url(/local/templates/dobrolov/news/bookmark.svg);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.new-eye {
    background-image: url(/local/templates/dobrolov/news/eye.svg);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.new-tag {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #fbba00;
    font-weight: 800;
}

.new-main_filters {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 16px;
    cursor: pointer;
}

.new-main_filter {
    position: relative;
}

.new-main_filter.active {
    font-weight: 800;
}

.new-main_filter.active:before {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    background-image: url(/local/templates/dobrolov_new/img/filters/vector-active.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -24px;
    position: absolute;
    top: -1px;
}

.new-main_tags {
    display: flex;
    margin-top: 48px !important;
    justify-content: space-between;
    align-items: center;
}

.new-main_sort {
    display: flex;
    cursor: pointer;
}

.new-main_tags-list {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
}

.new-main_sort-fresh {
    padding: 16px 24px;
    width: 150px;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: center;
    background: #FAFAFA;
    text-decoration: none;
}

.new-main_sort-popular {
    padding: 16px 24px;
    width: 150px;
    border-radius: 0 50px 50px 0;
    display: flex;
    justify-content: center;
    background: #FAFAFA;
    text-decoration: none;
}

.new-main_sort-active {
    background: #fbba00;
}

.new-main_tags-list:before {
    content: "";
    position: absolute;
    right: -48px;
    background-image: url(/local/templates/dobrolov/news/down.svg);
    height: 16px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 11px;
    background-position: center;
}

.new-share_btns {
    position: absolute;
    background: #fbba00;
    z-index: 1;
    display: none;
    flex-direction: column;
    font-size: 11px;
    width: 135px;
    border-radius: 4px;
    top: 16px;
}

.new-share_btn {
    padding: 16px;
    transition: .1s all ease-in-out;
}

.new-share_btn:hover {
    background: #41414E;
    color: #fff;
}

.new-share:hover > .new-share_btns {
    display: flex;
}

.new-show_wrap {
    display: flex;
    justify-content: center;
}

.new-show_button {
    background: #41414E;
    border: none;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.new-show_button::before {
    content: "";
    width: 100%;
    background: url(/local/templates/dobrolov/news/more.svg);
    height: 20px;
    position: absolute;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 27px;
}

.width.new-show {
    margin-bottom: 64px;
}

.bx-breadcrumb-wrap {
    position: absolute;
    top: 36px;
    display: flex;
    z-index: 1;
}

.in-cert img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.in-cert a {
    overflow: hidden;
}

.one-news-section ul {
    list-style-type: none !important;
}


.col-12 .wrapper .one-news-block .detail-text h3{
	font-size: 25px !important;
	margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
    .bx-breadcrumb-wrap {
        top: 0;
    }

    .one-news-block {
        flex: 1 0 100%;
        width: 100%;
    }

    .in-author {
        flex: 1 0 100%;
        margin: 0;
        margin-bottom: 48px;
    }

    .one-news-section .wrapper.width {
        flex-wrap: wrap;
        /*! padding: 0 16px; */
        width: 100%;
        padding: 0;
    }

    .one-news-section {
        padding: 0 16px;
    }

    .one-news-block h1 {
        width: 100%;
        display: flex;
        font-size: 40px;
    }

    /*.public {*/
    /*	display: none;*/
    /*}*/
    .one-news-section h2:after, .one-news-section h2:before {
        display: none;
    }

    .q {
        margin-left: 0;
        line-height: 24px;
    }

    .one-news-block img {
        max-height: 240px;
        height: auto;
    }
    .one-news-block .detail-text img {
        margin-bottom: 8px !important;
    }
    .one-news-block .one_block_img_anon {
      max-height: 100% !important;
      height: auto;
    }

    .one-news-block p, .one-news-block li {
        line-height: 24px;
    }

    .one-news-section .preview {
        line-height: 28px;
    }
}
@media screen and (max-width: 576px) {
    .one-news-section .preview {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }

    .one-news-block .detail-text p {
        font-size: 18px;
        font-family: 'Ekibastuz-Regular', Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 25px;
    }

    .detail-text img {
        max-height: none;
        height: auto;
        width: 100%;
    }

    iframe {
        height: auto;
        width: 100%;
    }
}

.order-call-section {
    background: #41414E;
    padding: 48px 0;
    padding-bottom: 0;
}

.order-call-section h2 {
    color: #fff;
    text-align: start;
    font-weight: 400;
    font-size: 36px;
}

.order-call-section form {
    padding: 0;
}

.order-call-section .wrapper {
    max-width: 950px;
}

.order-call-section input, .order-call-section textarea {
    background: #41414e;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    color: #fff;
    outline: none;
    padding: 16px 0 !important;
    height: auto !important;
    color: #fff;
}

.order-call-section input::placeholder, .order-call-section textarea::placeholder {
    color: #fff;
}

.order-call-section form button {
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    background: #eb5a2d;
    padding: 20px 48px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 38%;
    transition: .2s background ease-in-out;
}

.form-bottom_people {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% center;
}

.order-call-section form input::placeholder, .order-call-section form textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.order-call-section form input, .order-call-section form textarea {
    color: #fff;
}

.inner-h1::before {
    content: "";
    background-image: url(/local/templates/covid/build/img/bubble-yellow.png);
    position: absolute;
    right: -60px;
    height: 100px;
    width: 100px;
    background-size: contain;
    top: -20px;
}

.order-call-section {
    background: #41414E;
    padding: 48px 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}

.order-call-section h2 {
    color: #fff !important;
    text-align: start !important;
    font-weight: 400 !important;
    font-size: 36px !important;
}

.order-call-section form {
    padding: 0 !important;
}

.order-call-section .wrapper {
    max-width: 950px;
    position: relative;
}

.order-call-section input, .order-call-section textarea {
    background: #41414e;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    color: #fff;
    outline: none;
    padding: 16px 0 !important;
    height: auto !important;
    color: #fff;
}

.order-call-section input::placeholder, .order-call-section textarea::placeholder {
    color: #fff;
}

.order-call-section form button {
    color: #fff !important;
    border: none !important;
    display: flex !important;
    justify-content: center;
    background: #eb5a2d !important;
    padding: 20px 48px !important;
    border-radius: 50px !important;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 700 !important;
    flex: 0 0 38%;
    transition: .2s background ease-in-out !important;
}

.form-bottom_people {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% center;
}

.order-call-section form input::placeholder, .order-call-section form textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.order-call-section form input, .order-call-section form textarea {
    color: #fff;
}

.rnd1 {
    background: url(/local/templates/covid/build/img/bubble-white.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: 100% auto;
    top: -30px;
    right: 200px;
    width: 60px;
    height: 60px;
}

.rnd2 {
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: 100% auto;
}

.rnd2 {
    top: -200px;
    right: 225px;
    width: 200px;
    height: 200px;
}

.rnd {
    position: absolute;
}


.select_arrow {
    background-image: url(/local/templates/dobrolov/components/bitrix/main.feedback/contact/img/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    cursor: pointer;
    position: absolute;
    width: 11px;
    height: 8px;
    right: 0;
    background-size: contain;
    top: 41px;
    transition: 460ms ease;
}

.feedback-select:hover ~ .select_arrow {
    transform: rotate(180deg);
}

.one-news-section h2:after {
    content: "";
    display: none;
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -250px;
    top: -130px;
}

.one-news-section h2:before {
    content: "";
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    position: absolute;
    right: -325px;
    top: 25px;
}

.one-news-section h2:nth-child(2n+1):after {
    content: "";
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
    width: 175px;
    height: 175px;
    position: absolute;
    right: -325px;
    top: -150px;
    display: none;
}

.one-news-section h2:nth-child(2n+1):before {
    content: "";
    background: url(/local/templates/covid/build/img/bubble-white.png) no-repeat center top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -165px;
    top: 0;
}

.one-news-section h2:nth-child(3n+1):after {
    content: "";
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
    width: 175px;
    height: 175px;
    position: absolute;
    right: -255px;
    top: -25px;
}

.one-news-section h2:nth-child(3n+1):before {
	display: none;
}

/* ------------------------------ */
.in-anchors {
    position: sticky;
    top: 100px;
    margin-top: 65px;
}
.in-anchors_head {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.4;
}
.in-anchors_content {
	padding-left: 24px;
	margin-top: 24px;
}
.in-anchors_link {
	width: 100%;
	transition: all .3s ease-in-out;
	position: relative;
	cursor: pointer;
	padding: 8px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(0,0,0,.5);
	transition: color 300ms ease;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.in-anchors_link.link_ourpublik{
	padding-left: 24px;
}
.in-anchors_link.link_ourpublik a{
	color: #000;
}
.in-anchors_link.link_ourpublik a:hover{
	color: #e84e0f;
}
.in-anchors_link.link_ourpublik a:focus{
	color: #e84e0f;
}
.in-anchors_link.link_ourpublik img{
	transform: translateY(-4px);
}

.in-anchors_link img{
	width: 35px;
	height: 35px;
}
.in-anchors_link:hover {
    color: #FBBA00;
}
.in-anchors_link:focus {
    color: #FBBA00;
}
.in-anchors_link span{
	max-width: 80%;
	color: #000;
	transition: color 300ms ease;
}
.in-anchors_link span:hover {
	color: #e84e0f;
}
.in-anchors_link span:focus {
	color: #e84e0f;
}
.in-anchors_link.active {
    font-weight: 700
}
.in-anchors_link.active span {
	color: #e84e0f;
}
.in-anchors_link:before {
	content: "";
	height: 24px;
	width: 18px;
	display: block;
	left: -24px;
	position: absolute;
	opacity: 1;
	transform: translateY(-50%);
}

.in-anchors_link.active:before {
    content: "";
    height: 24px;
    width: 18px;
    display: block;
    background-image: url('/local/templates/dobrolov_new/img/filters/vector-active.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -24px;
    position: absolute;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}

.wrap {
    overflow: visible !important;
}

.invis:before, .invis:after {
    display: none;
}

/*нижний блок с фото*/
/*@media screen and (max-width: 576px) {*/

.detail-text-plashka-after {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.detail-text-plashka-after-img {
    width: 100px;
    flex-shrink: 0;
}

.detail-text-plashka-after-img img {
    width: 80px;
    height: auto;
}

.detail-text-plashka-after-text {
    font-family: Ekibastuz, sans-serif;
    font-size: 18px;
}

.detail-text-plashka-after-text a,
.detail-text-plashka-after-text-name {
    display: block;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    margin-bottom: 12px;
}

/*}*/
/* //нижний блок с фото*/

/*faq*/
.faq-section {
    position: relative;
    margin: 120px 0 !important;
    padding: 120px 0 !important;
    background: #fbba00;
}

@media screen and (max-width: 576px) {
    .faq-section {
        position: relative;
        margin: 65px 0 !important;
        padding: 65px 0 !important;
        background: #fbba00;
    }

}

.faq-section .wrapper {
    position: relative;
    max-width: 1160px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper {
        position: relative;
        max-width: 1160px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
}

.faq-section-min-height {
    min-height: 500px;
}

@media screen and (max-width: 576px) {
    .faq-section-min-height {
        min-height: 450px;
    }
}


.faq-rnd1 {
    position: absolute;
    top: -160px;
    right: 126px;
    width: 184px;
    height: 184px;
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
}

.faq-rnd2 {
    position: absolute;
    top: 0;
    right: 280px;
    width: 56px;
    height: 56px;
    background: url(/local/templates/covid/build/img/bubble-yellow.png) no-repeat center top;
    background-size: 100% auto;
}

@media screen and (max-width: 576px) {
    .faq-rnd1,
    .faq-rnd2 {
        display: none;
    }
}

.inner-h1 {
    margin-bottom: 0 !important;
    text-align: left;
}

.nfaq-htitle {
    margin-bottom: 80px;
    z-index: 4;
    position: relative;
}

@media screen and (max-width: 576px) {
    .nfaq-htitle {
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 4;
        position: relative;
    }
}

.nfaq-video {
	background: url("/local/components/bitrix/news.detail/templates/news/./images/ball-grey.png") no-repeat top center;
	background-size: contain;
	margin-top: 7px;
	min-height: 95px;
	padding: 20px 0;
}
.nfaq-video iframe{
	width: 100% !important;
	min-height: 210px;
}
.nfaq-video_title {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	margin-top: 12px;
}
.nfaq-filters {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.nfaq-filter {
	margin-bottom: 16px;
	font-weight: 500;
	position: relative;
}
.nfaq-filter::before {
	content: "";
	position: absolute;
	left: -42px;
	width: 16px !important;
	height: 16px !important;
	top: 3px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #EB5A2D5E;
}

.nfaq-filter.active::after {
	content: "";
	position: absolute;
	left: -19px;
	width: 8px;
	height: 11px;
	top: 5px;
	background-image: url(/images/arrows.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/*--START LAZY VIDEO--*/
.nfaq-video .video-lazy {
	position: relative;
	cursor: pointer;
	max-width: 720px;
	overflow: hidden;
}
.nfaq-video .video-lazy iframe {
	z-index: 2;
}
.nfaq-video .video-lazy img {
	width: 100%;
	display: block;
}
.nfaq-video .video-play-btn {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 110px;
	background: var(--primary-d_color) url(/local/components/bitrix/news.detail/templates/news/images/ic/Icons_ic_play-video.svg) center center no-repeat;
}

.nfaq-video .video-play-btn:after {
	content: "";
	width: 124px;
	height: 124px;
	background: linear-gradient(203.8deg, rgba(253, 185, 19, 0.62) 11.42%, rgba(196, 196, 196, 0) 92.75%);
	border-radius: 100px;
	position: absolute;
	top: -27px;
	left: -27px;
	right: auto;
	z-index: -2;
	transform: scale(0.3);
	transition: transform 350ms ease-out;
}
.nfaq-video:hover .video-play-btn:after {
	transform: scale(1);
}
.nfaq-video .video-preview {
	position: relative;
	z-index: 1;
}




.faq-section .wrapper .faq-items {
    border-bottom: none;
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper .faq-items {
        border-bottom: none;
        width: calc(100% - 25px);
        margin: 0 15px;
    }
}

.faq-section .wrapper .faq-titles {
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    cursor: pointer;
    background: #fbba00;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    -webkit-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper .faq-titles {
        padding-bottom: 26px;
        padding-top: 26px;
    }
}

.faq-section .wrapper h2 {
    padding-top: 0;
    text-align: start;
    font-family: 'Ekibastuz-Regular', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0.025em;
    color: #000000;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper h2 {
        font-size: 18px;
        font-weight: 800;
    }
}

.faq-section .wrapper .faq-items .h3 {
    padding: 0 90px 0 0;
}

@media screen and (max-width: 576px) {

    .faq-section .wrapper .faq-items .h3 {
        padding: 0 50px 0 0;
    }
}

.faq-section .wrapper .faq-items h3 {
    padding: 0;
    font-family: 'Ekibastuz-Regular', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0.03em;
    color: #000000;
}


.faq-section .wrapper .faq-items .faq-icons {
    text-align: center;
    flex-shrink: 0;
    width: 90px;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper .faq-items .faq-icons {
        text-align: start;
        flex-shrink: 0;
        width: 40px;
    }

}

.faq-section .wrapper .faq-items .faq-icons img {
    max-height: 30px;
}

.faq-section .wrapper .faq-items h3::after {
    background-image: none !important;
}

.faq-section .wrapper .faq-items .faq-titles::after {
    content: '';
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform-origin: center center;

    right: 30px;
    -webkit-background-size: cover;
    height: 19px;
    width: 19px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: url(/local/components/bitrix/news.detail/templates/news/./images/arrows.svg) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper .faq-items .faq-titles::after {
        right: 15px;
    }
}

.faq-section .wrapper .faq-items .acceptedAnswer {
    background: #41414e;
}

.faq-section .wrapper .faq-items .text {
    padding: 35px 90px;
    color: #fff;
    font-family: 'Ekibastuz-Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: none;
}


/*Link FAQ*/
.faq-section .wrapper .faq-items .news-block_faq-link{
	font-size: 18px !important;
	margin-right: 4px;
	color: #e84e0f;
	max-width: 113px;
	padding-bottom: 2px;
	line-height: 1.8;
	font-weight: 700;
	text-decoration: none !important;
	transition: color 300ms ease;
	display: inline;
	position: relative;
}
.faq-section .wrapper .faq-items .news-block_faq-link:hover {
	color: #fff;
}
.faq-section .wrapper .faq-items .news-block_faq-link:before {
	content: " ";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #e84e0f;
	transition: background 300ms ease;
}
.faq-section .wrapper .faq-items .news-block_faq-link:hover:before {
	background: #fff;
}

@media screen and (max-width: 576px) {
    .faq-section .wrapper .faq-items .text {
        padding: 35px 30px;
    }
		.faq-section .wrapper .faq-items .news-block_faq-link{
       margin-right: 4px;
       max-width: 100%;
       padding-bottom: 4px;
       font-weight: 900;
       letter-spacing: 1.6px;
		}
}

/*active*/
.nfaq-filter.active {
    font-weight: 800;
}

.faq-section .wrapper .faq-items:hover .faq-titles {
    background: #fff;
}

.faq-section .wrapper .faq-items.active .faq-titles {
    background: #fff;
}

.faq-section .wrapper .faq-items.active .acceptedAnswer {

}

.faq-section .wrapper .faq-items.active .faq-titles::after {
    top: 40%;
    background: url(/local/components/bitrix/news.detail/templates/news/./images/arrows-down.svg) no-repeat !important;
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);

    transform-origin: center center;
}

/* //active*/

@media screen and (max-width: 1160px) {
    .faq-items {
        display: block;
        margin-left: 0;
    }

    .faq-items a {
        width: 100%;
    }

    .faq-icon {
        padding-right: 16px;
    }

    .nfaq {
        /*flex-direction: column;*/
    }

    .nfaq-filter {
        flex: 0 0 50%;
    }

    .nfaq-filters {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 48px;
        margin-bottom: 48px;
    }

    .nfaq-filter::before {
        left: -24px;
    }

    .faq-items h3 {
        width: 95%;
    }

    .faq-items .faq-titles::after {
        right: -16px;
    }
}

@media screen and (max-width: 576px) {
		.nfaq-video {
			margin: 65px 15px 0 15px;
		}
		.nfaq-video_title {
			font-size: 18px;
			font-weight: 400;
			margin: 55px 15px 0 15px;
		}
}
/*//faq*/


/*--START DISCLAIMER--*/

.disclaimer_main{
	width: 100%;
	background-color: #0E0E0E;
	border-radius: 10px;
	position: relative;
	padding: 0px 0px 30px 0px;
	overflow: hidden;
}
.news_components_d-text .disclaimer_main p{
	font-family: var(--userfont);
	font-size: 18px;
	font-weight: 400;
	color: #FAFAFA;
}
.news_components_d-text .disclaimer_main img{
	object-fit: none !important;
	margin-top: 0px !important;
	display: inline !important;
}
.news_components_d-text .disclaimer_main .h_disclaimer img{
	width: 40px !important;
	height: 40px !important;
	object-fit: cover !important;
	transform: translateY(-4px);
}
.disclaimer_main .h_disclaimer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 25px 0px 25px 0px;
}
.disclaimer_main .h_disclaimer .headline_disc{
	font-family: var(--userfont);
	font-size: 42px !important;
	font-weight: 900 !important;
	color: var(--accent-d_color);
	margin-top: 0px !important;
}
.disclaimer_main .logo_disc{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background-color: var(--primary-d_color);
	padding: 15px 30px 13px 30px;
	position: relative;
}
.disclaimer_main .cont_disc{
	padding: 0px 30px 0px 30px;
}
.news_components_d-text .disclaimer_main .logo_disc p{
	font-size: 25px !important;
	font-weight: 900 !important;
	color: #0E0E0E;
	margin: 0px 0px 0px 12px !important;
}
.news_components_d-text .disclaimer_main .logo_disc .logo_desc_headline{
	transform: translateY(15px);
}
.news_components_d-text .disclaimer_main .logo_disc p.desc_h{
	font-size: 18px !important;
}
.news_components_d-text .disclaimer_main .logo_disc img{
	width: 103px !important;
	height: 104px !important;
	object-fit: cover !important;
}

/*--END DISCLAIMER--*/

/*---------------------------------------------------------*/

/*--START BLOCKQUOTE GUEST--*/

.news_components_d-text .blockquote_guest{
	width: 100%;
	padding: 75px 20px 30px 20px;
	border-radius: 8px;
	background-color: var(--secondary-grey_color);
	position: relative;
}
.news_components_d-text .blockquote_guest:before{
	content: "";
	width: 45px;
	height: 45px;
	background: url(/local/components/bitrix/news.detail/templates/news/images/icons_quote_guest_45_45.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 30px;
	left: 18px;
}
.news_components_d-text .blockquote_guest p{
	font-family: var(--userfont);
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.03rem;
}
.news_components_d-text .blockquote_guest img{
	width: 100% !important;
	max-height: 600px;
	object-fit: contain !important;
	margin-top: 32px !important;
}

/*--END BLOCKQUOTE GUEST--*/

/*Block link article news*/

.article-banner_news
.article-banner
.article_news_icons 
img
{
	margin-bottom: 0px;
}
.news_content_d-inner_text .news_components_d-text .article-banner_news {
		margin: 50px 0px !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 26px 40px 26px 35px !important;
		display: block !important;
		box-sizing: border-box !important;
		text-decoration: none !important;
		color: #000000 !important;
}
.news_link-block {
    border-radius: 8px;
    background-color: #FBBA00;
}
.article-banner_news small {
    font-weight: 700;
    font-size: 21px;
    line-height: 90%;
    color: #000000;
}
.article-banner_news .article-banner_quote .title_banner{
	display: flex;
	flex-direction: column;
}
.article-banner_news .article-banner_quote {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-banner_news .article-banner_quote img {
    width: 35px !important;
    height: 35px !important;
    margin-top: 0px !important;
    margin-right: 10px;
    margin-bottom: 0px !important;
    object-fit: contain !important;
}
.article-banner_news .article-banner_quote .title_banner p{
	font-size: 14px;
	display: inline;
}
.article-banner_news .article-banner_price small{
	font-size: 25px;
	position: relative;
}
.article-banner_news .article-banner_price .title_desc_ban{
	color: var(--accent);
	font-size: 35px;
}
.article-banner_news .article-banner_price small:before{
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: var(--accent);
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 0;
}
.article-banner_news .article-banner_price small p{
	display: inline-block;
	font-size: 16px;
	transform: translateY(-5px);
	padding: 5px 19px 5px 8px;
	z-index: 5;
	position: relative;
	color: #fff;
}
.article-banner_news .article-banner_price div{
	transform: translateY(-5px);
}
.article-banner_news .article-banner_news_title {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top: 17px;
}
.article-banner_news .article-banner_news_title h5 {
    font-weight: 700;
    font-size: 34px !important;
    width: 100%;
    line-height: 1;
    margin: 0px;
    flex: 0 0 79%;
    padding-right: 13px;
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #000000;
    transition: color 300ms ease;
    padding-bottom: 10px;
}

.article-banner_news .article-banner_news_title h5:before {
    content: "";
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #E84E0F;
    transition: width 400ms ease;
}
.article-banner_news .article-banner_news_title .h5_banner_h {
	font-weight: 700;
	font-size: 34px !important;
	width: 100%;
	line-height: 1;
	margin: 0px;
	flex: 0 0 79%;
	padding-right: 13px;
	display: inline-block;
	position: relative;
	z-index: 10;
	color: #000000;
	transition: color 300ms ease;
	padding-bottom: 10px;
}
.article-banner_news .article-banner_news_title .h5_banner_h:before {
	content: "";
	width: 0%;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #E84E0F;
	transition: width 400ms ease;
}

.article-banner_news 
.article-banner_news_title 
.article_news_icons 
{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	display: inline-block;
}

.article-banner_news 
.article-banner_news_title 
.article-banner_news_icons 
.arrow_service 
{
    width: 57px !important;
    height: 57px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px !important;
    transition: margin-left 800ms ease;
    vertical-align: middle;
    object-fit: contain !important;
}
.article-banner_news 
.article-banner_news_title 
.article-banner_news_icons_product 
.arrow_service{
	width: 57px !important;
	height: 57px;
	margin-top: 0px !important;
	margin-left: 0px;
	transform: translateX(0px);
	transition: transform 800ms ease;
	vertical-align: middle;
}
.news_link-block:hover .article-banner_news_title h5 {
	color: #E84E0F;
}
.news_link-block:hover .article-banner_news_title h5:before {
	width: 90%;
}
.news_link-block:hover .article-banner_news_title .h5_banner_h {
	color: #E84E0F;
}
.news_link-block:hover .article-banner_news_title .h5_banner_h:before {
	width: 90%;
}
.news_link-block:hover .arrow_service {
	animation: arrow_service 800ms ease-in-out infinite;
	animation-direction: alternate;
}
@keyframes arrow_service {
	0% {
			transform: translateX(0px);
	}
	50% {
		transform: translateX(25px);
	}
	100% {
			transform: translateX(10px);
	}
}

.article-banner_news .article-banner_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 13px;
    display: inline-block;
}

.article-banner_news .article-banner_price .rub {
    font-size: 22px;
    font-weight: 400;
}
.article-banner_news_icons {
	display: flex;
	justify-content: center;
	align-items: center;
}
.artigle-banner_img-main .article-banner_news_icons_product{
	position: relative;
}
.artigle-banner_img-main .article-banner_news_icons_product:before{
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	top: 111px;
	left: 56px;
	background: url("/local/components/bitrix/news.detail/templates/news/images/products/bayer_gradient_original_white.svg")center center no-repeat;
	background-size: 100%;
	z-index: 18;
}


/*Elements Icons Start*/

/*Icons Main*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_banner-news_main
{
	width: 60px !important;
	height: 60px !important;
	margin-top: 0px !important;
	object-fit: contain !important;
}
/*Icons Block Position*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_nanner-hover
{
	width: 60px;
	height: 60px;
	position: relative;
	transform: translate(-1px, -70px);
}
/*Icons Secondary*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_nanner-hover
.Icons_banner-news_top,
.Icons_banner-news_middle,
.Icons_banner-news_right
{
	position: absolute;
}
/*Icons MD*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_nanner-hover
.Icons_banner-news_top
{
	top: 1px;
	left: -7px;
	opacity: 0;
	width: 29px;
	height: 29px;
	margin-top: 0px !important;
}
/*Icons SM*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_nanner-hover
.Icons_banner-news_middle
{
	bottom: -2px;
	left: 6px;
	opacity: 0;
	width: 23px;
	height: 23px;
	margin-top: 0px !important;
}
/*Icons XS*/
.article-banner_news
.article-banner
.article_news_icons
.Elements_icons_nanner-hover
.Icons_banner-news_right
{
	top: 33px;
	right: 0px;
	opacity: 0;
	width: 18px;
	height: 18px;
	margin-top: 0px !important;
}
/*Icons Hover*/
.news_link-block:hover
.Elements_icons_nanner-hover
.Icons_banner-news_top
{
	animation: both Icons_covid_top 470ms ease;
}
@keyframes Icons_covid_top{
	0%{
		top: 8px;
		left: 1px;
		opacity: 0;
	}
	85%{
		opacity: 1;
	}
	100%{
		top: 4px;
		left: -4px;
		opacity: 1;
	}
}
.news_link-block:hover
.Elements_icons_nanner-hover
.Icons_banner-news_middle
{
	animation: both Icons_covid_middle 470ms ease;
}
@keyframes Icons_covid_middle{
	0%{
		bottom: 2px;
		left: 9px;
		opacity: 0;
	}
	85%{
		opacity: 1;
	}
	100%{
		bottom: -2px;
		left: 6px;
		opacity: 1;
	}
}
.news_link-block:hover
.Elements_icons_nanner-hover
.Icons_banner-news_right
{
	animation: both Icons_covid_right 470ms ease-out;
}
@keyframes Icons_covid_right{
	0%{
		top: 27px;
		right: 8px;
		opacity: 0;
	}
	85%{
		opacity: 1;
	}
	100%{
		top: 33px;
		right: 0px;
		opacity: 1;
	}
}

/*News Documention*/
.detail-text .news__document_list_main {
	display: flex;
	flex-direction: row;
	margin-bottom: 32px;
}
.detail-text .news__document_list_main h5{
	width: 176px;
	font-size: 14px;
	font-weight: 400;
	color: #525252;
	line-height: 1.4;
}
.detail-text .news__document_list_main h5{
	width: 176px;
	font-size: 14px;
	font-weight: 400;
	color: #525252;
	line-height: 1.4;
}
.detail-text .news__document_list_main a{
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.detail-text .news__document_list_main a:before{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #E84E0F;
	position: absolute;
	bottom: 7px;
	left: 0px;
	transform-origin: 0%;
	transform: scaleX(0);
	transition: transform 400ms ease;
}
.detail-text .news__document_list_main a:hover:before{
	transform: scaleX(1);
}
.detail-text .news__document_list_main a .news_document_link-title{
	font-size: 14px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	padding: 4px 0px 0px 10px;
	margin-bottom: 0px;
}
.detail-text .news__document_list_main a img{
	margin-bottom: 0px;
}

/*---DESKTOP FIRST---*/

@media (max-width: 576px) {
	/*START CUSTOM STYLE*/
		/**/
		/*INTERVIEW*/
		.profile-block_header {
			margin-top: 60px !important;
			line-height: 120%;
		}
		.profile-block_interview-list {
			padding: 30px 20px 120px 20px !important;
		}
		/*FOOTER*/
		.footer-bg {
			margin-top: 0px !important; 
			padding-top: 200px !important;
		}
		.footer-adress-flex .footer-adress {
			transform: translate(-15px, -226px) !important;
		}
	/*END CUSTOM STYLE*/

	/*--DISKLIMER BANNER--*/
	.disclaimer_main .h_disclaimer .headline_disc {
		font-size: 30px !important;
	}
	.disclaimer_main .cont_disc {
		padding: 0px 20px 0px 20px;
	}
	.news_components_d-text .disclaimer_main .logo_disc img {
		width: 90px !important;
		height: 90px !important;
	}

	/*--BANNER SERVICE--*/
		.article-banner_news {
			padding: 15px !important;
		}
		.article-banner_news 
		.article-banner_news_title 
		.article_news_icons {
				width: 40px !important;
				height: 40px !important;
				transform: translate(-14px, 0px);
				margin-left: 35px;
		}
		.article-banner_news 
		.article-banner 
		.article_news_icons 
		.Elements_icons_banner-news_main {
			width: 45px !important;
			height: 45px !important;
			margin-left: 0px !important;
		}
		/*Icons MD*/
		.article-banner_news
		.article-banner
		.article_news_icons
		.Elements_icons_nanner-hover
		.Icons_banner-news_top
		{
			width: 25px;
			height: 25px;
		}
		/*Icons SM*/
		.article-banner_news
		.article-banner
		.article_news_icons
		.Elements_icons_nanner-hover
		.Icons_banner-news_middle
		{
			width: 21px;
			height: 21px;
		}
		/*Icons XS*/
		.article-banner_news
		.article-banner
		.article_news_icons
		.Elements_icons_nanner-hover
		.Icons_banner-news_right
		{
			width: 16px;
			height: 16px;
		}
		/*Icons Hover*/
		.news_link-block:hover
		.Elements_icons_nanner-hover
		.Icons_banner-news_top
		{
			animation: both Icons_covid_top 470ms ease;
		}
		@keyframes Icons_covid_top{
			0%{
				top: 24px;
				left: 5px;
				opacity: 0;
			}
			95%{
				opacity: 1;
			}
			100%{
				top: 14px;
				left: -5px;
				opacity: 1;
			}
		}
		.news_link-block:hover
		.Elements_icons_nanner-hover
		.Icons_banner-news_middle
		{
			animation: both Icons_covid_middle 470ms ease;
		}
		@keyframes Icons_covid_middle{
			0%{
				bottom: -2px;
				left: 6px;
				opacity: 0;
			}
			95%{
				opacity: 1;
			}
			100%{
				bottom: -8px;
				left: 8px;
				opacity: 1;
			}
		}
		.news_link-block:hover
		.Elements_icons_nanner-hover
		.Icons_banner-news_right
		{
			animation: both Icons_covid_right 470ms ease-out;
		}
		@keyframes Icons_covid_right{
			0%{
				top: 37px;
				right: 18px;
				opacity: 0;
			}
			85%{
				opacity: 1;
			}
			100%{
				top: 31px;
				right: 17px;
				opacity: 1;
			}
		}

		.article-banner_news .article-banner_news_title {
			margin-top: 15px;
			display: flex !important;
			flex-direction: row !important;
			justify-content: flex-start !important;
		}
		.artigle-banner_img-main .article-banner_news_title {
			display: block !important;
			flex-direction: inherit !important;
		}
		.article-banner_news .article-banner_news_title h5 {
			max-width: 69% !important;
			width: 80% !important;
			font-size: 25px !important;
			flex: 0 0 79%;
			padding-right: 0px;
			padding-bottom: 2px !important;
		}
		.article-banner_news .article-banner_news_title h5:before {
			bottom: -9px !important;
		}
		.artigle-banner_img-main .article-banner_news_title h5 {
      font-size: 25px;
      flex: 0 0 79%;
      padding-right: 0px;
      padding-bottom: 15px !important;
    }
    .artigle-banner_img-main .article-banner_news_title h5:before {
      bottom: 7px !important;
    }
		.article-banner_news .article-banner_news_title .h5_banner_h {
			font-size: 25px !important;
			flex: 0 0 69%;
			padding-right: 0px;
			padding-bottom: 0px !important;
		}
		.article-banner_news .article-banner_news_title .h5_banner_h:before {
			bottom: -10px !important;
		}
    .article-banner_news small {
        font-size: 18px;
    }
    .article-banner_news .article-banner_news_title .article-banner_news_icons .arrow_service {
			width: 40px !important;
			height: auto;
			margin-left: 0px;
			transform: translateY(3px);
    }
		.article-banner_news .article-banner_news_title .article-banner_news_icons_product {
			max-width: 100%;
			width: 100%;
		}
		.article-banner_news .article-banner_news_title .article-banner_news_icons_product .arrow_service {
			width: 40px !important;
			height: auto;
		}
		.article-banner_news .article-banner_price {
			font-size: 21px !important;
			margin-top: 35px !important;
		}
		.article-banner_news .article-banner_price .rub {
			font-size: 23px !important;
		}
		.article-banner_news .article-banner_price small p{
			padding: 5px 19px 5px 8px;
		}
		.article-banner_news .article-banner_price .title_desc_ban{
			font-size: 26px;
		}
		.news_components_d-text .article-banner .article-banner_price p{
			display: inline-block;
		}
		.article-banner_news .article-banner_price small:before {
			width: 32px;
			height: 32px;
			top: -5px;
			left: -1px;
		}
		.news_link-block:hover .arrow_service {
			animation: arrow_service 600ms ease-out infinite;
		}
		@keyframes arrow_service {
					0% {
							transform: translateX(0px);
					}
					50% {
							transform: translateX(10px);
					}
					100% {
						transform: translateX(0px);
					}
			}

	/*News Documents*/
	.detail-text .news__document_list_main {
		flex-direction: column;
	}
	.detail-text .news__document_list_main h5 {
		font-size: 18px;
		width: 100%;
	}
	.detail-text .news__document_list_main a{
		margin-top: 12px;
	}
	.detail-text .news__document_list_main a:before {
		bottom: 0px;
		width: 95%;
	}
	.detail-text .news__document_list_main a:hover:before {
		width: 95%;
	}
	.detail-text .news__document_list_main a img{
		width: 45px;
		height: 45px;
		padding: 0px 0px;
		margin-bottom: -1px !important;
	}
	.detail-text .news__document_list_main a .news_document_link-title {
		font-size: 18px;
		padding-left: 3px;
	}

}


.news-block_ach-link {
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: color 300ms ease;
    display: inline-block !important;
    position: relative !important;
}

.news-block_ach-link:hover {
    color: #e84e0f !important;
}

.news-block_ach-link:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background: #000;
    transition: background 300ms ease;
}

.news-block_ach-link:hover:before {
    background: #e84e0f;
}


/*-Start---Banner-News-*/

.news_content_d-inner_text .news_components_d-text 
.article-banner_news.article_inner_main {
	max-height: 314px;
	height: 314px;
	overflow: hidden;
}
.artigle-banner_img-main .article-banner_img.banner_inner-img{
		width: 300px;
}
.artigle-banner_img-main .article-banner_img.banner_inner-img .article-banner_img-past{
		width: 300px !important;
		height: 298px !important;
		position: absolute;
		top: -161px !important;
		left: 11px !important;
}
.artigle-banner_img-main .article-banner_img.banner_inner-img:after {
	display: none;
}
.artigle-banner_img-main .article-banner_img.banner_inner-img:before{
		content: "";
		top: -80px;
		left: 25px;
		background-color: var(--accent-d_color);
		width: 250px;
		height: 250px;
		border-radius: 500px;
}
.artigle-banner_img-main .article-banner_img{
    width: 249px;
    height: auto;
    padding: 2px;
    position: relative;
}
.artigle-banner_img-main .article-banner_img_product{
	width: 249px;
	height: auto;
	padding: 2px;
	position: relative;
}
.artigle-banner_img-main {
    background-color: #FBBA00;
    transition: background 600ms ease;
}
.artigle-banner_img-main:hover{
    background-color: #fff;
}
.artigle-banner_img-main .article-banner_img .article-banner_img-past{
		width: 269px !important;
		height: 214px !important;
		position: absolute;
    top: -120px !important;
    left: -3px !important;
		z-index: 17;
		object-fit: cover;
}
.artigle-banner_img-main .article-banner_img_product .article-banner_img-past{
	width: 269px !important;
	height: 214px !important;
	position: absolute !important;
	top: -120px !important;
	left: -3px !important;
	z-index: 17 !important;
	object-fit: contain !important;
}
.artigle-banner_img-main{
    padding: 26px 40px 40px 35px !important;
}
.artigle-banner_img-main .article-banner_news_title h5{
    flex: 0 0 60%;
}
.artigle-banner_img-main .article-banner_news_title .h5_banner_h{
	flex: 0 0 60%;
}
.artigle-banner_img-main .article-banner_price{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.article-banner_news .article-banner_description h6{
		max-width: 446px !important;
		font-weight: 700 !important;
		font-size: 20px !important;
		line-height: 1.2;
		margin: 0 !important;
		margin-top: 13px !important;
		display: inline-block;
}
.artigle-banner_img-main .article-banner_img:before{
    content: "";
    top: -34px;
    left: 33px;
    position: absolute;
    background-color: #000;
    width: 193px;
    height: 193px;
    border-radius: 100px;
    z-index: 5;
}
.artigle-banner_img-main .article-banner_img_product:before{
	content: "";
	width: 200px;
	height: 200px;
	top: -29px;
	left: 35px;
	position: absolute;
	background-color: #000;
	border-radius: 100px;
	z-index: 5;
}
.artigle-banner_img-main .article-banner_img:after{
    content: "";
    width: 90%;
    height: 57px;
    position: absolute;
    top: 46px;
    left: 15px;
    z-index: 13;
    background: linear-gradient(298deg, #9400d3,#57cdff);
    animation: lighting_artigle_1 700ms ease infinite;
    animation-direction: alternate-reverse;
}
@keyframes lighting_artigle_1 {
    0% {
        transform: rotate(30deg) scale(1);
        filter: blur(calc(54px / 2));
        opacity: 0.6;
    }
    100% {
        transform: rotate(31deg) scale(1.1);
        filter: blur(calc(54px / 1));
        opacity: 1;
    }
}
.artigle-banner_img-main .article-banner_img_product:after{
	content: "";
	width: 60%;
	height: 107px;
	position: absolute;
	top: 26px;
	left: 46px;
	z-index: 13;
	background: linear-gradient(298deg, #9400d3,#57cdff);
	animation: lighting_artigle_3 800ms ease infinite;
	animation-direction: alternate-reverse;
}
@keyframes lighting_artigle_3 {
	0% {
		transform: rotate(30deg) scale(1);
		filter: blur(calc(60px / 1));
		opacity: 0.6;
	}
	100% {
		transform: rotate(31deg) scale(1.1);
		filter: blur(calc(54px / 1));
		opacity: 1;
	}
}

/*--ICONS MOSQUITO--*/
.article-banner_news .article-banner .article_news_icons img {
		margin: 0px 0px 0px 0px!important;
}
.article-banner_news .article-banner .article_news_icons .mosquito_flay_body{
		width: 60px !important;
		height: 60px !important;
		object-fit: contain !important;
		display: inline-block !important;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_flay {
		transform: translate(2.4px, -49px);
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_flay_right{
		width: 25px !important;
		height: 15px !important;
		transform-origin: 100% 10%;
		transform: translate(0px, -3px) rotate(0deg);
		transition: transform 250ms ease;
		display: inline-block !important;
		object-fit: contain !important;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_flay_left{
		width: 25px !important;
		height: 15px !important;
		transform-origin: 0% 20%;
		transform: translate(-1px, -3px) rotate(0deg);
		transition: transform 250ms ease;
		display: inline-block !important;
		object-fit: contain !important;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_tail {
	transform: translate(-12px, -100px) scale(1) !important;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_tail path{
	fill: #000000;
	transform: translate(-1px, -1px) scale(1);
	transition: all 350ms ease;
}
.news_link-block:hover .article_news_icons .mosquito_tail path{
	fill: #E84E0F;
	transform: translate(-1px, 0px) scale(1.2);
}
.news_link-block:hover .article_news_icons .mosquito_flay_left{
	transform: translate(-2px, -3px) rotate(-8deg);
}
.news_link-block:hover .article_news_icons .mosquito_flay_right{
	transform: translate(1px, -3px) rotate(6deg);
}
/*end banner*/
.one-news-block .detail-text img.icon-h2 {
    width: 45px;
    height: 45px !important;
    margin-left: -55px;
    margin-bottom: -50px !important;
}
.in-anchors_link:before {
    content: "";
    height: 24px;
    width: 18px;
    display: block;
    left: -24px;
    position: absolute;
    opacity: 1;
    transform: translateY(-50%);
}



























/*--START RELATED NEWS--*/

.headline_block {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.headline_block .headline {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.headline_block .headline__des{
	width: 100%;
	max-width: 517px;
	font-family: var(--userfont);
	font-weight: 700;
	font-size: 16px;
	margin: 0px 0px 0px 18px;
	letter-spacing: 0.025em;
	position: relative;
	color: #646464;
 }

.headline_block .headline__des:before{
 content: "";
 width: 7px;
 height: 7px;
 position: absolute;
 top: 8px;
 left: -15px;
 background-color: var(--primary-color);
 border-radius: 50px;
 }

.headline_block .headline_block-link{
  width: 20%;
  display: flex;
	justify-content: flex-end;
 }

.headline_block .headline__link{
	font-family: var(--userfont);
	font-weight: 700;
	font-size: 16px;
	color: var(--primary-color);
	text-decoration: none;
	letter-spacing: 0.035em;
}

.headline_block .headline__link:hover .link_arrow_line{
	width: 56px;
 }


.headline_block .headline__link .link_arrow_line{
 width: 36px;
 height: 3px;
 background-color: var(--primary-color);
 display: inline-block;
 position:relative;
 vertical-align: middle;
 flex-basis: flex-end;
 transition: width 400ms ease;
 }

.headline_block .headline__link .link_arrow_line::after, .headline_block .headline__link .link_arrow_line::before{
	content: " ";
	width: 13px;
	height:3px;
	background-color: var(--primary-color);
	position:absolute;
	top: -4px;
	right: -1px;
	transform: rotate(45deg);
	transition: transform 400ms ease;
}

.headline_block .headline__link .link_arrow_line::before{
	top: 4px;
	right: -1px;
	transform: rotate(-45deg);
	transition: transform 400ms ease;
}

/*News tags block*/
.news_related_slider .news_tags-main{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news_tags-main .tags_btn{
max-width: 150px;
width: 100%;
border: 3px solid var(--primary-color);
border-radius: 6px;
margin-right: 25px;
}
.news_tags-main .tags_btn:last-child{
margin-right: 0px;
}
.news_tags-main .tags_btn .tags_sort{
padding: 20px 10px;
font-size: 14px;
font-weight: 700;
color: #000;
text-align: center;
display: block;
text-decoration: none;
background-color: transparent;
transition: background-color 650ms ease;
}
.news_tags-main .tags_btn .tags_sort:hover{
background-color: var(--primary-color);
}

/*News section*/
.news_related_main{
margin: 90px 0px 160px 0px;
}
.news_related_slider{
margin-top: 90px;
position: relative;
}
.swiper-news_main{
position: relative !important;
overflow: inherit !important;
margin-top: 80px;
}
.swiper-news_main .swiper-wrapper {
margin-bottom: 50px;
}
	
.swiper-news_main .swiper-wrapper .swiper-slide {
color: #000;
width: 568px;
}
/*News img*/
.swiper-news_main .swiper-wrapper .swiper-slide .news_item-img {
width: 100%;
height: 251px;
display: inline-block;
overflow: hidden;
margin-bottom: 40px;
}

.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq {
background-size: cover;
width: 100%;
height: 251px;
position: relative;
transform: scale(1);
transition: transform 600ms ease-out;
}

.swiper-news_main .swiper-wrapper .swiper-slide .news_item-img:hover .swiper-slide_imq {
transform: scale(1.1);
}

/*Animation news slide*/

@keyframes scale_img{
	0%{
	transform: scale(1);
	}
	50%{
	transform: scale(1.1);
	}
	100%{
	transform: scale(1);
	}
}

.news_related_slider .swiper-news_main .swiper-slide-active .swiper-slide_imq{
 animation: scale_img 1200ms ease-out;
 animation-delay: 100ms;
}
.news_related_slider .swiper-news_main .swiper-slide-next .swiper-slide_imq{
 animation: scale_img 1200ms ease-out;
 animation-delay: 100ms;
}

/*News overlay*/
.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq:after {
content:"";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
}
.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq .slide_imq_action{
width: 100%;
height: 100%;
position: relative;
display: block;
}
.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq .slide_imq_action .sale__action{
width: 134px;
height: 134px;
background-color: var(--primary-color);
border-radius: 100%;
position: absolute;
bottom: -25%;
right: 10px;
text-align: center;
padding-top: 20px;
z-index: 20;
}

.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq .slide_imq_action .sale__action{
font-family: var(--userfont);
font-weight: 900;
font-size: 15px;
}

.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq .slide_imq_action .sale__action .action__item-title{
font-weight: 700;
font-size: 40px;
letter-spacing: 0.025em;
}

.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq .slide_imq_action .sale__action p{
margin: 0px;
}

[data-animate]{
opacity: 0;
transition: all 1000ms ease-out;
}
[data-animate="right"]{
transform: translate3d(65px,0,0);
}

.news_related_slider .swiper-news_main .swiper-slide-active [data-animate]{
opacity: 1;
transform: none;
}

.news_related_slider .swiper-news_main .swiper-slide-next [data-animate]{
opacity: 1;
transform: none;
}

.swiper-news_main .swiper-slide{
opacity: 0;
transition: opacity 1.1s ease-out;
}

.news_related_slider .swiper-news_main .swiper-slide-active{
opacity: 1;
transition: opacity 1.1s ease-out;
}

.news_related_slider .swiper-news_main .swiper-slide-prev{
opacity: 0;
transition: opacity 1.1s ease-out;
}
	
.news_related_slider .swiper-news_main .swiper-slide-next{
opacity: 1;
transition: opacity 1.1s ease-out;
}

/*News autor*/
.slide_autor_action{
padding: 0px 0px 0px 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
transition: transform 850ms ease-out, opacity 850ms ease-out;
}

.slide_autor_action .autor__action{
display: flex;
flex-direction: row;
align-items: flex-start;
}

.slide_autor_action .autor__action .autor-foto_news{
position: relative;
width: 73px;
height: 65px;
}

.slide_autor_action .autor__action .autor-foto_news:before{
content: "";
width: 70px;
height: 70px;
border-radius: 100px;
position: absolute;
top: -6px;
left: 1.4px;
border: 3px solid var(--primary-color);
background-color: transparent;
transform: scale(0);
opacity: 0;
transition: transform 850ms ease-out, opacity 850ms ease;
z-index: -1;
}

.slide_autor_action:hover.slide_autor_action .autor__action .autor-foto_news:before{
transform: scale(1);
opacity: 1;
}

.slide_autor_action .autor__action .autor-headline_news .h4{
color: #000;
font-size: 15px;
font-weight: 900;
margin-bottom: 4px;
}

.slide_autor_action .autor__action .autor-headline_news {
text-decoration: none;
}

.slide_autor_action .autor_headline {
margin-left: 13px;
}

.slide_autor_action .autor_headline .autor-headline_info p{
font-size: 13px;
font-weight: 400;
margin: 0px;
line-height: 1.5;
}

.hashtag-news_main{
margin-top: -4px;
}
.hashtag-news_main .hashtag-news{
font-size: 14px;
font-weight: 700;
color: var(--primary-color);
text-align: right;
text-decoration: none;
}
/*News headline*/
.news_related_slider .news-slide_headline{
max-width: 94%;
margin: 40px 0px 0px 0px;
padding: 0px 15px 0px 20px;
}
.news_related_slider .news-slide_headline .h3{
	font-size: 25px;
	font-weight: 700;
	font-family: var(--userfont);
	transition-delay: 350ms;
}
.news_related_slider .news-slide_headline .h3 a{
	color: #2f2e2e;
	line-height: 1.2;
	text-decoration: none;
}
.news_related_slider .news-slide_text{
	max-width: 94%;
	max-height: 77px;
	height: 77px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f2e2e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: break-spaces;
	padding-left: 20px;
	position: relative;
}
/*News info date*/
.news_related_slider .news_info_date{
	margin-top: 24px;
	padding-left: 20px;
}
.news_related_slider .news_info_date .news_date{
	color: #505050;
	font-size: 14px;
	letter-spacing: 0.06em;
	margin-top: 24px;
	width: 100%;
	font-weight: 700;
}
.news_related_slider .news_info_date .news_date .time_date{
	margin-left: 6px;
}
/*News info*/
.news_related_slider .news_info_content{
margin-top: 23px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}

.news_related_slider .news_info_content .info_content_items{
display: flex;
flex-direction: row;
}

.news_related_slider .news_info_content .info_content_items .ic_info{
margin-right: 35px;
cursor: pointer;
}

.news_related_slider .info_content_items .ic_info span{
font-size: 16px;
font-weight: 700;
color: var(--primary-color);
vertical-align: middle;
margin-left: 7px;
transition: color 500ms ease;
}

/*News share*/
#share_news .share_border{
stroke: #C4C4C4;
transition: stroke 400ms ease;
}
.mews_share:hover #share_news .share_border{
stroke: var(--primary-color);
}

#share_news .share_arrow{
transform: translate(0px, 0px);
transition: transform 350ms ease;
}
.mews_share:hover #share_news .share_arrow{
transform: translate(3px, -3px);
}

/*News bookmark*/
#bookmark_news{
fill:rgba(255, 255, 255, 0);
transition: fill 500ms ease;
}
.mews_mark:hover #bookmark_news{
fill: var(--primary-color);
}

#bookmark_news .bookmark_border{
stroke: #C4C4C4;
transition: stroke 400ms ease;
}
.mews_mark:hover #bookmark_news .bookmark_border{
stroke: var(--primary-color);
}

/*News comment*/
#comment_news{
fill:rgba(255, 255, 255, 0) !important;
transition: fill 500ms ease;
}
.mews_comment_main:hover #comment_news{
fill: var(--primary-color);
}

.mews_comment_main:hover.ic_info span{
color:#C4C4C4;
}

#comment_news .comment_border{
fill:#C4C4C4;
transition: fill 400ms ease;
}
.mews_comment_main:hover #comment_news .comment_border{
fill: var(--primary-color);
}

/*News like*/
.news_related_slider .info_like_block{
display: flex;
flex-direction: row;
align-items: flex-end;
}

.news_related_slider .info_like_block .plus_like, .minus_like{
position: relative;
width: 25px;
height: 25px;
cursor: pointer;
margin: -5px 20px 0px 20px;
transform-origin: 50% 50%;
transform: rotate(0deg);
transition: transform 650ms ease;
}

.news_related_slider .info_like_block .plus_like:hover{
transform: rotate(180deg);
}

.news_related_slider .info_like_block .plus_like::after{
content:" ";
width: 18px;
height: 2px;
background-color: #C4C4C4;
position:  absolute;
top: 12px;
left: 4px;
transition: background-color 550ms ease;
}

.news_related_slider .info_like_block .plus_like::before{
content:" ";
width: 18px;
height: 2px;
background-color: #C4C4C4;
position:  absolute;
top: 12px;
left: 4px;
transform: rotate(90deg);
transition: background-color 550ms ease;
}

.news_related_slider .info_like_block .plus_like:hover::after{
background-color: var(--primary-color);
}

.news_related_slider .info_like_block .plus_like:hover::before{
background-color: var(--primary-color);
}


.news_related_slider .info_like_block .minus_like:hover::after{
background-color: var(--accent);
}

.news_related_slider .info_like_block .minus_like::after{
content:" ";
width: 18px;
height: 2px;
background-color: #C4C4C4;
position:  absolute;
top: 12px;
left: 4px;
transition: background-color 550ms ease;
}

.news_related_slider .info_like_block .info_like{
font-size: 16px;
font-weight: 700;
color: var(--primary-color);
vertical-align: middle;
margin: 0;
line-height: 1.7;
}

/*News navigation*/
.swiper-news_main .swiper-nav_main{
width: 100%;
max-width: 86px;
height: 39px;
position: absolute;
bottom: -94px;
right: 0px;
z-index: 100;
}

/*News arrow navigation*/

.swiper-nav_main .swiper-button-next, .swiper-rtl .swiper-button-prev {
		background-image: none;
		right: 10px;
		left: auto;
}
.swiper-nav_main .swiper-button-next {
		background-image: url(/local/components/bitrix/news.detail/templates/news/images/ic/Icons_arrow_sertif_next.svg);
		background-position: center center;
		background-repeat: no-repeat;
}
.swiper-nav_main .swiper-button-prev {
		background-image: url(/local/components/bitrix/news.detail/templates/news/images/ic/Icons_arrow_sertif_prev.svg);
		background-position: center center;
		background-repeat: no-repeat;
}

.swiper-nav_main .swiper-button-next, .swiper-nav_main .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 27px !important;
		height: 44px !important;
		background-size: 14px 29px !important;
		margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color, var(--swiper-theme-color))#E84E0F;
}

.product-nav_position .swiper-button-next:after, 
.product-nav_position .swiper-button-prev:after{
	font-size: 28px !important;
	color: var(--primary-d_color) !important;
}

.swiper-news_main .swiper-button-next, .swiper-news_main .swiper-button-prev {
 top: 37%;
}

.product-nav_position .swiper-button-next, .product-nav_position .swiper-button-prev{
outline: none;
}

.product-nav_position .swiper-button-next::after, .product-nav_position .swiper-button-prev::after{
font-size: 28px;
color: var(--primary-color);
}

/*--END RELATED NEWS--*/



























/* === DESKTOP FIRST === */

/* xl <= Extra Full Large (xxxl) */
@media (max-width : 3200px) {
	/*--*/
}

/* xl <= Extra Full Large (xxxl) */
@media (max-width : 2400px) {
	/*--*/
}

/* xl <= Extra Full Large (xxxl) */
@media (max-width : 1920px) {
	/*--Start Logo-top--*/
	.news_header_d-section_main .news_header_d_logo{
		margin: 20px 0px 20px 0px;
	}
	.news_header_d-section_main .news_header_d_logo .d_logo_main img{
		width: 125px;
		height: 125px;
	}
}

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {
	/*---START Header Screen----*/

	/*---Content-BOTTOM---*/
	/*Content - Element link Tags*/
	.news_header_d-section_main .news_header_d-content-bottom
	.news_element_d-btn_tags{
		padding: 14px 16px;
	}
	/*---END Header Screen----*/
		/*START Right --------- Sidebar - Component--*/
	/*--Right - Sidebar TOP - Autor Name--*/
	.news_d-autor-container_profile .news_d-autor-container_info 
	.news_d-autor-info_name .h4_headline{
		font-size: 25px;
		line-height: 1.5;
	}
	/*END Right --------- Sidebar - Component--*/
	/*---START Content Specialists Worked---Component---*/

	/*--Content Specialists---Profiles--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists .d-specialists_joint_name{
		max-width: 192px;
	}
	/*--Content Specialists---Name--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists .d-specialists_joint_name
	.d-specialists_name h4{
		font-size: 18px;
	}
	/*---END Content Specialists Worked---Component---*/
}
/* lg <= Extra large (xl) */
@media (max-width : 1200px) {
	/*---START Content Screen---Component----*/
	/*START Right --------- Sidebar - Component--*/
	/*--Right - Sidebar TOP -Autor Profile--*/
	/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo{
		flex-wrap: wrap;
		justify-content: inherit;
		margin-bottom: 0px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo {
		margin-bottom: 20px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo:first-child {
		margin-right: 34px;
	}
	/*---Right - Sidebar BOTTOM - Link Anchors Block--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_anc-container .news_d-anc-sticky_link
	.news_d-anc_link .d-anc_link a{
		padding-right: 19px;
	}
	/*END Right --------- Sidebar - Component--*/
	/*------------------------------------------------*/
	/*---START Content Specialists Worked---Component---*/
	/*--Content Specialists---Profiles--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists {
		max-width: 70%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists a{
		width: 116px;
		height: 116px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists a:before{
		width: 118px;
		height: 118px;
		left: -5.4%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists img{
		width: 110px;
		height: 111px;
	}
	/*---END Content Specialists Worked---Component---*/
}
/* lg IPad Pro(xl) */
@media (max-width : 1024px) {

	/*-------------------------------------------------*/

	/*---START---Block Custom--*/

	.wrap .custom_d-grid_xl{
		padding: 0px 0px !important;
		height: auto;
		background: black;
		position: relative !important;
		z-index: 100;
		overflow: visible !important;
	}
	.wrap .custom_d-grid_xl .container-fluid{
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 20px;
	}
	.one-news-block {
		margin-top: 0px !important;
		padding: 0 0px !important;
	}
	article.detail-text p {
		padding: 0px 30px;
	}
	article.detail-text h3 {
		font-size: 22px;
		padding: 20px 30px;
	}
	article.detail-text ul {
		padding: 20px 30px;
	}
	article.detail-text ul li p{
		padding: 0px 0px;
	}
	.one-news-block .detail-text img {
		padding: 20px 30px;
	}
	.one-news-block .detail-text figure {
		padding: 20px 30px;
	}
	.one-news-block .detail-text figure img {
		padding: 0px 0px 15px 0px;
	}
	.one-news-block .detail-text .news-block_ach-link {
		padding: 0px 30px 20px 30px;
	}
	.one-news-block .detail-text .news-block_ach-link:before {
		bottom: 22px;
		left: 30px;
	}
	.one-news-block .detail-text p .news-block_ach-link {
		padding: 0px 0px 0px 0px;
	}
	.one-news-block .detail-text p .news-block_ach-link:before {
		bottom: 1px;
		left: 0px;
	}
	.one-news-block .detail-text div {
		padding: 0px 30px;
	}
	.one-news-block .detail-text .article-banner_news {
		margin: 50px 0px 50px 30px !important;
	}
	.one-news-block .detail-text .icon-h2{
		padding: 0px 0px;
	}
	.one-news-block .detail-text img.icon-h2 {
		padding: 0px 0px;
	}
	.one-news-block .detail-text .detail-text-plashka-after{
		padding-top: 30px;
	}
	.one-news-block .detail-text .detail-text-plashka-after-img{
		padding: 0px 0px;
	}
	.one-news-block .detail-text .detail-text-plashka-after-text{
		padding: 0px 0px;
	}
	.one-news-block .detail-text .q {
		padding: 30px 30px 30px 80px;
		margin-left: 117px;
		width: 80%;
	}
	.one-news-block .detail-text .q p{
		padding: 0px 0px 0px 0px !important;
	}
	.one-news-block .detail-text .detail-text-plashka-after-img a img{
		padding: 0px 0px;
	}
	article.detail-text .news_components_d-bg p {
		padding: 0px 0px;
	}
	article.detail-text .news_components_d-bg h3 {
		padding: 0px 0px;
	}
	article.detail-text .news_components_d-bg ul {
		padding: 0px 0px;
	}
	.one-news-block .detail-text .news_components_d-bg img.icon-h2 {
		margin-left: 0px;
		padding: 0px 0px;
	}
	.one-news-block .detail-text .news_components_d-bg h2 {
		margin: 1px 0px 34px 55px;
	}
	.one-news-block .detail-text .news_components_d-bg img {
		padding: 20px 0px;
	}
	.one-news-block .detail-text .news_components_d-bg figure {
		padding: 0px 0px;
	}
	.one-news-block .detail-text .news_components_d-bg .article-banner_news {
		margin: 50px 0px 50px 0px !important;
	}
	.news_components_d-text .article-banner_news .article-banner_description h6{
		max-width: 254px !important;
		font-size: 18px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product:before {
		width: 160px !important;
		height: 160px !important;
		top: 28px !important;
		left: 29px !important;
	}
	.artigle-banner_img-main .article-banner_img_product {
		height: 250px;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
		top: 0px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
		top: -100px !important;
		left: -23px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_news_icons_product:before {
		top: 141px !important;
		left: 36px !important;
	}
	.one-news-block .detail-text .news_components_d-bg div {
		padding: 0px 0px;
	}
	.one-news-block .detail-text .news_components_d-bg .q {
		padding: 30px 30px 30px 80px;
		margin-left: 87px;
	}
	.news_content_d-logo_letter {
		padding: 32px;
	}
	.news_content_d-logo_letter:before {
		width: 80px;
		height: 80px;
	}
	.news_content_d-logo_letter .d-logo_letter img{
		width: 160px;
	}
	.news_content_d-logo_letter .d-logo_headline .h2_letter{
		font-size: 42px;
	}
	.news_content_d-logo_letter .d-logo_headline p {
		font-size: 18px;
	}
	.one-news-section .wrapper.width .in-author .in-wrap {
		margin-top: 0px;
		padding-top: 80px;
	}
	.one_news_h1_flex {
		position: relative;
		z-index: 10;
		background: #fff;
		padding: 0px 30px;
	}
	.news_components_d-bg{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 30px;
	}
	.one-news-section .wrapper.width .in-author {
		position: relative;
		z-index: 10;
		background: #fff;
		padding-bottom: 5px;
	}
	.in-author .in-anchors .in-anchors_content 
	.in-anchors_link:last-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.one-news-section .preview {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding: 0px 30px 22px 30px;
	}
	.one-news-section .in-hat {
		background: #fff !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.in-info {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.in-hat .in-hat_img {
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	.detail-text-plashka-after {
		position: relative;
		z-index: 10;
		background: #FFF;
		padding: 25px 30px;
	}
	.wrap .faq-section {
		position: relative;
		z-index: 10;
		margin: 0px 0px !important;
	}
	.one-news-section .new-options.width {
		position: relative;
		z-index: 10;
		background: #fff;
		padding-bottom: 48px;
		margin-bottom: 0px !important;
	}
	.wrap .profile-block.profile-block_inerview {
		position: relative;
		z-index: 10;
	}
	.profile-block_header {
		padding-left: 20px;
	}
	.profile-block_wrap.width .profile-block_interview-list {
		margin-bottom: 0px !important;
	}
	.wrap .container-fluid.v-forma-bg {
		z-index: 10;
	}
	.footer_components_link {
		position: relative;
		z-index: 10;
	}
	.footer-bg {
		z-index: 10;
	}
	.dobronew .footer {
		position: relative;
		z-index: 10;
	}

	/*---END---Block Custom--*/

	/*-------------------------------------------------*/

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 1024px;
		height: 1105px;
		display: block;
		position: relative;
		z-index: 2;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		height: 96vh;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 96vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 53%;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 164px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 100px;
		height: 100px;
		margin: 11px 20px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 50%;
		font-size: 100px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 34px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 5px;
	}

	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/

		/*---START Header Screen----*/

	/*Content-TOP - Breadcrumbs Link*/
	.news_header_d-content-top .news_components_d-breadcrumbs 
	.item_d-breadcrumbs a {
		font-size: 20px;
	}
	/*Content-TOP - Breadcrumbs Active*/
	.news_header_d-content-top .news_components_d-breadcrumbs
	.item_d-breadcrumbs span{
		font-size: 20px;
	}
	/*Content-TOP - Link Back*/
	.news_header_d-content-top .news_components_d-btn_back {
		width: 200px;
		height: 45px;
		font-size: 20px;
	}
	/*---Content-BOTTOM---*/
	.news_header_d-section_main .news_header_d-content-bottom {
		padding-bottom: 120px;
	}
	/*Content-BOTTOM - Element Published Date*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_date, .news_header_d-section_main 
	.news_header_d-content-bottom .news_element_d-published_time {
		font-size: 20px;
	}
	/*Content-BOTTOM - Element link Tags*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-btn_tags {
		padding: 21px 28px;
	}
	/*Content-BOTTOM - Element Description*/
	.news_header_d-section_main .news_header_d-content-bottom
	.news_header_d-description{
		margin-top: 45px;
	}
	/*---END Header Screen----*/
	
	.one-blog-block .detail-text img.icon-h2 {
		padding: 0px 0px;
		margin-left: 30px;
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link.active span {
		color: var(--accent);
	}
	.in-author .in-anchors .in-anchors_content 
	.in-anchors_link:last-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.in-anchors_link.active:before {
		height: 24px;
		width: 18px;
		background-image: url(/local/templates/dobrolov_new/img/filters/vector-active.svg);
		left: -32px;
		top: 49%;
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link {
		font-size: 21px;
		font-weight: 700;
		line-height: 1.2;
		color: rgba(0,0,0,.5);
		padding: 0px 10px 0px 0px;
		margin-bottom: 20px;
		transition: color 250ms ease;
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link.active span {
		color: var(--accent);
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link span{
		max-width: 385px;
	}
		/*---START Left -Content block---*/
	/*--List -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text
	.news_elements_d-text_list .news_d_list:before{
		top: 12%;
	}
	/*---END Left -Content block---*/

	/*-------------------------------------------*/

	/*START Right --------- Sidebar - Component--*/
	/*--Right - Sidebar TOP -Autor Profile--*/
	/*---Right - Sidebar TOP - Autor Userpic--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_userpic img{
		width: 123px;
		height: auto;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_userpic:before{
		width: 128px;
		height: 128px;
		top: 2px;
		left: -4.5%;
	}
	/*--Right - Sidebar TOP - Autor Name--*/
	.news_d-autor-container_profile .news_d-autor-container_info 
	.news_d-autor-info_name .h4_headline {
		font-size: 18px;
		font-weight: 900;
		line-height: 1.4;
	}
	/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo:first-child {
		margin-right: 0px;
	}
	/*---Right - Sidebar BOTTOM - Autor Features--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features{
	flex-direction: column;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features{
		margin-left: 0px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features:first-child{
		margin-bottom: 20px;
	}
	/*---Right - Sidebar BOTTOM - Autor Info Link--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo
	.news_d-autor-info_link{
		margin-top: 15px;
	}
	/*---Right - Sidebar BOTTOM - Link Anchors--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_anc-container{
		margin-top: 45px;
	}

	/*---Right - Sidebar BOTTOM - Link Anchors Block--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_anc-container .news_d-anc-sticky_link
	.news_d-anc_link .d-anc_link{
		margin-bottom: 25px;
	}

	/*---END Right --------- Sidebar - Component--*/
	/*------------------------------------------------*/
	/*---START Content Specialists Worked---Component---*/
	/*--Content Specialists---Profiles--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists {
		max-width: 82%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main h2 {
		max-width: 60%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists a{
		width: 86px;
		height: 86px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists a:before{
		width: 90px;
		height: 90px;
		left: -7.5%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists .d-specialists img{
		width: 84px;
		height: 84px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists .d-specialists_joint_name {
		margin-top: -6px;
		max-width: 309px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists .d-specialists_joint_name 
	.d-specialists_name h4 {
		font-size: 21px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):after{
		top: 43px;
		left: -51px;

	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):before{
		top: 50px;
		left: -46px;
	}
	/*---END Content Specialists Worked---Component---*/

}
/* md <= Large (lg) */
@media (max-width : 992px) {
	.headline_block .headline_block-link {
		width: 30%;
	}
	.swiper-news_main{
		position: relative !important;
		overflow: hidden !important;
	}
	.one-blog-block .detail-text img.icon-h2 {
		width: 45px;
		height: 45px !important;
		margin-left: 0px;
		margin-bottom: 39px !important;
		float: left;
		margin-right: 10px;
	}
	/*---START Left -Content block---*/
		.news_content_d-section_main .news_content_d-inner_main{
			justify-content: inherit;
			flex-direction: column-reverse;
			align-items: inherit;
		}
		/*--List -Content-Left--*/
		.news_content_d-inner_main .news_content_d-article_left
		.news_content_d-inner_text .news_components_d-text
		.news_elements_d-text_list .news_d_list:before{
			top: 25%;
		}
		/*---END Left -Content block---*/
		/*---------------------------------------*/
		/*---START Right --------- Sidebar - Component--*/
		.news_content_d-inner_main .news_content_d-article_sidebar{
			margin-bottom: 80px;
		}
		/*---START Right - Sidebar- Autor Cantainer--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container{
			flex-direction: row;
			flex-wrap: wrap;
		}
		/*---Right - Sidebar TOP - Autor Profile--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_profile{
			margin-right: 40px;
		}
		/*---Right-Sidebar TOP - Autor Name--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_profile
		.news_d-autor-container_info .news_d-autor-info_name{
			max-width: 213px;
		}
		/*---Right - Sidebar TOP- Autor Social--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_profile
		.news_d-autor-container_info .news_d-autor-info_social
		.news_d-autor_social-item{
			margin-right: 30px;
		}
		/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_subinfo{
			width: 51%;
			flex-wrap: wrap;
			margin-top: 34px;
		}
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_subinfo
		.news_d-autor-subinfo h6{
			font-size: 18px;
			font-weight: 900;
			line-height: 1.2;
		}
		/*---Right - Sidebar BOTTOM - Autor Features--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_features{
			flex-direction: row;
		}
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_features
		.news_d-autor-features h6{
			font-size: 18px;
			font-weight: 900;
			line-height: 1.2;
		}
		/*---Right - Sidebar BOTTOM - Autor Info Profile--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_textinfo
		.news_d-autor-info h6{
			font-size: 18px;
			font-weight: 900;
			line-height: 1.2;
		}
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_autor-container .news_d-autor-container_textinfo
		.news_d-autor-info p{
			max-width: 374px;
			font-size: 16px;
			font-weight: 700;
			line-height: 1.2;
		}
		/*---Right - Sidebar BOTTOM - Link Anchors--*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_anc-container{
			position: inherit;
		}
		/*Right - Sidebar BOTTOM - Link Active List*/
		.news_content_d-inner_main .news_content_d-article_sidebar
		.news_d-sidebar_anc-container .news_d-anc-sticky_link
		.news_d-anc_link .d-anc_link-line{
			top: 2px;
		}
		/*---END Right --------- Sidebar - Component--*/
		/*------------------------------------------------*/
		/*---START Content Specialists Worked---Component---*/
		/*--Content Specialists---Profiles--Component--*/
		.news_content_d-specialists_work .news_content_d-specialists_main 
		.news_d-specialists {
			max-width: 100%;
		}
		/*---END Content Specialists Worked---Component---*/
}

/* md <= Large (lg) */
@media (max-width : 820px) {

	/*-------------------------------------------------*/

	/*---START---Block Custom--*/

	.wrap .custom_d-grid_xl{
		padding: 0px 0px !important;
	}
	.wrap .custom_d-grid_xl .container-fluid{
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 20px;
	}
	.one-news-section .wrapper.width {
		padding: 0px 0px;
	}
	.one-news-block {
		margin-top: 0px !important;
		padding: 0 0px !important;
	}
	.in-info {
		padding: 80px 0px 45px 0px;
		margin-bottom: 0px;
	}
	.one-news-section .wrapper.width .in-author .in-wrap {
		margin-top: 0px;
		padding-top: 80px;
	}
	.one_news_h1_flex {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.news_components_d-bg{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 10;
	}
	.one-news-section .wrapper.width .in-author {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.in-author .in-wrap .in-author_info .in-author_info-soc {
		top: 211px;
	}
	.in-author .in-anchors .in-anchors_content 
	.in-anchors_link:last-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.one-news-section .preview {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 22px;
	}
	.one-news-section .in-hat {
		background: #fff !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.in-info {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.in-hat .in-hat_img {
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	.detail-text-plashka-after {
		position: relative;
		z-index: 10;
		background: #FFF;
	}

	/*---END---Block Custom--*/

	/*-------------------------------------------------*/

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 820px;
		height: 1053px;
		position: relative;
		z-index: 2;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		height: 104vh;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 104vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 68%;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 75px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 100px;
		height: 100px;
		margin: 11px 20px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 66%;
		font-size: 100px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 34px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 57px;
	}

	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/

}


/* sm <= Medium (md) */
@media (max-width : 768px) {
	/*-------------------------------------------------*/

	/*---START---Block Custom--*/

	.wrap .custom_d-grid_xl{
		padding: 0px 0px !important;
	}
	.wrap .custom_d-grid_xl .container-fluid{
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 20px;
	}
	.one-news-section .wrapper.width {
		padding: 0px 0px;
	}
	.one-news-block {
		margin-top: 0px !important;
		padding: 0 0px !important;
	}
	.in-info {
		padding: 80px 0px 45px 0px;
		margin-bottom: 0px;
	}
	.one-news-section .wrapper.width .in-author .in-wrap {
		margin-top: 0px;
		padding-top: 80px;
	}
	.one_news_h1_flex {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.news_components_d-bg{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 10;
	}
	.one-news-section .wrapper.width .in-author {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.in-author .in-wrap .in-author_info .in-author_info-soc {
		top: 211px;
	}
	.in-author .in-anchors .in-anchors_content 
	.in-anchors_link:last-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.one-news-section .preview {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 22px;
	}
	.one-news-section .in-hat {
		background: #fff !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.in-info {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.in-hat .in-hat_img {
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	.detail-text-plashka-after {
		position: relative;
		z-index: 10;
		background: #FFF;
	}

	/*---END---Block Custom--*/

	/*-------------------------------------------------*/

	/*---START Header Screen----*/
	/*---Content-BOTTOM---*/
	.news_header_d-section_main .news_header_d-content-bottom {
		padding-bottom: 80px;
	}
	/*Content-BOTTOM- Element Published Date*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_date .time_d-publishe{
		display: inline-block;
	}
	/*---END Header Screen----*/
	/*---START Right --------- Sidebar - Component--*/
	/*---Right - Sidebar TOP - Autor Userpic--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic {
		margin-right: 46px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_userpic img{
		width: 167px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic:before {
		width: 185px;
		height: 185px;
		top: -1px;
		left: -5.5%;
	}
	/*---Right-Sidebar TOP - Autor Name--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_info .news_d-autor-info_name {
		max-width: 322px;
	}
	.news_d-autor-container_profile .news_d-autor-container_info 
	.news_d-autor-info_name .h4_headline{
		font-size: 30px;
	}
	
	/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo {
		width: 180px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo{
		width: 80%;
		margin-top: 0px;
		justify-content: space-between;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo
	.news_d-autor-subinfo h6{
		font-size: 25px;
	}
	
	/*---Right - Sidebar BOTTOM - Autor Features--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features:first-child{
		margin-bottom: 0px;
		width: 207px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_features 
	.news_d-autor-features {
		max-width: 364px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features{
		margin: 25px 0px 45px 0px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features 
	.news_d-autor-features h6 {
		font-size: 25px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo 
	.news_d-autor-info h6 {
		font-size: 25px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo 
	.news_d-autor-info p {
		max-width: 494px;
	}
	/*---Right - Sidebar BOTTOM - Link Anchors--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_anc-container{
		margin-top: 40px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar .news_d-sidebar_anc-container .news_d-anc-headline {
		font-size: 25px;
	}
	/*---END Right --------- Sidebar - Component--*/
	/*------------------------------------------------*/
	/*---START Content Specialists Worked---Component---*/
	/*--Content Specialists---Headline--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main h2 {
		max-width: 95%;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists .d-specialists_joint_name 
	.d-specialists__position {
		font-size: 14px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):before {
		top: 50px;
		left: -40px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):after {
		top: 43px;
		left: -44px;
	}
	/*---END Content Specialists Worked---Component---*/

	/*--START Related News block--*/
	.headline_block .headline_block-link {
		width: 45%;
	}
	.headline_block .headline {
		font-size: 42px;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: 0.025em;
		text-align: left;
		color: var(--text-d_color);
	}
	.headline_block .headline__link {
		font-size: 18px;
	}
	.slide_autor_action .autor__action .autor-headline_news .h4 {
		font-size: 22px;
		font-weight: 700;
	}
	.slide_autor_action .autor_headline .autor-headline_info p {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.3;
	}
	.slide_autor_action .autor__action .autor-foto_news {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	.slide_autor_action .autor__action .autor-foto_news img{
		width: 80px;
		height: 80px;
	}
	.hashtag-news_main .hashtag-news {
		font-size: 18px;
	}
	.news_tags-main .tags_btn .tags_sort {
		padding: 13px 10px;
	}
	.news_related_slider {
		margin-top: 35px;
		position: relative;
	}
	.swiper-news_main {
		margin-top: 50px;
	}
	.swiper-news_main .swiper-nav_main {
		bottom: -10px;
	}
	.swiper-news_main .swiper-wrapper {
	 padding-bottom: 40px;
	}
	.news_related_slider .news-slide_text {
		max-width: 94%;
	}
	.news_related_slider .news-slide_headline {
		max-width: 100%;
	}
	.news_components_d-text .article-banner_news .article-banner_description h6 {
		max-width: 344px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product:before {
		top: 14px !important;
		left: 80px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
		top: -108px !important;
		left: 26px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_news_icons_product:before {
		top: 123px !important;
		left: 75px !important;
	}
}

/* xs <= Small (sm) */
@media screen and (max-width: 576px) {

	/*-------------------------------------------------*/
	/*---START---Block Custom--*/

	.wrap .custom_d-grid_xl{
		padding: 0px 0px !important;
	}
	.wrap .custom_d-grid_xl .container-fluid{
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 20px;
	}
	.one-news-block {
		margin-top: 0px;
		padding: 0 0px !important;
	}
	.in-info {
		padding: 80px 20px 45px 20px;
		margin-bottom: 0px;
	}
	.one-news-section .wrapper.width .in-author .in-wrap {
		margin-top: 0px;
		padding-top: 80px;
	}
	.one_news_h1_flex {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.news_components_d-bg{
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0px !important;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 10;
		padding: 0px 0px !important;
	}
	.one-news-section .wrapper.width .in-author {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.one-news-section .preview {
		position: relative;
		z-index: 10;
		background: #fff;
		margin-bottom: 0px;
		padding-bottom: 22px;
	}
	.in-info {
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.in-hat .news_img_mob {
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	.detail-text-plashka-after {
		position: relative;
		z-index: 10;
		background: #FFF;
	}
	.one-news-block .detail-text .q {
		padding: 30px 18px 30px 80px !important;
		margin-left: 31px !important;
		width: 91% !important;
	}
	.one-news-block .detail-text .q p{
		color: #fff;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text h3{
		font-size: 25px;
	}
	.article-banner_news .article-banner_quote img {
		padding: 0px 0px;
	}
	.one-news-block .detail-text div {
		padding: 0px 0px;
		margin-left: 31px;
		max-width: 89%;
		margin-top: 32px;
	}
	.news_components_d-text .blockquote_guest {
		padding: 55px 20px 30px 20px;
	}
	.news_components_d-text .blockquote_guest:before {
		top: 7px;
	}
	.news_components_d-text .blockquote_guest img {
		max-height: 400px;
		margin-left: 0px !important;
	}
	.one-news-block .detail-text .news_components_d-bg .article-banner_news {
		max-width: 100% !important;
	}
	.news_content_d-inner_text .news_components_d-text .article-banner_news {
		height: auto !important;
		padding: 26px 20px 30px 20px !important;
	}
	.one-news-block .detail-text .article-banner_news {
		max-width: 89% !important;
	}

	.news_content_d-inner_text .news_components_d-text .artigle-banner_img-main {
		height: 530px;
		padding: 26px 40px 30px 35px !important;
	}
	.one-news-block .detail-text .artigle-banner_img-main {
		max-width: 89% !important;
	}

	.article-banner_news_title .article_news_icons img {
		padding: 0px 0px;
	}
	.article-banner .article-banner_news_icons{
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.article-banner .article-banner_news_icons img{
		padding: 0px 0px;
	}
	.article-banner .article-banner_news_icons_product{
		margin-left: 0px !important;
	}
	.article-banner .article-banner_news_icons_product img{
		padding: 0px 0px;
	}
	.artigle-banner_img-main .article-banner_news_icons_product:before {
		top: 147px;
		left: 58px;
	}

	.news_components_d-text .article-banner_news.article_inner_main
	.article-banner{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.news_content_d-inner_text .news_components_d-text 
	.article-banner_news.article_inner_main {
		max-height: 560px !important;
		height: 560px !important;
	}
	.news_components_d-text .article-banner_news.article_inner_main small{
		line-height: 1.1;
	}
	.news_components_d-text .article-banner_news.article_inner_main 
	.article-banner_news_title h5{
		max-width: 100% !important;
		width: 100% !important;
		line-height: 1.1;
	}
	.article-banner_news.article_inner_main
	.article-banner .article-banner_news_icons{
		width: 100%;
		position: absolute;
		bottom: -27px;
		left: 4px;
		right: 50%;
	}
	.artigle-banner_img-main .article-banner_img.banner_inner-img .article-banner_img-past{
		width: 300px !important;
		height: 298px !important;
		position: absolute;
		top: -33px !important;
		left: 11px !important;
		margin-top: 0px !important;
	}
	.artigle-banner_img-main .article-banner_img.banner_inner-img:before{
		content: "";
		top: -9px !important;
		left: -3px !important;
		width: 260px !important;
		height: 260px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product:before {
		width: 180px !important;
		height: 180px !important;
		top: 39px !important;
		left: 70px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product:after {
		top: 62px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
		height: 235px !important;
		top: 14px !important;
		left: 42px !important;
		margin-top: 0px !important;
	}
	.news_components_d-text .artigle-banner_img-main .article-banner_news_icons_product:before {
		top: 171px !important;
	}
	.news_components_d-text .article-banner_news .article-banner_description h6 {
		margin-top: 0px !important;
	}
	.one-news-block .detail-text .article-banner {
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-block .detail-text .article-banner_quote{
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-block .detail-text .article-banner_news_title{
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-block .detail-text .article-banner_news_icons{
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-block .detail-text .article_news_icons{
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-block .detail-text .Elements_icons_nanner-hover{
		padding: 0px 0px !important;
		margin-left: 0px !important;
		max-width: 100% !important;
	}
	.one-news-section ul li:before {
		top: 6px;
	}
	/*--Logo Letter block--*/
	.news_content_d-logo_letter {
		padding: 25px 20px 25px;
	}
	.news_content_d-logo_letter .d-logo_letter img {
		width: 120px;
		margin: 0px;
	}
	.news_content_d-logo_letter .d-logo_headline {
		padding-left: 16px;
	}
	.news_content_d-logo_letter .d-logo_headline .h2_letter {
		font-size: 28px;
		line-height: 1;
	}
	.news_content_d-logo_letter .d-logo_headline p {
		font-size: 18px;
		line-height: 1;
		padding-top: 8px;
	}
	.news_content_d-logo_letter:before {
		width: 55px;
		height: 55px;
	}

	/*---END---Block Custom--*/


	/*-------------------------------------------------*/

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 100% !important;
		width: 100%;
		height: 700px;
		position: relative;
		z-index: 2;
		margin-left: 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		max-width: 100% !important;
		height: 81vh;
		margin-left: 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		margin-left: 0px !important;
		max-width: 100% !important;
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 81vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		max-width: 100%;
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
		margin-left: 0px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		max-width: 100%;
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 107%;
		margin-left: 0px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		max-width: 100% !important;
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 30px;
		margin-left: 0px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 60px;
		height: 60px !important;
		padding: 0px !important;
		margin: 0px 1px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 67%;
		font-size: 58px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 20px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 58px;
	}

	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/
		/*---GRID Style---*/
		.custom_d-grid_xl_blog {
			padding: 0px 0px;
		}
		.custom_d-grid_xl_blog .col-12{
			padding: 0px !important;
		}
		.news_components_d-bg {
			padding: 0px 0px;
		}
		.detail-text img {
			margin-top: 25px;
		}
		/*-------------------------------------------------*/
		/*---START Header Screen----*/
	.news_header_d-section_main .news_header_d-content {
		padding: 0px 0px;
		height: auto;
	}
	.news_header_d-section_main .header-section_d_cover:before {
		background-color: rgba(0,0,0,.70);
	}
	.news_header_d-section_main .header-section_d_cover
	.section_d_cover-main.only-desktop{
		display: none;
	}
	.news_header_d-section_main .header-section_d_cover 
	.only-mobile{
		display: block;
		width: calc(100% + 40px);
		height: 591px;
		object-fit: cover;
		transform: scale(1) translateX(-20px);
		position: relative;
		z-index: 2;
		animation: none;
		border-radius: 10px;
	}
	/*Content-TOP - Breadcrumbs*/
	.news_header_d-content-top .news_components_d-breadcrumbs{
		width: 90%;
		margin: 32px 0px 10px 0px;
	}
	/*Content-TOP - Breadcrumbs Link*/
	.news_header_d-content-top .news_components_d-breadcrumbs 
	.item_d-breadcrumbs a {
		font-size: 14px;
	}
	/*Content-TOP - Breadcrumbs Active*/
	.news_header_d-content-top .news_components_d-breadcrumbs
	.item_d-breadcrumbs span{
		font-size: 14px;
	}
	.news_header_d-content-top .news_components_d-breadcrumbs
	.item_d-breadcrumbs {
		margin-bottom: 10px;
	}
	.news_header_d-content-top .news_components_d-breadcrumbs
	.item_d-breadcrumbs:last-child .line_d-breadcrumbs{
		margin: 0px 14px 0px 0px;
		background-color: rgba(255,255,255,.4);
	}
	.news_header_d-content-top .news_components_d-breadcrumbs 
	.item_d-breadcrumbs:last-child .line_d-breadcrumbs {
		display: none;
	}
	/*Content-TOP - Link Back*/
	.news_header_d-content-top .news_components_d-btn_back {
		font-size: 18px;
		padding-left: 20px;
		margin: 80px 0px 80px 0px;
	}
	.news_header_d-section_main .news_header_d-content-bottom .news_d-h1 {
		font-size: var(--h1-d_size);
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_components_d-tags-date .d-link-source {
		width: 100%;
		font-size: 18px;
		padding: 19px 0px 10px 0px;
	}
	/*--Start Logo top--*/
	.news_header_d-section_main .news_header_d_logo {
		margin: 10px 0px 10px 0px;
		transform: translateY(-42px);
	}
	.news_header_d-section_main .news_header_d_logo .d_logo_main img{
		width: 150px;
		height: 150px;
	}
	/*---Content-BOTTOM---*/
	.news_header_d-section_main .news_header_d-content-bottom {
		flex-direction: column-reverse;
		justify-content: inherit;
		padding: 0px 20px 32px 20px;
		margin-top: 277px;
		background-color: #0c0c0c;
		border-radius: 40px 40px 0px 0px;
	}
	/*Content - Element Published Date*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_date, .news_header_d-section_main 
	.news_header_d-content-bottom .news_element_d-published_time {
		font-size: 18px;
		margin: 3px 0px;
	}
	.news_header_d-content-bottom .news_element_d-published_time {
		margin-top: -23px;
		width: 100%;
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_date .time_d-publishe{
		display: none;
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_components_d-tags-date {
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_time .icon_eye {
		margin-top: 3px;
	}
	/*Content - Element link Tags*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-btn_tags {
		padding: 12px 10px;
		letter-spacing: 0.03rem;
		transform: translate(293px, 37px);
	}
	/*Content - Element H1*/
	.news_header_d-section_main .news_header_d-content-bottom
	.news_d-h1{
		font-size: var(--h1-d_size-lg-mobile);
	}
	/*Content - Element Description*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_header_d-description {
		margin-top: 22px;
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_header_d-description p {
		font-size: 21px;
		font-weight: 400;
	}
	/*---END Header Screen----*/

	/*--------------------------------------------------*/

	/*---START Content Screen---Component---*/
	.news_header_d-section_main {
		width: 100%;
		overflow: hidden;
		height: auto;
		background-color: #0c0c0c;
	}
	.news_header_d-section_main .header-section_d_cover {
		height: auto;
		top: 175px;
		padding: 0px 12px;
		overflow: hidden;
	}
	.news_header_d-section_main .header-section_d_cover:before {
		width: 100%;
		height: 100%;
		background: linear-gradient(2deg, #0c0c0c 5%, rgba(255, 255, 255, .0) 85%);
		top: 70px;
		left: 0px;
	}
	.news_content_d-section_main .news_components_d-bg{
		padding-top: 32px;
	}

	.in-author .in-anchors .in-anchors_content .in-anchors_link {
		font-size: 18px;
		line-height: 1.3;
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link:last-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.in-author .in-anchors .in-anchors_content .in-anchors_link span {
		max-width: 265px;
	}
	.in-anchors_link {
    color: #000;
    transition: color 300ms ease;
	}
	.in-anchors_link:hover {
    color: #FBBA00;
	}
	.in-anchors_link:focus {
    color: #FBBA00;
	}
		/*---START Content Screen---Component---*/
	.news_content_d-section_main{
		padding: 60px 20px 32px 20px;
		overflow: hidden;
	}
	/*---START Left -Content block---*/
	/*--Text Body -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text{
		font-size: 18px !important;
		font-weight: 700 !important;
		line-height: 1.3;
		margin-top: 32px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text h2{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 32px 0px 32px 55px;
	}
	.news_components_d-text img.icon-h2 {
		width: 45px !important;
		margin-left: 0px !important;
		margin-bottom: -80px !important;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text ul {
		margin: 32px 0px;
	}
	/*--Quote -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text blockquote {
		margin: 32px 0px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote{
		padding: 20px 20px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote .news_elements_d-quote_text p{
		max-width: 100%;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text img {
		width: calc( 100% + 40px );
		margin-left: -20px;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news__document_link img{
		margin-left: -8px !important;
	}
	/*--Quote-Foto -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote .news_elements_d-quote_autor img{
		width: 60px !important;
		height: 60px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote .news_elements_d-quote_text{
		margin-left: 60px;
		position: relative;
		z-index: 5;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote:before{
		width: 63px;
		height: 33px;
		background-size: contain;
		top: 25px;
		right: 23px;
		left: auto;
		z-index: 2;
	}
	.article-banner_news .article-banner_quote img {
		width: 40px !important;
		height: 40px !important;
		margin-left: 0px !important;
	}
	/*--Trigger Block--*/
	.artigle-banner_img-main .article-banner_img {
		height: 260px !important;
		padding: 10px 0px !important;
	}
	.artigle-banner_img-main .article-banner_img:before {
		top: 38px !important;
	}
	.news_content_d-inner_main .news_content_d-article_left .news_content_d-inner_text 
	.news_components_d-text img {
		margin-top: 132px;
	}
	/*--Foto -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text figure{
		margin: 40px 0px;
	}
	.news_components_d-text .caption small{
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		text-align: left;
		color: #222222;
		opacity: 0.7;
		display: inline-block;
		margin-top: -13px;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text .vimeo_dob_news {
		height: 200px !important;
		margin: 35px 0px 0px 0px;
	}
	/*--VIDEO LAZY--*/
	.news_components_d-text .video-lazy {
		max-width: 100%;
	}
	.news_components_d-text .video-lazy img {
		margin-left: 0px !important;
	}
	.news_components_d-text .video-play-btn:after {
		left: -32px;
		top: -32px;
	}
	/*--List -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text
	.news_elements_d-text_list{
		font-size: 18px;
		font-weight: 700;
		margin: 32px 0px;
		padding-left: 15px;
	}
	/*--List -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text
	.news_elements_d-text_list .news_d_list:before{
		top: 11%;
		left: -5px;
	}
	/*---END Left -Content block---*/
	/*---------------------------------------*/
	/*---START Right --------- Sidebar - Component--*/
	/*---Right - Sidebar TOP - Autor Profile--*/

	.news_content_d-inner_main .news_content_d-article_sidebar{
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 60px;
	}
	.in-anchors {
		position: relative;
		top: 0px;
		margin-top: 0px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container {
		margin-top: 60px;
	}
	.in-anchors_head {
		margin-bottom: 20px;
	}
	.logo_service_block_mob{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 32px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile{
		margin: 0px 0px 32px 0px;
	}
	/*---Right - Sidebar TOP - Autor Userpic--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic img {
		width: 130px;
		height: auto;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic:before {
		width: 136px;
		height: 136px;
		top: 2px;
		left: -4.5%;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_userpic{
		margin-right: 46px;
	}
	.news_d-autor-container_profile .news_d-autor-container_info 
	.news_d-autor-info_name .h4_headline {
		font-size: 20px;
		font-weight: 900;
		line-height: 1.3;
	}
	/*---Right - Sidebar BOTTOM - Autor SubInfo--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo {
		width: 100%;
		justify-content: inherit;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo:first-child {
		margin-right: 19px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-features_mob:last-child {
		margin-left: 19px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo {
		margin-bottom: 24px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo
	.news_d-autor-features_mob{
		display: block;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo
	.news_d-autor-features_mob h6{
		font-size: 18px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 16px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo
	.news_d-autor-subinfo h6{
		font-size: 18px;
		margin-bottom: 16px;
	}
	/*---Right - Sidebar TOP- Autor Social--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_info .news_d-autor-info_social
	.news_d-autor_social-item{
		margin-right: 25px;
	}
	/*---Right - Sidebar BOTTOM - Autor Features--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_features {
		display: none;
		margin: 0px 0px 45px 0px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features:first-child{
		width: 145px;
		margin-right: 7px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features h6{
		font-size: 18px;
		margin-bottom: 16px;
	}
	/*---Right - Sidebar BOTTOM - Autor Info Profile--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo {
		margin-top: 21px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo 
	.news_d-autor-info h6 {
		font-size: 18px;
		font-weight: 900;
		line-height: 1.2;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo
	.news_d-autor-info p{
		max-width: 100%;
		margin-top: 16px;
	}
	/*---Right - Sidebar BOTTOM - Autor Info Link--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_textinfo
	.news_d-autor-info_link .d-arrow-md_link{
		margin-top: 0px;
	}
	/*---START Content Specialists Worked---Component---*/
	/*--Content Specialists---Headline--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main h2 {
		font-size: 30px;
		line-height: 1.3;
		letter-spacing: 0.01em;
		margin: 0px 0px 40px 0px;
	}
	.news_content_d-specialists_work{
		padding: 0px 20px 0px 20px;
		overflow: hidden;
	}
		/*--Content Specialists---Profiles--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main
	.news_d-specialists {
		flex-direction: column;
		align-items: flex-start;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main .news_d-specialists
	.d-specialists_joint_article {
		margin: 16px 22px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):before {
		top: -35px;
		left: 35px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists .d-specialists:nth-child(3):after {
		top: -42px;
		left: 30px;
	}
	.news_content_d-specialists_work .news_content_d-specialists_main {
		margin-bottom: 32px;
	}
	/*---END Content Specialists Worked---Component---*/

	/*--START Related News--*/
	.headline_block {
		flex-direction: column !important;
		justify-content: inherit !important;
	}
	.headline_block .headline__des {
		max-width: 276px;
		font-size: 14px;
		margin: 0px 0px 0px 18px;
	}
	.headline_block .headline_block-link {
		width: 70%;
		justify-content: flex-start;
		padding-top: 8px;
		margin-top: 20px;
	}
	.headline_block .headline__des:before {
		top: 5px;
	}
	.headline_block .headline__link {
		font-size: 18px;
		letter-spacing: 0em;
	 }
	.headline_block .headline h2{
		font-size: 32px;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	.news_related_slider .news-slide_headline {
		max-width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.slide_autor_action .autor__action .autor-headline_news .h4 {
		font-size: 20px;
		font-weight: 900;
	}
	.slide_autor_action .autor_headline .autor-headline_info p {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
	}
	.slide_autor_action .autor__action .autor-foto_news {
		width: 65px;
		height: 65px;
		margin-right: 10px;
	}
	.slide_autor_action .autor__action .autor-foto_news img{
		width: 65px;
		height: 65px;
	}
	.hashtag-news_main .hashtag-news {
		font-size: 18px;
	}
	.headline_block .headline__link .link_arrow_line {
		width: 45px;
	}
	.news_related_slider .news_tags-main {
		flex-wrap: wrap;
	}
	.news_tags-main .tags_btn {
		max-width: 100%;
		width: auto;
		margin: 0px 15px 15px 0px;
	}
	.news_tags-main .tags_btn .tags_sort {
		padding: 12px 12px;
		font-size: 16px;
	}
	.hashtag-news_main {
		margin-top: 2px;
	}
	/*NEWS BLOCK*/
	.news_related_main {
		margin: 10px 0px 10px 0px;
		padding: 0px 20px;
		overflow: hidden;
	}
	.news_related_slider {
		margin-top: 55px;
	}
	.swiper-news_main{
		position: relative !important;
		overflow: hidden !important;
	}
	.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq {
		height: 260px;
		margin-bottom: 30px;
	}
	.slide_autor_action {
		padding: 0px 0px 0px 0px;
	}
	.news_related_slider .news-slide_headline .h3 {
		font-size: 25px;
		height: auto !important;
	}
	.news_related_slider .news-slide_text {
		max-width: 100%;
		height: auto !important;
		font-size: 20px;
		padding-left: 0px;
		max-height: 129px;
	}
	.news_related_slider .news_info_content {
		align-items: flex-start;
	}
	.news_related_slider .news_info_content .info_content_items .ic_info {
		display: flex;
		align-items: center;
		margin-right: 23px;
	}
		.news_related_slider .info_content_items .ic_info span {
		font-size: 18px;
	}
	.news_related_slider .info_like_block .info_like {
		font-size: 18px;
		line-height: 1.3;
	}
	.news_related_slider .news_info_date {
		padding-top: 30px;
		padding-left: 0px;
	}
	.news_related_slider .news_info_date .news_date {
		font-size: 18px;
	}
	.swiper-news_main .swiper-wrapper .swiper-slide .news_item-img {
		height: 220px;
	}
	.swiper-news_main .swiper-nav_main {
		bottom: -10px;
	}
	.swiper-news_main .swiper-wrapper {
		padding-bottom: 40px;
	}

	/*Video FAQ*/
	.nfaq-video {
		background-position: 42% center;
	}
	.faq-section .nfaq-video{
		width: 100%;
		/*width: calc( 100% + 40px );*/
		height: 229px;
		margin: 45px auto 0 auto;
	}
	.faq-section .nfaq-video iframe{
		width: 100% !important;
		/*width: calc( 100% + 40px )!important;*/
		height: 223px !important;
		margin-left: 0;
		margin-right: 0;
	}
	.wrapp_right {
		width: 100%;
		display: none;
		top: 0px;
		left: 0px;
	}
	.wrapp_right .coronavirus_block {
		width: 100%;
		height: 419px;
		padding: 30px 30px 30px 30px;
		position: inherit;
	}
	.wrapp_right .coronavirus_block .cv3 {
		font-size: 42px;
	}
	.wrapp_right .coronavirus_block .coronavirus_num_ic .cv5 {
		font-size: 42px;
	}
	.wrapp_right .coronavirus_block .coronavirus_yandex .ya_t {
		font-size: 14px;
		max-width: 251px;
	}
	.wrapp_right .cv_btn {
		font-size: 16px;
		top: 340px;
		right: 34px;
		line-height: 46px;
		width: 320px;
		height: 50px;
	}
	.wrapp_right .coronavirus_block .cv4 {
		font-size: 22px;
	}
	.wrapp_right .coronavirus_block .cv1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	/*-START-CORONA PANEL 2--*/
	.wrapp_right.mob_variant_panel_cov-news {
		width: 100%;
		display: block !important;
		margin: 62px 0px -17px 0px;
		background-color:#dfe8eb;
		top: 0px;
		left: 0px;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block {
		width: 100%;
		height: 419px;
		padding: 30px 30px 30px 30px;
		position: inherit;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block .cv3 {
		font-size: 42px;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block .coronavirus_num_ic .cv5 {
		font-size: 42px;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block .coronavirus_yandex .ya_t {
		font-size: 14px;
		max-width: 251px;
	}
	.wrapp_right.mob_variant_panel_cov-news .cv_btn {
		font-size: 16px;
		top: 340px;
		right: 34px;
		line-height: 46px;
		width: 320px;
		height: 50px;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block .cv4 {
		font-size: 22px;
	}
	.wrapp_right.mob_variant_panel_cov-news .coronavirus_block .cv1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

}

/* xs <= Small (sm) */
@media (max-width :414px) {

		.in-pictures {
			width: 123px;
			height: 124px;
			margin-right: 36px;
		}
		.in-author .in-wrap .in-author_info .in-author_info-soc {
			left: 159px;
		}
		.in-cert {
			left: 87px;
		}

	/*-------------------------------------------------*/

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 414px;
		height: 700px;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		height: 92vh;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 92vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 120%;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 30px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 60px;
		height: 60px;
		margin: 0px 11px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 71%;
		font-size: 58px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 20px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 60px;
	}

	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/


}

/* xs <= Small (sm) */
@media (max-width :390px) {
	/*--COVID PANEL--*/
	.wrapp_right.mob_variant_panel_cov-news .cv_btn {
		top: 347px;
		right: 15px;
	}
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-btn_tags {
		transform: translate(257px, 37px);
	}
	.news_header_d-section_main .header-section_d_cover .only-mobile {
		width: calc(100% + 40px);
		transform: scale(1) translateX(-20px);
	}
	.news_header_d-section_main .news_header_d-content-bottom .news_d-h1 {
		font-size: 32px;
	}
	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 390px;
		height: 700px;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		height: 80vh;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 80vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 125%;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 20px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 60px;
		height: 60px;
		margin: 0px 11px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 71%;
		font-size: 58px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 20px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 60px;
	}
	.in-pictures {
		width: 119px;
		height: 118px;
		margin: -8px 18px 0px 0px;
	}
	.in-pictures .in-avatar {
		width: 117px;
		height: 117px;
	}
	.in-pictures:before {
		width: 125px;
		height: 125px;
		left: -7.8px;
	}
	.news_content_d-logo_letter .d-logo_letter img {
		width: 104px;
	}
	.news_content_d-logo_letter .d-logo_headline .h2_letter {
		font-size: 26px;
	}
	.news_content_d-logo_letter:before {
		width: 48px;
		height: 48px;
	}
	.disclaimer_main .h_disclaimer .headline_disc {
		font-size: 28px !important;
	}
	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/

		/*---START Header Screen----*/
	/*---Content-BOTTOM---*/
	.news_header_d-section_main .news_header_d-content-bottom 
	.news_element_d-published_time .icon_eye {
		margin-top: 2px;
	}
	/*Content - Element H1*/
	.news_header_d-section_main .news_header_d-content-bottom
	.news_d-h1{
		font-size: var(--h1-d_size-xs-mobile);
	}
	/*---END Header Screen----*/
	/*--Quote -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote{
		padding: 20px 11px 20px 20px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote:before{
		right: 25px;
	}
	/*---START Right --------- Sidebar - Component--*/
	/*---Right - Sidebar BOTTOM - Autor Features--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features{
		flex-wrap: wrap;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_features
	.news_d-autor-features:last-child{
		display: none;
	}
	/*---END Right --------- Sidebar - Component--*/

}


/* xs <= Small (sm) */
@media (max-width :375px) {

	/*---START---Components--KeyVisual--*/
	.component_section_parallax_main{
		max-width: 375px;
		height: 600px;
	}
	.component_section_parallax_main .components_keyvisual_parallax{
		width: 100%;
		height: 75vh;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax{
		background: url(/upload/medialibrary/a28/dobrolov_keyvisual_2_vertical_pc_2.webp) center center no-repeat;
		position: fixed;
		width: 100%;
		height: 75vh;
		background-size: cover;
		-webkit-background-size: cover;
		top: 0px;
		right: 0;
		z-index: -1;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax {
		text-align: center;
		position: absolute;
		color: #FFFFFF;
		color: #F5F7FA;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax .headline_parallax {
		position: absolute;
		margin-top: 0em;
		right: 0;
		left: 0;
		top: 138%;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline{
		display: flex;
		align-items: center;
		padding: 0px 0px 0px 20px;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax .parallax_company_headline img{
		width: 60px;
		height: 60px;
		margin: 0px 14px 0px 0px !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax h3 {
		width: 66%;
		font-size: 50px !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 1;
		margin: 0 !important;
	}
	.component_section_parallax_main .components_keyvisual_parallax 
	.components_parallax .components_headline_parallax 
	.headline_parallax span {
		font-size: 18px;
		font-weight: 700;
		line-height: 2.6;
		color: #fff;
		padding-left: 58px;
	}

	/*---END---Components--KeyVisual--*/

	/*-------------------------------------------------*/

	.faq-section .nfaq-video iframe{
		width: 100% !important;
		/*width: calc( 100% + 40px )!important;*/
		height: 200px !important;
		margin-left: 0;
		margin-right: 0;
	}
	.one-news-section .one-news-block h1 {
		font-size: 32px !important;
	}

		/*---START Header Screen----*/
	/*Content-TOP - Breadcrumbs*/
	.news_header_d-content-top .news_components_d-breadcrumbs{
		width: 93%;
	}
	/*Content-TOP - Breadcrumbs Active*/
	.news_header_d-content-top .news_components_d-breadcrumbs
	.item_d-breadcrumbs:last-child .line_d-breadcrumbs{
		margin: 0px 10px 0px 0px;
	}
	/*---END Header Screen----*/
	/*---START Content Screen---Component---*/
	/*---START Left -Content block---*/
	/*--Quote -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote{
		padding: 20px 11px 20px 8px;
	}
	/*--Quote-Foto -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote .news_elements_d-quote_autor img{
		width: 40px;
		height: 40px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote .news_elements_d-quote_text{
		margin-left: 55px;
	}
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote:before{
		right: 28px;
		top: 23px;
	}
	/*---END Left -Content block---*/
	/*---------------------------------------------*/
	/*---START Right --------- Sidebar - Component--*/
	/*---Right - Sidebar TOP - Autor Userpic--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic {
		margin-right: 33px;
	}
	/*---Right - Sidebar TOP- Autor Social--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_info .news_d-autor-info_social
	.news_d-autor_social-item{
		margin-right: 22px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo:first-child {
		margin-right: 5px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-features_mob:last-child {
		display: none;
	}
	/*--START Related News--*/
	.slide_autor_action .autor__action .autor-headline_news .h4 {
		font-size: 14px;
	}
	.slide_autor_action .autor_headline .autor-headline_info p {
		font-size: 14px;
	}
	.news_related_slider .news-slide_headline .h3 {
		font-size: 18px;
	}
	.news_related_slider .news-slide_text {
		max-width: 100%;
	}

}

/* xs <= Super - Small (sm) */
@media (max-width :320px) {
		/*---GRID Style---*/
		.custom_d-grid_xl {
			padding: 0px 10px;
		}
		/*---START Header Screen----*/
		/*Content-TOP - Breadcrumbs Active*/
		.news_header_d-content-top .news_components_d-breadcrumbs {
			width: 100%;
		}
		/*---Content-BOTTOM---*/
		/*Content - Element link Tags*/
		.news_header_d-section_main .news_header_d-content-bottom 
		.news_element_d-btn_tags {
			padding: 10px 7px;
		}
		/*Content - Element Published Date*/
		.news_header_d-section_main .news_header_d-content-bottom 
		.news_element_d-published_date, .news_header_d-section_main 
		.news_header_d-content-bottom .news_element_d-published_time {
			font-size: 13px;
		}
		/*Content - Element H1*/
		.news_header_d-section_main .news_header_d-content-bottom 
		.news_d-h1{
			font-size: 25px;
		}
		/*Content - Element Description*/
		.news_header_d-section_main .news_header_d-content-bottom 
		.news_header_d-description p {
			font-size: 16px;
		}
	/*---END Header Screen----*/
	/*---START Left -Content block---*/
	.news_content_d-inner_main .news_content_d-article_left 
	.news_components_d-share_main .news_element_d-share {
		font-size: 16px;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_components_d-share_main .news_element_d-time_reading {
		font-size: 16px;
	}

	/*--List -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text
	.news_elements_d-text_list{
		padding-left: 5px;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_content_d-inner_text .news_components_d-text 
	.news_elements_d-text_list .news_d_list:before {
		top: 9%;
	}
	/*--Quote-Foto -Content-Left--*/
	.news_content_d-inner_main .news_content_d-article_left
	.news_content_d-inner_text .news_components_d-text 
	.news_components_d-text_quote:before{
		width: 43px;
		height: 27px;
		right: 20px;
		top: 18px;
	}
	/*---END Left -Content block---*/
	/*-------------------------------------------*/
	/*START Right --------- Sidebar - Component--*/
	/*--Right - Sidebar TOP -Autor Profile--*/
	/*---Right - Sidebar TOP - Autor Userpic--*/
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic {
		margin-right: 23px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_userpic img{
		width: 100px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_profile 
	.news_d-autor-container_userpic:before {
		width: 113px;
		height: 113px;
		top: 1px;
		left: -6%;
	}
	/*--Right - Sidebar TOP - Autor Name--*/
	.news_d-autor-container_profile .news_d-autor-container_info 
	.news_d-autor-info_name .h4_headline {
		font-size: 16px;
		line-height: 1.3;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_info .news_d-autor-info_position{
		font-size: 16px;
	}
	.news_content_d-inner_main .news_content_d-article_sidebar 
	.news_d-sidebar_autor-container .news_d-autor-container_subinfo 
	.news_d-autor-subinfo:first-child {
		width: 116px;
	}
	/*---Right - Sidebar TOP- Autor Social--*/
	.news_content_d-inner_main .news_content_d-article_sidebar
	.news_d-sidebar_autor-container .news_d-autor-container_profile
	.news_d-autor-container_info .news_d-autor-info_social
	.news_d-autor_social-item{
		margin-right: 19px;
	}
	.news_content_d-inner_main .news_content_d-article_left 
	.news_components_d-share_main .news_element_d-share 
	.news_element_d-share_icons .d-share_icons {
		margin-right: 13px;
	}
	/*END Right --------- Sidebar - Component--*/
	/*------------------------------------------------*/
	/*---START Content Specialists Worked---Component---*/
	/*--Content Specialists---Profiles--Component--*/
	.news_content_d-specialists_work .news_content_d-specialists_main 
	.news_d-specialists {
		max-width: 100%;
	}
	/*---END Content Specialists Worked---Component---*/
}


/* === MOBILE FIRST === */


/* Custom (xs) */
@media (min-width : 0) {
	/**/
}
/* Super - Small (sm) */
@media (min-width : 320px) {
	/**/
}
/* Small (sm) */
@media (min-width : 375px) {
	/**/
}
/* Small (sm) */
@media (min-width : 390px) {
	/**/
}
/* Small (sm) */
@media (min-width : 414px) {
	/**/
}
/* Small (sm) */
@media (min-width : 576px) {
	/**/
}
/* Medium (md) */
@media (min-width : 768px) {
	/**/
}
/* Medium (md) */
@media (min-width : 820px) {
	/**/
}
/* Large (lg) */
@media (min-width : 992px) {
	/**/
}
/* Large IPad Pro(lg) */
@media (min-width : 1024px) {
	/**/
}
/* Extra large (xl) */
@media (min-width : 1200px) {
	/**/
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
	/**/
}

/* Extra extra large (xxl) */
@media (min-width : 1920px) {
	.container{max-width:1680px;}
	
	/*--Start Logo-top--*/
	.news_header_d-section_main .news_header_d_logo{
		margin: 20px 0px 20px 0px;
	}
	.news_header_d-section_main .news_header_d_logo .d_logo_main img{
		width: 164px;
		height: 164px;
	}
}

/* Extra extra large (xxl) */
@media (min-width : 2400px) {
	/*--Start Logo-top--*/
	.news_header_d-section_main .news_header_d_logo{
		transform: translateY(25px);
	}
}

/* Extra extra large (xxl) */
@media (min-width : 3200px) {
	/*--Start Logo-top--*/
	.news_header_d-section_main .news_header_d_logo{
		transform: translateY(140px);
	}
}

/* End */


/* Start:/local/components/dobrolov/news.soderzhanie/templates/.default/style.min.css?167524680643*/
.block_soderzhanie {
    display: none;
}
/* End */


/* Start:/local/components/dobrolov/references/templates/list/style.css?16752468343845*/
/*Наши публикации по теме*/
.profile-block_list {
    /*display: flex;*/
    display: block;
    position: relative;
}
.profile-block_list_header {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    letter-spacing: 0.025em;
}
.profile-block_list.profile-block_list_references {
    margin-top: 45px;
    background: transparent !important;
}
.profile-block_list_references-list {
    background: transparent;
    padding: 0px;
    margin-bottom: 120px;
}
.profile-block_list_references-el {
    margin-bottom: 33px;
    display: flex;
    align-items: flex-start;
}
.profile-block_list_references-fav {
    min-width: 55px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 4px;
    border-radius: 50%;
    background: #fff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.profile-block_list_references-text {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    /* identical to box height, or 34px */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.01em;
		transition: color 300ms ease;
}
.profile-block_list_references-text:hover {
	color: var(--primary-color);
}
.profile-block_list_references-list a {
    color: #fff !important;
    text-decoration: none !important;
}
.profile-block_list_references-more a {
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    display: flex;
    align-items: center;
    letter-spacing: 0.015em;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    padding-bottom: 4px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
}
.profile-block_list_tag.profile-block_list_tag--active {
    background: var(--primary-color);
}
.profile-block_list_references-fav img {
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-block_list_references-list_overflow {
}
.profile-block_list_references-list_overflow.maxHeight {
    animation: both maxHeight 1500ms ease;
    transition: max-height 1500ms;
    max-height: 10000px;
}
@keyframes maxHeight {
    0%{
        max-height: 360px;
    }
    100%{
        max-height: 10000px;
    }
}
.profile-block_list_references-more {
    margin-top: 45px;
}

/*----------Desctop-First-----------*/

@media screen and (max-width: 1160px) {
    .profile-main.profile-block_list.width {
        flex-wrap: wrap;
    }
    .profile-block_list_references-list {
        padding: 20px;
    }
    .profile-block_list.profile-block_list_inerview .profile-block_list_wrap {
        padding: 0;
    }
    .profile-cert .profile-block_list_wrap.width {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
	.profile-block_list_wrap .profile-block_list_header {
		margin: 1px 0px 34px 0px !important;
	}
	.profile-block_list_references-el {
		align-items: center;
	}
	.profile-block_list_references-text {
		max-width: 50%;
	}
}
@media screen and (max-width: 576px) {
	.profile-block_list_header {
			padding-left: 20px !important;;
			padding-right: 20px !important;;
	}
	.profile-block_list_header {
		font-size: 18px !important;
	}
	.profile-block_list_wrap .profile-block_list_header {
		margin: 1px 0px 10px 0px !important;
	}
	.profile-block_list_references-text {
		max-width: 80%;
	}
	.profile-block_list_references-fav img {
		max-width: 45px !important;
		max-height: 45px !important;
		object-fit: contain;
		margin-bottom: 0px !important;
	}
	.profile-block_list_references-list {
		margin-bottom: 20px;
	}
}


/*end Наши публикации по теме*/
/* End */


/* Start:/local/components/dobrolov/ourpublications/templates/.default/style.min.css?17869642584434*/
/*Наши публикации по теме*/
.profile-block {
    display: flex;
    position: relative;
}

.profile-block_header {
		font-family: var(--userfont);
		font-size: 42px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.025em;
		text-align: left;
		color: var(--text-d_color);
		margin: 80px 0px 32px 0px;
		position: relative;
}

@media screen and (max-width: 576px) {
	.profile-block.profile-block_inerview {
		padding-bottom: 20px;
	}
	.profile-block_header {
		font-size: 30px;
		line-height: 1.2;
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.profile-block_wrap .profile-block_interview-list_overflow {
		max-height: 430px;
	}
	.profile-block_interview-text {
			font-size: 21px !important;
			line-height: 1.2 !important;
	}
	.profile-block_interview-list {
			background-color: var(--secondary-d_color) !important;
	}
	.profile-block_interview-list{
		padding: 20px !important;
		margin-bottom: 20px !important;
	}
}
.profile-block_wrap.width {
	width: 100%;
}
.profile-block.profile-block_inerview {
	background-color: #fff;
}
.profile-block_interview-list {
	background: var(--secondary-d_color);
	padding: 30px;
	margin-bottom: 140px;
}
.profile-block_interview-el {
	margin-bottom: 33px;
	display: flex;
	align-items: center;
}
.profile-block_interview-fav {
		min-width: 55px;
		height: 56px;
		box-sizing: border-box;
		padding: 0 4px;
		border-radius: 50%;
		background: #fff;
		margin-right: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
}

.profile-block_interview-text {
		text-decoration: none;
		color: var(--text-d_color);
		font-size: 24px;
		font-weight: 700 !important;
		line-height: 142%;
		/* identical to box height, or 34px */
		display: flex;
		align-items: flex-end;
		letter-spacing: 0.01em;
		font-weight: 100;
		transition: color 300ms ease;
}
.profile-block_interview-text:hover {
		color: var(--accent-dobrolov);
}

.profile-block_interview-list a {
    color: #fff !important;
    text-decoration: none !important;
}

.profile-block_interview-more {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 45px;
}
.profile-block_interview-list .profile-block_interview-more a {
		min-width: 168px;
		min-height: 168px;
		background-color: var(--primary-d_color);
		border: none;
		color: #1D1D1B !important;
		border-radius: 50%;
		font-family: var(--userfont);
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 71px 26px;
}
.profile-block_interview-more a:before {
		content: "";
		background: url(/local/templates/dobrolov/news/icons_interface_plus-minus.svg);
		width: 25px;
		height: 25px;
		position: absolute;
		display: flex;
		background-repeat: no-repeat;
		background-position: center;
		bottom: 36px;
		left: 42%;
		transform-origin: 50% 50%;
		transform: rotate(0deg);
		transition: transform 450ms ease-in-out;
}
.profile-block_interview-more a:after {
		content: "";
		width: 180px;
		height: 180px;
		position: absolute;
		top: -9px;
		left: -9px;
		border: 3px solid var(--primary-d_color);
		background-color: transparent;
		border-radius: 200px;
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(0.6);
		transition: all 450ms ease-in-out;
}
.profile-block_interview-more a:hover:before {
	transform: rotate(180deg);
}
.profile-block_interview-more a:hover:after {
	transform: scale(1);
	opacity: 1;
}

.profile-block_tag.profile-block_tag--active {
    background: var(--primary-color);
}


.profile-block_interview-fav img {
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-block_interview-list_overflow {
	overflow: hidden;
	transition: max-height 1700ms ease-in;
	max-height: 360px;
}

.profile-block_interview-list_overflow.maxHeight {
    animation: both maxHeight 1500ms ease;
    transition: max-height 1500ms;
    max-height: 10000px;
}
@keyframes maxHeight {
    0%{
        max-height: 360px;
    }
    100%{
        max-height: 10000px;
    }
}


@media screen and (max-width: 1160px) {

    .profile-main.profile-block.width {
        flex-wrap: wrap;
    }

    .profile-block_interview-list {
        padding: 20px;
    }

    .profile-block.profile-block_inerview .profile-block_wrap {
        padding: 0;
    }

    .profile-cert .profile-block_wrap.width {
        padding: 0;
    }
}
/*end Наши публикации по теме*/
/* End */


/* Start:/local/components/dobrolov/references/templates/.default/style.css?16752468333083*/
/*Наши публикации по теме*/
.profile-block {
    display: flex;
    position: relative;
}


.profile-block_references .profile-block_header {
    font-size: 36px !important;
    line-height: 150%;
    letter-spacing: 0.025em;
    font-weight: 700;
    color: #000;
    margin-top: 120px !important;
    margin-bottom: 50px !important;
}

@media screen and (max-width: 576px) {
    .profile-block_header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


.profile-block_wrap.width {
    width: 100%;
}

.profile-block.profile-block_references {
    background: var(--primary-color);
}

.profile-block_references-list {
    background: #41414e;
    padding: 97px;
    margin-bottom: 120px;
}

.profile-block_references-el {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
}

.profile-block_references-fav {
    min-width: 55px;
    height: 56px;
    box-sizing: border-box;
    padding: 0 4px;
    border-radius: 50%;
    background: #fff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.profile-block_references-text {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 142%;
    /* identical to box height, or 34px */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.01em;
    font-weight: 700 !important;
}

.profile-block_references-list a {
    color: #fff !important;
    text-decoration: none !important;
}

.profile-block_references-more a {
    font-size: 18px;
		font-weight: 700;
    line-height: 140%;
    /* or 25px */
    display: flex;
    align-items: center;
    letter-spacing: 0.015em;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    padding-bottom: 4px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
}

.profile-block_tag.profile-block_tag--active {
    background: var(--primary-color);
}


.profile-block_references-fav img {
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-block_references-list_overflow {
    overflow: hidden;
    transition: max-height 1500ms;
    max-height: 360px;
}

.profile-block_references-list_overflow.maxHeight {
    animation: both maxHeight 1500ms ease;
    transition: max-height 1500ms;
    max-height: 10000px;
}
@keyframes maxHeight {
    0%{
        max-height: 360px;
    }
    100%{
        max-height: 10000px;
    }
}


.profile-block_references-more {
    margin-top: 45px;
}

@media screen and (max-width: 1160px) {

    .profile-main.profile-block.width {
        flex-wrap: wrap;
    }

    .profile-block_references-list {
        padding: 20px;
    }

    .profile-block.profile-block_inerview .profile-block_wrap {
        padding: 0;
    }

    .profile-cert .profile-block_wrap.width {
        padding: 0;
    }
}
/*end Наши публи
/* End */
/* /local/components/bitrix/news.detail/templates/news/style.css?1775678329193617 */
/* /local/components/dobrolov/news.soderzhanie/templates/.default/style.min.css?167524680643 */
/* /local/components/dobrolov/references/templates/list/style.css?16752468343845 */
/* /local/components/dobrolov/ourpublications/templates/.default/style.min.css?17869642584434 */
/* /local/components/dobrolov/references/templates/.default/style.css?16752468333083 */
