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

body {
  background-color: #fff;
  font-family: "Museo Medium", Arial, sans-serif; }

.grey-bg {
  background-color: #FCFAF8; }

h2 {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  color: #292929;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 20px; }

.heading-descr {
  text-align: center;
  font-size: 15px;
  color: #6F6F6F;
  font-family: "Museo Light", Arial, sans-serif;
  line-height: 23px; }

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

.bigContainer {
  width: 1560px;
  margin: 0 auto;
  position: relative; }

.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; }

.cards-loadmore {
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  width: 203px; }

.main-btn {
  background-color: transparent;
  border: 1px solid #897869;
  color: #fff;
  font-family: "Museo Bold", Arial, sans-serif;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  height: 56px;
  color: #897869; }
  .main-btn:focus {
    outline: none; }
  .main-btn:hover {
    background-color: #897869;
    color: #fff; }

.other-btn {
  background-color: #897869;
  border: none;
  color: #fff;
  font-family: "Museo Medium", Arial, sans-serif;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 12px;
  height: 56px;
  -webkit-border-radius: 9px;
          border-radius: 9px; }
  .other-btn:focus {
    outline: none; }
  .other-btn:hover {
    background-color: #292929;
    color: #fff; }

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

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

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 10; }

.header__wrapp {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #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;
  padding-left: 5%;
  padding-right: 5%; }

.header__menu {
  margin-right: auto;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  height: 100%; }
  .header__menu ul {
    height: 100%; }
    .header__menu ul 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__menu ul li a {
        height: 100%;
        line-height: 90px;
        display: inline-block;
        color: #fff;
        font-family: "Museo Bold", Arial, sans-serif;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        font-size: 12px; }

.header__info {
  margin-left: auto;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  text-align: right; }

.header__logo {
  display: block;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  height: 46px;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo.svg"); }

.header__info__callback {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #897869;
  font-family: "Museo Bold", Arial, sans-serif;
  border: none;
  border-bottom: 1px dashed #897869;
  background-color: transparent;
  margin-right: 53px; }
  .header__info__callback:focus {
    outline: none; }

.header__info__phone {
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-family: "Museo Bold", Arial, sans-serif; }

.banner {
  height: 850px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/grand_deluxe_villa_bg_3.jpg");
  position: relative; }
  .banner .mainContainer {
    height: 100%;
    z-index: 3; }
  .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.segate {
    background-image: url("../img/segate/banner.jpg"); }

.banner__wrapp {
  padding-top: 348px;
  text-align: center; }
  .banner__wrapp h1 {
    font-family: "Museo Thin", Arial, sans-serif;
    font-weight: 200;
    line-height: 86px;
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .banner__wrapp h2 {
    font-size: 18px;
    line-height: 27px;
    font-family: "Museo Thin", Arial, sans-serif;
    color: #fff;
    margin-bottom: 0; }

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

.banner__btn {
  width: 203px;
  margin-top: 40px; }

.about-hotel {
  padding-top: 100px;
  padding-bottom: 25px; }

.about-hotel__list {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.about-hotel__item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  -webkit-flex-basis: 26%;
      -ms-flex-preferred-size: 26%;
          flex-basis: 26%;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 9px;
          border-radius: 9px;
  background-color: #fff;
  padding: 30px 22px 30px 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__item:nth-child(1) {
    margin-left: 0; }
  .about-hotel__item:nth-child(3) {
    margin-right: 0; }

.about-hotel__item__img {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #E8DED5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 35px; }

.about-hotel__item__text b {
  color: #292929;
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Museo Bold", Arial, sans-serif; }

.about-hotel__item__text p {
  color: #6F6F6F;
  font-size: 15px;
  line-height: 23px;
  font-family: "Museo Light", Arial, sans-serif; }

.hotel-gallery {
  padding-top: 55px;
  padding-bottom: 90px; }

.hotel-gallery__list__wrapp {
  position: relative; }

.hotel-gallery__btn {
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(41, 41, 41, 0.8);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  background-repeat: no-repeat;
  background-position: center center; }
  .hotel-gallery__btn:focus {
    outline: none; }
  .hotel-gallery__btn:hover {
    background-color: #897869; }
  .hotel-gallery__btn.prev {
    background-image: url("../img/arrow_prev.svg");
    left: 4%; }
  .hotel-gallery__btn.next {
    background-image: url("../img/arrow_next.svg");
    right: 4%; }

.hotel-gallery__list {
  margin-top: 45px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  overflow: hidden; }
  .hotel-gallery__list .slick-dots {
    bottom: 20px; }
    .hotel-gallery__list .slick-dots li {
      margin: 0 1px; }
      .hotel-gallery__list .slick-dots li button {
        background-color: transparent;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid #fff;
        width: 9px;
        height: 9px;
        padding: 0; }
        .hotel-gallery__list .slick-dots li button:before {
          display: none; }
      .hotel-gallery__list .slick-dots li.slick-active button {
        background-color: #fff; }

.hotel-gallery__item {
  height: 500px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.entertainment {
  padding-top: 110px;
  padding-bottom: 120px; }

.entertainment__list {
  padding-top: 53px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.entertainment__item {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .entertainment__item:hover {
    -webkit-box-shadow: 0px 13.3148px 23.9666px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 13.3148px 23.9666px rgba(0, 0, 0, 0.05); }

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

.entertainment__item__content {
  padding: 23px 30px 45px 30px; }

.entertainment__item__heading {
  color: #292929;
  font-size: 24px;
  line-height: 29px;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 17px; }

.entertainment__item__descr {
  margin-bottom: 18px; }
  .entertainment__item__descr p {
    margin-bottom: 8px;
    color: #6F6F6F;
    font-size: 15px;
    line-height: 23px;
    font-family: "Museo Light", Arial, sans-serif; }
    .entertainment__item__descr p b {
      font-family: "Museo Medium", Arial, sans-serif;
      color: #292929;
      vertical-align: baseline; }

.entertainment__item__loadmore {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #897869;
  border: none;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-family: "Museo Bold", Arial, sans-serif; }

.activity {
  padding-top: 110px; }

.activity__list {
  margin-top: 100px; }

.activity__item {
  margin-bottom: 110px;
  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; }
  .activity__item:nth-child(odd) .activity__item__content {
    padding-right: 10%;
    padding-left: 7%; }
  .activity__item:nth-child(even) .activity__item__content {
    padding-left: 10%;
    padding-right: 7%; }

.activity__item__content {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }

.activity__item__img {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 380px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  background-size: cover; }

.activity__item__content__heading {
  margin-bottom: 16px;
  color: #292929;
  font-size: 32px;
  line-height: 38px;
  font-family: "Museo Bold", Arial, sans-serif; }

.activity__item__content__descr {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
  font-family: "Museo Light", Arial, sans-serif;
  color: #6F6F6F; }
  .activity__item__content__descr p {
    margin-bottom: 30px; }
    .activity__item__content__descr p:last-child {
      margin-bottom: 0; }
  .activity__item__content__descr ul {
    padding: 0;
    margin: 0; }
    .activity__item__content__descr ul li {
      font-size: 15px;
      line-height: 23px;
      font-family: "Museo Light", Arial, sans-serif;
      color: #6F6F6F;
      margin-bottom: 2px; }

.activity__item__content__btn {
  width: 202px; }

.rooms {
  padding-top: 110px;
  padding-bottom: 110px; }
  .rooms.segate .rooms__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rooms.segate .rooms__item {
    margin-left: 1%;
    margin-right: 1%; }
  .rooms.segate.villa .rooms__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.rooms__list {
  margin-top: 55px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.rooms__item {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden; }
  .rooms__item:hover {
    -webkit-box-shadow: 0px 13.3148px 23.9666px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 13.3148px 23.9666px rgba(0, 0, 0, 0.05); }
    .rooms__item:hover .rooms__item__img:after {
      opacity: 1; }

.rooms__item__img {
  height: 230px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  cursor: pointer; }
  .rooms__item__img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/zoom-in.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(137, 120, 105, 0.67);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.rooms__item__info {
  padding: 35px 30px 40px 30px; }

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

.rooms__item__params {
  margin-bottom: 20px; }
  .rooms__item__params p {
    margin-bottom: 5px;
    color: #6F6F6F;
    font-size: 15px;
    line-height: 23px;
    font-family: "Museo Light", Arial, sans-serif; }
    .rooms__item__params p b {
      font-family: "Museo Medium", Arial, sans-serif;
      color: #292929;
      vertical-align: baseline; }

.rooms__item__price {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  font-family: "Museo Light", Arial, sans-serif; }
  .rooms__item__price b {
    font-size: 24px;
    font-family: "Museo Bold", Arial, sans-serif;
    vertical-align: baseline; }

.rooms__item__btn {
  width: 203px; }

.reviews {
  padding-top: 110px;
  padding-bottom: 110px; }

.reviews__list {
  margin-top: 55px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.reviews__item {
  -webkit-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
  border: 1px solid #E8DED5;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  padding: 45px 20px 40px 30px;
  background-color: #fff;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .reviews__item:hover {
    -webkit-box-shadow: 0px 20px 36px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 36px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent; }

.reviews__item__info {
  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;
  margin-bottom: 18px; }

.reviews__item__avatar {
  border: 1px solid #897869;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px; }

.reviews__item__name {
  font-size: 18px;
  line-height: 24px;
  color: #292929;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 2px; }

.reviews__item__date {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 18px;
  font-family: "Museo Light", Arial, sans-serif; }

.reviews__item__descr {
  line-height: 23px;
  font-size: 15px;
  font-family: "Museo Light", Arial, sans-serif;
  color: #6F6F6F;
  height: 70px;
  overflow: hidden;
  margin-bottom: 30px; }

.reviews__item__link {
  color: #897869;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Museo Bold", Arial, sans-serif; }

.services {
  padding-top: 110px;
  padding-bottom: 110px; }

.services__list {
  margin-top: 80px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.services__item {
  background-color: #fff;
  padding: 43px 33px 43px 33px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 9px;
          border-radius: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  margin-bottom: 35px; }
  .services__item ul {
    margin: 0;
    padding: 0; }
    .services__item ul li {
      padding-left: 34px;
      margin-bottom: 6px;
      color: #6F6F6F;
      font-family: "Museo Light", Arial, sans-serif;
      font-size: 15px;
      line-height: 23px;
      background-image: url("../img/Cheked.svg");
      background-repeat: no-repeat;
      background-position: top left;
      -webkit-background-size: auto auto;
              background-size: auto; }

.services__item__heading {
  font-size: 24px;
  line-height: 29px;
  font-family: "Museo Bold", Arial, sans-serif;
  color: #292929;
  margin-bottom: 26px; }

.services__btn {
  margin: 0 auto;
  display: block;
  width: 243px;
  margin-top: 25px; }

.lead-block__wrapp {
  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; }

.lead-block__img {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 850px; }

.lead-block__content {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-left: 5%; }
  .lead-block__content form {
    width: 272px; }
    .lead-block__content form input {
      width: 100%;
      height: 56px;
      display: block;
      padding-left: 60px;
      color: #292929;
      font-size: 15px;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      margin-bottom: 10px;
      border: 1px solid #E8DED5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: 22px center;
      background-image: url("../img/Phone.svg"); }
      .lead-block__content form input:focus {
        outline: none; }
    .lead-block__content form button {
      width: 100%; }

.lead-block__content__wrapp {
  padding-left: 6%;
  border-left: 2px solid #E8DED5; }

.lead-block__content__heading {
  font-size: 28px;
  line-height: 34px;
  color: #292929;
  font-family: "Museo Bold", Arial, sans-serif;
  margin-bottom: 23px; }
  .lead-block__content__heading b {
    color: #897869;
    vertical-align: baseline; }

.footer__wrapp {
  padding-top: 35px;
  padding-bottom: 16px;
  background-color: #292929;
  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;
  padding-left: 60px;
  padding-right: 60px; }

.footer__contacts {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
  .footer__contacts a {
    color: #fff;
    font-size: 15px;
    font-family: "Museo Light", Arial, sans-serif;
    line-height: 23px;
    margin-right: 36px; }
  .footer__contacts button {
    padding: 0;
    margin: 0;
    color: #897869;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: "Museo Bold", Arial, sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 2px dashed #897869; }

.footer__logo {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  height: 38px;
  background-image: url("../img/footer-logo.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.footer__btns {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  text-align: right; }
  .footer__btns button {
    width: 48px;
    height: 48px;
    border: 1px solid #897869;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    background-image: url("../img/arrow-up.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 4px; }
    .footer__btns button:hover {
      background-color: #fff;
      border: 1px solid #fff; }
  .footer__btns p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: "Museo Light", Arial, sans-serif;
    padding-right: 4px; }

.hidden {
  display: none; }

.mainModal {
  max-width: 100%;
  width: 640px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 9px;
          border-radius: 9px; }
  .mainModal form {
    width: 100%;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .mainModal form input {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
      border: 1px solid #E8DED5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      background-color: transparent;
      padding-left: 63px;
      font-family: "Museo Medium", Arial, sans-serif;
      color: #292929;
      font-size: 15px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      height: 56px;
      background-repeat: no-repeat;
      background-position: 22px center;
      background-image: url("../img/Phone.svg"); }
      .mainModal form input:focus {
        outline: none; }
      .mainModal form input::-webkit-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .mainModal form input::-moz-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .mainModal form input:-ms-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .mainModal form input::-ms-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .mainModal form input::placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
    .mainModal form button {
      -webkit-flex-basis: 38%;
          -ms-flex-preferred-size: 38%;
              flex-basis: 38%; }

.mainModal__wrapp {
  padding: 60px 40px 80px 38px;
  text-align: left; }

.mainModal__heading {
  color: #292929;
  font-family: "Museo Bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 11px; }

.mainModal__descr {
  font-family: "Museo Light", Arial, sans-serif;
  color: #292929;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 28px; }

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../img/Close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none; }
  .modal-close:focus {
    outline: none; }

.roomsModal .mainModal__heading {
  font-size: 24px;
  line-height: 29px; }

.callbackModal {
  max-width: 100%;
  width: 640px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 9px;
          border-radius: 9px; }

.callbackModal__wrapp {
  padding: 60px 90px 70px 40px;
  text-align: left; }

.callbackModal__avatar {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.callbackModal__content {
  width: 300px; }
  .callbackModal__content form {
    width: 100%; }
    .callbackModal__content form input {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      border: 1px solid #E8DED5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      background-color: transparent;
      padding-left: 63px;
      font-family: "Museo Medium", Arial, sans-serif;
      color: #292929;
      font-size: 15px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      height: 56px;
      background-repeat: no-repeat;
      background-position: 22px center;
      background-image: url("../img/Phone.svg"); }
      .callbackModal__content form input:focus {
        outline: none; }
      .callbackModal__content form input::-webkit-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .callbackModal__content form input::-moz-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .callbackModal__content form input:-ms-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .callbackModal__content form input::-ms-input-placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
      .callbackModal__content form input::placeholder {
        color: #6F6F6F;
        font-family: "Museo Light", Arial, sans-serif; }
    .callbackModal__content form button {
      width: 100%; }

.callbackModal__heading {
  font-size: 24px;
  line-height: 29px;
  font-family: "Museo Bold", Arial, sans-serif;
  color: #292929;
  margin-bottom: 20px; }

.reviewModal {
  max-width: 100%;
  width: 640px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 9px;
          border-radius: 9px; }

.reviewModal__wrapp {
  padding: 39px 30px 30px 40px;
  text-align: left; }

.reviewModal__info {
  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;
  margin-bottom: 46px; }

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

.reviewModal__info__name {
  font-family: "Museo Bold", Arial, sans-serif;
  color: #292929;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 24px; }

.reviewModal__info__date {
  color: #6F6F6F;
  font-family: "Museo Light", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px; }

.reviewModal__text {
  font-size: 15px;
  line-height: 23px;
  color: #6F6F6F;
  font-family: "Museo Light", Arial, sans-serif;
  max-height: 300px;
  overflow: auto; }

.header__phonebtn {
  display: none; }

.header__burger {
  display: block; }

.callbackModal__slOne {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  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; }

.modal__slTy {
  text-align: center;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .modal__slTy img {
    margin-bottom: 25px; }
  .modal__slTy b {
    display: block;
    font-family: "Museo Bold", Arial, sans-serif;
    color: #292929;
    line-height: 29px;
    font-size: 24px;
    margin-bottom: 24px; }
  .modal__slTy p {
    margin-bottom: 0;
    opacity: 0.5;
    color: #292929;
    font-family: "Museo Light", Arial, sans-serif;
    font-size: 15px;
    line-height: 23px; }

.lead-block__content__wrapp .modal__slTy {
  text-align: left; }

.video-btn {
  display: none;
  margin: 0 auto;
  margin-top: 25px;
  color: #897869;
  background-color: #fff;
  border-color: #fff; }

.videoModalForm {
  padding: 0; }
  .videoModalForm .videoModalForm .remodal-close {
    left: auto;
    right: 9px;
    top: 10px;
    color: #fff;
    z-index: 10; }
    .videoModalForm .videoModalForm .remodal-close .videoModalForm .remodal-close:before {
      font-size: 30px; }

@media screen and (max-width: 1300px) {
  .mainContainer {
    width: 1170px; } }

@media screen and (max-width: 1280px) {
  .mainContainer {
    width: 990px; }
  .header__wrapp {
    padding-left: 2%;
    padding-right: 2%; }
  .header__menu ul li {
    padding-left: 7px;
    padding-right: 7px; }
    .header__menu ul li a {
      font-size: 11px; }
  .header__info__callback {
    margin-right: 25px; }
  .header__info__phone {
    font-size: 13px; }
  .banner {
    height: 690px; }
  .banner__wrapp {
    padding-top: 300px; }
  h2 {
    font-size: 40px; }
  .about-hotel {
    padding-top: 70px; }
  .heading-descr {
    font-size: 14px; }
  .about-hotel__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .about-hotel__item {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; }
  .about-hotel__item:nth-child(1) {
    margin-left: 15px; }
  .about-hotel__item:nth-child(3) {
    margin-right: 15px; }
  .about-hotel__item__text b {
    font-size: 21px; }
  .entertainment {
    padding-top: 90px;
    padding-bottom: 90px; }
  .entertainment__item__img {
    height: 200px; }
  .entertainment__item__content {
    padding: 20px 20px 30px 25px; }
  .entertainment__item__heading {
    font-size: 21px; }
  .entertainment__item__descr p {
    font-size: 14px;
    margin-bottom: 5px; }
  .activity {
    padding-top: 90px; }
  .activity__item__content__heading {
    font-size: 28px; }
  .activity__item__content__descr {
    font-size: 14px; }
  .activity__item:nth-child(odd) .activity__item__content {
    padding-right: 8%;
    padding-left: 5%; }
  .activity__item:nth-child(even) .activity__item__content {
    padding-left: 8%;
    padding-right: 5%; }
  .activity__item__content__descr p {
    margin-bottom: 20px; }
  .rooms {
    padding-top: 90px;
    padding-bottom: 90px; }
  .rooms__item__img {
    height: 195px; }
  .rooms__item__info {
    padding: 25px 20px 35px 25px; }
  .rooms__item__heading {
    font-size: 20px; }
  .rooms__item__params p {
    font-size: 14px;
    margin-bottom: 4px; }
  .rooms__item__price {
    font-size: 15px; }
  .rooms__item__price b {
    font-size: 23px; }
  .reviews {
    padding-top: 90px;
    padding-bottom: 90px; }
  .services {
    padding-top: 90px;
    padding-bottom: 90px; }
  .services__list {
    margin-top: 65px; }
  .services__item {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    padding: 35px 20px 35px 25px; }
  .services__item__heading {
    font-size: 21px;
    margin-bottom: 23px; }
  .services__item ul li {
    font-size: 14px; }
  .lead-block__img {
    height: 650px; }
  .lead-block__content__heading {
    font-size: 24px;
    line-height: 31px; }
  .footer__wrapp {
    padding-left: 2%;
    padding-right: 2%; }
  .footer__contacts a {
    margin-right: 25px; } }

@media screen and (max-width: 1024px) {
  .video-btn {
    display: block;
    margin-top: 15px; }
  .banner video {
    display: none !important; }
  .header__menu ul, .header__info__callback, .header__info__phone {
    display: none; }
  .header__burger {
    display: inline-block;
    width: 50px; }
    .header__burger span {
      width: 100%;
      margin-bottom: 7px;
      height: 3px;
      background-color: #C4C4C4;
      display: block; }
      .header__burger span:last-child {
        margin-bottom: 0; }
  .header__menu {
    height: auto; }
  .header__phonebtn {
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/header_phoneicon.svg");
    display: inline-block; }
  .mainContainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .banner {
    height: 700px; }
  .banner__wrapp h1 {
    font-size: 54px;
    line-height: 64px; }
  h2 {
    font-size: 34px;
    line-height: normal; }
  .hotel-gallery__item {
    height: 420px; }
  .hotel-gallery {
    padding-bottom: 70px; }
  .entertainment {
    padding-top: 70px;
    padding-bottom: 70px; }
  .entertainment__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .entertainment__item {
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    margin-left: 15px;
    margin-right: 15px; }
  .activity {
    padding-top: 70px;
    padding-bottom: 70px; }
  .activity__item:nth-child(odd) .activity__item__content {
    padding: 0; }
  .activity__item:nth-child(even) .activity__item__content {
    padding: 0; }
  .activity__item__content__heading {
    font-size: 27px; }
  .activity__item {
    margin-bottom: 70px; }
  .activity__item__img {
    height: 310px; }
  .main-btn {
    font-size: 11px;
    height: 48px; }
  .activity__item:last-child {
    margin-bottom: 0; }
  .activity__item__content__descr ul li {
    font-size: 14px;
    line-height: 21px; }
  .rooms {
    padding-top: 70px;
    padding-bottom: 70px; }
  .rooms__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rooms__item {
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    margin-left: 15px;
    margin-right: 15px; }
  .rooms__item__heading {
    font-size: 18px;
    margin-bottom: 16px; }
  .rooms__item__params p {
    margin-bottom: 3px; }
  .rooms__item__btn {
    width: 100%; }
  .reviews {
    padding-top: 70px;
    padding-bottom: 70px; }
  .reviews__item {
    padding: 30px 18px 33px 25px;
    margin-bottom: 25px; }
  .reviews__item__avatar {
    margin-right: 15px; }
  .reviews__item__name {
    font-size: 17px; }
  .reviews__item__descr {
    font-size: 14px;
    margin-bottom: 25px; }
  .reviews__item__link {
    font-size: 11px; }
  .services {
    padding-top: 70px;
    padding-bottom: 70px; }
  .services__list {
    margin-top: 50px; }
  .services__item {
    padding: 30px 20px 30px 15px; }
  .services__item__heading {
    font-size: 19px; }
  .services__item ul li {
    font-size: 13px; }
  .lead-block__content__heading {
    font-size: 20px; }
  .lead-block__img {
    height: 600px; }
  .footer__contacts a {
    margin-right: 17px; }
  .footer__contacts button {
    font-size: 11px; }
  .footer__contacts a {
    display: block;
    margin-bottom: 10px; }
  .footer__contacts a:first-child {
    display: none; }
  .footer__contacts button {
    display: none; }
  .footer__wrapp {
    padding-left: 21px;
    padding-right: 21px; }
  .footer__logo {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
  .footer__contacts {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .footer__btns {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .header-mob {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background 650ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 650ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 650ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #292929; }
    .header-mob .mainContainer {
      height: 100%;
      overflow: auto; }
  .header-mob__logo {
    margin: 0 auto;
    width: 100px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/logo.svg");
    display: block;
    -webkit-background-size: cover;
            background-size: cover; }
  .header-mob__wrapp {
    padding-top: 24px;
    padding-bottom: 115px;
    overflow: auto; }
  .header-mob__menu {
    margin-top: 100px;
    text-align: center; }
    .header-mob__menu li {
      padding-top: 16px;
      padding-bottom: 16px; }
      .header-mob__menu li a {
        color: #fff;
        font-size: 18px;
        font-family: "Museo Bold", Arial, sans-serif; }
  .header-mob__contacts {
    text-align: center;
    margin-top: 40px; }
    .header-mob__contacts p {
      color: #fff;
      font-size: 13px;
      line-height: 20px;
      font-family: "Museo Light", Arial, sans-serif;
      margin-bottom: 3px; }
    .header-mob__contacts a {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      font-family: "Museo Bold", Arial, sans-serif; }
  .header-mob__close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #292929;
    padding-bottom: 40px;
    padding-top: 30px; }
    .header-mob__close div {
      height: 40px;
      width: 40px;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/menu-close.svg");
      margin: 0 auto; }
  .lead-block__content .modal__slTy b {
    font-size: 21px;
    line-height: 26px; }
  .lead-block__content .modal__slTy p {
    font-size: 14px; }
    .lead-block__content .modal__slTy p br {
      display: none; }
  .lead-block__content__wrapp .modal__slTy {
    padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .banner {
    height: 670px; }
  .banner__wrapp h1 {
    font-size: 42px;
    line-height: normal; }
  .banner__wrapp h2 {
    font-size: 16px; }
  .banner__wrapp {
    padding-top: 330px; }
  h2 {
    font-size: 29px; }
  .heading-descr {
    width: 75%;
    margin: 0 auto; }
    .heading-descr br {
      display: none; }
  .about-hotel__item:nth-child(1), .about-hotel__item:nth-child(3) {
    margin-left: 0;
    margin-right: 0; }
  .about-hotel__item {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 20px;
    padding-left: 60px; }
  .about-hotel__item__text b {
    font-size: 19px; }
  .hotel-gallery__item {
    height: 380px; }
  .hotel-gallery__list .slick-dots {
    bottom: 11px; }
  .hotel-gallery__btn {
    width: 49px;
    height: 49px; }
  .hotel-gallery {
    padding-bottom: 50px; }
  .entertainment__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .activity__list {
    margin-top: 45px; }
  .activity__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .activity__item__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .activity__item__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 250px;
    margin-bottom: 15px; }
  .activity__item:nth-child(odd) .activity__item__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .activity__item {
    margin-bottom: 50px; }
  .rooms__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .rooms {
    padding-top: 60px;
    padding-bottom: 60px; }
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px; }
  .services {
    padding-top: 60px;
    padding-bottom: 60px; }
  .reviews__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 25px 18px 27px 20px;
    margin-bottom: 20px; }
  .reviews__list {
    margin-top: 45px; }
  .services__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 35px 25px 30px 25px;
    margin-bottom: 25px; }
  .services__item__heading {
    font-size: 21px; }
  .services__item ul li {
    font-size: 14px; }
  .lead-block__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .lead-block__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 440px;
    margin-bottom: 45px; }
  .lead-block__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0; }
  .lead-block__content__wrapp {
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px; }
  .lead-block__content__heading {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 25px; }
    .lead-block__content__heading br {
      display: none; }
  .lead-block__content form {
    margin: 0 auto; }
  .callbackModal__wrapp {
    padding: 50px 45px 40px 45px; }
  .callbackModal__slOne {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .callbackModal__content {
    width: 100%; }
  .callbackModal__heading {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center; }
  .callbackModal__avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 25px; }
  .callbackModal, .mainModal, .reviewModal {
    width: 430px; }
  .mainModal__heading {
    text-align: center; }
    .mainModal__heading br {
      display: none; }
  .mainModal__descr {
    text-align: center;
    font-size: 16px;
    line-height: 25px; }
  .roomsModal .mainModal__heading {
    font-size: 22px;
    line-height: 28px; }
  .mainModal form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mainModal form input {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 10px; }
  .mainModal form button {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .mainModal__wrapp {
    padding-bottom: 40px; }
  .mainModal__heading {
    font-size: 27px;
    line-height: 38px; }
  .reviewModal__info__name {
    line-height: normal;
    margin-bottom: 1px; }
  .reviewModal__info {
    margin-bottom: 31px; }
  .reviewModal__wrapp {
    padding-bottom: 40px; }
  .header__logo {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    height: 40px;
    -webkit-background-size: 125px 125px;
            background-size: 125px; }
  .header__menu {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .header__info {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .header__burger span {
    height: 2px;
    margin-bottom: 5px; }
  .header__wrapp {
    padding-left: 21px;
    padding-right: 21px;
    border-bottom: none; }
  .modal__slTy img {
    margin-bottom: 20px; }
  .modal__slTy b {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px; }
  .modal__slTy p br {
    display: none; }
  .lead-block__content__wrapp .modal__slTy {
    text-align: center;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .footer__logo {
    -webkit-background-size: 110px 110px;
            background-size: 110px; }
  .footer__btns button {
    width: 39px;
    height: 39px; }
  .footer__btns p {
    padding-right: 0;
    line-height: normal; }
  .header__logo {
    height: 35px;
    -webkit-background-size: 100px 100px;
            background-size: 100px; }
  .header__burger {
    width: 40px; }
  .banner {
    height: 670px; }
  .other-btn, .main-btn {
    height: 48px;
    font-size: 11px; }
  .banner__btn {
    width: 220px; }
  .banner__wrapp {
    padding-top: 340px; }
  h2 {
    font-size: 24px;
    margin-bottom: 11px; }
  .heading-descr {
    font-size: 13px;
    width: 85%; }
  .about-hotel__list {
    margin-top: 40px; }
  .about-hotel__item {
    padding: 25px 20px 25px 45px;
    margin-bottom: 10px; }
  .about-hotel__item__img {
    width: 48px;
    height: 48px;
    margin-right: 30px;
    line-height: 48px; }
    .about-hotel__item__img img {
      width: 25px; }
  .about-hotel__item__text b {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 2px; }
  .about-hotel__item__text p {
    font-size: 13px;
    line-height: 20px; }
  .hotel-gallery {
    padding-top: 25px; }
    .hotel-gallery .mainContainer {
      padding: 0; }
  .hotel-gallery__item {
    height: 330px; }
  .hotel-gallery__btns {
    display: none; }
  .hotel-gallery {
    padding-bottom: 40px; }
  .hotel-gallery__list {
    -webkit-border-radius: 0;
            border-radius: 0; }
  .slick-dots li {
    width: 16px; }
  .entertainment__list {
    padding-top: 40px; }
  .entertainment__item {
    margin-left: 0;
    margin-right: 0; }
  .entertainment__item__img {
    height: 220px; }
  .entertainment__item__content {
    padding: 20px 28px 25px 28px; }
  .entertainment__item__heading {
    line-height: normal; }
  .entertainment__item__loadmore {
    font-size: 11px; }
  .cards-loadmore {
    margin-top: 15px; }
  .cards-loadmore {
    width: 220px; }
  .activity__item__content__heading {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px; }
  .activity__item__img {
    margin-bottom: 17px; }
  .activity__item__content__descr {
    margin-bottom: 20px; }
  .heading-descr {
    width: 90%; }
  .rooms__list {
    margin-top: 35px; }
  .rooms__item {
    margin-left: 0;
    margin-right: 0; }
  .reviews__item__name {
    line-height: normal; }
  .reviews__item__descr {
    height: 93px; }
  .lead-block__img {
    height: 425px; }
  .lead-block__content__heading {
    width: 90%;
    font-size: 18px;
    line-height: 22px; }
  .lead-block__content form input {
    height: 48px;
    font-size: 14px; }
  .mainModal form input, .callbackModal__content form input {
    height: 48px;
    font-size: 14px; }
  .callbackModal, .mainModal {
    width: 100%; }
  .mainModal__wrapp, .callbackModal__wrapp {
    padding: 60px 20px 40px 20px; }
  .roomsModal .mainModal__heading, .callbackModal__heading {
    font-size: 19px;
    line-height: 26px; }
  .mainModal form, .callbackModal__content form {
    width: 85%;
    margin: 0 auto; }
  .callbackModal__avatar {
    height: 90px;
    width: 90px; }
  .reviewModal__wrapp {
    padding-left: 30px;
    padding-right: 30px; }
  .mainModal__heading {
    font-size: 24px;
    line-height: normal; }
  .header-mob__menu {
    margin-top: 75px; }
  .modal__slTy img {
    width: 60px; }
  .modal__slTy b, .lead-block__content .modal__slTy b {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 18px; }
  .modal__slTy p {
    font-size: 14px;
    line-height: 21px; } }

@media screen and (max-width: 370px) {
  .banner__wrapp h1 {
    font-size: 35px; }
  .banner__wrapp h2 {
    font-size: 14px;
    line-height: 24px; }
  .heading-descr {
    width: 95%; }
  .about-hotel__item {
    padding-left: 30px; }
  .about-hotel__item__img {
    margin-right: 23px; }
  .about-hotel__item__text b {
    font-size: 16px; }
  .hotel-gallery {
    padding-bottom: 30px; }
  .entertainment {
    padding-top: 50px;
    padding-bottom: 50px; }
  h2 {
    font-size: 22px; }
  .entertainment__item__heading {
    font-size: 19px;
    margin-bottom: 15px; }
  .activity {
    padding-top: 50px;
    padding-bottom: 50px; }
  .activity__item__img {
    height: 220px; }
  .activity__item__content__heading {
    font-size: 20px; }
  .activity__item__content__descr p {
    margin-bottom: 14px; }
  .rooms__item__params p {
    font-size: 13px; }
  .entertainment__item__descr p {
    font-size: 13px; }
  .rooms {
    padding-top: 50px;
    padding-bottom: 50px; }
  .reviews {
    padding-top: 50px;
    padding-bottom: 50px; }
  .reviews__item__name {
    font-size: 16px; }
  .services {
    padding-top: 50px;
    padding-bottom: 50px; }
  .lead-block__img {
    height: 350px; }
  .callbackModal__avatar {
    width: 85px;
    height: 85px;
    margin-bottom: 17px; }
  .roomsModal .mainModal__heading, .callbackModal__heading {
    font-size: 18px;
    line-height: 23px; }
  .callbackModal__heading {
    margin-bottom: 20px; }
  .mainModal form, .callbackModal__content form {
    width: 100%; }
  .mainModal__heading {
    font-size: 22px; }
  .mainModal__descr {
    font-size: 15px;
    line-height: 22px; }
    .mainModal__descr br {
      display: none; }
  .mainModal__descr {
    font-size: 14px; }
  .reviewModal__info__name {
    font-size: 17px; }
  .reviewModal__text {
    font-size: 14px; } }
