.nz-head-city-mobile {
    display: none;
}
.nz-head-city {
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .nz-head-city {
        order: -1;
    }
}

@media only screen and (max-width: 870px) {
    .nz-head-city {
        display: none;
    }

    .nz-head-city-mobile {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.nz-head-city-change:hover {
    cursor: pointer;
    color: #FF7F00;
}

.nz-modal-changer {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #1A243A;
    padding: 40px;
    position: relative;
}

.nz-modal-changer__input {
    box-shadow: none;
    border: 2px solid #fff;
    font-family: "Gotham Pro";
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    width: 100%;
    margin-left: 10px;
    padding: 11px 20px 7px 20px;
    height: 48px;
    line-height: normal;
}

.nz-modal-changer .mfp-close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 1;
    line-height: 40px;
    font-size: 40px;
}

.nz-modal-changer__city-list {
    list-style-type: none;
    padding-top: 20px;
}

.nz-modal-changer__city-item {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
}

.nz-modal-changer__city-item:hover a{
    color: #FF7F00;
}

.nz-modal-changer__city-item a {
    color: #ffffff;
    text-decoration-line: none;
}
.nz-head-city__popup {
    display: none;
    position: absolute;
    top: 26px;
    left: 45px;
    width: 201px;
    background-color: white;
    border: 2px solid #1a243a;
    padding: 10px 15px;
    border-radius: 5px;
    z-index: 1;
}
.nz-head-city__popup-city-info {
    color: #1A243A;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.nz-head-city__popup-city-btn,
.nz-head-city__popup-city-choice {
    display: inline-block;
}
.nz-head-city__popup-city-btn {
    padding: 10px 15px;
    margin-right: 15px;
    background-color: #1a243a;
}
.nz-head-city__popup-city-choice {
    vertical-align: bottom;
    color: #ff7f00;
}
