

/* Start:/local/templates/sofia/components/bitrix/news.list/reviews_slider/style.css?17018506382047*/
.reviews__slider img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    object-position: top;
}

.review_list_doctor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 50px;
}

.review_list_doctor .doctor-image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}

.review_list_doctor .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.review_list_doctor .doctor-type {
    font-size: 30px;
    line-height: 1.33;
}

.review_list_doctor .doctor-name {
    font-size: 23px;
    line-height: 1.48;
}

.review_list_doctor .doctor-name a {
    text-decoration: underline;
    color: inherit;
}
.review_list_doctor .doctor-name a:hover {
    text-decoration: none;
    color: inherit;
}

.review_list_doctor .doctor-special {
    font-size: 18px;
    line-height: 1.67;
    opacity: 0.8;
}

@media (max-width: 1299px) {
    .review_list_doctor .doctor-type {
        font-size: 28px;
    }

    .review_list_doctor .doctor-name {
        font-size: 21px;
    }

    .review_list_doctor .doctor-special {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .review_list_doctor {
        margin-top: 30px;
    }

    .review_list_doctor .doctor-image {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .review_list_doctor .doctor-type {
        font-size: 26px;
    }

    .review_list_doctor .doctor-name {
        font-size: 18px;
    }

    .review_list_doctor .doctor-special {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .review_list_doctor .doctor-image {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .review_list_doctor .doctor-type {
        font-size: 20px;
    }

    .review_list_doctor .doctor-name {
        font-size: 14px;
    }

    .review_list_doctor .doctor-special {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/sofia/components/bitrix/news.list/doctors_slider/style.css?17617430481045*/
.doctors__slider .doctor {
	background: transparent;
	display: flex;
	flex-direction: column;
}

.doctor__top {
	background: #fff;
	border-radius: 16px;
	flex: 1 0 0%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.doctors__slider .doctor__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}
.doctor__top_slider {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	border: solid 1px #f3f4f9;
	box-shadow: 0 0 12px 0 #f3f4f9;
}
.doctor__box_text {
	flex-grow: 1;
}
.doctors__slider .doctor {
	height: 100%;
}
.text-block .doctor__img_slider img, .doctor__img_slider img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: top;
	border-radius: 16px 16px 0 0;
	margin-bottom: 0;
}
.text-block .doctor-reviev__star img{
	margin-bottom: 0;
}
.doctor__box_text {
	padding: 20px;
	border-radius: 0 0 16px 16px;
	background: #F3F4F9;
	/*margin-top: -40px;*/
}
.read-more-btn {
	display: block;
}
/* End */


/* Start:/local/templates/sofia/components/slam/easyform/modal/style.css?17018506381315*/
.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 {
    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
}

.slam-easyform .help-block {
	font-size: 14px;
	color: #f00;
}
.slam-easyform .ok-text {
	font-size: 20px;
	margin: 24px;
}
/* End */


/* 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/service_style2/style.css?178461883311651*/
.section-wrap {
	padding-top: 50px !important;
}
.section-wrap .license_pad {
	padding-bottom: 0;
	border-radius: 0;
	background: transparent;
}

.section-wrap._whitebg._padB + .license_pad {
	background: #fff;
	padding-top: 140px;
	margin-top: -100px;
}

@media (max-width: 1024px) {
	.section-wrap._whitebg._padB + .license_pad {
		padding-top: 100px;
		margin-top: -60px;
	}
}

@media (max-width: 479px) {
	.section-wrap._whitebg._padB + .license_pad {
		padding-top: 60px;
		margin-top: -40px;
	}
}

/****************************/

.container_s{

	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #465A63;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


.section-padding{
	padding: 60px 0;
}

.first-block_wrap {
	display: flex;
}
.first-block_info_wrap {
	width: calc(52% - 15px);
	padding-right: 15px;
}
.first-block_info_wrap {
	padding-top: 100px;
}
.first-block_info_wrap_no_pad {
	padding-top: 0;
}
.first-block_img_wrap {
	width: 48%;
}
.first-block_img_wrap img{
	border-radius: 20px;
	width: 100%;
    height: auto;
}

.first-block_wrap_gap{
	column-gap: 20px;
}
.main-text_wrap {
	margin: 10px 0;
}

.main-btn {
	 background: #2962FF;
	 border-radius: 6px;
	 color: #fff;
	 border: none;
	 padding: 14px;
    text-align: center;
	 cursor: pointer;
	 width: 100%;
	 text-decoration: none;
	 font-size: 16px;
 }
.main-btn_not_big {
	max-width: 230px;
	text-align: center;
}

.main-btn.btn-secondary {
    color: #5481FF;
    background-color: #fff;
    border: 1px solid #5481FF;
    padding: 13px 14px;
}

.main-btn.btn-secondary:hover {
    background-color: #E9EFFF;
}

.main-btn_wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.main-btn_wrap .main-btn:not(.main-btn_not_big) {
    width: auto;
}

@media(max-width: 870px){
    .main-btn_wrap .main-btn,
    .main-btn_wrap .main-btn:not(.main-btn_not_big) {
        width: 100%;
    }
}

.first-block{
	margin-bottom: 100px;
}

@media (max-width: 1280px){

	.container_s{
		max-width: 1260px;
	}

}

@media(max-width: 1024px){
	.first-block_info_wrap {
		padding-top: 50px;
	}


	.section-padding{
		padding: 60px 15px;
	}
}
@media (max-width: 992px){

	.container_s{
		max-width: 960px;
	}
	.section-padding{
		padding: 0px 15px !important;
	}

}

@media(max-width: 870px){


	.first-block_wrap {
		flex-wrap: wrap;
	}
	.first-block_info_wrap {
		padding-top: 20px;
		padding-right: 0;
		width: 100%;
		order: 1;
	}
	.first-block_img_wrap {
		width: 100%;
		order: 2;
		text-align: center;
		padding-top: 50px;
	}

	.first-block_info_wrap .main-btn_wrap{
		margin-left: auto;
		margin-right: auto;
	}
	.main-btn_not_big {
		max-width: 100%;
		text-align: center;
	}

}

@media(max-width: 550px) {
	.first-block.section-padding {
		padding-top: 10px !important;;
	}
	.section-padding {
		padding: 30px 0 !important;
	}
	.container_s {
		font-size: 14px;
		line-height: 24px;
		color: #465A63;
	}
	.main-btn_wrap {
		margin-top: 40px;
		width: 100%;
		max-width: 100%;
	}

    .first-block {
        margin-bottom: 60px;
    }
}

.no_padding-top{
	padding-top: 0;
}

.information .tabs__button{

	font-family: inherit;

	font-weight: inherit;

	vertical-align: top;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	max-width: 250px;
	border: 2px solid rgba(84, 129, 255, .4);
}

.information .tabs__button:hover {
	border-color: #5481FF;
}

.include_block {
	clear: both;
}

.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;
	border: none;
}
.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: 0;
    padding: 25px 2%;
}

.services__grid .service .service__arrow svg {
	fill: #fff;

}
.services__grid .service .service__arrow{
	border-bottom:0px;
}
.service:hover .service__arrow svg {
	fill: #5481FF;

}

.services__grid .service .service__name a{
	border-bottom:0px;
}
.text-block .section-form .block_form_consult_form_wrap_p,
.section-form .block_form_consult_form_wrap_p{
	color: #FFF;
}
.faq_wrapper .horizonal-card a,
.doctor .doctor__thumb a{
	border-bottom: none;
}
.reviews .review{
	background: #F3F4F9;
}

.vrach_section .doctor__list_btn{
	border-bottom: none;
}
.vrach_section .doctor-reviev__star img{
	margin-bottom: 0px;
}
.vrach_section .vrach_main_list li:before{
	content: none;
}
.vrach_section .vrach_main_list .vrach_main_item{
	background: #F3F4F9;
}

.doctor__thumb a img{
	margin-bottom: 0px;
}
.vrach_section .vrach_main_item, .vrach_main_item{
	margin-top: 0px !important;
}

.doctor__btn-blue{
	color: #fff !important;
	border-bottom: 0px solid !important;
}
.bibliogpaphy{
	margin-top:60px;
}
.bibliogpaphy .content-text{
	padding: 20px 0 20px 20px;
}


/* related-methods */
.related-methods {
    margin: 60px 0;
}

.related-methods .related-methods__title {
    margin-bottom: 40px;
}

.related-methods__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-methods__item {
    display: block;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    border: none !important;
}

.related-methods__img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    background: #F3F4F9;
}

.related-methods__img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;
}

.related-methods__name {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.35;
    color: #242931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

.related-methods__item:hover .related-methods__name {
    color: #5481FF;
}

@media (max-width: 968px) {
	.related-methods .related-methods__title {
		margin-bottom: 20px;
	}

    .related-methods__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .related-methods__grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}



/* fix big bottom padding */
.section-wrap._whitebg._padB > ._pad {
    padding-bottom: 0 !important;
}

/* End */
/* /local/templates/sofia/components/bitrix/news.list/reviews_slider/style.css?17018506382047 */
/* /local/templates/sofia/components/bitrix/news.list/doctors_slider/style.css?17617430481045 */
/* /local/templates/sofia/components/slam/easyform/modal/style.css?17018506381315 */
/* /local/templates/sofia/components/slam/easyform/consult/style.css?17394533774070 */
/* /local/templates/sofia/components/bitrix/news.detail/service_style2/style.css?178461883311651 */
