@media only screen and (max-width : 1220px) {
	.container {
		width: 960px;
	}
	.menu__item {
		margin-right: 5px;
	}
	.menu__item:last-child {
		margin-right: 0;
	}
	.menu__link,
	.menu__item_secondary .menu__link {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		white-space: nowrap;
	}	
	.header__button .btn {
		padding-left: 15px;
		padding-right: 15px	
	}
	.main-section {
		position: relative;
	}
	.main-section:before {
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0.5;
	}
	.main-section .container {
		position: relative;
		z-index: 10;
	}
	.sales-section__item {
		width: 48%;
		background-size: contain;
		height: 261px;
	}
	.sales-section__item-title {
		margin-top: 20px;
		font-size: 24px
	}
	.sales-section__item-price {
		font-size: 24px
	}
	.sales-section__item-desc {
		margin-top: 10px;
	}
	.services-section__items {
		justify-content: center;
	}
	.doctors__left {
		width: 500px;
	}
	.doctors__general {
		margin-left: 0px;
		margin-right: 0px;
	}
	.doctors__general-item {
		margin-left: 0px;
		margin-right: 0px;
		flex-grow: 1;
		padding-left: 5px;
		padding-right: 5px;
		width: 33.33%;
	}
	.doctors__general-item-image {
		height: 185px;
	}
	.doctors__general-item-title {
		padding-top: 20px;
		font-size: 14px;
	}
	.doctors__general-item-text {
		font-size: 13px;
	}
	.doctors__general-item-text br {
		display: none;
	}
	.form-block {
		padding-left: 30px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.form-block__title {
		font-size: 28px;
	}
	.form-block__text {
		font-size: 14px;
	}
	.main-gallery {
		display: block;
	}
	.main-gallery img {
		width: 100%;
	}
	.main-gallery__right {
		display: flex;
		justify-content: space-between;
	}
	.main-gallery__right .main-gallery__item {
		width: 48%;
	}
	.gallery-block__bottom {
		display: block;
	}
	.gallery-block__video {
		width: 100%;
	}
	.gallery-block__bottom-image {
		margin-top: 20px;
		text-align: center;
	}
	.map-section__block {
		padding-left: 30px;
		padding-right: 30px
	}
	.footer__middle {
		margin-left: 40px;
	}
	.footer__menu:nth-child(2) {
		margin-right: 20px;
	}
	.footer__logo {
		width: 215px;
	}
	.company-phone_footer .company-phone__link {
		font-size: 20px;
	}
	.footer__menu-link {
		font-size: 13px;
	}
	.services__item {
		padding-left: 30px
	}
	.services__left {
		padding-right: 30px
	}
	.detail__image img {
		width: 400px;
    	min-width: 400px;
	}
	.detail__announce {
		padding-left: 30px
	}
	.articles {
		margin-left: -10px;
		margin-right: -10px
	}
	.articles__item {
		margin-left: 10px;
		margin-right: 10px;
		width: 296px;
	}
	.articles__image {
		height: 185px;
	}

	.tabs__head-item {
		font-size: 14px;
		margin-right: 5px;
		padding: 17px 18px;
	}
}

@media only screen and (max-width : 1024px) {
	.container {
		width: 750px;
	}
	.menu {
		display: none;
	}
	.header__top {
		flex-wrap: wrap;
	}
	.header__logo {
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	.header__middle {
		margin-left: 0;
		margin-top: 10px;
	}
	.header__right {
		margin-top: 10px;
	}
	.header__button {
		margin-top: 0px;
	}
	.header__bottom {
		align-items: flex-start;
	}
	.burger {
		display: inline-block;
		cursor: pointer;
		font-weight: 500;
		color: #333333;
		text-transform: uppercase;
		border: 1px solid #aa293f;
		border-radius: 25px;
		padding-right: 20px;
		padding-left: 50px;
		position: relative;
		line-height: 48px;
	}
	.burger:before {
		content: '';
		display: block;
		background-image: url(../img/burger.png);
		width: 15px;
		height: 11px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		position: absolute;
		left: 18px;
		top: 50%;
		transform:  translateY(-50%);
	}
	.main-section {
		padding-bottom: 60px;
	}
	.sales-section {
		padding-top: 0;
	}
	.sales-section__item {
		width: 100%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.sales-section {
		padding-bottom: 40px;
	}
	.services-section__item {
		width: 50%;
	}
	.services-section__button {
		padding-top: 30px;
	}
	.doctors-section {
		padding-top: 0;
	}
	.doctors {
		display: block;
	}
	.doctors__left {
		width: 100%;
	}
	.doctors__general-item-image {
		height: auto;
	}
	.doctors__right {
		margin-top: 20px;
	}
	.doctors__items {
		margin-left: auto;
		margin-right: auto;
	}
	.form-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.gallery-section {
		padding-top: 10px;
	}
	.gallery-block__video {
		height: auto;
		padding-bottom: 20px;
		padding-right: 20px;

	}
	.gallery-block__video-text {
		font-size: 14px;
	}
	.gallery-block__video-text br {
		display: none;
	}
	.gallery-block__video-content {
		padding-left: 330px;
		padding-top: 20px;
	}
	.footer__bottom {
		display: block;
		text-align: center;
	}
	.footer__links {
		margin-top: 20px;
	}
	.footer__socials {
		margin-top: 50px;
	}
	.footer__copyright {
		margin-top: 0;
		text-align:  center;
		position: absolute;
		width: 100%;
		left: 0px;
		bottom: 110px;
	}
	.footer__inner {
		flex-wrap: wrap;
	}
	.footer__left {
		width: 100%;
		text-align: center;
	}
	.footer__logo {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.footer__middle {
		margin-left: 0;
		margin-top: 20px;
	}
	.footer__right {
		margin-top: 20px;
	}
	.services__item {
		padding: 15px
	}
	.services__left {
		padding-right: 15px
	}
	.services__image {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}
	.services__image img {
		max-width: 80%;
		max-height: 80%;
	}
	.page-title {
		font-size: 36px
	}
	.articles__item {
		width: 350px;
	}
	.articles__image {
		height: 221px;
	}
	.doctor-detail__header-name {
		font-size: 36px;
	}
	.doctor-detail__header-positions {
		font-size: 16px;
	}
	.doctor-detail__header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.prices-page__icon {
		width: 50%;
	}
	.tabs__head-item {
		font-size: 12px;
		padding: 17px 10px;
		margin-right: 4px
	}
	.tabs__head-item:last-child {
		margin-right: 0;
	}


}

@media only screen and (max-width : 767px) {
	.map-section {
		padding-bottom: 0;
	}
	.container {
		width: 100%;
	}
	.header {
		position: relative;
	}
	.header__logo {
		margin-top: 20px;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__middle {
		display: none;
	}
	.header__button {
		display: none;
	}
	.header__right {
		margin-left: 0;
		width: 100%;
	}
	.header .company-shedule {
		text-align: left;
		font-size: 12px;
	}
	.header__bottom {
		padding: 0;
	}
	.burger {
		position: absolute;
		right: 0px;
		top: -50px;
	}
	.header .company-phone__link {
		font-size: 16px;
	}
	.main-section:before {
		content: none;
	}
	.main-section {
		background-image: url(../img/main-banner-mobile.png);
		background-position: center top;
	}
	.page__content {
		padding-top: 25px;
	}
	.main-section__title {
		font-size: 32px;
		text-align: center;
		line-height: 1.3;
		margin-top: 300px;
	}
	.main-section__text {
		font-size: 16px;
		text-align: center;
		line-height: 1.3;
		margin-top: 10px;
	}
	.main-steps {
		flex-wrap:  wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.main-steps__col {
		margin-left: 15px;
		margin-right: 15px
	}
	.main-section__bottom {
		padding-top: 0;
	}
	.main-section__button {
		margin-top: 0;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}
	.main-section .container {
		padding-bottom: 80px;
	}
	.btn {
		font-size: 12px;
	}
	.main-section__button .btn {
		padding-left: 10px;
		padding-right: 35px;
	}
	.main-section__button .btn:after {
		right: 10px;
	}
	.section-title {
		font-size: 24px;
	}
	.main-section {
		padding-bottom: 20px;
	}
	.section-title__desc {
		font-size: 18px;
	}
	.sales-section__item-title {
		font-size: 18px;
	}
	.sales-section__item-price {
		font-size: 18px;
	}
	.sales-section__item-desc br {
		display: none;
	}
	.sales-section__item-desc {
		line-height: 1.3;
	}
	.sales-section__item {
		height: auto;
		padding-bottom: 120px;
	}
	.sales-section__item-li:before {
		width: 30px;
		height: 30px;
	}
	.sales-section__item-li {
		padding-left: 50px;
		line-height: 1.3;
		margin-bottom: 5px;
		min-height: 30px;
		padding-top: 5px;
	}
	.sales-section__button .btn {
		padding-left: 10px;
		padding-right: 35px;
	}
	.sales-section__button .btn:after {
		right: 10px;
	}
	.btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn_arrow:after {
		right: 10px;
	}
	.btn_arrow {
		padding-right: 35px;
	}
	.services-section__item {
		width: 390px;
		max-width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.services-section__button .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	.services-section__button .btn_arrow:after {
		right: 10px;
	}
	.services-section__button .btn_arrow {
		padding-right: 35px;
		padding-left: 35px;
	}
	.doctors__general {
		flex-wrap: wrap;
		justify-content: center;
	}
	.doctors__general-item {
		width: 240px;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		flex-grow: 0;
	}
	.doctors {
		margin-top: 0;
	}
	.doctors__general-item {
		margin-bottom: 25px;
	}
	.doctors__general-item-title {
		font-size: 16px;
	}
	.doctors__general-item-title br {
		display: none;
	}
	.doctors__general-item-text {
		padding-top: 5px;
		font-size: 13px;
		line-height: 1.3;
	}
	.doctors__right {
		margin-top: 0;
	}
	.doctors__items {
		height: auto;
		justify-content: center;
	}
	.doctors__item {
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 15px;
	}
	.doctors-section {
		padding-bottom: 60px;
	}
	.form-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.form-block {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
		background-image: url(../img/main-form-bg-mobile.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		padding-bottom: 155px;
	}
	.form-block__title {
		font-size: 24px;
	}
	.form-block__form-row {
		display: block;
	}
	.form-block__form-bottom .btn {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 300px;
		max-width: 100%;
	}
	.form-block__form-bottom .btn_arrow:after {
		right: 40px;
	}
	.main-gallery__left {
		margin-bottom: 10px;
	}
	.main-gallery__right {
		display: block;
	}
	.main-gallery__right .main-gallery__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.gallery-block__video-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 265px;
	}
	.gallery-block__video-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.gallery-block__video-text {
		line-height: 1.3;
		font-size: 13px;
	}
	.gallery-block__video-link a {
		font-size: 13px;
	}
	.gallery-block__video {
		padding-right: 0;
		padding-bottom: 15px;
	}
	.gallery-block__play {
		transform: translateY(0%) translateX(-50%);
		top: 70px;
		left: 50%;
	}
	.gallery-block__video {
		background-image: url(../img/main-video-bg-mobile.jpg);
		background-position: center top;
	}
	.map-section__block {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.map-section__title {
		margin-top: 0px;
		font-size: 24px;
		padding-top: 35px;
	}
	.map-section__title br {
		display: none;
	}
	.map-section__text {
		font-size: 16px;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.map-section__form-bottom .btn {
		padding-left: 0;
		padding-right: 0;
	}
	.map-section__form-bottom .btn:after {
		right: 30px;
	}
	.map-section__content {
		position: static;
	}
	.footer__logo {
		margin-top: 70px;
		width: 130px;
		
	}
	.footer__left {
		order: -5;
	}
	.footer__right {
		order: -3;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.footer .company-shedule {
		text-align: center;
		margin-top: 5px;
	}
	.footer .company-shedule br {
		display: none;
	}
	.company-addres_footer {
		text-align: center;
		font-size: 13px;
	}
	.company-addres_footer br {
		display: none;
	}
	.company-email {
		text-align: center;
	}
	.footer__menus {
		display: block;
		border-top: 1px solid #ebebeb;
		padding-top: 20px;
	}
	.footer__middle {
		width: 100%;

	}
	.footer__menu {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		padding-bottom: 20px;
	}
	.form-select {
		text-align: left;
	}
	.footer__menu:nth-child(2) {
		margin-right: 0;
	}
	.not-found__text {
		font-size: 14px
	}
	.not-found__item {
		font-size: 14px
	}
	.services-section__items {
		padding-top: 0;
		margin-top: -10px
	}
	.services-section__item-text {
		padding-left: 10px;
		padding-right: 10px;	
	}
	.services-section__item-text br {
		display: none;
	}
	.footer__right {
		border-top: 1px solid #ebebeb;
		padding-top: 20px
	}
	.services__item {
		width: 100%;
		display: block;
	}
	.services__item:nth-child(1), .services__item:nth-child(3) {
		background-color: transparent;
	}
	.services__item:nth-child(2), .services__item:nth-child(4) {
		background-color: #dce5e7;
	}
	.page-title {
		font-size: 24px;
		margin-top: 35px
	}
	.services__left {
		padding-right: 0;
		padding-bottom: 15px
	}
	.services__image {
		margin-left: auto;
		margin-right: auto;
	}
	.detail__top {
		display: block;
	}
	.detail__image {
		border-right: none;
		padding-right: 0
	}
	.detail__image img {
		width: auto;
		min-width: 0px;
		
	}
	.detail__announce {
		margin-top: 20px;
		padding-left: 25px;
		border-left: 6px solid #aa293f;
	}
	.detail__announce {
		font-size: 13px;
	}
	.detail__announce b {
		font-size: 16px;
	}
	.detail__content {
		font-size: 13px
	}
	.detail__content b {
		font-size: 16px
	}
	.page-body:after {
		content: none;
	}
	.map-section__block {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.map-section__content .container {
		height: auto;

	}
	.map-section__content {
		height: auto;
	}
	.articles {
		justify-content: center;
	}
	.articles__item {
		max-width: 100%;
	}
	.articles__image {
		height: auto;
	}
	.articles__image img {
		display: block;
	}
	.articles__title {
		font-size: 16px;
	}
	.articles__announce {
		font-size: 13px;
	}
	.articles__readmore a {
		font-size: 13px;
	}
	.articles__category-cat {
		width: 30px;
	    min-width: 30px;
	    height: 30px;
	    margin-right: 5px;
	}
	.articles__category-title {
		font-size: 12px;
	}
	.articles__date {
		font-size: 12px;
	}
	.articles__info {
		padding-left: 5px;
		padding-right: 5px;
	}
	.pagination {
		display: block;
		padding-bottom: 0;
	}
	.pagination__side {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.doctors-list__item {
		display: block;
		margin-bottom: 30px
	}
	.doctors-list__image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.doctors-list__positions {
		font-size: 14px;
	}
	.doctors-list__description {
		font-size: 13px;
	}
	.doctor-detail__header-name {
		font-size: 24px
	}
	.doctor-detail__header {
		display: block;
		padding: 15px;
	}
	.doctor-detail__header-image {
		display: block;
		padding-top: 15px;
	}
	.doctor-detail__header-content {
		text-align: left;
		padding-bottom: 0;	
	}
	.doctor-detail__header:after {
		transform: translateX(-10%);
	}
	.doctor-detail__title {
		font-size: 24px;
	}
	.doctor-detail__section {
		margin-top: 50px;
	}
	.sertificates-slider__arrows {
		position: static;
		transform: none;
		margin-top: 20px;
		justify-content: center;
		width: 100%;
	}
	.sertificates-slider__arrow {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}
	.sertificates-slider__arrow_prev {
		
	}
	.sertificates-slider__arrow_next {
		
	}
	.doctor-detail__section-body {
		padding-top: 15px;
	}
	.doctor-detail__section-body {
		margin-top: 5px;
	}
	.doctor-detail__content ul li {
		font-size: 13px;
	}
	.doctor-detail {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.prices-page__text {
		font-size: 16px;
	}
	.prices-page__icon-text {
		font-size: 14px;
		margin-top: 10px;
	}
	.prices-page__content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.tabs__head {
		display: none;
	}
	.tabs__item-mobile {
		display: block;
		font-size: 16px;
		color: #333333;
		font-weight: 700;
		margin-right: 0;
		border-bottom: 2px solid #dce5e7;
		margin-top: 10px;
		padding: 15px;
	}
	.tabs__item-head {
		font-size: 13px;
	}
	.tabs__item-head div {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tabs__item-content {
		font-size: 13px;
	}
	.tabs__item-content table td {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.tabs__item-content p {
		padding-left: 10px;
	}
	.tabs__item-content p b {
		font-size: 16px !important;
	}
	.contacts-page {
		display: block;
		padding-bottom: 30px;
	}
	.contacts-page__info {
		margin-bottom: 30px;
		min-width: 0px;
		padding-right: 0;
		font-size: 13px;
	}
	.documents__text {
		font-size: 15px
	}
	.documents__link {
		font-size: 14px;
		padding-top: 0;
		background-position: left center;
	}
	.documents__link span {
		font-size: 12px;
		display: block;
	}
	.certificates {
		margin-left: -5px;
		margin-right: -5px	
	}
	.certificates__item {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
	}
	.certificates__link {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.certificates__link_half:first-child {
		margin-top: 5px;
	}
	.page-body_before-map {
		padding-bottom: 30px;
	}
	#map > ymaps {
		height: 400px !important;
	}
	.form-block__form-col {
		margin-left: auto;
		margin-right: auto;
	}
	.form-captcha {
		margin-left: auto;
		margin-right: auto;
		width: 304px;
		transform: scale(0.8) translate(-10%, -10%);
	}
	.form-block__form-bottom {
		padding-top: 0;
		margin-top: -20px;
	}
	.form-block {
		padding-bottom: 200px;
	}
	.gallery-section {
		padding-bottom: 40px;
	}
	
}
@media only screen and (max-width : 480px) {
	.certificates__item {
		margin-left: auto;
		margin-right: auto;
	}
}