header {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding-top: 1em;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 250;
}

.header-row {
    display: flex;
}

.header-responsive-phone {
    display: none;
}

.header-responsive-phone a {
    text-decoration: none;
    color: #000000;
}
.header-top__logo_block{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0.9em;
    line-height: 1em;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    margin-right: 10px;
}
.header-top__logo {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
    flex-basis: 180px;
    margin-right: 10px;
}
.header-top__caption{
    max-width: 205px;
    min-width: 205px;
    width: 205px;
    flex-basis: 205px;
}
.header-top__caption:hover{
    color: #000;
}
.header-top__logo img {
    max-width: 100%;
}
.header-top__phone_block{
    margin-right: 10px;
    white-space: nowrap;
}
.header-top__phone{
    font-size: 0.65em;
    text-transform: uppercase;
    font-family: "pragmatica-medium";
    font-weight: normal;
}
.header-top__phone_block .btn{
    width: 100%;
}
.header-top__repertoire_block {
    display: flex;
    flex-grow: 2;
    justify-content: space-around;

}
.header-top__repertoire{
    font-family: "pragmatica-medium";
    font-size: 0.9em;
    margin-right: 10px;
}
.header-top__repertoire-day{
    color: #b44119;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 3px;
}
.header-top__repertoire-info{
    font-family: "pragmatica-light";
}







.header-top__buttons {
    text-align: right;
    text-align: end;
    font-family: "pragmatica-medium";
}

.header-top__lang-buttons a{
    font-size: 0.95em;
    color: #808285;
    text-transform: uppercase;
    margin-left: 4px;
    text-decoration: none;
}

.header-top__switch-for-special-button {
    border: none;
    background: none;
    margin-top: 0.6em;
    color: #808285;
    font-size: 1.1em;
    padding: 0;
}

.header-top__lang-buttons a:hover,
.header-top__switch-for-special-button:hover{
    color: #b44119;
}

.cart_count_block{
    color: #808285;
    position: relative;
    font-size: 1.1em;
    margin-top: 8px;
    display: block;
}
.cart_count_block .cart_ttl{
    display: none;
}
.cart_count_block.active .cart_ttl.active{
    display: inline-block;
    font-size: 14px;
    color: #b44119;
    position: relative;
}
.cart_count_block.active .cart_ttl.active:hover:after{
    content: "Корзина будет очищена через:";
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + 6px);
    box-shadow: 0px 0px 6px 0px #c3c3c3;
    background: #f8f8f8;
    color: #000;
    padding: 2px 6px;
    border-radius: 2px;
    z-index: 1;
    font-size: 12px;
}


.cart_count_block.active{
    padding-right: 12px;
}
.cart_count_block.active:after{
    content: "1";
    display: block;
    position: absolute;
    height: 18px;
    width: 18px;
    background: #b44119;
    top: -9px;
    right: 0px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
/*.cart_count {*/
/*    color: #808285;*/
/*    margin-left: 6px;*/
/*}*/
/*.cart_count:empty{*/
/*    margin-left: 0;*/
/*}*/

.header-top__private-office-button {
    font-size: 0.6em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    color: #808285;
    margin-top: 0.6em;
    text-decoration: none;
}

.header-menu {
    justify-content: space-between;
    padding: 1em 0 1.2em 0;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    /*padding: 1em 2% 1.2em 0;*/
    width: 100%;
    justify-content: space-around;
}

.nav-menu-item {
    /*padding: 0 14px 0 0;*/
    /*margin: 0.5em 10px 0 0;*/
    text-align: center;
    flex-grow: 2;
    position: relative;
    padding-right: 6px;
}

.nav-menu-item a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.nav-menu-item a.auth_on{
    color: #b44119;
    text-transform: none;
}

/*contacts*/
.nav-menu-item .nav-menu-item__link_active,
.nav-menu-item a:hover {
    color: #b44119;
}

.nav-menu-item:hover .nav-menu-submenu {
    display: flex;
}

.nav-menu-submenu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: -7px;
    background: #FFF;
    padding: 0 7px;
    width: 120%;
    z-index: 1;
    min-width: 260px;
    max-width: 320px;
}

.nav-menu-submenu a {
    padding: 0.5em 0;
    text-align: left;
    text-align: start;
}

.nav-search {
    position: relative;
}
.lk_header_block{
    white-space: nowrap;
}

.lk_triger_mob{
    display: none;
}
.lk_triger_mob .auth_on,
.lk_triger_mob.active .auth_off,
.lk_triger .auth_on,
.lk_triger.active .auth_off{
    display: none;
}
.lk_triger_mob.active .auth_on,
.lk_triger.active .auth_on{
    display: block;
}
.lk_triger_mob a{
    color: #808285;
    font-size: 1.1em;
}
.lk_triger_mob a:hover{
    color: #b44119;
}
.lk_triger_mob.active a{
    color: #b44119;
}




.search-button {
    /*margin-top: 1.5em;*/
    width: 17px;
    height: 17px;
    display: block;
    background: url(../img/search-icon.png) no-repeat center center;
}

.search-button:hover {
    cursor: pointer;
}

.search-form-content {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 2;
}

.search-form {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: -4px;
    right: 0;
}

.search-form .btn {
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    .header-top__logo {
        /*flex: 0 0 120px;*/
    }
    .nav-menu-item {
        margin: 0;
        font-size: 0.9em;
        padding: 0 5px;
    }
}
@media screen and (max-width: 960px) {
    header {
        position: relative;
    }
    .lk_triger_mob{
        display: block;
    }

    .header-responsive-phone {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        background: #eee;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px;
    }

    .header-top__repertoire {
        margin-left: 10px;
    }

    .header-top__switch-for-special-button {
        display: none;
    }

    .responsive-menu {
        display: block;
        width: 100%;
    }

    .nav-menu {
        display: none;
    }

    .nav-search {
        display: none;
    }

    .search-button {
        padding: 29px 0 9px;
        border: 1px solid;
        background-position: 22px;
        width: 60px;
        margin: 10px 0 10px 5px;
    }

    .search-button:hover,
    .search-button.active-search {
        background: #b44119 url(../img/search-icon-light.png) no-repeat center center;
        border-color: #b44119;
    }

    .form-search-input {
        padding: 12px 5px 10px;
        font-size: 0.9em;
    }

    /*.search-form {*/
    /*    top: -40%;*/
    /*}*/

    .search-form .btn {
        font-size: 0.9em;
        padding: 10px 0px 8px;
        margin-top: 0;
        max-width: 60px;
        width: 60px;
    }

    .responsive-nav-menu-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .responsive-nav-menu-item {
        flex: 1 1 calc(50% - 22px);
        padding: 10px;
        border-top: 1px dashed #eee;
    }

    .responsive-nav-menu-item:first-child {
        flex: 1 1 100%;
    }

    .responsive-nav-menu-item a {
        display: block;
        width: 100%;
        min-height: 40px;
    }

    .responsive-nav-menu-item:nth-child(2n+1) {
        border-left: 1px dashed #eee;
    }
    .search-form-content{
        top: calc(0% - 34px);
    }

}

@media screen and (max-width: 700px) {
    .header-top__phone_block{
        display: none;
    }
}
@media screen and (max-width: 648px) {
    .header-top__repertoire {
        display: none;
    }

    .responsive-nav-menu-item {
        flex: 1 1 100%;
    }

    .responsive-nav-menu-item a {
        min-height: 0;
    }

    .responsive-nav-menu-item:nth-child(2n+1) {
        border-left: none;
    }
    .header-top__caption {
        max-width: 50%;
        min-width: 50%;
        width: 50%;
        flex-basis: 50%;
    }
    .header-top__logo {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-right: 10px;
    }
}
@media screen and (max-width: 500px) {
    .header-top__caption {
        /*font-size: 0.8em;*/
    }
}