.city-select {
    position: absolute;
    left: 30px;
    top: 50px;
    background-color: #ffffff;
    box-shadow: 0 15px 45px rgba(52, 60, 71, 0.2);
    padding: 27px 20px 21px 20px;
    border-radius: 15px;
    z-index: 10000;
    width: 330px;
}

.city-select::before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 28px;
    width: 45px;
    height: 16px;
    background-image: url(/local/front_tmp/img/background-city-select.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.city-select__btn {
    /*display: block;*/
    position: absolute;
    height: 24px;
    width: 24px;
    top: 23px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-select__btn .city-select:hover svg path {
    fill: #e62739;
}

.city-select__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #112233;
    margin-bottom: 20px;
    text-transform: none;
}

.city-select__scale {
    max-width: 100%;
    width: 100%;
    height: 40px;
    background-color: #cdcdcd;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

.city-select__scale-filling {
    display: block;
    height: 40px;
    width: 0;
    background-color: #3ebd6b;
    cursor: pointer;
}

.city-select__text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
}
.city-select__text:hover {
    color: #ffffff;
}

.city-select__link {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d41922;
    text-decoration: none;
}

.city-select__link:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .city-select {
        display: none;
    }
}

.navbar-tabs {
    z-index: 1;
}

.navbar-location {
    position: relative;
}
