/* HEADER */
.header {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 15px 0;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.header::after {
    content: '';
    display: block;
    position: absolute;
    /* width: 100%; */
    height: 1px;
    background-color: #a5bdcf;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 -25px;
}

.logo {
    display: inline-block;
    width: 157px;
    height: 24px;
    margin-top: 2px;
    background: url('../../styles/idealmedia/images/logo.png') no-repeat;
}
.special_es_logo {
    background: url('../../styles/idealmedia/images/logo.png') top left no-repeat;
}
.user {
    position: absolute;
    width: 590px;
    top: 13px;
    right: 0;
    font-size: 13px;
    line-height: 12px;
    font-weight: 700;
    color: #404041;
}
.user p {
    display: block;
    margin: 0;
    text-align: right;
}
.user a {
    display: block;
    float: right;
    padding: 0 5px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #404041;
}
.user .out {
    padding: 0 0 0 5px;
    border-left: 1px solid #94a4d3;
}


/*----- switch lang flags -----*/

.header__item {
    position: relative;
    width: 216px;
}
.user-change-lang {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 21px;
    top: 4px;
    left: 190px;
    padding-right: 7px;
    text-align: left;
    overflow: hidden;
}
.user-change-lang.show {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
    margin: 0;
}
.user-change-lang a {
    display: none;
    width: 25px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .3s ease;
    border: 1px solid #ccc;
}
.user-change-lang a.activeLocale {
    display: inline-block;
    position: relative;
}
.user-change-lang a.activeLocale:after {
    position: absolute;
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    top: 7px;
    right: -8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.user-change-lang.show a.activeLocale:after {
    display: none;
}
.user-change-lang.show a {
    display: inline-block;
}
.user-change-lang a:hover,
.user-change-lang a.activeLocale {
    filter: grayscale(0);
}
.user-change-lang.show:after {
    display: none;
}
.lang-icon .en {
    background: url('../../styles/images/flags/gb.svg') no-repeat;
    background-size: cover;
}
.lang-icon .es {
    background: url('../../styles/images/flags/es.svg') no-repeat;
    background-size: cover;
}
.lang-icon .ru {
    background: url('../../styles/images/flags/ru.svg') no-repeat;
    background-size: cover;
}
.lang-icon .uk {
    background: url('../../styles/images/flags/uk.svg') no-repeat;
    background-size: cover;
}
.lang-icon .vi {
    background: url('../../styles/images/flags/vi.svg') no-repeat;
    background-size: cover;
}
.lang-icon .th {
    background: url('../../styles/images/flags/th.svg') no-repeat;
    background-size: cover;
}
.lang-icon .hi {
    background: url('../../styles/images/flags/hi.svg') no-repeat;
    background-size: cover;
}
.lang-icon .id {
    background: url('../../styles/images/flags/id.svg') no-repeat;
    background-size: cover;
}
.lang-icon .it {
    background: url('../../styles/images/flags/it.svg') no-repeat;
    background-size: cover;
}
.lang-icon .pt-br {
    background: url('../../styles/images/flags/pt-br.svg') no-repeat;
    background-size: cover;
}
.lang-icon .pl {
    background: url('../../styles/images/flags/pl.svg') no-repeat;
    background-size: cover;
}
.lang-icon .tr {
    background: url('../../styles/images/flags/tr.svg') no-repeat;
    background-size: cover;
}
/*----- /switch lang flags -----*/

.menu-separator {
    padding: 0 5px;
    border-left: 1px solid #94a4d3;
}
