/*!
Theme Name: oxboxwise
Theme URI: http://underscores.me/
Author: oxbox.ru
Author URI: https://oxbox.ru
Description: Theme for custom site with WooCommerce shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxboxwise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oxboxwise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
footer {
  background-color: #4a5746;
  padding: 35px 0; }

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__copyright-text {
  color: #e0e1df;
  font-size: 15px;
  line-height: 1.565; }
  .footer__copyright-text a {
    display: inline-block;
    color: #e9c770;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.footer__copyright-oxbox {
  margin-left: auto;
  color: #e0e1df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  white-space: pre-wrap; }
  .footer__copyright-oxbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e0e1df; }

.footer__copyright-oxbox a::after {
  content: "";
  display: inline-block;
  background-image: url(img/oxbox__logo.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  margin-left: 25px; }

.arrow-up {
  cursor: pointer;
  width: 55px;
  height: 52px;
  background-color: #e9c770;
  position: relative;
  margin-right: 25px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .arrow-up svg {
    width: 20px;
    height: 20px;
    fill: #53624e;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s; }

.tel-icon {
  display: none;
  fill: #fff;
  width: 18px;
  height: 18px; }

.about {
  background-color: #53624e;
  padding-bottom: 45px; }

.about__text p {
  font-size: 18px;
  font-weight: 300;
  color: #e0e1df;
  line-height: 1.722;
  margin-bottom: 30px; }
  @media (max-width: 1530px) {
    .about__text p {
      font-size: calc(16px + 2 * ((100vw - 320px) /1210)); } }

.about__text .btn {
  margin-top: 40px; }

.about__text h2 {
  color: #e0e1df; }

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px; }

.about__img {
  width: calc(40% - 50px);
  position: relative; }
  .about__img img {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 300px 300px 0 0; }
    .about__img img.about__pattern {
      position: absolute;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -o-object-fit: contain;
         object-fit: contain;
      height: auto; }
      .about__img img.about__pattern.--right {
        top: 35px;
        right: -25px; }
      .about__img img.about__pattern.--left {
        bottom: 0;
        left: -35%; }

.about__text {
  width: calc(60% - 50px);
  margin-left: 40px;
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.about__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  border-top: 1px solid #748070;
  padding-top: 50px; }
  .about__descr li {
    font-size: 21px;
    margin-bottom: 20px;
    color: #e0e1df;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1530px) {
      .about__descr li {
        font-size: calc(16px + 5 * ((100vw - 320px) /1210)); } }
    .about__descr li:not(:last-child) {
      margin-right: 20px; }
    .about__descr li::after {
      content: "";
      display: block;
      margin-left: 20px;
      width: 5px;
      height: 5px;
      background-color: #e9c770;
      border-radius: 50%; }

.rooms {
  background-position: left 145%;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #53624e; }
  @media (max-width: 1530px) {
    .rooms {
      padding-top: calc(50px + 60 * ((100vw - 320px) /1210)); } }
  @media (max-width: 1530px) {
    .rooms {
      padding-bottom: calc(50px + 40 * ((100vw - 320px) /1210)); } }
  .rooms h2 {
    color: #e0e1df;
    margin-bottom: 50px; }

.rooms__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.room {
  width: 100%; }
  .room__descr {
    font-weight: 300;
    font-size: 21px;
    color: #e0e1df;
    line-height: 1.357;
    margin-bottom: 30px; }
    @media (max-width: 1530px) {
      .room__descr {
        font-size: calc(16px + 5 * ((100vw - 320px) /1210)); } }
  .room__name {
    margin-bottom: 15px;
    color: #e9c770;
    font-size: 28px; }
    @media (max-width: 1530px) {
      .room__name {
        font-size: calc(21px + 7 * ((100vw - 320px) /1210)); } }
  .room__img {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .room__img::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .room img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.excursions {
  padding-top: 106px;
  padding-bottom: 50px; }
  @media (max-width: 1530px) {
    .excursions {
      padding-top: calc(50px + 56 * ((100vw - 320px) /1210)); } }
  .excursions h2 {
    margin-bottom: 50px; }

.excursions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px; }

.excursion {
  margin-bottom: 65px;
  margin-left: 40px;
  -ms-flex-preferred-size: calc(33.333% - 40px);
      flex-basis: calc(33.333% - 40px); }
  .excursion__name {
    font-size: 24px;
    color: #53624e; }
    @media (max-width: 1530px) {
      .excursion__name {
        font-size: calc(18px + 6 * ((100vw - 320px) /1210)); } }
  .excursion .icon {
    width: 90px;
    height: 90px; }
    .excursion .icon::before, .excursion .icon::after {
      height: 30px; }
  .excursion__img {
    position: relative;
    margin-bottom: 25px; }
    .excursion__img::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .excursion img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.contacts {
  padding-top: 110px;
  background-color: #53624e;
  position: relative;
  z-index: 2; }
  @media (max-width: 1530px) {
    .contacts {
      padding-top: calc(50px + 60 * ((100vw - 320px) /1210)); } }
  .contacts::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 245px;
    background-color: #4a5746;
    z-index: -1; }
  .contacts h2 {
    color: #e0e1df;
    margin-bottom: 55px; }
  .contacts address {
    color: #e0e1df;
    font-weight: 300;
    font-size: 21px;
    font-style: normal;
    margin-bottom: 25px;
    line-height: 1.352; }
    @media (max-width: 1530px) {
      .contacts address {
        font-size: calc(16px + 5 * ((100vw - 320px) /1210)); } }

.contacts__links {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .contacts__links li:not(:last-child) {
    margin-right: 80px; }
  .contacts__links a {
    font-size: 36px;
    color: #e9c770; }
    @media (max-width: 1530px) {
      .contacts__links a {
        font-size: calc(21px + 15 * ((100vw - 320px) /1210)); } }

.contacts__map {
  position: relative; }
  .contacts__map iframe {
    display: block;
    border: none; }

.gallery {
  padding-top: 116px;
  padding-bottom: 116px;
  padding: 116px 0; }
  @media (max-width: 1530px) {
    .gallery {
      padding-top: calc(50px + 66 * ((100vw - 320px) /1210)); } }
  @media (max-width: 1530px) {
    .gallery {
      padding-bottom: calc(50px + 66 * ((100vw - 320px) /1210)); } }
  .gallery .swiper-slide {
    width: auto; }
    .gallery .swiper-slide:nth-child(odd) .gallery__item {
      margin-top: 40px; }
  .gallery .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
       transition-timing-function: linear !important; }

.gallery__item-name {
  font-size: 24px;
  color: #53624e;
  margin-top: 25px; }
  @media (max-width: 1530px) {
    .gallery__item-name {
      font-size: calc(16px + 8 * ((100vw - 320px) /1210)); } }

.icon {
  background-color: #e9c770;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .icon::before, .icon::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .icon::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }

.room-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.room-slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.room-slider,
.rooms-slider {
  margin-bottom: 25px; }
  .room-slider img,
  .rooms-slider img {
    width: 100%;
    max-height: 470px;
    -o-object-fit: cover;
       object-fit: cover; }
  .room-slider .swiper-wrapper,
  .rooms-slider .swiper-wrapper {
    margin-bottom: 25px; }
  .room-slider .swiper-pagination,
  .rooms-slider .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .room-slider .swiper-pagination-bullet,
  .rooms-slider .swiper-pagination-bullet {
    margin: 0 !important;
    width: 45px;
    height: 45px;
    opacity: 1;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    color: #e0e1df; }
    .room-slider .swiper-pagination-bullet-active,
    .rooms-slider .swiper-pagination-bullet-active {
      background-color: #e9c770;
      color: #4a5746; }
  .room-slider .swiper-button-next:after,
  .room-slider .swiper-button-prev:after,
  .rooms-slider .swiper-button-next:after,
  .rooms-slider .swiper-button-prev:after {
    display: none; }
  .room-slider .swiper-button-next:before,
  .room-slider .swiper-button-prev:before,
  .rooms-slider .swiper-button-next:before,
  .rooms-slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25' version='1.1' viewBox='0 0 560 560'%3E%3Cpath transform='matrix(5.6 0 0 5.6 70 3.979e-14)' d='m95 50h-90m7.0703-7.0703-7.0703 7.0703 7.071 7.0703' fill='none' stroke='%23d3dbd4' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E"); }
  .room-slider .swiper-button-next:before,
  .rooms-slider .swiper-button-next:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .room-slider .swiper-button-next,
  .room-slider .swiper-button-prev,
  .rooms-slider .swiper-button-next,
  .rooms-slider .swiper-button-prev {
    top: 0;
    width: 58px;
    height: 30px;
    margin-top: 0;
    position: relative;
    opacity: 1; }
  .room-slider .swiper-button-prev,
  .rooms-slider .swiper-button-prev {
    left: auto;
    margin-right: 10px; }
  .room-slider .swiper-button-next,
  .rooms-slider .swiper-button-next {
    right: 0; }

.rooms-slider {
  margin-bottom: 0; }

.excursions__descr {
  border-top: 1px solid #748070;
  padding-top: 40px; }

input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
          filter: invert(100%); }

input[type="date"]::-webkit-input-placeholder {
  color: #e9c770; }

input[type="date"]::-moz-placeholder {
  color: #e9c770; }

input[type="date"]:-ms-input-placeholder {
  color: #e9c770; }

input[type="date"]::-ms-input-placeholder {
  color: #e9c770; }

input[type="date"]::placeholder {
  color: #e9c770; }

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .input-row .input {
    width: calc(25% - 12.5px); }

.btn-mobile {
  display: none; }

#modal-feedback {
  max-width: 100%;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  #modal-feedback .btn {
    max-width: 370px;
    width: 100%;
    text-transform: uppercase;
    margin: 20px auto 0; }
  #modal-feedback .scroll-container {
    padding-left: 0;
    padding-right: 0; }
  #modal-feedback .modal-top {
    padding: 30px 0;
    border-bottom: 1px solid #748070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #modal-feedback a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto; }
  #modal-feedback .modal-content-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    font-family: "hisqaida2018_bold"; }
    @media (max-width: 1530px) {
      #modal-feedback .modal-content-title {
        font-size: calc(26px + 44 * ((100vw - 320px) /1210)); } }

.quantity-controls__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

button.quantity-controls__dec,
button.quantity-controls__inc {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

button.quantity-controls__dec {
  left: 15px; }

button.quantity-controls__inc {
  right: 15px; }

.quantity-controls__value {
  text-align: center;
  color: #fff; }
  .quantity-controls__value::-webkit-input-placeholder {
    color: #e0e1df; }
  .quantity-controls__value::-moz-placeholder {
    color: #e0e1df; }
  .quantity-controls__value:-ms-input-placeholder {
    color: #e0e1df; }
  .quantity-controls__value::-ms-input-placeholder {
    color: #e0e1df; }
  .quantity-controls__value::placeholder {
    color: #e0e1df; }

.quantity-controls__dec::before,
.quantity-controls__dec::after,
.quantity-controls__inc::before,
.quantity-controls__inc::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff; }

.quantity-controls__inc::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .header__menu ul a:hover {
    color: #fff; }
  .header .tel:hover {
    color: #fff; }
  .room:hover .room__img::before {
    opacity: 1; }
  .room:hover .icon {
    opacity: 1; }
  .excursion:hover .excursion__img::before {
    opacity: 1; }
  .excursion:hover .icon {
    opacity: 1; }
  .btn:hover {
    background-color: #e9c770;
    color: #fff; }
  .footer__copyright-text a:hover {
    color: #fff; }
  .contacts__links a:hover {
    color: #fff; }
  .header__price-arrow:hover {
    background-color: #fff; }
  .footer__copyright-oxbox a:hover {
    color: #e9c770; }
  .footer__copyright-oxbox a:hover::after {
    -webkit-animation: DevLogo 2s infinite;
    animation: DevLogo 2s infinite; }
  .arrow-up:hover {
    background-color: #fff; }
  .checkbox-container:hover input ~ .checkmark {
    border-color: #e9c770; }
  .text-content a:hover {
    opacity: 0.5; }
  .breadcrumbs ul a:hover {
    opacity: 0.5; } }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.flipX {
  -webkit-animation-name: flipX;
          animation-name: flipX; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }

@media screen and (max-width: 1199px) {
  .about__img {
    width: calc(50% - 50px); }
  h2 {
    margin-bottom: 35px !important; }
  .header__price {
    width: 180px;
    height: 180px; }
  .header__price span {
    font-size: 32px; }
  .header__price-arrow {
    width: 40px;
    height: 40px;
    top: 6px;
    right: 10px; }
  .header-top {
    padding: 20px 0; }
  .header-content {
    padding-top: 190px; }
  .icon::before,
  .icon::after {
    height: 32px; }
  .icon {
    width: 80px;
    height: 80px; } }

@media screen and (max-width: 1023px) {
  .gallery .swiper-slide:nth-child(odd) .gallery__item {
    margin-top: 0; }
  .gallery .swiper-slide img {
    width: 100%; }
  .header-content {
    padding-top: 135px; }
  .about {
    overflow-x: hidden; }
  .logo {
    margin-right: 0; }
    .logo img {
      height: 35px; }
  .header__menu {
    display: none; }
  .header .tel {
    margin-left: auto; }
  .header__btn {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 30px; }
  .header-bg {
    bottom: 0;
    height: 70%; }
    .header-bg img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .header__price {
    margin-left: 0;
    margin-top: 40px; }
  .header__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
  .about__text .btn {
    margin-top: 10px; }
  .about__img img.about__pattern.--left {
    display: none; }
  .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__img {
    width: 70%;
    margin: 0 auto; }
  .about__text {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 40px; }
  .contacts__links li:not(:last-child) {
    margin-right: 40px; }
  .excursions__items {
    margin-left: -20px; }
  .excursion {
    margin-bottom: 45px;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px); }
  .contacts__map iframe {
    height: 390px !important; }
  .contacts::before {
    height: 245px; }
  .input-row .input {
    width: calc(50% - 12.5px); }
  .input-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .header-slider-inner {
    margin-bottom: 40px; }
  .header-content {
    padding-bottom: 25px;
    padding-top: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
  header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
    header .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 0; }
  .header-top {
    top: 45px; }
  .btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    height: 45px !important;
    top: 0;
    z-index: 15;
    width: 100%;
    background-color: #e9c770;
    border: none;
    font-size: 14px !important;
    color: #53624e; }
  .room-slider .swiper-pagination {
    display: none; }
  .room-slider-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .text-content table th,
  .text-content table td {
    padding: 10px; }
  .modal .icon-close::before,
  .modal .icon-close::after {
    width: 25px; }
  #modal-feedback .modal-top {
    padding: 20px 0; }
    #modal-feedback .modal-top img {
      height: 35px; }
  .input-row .input {
    width: 100% !important; }
  .header .tel {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .header-slider .swiper-wrapper {
    margin-bottom: 15px; }
  .header-slider img {
    min-height: 250px; }
  .header-slider .swiper-pagination {
    display: none; }
  .about-inner {
    margin-bottom: 50px; }
  .header-slider__arrow {
    margin-left: 0; }
  .about__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px; }
    .about__descr li:after {
      display: none; }
  .btn {
    height: 50px;
    font-size: 16px;
    padding: 0 30px; }
  .about__descr li::before {
    content: "";
    display: block;
    margin-right: 15px;
    width: 5px;
    height: 5px;
    background-color: #e9c770;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2px; }
  .about__descr li:not(:last-child) {
    margin-right: 0; }
  .about__img {
    width: 100%; }
    .about__img img {
      border-radius: 50% 50% 0 0; }
  .rooms__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .room__descr {
    margin-bottom: 20px; }
  .room__img {
    margin-bottom: 20px; }
  .rooms-slider .swiper-pagination {
    display: none; }
  .excursion__img {
    margin-bottom: 20px; }
  .excursion {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    margin-bottom: 40px; }
    .excursion:last-child {
      margin-bottom: 0; }
  h2 {
    margin-bottom: 25px !important; }
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .revealOnScroll {
    opacity: 1; }
  .modal-menu__bottom {
    padding-left: 25px; }
  .modal-menu__list > li:not(:last-child) {
    margin-bottom: 30px; }
  header .tel span {
    display: none; }
  .tel-icon {
    display: block; }
  .modal-menu {
    padding-right: 30px;
    height: calc(100% - 225px); }
  .modal .scroll-container {
    padding: 25px; }
  .modal {
    max-width: 100%;
    max-height: 100%;
    height: 100%; }
  .modal .modal-content-title .icon-close {
    right: 0; }
  .modal .modal-content-title {
    padding: 30px 25px 15px 25px; }
  .checkbox-container {
    padding-right: 0; }
  .modal.menu .scroll-container {
    padding: 25px; }
  .modal .scroll-container {
    padding: 25px; }
  .footer__copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__copyright-text {
    text-align: center;
    margin-bottom: 15px; }
  .footer__copyright-oxbox {
    margin: 0 auto; }
  .contacts__links {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px; }
  .arrow-up {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
    margin-top: 25px; }
  .contacts::before {
    height: 145px; }
  .contacts__map iframe {
    height: 290px !important; }
  footer {
    padding: 25px 0; } }
