@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Light.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Light.woff2") format("woff2"), url("fonts/EuclidSquare-Light.woff") format("woff"), url("fonts/EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Regular.woff2") format("woff2"), url("fonts/EuclidSquare-Regular.woff") format("woff"), url("fonts/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Caslon 540 LT Std';
  src: url("fonts/Caslon540LTStd-Italic.eot");
  src: local("Caslon 540 LT Std Italic"), local("Caslon540LTStd-Italic"), url("fonts/Caslon540LTStd-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Caslon540LTStd-Italic.woff2") format("woff2"), url("fonts/Caslon540LTStd-Italic.woff") format("woff"), url("fonts/Caslon540LTStd-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Tokyo Dreams';
  src: url("fonts/TokyoDreams-Regular.eot");
  src: local("Tokyo Dreams Regular"), local("TokyoDreams-Regular"), url("fonts/TokyoDreams-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TokyoDreams-Regular.woff2") format("woff2"), url("fonts/TokyoDreams-Regular.woff") format("woff"), url("fonts/TokyoDreams-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Liliane Classe';
  src: url("fonts/LilianeClasse-Regular.eot");
  src: local("Liliane Classe Regular"), local("LilianeClasse-Regular"), url("fonts/LilianeClasse-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/LilianeClasse-Regular.woff2") format("woff2"), url("fonts/LilianeClasse-Regular.woff") format("woff"), url("fonts/LilianeClasse-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  font-size: 30px; }

::-webkit-scrollbar {
  width: .4rem;
  border-radius: .2rem; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: .4rem; }

::-webkit-scrollbar-thumb {
  background: #0C004C;
  border-radius: .4rem; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

body {
  font-family: 'Euclid Square';
  background: #F4F4F4 url(../img/pattern.svg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #0C004C;
  text-transform: uppercase; }
  body.ru .map-list__name,
  body.ru .callback__title,
  body.ru .callback__title .letter,
  body.ru .flat__title,
  body.ru .news__title,
  body.ru .club__title,
  body.ru .map-list__name,
  body.ru .newmon-item__value,
  body.ru .info__title,
  body.ru .menu__btn,
  body.ru .menu-list li a,
  body.ru .news-single__title,
  body.ru .genplan__title,
  body.ru .preloader__loading,
  body.ru .feedback__title,
  body.ru .main-feedback__title {
    font-family: 'Liliane Classe';
    font-weight: normal;
    font-weight: 500; }
  body.ru .flat__title,
  body.ru .callback__title .letter,
  body.ru .newmon-item__value {
    text-transform: lowercase; }

.overflowH {
  overflow: hidden; }

.container {
  padding: 0 8rem;
  width: 100%; }

.arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12.8rem;
  height: 12.8rem;
  position: relative;
  user-select: none; }
  .arrow__circle {
    position: absolute;
    width: 100%;
    height: 100%; }
  .arrow__arrow {
    width: 3.3rem;
    height: 3.3rem;
    object-fit: contain; }
  .arrow img {
    display: inline-block;
    opacity: 0;
    transition: 1s all;
    transform: translateY(-2rem); }
  .arrow svg circle {
    stroke-dasharray: 801;
    stroke-dashoffset: 801;
    transition: 1s all; }
  .arrow.anim img {
    transform: none;
    opacity: 1; }
  .arrow.anim svg circle {
    stroke-dashoffset: 0; }

.cube-button {
  width: 3rem;
  height: 3rem;
  position: fixed;
  left: 2.5rem;
  bottom: 3rem;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #AC835E; }
  .cube-button svg {
    width: 0.7rem; }
    .cube-button svg path {
      stroke: #AC835E; }

.text-copy {
  position: fixed;
  background: #0b0048;
  padding: .5rem;
  border-radius: .5rem;
  border: 1px solid #fff;
  font-size: .8rem;
  display: none;
  transform: translate(-50%, 80%);
  white-space: nowrap;
  z-index: 222; }

.section-text {
  font-size: 1.7rem;
  text-transform: uppercase;
  line-height: 126%;
  opacity: 0;
  font-weight: 300; }
  .section-text__wrap {
    display: inline; }
  .section-text span {
    transform-origin: bottom; }
  .section-text.anim {
    opacity: 1; }
    .section-text.anim span {
      animation: letter-glow 0.7s 0s ease both; }
      .section-text.anim span:nth-child(1) {
        animation-delay: 0.015s; }
      .section-text.anim span:nth-child(2) {
        animation-delay: 0.03s; }
      .section-text.anim span:nth-child(3) {
        animation-delay: 0.045s; }
      .section-text.anim span:nth-child(4) {
        animation-delay: 0.06s; }
      .section-text.anim span:nth-child(5) {
        animation-delay: 0.075s; }
      .section-text.anim span:nth-child(6) {
        animation-delay: 0.09s; }
      .section-text.anim span:nth-child(7) {
        animation-delay: 0.105s; }
      .section-text.anim span:nth-child(8) {
        animation-delay: 0.12s; }
      .section-text.anim span:nth-child(9) {
        animation-delay: 0.135s; }
      .section-text.anim span:nth-child(10) {
        animation-delay: 0.15s; }
      .section-text.anim span:nth-child(11) {
        animation-delay: 0.165s; }
      .section-text.anim span:nth-child(12) {
        animation-delay: 0.18s; }
      .section-text.anim span:nth-child(13) {
        animation-delay: 0.195s; }
      .section-text.anim span:nth-child(14) {
        animation-delay: 0.21s; }
      .section-text.anim span:nth-child(15) {
        animation-delay: 0.225s; }
      .section-text.anim span:nth-child(16) {
        animation-delay: 0.24s; }
      .section-text.anim span:nth-child(17) {
        animation-delay: 0.255s; }
      .section-text.anim span:nth-child(18) {
        animation-delay: 0.27s; }
      .section-text.anim span:nth-child(19) {
        animation-delay: 0.285s; }
      .section-text.anim span:nth-child(20) {
        animation-delay: 0.3s; }
      .section-text.anim span:nth-child(21) {
        animation-delay: 0.315s; }
      .section-text.anim span:nth-child(22) {
        animation-delay: 0.33s; }
      .section-text.anim span:nth-child(23) {
        animation-delay: 0.345s; }
      .section-text.anim span:nth-child(24) {
        animation-delay: 0.36s; }
      .section-text.anim span:nth-child(25) {
        animation-delay: 0.375s; }
      .section-text.anim span:nth-child(26) {
        animation-delay: 0.39s; }
      .section-text.anim span:nth-child(27) {
        animation-delay: 0.405s; }
      .section-text.anim span:nth-child(28) {
        animation-delay: 0.42s; }
      .section-text.anim span:nth-child(29) {
        animation-delay: 0.435s; }
      .section-text.anim span:nth-child(30) {
        animation-delay: 0.45s; }
      .section-text.anim span:nth-child(31) {
        animation-delay: 0.465s; }
      .section-text.anim span:nth-child(32) {
        animation-delay: 0.48s; }
      .section-text.anim span:nth-child(33) {
        animation-delay: 0.495s; }
      .section-text.anim span:nth-child(34) {
        animation-delay: 0.51s; }
      .section-text.anim span:nth-child(35) {
        animation-delay: 0.525s; }
      .section-text.anim span:nth-child(36) {
        animation-delay: 0.54s; }
      .section-text.anim span:nth-child(37) {
        animation-delay: 0.555s; }
      .section-text.anim span:nth-child(38) {
        animation-delay: 0.57s; }
      .section-text.anim span:nth-child(39) {
        animation-delay: 0.585s; }
      .section-text.anim span:nth-child(40) {
        animation-delay: 0.6s; }
      .section-text.anim span:nth-child(41) {
        animation-delay: 0.615s; }
      .section-text.anim span:nth-child(42) {
        animation-delay: 0.63s; }
      .section-text.anim span:nth-child(43) {
        animation-delay: 0.645s; }
      .section-text.anim span:nth-child(44) {
        animation-delay: 0.66s; }
      .section-text.anim span:nth-child(45) {
        animation-delay: 0.675s; }
      .section-text.anim span:nth-child(46) {
        animation-delay: 0.69s; }
      .section-text.anim span:nth-child(47) {
        animation-delay: 0.705s; }
      .section-text.anim span:nth-child(48) {
        animation-delay: 0.72s; }
      .section-text.anim span:nth-child(49) {
        animation-delay: 0.735s; }
      .section-text.anim span:nth-child(50) {
        animation-delay: 0.75s; }
      .section-text.anim span:nth-child(51) {
        animation-delay: 0.765s; }
      .section-text.anim span:nth-child(52) {
        animation-delay: 0.78s; }
      .section-text.anim span:nth-child(53) {
        animation-delay: 0.795s; }
      .section-text.anim span:nth-child(54) {
        animation-delay: 0.81s; }
      .section-text.anim span:nth-child(55) {
        animation-delay: 0.825s; }
      .section-text.anim span:nth-child(56) {
        animation-delay: 0.84s; }
      .section-text.anim span:nth-child(57) {
        animation-delay: 0.855s; }
      .section-text.anim span:nth-child(58) {
        animation-delay: 0.87s; }
      .section-text.anim span:nth-child(59) {
        animation-delay: 0.885s; }
      .section-text.anim span:nth-child(60) {
        animation-delay: 0.9s; }
      .section-text.anim span:nth-child(61) {
        animation-delay: 0.915s; }
      .section-text.anim span:nth-child(62) {
        animation-delay: 0.93s; }
      .section-text.anim span:nth-child(63) {
        animation-delay: 0.945s; }
      .section-text.anim span:nth-child(64) {
        animation-delay: 0.96s; }
      .section-text.anim span:nth-child(65) {
        animation-delay: 0.975s; }
      .section-text.anim span:nth-child(66) {
        animation-delay: 0.99s; }
      .section-text.anim span:nth-child(67) {
        animation-delay: 1.005s; }
      .section-text.anim span:nth-child(68) {
        animation-delay: 1.02s; }
      .section-text.anim span:nth-child(69) {
        animation-delay: 1.035s; }
      .section-text.anim span:nth-child(70) {
        animation-delay: 1.05s; }
      .section-text.anim span:nth-child(71) {
        animation-delay: 1.065s; }
      .section-text.anim span:nth-child(72) {
        animation-delay: 1.08s; }
      .section-text.anim span:nth-child(73) {
        animation-delay: 1.095s; }
      .section-text.anim span:nth-child(74) {
        animation-delay: 1.11s; }
      .section-text.anim span:nth-child(75) {
        animation-delay: 1.125s; }
      .section-text.anim span:nth-child(76) {
        animation-delay: 1.14s; }
      .section-text.anim span:nth-child(77) {
        animation-delay: 1.155s; }
      .section-text.anim span:nth-child(78) {
        animation-delay: 1.17s; }
      .section-text.anim span:nth-child(79) {
        animation-delay: 1.185s; }
      .section-text.anim span:nth-child(80) {
        animation-delay: 1.2s; }
      .section-text.anim span:nth-child(81) {
        animation-delay: 1.215s; }
      .section-text.anim span:nth-child(82) {
        animation-delay: 1.23s; }
      .section-text.anim span:nth-child(83) {
        animation-delay: 1.245s; }
      .section-text.anim span:nth-child(84) {
        animation-delay: 1.26s; }
      .section-text.anim span:nth-child(85) {
        animation-delay: 1.275s; }
      .section-text.anim span:nth-child(86) {
        animation-delay: 1.29s; }
      .section-text.anim span:nth-child(87) {
        animation-delay: 1.305s; }
      .section-text.anim span:nth-child(88) {
        animation-delay: 1.32s; }
      .section-text.anim span:nth-child(89) {
        animation-delay: 1.335s; }
      .section-text.anim span:nth-child(90) {
        animation-delay: 1.35s; }
      .section-text.anim span:nth-child(91) {
        animation-delay: 1.365s; }
      .section-text.anim span:nth-child(92) {
        animation-delay: 1.38s; }
      .section-text.anim span:nth-child(93) {
        animation-delay: 1.395s; }
      .section-text.anim span:nth-child(94) {
        animation-delay: 1.41s; }
      .section-text.anim span:nth-child(95) {
        animation-delay: 1.425s; }
      .section-text.anim span:nth-child(96) {
        animation-delay: 1.44s; }
      .section-text.anim span:nth-child(97) {
        animation-delay: 1.455s; }
      .section-text.anim span:nth-child(98) {
        animation-delay: 1.47s; }
      .section-text.anim span:nth-child(99) {
        animation-delay: 1.485s; }
      .section-text.anim span:nth-child(100) {
        animation-delay: 1.5s; }
      .section-text.anim span:nth-child(101) {
        animation-delay: 1.515s; }
      .section-text.anim span:nth-child(102) {
        animation-delay: 1.53s; }
      .section-text.anim span:nth-child(103) {
        animation-delay: 1.545s; }
      .section-text.anim span:nth-child(104) {
        animation-delay: 1.56s; }
      .section-text.anim span:nth-child(105) {
        animation-delay: 1.575s; }
      .section-text.anim span:nth-child(106) {
        animation-delay: 1.59s; }
      .section-text.anim span:nth-child(107) {
        animation-delay: 1.605s; }
      .section-text.anim span:nth-child(108) {
        animation-delay: 1.62s; }
      .section-text.anim span:nth-child(109) {
        animation-delay: 1.635s; }
      .section-text.anim span:nth-child(110) {
        animation-delay: 1.65s; }
      .section-text.anim span:nth-child(111) {
        animation-delay: 1.665s; }
      .section-text.anim span:nth-child(112) {
        animation-delay: 1.68s; }
      .section-text.anim span:nth-child(113) {
        animation-delay: 1.695s; }
      .section-text.anim span:nth-child(114) {
        animation-delay: 1.71s; }
      .section-text.anim span:nth-child(115) {
        animation-delay: 1.725s; }
      .section-text.anim span:nth-child(116) {
        animation-delay: 1.74s; }
      .section-text.anim span:nth-child(117) {
        animation-delay: 1.755s; }
      .section-text.anim span:nth-child(118) {
        animation-delay: 1.77s; }
      .section-text.anim span:nth-child(119) {
        animation-delay: 1.785s; }
      .section-text.anim span:nth-child(120) {
        animation-delay: 1.8s; }
      .section-text.anim span:nth-child(121) {
        animation-delay: 1.815s; }
      .section-text.anim span:nth-child(122) {
        animation-delay: 1.83s; }
      .section-text.anim span:nth-child(123) {
        animation-delay: 1.845s; }
      .section-text.anim span:nth-child(124) {
        animation-delay: 1.86s; }
      .section-text.anim span:nth-child(125) {
        animation-delay: 1.875s; }
      .section-text.anim span:nth-child(126) {
        animation-delay: 1.89s; }
      .section-text.anim span:nth-child(127) {
        animation-delay: 1.905s; }
      .section-text.anim span:nth-child(128) {
        animation-delay: 1.92s; }
      .section-text.anim span:nth-child(129) {
        animation-delay: 1.935s; }
      .section-text.anim span:nth-child(130) {
        animation-delay: 1.95s; }
      .section-text.anim span:nth-child(131) {
        animation-delay: 1.965s; }
      .section-text.anim span:nth-child(132) {
        animation-delay: 1.98s; }
      .section-text.anim span:nth-child(133) {
        animation-delay: 1.995s; }
      .section-text.anim span:nth-child(134) {
        animation-delay: 2.01s; }
      .section-text.anim span:nth-child(135) {
        animation-delay: 2.025s; }
      .section-text.anim span:nth-child(136) {
        animation-delay: 2.04s; }
      .section-text.anim span:nth-child(137) {
        animation-delay: 2.055s; }
      .section-text.anim span:nth-child(138) {
        animation-delay: 2.07s; }
      .section-text.anim span:nth-child(139) {
        animation-delay: 2.085s; }
      .section-text.anim span:nth-child(140) {
        animation-delay: 2.1s; }
      .section-text.anim span:nth-child(141) {
        animation-delay: 2.115s; }
      .section-text.anim span:nth-child(142) {
        animation-delay: 2.13s; }
      .section-text.anim span:nth-child(143) {
        animation-delay: 2.145s; }
      .section-text.anim span:nth-child(144) {
        animation-delay: 2.16s; }
      .section-text.anim span:nth-child(145) {
        animation-delay: 2.175s; }
      .section-text.anim span:nth-child(146) {
        animation-delay: 2.19s; }
      .section-text.anim span:nth-child(147) {
        animation-delay: 2.205s; }
      .section-text.anim span:nth-child(148) {
        animation-delay: 2.22s; }
      .section-text.anim span:nth-child(149) {
        animation-delay: 2.235s; }
      .section-text.anim span:nth-child(150) {
        animation-delay: 2.25s; }
      .section-text.anim span:nth-child(151) {
        animation-delay: 2.265s; }
      .section-text.anim span:nth-child(152) {
        animation-delay: 2.28s; }
      .section-text.anim span:nth-child(153) {
        animation-delay: 2.295s; }
      .section-text.anim span:nth-child(154) {
        animation-delay: 2.31s; }
      .section-text.anim span:nth-child(155) {
        animation-delay: 2.325s; }
      .section-text.anim span:nth-child(156) {
        animation-delay: 2.34s; }
      .section-text.anim span:nth-child(157) {
        animation-delay: 2.355s; }
      .section-text.anim span:nth-child(158) {
        animation-delay: 2.37s; }
      .section-text.anim span:nth-child(159) {
        animation-delay: 2.385s; }
      .section-text.anim span:nth-child(160) {
        animation-delay: 2.4s; }
      .section-text.anim span:nth-child(161) {
        animation-delay: 2.415s; }
      .section-text.anim span:nth-child(162) {
        animation-delay: 2.43s; }
      .section-text.anim span:nth-child(163) {
        animation-delay: 2.445s; }
      .section-text.anim span:nth-child(164) {
        animation-delay: 2.46s; }
      .section-text.anim span:nth-child(165) {
        animation-delay: 2.475s; }
      .section-text.anim span:nth-child(166) {
        animation-delay: 2.49s; }
      .section-text.anim span:nth-child(167) {
        animation-delay: 2.505s; }
      .section-text.anim span:nth-child(168) {
        animation-delay: 2.52s; }
      .section-text.anim span:nth-child(169) {
        animation-delay: 2.535s; }
      .section-text.anim span:nth-child(170) {
        animation-delay: 2.55s; }
      .section-text.anim span:nth-child(171) {
        animation-delay: 2.565s; }
      .section-text.anim span:nth-child(172) {
        animation-delay: 2.58s; }
      .section-text.anim span:nth-child(173) {
        animation-delay: 2.595s; }
      .section-text.anim span:nth-child(174) {
        animation-delay: 2.61s; }
      .section-text.anim span:nth-child(175) {
        animation-delay: 2.625s; }
      .section-text.anim span:nth-child(176) {
        animation-delay: 2.64s; }
      .section-text.anim span:nth-child(177) {
        animation-delay: 2.655s; }
      .section-text.anim span:nth-child(178) {
        animation-delay: 2.67s; }
      .section-text.anim span:nth-child(179) {
        animation-delay: 2.685s; }
      .section-text.anim span:nth-child(180) {
        animation-delay: 2.7s; }
      .section-text.anim span:nth-child(181) {
        animation-delay: 2.715s; }
      .section-text.anim span:nth-child(182) {
        animation-delay: 2.73s; }
      .section-text.anim span:nth-child(183) {
        animation-delay: 2.745s; }
      .section-text.anim span:nth-child(184) {
        animation-delay: 2.76s; }
      .section-text.anim span:nth-child(185) {
        animation-delay: 2.775s; }
      .section-text.anim span:nth-child(186) {
        animation-delay: 2.79s; }
      .section-text.anim span:nth-child(187) {
        animation-delay: 2.805s; }
      .section-text.anim span:nth-child(188) {
        animation-delay: 2.82s; }
      .section-text.anim span:nth-child(189) {
        animation-delay: 2.835s; }
      .section-text.anim span:nth-child(190) {
        animation-delay: 2.85s; }
      .section-text.anim span:nth-child(191) {
        animation-delay: 2.865s; }
      .section-text.anim span:nth-child(192) {
        animation-delay: 2.88s; }
      .section-text.anim span:nth-child(193) {
        animation-delay: 2.895s; }
      .section-text.anim span:nth-child(194) {
        animation-delay: 2.91s; }
      .section-text.anim span:nth-child(195) {
        animation-delay: 2.925s; }
      .section-text.anim span:nth-child(196) {
        animation-delay: 2.94s; }
      .section-text.anim span:nth-child(197) {
        animation-delay: 2.955s; }
      .section-text.anim span:nth-child(198) {
        animation-delay: 2.97s; }
      .section-text.anim span:nth-child(199) {
        animation-delay: 2.985s; }
      .section-text.anim span:nth-child(200) {
        animation-delay: 3s; }
      .section-text.anim span:nth-child(201) {
        animation-delay: 3.015s; }
      .section-text.anim span:nth-child(202) {
        animation-delay: 3.03s; }
      .section-text.anim span:nth-child(203) {
        animation-delay: 3.045s; }
      .section-text.anim span:nth-child(204) {
        animation-delay: 3.06s; }
      .section-text.anim span:nth-child(205) {
        animation-delay: 3.075s; }
      .section-text.anim span:nth-child(206) {
        animation-delay: 3.09s; }
      .section-text.anim span:nth-child(207) {
        animation-delay: 3.105s; }
      .section-text.anim span:nth-child(208) {
        animation-delay: 3.12s; }
      .section-text.anim span:nth-child(209) {
        animation-delay: 3.135s; }
      .section-text.anim span:nth-child(210) {
        animation-delay: 3.15s; }
      .section-text.anim span:nth-child(211) {
        animation-delay: 3.165s; }
      .section-text.anim span:nth-child(212) {
        animation-delay: 3.18s; }
      .section-text.anim span:nth-child(213) {
        animation-delay: 3.195s; }
      .section-text.anim span:nth-child(214) {
        animation-delay: 3.21s; }
      .section-text.anim span:nth-child(215) {
        animation-delay: 3.225s; }
      .section-text.anim span:nth-child(216) {
        animation-delay: 3.24s; }
      .section-text.anim span:nth-child(217) {
        animation-delay: 3.255s; }
      .section-text.anim span:nth-child(218) {
        animation-delay: 3.27s; }
      .section-text.anim span:nth-child(219) {
        animation-delay: 3.285s; }
      .section-text.anim span:nth-child(220) {
        animation-delay: 3.3s; }
      .section-text.anim span:nth-child(221) {
        animation-delay: 3.315s; }
      .section-text.anim span:nth-child(222) {
        animation-delay: 3.33s; }
      .section-text.anim span:nth-child(223) {
        animation-delay: 3.345s; }
      .section-text.anim span:nth-child(224) {
        animation-delay: 3.36s; }
      .section-text.anim span:nth-child(225) {
        animation-delay: 3.375s; }
      .section-text.anim span:nth-child(226) {
        animation-delay: 3.39s; }
      .section-text.anim span:nth-child(227) {
        animation-delay: 3.405s; }
      .section-text.anim span:nth-child(228) {
        animation-delay: 3.42s; }
      .section-text.anim span:nth-child(229) {
        animation-delay: 3.435s; }
      .section-text.anim span:nth-child(230) {
        animation-delay: 3.45s; }
      .section-text.anim span:nth-child(231) {
        animation-delay: 3.465s; }
      .section-text.anim span:nth-child(232) {
        animation-delay: 3.48s; }
      .section-text.anim span:nth-child(233) {
        animation-delay: 3.495s; }
      .section-text.anim span:nth-child(234) {
        animation-delay: 3.51s; }
      .section-text.anim span:nth-child(235) {
        animation-delay: 3.525s; }
      .section-text.anim span:nth-child(236) {
        animation-delay: 3.54s; }
      .section-text.anim span:nth-child(237) {
        animation-delay: 3.555s; }
      .section-text.anim span:nth-child(238) {
        animation-delay: 3.57s; }
      .section-text.anim span:nth-child(239) {
        animation-delay: 3.585s; }
      .section-text.anim span:nth-child(240) {
        animation-delay: 3.6s; }
      .section-text.anim span:nth-child(241) {
        animation-delay: 3.615s; }
      .section-text.anim span:nth-child(242) {
        animation-delay: 3.63s; }
      .section-text.anim span:nth-child(243) {
        animation-delay: 3.645s; }
      .section-text.anim span:nth-child(244) {
        animation-delay: 3.66s; }
      .section-text.anim span:nth-child(245) {
        animation-delay: 3.675s; }
      .section-text.anim span:nth-child(246) {
        animation-delay: 3.69s; }
      .section-text.anim span:nth-child(247) {
        animation-delay: 3.705s; }
      .section-text.anim span:nth-child(248) {
        animation-delay: 3.72s; }
      .section-text.anim span:nth-child(249) {
        animation-delay: 3.735s; }
      .section-text.anim span:nth-child(250) {
        animation-delay: 3.75s; }
      .section-text.anim span:nth-child(251) {
        animation-delay: 3.765s; }
      .section-text.anim span:nth-child(252) {
        animation-delay: 3.78s; }
      .section-text.anim span:nth-child(253) {
        animation-delay: 3.795s; }
      .section-text.anim span:nth-child(254) {
        animation-delay: 3.81s; }
      .section-text.anim span:nth-child(255) {
        animation-delay: 3.825s; }
      .section-text.anim span:nth-child(256) {
        animation-delay: 3.84s; }
      .section-text.anim span:nth-child(257) {
        animation-delay: 3.855s; }
      .section-text.anim span:nth-child(258) {
        animation-delay: 3.87s; }
      .section-text.anim span:nth-child(259) {
        animation-delay: 3.885s; }
      .section-text.anim span:nth-child(260) {
        animation-delay: 3.9s; }
      .section-text.anim span:nth-child(261) {
        animation-delay: 3.915s; }
      .section-text.anim span:nth-child(262) {
        animation-delay: 3.93s; }
      .section-text.anim span:nth-child(263) {
        animation-delay: 3.945s; }
      .section-text.anim span:nth-child(264) {
        animation-delay: 3.96s; }
      .section-text.anim span:nth-child(265) {
        animation-delay: 3.975s; }
      .section-text.anim span:nth-child(266) {
        animation-delay: 3.99s; }
      .section-text.anim span:nth-child(267) {
        animation-delay: 4.005s; }
      .section-text.anim span:nth-child(268) {
        animation-delay: 4.02s; }
      .section-text.anim span:nth-child(269) {
        animation-delay: 4.035s; }
      .section-text.anim span:nth-child(270) {
        animation-delay: 4.05s; }
      .section-text.anim span:nth-child(271) {
        animation-delay: 4.065s; }
      .section-text.anim span:nth-child(272) {
        animation-delay: 4.08s; }
      .section-text.anim span:nth-child(273) {
        animation-delay: 4.095s; }
      .section-text.anim span:nth-child(274) {
        animation-delay: 4.11s; }
      .section-text.anim span:nth-child(275) {
        animation-delay: 4.125s; }
      .section-text.anim span:nth-child(276) {
        animation-delay: 4.14s; }
      .section-text.anim span:nth-child(277) {
        animation-delay: 4.155s; }
      .section-text.anim span:nth-child(278) {
        animation-delay: 4.17s; }
      .section-text.anim span:nth-child(279) {
        animation-delay: 4.185s; }
      .section-text.anim span:nth-child(280) {
        animation-delay: 4.2s; }
      .section-text.anim span:nth-child(281) {
        animation-delay: 4.215s; }
      .section-text.anim span:nth-child(282) {
        animation-delay: 4.23s; }
      .section-text.anim span:nth-child(283) {
        animation-delay: 4.245s; }
      .section-text.anim span:nth-child(284) {
        animation-delay: 4.26s; }
      .section-text.anim span:nth-child(285) {
        animation-delay: 4.275s; }
      .section-text.anim span:nth-child(286) {
        animation-delay: 4.29s; }
      .section-text.anim span:nth-child(287) {
        animation-delay: 4.305s; }
      .section-text.anim span:nth-child(288) {
        animation-delay: 4.32s; }
      .section-text.anim span:nth-child(289) {
        animation-delay: 4.335s; }
      .section-text.anim span:nth-child(290) {
        animation-delay: 4.35s; }
      .section-text.anim span:nth-child(291) {
        animation-delay: 4.365s; }
      .section-text.anim span:nth-child(292) {
        animation-delay: 4.38s; }
      .section-text.anim span:nth-child(293) {
        animation-delay: 4.395s; }
      .section-text.anim span:nth-child(294) {
        animation-delay: 4.41s; }
      .section-text.anim span:nth-child(295) {
        animation-delay: 4.425s; }
      .section-text.anim span:nth-child(296) {
        animation-delay: 4.44s; }
      .section-text.anim span:nth-child(297) {
        animation-delay: 4.455s; }
      .section-text.anim span:nth-child(298) {
        animation-delay: 4.47s; }
      .section-text.anim span:nth-child(299) {
        animation-delay: 4.485s; }
      .section-text.anim span:nth-child(300) {
        animation-delay: 4.5s; }
  .section-text strong {
    font-family: 'Caslon 540 LT Std';
    text-transform: lowercase;
    color: #FCBE83;
    font-size: 2.35rem;
    font-weight: 400; }
    .section-text strong.white {
      color: #fff; }

.title-anim {
  opacity: 0; }
  .title-anim.anim {
    opacity: 1; }
    .title-anim.anim span {
      animation: letter-glow 0.7s 0s ease both; }
      .title-anim.anim span:nth-child(1) {
        animation-delay: 0.07s; }
      .title-anim.anim span:nth-child(2) {
        animation-delay: 0.14s; }
      .title-anim.anim span:nth-child(3) {
        animation-delay: 0.21s; }
      .title-anim.anim span:nth-child(4) {
        animation-delay: 0.28s; }
      .title-anim.anim span:nth-child(5) {
        animation-delay: 0.35s; }
      .title-anim.anim span:nth-child(6) {
        animation-delay: 0.42s; }
      .title-anim.anim span:nth-child(7) {
        animation-delay: 0.49s; }
      .title-anim.anim span:nth-child(8) {
        animation-delay: 0.56s; }
      .title-anim.anim span:nth-child(9) {
        animation-delay: 0.63s; }
      .title-anim.anim span:nth-child(10) {
        animation-delay: 0.7s; }
      .title-anim.anim span:nth-child(11) {
        animation-delay: 0.77s; }
      .title-anim.anim span:nth-child(12) {
        animation-delay: 0.84s; }
      .title-anim.anim span:nth-child(13) {
        animation-delay: 0.91s; }
      .title-anim.anim span:nth-child(14) {
        animation-delay: 0.98s; }
      .title-anim.anim span:nth-child(15) {
        animation-delay: 1.05s; }
      .title-anim.anim span:nth-child(16) {
        animation-delay: 1.12s; }
      .title-anim.anim span:nth-child(17) {
        animation-delay: 1.19s; }
      .title-anim.anim span:nth-child(18) {
        animation-delay: 1.26s; }
      .title-anim.anim span:nth-child(19) {
        animation-delay: 1.33s; }
      .title-anim.anim span:nth-child(20) {
        animation-delay: 1.4s; }
      .title-anim.anim span:nth-child(21) {
        animation-delay: 1.47s; }
      .title-anim.anim span:nth-child(22) {
        animation-delay: 1.54s; }
      .title-anim.anim span:nth-child(23) {
        animation-delay: 1.61s; }
      .title-anim.anim span:nth-child(24) {
        animation-delay: 1.68s; }
      .title-anim.anim span:nth-child(25) {
        animation-delay: 1.75s; }
      .title-anim.anim span:nth-child(26) {
        animation-delay: 1.82s; }
      .title-anim.anim span:nth-child(27) {
        animation-delay: 1.89s; }
      .title-anim.anim span:nth-child(28) {
        animation-delay: 1.96s; }
      .title-anim.anim span:nth-child(29) {
        animation-delay: 2.03s; }
      .title-anim.anim span:nth-child(30) {
        animation-delay: 2.1s; }
      .title-anim.anim span:nth-child(31) {
        animation-delay: 2.17s; }
      .title-anim.anim span:nth-child(32) {
        animation-delay: 2.24s; }
      .title-anim.anim span:nth-child(33) {
        animation-delay: 2.31s; }
      .title-anim.anim span:nth-child(34) {
        animation-delay: 2.38s; }
      .title-anim.anim span:nth-child(35) {
        animation-delay: 2.45s; }
      .title-anim.anim span:nth-child(36) {
        animation-delay: 2.52s; }
      .title-anim.anim span:nth-child(37) {
        animation-delay: 2.59s; }
      .title-anim.anim span:nth-child(38) {
        animation-delay: 2.66s; }
      .title-anim.anim span:nth-child(39) {
        animation-delay: 2.73s; }
      .title-anim.anim span:nth-child(40) {
        animation-delay: 2.8s; }
      .title-anim.anim span:nth-child(41) {
        animation-delay: 2.87s; }
      .title-anim.anim span:nth-child(42) {
        animation-delay: 2.94s; }
      .title-anim.anim span:nth-child(43) {
        animation-delay: 3.01s; }
      .title-anim.anim span:nth-child(44) {
        animation-delay: 3.08s; }
      .title-anim.anim span:nth-child(45) {
        animation-delay: 3.15s; }
      .title-anim.anim span:nth-child(46) {
        animation-delay: 3.22s; }
      .title-anim.anim span:nth-child(47) {
        animation-delay: 3.29s; }
      .title-anim.anim span:nth-child(48) {
        animation-delay: 3.36s; }
      .title-anim.anim span:nth-child(49) {
        animation-delay: 3.43s; }
      .title-anim.anim span:nth-child(50) {
        animation-delay: 3.5s; }
      .title-anim.anim span:nth-child(51) {
        animation-delay: 3.57s; }
      .title-anim.anim span:nth-child(52) {
        animation-delay: 3.64s; }
      .title-anim.anim span:nth-child(53) {
        animation-delay: 3.71s; }
      .title-anim.anim span:nth-child(54) {
        animation-delay: 3.78s; }
      .title-anim.anim span:nth-child(55) {
        animation-delay: 3.85s; }
      .title-anim.anim span:nth-child(56) {
        animation-delay: 3.92s; }
      .title-anim.anim span:nth-child(57) {
        animation-delay: 3.99s; }
      .title-anim.anim span:nth-child(58) {
        animation-delay: 4.06s; }
      .title-anim.anim span:nth-child(59) {
        animation-delay: 4.13s; }
      .title-anim.anim span:nth-child(60) {
        animation-delay: 4.2s; }
      .title-anim.anim span:nth-child(61) {
        animation-delay: 4.27s; }
      .title-anim.anim span:nth-child(62) {
        animation-delay: 4.34s; }
      .title-anim.anim span:nth-child(63) {
        animation-delay: 4.41s; }
      .title-anim.anim span:nth-child(64) {
        animation-delay: 4.48s; }
      .title-anim.anim span:nth-child(65) {
        animation-delay: 4.55s; }
      .title-anim.anim span:nth-child(66) {
        animation-delay: 4.62s; }
      .title-anim.anim span:nth-child(67) {
        animation-delay: 4.69s; }
      .title-anim.anim span:nth-child(68) {
        animation-delay: 4.76s; }
      .title-anim.anim span:nth-child(69) {
        animation-delay: 4.83s; }
      .title-anim.anim span:nth-child(70) {
        animation-delay: 4.9s; }
      .title-anim.anim span:nth-child(71) {
        animation-delay: 4.97s; }
      .title-anim.anim span:nth-child(72) {
        animation-delay: 5.04s; }
      .title-anim.anim span:nth-child(73) {
        animation-delay: 5.11s; }
      .title-anim.anim span:nth-child(74) {
        animation-delay: 5.18s; }
      .title-anim.anim span:nth-child(75) {
        animation-delay: 5.25s; }
      .title-anim.anim span:nth-child(76) {
        animation-delay: 5.32s; }
      .title-anim.anim span:nth-child(77) {
        animation-delay: 5.39s; }
      .title-anim.anim span:nth-child(78) {
        animation-delay: 5.46s; }
      .title-anim.anim span:nth-child(79) {
        animation-delay: 5.53s; }
      .title-anim.anim span:nth-child(80) {
        animation-delay: 5.6s; }
      .title-anim.anim span:nth-child(81) {
        animation-delay: 5.67s; }
      .title-anim.anim span:nth-child(82) {
        animation-delay: 5.74s; }
      .title-anim.anim span:nth-child(83) {
        animation-delay: 5.81s; }
      .title-anim.anim span:nth-child(84) {
        animation-delay: 5.88s; }
      .title-anim.anim span:nth-child(85) {
        animation-delay: 5.95s; }
      .title-anim.anim span:nth-child(86) {
        animation-delay: 6.02s; }
      .title-anim.anim span:nth-child(87) {
        animation-delay: 6.09s; }
      .title-anim.anim span:nth-child(88) {
        animation-delay: 6.16s; }
      .title-anim.anim span:nth-child(89) {
        animation-delay: 6.23s; }
      .title-anim.anim span:nth-child(90) {
        animation-delay: 6.3s; }
      .title-anim.anim span:nth-child(91) {
        animation-delay: 6.37s; }
      .title-anim.anim span:nth-child(92) {
        animation-delay: 6.44s; }
      .title-anim.anim span:nth-child(93) {
        animation-delay: 6.51s; }
      .title-anim.anim span:nth-child(94) {
        animation-delay: 6.58s; }
      .title-anim.anim span:nth-child(95) {
        animation-delay: 6.65s; }
      .title-anim.anim span:nth-child(96) {
        animation-delay: 6.72s; }
      .title-anim.anim span:nth-child(97) {
        animation-delay: 6.79s; }
      .title-anim.anim span:nth-child(98) {
        animation-delay: 6.86s; }
      .title-anim.anim span:nth-child(99) {
        animation-delay: 6.93s; }
      .title-anim.anim span:nth-child(100) {
        animation-delay: 7s; }

.btn-mobile {
  display: none !important; }

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95) translateY(-50%);
    box-shadow: 0 0 0 0 rgba(252, 190, 131, 0.3); }
  70% {
    transform: scale(1) translateY(-50%);
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    transform: scale(0.95) translateY(-50%);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulse-yellow-noscale {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 190, 131, 0.3); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes letter-glow {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  66% {
    opacity: 1;
    transform: scale(1); }
  77% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes letter-rotate {
  0% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 90deg); }
  50% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 90deg); }
  77% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 45deg); }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0); } }
@keyframes svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0; } }
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .preloader__percent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    font-family: 'Caslon 540 LT Std';
    text-transform: lowercase;
    color: #FCBE83;
    font-size: 3rem; }
  .preloader__loading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FCBE83;
    font-family: 'Tokyo Dreams';
    font-weight: 700; }
  .preloader__text {
    width: 19rem; }
    .preloader__text img {
      width: 100%;
      display: block; }
  .preloader__logo {
    width: 14rem;
    margin-top: -4rem;
    min-height: 10rem; }

.menu {
  background: #F4F4F4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  transition: .6s ease-in-out;
  transform: translateY(-100%); }
  .menu-open {
    transform: none; }
  .menu-wrap {
    height: 100%; }
  .menu-list {
    margin-bottom: 3.5rem; }
    .menu-list li {
      margin-bottom: 1.7rem; }
      .menu-list li:last-child {
        margin-bottom: 0; }
      .menu-list li a {
        color: #0C004C;
        font-size: 2.7rem;
        text-transform: uppercase;
        font-family: 'Tokyo Dreams';
        font-weight: 700; }
        .menu-list li a:hover {
          color: #FCBE83; }
  .menu-lang {
    display: none; }
  .menu .container {
    display: flex;
    align-items: center;
    height: 100%; }
  .menu-social {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 4rem;
    width: 100%; }
    .menu-social li {
      margin: 0 .35rem; }
    .menu-social a {
      font-size: 0.7rem;
      color: #0C004C; }
      .menu-social a:hover {
        color: #FCBE83; }
  .menu__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 13.3rem;
    height: 13.3rem;
    border: 1px solid #FCBE83;
    color: #0C004C;
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 1.45rem;
    border-radius: 50%;
    padding: 1rem;
    text-align: center; }
  .menu-open {
    transform: none; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 0, 76, 0.6);
  z-index: 99;
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 37.5rem;
    padding: 3.5rem;
    background: #F9F0EC;
    text-align: center; }
  .feedback-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .feedback-close svg {
      width: 1.6rem; }
  .feedback__title {
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 100%;
    color: #AC835E;
    margin-bottom: 1.5rem; }
  .feedback__text {
    font-size: 1rem;
    color: #788179;
    line-height: 160%;
    margin: 0 auto 2.5rem;
    text-transform: none;
    max-width: 19rem; }
  .feedback-form input {
    width: 100%;
    margin-bottom: 3rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #AC835E;
    font-size: 0.9rem;
    padding-bottom: 1.1rem;
    outline: none;
    color: #0C004C; }
    .feedback-form input::placeholder {
      color: #AC835E; }
  .feedback-form button {
    background: transparent;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .feedback-form button svg {
      width: 4rem; }
    .feedback-form button:hover svg circle {
      fill: #FCBE83; }
  .feedback__img {
    margin-bottom: 1.4rem; }
    .feedback__img img {
      width: 10rem;
      display: inline-block;
      filter: drop-shadow(0px 2px 94px #FCBE83); }
  .feedback-done {
    display: none; }
    .feedback-done__title {
      font-weight: 700;
      color: #0C004C;
      font-size: 1.8rem;
      margin-bottom: 1.5rem; }
  .feedback__btn {
    width: 15rem;
    height: 3.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0C004C;
    color: #FCBE83;
    border-radius: 4rem;
    font-size: 0.7rem;
    border: 1px solid #0C004C; }
    .feedback__btn:hover {
      color: #0C004C;
      background: #FCBE83; }
  .feedback-social {
    margin: 4rem 0 -2rem;
    color: #0C004C;
    font-size: 0.7rem; }
    .feedback-social__list {
      display: flex;
      justify-content: center;
      margin-top: .6rem; }
      .feedback-social__list li {
        margin: 0 0.5rem; }
      .feedback-social__list a {
        color: #0C004C; }
        .feedback-social__list a:hover {
          color: #AC835E; }

.header {
  position: fixed;
  top: .6rem;
  padding: 1rem 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  left: 0;
  width: 100%;
  z-index: 22;
  transition: .6s all;
  background: transparent; }
  .header .container {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .header-choose a {
    margin-right: 2rem;
    color: #0C004C; }
    .header-choose a:hover {
      color: #FCBE83; }
  .header-left, .header-right {
    width: 30rem;
    display: flex;
    align-items: center; }
  .header-right {
    justify-content: flex-end; }
  .header-menu__btn {
    display: inline-flex;
    align-items: center;
    margin-right: 3rem;
    cursor: pointer; }
    .header-menu__btn svg {
      width: 0.8rem;
      margin-right: 0.5rem; }
  .header-menu__close {
    display: none; }
    .header-menu__close svg path {
      stroke: #0C004C; }
  .header__logo {
    width: 7.5rem;
    transition: .6s all; }
    .header__logo img {
      display: block;
      width: 100%; }
  .header__link {
    color: #0C004C; }
    .header__link:hover {
      color: #FCBE83; }
    .header__link-btn {
      color: #0C004C;
      animation: pulse-yellow-noscale 2s infinite;
      box-shadow: 0 0 0 0 rgba(252, 190, 131, 0.3);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #FCBE83;
      border-radius: 2rem;
      padding: 0.5rem 1.5rem; }
      .header__link-btn:hover {
        color: #FCBE83; }
  .header-lang {
    margin-right: 3.5rem; }
    .header-lang .header__link {
      margin-right: 0.5rem; }
      .header-lang .header__link.current {
        color: #FCBE83; }
      .header-lang .header__link:last-child {
        margin-right: 0; }
  .header-tel {
    display: inline-flex;
    color: #0C004C;
    position: relative; }
    .header-tel::before {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      border: 1px solid #FCBE83;
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -1rem;
      animation: pulse-yellow 2s infinite;
      box-shadow: 0 0 0 0 rgba(252, 190, 131, 0.3); }
  .header-blue {
    color: #0C004C;
    top: 0; }
    .header-blue .header-tel, .header-blue .header__link, .header-blue .header-choose a {
      color: #0C004C; }
      .header-blue .header-tel:hover, .header-blue .header__link:hover, .header-blue .header-choose a:hover {
        color: #FCBE83; }
  .header-mixed .header-menu {
    color: #0C004C; }
  .header-mixed .header-left .header__link {
    color: #0C004C; }
    .header-mixed .header-left .header__link:hover {
      color: #FCBE83; }
  .header-fixed {
    background: #F4F4F4;
    top: 0;
    padding: 0.4rem 0;
    position: fixed;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05); }
    .header-fixed .header__logo {
      width: 5.5rem; }

.main {
  padding-top: 10rem;
  text-align: center;
  transition: .6s all; }
  .main-anim {
    opacity: 0; }
    .main-anim.anim {
      opacity: 1; }
      .main-anim.anim span {
        animation: letter-rotate 0.5s 0s ease both; }
        .main-anim.anim span:nth-child(1) {
          animation-delay: 0.1s; }
        .main-anim.anim span:nth-child(2) {
          animation-delay: 0.2s; }
        .main-anim.anim span:nth-child(3) {
          animation-delay: 0.3s; }
        .main-anim.anim span:nth-child(4) {
          animation-delay: 0.4s; }
        .main-anim.anim span:nth-child(5) {
          animation-delay: 0.5s; }
        .main-anim.anim span:nth-child(6) {
          animation-delay: 0.6s; }
        .main-anim.anim span:nth-child(7) {
          animation-delay: 0.7s; }
        .main-anim.anim span:nth-child(8) {
          animation-delay: 0.8s; }
        .main-anim.anim span:nth-child(9) {
          animation-delay: 0.9s; }
        .main-anim.anim span:nth-child(10) {
          animation-delay: 1s; }
        .main-anim.anim span:nth-child(11) {
          animation-delay: 1.1s; }
        .main-anim.anim span:nth-child(12) {
          animation-delay: 1.2s; }
        .main-anim.anim span:nth-child(13) {
          animation-delay: 1.3s; }
        .main-anim.anim span:nth-child(14) {
          animation-delay: 1.4s; }
        .main-anim.anim span:nth-child(15) {
          animation-delay: 1.5s; }
        .main-anim.anim span:nth-child(16) {
          animation-delay: 1.6s; }
        .main-anim.anim span:nth-child(17) {
          animation-delay: 1.7s; }
        .main-anim.anim span:nth-child(18) {
          animation-delay: 1.8s; }
        .main-anim.anim span:nth-child(19) {
          animation-delay: 1.9s; }
        .main-anim.anim span:nth-child(20) {
          animation-delay: 2s; }
        .main-anim.anim span:nth-child(21) {
          animation-delay: 2.1s; }
        .main-anim.anim span:nth-child(22) {
          animation-delay: 2.2s; }
        .main-anim.anim span:nth-child(23) {
          animation-delay: 2.3s; }
        .main-anim.anim span:nth-child(24) {
          animation-delay: 2.4s; }
        .main-anim.anim span:nth-child(25) {
          animation-delay: 2.5s; }
        .main-anim.anim span:nth-child(26) {
          animation-delay: 2.6s; }
        .main-anim.anim span:nth-child(27) {
          animation-delay: 2.7s; }
        .main-anim.anim span:nth-child(28) {
          animation-delay: 2.8s; }
        .main-anim.anim span:nth-child(29) {
          animation-delay: 2.9s; }
        .main-anim.anim span:nth-child(30) {
          animation-delay: 3s; }
        .main-anim.anim span:nth-child(31) {
          animation-delay: 3.1s; }
        .main-anim.anim span:nth-child(32) {
          animation-delay: 3.2s; }
        .main-anim.anim span:nth-child(33) {
          animation-delay: 3.3s; }
        .main-anim.anim span:nth-child(34) {
          animation-delay: 3.4s; }
        .main-anim.anim span:nth-child(35) {
          animation-delay: 3.5s; }
        .main-anim.anim span:nth-child(36) {
          animation-delay: 3.6s; }
        .main-anim.anim span:nth-child(37) {
          animation-delay: 3.7s; }
        .main-anim.anim span:nth-child(38) {
          animation-delay: 3.8s; }
        .main-anim.anim span:nth-child(39) {
          animation-delay: 3.9s; }
        .main-anim.anim span:nth-child(40) {
          animation-delay: 4s; }
        .main-anim.anim span:nth-child(41) {
          animation-delay: 4.1s; }
        .main-anim.anim span:nth-child(42) {
          animation-delay: 4.2s; }
        .main-anim.anim span:nth-child(43) {
          animation-delay: 4.3s; }
        .main-anim.anim span:nth-child(44) {
          animation-delay: 4.4s; }
        .main-anim.anim span:nth-child(45) {
          animation-delay: 4.5s; }
        .main-anim.anim span:nth-child(46) {
          animation-delay: 4.6s; }
        .main-anim.anim span:nth-child(47) {
          animation-delay: 4.7s; }
        .main-anim.anim span:nth-child(48) {
          animation-delay: 4.8s; }
        .main-anim.anim span:nth-child(49) {
          animation-delay: 4.9s; }
        .main-anim.anim span:nth-child(50) {
          animation-delay: 5s; }
        .main-anim.anim span:nth-child(51) {
          animation-delay: 5.1s; }
        .main-anim.anim span:nth-child(52) {
          animation-delay: 5.2s; }
        .main-anim.anim span:nth-child(53) {
          animation-delay: 5.3s; }
        .main-anim.anim span:nth-child(54) {
          animation-delay: 5.4s; }
        .main-anim.anim span:nth-child(55) {
          animation-delay: 5.5s; }
        .main-anim.anim span:nth-child(56) {
          animation-delay: 5.6s; }
        .main-anim.anim span:nth-child(57) {
          animation-delay: 5.7s; }
        .main-anim.anim span:nth-child(58) {
          animation-delay: 5.8s; }
        .main-anim.anim span:nth-child(59) {
          animation-delay: 5.9s; }
        .main-anim.anim span:nth-child(60) {
          animation-delay: 6s; }
        .main-anim.anim span:nth-child(61) {
          animation-delay: 6.1s; }
        .main-anim.anim span:nth-child(62) {
          animation-delay: 6.2s; }
        .main-anim.anim span:nth-child(63) {
          animation-delay: 6.3s; }
        .main-anim.anim span:nth-child(64) {
          animation-delay: 6.4s; }
        .main-anim.anim span:nth-child(65) {
          animation-delay: 6.5s; }
        .main-anim.anim span:nth-child(66) {
          animation-delay: 6.6s; }
        .main-anim.anim span:nth-child(67) {
          animation-delay: 6.7s; }
        .main-anim.anim span:nth-child(68) {
          animation-delay: 6.8s; }
        .main-anim.anim span:nth-child(69) {
          animation-delay: 6.9s; }
        .main-anim.anim span:nth-child(70) {
          animation-delay: 7s; }
        .main-anim.anim span:nth-child(71) {
          animation-delay: 7.1s; }
        .main-anim.anim span:nth-child(72) {
          animation-delay: 7.2s; }
        .main-anim.anim span:nth-child(73) {
          animation-delay: 7.3s; }
        .main-anim.anim span:nth-child(74) {
          animation-delay: 7.4s; }
        .main-anim.anim span:nth-child(75) {
          animation-delay: 7.5s; }
        .main-anim.anim span:nth-child(76) {
          animation-delay: 7.6s; }
        .main-anim.anim span:nth-child(77) {
          animation-delay: 7.7s; }
        .main-anim.anim span:nth-child(78) {
          animation-delay: 7.8s; }
        .main-anim.anim span:nth-child(79) {
          animation-delay: 7.9s; }
        .main-anim.anim span:nth-child(80) {
          animation-delay: 8s; }
        .main-anim.anim span:nth-child(81) {
          animation-delay: 8.1s; }
        .main-anim.anim span:nth-child(82) {
          animation-delay: 8.2s; }
        .main-anim.anim span:nth-child(83) {
          animation-delay: 8.3s; }
        .main-anim.anim span:nth-child(84) {
          animation-delay: 8.4s; }
        .main-anim.anim span:nth-child(85) {
          animation-delay: 8.5s; }
        .main-anim.anim span:nth-child(86) {
          animation-delay: 8.6s; }
        .main-anim.anim span:nth-child(87) {
          animation-delay: 8.7s; }
        .main-anim.anim span:nth-child(88) {
          animation-delay: 8.8s; }
        .main-anim.anim span:nth-child(89) {
          animation-delay: 8.9s; }
        .main-anim.anim span:nth-child(90) {
          animation-delay: 9s; }
        .main-anim.anim span:nth-child(91) {
          animation-delay: 9.1s; }
        .main-anim.anim span:nth-child(92) {
          animation-delay: 9.2s; }
        .main-anim.anim span:nth-child(93) {
          animation-delay: 9.3s; }
        .main-anim.anim span:nth-child(94) {
          animation-delay: 9.4s; }
        .main-anim.anim span:nth-child(95) {
          animation-delay: 9.5s; }
        .main-anim.anim span:nth-child(96) {
          animation-delay: 9.6s; }
        .main-anim.anim span:nth-child(97) {
          animation-delay: 9.7s; }
        .main-anim.anim span:nth-child(98) {
          animation-delay: 9.8s; }
        .main-anim.anim span:nth-child(99) {
          animation-delay: 9.9s; }
        .main-anim.anim span:nth-child(100) {
          animation-delay: 10s; }
  .main-slider {
    position: relative; }
    .main-slider__item {
      height: 42rem; }
      .main-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-slider__arrows {
      position: absolute;
      right: 0;
      z-index: 2;
      bottom: 1.2rem; }
      .main-slider__arrows .container {
        display: flex;
        flex-direction: column;
        gap: .65rem; }
      .main-slider__arrows span {
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
        transition: .6s all;
        border: 1px solid #fff; }
        .main-slider__arrows span img {
          width: 1.1rem; }
        .main-slider__arrows span:hover {
          border-color: #AC835E;
          background: #AC835E; }
  .main-feedback {
    background: #0C004C;
    max-width: 53rem;
    margin: 2rem auto 0;
    padding: 2.5rem 6rem 3.5rem;
    position: relative;
    z-index: 2; }
    .main-feedback__title {
      text-align: center;
      font-family: 'Tokyo Dreams';
      font-weight: 700;
      color: #AC835E;
      margin-bottom: 3.2rem;
      font-size: 2.75rem; }
    .main-feedback__form {
      display: flex;
      justify-content: space-between; }
      .main-feedback__form input {
        border: none;
        border-bottom: 1px solid #AC835E;
        padding-bottom: .3rem;
        color: #AC835E;
        width: 15rem;
        background: transparent;
        outline: none;
        font-size: 0.9rem; }
        .main-feedback__form input::placeholder {
          color: #AC835E; }
      .main-feedback__form button {
        background: #AC835E;
        width: 3rem;
        height: 3rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: none; }
        .main-feedback__form button svg {
          width: 1.2rem;
          transition: .6s all; }
        .main-feedback__form button:hover svg {
          transform: translateX(0.25rem); }

.info {
  padding: 13rem 0 5rem; }
  .info .container {
    padding-right: 0;
    width: 100%;
    position: sticky;
    top: 6rem;
    height: 40rem; }
  .info__number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    position: relative;
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 2rem; }
    .info__number::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      content: '';
      border-radius: 50%; }
    .info__number svg {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
      .info__number svg circle {
        stroke-dasharray: 801;
        stroke-dashoffset: 801;
        transition: .5s all;
        stroke-width: .1rem;
        width: 100%;
        height: 100%; }
    .info__number.stroke svg circle {
      stroke-dashoffset: 0; }
  .info-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden; }
    .info-item__gallery {
      width: 60%; }
      .info-item__gallery img {
        height: 40rem;
        object-fit: cover; }
    .info-item__arrows {
      display: none; }
    .info-item__img {
      position: relative; }
      .info-item__img span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 2rem;
        right: 0;
        background: #0C004C;
        color: #fff;
        font-family: 'Liliane Classe';
        font-weight: normal;
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
        min-width: 18rem; }
    .info-item__wrap {
      width: 38%; }
    .info-item__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3rem;
      transform: translateY(-100%);
      opacity: 0;
      transition: .5s ease-in; }
      .info-item__head.anim {
        opacity: 1;
        transform: none; }
    .info-item__list li {
      display: flex;
      align-items: center;
      margin-bottom: 1.75rem;
      font-size: 0.8rem; }
      .info-item__list li img {
        width: 2.1rem !important;
        display: block;
        margin-right: 1.6rem;
        flex-shrink: 0; }
      .info-item__list li:last-child {
        margin-bottom: 0; }
  .info__title {
    font-size: 1.6rem;
    line-height: 120%;
    font-family: 'Tokyo Dreams';
    font-weight: 700; }
  .info .owl-prev, .info .owl-next {
    padding: 0;
    background: transparent;
    border: none;
    outline: none; }

.map {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative; }
  .map-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .map-main img, .map-main iframe {
      width: 100%;
      height: 110%;
      object-fit: cover;
      display: block; }
    .map-main img {
      display: none; }
  .map-list {
    width: 20rem;
    position: relative;
    z-index: 3; }
    .map-list__item {
      margin-bottom: 2rem; }
      .map-list__item.active .map-list__name {
        color: #FCBE83; }
        .map-list__item.active .map-list__name span {
          border-color: #FCBE83; }
          .map-list__item.active .map-list__name span::after {
            content: "-"; }
    .map-list__name {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: 'Tokyo Dreams';
      font-weight: 700;
      font-size: 1.7rem;
      cursor: pointer;
      user-select: none; }
      .map-list__name span {
        width: 2.4rem;
        height: 2.4rem;
        border: 1px solid #fff;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
        margin-left: 1rem; }
        .map-list__name span::after {
          content: '+';
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .map-list__list {
      display: none; }
      .map-list__list li {
        margin-top: 1.2rem;
        font-size: 0.8rem;
        padding-left: 2.75rem;
        position: relative; }
        .map-list__list li::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 2rem;
          height: 0.8rem;
          background: url(../img/arrow-right.svg) center center no-repeat;
          background-size: contain;
          content: ''; }

.callback {
  padding: 7.5rem 0;
  color: #AC835E; }
  .callback__title {
    margin: 0 auto;
    width: 35rem;
    font-size: 5rem;
    line-height: 120%;
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 5rem; }
    .callback__title .letter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Caslon 540 LT Std';
      text-transform: lowercase;
      color: #FCBE83;
      font-size: 2rem;
      top: 47%;
      line-height: 100%;
      color: #0C004C;
      font-style: italic; }
  .callback#callback2 .callback__title {
    width: 44rem; }
  .callback-form {
    text-align: center;
    width: 40rem;
    margin: 0 auto; }
    .callback-form input {
      background: none;
      border: none;
      outline: none;
      border-bottom: 1px solid #AC835E;
      width: 100%;
      display: block;
      margin-bottom: 3rem;
      padding-bottom: 1.1rem;
      font-size: 0.9rem; }
      .callback-form input::placeholder {
        color: rgba(172, 131, 94, 0.7); }
    .callback-form button {
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      border: none;
      background: #AC835E;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .callback-form button img {
        width: 1.5rem; }

.news {
  padding: 10rem 0 2rem; }
  .news .container {
    padding-right: 0; }
  .news__title {
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 6rem;
    line-height: 100%;
    color: #0C004C;
    margin-bottom: 1rem;
    position: relative;
    text-transform: none; }
  .news-item {
    width: 30rem;
    margin-right: 9rem;
    display: flex;
    height: 25.5rem; }
    .news-item__img {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .news-item__img video, .news-item__img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        display: block; }
    .news-item__wrap {
      margin-top: 1rem;
      display: flex;
      align-items: flex-start;
      position: relative;
      z-index: 3; }
    .news-item__arrow {
      width: 5rem;
      height: 5rem;
      flex-shrink: 0;
      border-radius: 50%;
      background: #AC835E;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.8rem; }
      .news-item__arrow img {
        width: 1.5rem !important; }
    .news-item__text {
      font-size: 1.2rem;
      align-self: center;
      pointer-events: none;
      width: 100%; }
      .news-item__text strong {
        font-size: 1.6rem; }
  .news-page {
    padding-bottom: 5rem; }
    .news-page .news-item {
      flex-direction: column;
      height: auto; }
      .news-page .news-item__img {
        height: 30.5rem; }
  .news-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .news-wrap .section-text {
      opacity: 1; }
    .news-wrap .news-item {
      width: 30rem;
      margin-bottom: 4rem; }
      .news-wrap .news-item:nth-child(4n-1) {
        margin-left: 5rem; }
  .news-single {
    padding: 20rem 0 5rem; }
    .news-single__back {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #0C004C;
      font-size: 0.7rem;
      margin-bottom: 3rem; }
      .news-single__back:hover {
        color: #FCBE83; }
      .news-single__back svg {
        width: 3.3rem;
        margin-right: 1.5rem; }
    .news-single__title {
      font-size: 3.2rem;
      line-height: 125%;
      font-family: 'Tokyo Dreams';
      font-weight: 700;
      max-width: 66rem;
      margin-bottom: 6rem; }
      .news-single__title span {
        color: #FCBE83; }
    .news-single__wrap {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15rem; }
    .news-single__img {
      width: 38%; }
      .news-single__img img {
        display: block;
        width: 100%; }
    .news-single__content {
      width: 58%; }
    .news-single__text {
      line-height: 150%;
      font-size: 1rem;
      margin-bottom: 5rem; }
    .news-single__more {
      display: flex; }
      .news-single__more .section-text {
        opacity: 1; }
      .news-single__more .news-item {
        width: 42%;
        margin-left: 8%;
        margin-right: 0;
        flex-direction: column;
        height: auto; }
        .news-single__more .news-item__img {
          height: 26.5rem; }
  .news-share {
    font-size: 0.7rem; }
    .news-share__title {
      margin-bottom: 1rem; }
    .news-share__links {
      text-transform: lowercase; }
      .news-share__links a {
        color: #fff;
        opacity: 0.5;
        margin-right: .5rem; }
        .news-share__links a:hover {
          opacity: 0.7; }

.club {
  padding-top: 10rem; }
  .club-wrap {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center; }
  .club__title {
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 6rem;
    line-height: 100%;
    color: #0C004C;
    margin-bottom: 1rem;
    position: relative;
    text-transform: none;
    font-weight: normal; }
  .club-video {
    height: 30.5rem; }
    .club-video iframe, .club-video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.genplan {
  position: relative;
  height: 100vh; }
  .genplan-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 10.5rem;
    z-index: 10;
    background: #fff;
    color: #0C004C;
    padding: 1.2rem 1rem;
    font-size: 0.65rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(1rem, -50%); }
    .genplan-info-second .genplan-info__second {
      display: block; }
    .genplan-info-second .genplan-info__flats {
      display: none; }
    .genplan-info__block {
      margin-bottom: 3.5rem; }
    .genplan-info__floor, .genplan-info__flat, .genplan-info__rooms, .genplan-info__square {
      display: flex;
      align-items: flex-start;
      margin-bottom: 3rem; }
      .genplan-info__floor span, .genplan-info__flat span, .genplan-info__rooms span, .genplan-info__square span {
        font-family: 'Tokyo Dreams';
        font-weight: 700;
        display: block;
        font-size: 2.4rem;
        line-height: 80%;
        margin-right: .4rem; }
      .genplan-info__floor div, .genplan-info__flat div, .genplan-info__rooms div, .genplan-info__square div {
        width: 5rem; }
    .genplan-info__flat, .genplan-info__rooms {
      margin-bottom: 1.4rem;
      justify-content: flex-end; }
    .genplan-info__square {
      margin-bottom: 0;
      justify-content: flex-end; }
    .genplan-info__flats span, .genplan-info__second span {
      font-family: 'Tokyo Dreams';
      font-weight: 700;
      display: block;
      font-size: 2.4rem; }
    .genplan-info__second {
      display: none; }
  .genplan__title {
    position: relative;
    z-index: 2;
    font-size: 8rem;
    color: #AC835E;
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    margin-top: 8rem;
    max-width: 45rem;
    line-height: 100%; }
  .genplan::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: #F9F0EC;
    content: ''; }
  .genplan-arrows {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8rem;
    display: flex;
    justify-content: space-between;
    width: 80%;
    z-index: 5;
    pointer-events: none; }
    .genplan-arrows span {
      position: relative;
      z-index: 10;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid #0C004C;
      backdrop-filter: blur(2.5px);
      border-radius: 2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 3rem;
      height: 2.4rem;
      pointer-events: auto;
      user-select: none; }
      .genplan-arrows span svg {
        width: 1.2rem; }
        .genplan-arrows span svg path {
          stroke: #0C004C; }
  .genplan .genplan-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    height: 85%;
    width: 100%;
    user-select: none;
    z-index: 3; }
    .genplan .genplan-wrap::after {
      position: absolute;
      bottom: -2rem;
      left: 15%;
      width: 70%;
      height: 10rem;
      background: url(../img/ellipse.svg) top center no-repeat;
      background-size: contain;
      content: 'scroll to 360 view';
      display: flex;
      align-items: flex-end;
      justify-content: center;
      font-size: 0.7rem; }
  .genplan-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
    .genplan-img__item {
      width: 100%;
      height: 100%;
      display: none; }
      .genplan-img__item img {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: contain; }
      .genplan-img__item svg {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .genplan-img__item svg path {
          opacity: 0;
          transition: .1s all;
          animation: svgPulse 2s infinite linear;
          fill: #fff; }
          .genplan-img__item svg path:hover {
            opacity: .5;
            fill: #FCBE83;
            animation: none; }
      .genplan-img__item.active {
        display: block; }
  .genplan-video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none; }
    .genplan-video__item {
      width: 100%;
      height: 100%;
      position: absolute;
      display: none; }
      .genplan-video__item.active {
        display: block; }

.house {
  position: relative;
  z-index: 2; }
  .house::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background: #F9F0EC;
    content: '';
    z-index: -1; }
  .house-arrows {
    display: none; }
  .house-back {
    position: absolute;
    top: 8rem;
    z-index: 5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0C004C;
    height: 2.6rem;
    border-radius: 2.6rem;
    background: #fff;
    padding: 0 1.5rem;
    font-size: 0.6rem;
    right: 8rem;
    min-width: 8rem; }
    .house-back:hover {
      color: #fff;
      background: #AC835E; }
    .house-back svg {
      width: 1.3rem;
      margin-right: 0.25rem; }
  .house-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80vh; }
  .house-main {
    width: 100%;
    height: 100%; }
    .house-main img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom center;
      display: block; }
    .house-main svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 2; }
      .house-main svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        fill: #fff; }
        .house-main svg path:hover {
          opacity: .5;
          fill: #0C004C;
          animation: none; }

.floor {
  background: #F9F0EC;
  display: flex;
  align-items: center; }
  .floor-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 5rem; }
  .floor-list {
    text-align: center;
    color: #0C004C;
    font-size: 0.6rem;
    margin-right: 14rem; }
    .floor-list ul {
      display: flex;
      flex-direction: column; }
      .floor-list ul li {
        margin-bottom: 0.4rem; }
      .floor-list ul a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 0.7rem;
        color: #0C004C;
        background: #fff; }
        .floor-list ul a:hover {
          background: #FCBE83; }
        .floor-list ul a.current {
          background: #FCBE83; }
  .floor-main {
    width: 55rem;
    position: relative;
    height: 35rem; }
    .floor-main img {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: contain; }
    .floor-main svg {
      width: 100%;
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      height: 100%; }
      .floor-main svg path {
        opacity: 0; }
        .floor-main svg path:hover {
          opacity: .5; }

.flat {
  padding: 6rem 10vw 10rem;
  position: relative;
  min-height: 46rem; }
  .flat .active .flat__img img,
  .flat .active .flat-info__value {
    transition: .6s all ease-in; }
  .flat-carousel .flat-info li {
    width: 100%; }
  .flat-item {
    display: flex;
    align-items: center; }
  .flat::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    content: '';
    z-index: -1; }
  .flat__img {
    flex-shrink: 0;
    margin-right: 5rem;
    padding-right: 3vw; }
    .flat__img img {
      display: block;
      width: 37vw !important;
      height: 30rem;
      object-fit: contain; }
  .flat-wrap {
    width: 27rem; }
  .flat-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem; }
    .flat-info li {
      width: 50%;
      margin-bottom: 1.5rem; }
    .flat-info__name {
      margin-bottom: 1rem; }
    .flat-info__value {
      font-size: 2.4rem;
      color: #FCBE83; }
  .flat-buttons {
    display: flex;
    gap: 1.2rem; }
    .flat-buttons a {
      width: 11rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 3.4rem;
      font-size: 0.7rem;
      color: #0C004C;
      border: 1px solid #0C004C;
      border-radius: 3.2rem; }
      .flat-buttons a:hover {
        background: #FCBE83;
        color: #0C004C;
        border-color: #FCBE83; }
      .flat-buttons a:first-child {
        border-color: #FCBE83;
        color: #FCBE83;
        background: #0C004C; }
        .flat-buttons a:first-child:hover {
          background: #FCBE83;
          color: #0C004C;
          border-color: #FCBE83; }
  .flat__title {
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 2.5rem; }
  .flat-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    z-index: 5; }
    .flat-arrows span {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #FCBE83;
      cursor: pointer; }
      .flat-arrows span svg {
        width: 0.75rem; }
    .flat-arrows .arrow-left {
      margin-right: 2.5rem; }
  .flat-page {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    height: 100vh; }
  .flat-filter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8rem;
    border: 1px solid #FCBE83;
    border-radius: 1.75rem;
    padding: 1.5rem 1.8rem;
    font-weight: 300;
    text-transform: none;
    width: 19rem;
    z-index: 5; }
    .flat-filter__title {
      font-size: .9rem;
      margin-bottom: 1.25rem;
      text-align: center; }
    .flat-filter__item {
      margin-bottom: 0.75rem; }
      .flat-filter__item:last-child {
        margin-bottom: 0; }
    .flat-filter__subtitle {
      font-size: 0.9rem;
      margin-bottom: 0.5rem; }
    .flat-filter__choose {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem; }
      .flat-filter__choose li {
        display: flex; }
      .flat-filter__choose label {
        display: flex;
        cursor: pointer; }
        .flat-filter__choose label input {
          display: none; }
          .flat-filter__choose label input:checked + span {
            border-color: #FCBE83;
            color: #FCBE83; }
        .flat-filter__choose label span {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 2.15rem;
          height: 2.15rem;
          border-radius: 50%;
          color: #0C004C;
          border: 1px solid #0C004C;
          font-size: 0.9rem; }
    .flat-filter__range p {
      display: flex;
      justify-content: space-between;
      gap: .5rem; }
      .flat-filter__range p > span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        font-size: 0.9rem;
        height: 2.15rem;
        border-radius: 2.15rem;
        border: 1px solid #FCBE83; }
        .flat-filter__range p > span span {
          margin-left: 0.35rem; }
    .flat-filter__range .irs {
      font-size: 0.6rem; }
    .flat-filter__range .irs--flat {
      height: 2rem; }
    .flat-filter__range .irs--flat .irs-line {
      height: .15rem;
      top: 1.25rem; }
    .flat-filter__range .irs--flat .irs-handle {
      height: auto; }
    .flat-filter__range .irs--flat .irs-max, .flat-filter__range .irs--flat .irs-min {
      display: none; }
    .flat-filter__range .irs--flat .irs-bar {
      background: #FCBE83;
      height: .15rem;
      top: 1.25rem; }
    .flat-filter__range .irs--flat .irs-from, .flat-filter__range .irs--flat .irs-to {
      background: #FCBE83;
      font-size: 0;
      font-family: Proxima Nova Regular;
      border-radius: 50%;
      width: .8rem;
      height: .8rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: .9rem;
      z-index: 5; }
      .flat-filter__range .irs--flat .irs-from::before, .flat-filter__range .irs--flat .irs-to::before {
        display: none; }
    .flat-filter__range .irs--flat .irs-single {
      display: none; }
    .flat-filter__btns {
      display: flex;
      justify-content: space-between;
      gap: 0.75rem; }
      .flat-filter__btns button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 2.5rem;
        border-radius: 2.5rem;
        border: 1px solid #FCBE83;
        color: #FCBE83;
        background: transparent;
        font-size: 0.7rem;
        background: #0C004C; }
        .flat-filter__btns button:hover {
          background: #FCBE83;
          color: #0C004C; }
        .flat-filter__btns button:nth-child(2) {
          border-color: #0C004C;
          color: #0C004C;
          background: transparent; }
          .flat-filter__btns button:nth-child(2):hover {
            background: #FCBE83;
            color: #0C004C;
            border-color: #FCBE83; }
  .flat-main::before {
    content: none; }

.newmon {
  padding: 4rem 0 3rem;
  background: #00272B;
  text-align: center;
  color: #fff; }
  .newmon__title {
    font-size: 0.8rem;
    margin-bottom: 3.5rem;
    font-weight: 700; }
  .newmon-content {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .newmon__logo {
    width: 66rem; }
    .newmon__logo img {
      width: 100%;
      display: block; }
  .newmon__img {
    height: 27rem; }
    .newmon__img img, .newmon__img iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .newmon-wrap {
    margin-top: -6rem; }
    .newmon-wrap .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 3.2rem; }
  .newmon-left {
    width: 65%;
    position: relative; }
  .newmon-right {
    width: 35%; }
  .newmon__text {
    max-width: 37rem;
    text-align: left;
    position: relative;
    z-index: 4;
    font-weight: 300;
    margin-top: 0.7rem; }
    .newmon__text span {
      font-style: italic;
      color: #FCBE83; }
  .newmon__link {
    width: 6.7rem;
    height: 6.7rem;
    position: absolute;
    right: 2rem;
    top: 9rem; }
    .newmon__link img {
      width: 1.7rem; }
  .newmon-item {
    margin-bottom: 1.5rem;
    text-align: left; }
    .newmon-item:last-child {
      margin-bottom: 0; }
    .newmon-item__value {
      font-size: 4rem;
      color: #FCBE83;
      font-family: 'Tokyo Dreams';
      font-weight: 700; }
    .newmon-item__text {
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 300; }
      .newmon-item__text span {
        font-size: 0.8rem;
        display: block;
        font-style: italic; }
  .newmon-social {
    gap: 1rem;
    display: flex; }
    .newmon-social li {
      display: flex; }
      .newmon-social li a {
        display: flex;
        color: #0C004C; }
        .newmon-social li a:hover {
          color: #FCBE83; }
        .newmon-social li a svg {
          width: 2.4rem;
          height: 2.4rem;
          display: block; }

.contact {
  padding: 15rem 0 5rem; }
  .contact .news__title {
    padding-left: 4rem;
    font-size: 12rem; }
  .contact__img {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    margin-top: -4rem; }
    .contact__img img {
      width: 53rem;
      display: block; }
  .contact__tel {
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    font-size: 6.5rem;
    color: #FCBE83;
    letter-spacing: 0.13em;
    position: relative;
    z-index: 6;
    margin-left: 5rem;
    display: inline-block; }

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 4rem;
  background: #0C004C;
  color: #fff; }
  .footer__logo {
    width: 5rem;
    margin-bottom: 1.5rem; }
    .footer__logo img {
      display: block;
      width: 100%;
      filter: invert(100%) hue-rotate(180deg) brightness(200%); }
  .footer-menu {
    display: flex;
    margin-bottom: 2rem; }
    .footer-menu li {
      margin-right: 2.5rem; }
      .footer-menu li a {
        color: #fff;
        font-size: 0.8rem; }
        .footer-menu li a:hover {
          color: #FCBE83; }
      .footer-menu li:last-child {
        margin-right: 0; }
  .footer__tel {
    color: #FCBE83;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-family: 'Tokyo Dreams';
    font-weight: 700;
    margin-bottom: 0.75rem; }
  .footer__text {
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: .5;
    margin-bottom: 0.75rem;
    padding: 0 1.5rem;
    text-align: center; }
  .footer-links a {
    color: #fff;
    opacity: .5;
    font-size: 0.7rem;
    margin-right: 0.7rem; }
    .footer-links a:hover {
      opacity: .7; }
    .footer-links a.nova {
      margin-left: 1rem;
      position: relative; }
      .footer-links a.nova::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1rem;
        pointer-events: none;
        width: 1px;
        height: 1rem;
        background: #fff;
        opacity: .5;
        content: ''; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 7rem; }

  .flat-filter {
    right: 7rem; }

  .house-back {
    right: 7rem; }

  .cube-button {
    left: 1.5rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .container {
    padding: 0 6rem; }

  .flat-filter {
    right: 6rem; }

  .house-back {
    right: 6rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 5rem; }

  .flat-filter {
    right: 5rem; }

  .house-back {
    right: 5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 4rem; }

  .flat-filter {
    right: 4rem; }

  .house-back {
    right: 4rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; }

  .section-text {
    opacity: 1; }

  .title-anim {
    opacity: 1; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 16px; }

  body {
    background-size: 70vh; }

  .btn-desktop {
    display: none !important; }

  .btn-mobile {
    display: inline-flex !important; }

  .container {
    padding: 0 3rem; }

  .house-back {
    right: 3rem; }

  .menu__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    left: auto; }

  .header-choose {
    display: none; }

  .main {
    padding-top: 7rem; }
    .main-slider__arrows {
      bottom: 4rem; }
    .main-slider__item {
      height: 25rem; }
    .main-feedback {
      width: 80vw;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-top: 1.5rem; }

  .info {
    padding: 0 0 3rem; }
    .info .container {
      height: auto; }
    .info-carousel {
      display: block; }
    .info-item {
      display: none;
      position: relative;
      opacity: 0;
      transition: .4s opacity; }
      .info-item__wrap {
        width: 100%;
        margin-bottom: 2rem; }
      .info-item__gallery {
        width: 100%; }
        .info-item__gallery img {
          height: 22rem; }
      .info-item__arrows {
        display: flex;
        position: absolute;
        z-index: 2;
        bottom: 9rem;
        justify-content: space-between;
        padding: 0 1rem;
        width: 100%; }
        .info-item__arrows span {
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background: #0C004C; }
          .info-item__arrows span svg path {
            stroke: #fff; }
      .info-item__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .info-item__list li {
          width: 48%; }
      .info-item__head {
        margin-bottom: 2rem;
        opacity: 1;
        transform: none; }
      .info-item:first-child {
        display: block; }
      .info-item.current {
        opacity: 1; }
    .info .container {
      padding-right: 3rem; }

  .callback {
    padding: 5rem 0; }
    .callback__title {
      width: auto;
      font-size: 3rem; }
    .callback#callback2 .callback__title {
      width: 26rem; }

  .map-main img {
    display: block; }
  .map-main iframe {
    display: none; }

  .genplan {
    overflow: hidden; }
    .genplan-img {
      height: 50vh;
      top: 20vh; }
      .genplan-img__item {
        display: block;
        position: relative;
        height: 50vh; }
    .genplan::before {
      height: 60%; }
    .genplan .genplan-wrap {
      width: 120vw; }
    .genplan-arrows {
      width: 60%;
      bottom: 2.5rem; }
    .genplan-info {
      display: none; }

  .house .genplan-info {
    opacity: 1;
    visibility: visible;
    display: block;
    right: 1.5rem;
    left: auto;
    transform: none;
    top: 12rem; }
  .house-arrows {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 3rem;
    top: 7rem;
    z-index: 7; }
    .house-arrows span {
      margin-bottom: 0.5rem; }
  .house-wrap {
    max-width: 100%;
    overflow: auto; }
    .house-wrap::-webkit-scrollbar {
      display: none; }
  .house-main {
    width: 120vh; }
    .house-main img, .house-main svg {
      width: 120vh; }
      .house-main img path.active, .house-main svg path.active {
        animation: none;
        opacity: .7;
        fill: #0C004C; }

  .floor-wrap {
    flex-direction: column-reverse; }
  .floor-main {
    width: 100%;
    margin-bottom: 4rem; }
  .floor-list {
    margin-right: 0;
    position: absolute;
    bottom: 5rem; }
    .floor-list ul {
      flex-direction: row;
      margin-bottom: 1rem; }
      .floor-list ul li {
        margin-bottom: 0;
        margin-right: 0.5rem; }
        .floor-list ul li:last-child {
          margin-right: 0; }

  .flat {
    padding: 5rem 3rem 7rem; }
    .flat-arrows {
      bottom: 3rem; }
    .flat-filter {
      display: none; }

  .news {
    padding-top: 7rem; }
    .news__title {
      font-size: 5rem; }
    .news-item {
      margin-right: 5rem; }
    .news-page {
      padding-bottom: 0; }
      .news-page .container {
        padding-right: 3rem; }
    .news-wrap {
      justify-content: space-between; }
      .news-wrap .news-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%; }
        .news-wrap .news-item__img {
          height: 34rem; }
        .news-wrap .news-item:nth-child(4n-1) {
          margin-left: 0; }
    .news-single {
      padding: 14rem 0 3rem; }
      .news-single__title {
        font-size: 2.5rem;
        margin-bottom: 4rem; }
      .news-single__wrap {
        display: block;
        margin-bottom: 10rem; }
      .news-single__img {
        width: 100%;
        margin-bottom: 3rem; }
      .news-single__content {
        width: 100%; }
      .news-single__more {
        display: block; }
        .news-single__more .news-item {
          margin: 0 0 3rem 0;
          width: 100%; }
          .news-single__more .news-item__img {
            height: 34rem; }

  .club {
    padding-top: 6rem; }
    .club__title {
      font-size: 5rem; }
    .club-video {
      height: 25rem; }

  .newmon__logo {
    width: 90vw; }
  .newmon-left {
    width: 100%;
    margin-bottom: 2rem; }
  .newmon__link {
    top: 36vw; }
  .newmon__img {
    margin: 0 auto;
    height: 40vw;
    width: 70vw; }
  .newmon-right {
    width: 100%; }
  .newmon__text {
    margin-left: 0;
    max-width: 30rem; }
  .newmon-wrap {
    margin-top: -3rem; }
    .newmon-wrap .container {
      display: block; }

  .contact .news__title {
    font-size: 7rem; }
  .contact__img {
    margin-top: -1rem; }
    .contact__img img {
      width: 70vw; }
  .contact__tel {
    margin-left: 0;
    font-size: 4rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 15px; }

  .container {
    padding: 0 1.5rem; }

  .house-back {
    right: 1.5rem; }

  .arrow {
    width: 8rem;
    height: 8rem; }
    .arrow__arrow {
      width: 2.5rem;
      height: 2.5rem; }

  .section-text {
    font-size: 1.2rem; }

  .menu .container {
    align-items: flex-start;
    padding-top: 7rem; }
  .menu-list li {
    margin-bottom: 1.4rem; }
    .menu-list li a {
      font-size: 1.5rem; }
  .menu__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 6rem;
    top: auto;
    font-size: 1.2rem;
    width: 11rem;
    height: 11rem; }
  .menu-social {
    bottom: 3rem; }
  .menu-lang {
    display: flex;
    font-family: 'Euclid Square';
    gap: 1rem;
    margin-top: 2rem; }
    .menu-lang a {
      font-family: 'Euclid Square' !important;
      font-size: 1rem !important;
      font-weight: 400 !important; }
      .menu-lang a.current {
        color: #FCBE83; }

  .feedback-content {
    width: 95%;
    padding: 3rem 1.8rem 2rem; }
  .feedback__title {
    font-size: 2.5rem; }
  .feedback-social {
    margin-bottom: -1rem; }

  .header-left, .header-right {
    width: 7rem; }
  .header-lang {
    margin-right: 0; }
  .header__logo {
    width: 5rem; }
  .header__link {
    display: none; }
  .header-mixed .header-tel {
    color: #0C004C; }

  .main-slider__item {
    height: 180vw; }
  .main-slider__arrows span {
    width: 3rem;
    height: 3rem; }
  .main-feedback {
    padding: 1.5rem;
    width: calc(100% - 3rem);
    margin-top: 1rem; }
    .main-feedback__title {
      font-size: 1.7rem;
      margin-bottom: 2rem; }
    .main-feedback__form {
      flex-direction: column;
      align-items: center; }
      .main-feedback__form input {
        width: 100%;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        font-size: 14px; }

  .info .container {
    padding: 0;
    flex-wrap: wrap;
    top: 5.7rem; }
  .info__title {
    font-size: 1.3rem; }
  .info-item__wrap {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1.5rem; }
  .info-item__arrows {
    bottom: 7rem; }
    .info-item__arrows span {
      width: 2.5rem;
      height: 2.5rem; }
  .info-item__gallery {
    width: 100%; }
    .info-item__gallery img {
      height: 17rem; }
  .info-item__head {
    margin-bottom: 1.5rem; }
  .info-item__list li {
    margin-bottom: .7rem;
    width: 100%;
    font-size: .7rem; }
  .info-item__img span {
    padding: 0.7rem 1.4rem;
    font-size: 1rem;
    min-width: 10rem;
    top: 1rem; }
  .info__number {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem; }

  .callback {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .callback-form {
      width: auto; }
    .callback#callback2 .callback__title {
      font-size: 2.7rem;
      width: auto; }

  .map {
    align-items: flex-end;
    padding-bottom: 2rem;
    position: relative; }
    .map::after {
      background: linear-gradient(0deg, #0C004C 0%, rgba(12, 0, 76, 0) 100%);
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      z-index: 5;
      width: 100%; }
    .map-list {
      position: relative;
      z-index: 6; }
      .map-list__name {
        font-size: 1.4rem; }
    .map-main img {
      height: 100%; }

  .genplan::before {
    height: 55%; }
  .genplan__title {
    font-size: 4rem; }
  .genplan-img {
    top: auto; }
  .genplan .genplan-wrap {
    height: 50%;
    top: 13rem; }
    .genplan .genplan-wrap::after {
      height: 5rem; }
  .genplan-arrows {
    bottom: auto;
    top: calc(120vw + 10rem);
    width: 80%; }

  .house-arrows {
    left: 1.5rem; }
    .house-arrows span {
      display: inline-block; }
    .house-arrows svg {
      width: 3rem;
      display: inline-block; }

  .floor-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: .2rem; }
    .floor-list ul li {
      margin-right: 0; }
      .floor-list ul li a {
        width: 2rem;
        height: 2rem;
        font-size: 0.7rem; }

  .flat {
    padding: 2rem 1.5rem 5rem; }
    .flat-item {
      flex-direction: column; }
    .flat::before {
      width: 100%;
      height: calc(80vw + 4rem); }
    .flat__img {
      margin-right: 0;
      margin-bottom: 4rem;
      padding-right: 0; }
      .flat__img img {
        width: 100% !important;
        height: 80vw; }
    .flat-wrap {
      width: 100%; }
    .flat-info__name {
      margin-bottom: .7rem; }
    .flat-info__value {
      font-size: 2.2rem; }
    .flat-arrows {
      bottom: 1.5rem; }
      .flat-arrows .arrow-left {
        margin-right: 1rem; }
    .flat-page {
      height: auto;
      padding-top: 10rem; }
      .flat-page::before {
        height: calc(80vw + 12rem); }
    .flat-filter {
      display: block;
      width: 100%;
      transform: none;
      position: static;
      margin-bottom: 1.5rem; }
    .flat-main {
      padding: 2.5rem 1.5rem 6.5rem; }

  .news {
    padding-top: 5rem; }
    .news__title {
      font-size: 3rem;
      padding-left: 1.5rem; }
    .news-item {
      width: 90vw;
      height: 85vw;
      margin: 0 2.5vw; }
    .news .container {
      padding: 0; }
    .news-page {
      padding: 10rem 0 3rem; }
      .news-page .container {
        padding: 0 1.5rem; }
    .news-wrap {
      margin-top: 0; }
      .news-wrap .news-item {
        margin-bottom: 2.5rem; }
        .news-wrap .news-item__img {
          height: 20rem; }
        .news-wrap .news-item__arrow {
          width: 4rem;
          height: 4rem; }
    .news-single {
      padding: 10rem 0 0; }
      .news-single__back {
        margin-bottom: 2rem; }
      .news-single__title {
        font-size: 2rem;
        margin-bottom: 2.5rem; }
      .news-single__wrap {
        margin-bottom: 4rem; }
      .news-single__more .news-item__img {
        height: 20rem; }

  .club {
    padding-top: 4rem; }
    .club__title {
      font-size: 3rem; }
    .club-video {
      height: 20rem;
      margin-left: -1.5rem;
      width: calc(100% + 3rem); }

  .newmon {
    padding: 4rem 0;
    font-size: 0.9rem; }
    .newmon__img {
      width: 100%;
      height: 18rem; }
    .newmon-wrap {
      display: block;
      margin-top: -2rem; }
    .newmon__title {
      margin-bottom: 2rem; }
    .newmon__text {
      margin-bottom: 2rem;
      margin-right: 0;
      width: 75%; }
    .newmon__link {
      width: 4rem;
      height: 4rem;
      top: 50vw;
      right: 0; }
    .newmon-item__value {
      font-size: 3rem; }

  .contact {
    padding-top: 10rem; }
    .contact .news__title {
      font-size: 4rem; }
    .contact__img {
      margin-top: 0rem; }
      .contact__img img {
        width: 100%; }
    .contact__tel {
      font-size: 3rem; }

  .footer__logo {
    width: 7rem; }
  .footer-menu {
    flex-direction: column;
    align-items: center; }
    .footer-menu li {
      margin-right: 0;
      margin-bottom: 1rem; }
      .footer-menu li a {
        font-size: 1rem; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 340.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
