.slider__item {
  position: relative;
  display: flex;
}
.slider__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../icons/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  opacity: 0;
  transition: 0.25s;
  cursor: pointer;
}
.slider__item:hover:before {
  opacity: 1;
}
.slider__item img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .slider__item img {
    height: 233px;
  }
}

.lSAction > a {
  background: rgba(255, 255, 255, 0.5098039216);
  opacity: 1;
  width: 50px;
  height: 40px;
  background-image: url(../icons/left-arrow.svg);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: center !important;
  margin: 0;
  transform: translateY(-50%);
  backdrop-filter: blur(5px);
  transition: 0.25s;
  z-index: 1;
}
.lSAction > a:hover {
  background-image: url(../icons/left-arrow__hover.svg);
  box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.2392156863);
}

.lSAction > .lSPrev {
  left: 0;
  border-radius: 0 30px 30px 0;
}

.lSAction > .lSNext {
  right: 0;
  border-radius: 0 30px 30px 0;
  rotate: 180deg;
  transform: translateY(50%);
}

.rooms-wrap {
  margin-bottom: 110px;
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  .rooms-wrap {
    margin-bottom: 41px;
    scroll-margin-top: 100px;
  }
}

.rooms-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .rooms-content {
    flex-direction: column-reverse;
    gap: 42px;
  }
}
.rooms-content .rooms__info ul {
  list-style: none;
}
.rooms-content .rooms__info li {
  position: relative;
  margin-bottom: 8px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
.rooms-content .rooms__info li:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: -37px;
  top: 0;
  background-image: url(../icons/check-mark.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-with-desc {
  display: flex;
  position: relative;
  width: 47%;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .image-with-desc {
    width: 100%;
    max-width: 500px;
  }
}
.image-with-desc__text {
  position: absolute;
  width: 100%;
  max-width: 297px;
  left: 0;
  bottom: -50px;
  background-color: #E3000F;
  border-radius: 20px;
  padding: 17px 25px 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .image-with-desc__text {
    font-size: 16px;
  }
}
.image-with-desc__text .blur-block {
  right: 19px;
  bottom: 19px;
}
.image-with-desc__text .blur-block:before {
  display: none;
}
.image-with-desc__text .blur-block:after {
  width: 30px;
  height: 30px;
}
.image-with-desc__img {
  width: 100%;
}
.image-with-desc__img-wrap {
  position: relative;
  width: 80%;
  max-width: 406px;
}
.image-with-desc__img-wrap .blur-block {
  top: -30px;
  left: -30px;
}
.image-with-desc__img-wrap .blur-block:before {
  display: none;
}
.image-with-desc__img-wrap .blur-block:after {
  width: 79px;
  height: 79px;
}

.service {
  margin-bottom: 120px;
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 41px;
    scroll-margin-top: 100px;
  }
}
.service__desc {
  text-align: center;
  margin-bottom: 46px;
}
.service-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1160px) {
  .service-list {
    flex-wrap: wrap;
  }
}
.service-item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 30px;
  border-radius: 3px;
}
.service-item p {
  margin: 0;
}
.service-title {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.service-title img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.time {
  margin-bottom: 130px;
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  .time {
    margin-bottom: 100px;
    scroll-margin-top: 100px;
  }
}
.time__container {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 900px) {
  .time__container {
    flex-direction: column;
  }
}
.time__info {
  display: flex;
  flex-direction: column;
}
.time__info p {
  margin-bottom: 28px;
}
.time__info ul {
  list-style: none;
}
.time__info li {
  position: relative;
  margin-bottom: 3px;
  min-height: 36px;
  white-space: break-spaces;
}
@media (max-width: 767px) {
  .time__info li {
    margin-bottom: 12px;
  }
}
.time__info li:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: -46px;
  top: -11px;
  background-image: url(../icons/clock.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .time__info li:before {
    width: 30px;
    height: 30px;
    left: -36px;
  }
}
.time__info li strong {
  font-weight: 600;
}
.time .reserve-button {
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  .time .reserve-button {
    margin-top: 0;
  }
}
.time .image-with-desc {
  width: 40%;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .time .image-with-desc {
    width: 100%;
    max-width: 500px;
  }
}
.time .image-with-desc__text {
  right: 0;
  left: auto;
}
.time .image-with-desc__text .blur-block {
  left: -13px;
}
.time .image-with-desc__img-wrap .blur-block {
  right: 48px;
  left: auto;
}

.contacts {
  position: relative;
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  .contacts {
    scroll-margin-top: 110px;
  }
}
.contacts iframe {
  display: block;
  width: 100% !important;
}
@media (max-width: 550px) {
  .contacts iframe {
    height: 730px;
  }
}
.contacts-info {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 37px 88px 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}
@media (max-width: 900px) {
  .contacts-info {
    padding: 37px 40px 46px;
  }
}
@media (max-width: 767px) {
  .contacts-info {
    padding: 37px 25px 46px;
  }
}
@media (max-width: 550px) {
  .contacts-info {
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 432px;
  }
}
.contacts .title {
  margin-bottom: 35px;
}
.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contacts .blur-block_start {
  top: -26px;
  left: -33px;
}
@media (max-width: 767px) {
  .contacts .blur-block_start {
    top: -22px;
    left: 6px;
    scale: 0.8;
  }
}
.contacts .blur-block_start:before {
  width: 50px;
  height: 50px;
  border-radius: 15px;
}
.contacts .blur-block_start:after {
  width: 30px;
  height: 30px;
  top: 33px;
  left: -18px;
}
.contacts .blur-block_finish {
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .contacts .blur-block_finish {
    right: 23px;
  }
}
.contacts .blur-block_finish:before {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 9px;
}
.contacts .blur-block_finish:after {
  width: 40px;
  height: 40px;
  top: -21px;
  left: -20px;
}

footer {
  background: #EEEEEE;
  text-align: center;
  padding: 14px 0;
}
@media (max-width: 767px) {
  footer {
    font-size: 13px;
  }
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer p {
  margin: 0;
}
@media (max-width: 767px) {
  footer p {
    max-width: 235px;
  }
}

.modal-wrap {
  padding: 0;
  border: none !important;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (max-width: 900px) {
  .modal-wrap {
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal-wrap .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.modal-wrap .ui-dialog-titlebar span {
  display: none !important;
  opacity: 0;
}
.modal-wrap .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url(../icons/close.svg);
  top: 20px;
  right: 11px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  color: transparent;
  background-color: transparent;
  border: none;
  padding: 0;
}
.modal-wrap .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-image: url(../icons/close__hover.svg);
}

.modal {
  padding: 40px 40px 50px;
}
@media (max-width: 900px) {
  .modal {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.modal__title {
  font-size: 34px;
}
@media (max-width: 900px) {
  .modal__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.modal__title .subtitle {
  font-size: 24px;
  margin-bottom: -3px;
}
@media (max-width: 900px) {
  .modal__title .subtitle {
    font-size: 20px;
  }
}
.modal__desc {
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .modal__desc br {
    display: none;
  }
}
.modal__desc:last-child {
  margin-bottom: 0;
}
.modal .reserve-button {
  margin: 20px auto 0;
}
@media (max-width: 900px) {
  .modal .reserve-button {
    margin-top: 10px;
  }
}
.modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ui-widget-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.field {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  max-width: 467px;
}
.field input {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 50px;
  height: 46px;
  padding: 0 25px;
}
input:focus + .field__placeholder, input:not(:placeholder-shown) + .field__placeholder {
  display: none;
}
.field__placeholder {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #707070;
}
.field__placeholder i {
  color: #E3000F;
}

@media (max-width: 650px) {
  .success-modal .title {
    max-width: 300px;
    text-wrap-style: balance;
  }
}