@media only screen and (max-width: 1240px){

/* Шапка */
#header .ui-phones, 
#header .ui-location{
	margin-left: auto;
}
#header .ui-additions{
	margin-left: 30px;
	margin-top: -3px;
}
#header .ui-social{
	margin-left: 25px;
}

/* Слайдер */
.slider .owl-dot{
	opacity: 1;
	width: 20px;
	height: 5px;
	border-radius: 5px;
	background-color: #ddd;
	box-shadow: 0 1px 3px -1px rgba(17, 17, 17, .3);
}
.slider .owl-dot:hover, .slider .owl-dot.active{
	background-color: #fa7300;
}

/* О центре */
.about-widget .anons{
	margin-top: 5px;
}
.about-widget .anons h2{
	margin-bottom: 10px;
}

/* Лицензии */
.license-list .item{
	height: 240px;
}

} /* 1240 */

@media only screen and (max-width: 1023px){

/* Общие */
#main{
	margin-top: 15px;
}

/* Шапка */
#header{
	padding: 25px 0 15px;
}
#header .wrap{
	flex-wrap: wrap;
}
#header .ui-phones, 
#header .ui-location{
	margin-left: 34px;
}
#logo{
	top: 0;
	width: 240px;
	height: 62px;
}
#header .ui-additions{
	display: flex;
	margin-left: 0;
	margin-top: 20px;
}
#header .ui-additions .vvi-on{
	width: 240px;
	margin-left: 0;
	margin-bottom: 0;
}
#search{
	width: 180px;
	margin-bottom: 0;
	margin-left: 34px;
}
#header .ui-additions .graph{
	width: 180px;
	margin-left: 44px;
}
#header .ui-social{
	margin-left: auto;
	margin-bottom: 0;
	display: flex;
}
#header .ui-social a{
	display: inline-block;
}
#header  .ui-social a.whatsapp{
	margin-bottom: 0;
	margin-right: 5px;
}

/* Меню */
.mb-btn{
	display: block;
}
.mm-nav{
	position: relative;
	z-index: 50;
}
.mm-nav .wrap{
    position: relative;
}
.mm-list{
    left: 0;
    top: 46px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 10px 20px;
    background-color: #eef5f6;
    border-radius: 0 0 10px 10px;
    display: none;
}
.mm-item{
    margin-right: 0;
    margin-bottom: 10px;
}
.mm-item.dd{}
.mm-link{}
.dd .mm-link{
    padding: 0;
}
.act .mm-link, .act .mms-link{}
.mms-show{}
.mm-link:hover + .mms-show, .mms-show:hover{}
.mms-list{
	position: initial;
	opacity: 1;
	padding: 0;
	width: 100%;
	transition: none;
	transform: none;
	margin-top: 10px;
	padding-left: 15px;
	display: none;
	visibility: visible;
}
.mm-item.dd:hover .mms-list{}
.mms-item{}
.mms-link{}
.mms-list ul{}
.mm-nav li:last-child{}

/* Услуги */
.services-widget{
	margin-top: 30px;
}
.services-widget h2{
	margin-bottom: 10px;
}
.services-widget h3{
	margin-bottom: 25px;
}
.services .item{
	--margin: 20px;
    --margin-lr: 10px;
    --margin-top: 20px;
}

/* О центре */
.about-widget{
	margin-top: 30px;
}
.about-widget .youtube{
	height: 200px;
}
.about-widget .youtube h4{
	margin: 40px auto 0;
}
.about-widget .youtube i{
	margin-top: 10px;
}
.about-widget .anons{
    --margin-lr: 0;
    --margin: 0px;
}

/* Новости - виджет */
.news-widget{
	margin-top: 30px;
}
.news-widget h2{
	margin-bottom: 10px;
}
.news-widget h3{
	margin-bottom: 25px;
}
.news-widget .item:nth-child(3){
	display: none;
}
.news .item{
	--margin: 20px;
    --margin-lr: 10px;
}

/* Футер */
.footer{
	display: block;
}
.footer > *{
	width: 100%;
	margin-right: 0;
}
.footer .ui-info{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.footer .ui-phones,
.footer .ui-location,
.footer .ui-additions{
	width: 33.333%;
}
.footer .ui-location,
.footer .ui-additions{
	margin-top: 0;
}
.footer .ui-location p{
	line-height: 16px;
}
.footer .ui-social{
    display: flex;
    margin-top: 35px;
}
.footer .ui-social a.instagram{
    margin-left: 10px;
}
.footer .fm-nav h3,
.footer .f-about h3{
	margin-bottom: 0;
	position: relative;
	padding: 15px 0 13px;
	border-top: 1px solid rgba(245, 250, 251, .6);
	border-bottom: 1px solid rgba(245, 250, 251, .6);
}
.footer .fm-nav h3:after,
.footer .f-about h3:after{
	content: '';
	position: absolute;
	top: 15px; right: 3px;
	width: 12px; height: 12px;
	transition-property: transform;
	background: url(../images/arrow-down-white.svg) no-repeat center / contain;
}
.footer .fm-nav h3.act:after,
.footer .f-about h3.act:after{
	transform: rotateX(180deg);
}
.footer .fm-list,
.footer .f-about p{
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Копирайт */
.copy{
	display: block;
	padding: 20px 0;
	border-top: 1px solid rgba(245, 250, 251, .6);
}
.copy a{
	margin-bottom: 15px;
	display: inline-block;
}
.copy .lg{
	margin-bottom: 0;
}

/* Лицензии */
.license-list .item{
	height: 225px;
}

/* Отзывы */
.reviews-list .list{
	column-gap: 20px;
}
.reviews-list .item{
	margin-bottom: 20px;
	padding: 20px 20px 15px;
}
.reviews-list .text{
	margin-bottom: 10px;
}
.reviews-list .date{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Контакты */
.contacts-item .text{
    width: 200px;
    margin-right: 20px;
}
.contacts-item .text-item h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.contacts-item .map{
    width: calc(100% - 220px);
    height: 294px;
}

/* Врачи */
.doctors-list .item{
	--margin: 20px;
	--margin-lr: 10px;
	--margin-top: 20px;
}


} /* 1023 */

@media only screen and (max-width: 767px){

/* Общие */
#main h1{
	margin-bottom: 15px;
}
#main h1, #main h2{
	font-size: 18px;
}
#main h3{
	font-size: 12px;
}
.btn{
	padding: 10px 12px;
}

/* Шапка */
#header .wrap{
	display: block;
}
#logo{
	margin: 0 auto 25px;
    margin-bottom: 25px;
    margin-left: 20px;
}
#header .ui-phones, #header .ui-social,
#header .ui-location, #header .ui-additions{
	max-width: 300px;
	margin-left: 20px;
}
#header .ui-location{
	display: none;
}
.ui-phones .phone{
	font-size: 17px;
	line-height: 16px;
	display: inline-block;
}
.ui-phones .phone:first-child:after{
	content: ', ';
}
.ui-phones .callback{
	display: table;
}
#header .ui-additions{
	display: block;
	margin-top: 10px;
}
#header .ui-additions .vvi-on,
#search, #header .ui-additions .graph{
	width: 100%;
	margin-bottom: 10px;
}
#search, #header .ui-additions .graph{
	margin-left: 0;
}
#header .ui-additions .vvi-on{
	margin-left: -20px;
}

/* Меню */
.mm-list{
	top: 40px;
}
.record-btn{
	width: 160px;
	font-size: 14px;
	padding: 11px 0;
}

/* Услуги */
.services .list{
	font-size: 14px;
}
.services .image{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.services-widget h3{
	margin-bottom: 20px;
}
.services-widget .all{
	margin-top: 20px;
}

/* О центре */
.about-widget .youtube h4{
	margin-top: 50px;
}
.about-widget .anons{
	margin-top: 20px;
	text-align: center;
}
.about-widget .anons .text{
	font-size: 13px;
}
.about-widget .anons .text p{
	line-height: 16px;
	margin-bottom: 10px;
}
.about-widget .anons .more{
	margin: 0 auto;
}

/* Новости */
.news .item{
	--margin-top: 15px;
}
.news .image{
	height: 165px;
}
.news .anons{
	padding: 15px;
	min-height: auto;
}
.news .date{
	margin-top: 10px;
}

/* Новости - виджет */
.news-widget h3{
	margin-bottom: 20px;
}
.news-widget .all{
	margin-top: 15px;
}

/* Футер */
#footer{
	padding: 40px 0 20px;
}
.footer .ui-info{
	display: block;
}
.footer .ui-phones,
.footer .ui-location,
.footer .ui-additions{
	width: 100%;
	margin-bottom: 20px;
}
.footer .ui-location p:first-child{
	margin-bottom: 10px;
}
.footer .ui-social{
	margin-top: 20px;
}
.footer .fm-nav h3, 
.footer .f-about h3{
	font-size: 16px;
}
.footer .fm-nav h3:after,
.footer .f-about h3:after{
	top: 16px;
}
.footer .ui-additions .graph{
	width: 180px;
}

/* Лицензии */
.license-list .item{
	height: 185px;
}

/* Отзывы */
.reviews .add{
	top: -50px;
	padding: 11px 20px;
}
.reviews-item{
	padding: 20px;
	border-radius: 15px;
}

/* Комментарии */
#comments_list .comment{
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#comments_list .comment .content .links a{
	margin-bottom: 5px;
}

/* Контакты */
.contacts-item .map{
	height: 260px;
}

/* Вопрос-ответ */
.faq-list .add{
	top: -97px;
}
.faq-list .question{
	width: 100%;
	padding-right: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eef5f6;
}
.faq-list .response{
	padding-left: 0;
	width: 100%;
}
.faq-list .item{
	padding: 20px;
	border-radius: 15px;
}
.faq-list .item:after{
	display: none;
}
.faq-list .name,
.faq-list .text{
	margin-bottom: 10px;
}
.faq-list .text a{
	position: relative;
	top: 1.5px;
}

/* Врачи */
.doctors-list .image{
	height: 240px;
}
.doctors-item .info{
	float: none;
	width: 100%;
}
.doctors-item .graph{
	margin-top: 10px;
}
.doctors-item .text{
	margin-top: 30px;
	padding-top: 0;
	width: 100%;
}

/* Контакты */
.contacts-item .text{
	width: 100%;
	font-size: 14px;
	margin-right: 0;
	line-height: 22px;
}
.contacts-item .text-item h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.contacts-item .map{
	width: 100%;
	height: 300px;
	margin-top: 20px;
}


} /* 767 */

@media only screen and (max-width: 425px){

/* Лицензии */
.license-list .item{
	height: 260px;
}

/* Отзывы */
.reviews .add{
    position: initial;
    margin-bottom: 15px;
    margin-left: auto;
}
.add.review{
	display: table;
    margin-bottom: 15px;
    margin-left: auto;
}

/* Врачи */
.doctors-item .image{
	height: auto;
}
.doctors-item .image img{
	display: block;
}
.doctors-item .docs a{
	height: 260px;
	--margin: 20px;
    --margin-lr: 10px;
}
.doctors-item .docs a:hover{
	transform: none;
}


/* Фотоальбом */
a.upload-album, a.upload-photo{
	padding: 11px 15px;
}
.albums-photo, .albums-list .image{
	height: auto;
}

/* Контакты */
.contacts-item .map{
	height: 200px;
}

/* Вопрос-овтет */
.faq-cats{
	margin-bottom: 10px;
}
.faq-cats .item{
	margin-bottom: 5px;
}
.faq-list .add{
	position: initial;
	margin-bottom: 15px;
	margin-left: auto;
}

} /* 425 */

@media only screen and (max-width: 375px){

/* Шапка */
#logo {
    margin: 0 auto 25px;
}

/* Слайдер */
.slider .owl-dot{
	width: 16px;
	height: 4px;
}

/* Услуги */
.services .item{
	padding: 12px 10px 12px 14px;
    border-radius: 15px;
}
.services .item:after{
	border-radius: 15px;
}

/* Лицензии */
.license-list .item{
	height: 225px;
}

/* Врачи */
.doctors-item .docs a{
	height: 225px;
}

/* Форма связи */
#record{
	top: 10px;
	padding: 30px 10px 20px;
}

} /* 375 */

@media only screen and (max-width: 320px){

/* Шапка */
.ui-phones .phone{
	font-size: 16px;
}

/* Услуги */
.services .item{
    --margin-top: 10px;
}

/* Лицензии */
.license-list .item{
	height: 190px;
}

/* Контакты */
#message input,
#message textarea,
#message .rc-wrap,
#message .accord{
	max-width: 280px
}
.contacts-item .map{
	height: 200px;
}

/* Врачи */
.doctors-item .docs a{
	height: 200px;
}

} /* 320 */