﻿/* #region ~ HEADER MAIN - главный хидер ~ */

.a-header {
    width: calc(100% - 20px);
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-main);
    border-bottom: none; /* SKIN!!! */
    height: 70px; /* SKIN!!! */
    /**/
    /*position: fixed;*/
    /*margin-bottom: 30px;*/
    /* z-index: 9;*/
    /*position: absolute;*/
    /*background-color: red;*/

}

    .a-header.shadow {
        box-shadow: var(--box-shadow-1) !important;
        /*box-shadow: RED !important;*/
        /*box-shadow: 1px 5px 9px rgba(0,0,0,0.25) !important;*/
    }

.a-header-nt {
    width: calc(100% - 20px);
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(55,104,175,1);
    border-bottom: none;
    min-height: 70px;
    /**/
    /*    box-shadow: var(--box-shadow-1) !important;
    box-shadow: 1px 5px 9px rgba(0,0,0,0.95) !important;
    z-index: 99 !important;
    position: static; */
    background-color: var(--bg-main);
    /**/
    /*background-color: red !important;*/
}

    .a-header-nt.shadow {
        box-shadow: var(--box-shadow-1) !important;
        /*box-shadow: 1px 5px 9px rgba(0,0,0,0.25) !important;*/
    }

/* #endregion */

/* #region ~ LEFT - logo и поиск ~ */

.a-header-left {
    width: 500px;
    display: inline-block;
}

.a-header-left-logo {
    display: contents;
}

.a-header-left-logo-div {
    display: inline-block;
}

.a-header-left-logo-img {
    content: url('../../images/logo-mosaik1.png?ver=@Global.Version'); /* SKIN!!! */
    content: var(--logo-mosaik1); /* SKIN!!! */
    display: inline-block;
    width: 150px;
    /*cursor: pointer;*/
    background-color: transparent;
    margin: -18px 0 0 15px;
    /**/
    /*margin: -18px 0 0 30px;*/
}

.a-header-left-logo-div-admin {
    position: absolute;
    margin-left: 70px;
    width: 100px;
    margin-top: 37px;
    width: 150px;
    display: inline;
    /**/
    margin-left: 10px;
    width: 170px;
    text-align: right;
    margin-top: 38px;
}

.a-header-left-logo-lbl-admin {
    font: 600 12px "Open Sans",Overpass,sans-serif;
    background-color: transparent;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.05);
    color: rgba(0,207,255,1);
    display: inline;
    /**/
    font: 600 12px "Open Sans",Overpass,sans-serif;
}

    .a-header-left-logo-lbl-admin.manyroles {
        font: 600 13px "Open Sans",Overpass,sans-serif;
        margin-right: 20px;
    }

.a-header-left-search-div {
    display: inline-block;
}

.a-header-left-search-div-txtbtn {
    display: inline-block;
    height: 28px;
    width: 250px;
    margin: 20px 0 0 20px;
    /**/
    margin: 20px 0 0 26px;
}

.a-header-left-search-txt {
    padding: 0 35px 0 7px;
    border-radius: 3px;
    width: 250px;
    height: 35px;
    background-color: white;
    margin-top: -3px;
    border: 1px solid rgba(30, 144, 255,0.3); /* SKIN!!! */
    box-shadow: 1px 1px 5px rgba(30, 144, 255,0.3); /* SKIN!!! */
    font: 500 15px Arial,sans-serif;
    color: rgba(0,0,0,0.85);
    /**/
    width: 248px;
}

    .a-header-left-search-txt:focus {
        outline: none;
        border: 1px solid transparent;
        box-shadow: 1px 1px 5px transparent;
    }

    .a-header-left-search-txt::-webkit-input-placeholder {
        color: rgba(0,0,0,0.4) !important;
    }

    .a-header-left-search-txt::-moz-placeholder {
        color: rgba(0,0,0,0.4) !important;
    }

    .a-header-left-search-txt.type1 {
        padding: 1px 35px 0 7px;
    }

.a-header-left-search-btn {
    position: absolute;
    margin: 5px 0 0 -30px;
    outline: none !important;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none !important;
    background-color: transparent;
    color: rgba(56,157,239,1);
}

    .a-header-left-search-btn:hover {
        margin: 4px 0 0 -30px;
        font-size: 21px;
    }

    .a-header-left-search-btn.type1 {
        margin: -26px 0 0 220px !important;        
    }

.a-header-addmosaikimage {
    margin-top: -35px;
}

/* #endregion */

/* #region ~ LEFT - надписи,  если используется без меню ~ */

/* TOP */

.a-header-left-info-div {
    margin-left: 200px;
    height: 56px;
    min-width: 200px;
    margin-top: -47px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
    position: absolute;
    width: calc(100% - 450px);
    /**/
    background-color: transparent;
}

.a-header-paper-name-container {
}

.a-header-paper-name {
    position: absolute;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    /*background-color: transparent;*/
    font: 500 19px Arial,"Open Sans", Arial;
    margin-left: 15px;
    margin-top: -1px;
    /*color: rgb(108,231,246);*/
    /**/
    color: white;
    font: 600 22px Arial,"Open Sans", Arial;
}

.a-header-cust-name-container {
}

.a-header-cust-name {
    white-space: nowrap;
    border-radius: 5px;
    font: 600 12px "Open Sans", Arial;
    margin-left: 15px;
    position: absolute;
    margin-top: 35px;
    /*color: rgba(255,255,255,1);*/
    /**/
    color: white;
    display: inline-block;
    margin-left: 25px;
    font: 500 12px "Open Sans", Arial;
}

/* BOTTOM */

.a-header-bottom-info-div-1 {
    min-height: 0;
    display: none;
    /**/
    /*min-height: 20px;*/
}

.a-header-bottom-info-div-2 {
}

.a-header-left-info-div-bottom {
    position: relative;
    min-height: 55px;
    width: calc(100% - 30px);
    margin-top: 10px;
    margin-left: 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
}

.a-header-paper-name-container-bottom {
    /*position: relative;*/
}

.a-header-paper-name-bottom {
    font: 600 12px "Open Sans", Arial;
    position: absolute;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background-color: transparent;
    font: 500 19px Arial,"Open Sans", Arial;
    margin-left: 3px;
    margin-top: -1px;
    color: rgba(0,0,0,0.9);
}

.a-header-cust-name-container-bottom {
}

.a-header-cust-name-bottom {
    white-space: nowrap;
    border-radius: 5px;
    font: 600 12px "Open Sans", Arial;
    margin-left: 15px;
    position: absolute;
    margin-top: 33px;
    color: rgba(0,0,0,0.7);
}

/* #endregion */

/* #region ~ CENTER - батоны верхнего меню ~ */

.a-header-center {
    min-width: 1%;
    display: inline-block;
    /**/
}

.a-header-center-menu-div {
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -20px;
    margin-top: 21px;
    /**/
    margin-left: 5px;
    /*padding-left: 160px;*/
}

.a-header-mm-div-btn-home {
    margin-left: -45px;
    width: 60px;
    min-height: 1px;
    /**/
    margin-top: -19px;
}

.a-header-mm-btn-horizontal {
    padding: 0 15px 0 5px;
    background-color: transparent;
    color: rgba(255,255,255,1); /* SKIN!!! */
    font: 400 13px "Open Sans",arial; /* SKIN!!! */
    /**/
    /* text-shadow: 1px 2px 5px rgba(0,0,0,0.30);*/
    /*text-shadow: 1px 2px 20px rgba(0,0,0,9);*/
    /**/
    padding: 2px 8px 2px 8px;
    border-radius: 9px;
}

    .a-header-mm-btn-horizontal.icon {
        padding: 0;
        position: absolute;
        margin-top: -4px;
        margin-left: 20px;
        /*            width: 24px;
            height: 24px;*/
        border-radius: 99px;
        padding: 5px;
    }

        .a-header-mm-btn-horizontal.icon:hover {
            /*color: rgba(0,0,0,1);*/ /* SKIN!!! */
            /*color: rgba(255,255,255,0.8);*/
            color: rgba(0,0,0,0.55);
            background-color: rgba(0,0,0,0.03);
            /**/
            color: rgba(0,207,255,0.7);
            /*background-color: rgb(0,207,255);*/
        }

    .a-header-mm-btn-horizontal.cursordefault {
        cursor: default;
    }

    .a-header-mm-btn-horizontal.long {
        max-width: 180px;
        min-height: 1px;
        white-space: normal;
        margin-bottom: 50px;
    }

    .a-header-mm-btn-horizontal:hover {
        /*color: rgba(0,0,0,1);*/ /* SKIN!!! */
        /**/
        color: rgba(0,0,0,1);
        background-color: rgba(0,0,0,0.03);
        /**/
        background-color: transparent;
        /*color: rgba(13,184,229,1);*/
        color: var(--color-main-header-hovermenu);
    }

.a-header-mm-child-div {
    margin-bottom: 12px;
    margin-top: 9px;
    border-radius: 5px;
    background-color: rgba(55,104,175,0.8); /* SKIN!!! */
    /**/ /**/
    background-color: white;
    border-radius: 10px;
    /**/
    margin-bottom: 17px;
    margin-top: 15px;
}

.a-header-mm-menuitem {
    margin-top: -20px;
    margin-bottom: -20px;
    background-color: transparent;
    cursor: default;
}

    .a-header-mm-menuitem:hover {
        background-color: transparent;
    }

.a-header-mm-btn-vertical-icon {
    margin-top: -5px;
    color: white !important;
}

.a-header-mm-btn-vertical {
    background-color: transparent;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 100%;
    font: 600 13px "Open Sans",arial; /* SKIN!!! */
    color: rgba(255,255,255,1); /* SKIN!!! */
    /**/ /**/
    color: rgba(0,0,0,0.8) !important;
}

    .a-header-mm-btn-vertical:hover {
        background-color: transparent;
        color: rgba(0,0,0,1) !important; /* SKIN!!! */
        /**/ /**/
        color: rgba(55,103,175,1) !important;
        /*font-weight: 600;   */
    }

.a-header-mm-btn-vertical-icon {
    margin-top: -5px;
    margin-left: -5px;
    color: white !important;
    /**/ /**/
    color: rgba(0,0,0,0.8) !important;
}

    .a-header-mm-btn-vertical-icon:hover .a-header-mm-btn-vertical {
        background-color: transparent;
        /*color: rgba(0,0,0,1) !important;*/ /* SKIN!!! */
    }

.a-header-mm-btn-vertical:hover .a-header-mm-btn-vertical-icon {
    background-color: transparent;
    color: rgba(0,0,0,1) !important; /* SKIN!!! */
}

/* #endregion */

/* #region ~ RIGHT - user и кнопки ~ */

.a-header-right {
    display: inline-block;
    right: 0;
    text-align: right;
    z-index: 1;
}

.a-header-right-documents-buttons-div {
    position: absolute;
    right: 70px;
    margin-top: 5px;
    z-index: 1;
}

.a-header-right-btn-div {
    display: inline-block;
    margin-right: 17px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

    .a-header-right-btn-div.help {
        display: inline-block;
    }

    .a-header-right-btn-div.roles {
        display: inline-block;
    }

/* выбор роли */

.a-header-right-roles-btn {
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: rgb(0,207,255);
}

    .a-header-right-roles-btn:hover {
        font-size: 19px;
        margin-right: -1px;
        color: rgba(0,207,255,0.8);
    }

/* заказанные документы */

.a-header-right-documents-btn {
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: rgb(0,207,255);
}

    .a-header-right-documents-btn:hover {
        font-size: 19px;
        margin-right: -1px;
        color: rgba(0,207,255,0.8);
    }

.a-header-right-documents-lbl {
    font: 600 8px "Overpass",sans-serif;
    color: rgba(255,255,255,1);
    background-color: rgba(220,20,60,1);
    border-radius: 99px;
    padding: 3px 2px 2px 3px;
    z-index: 3;
    position: absolute;
    margin-top: -3px;
    margin-left: 13px;
}

/* помощь */

.a-header-right-help-btn {
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: rgb(0,207,255);
    /**/
    /*color: rgb(240,230,140);*/
    color: var(--header-btn-help);
}

    .a-header-right-help-btn:hover {
        font-size: 19px;
        margin-right: -1px;
        color: rgba(0,207,255,0.8);
    }

/* настройки */

.a-header-right-setting-btn {
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: rgb(0,207,255);
}

    .a-header-right-setting-btn:hover {
        font-size: 19px;
        margin-right: -1px;
        color: rgba(0,207,255,0.8);
    }

/* выход */

.a-header-right-exit-btn {
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: rgb(0,207,255);
}

    .a-header-right-exit-btn:hover {
        font-size: 19px;
        margin-right: -1px;
        color: rgba(0,207,255,0.8);
    }

/* юзверь */

.a-header-right-user-div {
    display: inline-block;
    position: absolute;
    right: 20px;
    margin-top: 17px;
    /**/
    margin-top: 14px;
    right: 22px;
}

.a-header-right-user-btn {
    font-size: 25px;
    color: rgba(255,255,255,0.7);
    cursor: default;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    /* margin-top: 1px;*/
    /*        padding-right: 10px;
        padding-top: 10px;
*/
}

    .a-header-right-user-btn:hover {
        color: white;
        font-size: 26px;
        margin-right: -1px;
    }

.a-header-right-user-btn-nocursor {
    font-size: 25px;
    color: rgba(255,255,255,0.7);
    cursor: default;
    background-color: transparent;
    padding: 5px;
}

.a-header-right-user-case {
    font-size: 13px; /* SKIN!!! */
    color: rgba(255,255,255,0.7); /* SKIN!!! */
    cursor: default;
    background-color: transparent;
    padding: 6px;
    position: absolute;
    margin-left: 20px;
}

.a-header-right-user-lbl {
    cursor: default;
    background-color: transparent;
    font: 400 11px "Open Sans",sans-serif; /* SKIN!!! */
    color: rgba(255,255,255,0.8); /* SKIN!!! */
    margin-top: -3px;
    /**/
    position: absolute;
    right: 0px;
    white-space: nowrap;
    margin-top: 34px;
    /**/
    margin-top: 33px;
}

.a-header-user-tooltip {
}

/* #endregion */

/* #region ~ ЛЕВОЕ МЕНЮ ~ */

.a-header-left-menu {
    display: none;
    color: white;
}

.a-header-left-menu-button {
    font-size: 24px;
    margin-top: 10px;
    margin-left: -1px;
    position: absolute;
    z-index: 9999;
    /**/
    /*position: relative;*/
    /*margin-left: 10px;*/
    margin-left: 3px;
}

.a-header-left-menu-drawer {
    width: 325px !important;
}

.a-header-drawer-header {
    background-color: rgb(55,104,175);
    height: 70px !important;
    color: white;
    margin-bottom: 20px;
    /**/
    background-color: var(--bg-main);
}

.a-header-levels {
    /**/
    margin-left: -10px;
    width: 295px;
    /**/
    width: 331px;
    /**/
    width: 331px;
}

/*.a-header-level-1 {
    font: 800 15px "Open Sans",Arial;   
}
*/
.a-header-level-1 .mud-nav-link {
    font: 600 15px "Open Sans",Arial;
    width: 273px;
    /**/
    width: 295px;
}

.a-header-level-1.mud-nav-group > .mud-nav-link > .mud-nav-link-text {
    font: 600 15px "Open Sans",Arial;
    width: 290px;
    /**/
    width: 295px;
    /**/
    margin-top: 2px;
}

.a-header-level-1-newbtn {
    font: 600 15px "Open Sans",Arial;
    /*width: 273px;*/
    /**/
    /*width: 295px;*/
    /**/
    text-align: center;
    /*padding-top: 7px;
    padding-right: 1px;*/
    cursor: pointer;
    /* display: inline-block;*/
    color: white;
    width: 30px;
    margin-left: 25px;
    margin-top: -2px;
    z-index: 999;
    position: absolute;
    border-radius: 99px;
    padding: 7px 12px 7px 7px;
}

    .a-header-level-1-newbtn:hover {
        background-color: rgba(0,0,0,0.1);
        color: steelblue !important;
        color: rgba(0,207,255,0.8) !important;
    }

/*.a-header-level-2 {
    font: 500 13px "Open Sans",Arial;
    text-decoration: none;
    outline: none;*/
/**/
/*font-size: 12px;
    color: steelblue;*/
/**/
/*color: rgba(47,79,79,1);
    margin-left: 15px;
}*/

.a-header-level-2 .mud-nav-link {
    font: 500 13px "Open Sans",Arial;
    text-decoration: none;
    outline: none;
    width: 290px;
    /**/
    width: 295px;
}

.a-header-text-1 {
    font: 700 24px "Open Sans",arial !important;
    display: block;
    /**/
    margin-left: 50px;
    /**/
    margin-left: 40px;
    margin-top: -3px;
}

.a-header-text-2 {
    font: 400 13px "Open Sans",arial !important;
    display: block;
    position: absolute;
    margin-top: 28px;
    margin-left: 50px;
    /**/
    margin-left: 80px;
}

.a-header-accessory {
    position: absolute;
    display: flex;
    height: 70px;
    width: 3px;
    left: 304px;
    z-index: 10000;
    background-color: rgba(55,104,175,1);
    /**/
    background-color: var(--bg-main);
}

/* #endregion */

/* #region ~ PERSONAL SETTINGS ~ */

.a-header-personal-settings {
}

.a-header-ps-drawer-header {
    background-color: rgb(55,104,175);
    height: 70px;
    color: white;
    margin-bottom: 20px;
    /**/
    background-color: var(--bg-main);
}

.a-header-personal-settings-drawer {
}

/* #endregion */

/* #region ~ РАЗНОЕ ~ */

.a-header-bufferzone {
    height: 5px;
    width: 100%;
    display: block;
}

.a-header-od-type-title {
    font-size: 12px;
    color: rgb(0,0,0,0.7);
}

.a-header-od-type-combo {
    padding: 0 !important;
    margin: 5px 0 0 10px;
    height: 20px;
    min-width: 210px;
}

.a-header-od-delimiter {
    height: 1px;
    margin-top: -25px;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
}

.a-header-od-info {
    font: 400 12px "Open Sans",Arial !important;
    color: rgba(0,0,0,0.6);
    margin: -5px 0 5px 0;
}

.a-header-od-date-container {
    display: inline-block;
    text-align: left;
    /*height: 65px;*/
    /*padding-bottom: -150px;*/
    display: flex;
    /**/    
}

.a-header-od-date {
    display: inline-block;
    margin-right: 20px;
    width: 150px;
    /*display: block !important;*/    
}

.a-header-title-main {
    padding: 2px 10px 5px 10px;
    background-color: rgba(0,0,0,0.03);
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    border-radius: 9px;
    font-size: 17px;
    font-weight: 600;
}

.a-header-od-title-container {
    position: absolute;
    top: 25px;
    left: 20px;
}

.a-header-od-email {
    margin-top: 5px;
    margin-left: 10px;
}

/* #endregion */

/* #region ~ АБОНЕНТСКАЯ ПЛАТА ~ */

.a-header-ap-container {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100vh;
    justify-content: center;
    /*justify-items: center;*/
    display: flex;
    /*vertical-align: middle; */
    align-items: center;
    margin-top: -100px;
    opacity: 0;
    animation: ani 0.7s forwards;
    z-index: 9;
}

@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.a-header-ap-box {
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    background-color: rgba(255,255,255,1);
    min-height: 100px;
    max-height: 600px;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
    z-index: 9;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.35);
    border-radius: 9px;
}

.a-header-ap-data {
    margin: 80px 20px 20px 20px;
}

.a-header-ap-title {
    position: absolute;
    top: 25px;
    left: 20px;
}

.a-header-ap-date-container {
    display: inline-block;
    text-align: left;
    display: flex;
    min-height: 70px;
}

.a-header-ap-date {
    display: inline-block;
    margin-right: 20px;
    min-width: 150px;
}

.a-header-ap-type-title {
    font-size: 12px;
    color: rgb(0,0,0,0.7);
}

.a-header-ap-type-combo {
    padding: 0 !important;
    /*margin: 5px 0 0 10px;*/
    /* height: 20px;*/
    min-width: 150px;
    margin-right: 20px;
}

.a-header-ap-email-title {
    font-size: 12px;
    color: rgb(0,0,0,0.7);
}

.a-header-ap-email {
    margin: -5px 20px 0 0;
    /* padding-left: 25px;*/
}

.a-header-ap-delimiter {
    height: 1px;
    /*margin-top: -25px;*/
    width: 100%;
    background-color: rgba(0,0,0,0);
    display: none;
}

.a-header-ap-info {
    font: 400 12px "Open Sans",Arial !important;
    color: rgba(0,0,0,0.6);
    margin: 20px 0 25px 0;
}

.a-header-ap-btn-ok {
    margin-right: 5px;
}

.a-header-ap-btn-cancel {
}

.a-header-ap-title-txt {
    padding: 2px 10px 5px 10px;
    background-color: rgba(0,0,0,0.03);
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    border-radius: 9px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.a-header-ap-close-div {
    width: calc(100% - 40px);
    position: absolute;
    justify-content:;
    text-align: right;
    /*    height: 2px;
    background-color: red;    */
    margin-top: -50px;
    /* display: flex;*/
}

.a-header-ap-close-btn {
    width: 30px;
    height: 30px;
    /* margin: 10px 10px 10px 10px;    */
    position: absolute;
    right: -10px;
    top: -20px;
    padding: 7px 6px 1px 1px;
    cursor: pointer;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
}

    .a-header-ap-close-btn:hover {
        /* background-color: rgba(0,0,0,0.1);
        border-radius: 99px;     */
        /*        font-size: 18px;
        right: -12px;
        top: -23px;*/
        color: black;
    }

.a-header-ap-btns-div {
}

/* #endregion */

/* #region ~ ДЛЯ ВСЕХ ХИДЕРОВ ~ */

._header-custtype-pa {
    font-size: 10px;
    color: rgba(0,207,255,1);
    text-decoration: none;
}

._header-custtype-role {
    font-size: 10px;
    color: rgba(0,207,255,1);
    text-decoration: none;
}

/* #endregion */

/* #region ~ MEDIA ~ */

@media screen and (max-width: 1380px) {
    .a-header-left-logo {
        display: none;
    }

    .a-header-left {
        width: 300px;
    }

    .a-header-left-menu {
        display: block;
    }

    .a-header-left {
        margin-left: 30px;
    }

    .a-header-center {
        display: none;
    }

    .a-header-left-info-div {
        margin-left: -15px;
        width: calc(100% - 265px);
    }

    /* .a-header-left-search-div-txtbtn {
        margin: 20px 0 0 33px;
    }

    .a-header-left-search-txt {
        width: 230px;
    }*/
}


@media screen and (max-width: 1000px) {

    .a-header-bottom-info-div-1 {
        display: block;
    }

    .a-header-left-info-div-bottom {
        display: block;
    }

    .a-header-left-info-div {
        display: none;
    }
}

@media screen and (max-width: 800px) {

    .a-header-journal-name {
        position: absolute !important;
        font: 600 21px "Open Sans",Arial !important;
    }
}

@media screen and (max-width: 600px) {

    .a-header-left-search-txt {
        width: 165px;
        height: 30px;
    }

    .a-header-left-search-txt.type1 {

    }

    .a-header-left-search-btn.type1 {
        margin: -25px 0 0 140px !important;
    }

    .a-header-right-documents-buttons-div {
        right: 40px;
    }

    .a-header-right-user-div {
        right: 14px;
        margin-top: 17px;
    }

    .a-header-right-btn-div.help {
        display: none;
    }
}
/* #endregion */
