@media (min-width: 440px){
	.pagination .page-item:last-child{
		margin-right: 0;
	}
}

@media (min-width: 768px){
	.header__search-form .header__search-toggle{
		display: none;
	}

	.prices__table td:nth-child(1){
		width: 51.95402%;
		padding-left: 20px;

		text-align: left;
	}

	.prices__table td:nth-child(2){
		width: 9.42529%;
	}

	.prices__table td:nth-child(3){
		width: 9.42529%;
	}

	.prices__table td:nth-child(4){
		width: 9.42529%;
	}

	.prices__table td:nth-child(5){
		width: 17.70115%;
	}
}

@media (min-width: 768px) and (max-width: 1279px){
	.prices__table td:nth-child(1){
		width: 34.48276%;
	}
}

@media (min-width: 992px){
	.header__menu li:hover	> ul{
		top: 100%;

		-webkit-transition: top 0s ease, opacity .3s ease;
		     -o-transition: top 0s ease, opacity .3s ease;
		        transition: top 0s ease, opacity .3s ease;

		opacity: 1;
	}
}

@media (min-width: 1200px){
	.container{
		max-width: 960px;
	}
}

@media (min-width: 1280px){
	.container{
		max-width: 1260px;
	}

	.page-top_service .container{
		max-width: 1080px;
	}
}

@media (max-width: 1279px){
	.container{
		padding: 0 15px;
	}

	.header__logo{
		width: 169px;
		height: 43px;
		margin-right: 30px;
	}

	.header__menu{
		margin-right: 20px;
	}

	.header__menu li{
		margin-right: 15px;
	}

	.header__menu a{
		font-size: 12px;
	}

	.header__search-input{
		width: 440px;
	}

	.header.fixed .header__phones{
		display: none;
	}

	.services__item{
		width: calc(33.33333% - 30px);
	}

	.services-search{
		min-height: 157px;
		padding: 20px;
	}

	.services-search__title{
		margin-bottom: 15px;
	}

	.questions-info{
		min-height: 157px;
		padding: 25px 40px;
	}

	.popular__item{
		width: 162px;
		height: 165px;
	}

	.people{
		margin-bottom: 30px;
	}

	.people__controls{
		top: 60px;
	}

	.people_items{
		margin: 0 -20px;
	}

	.people_items .people__item{
		margin: 0 20px;
		margin-bottom: 25px;
	}

	.gray-form_search{
		    flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.gray-form_search .search-form{
		width: 100%;
		margin-bottom: 10px;
	}

	.gray-form_search p{
		font-size: 14px;

		text-align: left;
	}

	.gray-form_search p br{
		display: none;
	}

	.about__slide{
		min-height: 150px;
	}

	.about__slide p{
		font-size: 12px;

		margin-bottom: 10px;
	}

	.about__bullets h3{
		font-size: 18px;
	}

	.about__bullets p{
		font-size: 12px;
	}

	.contacts-top__block{
		max-width: none;
		margin-right: 30px;
		padding-left: 0;
	}

	.contacts-top__block .svg-icon{
		display: none;
	}

	.contacts-top__block p{
		font-size: 16px;
	}

	.addresses__item{
		width: calc(33.3333% - 30px);
	}

	.page-top_service .container{
		padding-right: 450px;
	}

	.blog__image{
		width: 184.61538px;
		height: 131.53846px;
	}

	.photos__title{
		font-size: 20px;
	}

	.prices tbody td{
		font-size: 12px;
	}

	.text-block .svg-icon_icon-clock{
		margin-top: 0;
		margin-bottom: 0;
	}

	.articles__item{
		width: 285px;
		height: 120px;
	}
}

@media (max-width: 1199px){
	html{
		font-size: 14px;
	}

	p,
	a,
	span,
	input,
	textarea,
	label,
	li,
	td,
	div{
		font-size: 14px;
	}
}

@media (max-width: 991px){
	html{
		font-size: 12px;
	}

	h4,
	.h4{
		font-size: 16px;
	}

	h5,
	.h5{
		font-size: 14px;
	}

	.header__top-logo a:nth-child(2){
		display: none;
	}

	.header__bottom .container{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header__logo{
		margin-right: auto;
	}

	.header__menu{
		position: fixed;
		z-index: 1000;
		top: 0;
		top: -9999px;
		left: 0;

		overflow: auto;

		width: 100%;
		height: 100%;
		margin-top: 0;
		padding: 15px;

		-webkit-transition: top 0s .3s, opacity .3s ease;
		     -o-transition: top 0s .3s, opacity .3s ease;
		        transition: top 0s .3s, opacity .3s ease;

		opacity: 0;
		background-color: #fff;
	}

	.header__menu.active{
		top: 0;

		-webkit-transition: top 0s, opacity .3s ease;
		     -o-transition: top 0s, opacity .3s ease;
		        transition: top 0s, opacity .3s ease;

		opacity: 1;
	}

	.header__menu li{
		display: block;

		margin-right: 0;
		margin-bottom: 5px;

		text-align: center;
	}

	.header__menu li.active	> ul{
		display: block;
	}

	.header__menu li ul{
		position: relative;
		top: 0;
		left: 0;

		display: none;

		margin: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 10px 15px;

		opacity: 1;
	}

	.header__menu li ul:before{
		display: none;
	}

	.header__menu a{
		font-size: 14px;
	}

	.header__menu-toggle{
		display: block;
	}

	.header__menu-close.active{
		display: block;
	}

	.header__search{
		margin-right: 20px;
	}

	.header__search-input{
		width: 425px;
	}

	.header__order{
		margin-left: 0;
	}

	.header.fixed .header__logo{
		margin-right: auto;
	}

	.megamenu{
		position: fixed;

		overflow: auto;

		height: 100%;
		padding-top: 15px;
	}

	.megamenu.active{
		top: 0;

		-webkit-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.megamenu__item{
		width: 100%;
	}

	.megamenu__item .megamenu__list{
		-webkit-columns: 2;
		        columns: 2;
		-webkit-column-gap: 28px;
		        column-gap: 28px;
	}

	.megamenu__item .megamenu__list li{
		margin-bottom: 4px;
	}

	.megamenu__item .megamenu__list a{
		font-size: 12px;
	}

	.megamenu__item .megamenu__list a:before{
		font-size: 13px;
	}

	.megamenu__title span{
		font-size: 15px;
	}

	.main__wrap{
		margin-left: 0;
	}

	.main__controls{
		top: auto;
		bottom: 60px;
	}

	.services__item{
		width: calc(50% - 30px);
	}

	.services-search{
		min-height: 0;
		margin-bottom: 20px;
		padding: 15px;
	}

	.questions-info{
		min-height: 0;
		margin-bottom: 20px;
		padding: 30px 15px;
	}

	.popular__item{
		width: 210px;
		height: 213px;
	}

	.popular__title{
		font-size: 20px;
	}

	.people__controls{
		top: 76px;
	}

	.people_items{
		margin: 0 -30px;
	}

	.people_items .people__item{
		width: 190px;
		margin: 0 30px;
		margin-bottom: 25px;
	}

	.about__bullets{
		margin-bottom: 30px;
	}

	.about__image{
		display: none;
	}

	.contacts__map{
		max-height: 65vh;
	}

	.addresses__item{
		width: calc(50% - 30px);
	}

	.footer__phones{
		text-align: right;
	}

	.footer__recall{
		float: right;
	}

	.footer .row	> div{
		margin-bottom: 20px;
	}

	.page-top_service .container{
		padding-right: 150px;
	}

	.content .container{
		    flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.content__wrap{
		max-width: 100%;
	}

	.sidebar{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sidebar__container{
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;

		overflow: auto;

		width: 270px;
		height: 100%;
		margin-right: 0;

		-webkit-transition: all .2s ease;
		     -o-transition: all .2s ease;
		        transition: all .2s ease;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);

		background-color: #fff;
	}

	.sidebar__container.active{
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}

	.sidebar__toggle{
		display: block;
	}

	.sidebar__overlay{
		position: absolute;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;

		display: block;

		width: 100%;
		height: 100%;

		cursor: pointer;
		-webkit-transition: opacity 1.3s ease, -webkit-transform 0s .3s ease;
		     -o-transition: transform 0s .3s ease, opacity 1.3s ease;
		        transition: opacity 1.3s ease, -webkit-transform 0s .3s ease;
		        transition: transform 0s .3s ease, opacity 1.3s ease;
		        transition: transform 0s .3s ease, opacity 1.3s ease, -webkit-transform 0s .3s ease;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);

		opacity: 0;
		background-color: #000;
	}

	.sidebar__overlay.active{
		-webkit-transition: opacity .3s ease, -webkit-transform 0s ease;
		     -o-transition: transform 0s ease, opacity .3s ease;
		        transition: opacity .3s ease, -webkit-transform 0s ease;
		        transition: transform 0s ease, opacity .3s ease;
		        transition: transform 0s ease, opacity .3s ease, -webkit-transform 0s ease;
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);

		opacity: .5;
	}

	.sidebar__close{
		position: fixed;
		z-index: 1002;
		top: -100px;
		right: 15px;

		display: block;

		width: 30px;
		height: 30px;

		cursor: pointer;
		-webkit-transition: top 0s .3s ease, opacity .3s ease;
		     -o-transition: top 0s .3s ease, opacity .3s ease;
		        transition: top 0s .3s ease, opacity .3s ease;

		opacity: 0;

		fill: #fff;
	}

	.sidebar__close.active{
		top: 15px;

		-webkit-transition: top 0s ease, opacity .3s ease;
		     -o-transition: top 0s ease, opacity .3s ease;
		        transition: top 0s ease, opacity .3s ease;

		opacity: 1;
	}

	.sidebar__close:hover{
		opacity: .7;
	}

	.sidebar__slider-controls{
		top: auto;
		bottom: 60px;
	}

	.sidebar__slider-btn_next{
		right: 10px;
	}

	.sidebar__slider-btn_prev{
		left: 10px;
	}

	.articles{
		margin: 0 -7.5px;
	}

	.articles__item{
		width: 220px;
		height: 90px;
		margin: 0 7.5px;
		margin-bottom: 15px;
		padding: 0 15px;
	}
}

@media (max-width: 991px) and (max-width: 399px){
	.megamenu__item .megamenu__list{
		-webkit-columns: 1;
		        columns: 1;
	}
}

@media (max-width: 767px){
	html{
		font-size: 10px;
	}

	h3,
	.h3{
		font-size: 18px;
	}

	.header__search{
		position: static;
	}

	.header__search-form{
		top: -5px;
		right: auto;
		left: 0;

		width: 100%;
		padding-right: 60px;
		padding-left: 15px;

		background-color: #fff;
	}

	.header__search-input{
		width: 100%;
	}

	.megamenu__col{
		width: 100%;
		padding-right: 15px;
	}

	.megamenu__col:nth-child(2n){
		padding-left: 15px;
	}

	.services__item{
		padding: 15px;
		padding-bottom: 80px;
	}

	.popular__item{
		width: 240px;
		height: 243px;
	}

	.people__controls{
		top: 85px;
	}

	.people_items{
		margin: 0 -15px;
	}

	.people_items .people__item{
		width: 150px;
		margin: 0 15px;
		margin-bottom: 15px;
	}

	.gray-form_questions .form-group.space-between{
		display: block;
	}

	.gray-form_questions .form-group.space-between .check-label{
		margin-bottom: 20px;
	}

	.contacts-top{
		display: block;

		margin-bottom: 30px;
		padding: 15px;
	}

	.contacts-top__block{
		margin-bottom: 20px;
		padding-left: 50px;
	}

	.contacts-top__block:last-child{
		margin-bottom: 0;
		padding-left: 0;
	}

	.contacts-top__block .svg-icon{
		display: block;
	}

	.contacts-top__block p.small{
		max-width: none;
		margin-left: 0;
	}

	.page-top_service .container{
		padding-right: 15px;
	}

	.photos__title{
		padding: 15px;
	}

	.photos__wrap{
		margin: 0 -7.5px;
	}

	.photos__item{
		width: calc(50% - 15px);
		margin: 0 7.5px;
		margin-bottom: 15px;
	}

	.doctor__wrap{
		    flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.doctor__image{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.doctor__addresses{
		margin-bottom: 30px;
	}

	.doctor__desc ul{
		margin-bottom: 30px;
	}

	.prices__table{
		display: block;

		width: 100%;
	}

	.prices__table thead{
		display: none;
	}

	.prices tbody{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		margin: 0 -7.5px;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.prices tbody tr{
		display: block;

		width: calc(50% - 15px);
		margin: 7.5px;
		padding: 15px;

		border: 1px solid #d0d0d0;
	}

	.prices tbody td{
		display: block;

		width: 100%;
		margin-bottom: 10px;
		padding: 0;

		border: none;
	}

	.prices tbody td:before{
		font-weight: 600;

		position: relative;

		display: block;

		content: '';
	}

	.prices tbody td:nth-child(1):before{
		content: '';
	}

	.prices tbody td:nth-child(2):before{
		content: 'Цена';
	}

	.prices tbody td:nth-child(3):before{
		content: 'Цена по акции';
	}

	.prices tbody td:nth-child(4):before{
		content: 'Ваша экономия';
	}

	.prices tbody td:nth-child(5):before{
		content: '';
	}

	.articles__item{
		width: 247px;
		height: 100px;
	}
}

@media (max-width: 599px){
	h1,
	.h1{
		font-size: 2.6rem;
	}

	h2,
	.h2{
		font-size: 2.3rem;
	}

	h3,
	.h3{
		font-size: 16px;
	}

	h4,
	.h4{
		font-size: 15px;
	}
}

@media (max-width: 575px){
	html{
		font-size: 8px;
	}

	.popup{
		padding: 30px 15px;
	}

	.popup__title{
		font-size: 20px;

		margin-bottom: 25px;
	}

	.popup .check-label{
		padding-left: 20px;
	}

	.popup .check-label .checkbox{
		left: 0;
	}

	.popup__form .btn{
		font-size: 16px;

		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.header__top-logo{
		display: none;
	}

	.header__top .social{
		margin-right: auto;
	}

	.header__top .social__item{
		margin: 0 5px;
	}

	.header__phones-dropdown{
		right: 0;
	}

	.header__menu-toggle{
		right: 15px;
		left: auto;
	}

	.header__search-toggle{
		margin-right: 30px;
	}

	.header__order{
		display: none;
	}

	.main__slide .container{
		min-height: 424px;
		padding-top: 0;
	}

	.main__title{
		font-size: 30px;
	}

	.main__price{
		font-size: 40px;
	}

	.main__list li{
		font-size: 16px;
	}

	.main__btn_next{
		right: 15px;
	}

	.main__btn_prev{
		left: 15px;
	}

	.main .btn{
		font-size: 20px;
	}

	.popular{
		margin: 0 -7.5px;
		margin-bottom: 13px;
	}

	.popular__item{
		width: calc(50% - 15px);
		height: 45vw;
		margin: 0 7.5px;
		margin-bottom: 15px;
	}

	.people__controls{
		top: 15vw;
	}

	.people_items .people__item{
		width: calc(50% - 30px);
		margin: 0 15px;
		margin-bottom: 15px;
	}

	.gray-form{
		padding: 15px;
	}

	.gray-form__title{
		font-size: 20px;
	}

	.reviews_full .reviews__item{
		padding: 15px;
		padding-left: 40px;
	}

	.reviews_full .reviews__item .svg-icon{
		top: 15px;
		left: 5px;
	}

	.reviews_full .reviews__desc p{
		font-size: 14px;
	}

	.reviews_full .reviews__answer-desc p{
		font-size: 14px;
	}

	.reviews_items .reviews__item{
		padding: 15px;
	}

	.reviews_items .reviews__name{
		margin-bottom: 10px;
	}

	.about__bullets li{
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.about__bullets h3{
		margin-bottom: 0;
	}

	.contacts-info h2{
		font-size: 20px;
	}

	.contacts-info__map{
		height: 60vh;
	}

	.contacts-info__map iframe{
		height: 100% !important;
	}

	.contacts-info__gray{
		padding: 15px;
	}

	.contacts-info__gray h3{
		font-size: 19px;
	}

	.contacts-info__bordered{
		padding: 15px;
	}

	.addresses__title a{
		color: #547dab;
	}

	.addresses__title a:hover{
		color: #4890e1;
	}

	.footer__top{
		padding-top: 35px;
		padding-bottom: 25px;

		text-align: center;
	}

	.footer__counter{
		margin-top: 15px;
	}

	.footer__phones{
		text-align: center;
	}

	.footer__recall{
		float: none;
	}

	.footer__social{
		margin-bottom: 15px;
	}

	.footer__btns{
		text-align: center;
	}

	.footer__creator{
		margin-top: 15px;

		text-align: center;
	}

	.footer__bottom{
		text-align: center;
	}

	.page-top__title{
		font-size: 22px;
	}

	.page-top_service .container{
		padding-top: 0;
		padding-bottom: 0;
	}

	.content__title{
		font-size: 22px;

		margin-bottom: 15px;
	}

	.sidebar__toggle{
		margin: auto;
	}

	.wiki__item{
		padding: 15px;
	}

	.wiki__title{
		font-size: 22px;

		margin-bottom: 15px;
	}

	.blog__item{
		padding: 15px;
	}

	.blog__image{
		width: 20%;
		margin-right: 5%;
	}

	.results__item{
		padding: 15px;
	}

	.questions__item{
		padding: 15px;
	}

	.questions__desc p{
		font-size: 14px;
	}

	.questions__answer-desc p{
		font-size: 14px;
	}

	.doctor__doc{
		width: 100px;
		height: 72px;
	}

	.text-block{
		padding: 15px;
	}

	.text-block p{
		font-size: 14px;

		margin-bottom: 10px;
	}

	.article .questions{
		font-size: 14px;

		padding-right: 15px;
	}

	.article .benefits_bottom{
		font-size: 14px;

		padding: 15px;
	}

	.article h2{
		font-size: 20px;
	}

	.article .ultra_step,
	.article .ultra_white{
		padding: 15px;
	}

	.article .ultra_white{
		padding: 15px;
	}

	.article .ultra_white h2{
		font-size: 20px;
	}

	.article .ultra_step.blue li:before{
		top: 7px;
	}

	.article .ultra_step.blue li a{
		font-size: 14px;
	}

	.article .ultra_green_block{
		padding: 15px;
	}

	.article .ultra_green_block p{
		font-size: 14px;
	}

	.article img[align='right'],
	.article img[align='left']{
		float: none;

		margin-right: 0;
	}

	.order-form{
		padding: 15px;
	}

	.articles__item{
		width: calc(50% - 15px);
	}
}

@media (max-width: 559px){
	.services{
		margin: 0;
		margin-bottom: 8px;
	}

	.services__item{
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		padding: 28px 30px;
		padding-bottom: 80px;
	}

	.addresses__item{
		width: calc(100% - 30px);
	}
}

@media (max-width: 479px){
	.prices tbody tr{
		width: calc(100% - 15px);
	}

	.articles__item{
		width: calc(100% - 15px);

		text-align: center;
	}
}

@media (max-width: 439px){
	.people__slider{
		max-width: 170px;
		margin: auto;
	}

	.people__controls{
		top: 70px;
	}

	.gray-form .form-inline{
		    flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}

	.gray-form .btn{
		width: 100%;
	}

	.gray-form .jq-selectbox{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.gray-form_search .search-form .btn{
		width: auto;
	}

	.blog__item{
		    flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}

	.blog__image{
		position: relative;

		overflow: hidden;

		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-top: 56%;
	}

	.blog__image img{
		position: absolute;
		top: 0;
		left: 0;

		width: 100%;
		height: 100%;

		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

	.pagination .page-item{
		margin: 0 3px;
		margin-bottom: 6px;
	}

	.pagination .page-link{
		font-size: 16px;

		min-width: 41px;
	}

	.pagination .prev .page-link,
	.pagination .next .page-link{
		width: auto;
	}
}

@media (max-width: 429px){
	.popular__title{
		font-size: 17px;
	}
}

@media (max-width: 419px){
	.links__item{
		font-size: 14px;

		padding: 10px;
		padding-right: 45px;
	}

	.links__item .icon{
		right: 10px;
	}
}

@media (max-width: 399px){
	.megamenu__item_w2 .megamenu__list{
		-webkit-columns: 1;
		        columns: 1;
	}
}

@media (max-width: 389px){
	.order-form .btn	+ p{
		margin: auto;
		margin-top: 8px;
	}
}

@media (max-width: 379px){
	.main__title{
		font-size: 24px;
	}

	.main__price{
		font-size: 30px;
	}

	.services-search__title{
		font-size: 22px;
	}

	.services-search p{
		font-size: 11px;
	}

	.questions-info__title{
		font-size: 22px;
	}

	.questions-info .btn{
		padding-right: 0;
		padding-left: 0;
	}

	.popular__item{
		width: calc(100% - 15px);
		height: 150px;
	}

	.photos__title{
		font-size: 18px;
	}

	.photos__wrap{
		margin: 0;
	}

	.photos__item{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	    padding-top: 66.2%;
	}

	.results__title{
		margin-bottom: 10px;
	}

	.results__title a{
		font-size: 16px;
	}

	.results__desc{
		font-size: 13px;
	}
}

@media (max-width: 339px){
	.sidebar__close{
		right: 10px;

		width: 25px;
		height: 25px;
	}
}