.desktopNav.unlogged-nav {
    margin: 10px 0px 10px 0px;
}

.desktopNav.unlogged-nav a {
    padding: 6px 16px 6px 16px;
}

.wrapper.without-footer .header {
    margin-bottom: 0px;
}

.wrapper.without-footer .middle {
    padding-top: 20px;
}

.wrapper .unlogged-header {
    margin-bottom: 10px;
}

.headerFix .subMenu {
    display: none !important;
}

.large-logo {
    max-width: 260px;
}

.nav-bun-balance {
    display: inline-block;
}

.nav-ltt-balance {
    display: none;
}

.toggle-nav-balance {
    cursor: pointer;
}

.notification-active {
    padding-top: 0px;
}

.header-ease-container {
    height: 150px;
}

.unlogged-header-ease-container {
    height: 70px;
}

@media (min-width: 1024px) {
    .desktopNav.unlogged-nav .navigation>ul>li>a:hover:before, .navigation>ul>li>a.active:before {
        content: "";
        height: 2px;
        width: 70%;
        position: absolute;
        bottom: -2px;
        left: 15%;
        background: url(../images/line.png) no-repeat center / 100% auto;
    }

    .desktopNav.unlogged-nav .navigation>ul>li>a.active {
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .logo {
        margin-left: 6px;
    }
    .middle {
        /*padding-top: 20px;*/
    }

    .large-logo {
        max-width: 220px;
    }

    .header-ease-container {
        height: 50px;
    }

    .unlogged-header-ease-container {
        height: 50px;
    }
}