@charset "UTF-8";
@import '../fonts/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  list-style: none;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.gallery_mob {
  display: none !important;
}

.bigspace {
  height: 5000px;
}

.calltoaction {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.calltoaction a {
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-weight: normal;
  padding: 15px 25px;
  font-size: 90%;
  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;
  gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.calltoaction a.button {
  background: white;
  color: black;
}
.calltoaction a.button svg {
  fill: black;
}
.calltoaction a svg {
  fill: white;
}
.calltoaction a:hover {
  opacity: 0.6;
}

.number {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  font-family: "tt_ramillas_trllight" !important;
  font-weight: bold !important;
}
.number a {
  padding: 10px 20px;
  border-radius: 60px;
  background: #fff;
  color: #08302C;
  font-weight: bold !important;
  text-decoration: none;
  font-size: 150%;
  font-family: "tt_ramillas_trllight" !important;
  font-weight: 300;
}
.number .order {
  background: #08302C;
  color: white;
  font-size: 150%;
  font-weight: 300;
}
.number.shownumber {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

.cdata {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  font-size: 120%;
  gap: 7px;
}

.form form {
  padding: 0 40px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.form form input {
  padding: 20px;
  border: 1px solid #CEAE84;
}
.form form input[type=submit] {
  background: #CEAE84;
}

.cc .map {
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
.cc > div {
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #CEAE84;
  padding: 20px;
  font-size: 120%;
}

h4,
h3 {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #DEDBD8;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.words,
.b {
  font-weight: lighter;
  font-family: "tt_ramillas_trllight" !important;
}
h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
.words > *,
.b > * {
  font-weight: lighter;
  font-family: "tt_ramillas_trllight" !important;
}

.page nav {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  padding: 0;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-transform: scale(1.2) translateX(-30px) translateY(100px);
          transform: scale(1.2) translateX(-30px) translateY(100px);
  position: fixed;
  z-index: 10000 !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.page nav ul {
  background: url("../paths/ramka.svg") no-repeat left;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 30px 50px 30px 30px;
  margin: 0;
}
.page nav ul li:hover a {
  color: #CEAE84;
}
.page nav ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  font-size: 100%;
  color: black;
  text-decoration: none;
}
.page .navSocials {
  position: absolute;
  height: 540px;
  width: 190px;
  top: 30px;
  left: 191px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background: url(../paths/ramka-soc.svg) no-repeat center;
  background-size: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .navSocials a {
  background: rgba(0, 0, 0, 0.1254901961);
  -webkit-transform: translateX(15px) !important;
          transform: translateX(15px) !important;
  width: 30px;
  border-radius: 10px;
  height: 30px;
}
.page .navSocials a svg {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  stroke: black;
}
.page.menu .navSocials {
  opacity: 1;
}
.page.menu nav {
  pointer-events: all;
  opacity: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1.2) translateX(30px) translateY(100px);
          transform: scale(1.2) translateX(30px) translateY(100px);
}
.page header {
  z-index: 1100;
  position: relative;
}
.page header .topline {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
}
.page header .topline:before {
  pointer-events: none !important;
  -webkit-mask-image: -webkit-gradient(linear, left 20%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: -webkit-gradient(linear, left 20%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: rgb(255, 255, 255);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 200px;
}
.page header .topline.show {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page header .topline .menu-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.page header .topline .menu-btn:hover div {
  background: #CEAE84;
}
.page header .topline .menu-btn div {
  width: 20px;
  height: 2px;
  background: #08302C;
}
.page header .topline .menu-btn div:nth-child(2) {
  width: 25px;
}
.page header .topline .menu-btn div:nth-child(3) {
  width: 15px;
}
.page header .topline .logo {
  cursor: pointer;
  background: url("../images/logo2.svg") no-repeat center;
  text-align: center;
  width: 200px;
  height: 50px;
  margin: auto;
}
.page header .topline .right {
  font-size: 120%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
  height: 60px;
  font-size: 90%;
}
.page header .topline .right .number a {
  cursor: pointer;
  font-size: 200%;
  color: #08302C;
  text-decoration: none;
}
.page header .topline .right .select_app {
  text-align: center;
}
.page header .topline .right .select_app a {
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  background: #08302C;
  text-decoration: none;
  padding: 12px 25px 14px 25px;
  display: block;
}
.page header .topline .right .select_app a:hover {
  background: #CEAE84;
  color: #08302C;
}
.page header .topline .right .langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page header .topline .right .langs a {
  color: #08302C;
  text-decoration: none;
}
.page header .banner {
  height: 100vh;
  background: #d8cfc0;
  position: relative;
  z-index: 1;
}
.page header .banner .words {
  border-radius: 40px;
  background: rgba(8, 48, 44, 0.5);
  backdrop-filter: blur(25px);
  padding: 40px;
  z-index: 1000;
  font-size: 90%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  width: calc(100% - 40px);
}
.page header .banner .words .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.page header .banner .words h1 {
  font-size: 300%;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
}
.page header .banner img,
.page header .banner video {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.page section.video {
  position: relative;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}
.page section.video .rotclick {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  margin-top: -125px;
  z-index: 100;
  border-radius: 100px;
  cursor: pointer;
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
}
.page section.video .rotclick:hover .rot {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page section.video .rot {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  height: 250px;
}
.page section.video img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page section.fs {
  text-align: center;
  margin-bottom: 200px;
}
.page section.fs h1 {
  font-size: 400%;
  color: #08302C;
}
.page section.fs .fs_content.show ul li {
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page section.fs .fs_content.show ul li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page section.fs .fs_content.show ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page section.fs .fs_content.show ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page section.fs .fs_content.show ul li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page section.fs .fs_content.show ul li:nth-child(5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.page section.fs .fs_content ul {
  margin-top: 90px !important;
  position: relative;
  padding: 0;
  margin: 0;
  padding: 0 60px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.page section.fs .fs_content ul:after {
  position: absolute;
  left: 0;
  top: -22px;
  background: #000;
  width: 100%;
  height: 1px;
  content: "";
}
.page section.fs .fs_content ul li {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  height: 300px;
  z-index: 1;
  position: relative;
  text-align: left;
}
.page section.fs .fs_content ul li img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page section.fs .fs_content ul li:hover img {
  height: 140px;
}
.page section.fs .fs_content ul li:hover:before {
  width: 50px !important;
  background: #CEAE84;
}
.page section.fs .fs_content ul li:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 16px;
  height: 16px;
  background: black;
  position: absolute;
  left: 0;
  top: -30px;
}
.page section.fs .fs_content ul li a {
  color: black;
  text-decoration: none;
  text-align: left;
}
.page section.fs .fs_content ul li a h2 {
  padding: 0;
  margin: 0;
  font-size: 200%;
}
.page section.fs .fs_content ul li a p {
  min-height: 130px;
}
.page section.location {
  margin-bottom: 200px;
  margin-top: 120px;
}
.page section.location.show img.nad {
  opacity: 1;
}
.page section.location img.nad {
  position: absolute;
  opacity: 0;
}
.page section.location .map {
  position: relative;
}
.page section.location .map:after {
  z-index: 2;
  pointer-events: none;
  content: "";
  height: 200px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(222, 219, 216, 0)), to(rgb(222, 219, 216)));
  background: linear-gradient(0deg, rgba(222, 219, 216, 0) 0%, rgb(222, 219, 216) 100%);
}
.page section.location .map:before {
  z-index: 2;
  pointer-events: none;
  content: "";
  height: 200px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 219, 216, 0)), to(rgb(222, 219, 216)));
  background: linear-gradient(180deg, rgba(222, 219, 216, 0) 0%, rgb(222, 219, 216) 100%);
}
.page section.location .map img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.page section.location h1 {
  z-index: 10;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  padding-left: 50px;
  font-size: 200%;
}
.page section.features {
  position: relative;
  margin-bottom: 200px;
}
.page section.features .bx-controls {
  position: absolute;
  left: 50%;
  top: 50px;
}
.page section.features .bx-controls .bx-controls-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.page section.features .bx-controls .bx-prev {
  background: url("../images/arrow_prev.svg") no-repeat center;
  background-size: 100%;
  display: block;
  text-indent: -99999px;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page section.features .bx-controls .bx-prev:hover {
  opacity: 1;
}
.page section.features .bx-controls .bx-next {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  background: url("../images/arrow_next.svg") no-repeat center;
  background-size: 100%;
  display: block;
  text-indent: -99999px;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page section.features .bx-controls .bx-next:hover {
  opacity: 1;
}
.page section.features .featurepaging {
  margin-top: 60px;
}
.page section.features .featurepaging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden !important;
}
.page section.features .featurepaging ul li {
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 100px;
  opacity: 0.3;
}
.page section.features .featurepaging ul li:hover {
  color: #08302C;
}
.page section.features .featurepaging ul li.selected {
  background: rgba(206, 174, 132, 0.6);
  opacity: 1;
}
.page section.features .featuresList .feature {
  margin: 5vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page section.features .featuresList .feature .text {
  -webkit-transform: translateX(-130px);
          transform: translateX(-130px);
  font-size: 200%;
}
.page section.features .featuresList .feature .text h4 {
  font-size: 200%;
}
.page section.features .featuresList .feature img {
  width: 700px;
  -webkit-mask-image: url(../paths/ramka.svg);
          mask-image: url(../paths/ramka.svg);
  -webkit-mask-size: 700px;
          mask-size: 700px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page section.lobby {
  margin-bottom: 200px;
}
.page section.lobby.show .lobby_content .images img.img1 {
  opacity: 1;
  -webkit-transform: translateX(-10vw) !important;
          transform: translateX(-10vw) !important;
}
.page section.lobby.show .lobby_content .images img.img2 {
  opacity: 1;
  -webkit-transform: translateX(-21vw) !important;
          transform: translateX(-21vw) !important;
}
.page section.lobby .lobby_content {
  position: relative;
}
.page section.lobby .lobby_content .text {
  background: url("../images/lobby_text_box.svg") no-repeat center;
  width: 500px;
  background-size: 500px;
  position: absolute;
  bottom: 0vw;
  font-size: 150%;
  padding: 60px 80px;
  left: 50%;
  margin-left: -200px;
  z-index: 10;
  text-align: center;
}
.page section.lobby .lobby_content .images {
  width: 100%;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.page section.lobby .lobby_content .images .label {
  position: absolute;
  z-index: 10;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: upright;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0.7;
  font-size: 400%;
  color: white;
}
.page section.lobby .lobby_content .images img {
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.page section.lobby .lobby_content .images img.img1 {
  opacity: 0;
  width: 70vw;
  -webkit-mask-image: url(../paths/ramka.svg);
          mask-image: url(../paths/ramka.svg);
  -webkit-transform: translateX(-40vw) translateY(200px) !important;
          transform: translateX(-40vw) translateY(200px) !important;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page section.lobby .lobby_content .images img.img2 {
  opacity: 0;
  width: 55vw !important;
  -webkit-transform: translateX(40vw) translateY(200px) !important;
          transform: translateX(40vw) translateY(200px) !important;
  -webkit-mask-image: url(../paths/ramka-right.svg);
          mask-image: url(../paths/ramka-right.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page .grid2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page ul.goldlist {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page ul.goldlist li {
  font-size: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-variant: normal;
  -webkit-font-feature-settings: "case";
          font-feature-settings: "case";
  lang: az;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #A1763E;
  color: #7c5b30;
}
.page ul.goldlist li b {
  font-weight: bold;
  color: #A1763E;
}
.page .little_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .little_stats .stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 40px);
          flex: 0 0 calc(33.333% - 40px);
  text-align: center;
}
.page .little_stats .stat .b {
  font-size: 500%;
}
.page .welcome_grid {
  height: 100%;
  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;
}
.page .welcome_grid ul {
  margin-right: 90px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .welcome_grid ul li {
  text-align: right;
}
.page section {
  padding: 0 100px;
}
.page section.video {
  padding: 0;
}
.page section.premium {
  padding: 100px;
}
.page section.premium .grid2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page section.left_header h1 {
  line-height: 1;
  font-size: 55px;
}
.page .white_bg {
  background: white;
  min-height: 100vh;
}
.page .left_mask {
  margin-left: -100px;
  width: 700px;
  -webkit-mask-image: url(../paths/ramka.svg);
          mask-image: url(../paths/ramka.svg);
  -webkit-mask-size: 700px;
          mask-size: 700px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page .right_mask {
  margin-right: -100px;
  width: 700px;
  -webkit-mask-image: url(../paths/ramka-right.svg);
          mask-image: url(../paths/ramka-right.svg);
  -webkit-mask-size: 700px;
          mask-size: 700px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page .m100 {
  position: absolute;
  margin-top: -99px;
}
.page .full {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .mark .quote {
  font-size: 200%;
  position: relative;
}
.page .mark .quote:before {
  content: "“";
  position: absolute;
  font-size: 300%;
  left: -50px;
  top: -40px;
}
.page .mark .quote:after {
  content: "”";
  position: absolute;
  font-size: 300%;
  right: 0px;
  bottom: -110px;
}
.page .mark .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 200px;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .mark .header h3 {
  line-height: 1;
  font-size: 54px;
}
.page .mark .header h4 {
  line-height: 1;
  color: #CEAE84;
  font-size: 200%;
}
.page .mark .header img {
  right: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  width: 200px;
  height: 200px;
}
.page .mark .grid2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page .rotated_logo_line {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .rotated_logo_line .rotate_logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background: url("../images/logo_animated.png");
  background-size: 100%;
  mix-blend-mode: multiply;
  -webkit-animation: rotate 10s infinite linear;
          animation: rotate 10s infinite linear;
}
.page .rotated_logo_line .line {
  background: #CEAE84;
  max-width: 1000px;
  height: 1px;
  width: 100%;
}
.page .gallery {
  padding: 0;
}
.page .grid_map {
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page .grid_map .grid_stat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page .grid_map .grid_stat .stat {
  text-align: center;
}
.page .grid_map .grid_stat .stat sup {
  font-size: 30%;
  margin-bottom: 18px;
}
.page .grid_map .grid_stat .stat .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 500%;
}
.page .grid_map img {
  width: 700px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .image.header_left_orange {
  position: relative;
  padding: 0;
}
.page .image.header_left_orange img {
  -o-object-position: top center !important;
     object-position: top center !important;
}
.page .image.header_left_orange h1 {
  left: 50px;
  padding: 20px 40px;
  border-radius: 100px;
  border-top-left-radius: 0px;
  top: 50px;
  font-size: 55px;
  line-height: 1;
  color: black;
  position: absolute;
}
.page .header_right {
  padding: 0;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page .header_right img {
  width: 100%;
}
.page .header_right .grid_rl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 440px;
  grid-template-columns: 1fr 440px;
}
.page .header_right .grid_rl .text {
  text-align: right;
  font-size: 140%;
  padding: 0 100px 0 0;
}
.page .header_right .grid_rl .rl {
  padding: 0 100px;
  margin-top: 50px;
  text-align: right;
}
.page .header_right .grid_rl .rl p {
  font-size: 124%;
  color: #bf9660;
}
.page .header_right .grid_rl .rl h2 {
  line-height: 1;
  color: #bf9660;
  font-size: 330%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.page .header_right h1 {
  padding: 0 100px;
  text-align: right;
  font-size: 55px;
  line-height: 1;
}
.page .comfort {
  padding-bottom: 100px;
}
.page .lobby {
  margin-bottom: 0 !important;
  padding: 50px 0 0 0 !important;
}
.page .lobby .listline {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 70px !important;
}
.page .lobby,
.page .comfort {
  padding-top: 50px;
}
.page .lobby .lobby_grid,
.page .comfort .lobby_grid {
  padding-top: 50px;
}
.page .lobby .lobby_grid img,
.page .comfort .lobby_grid img {
  height: auto !important;
}
.page .lobby .lobby_grid .goldlist,
.page .comfort .lobby_grid .goldlist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page .lobby .comfort_grid,
.page .comfort .comfort_grid {
  padding-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 1fr;
  grid-template-columns: 440px 1fr;
}
.page .lobby .comfort_grid img,
.page .comfort .comfort_grid img {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  width: 100%;
}
.page .lobby .comfort_grid .goldlist,
.page .comfort .comfort_grid .goldlist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page .lobby h2,
.page .comfort h2 {
  font-size: 44px;
  text-align: center;
  margin: 0;
}
.page .lobby h1,
.page .comfort h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 55px;
}
.page .garage {
  min-height: 100vh;
  position: relative;
}
.page .garage h1 {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 100px;
}
.page .garage img {
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  left: 0;
  top: 0;
}
.page .garage .white_color_text {
  padding: 100px;
  position: relative;
  z-index: 2;
}
.page .garage .white_color_text li,
.page .garage .white_color_text * {
  color: white;
  border-color: white;
}
.page .panorama,
.page .sky {
  position: relative;
}
.page .panorama h1,
.page .sky h1 {
  text-align: center;
  font-size: 55px;
}
.page .panorama img,
.page .sky img {
  width: 100%;
  height: auto;
}
.page .panorama .white_color_text_center,
.page .sky .white_color_text_center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .panorama .white_color_text_center .blurry,
.page .sky .white_color_text_center .blurry {
  background: rgba(255, 255, 255, 0.6);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 30px;
  font-size: 150%;
  backdrop-filter: blur(40px);
}
.page .panorama .white_color_text_center h1,
.page .sky .white_color_text_center h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 30px 60px;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  text-align: center;
  color: white;
  text-align: center;
  font-size: 44px;
}
.page .two_level {
  padding: 0;
  margin-top: 100px;
}
.page .two_level .grid2 {
  -ms-grid-columns: 570px 1fr;
  grid-template-columns: 570px 1fr;
}
.page .two_level .grid2 .text {
  margin-bottom: 40px;
  padding-left: 100px;
}
.page .two_level .grid2 .text p {
  margin: 0;
  padding: 0;
  font-size: 130%;
}
.page .two_level .grid2 .text strong {
  font-size: 130%;
}
.page .two_level .grid2 img {
  width: 100%;
}
.page .two_level h1 {
  padding-left: 100px;
  text-align: left;
  font-size: 55px;
  line-height: 1.2;
}
.page .camin {
  padding-bottom: 100px !important;
  padding: 0;
  margin-top: 100px;
}
.page .camin .bigstats {
  padding-right: 100px;
  font-size: 110%;
  text-align: right;
}
.page .camin .bigstats .b {
  font-size: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page .camin .bigstats .b sup {
  font-size: 60%;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}
.page .camin .grid2 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.page .camin .grid2 img {
  width: 100%;
}
.page .camin h1 {
  padding-right: 100px;
  text-align: right;
  font-size: 55px;
  line-height: 1.2;
}
.page .fitness {
  padding: 0;
}
.page .fitness .headers {
  padding: 100px;
}
.page .fitness .left_header {
  text-align: center;
}
.page .fitness .left_header h1 {
  font-size: 55px;
}
.page .fitness .left_header h2 {
  font-size: 44px;
}
.page .fitness .left_header h1,
.page .fitness .left_header h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.page .spa {
  padding: 0;
  padding-bottom: 100px;
}
.page .spa .headers {
  padding: 100px;
}
.page .spa .left_header {
  text-align: center;
}
.page .spa .left_header h2 {
  font-size: 44px;
}
.page .spa .left_header h1 {
  font-size: 55px;
}
.page .spa .left_header h1,
.page .spa .left_header h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.page .pool {
  padding: 0;
}
.page .pool .headers {
  padding: 100px;
}
.page .pool .goldlist {
  padding: 60px;
}
.page .pool .grid2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.page .pool .grid2 img {
  width: 100%;
}
.page .pool .right_header {
  text-align: center;
}
.page .pool .right_header h2 {
  font-size: 44px;
}
.page .pool .right_header h1 {
  font-size: 55px;
}
.page .pool .right_header h1,
.page .pool .right_header h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.floor_view {
  margin-top: 100px;
}

.flat {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flat:hover {
  cursor: pointer;
  fill: #a29177;
}

.full.lineimage {
  height: auto !important;
}

.flat.active {
  cursor: pointer;
  fill: #a29177;
}

.sky_title_text {
  height: 100%;
  padding-top: 50px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.sky_title_text h1 {
  background: rgba(255, 255, 255, 0.76) !important;
  color: black !important;
  border: 1px solid black !important;
}
.sky_title_text .blurry {
  margin-bottom: 100px;
  border-radius: 100px;
  border-top-left-radius: 0;
}

.banner .grad {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: red;
}

#map {
  width: 100%;
  height: 100vh;
}

.map_stat {
  padding: 0 !important;
}

.mobwords {
  display: none;
}
.mobwords p {
  font-weight: 200 !important;
  line-height: 1.2;
}

.swiper {
  margin-bottom: 100px;
}

.swiper-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 60px;
  color: #08302C;
  background: white;
  border-radius: 10px;
  padding: 20px;
  /* увеличит область клика */
}

.rotator {
  padding: 0 !important;
}
.rotator img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.showroom {
  margin-top: 150px;
}
.showroom .topline {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}

.topline::before {
  height: 100px;
  background: red;
  content: "" !important;
}

.data_info {
  opacity: 0.7;
  margin-top: 40px;
  display: none;
}

.sun {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.sun img {
  height: 100vh;
  width: 100%;
  padding: 150px 50px 50px 100px;
  opacity: 0.5;
}

#floor-plan {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  text-align: center;
}
#floor-plan svg {
  max-height: calc(100vh - 250px);
}

.links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.links a {
  padding: 10px 20px;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  color: #b68e6c;
  background: #fff;
}
.links a.show {
  background: #b68e6c;
  color: white;
}

#flat-info {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 240px 5px 1fr;
  grid-template-columns: 240px 1fr;
}

.popup {
  position: fixed;
  background: #08302C;
  padding: 15px;
  color: white;
  bottom: 110px;
  right: -300px;
  opacity: 0;
  z-index: 10000;
  width: 300px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.popup input[type=submit] {
  color: white;
  padding: 10px;
  border: none;
  font-size: 140%;
  background: none;
}
.popup input[type=text] {
  outline: none;
  color: white;
  padding: 10px;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
}

.little_stats .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.little_stats span {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  font-size: 50%;
}

.order-open .popup {
  opacity: 1;
  right: 40px;
}

.lift {
  position: absolute;
  right: 100px;
  bottom: 100px;
  text-align: center;
  margin-top: 100px;
  z-index: 100;
  width: 240px;
}
.lift .stop {
  pointer-events: none !important;
  opacity: 0.4;
}
.lift .up {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lift .down {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.goback {
  text-align: center;
  margin-top: 50px;
}
.goback a {
  color: black;
  text-decoration: none;
}

.info_data_small {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 10px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.info_data_small h2 {
  margin: 2px;
  font-size: 150%;
}
.info_data_small h2 b {
  color: #b68e6c;
  font-size: 80%;
  display: block;
}

.pages {
  position: relative;
  min-height: calc(100vh - 200px);
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #fff;
}
.pages .genplan {
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages .genplan svg {
  padding: 60px;
}
.pages .info .info_data {
  width: 100%;
  padding: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.pages .info .info_data h2 {
  font-size: 250%;
}
.pages .info .info_data h2 b {
  display: block;
  font-size: 50% !important;
}
.pages .image {
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages .image .sun {
  height: auto;
  top: 0;
}
.pages .image .sun img {
  height: 80vh;
  padding: 0;
}
.pages .image > a {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.pages .image > a > img {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
  width: 80%;
  height: 60vh;
  max-width: 60vh;
  margin: auto;
  display: block;
}

.sm_text_right {
  font-size: 70%;
  text-align: right;
  width: 340px;
  position: absolute;
  right: 0;
  padding: 30px 30px 0 0;
  top: 0;
  opacity: 0.4;
}

.preview_corpuses {
  position: relative;
  width: 200px;
  position: absolute;
  right: 190px;
  bottom: 140px;
  padding: 0 !important;
  z-index: 1000;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.preview_corpuses .streets_ {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  font-size: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.4;
}
.preview_corpuses.pc_2 {
  padding-right: 80px !important;
  background: url("/flat/corpuses/2/preview_corpus_2.jpg") no-repeat 80px;
  background-size: 100px;
}
.preview_corpuses.pc_1 {
  padding-left: 80px !important;
  background: url("/flat/corpuses/1/preview_corpus_1.jpg") no-repeat left;
  background-size: 100px;
}
.preview_corpuses .genplan svg {
  width: 100px;
}

.entonee {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
  background: #08302C;
  text-align: center;
}
.entonee a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.4;
}
.entonee a:hover {
  opacity: 1;
}
.entonee img {
  padding: 20px 0;
  max-width: 120px;
}

footer {
  padding: 90px 60px 0 60px;
  color: white;
  min-height: 300px;
  background: #08302C;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
footer .grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 130px 40px 1fr 40px 130px;
  grid-template-columns: 130px 1fr 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
footer .grid .center p {
  margin: 0;
}
footer .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
footer .text span {
  opacity: 0.7;
}
footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer form input[type=text] {
  padding: 10px 20px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  outline: none;
}
footer form input[type=text]:focus {
  background: #0f5c54;
}
footer .fortis img {
  width: 130px;
  margin: 50px 0;
}
footer .tagline {
  font-size: 140%;
  opacity: 0.3;
  margin-top: 50px !important;
}
footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .socials svg {
  fill: white;
  stroke: #08302C;
}

.white_bg_footer {
  background: #fff;
}

.corpuse_1 h1,
.corpuse_2 h1 {
  text-align: center;
  font-size: 440%;
}

.img_preview {
  text-align: center;
}
.img_preview img {
  height: 200px;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1020px) {
  .page header .topline {
    -ms-grid-columns: 40px 1fr 1fr;
    grid-template-columns: 40px 1fr 1fr;
  }
  .page .grid2,
  .page .grid_rl,
  .page .comfort_grid,
  .page .lobby_grid {
    gap: 10px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .page .mark {
    padding: 20px;
  }
  .page .mark .quote {
    margin-top: 30px;
    font-size: 120%;
  }
  .page .mark .quote:before, .page .mark .quote:after {
    content: none !important;
  }
  .page .mark .left_mask {
    display: none;
  }
  .page .mark .header {
    height: auto !important;
  }
  .page .mark .header h4 {
    margin-top: -10px;
  }
  .page .mark .header h3 {
    font-size: 50px;
  }
  .page .mark .header img {
    display: block;
    margin: auto;
    position: static !important;
  }
  .page .mark img {
    max-width: 100vw !important;
  }
}
@media screen and (max-width: 870px) {
  html body .page nav {
    z-index: 2001 !important;
  }
  .navSocials {
    bottom: 30px;
    top: auto;
  }
  .menu nav {
    height: 100dvh;
    margin-top: 80px;
    background: white !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .menu nav ul {
    background: none !important;
  }
  .gallery_mob img {
    min-height: 50vh !important;
  }
  .gallery_b {
    display: none;
  }
  .gallery_mob {
    display: block !important;
  }
  .map_stat,
  .image.header_left_orange {
    display: none !important;
  }
  .swiper-slide img {
    height: 40vh !important;
  }
  footer {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 40px !important;
    text-align: center;
    padding-bottom: 150px !important;
  }
  footer .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socials svg {
    stroke: #08302C;
  }
  footer .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page header .banner .words {
    display: none;
  }
  .calltoaction {
    gap: 8px;
  }
  .calltoaction a {
    border: 1px solid #000;
    color: black;
    text-align: center;
    font-size: 120%;
    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;
    gap: 14px;
  }
  .calltoaction a svg {
    fill: black;
  }
  .calltoaction a.button {
    background: #08302C;
    color: white;
  }
  .calltoaction a.button > svg {
    fill: white;
  }
  .page header .banner .mobwords {
    display: block;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page header .banner .mobwords .calltoaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .page header .banner .mobwords h1 {
    font-size: 9vw !important;
    margin: 0;
    line-height: 1;
    padding: 0;
  }
  .page header .banner .mobwords .spacer {
    height: 45vh;
  }
  footer .grid,
  footer form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .goldlist {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .goldlist li {
    font-size: 90% !important;
    text-align: center;
  }
  .banner {
    height: auto !important;
    padding: 100px 0 20px 0 !important;
  }
  .page header .banner img,
  .page header .banner video {
    margin-top: 20px;
    height: 40vh !important;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .header_right h1 {
    text-align: center !important;
  }
  h1 {
    font-size: 34px !important;
  }
  .page .lobby .lobby_grid img,
  .page .comfort .lobby_grid img {
    width: calc(100% + 140px);
  }
  .page .lobby .lobby_grid .goldlist,
  .page .comfort .lobby_grid .goldlist,
  .page .lobby .comfort_grid .goldlist,
  .page .comfort .comfort_grid .goldlist {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page .lobby .lobby_grid .goldlist > *,
  .page .comfort .lobby_grid .goldlist > *,
  .page .lobby .comfort_grid .goldlist > *,
  .page .comfort .comfort_grid .goldlist > * {
    text-align: center;
  }
  .lobby_grid,
  .comfort_grid {
    gap: 20px;
  }
  .page .lobby h2,
  .page .comfort h2 {
    font-size: 30px;
  }
  .page .header_right .grid_rl .text,
  .page .header_right .grid_rl .rl {
    text-align: center;
    padding: 20px;
  }
  .page .image.header_left_orange h1 {
    left: 20px;
    top: 20px;
    font-size: 34px;
  }
  .full {
    height: auto !important;
  }
  .sky {
    margin-top: 0 !important;
  }
  .garage {
    min-height: 700px !important;
  }
  .garage li {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .garage img {
    min-height: 700px;
  }
  section.premium {
    padding: 20px !important;
  }
  video {
    height: auto !important;
  }
  .page .garage .white_color_text {
    padding: 20px;
  }
}
.white_bg {
  background: white;
  min-height: auto !important;
  padding-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .page .lobby {
    padding-top: 0 !important;
  }
  .page .header_right {
    padding-top: 0 !important;
  }
  .page .spa {
    padding-bottom: 30px;
  }
  .fullt {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 50px;
  }
  .page .fitness .headers, .page .pool .headers, .page .spa .headers {
    padding: 20px 0 !important;
  }
  .page .lobby .lobby_grid img, .page .comfort .lobby_grid img {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .white_bg {
    padding: 30px 0 !important;
  }
  .page .lobby .listline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 30px;
    margin-bottom: 30px !important;
  }
  .page .camin {
    padding-bottom: 30px !important;
  }
  .page .camin .bigstats .b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .camin h1, .page .camin .bigstats {
    text-align: center;
  }
  .page .two_level {
    margin-top: 20px;
  }
  .page .mark .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page .welcome_grid ul {
    margin: 50px auto 0 auto;
  }
  footer .grid, footer form {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .gradient {
    display: none !important;
  }
  nav {
    -webkit-transform: none !important;
            transform: none !important;
  }
  nav ul {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .menu .select_app {
    display: none;
  }
  .menu .langs {
    display: block !important;
  }
  .content_image {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .content_image img {
    border-radius: 0 !important;
    height: 40vh !important;
  }
  .content_inside {
    margin-top: 100px !important;
    min-height: 100vh !important;
    padding: 20px !important;
  }
  .page .camin h1, .page .camin .bigstats {
    padding-right: 20px !important;
  }
  .page .two_level .grid2 .text, .page .two_level h1 {
    text-align: center;
    padding-left: 20px !important;
  }
  .page .two_level .grid2 .text br, .page .two_level h1 br {
    display: none;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 150% !important;
  }
  .topline {
    background: #fff;
  }
  .topline::before {
    content: none !important;
  }
  .page .lobby .lobby_grid img,
  .page .comfort .lobby_grid img {
    width: calc(100% + 100px);
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .lobby,
  .comfort {
    padding: 20px !important;
  }
  .select_app {
    font-size: 70%;
    white-space: nowrap;
  }
  .page header .topline {
    padding: 20px !important;
    padding-bottom: 10px !important;
  }
  .page header .topline .logo {
    width: 120px !important;
  }
  .langs {
    display: none !important;
  }
  .little_stats {
    margin: 50px 0;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .b {
    font-size: 350% !important;
  }
  .page .lobby .comfort_grid img,
  .page .comfort .comfort_grid img {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .rl {
    margin: 0 !important;
  }
  .page .rotated_logo_line .rotate_logo {
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }
  .page section.lobby {
    margin-bottom: 50px;
  }
  .page .panorama .white_color_text_center h1,
  .page .sky .white_color_text_center h1 {
    padding: 5px 20px;
  }
  .page .panorama .white_color_text_center .blurry,
  .page .sky .white_color_text_center .blurry {
    font-size: 100% !important;
  }
  .page .header_right .grid_rl .rl p {
    font-size: 90%;
  }
  .page .header_right .grid_rl .rl h2 {
    font-size: 250% !important;
  }
  .page .panorama img,
  .page .sky img {
    min-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header_right {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .header_right h1 {
    padding: 20px !important;
  }
}
.content_inside {
  margin-top: 200px;
  min-height: 100vh;
  padding: 0 100px;
}
.content_inside h1 {
  font-size: 400%;
}
.content_inside .content_image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.content_inside .content_image .text {
  padding: 0 50px 0 0;
  font-size: 120%;
}
.content_inside .content_image img {
  border-top-left-radius: 60px;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 50px;
}