.hotel-banner {
  position: relative;
  height: 800px;
  overflow: hidden;
  margin-top: -80px;
}
.hotel-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel-banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.4) 100%);
}
.hotel-banner .main-tabs {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  top: 250px;
  background: rgba(0, 0, 0, 0.3);
}
.hotel-banner .main-tabs a {
  color: rgba(255, 255, 255, 0.6);
}
.hotel-banner .main-tabs a.active {
  color: #000;
}
.hotel-banner .main-tabs a:hover:not(.active) {
  color: #fff;
}
.hotel-banner .main-tabs a:hover:not(.active) .tab-plane {
    background-image: url(../images/tabs/tab-plane4.svg);
}
.hotel-banner .main-tabs a:hover:not(.active) .tab-sofa {
    background-image: url(../images/tabs/tab-sofa4.svg);
}
.hotel-banner .main-tabs a:hover:not(.active) .tab-marker {
    background-image: url(../images/tabs/tab-marker4.svg);
}
.hotel-banner .tab-plane {
  background-image: url(../images/tabs/tab-plane3.svg);
}
.hotel-banner .tab-sofa {
  background-image: url(../images/tabs/tab-sofa3.svg);
}
.hotel-banner .tab-marker {
  background-image: url(../images/tabs/tab-marker3.svg);
}

.hotel-banner__title {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-family: "Cera Pro";
  top: 162px;
  line-height: 100%;
  letter-spacing: -1.3px;
}

.hotel-banner__subtitle {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "Cera Pro";
  bottom: 80px;
  line-height: 100%;
  letter-spacing: -2.8px;
}

.hotel-detail__banner {
  margin-bottom: 100px;
}

.hotel-detail__item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hotel-detail__item h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2px;
}
.hotel-detail__item:last-child {
    border: none;
}

.hotel-detail__item2 {
    margin-bottom: 60px;
}
.hotel-detail__item2 h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -2px;
}
.hotel-detail__item2:last-child {
    border: none;
}

.hotel-detail__item-row {
    display: flex;
    justify-content: space-between;
}

.hotel-detail__desc {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.hotel-detail__desc h3 {
    margin: 0;
}

.hotel-detail__control {
    margin-top: auto;
}

.icon-dzen {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/svg/dzen.svg) no-repeat center;
}

.hotel-detail__social {
    margin-bottom: 40px;
}
.hotel-detail__social a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    text-decoration: none;
}

.hotel-detail__btns {
    display: flex;
    gap: 14px;
}
.hotel-detail__btns .button {
    height: 50px;
    line-height: 50px;
    width: 236px;
    border-radius: 6px;
}
.hotel-detail__btns .button-white {
    font-weight: normal;
}
.hotel-detail__btns .button-base {
    font-weight: 500;
}

.hotel-detail__text {
    font-size: 15px;
    line-height: 160%;
    width: calc(50% - 10px);
}
.hotel-detail__text p {
    margin: 0 0 20px;
}
.hotel-detail__text p:last-child {
    margin-bottom: 0;
}

.hotel-detail__title {
    margin: 0;
    font-size: 64px;
    font-weight: normal;
    letter-spacing: -4.5px;
    line-height: 100%;
    max-width: 520px;
}

.hotel-detail__item h3 {
    margin: 0 0 60px;
}

.room-item {
    display: flex;
    flex-direction: column;
}

.room-item__img img {
    display: block;
    border-radius: 10px 10px 0 0;
}

.room-item__desc {
    background: #FAFAFA;
    padding: 30px 20px;
    color: #222222;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.room-item__desc h4 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.7px;
    margin: 0 0 10px;
}
.room-item__desc p {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 20px;
}

.room-item__price {
    font-size: 16px;
    margin: auto 0 0;
}

.hotel-detail__slider {
    position: relative;
}
.hotel-detail__slider .swiper-slide {
    height: auto;
    display: flex;
}

.hotel-detail__slider-arrows {
    position: absolute;
    display: flex;
    gap: 2px;
    right: 0;
    top: -100px;
}

.hotel-detail__slider-next,
.hotel-detail__slider-prev {
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-detail__slider-next {
    border-radius: 0 10px 10px 0;
}
.hotel-detail__slider-next:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000000;
    transform: rotate(0deg);
}
.hotel-detail__slider-next.swiper-button-disabled:before {
    border-color: transparent transparent transparent #C8C8C8;
}

.hotel-detail__slider-prev {
    border-radius: 10px 0 0 10px;
}
.hotel-detail__slider-prev:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #000000 transparent transparent;
    transform: rotate(0deg);
}
.hotel-detail__slider-prev.swiper-button-disabled:before {
    border-color: transparent #C8C8C8 transparent transparent;
}

.hotel-detail__item-col {
    width: calc(25% - 20px);
}

.hotel-detail__list {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 140%;
}
.hotel-detail__list li {
    margin-bottom: 10px;
}
.hotel-detail__list li:last-child {
    margin-bottom: 0;
}

.hotel-detail__gallery {
    position: relative;
    margin-bottom: 60px;
}
.hotel-detail__gallery .hotel-detail__slider-arrows {
    right: 20px;
    top: 20px;
    z-index: 2;
}
.hotel-detail__gallery .swiper {
    border-radius: 10px;
}
.hotel-detail__gallery .swiper img {
    display: block;
    width: 100%;
}

.hotel-filter {
    height: 80px;
}

.hotel-filter__list {
    font-family: "Cera Pro";
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}
.hotel-filter__list.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
}
.hotel-filter__list li {
    margin-bottom: -1px;
}
.hotel-filter__list li a {
  display: block;
  padding: 0 39px;
  font-size: 17px;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
}
.hotel-filter__list li a.active {
    border-color: var(--base-color);
}
.hotel-filter__list li a:hover {
    color: var(--base-color);
}

.hotel-grid {
  display: flex;
  flex-wrap: wrap;
  font-family: "Cera Pro";
  margin: 0 -60px;
}

.hotel-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.hotel-wrapp {
  overflow: hidden;
}

.hotel-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.hotel-col:nth-child(2n+2) .hotel-item {
  border-right: none;
}

.hotel-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  gap: 20px;
}
.hotel-item__title h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
  letter-spacing: -1.4px;
}

.icon-marker {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/svg/marker.svg) no-repeat center;
}

.hotel-item__location {
    display: flex;
    align-items: center;
    gap: 8px;
    align-items: center;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.hotel-item__img {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 52%;
    transition: all ease 0.3s;
}
.hotel-item__img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all ease 0.3s;
}

.hotel-item__btns {
    display: flex;
    gap: 15px;
    margin-top: auto;
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
}
.hotel-item__btns .button {
    flex: 1;
    height: 50px;
    border-radius: 6px;
    font-weight: normal;
    font-size: 17px;
    padding: 0 10px;
}
.hotel-item__btns .button.button-white {
    font-weight: normal;
}
.hotel-item__btns .button.button-white:hover {
    color: #000;
}
.hotel-item__btns .button.button-base {
    font-weight: 500;
}

.hotel-item__text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 140%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    transition: all ease 0.3s;
}

.hotel-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}
.hotel-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 500%;
  border-bottom: 1px solid #E6E6E6;
  bottom: 0;
  left: -200%;
}
.hotel-item:hover .hotel-item__btns {
    height: 50px;
}
.hotel-item:hover .hotel-item__img {
    padding-bottom: 35.77%;
}
.hotel-item:hover .hotel-item__text {
    padding-bottom: 90px;
}

.icon-tg {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/svg/tg.svg) no-repeat center;
}

.icon-dzen {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/svg/dzen.svg) no-repeat center;
}

.icon-vk {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/svg/vk.svg) no-repeat center;
}

.icon-yt {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/svg/yt.svg) no-repeat center;
}

.icon-yar {
  display: inline-block;
  width: 17px;
  height: 30px;
  background: url(../images/svg/ya-rhythm.svg) no-repeat center;
}

.hotel-section__form {
    font-family: "Cera Pro";
}
.hotel-section__form .sf-text h3 {
    font-size: 40px;
    margin-bottom: 40px;
}
.hotel-section__form .sf-text p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 140%;
    margin: 0;
}
.hotel-section__form .sf-social__row span {
    font-size: 15px;
    line-height: 140%;
    margin-left: 44px;
    color: rgba(0, 0, 0, 0.5);
}
.hotel-section__form .sf-text {
    max-width: 540px;
    display: flex;
    flex-direction: column;
}
.hotel-section__form .checkbox {
    margin-bottom: 20px;
}
.hotel-section__form .checkbox span {
    font-size: 12px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}
.hotel-section__form .sf-form__checkbox {
    margin: 40px 0;
}
.hotel-section__form .sf-social {
    margin-top: auto;
}
.hotel-section__form .reg-input input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 80px !important;
    background: #fff;
}
.hotel-section__form .reg-input input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.hotel-section__form .flag-select {
    padding-left: 20px;
}
.hotel-section__form .sf-form__row {
    margin-bottom: 10px;
}
.hotel-section__form .sf-form input::placeholder, .hotel-section__form .sf-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.hotel-order {
    width: 1300px;
    font-family: "Cera Pro";
    border-radius: 10px;
}
.hotel-order .sf-text {
    max-width: 488px;
    display: flex;
    flex-direction: column;
}
.hotel-order .sf-text h3 {
    font-size: 40px;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
    line-height: 100%;
}
.hotel-order .sf-text h3 span {
    color: var(--base-color);
    display: block;
}
.hotel-order .sf-text p {
    margin: 0;
    opacity: 0.5;
}
.hotel-order .sf-social {
    margin-top: auto;
}
.hotel-order .checkbox span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
.hotel-order .sf-form__checkbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
}
.hotel-order .sf-form {
    width: 590px;
}
.hotel-order .sf-form input:focus, .hotel-order .sf-form textarea:focus {
    border-color: rgba(0, 0, 0, 0.5);
}
.hotel-order .sf-social__row span {
    font-size: 14px;
    line-height: 140%;
    margin-left: 44px;
    opacity: 0.5;
}
.hotel-order .fancybox-close-small {
    display: none !important;
}
.hotel-order .reg-input input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 80px !important;
    background: #fff;
}
.hotel-order .flag-select {
    padding-left: 20px;
}
.hotel-order .sf-form__row {
    margin-bottom: 10px;
}

@media (max-width: 1360px) {
  .hotel-section__form .sf-text {
    width: 540px;
  }
  .hotel-section__form .sf-form {
    width: 540px;
  }
}/*# sourceMappingURL=hotel.css.map */