@media screen and (max-width: 1170px) {
	/* Заголовки */
	.title_big, h1 {
		font-size: 54px;
    	line-height: 60px;
	}
	.title_normal, h2 {
	    font-size: 42px;
		line-height: 48px;
	}
	.title_small, h3 {
	    font-size: 26px;
    	line-height: 32px;
	}
	.desc_normal {
	    font-size: 18px;
	    line-height: 24px;
	}

	/* Шапка */
	.header__right {
	    flex-basis: calc(100% - 278px);
	}
	.menu-open {
		display: flex;
	}
	.menu {
	    background: #efefef;
		display: none;
		margin-top: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	    padding: 15px 0;
	}
	.menu_opened {
		display: block;
	}
	.menu__list {
		justify-content: center;
	}
}
@media screen and (max-width: 1070px) {
	/* Промо */
	.promo__girl {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	/* Заголовки */
	.title_big, h1 {
		font-size: 46px;
    	line-height: 52px;
	}
	.title_normal, h2 {
	    font-size: 36px;
		line-height: 42px;
	}
	.title_small, h3 {
	    font-size: 22px;
    	line-height: 28px;
	}

	/* Промо */
	.promo__left {
		flex-basis: 100%;
		margin-right: 0;
	}
	.promo__container {
		justify-content: center;
	}
	.promo__title {
		text-align: center;
	} 
	.promo__desc {
		text-align: center;
		margin-top: 15px;
	}
	.promo__form-inner {
		margin-top: 25px;
	}

	/* Скидка */
	.sale-inner-sale__title,
	.sale-inner-sale__desc {
		font-size: 26px;
		line-height: 32px;
	}
	.sale-inner-sale__title:after {
	    border-width: 21px 0 21px 15px;
	}

	/* */
	.menu {
	    overflow-y: scroll;
	}
}
@media screen and (max-width: 860px) {
	/* Шапка */
	.header__social {
		display: none;
	}
	.header__email {
		display: none;
	}

	/* Остались вопросы */
	.remained__title, 
	.remained__desc {
		text-align: center;
	}
	.remained-form {
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	/* Заголовки */
	.title_big, h1 {
		font-size: 36px;
    	line-height: 42px;
	}
	.title_normal, h2 {
	    font-size: 28px;
		line-height: 34px;
	}
	.title_small, h3 {
	    font-size: 20px;
    	line-height: 26px;
	}		

	/* Шапка */
	.header__contacts {
		display: none;
	}
	.header__contacts_hidden {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.menu__list {
		flex-direction: column;
	}
	
	/* Скидка */
	.sale-inner-sale__title,
	.sale-inner-sale__desc {
		font-size: 22px;
		line-height: 28px;
	}
	.sale-inner-sale__title:after {
	    border-width: 19px 0 19px 15px;
	}

	/* Вопросы */
	.questions-items {
		padding: 0;
	}
	.questions-item__title {
		font-size: 18px;
		line-height: 24px;
	}

	/* Новость */
	.new p {
		font-size: 16px;
		line-height: 24px;
	}
	.new-block__right {
	    flex-basis: 100%;
	}
	.packages-item__name {
	    font-size: 28px;
	    line-height: 34px;
	}
}
@media screen and (max-width: 540px) {
	/* Формы */
	.form__input, .form__textarea {
	    font-size: 16px;
	}
	.btn {
		font-size: 16px;
	}

	/* Заголовки */
	.title_big, h1 {
		font-size: 28px;
    	line-height: 34px;
	}
	.title_normal, h2 {
	    font-size: 24px;
		line-height: 32px;
	}
	.title_small, h3 {
	    font-size: 20px;
    	line-height: 26px;
	}	

	/* Шапка */
	.header__logo-picture {
	    height: 65px;
	}

	/* Промо */
	.promo__container {
	    padding-top: 125px;
	}
	.promo__form-inner {
		height: auto;
		border-radius: 20px;
	}

	/* Скидка */
	.sale-inner {
	    padding: 15px;
	}
	
	/* Отзывы */
	.reviews-slider {
		padding: 0;
	}

	/* Новость */
	.packages-item__logo {
		display: none;
	}
	.packages-item__name {
	    font-size: 24px;
	    line-height: 30px;
	}

	/* Модал */
	.popup__close {
	    right: 0;
	    top: -35px;
	}

	/* Футер */
	.footer-list__item {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	/* Клиники и Врачи */
	.doctors-slide__header-right {
		flex-basis: 100%;
	}
	.doctors-slide__name,
	.doctors-slide__lastname,
	.doctors-slide__post {
		text-align: center;
	}
	.doctors-slide__lastname {
		display: table;
		margin: 0 auto;
	}
	.doctors-slide__name {
		margin-top: 25px;
	}

	/* Скидка */
	.sale-inner-sale__title, .sale-inner-sale__desc {
	    width: 100%;
	}
	.sale-inner-sale__title:after {
		display: none;
	}
}