.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}
@media screen and (min-width: 992px) {
    header.shadow .header_flex {
         padding: 0.8rem 0;
    }
    .mobile-wrapper{
        align-items: unset;
    }
    .mobile-card{
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    html {
        font-size: 11px !important;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .steps-items{
        width: 85%;
    }
    .steps-items .slick-slide{
        padding: 0;
    }
    .none_br br{
        display: none;
    }
    .service_page_hero {
        background-position: right;
        min-height: unset;
        margin-bottom: 1rem;
    }
    .about_map {
        margin-bottom: -12rem;
        transform: scale(1.6);
    }
    .map-container h2 {
        font-size: 2rem;
        margin-bottom: 7rem;
    }

}



@media screen and (max-width: 550px) {
}

@media (max-width: 450px) {
}
