﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap");

@import url("//cdn.web-fonts.ge/fonts/bpg-web-001/css/bpg-web-001.min.css");

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: "BPG WEB 001", sans-serif;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "BPG WEB 001", sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  color: #2f2f2f;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

h1 div,
h2 div,
h3 div,
h4 div,
h5 div,
h6 div {
  overflow: hidden;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.alert-success {
  color: #c3a84d;
  text-align: center;
}

.alert-danger {
  color: #79021c;
  text-align: center;
}

.choose-floor-mobile {
  display: none !important;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.site-header {
  height: 0;
}

.logo {
  width: 10% !important;
}

.logo-dark {
  width: 10% !important;
}

.site-header .logo {
  display: inline-block;
  line-height: 0;
  position: fixed;
  left: 70px;
  top: 19px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btns-main {
  flex-wrap: wrap !important;
  margin: 0 auto !important;
  width: 80% !important;
}

.top {
  margin-top: 20px;
}

.header-menu .hamburger {
  display: none;
  top: 42px;
  background-color: #c3a84d;
  animation: fade 0.5s linear;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hamburger {
  position: fixed;
  right: 58px;
  top: 55px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.site-header .header-menu {
  position: fixed;
  right: 70px !important;
  top: 63px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header-menu .lang li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.site-header .header-menu .lang li a:hover {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #c3a84d;
  padding: 0 5px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.dark-color {
  color: #0c1d3d !important;
}

.gallery-container {
  background-color: #edeae5;
  text-align: center;
  padding: 145px 0 0px;
  position: relative;
  overflow: hidden;
}

.site-header.main-index .sound-ctrl {
  display: inline-block;
  line-height: 0;
  margin-right: 20px;
  padding-top: 2px;
}

.site-header.main-index .sound-ctrl svg {
  width: 20px;
  height: auto;
}

.site-header.main-index .sound-ctrl .on {
  display: none;
}

ul.menu {
  display: none;
}

ul.lang {
  display: flex;
  justify-content: space-between;
}

.en,
.ge,
.ru {
  color: white;
  text-decoration: none;
  margin-right: 1em;
}

.video-container {
  height: 100vh;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  background-color: rgba(134, 116, 78, 0.15);
}

.video-container .cover {
  background: url("../img/gallery/view/1.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-container .video:before {
  background-color: rgba(13, 93, 93, 0.1);
}

.video-container .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-container .video:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.video-container .video:after,
.video-container .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.video-container .content h1 {
  font-size: 90px;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.section-v {
  height: 100vh;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  background-color: rgba(134, 116, 78, 0.15);
}

.section-v .cover {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.section-v .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.section-v .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section-v .wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.btn {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  line-height: 1.4;
  display: inline-block;
  min-width: 230px;
  padding: 19px 30px;
  border-radius: 90px;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.3s ease-in-out !important;
}

.btn:hover {
  background: #c3a84d;
  color: white;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.warning {
  background: #c4a84c;
  color: white;
}

.warning:hover {
  background: white;
  color: #c4a84c;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.offers {
  display: flex;
  justify-content: space-between;
}

img.offer-image {
  height: auto;
  object-fit: cover;
}

.offer-item {
  padding: 1em;
  background: white;
  height: 10%;
  margin: 0 auto;
}

.offer-desc {
  margin: 1em 0em 0.5em 0em;
}

/* .video-container .content .btns .btn + .btn {
  margin-left: 20px;
} */

.btns.btn-center {
  text-align: center;
  margin-top: 10px;
}

#nav-icon1 {
  width: 30px;
  height: 15px;
  position: relative;
  margin-left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span.dark-color-span {
  background: #0c1d3d;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 6px;
}

#nav-icon1 span:nth-child(3) {
  top: 12px;
}

#nav-icon1.open span:nth-child(1) {
  top: 6px;
  background-color: white;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  background-color: white;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 6px;
  background-color: white;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-nav.active {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0%);
  z-index: 102;
}

.active_floor {
  color: #c3a84d;
}

.site-header.active {
  z-index: 110;
}

#nav-icon1 {
  z-index: 110;
}

.main-nav {
  background-color: #19325e;
  position: fixed;
  top: 0;
  right: 0;
  width: 738px !important;
  height: 100%;
  padding: 0 0 0 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 102;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.486);
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

.main-menu li a.active-menu {
  color: white;
}

li a.active-lang {
  color: #c3a84d;
}

.main-menu li a:hover {
  color: #ffffff;
  transition: color 0.3s ease-out;
}

.main-nav .main-menu li + li {
  margin-top: 35px;
}

ul.social {
  display: flex;
  align-items: center;
}

.social li a svg {
  width: 40%;
  margin-top: 40px;
}

.overlay {
  background-color: #00000079;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.section-1 {
  background-color: rgba(134, 116, 78, 0.15);
  padding: 144px 0 166px;
  position: relative;
  overflow: hidden;
}

.section-1 .image .slogan {
  bottom: 2%;
  left: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-1 .offers .slogan {
  bottom: 12%;
  left: 352px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  z-index: -1;
}

.image2d {
  max-width: 1000px;
}

.slogan {
  color: #e6e2da;
  font-size: 240px;
  line-height: 0.7;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
}

.section-1 .video-iframe {
  width: 720px;
  height: 505px;
  z-index: 1;
  position: relative;
}

.cover,
.video-iframe .cover {
  /* background: url("/assets/img/main/about-section1.jpg") no-repeat center center; */
  background-size: cover;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.cover:before,
.video-iframe .cover:after,
.video-iframe .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-icon,
.video-iframe .play-icon {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

iframe.live {
  width: 1000px;
  height: 700px;
}

iframe.frame {
  margin-top: 2em;
}

.play-icon svg,
.video-iframe .play-icon svg {
  width: 114px;
  height: auto;
}

.image {
  width: 474px;
  height: 724px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
  position: relative;
}

.img-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main/home-section1.jpg") no-repeat center center;
  background-size: cover;
}

.img-bg-about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main/home-section11.jpg") no-repeat center center;
  background-size: cover;
}

.middle-text {
  display: flex;
  flex-direction: column;
}

.middle-text a {
  font-size: 22px;
  line-height: 1;
  color: #0d5d5d;
  font-weight: 500;
  display: inline-block;
}

.middle-text a .icon {
  display: inline-block;
  width: 22px;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
}

a .icon.email svg {
  width: 22px;
}

a .icon.phone svg {
  width: 15px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.section-1 .content {
  padding: 0 0 0 108px;
}

.section-1 .contact {
  padding: 50px 0 0 0;
}

.section-1 .content-reverse {
  padding: 0 45px 0 0;
}

.content h1 {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 25px;
}

.section-1 .wrapper .btn {
  margin-top: 46px;
}

.section-2 {
  height: 100vh;
  position: relative;
  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;
}

.section-2 .cover {
  background: url("../img/main/home-section2.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-2 .cover:before {
  background-color: rgba(13, 93, 93, 0.22);
}

.ection-2 .cover:after {
  background-color: rgba(0, 0, 0, 0.44);
}

.section-2 .cover:after,
.section-2 .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-2 .wrapper {
  position: relative;
  z-index: 2;
  margin: 0;
}

.white-text {
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.icon-apps {
  border: 1px solid white;
  width: 170px;
  height: 170px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6em;
}

.text-box {
  text-align: left;
}

.flex-box.align {
  align-items: center;
}

.padding {
  padding: 0 0 0 108px;
}

h1.number {
  font-size: 100px;
  color: white;
}

h1.main-text {
  color: white;
  text-align: center;
}

p.white-p {
  color: white;
  text-align: center;
  margin-top: 0.4em;
  font-size: 0.5em;
}

.green {
  color: #0b5c5d !important;
}

p.is_sold {
  color: red !important;
}

.section-3 {
  background-color: #19325e;
  padding: 144px 0 166px;
  position: relative;
  overflow: hidden;
}

.login-box .user-box {
  position: relative;
  width: 30%;
  justify-content: space-between;
}

.login-box .user-box.wide {
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.login-box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.548);
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #ffffff;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #0c1d3d;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

.login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 100px #03e9f4;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

hr.text-line {
  width: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
}

hr.lines {
  width: 90%;
  float: left;
}

.half {
  width: 5% !important;
}

footer.footer {
  background-color: #0c1d3d;
  padding: 144px 0 166px;
  position: relative;
  overflow: hidden;
}

.content .quote {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  position: relative;
}

.about-section-1 {
  height: 560px;
  position: relative;
  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;
}

.about-section-1 .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.about-section-1 .content .quote .qr svg path {
  fill: #fff;
}

.about-section-1 .content .quote .ql svg path {
  fill: #fff;
}

.about-section-1 .cover .cover-inner {
  background: url("../img/main/about-section1.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  will-change: transform;
}

.about-section-1 .cover .cover-offer {
  background: url("../img/main/main.jpg") no-repeat center center !important;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  will-change: transform;
}

.about-section-1 .cover .cover-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.568);
}

.about-section-1 .content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 750px;
}

.about-section-1 .content h1 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

.content h1 span {
  font-size: 50px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  display: inline-block;
}

.about-section-1 .content .quote {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  position: relative;
}

.about-section-1 .content .quote .ql {
  position: absolute;
  bottom: -40px;
  left: -70px;
}

.about-section-1 .content .quote .qr {
  position: absolute;
  top: -15px;
  right: -70px;
}

.about-section-1 .content .quote .ql svg {
  width: 34px;
  height: auto;
}

.about-section-1 .content .quote .qr svg {
  width: 34px;
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

h1.light-style {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

h1.big-style {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

.about-section-6 {
  background-color: rgba(134, 116, 78, 0.15);
}

.about-section-6 .as5-bg {
  position: relative;
  height: 439px;
  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;
  overflow: hidden;
}

.about-section-6 .as5-bg .cover:after {
  background-color: rgba(0, 0, 0, 0.24);
}

.about-section-6 .as5-bg .header {
  position: relative;
  z-index: 2;
}

.about-section-6 .as5-bg .header h1 {
  color: #fff;
}

.about-section-6 .content ul {
  margin: 0;
  padding: 100px 0 110px;
  list-style: none;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.about-section-6 .content ul li + li {
  margin-top: 20px;
}

.about-section-6 .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: url("../img/icon/point.svg") no-repeat center center;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.about-section-6 .content ul li {
  position: relative;
  padding-left: 50px;
  width: 90%;
}

.about-section-6 .as5-bg .cover {
  background: url("../img/gallery/project/new/3.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  bottom: -45%;
  z-index: 1;
  will-change: transform;
}

.about-section-6 .as5-bg .cover:after,
.about-section-6 .as5-bg .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-section-7 {
  background-color: #e7e3dc;
  text-align: center;
  padding: 115px 0 100px;
  position: relative;
  overflow: hidden;
}

.about-section-8 {
  background-color: #eeeae4;
  text-align: center;
  padding: 115px 0 100px;
  position: relative;
  overflow: hidden;
}

/* .video-frame {
  margin-top: 2em;
} */

.video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-part {
  line-height: 0;
  position: absolute;
  bottom: -212px;
  left: calc(50% - 216px);
}

.logo-part svg {
  width: 432px;
  height: auto;
}

.logo-part svg path {
  fill: #e0dbd2;
}

.about-section-7 p {
  max-width: 830px;
  margin: 0 auto;
}

.about-section-7 .partners-list {
  width: 1044px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -13px 0 -13px;
}

.about-section-7 .partners-list .partner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 0 26px;
  padding: 0 13px;
  display: block;
}

.about-section-7 .partners-list .partner .inner {
  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;
  height: 125px;
  border: 1px solid #cdc8be;
  padding: 30px;
}

.about-section-7 .partners-list .partner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-card h3 {
  text-align: left;
}

.about-section-7 .partners-list .partner img:hover {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floor-image img {
  width: 100%;
  height: auto;
  background-color: black;
}

.select-floor {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
}

.floor-block {
  background: #b6b0b0;
  padding: 1em;
}

.floor_plan {
  width: 85%;
  margin: auto;
  display: block;
}

.filter-section {
  background: url("../img/main/blue-attern.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 860px;
}

.floor-slider {
  position: absolute;
  z-index: 1000;
}

.h1 {
  font-size: 36px;
  line-height: 46px;
}

.filter-section {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}

.block-filter {
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
  margin-bottom: 2em;
}

.block-filter .block-filter-1 {
  width: 20%;
}

.table-filter-section {
  background-color: #edeae5;
}

#apartments {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

tr {
  cursor: pointer;
}

tr th {
  font-weight: 700;
  height: 52px;
  font-size: 17px;
  line-height: 36px;
  background-color: #e0dbd2;
  text-align: center;
}

tr:hover {
  background-color: rgb(255, 255, 255);
}

tr td {
  border-bottom: 1px solid #dad4c9;
  border-right: 1px solid #dad4c9;
  height: 94px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

tr th:last-child {
  width: calc((100% - 1200px) / 2);
}

td {
  text-align: center;
}

.images {
  padding: 0 260px;
  text-align: center;
  position: relative;
  background-color: #eceae4;
}

.images {
  display: flex;
  justify-content: center;
  padding: 1em 0em 3em 0em;
}

.images .image3d img {
  max-width: 100%;
  max-height: 700px;
}

.single {
  background-color: #ddd6db;
}

.black {
  color: #2f2f2f !important;
}

.gray {
  color: #424242 !important;
}

.apartment-section {
  position: relative;
  background-color: #edeae5;
  padding: 145px 0 10px;
}

.building-section {
  position: relative;
  background: #86cdff;
}

.apartment-section .header {
  text-align: center;
}

.header .inner {
  position: relative;
  display: inline-block;
}

.header h1 {
  font-size: 60px;
  line-height: 1;
  color: #0c1d3d;
  padding-bottom: 30px;
  margin-bottom: 90px;
  display: inline-block;
}

.header .status {
  color: #0c1d3d;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 34%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateY(-10px) translateX(-50%) translateZ(0);
  transform: translateY(-10px) translateX(-50%) translateZ(0);
  -webkit-transition: opacity 1.5s ease-in-out,
    -webkit-transform 1.5s cubic-bezier(0.405, 0.005, 0, 1);
  transition: opacity 1.5s ease-in-out,
    -webkit-transform 1.5s cubic-bezier(0.405, 0.005, 0, 1);
  transition: transform 1.5s cubic-bezier(0.405, 0.005, 0, 1),
    opacity 1.5s ease-in-out;
  transition: transform 1.5s cubic-bezier(0.405, 0.005, 0, 1),
    opacity 1.5s ease-in-out,
    -webkit-transform 1.5s cubic-bezier(0.405, 0.005, 0, 1);
}

a.active,
.switch-apart-image a:hover {
  background-color: #0c1d3d;
  color: #fff;
}

.number {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}

.floor_number,
.floor_available,
.floor_sold {
  text-align: center;
}

.center-image {
  display: flex;
  justify-content: center;
}

.center-floor-image {
  width: 100%;
  text-align: center;
  position: relative;
}

svg.floor-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor-frame {
  fill: transparent;
  cursor: pointer;
}

.floor-frame.is_active {
  fill: rgba(255, 0, 0, 0.342);
}

.floor-frame.is_active:hover {
  fill: rgba(255, 0, 0, 0.445);
}

.is_single_active {
  color: red;
}

.floor-frame:hover {
  opacity: 0.7;
  fill: #ffffffa2;
  transition: ease 0.5s;
  cursor: pointer;
}

.apartment-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center {
  justify-content: center !important;
}

.switch-apart-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.switch-apart-image {
  display: inline-block;
  background-color: #d8d3c9;
  font-size: 0;
  border-radius: 23px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.switch-apart-image a.active,
.apartment-container .switch-apart-image a:hover {
  background-color: #0c1d3d;
  color: #fff;
}

.apartment-cover {
  background-color: #eceae4;
  padding: 0em 0em 3em 0em;
}

.switch-apart-image a {
  display: inline-block;
  line-height: 46px;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f2f2f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 46px;
  text-align: center;
}

.apartment-bonus-info {
  background-color: #e7e3dc;
  padding: 50px 0;
}

.apartment-bonus-info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apartment-bonus-info .files a svg {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}

.apartment-bonus-info .files a {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #19325e;
  text-transform: uppercase;
}

.apartment-bonus-info .desc {
  font-size: 18px;
  line-height: 30px;
  border-right: 1px solid #d0cac0;
  padding-right: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.apartment-bonus-info .desc {
  font-size: 18px;
  line-height: 30px;
  border-right: 1px solid #d0cac0;
  padding-right: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.apartment-bonus-info .desc {
  font-size: 18px;
  line-height: 30px;
  border-right: 1px solid #d0cac0;
  padding-right: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*Loader*/

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #0b1931;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
}

.done {
  opacity: 0;
  visibility: hidden;
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  animation: 0.2s infinite linear;
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.loader p {
  margin-top: 1em;
}

.loader-vertical {
  display: none;
}

.main-building-mobile {
  display: none;
}

.loader-img {
  display: block;
  width: 15%;
  animation: fade 0.5s linear;
}

.filter-option {
  display: inline-block;
  background-color: #d8d3c9;
  min-width: 206px;
  font-size: 0;
  border-radius: 50px;
  margin: 0 0 57px;
}

.filter-option li {
  display: inline-block;
  list-style: none;
}
.filter-option li + li {
  margin-left: -5px;
}
.filter-option li a {
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-align: center;
  background: transparent;
  padding: 15px 0;
}
.filter-option li a.active {
  background: #967540;
  color: #ffffff;
  border-color: #80602d;
  border-radius: 50px;
}
.filter-option li:last-of-type a {
  border-right: none;
}

.item-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 50px;
}

.item-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon/arrow.png") 0 0 / 100% no-repeat;
}

.item-slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon/arrow.png") 0 0 / 100% no-repeat;
  transform: rotate(180deg);
}

.item-slider .slick-arrow.slick-prev:hover {
  left: 0;
  background: url("../img/icon/arrow-black.png") 0 0 / 100% no-repeat;
  cursor: pointer;
}

.item-slider .slick-arrow.slick-next:hover {
  right: 0;
  background: url("../img/icon/arrow-black.png") 0 0 / 100% no-repeat;
  cursor: pointer;
  transform: rotate(180deg);
}

.item-slider li {
  margin: 50px 15px;
}
.item-slider li img {
  width: 100%;
}

.footer-bottom-container {
  background: url("../media/blue-pattern.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #90a9a9;
  font-size: 14px;
  line-height: 18px;
  padding: 50px 0;
  text-decoration: none;
}

.footer-bottom-container a {
  color: #90a9a9;
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom-container .social-menu li + li {
  margin-left: 30px;
}

.footer-bottom-container .footer-menu {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
}

.footer-menu li {
  display: inline-block;
  position: relative;
}

.footer-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer-menu li a:hover {
  color: #c3a84d;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer-menu li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
  left: -27px;
  height: 11px;
  width: 1px;
  background-color: #90a9a9;
}

li a svg path {
  fill: #e4e4e4;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.footer-menu li + li {
  margin-left: 55px;
}

.social-menu li a svg {
  height: 22px;
  width: auto;
}

.footer-bottom-container .social-menu {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.social-menu li {
  display: inline-block;
}

.social-menu li a {
  display: inline-block;
}

.gallery-container {
  background-color: #edeae5;
  text-align: center;
  padding: 145px 0 120px;
  position: relative;
  overflow: hidden;
}

.gallery-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}

.gallery-container h1 {
  font-size: 60px;
  line-height: 1;
  color: #0c1d3d;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.gallery-container h1:before {
  background-color: #0c1d3d;
}

.gallery-container .switch-gallery {
  display: inline-block;
  background-color: #d8d3c9;
  min-width: 206px;
  font-size: 0;
  border-radius: 23px;
  margin: 0 0 57px;
}

.exterior {
  display: none;
}

.gallery-container .switch-gallery a.active,
.gallery-container .switch-gallery a:hover {
  background-color: #0c1d3d;
  color: #fff;
}

.gallery-container .switch-gallery a {
  display: inline-block;
  line-height: 46px;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f2f2f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 103px;
  padding: 0 20px;
}

.gallery-card {
  width: 40%;
}

.slider {
  position: relative;
  padding: 0px 60px;
}

.dropbtn {
  background-color: #c3a84d;
  color: white;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100%;
  z-index: 1;
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  background: white;
  border-radius: 0px 0px 25px 25px;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.3s ease-in-out !important;
}

.dropdown-content a {
  color: #212121;
  padding: 15px 0px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  color: #c3a84d;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: white;
  color: #212121;
  border-radius: 25px 25px 0px 0px;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.3s ease-in-out !important;
}

#style-1::-webkit-scrollbar-track {
  border-radius: 10px;
}

#style-1::-webkit-scrollbar {
  width: 12px;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c3a84d;
}

.live-cta {
  position: absolute;
  top: 10%;
  margin-left: -0px;
}

.live-icon {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
}

.live-text {
  position: relative;
  float: left;
  margin: 12px 0 0 0;
  color: #ffffff;
}

.live-arrow {
  background-image: url("https://s18.postimg.org/u8099c1c5/live_arrow.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.live-pulse-min {
  border: 4px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 11px;
  left: 11px;
  -webkit-animation: pulse 1.4s ease-out;
  -moz-animation: pulse 1.4s ease-out;
  animation: pulse 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
}

.live-pulse-max {
  border: 4px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-animation: pulse2 1.4s ease-out;
  -moz-animation: pulse2 1.4s ease-out;
  animation: pulse2 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.25);
    opacity: 0.3;
  }
  40% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: scale(1);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.25);
    opacity: 0.1;
  }
  60% {
    -webkit-transform: scale(0.5);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

h1.count-h1 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-size: 1em;
}

li.count-li {
  display: inline-block;
  font-size: 0.7em;
  list-style-type: none;
  padding: 1 em;
  text-transform: uppercase;
  margin-bottom: 2 em;
  color: #967540;
}

li.count-li span {
  display: block;
  font-size: 2.5rem;
}

#countdown {
  margin-top: 1em;
  margin-bottom: 1em;
}

.offer_btn_xmass {
  display: flex;
  align-items: center;
}

.xmas-img {
  width: 100px;
  z-index: 1111111111111111;
  position: absolute;
  margin-left: -44px;
}

.fixedElement {
  background-color: #c0c0c0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.sea__img {
  width: 20%;
  text-align: center;
  position: absolute;
  /* left: 0; */
  bottom: 20%;
  right: 0%;
  /* top: 10px; */
  transform: rotate(90deg);
}

img.sea__icon {
  width: 100px;
  margin: 0 auto;
}
