.city-list {
    display: none;
    background: white;
    padding: 45px 30px 30px;
    position: relative;
    max-width: 690px;
    margin: auto;
}

.global_background-dark .city-list {
    background: #333333;
}

.city-list_show-tooltip {
    display: block;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
    z-index: 15;
}

.city-list .mfp-close,
.city-list__close {
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.city-list .mfp-close:before,
.city-list__close:before,
.city-list .mfp-close:after,
.city-list__close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 28px;
    height: 1px;
    background: #666666;
}

.global_background-dark .city-list .mfp-close:before,
.global_background-dark .city-list__close:before,
.global_background-dark .city-list .mfp-close:after,
.global_background-dark .city-list__close:after {
    background: #ffffff;
}

.city-list .mfp-close:after,
.city-list__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.city-list__list {
    margin: 0 -12px;
    column-count: 2;
}

.city-list__link {
    padding: 8px 0;
    display: block;
    color: #463B3F;
}

.global_background-dark .city-list__link {
    color: #ffffff;
}

@media (min-width: 376px) {
    .city-list__link {
        padding: 12px;
    }
}

@media (min-width: 426px) {
    .city-list {
        padding: 30px 45px;
    }
}

@media (min-width: 577px) {
    .city-list {
        padding: 45px 72px;
    }
}

@media (min-width: 701px) {
    .city-list__list {
        column-count: 3;
    }

    .city-list__item {
        break-inside: avoid;
    }

    .city-list .mfp-close,
    .city-list__close {
        top: 15px;
        right: 15px;
    }
}
