@media screen and (max-width: 991px) {
    #header-left {
        max-width: 25%;
        padding: 0;
        margin-right: 20px;
    }
    .header-phone {
        font-size: 30px;
    }
    #header-slogan {
        margin-left: 30px;
    }
    .title-big {
        font-size: 18px;
    }
    #left-menu {
        width: 200px;
        margin-right: 15px;
        max-width: unset;
    }
    #left-menu a {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .index-page #left-menu {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #header-left {
        width: 115px;
    }
    #header-info-top {
        margin-top: 0;
        justify-content: space-between;
    }
    #header-slogan {
        display: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #header-menu a {
        line-height: 35px;
        padding: 0 20px;
        background: none;
    }
    #banner-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .banner-menu-item {
        flex: none;
        width: 24%;
    }
    .menu-burger {
        display: flex;
    }
    #left-menu {
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1011;
        width: 260px;
        transform: translateX(100%);
        transition: transform .5s, padding .25s;
        margin: 0;
        padding: 80px 10px;
        overflow: auto;
    }
    #left-menu.is-open {
        transform: none;
    }
}

@media screen and (max-width: 599px) {
    #header-menu ul {
        justify-content: space-between;
        padding: 0 5px;
    }
    #header-menu a {
        padding: 0 5px;
    }
}

@media screen and (max-width: 479px) {
    #header {
        display: block;
        padding: 15px 0;
    }
    #header-left {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: auto;
        max-width: 100%;
        margin-right: 50px;
        margin-bottom: 0;
    }
    #header-logo {
        width: 80px;
        margin-right: 20px;
        margin-top: -5px;
    }
    #header-left-phone {
        display: block;
    }
    #header-phone {
        display: none;
    }
    .header-phone {
        font-size: 25px;
    }
    .header-phone sup {
        font-size: 16px;
        transform: translateY(3px);
    }
    #banner-switch__left a, #banner-switch__right a {
        margin-top: -20px;
        width: 20px;
    }

    .banner-menu-item {
        width: calc(50% - 4px);
        max-width: 154px;
    }

    .menu-burger {
        position: absolute;
        top: 26px;
        right: 15px;
    }
    #left-menu {
        width: 100%;
    }
    #left-menu li {
        background-size: 100%;
    }
    #left-menu .active {
        background-size: 110% 100%;
    }
}

@media screen and (max-width: 369px) {
    .header-phone {
        font-size: 20px;
    }
    .header-phone sup {
        font-size: 14px;
    }
}