
.hotel_title{
font-size: 18px;
font-weight: 600;  
margin-bottom: 20px;
}

.hotel_logo{
  margin-bottom: 30px;
  margin-top: 30px;
}

.hotel_photo{
  width: 99%;
  margin: 0 auto 30px;
}

.hotel1 {
  background-image: url("../images/hotels/photos/2025/1.jpg");
}

.hotel2 {
  background-image: url("../images/hotels/photos/2025/2.jpg");
}

.hotel3 {
  background-image: url("../images/hotels/photos/2025/3.jpg");
}

.hotel4 {
  background-image: url("../images/hotels/photos/2025/4.jpg");
}

.hotel5 {
  background-image: url("../images/hotels/photos/2025/5.jpg");
}

.hotel6 {
  background-image: url("../images/hotels/photos/2025/6.jpg");
}

.hotel7 {
  background-image: url("../images/hotels/photos/2025/7.jpg");
}

.hotel8 {
  background-image: url("../images/hotels/photos/2025/8.jpg");
}

.hotel9 {
  background-image: url("../images/hotels/photos/2025/9.jpg");
}

.hotel10 {
  background-image: url("../images/hotels/photos/2025/10.jpg");
}

.hotel11 {
  background-image: url("../images/hotels/photos/2025/11.jpg");
}

.hotel12 {
  background-image: url("../images/hotels/photos/2025/12.jpg");
}

.hotel13 {
  background-image: url("../images/hotels/photos/2025/13.jpg");
}

.hotel_corinthia {
  background-image: url("../images/hotels/photos/2025/corinthia.jpg");
}

.hotel_airport {
  background-image: url("../images/hotels/photos/2025/airport_plaza.jpg");
}

.hotel_nevsky {
  background-image: url("../images/hotels/photos/2025/cosmos_nevsky.jpg");
}

.hotel_rossi {
  background-image: url("../images/hotels/photos/2025/rossi.jpg");
}

.hotel_lahtaplaza {
  background-image: url("../images/hotels/photos/2025/lahtaplaza.jpg");
}

.hotel_in2it {
  background-image: url("../images/hotels/photos/2026/in2it.jpg");
}



.transfer_anchor {
  position:relative ;
  top: -40px;
}

@media (max-width: 500px)
{
  .hotel_logo{
max-width: 250px;
height: auto;
}
}