.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) {
    .modal.consult-modal .modal__block{
        width: 81.25rem;
        padding: 0;
        border-radius: 0;
        text-align: left;
        background: transparent;
    }
}

@media screen and (max-width: 992px) {
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .modal.consult-modal .modal__block{
        padding: 0;
        border-radius: 0;
        text-align: left;
        background: transparent;
    }
    .modal .consul-row > div:last-child{
        display: none;
    }
    .head-nav {
        display: none;
    }

    .head-btn {
        display: none;
    }

    .burger-btn {
        display: flex;
    }

    body {
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container,
    .container-sec {
        width: 100%;
        padding: 0 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .btn.lil-width {
        width: 100%;
    }
    br {
        display: none;
    }
    .news-card-header {
        padding: unset;
    }
    .rw-modal__content {
        width: 90%;
        padding: 1.5rem;
    }
    .btn.lil-width {
        width: 100%;
    }
    .btn.mid-width {
        width: 100%;
    }
    .btn.big-width {
        width: 100%;
    }
    .hero-btns{
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    .about-img{
        height: auto;
        width: 100%;
    }
    .hero-box{
        width: unset;
    }
    .footer-inner{
        flex-direction: column;
    }
    .footer-right{
        width: 100%;
    }
    .hero-text{
        font-size: 1.1rem;
    }
    .hero-section{
        height: unset;
        min-height: 43.1875rem;
    }
    .section-title.big,
    .section-title{
        font-size: 2rem;
    }
    .btn.btn-insta{
        width: 100%;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 550px) {
}
