

/* Start:/local/templates/.default/css/components/main-search.css?17526507343730*/
.main-search {
	position: relative;
	background: #EEF2FF;
	padding: 40px;
	border-radius: 0;
	z-index: 2;
}

.main-search::before {
	content: '';
	display: block;
	position: absolute;
	right: 70px;
	top: 0;
	width: 678px;
	height: 100%;
	background: url('/images/logo-blue.svg') no-repeat center center / 100% auto;
	opacity: 0.05;
	z-index: -1;
}


.main-search-title {
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 20px;
}

.main-search-text-mobile,
.main-search-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.7);
}

.main-search-text a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.8);
}

.main-search .search-block {
    padding-bottom: 27px;
}

.main-search .form-search {
	flex-direction: row;
	gap: 10px;
}

.main-search .search-block .wrapper-input {
    border: 0;
}

.main-search .search-block .wrapper-input .wrapper-input__search-icon {
	display: none;
	left: 10px;
	width: 20px;
	z-index: 1;
}

.main-search .search-block .wrapper-input input {
    background: #fff;
    padding: 12px 90px 12px 20px;
    height: 60px;
    border: 0;
    border-radius: 6px;
	font-size: 16px;
	line-height: 1.5;
    transition: .2s linear;
}

.main-search .search-block .wrapper-input input:hover,
.main-search .search-block .wrapper-input input:focus {
    box-shadow: 0 5px 10px rgba(167, 167, 167, 0.25);
}

.main-search .search-block .wrapper-input input::placeholder {
	color: rgba(70, 90, 99, 0.4);
}

.main-search .search-block .wrapper-input .wrapper-input__button-clear {
    position: absolute;
    right: 18px;
}

.main-search .search-block .wrapper-input .wrapper-input__button-clear::before {
    bottom: 22px;
}

.main-search .search-block .btn {
    padding: 12px;
    min-width: 60px;
}

.main-search .search-block .js-ajax-search {
    position: absolute;
    width: calc(100% - 70px);
    top: 5px;
}

.main-search-text-mobile{
	display:none;
}
.main-search-text-mobile .phone__number--small{
	font-size: .875em;
	vertical-align: top;
	line-height: 1.475em;

}

.main-search-text-mobile .phone__number--big{
	font-size: 1.5em;
	margin-left: 2px;
	line-height: 1.4rem;
	font-weight: 700;
}

.main-search-text-mobile .phone{
	display: block;
	color: #000;
	text-decoration: none;

}


.main-search-text-mobile .title{
	font-size: .875rem;
}
@media (max-width: 991.98px) {
	.main-search-text-mobile{
		padding-top: 17px;
		display:flex;
		align-items: center;
	}

	.main-search {
		padding: 26px 19px;
	}

	.main-search::before {
		right: 0;
		width: 100%;
		height: 100%;
        background-position: 50% 9px;
        background-size: 214px 110px;
	}

	.main-search-title {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 13px;
	}

	.main-search .search-block {
		padding-bottom: 0;
	}

	.main-search .search-block .wrapper-input .wrapper-input__search-icon {
		display: block;
	}

	.main-search .search-block .wrapper-input .wrapper-input__button-clear {
		right: -45px;
		top: -85px;
		height: 32px;
	}
	.main-search .search-block .wrapper-input .wrapper-input__button-clear:before {
		bottom: 9px;
	}
	.main-search .search-block .wrapper-input input {
		padding: 10px 12px 10px 40px;
		height: 40px;
	}

	.main-search .search-block .btn {
		padding: 8px;
        min-width: 40px;
        min-height: 40px;
	}
	.main-search .search-block .btn svg {
        width: 20px;
        height: 20px;
	}

	.main-search-text {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.main-search .search-block .wrapper-input input {
		font-size: 14px;
	}

	.main-search .search-block .js-ajax-search {
		width: calc(100% - 50px);
	}
}
/* End */


/* Start:/local/templates/medicine_dis/components/bitrix/news.list/reviews_slider/style.css?174038571712019*/
.sectionName{
    display:none;
}
.reviews_page .h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    /* identical to box height, or 115% */

    display: flex;
    align-items: center;

    color: #000000;
    margin-bottom:20px;
}
.reviews_page .header_text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    display: flex;
    align-items: center;

    color: #465A63;
}
.reviews_page .filter_block{
    background: #FFFFFF;
    border: 3px solid #EDF3FF;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 36px 60px 36px 34px;
    display: flex;
    justify-content: space-between;
}
.reviews_page .filter_block .tab_button{

    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 21px;


    height: 48px;


    background: #FFFFFF;
    border: 1px solid #2962FF;
    border-radius: 6px;
    cursor:pointer;
}
.reviews_page .filter_block .tab_button.active{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 21px;


    height: 48px;


    background: #2962FF;
    box-shadow: 0px 110px 44px rgba(41, 98, 255, 0.01), 0px 62px 37px rgba(41, 98, 255, 0.05), 0px 28px 28px rgba(41, 98, 255, 0.09), 0px 7px 15px rgba(41, 98, 255, 0.1), 0px 0px 0px rgba(41, 98, 255, 0.1);
    border-radius: 6px;
    color: #FFFFFF;
}
.reviews_page .filter_block .tab_button>span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    text-align: center;

    color: #2962FF;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}
.reviews_page .filter_block .tab_button.active>span{
    color: #FFFFFF;
}
.reviews_page .filter_block .tab_button~.tab_button{
    margin-left:20px;
}
.reviews_page .filter_block .tab_button.right-align { margin-left: auto; }

@media (max-width: 1280px){
    .reviews_page .filter_block {
        padding: 20px 17px 18px 17px;
    }
}

@media (max-width: 992px){
    .reviews_page .filter_block {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .reviews_page .filter_block .tab_button{
        margin:10px 10px !important;

    }
}
.reviews_page .make_review>span::after{
    content:'';
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 3.0625px 0px;

    position: absolute;
    width: 14px;
    height: 14.12px;
    right: -10px;

    background-image:url('/local/templates/medicine_dis/components/bitrix/news.list/reviews_slider/img/accordion_chek.svg');
}
.reviews_page .make_review>span{
    padding-right: 40px;
    position: relative;
}
.reviews_page .tab_button a{
    text-decoration:none;
}
.reviews_page .doctors-search,
.reviews_page .seleted_doctors.selected,
.reviews_page .seleted_doctors{
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #2962FF;
    border-radius: 6px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    display: flex;
    align-items: center;
    text-align: center;
    color: #2962FF;
    margin-bottom:0px;
}


.reviews_page .doctors-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2962FF;
    opacity: 1; /* Firefox */
}

.reviews_page .doctors-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2962FF;
}

.reviews_page .doctors-search::-ms-input-placeholder { /* Microsoft Edge */
    color: #2962FF;
}

.reviews_page  .specialty_item_wrap{
    min-width:250px;
}
.reviews_page  .tab_button.no-padding{
    padding:0 !important;
    border:0px;
}

.reviews_page .slick-slide{
    background: #F1F4F8;
    opacity: 0.88;
    border-radius: 16px;
    padding:30px;
}
.reviews_page .slick-slide:hover{
    background: #FFFFFF;

    box-shadow: 0px 171px 68px rgba(128, 162, 255, 0.01), 0px 96px 58px rgba(128, 162, 255, 0.05), 0px 43px 43px rgba(128, 162, 255, 0.09), 0px 11px 23px rgba(128, 162, 255, 0.1), 0px 0px 0px rgba(128, 162, 255, 0.1);

}
.reviews_page  .slick-list{
    padding: 50px 0 50px;
}
.reviews_page  .slick-slide{
    margin: 0px 10px;
    display: flex !important;
    align-items: stretch;
}
.reviews_page .section-padding{
    padding: 25px 0;
}
@media (min-width: 1280px){
    .sotkom {
        max-width: 1606px !important;
    }
    .sotkom .breadcrumbs{
        padding: 0px;
    }
    .reviews_page .container_s{
        max-width: 1606px !important;
    }
    .reviews_page .section_reviews_slider .container_s{
        padding: 0 80px !important;
    }
}

.reviews_page .slider_reviews_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    flex: 0 0 auto;
}
.reviews_page .slider_reviews_date_wrap{
    display: flex;
    align-items: center;
}

.reviews_page .slider_reviews_name_wrap{
    min-height: 50px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.reviews_page .slider_reviews_date_wrap{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;

    color: #8D9EA5;
}

.reviews_page .slider_reviews_text{
    min-height:200px;
}

.reviews_page .slick-slider .slick-list,
.reviews_page .slick-slider .slick-track{
    display:flex;

}

.reviews_page .slick-slide>div{
    display:flex;

}
.reviews_page  .slider_reviews_name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 125% */

    display: flex;
    align-items: center;

    color: #000000;
    padding-top:25px;
    padding-bottom:10px;
}
.reviews_page  .slider_reviews_add_name{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    display: flex;
    align-items: center;

    color: #000000;

    opacity: 0.5;
    padding-bottom:15px;
}
.reviews_page  .show_scan{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    text-decoration-line: underline;

    color: #000000;

    opacity: 0.5;
    flex: 0 0 auto;

    margin-top:10px;

}

.reviews_page  .slider_reviews_item_wrap{
    width: 100%;

    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
}
.reviews_page  .slider_reviews_text{
    flex: 0 0 auto;
}

.reviews_page .slider_reviews_image{
    text-align: center;
    margin: 0;
    position: relative;
    height: 160px;
    width: 100%;
}
.reviews_page .slider_reviews_image img{

    position: absolute;
    width: 156px;
    height: 156px;
    margin: auto;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;

}


.reviews_page  .one{


    margin-bottom: 20px;
    background: #F1F4F8;
    opacity: 0.88;
    border-radius: 16px;
    padding: 30px;

}
.reviews_page .one:hover{
    background: #FFFFFF;

    box-shadow: 0px 171px 68px rgba(128, 162, 255, 0.01), 0px 96px 58px rgba(128, 162, 255, 0.05), 0px 43px 43px rgba(128, 162, 255, 0.09), 0px 11px 23px rgba(128, 162, 255, 0.1), 0px 0px 0px rgba(128, 162, 255, 0.1);
}

.reviews_page .total_text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    display: flex;
    align-items: center;

    /* синий */

    color: #2962FF;

    opacity: 0.8;

    float:left;
}
.reviews_page .vrach_header{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height, or 146% */

    display: flex;
    align-items: center;

    color: #465A63;

    opacity: 0.5;
}
.reviews_page .slider_reviews_vrach{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #465A63;
    display: flex;

    align-items: flex-start;

    flex-direction: column;

    border: 3px solid #FFFFFF;
    border-radius: 6px;
    padding:15px;
    margin:22px 0 20px 0;

}

.reviews_page .slider_reviews_vrach a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    text-decoration-line: underline;

    color: #2962FF;
}




.slider_reviews_name {
    font-weight: 400;
    font-size: 18px;
    line-height: inherit;
    color: #000000;
}
.slider_reviews_date {
    color: #8D9EA5;
}
.slider_reviews_name {
    font-weight: 400;
    font-size: 18px;
    line-height: inherit;
    color: #000000;
}
.slider_reviews_star_wrap {
    display: flex;
    column-gap: 5px;
    margin: 10px 0;
}

.slider_reviews_star_item.on_star svg {
    fill: #febe2d;
}
.slider_reviews_star_item svg {
    fill: transparent;
    width: 20px;
    height: 20px;
}
.slider_reviews_link_more {
    display: block;
    color: #2862FF;
    text-decoration: none;
    margin: 5px 0;
}
.slider_reviews_text {
    /*max-height: 125px;
    overflow: hidden;*/
    flex: 1 0 auto;
}
.form-callback_wrap.form-callback_wrap_second {
    background: #EDF3FF;
    border-radius: 16px;
}
.form-callback_wrap_second .form-callback_img_wrap {
    max-width: 600px;
    padding: 40px;
}
.form-callback_wrap.form-callback_wrap_second {
    background: #EDF3FF;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.form-callback_wrap_second .form-label_wrap{
    align-items: end;
    justify-content: space-between;
}
.form-callback_wrap_second .form-callback_input{
    width: 100%;
}
.form-callback_wrap_second .telefone_wrap {
    display: flex;
    flex-direction: column;
    width: calc(60% - 20px);
}
.form-callback-action_second .callback-checkbox+label::before{
    width: 20px;
    height: 20px;
    border: 2px solid #2862FF;
    margin-right: 1em;
}
.form-callback-action_second .callback-checkbox:checked+label::before {
    content: "\2713";
    color: #fff;
    font-weight: 900;
    background: #2862FF;
}

.fancybox-content img{
    max-width: 100%;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;

    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.main_page_review__title {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom:50px;
    display: block;

}
.main_page_review__link {

    margin-bottom:50px;
    display: block;
    font-size: 24px;

}
.main_page_review__link  a{
    color: #2862FF;
}
.main_page_doctor_review{
    margin-top: 120px;
}
.main_page_review__header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

}
@media (max-width: 768px){
    .main_page_review__header{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .main_page_review__link{
        margin-bottom:30px;
    }
    .main_page_review__title {
        margin-bottom: 10px;
    }
}
.main_page_doctor_review .swiper{
    position: relative;
}
.main_page_doctor_review .swiper-slide{
    height:auto;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.main_page_doctor_review .swiper-slide.visible {
    opacity: 1;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/ratings_block/style.css?17527360872056*/
section.ratings {
    padding: 0;
    color: #323c56;
}

section + section.ratings {
    margin-top: 200px;
}

@media (max-width: 1349px) {
    section + section.ratings {
        margin-top: 130px;
    }
}

@media (max-width: 1024px) {
    section + section.ratings {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    section + section.ratings {
        margin-top: 60px;
    }
}

section.ratings .title-section {
    margin-bottom: 50px;
    margin-top: 50px;
}

section.ratings .rating-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: center;
}

section.ratings .rating-item {
    position: relative;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (max-width: 768px) {
    section.ratings .rating-item {
        width: 120px;
    }
}

section.ratings .rating-item-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

section.ratings .rating-item-img {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

section.ratings .rating-item-link:hover ~ .rating-item-img{
    transform:scale(.9);
}

section.ratings .rating-item-label {
    font-size: 14px;
    line-height: 1.24;
    font-weight: 400;
    text-align: center;
}

section.ratings .rating-item-stars {
    display: block;
    --percent: calc(var(--rating) / 5* 100%);
    overflow: hidden;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: transparent;
}

section.ratings .rating-item-stars::before {
    content: "★★★★★";
    line-height: 1;
    letter-spacing: 4px;
    background: linear-gradient(90deg, #fcb500 var(--percent), rgba(0, 0, 0, .1) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.ratings .rating-item-value {
    font-weight: 700;
    text-align: center;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/press-center/style.css?1717567734150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/press-center_video/style.css?1720424852150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/.default/css/components/main-search.css?17526507343730 */
/* /local/templates/medicine_dis/components/bitrix/news.list/reviews_slider/style.css?174038571712019 */
/* /local/templates/.default/components/bitrix/news.list/ratings_block/style.css?17527360872056 */
/* /local/templates/.default/components/bitrix/news.list/press-center/style.css?1717567734150 */
/* /local/templates/.default/components/bitrix/news.list/press-center_video/style.css?1720424852150 */
