/*!
* v.2.0.
* Copyright Ordinary Tours, 2017
* Contains normalize.css v3.0.2 | MIT License | git.io/normalize
*/
/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*Normalize*/
html {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Open Sans", sans-serif;
    /*font-family: sans-serif;*/
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    -moz-box-sizing: border-box;
    padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/* Manage */
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /*font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
    line-height: 1.43;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
select, input, textarea, button {
    outline: none;
}
ol, ul {
    list-style: none;
}
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    height: 1.25em;
    width: 1.25em;
    margin-bottom: -0.25em;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
}
[type="text"], [type="password"], [type="search"], [type="email"], [type="url"], [type="number"], [type="tel"], textarea, select, input[type="checkbox"], .input-prefix, .input-suffix {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
    color: #565a5c;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.select {
    position: relative;
}
.select:before {
    content: '\25bc';
    position: absolute;
    pointer-events: none;
    color: #82888a;
    top: 0;
    bottom: 1px;
    padding-top: 0.7em;
    line-height: 1;
    right: 0;
    width: 2em;
    text-align: center;
    transform: scale(0.84, 0.42);
    -webkit-transform: scale(0.84, 0.42);
    -moz-transform: scale(0.84, 0.42);
    -ms-transform: scale(0.84, 0.42);
    -o-transform: scale(0.84, 0.42);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand');
}
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    height: 1.25em;
    width: 1.25em;
    margin-bottom: -0.25em;
    margin-right: 5px;
    /*vertical-align: top;*/
    vertical-align: baseline;
}
input[type="checkbox"]:checked:before {
    content: "\2713";
    position: absolute;
    font-size: 0.9em;
    padding-top: 2px;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    text-align: center;
    color: #ffffff;
    background-color: #F58225;
    font-weight: bold;
    border-radius: 2px;
}
.radio {
    margin-right: 10px;
    display: block;
    cursor: pointer;
}
.radio input[type="radio"] {
    margin-right: 5px;
}
.radio.inline {
    display: inline-block;
}
input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
h2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
p {
    margin: 0 0 10px;
}
a {
    color: #236bb5;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #f58225;
    /*text-decoration: underline;*/
}
.text-center {
    text-align: center;
}
.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.floater {
    float: left;
}
.floater-right {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.curr {
    font-size: 12px;
}
/* Кнопки */
.btn {
    display: inline-block;
    padding: 8px 20px 7px;
    background-color: #fafafa;
    color: #333;
    border: 1px solid #dbdedf;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.btn:hover {
    background-color: #eee;
    color: #333;
}
.btn:active {
    background-color: #ddd;
    color: #333;
}
.btn.primary {
    background-color: #236bb5;
    color: #f5f5f5;
    border-color: #236bb5;
}
.btn.primary:hover,
.btn.primary:active {
    background-color: #1a5490;
    color: #fff;
    border-color: #1a5490;
}
.btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.btn i.animate-spin {
    display: none;
}
.btn.loading {
    padding-left: 13px;
}
.btn.loading i.animate-spin {
    display: inline-block;
}
/* Формы */
.form {
    max-width: 800px;
    margin: 20px 0 0;
}
.form-row {
    width: 100%;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
}
.row-desc {
    display: inline-block;
    margin-bottom: 7px;
}
.row-input {
    display: inline-block;
    width: 100%;
}
.form.inline .row-input {
    padding-left: 155px;
}
.form.inline .row-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    padding-top: 7px;
    margin-bottom: 15px;
}
input.form-control {
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 10px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}
textarea.form-control {
    display: block;
    font-size: 14px;
    padding: 10px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    resize: vertical;
}
.form-control:focus:not([readonly]) {
    border-color: #999;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error .row-desc {
    border-color: #b60303;
    color: #b60303;
}
.control-group.error input:focus {
    border-color: #9C0202;
}
.control-group.error .err-msg {
    display: block;
    color: #b60303;
}
.control-group .err-msg {
    display: none;
    padding: 5px 0;
}
.button[disabled],
html input[disabled],
textarea[disabled] {
    background-color: #eaeaea;
    cursor: not-allowed;
}
.row-input input[type="checkbox"] {
    margin-top: 7px;
}
.row-input .radio {
    margin-top: 8px;
}
.required {
    color: #b60303;
    font-size: 16px;
    padding-left: 2px;
    vertical-align: top;
}
.form-footer {
    margin: 30px 0 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.form-save-btn {
    margin-left: 20px;
}
.filters {
    margin: 15px 0 20px;
}
.filters input[type="text"] {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    height: 34px;
    padding: 10px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 140px;
    margin-right: 10px;
}
.filters .select2-container {
    margin-right: 10px;
}
/* Таблицы */
.t-table {
    display: table;
}
.va-table .t-td {
    vertical-align: middle;
}
.t-tr {
    display: table-row;
}
.t-td,
.t-th {
    display: table-cell;
}
.v-center {
    vertical-align: middle;
}
.standart-table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.standart-table.striped .t-tr:nth-child(2n) {
    background-color: #fafafa;
}
.standart-table .t-th,
.standart-table .t-td {
    padding: 7px 5px;
    border: 1px solid #eee;
}
.standart-table .t-th {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
/* Индикатор */
input[type="checkbox"].indicator {
    margin-right: 0;
    background-color: transparent;
    border-radius: 50%;
    border-color: transparent;
}
input[type="checkbox"].indicator:not(:checked) {
    border: 1px dotted #ffffff;
}
input[type="checkbox"].indicator.approved {
    background-color: #6bc166;
}
input[type="checkbox"].indicator.draft {
    background-color: #eaeaea;
}
input[type="checkbox"].indicator.shit {
    background-color: #e07f7f;
}
input[type="checkbox"].indicator:checked:before,
input[type="checkbox"].indicator.approved:checked:before,
input[type="checkbox"].indicator.draft:checked:before,
input[type="checkbox"].indicator.shit:checked:before
{
    color: #fff;
    background-color: transparent;
}
/* Цвета */
.direct-color {
    background-color: #f7f7f7;
}
.online-color {
    background-color: #e6ffe2;
}
.agent-color {
    background-color: #ffffe6;
}
/*Переопределяем часть классов*/
.flag-icon-en {
    background-image: url(../plugins/flags/flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
    background-image: url(../plugins/flags/flags/1x1/gb.svg);
}
/*
   Animation for spinners Fontello
*/
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Общие стили для select2 */
.select2-container .select2-selection {
    height: auto!important;
}
.select2-container--default .select2-selection--single {
    border-radius: 2px!important;
    border-color: #ddd!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px!important;
}
/*Кастомный select*/
.custom-select {
    position: relative;

}
.cs-desc {
    border-radius: 0;
    display: block;
    padding: 6px 30px 8px 8px;
}
.cs-i {
    position: absolute;
    top: 6px;
    right: 5px;

}
.cs-select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer;
}
/*--Переопределение закончено--*/
/* Разметка страницы */
.page-container {
    position: relative;
    min-height: 100vh;
}
.gray {
    background-color: #f5f5f5;
}
.has-left-menu .page-container {
    padding-left: 65px;
}
.fixed-header .page-container {
    padding-top: 44px;
}
.page-content {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 15px;
}
.standart-block {
    padding: 10px 10px 40px 10px;
}
/*-- Разметка страницы --*/
/*Хедер*/
.page-header {
    width: 100%;
    height: 50px;
    background: #1b3446;
    z-index: 1000;
}
.fixed-header .page-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 44px;
}
.header-ham {
    float: left;
    width: 65px;
    height: 44px;
    padding: 7px 18px;
    display: block;
    color: #9da8ae;
}
.header-ham:hover {
    color: #fff;
}
.header-ham i {
    font-size: 20px;
}
.header-company {
    float: left;
    display: block;
    vertical-align: top;
    max-width: 300px;
    color: #9da8ae;
    margin-top: 5px;
    font-weight: bold;
}
.header-company:hover {
    color: #fff;
}
.header-user {
    float: right;
    position: relative;
    max-width: 200px;
    height: 44px;
    padding: 12px 15px 14px 55px;
    color: #9da8ae;
    cursor: pointer;
}
.header-user:hover {
    color: #fff;
}
.header-user>i {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #274c67;
}
.header-user>span {
    display: block;
    max-width: 135px;
}
.h-us-menu {
    position: absolute;
    right: -242px;
    top: 44px;
    width: 240px;
    height: 65px;
    background-color: #fff;
    color: #9da8ae;
    -o-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.header-user:hover .h-us-menu {
    right: 0;
}
a.h-us-logout,
a.h-us-edit,
a.h-us-language {
    float: right;
    width: 80px;
    height: 65px;
    text-align: center;
    color: #555;
    padding-top: 14px;
}
.h-us-logout:hover,
.h-us-edit:hover,
.h-us-language:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.h-us-logout i,
.h-us-edit i {
    font-size: 14px;
    color: #999;
}
.h-us-logout span,
.h-us-edit span,
.h-us-language span {
    display: block;
    text-transform: lowercase;
}
.h-us-name {
    display: none;
}
/*--Хедер--*/
/*Левое меню*/
.left-menu {
    position: fixed;
    top: 0;
    left: -65px;
    width: 65px;
    height: 100%;
    padding-bottom: 27px;
    background: #1b3446;
    color: #fff;
    /*overflow-y: auto;*/
    z-index: 20;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.has-left-menu .left-menu{
    left: 0;
}
.lm-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1b3446;
    z-index: 100;
}
.lm {
    width: 100%;
    margin-top: 44px;
}
.lm li {
    display: block;
    position: relative;
}
.lm li a {
    display: block;
    padding: 7px 0 9px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #9da8ae;
    z-index: 1000;
    position: relative;
    background-color: #1b3446;
}
.lm li a:hover {
    color: #fff;
}
.lm li.active a {
    color: #fff;
    background-color: #274c67;
}
.lm li a i {
    font-size: 30px;
}
.lm li a span {
    display: block;
    font-size: 11px;
    vertical-align: top;
    line-height: 1.2;
}
.lm-sublist {
    position: fixed;
    top: 0;
    left: -245px;
    bottom: 0;
    width: 240px;
    z-index: 10;
    background-color: #fff;
    padding-top: 44px;
    -o-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.lm li:hover .lm-sublist {
    left: 65px;
}
.lm-sublist-header {
    display: block;
    padding: 18px 0 16px 20px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
}
.lm .lm-sublist li a {
    padding: 13px 0 13px 20px;
    text-align: left;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.lm .lm-sublist li a:hover {
    background-color: #f5f5f5;
}
/*--Левое меню--*/
/*Футер*/
.page-footer {
}
/*--Футер--*/

/*Модальные окна*/
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    overflow: auto;
    display: none;
}
.modal {
    width: 300px;
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 2px;
    display: none;
    position: relative;
    z-index: 10001;
    -o-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.modal-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #d5d2d2;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 2px;
}
.modal-close:hover {
    color: #555;
}
.modal-close i {
    font-size: 20px;
}
.modal-title {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.modal-content {
    margin-top: 30px;
}
.interface-lang-modal {
    width: 400px;
}
a.modal-lang-btn {
    display: block;
    max-width: 260px;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 12px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
a.modal-lang-btn:hover {
    background-color: #f5f5f5;
}
a.modal-lang-btn i {
    font-size: 16px;
    margin-right: 5px;
}
.modal-footer {
    margin: 30px 0 0;
    text-align: center;

}
.modal-footer .btn {
    margin: 0 5px;
}
/*--Модальные окна--*/
/*Адаптивная верстка*/
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 639px) {
    .header-user {
        padding: 0;
        width: 44px;
    }
    .header-user>span {
        display: none;
    }
    .h-us-menu {
        height: 89px;
    }
    .h-us-name {
        display: block;
        float: left;
        width: 240px;
        height: 24px;
        padding: 2px 15px 6px;
        text-align: center;
        background-color: #f5f5f5;
        color: #333;
        font-weight: bold;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 479px) {

}
@media screen and (max-width: 430px) {
    .header-company {
        max-width: 260px;
    }
    .interface-lang-modal {
        width: 360px;
    }
}
@media screen and (max-width: 374px) {
    .header-company {
        max-width: 200px;
    }
    .interface-lang-modal {
        width: 300px;
    }
}
@media screen and (max-width: 320px) {

}
/*--Адаптивная верстка--*/