@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body{
    background: #f5f6fa;
    font-family: 'Montserrat', sans-serif!important;
}

.header-main .navbar-wrapper{
    padding: 0 15px;
    max-width: 1171px;
    margin: auto;
    min-height: 70px;
}

.header-main .logo-description{
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 70px;
    position: relative;
    /* top: 4px; */
    left: -9px;
}
.header-main .logo-description > img{
    width: 83px;
    margin-right: 9px;
}

.header-main .navbar-default .navbar-nav>li>a {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-right: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: bold;
    color: black;
}

.header-main .navbar-default .navbar-toggle{
    margin: 18px 5px;
}

.header-main .user-info > svg{
    width: 27px;
    margin-right: 12px;
    fill: #999999;
}

.header-main .setting-link > svg{
    width: 27px;
    fill: #999999;
}
.header-main .logout > svg{
    width: 27px;
    fill: #999999;
}

.header-main .header-section{
    background: white;
    box-shadow: 0 0 1px #00000036;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

@media (max-width: 792px) {

    .header-main .navbar-default .navbar-nav>li>a {
        padding: 0 20px;
    }

}

@media (max-width: 432px) {

    .header-main .logo-text-span {
        font-size: 11px;
    }

    .header-main .logo-description{
        width: 79%;
    }
}

@media (max-width: 750px){
    .header-main .navbar.navbar-default{
        margin-bottom: 0;
    }
}

.header-main .navbar > .container .navbar-brand, .header-main .navbar > .container-fluid .navbar-brand{
    margin-left: 0;
}

body > header {
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    box-sizing: border-box;
    display: block;
}

body > header > nav {
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    box-sizing: border-box;
    display: block;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-color: #e7e7e7;
    background: white;
    box-shadow: 0 0 1px #00000036;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

.header-main .navbar-wrapper {
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 1171px;
    margin: auto;
    min-height: 70px;
}

.navbar-header {
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    box-sizing: border-box;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid > .navbar-collapse {
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif!important;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    border-color: #e7e7e7;
    margin-right: 0px;
    margin-left: 0px;
}

.setting {
    display: inline-block;
    width: 40px;                 /* Ширина кнопки */
    height: 40px;                /* Высота кнопки */
    background-size: contain;    /* Масштабируем изображение */
    background-repeat: no-repeat; /* Не повторять изображение */
    background-position: center; /* Центрировать изображение */
    text-indent: -9999px;        /* Скрыть текст */
    border: none;                /* Убираем границу, если есть */
    outline: none;               /* Убираем контур при фокусе */
    cursor: pointer;             /* Меняем курсор на указатель */
    background-image: url('/img/settings_ico.png');
}

.nav-link[href*="logout"] {
    display: inline-block;
    width: 40px;                 /* Ширина кнопки */
    height: 40px;                /* Высота кнопки */
    background-image: url('/img/exit_ico.png'); /* Путь к иконке */
    background-size: contain;    /* Масштабирование иконки */
    margin-left: 20px;
    background-repeat: no-repeat; /* Отключение повторения */
    background-position: center; /* Центрирование */
    text-indent: -9999px;        /* Скрытие текста */
    border: none;                /* Удаление границ */
    outline: none;               /* Удаление контура при фокусе */
    cursor: pointer;             /* Курсор указатель */
}

