@media screen and (max-width: 1199px) {
    #oqe-header {
        background-position-x: center;
    }

    #oqe-header .container {
        justify-content: center;
    }

    .oqe-header-title {
        text-align: center;
    }

    .oqe-main-menu {
        display: none;
    }

    .oqe-main-content-block, .oqe-main-content-block.reverse {
        flex-direction: column;
    }

    .oqe-main-content-block {
        gap: 30px;
    }

    .oqe-main-content-block-text {
        width: 100%;
    }

    .oqe-main-content-block-text-title {
        text-align: center;
    }

    .oqe-main-content-block-text-description {
        display: block;
        text-align: center;
    }

    .oqe-regioes-map-switcher {
        flex-direction: column;
        gap: 30px;
    }

    .oqe-regioes-map {
        width: 70%;
    }

    .oqe-regioes-map-switcher-cities {
        width: 100%;
    }


}

@media screen and (max-width: 767px) {
    #oqe-header {
        display: none;
    }

    .oqe-header-content.flex-container {
        display: none;
    }

    .oqe-main-content-block img {
        width: 100%;
        height: auto;
    }

    .oqe-buttons-box {
        gap: 5px;
        align-items: flex-start;
        justify-content: space-around;
    }
}

@media screen and (max-width: 800px) {
    .oqe-header-content {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}