
.city-list a {
    display: inline-block;
    font-size: 15px;
    margin: 0 15px 15px;
    text-decoration: underline;
    position: relative;
    color: #3E7FFF;
}

.popup {
    margin-top: 100px;
    padding: calc(15 * 1px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    max-width: 500px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3000 !important;
    border-radius: 25px;
}

.popup__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

.popup__list label {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #455271;
}

.popup__list input {
    height: 56px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 22px;
    color: #455271;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}

.popup__list label {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #455271;
}

.popup__list input {
    margin-top: 10px;
    height: 56px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 22px;
    color: #455271;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}

.text__32, .text__16 {
    font-size: 18px;

}

.popup__btn {
    width: 100%;
    height: 56px;
    margin-bottom: 25px;
    padding: 12px;
    background: #3E7FFF;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #F2F2F2;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;
}

.popup__caption {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #455271;
}


.inside_city {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
}

.inside_city a {
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
    color: #3E7FFF;
}

.hide {
    display: none !important;
}