[data-fancybox=gallery] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
[data-fancybox=gallery] > img {
  display: none;
}
[data-fancybox=gallery]:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.svg) no-repeat 47% 50%/35%;
}
[data-fancybox=gallery]:focus {
  outline: none;
}

.fancybox-navigation .fancybox-button[disabled], .fancybox-navigation .fancybox-button[disabled]:hover {
  opacity: 0.5 !important;
}

.fancybox-inner .fancybox-stage {
  width: 60%;
  height: calc(100% - 250px);
  min-height: 250px;
  transform: translateX(-50%);
  bottom: 220px;
  left: 50%;
  padding: 20px;
  top: initial;
}
@media all and (max-width: 768px) {
  .fancybox-inner .fancybox-stage {
    width: 90%;
    bottom: 185px;
    height: calc(100% - 185px);
  }
}
.fancybox-inner .fancybox-stage:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage:after {
    display: none;
  }
}
.fancybox-inner .fancybox-stage .fancybox-image {
  width: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-image {
    width: 100%;
  }
}
.fancybox-inner .fancybox-stage .fancybox-button--close {
  background: url(../img/fancy-close.svg) no-repeat center/contain !important;
  width: 30px;
  height: 30px;
  padding: 0;
}
.fancybox-inner .fancybox-stage .fancybox-toolbar {
  right: 30px;
  top: 30px;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-toolbar {
    right: -4px;
  }
}

.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  width: 40px !important;
  height: 40px !important;
  outline: none;
  top: calc(50% - 20px);
}
@media all and (max-width: 640px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    display: none;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: 0;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  left: 0;
}

.fancybox-navigation > button.fancybox-button {
  padding: 0;
}

.fancybox-bg {
  opacity: 0.85 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2e2c70 !important;
}

.fancybox-thumbs .swiper-pagination-bullets {
  left: 0;
  text-align: center;
}

.fancybox-show-thumbs .fancybox-thumbs {
  width: 800px !important;
  bottom: 40px !important;
  top: initial !important;
  right: 50%;
  transform: translateX(50%);
}
@media all and (max-width: 768px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    bottom: 10px !important;
  }
}
.fancybox-show-thumbs .fancybox-thumbs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #d1c1e1;
  position: absolute;
  bottom: 50px;
}

.fancybox-thumbs__list {
  margin: 0 auto !important;
  overflow: initial !important;
  justify-content: center;
}
.fancybox-thumbs__list a:before {
  border: solid 2px #f9a018 !important;
  cursor: pointer;
}

.fancybox-show-thumbs .fancybox-thumbs {
  background: transparent;
  padding-bottom: 70px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs .swiper-pagination {
  bottom: 0;
}

.fancybox-thumbs-wrapper {
  position: absolute;
  bottom: 0;
}

@media (max-height: 500px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
  }

  .fancybox-inner .fancybox-stage {
    width: 80%;
    height: 90%;
    top: 0 !important;
  }
}
.hotel__info {
  position: relative;
  min-height: 490px;
}
.hotel__info .wrapper {
  position: static;
}

.hotel_resume {
  width: 72%;
  background-color: #2e2c70;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 45px 25% 45px 0;
  position: relative;
}
.hotel_resume p {
  color: #fff;
  font-size: 14px;
  line-height: 1.41;
}
.hotel_resume:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #2e2c70;
  position: absolute;
  right: 100%;
  top: 0;
}

.helper-block {
  height: 470px;
  width: 54%;
  float: right;
}
@media all and (max-width: 768px) {
  .helper-block {
    display: none;
  }
}

.hotel__content {
  margin: 5px 0;
}
.hotel__content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2e2c70;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}
.hotel__content p {
  font-size: 14px;
  line-height: 1.41;
  color: #515050;
  margin-bottom: 30px;
}
.hotel__content .to-hotel-site {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  color: #da1f3d;
}
.hotel__content .to-hotel-site:after {
  content: "";
  width: 25px;
  height: 40px;
  background: url(../img/arrow-red-right.svg) no-repeat center/contain;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.hotel_resume-item {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}
.hotel_resume-item > span {
  font-weight: 700;
  color: #d1c1e1;
}

.hotel__slider {
  float: right;
  height: 420px;
  width: 50%;
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .hotel__slider {
    height: 465px;
  }
}
@media all and (max-width: 768px) {
  .hotel__slider {
    width: 100%;
    height: 420px;
    position: relative;
    float: initial;
  }
}
@media all and (max-width: 768px) {
  .hotel__slider .hotel-swiper-container {
    margin-right: -45px;
    margin-left: -45px;
  }
}
@media all and (max-width: 640px) {
  .hotel__slider .hotel-swiper-container {
    margin-right: -28px;
    margin-left: -28px;
  }
}
.hotel__slider .swiper-slide {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  width: 480px !important;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  transition-duration: 0.3s;
}
@media all and (max-width: 1024px) {
  .hotel__slider .swiper-slide {
    width: 350px !important;
  }
}
@media all and (max-width: 768px) {
  .hotel__slider .swiper-slide {
    width: 85% !important;
    height: 330px;
  }
}
.hotel__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  min-width: 480px;
  transition-duration: 0.3s;
}
@media all and (max-width: 1024px) {
  .hotel__slider .swiper-slide.swiper-slide-active {
    min-width: initial;
  }
}
.hotel__slider .swiper-slide.swiper-slide-active:after {
  width: 65%;
}
.hotel__slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #f9a018;
}
.hotel__slider .swiper-pagination {
  width: 100% !important;
  display: flex;
  bottom: -30px;
  left: 0;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .hotel__slider .swiper-pagination {
    bottom: 15px;
  }
}
.hotel__slider .swiper-pagination .swiper-pagination-line {
  width: calc(100% - 150px);
  height: 1px;
  background: #d1c1e1;
  margin-top: 20px;
  position: absolute;
}
.hotel__slider .swiper-pagination-bullet {
  min-width: 12px;
}
.hotel__slider .swiper-navigation {
  width: 90px;
  position: absolute;
  bottom: -40px;
  right: 30px;
}
@media all and (max-width: 1024px) {
  .hotel__slider .swiper-navigation {
    bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .hotel__slider .swiper-navigation {
    right: 0;
  }
}
.hotel__slider .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: -10px;
  outline: none;
}
.hotel__slider .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  right: 0;
  outline: none;
}

.hotel__tabs {
  padding: 0 0 5px 0;
  margin-top: 45px;
}

.hotel__tab {
  width: calc(50% - 23px);
  display: inline-block;
  padding: 0 45px 20px 50px;
  margin-bottom: 30px;
  background-color: #f1ecf6;
  font-size: 14px;
  color: #515050;
  position: relative;
  border-radius: 25px;
}
@media all and (max-width: 768px) {
  .hotel__tab {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .hotel__tab {
    padding: 0 20px 20px 20px;
  }
}
.hotel__tab .hotel__tab-info {
  margin-bottom: 20px;
}
.hotel__tab h4 {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
  background: #4c49a9;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 50px;
  margin-left: -50px;
  border-bottom-right-radius: 23px;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  padding-right: 20px;
  margin-top: -23px;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .hotel__tab h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .hotel__tab h4 {
    margin-left: -20px;
    padding-left: 20px;
  }
}
.hotel__tab ul {
  margin-top: 25px;
  column-count: 3;
}
@media all and (max-width: 768px) {
  .hotel__tab ul {
    column-count: 2;
  }
}
.hotel__tab li {
  float: none;
  width: auto;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 29px !important;
}
.hotel__tab li:only-child {
  white-space: nowrap;
}
.hotel__tab li:before {
  content: "";
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  background: url(../img/checked-green.svg) no-repeat center/contain !important;
  border-radius: 0 !important;
  top: 0 !important;
  transform: none !important;
  display: flex !important;
}
.hotel__tab li.pay:before {
  background-image: url(../img/dollar-symbol-green.svg) !important;
}
.hotel__tab li.free:before {
  background-image: url(../img/gift-green.svg) !important;
}
.hotel__tab * {
  line-height: 1.41;
}

.hotel__location-wrapper {
  position: relative;
}

.hotel__notes {
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 1024px) {
  .hotel__notes {
    flex-direction: column;
    align-items: initial;
  }
}
.hotel__notes > div {
  flex: 1;
}
.hotel__notes .hotel__note {
  z-index: 100;
  border-radius: 10px;
  margin: 8px 0;
  padding: 22px 20px;
  align-self: baseline;
  font-size: 14px;
  color: #515050;
  font-style: italic;
  background: #fff url("../img/info.svg") no-repeat top left/20px;
}
.hotel__notes .hotel__location {
  background-color: rgba(76, 73, 169, 0.8);
  border-radius: 10px;
  margin: 8px 0;
  padding: 22px 55px;
}
@media all and (max-width: 768px) {
  .hotel__notes .hotel__location {
    margin: 8px 0 35px 0;
    padding: 10px 20px;
  }
}
.hotel__notes .hotel__location h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media all and (max-width: 640px) {
  .hotel__notes .hotel__location h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media all and (max-width: 640px) {
  .hotels__category-container {
    margin-top: 25px;
  }
}

.hotels__category {
  height: 25px;
  width: 25px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.hotels__category span {
  position: absolute;
  opacity: 0;
  height: 0;
  font-size: 12px;
  color: #a0a0a0;
  top: -25px;
  background: #fff;
  font-weight: 300;
  padding: 5px;
  border-radius: 3px;
}
.hotels__category:hover span {
  opacity: 1;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hotels__category.spa {
  background: url("../img/icons/spa.svg") no-repeat center/contain;
}
.hotels__category.active {
  background: url("../img/icons/active.svg") no-repeat center/contain;
}
.hotels__category.beach {
  background: url("../img/icons/beach.svg") no-repeat center/contain;
}
.hotels__category.city {
  background: url("../img/icons/city.svg") no-repeat center/contain;
}
.hotels__category.cheap {
  background: url("../img/icons/economy.svg") no-repeat center/contain;
}
.hotels__category.family {
  background: url("../img/icons/family.svg") no-repeat center/contain;
}
.hotels__category.recommended {
  background: url("../img/icons/recommend.svg") no-repeat center/contain;
}
.hotels__category.ski {
  background: url("../img/icons/ski.svg") no-repeat center/contain;
}
.hotels__category.vip {
  background: url("../img/icons/vip.svg") no-repeat center/contain;
}
.hotels__category.youth {
  background: url("../img/icons/youth.svg") no-repeat center/contain;
}

.hotel__address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
}
.hotel__address > img {
  margin-right: 20px;
}
.hotel__address p {
  font-size: 14px;
  line-height: 1.41;
  color: #fff;
}
.hotel__address p:first-child {
  font-weight: 700;
}

.show-all-hotels {
  position: relative;
  margin: 10px 0 0 78px;
  font-size: 14px;
  cursor: pointer;
  color: #ffd24d;
}
.show-all-hotels:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../img/arrow-yellow-right.svg) no-repeat center/contain;
}

.map-container {
  margin-bottom: 6px;
}

/*# sourceMappingURL=one-hotel.css.map */
