@media (max-width: 1199px) and (min-width:993px) {
    header .header.plain .phone-block {
        display: none;
    }
    header .header.plain .top-menu {
        width: calc(100% - 270px);
    }
    header .header.plain .logo {
        padding-left: 40px;
        padding-right: 18px;
    }
    header .header-inner .guest-account__button {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    header .header.plain .top-menu > ul > li > a {
        font-size: 13px;
    }
    header .header.plain .top-menu > ul > li {
        padding-right: 16px;
    }
}