/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
/* Reserved Class End*/

/* Icons */
.i-tg {background: url(../img/icons/i-tg.png) center/contain no-repeat;}
.i-wt {background: url(../img/icons/i-wt.png) center/contain no-repeat;}
.i-fb {background: url(../img/icons/i-fb.png) center/contain no-repeat;}
.i-in {background: url(../img/icons/i-in.png) center/contain no-repeat;}
.i-fb-head {background: url(../img/svg/i-fb-head.svg) center/contain no-repeat;}
.i-in-head {background: url(../img/svg/i-in-head.svg) center/contain no-repeat;}
.i-ru {background: url(../img/svg/i-ru.svg) center/contain no-repeat;}
.i-en {background: url(../img/svg/i-en.svg) center/contain no-repeat;}
.i-book {background: url(../img/svg/i-book.svg) center/contain no-repeat;}
.i-tel {background: url(../img/svg/i-tel.svg) center/contain no-repeat;}
.i-email {background: url(../img/svg/i-email.svg) center/contain no-repeat;}
.i-point {background: url(../img/svg/i-point.svg) center/contain no-repeat;}
.i-wt-color {background: url(../img/svg/i-wt-color.svg) center/contain no-repeat;}
.i-tg-color {background: url(../img/svg/i-tg-color.svg) center/contain no-repeat;}
.i-fb-color {background: url(../img/svg/i-fb-color.svg) center/contain no-repeat;}
.i-in-color {background: url(../img/svg/i-in-color.svg) center/contain no-repeat;}
/* Icons END */

/* Style Default*/
a, button, .speed {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

/*

font-family: 'Inter', sans-serif;

font-family: 'Lato', sans-serif;

*/

body {
  color: #313131;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn {
  height: 40px;
  font-size: 16px;
  padding: 0 25px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

.btn--primary {
  color: #fff;
  background: #275553;
}

.btn--primary:hover {
  background: #1d4f4d;
}

.btn--borderGreen {
  color: #275553;
  border: 1px solid #275553;
}

.btn--borderGreen:hover {
  color: #fff;
  background: #275553;
}

.btn--borderWhite {
  color: #fff;
  border: 1px solid #fff;
}

.btn--borderWhite:hover {
  color: #000;
  background: #fff;
}

/* Title */

.title {
  width: 100%;
  font-family: 'Inter', sans-serif;
}

.title--mb {
  margin-bottom: 30px;
}

.title h1,
.title h2 {
  line-height: 1.16;
}

.title p {
  color: #313131;
  font-size: 24px;
  margin-top: 35px;
  line-height: 1.34;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

/* Paragraph */

.paragraph {
  width: 100%;
  line-height: 1.5;
}

.paragraph p+p {
  margin-top: 20px;
}

/* Swiper */

.swiper-button-arrow {
  width: 80px;height: 80px;
}

.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow:hover {
  opacity: .6;
}

.swiper-button-next {
  background: url(../img/svg/i-swipre-right.svg) center/contain no-repeat;
}

.swiper-button-prev {
  background: url(../img/svg/i-swipre-left.svg) center/contain no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}

/* Clouds */

.clouds {
  position: absolute;
  pointer-events: none;
}

/* Form */

.form__field,
.form__field input {
  width: 100%;
  display: block;
}

.form__field {
  margin-bottom: 15px;
}

.form__field input {
  color: #000;
  height: 52px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 52px;
  border-radius: 5px;
  border: 1px solid #275553;
  font-family: 'Lato', sans-serif;
}

/* Swiper dots */

.swiper-pagination {
  bottom: 55px !important;
}

.swiper-pagination-bullet {
  border-radius: 50%;
  opacity: .5 !important;
  border: 3px solid #FFF;
  margin: 0 2px !important;
  width: 14px;height: 14px;
  background: transparent !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

/* ------------ *Header ------------- */

.header {
  z-index: 21;
  padding: 17px 0;
  position: absolute;
  top: 0;left: 0;right: 0;
}

.header .container {
  position: relative;
}

/* Logo */

.logo {
  max-width: 183px;width: 100%;
}

/* Nav */

.nav {
  margin-left: auto;
}

.nav__item {
  margin-left: 24px;
}

.nav__link {
  height: 40px;
  color: #275553;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__link:hover {
  border-color: #275553;
}

/* Social */

.header .social {
  margin-left: 26px;
} 

.social__item {
  display: block;
  width: 40px;height: 40px;
}

.social__item:not(:last-child) {
  margin-right: 8px;
}

.social__item:hover {
  opacity: .5;
}

.social--group .social__item {
  width: 30px;height: 30px;
}

.social--group .social__item:not(:last-child) {
  margin: 0 10px 0 0;
}

/* Lang */

.lang {
  margin-left: 8px;
  position: relative;
}

.lang__item {
  height: 40px;
  color: #275553;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #275553;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.lang__item,
.lang__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang__item i {
  margin-right: 5px;
  width: 34px;height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lang__item a {
  color: inherit;
}

.lang__item:hover {
  opacity: .5;
}

.lang__list {
  display: none;
  position: absolute;
  top: 100%;left: 0;right: 0;
}

.lang--open .lang__item--current {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.lang--open .lang__list .lang__item {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.lang--open .lang__list .lang__item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lang--open .lang__list .lang__item:last-child {
  border-bottom: 1px solid;
}

/* Toggle */

.navbar-toggle {
  z-index: 1;
  margin-left: 20px;
}

.navbar-toggle span {
  display: block;
  background: #fff;
  position: relative;
  width: 30px;height: 2px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------- *Intro -------------- */

.intro {
  z-index: 1;
  color: #fff;
  min-height: 100vh;
  position: relative;
  padding: 215px 0 370px;
}

.intro:before,
.intro:after {
  pointer-events: none;
  top: 0;left: 0;right: 0;
}

.intro:before {
  z-index: 1;
  height: 393px;
  background: -o-linear-gradient(266deg, #FFF 0%, rgba(255, 255, 255, 0.57) 44.33%, rgba(255, 255, 255, 0.00) 73.5%), rgba(255, 255, 255, 0.00);
  background: linear-gradient(184deg, #FFF 0%, rgba(255, 255, 255, 0.57) 44.33%, rgba(255, 255, 255, 0.00) 73.5%), rgba(255, 255, 255, 0.00);
}

.intro:after {
  bottom: 0;
  opacity: .2;
  background: #000;
}

.intro .container {
  z-index: 1;
  position: relative;
}

.intro__box {
  max-width: 700px;width: 100%;
}

/* SL */

.intro__sl {
  left: 100%;
  margin-left: -30px;
  padding-bottom: 60px;
  width: 1000px;height: 410px;
}

.intro__sl .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.intro__item {
  height: 308px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.intro__item img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__item.swiper-slide-active {
  width: 357px !important;height: 350px;
}

.intro__sl .swiper-button-arrow {
  margin-top: 0;
  top: auto;bottom: 0;
  width: 38px;height: 38px;
}

.intro__sl .swiper-button-next {
  left: 54px;right: auto;
}

.intro__sl .swiper-button-prev {
  left: 0;
}

/* Book */

.book {
  margin-top: 148px;
  position: relative;
}

.book__head a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.book__head i {
  margin-left: 34px;
  width: 64px;height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.book__head a:hover {
  text-decoration: none;
}

.book__head a:hover i,
.book--open .book__head a i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.book__body {
  top: 100%;
  display: none;
  position: absolute;
  left: 5px;right: auto;
}

/* Btn */

.intro__btn {
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
}

/* Clouds */

.intro__clouds {
  z-index: 1;
  margin: 0 auto;
  bottom: -148px;left: 50%;
  width: 3015px;height: 260px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/other/intro-clouds.png) center/contain no-repeat;
}

/* Video */

.intro__video {
  z-index: -1;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

.intro__video:after {
  top: 0;left: 0;right: 0;bottom: 0;
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 47%), rgb(0 0 0 / 0%));
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 47%)), to(rgb(0 0 0 / 0%)));
  background: linear-gradient(to top, rgb(0 0 0 / 47%), rgb(0 0 0 / 0%));
}

.intro__video video {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------ *Journey ------------- */

.journey {
  z-index: 1;
  padding-top: 150px;
  min-height: 1080px;
  position: relative;
}

.journey .title {
  color: #121212;
}

.journey .title p {
  max-width: 900px;width: 100%;
}

.journey .paragraph {
  line-height: 1;
  color: #313131;
  font-size: 24px;
  max-width: 887px;
}

/* ----------- *Compound ------------- */

.compound {
  margin-top: -115px;
  position: relative;
  padding-top: 110px;
}

.compound:before,
.compound:after {
  left: 0;right: 0;
  pointer-events: none;
}

.compound:before {
  top: 0;
  height: 816px;
  background: -o-linear-gradient(rgba(178, 75, 1, .75), rgba(153, 84, 2, 0), rgba(84, 35, 3, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 75, 1, .75)), color-stop(rgba(153, 84, 2, 0)), to(rgba(84, 35, 3, 0)));
  background: linear-gradient(rgba(178, 75, 1, .75), rgba(153, 84, 2, 0), rgba(84, 35, 3, 0))
}

.compound:after {
  bottom: 0;
  height: 150px;
  background: -o-linear-gradient(0, #FFF 1.71%, rgba(255, 255, 255, 0.57) 61.81%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.00);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(1.71%, #FFF), color-stop(61.81%, rgba(255, 255, 255, 0.57)), to(rgba(255, 255, 255, 0.00))), rgba(255, 255, 255, 0.00);
  background: linear-gradient(0, #FFF 1.71%, rgba(255, 255, 255, 0.57) 61.81%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.00);
}

.compound .container {
  z-index: 1;
  position: relative;
}

.compound .title {
  color: #fff;
}

.compound__slider {
  position: relative;
}

.compound__sl {
  padding: 30px 0 50px;
}

.compound__item {
  color: #fff;
}

.compound__body {
  position: relative;
}

.compound__img {
  height: 210px;
}

.compound__img img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.compound__info {
  display: none;
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  background: -o-linear-gradient(0, #000 1.71%, rgba(0, 0, 0, 0.57) 83.20%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.00);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(1.71%, #000), color-stop(83.20%, rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.00))), rgba(0, 0, 0, 0.00);
  background: linear-gradient(0, #000 1.71%, rgba(0, 0, 0, 0.57) 83.20%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.00);
}

.compound__info p {
  margin: 12px 15px;
}

.compound__more {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 15px;bottom: 5px;
  font-family: 'Inter', sans-serif;
}

.compound__more:hover {
  text-decoration: underline;
}

.compound__name {
  font-size: 18px;
  margin-top: 7px;
  font-weight: bold;
}

.compound__nav {
  margin-top: 38px;
}

.compound__nav .swiper-button-arrow,
.compound__nav .swiper-pagination {
  position: static;
}

.compound__nav .swiper-pagination {
  padding: 0 4px;
}

.compound__logo {
  z-index: -1;
  opacity: .8;
  position: absolute;
  pointer-events: none;
  right: -80px;bottom: -40px;
  width: 1032px;height: 559px;
  background: url(../img/other/logo.png) center/contain no-repeat;
}

/* ---------- *Attractions ----------- */

.attractions__head {
  margin-bottom: 90px;
}

.attractions__head .title h2 {
  color: #C16F29;
  font-size: 64px;
  line-height: 1.25;
}

.attractions__row:not(:last-child) {
  margin-bottom: 4px;
}

.attractions__item {
  z-index: 1;
  color: #fff;
  padding: 40px 0;
  min-height: 898px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.attractions__item:before,
.attractions__item:after {
  z-index: -1;
  left: 0;right: 0;
  pointer-events: none;
}

.attractions__item:before {
  top: 0;
  height: 400px;
  background: -o-linear-gradient(top, #000 -30.29%, rgb(0 0 0 / 0%) 54.81%, rgb(0 0 0 / 0%) 100%), rgb(0 0 0 / 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-30.29%, #000), color-stop(54.81%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 0%))), rgb(0 0 0 / 0%);
  background: linear-gradient(180deg, #000 -30.29%, rgb(0 0 0 / 0%) 54.81%, rgb(0 0 0 / 0%) 100%), rgb(0 0 0 / 0%);
}

.attractions__item:after {
  height: 447px;
  bottom: -50px;
  background: -o-linear-gradient(0, #000 1.71%, rgba(0, 0, 0, 0.57) 61.81%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.00);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(1.71%, #000), color-stop(61.81%, rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.00))), rgba(0, 0, 0, 0.00);
  background: linear-gradient(0, #000 1.71%, rgba(0, 0, 0, 0.57) 61.81%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.00);
}

.attractions__item .container {
  z-index: 1;
  position: relative;
}

.attractions__item .title h2 {
  line-height: .8;
  font-size: 99px;
}

.attractions__text {
  color: #FEFEFE;
  font-size: 20px;
  margin-top: 33px;
  line-height: 1.2;
}

.attractions__more {
  position: absolute;
  bottom: -30px;right: 15px;
}

.attractions__more--open i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.attractions__more a {
  color: #fff;
  font-size: 12px;
  letter-spacing: .2px;
  text-decoration: underline;
}

.attractions__more i {
  margin-left: 15px;
  width: 29px;height: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.attractions__more a:hover {
  text-decoration: none;
}

.attractions__sl .swiper-button-next {
  right: 35px;
}

.attractions__sl .swiper-button-prev {
  left: 35px;
}

.attractions__row:first-child .attractions__item:before {
  display: none;
}

.attractions__row:last-child .attractions__item {
  padding-bottom: 80px;
}

.attractions__row:last-child .attractions__item:before {
  z-index: 1;
  margin-top: -110px;
  top: 100%;left: auto;
  width: 2789px;height: 306px;
  background: url(../img/other/attractions-clouds.png) center 0 no-repeat;
}

/* ------------- *Footer ------------- */

.footer {
  color: #fff;
  margin-top: 100px;
  min-height: 650px;
  padding: 200px 0 50px;
}

.footer__title {
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

/* Social */

.footer .social {
  margin: 20px auto 0;
  max-width: 500px;width: 100%;
}

.footer .social__item:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 0 !important;
}

.footer .social__item {
  width: 70px;height: 70px;
}

/* Cont */

.footer__cont {
  margin-top: 50px;
}

.footer__cont-item {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
}

.footer__cont-item:not(:last-child) {
  margin-right: 50px;
}

.footer__cont-item a {
  color: inherit;
}

.footer__cont-item a:hover {
  text-decoration: underline;
}

.footer__cont-item i {
  top: 4px;left: 0;
  position: absolute;
  width: 24px;height: 24px;
}

.footer__cont-item i.i-email {
  margin-top: 2px;
}

/* Copyright */

.copyright {
  font-size: 14px;
  margin-top: 50px;
}

/* ------------- *Modal -------------- */

.modal {
  z-index: 99;
  display: none;
  overflow: auto;
  position: fixed;
  background: rgb(39 85 83 / 63%);
  top: 0;left: 0;right: 0;bottom: 0;
}

.fullScreen {
  padding: 50px 0;
  min-height: 100%;
}

.modal__box {
  background: #fff;
  border-radius: 9px;
  padding: 50px 80px;
  position: relative;
  max-width: 530px;width: 97%;
}

.modal__close {
  color: #000;
  opacity: .4;
  position: absolute;
  top: 20px;right: 20px;
}

.modal__close:hover {
  opacity: .7;
}

.form__btn {
  margin-top: 30px;
}

.form__btn .btn {
  width: 100%;height: 50px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.intro:before,
.intro:after,
.intro__video:after,
.compound:before,
.compound:after,
.attractions__item:before,
.attractions__item:after {
  content: " ";
  position: absolute;
}

.attractions__sl .swiper-button-arrow.swiper-button-disabled {
    opacity: 0 !important;
}