* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Montserrat";
  background: #ffffff;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  object-fit: cover;
  height: 100%;
}

a{
  text-decoration: none;
}
.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

/* header start */

.header {
  padding: 45px 0;
}

.circle__img--top {
  position: absolute;
  top: 0;
  left: 0;
  height: 290px;
}

.circle__img--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tick {
  font-size: 2rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.tick-credits {
  display: none;
}

.tick-flip,
.tick-text-inline {
  font-size: 1em;
}

.tick-label {
  margin-top: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 10px;
  color: #fff;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-label {
  color: #595d63 !important;
}

.tick-flip-panel {
  color: #000 !important;
}

.tick-flip {
  font-family: oswald-regular, sans-serif !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #fff !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

.header__logo {
  width: 280px;
}

.header__btn {
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  border: 1.5px solid #ffffff;
  font-size: 20px;
  margin-right: 5px;
}
.btn-active {
  background: linear-gradient(180deg, #005c7c 0%, #54bcc2 100%) !important;
  color: #ffffff !important;
}

.header__btn--uz {
  background: transparent;
  border: 1.5px solid #2c8ea0;
  color: #2c8ea0;
}

.header__btn--ru {
  background: transparent;
  border: 1.5px solid #2c8ea0;
  color: #2c8ea0;
}

.header__icon--link {
    position: relative;
}

.form__back--icon{
  margin-bottom: 5px;
  left: 25px;
  top:25px;
  width: 22px;
  z-index: 99;
}
.rooms {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rooms__title {
  width: 55%;
  font-size: 22px;
  margin: 10px auto 40px;
  line-height: 32px;
}

.rooms__img {
  width: 720px;
  margin-bottom: 20px;
}

.rooms__txt{
  margin: 7px 0;
}

.rooms__self:nth-child(4) .rooms__img {
  position: relative;
  background-color: #ffffff;
}

.rooms__self {
  margin-bottom: 60px;
}

/* media start */

@media (max-width: 992px) {
  .header__logo {
    width: 220px;
  }
  .rooms__img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .circle__img--top,
  .circle__img--bottom {
    height: 270px;
  }

  .circle__img--bottom {
    height: 180px;
  }

  .rooms__title {
    width: 55%;
    font-size: 18px;
    line-height: 25px;
    margin: 10px auto 20px;
  }
}

@media (max-width: 700px) {
  .circle__img--top,
  .circle__img--bottom {
    height: 230px;
  }
  .circle__img--bottom {
    height: 140px;
  }
  .header__logo {
    width: 240px;
  }

  .header__btn {
    padding: 6px;
    font-size: 18px;
  }

  .tick {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .header__logo {
    width: 220px;
  }

  .headr__nav--left {
    display: none;
  }

  .header__btn--ru,
  .header__btn--uz {
    font-size: 15px;
  }

  .pages__btn {
    width: 460px;
  }

  .circle__img--top,
  .circle__img--bottom {
    display: none;
  }

  .rooms__title {
    width: 75%;
  }
}

@media (max-width: 500px) {
  .pages__btn {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 12px 10px;
    font-weight: unset;
    width: 100%;
  }

  .rooms__img {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .header__logo {
    width: 180px;
  }

  .rooms__title {
    font-size: 16px;
    width: 90%;
  }
}

@media (max-width: 320px) {
  .header__logo {
    width: 160px;
  }

  .pages__btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .pages__btn {
    margin: 8px 0;
  }
}

/* media end */
