header.header {
    background-color: #ffffff;
    border-bottom: solid 1px #e0e3e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-width: 1366px;
}
body > div > header > div > div.nav-bar > div.cart-div,
body > div > header > div > div.nav-bar > a.cabinet-login-icon,
div.search__submit-button > button[type="submit"] {
    background-color: #0055a5;
}
div.search__searchfield {
    border: solid 1px #e4e4e4;
}
div.search__submit-button > button[type="submit"] {
    color: #ffffff;
}
div.nav-across {
    margin-top: 20px;
}
body > div > header > div > div.nav-bar > a.cabinet-login-icon > span.icon-span > img {
    width: 75%;
    margin-top: 50%;
    margin-left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

header.header div.nav-main {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
header.header div.nav-bar {
    width: auto;
    margin-right: 20px;
    margin-left: 200px;
}
header.header div.nav-bar > div.nav-across {
    margin-left: 0px;
    float: left;
    margin-top: 10px;
}
header.header div.nav-bar > a.cabinet-login-icon {
    margin-right: 30px;
}

#block_search {
    width: 500px;
}

header.header div.nav-bar > div.supersim-current-city-block {
    border: solid 1px #e4e4e4;
    color: #0055a5;
    width: 200px;
    padding-left: 25px;
    padding-right: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
header.header div.nav-bar > div.supersim-current-city-block > span.glyphicon {
    display: block;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
header.header div.nav-bar > div.supersim-current-city-block > span.current-city-value {
    position: relative;
}

#modal-select-city .modal-header > h2 {
    text-align: left;
}
#modal-select-city .modal-body > div.city-column {
    display: inline-block;
    position: relative;
    width: 30%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    text-align: left;
}
#modal-select-city .modal-body > div.city-column:not(:nth-child(1)) {
    margin-left: 4%;
}
#modal-select-city .modal-body > div.city-column a.select-city-entry {
    display: inline;
    position: relative;
    text-decoration: none;
    color: #0055a5;
    font-weight: bold;
    border: none;
}

#city-selection-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255, 0.9);
    background-image: url(/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.b-circle_usr + .cabinet-popup-wrapper, a.b-circle_usr + .cabinet-popup-wrapper {
    padding: 10px 0 0;
    position: absolute;
    top: calc(100% - 50px);
    right: 0;
    margin: 2px 12px 0px;
    z-index: 9500;
    display: none;
    padding-top: 50px;
}
div.cart-div {
    z-index: 9600;
}

header.header div.site-short-description {
    color: #0055a5;
    font-weight: bold;
    position: absolute;
    display: block;
    left: 200px;
    width: 250px;
    top: 50%;
    text-align: center;
}

@media only screen and (max-width: 1800px)
{
    header.header div.site-short-description {
        visibility: hidden;
    }
}

header.header div.nav-bar a.partnerprog-button
{
    display: block;
    float: left;
    background-color: #0055a5;
    color: #ffffff;
    margin-top: 12px;
    margin-right: 10px;
}
