

/* Start:/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/style.css?1778589249152101*/

/*--START---SITE SETTINGS---*/

/*Variables*/
:root {
	--custom-grid: 1680px !important;
	--custop-padding: 1.250rem !important;
	--primary-d_color: #FBBA00 !important;
	--secondary-d_color: #F9F9F9 !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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/../fonts/Ekibastuz-woff/Ekibastuz-Light.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 300; font-style: normal; }
@font-face { src: url("/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/../fonts/Ekibastuz-woff/Ekibastuz-Regular.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 400; font-style: normal; }
@font-face { src: url("/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/../fonts/Ekibastuz-woff/Ekibastuz-Bold.woff") format("woff"); font-family: "ekibastuz-d"; font-weight: 700; font-style: normal; }
@font-face { src: url("/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/../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;
}

/*--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);
	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--*/
.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;
}
.news_header_d-section_main .header-section_d_cover
.section_d_cover-main{
	width: 100%;
	height: 100%;
	position: relative;
	will-change: transform;
	background-repeat: no-repeat;
	background-size: 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;
}
.news_header_d-section_main .header-section_d_cover
.section_d_cover-main img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	position: relative;
	z-index: 2;
	animation:both Cover_Img-animation 950ms ease-out;
}
@keyframes Cover_Img-animation {
	0%{
		transform: scale(1.4);
	}
	100%{
		transform: scale(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;
}
/*---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: 14px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: rgba(255,255,255,.8);
	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--*/
.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;
	position: relative;
}
.news_header_d-section_main .news_header_d-content-bottom
.news_components_d-tags-date{
	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;
}

/*Content - Element H1*/
.news_header_d-section_main .news_header_d-content-bottom
.news_d-h1{
	font-size: var(--h1-d_size);
	font-weight: 900;
	color: #fff;
	text-align: left;
	line-height: 1.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.4;
	letter-spacing: 0.02em;
}

/*-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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./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--*/

/*---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 !important;
	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{
	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.3;
	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;
}

/*--Licenziya block--*/
.news_content_d-inner_text .news_components_d-text .licenziya_main_block{
	display: flax;
	flex-direction: column;
	margin-top: 32px;
}
.news_content_d-inner_text .news_components_d-text .licenziya_main_block 
.licenziya_dobrolov{
	margin-bottom: 20px;
}
.news_content_d-inner_text .news_components_d-text .licenziya_main_block 
.licenziya_dobrolov small{
	font-size: 16px;
	font-weight: 700;
	color: #2f2e2e;
}
.news_content_d-inner_text .news_components_d-text .licenziya_main_block 
.licenziya_dobrolov p{
	font-size: 21px;
	font-weight: 900;
	color: #2f2e2e;
	margin-top: 5px;
}

/*--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 113px;
	border-radius: 8px;
	position: relative;
	background-color: var(--secondary-d_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: 34px;
	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: 161px;
	font-size: 16px;
	font-weight: 900;
	color: var(--text-d_color);
	line-height: 1.4;
	letter-spacing: 0.01em;
	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: 617px;
	color: var(--text-d_color);
	font-size: 22px;
	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;
}
/*--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;
}
/*--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: 62px 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: 26%;
	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,.5) ;
	line-height: 1.3;
	margin-left: 21px;
}

.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;
}
/*---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;
}
/*---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_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 h4{
	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;
	height: 45px !important;
	margin-left: 0px;
	margin-bottom: -118px !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---*/

/*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 h2{
	font-size: 42px;
}
.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_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_main{
margin: 65px 0px 80px 0px;
}
.news_slider{
margin-top: 65px;
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: 290px;
display: inline-block;
overflow: hidden;
margin-bottom: 40px;
}
.swiper-news_main .swiper-wrapper .swiper-slide .swiper-slide_imq {
background-size: cover;
width: 100%;
height: 293px;
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_slider .swiper-news_main .swiper-slide-active .swiper-slide_imq{
 animation: scale_img 1200ms ease-out;
 animation-delay: 100ms;
}
.news_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_slider .swiper-news_main .swiper-slide-active [data-animate]{
opacity: 1;
transform: none;
}
.news_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_slider .swiper-news_main .swiper-slide-active{
opacity: 1;
transition: opacity 1.1s ease-out;
}
.news_slider .swiper-news_main .swiper-slide-prev{
opacity: 0;
transition: opacity 1.1s ease-out;
}
.news_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: 65px;
height: 65px;
}
.slide_autor_action .autor__action .autor-foto_news:before{
content: "";
width: 72px;
height: 72px;
border-radius: 100px;
position: absolute;
top: -6px;
left: -6px;
border: 3px solid var(--primary-color);
background-color: transparent;
transform: scale(0);
opacity: 0;
transition: transform 650ms ease-out, opacity 650ms ease-out;
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_slider .news-slide_headline{
max-width: 500px;
margin: 40px 0px 20px 0px;
padding: 0px 15px 0px 20px;
}
.news_slider .news-slide_headline .h3{
font-size: 29px;
font-weight: 700;
transition-delay: 350ms;
}
.news_slider .news-slide_headline .h3 a{
color:#000;
text-decoration: none;
}
.news_slider .news-slide_text{
font-size: 18px;
font-weight: 400;
max-width: 540px;
max-height: 104px;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 20px;
}
/*News info date*/
.news_slider .news_info_date{
margin-top: 24px;
padding-left: 20px;
}
.news_slider .news_info_date .news_date{
font-size: 14px;
font-weight: 400;
color: #727272;
}
.news_slider .news_info_date .news_date .time_date{
margin-left: 6px;
}
/*News info*/
.news_slider .news_info_content{
margin-top: 23px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.news_slider .news_info_content .info_content_items{
display: flex;
flex-direction: row;
}
.news_slider .news_info_content .info_content_items .ic_info{
display: flex;
align-items: center;
margin-right: 35px;
cursor: pointer;
}
.news_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 eye*/
#comment_news{
fill:rgba(255, 255, 255, 0) !important;
transition: fill 500ms ease;
}
#comment_news circle{
	fill:#FBBA00;
}
.mews_comment_main .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;
	}
}
.mews_comment_main .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: -1px;
}
@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);
	}
}

.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_slider .info_like_block{
display: flex;
flex-direction: row;
align-items: flex-end;
}
.news_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_slider .info_like_block .plus_like:hover{
transform: rotate(180deg);
}
.news_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_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_slider .info_like_block .plus_like:hover::after{
background-color: var(--primary-color);
}
.news_slider .info_like_block .plus_like:hover::before{
background-color: var(--primary-color);
}
.news_slider .info_like_block .minus_like:hover::after{
background-color: var(--accent);
}
.news_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_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-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);
}
.profile-block_wrap .profile-block_interview-list_overflow{
	max-height: 413px;
}


html {
	scroll-behavior: smooth;
}

div.blog-detail {
    word-wrap: break-word;
}
div.blog-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}
.blog-date-time {
    color: #486DAA;
}
.one_blog_h1_flex {
    display: flex;
    flex-direction: row;
}
.one_h1_cont_main{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.one_blog_h1_icon {
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 0px;
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 576px) {
    .one_blog_h1_icon {
        display: none;
        margin-top: 4px;
        margin-left: 0;
        width: 40px;
        height: 40px;
    }
}
.one_blog_h1_icon > img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
}
@media screen and (max-width: 576px) {
    .one_blog_h1_icon > img {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
    }
}

.one-blog-section h1 {
    /*font-size: 48px;*/
    /*font-weight: 900;*/
    /*line-height: 64px;*/
    font-family: 'ALSEkibastuz-Heavy', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #2f2e2e;
    line-height: 38px;
    margin-bottom: 50px;
    font-weight: 900;
}

@media screen and (max-width: 576px) {
    .one-blog-section .one-blog-block h1 {
        font-size: 40px;
        line-height: 44px;
    }
}


.one-blog-section h3 {
    width: 100%;
}

.in-hat {
    height: 392px;
}

@media screen and (max-width: 1160px) {
    .in-hat {
        height: 160px;
    }
}

@media screen and (max-width: 576px) {
    .in-hat {
        height: auto;
        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 .blogs_img_mob {
    display: none;
}

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

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

.one-blog-block {
    border: none !important;
    padding: 0 !important;
    margin-top: 88px;
}

@media screen and (max-width: 576px) {
    .one-blog-block {
        padding: 0 20px !important;
        margin-top: 35px;
    }
}


.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-blog-section {
    margin-top: 0;
    padding: 0 !important;
}

.one-blog-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;
    }
}

.blog-eye {
    background-image: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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);
}
@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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/favicon32.svg');
    position: absolute;
    left: 30px;
    top: 30px;
}

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


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

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

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

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

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

.one-blog-section .preview {
    font-size: 24px;
    margin-bottom: 22px;
}

.one-blog-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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-yellow.png') no-repeat center top;
    background-size: 100% auto;
}
/*Autor block*/
.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{
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}


.dobrobnew .in-name a,
.in-name a {
    color: #000 !important;
    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: 20px;
    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 {
    border: 4px solid #000;
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    bottom: 0;
    left: 88px;
    overflow: hidden;
}

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

/* asdasdasdasdas */
.detail-text img {
	margin: 45px 0px 5px 0px;
}
.detail-text .caption {
	margin-bottom: 45px;
}
.detail-text .caption small{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	color: #222222;
	opacity: 0.5;
	margin-top: 15px;
}
.blog-img {
	max-height: 236px;
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 408px;
	opacity: 0.66;
	transition: .3s all ease-in-out;
}

.blog-img:hover {
    transform: scale(1.1);
}

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

.our-blog-item {
    flex-direction: column;
    text-decoration: none !important;
    border: none !important;
    position: relative;
}

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

.blog-author {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.blog-text {
    padding: 16px 0;
    padding-bottom: 0;
}

.blog-sup {
    font-size: 22px !important;
    font-weight: 800;
    font-family: 'Ekibastuz', sans-serif !important;
    line-height: 28px !important;
}

.blog-preview, .blog-preview-2 {
    font-size: 18px;
    color: #000;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 144px;
    font-weight: 400;
    position: relative;
}

.blog-preview-2,
.blog-preview-2 p {
    color: #fff !important;
    height: 97px;
}

.blog-preview-2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(65, 65, 78) 0%, rgba(65, 65, 78, 0.47) 16%, rgba(255, 255, 255, 0) 32%);
}

.our-blog-item .date {
    color: #979797;
    font-size: 14px;
    margin-top: 24px;
    width: 100%;
}

.blog-blog-1 .wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.blog-blogs {
    display: flex;
    flex: 1 0 33%;
    margin-bottom: 141px;
    padding-right: 16px;
    max-width: 66%;
}

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

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

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

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

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

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

.blog-share {
    background-image: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/share.svg');
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.blog-bookmark {
    background-image: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bookmark.svg');
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-eye {
    background-image: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/eye.svg');
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

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

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

.blog-main_filter {
    position: relative;
}

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

.blog-main_filter.active:before {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    background-image: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/vector-active.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -24px;
    position: absolute;
    top: -1px;
}

.blog-left {
    flex: 1 0 50%;
    max-height: 408px;
    display: flex;
}

.fresh-blog-section h2 {
    font-size: 18px;
    color: #2f2e2e;
    line-height: 38px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

/*--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;
}

.blog-fresh .our-blog-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.blog-right {
    flex: 1 0 50%;
    height: 408px;
    padding: 28px;
    background: #41414E;
}

.blog-fresh .blog-img {
    height: 100%;
    opacity: 1;
    max-height: 383px;
}

.blog-left a {
    height: 100%;
}

.blog-fresh .blog-info {
    height: 100%;
}

.blog-fresh .blog-text {
    color: #fff;
}

.blog-right * {
}

.blog-right .blog-author {
    color: #fff;
}

.blog-right .blog-med {
    color: #ccc;
}

.blog-right .blog-sup {
    color: #fff;
    border: none;
}

.blog-right .blog-preview {
    color: #fff;
}

.blog-fresh.width {
    margin-top: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-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;
}

.blog-show_button::before {
    content: "";
    width: 100%;
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/more.svg');
    height: 20px;
    position: absolute;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 27px;
}
.width.blog-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-blog-section ul {
    list-style-type: none !important;
}
.col-12 .wrapper .one-blog-block .detail-text h3{
	font-size: 25px !important;
}
@media screen and (max-width: 1160px) {
    .bx-breadcrumb-wrap {
        top: 0;
    }
    .one-blog-block {
        flex: 1 0 100%;
        width: 100%;
    }
    .in-author {
        flex: 1 0 100%;
        margin: 0;
        margin-bottom: 48px;
				display: none;
    }
    .one-blog-section .wrapper.width {
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

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

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

    .one-blog-section h2:after, .one-blog-section h2:before {
        display: none;
    }

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

    .one-blog-block img {
        max-height: 240px;
        height: auto;
    }

    .one-blog-block .one_block_img_anon {
        max-height: 100% !important;
        height: auto;
    }


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

    .one-blog-section .preview {
        line-height: 28px;
    }
}
.detail-text iframe {
    width: 100%;
    height: 458px;
}

.scroll_block-behavior{
	display: block;
	visibility: hidden;
	pointer-events: none;
	margin-top: -24vh;
	height: 24vh;
}
@media screen and (max-width: 576px) {
    .one-blog-section .preview {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }

    .one-blog-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%;
    }
    .detail-text iframe {
        height: 200px !important;
    }
}

.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;
}

.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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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;
}

.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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-white.png') no-repeat center top;
    background-size: 100% auto;
    top: -30px;
    right: 200px;
    width: 60px;
    height: 60px;
}

.rnd2 {
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-yellow.png') no-repeat center top;
    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-blog-section h2:after {
    content: "";
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-yellow.png') no-repeat center top;
    background-size: 100% auto;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -250px;
    top: -130px;
		display: none;
}

.one-blog-section h2:before {
    content: "";
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-yellow.png') no-repeat center top;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    position: absolute;
    right: -325px;
    top: 68px;
}

.one-blog-section h2:nth-child(2n+1):after {
    content: "";
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-yellow.png') no-repeat center top;
    background-size: 100% auto;
    width: 175px;
    height: 175px;
    position: absolute;
    right: -325px;
    top: -150px;
}

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

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

.one-blog-section h2:nth-child(3n+1):before {
    content: "";
    background: url('/local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/bubble-white.png') no-repeat center top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -300px;
    top: -75px;
}

/* ------------------------------ */
.one-blog-block .detail-text img.icon-h2 {
	width: 45px;
	height: 45px !important;
	margin-left: -55px;
	margin-bottom: -50px !important;
}
.in-anchors {
    position: sticky;
    top: 100px;
    margin-top: 60px;
}
.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 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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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;
}

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

.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;
}
/* //нижний блок с фото*/

/*banner*/
.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 {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.article-banner_news .article-banner_quote img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 0px !important;
}
.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: 35px;
	width: 100%;
	line-height: 1;
	margin: 0px;
	flex: 0 0 75%;
	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: 3.3px;
	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_news_icons .flay_right {
	transform-origin: 60% 17%;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
.article-banner_news .article-banner_news_title .article_news_icons .flay_left {
	transform-origin: 32% 0%;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
.article-banner_news .article-banner_news_title .article_news_icons .flay_eye_left {
	fill: #000000;
	transition: fill 400ms ease;
}
.article-banner_news .article-banner_news_title .article_news_icons .flay_eye_right {
	fill: #000000;
	transition: fill 400ms ease;
}
.article-banner_news .article-banner_news_title .article-banner_news_icons .arrow_service {
	width: 57px;
	height: 57px;
	transform: translateX(0px);
	height: auto;
	margin-bottom: 0px;
	transition: transform 800ms ease;
	vertical-align: middle;
	margin-top: 0px;
	display: block;
}
.article-banner_news .article-banner_price .title_desc_ban {
	display: flex;
	flex-direction: row;
}
.article-banner_news .article-banner_price .title_desc_ban .title_accent{
	color: var(--accent);
	font-size: 35px;
}
.article-banner_news_icons {
	display: flex;
	justify-content: center;
	align-items: center;
}
.article_news_icons .Elements_icons_banner-news_main{
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0px 0px 0px 0px;
	display: block;
}
.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;
}
.news_link-block:hover .article-banner_news_title h5 {
	color: #E84E0F;
}
.news_link-block:hover .article-banner_news_title h5:before {
	width: 90%;
}
.artigle-banner_img-main .article-banner_news_icons_product {
	position: relative;
}
.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;
}
.artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
	width: 269px !important;
	height: 214px !important;
	position: absolute !important;
	top: -45px !important;
	left: 4px !important;
	z-index: 17 !important;
	object-fit: contain !important;
	margin-top: 0px;
}
.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_product:before {
	content: "";
	width: 200px;
	height: 200px;
	top: -10px;
	left: 40px;
	position: absolute;
	background-color: #000;
	border-radius: 100px;
	z-index: 5;
}
.artigle-banner_img-main .article-banner_img_product {
	width: 249px;
	height: auto;
	padding: 2px;
	position: relative;
}
.artigle-banner_img-main .article-banner_img_product:after {
	content: "";
	width: 60%;
	height: 107px;
	position: absolute;
	top: 26px;
	left: 64px;
	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;
	}
}

.news_link-block:hover .arrow_service {
	animation: arrow_service 800ms ease-out infinite;
}
.news_link-block:hover .article_news_icons .flay_left {
	transform: rotate(6deg);
}
.news_link-block:hover .article_news_icons .flay_right {
	transform: rotate(-6deg);
}
.news_link-block:hover .article_news_icons .flay_eye_left {
	fill: #E84E0F;
}
.news_link-block:hover .article_news_icons .flay_eye_right {
	fill: #E84E0F;
}
@keyframes arrow_service {
	0% {
			transform: translate(0px);
	}
	50% {
			transform: translate(25px);
	}
	100% {
			transform: translate(0px);
	}
}
.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;
}
.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;
}
.artigle-banner_img-main .article-banner_img{
	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: 249px;
	height: 184px;
	position: absolute;
	top: -25px;
	left: 5px;
	z-index: 17;
	object-fit: cover;
}
.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_price{
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.article-banner_news .article-banner_description h6{
	max-width: 333px;
	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: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;
	}
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_flay_right{
	transform-origin: 51% 44%;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_flay_left{
	transform-origin: 43% 41%;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
.article-banner_news .article-banner_news_title .article_news_icons .mosquito_tail{
	fill: #000000;
	transition: all 400ms ease;
	transform: translate(0px, 0px) scale(1);
}
.news_link-block:hover .article_news_icons .mosquito_tail{
	fill: #E84E0F;
	transform: translate(-6px, -5px) scale(1.2);
}
.news_link-block:hover .article_news_icons .mosquito_flay_left{
	transform: rotate(8deg);
}
.news_link-block:hover .article_news_icons .mosquito_flay_right{
	transform: rotate(-8deg);
}


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


/* xs <= Small (sm) */
@media (max-width: 576px) {
	.article-banner_news {
			padding: 15px !important;
	}
	.article-banner_news .article-banner_news_title .article_news_icons {
			width: 40px;
			height: 40px;
	}
	.article-banner_news .article-banner_news_title h5 {
			font-size: 19px;
			flex: 0 0 71%;
			padding-right: 0px;
	}
	.article-banner_news small {
			font-size: 16px;
	}
	.article-banner_news .article-banner_news_title .article-banner_news_icons .arrow_service {
			width: 30px;
			height: 30px;
	}
	.article-banner_news .article-banner_news_title {
		margin-top: 15px;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
	}
	.article-banner_news .article-banner_news_title .h5_banner_h {
		font-size: 25px !important;
		width: 74%;
		line-height: 1.1;
		padding-bottom: 0px;
	}
	.article-banner_news .article-banner_price {
			font-size: 20px;
	}
	.article-banner_news .article-banner_price .rub {
			font-size: 20px;
	}
	.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);
			}
	}
	.artigle-banner_img-main .article-banner_img_product:before{
		top: 204px !important;
		left: -187px !important;
	}
	.artigle-banner_img-main .article-banner_img_product:after{
		width: 70% !important;
		top: 246px !important;
		left: -106px !important;
	}
}
/*end banner*/


/*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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./images/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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/images/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: 29px;
    line-height: 40px;
    letter-spacing: 0.01em;
    margin-top: 26px;
}

/*--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;
}

/*Video FAQ*/
@media screen and (max-width: 576px) {
    .nfaq-video {
        background-position: 42% center;
    }
    .faq-section .nfaq-video{
        width: 100%;
        height: 229px;
        margin: 80px auto 0 auto;
    }
    .faq-section .nfaq-video iframe{
        width: 100% !important;
        height: 223px !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 375px) {
    .faq-section .nfaq-video iframe{
        width: 100% !important;
        height: 200px !important;
        margin-left: 0;
        margin-right: 0;
    }
}



.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;
}


.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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./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 .blog-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 .blog-block_faq-link:hover {
    color: #fff;
}
.faq-section .wrapper .faq-items .blog-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 .blog-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 .blog-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/dobrolov/blog/templates/.default/bitrix/news.detail/.default/./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: 35px 15px 0 15px;
    }
}

/*//faq*/


/*banner*/

.article-banner_blogs {
    margin: 50px 0 !important;
    max-width: 700px !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;
}

.blogs_link-block {
    border-radius: 8px;
    background-color: #FBBA00;
}

.article-banner_blogs small {
    font-weight: 700;
    font-size: 21px;
    line-height: 90%;
    color: #000000;
}

.article-banner_blogs .article-banner_quote {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-banner_blogs .article-banner_quote img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.article-banner_blogs .article-banner_blogs_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
}

.article-banner_blogs .article-banner_blogs_title h5 {
    font-weight: 700;
    font-size: 35px;
    width: 100%;
    line-height: 1;
    margin: 0;
    flex: 0 0 75%;
    padding-right: 13px;
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #000000;
    transition: color 300ms ease;
    padding-bottom: 10px;
}

.article-banner_blogs .article-banner_blogs_title h5:before {
    content: "";
    width: 0;
    height: 3.3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E84E0F;
    transition: width 400ms ease;
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .flay_right {
    transform-origin: 60% 17%;
    transform: rotate(0deg);
    transition: transform 250ms ease;
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .flay_left {
    transform-origin: 32% 0%;
    transform: rotate(0deg);
    transition: transform 250ms ease;
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .flay_eye_left {
    fill: #000000;
    transition: fill 400ms ease;
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .flay_eye_right {
    fill: #000000;
    transition: fill 400ms ease;
}

.article-banner_blogs .article-banner_blogs_title .article-banner_blogs_icons .arrow_service {
    width: 57px;
    height: 57px;
    margin-left: 0;
    transition: margin-left 800ms ease;
    vertical-align: middle;
}

.blogs_link-block:hover .article-banner_blogs_title h5 {
    color: #E84E0F;
}

.blogs_link-block:hover .article-banner_blogs_title h5:before {
    width: 90%;
}

.blogs_link-block:hover .arrow_service {
    animation: arrow_service 800ms ease-out infinite;
}

.blogs_link-block:hover .article_blogs_icons .flay_left {
    transform: rotate(6deg);
}

.blogs_link-block:hover .article_blogs_icons .flay_right {
    transform: rotate(-6deg);
}

.blogs_link-block:hover .article_blogs_icons .flay_eye_left {
    fill: #E84E0F;
}

.blogs_link-block:hover .article_blogs_icons .flay_eye_right {
    fill: #E84E0F;
}

@keyframes arrow_service {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 25px;
    }
    100% {
        margin-left: 0;
    }
}

.article-banner_blogs .article-banner_price {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 13px;
	display: inline-block;
}
.news_content_d-inner_text .news_components_d-text p{
	font-size: 21px;
	margin-top: 14px !important;
	margin-right: 6px;
	color: #000;
}
.article-banner_blogs .article-banner_price .rub {
	font-size: 22px;
	font-weight: 400;
}
.article-banner_news .article-banner_price div {
	transform: translateY(-5px);
	margin-top: 6px;
}

@media (max-width: 576px) {
    .article-banner_blogs {
        padding: 15px !important;
    }

    .article-banner_blogs .article-banner_blogs_title .article_blogs_icons {
        width: 40px;
        height: 40px;
    }

    .article-banner_blogs .article-banner_blogs_title h5 {
        font-size: 19px;
        flex: 0 0 71%;
        padding-right: 0;
    }

    .article-banner_blogs small {
        font-size: 16px;
    }

    .article-banner_blogs .article-banner_blogs_title .article-banner_blogs_icons .arrow_service {
        width: 30px;
        height: 30px;
    }

    .article-banner_blogs .article-banner_blogs_title {
        margin-top: 15px;
    }

    .article-banner_blogs .article-banner_price {
        font-size: 20px;
    }

    .article-banner_blogs .article-banner_price .rub {
        font-size: 20px;
    }

    .blogs_link-block:hover .arrow_service {
        animation: arrow_service 600ms ease-out infinite;
    }

    @keyframes arrow_service {
        0% {
            margin-left: 0;
        }
        50% {
            margin-left: 10px;
        }
        100% {
            margin-left: 0;
        }
    }
}

.blog-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;
}

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

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

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


.artigle-banner_img-main .article-banner_img{
    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: 249px;
    height: 184px;
    position: absolute;
    top: -25px;
    left: 5px;
    z-index: 17;
    object-fit: cover;
}
.artigle-banner_img-main{
    padding: 26px 40px 40px 35px !important;
}
.artigle-banner_img-main .article-banner_blogs_title h5{
    flex: 0 0 60%;
}
.artigle-banner_img-main .article-banner_price{
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.article-banner_blogs .article-banner_description h6{
    max-width: 333px;
    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: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;
    }
}


@media (max-width: 576px) {
    .blog-block_ach-link {
        font-size: 23px !important;
        line-height: 1.3 !important;
        width: 84.3%;
        padding-bottom: 8px;
    }

    .artigle-banner_img-main .article-banner_blogs_title {
        flex-direction: column;
    }
    .artigle-banner_img-main .article-banner{
        padding: 0 0 207px 0 !important;
    }
		.artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
			top: 211px !important;
			left: -223px !important;
		}
		.artigle-banner_img-main .article-banner_img .article-banner_img-past {
				width: 249px !important;
				height: 182px !important;
				object-fit: cover !important;
				position: absolute !important;
				top: 158px !important;
				left: 42px !important;
		}
    .artigle-banner_img-main .article-banner_img:before {
        top: 163px !important;
        left: 34px !important;
    }
    .artigle-banner_img-main .article-banner_img:after {
        top: 244px !important;
        left: 18px !important;
    }
		.article-banner_description h6 {
			max-width: 293px;
			font-size: 18px !important;
			margin-top: 0px !important;
		}
}

.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .mosquito_flay_right{
    transform-origin: 51% 44%;
    transform: rotate(0deg);
    transition: transform 250ms ease;
}
.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .mosquito_flay_left{
    transform-origin: 43% 41%;
    transform: rotate(0deg);
    transition: transform 250ms ease;
}
.article-banner_blogs .article-banner_blogs_title .article_blogs_icons .mosquito_tail{
    fill: #000000;
    transition: all 400ms ease;
    transform: translate(0px, 0px) scale(1);
}
.blogs_link-block:hover .article_blogs_icons .mosquito_tail{
    fill: #E84E0F;
    transform: translate(-6px, -5px) scale(1.2);
}
.blogs_link-block:hover .article_blogs_icons .mosquito_flay_left{
    transform: rotate(8deg);
}
.blogs_link-block:hover .article_blogs_icons .mosquito_flay_right{
    transform: rotate(-8deg);
}
/*end banner*/


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


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

/* 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_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 h4 {
		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 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_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 h4 {
		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) {
}

/* sm <= Medium (md) */
@media (max-width : 768px) {
	/*---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_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 h4{
		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_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_slider .news-slide_text {
		max-width: 94%;
	}
	.news_slider .news-slide_headline {
		max-width: 100%;
	}

}

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

		/*---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;
		}
		.dobronew .wrap{
			overflow: hidden !important;
		}
		/*-------------------------------------------------*/
		/*---START Header Screen----*/
	.news_header_d-section_main .news_header_d-content {
		padding: 0px 20px;
		height: auto;
	}
	/*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;
	}
	.news_header_d-section_main .header-section_d_cover .only-mobile {
		display: block;
		width: 100%;
		height: 498px;
		object-fit: cover;
		transform: scale(1);
		position: relative;
		z-index: 2;
		animation: none;
		border-radius: 10px;
	}
	.news_header_d-section_main .header-section_d_cover
	.section_d_cover-main.only-desktop {
			display: none;
	}
	/*Content-TOP - Link Back*/
	.news_header_d-content-top .news_components_d-btn_back {
		font-size: 18px;
		padding-left: 9px;
		margin: 50px 0px 80px 0px;
	}
	.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-content-bottom .news_d-h1 {
		font-size: var(--h1-d_size);
	}
	/*---Content-BOTTOM---*/
	.news_header_d-section_main .news_header_d-content-bottom {
		padding-bottom: 32px;
		margin-top: 150px;
	}
	/*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;
	}
	.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 {
		flex-direction: row-reverse;
		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: 14px 10px;
		letter-spacing: 0.03rem;
	}
	/*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;
		line-height: 1.3;
		font-weight: 400;
	}
	/*---END Header Screen----*/

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

	/*---START Content Screen---Component---*/
	.news_header_d-section_main {
		overflow: hidden;
		height: auto;
		background-color: #0c0c0c;
	}
	.news_header_d-section_main .header-section_d_cover {
		height: auto;
		top: 145px;
		padding: 0px 12px;
		overflow: hidden;
	}
	.news_header_d-section_main .header-section_d_cover:before {
		width: 100%;
		height: 100%;
		background: linear-gradient(2deg, #0c0c0c 20%, rgba(255, 255, 255, .0) 80%);
		top: 6px;
		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;
	line-height: 1.4;
	letter-spacing: 0.01em;
	margin: 32px 0px 32px 55px;
	}
	.news_components_d-text img.icon-h2 {
		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: 617px;
		font-size: 16px;
		font-weight: 900;
		line-height: 1.3;
	}
	/*--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: 45px;
		height: 45px;
	}
	.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;
	}
	/*--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: 45px 0px 0px 0px;
	}
	/*--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_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 h4 {
		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_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_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_main {
		margin: 10px 0px 10px 0px;
		padding: 0px 20px;
		overflow: hidden;
	}
	.news_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_slider .news-slide_headline .h3 {
		font-size: 25px;
		height: auto !important;
	}
	.news_slider .news-slide_text {
		max-width: 100%;
		height: auto !important;
		font-size: 20px;
		padding-left: 0px;
		max-height: 129px;
	}
	.news_slider .news_info_content {
		align-items: flex-start;
	}
	.news_slider .news_info_content .info_content_items .ic_info {
		display: flex;
		align-items: center;
		margin-right: 23px;
	}
		.news_slider .info_content_items .ic_info span {
		font-size: 18px;
	}
	.news_slider .info_like_block .info_like {
		font-size: 18px;
		line-height: 1.3;
	}
	.news_slider .news_info_date {
		padding-top: 30px;
		padding-left: 0px;
	}
	.news_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;
	}
	.wrapp_right {
		display: none;
	}
}

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

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

	/*---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--*/
	.artigle-banner_img-main .article-banner_img_product .article-banner_img-past {
		top: 236px !important;
		left: -212px !important;
	}
	.artigle-banner_img-main .article-banner_img_product:before {
		top: 224px !important;
		left: -175px !important;
	}
	.artigle-banner_img-main .article-banner_img_product:after {
		width: 70% !important;
		top: 267px !important;
		left: -96px !important;
	}
}

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

	/*---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_slider .news-slide_headline .h3 {
		font-size: 18px;
	}
	.news_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;
			line-height: 1.3;
		}
	/*---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_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 h4 {
		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;}
}


/* End */


/* Start:/local/components/dobrolov/news.soderzhanie/templates/.default/style.min.css?167524680643*/
.block_soderzhanie {
    display: none;
}
/* 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 */
/* /local/components/dobrolov/blog/templates/.default/bitrix/news.detail/.default/style.css?1778589249152101 */
/* /local/components/dobrolov/news.soderzhanie/templates/.default/style.min.css?167524680643 */
/* /local/components/dobrolov/ourpublications/templates/.default/style.min.css?17869642584434 */
