.header__location .list-regions{
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0px -2px 10px rgb(0 0 0 / 4%);
    width: 460px;
}

.header__location .list-regions__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.header__location .list-regions__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #00305C;
    margin-bottom: 10px;
}

.header__location .list-regions__subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #636B83;
    margin-bottom: 25px;
}

.header__location .list-regions__wrap {
    display: flex;
}

.header__location .list-regions p {
    background: #F2F2F2;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 21px;
    color: #00305C;
    margin-right: 8px;
}

.header__location .list-regions p:last-child {
    margin-right: 0;
}

.header__location{
    position: relative;
}
.header__location .header__location-city + .list-regions{
    display: none;
}
.header__location .header__location-city.active + .list-regions{
    display: block;
}
