@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: 50px;
    }

    .section-2 {
        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: 70px;
        padding-bottom: 50px;
    }

    .about__content h1 {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center;
		line-height: 35px;
    }
	
	.col-lg-3.header__info_button {
		display: none;
	}
	
	.col-lg-4.align-items-center.header__logo.logo {
		display: none;
	}
	
	.about__content_desc {
		font-size: 14px;
		line-height: 16px;
	}
	
	.phone-button {
		font-size: 16px;
	}
	
	.header {
        padding-bottom: 0px;
    }

    .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%;
    }
}