.tabs-cities__items--city {
    height: 240px;

}
.tabs-cities__item {
    cursor: pointer;
}
.tabs-cities-part.tabs-cities--right {
    flex-grow: 1;
    overflow: auto
}
.tabs-cities__items.tabs-cities__items--city {

}
.tabs-cities__items {
    align-items: flex-start;
}
.tabs-text__tabs-item._active {
    pointer-events: auto;
}
#map {
    margin-bottom: 40px;
}
.contacts__title {
    margin-bottom: 40px;
}
.offices-item__country {
    margin: 0 0 20px 0;
}
.offices__item p{
    margin-bottom: 0;
    margin-top: 0;
}
.offices__items .offices__item {
    margin-bottom: 0;
}
#city_tabs {
    position: relative;
}
.city-popup__search-list-link {
    cursor: pointer;
}

@media screen and (max-width: 759px) {
    .tabs-cities__items--city {
        display: none;
    }
}

@media screen and (min-width: 760px) {
    .city-popup__search {
        display: none;
    }
}