@media (min-width: 768px){
	
.gallery_item{
flex:0 0 calc(50% - 1.25rem)!important;
}
.gallery__wrapper{
	flex-wrap:wrap;
}
}
.load_more{
	display:inline-flex!important;
}
.load_more_wrap{
	text-align:center;
}
.rooms__grid{
	flex-wrap:wrap;
}
.room-card {
    
	flex: 0 0 calc((100% - 2.5rem) / 2)!important;
    max-width: none;
}
.room-about__list, .room-about__body ul, .faq-item__content ul, .conditions__item-text ul{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 1.125rem;
    list-style: disc;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
    text-align: justify;
}
.hero-text{
	min-height:150px;
	
}
.bookings{
	position:relative;
	z-index:10;
}
.partners .services-item__image{
	    flex-shrink: 0;
	height:64px;
    border-radius: 8px;
    border: 1px solid #f0ebe2;
    background: #fff;
    display:flex;
	align-items:center;
    overflow: hidden;
padding:0!important;	
	/*aspect-ratio:auto!important;*/
}
.partners .services-item__image img{
	/*width:100%!important;
	height:auto!important;
	object-fit:none!important;*/
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.partners  .services-item__title{
	text-align:center;
}

@media (min-width: 768px)
{
.section__title {
    max-width: 100%!important;
	text-align:justify!important;
	justify-content:space-between!important;
}
.hero__image video{
	min-height:546px;
}
}
.hero__image video{

    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.swiper-pagination-bullet{
	cursor:pointer;
}
.hero__pagination{
	z-index:100;
}

.partners .services-item__image img{
	max-width: 263px;
    object-fit: contain;
    width: 100%;
}


.partners__slider {
  position: relative;
  padding: 0 40px;
}

.partners__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #f0ebe2;
    background: #fff;
    height: 64px;
	overflow:hidden;
}

.partners__swiper .swiper-slide img {
  object-fit: contain;
  object-position: center;
  width: 80px;
  height: 24px;
}

.partners__swiper--prev,
.partners__swiper--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #f0ebe2;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  transition: background var(--duration-micro) var(--animation-ease);
}

.partners__swiper--prev {
  left: 0;
}

.partners__swiper--next {
  right: 0;
}

@media (min-width: 768px) {
  .partners__slider {
    padding: 0 72px;
  }

  .partners__swiper .swiper-slide img {
    width: 160px;
    height: 48px;
  }

  .partners__swiper--prev,
  .partners__swiper--next {
    width: 48px;
    height: 48px;
  }
  .partners .section__title{
	      gap: 1.25rem;
    max-width: 800px!important;
	text-align:center!important;
    margin-inline: auto;
    margin-bottom: 3rem;
    font-size: 1.125rem;
  }
}


.reviews__wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.reviews__sort-btn--active {
    background-color: #232e36;
    border-color: #232e36;
    color: #fff!important;
}
.reviews__sort-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid #f0ebe2;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #232e36;
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
}


@media (min-width: 768px) {
.reviews__sort {
    display: none;
}
.reviews-header__source {
    padding: 8px 12px;
    font-size: 13px;
}
.reviews__items {
	display:grid!important;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px!important;
}
.reviews-header__source > span:first-child {
    font-size: 12px;
}
.rating__value {
    font-size: 14px;
}

.rating__value {
    color: #232e36;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
}
.reviews-name {
    font-size: 17px;
}
.reviews-text {
    font-size: 16px;
}

.reviews-bottom {
    padding-top: 28px;
}

  .partners__swiper .swiper-slide {
    height: 120px;
  }
}

.rating__stars svg {
    width: 16px;
    height: 16px;
}
.reviews-header__source {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 10px;
    border-radius: 100px;
    background: #232e36;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
}
.reviews-header__source > span:first-child {
    color: #f0ebe2;
    font-size: 11px;
    font-weight: 800;
}
.reviews-header__date {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 140%;
    color: #6d758f;
    line-height: 120%;
}
.reviews-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rating__stars {
    display: flex;
    gap: 3px;
}
.rating__value {
    font-size: 14px;
}

.rating__value {
    color: #232e36;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
}

.reviews-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
}
.reviews-name {
    color: #232e36;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}
.reviews-text {
    font-size: 16px;
}

.reviews-item--inner .reviews-bottom {
    border-color: #dfd6c6;
}

.reviews-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    color: #232e36;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 24px;
    margin-top: auto;
    background: transparent;
    border: none;
    border-top: 1px solid #f0ebe2;
    text-align: justify;
    cursor: pointer;
}

@media (min-width: 1024px){
.reviews__items {
    grid-template-columns: repeat(3, 1fr);
}
}

.reviews-item--inner {
    background: #f0ebe2!important;
    border-color: #f0ebe2;
}

.reviews-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px 18px 20px 18px;
    border-radius: 8px;
    border: 1px solid var(--color-3);
    background: var(--color-white);
    box-shadow: 0 1px 4px 0 rgb(25 33 61 / 8%);
    overflow: hidden;
    transition: box-shadow var(--duration-micro) var(--animation-ease);
}

.reviews__buttons {
	display:flex;
    flex-direction: row;
    justify-content: center!important;
    gap: 12px;
    margin-top: 14px;
}
.reviews__buttons a:not(#more-reviews){
	display:inline-flex!important;
}

.partners__swiper .swiper-slide img {
    object-fit: contain;
    object-position: center;
	max-width: 100%;
	width:auto;
	height:auto;
}


.modal--review::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6.5px);
}

.modal--review {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 32px);
  max-width: 560px;
  max-height: calc(100dvh - 32px);
  box-shadow: 0 24px 70px 0 rgba(25, 33, 61, 0.16);
}

.modal--review .modal__close {
  top: 24px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.modal-review {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 24px 20px;
  border-radius: 8px;
  background: #fff;
}

.modal-review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-right: 24px;
  color: #232e36;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

.modal--review .reviews-header__date {
  display: none;
}

.modal-review__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-review__name {
  color: #232e36;
  font-size: 20px;
  font-weight: 800;
}

.modal-review__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #232e36;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.modal-reviews__bottom {
  padding-top: 14px;
  border-top: 1px solid #f0ebe2;
  color: #6d758f;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.modal-review__date {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #6d758f;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}

.modal-review__date > span:not(:last-child) {
  position: relative;
}

.modal-review__date > span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #6d758f;
}

@media (min-width: 768px) {
  .modal--review {
    max-width: 720px;
  }

  .modal-review {
    padding: 36px 40px;
    gap: 12px;
  }

  .modal--review .modal__close {
    top: 36px;
    right: 40px;
    width: 36px;
    height: 36px;
  }

  .modal-review__header {
    padding-right: 36px;
    margin-bottom: 14px;
  }

  .modal-review__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .modal-review__name {
    font-size: 28px;
  }

  .modal-review__text {
    gap: 20px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .modal-reviews__bottom {
    padding-top: 18px;
  }
}

.dialog--review .form__field .form__label {
    color: #6d758f;
    font-size: 13px;
    line-height: 130%;
}
.dialog--review .dialog-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6d758f;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.dialog--review .dialog-rating .dialog-rating__stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.dialog--review .form__field .form__select {
    font-size: 15px;
    line-height: 140%;
}
.form__select {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #f1f3f7;
    background: var(--color-white);
    box-shadow: 0 1px 4px 0 rgb(25 33 61 / 8%);
    min-height: 38px;
    font-size: 0.875rem;
    line-height: 1;
}
.form__select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 2.5rem;
    background-image: url(../icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
    color: inherit;
    cursor: pointer;
}
.dialog-rating__stars svg{
	cursor:pointer;
}
.dialog-rating__stars svg.active path{
	fill:#C17134;
}
.rating__stars svg.active path{
	fill:#C17134;
}
.dialog--review .dialog-form > .form__submit {
    align-self: initial;
}

.reviews-item:not(.reviews-item--inner) .reviews-header__source{
    gap: 7px;
    padding: 4px 10px 4px 4px;
    border: 1px solid #f0ebe2;
    background: #fff;
    color: #232e36;	
}
@media (max-width: 767px) {
.reviews__sort {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.reviews__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (min-width: 768px)
{
.header__top{
	padding:5px 0!important;
}
.header__logo img{
	
}
.header__main{
	padding:5px 0!important;
}
.header__main .header__logo{
	
}
.header__top.hidden{
	display:none!important;
}
.bookings.fixed{
	position:fixed;
	top:70px;
	left:0;
	right:0;
}
}