body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

body .hand {
  max-width: 200px;
}

body .preloader {
  background: #191B23;
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111111;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body .preloader #preloader {
  max-width: 480px;
  padding-bottom: 180px;
  opacity: 0;
  overflow: visible;
}

body .preloader #preloader .preloader-1 {
  fill: #A46251;
}

body .preloader #preloader .preloader-3 {
  stroke: none;
  fill: none;
}

.swiper-slide.swiper-slide-video {}

.hero {
  max-height: 706px;
}

body {
  background-color: #191B23;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero {
  position: relative;
}

.hero .swiper-slide:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.15);
}

.hero .swiper-wrapper {
  z-index: 111;
}

.hero .container {
  max-width: 700px;
  text-align: center;
  position: absolute;
  top: 396px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 1111;
}

a {
  color: #fff;
  text-decoration: none;
}

.right {
  display: flex;
}

.upper-title {
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 1.15;
  position: relative;
  font-weight: 300;
  letter-spacing: .4em;
  margin: 0 0 20px 0;
}

.upper-title:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  display: block;
  background: #fff;
  opacity: .5;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.hero {
  position: relative;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  z-index: 111;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 36px;
  top: auto;
  left: auto;
  right: auto;
  transition: .4s;
}

.hero .swiper-button-prev:after,
.hero .swiper-button-next:after {
  display: none;
}

.hero .swiper-button-prev {
  position: absolute;
  left: 28px;
  background: url("images/arr-prev.svg");
  background-repeat: no-repeat;
  background-size: 4px 10px;
  background-position: center;
}

.hero .swiper-button-next {
  position: absolute;
  left: 70px;
  background: url("images/arr-next.svg");
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center;
}

.hero .title {
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 30px 0;
}

.hero .button {
  background: rgba(17, 17, 17, 0.15);
  padding: 18px 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: .4s;
  display: inline-block;
}

.hero .button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}

.hero .swiper-slide {
  position: relative;
  min-height: 100vh;
}

.hero .swiper-slide img {
  min-height: 100vh !important;
  min-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}

#preloader-2 {
  padding-bottom: 20px;
  max-height: 130px;
}

.hero .container {
  display: none;
}

body {
  overflow-y: scroll;
}

.preloader {
  z-index: 111111111100;
}

@media screen and (max-width: 640px) {
  body .preloader #preloader {
    max-width: 250px;
  }

  #preloader-new {
    margin-bottom: 100px;
  }

  * {
    outline: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  #preloader-2 {
    max-height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .preloader {
    padding-bottom: 120px;
  }

  .hero {
    max-height: 100vh;
  }

  .js-lang-switcher {
    font-size: 11px;
  }

  header .logo {
    top: 12px;
    max-width: 116px;
  }

  header .logo img {
    max-width: 100%;
  }

  .hero .container {
    top: 39vh;
  }

  .upper-title {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 11px;
    padding-bottom: 11px;
  }

  .hero .title {
    font-size: 32px;
    line-height: 44px;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-0 g,
.opacity-0 rect,
.opacity-0 path {
  fill: #A46251 !important;
}

.st0,
.st1 {
  fill: #A46251 !important;
}

#preloader-new {
  max-width: 670px;
}

.logo-left-decor,
.logo-right-decor {
  fill: none !important;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 111;
  padding-top: 25px;
  display: flex;
  align-items: center;
}

header .container {
  max-width: calc(100% - 90px);
}

header .logo {
  position: absolute;
  max-width: 164px;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

header .logo img {
  max-width: 164px;
}

header .left {
  display: flex;
}

header .left .location {
  margin-left: 52px;
}

header .container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 200;
}

header {
  padding-top: 30px;
}

header .container {
  max-width: calc(100% - 50px);
}

header .menu-toggler-wrapper {
  margin-top: -8px;
}

header {
  background: #191B23;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 1111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

header .logo {
  position: static;
  height: auto;
  min-height: auto;
  max-height: 52px;
}

header .logo img {
  height: 52px;
}

header .menu-toggler {
  display: block;
}

header .menu-toggler .menu-title {
  padding-right: 74px;
  right: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

header .menu-toggler .menu-title span {
  transition: .4s;
}

header .menu-toggler .menu-title:hover:before {
  width: 50px;
  right: 0;
}

header .menu-toggler .menu-title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #c5c5c5;
  top: 5px;
  right: 0;
  display: block;
  position: absolute;
  transition: .4s;
}

header .menu-toggler .menu-title:before {
  content: '';
  transition: .4s;
  width: 32px;
  height: 1px;
  background: #c5c5c5;
  bottom: 3px;
  right: 9px;
  margin: auto;
  display: block;
  position: absolute;
  transition: .4s;
}

header .left,
header .right {
  width: 120px;
}

.video_slide {
  display: block;
  /* min-height: 100vh !important; */
  min-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  top: 50vh;
}

video::-webkit-progress-value,
video::-webkit-progress-value {
  background: #c0392b;
}

/*video::-webkit-media-controls-timeline {display:none;}*/
video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {}





.sound_block {
  display: block;
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  z-index: 9999999999;
  line-height: 0;
  background-color: unset;
  border: none;
}

.sound_block svg {
  height: 20px;
  fill: #fff;
}

.sound_block svg#sound {
  display: none;
}

.sound_block.sound svg#sound {
  display: block;
}

.sound_block.sound svg#mute {
  display: none;
}

@media screen and (max-width: 640px) {
  header {
    padding: 12px 0;
  }

  header .js-lang-switcher a {
    font-size: 10px;
  }

  header .js-lang-switcher a:after {
    width: 8px;
  }

  header .js-lang-switcher a:first-of-type {
    margin-right: 23px;
  }

  header .menu-toggler-wrapper {
    margin-left: auto;
  }

  header .menu-toggler .menu-title {
    padding-right: 40px;
  }

  header .menu-toggler .menu-title:focus:after,
  header .menu-toggler .menu-title:hover:after,
  header .menu-toggler .menu-title:active:after {
    width: 32px;
  }

  header .menu-toggler .menu-title:focus:before,
  header .menu-toggler .menu-title:hover:before,
  header .menu-toggler .menu-title:active:before {
    width: 20px;
    right: 6px;
  }

  header .menu-toggler .menu-title:after {
    width: 32px;
  }

  header .menu-toggler .menu-title:before {
    width: 20px;
    right: 6px;
  }

  header .menu-toggler .menu-title span {
    opacity: 0 !important;
  }

  header .logo img {
    height: 29px;
  }

  header .logo {
    top: 12px;
    max-width: 116px;
  }

  header .logo img {
    max-width: 100%;
  }
}

.menu-toggler-wrapper .menu-title {
  position: absolute;
  top: calc(100% + 19px);
  right: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.menu-toggler-wrapper .menu-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-toggler-wrapper .menu-toggler .line-3,
.menu-toggler-wrapper .menu-toggler .line-1 {
  width: 35px;
  height: 1px;
  background: #fff;
  display: block;
  margin-right: 4px;
}

.menu-toggler-wrapper .menu-toggler .line-2 {
  width: 21px;
  height: 1px;
  background: #fff;
  margin-left: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

body .single-page {
  margin-top: 113px;
  padding-top: 65px;
}

body .single-page .cta {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 117px;
  padding-bottom: 83px;
}

body .single-page .cta .cta-logo {
  max-width: 444px;
}

body .single-page .first-block {
  padding-bottom: 378px;
}

body .single-page .image-inner-wrap {
  position: relative;
  line-height: .99;
}

body .single-page .image-inner-wrap img {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body .single-page .image-inner-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A46251;
  transform: translate(25px, 25px);
}

body .single-page .shadow-text {
  color: rgba(31, 33, 44, 0.7);
  font-size: 200px;
  line-height: 160px;
  position: absolute;
  bottom: -268px;
  left: -186px;
  font-weight: 200;
  text-transform: uppercase;
}

body .single-page .shadow-text strong {
  font-weight: 500;
}

body .single-page .container {
  display: flex;
  position: relative;
}

body .single-page .content-column,
body .single-page .image-column {
  padding: 0 24px;
}

body .single-page .subtitle {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  color: #E8E8E8;
  font-size: 24px;
  line-height: 1.5;
}

body .single-page p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
}

body .single-page p:last-of-type {
  margin-bottom: 0;
}

body .single-page p strong {
  font-weight: 400;
  color: #fff;
}

body .single-page p:first-of-type {
  position: relative;
}

body .single-page p:first-of-type:after {
  content: '';
  width: 100px;
  left: -32px;
  top: -30px;
  height: 1px;
  background: #A46251;
  position: absolute;
}

body .single-page .title-big {
  margin-top: 27px;
  color: rgba(197, 197, 197, 0.5);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
}

body .single-page .title-big strong {
  color: #c5c5c5;
  font-weight: 300;
}

body .single-page .second-block {
  padding-top: 123px;
  padding-bottom: 190px;
}

body .single-page .second-block .shadow-text {
  text-align: right;
  right: 0;
  left: auto;
  bottom: -188px;
}

body .single-page .second-block .image-inner-wrap {
  max-width: 570px;
}

body .single-page .second-block .image-inner-wrap:after {
  transform: translate(-25px, -25px);
}

body .single-page .second-block .image-inner-wrap img {
  width: 570px;
}

body .single-page .second-block .content-column {
  display: flex;
  align-items: center;
  padding-left: 78px !important;
}

body .single-page .cta-with-quote {
  padding: 157px 15px;
}

body .single-page .cta-with-quote .quote {
  margin: 0;
  font-size: 30px;
  text-align: center;
  max-width: 600px;
  font-weight: 300;
  color: #fff;
}

body .single-page .cta-with-quote .quote:after {
  display: none;
}

body .single-page .third-block {
  padding-top: 120px;
  padding-bottom: 255px;
}

body .single-page .third-block .image-inner-wrap img {
  width: 630px;
}

body .single-page .third-block .content-column {
  display: flex;
  align-items: center;
}

body .single-page .third-block .shadow-text {
  left: -86px;
  bottom: -230px;
}

@media screen and (max-width: 768px) {
  body .single-page {
    padding-top: 0;
    margin-top: 0;
  }

  body .single-page .hide-for-mobile {
    display: none;
  }

  body .single-page .second-block .image-inner-wrap:after {
    transform: translate(-5px, -15px);
  }

  body .single-page .third-block {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  body .single-page .third-block .shadow-text {
    display: none;
  }

  body .single-page .third-block .content-column {
    margin-bottom: 30px;
  }

  body .single-page .cta-with-quote {
    padding: 105px 0;
  }

  body .single-page .cta-with-quote .quote {
    font-size: 16px;
    max-width: 260px;
  }

  body .single-page .second-block {
    padding-top: 100px;
    padding-bottom: 143px;
  }

  body .single-page .second-block .shadow-text {
    right: 26px;
    bottom: -110px;
  }

  body .single-page .second-block .content-column {
    padding-left: 26px !important;
  }

  body .single-page .cta {
    background-position: center !important;
    padding: 55px 0;
  }

  body .single-page .cta-logo {
    height: 102px;
  }

  body .single-page p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  body .single-page .shadow-text {
    font-size: 55px;
    line-height: 45px;
    left: 26px;
    bottom: -126px;
  }

  body .single-page .container {
    flex-direction: column;
  }

  body .single-page .first-block {
    padding-bottom: 173px;
  }

  body .single-page .first-block .container {
    flex-direction: column-reverse;
  }

  body .single-page .title-big {
    margin-top: 56px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }

  body .single-page .subtitle {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }

  body .single-page .content-column,
  body .single-page .image-column {
    padding: 0 13px;
  }

  body .single-page p:first-of-type:after {
    width: 80px;
    left: -20px;
    top: -20px;
  }

  body .single-page .image-inner-wrap {
    padding: 0 10px;
    margin-bottom: 80px;
  }

  body .single-page .image-inner-wrap:after {
    transform: translate(24px, 14px);
    width: calc(100% - 20px);
  }

  body .single-page .image-inner-wrap img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body .single-page .hide-for-desktop {
    display: none;
  }
}

@media screen and (max-width: 1660px) and (min-width: 980px) {
  body .single-page .shadow-text {
    left: 0;
  }

  body .single-page .first-block .shadow-text {
    left: 0;
    font-size: 180px;
    line-height: 150px;
  }

  body .single-page .third-block .shadow-text {
    left: 0;
  }
}

body .hand {
  max-width: 200px;
}

body body .preloader {
  background: #191B23;
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11111111;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body body .preloader #preloader {
  max-width: 480px;
  padding-bottom: 180px;
  opacity: 0;
  overflow: visible;
}

body body .preloader #preloader .preloader-1 {
  fill: #A46251;
}

body body .preloader #preloader .preloader-3 {
  stroke: none;
  fill: none;
}

@media screen and (min-width: 640px) {
  .gallery-slide:hover .image-wrapper {
    transform: scale(0.875) !important;
  }

  .gallery-slide:hover .image-wrapper-inner {
    transform: scale(1.125);
    height: 600px;
    width: 970px;
  }
}

.image-wrapper {
  transition: 0.75s linear;
  height: 600px;
  will-change: transform;
  overflow: hidden;
  position: relative;
}

.image-wrapper .image-wrapper-inner {
  width: 970px;
  transition: 1.75s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  will-change: transform;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.gallery-list {
  margin-top: 170px;
}

.gallery-list .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-list .gallery-slide {
  margin-bottom: 315px;
  position: relative;
  position: relative;
}

.gallery-list .gallery-slide:after {
  content: '';
  width: 968px;
  height: 598px;
  border: 1px solid #A46251;
  top: 25px;
  right: -25px;
  display: block;
  z-index: 11;
  position: absolute;
}

.gallery-list .gallery-slide .title {
  position: absolute;
  top: 280px;
  margin: 0;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 100;
  color: #e9e9e9;
  z-index: 111;
}

.gallery-list .gallery-slide .title:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #A46251;
  position: absolute;
  left: -50px;
  bottom: -30px;
}

.gallery-list .shadow-title {
  position: absolute;
  bottom: -180px;
  text-transform: uppercase;
  left: -157px;
  top: auto;
  font-weight: 200;
  font-size: 180px;
  line-height: 0.75;
  color: rgba(31, 33, 44, 0.7);
}

.gallery-list .image-wrapper {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  width: 975px;
  margin-left: auto;
  margin-right: 0;
}

.gallery-list .image-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(25, 27, 35, 0.4);
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  position: absolute;
}

.gallery-list img {
  max-width: 100%;
}

.hero {
  max-height: 706px;
}

body {
  background-color: #191B23;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 111;
  padding-top: 25px;
  display: flex;
  align-items: center;
}

header .container {
  max-width: calc(100% - 90px);
}

header .logo {
  position: absolute;
  max-width: 164px;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

header .logo img {
  max-width: 164px;
}

header .left {
  display: flex;
}

header .left .location {
  margin-left: 52px;
}

header .container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 200;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero {
  position: relative;
}

.hero .swiper-slide:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.15);
}

.hero .swiper-wrapper {
  z-index: 111;
}

.hero .container {
  max-width: 700px;
  text-align: center;
  position: absolute;
  top: 396px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 1111;
}

a {
  color: #fff;
  text-decoration: none;
}

.menu-toggler-wrapper .menu-title {
  position: absolute;
  top: calc(100% + 19px);
  right: 4px;
  color: #fff !important;
}

.menu-toggler-wrapper .menu-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-toggler-wrapper .menu-toggler .line-3,
.menu-toggler-wrapper .menu-toggler .line-1 {
  width: 35px;
  height: 1px;
  background: #fff;
  display: block;
  margin-right: 4px;
}

.menu-toggler-wrapper .menu-toggler .line-2 {
  width: 21px;
  height: 1px;
  background: #fff;
  margin-left: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.right {
  display: flex;
}

.upper-title {
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 1.15;
  position: relative;
  font-weight: 300;
  letter-spacing: .4em;
  margin: 0 0 20px 0;
}

.upper-title:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  display: block;
  background: #fff;
  opacity: .5;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.hero {
  position: relative;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  z-index: 111;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 36px;
  top: auto;
  left: auto;
  right: auto;
  transition: .4s;
}

.hero .swiper-button-prev:after,
.hero .swiper-button-next:after {
  display: none;
}

.hero .swiper-button-prev {
  position: absolute;
  left: 28px;
  background: url("images/arr-prev.svg");
  background-repeat: no-repeat;
  background-size: 4px 10px;
  background-position: center;
}

.hero .swiper-button-next {
  position: absolute;
  left: 70px;
  background: url("images/arr-next.svg");
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center;
}

.hero .title {
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 30px 0;
}

.hero .button {
  background: rgba(17, 17, 17, 0.15);
  padding: 18px 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: .4s;
  display: inline-block;
}

.hero .button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}

.hero .swiper-slide {
  position: relative;
  min-height: 100vh;
}

.hero .swiper-slide img {
  min-height: 100vh !important;
  min-width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}

#preloader-2 {
  padding-bottom: 20px;
  max-height: 130px;
}

.hero .container {
  display: none;
}

body {
  overflow-y: scroll;
}

@media screen and (max-width: 640px) {
  body .preloader #preloader {
    max-width: 250px;
  }

  #preloader-new {
    margin-bottom: 100px;
  }

  * {
    outline: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  #preloader-2 {
    max-height: 78px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .preloader {
    padding-bottom: 120px;
  }

  .hero {
    max-height: 100vh;
  }

  .js-lang-switcher {
    font-size: 11px;
  }

  header {
    padding-top: 30px;
  }

  header .container {
    max-width: calc(100% - 50px);
  }

  header .menu-toggler-wrapper {
    margin-top: -8px;
  }

  .menu-toggler-wrapper .menu-toggler .line-3,
  .menu-toggler-wrapper .menu-toggler .line-1 {
    width: 33px;
    margin-right: 3px;
  }

  .menu-toggler-wrapper .menu-title {
    top: calc(100% + 10px);
    font-size: 10px;
  }

  header .logo {
    top: 12px;
    max-width: 116px;
  }

  header .logo img {
    max-width: 100%;
  }

  .hero .container {
    top: 39vh;
  }

  .upper-title {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 11px;
    padding-bottom: 11px;
  }

  .hero .title {
    font-size: 32px;
    line-height: 44px;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-0 g,
.opacity-0 rect,
.opacity-0 path {
  fill: #A46251 !important;
}

.st0,
.st1 {
  fill: #A46251 !important;
}

#preloader-new {
  max-width: 670px;
}

.logo-left-decor,
.logo-right-decor {
  fill: none !important;
}

body {
  transition: .75s;
}

body .preloader {
  z-index: 1111111;
}

header {
  background: #191B23;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 1111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

header .logo {
  position: static;
  height: auto;
  min-height: auto;
  max-height: 52px;
}

header .logo img {
  height: 52px;
}

header .menu-toggler {
  display: block;
}

header .menu-toggler .menu-title {
  padding-right: 74px;
  right: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

header .menu-toggler .menu-title span {
  transition: .4s;
}

header .menu-toggler .menu-title:hover:before {
  width: 50px;
  right: 0;
}

header .menu-toggler .menu-title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #c5c5c5;
  top: 5px;
  right: 0;
  display: block;
  position: absolute;
  transition: .4s;
}

header .menu-toggler .menu-title:before {
  content: '';
  transition: .4s;
  width: 32px;
  height: 1px;
  background: #c5c5c5;
  bottom: 3px;
  right: 9px;
  margin: auto;
  display: block;
  position: absolute;
  transition: .4s;
}

header .left,
header .right {
  width: 120px;
}

.js-lang-switcher a {
  color: rgba(197, 197, 197, 0.3);
  position: relative;
  line-height: 1;
}

.js-lang-switcher a:first-of-type {
  margin-right: 36px;
}

.js-lang-switcher a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background: #c5c5c5;
  top: 0;
  bottom: 0;
  margin: auto;
}

.js-lang-switcher a:nth-child(2):after {
  right: calc(100% + 4px);
  background: rgba(197, 197, 197, 0.3);
}

.js-lang-switcher a.active {
  color: #c5c5c5;
}

body .menu-block {
  transition: .75s;
  background: #191B23;
  position: fixed;
  top: 113px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 113px);
  padding-top: 66px;
  z-index: 1111;
  transform: translateY(100%);
  will-change: transform;
}

body .menu-item {
  margin-bottom: 24px;
  text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform;
  transition: .5s;
}

body .menu-item.active:after {
  position: absolute;
  content: '';
  width: 75%;
  height: 1px;
  background: #A46251;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

body .menu-item.active a {
  color: #A46251;
}

body .menu-item a {
  color: #C5C5C5;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

body .menu-item a:hover {
  color: #A46251;
}

body .menu-title span {
  transition: .4s;
}

body .menu-title span:last-of-type {
  opacity: 0;
  position: absolute;
  left: 0;
}

body.menu-open.menu-close .menu-block {
  transition-delay: .75s;
  transform: translateY(100%);
}

body.menu-open.menu-close .menu-item {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: .58s;
}

body.menu-open.menu-close .menu-item:nth-child(2) {
  transition-delay: .5s;
}

body.menu-open.menu-close .menu-item:nth-child(3) {
  transition-delay: .42s;
}

body.menu-open.menu-close .menu-item:nth-child(4) {
  transition-delay: .34s;
}

body.menu-open.menu-close .menu-item:nth-child(5) {
  transition-delay: .26s;
}

body.menu-open.menu-close .menu-item:nth-child(6) {
  transition-delay: .18s;
}

body.menu-open.menu-close .menu-item:nth-child(7) {
  transition-delay: .1s;
}

body.menu-open.menu-close .menu-item:nth-child(8) {
  transition-delay: .02s;
}

body.menu-open.menu-close .menu-title:after {
  width: 50px;
  top: 5px;
  right: 0;
  transition: .4s;
  transform: none;
}

body.menu-open.menu-close .menu-title:before {
  transition: .4s;
  width: 32px;
  bottom: 3px;
  right: 9px;
  transform: none;
  margin: auto;
}

body.menu-open.menu-close .menu-title span:last-of-type {
  opacity: 0;
}

body.menu-open.menu-close .menu-title span:first-of-type {
  opacity: 1;
}

body.menu-open .menu-title span:last-of-type {
  opacity: 1;
}

body.menu-open .menu-title span:first-of-type {
  opacity: 0;
}

body.menu-open .menu-title:after {
  width: 34px;
  top: -5px;
  right: 17px;
  bottom: auto;
  margin: auto;
  display: block;
  transform: rotate(45deg) translate(50%, 50%);
  position: absolute;
}

body.menu-open .menu-title:before {
  width: 34px !important;
  top: 19px;
  right: 17px !important;
  left: auto !important;
  bottom: auto;
  margin: auto;
  display: block;
  transform: rotate(-45deg) translate(50%, 50%);
  position: absolute;
}

body.menu-open .menu-block {
  transform: translateY(0);
}

body.menu-open .menu-item {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .6s;
}

body.menu-open .menu-item:nth-child(2) {
  transition-delay: .7s;
}

body.menu-open .menu-item:nth-child(3) {
  transition-delay: .78s;
}

body.menu-open .menu-item:nth-child(4) {
  transition-delay: .86s;
}

body.menu-open .menu-item:nth-child(5) {
  transition-delay: .94s;
}

body.menu-open .menu-item:nth-child(6) {
  transition-delay: 1.02s;
}

body.menu-open .menu-item:nth-child(7) {
  transition-delay: 1.1s;
}

body.menu-open .menu-item:nth-child(8) {
  transition-delay: 1.18s;
}

a {
  transition: .4s;
}

@media screen and (max-width: 640px) {
  .gallery-list .shadow-title {
    display: none;
  }

  .gallery-slide {
    position: fixed !important;
    width: 100vw;
    top: auto !important;
    bottom: 50px !important;
  }

  .gallery-slide .image-wrapper-inner {
    transition: .8s;
    transform: translateY(-20%);
  }

  .gallery-slide .image-wrapper {
    height: 0;
  }

  .gallery-slide.current-slide .image-wrapper-inner {
    transform: translateY(0);
  }

  .gallery-slide.current-slide.current-slide-new {
    z-index: 1111;
  }

  .gallery-slide.current-slide .image-wrapper {
    height: calc(100vh - 102px) !important;
  }

  .gallery-slide.current-slide .image-wrapper-inner {
    height: calc(100vh - 102px) !important;
  }

  .gallery-slide.current-slide-new .image-wrapper {
    height: calc(100vh - 102px) !important;
  }

  .gallery-slide.current-slide-new .image-wrapper-inner {
    height: calc(100vh - 102px) !important;
  }

  .image-wrapper {
    height: calc(100vh - 102px);
  }

  .slide-up,
  .slide-down {
    position: fixed;
    top: calc(100vh - 112px);
    z-index: 11111;
  }

  .slide-down {
    left: 50px;
  }

  .slide-up {
    left: 94px;
  }

  .gallery-list {
    margin-top: 0;
    position: fixed;
    top: 52px;
    bottom: 50px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 102px);
  }

  .gallery-list .container {
    padding: 0;
  }

  .gallery-list .gallery-slide {
    margin: auto;
  }

  .gallery-list .gallery-slide .image-wrapper-inner {
    width: 100%;
    height: calc(100vh - 102px);
    background-size: cover;
    margin: 0;
  }

  .gallery-list .gallery-slide .title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    left: 50px;
    top: calc(100vh - 230px);
  }

  .gallery-list .gallery-slide .title:after {
    display: none;
  }

  .gallery-list .gallery-slide:after {
    width: calc(100% - 46px);
    height: calc(100vh - 124px);
    top: 11px;
    left: 0;
    right: 0;
    margin: auto !important;
  }

  header {
    padding: 12px 0;
  }

  header .js-lang-switcher a {
    font-size: 10px;
  }

  header .js-lang-switcher a:after {
    width: 8px;
  }

  header .js-lang-switcher a:first-of-type {
    margin-right: 23px;
  }

  header .menu-toggler-wrapper {
    margin-left: auto;
  }

  header .menu-toggler .menu-title {
    padding-right: 40px;
  }

  header .menu-toggler .menu-title:focus:after,
  header .menu-toggler .menu-title:hover:after,
  header .menu-toggler .menu-title:active:after {
    width: 32px;
  }

  header .menu-toggler .menu-title:focus:before,
  header .menu-toggler .menu-title:hover:before,
  header .menu-toggler .menu-title:active:before {
    width: 20px;
    right: 6px;
  }

  header .menu-toggler .menu-title:after {
    width: 32px;
  }

  header .menu-toggler .menu-title:before {
    width: 20px;
    right: 6px;
  }

  header .menu-toggler .menu-title span {
    opacity: 0 !important;
  }

  header .logo img {
    height: 29px;
  }

  body .menu-item {
    margin-bottom: 10px;
  }

  body .menu-item.active:after {
    bottom: 2px;
  }

  body .menu-item a {
    font-size: 20px;
  }

  body .menu-block {
    top: 52px;
  }

  header {
    background: transparent;
  }
}

body .menu-block {
  z-index: 11111 !important;
}

header {
  transition: .4s;
}

body.menu-open header {
  background: #191B23;
}

body header {
  background: transparent;
}

body .preloader {
  z-index: 1111111 !important;
}

body.menu-open .menu-block {
  z-index: 11111;
}

@media screen and (max-width: 768px) {

  .hero .swiper-button-prev,
  .hero .swiper-button-next {
    bottom: 50px !important;
    display: block;
  }
}

body .js-lang-switcher a:after {
  background: rgba(197, 197, 197, 0.3) !important;
}

body .js-lang-switcher a.active:after {
  background: #c5c5c5 !important;
}

/*# sourceMappingURL=style.css.map */
body.menu-open .menu-item:nth-child(9) {
  transition-delay: 1.26s !important;
}

body.menu-open.menu-close .menu-item:nth-child(9) {
  transition-delay: 0s !important;
}

.hero .title {
  margin: 0 0 15px !important;
}

.hero .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.41;
  font-weight: 400;
  margin: 0 0 30px;
}

.front-page .swiper-container .swiper-slide,
.front-page .swiper-container .swiper-slide img {
  -webkit-backface-visibility: hidden !important;
}

.hero .swiper-slide img {
  width: 100vw;
  height: 100vh;
  will-change: transform;
  object-position: center center;
}

@media screen and (max-width: 640px) {
  .hero {
    overflow: hidden;
  }

  .hero .subtitle {
    font-size: 18px;
    margin: 0 0 15px;
  }
}