@media (max-width: 991px) {
    .hero_slider .slider {
        height: 380px;
    }

    .hero_slider .box {
        max-width: 520px;
        padding: 24px 26px 26px;
    }

    .hero_slider .box h1,
    .hero_slider .box h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .hero_slider .slider {
        height: 360px;
    }

    .hero_slider .box {
        max-width: 100%;
        padding: 20px 20px 22px;
    }

    .hero_slider .box h1,
    .hero_slider .box h2 {
        font-size: 28px;
    }

    .hero_slider .box p {
        font-size: 15px;
    }

    .hero_slider .buttons {
        gap: 10px;
    }

    .hero_slider .buttons a {
        min-height: 44px;
        padding: 0 18px;
    }

    .hero_slider .arrow {
        width: 46px;
        height: 46px;
        font-size: 30px;
    }

    .hero_slider .prev {
        left: 12px;
    }

    .hero_slider .next {
        right: 12px;
    }
}









@media (max-width: 991px) {
    .advantages {
        padding: 70px 0 80px;
    }

    .advantages_head {
        margin-bottom: 34px;
    }

    .advantages_head h2 {
        font-size: 36px;
    }

    .advantages_head p,
    .advantages .adv_content p {
        font-size: 16px;
    }

    .advantages .adv_content h3 {
        font-size: 24px;
    }

    .advantages .adv_card {
        padding: 24px;
        gap: 20px;
    }

    .advantages .adv_icon {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
    }
}

@media (max-width: 767px) {
    .advantages {
        padding: 56px 0 64px;
    }

    .advantages .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advantages_head h2 {
        font-size: 30px;
    }

    .advantages_head p {
        font-size: 15px;
        line-height: 1.6;
    }

    .advantages .adv_card {
        flex-direction: column;
        gap: 18px;
        padding: 22px 20px;
    }

    .advantages .adv_icon {
        flex: 0 0 74px;
        width: 74px;
        height: 74px;
    }

    .advantages .adv_content h3 {
        font-size: 22px;
    }

    .advantages .adv_content p {
        font-size: 15px;
        line-height: 1.65;
    }
}












@media (max-width: 991px) {
    .brands {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .brands_head {
        margin-bottom: 28px;
    }

    .brands_head h2 {
        font-size: 32px;
    }

    .brands_item {
        height: 104px;
    }

    .brands_item img {
        max-height: 46px;
    }
}

@media (max-width: 767px) {
    .brands {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .brands_head h2 {
        font-size: 28px;
    }

    .brands_head::after {
        width: 42px;
        margin-top: 12px;
    }

    .brands_item {
        height: 88px;
    }

    .brands_item img {
        max-height: 38px;
    }
}










@media (max-width: 991px) {
    .services {
        padding-top: 64px;
        padding-bottom: 70px;
    }

    .services_head {
        margin-bottom: 32px;
    }

    .services_head h2 {
        font-size: 34px;
    }

    .services_head p {
        font-size: 16px;
    }

    .services .service_card {
        min-height: 200px;
    }

    .services .service_media {
        min-height: 200px;
    }

    .services .service_body {
        padding: 22px 22px 20px;
    }

    .services .service_body h3 {
        font-size: 22px;
    }

    .services .service_body p {
        font-size: 15px;
        margin-bottom: 18px;
    }
	
	
	
	
    .services .col.one .service_card {
        min-height: 340px;
    }

    .services .col.one .service_media {
        flex: 0 0 40%;
        max-width: 40%;
        min-height: 0;
    }

    .services .col.one .service_body {
        padding: 26px 24px 24px;
        justify-content: flex-start;
    }

    .services .col.one .service_body h3 {
        font-size: 25px;
    }

    .services .col.one .service_body p {
        font-size: 16px;
    }

    .services .col.one .service_btn {
        margin-top: 18px;
    }
	
}

@media (max-width: 767px) {
    .services {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    .services_head {
        margin-bottom: 24px;
    }

    .services_head h2 {
        font-size: 28px;
    }

    .services_head::after {
        width: 44px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .services_head p {
        font-size: 15px;
        line-height: 1.5;
    }

    .services .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services .service_card {
        flex-direction: column;
        min-height: 0;
    }

    .services .service_media {
        flex: 0 0 auto;
        max-width: 100%;
        min-height: 210px;
    }

    .services .service_body {
        padding: 20px 18px 20px;
    }

    .services .service_body h3 {
        font-size: 20px;
    }

    .services .service_body p {
        font-size: 14px;
        line-height: 1.5;
    }

    .services .service_btn {
        min-height: 42px;
        padding: 0 22px;
    }
	
	
    .services .col.one .service_card {
        min-height: 0;
    }

    .services .col.one .service_media {
        flex: 0 0 auto;
        max-width: 100%;
        min-height: 220px;
    }

    .services .col.one .service_body {
        padding: 20px 18px 20px;
    }

    .services .col.one .service_body h3 {
        font-size: 22px;
    }

    .services .col.one .service_body p {
        font-size: 14px;
        line-height: 1.55;
        max-width: 100%;
    }

    .services .col.one .service_btn {
        margin-top: 16px;
    }
}










@media (max-width: 991px) {
    .masters {
        padding-top: 66px;
        padding-bottom: 72px;
    }

    .masters .head_row {
        margin-bottom: 32px;
    }

    .masters_head h2 {
        font-size: 34px;
    }

    .masters_head p {
        font-size: 16px;
    }

    .masters .master_card {
        padding: 28px 22px 24px;
    }

    .masters .master_photo {
        width: 148px;
        height: 148px;
        margin-bottom: 18px;
    }

    .masters .master_card h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .masters {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    .masters .head_row {
        margin-bottom: 24px;
    }

    .masters_head h2 {
        font-size: 28px;
    }

    .masters_head::after {
        width: 44px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .masters_head p {
        font-size: 15px;
        line-height: 1.55;
    }

    .masters .cards_row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .masters .master_card {
        padding: 24px 18px 22px;
    }

    .masters .master_photo {
        width: 132px;
        height: 132px;
    }

    .masters .master_photo::before {
        top: 28px;
        width: 46px;
        height: 46px;
    }

    .masters .master_photo::after {
        bottom: 20px;
        width: 82px;
        height: 44px;
    }

    .masters .master_card h3 {
        font-size: 24px;
    }

    .masters .master_card p {
        font-size: 15px;
    }

    .masters .master_btn {
        min-height: 50px;
        margin-top: 20px;
    }
}












@media (max-width: 991px) {
    .reviews {
        padding-top: 68px;
        padding-bottom: 76px;
    }

    .reviews_top {
        margin-bottom: 28px;
    }

    .reviews_head h2 {
        font-size: 36px;
    }

    .reviews_head p,
    .review_text p {
        font-size: 16px;
    }

    .reviews_shell {
        width: calc(100% + 150px);
    }

    .reviews_arrow {
        width: 52px;
        height: 52px;
    }

    .review_card {
        min-height: 330px;
        padding: 28px 26px 24px;
    }

    .review_text {
        max-height: 168px;
    }

    .review_meta h3 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .reviews {
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .reviews_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 22px;
    }

    .reviews_head h2 {
        font-size: 30px;
    }

    .reviews_head p {
        font-size: 15px;
        line-height: 1.55;
    }

    .reviews_nav {
        gap: 10px;
    }

    .reviews_arrow {
        width: 46px;
        height: 46px;
    }

    .reviews_shell {
        width: calc(100% + 34px);
    }

    .reviews_slider {
        margin-left: -8px;
        margin-right: -8px;
    }

    .reviews_item {
        padding: 0 8px;
    }

    .review_card {
        min-height: 300px;
        padding: 22px 18px 20px;
    }

    .review_mark {
        margin-bottom: 12px;
        font-size: 52px;
    }

    .review_text {
        max-height: 152px;
        padding-right: 6px;
    }

    .review_text p {
        font-size: 15px;
        line-height: 1.65;
    }

    .review_meta {
        margin-top: 18px;
        padding-top: 14px;
    }

    .review_meta h3 {
        font-size: 20px;
    }

    .review_meta span {
        font-size: 14px;
    }
}









@media (max-width: 991px) {
    .consult {
        padding: 68px 0 74px;
    }

    .consult .layout {
        flex-wrap: wrap;
    }

    .consult .consult_info,
    .consult .consult_side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .consult_info h2 {
        font-size: 36px;
    }

    .consult_info p {
        font-size: 16px;
    }

    .consult .consult_side {
        min-height: 380px;
    }

    .consult_visual {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .consult {
        padding: 54px 0 60px;
    }

    .consult .layout {
        gap: 24px;
    }

    .consult_kicker {
        font-size: 12px;
    }

    .consult_info h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .consult_info p {
        font-size: 15px;
        line-height: 1.6;
    }

    .consult .consult_side {
        min-height: 0;
        padding: 20px 18px 150px;
    }

    .consult_form input {
        height: 56px;
        font-size: 15px;
    }

    .consult_submit {
        min-height: 54px;
        font-size: 17px;
    }

    .consult_check {
        font-size: 12px;
    }

    .consult_visual {
        width: 190px;
        right: -8px;
    }
}








@media (max-width: 991px) {
    .faq {
        padding: 68px 0 74px;
    }

    .faq_head {
        margin-bottom: 28px;
    }

    .faq_head h2 {
        font-size: 34px;
    }

    .faq_head p,
    .faq_answer_inner p {
        font-size: 16px;
    }

    .faq_btn {
        padding: 20px 56px 20px 20px;
        font-size: 18px;
    }

    .faq_side {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 18px;
    }

    .faq_main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .faq_help {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .faq {
        padding: 54px 0 60px;
    }

    .faq_head h2 {
        font-size: 28px;
    }

    .faq_head p {
        font-size: 15px;
        line-height: 1.55;
    }

    .faq_btn {
        padding: 18px 74px 18px 18px;
        font-size: 17px;
        line-height: 1.4;
    }

	.faq_btn::before {
		right: 16px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.faq_btn::after {
		right: 29px;
		width: 8px;
		height: 8px;
		margin-top: -5px;
	}

    .faq_answer_inner {
        padding: 0 18px 18px;
    }

    .faq_answer_inner p {
        font-size: 15px;
        line-height: 1.6;
    }

    .faq_help {
        padding: 22px 18px 24px;
    }

    .faq_help h3 {
        font-size: 24px;
    }
}








@media (max-width: 767px) {
    .question_modal__dialog {
		width: calc(100% - 20px);
		min-height: 0;
		padding: 42px 18px 24px;
    }

    .question_modal__dialog h3 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .question_modal__dialog p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.55;
    }

    .question_modal__row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .question_modal__row input,
    .question_modal__submit {
        min-height: 52px;
        height: 52px;
    }

    .question_modal__check {
        font-size: 12px;
    }
}














@media (max-width: 991px) {
    .site-footer {
        padding-top: 56px;
    }

    .site-footer .footer_brand,
    .site-footer .footer_nav,
    .site-footer .footer_services,
    .site-footer .footer_side {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .site-footer .footer_top {
        padding-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 46px;
    }

    .site-footer .footer_brand,
    .site-footer .footer_nav,
    .site-footer .footer_services,
    .site-footer .footer_side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-footer .footer_top {
        gap: 28px;
        padding-bottom: 26px;
    }

    .site-footer h3 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .site-footer .footer_desc,
    .site-footer .footer_note,
    .site-footer .footer_nav a,
    .site-footer .footer_services a,
    .site-footer .footer_contacts span,
    .site-footer .footer_contacts .phones a {
        font-size: 14px;
    }

    .site-footer .footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px 0 20px;
    }
}











@media (max-width: 767px) {
    .scroll_top {
        right: 12px;
        bottom: 12px;
        width: 40px;
        height: 40px;
    }
}















@media (max-width: 991px) {
    .repair_steps_layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .repair_steps .step_card {
        min-height: 240px;
        grid-template-columns: minmax(0, 1fr) 135px;
    }

    .repair_steps .step_media {
        width: 130px !important;
    }

    .repair_steps .step_content h3 {
        font-size: 22px;
    }

    .repair_steps .step_content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .repair_steps {
        padding: 60px 0 70px;
    }

    .repair_steps_head {
        margin-bottom: 30px;
    }

    .repair_steps_head h2 {
        font-size: 34px;
    }

    .repair_steps_head p {
        font-size: 16px;
    }

    .repair_steps_layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .repair_steps .step_card {
        min-height: 220px;
        padding: 24px 20px;
        grid-template-columns: minmax(0, 1fr) 110px;
        gap: 14px;
    }

    .repair_steps .step_content h3 {
        font-size: 21px;
    }

    .repair_steps .step_content p {
        font-size: 15px;
        line-height: 1.55;
    }

    .repair_steps .step_media {
        width: 108px !important;
    }

    .repair_steps_num {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}