.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: white;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vh 1vw;
  background: transparent;
    background-color: transparent;
  position: relative;
  z-index: 2;
  background-color: #0000005c;
}
.city-ufa .hero { background-image: url('/images/ufa-bg.jpg'); }
.city-sochi .hero { background-image: url('/images/sochi-bg.jpg'); }
.city-krasnodar .hero { background-image: url('/images/krasnodar-bg.jpg'); }
.city-anapa .hero { background-image: url('/images/anapa-bg.jpg'); }
.city-crimea .hero { background-image: url('/images/crimea-bg.jpg'); }



.logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.phone {
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.icon-login {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}