#hotel {
  padding: 4.17vw 16.41vw 1.04vw;
}

#hotel .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 6.25vw;
}

#hotel .left-side {
  display: flex;
  flex-direction: column;
  row-gap: 1.04vw;
}

#hotel .title {
  font-family: TT Travels Medium;
  font-weight: 500;
  font-size: 1.56vw;
  line-height: 1.56vw;
  letter-spacing: 0;
  color: black;
  white-space: nowrap;
}

#hotel .subtitle {
  display: flex;
  flex-direction: column;
  row-gap: 2.34vw;
  margin-bottom: 1.3vw;
  color: black;
}

#hotel .subtitle div {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.04vw;
  line-height: 1.25vw;
  letter-spacing: 0;
}

#hotel .subtitle b {
  font-weight: 600;
}

#hotel .contacts {
  display: flex;
  flex-direction: column;
  row-gap: 2.34vw;
  list-style: none;
  padding: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 1vw;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(38, 74, 89, 1);
}

#hotel .contacts a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.52vw;
  color: rgba(38, 74, 89, 1);
}

#hotel .contacts img {
  width: 1.04vw;
  height: 1.04vw;
}

#hotel .left-side > a {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 0.63vw;
  line-height: 0.89vw;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.63vw 1.25vw;
  border-radius: 1.67vw;
  background: linear-gradient(90deg, #96ca08 0%, #4dacd4 100%);
  border: none;
  width: fit-content;
  color: white;
}

#hotel .right-side img {
  width: 24.22vw;
  height: auto;
}

@media (max-width: 575.5px) {
  #hotel {
    padding: 10.94vw 7.81vw 15.63vw;
  }

  #hotel .content {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 9.38vw;
    text-align: center;
  }

  #hotel .left-side {
    row-gap: 4.69vw;
  }

  #hotel .title {
    font-size: 3.59vw;
    line-height: 3.75vw;
    color: rgba(77, 172, 212, 1);
    white-space: normal;
    max-width: 54.69vw;
    margin: auto;
  }

  #hotel .title br,
  #hotel .subtitle div br {
    display: none;
  }

  #hotel .subtitle {
    row-gap: 4.69vw;
    margin-bottom: 0;
  }

  #hotel .subtitle div {
    font-size: 3.13vw;
    line-height: 3.75vw;
    white-space: normal;
  }

  #hotel .contacts {
    align-items: center;
    row-gap: 4.69vw;
    font-size: 2.81vw;
    line-height: 3.44vw;
  }

  #hotel .contacts a {
    column-gap: 0.63vw;
  }

  #hotel .contacts img {
    width: 3.13vw;
    height: 3.13vw;
  }

  #hotel .left-side > a {
    font-size: 2.5vw;
    line-height: 3.44vw;
    padding: 2.5vw 5vw;
    border-radius: 6.88vw;
    margin: auto;
  }

  #hotel .right-side img {
    width: 84.38vw;
    height: auto;
  }
}
