

/* Start:/local/templates/sofia/components/slam/easyform/consult/style.css?17394533774070*/
.slam-easyform .hidden {
	display: none;
}
.slam-easyform .asterisk {
	color: #f00;
}
.slam-easyform .warning-buy {
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0;
}

.slam-easyform .modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .slam-easyform  .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}
.section_box-consult {
    color: #FFF;
    border-radius: 16px;
    background: #5481FF;
    margin: 40px 0;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.block_form_consult_img_wrap {
    position: relative;
}
.text-block .block_form_consult_form_title,
.block_form_consult_form_title {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 20px;
}
.text-block .block_form_consult_form_wrap_p ,
.block_form_consult_form_wrap_p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 522px;
    opacity: 1;
    margin:0;
}
.text-block .block_form_consult_form_wrap_p a ,
.text-block .block_form_consult_form_wrap_p a:hover,
.block_form_consult_form_wrap_p a, .block_form_consult_form_wrap_p a:hover{
    color: #FFF;
}
.section_box-consult .agree{
    opacity: 0.5;
    padding-top: 20px;
}

.form_consult_wrap{
    padding: 20px 0;
}
.block_form_consult_img_wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100% + 50%);
    margin: auto;
}

.section_box-consult .form .form__input {
    border-radius: 56px;
}
.section_box-consult .form-submit__btn.light{
    border-radius: 56px;
}
@media screen and (max-width: 1200px) {
    .block_form_consult_img_wrap img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (min-width: 1024px) {
    .text-block .section_box-consult .form-flex-nowrap{
        flex-direction: column;
    }
    .text-block .section_box-consult .form-flex-nowrap .form__line,
    .text-block .section_box-consult .form-flex-nowrap .form-submit{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .text-block .section_box-consult .form-flex-nowrap .form-submit .form-submit__btn{
        width: 100%;
    }
    .text-block .section_box-consult  .block_form_consult_img_wrap img{
        margin-bottom: auto;
    }
}



@media screen and (max-width: 1024px) {
    .section_box-consult{
        grid-template-columns: 1fr;
    }
    .block_form_consult_img_wrap img {
        position: static;
        max-width: 320px;
    }
    .block_form_consult_img_wrap {
         position: relative;
         align-self: center;
         justify-self: center;
     }
    .text-block .block_form_consult_form_wrap_p,
    .block_form_consult_form_wrap_p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .text-block .block_form_consult_form_title,
    .block_form_consult_form_title {
        font-size: 18px;
        line-height: 120%;
    }
    .section_box-consult {
        padding: 20px;
    }
}


/* End */


/* Start:/local/templates/sofia/components/bitrix/news.detail/news_detail/style.css?174523204911254*/
.news_detail_text_wrap img {
	max-width: 100%;
	height: auto;
}


.include_block {
	clear: both;
}
.content-content-wrap {
	overflow: auto;
}
.content-content {
	background: #F3F4F9;
	border-radius: 7px;
	width: 100%;
	padding: 20px 0 20px 20px;
	margin-bottom: 30px;
}
.content-content .content-head {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.content-content ol {
	padding-left: 20px;
	margin: 20px 0 0;
}
.content-content ol li {
	font-size: 16px;
	line-height: 140%;
	color: #0F6CB6;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.content-content ol li {
		font-size: 14px;
	}
}
.content-content ol li::marker {
	color: #919090;
}
.content-content ol li a {
	text-decoration: none;
}
.expert-section, .warning-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.expert_check{
	min-height:108px;
	border-radius: 16px;
	width:100%;
	background: #EDF3FF;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.01em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

}
.expert_check .image{
	margin-right:1.5%;
	margin-left:4%;

}
.expert_check .image img{
	min-width:25px;
	margin-bottom: 0px;
}
.expert_check  .text{
	color: #000000;

	text-transform:uppercase;

}

.expert_check  .separator{
	height: 43px;
	border-left: 1px solid #000000;

	margin-right:4%;
	margin-left:4%;
}

.expert_check .expert_doctor{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.expert_check .expert_doctor .expert_image{
	width: auto;
	height: auto;
	max-height: 78px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 0px;
}
.expert_check .expert_doctor_image_wrap{
	margin-right:15px;
	flex: 1 0 auto;
}

.expert_check .expert_doctor .expert_link{
	color: #000000;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration:underline;
	padding-bottom:5px;
}
.expert_check .expert_doctor .expert_details{
	color: #000000cc;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	margin-right: 5%;
}

@media (max-width: 870px){
	.expert_check{
		flex-direction: column;
		padding:1% 5%;
	}
	.expert_check .image{
		margin:5% 0 3% 0;
	}
	.expert_check .text{
		text-align:center;
		margin-bottom:10px;
	}
	.expert_check  .separator{
		width: 43px;
		height: 1px;

		border-top: 1px solid #000000;
		border-left:none;
		margin-bottom:10px;
	}
	.expert_check .expert_doctor{
		text-align:center;
		flex-direction: column;
		margin-bottom:20px;
	}
	.expert_check .expert_doctor .expert_link{
		text-align:center;
		margin:1% 0;
	}
	.expert_check .expert_doctor_image_wrap{
		margin:0px;
	}
}

.faq_wrapper .content-small {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 185%;
	color: #919090;
}
.faq_wrapper .horizonal-card {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	border-radius: 7px;
}
.faq_wrapper .ill-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px;
}
.faq_wrapper .ill-notice svg {
	margin-right: 20px;
}
.faq_wrapper .ill-notice .ill-title {
	font-weight: bold;
	font-size: 18.72px;
	line-height: 140%;
	padding-top: 10px;
}
.faq_wrapper .quote {
	margin-top: 23px;
	padding: 0 0 0 60px;
}

.faq_wrapper .quote .quote-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
}

.faq_wrapper .quote .quote-descr {
	font-size: 14px;
	line-height: 140%;
	color: #919090;
	margin: 5px 0 20px;
}

.faq_wrapper .quote .quote-text {
	padding-left: 20px;
	border-left: 2px solid #5481FF;
	font-size: 16px;
	line-height: 185%;
}



.faq_wrapper .horizonal-card img {
	max-width: 161px;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: auto;
}
.faq_wrapper .horizonal-card .hor-descr {
	padding: 20px 0 22px 20px;
	width: 50%;
}
.faq_wrapper .horizonal-card .hor-descr .last-name {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.faq_wrapper .horizonal-card .hor-descr .name {
	font-size: 18.72px;
	line-height: 140%;
}
.faq_wrapper .horizonal-card .hor-descr .hor-descr-static {
	margin-top: 20px;
	font-size: 14px;
	line-height: 140%;
	color: #919090;
}
.faq_wrapper .horizonal-card .hor-call {
	padding: 20px;
	position: relative;
}
.faq_wrapper .horizonal-card .hor-call:before {
	position: absolute;
	content: '';
	top: 10%;
	left: 0;
	width: 1px;
	height: 80%;
	background: #D7D7D7;
}
.faq_wrapper .horizonal-card .hor-call .pls-call {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
.faq_wrapper .horizonal-card .hor-call .button-call {
	margin-top: 20px;
	padding: 18px 42px 17px;
	background: #5481FF;
	border-radius: 7px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	display: block;
}
.faq_wrapper .horizonal-card .hor-call .call-phone {
	margin-top: 20px;
	color: #0F6CB6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq_wrapper .horizonal-card .hor-call .call-phone svg {
	vertical-align: bottom;
}

@media screen and (max-width: 990px) {
	.faq_wrapper .horizonal-card {
		display: block;
		text-align: center;
	}
	.faq_wrapper .horizonal-card .hor-descr {
		margin-top: 20px;
		padding: 0 22px;
		text-align: center;
		width:100%;
	}
	.faq_wrapper .ill-notice {
		display: block;
	}
	.faq_wrapper .quote {
		padding: 0;
	}

	.faq_wrapper .horizonal-card img{
		padding-top:20px;
	}

}

.warning_block{

	background: #EDF3FF;
	color: #000000;
	border-radius: 16px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;

}
.warning_block .warning_info{
	background: #5481FF;

	color: #FFFFFF;


	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px 0 0 16px;
}

.warning_block .warning_info .warning_info_text{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.01em;
	transform: rotate(-90deg);

}

.warning_block .warning_text{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;

	padding: 25px 2%;
}


.content-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin: 50px 0 20px;
}


.slider-servises_items {
	background: #F1F4F8;
	border-radius: 16px;

	padding: 24px;
}
.slider-servises_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 10px;
}
.slider-servises_items p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.btn-link_wrap {
	display: flex;
}
.btn-link {
	width: auto;
	color: #2862FF;
	background-color: transparent;
	border: solid 1px #2862FF;
}
.btn-link_wrap {
	display: flex;
	margin: 20px 0 0 0;
}
.slider-servises .slick-track{
	display: flex;
}
.slider-servises .slider-servises_items{
	height: auto;
	overflow:hidden;
	display:flex;
	flex-direction: column;
}


.slider-servises_wrap .btn-link_wrap a:hover,
.slider-servises_wrap .btn-link_wrap a{
	color: #FFF;
	text-decoration:none;
	text-align:center;
}
.swiper-wrapper.slider-servises {
	max-width: calc( 100vw - 40px );
}

@media screen and (max-width: 1024px) {
	.swiper-wrapper.slider-servises {
		max-width: calc( 100vw - 40px );
	}
}


.list_grid_info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	list-style-type: none;
}

.list_grid_info_item_link {
	display: block;
	position: relative;
	padding: 20px 20px 20px 50px;
	background: #FFFFFF;
	border-radius: 16px;
	height: 100%;
	text-decoration: none;
	color: #000000;
}
.list_grid_info_item_link:hover {
	background: #F9FAFB;
}
.list_grid_info_item_link:before {
	content: "";
	background-image: url(/images/strelka_blue.svg);
	width: 24px;
	height: 24px;
	display: block;
	border-radius: 50%;
	background-size: contain;
	position: absolute;
	left: 10px;
}

.list_grid_info_item a {
	background: #F1F4F8;
	text-decoration: none !important;
}

ul.list_grid_info li {
	list-style: none;
	padding-left: 5px;
	margin: 5px 0;
	line-height: 25px;
	margin-top: 12px;

}
ul.list_grid_info li::before{
	content: none !important;
}
@media(max-width: 1024px){
	.list_grid_info {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width: 870px){
	.list_grid_info_item_link {
		padding: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.list_grid_info_item_link:before {
		position: static;
		margin: 5px 0;
	}
}

.soderzahnie_font_size_3 a{
	font-size:14px;
}
@media (max-width: 767px) {
	.soderzahnie_font_size_3 a{
		font-size:12px;
	}
}

.bibliogpaphy .content-text{
	padding: 20px 0 20px 20px;
}


/**********************/
.quote_block_wrap {
	border-left: 8px solid #2962FF;
	box-shadow: 0px 6px 16px rgb(0 0 0 / 8%);
	border-radius: 16px;
	padding: 70px 170px;
	display: flex;
	flex-direction: column;
}
.quote_block_text {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #000000;
	flex: none;
	order: 0;
	flex-grow: 0;
	position: relative;
}
.quote_block_vrach {
	display: grid;
	gap: 30px;
	margin: 20px 0;
	grid-template-columns: 130px 1fr;
}
.quote_block_vrach_img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	background-color: #eee;
}
.quote_block_vrach_name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.quote_block_vrach_descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #465A63;

}
.quote_block_text:before, .quote_block_text:after {
	content: "";
	background-image: url(/images/quote.svg);
	width: 60px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
}
.quote_block_text:before {
	left: -70px;
	top: 0;
}
.quote_block_text:after{
	transform: matrix(-1, 0, 0, 1, 0, 0);
	right: -70px;
	bottom: 0;
}


@media screen and (max-width: 768px) {
	.quote_block_wrap {
		padding: 24px;
	}

	.quote_block_text:before, .quote_block_text:after {
		position: static;
		height: 30px;
		background-size: contain;
	}

	.quote_block_text:after {
		text-align: right;
		display: block;
		width: 100%;
	}

	.quote_block_text {
		font-size: 16px;
	}

	.quote_block_vrach {
		order: 1;
	}

	.quote_block_text {
		order: 2;
	}

	.quote_block_vrach {
		grid-template-columns: 60px 1fr;
		gap: 20px;
	}

	.quote_block_vrach_img img {
		width: 60px;
		height: 60px;
		border-radius: 30%;
	}

	.quote_block_vrach_descr {
		font-size: 12px;
		line-height: 18px;
	}
}

.article_views{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}


@media (max-width: 767px) {
	.news_detail_title {
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
	}
	.content-content .content-head{
		font-size: 18px;
	}
}

.news_detail_text_item:not(.news_detail_text_wrap){
	float: left;
	margin: 0 40px 40px 0;
	min-width: 250px;
	max-width: 50%;
}
@media (min-width: 1025px) {
	.news_detail_text_grid {
		display: block !important;
	}
}
@media (max-width: 1024px) {
	.news_detail_text_item:not(.news_detail_text_wrap){
		float: none;
		margin: inherit;
		max-width: 100%;
	}
}
/* End */


/* Start:/local/templates/sofia/components/bitrix/news.line/related_items_slider/style.css?17846255621404*/
.related-items__slider .swiper-slide {
    height: auto;
}

.related-items__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.related-items__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 16px;
    background: #F3F4F9;
}

.related-items__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-items__name {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.35;
    color: #242931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    transition: color 0.3s ease;
}

.related-items__desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #465A63;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.related-items__btn-wrap {
    margin-top: auto;
    padding-top: 24px;
}

.related-items__card:hover .related-items__name {
    color: #5481FF;
}

.related-items .slider-progressbar.swiper-pagination-lock,
.related-items .swiper-pagination-lock {
    display: none;
}

/* End */
/* /local/templates/sofia/components/slam/easyform/consult/style.css?17394533774070 */
/* /local/templates/sofia/components/bitrix/news.detail/news_detail/style.css?174523204911254 */
/* /local/templates/sofia/components/bitrix/news.line/related_items_slider/style.css?17846255621404 */
