.index .banner-slide-new__bg_mob img{display: none;}

.mb25{
    margin-bottom: 25px;
}
.services-item__title {
    position: absolute;
    z-index: 1;
}
body .cursor_auto{
	cursor: auto;
}
.doctors-all:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(/public/new-design/static/img/assets/doctors/comp.svg) no-repeat;
    background-size: 100%;
}
.doctors-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.doctors-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.doctors-all {
    margin-right: 60px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 2px;
    color: #00a1f0;
    padding-left: 40px;
    position: relative;
}


/* --- Заголовок отзывов --- */
.title__reviews, 
.title-reviews__rating{
	display: flex;
	align-items: flex-start;
}

.title-reviews__rating{
	margin-left: 15px;
	align-self: center;
}

.title-reviews__start{
	width: 20px;
	height: 20px;
	display: block;
	background: url(/img/ico-star-blue.svg) center center no-repeat;
	background-size: cover;
}

.title-reviews__start{
	margin-right: 5px;
}

.title-reviews__number{
	display: block;
	font-size: 23px;
	margin-left: 5px;
}

.reviews__doctor{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reviews__item{
	display: flex !important;
	width: 100%;
	flex-basis: 35%;
	min-height: 100%;
	margin-bottom: 25px;
	flex-direction: column;
	padding: 15px 15px 30px;
	border: 1px solid #eeeff0;
}

.reviews__doctor .slick-slide > div {
    min-height: 100%;
	width: 100%;
}

.reviews-item__content:first-child{
	flex: 1 0 auto;
}

.reviews-item__content:last-child{
	margin-top: 30px;
	padding: 30px 0 0;
	border-top: 1px solid #eeeff0;
}

.reviews-item__content a{
	color: #00a0f0;
	display: block;
}

.reviews-item__content a:hover{
	text-decoration: underline;
}

.reviews-item__description{
	color: #231F20;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 15px;	
}

.reviews-item__description.show{
	max-height: 197px;
}

.reviews-item__rating{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.reviews-item__star{
	width: 20px;
	height: 20px;
	display: block;
	background: url(/img/ico-star-blue.svg) center center no-repeat;
	background-size: cover;
}

.reviews-item__star + .reviews-item__star{
	margin-left: 5px;
}

.reviews-item__read-more{
	color: #00a0f0;
	padding: 0px;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	background-color: transparent;
}

.reviews-item__read-more.show{
	display: block;
}

.reviews-item__read-more:hover{
	text-decoration: underline;
	background-color: transparent !important;
	background-color: transparent !important;
	color: #00a0f0 !important;
	outline: none !important;
}


.reviews-item__specialty{
	display: block;
	color: #8791a8;
	font-size: 14px;
	margin-top: 5px;
}

.reviews-item__clinic{
	font-size: 12px;
	margin-top: 15px;
	text-transform: uppercase;
}

.reviews-item__content .btn{
	width: 100%;
	font-size: 12px;
	margin-top: 15px;
	line-height: normal;
}


/* --- Slick slider — 3 слайда --- */
.slick__slide-three {
	margin: 0px -15px;
}

.slick__slide-three .slick-track{
	display: flex;
	min-width: 900px;
}

.slick__slide-three .slick-slide{
	float: none;
	height: unset;
	min-height: 100%;
	margin: 0 15px 25px;
	display: flex;
}

/*.slick__slide-three .slick-slide + .slick-slide{
	margin-left: 35px;
} */

.slick__slide-three .slick-slide:focus{
	outline: none;
}

.slick__btn-top{
	display: flex;
	overflow: hidden;
	border-radius: 50px;
	align-items: center;
}

.slick__btn-top button{
	width: 41px;
	height: 45px;
	border: none;
	display: block;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    background: #f5f6f8 url(https://www.fdoctor.ru/public/new-design/static/img/assets/doctors/right.svg) no-repeat;
    background-size: 15px 15px;
    background-position: center center;
}

.slick__btn-top .slick__btn-next{
	transform: rotate(180deg);
}

.reviews-item__empty-star{
	background: url(/img/ico-star-gray.svg) center center no-repeat;
}
.btn__reviews{
	margin: 0 15px;
}
.filter-subgroup .cb{
	display: block;
	font-size: 12px;
	margin: 5px 0px 0px;
}

.filter-titlegroup{
	display: flex;
	align-items: center;
	position: relative;
}

.filter-titlegroup_btn{
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    transition: all .2s;
}

.filter-titlegroup_btn:after,
.filter-titlegroup_btn:before{
	content: '';
	display: block;
	position: absolute;
	background-color: #86ddff		
}

.filter-titlegroup_btn:after{
    left: 0px;
    right: 0px;
	width: 1px;
    height: 20px;
    margin: 0 auto;
}

.filter-titlegroup_btn:before{
	width: 20px;
	height: 1px;
	top: 0px;
	bottom: 0px;
    margin: auto 0;
}

.filter-titlegroup_btn:not(.toggle_class__active):hover{
	transform: rotate(180deg)
}

.filter-titlegroup_btn.toggle_class__active:after{	
	display: none;
}

.filter-subgroup{
	display: none;
	padding-left: 25px;
}

.filter-subgroup.toggle_class__active{
	display: block;
}
.header-phone-mob{
   font-size: 16px
}
#helpful_information{
    margin: 40px 0 25px;
}


.doctors-section .accordeon__item:first-of-type .accordeon__trigger {
	padding-top: 0px;
}

#recordFormHosp .input-row.ord3 {
	line-height: 10px;
}


/* --- Адаптированная версия --- */
@media only screen and (max-width: 992px){
	.reviews__item{
		flex-basis: 48%;
	}
}

@media only screen and (max-width: 769px){
	.rating__check-label{ 
		width: 20px; 
		height: 20px; 
	}
	.btn__reviews{
		 margin: 0;
	}
	.top__reviews{
		flex-direction: column;
	}

	.top__reviews .doctors-right{
		justify-content: space-between;
	}

	.reviews__item{
		max-width: 100%
	}
	
	.slick__slide-three {
		margin: 15px 0px 0px;
	}

	.slick__slide-three .slick-slide{
		margin: 0 0 25px;
	}

/*	.slick__slide-three .slick-slide + .slick-slide{
		margin-left: 0px;
	}*/

}

@media only screen and (max-width: 480px){
	.title__reviews{
		flex-direction: column;
	}
	
	.title-reviews__rating{
		margin: 15px 0 0;
		align-self: flex-start;
	}
}

/*christmas theme*/
/*--- header ---*/
.christmas .nd-header__top-bg {
    background: #f1f7ff url(/img/christmas/christmas_header2x.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.christmas .footer {
    background: #f1f7ff url(/img/christmas/christmas_footer2x.png) repeat;
    background-size: 100% auto;
}


.christmas .footer-content:before {
    content: '';
    width: 280px;
    height: 410px;
    right: 150px;
    bottom: -55px;
    display: block;
    position: absolute;
    z-index: -1;
    background: url(/img/christmas/christmas_tree.svg) no-repeat;
    background-size: cover;
}

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

.christmas .footer-content:before {
    right: 0px;
    left: 0px;
    bottom: -20px;
    margin: 0 auto;
}
.christmas .nd-header__top-bg{
    background-size: auto 100%;    
}

}

.doctors-faq-title {
	font-size: 33px;
    color: #00a1f0;
    margin-top: 60px;
}
.accordeon__trigger-new:after, .accordeon__trigger-new:before {
	display: none !important;
}
.accordeon__trigger-new a {
	color: #231f20;
}
.accordeon__trigger-new a:hover {
	text-decoration: none;
	color: #00a1f0;
}
.accordeon-new {
	margin-top: 15px !important;
}
.faq_popup_ask_doctor {
	width: 25%;
}
@media only screen and (max-width: 769px){
	.faq_popup_ask_doctor {
		width: 75%;
	}
}
