.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) {
}

@media screen and (max-width: 992px) {
    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 {
        width: 100%;
        padding: 0 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }

    .burger {
        display: flex !important;
    }
    .head-nav {
        display: none;
    }
    header {
        padding: 1.5rem 0;
    }
    .head-logo img {
        height: 2.8rem;
        width: 7.2rem;
    }
    .head-icon{
        font-size: 2.5rem;
    }
    .big-width {
        width: 100%;
    }
    .route-modal-block {
        width: 92%;
        padding: 1.25rem;
        padding-top: 4.5rem;
    }
    .route-modal-img {
        height: 15rem;
        border-radius: 1rem;
    }
    .btn {
        width: 100%;
    }
    footer {
        padding: 2.25rem 0;
    }
    .footer-logo-col {
        display: flex;
        justify-content: center;
    }
    .footer-logo {
        width: 11.0625rem;
        height: 4.852rem;
    }
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 2rem;
    }
    .footer-col-title {
        font-size: 1.5rem;
    }
    .footer-nav {
        flex-direction: column;
        gap: 1.25rem;
    }
    .footer-actions .btn {
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.5rem 0;
    }
    .faq-question {
        align-items: unset;
    }
    .section-title,
    .hero-left h1{
        font-size: 2rem;
    }
    .hero-left h1 br{
        display: none;
    }
    .about-img-wrap{
        height: auto;
        margin-bottom: 1.5rem;
    }
    .hero-back{
        padding: 3rem 0;
        margin-bottom: 25rem !important;
    }
    .mob_margin{
        margin-bottom: -28.1rem;
    }
    .hero-right{
        flex-direction: column;
        gap: 2rem;
    }
    .hero-card .section-title{
        font-size: 2.5rem;
    }
    .hero-row{
        flex-direction: column;
        gap: 3.5rem;
    }
    .about-content{
        gap: 1.5rem;
    }
    .team-list{
        gap: 2rem;
    }
    .team-photo-wrap{
        margin-top: 2rem;
        height: 22rem;
    }
    .plan-card-inner{
        padding: 1.875rem 2rem;
    }
    .plans-row,
    .reviews-row,
    .gallery-row,
    .routes-row{
        flex-direction: column;
        gap: 1.5rem;
    }
    .video-slide-img{
        height: 28.8125rem;
    }
    .gallery-btn .btn{
        width: 100%;
    }
    .faq-question{
        padding: 2rem 2.15rem;
    }
    .contact-row{
        flex-direction: column-reverse;
    }
    .contact-right{
        padding-top: 0;
    }
    .contact-section{
        padding: 2rem 0;
    }
    .contact-left{
        padding: 2rem;
    }
    #modal-1 .modal__block{
        width: 95%;
    }
    .main-modal-title{
        font-size: 1.55rem;
        padding: 0;
    }
    .main-modal-inner{
        padding: 1.5rem;
        padding-top: 4rem;
    }
    .route-modal-title{
        font-size: 1.65rem;
    }
    .contact-inp{
        padding: 1.25rem;
    }
    #modal-success-msg.modal .modal__block {
        width: 95%;
        padding: 3rem 15px;
        font-size: 1.5rem;
        padding-top: 4rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.12rem;
    }
}
