.header {
    width: auto;
    min-height: 68px;
    background: url('../../styles/adskeeper/images/header.png') top center no-repeat;
    background-size: cover;
    margin: 0 -25px 17px;
}
.layout.is-fixed .header {
    margin-left: -10px;
    margin-right: -10px;
}
.logo {
    display: block;
    width: 170px;
    height: 50px;
    margin:0 auto;
    background: url('../../styles/adskeeper/images/logo2.png') top left no-repeat;
}
.user {
    position: absolute;
    top: 22px;
    right: 25px;
    width: 590px;
}
.user p {
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 9px;
}
.user a {
    color: #fff;
    display: block;
    float: right;
    padding: 0 5px;
    margin: 0;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.user .out {
    border-left: 1px solid #fff;
    padding: 0 0 0 5px;
}
/*----- switch lang flags -----*/
.header__item {
    position: relative;
    width: 216px;
    margin: 0 auto;
    text-align: center;
}
.user-change-lang {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 21px;
    top: 21px;
    right: 205px;
    padding-left: 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;
}
.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 #fff;
    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 .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 .uk {
    background: url('../../styles/images/flags/uk.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 9px;
    border-left: 1px solid #fff;
}

.error-max-price-of-click {
    text-align: left;
    clear: both;
    margin-left: 10px;
    color: #d60000;
    margin-right: 10px;
    line-height: 1.4em;
}
