
@media (max-width: 1125px) and (min-width: 320px) {
    html, body {
        overflow-x: hidden;
    }

    .header {
        width: 100vw;
        height: 64px;
    }

    .header__svg {
        width: 70px;
        height: 44px;
    }

    .name {
        width: 82px;
        height: 50px;
        font-size: 10px;
        margin-top: 10px;
        margin-left: 0;
    }

    .emblem {
        width: 52px;
        height: 50px;
        margin-top: 10px;
        margin-left: 23px;
    }

    .header__logo {
        margin: 17px 0 0 5%;
    }

    .header__title {
        display: none;
    }

    .navigation {
        display: none;
    }

    .humb__content {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .humb__img {
        margin: 25px 20px 0 0;
        width: 20px;
        height: 14px;
    }

    .open:hover {
        cursor: pointer;
    }

    .close:hover {
        cursor: pointer;
    }

    .navigation__link {
        border-bottom: 1px solid #EFEFEF;
        padding-bottom: 17px;
        padding-top: 18px;
    }

    .active {
        position: absolute;
        left: 0;
        width: 100vw;
        height: 100vh;
        margin-top: 65px;
    }

}

@media (max-width: 1125px) and (min-width: 700px) {
    .header__logo {
        margin: 10px 0 0 5%;
    }

    .name {
        width: 120px;
        height: 50px;
        font-size: 14px;
    }

    .emblem {
        width: 52px;
        height: 56px;
        margin-top: 5px;
        margin-left: 23px;
        margin-right: 15px;
    }

    .header__svg {
        width: 80px;
        height: 55px;
    }

    .header__title {
        width: 155px !important;
    }

    .header__title_text {
        margin-left: 15px !important;
        font-size: 14px !important;
        width: 155px !important;
    }

    .footer__title {
        display: none !important;
    }
}

@media (max-width: 1125px) and (min-width: 420px) {
    .header__title {
        margin: 0;
        display: inline;
        width: 110px;
        height: 100%;
    }

    .header__title_text {
        margin-top: 10px;
        margin-left: 7px;
        font-size: 10px;
        width: 110px;
    }

    .flag__content {
        justify-content: center;
    }

    .footer__title {
        display: none !important;
    }

}

@media (max-width: 1400px) and (min-width: 1126px) {
    html, body {
        overflow-x: hidden;
    }

    .header__logo {
        margin-left: 10%;
    }

    .navigation {
        margin-left: 10%;
    }

    .main__information {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 92%;
    }
}

@media (max-width: 1700px) and (min-width: 1401px) {
    .header__logo {
        margin-left: 15%;
    }

    .navigation {
        margin-left: 15%;
    }

    .main__information {
        margin-left: auto;
        margin-right: auto;
    }

    .main__title_text {
        margin-left: 15%;
    }

    .main__indicators_text {
        margin-left: 15%;
    }

    .main__subtitle {
        margin-left: 15%;
    }

    .subtitle__content {
        margin-left: 15%;
    }
}

@media (min-width: 1126px) {

    .humb__content {
        display: none;
    }

    .flag__content {
        display: none;
    }
}

