section, div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #fff;
  font-family: "Museo Regular", Arial, sans-serif;
  overflow-x: hidden; }

section {
  overflow: hidden; }

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

small {
  vertical-align: baseline; }

h2 {
  font-size: 48px;
  line-height: 58px;
  color: #141618;
  font-family: "Museo Medium", Arial, sans-serif; }

.mainContainer {
  width: 1171px;
  margin: 0 auto;
  position: relative; }

.main-btn {
  font-family: "Museo Medium", Arial, sans-serif;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #1D1954;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none; }
  .main-btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #141618;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .main-btn img {
    margin-left: 5px; }
  .main-btn:hover:before {
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .main-btn svg {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: sub; }
    .main-btn svg path {
      fill: #fff; }

.other-btn {
  font-family: "Museo Bold", Arial, sans-serif;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #F8F8F8;
  color: #1D1954;
  font-size: 16px;
  border: none;
  outline: none; }
  .other-btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1D1954;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .other-btn img {
    margin-left: 5px; }
  .other-btn svg {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: sub; }
    .other-btn svg path {
      fill: #1D1954; }
  .other-btn:hover {
    color: #F8F8F8; }
    .other-btn:hover:before {
      -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
              transform-origin: center right;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .other-btn:hover svg path {
      fill: #fff; }

.animation-fadeInOut {
  -webkit-animation: fadeinout 3s infinite;
          animation: fadeinout 3s infinite;
  opacity: .2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .animation-fadeInOut:hover {
    opacity: 1; }

@-webkit-keyframes fadeinout {
  50% {
    opacity: .9; } }

@keyframes fadeinout {
  50% {
    opacity: .9; } }

.animation-element {
  opacity: 0;
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
      transform: translateX(-0.5rem);
  -webkit-transition: opacity 2s ease, -webkit-transform 1.5s ease;
  transition: opacity 2s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 2s ease, transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease;
  transition: opacity 2s ease, transform 1.5s ease, -webkit-transform 1.5s ease; }

.animation-element {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
     transition-delay: .2s; }

.animation-element.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8); }

label.error {
  display: none !important; }

.lg-outer .lg-thumb {
  margin: 0 auto; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3); }

.header__wrapp {
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.header__contact {
  width: 38.75%;
  height: 100%; }

.header__contact__buy {
  width: 50.2%;
  display: inline-block;
  height: 100%; }

.header__contact__phone {
  width: 49%;
  display: inline-block;
  height: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  font-family: "Museo Bold", Arial, sans-serif;
  color: #141618; }
  .header__contact__phone img {
    margin-right: 9px; }

.header__nav {
  width: 33%; }

.header__logo {
  width: 10%;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%; }

.header__nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .header__nav li {
    height: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 10px;
    padding-right: 10px; }
    .header__nav li:last-child {
      margin-right: 0; }
    .header__nav li:hover a:after {
      opacity: 1; }
    .header__nav li a {
      line-height: 100px;
      font-size: 16px;
      color: #1D1954;
      font-family: "Museo Bold", Arial, sans-serif;
      height: 100%;
      display: inline-block;
      position: relative; }
      .header__nav li a:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        left: 0;
        bottom: 30px;
        background-color: #1D1954;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.banner {
  height: 830px;
  margin-top: 90px;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative; }
  .banner .mainContainer {
    height: 100%; }
  .banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    left: 0; }

.banner__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.banner_content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2; }
  .banner_content h1 {
    font-size: 72px;
    line-height: 86px;
    color: #F8F8F8;
    margin-bottom: 42px;
    font-family: "Museo Medium", Arial, sans-serif; }
  .banner_content h2 {
    font-size: 18px;
    line-height: 27px;
    color: #F8F8F8;
    font-family: "Museo Light", Arial, sans-serif; }

.video__muut {
  position: absolute;
  bottom: 75px;
  right: 85px;
  z-index: 2;
  cursor: pointer; }

.mutedOn:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 1px;
  background-color: #fff;
  top: 11px;
  left: -8px; }

.about-hotel {
  background-color: #141618;
  padding-top: 200px; }

.about-hotel__wrapp {
  margin-bottom: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.about-hotel__wrapp__text {
  width: 370px; }
  .about-hotel__wrapp__text h2 {
    color: #F8F8F8;
    margin-bottom: 20px; }
  .about-hotel__wrapp__text p {
    font-size: 16px;
    line-height: 27px;
    color: #858585;
    font-family: "Museo Light", Arial, sans-serif; }

.about-hotel__wrapp__gallery__item {
  width: 270px;
  height: 480px;
  margin-right: 30px;
  position: relative;
  padding: 379px 30px 10px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }
  .about-hotel__wrapp__gallery__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.765)), color-stop(48.82%, rgba(0, 0, 0, 0.297)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%); }

.video-gallery .about-hotel__wrapp__gallery__item {
  cursor: pointer; }

.video-gallery .about-hotel__wrapp__gallery__item:after {
  background: url("../img/videoplay.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.765)), color-stop(48.82%, rgba(0, 0, 0, 0.297)));
  background: url("../img/videoplay.svg"), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%);
  background: url("../img/videoplay.svg"), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%);
  background: url("../img/videoplay.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.765) 0%, rgba(0, 0, 0, 0.297) 48.82%);
  background-repeat: no-repeat;
  background-position: center center; }

.about-hotel__wrapp__gallery__item__content {
  z-index: 2;
  position: relative; }
  .about-hotel__wrapp__gallery__item__content b {
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 7px;
    font-family: "Museo Medium", Arial, sans-serif; }
  .about-hotel__wrapp__gallery__item__content p {
    color: #F8F8F8;
    font-size: 12px;
    line-height: 18px;
    font-family: "Museo Light", Arial, sans-serif; }

.swiper-container {
  height: 100%;
  padding-bottom: 20px; }

.about-hotel__wrapp__gallery-wrapp {
  width: 100%; }

.about-hotel__wrapp:nth-child(odd) {
  display: grid;
  grid-template-columns: 401px 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .about-hotel__wrapp:nth-child(odd) .about-hotel__wrapp__text {
    margin-right: 30px; }

.about-hotel__wrapp:nth-child(even) {
  display: grid;
  grid-template-columns: 100% 401px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .about-hotel__wrapp:nth-child(even) .about-hotel__wrapp__text {
    margin-left: 30px; }

.slider-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.about-hotel__wrapp__btn {
  margin-top: 34px;
  width: 100%;
  height: 64px; }

.about-rooms {
  padding-top: 200px;
  background: #f8f8f8; }
  .about-rooms .swiper-container {
    padding-bottom: 50px; }

.about-rooms__case {
  margin-bottom: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-rooms__case:nth-child(odd) {
    display: grid;
    grid-template-columns: 400px 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .about-rooms__case:nth-child(odd) .about-rooms__case__text {
      margin-right: 60px; }
  .about-rooms__case:nth-child(even) {
    display: grid;
    grid-template-columns: 100% 400px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .about-rooms__case:nth-child(even) .about-rooms__case__text {
      margin-left: 60px; }

.about-rooms__case__text {
  width: 336px; }
  .about-rooms__case__text h2 {
    margin-bottom: 20px; }
  .about-rooms__case__text p {
    font-size: 16px;
    line-height: 27px;
    color: #5A5C5D;
    font-family: "Museo Light", Arial, sans-serif; }

.about-rooms__case__gallery__item {
  width: 370px;
  height: auto;
  margin-right: 30px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .about-rooms__case__gallery__item:hover {
    -webkit-box-shadow: 0px 2.72751px 40.9126px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2.72751px 40.9126px rgba(0, 0, 0, 0.15); }
    .about-rooms__case__gallery__item:hover .about-rooms__case__gallery__item__media:after {
      opacity: 1; }

.about-rooms__case__gallery__item__media {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .about-rooms__case__gallery__item__media:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.7);
    background-image: url("../img/hover-room-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0; }

.about-rooms__case__gallery__item__content {
  padding: 37px 37px 60px 37px; }

.about-rooms__case__gallery__item__heading {
  font-size: 20px;
  line-height: 24px;
  color: #141618;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 10px; }

.about-rooms__case__gallery__item__price {
  font-size: 20px;
  line-height: 24px;
  color: #141618;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 25px; }
  .about-rooms__case__gallery__item__price span {
    vertical-align: baseline; }

.about-rooms__case__gallery__item__params {
  margin-bottom: 33px; }

.about-rooms__case__gallery__item__param {
  width: 48%;
  display: inline-block; }
  .about-rooms__case__gallery__item__param p {
    color: #5A5C5D;
    font-size: 12px;
    line-height: 18px;
    font-family: "Museo Regular", Arial, sans-serif;
    margin-bottom: 9px; }
  .about-rooms__case__gallery__item__param b {
    color: #141618;
    font-size: 16px;
    line-height: 27px;
    font-family: "Museo Regular", Arial, sans-serif; }

.about-rooms__case__gallery__item__btn {
  width: 100%;
  height: 64px;
  border: 2px solid #1D1954;
  background: transparent; }

.reviews {
  padding-top: 180px;
  padding-bottom: 140px; }

.reviews__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reviews__nav__wrapp {
  margin-left: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reviews-nav-progress {
  width: 60px;
  height: 2px;
  background-color: #37393b;
  margin-left: 25px;
  margin-right: 25px; }

.reviews__list {
  margin-top: 85px;
  width: 132%;
  padding-bottom: 60px; }

.reviews__item {
  width: 370px;
  margin-right: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }
  .reviews__item:hover {
    -webkit-box-shadow: 0px 8px 20px -12px rgba(0, 0, 0, 0.28);
            box-shadow: 0px 8px 20px -12px rgba(0, 0, 0, 0.28); }

.reviews__item__img {
  width: 100%;
  height: 189px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.reviews__item__content {
  padding: 40px 30px 30px 25px;
  background-color: #f2f2f2; }

.reviews__item__name {
  color: #141618;
  font-size: 16px;
  font-family: "Museo Medium", Arial, sans-serif;
  margin-bottom: 20px; }

.reviews__item__text {
  font-size: 16px;
  color: #5a5c5d;
  line-height: 27px;
  font-family: "Museo Regular", Arial, sans-serif;
  margin-bottom: 26px;
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 25px; }

.reviews__item__loadmore {
  font-size: 16px;
  color: #141618;
  font-family: "Museo Medium", Arial, sans-serif;
  margin-bottom: 40px; }

.reviews__item__date {
  color: #5a5c5d;
  font-size: 12px;
  line-height: 18px;
  font-family: "Museo Regular", Arial, sans-serif; }

.footer-form {
  height: 845px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8; }

.footer-form__img {
  -webkit-flex-basis: 41%;
      -ms-flex-preferred-size: 41%;
          flex-basis: 41%;
  background-image: url("../img/footer-formBg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  height: 100%; }

.footer-form__content {
  -webkit-flex-basis: 59%;
      -ms-flex-preferred-size: 59%;
          flex-basis: 59%;
  padding: 30px 100px 30px 160px; }
  .footer-form__content form {
    margin-top: 38px;
    width: 360px; }
    .footer-form__content form input {
      width: 100%;
      border: 1px solid #5a5c5d;
      height: 64px;
      padding-left: 30px;
      color: #141618;
      font-family: "Museo Medium", Arial, sans-serif;
      font-size: 16px;
      margin-bottom: 10px;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .footer-form__content form input:focus {
        outline: none;
        border: 2px solid #1D1954; }
        .footer-form__content form input:focus ~ .footer-form__input__message {
          opacity: 0 !important; }
      .footer-form__content form input::-webkit-input-placeholder {
        color: #5a5c5d; }
      .footer-form__content form input::-moz-placeholder {
        color: #5a5c5d; }
      .footer-form__content form input:-ms-input-placeholder {
        color: #5a5c5d; }
      .footer-form__content form input::-ms-input-placeholder {
        color: #5a5c5d; }
      .footer-form__content form input::placeholder {
        color: #5a5c5d; }
      .footer-form__content form input:hover ~ .footer-form__input__message {
        opacity: 1; }
    .footer-form__content form button {
      width: 100%;
      height: 64px; }
  .footer-form__content h2 {
    margin-bottom: 19px; }
  .footer-form__content .footer-form__descr {
    color: #5a5c5d;
    font-size: 16px;
    line-height: 27px;
    font-family: "Museo Regular", Arial, sans-serif; }

.footer-form__input-wrapp input:focus {
  background: #fff; }

.footer-form__input-wrapp {
  position: relative; }

.footer-form__input__message {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 18px 21px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  color: #5A5C5D;
  font-size: 12px;
  font-family: "Museo Regular", Arial, sans-serif;
  top: -62px;
  left: 29px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }
  .footer-form__input__message:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 16px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    opacity: 0.7; }

.footer__wrapp {
  height: 143px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: end;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 63px;
  padding-right: 63px; }

.footer__logo {
  background-image: url("../img/logo-footer.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px;
  height: 100%;
  /*margin-right: auto;*/ }

.footer__callback a, .footer__callback p {
  color: #5a5c5d;
  font-size: 12px;
  line-height: 18px;
  font-family: "Museo Regular", Arial, sans-serif; }

.footer__info {
    margin-right: 0px;
    text-align: center;
    
}
  
  .footer__info img {
    display: inline-block;
    /*margin-right: 110px;*/ }
    
  .footer__info p {
    display: inline-block;
    color: #7E7E7E;
    font-size: 12px;
    line-height: 19px;
    font-family: "Museo Regular", Arial, sans-serif; }

.about-hotel .slider-nav-prev {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .about-hotel .slider-nav-prev svg {
    width: 33px;
    height: 12px; }
  .about-hotel .slider-nav-prev path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #5A5C5D; }
  .about-hotel .slider-nav-prev:hover {
    background-color: #19191F; }
    .about-hotel .slider-nav-prev:hover path {
      fill: #fff; }

.about-hotel .slider-nav-next {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .about-hotel .slider-nav-next svg {
    width: 33px;
    height: 12px; }
  .about-hotel .slider-nav-next path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #5A5C5D; }
  .about-hotel .slider-nav-next:hover {
    background-color: #19191F; }
    .about-hotel .slider-nav-next:hover path {
      fill: #fff; }

.about-rooms .slider-nav-prev {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .about-rooms .slider-nav-prev svg {
    width: 33px;
    height: 12px; }
  .about-rooms .slider-nav-prev path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #BDBDBE; }
  .about-rooms .slider-nav-prev:hover {
    background-color: #19191F; }
    .about-rooms .slider-nav-prev:hover path {
      fill: #fff; }

.about-rooms .slider-nav-next {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .about-rooms .slider-nav-next svg {
    width: 33px;
    height: 12px; }
  .about-rooms .slider-nav-next path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #BDBDBE; }
  .about-rooms .slider-nav-next:hover {
    background-color: #19191F; }
    .about-rooms .slider-nav-next:hover path {
      fill: #fff; }

.reviews .slider-nav-prev {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .reviews .slider-nav-prev svg {
    width: 33px;
    height: 12px; }
  .reviews .slider-nav-prev path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #BDBDBE; }
  .reviews .slider-nav-prev:hover {
    background-color: #19191F; }
    .reviews .slider-nav-prev:hover path {
      fill: #fff; }

.reviews .slider-nav-next {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent; }
  .reviews .slider-nav-next svg {
    width: 33px;
    height: 12px; }
  .reviews .slider-nav-next path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #BDBDBE; }
  .reviews .slider-nav-next:hover {
    background-color: #19191F; }
    .reviews .slider-nav-next:hover path {
      fill: #fff; }

.slider-nav-progress {
  width: 60px;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px; }

.swiper-pagination-progressbar {
  position: relative; }

.about-hotel .slider-nav-progress {
  background-color: rgba(255, 255, 255, 0.3); }

.about-hotel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 0.6); }

.about-rooms .slider-nav-progress {
  background-color: #dedede; }

.about-rooms .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #BDBDBE; }

.reviews .slider-nav-progress {
  background-color: #9a9b9c;
  margin-left: 25px;
  margin-right: 25px; }

.reviews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #37393b; }

.mainModal {
  width: 827px;
  max-width: 827px;
  background-color: #F8F8F8;
  padding: 70px 60px 79px 60px;
  text-align: left; }
  .mainModal .remodal-close {
    left: auto;
    right: 10px;
    top: 10px; }
  .mainModal form {
    margin-top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .mainModal form input {
      width: 100%;
      height: 70px;
      padding-left: 30px;
      color: #2E2E2E;
      background-color: #fff;
      font-family: "Museo Medium", Arial, sans-serif;
      vertical-align: bottom;
      border: none;
      border: 1px solid #1D1954; }
      .mainModal form input:focus {
        outline: none;
        border: 2px solid #1D1954; }
        .mainModal form input:focus ~ .main-form__input__message {
          opacity: 0 !important; }
      .mainModal form input::-webkit-input-placeholder {
        color: #5a5c5d; }
      .mainModal form input::-moz-placeholder {
        color: #5a5c5d; }
      .mainModal form input:-ms-input-placeholder {
        color: #5a5c5d; }
      .mainModal form input::-ms-input-placeholder {
        color: #5a5c5d; }
      .mainModal form input::placeholder {
        color: #5a5c5d; }
      .mainModal form input:hover ~ .main-form__input__message {
        opacity: 1; }
    .mainModal form .form__input-wrapp {
      display: inline-block;
      width: 49%; }
    .mainModal form button {
      width: 49%;
      height: 70px;
      vertical-align: baseline; }

.main-form__input__message {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 18px 21px;
  background-color: #F8F8F8 !important;
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  color: #5A5C5D;
  font-size: 12px;
  font-family: "Museo Regular", Arial, sans-serif;
  top: -62px;
  left: 29px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }
  .main-form__input__message:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 16px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    opacity: 0.7; }

.mainModal__heading {
  color: #2E2E2E;
  font-size: 32px;
  line-height: 38px;
  font-family: "Museo Medium", Arial, sans-serif;
  margin-bottom: 16px; }

.mainModal__descr {
  color: #2E2E2E;
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  font-family: "Museo Regular", Arial, sans-serif; }

.form__input-wrapp {
  position: relative; }
  .form__input-wrapp input {
    border: 1px solid transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .form__input-wrapp span {
    position: absolute;
    background-color: #1D1954;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; }
  .form__input-wrapp .bottom, .form__input-wrapp .top {
    height: 1px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .form__input-wrapp .left, .form__input-wrapp .right {
    width: 1px;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0); }
  .form__input-wrapp .bottom {
    bottom: 0;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right; }
  .form__input-wrapp input:focus ~ .bottom, .form__input-wrapp input:hover ~ .bottom {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .form__input-wrapp .right {
    right: 0;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right; }
  .form__input-wrapp input:focus ~ .right, .form__input-wrapp input:hover ~ .right {
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  .form__input-wrapp .top {
    top: 0;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; }
  .form__input-wrapp input:focus ~ .top, .form__input-wrapp input:hover ~ .top {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .form__input-wrapp .left {
    left: 0;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left; }
  .form__input-wrapp input:focus ~ .left, .form__input-wrapp input:hover ~ .left {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  .form__input-wrapp input:hover ~ .footer-form__input__message {
    opacity: 1; }

.reviewModal {
  text-align: left;
  width: 900px;
  max-width: 900px;
  padding: 77px 65px 34px 65px; }

.reviewModal__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reviewModal__info__photo {
  width: 66px;
  height: 66px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.reviewModal__info__name {
  color: #141618;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  font-family: "Museo Medium", Arial, sans-serif; }

.reviewModal__info__date {
  color: #5A5C5D;
  font-size: 12px;
  line-height: 18px;
  font-family: "Museo Regular", Arial, sans-serif; }

.reviewModal__text {
  font-size: 16px;
  line-height: 27px;
  color: #5A5C5D;
  font-family: "Museo Regular", Arial, sans-serif; }

.reviewModal__out {
  margin-top: 40px;
  text-align: center;
  cursor: pointer; }
  .reviewModal__out img {
    margin-bottom: 7px; }
  .reviewModal__out span {
    color: #5A5C5D;
    font-size: 12px;
    line-height: 18px;
    display: block; }

.mainModal__slTy {
  text-align: center; }
  .mainModal__slTy img {
    margin-bottom: 17px; }

.mainModal__slTy__heading {
  font-size: 24px;
  line-height: 32px;
  color: #2E2E2E;
  font-family: "Museo Medium", Arial, sans-serif;
  margin-bottom: 17px; }

.mainModal__slTy__descr {
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  opacity: 0.5;
  font-family: "Museo Regular", Arial, sans-serif; }

.footer-form__slideTy {
  text-align: center; }
  .footer-form__slideTy b {
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-family: "Museo Medium", Arial, sans-serif;
    display: block;
    margin-bottom: 40px;
    margin-top: 50px; }
  .footer-form__slideTy p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
    font-family: "Museo Light", Arial, sans-serif; }

.banner__content__btns {
  display: none; }

.header-out-btn {
  display: none; }

.header-mob {
  display: none; }

.about-hotel__wrapp__btn.btn_mob {
  display: none; }

.videoAbout {
  width: 1000px;
  max-width: 100%;
  padding: 0; }
  .videoAbout iframe {
    height: 500px; }
  .videoAbout .remodal-close {
    left: auto;
    right: 0px;
    top: 0px;
    color: #fff; }
    .videoAbout .remodal-close:before {
      font-size: 35px; }

@media screen and (max-width: 1400px) {
  .header__nav li a:after {
    bottom: 20px; }
  .header__wrapp {
    height: 70px; }
  .banner {
    margin-top: 60px;
    height: 680px; }
  .header__contact__phone {
    line-height: 70px;
    font-size: 14px; }
  .main-btn {
    font-size: 15px; }
  .header__nav li a {
    font-size: 15px;
    line-height: 70px; }
  .banner_content h1 {
    font-size: 63px;
    line-height: 80px;
    margin-bottom: 33px; }
  .about-hotel {
    padding-top: 170px; }
  h2 {
    font-size: 45px;
    line-height: 56px; }
  .about-rooms__case__gallery__item__media {
    height: 230px; }
  .about-rooms__case__gallery__item__content {
    padding: 32px 37px 40px 37px; }
  .reviews {
    padding-top: 150px; }
  .reviews__list {
    margin-top: 65px; }
  .reviews__item__content {
    padding: 30px 30px 25px 25px; }
  .reviews__item__loadmore {
    margin-bottom: 23px; }
  .header__nav {
    width: 36%; } }

@media screen and (max-width: 1280px) {
  .mainContainer {
    width: 990px; }
  .header__nav li a {
    font-size: 14px; }
  .header__nav {
    width: 43%; }
  .header__contact {
    width: 42.75%; }
  .header__contact__phone {
    width: 46%; }
  .banner_content h1 {
    font-size: 57px;
    line-height: 70px;
    margin-bottom: 30px; }
  .banner_content h2 {
    font-size: 17px; }
  .banner {
    height: 640px; }
  h2 {
    font-size: 38px;
    line-height: 50px; }
  .about-hotel__wrapp__text p {
    font-size: 15px;
    line-height: 25px; }
  .slider-nav {
    margin-top: 30px; }
  .about-hotel__wrapp:nth-child(even) {
    grid-template-columns: 90% 385px; }
  .about-hotel__wrapp {
    margin-bottom: 135px; }
  .about-hotel__wrapp__gallery__item {
    height: 430px;
    padding-top: 340px; }
  .about-hotel__wrapp:nth-child(odd) {
    grid-template-columns: 385px 80%; }
  .about-rooms__case__gallery__item__content {
    padding: 26px 29px 31px 29px; }
  .about-rooms__case__gallery__item__media {
    height: 210px; }
  .other-btn {
    font-size: 15px; }
  .about-rooms__case__gallery__item {
    width: 340px; }
  .about-rooms__case__text p {
    line-height: 25px;
    font-size: 15px; }
  .about-rooms__case:nth-child(even) {
    grid-template-columns: 100% 360px; }
  .about-rooms__case:nth-child(even) .about-rooms__case__text {
    width: 300px;
    margin-left: 51px; }
  .about-rooms__case:nth-child(even) {
    grid-template-columns: 74% 360px; }
  .about-rooms__case:nth-child(odd) .about-rooms__case__text {
    width: 300px;
    margin-right: 51px; }
  .about-rooms__case:nth-child(odd) {
    grid-template-columns: 360px 74%; }
  .about-rooms__case {
    margin-bottom: 80px; }
  .reviews {
    padding-top: 110px; }
  .reviews__item {
    width: 340px; }
  .reviews__item__text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 13px; }
  .reviews__item__loadmore {
    font-size: 14px; }
  .reviews__item__img {
    height: 165px; }
  .reviews__list {
    margin-top: 55px; }
  .reviews {
    padding-bottom: 100px; }
  .footer-form__content {
    padding: 30px 69px 30px 60px; }
  .footer-form {
    height: 645px; }
  .footer__info {
    margin-right: 110px; }
  .about-rooms {
    padding-top: 140px; }
  .banner {
    height: 600px; } }

@media screen and (max-width: 1024px) {
  .mainContainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .banner video {
    display: none !important; }
  .video__muut {
    display: none; }
  .about-hotel {
    padding-top: 80px; }
  .about-hotel__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .about-hotel__wrapp:nth-child(odd) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .about-hotel__wrapp:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .about-hotel__wrapp:nth-child(odd) .about-hotel__wrapp__text {
    margin-right: 0; }
  .about-hotel__wrapp:nth-child(even) .about-hotel__wrapp__text {
    margin-left: 0; }
  .about-hotel__wrapp__text {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .about-hotel__wrapp__text h2 br {
    display: none; }
  .slider-nav {
    display: none; }
  .about-hotel__wrapp__gallery-wrapp {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .about-hotel__wrapp {
    margin-bottom: 70px; }
  .about-hotel__wrapp__btn {
    display: none; }
  .about-hotel {
    padding-bottom: 30px; }
  .banner {
    height: 700px; }
  .about-rooms__case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .about-rooms__case:nth-child(odd) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .about-rooms__case:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .about-rooms__case:nth-child(odd) .about-rooms__case__text {
    margin-right: 0;
    width: 100%; }
  .about-rooms__case:nth-child(even) .about-rooms__case__text {
    margin-left: 0;
    width: 100%; }
  .about-rooms__case__text {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .about-rooms__case__gallery-wrapp {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .about-rooms {
    padding-top: 110px; }
  .about-rooms__case__gallery__item__media {
    height: 260px; }
  .about-rooms__case__gallery__item__content {
    padding-bottom: 36px; }
  .about-rooms__case__gallery-wrapp {
    width: 100%; }
  .about-rooms__case {
    margin-bottom: 40px; }
  h2 {
    font-size: 44px;
    line-height: 54px; }
  .about-hotel__wrapp__text p, .about-rooms__case__text p {
    font-size: 16px;
    line-height: 28px; }
  .reviews__nav__wrapp {
    display: none; }
  .about-rooms__case__gallery__item {
    margin-right: 20px; }
  .reviews__item__img {
    height: 200px; }
  .reviews__item {
    margin-right: 20px; }
  .reviews {
    padding-top: 75px; }
  .footer-form__content {
    padding: 30px 32px 30px 32px; }
  .footer-form__content h2 {
    font-size: 36px;
    line-height: 54px; }
  .footer__info {
    margin-right: 20px; text-align: right; }
  .footer__callback {
    width: 100%; }
  .footer__wrapp {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__info img {
    margin-right: 2px; }
  .footer__callback {
    text-align: center; }
  .reviews__list {
    width: 100%; }
  .about-hotel .mainContainer {
    padding-left: 15px;
    padding-right: 0; }
  .about-hotel .about-hotel__wrapp__text {
    padding-right: 15px; }
  .about-rooms .mainContainer {
    padding-left: 15px;
    padding-right: 0; }
  .about-rooms .about-rooms__case__text {
    padding-right: 15px; }
  .reviews .mainContainer {
    padding-right: 0; }
  .reviews .reviews__nav {
    padding-right: 15px; }
  .banner__content__btns {
    display: block;
    margin-top: 30px; }
    .banner__content__btns button {
      width: 400px;
      display: block;
      height: 65px; }
  .banner__content__btn-buy {
    margin-bottom: 20px; }
  .banner__content__btn-video {
    background: transparent;
    color: #F8F8F8;
    font-size: 17px;
    border: 1px solid #F8F8F8;
    font-family: "Museo Medium", Arial, sans-serif; }
    .banner__content__btn-video img {
      margin-left: 9px; }
  .main-btn {
    font-size: 17px; }
  .other-btn {
    font-size: 16px; }
  .banner_content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .banner_content {
    padding-bottom: 80px; }
  .banner_content h1 {
    font-size: 61px;
    line-height: 73px; }
  .banner__shadow {
    background: rgba(0, 0, 0, 0.5); }
  .header-mob {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff; }
  .header-mob__logo {
    display: inline-block;
    width: 40px;
    height: 28px;
    background-image: url("../img/Logo-mob.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .header-mob__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px; }
  .header-mob__logo {
    margin-right: auto; }
  .header-mob__callback {
    margin-right: 26px; }
  .header-mob__burger {
    padding: 0;
    width: 60px;
    display: block;
    background-color: transparent;
    height: 100%;
    border: none; }
    .header-mob__burger span {
      width: 100%;
      height: 3px;
      background-color: #1D1954;
      display: block; }
      .header-mob__burger span:nth-child(1) {
        margin-bottom: 10px; }
  header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .header__wrapp {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }
  .header__contact__buy {
    display: none; }
  .header__logo {
    height: 40px; }
  .header__wrapp {
    display: block; }
  .header__logo {
    width: 83px;
    height: 50px;
    display: block; }
  .header__nav li a {
    line-height: normal;
    height: auto; }
  .header__nav li {
    height: auto;
    display: block;
    width: 100%;
    text-align: center; }
  .header__nav {
    display: block;
    width: 100%;
    padding-top: 100px;
    height: auto; }
  .header__nav li a {
    font-size: 24px;
    padding-bottom: 60px;
    margin-right: 20px; }
  .header__nav li a:after {
    display: none; }
  .header__contact {
    display: block;
    width: 100%;
    height: auto; }
  .header__contact__phone {
    width: 100%;
    line-height: normal;
    font-family: "Museo Regular", Arial, sans-serif;
    font-size: 23px;
    margin-top: 50px; }
    .header__contact__phone img {
      display: none; }
  .header-out-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px; }
  .header-mob {
    display: block;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3); }
  .mainModal {
    width: 722px;
    max-width: 100%;
    padding: 65px 40px 70px 40px; }
  .mainModal__heading {
    font-size: 27px; }
  .header__wrapp {
    overflow: auto; }
  .reviewModal {
    width: 722px;
    max-width: 100%;
    padding: 38px 40px 30px 40px; }
  .form__input-wrapp span {
    display: none !important; }
  .about-hotel__wrapp__btn.btn_mob {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 400px;
    margin-top: 20px; }
  .videoModal {
    width: 100%;
    max-width: 100%;
    padding: 60px 30px 30px 30px; }
    .videoModal iframe {
      height: 400px; }
    .videoModal .remodal-close {
      left: auto;
      right: 10px;
      top: 10px; }
  .footer-form__slideTy b {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 30px; }
  .footer-form__slideTy p br {
    display: none; }
  .about-rooms__case__gallery__item__media:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/hover-room-icon-white.svg); }
  .videoAbout {
    width: 95%; }
  .videoAbout iframe {
    height: 400px; } }

@media screen and (max-width: 767px) {
  .header-mob__burger {
    width: 55px; }
  .banner_content h1 {
    font-size: 49px;
    line-height: 60px; }
  .banner {
    height: 670px; }
  .banner__content__btns {
    margin-top: 40px; }
  .banner__content__btns button {
    height: 60px; }
  .main-btn {
    font-size: 15px; }
  .banner__content__btn-video {
    font-size: 15px; }
  .banner__content__btn-buy {
    margin-bottom: 10px; }
  .banner__content__btns button {
    width: 343px; }
  .about-hotel {
    padding-top: 75px; }
  h2 {
    font-size: 30px;
    line-height: normal; }
  .about-hotel__wrapp__text h2 {
    margin-bottom: 15px; }
  .about-hotel__wrapp__text p, .about-rooms__case__text p {
    font-size: 14px;
    line-height: 25px; }
  .about-hotel__wrapp__text {
    margin-bottom: 30px; }
  .about-hotel__wrapp {
    margin-bottom: 75px; }
  .about-hotel {
    padding-bottom: 15px; }
  .about-rooms {
    padding-top: 90px; }
  .about-rooms__case__text {
    margin-bottom: 30px; }
  .about-rooms .about-rooms__case__text {
    padding-right: 0; }
  .about-rooms .mainContainer {
    padding-right: 15px; }
  .about-rooms__case__gallery__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px; }
  .reviews {
    padding-top: 80px; }
  .reviews .reviews__nav {
    display: block; }
    .reviews .reviews__nav h2 {
      text-align: center; }
  .reviews {
    padding-bottom: 60px; }
  .footer-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto; }
  .footer-form__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 400px; }
  .footer__logo {
    width: 100px;
    height: 56px; }
  .footer__info {
    margin-right: 0; }
    .footer__info p {
      display: block;
      margin-top: 10px; }
  .footer__info {
    text-align: right; }
  .footer__info img {
    margin-right: 0; }
  .footer__wrapp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 20px; }
  .footer__callback {
    margin-top: 40px; }
  .footer-form {
    padding-bottom: 80px; }
  .header__nav {
    padding-top: 80px; }
  .header__nav li a {
    padding-bottom: 30px;
    font-size: 18px; }
  .header__contact__phone {
    font-size: 19px;
    margin-top: 24px; }
  .footer__wrapp {
    height: auto; }
  .mainModal {
    width: 440px; }
  .mainModal__heading {
    font-size: 22px;
    line-height: 30px; }
  .mainModal__descr {
    opacity: 0.8;
    font-size: 15px;
    line-height: 22px; }
  .mainModal form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mainModal form .form__input-wrapp {
    width: 100%; }
  .mainModal form button {
    width: 100%;
    height: 64px; }
  .mainModal form input {
    margin-bottom: 15px;
    height: 64px; }
  .reviewModal {
    width: 100%; }
  .reviewModal__text {
    font-size: 15px;
    line-height: 26px; }
  .about-hotel__wrapp__btn.btn_mob {
    width: 343px;
    height: 60px; }
  .about-hotel {
    padding-bottom: 30px; }
  .videoModal iframe {
    height: 310px; }
  .mainModal__slTy__heading {
    font-size: 21px;
    line-height: 29px; }
  .mainModal__slTy__descr br {
    display: none; }
  .footer-form__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .footer-form__slideTy b {
    margin-top: 25px;
    font-size: 31px;
    line-height: 39px; }
  .banner__content__btns {
    margin-top: 160px; }
  .about-hotel__wrapp__gallery__item:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(48.82%, rgba(0, 0, 0, 0.107)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.107) 48.82%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.107) 48.82%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.107) 48.82%); } }

@media screen and (max-width: 480px) {
  .header-mob__burger span {
    height: 2px; }
  .header-mob__burger {
    width: 37px; }
  .header-mob__burger span:nth-child(1) {
    margin-bottom: 8px; }
  .header-mob__callback {
    margin-right: 23px; }
  .banner {
    height: 690px;
    background-image: url("../img/banner-mob.jpg"); }
  .banner__shadow {
    background: -webkit-linear-gradient(269.9deg, transparent 59.92%, #141618 99.96%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: -o-linear-gradient(269.9deg, transparent 59.92%, #141618 99.96%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: linear-gradient(180.1deg, transparent 59.92%, #141618 99.96%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)); }
  .banner_content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 22px; }
  .banner_content h2 {
    font-size: 16px;
    line-height: 24px; }
    .banner_content h2 br {
      display: none; }
  .banner__content__btns {
    margin-top: 30px; }
  .banner__content__btns button {
    width: 100%; }
  .main-btn {
    font-size: 16px; }
  .banner__content__btn-video {
    font-size: 16px; }
  h2 {
    font-size: 24px;
    line-height: 29px; }
  .about-hotel__wrapp__text h2 {
    margin-bottom: 10px; }
  .about-hotel__wrapp__text p, .about-rooms__case__text p {
    font-size: 13px;
    line-height: 22px; }
  .about-hotel__wrapp__text {
    margin-bottom: 22px; }
  .about-hotel__wrapp__gallery__item {
    padding-top: 330px; }
  .about-rooms__case__text p {
    color: #5A5C5D; }
  .about-rooms__case__gallery__item__media {
    height: 227px; }
  .about-rooms__case__gallery__item__content {
    padding: 35px 34px 43px; }
  .about-rooms__case__gallery__item__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px; }
  .about-rooms__case__gallery__item__price {
    font-size: 18px;
    line-height: 22px; }
  .about-rooms__case__gallery__item__param p {
    margin-bottom: 7px; }
  .about-rooms__case__gallery__item__params {
    margin-bottom: 26px; }
  .about-rooms__case__gallery__item {
    margin-bottom: 30px; }
  .reviews__list {
    margin-top: 25px; }
  .reviews__item__img {
    height: 175px; }
  .reviews__item {
    width: 320px; }
  .reviews__item__text {
    font-size: 13px;
    line-height: 19px;
    max-height: 75px;
    margin-bottom: 17px; }
  .reviews {
    padding-bottom: 40px; }
  .footer-form__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 26px 15px 90px 15px; }
  .footer-form__content form {
    width: 100%; }
  .footer-form__content h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px; }
    .footer-form__content h2 br {
      display: none; }
  .footer-form__content .footer-form__descr {
    font-size: 13px;
    line-height: 24px; }
  .footer-form__content form {
    margin-top: 17px; }
  .footer-form__content form input {
    font-size: 14px; }
  .footer-form {
    padding-bottom: 0; }
  .footer__logo {
    width: 50px;
    height: 34px;
    -webkit-background-size: 50px 50px;
            background-size: 50px; }
  .footer__info p {
    font-size: 11px;
    line-height: 18px; }
  .footer__callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__callback p {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .footer__callback a {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .footer__wrapp {
    padding-bottom: 45px; }
  .mainModal {
    width: 99%;
    padding: 60px 20px 60px 20px; }
  .mainModal__heading {
    font-size: 18px;
    line-height: 27px; }
  .mainModal__descr {
    font-size: 14px;
    line-height: 22px; }
  .mainModal form input {
    font-size: 14px; }
  .mainModal form {
    margin-top: 21px; }
  .reviewModal {
    padding: 30px 20px 33px 20px; }
  .reviewModal__info__photo {
    width: 56px;
    height: 56px;
    margin-right: 15px; }
  .reviewModal__info {
    margin-bottom: 23px; }
  .reviewModal__text {
    font-size: 14px;
    line-height: 22px; }
  .about-hotel__wrapp__btn.btn_mob {
    width: 96%;
    margin-right: 15px; }
  .header__logo {
    width: 40px;
    height: 28px;
    -webkit-background-size: 40px 40px;
            background-size: 40px; }
  .header__nav {
    padding-top: 60px; }
  .header-out-btn {
    top: 25px; }
  .videoModal {
    padding: 55px 10px 15px 10px; }
  .videoModal iframe {
    height: 230px; }
  .mainModal__slTy__heading br {
    display: none; }
  .mainModal__slTy__heading {
    font-size: 18px;
    line-height: 25px; }
  .mainModal__slTy__descr {
    font-size: 14px;
    line-height: 21px; }
  .footer-form__slideTy b {
    font-size: 27px;
    line-height: 37px; }
  .footer-form__slideTy p {
    font-size: 15px;
    line-height: 23px; }
  .banner__content__btns {
    margin-top: 205px; }
  .videoAbout {
    width: 95%; }
  .videoAbout iframe {
    height: 280px; } }

@media screen and (max-width: 369px) {
  .reviews__item {
    width: 280px; } }
