@media screen and (max-width: 980px) {
	/* Шапка */
	.header__about {
		display: none;
	}

	/* Футер */
	.footer__about {
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
	    -webkit-flex-basis: 100%;
	        -ms-flex-preferred-size: 100%;
	            flex-basis: 100%;
	}
}
@media screen and (max-width: 800px) {
	.popup_order .popup__box {
	    width: 410px;
	}
	.popup_order .popup__body {
		padding-left: 10px;
	    padding-right: 10px;
	}
	.popup__product__name {
		margin-top: 25px;
	}
	.popup__body {
	    padding: 25px;
	    position: relative;
	}
	.popup__product__left,
	.popup__product__right {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 680px) {
	/* Основные */
	.title_big {
		font-size: 38px;
		line-height: 44px;
	}
	.desc_big {
		font-size: 16px;
		line-height: 22px;
	}

	/* Шапка */
	.row-header {
	    -webkit-box-align: start;
	    -webkit-align-items: flex-start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	}
	.header__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.btn-header {
		margin-top: 15px;
	}
	.header__phone {
		margin-right: 0;
	}

	/* Промо */
	.promo {
		padding-bottom: 120px;
	}
	.promo__about {
		margin-top: 120px;
	}
	.promo__about__desc {
	    font-size: 34px;
    	line-height: 40px;
	}
	.promo__about__name {
		font-size: 82px;
		line-height: 88px;
	}
	.promo__about__collection {
		text-align: center;
		font-size: 16px;
		line-height: 22px;
	}

	/* Почему */
	.why__item__title {
		font-size: 28px;
		line-height: 34px;
	}

	/* Заказ */
	.order__title {
		font-size: 28px;
		line-height: 34px;
	}

	/* Карта */
	.map {
		min-height: 360px;
	}
	.map__info__title {
		font-size: 44px;
		line-height: 50px;
	}

	/* Футер */
	.row-footer {
	    -webkit-box-align: start;
	    -webkit-align-items: flex-start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	}
	.footer__about {
		display: block;
		text-align: center;
		margin-top: 25px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.footer__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.btn-footer {
		margin-top: 15px;
	}
	.footer__phone {
		margin-right: 0;
	}
}
@media screen and (max-width: 580px) {
	/* Заказ */
	.form-order {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.form__input-order,
	.form__submit-order {
		width: 240px;
		max-width: 100%;
	}
	.form__submit-order {
		margin-top: 15px;
	}
}
@media screen and (max-width: 520px) {
	/* Основные */
	.title_big {
	    font-size: 34px;
	    line-height: 40px;
	}

	/* Шапка */
	.row-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header__contacts {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	/* Продукты */
	.products__item__header__title {
		font-size: 22px;
		line-height: 28px;
	}

	/* Карта */
	.map__info__title {
		font-size: 38px;
		line-height: 44px;
	}

	/* Формы */
	.form__input {
		font-size: 18px;
	}

	/* Шапка */
	.row-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__contacts {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
}
@media screen and (max-width: 460px) {
	/* Шапка*/
	.header__phone,
	.footer__phone {
		font-size: 20px;
		line-height: 26px;
	}

	/* Промо */
	.promo__about__desc {
	    font-size: 26px;
    	line-height: 32px;
	}
	.promo__about__name {
		font-size: 64px;
		line-height: 70px;
	}
	.promo__about__collection {
		text-align: center;
		font-size: 16px;
		line-height: 22px;
	}

	/* Карта */
	.map__info__title {
		font-size: 34px;
		line-height: 40px;
	}	

	/* Формы */
	.form__input {
		font-size: 16px;
	}

	/* Модалки */
	.popup__product__callback br {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	.promo__about__name {
		font-size: 54px;
		line-height: 60px;
	}

	/* Продукты */
	.products__item__info,
	.products__item__order {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
		text-align: center;
	}
	.products__item__order {
		margin-top: 15px;
	}

	/* Формы */
	.form__input {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Заказ */
	.order__title {
		font-size: 24px;
		line-height: 30px;
	}

	/* Карта */
	.map__info__title {
		font-size: 28px;
		line-height: 34px;
	}

	/* Попапы */
	.popup__product__name, 
	.popup__title {
		font-size: 28px;
		line-height: 34px;
	}
}
@media screen and (max-width: 360px) {
	/* Попапы */
	.popup__product__name, 
	.popup__title {
		font-size: 24px;
		line-height: 30px;
	}
}