:root {
  --font-family: 'HelveticaNeueCyr', sans-serif;
}

.cut-title-text {
  --clr-title: #222;
}

.rb-page {
  font-family: var(--font-family);
}

.cut-title {
  font-weight: bold;
  /* font-size: 50px; */
  font-size: calc(23px + 45.9 * (100vw - 320px) / 1200);
  line-height: 110%;
  /* identical to box height, or 55px */
  text-align: center;
  letter-spacing: -0.03em;
  padding-bottom: 1rem;
  color: #222222;
}

@media (min-width: 767px) {
  .cut-title {
    font-size: calc(23px + 1.4166666667vw);
  }
}
.cut-sub-title {
  font-size: 32px;
  font-size: calc(18px + 23.8 * (100vw - 320px) / 1200);
  line-height: 110%;
  /* or 35px */
  text-align: center;
  letter-spacing: -0.03em;
  color: #222222;
}

@media (min-width: 767px) {
  .cut-sub-title {
    font-size: calc(18px + 0.6666666667vw);
  }
}
.block-logo {
  padding: 16px 0;
}

.block-logo__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}

.block-logo__item {
  padding: 0 15px;
}

.banners {
  text-align: center;
  padding: 2rem 0;
}

.bnr-slide {
  margin-bottom: 45px;
}
.bnr-slide__row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.bnr-slide__item {
  flex: 0 0 100%;
}
.bnr-slide__item img {
  max-width: 100%;
  height: auto;
}

.conditions__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #1488ca;
  padding-bottom: 12px;
}
.conditions__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.conditions__list ul li {
  font-size: 24px;
  line-height: 1.3;
  color: #343a40;
  font-weight: 300;
}
.conditions__list ul li strong {
  font-weight: 600;
}
.conditions__list ul li.arrow-green {
  position: relative;
  padding-left: 34px;
}
.conditions__list ul li.arrow-green::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("../img/arrow-green.svg") center/contain no-repeat;
}
.conditions__list ul li.star-yellow {
  position: relative;
  padding-left: 34px;
}
.conditions__list ul li.star-yellow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("../img/star-yellow.svg") center/contain no-repeat;
}

.choice {
  margin-bottom: 45px;
}
.choice__title {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  font-weight: 400;
  font-size: clamp(22px, 2vw + 1rem, 26px);
  line-height: 1.2;
  text-align: center;
  color: #343A40;
  padding-bottom: 30px;
}
.choice__title img {
  display: block;
  flex: 0 0 27px;
}
.choice__title-text {
  display: block;
}
.choice__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}
@media (min-width: 450px) {
  .choice__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .choice__row {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.choice__item {
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  padding: 9px 10px;
  font-size: clamp(18px, 1.2vw, 20px);
  line-height: 1.2;
  color: #343A40;
}
.free {
  border-radius: 20px;
  padding: 17px 21px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fcf3d6;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .free__row {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
  }
}
.free img {
  flex: 0 0 285px;
}
@media (max-width: 991.98px) {
  .free img {
    float: left;
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 575.98px) {
  .free img {
    float: none;
    display: block;
    margin: 0 auto 25px auto;
  }
}
.free__text {
  position: relative;
  flex: 1;
  font-size: 20px;
  line-height: 1.3;
  color: #343A40;
}
@media (max-width: 767.98px) {
  .free__text {
    padding-bottom: 50px;
  }
}
.free__text::after {
  content: "";
  display: block;
  width: 60px;
  height: 66px;
  background: url("../img/icon-free.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media (max-width: 767.98px) {
  .free__text::after {
    width: 50px;
  }
}
.free__text-small {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}

.text-announce {
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  text-align: center;
  letter-spacing: -0.03em;
  color: #434343;
}

.text-announce-small {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #666666;
}

.dm-title {
  color: #1375b4;
}

.dm-title-region {
  font-weight: bold;
  font-size: clamp(26px, 2vw + 1rem, 30px);
  line-height: 100%;
  /* identical to box height, or 32px */
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 1rem;
}

.hotel-item-shadow {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(88, 88, 88, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* .atelica-hotel__block-price{
  position: absolute;
  bottom: 0;
  width: 95%;
} */
.atelica-hotel__name {
  color: #222222;
}

.atelica-hotel__name a {
  font-weight: normal;
  font-size: 24px;
  line-height: 100%;
  /* identical to box height, or 24px */
  letter-spacing: -0.03em;
  color: inherit;
}

.atelica-hotel__name a:hover {
  text-decoration: none;
  color: inherit;
}

.atelica-hotel__geo {
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  letter-spacing: -0.03em;
}

.atelica-hotel__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  padding-bottom: 1.5rem;
  letter-spacing: -0.03em;
  color: #666666;
}

.atelica-hotel__price {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  /* identical to box height, or 34px */
  letter-spacing: -0.03em;
  color: #FE9D05;
}

.atelica-hotel__bron {
  display: block;
  color: #fff;
  background: #5B9A33;
  border-radius: 12px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 1, 0.2);
  padding: 8px 11px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.5s;
}

@media (min-width: 1200px) {
  .atelica-hotel__bron {
    font-size: 15px;
  }
}
.atelica-hotel__bron:hover {
  color: #fff;
  text-decoration: none;
  background-color: #438302;
}

.atelica-hotel__bron--orange {
  background-color: rgb(255, 165, 0);
}

.atelica-hotel__bron--orange:hover {
  background-color: #d68b03;
}

.border-hotel-b {
  width: 92%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 0 auto;
}

.list {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.list li {
  color: #0476ab;
  line-height: 1.4;
}

.list li span {
  color: #686868;
}

.hotel-open-season {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.hotel-open-season span {
  font-size: 17px;
}

.hotel-star {
  position: relative;
  /* top: -6px; */
  display: inline-flex;
  padding: 10px 0;
}

.hotel-star__row {
  display: flex;
  margin: 0 -1px;
}

.hotel-star__item {
  width: 20px;
  height: 21px;
  margin: 0 1px;
  background: transparent url("./img/star.svg") center center no-repeat;
}