.header_city_mobile__arrow {
    transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

.popup-mobile_city .header_city_mobile,
.header_city_mobile {
    cursor: pointer;
    position: relative;
}
.header_city_mobile .header_city__link,
.header_city_mobile .header_city__link:hover {
    border:none;
}
.header_city_mobile--select,
.popup-mobile_city .header_city_mobile--select {
    position: absolute;
    z-index: 9999;
    display: none;
    opacity: 0;
    top: 100%;
    left: 0;
    right: 0;
    width: 195px;
    height: 150px;
    bottom: 0;
    margin: 0;
    padding: 5px;
    background-color: #153049;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

#active-city-mobile {
    display: none;
}

.popup-mobile_city .header_city_mobile {
    width: fit-content;
    height: auto;
    background-color: #153049;
    margin: 10px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.popup-mobile_city .header_city_mobile>*,
.popup-mobile_city #active-city,
.popup-mobile_city .header_city_mobile-map {
    text-decoration: none;
    color: #fff;
}

.popup-mobile_city .header_city_mobile a {
    color: #fff;
    border: none;
    text-decoration: none;
}

.header_city_mobile__select-wrapper .close,
.popup-mobile_city .header_city_mobile__select-wrapper .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #000;
    transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

.header_city_mobile__select-wrapper .close:hover {
    color: #280ee7;
}

.header_city_mobile__select-wrapper,
.popup-mobile_city .header_city_mobile__select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 425px;
    border-radius: 10px;
    padding: 0 5px 0;
    color: #fff;
    transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

.header_city_mobile--select.active,
.popup-mobile_city .header_city_mobile--select.active {
    display: block;
    opacity: 0.85;
}

.header_city_mobile--select .header_city_mobile--item {
    width: calc(100% - 15px);
    padding: 5px;
    height: auto;
}

.header_city_mobile--select .header_city_mobile--item a,
.popup-mobile_city .header_city_mobile__select-wrapper .header_city_mobile--item a {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.25;
    font-size: 16px;
    transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

.header_city_mobile--select .header_city_mobile--item a:hover {
    color: #280ee7;
}

#city-code,
#city-code-mob {
    display: none;
}

@media (max-width: 1024px) {
    #active-city-mobile {
        display: block;
        color: #fff !important;
    }

    #active-city {
        display: none;
    }
}