.f_contact address>a {
  color:#9b6c48;
  font-size:18px;
  font-family: 'Roboto Slab';
}

.f_contact address>a span {
  color:#fff;
  font-size:16px;
}

.address address>a {
  color:#89a92a;
  font-size:18px;
  font-family: 'Roboto Slab';
}

.address address .city {
  color:#252525;
  font-size:18px;
  font-family: 'Roboto Slab';
}

#select_city__modal_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.select_city__modal_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://napolka42.ru/img/shutterstock_6840517311.jpg) no-repeat;
    background-size: cover;
    width: 80%;
    max-width: 600px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 15px;
    text-align: center;
    font-family: 'Archive';
}

.select_city__modal_title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(70, 50, 32, 0.5);
    margin-bottom: 25px;
    padding: 0 30px;
}

.select_city__modal_city_link {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(70, 50, 32, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.select_city__modal_city_link:hover {
    color: #9b6c48;
}


.select_city__modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: none;
    color: #fff;
}

.select_city__modal_close:hover {
    cursor: pointer;
}
