@media (max-width: 1199px) {
    .callback-form input[type=tel] {
        width: 230px;
    }

    .animate_button {
        padding: 12px 45px;
    }
}

@media (max-width: 1023px) {
    .header {
        padding-bottom: 20px;
    }

    .header__logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
    }

    .header__info {
        margin-bottom: 10px;
    }

    .header__info div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .header__info_work-time {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-1 {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
    .header__info div.header__info_city {
        display: none;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about__content h1 {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center;
    }

    .about__content p:nth-child(4) {
        margin-bottom: 50px;
    }

    .callback-form input[type=tel] {
        width: 100%;
        margin-bottom: 20px;
    }

    .callback-form_button {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:1270px) {
	.price__sale {
		left: 350px;
	}

	.price__column:first-child {
		width: 295px;
	}

	.price__column:nth-child(2) {
		width: 195px;
	}
}

@media screen and (max-width:992px) {
	.price {
		overflow: hidden;
	}

	.price .container {
		position: relative;
	}

	.price__wrap {
		overflow-x: scroll;
	}

	.price__table {
		display: table;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 100%;
	}

	.price__column:first-child {
		width: 555px;
		padding-right: 200px;
	}

	.price__sale {
		width: 200px;
	}

	.price__sale-line {
		padding: 16px 25px;
	}
}

@media screen and (max-width:768px) {
	.price {
		padding: 60px 0;
	}

	.price__table {
		margin-top: 30px;
	}
}