@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Miama';
  src: url("fonts/miamanueva.otf");
  src: local("Miama"), local("Miama"), url("fonts/miamanueva.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #374A9C;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 5.5rem; }

.section-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  color: #374A9C; }

.section-text {
  line-height: 1.6; }

.nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 1rem; }
  .nav-current {
    font-size: 1.6rem; }
  .nav-line {
    width: calc(100% - 10rem);
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%); }

.arrows {
  width: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .arrows > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.9rem;
    color: #fff; }
    .arrows > span:hover {
      color: #00CCFF !important; }
    .arrows > span svg {
      width: 100%; }

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 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 svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 0; } }
.tel-popup {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #374A9C;
  background: #fff;
  cursor: pointer;
  animation: pulse-btn 2s infinite;
  border: 1px solid rgba(55, 74, 156, 0.5); }
  .tel-popup svg {
    width: 1.2rem; }
  .tel-popup:hover {
    color: #00CCFF; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(55, 74, 156, 0.6);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    border-radius: 1rem;
    border-bottom: 0.65rem solid #374A9C;
    background: #fff;
    width: 24rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    color: #374A9C;
    background: #fff;
    border-radius: 50%;
    top: -3.5rem; }
    .feedback__close:hover {
      color: #00CCFF; }
    .feedback__close svg {
      width: 1.1rem; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #374A9C;
    text-align: center; }
  .feedback__text {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2.5rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      width: 100%;
      height: 3.5rem;
      border: 1px solid rgba(17, 17, 17, 0.1);
      margin-bottom: 0.7rem;
      border-radius: 3rem;
      text-align: center;
      color: #374A9C;
      outline: none; }
      .feedback-form input::placeholder {
        color: rgba(55, 74, 156, 0.5); }
    .feedback-form .btn {
      width: 100%;
      height: 3.5rem;
      margin-top: .3rem;
      border-radius: 3.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: #374A9C; }
      .feedback-form .btn:hover {
        background: #00CCFF; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 12.7rem; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 7;
  background: rgba(55, 74, 156, 0.6);
  display: none; }
  .menu-content {
    width: 30rem;
    background: linear-gradient(74deg, #4B469A 0%, #803C93 100%), #374A9C;
    color: #fff;
    height: 100%;
    padding: 3.5rem 5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: .8s all;
    transition-delay: .5s;
    cursor: default; }
  .menu__close {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
    user-select: none; }
    .menu__close img {
      width: .7rem;
      margin-right: 0.3rem; }
  .menu__list li {
    margin-bottom: 1rem; }
    .menu__list li a {
      color: #fff;
      font-size: 1.3rem;
      text-transform: uppercase; }
      .menu__list li a:hover {
        color: #00CCFF; }
    .menu__list li:last-child {
      margin-bottom: 0; }
  .menu .footer-social {
    margin-top: 0; }
  .menu.show .menu-content {
    transform: none; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 11rem;
  z-index: 5;
  transition: .6s all; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s all;
    width: 9.75rem; }
    .header__logo img {
      width: 100%;
      display: block;
      filter: invert(100%) grayscale(100%) brightness(200%); }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
  .header__menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .85rem;
    margin-right: 1.3rem;
    color: #fff; }
    .header__menu:hover {
      color: #00CCFF; }
    .header__menu img {
      width: 2.5rem; }
  .header a {
    color: #fff; }
    .header a:hover {
      color: #00CCFF; }
  .header-lang {
    position: relative;
    text-transform: uppercase;
    color: #fff; }
    .header-lang:hover .header-lang__list {
      display: block; }
    .header-lang__btn {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding-bottom: 1.5rem;
      margin-bottom: -1.5rem;
      gap: .35rem; }
      .header-lang__btn svg {
        width: .4rem; }
    .header-lang__list {
      position: absolute;
      top: 1.5rem;
      padding: .6rem 1rem;
      background: #374A9C;
      border: 1px solid #fff;
      display: none; }
      .header-lang__list a {
        margin-bottom: 0.5rem;
        display: block; }
        .header-lang__list a:last-child {
          margin-bottom: 0; }
  .header__tel {
    display: inline-flex;
    align-items: center;
    gap: .5rem; }
    .header__tel svg {
      width: 1.25rem; }
  .header__genplan {
    height: 3rem;
    padding: 0 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    border: 1px solid #00CCFF; }
  .header.scrolled {
    background: #374A9C;
    border-bottom: 1px solid #fff;
    height: 4.5rem; }
    .header.scrolled .header__logo {
      width: 5rem; }
  .header-flat .header__menu {
    color: #000; }
    .header-flat .header__menu:hover {
      color: #00CCFF; }
  .header-flat .header__logo img {
    filter: none; }
  .header-flat a {
    color: #000; }
  .header-flat .header-lang {
    color: #000; }
    .header-flat .header-lang__list {
      background: #fff;
      border-color: #00CCFF; }
  .header-flat.scrolled {
    background: #fff;
    border-color: #00CCFF; }

.main {
  padding-top: 11rem;
  color: #fff;
  background: #374A9C;
  position: relative;
  z-index: 1; }
  .main__title {
    font-weight: 600;
    font-size: 7.5rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem; }
  .main__text {
    font-size: 1.9rem;
    font-family: "Miama"; }
  .main__img {
    margin-top: -5rem;
    position: relative;
    z-index: -1; }
    .main__img img {
      width: 100%;
      display: block; }

.circle-wrap {
  background: #374A9C;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .circle-wrap::after {
    top: 30rem;
    width: 52rem;
    height: 54rem;
    border-radius: 50%;
    content: '';
    background: #803C93;
    filter: blur(266.799987793px);
    position: absolute;
    right: -26rem; }

.about {
  padding-top: 6rem;
  background: url(../img/about/pattern.png) top right no-repeat;
  background-size: 80%; }
  .about .container {
    position: relative;
    z-index: 1; }
  .about-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 6rem; }
  .about__title {
    font-size: 3rem;
    font-weight: 600; }
  .about .section-text {
    max-width: 40rem; }
  .about-main {
    display: flex;
    gap: 1.5rem; }
  .about__img {
    width: 100%; }
    .about__img img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }
  .about-left {
    width: 33%; }
  .about-center {
    width: 42%; }
  .about-right {
    width: 25%;
    padding-top: 1.5rem; }
  .about-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0; }
  .about__number {
    font-size: 4.5rem;
    flex-shrink: 0; }
  .about__text {
    font-size: 1rem;
    line-height: 1.35; }
    .about__text div {
      font-weight: 600; }

.consult {
  padding-top: 6.5rem;
  position: relative;
  z-index: 1; }
  .consult-wrap {
    max-width: 54rem;
    margin: 0 auto;
    text-align: center; }
  .consult__title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2.5rem; }
  .consult-form {
    display: flex;
    align-items: center;
    gap: 1.5rem 3rem;
    flex-wrap: wrap;
    font-size: 0.95rem; }
    .consult-form > input {
      width: calc(38% - 2rem);
      border: none;
      background: transparent;
      border-bottom: 1px solid #BFBFBF;
      padding-bottom: 1rem;
      color: #fff; }
      .consult-form > input:focus {
        border-color: #AC7E65; }
      .consult-form > input::placeholder {
        color: #fff; }
    .consult-form button {
      width: calc(24% - 2rem);
      display: flex;
      align-items: center;
      gap: 1.4rem; }
      .consult-form button svg {
        width: 3.9rem; }
      .consult-form button:hover {
        color: #00CCFF; }
    .consult-form label {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      gap: .5rem;
      font-size: 0.8rem; }
      .consult-form label input {
        border: 1px solid #AC7E65;
        background: transparent;
        appearance: none;
        flex-shrink: 0;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        transition: .6s all; }
        .consult-form label input:checked {
          background: #AC7E65; }
          .consult-form label input:checked + span {
            color: #fff; }
      .consult-form label span {
        transition: .6s all;
        color: #ccc; }
  .consult-blue {
    color: #374A9C;
    padding-bottom: 7.5rem; }
    .consult-blue .consult-form > input {
      color: #374A9C; }
      .consult-blue .consult-form > input:focus {
        border-color: #374A9C; }
      .consult-blue .consult-form > input::placeholder {
        color: #374A9C; }
    .consult-blue .consult-form label {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .consult-blue .consult-form label input {
        border: 1px solid #374A9C; }
        .consult-blue .consult-form label input:checked {
          background: #374A9C; }
          .consult-blue .consult-form label input:checked + span {
            color: #374A9C; }
      .consult-blue .consult-form label span {
        transition: .6s all;
        color: #ccc; }

.nature {
  padding: 6.5rem 0 11rem;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .nature .section-title {
    text-align: right;
    padding-right: 6rem;
    text-transform: uppercase;
    line-height: 1.75;
    margin-bottom: 6rem;
    color: #fff; }
    .nature .section-title span {
      display: block; }
      .nature .section-title span:nth-child(1) {
        padding-right: 7rem; }
      .nature .section-title span:nth-child(3) {
        padding-right: 10rem; }
  .nature .nav {
    margin-top: 3rem;
    padding-left: calc(100% - 61rem);
    position: relative;
    z-index: 3; }
  .nature-item {
    height: 32.5rem;
    width: 55.5rem;
    margin-left: 1.75rem; }
    .nature-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1.5rem; }
  .nature-leafs img {
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none; }
    .nature-leafs img:nth-child(1) {
      width: 34.5rem;
      top: 0;
      left: 0; }
    .nature-leafs img:nth-child(2) {
      width: 44.4rem;
      bottom: 0;
      right: 0; }
  .nature-circles {
    width: 53rem;
    height: 53rem;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26.5rem;
    opacity: .4;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nature-circles span {
      width: 16.3rem;
      height: 16.3rem;
      border-radius: 50%;
      border: 1px solid #fff; }

.advantages {
  padding: 11.5rem 0 5rem;
  background: url(../img/advantages/pattern.png) top left no-repeat;
  background-size: 70rem;
  position: relative; }
  .advantages__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5.6rem;
    z-index: 2;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1c263b;
    flex-direction: column;
    height: 11.2rem;
    width: 11.2rem;
    border-radius: 50%;
    fill: #FFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    gap: 1rem;
    font-size: 1rem;
    text-align: center;
    padding: 2rem; }
    .advantages__btn svg {
      width: 1.35rem;
      height: 1.35rem; }
    .advantages__btn:hover {
      color: #00CCFF; }
  .advantages img {
    transition: .6s all;
    transform: scaleY(0);
    transform-origin: center top; }
    .advantages img.active {
      transform: none; }
  .advantages-images {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    .advantages-images img {
      border-radius: 1.5rem;
      display: block; }
      .advantages-images img:nth-child(1) {
        width: 30.4rem;
        margin-bottom: 3.7rem;
        margin-right: -4.5rem;
        position: relative;
        z-index: 1; }
      .advantages-images img:nth-child(2) {
        width: 23.3rem; }
  .advantages__title {
    display: flex;
    align-items: flex-start;
    font-size: 6rem;
    gap: 3.6rem;
    font-weight: 500;
    color: #374A9C; }
    .advantages__title img {
      width: 17rem;
      border-radius: 1.5rem; }
  .advantages-content {
    position: relative;
    z-index: 1;
    padding: 0 6.5rem;
    margin-top: -3rem;
    display: flex;
    gap: 2rem; }
  .advantages__img {
    width: 50%; }
    .advantages__img img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }
  .advantages__text {
    font-size: 1.05rem;
    line-height: 1.6;
    width: 50%; }
    .advantages__text p {
      margin-bottom: 1.25rem; }
      .advantages__text p:last-child {
        margin-bottom: 0; }

.harmony {
  background: linear-gradient(74deg, #4B469A 0%, #803C93 100%);
  color: #fff;
  display: flex;
  position: relative; }
  .harmony-left {
    width: 43%;
    background: #233E99;
    padding: 4.2rem 3.6rem 5.5rem 6rem; }
  .harmony__title {
    margin-top: 3rem;
    line-height: 1.1;
    font-size: 2rem;
    font-weight: 50;
    max-width: 15rem; }
  .harmony-choose {
    border-top: 1px solid #5F72C4;
    display: flex;
    flex-wrap: wrap; }
    .harmony-choose__item {
      width: 50%;
      border-bottom: 1px solid #5F72C4;
      padding: 4rem 0 0.5rem;
      padding-right: 1.1rem;
      font-size: .8rem;
      cursor: pointer;
      user-select: none; }
      .harmony-choose__item:nth-child(2n) {
        padding-right: 0;
        padding-left: 1.1rem;
        position: relative; }
        .harmony-choose__item:nth-child(2n)::before {
          content: '';
          height: 85%;
          top: 7.5%;
          width: 1px;
          background: #5F72C4;
          left: 0;
          position: absolute; }
      .harmony-choose__item.current {
        color: #00CCFF; }
        .harmony-choose__item.current .harmony-choose__ico {
          border-color: #00CCFF;
          color: #00CCFF; }
    .harmony-choose__ico {
      width: 100%;
      height: 5.3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      transition: .6s all;
      border: 1px solid transparent;
      margin-bottom: 3rem; }
      .harmony-choose__ico svg {
        width: 3.8rem; }
  .harmony-right {
    width: 57%;
    padding-top: 4rem;
    padding-right: 3.5rem; }
  .harmony-tab {
    display: none; }
    .harmony-tab:first-child {
      display: block; }
    .harmony-tab__img {
      width: 100%;
      height: 22.2rem; }
      .harmony-tab__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 0 1.5rem 1.5rem 0; }
    .harmony-tab__name {
      font-size: 7.5rem;
      padding-left: 4rem;
      margin-top: -4.5rem;
      margin-bottom: 1.5rem;
      line-height: 1.1;
      font-weight: 500; }
    .harmony-tab .section-text {
      padding-left: 4rem;
      font-size: 0.9rem;
      max-width: 45rem; }
  .harmony__leaf {
    position: absolute;
    right: 5rem;
    top: 11rem;
    width: 37rem;
    z-index: 2;
    pointer-events: none; }
    .harmony__leaf img {
      display: block;
      width: 100%; }

.pattern {
  background: url(../img/move/pattern.png) center 6rem no-repeat;
  background-size: 100%; }

.location {
  padding-top: 6rem; }
  .location .section-title {
    margin-bottom: 3rem; }
  .location__map {
    height: 26rem;
    border-radius: 1.5rem;
    overflow: hidden; }
    .location__map #locationMap {
      width: 100%;
      height: 100%; }

.move {
  padding-top: 6rem; }
  .move__title {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.7rem;
    line-height: 1.1;
    font-weight: 500;
    font-size: 3rem;
    color: #374A9C; }
  .move-choose {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    margin-bottom: 3.5rem; }
    .move-choose li {
      width: 14.2rem;
      height: 3.5rem;
      border: 1px solid #374A9C;
      color: #374A9C;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      gap: 1.2rem; }
      .move-choose li svg {
        width: 1.7rem; }
      .move-choose li.active {
        background: #374A9C;
        color: #00CCFF; }
      .move-choose li:nth-child(1) {
        border-radius: 3rem 0 0 3rem; }
      .move-choose li:nth-child(2) {
        border-radius: 0 3rem 3rem 0; }
  .move-tab {
    display: none;
    opacity: 0;
    transition: .6s opacity; }
    .move-tab:first-child {
      display: block; }
    .move-tab.active {
      opacity: 1; }
  .move-item {
    display: flex;
    align-items: center;
    height: 15rem;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #374A9C;
    position: relative;
    background: #fff; }
    .move-item__img {
      width: 50%; }
      .move-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .move-item__wrap {
      width: 50%;
      padding: 2.8rem 1rem 1rem 3.4rem; }
    .move-item__name {
      min-height: 3.5rem;
      margin-bottom: .7rem;
      font-size: 1.4rem;
      color: #374A9C; }
    .move-item__text {
      line-height: 1.3; }
    .move-item__time {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 4.5rem;
      height: 4.5rem;
      text-align: center;
      background: url(../img/icons/time.svg) center center no-repeat;
      background-size: contain;
      padding: .7rem 1rem;
      font-weight: 500;
      font-size: 0.6rem; }
      .move-item__time strong {
        font-size: 1.85rem;
        font-weight: 500;
        color: #374A9C; }
  .move .nav {
    margin-top: 3rem;
    color: #374A9C;
    padding-right: 5.5rem; }
    .move .nav-line {
      background: linear-gradient(90deg, rgba(55, 74, 156, 0) 0%, #374A9C 100%); }
  .move .arrows > span {
    color: #374A9C; }

.genplan {
  position: relative;
  min-height: 40rem; }
  .genplan::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 77.13%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none; }
  .genplan .section-title {
    color: #fff;
    position: absolute;
    z-index: 2;
    margin-top: 4.5rem; }
  .genplan__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 3rem;
    background: #374A9C;
    color: #fff;
    border-radius: 3rem; }
    .genplan__btn:hover {
      background: #00CCFF; }
  .genplan-wrap {
    position: relative; }
  .genplan__img {
    width: 100%; }
    .genplan__img img {
      width: 100%;
      display: block; }
  .genplan-item {
    position: absolute;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .genplan-item.active {
      z-index: 2; }
      .genplan-item.active .genplan-item__info {
        opacity: 1;
        visibility: visible; }
    .genplan-item__ico {
      width: 20px;
      height: 20px;
      padding: 4px;
      display: inline-flex;
      border-radius: 50%;
      background: #fff;
      position: relative;
      pointer-events: auto;
      z-index: 1;
      transition: .6s all; }
      .genplan-item__ico span {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #374A9C; }
    .genplan-item__info {
      padding: .5rem;
      background: #fff;
      width: 9.4rem;
      text-align: left;
      margin-left: 26px;
      opacity: 0;
      visibility: hidden;
      transition: .6s all;
      position: absolute;
      z-index: 3;
      border-radius: .5rem;
      font-weight: 500; }
      .genplan-item__info p {
        margin-top: .2rem;
        font-size: 0.8rem;
        text-transform: uppercase; }
      .genplan-item__info img {
        width: 100%;
        height: 7rem;
        object-fit: cover;
        display: block;
        border-radius: .5rem; }
    .genplan-item:nth-child(1) {
      left: 15%;
      top: 38%; }
    .genplan-item:nth-child(2) {
      left: 19%;
      top: 82%; }
    .genplan-item:nth-child(3) {
      left: 49%;
      top: 73%; }
    .genplan-item:nth-child(4) {
      left: 52%;
      top: 58%; }
    .genplan-item:nth-child(5) {
      left: 55%;
      top: 40%; }
    .genplan-item:nth-child(6) {
      left: 73%;
      top: 33%; }
    .genplan-item:nth-child(7) {
      left: 84%;
      top: 57%; }
    .genplan-item:nth-child(8) {
      left: 87%;
      top: 40%; }
    .genplan-item:nth-child(9) {
      left: 71%;
      top: 66%; }
    .genplan-item:nth-child(10) {
      left: 8%;
      top: 59%; }
  .genplan-info {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 5;
    top: 20rem;
    left: 20rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 5rem;
    height: 4rem;
    border-radius: .5rem;
    background: #fff;
    color: #374A9C;
    font-size: 0.7rem;
    pointer-events: none;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: -0.5rem;
    padding: 0.5rem; }
    .genplan-info::before {
      content: '';
      top: 1rem;
      left: -0.45rem;
      position: absolute;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: .25rem .5rem .25rem 0;
      border-color: transparent #fff transparent transparent;
      transform: rotate(0deg); }
    .genplan-info.active {
      opacity: 1;
      visibility: visible; }

.plans {
  padding: 6rem 0 9rem; }
  .plans .section-title {
    margin-bottom: 3.5rem; }
  .plans-choose {
    display: flex;
    gap: 5rem;
    margin-bottom: 5rem; }
    .plans-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: rgba(64, 73, 76, 0.5);
      text-transform: uppercase;
      font-size: 1.2rem;
      padding-bottom: 0.7rem;
      border-bottom: 1px solid transparent; }
      .plans-choose li.active {
        color: #374A9C;
        border-color: #374A9C;
        pointer-events: none; }
  .plans-tab {
    display: none;
    opacity: 0;
    transition: .6s opacity; }
    .plans-tab:first-child {
      display: block; }
    .plans-tab.active {
      opacity: 1; }
  .plans-item {
    padding: 0 5.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem; }
    .plans-item__left {
      width: 40rem; }
    .plans-item__img {
      width: 100%;
      height: 31rem;
      margin-bottom: 2.5rem; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__btns {
      display: flex;
      justify-content: center; }
      .plans-item__btns span, .plans-item__btns a {
        height: 2.5rem;
        width: 11rem;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .plans-item__btns span {
        color: #fff;
        background: #374A9C;
        border-radius: 2rem 0 0 2rem; }
      .plans-item__btns a {
        color: #374A9C;
        border: 1px solid;
        border-radius: 0 2rem 2rem 0; }
        .plans-item__btns a:hover {
          color: #00CCFF; }
    .plans-item__right {
      flex-shrink: 0; }
    .plans-item__info {
      display: flex;
      align-items: flex-start;
      gap: 2.7rem;
      margin-bottom: 4.2rem; }
    .plans-item__card {
      width: 10.5rem;
      height: 10.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
      border-radius: 1rem;
      margin-bottom: 2rem;
      gap: .5rem; }
      .plans-item__card strong {
        font-size: 1.6rem;
        font-weight: 600; }
      .plans-item__card:first-child {
        background: #374A9C;
        color: #fff;
        box-shadow: 0px 51px 99px rgba(0, 0, 0, 0.06); }
      .plans-item__card:nth-child(2) {
        box-shadow: 0px 51px 99px 0px rgba(0, 0, 0, 0.06);
        background: #fff;
        margin-bottom: 0; }
        .plans-item__card:nth-child(2) span {
          color: #858585; }
    .plans-item__list li {
      margin-bottom: 1.5rem;
      font-size: 0.8rem; }
      .plans-item__list li div {
        font-size: 2rem;
        font-weight: 700; }
      .plans-item__list li p {
        text-transform: uppercase;
        color: #858585; }
      .plans-item__list li:last-child {
        margin-bottom: 0; }
    .plans-item__btn {
      width: 13rem;
      height: 3rem;
      border-radius: 3rem;
      border: 1px solid;
      color: #374A9C;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .plans-item__btn:hover {
        color: #00CCFF; }
  .plans .nav {
    margin-top: 3rem;
    color: #374A9C;
    padding-left: 5.5rem; }
    .plans .nav-line {
      background: linear-gradient(270deg, rgba(55, 74, 156, 0) 0%, #374A9C 100%); }
  .plans .arrows > span {
    color: #374A9C; }

.pres {
  margin-bottom: 5rem; }
  .pres-card {
    position: relative;
    padding: 3rem;
    border-radius: 1.5rem;
    padding-right: 40%;
    color: #fff;
    background: linear-gradient(74deg, #4B469A 0%, #803C93 100%), #374A9C;
    z-index: 1; }
  .pres__title {
    margin-bottom: 2.5rem;
    font-weight: 500;
    font-size: 1.6rem; }
  .pres-form {
    gap: .75rem;
    display: flex;
    font-size: 0.8rem; }
    .pres-form input {
      width: 36%;
      height: 3.1rem;
      border-radius: 3rem;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      padding: 0 1rem; }
      .pres-form input::placeholder {
        color: rgba(255, 255, 255, 0.8); }
    .pres-form .btn {
      width: 28%;
      height: 3.1rem;
      border-radius: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-weight: 500; }
      .pres-form .btn:hover {
        background: #fff;
        color: #374A9C; }
  .pres__error {
    font-size: 0.8rem;
    margin-top: 0.2rem;
    color: red;
    position: absolute;
    display: none; }
  .pres__policy {
    font-size: 0.7rem;
    margin-top: 1.5rem; }
  .pres__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40%;
    height: 21rem;
    z-index: -1; }
    .pres__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      object-position: right; }

.news {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 4rem;
  background: linear-gradient(74deg, #4B469A 0%, #803C93 100%);
  color: #fff; }
  .news::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: url(../img/about/pattern.png) top right no-repeat;
    background-size: 70rem; }
  .news .section-title {
    color: #fff;
    margin: 0 auto 5.5rem;
    text-align: center;
    max-width: 35rem; }
  .news .owl-stage-outer {
    padding-bottom: 4.5rem; }
  .news-item:hover .news-item__card {
    background: #00CCFF;
    color: #fff; }
  .news-item:hover .news-item__btn {
    color: #fff; }
  .news-item__img {
    height: 18.2rem;
    border-radius: 1.5rem;
    overflow: hidden; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-item__card {
    margin-left: 1.5rem;
    width: calc(100% - 3rem);
    transition: .6s all;
    color: #374A9C;
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 1.9rem;
    background: #FFF;
    box-shadow: 0px 4.5rem 4rem 0px rgba(0, 0, 0, 0.07), 0px 3.2rem 2.3rem 0px rgba(0, 0, 0, 0.05), 0px 1.9rem 1.2rem 0px rgba(0, 0, 0, 0.04), 0px 1rem 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
    margin-top: -6rem;
    position: relative;
    z-index: 1; }
  .news-item__title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.3rem;
    height: 2.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 1rem;
    font-weight: 500; }
  .news-item__line {
    background: #CACACA;
    width: 70%;
    height: 1px;
    margin-bottom: 0.75rem; }
  .news-item__text {
    overflow: hidden;
    line-height: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 2rem; }
  .news-item__btn {
    color: #374A9C;
    display: inline-flex;
    align-items: center; }
    .news-item__btn svg {
      width: .8rem; }
  .news .nav {
    padding-left: 5.5rem; }
  .news-popup {
    background: rgba(55, 74, 156, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
    color: #000; }
    .news-popup__close {
      width: 2rem;
      height: 2rem;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #fff;
      color: #fff;
      background: #374A9C;
      top: 1rem;
      right: 1rem;
      border-radius: 1rem; }
      .news-popup__close:hover {
        background: #00CCFF; }
      .news-popup__close svg {
        width: 1.3rem; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
      width: 70rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      display: flex;
      gap: 1.1rem;
      max-height: calc(100dvh - 5rem);
      overflow: auto;
      border-radius: 1.5rem; }
    .news-popup__img {
      width: 45%;
      position: sticky;
      top: 0; }
      .news-popup__img img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 87vh;
        border-radius: 1rem; }
    .news-popup__wrap {
      width: 55%; }
    .news-popup__title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1rem;
      padding-right: 2.5rem;
      color: #374A9C; }
    .news-popup__text {
      line-height: 150%; }

.developer {
  padding: 13rem 0; }
  .developer .container {
    display: flex; }
  .developer-info {
    width: 49%; }
  .developer .section-title {
    margin-bottom: 4rem; }
  .developer .section-text {
    margin-bottom: 3rem;
    padding-right: 4rem; }
    .developer .section-text p {
      margin-bottom: 1.8rem; }
      .developer .section-text p:last-child {
        margin-bottom: 0; }
  .developer-list {
    display: flex;
    gap: 1rem;
    width: 110%; }
    .developer-list li {
      font-size: .7rem;
      max-width: 10.5rem;
      flex-grow: 1; }
      .developer-list li img {
        display: inline-block;
        width: 2.5rem;
        margin-bottom: .75rem; }
    .developer-list div {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 0.3rem; }
  .developer__img {
    width: 51%; }
    .developer__img img {
      width: 100%;
      display: block; }

.building {
  position: relative;
  height: 100dvh;
  z-index: 1; }
  .building::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 55.06%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
    pointer-events: none; }
  .building-wrap {
    height: 100%; }
  .building-main {
    position: relative;
    width: 100%;
    height: 100%; }
    .building-main img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .building-main svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .building-main svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        fill: #374A9C; }
        .building-main svg path:hover {
          opacity: 1;
          fill: #374A9C;
          animation: none; }
        .building-main svg path:not([data-number]) {
          pointer-events: none; }

.flat {
  padding-top: 11rem;
  background: #fff url(../img/pattern-flat.png) center center no-repeat;
  background-size: cover; }
  .flat-main {
    display: flex;
    max-width: 70.5rem;
    height: calc(100vh - 17rem);
    margin: 0 auto 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 204, 255, 0.5);
    background: #FFF; }
  .flat-left {
    width: 14rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .flat-center {
    width: calc(100% - 28.5rem);
    padding: 1.5rem;
    border-left: 1px solid rgba(0, 204, 255, 0.5);
    border-right: 1px solid rgba(0, 204, 255, 0.5);
    position: relative; }
  .flat-right {
    width: 14.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem; }
  .flat-info li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(0, 204, 255, 0.5);
    font-size: 0.6rem; }
    .flat-info li div {
      font-weight: 600;
      font-size: 2rem;
      color: #374A9C; }
    .flat-info li p {
      text-transform: uppercase; }
    .flat-info li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
  .flat-info__tab {
    display: none; }
    .flat-info__tab:first-child {
      display: block; }
  .flat__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    border-radius: 2.5rem;
    background: #374A9C;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.6rem; }
    .flat__btn:hover {
      background: #00CCFF; }
  .flat-floors {
    position: absolute;
    top: 1.5rem;
    right: -1.15rem;
    display: flex;
    flex-direction: column-reverse;
    gap: .75rem; }
    .flat-floors li {
      width: 2.3rem;
      height: 2.3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: 50%;
      font-size: 0.8rem;
      color: #374A9C;
      border: 0.25rem solid #374A9C;
      background: #fff; }
      .flat-floors li.active {
        background: #374A9C;
        color: #fff;
        pointer-events: none; }
        .flat-floors li.active a {
          color: #fff; }
      .flat-floors li a {
        color: #374A9C; }
  .flat .arrows {
    color: #374A9C;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem; }
    .flat .arrows > span {
      color: #374A9C; }
      .flat .arrows > span:hover {
        color: #00CCFF; }
  .flat-plans {
    height: 100%; }
  .flat-plan {
    display: none;
    height: 100%; }
    .flat-plan:first-child {
      display: block; }
  .flat__img {
    height: calc(100% - 2.5rem);
    width: 100%; }
    .flat__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .flat-btns {
    height: 2.5rem;
    display: inline-flex;
    border-radius: 2.5rem;
    border: 1px solid #374A9C;
    padding: .25rem;
    gap: .85rem; }
    .flat-btns span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      background: #374A9C;
      color: #fff;
      font-size: 0.7rem;
      margin-top: -0.05rem; }
    .flat-btns a {
      display: inline-flex;
      margin-right: 0.5rem; }
      .flat-btns a:hover {
        opacity: .7; }
      .flat-btns a img {
        width: 1.2rem; }
  .flat .btn-mob {
    display: none; }
  .flat-rooms {
    padding-left: 0.8rem; }
    .flat-rooms__list {
      display: none;
      font-size: 0.8rem;
      max-height: 15rem;
      overflow: auto;
      margin-right: -0.5rem;
      padding-right: 0.5rem; }
      .flat-rooms__list::-webkit-scrollbar {
        width: .3rem; }
      .flat-rooms__list:first-child {
        display: block; }
      .flat-rooms__list li {
        margin-bottom: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .flat-rooms__list li p {
          font-weight: 700; }
        .flat-rooms__list li:last-child {
          margin-bottom: 0; }
  .flat__house img {
    width: 100%;
    display: block;
    border-radius: 1rem; }
  .flat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 5rem;
    font-size: 0.8rem; }
    .flat-footer a {
      color: #000; }
      .flat-footer a:hover {
        color: #374A9C; }
  .flat-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 2.7rem; }
    .flat-social li {
      display: flex; }
    .flat-social a {
      display: flex;
      color: #464646; }
      .flat-social a svg {
        width: 1.5rem; }

.vacancy {
  padding: 14rem 0 9.5rem; }
  .vacancy__title {
    font-size: 3rem;
    font-weight: 500;
    color: #374A9C;
    max-width: 35rem;
    margin: 0 auto 3rem;
    text-align: center; }
  .vacancy-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap; }
  .vacancy-item {
    width: calc(33.3333% - 1rem);
    padding: 1.7rem;
    border: 1px solid #e2e2e2;
    border-radius: 1.5rem;
    height: 12.5rem;
    font-weight: 600;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    font-size: 1.2rem;
    background: #fff;
    line-height: 1.5; }
    .vacancy-item:hover {
      box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05);
      border-color: transparent; }
    .vacancy-item__respons, .vacancy-item__require, .vacancy-item__cond {
      display: none; }
  .vacancy-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.6);
    display: none; }
    .vacancy-popup__content {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 32rem;
      background: #fff;
      transition: .6s all;
      border-radius: 1.5rem 0px 0px 1.5rem;
      box-shadow: -38.518px 0.219px 25.481px 0px rgba(0, 0, 0, 0.09), -20px 0.114px 13px 0px rgba(0, 0, 0, 0.08), -8.148px 0.046px 6.519px 0px rgba(0, 0, 0, 0.06), -1.852px 0.011px 3.148px 0px rgba(0, 0, 0, 0.04);
      transform: translateX(100%); }
      .vacancy-popup__content.show {
        transform: none; }
    .vacancy-popup__close {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 3.75rem;
      height: 3.75rem;
      background: #fff;
      left: -4.75rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%; }
      .vacancy-popup__close img {
        width: 1.1rem; }
    .vacancy-popup__wrap {
      padding: 2.5rem 1.5rem;
      max-height: 100%;
      overflow: auto; }
    .vacancy-popup__logo {
      margin-bottom: 3.6rem;
      text-align: center; }
      .vacancy-popup__logo img {
        width: 16rem;
        display: inline-block; }
    .vacancy-popup__name {
      font-size: 1.2rem;
      font-weight: 500; }
    .vacancy-popup__item {
      padding: 2rem 0;
      border-bottom: 1px solid #D9D9D9; }
      .vacancy-popup__item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    .vacancy-popup__title {
      font-weight: 500;
      color: #374A9C;
      line-height: 170%;
      margin-bottom: 0.5rem; }
    .vacancy-popup__text {
      font-size: 0.9rem;
      line-height: 170%; }
      .vacancy-popup__text p {
        margin-bottom: 1rem; }
        .vacancy-popup__text p:last-child {
          margin-bottom: 0; }
    .vacancy-popup__form {
      margin-top: 2rem; }
      .vacancy-popup__form input {
        height: 3.5rem;
        background: #fff;
        box-shadow: none;
        border: 1px solid #E2E2E2;
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 3.5rem;
        padding: 0 1.5rem; }
        .vacancy-popup__form input:focus {
          border-color: #374A9C;
          background: #F8F8F8; }
      .vacancy-popup__form label {
        margin-bottom: 1rem;
        display: flex;
        width: 100%;
        cursor: pointer; }
        .vacancy-popup__form label input {
          display: none; }
        .vacancy-popup__form label div {
          border: 1px solid #E2E2E2;
          font-size: 0.9rem;
          height: 3.5rem;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-radius: 4rem;
          padding: 0 1.25rem; }
        .vacancy-popup__form label img {
          width: 1.5rem; }
      .vacancy-popup__form .file-name {
        margin-bottom: 1rem;
        margin-top: -0.5rem;
        padding-left: 2rem;
        display: none; }
      .vacancy-popup__form .btn {
        width: 100%;
        height: 3.5rem;
        font-size: 1rem;
        background: #374A9C;
        color: #fff;
        margin-top: 0.5rem;
        border-radius: 3.5rem; }
        .vacancy-popup__form .btn:hover {
          background: #000;
          color: #fff; }

.footer {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  background: linear-gradient(74deg, #4B469A 0%, #803C93 100%);
  color: #fff;
  font-size: 1rem; }
  .footer::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: url(../img/advantages/pattern.png) top left no-repeat;
    background-size: 70rem; }
  .footer__logo {
    margin: 0 auto 5.5rem;
    width: 11rem; }
    .footer__logo img {
      width: 100%;
      display: block;
      filter: invert(100%) grayscale(100%) brightness(200%); }
  .footer-main {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.7rem; }
  .footer__small {
    font-size: 0.8rem;
    max-width: 10rem;
    margin-bottom: 0.85rem; }
  .footer__text {
    max-width: 15rem; }
  .footer__phone {
    display: inline-flex;
    align-items: center;
    margin-top: 2rem;
    font-weight: 500;
    color: #fff;
    gap: .5rem; }
    .footer__phone img {
      width: 1.25rem; }
  .footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .7rem 4.2rem;
    max-height: 8rem; }
    .footer-menu a {
      color: #fff; }
      .footer-menu a:hover {
        color: #00CCFF; }
  .footer-social {
    display: flex;
    gap: .9rem;
    margin-top: 2.5rem; }
    .footer-social li {
      display: flex; }
    .footer-social a {
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 3.5rem;
      height: 3.5rem;
      color: #000; }
      .footer-social a:hover {
        color: #374A9C; }
      .footer-social a svg {
        width: 1.5rem; }
  .footer-map {
    height: 23.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative; }
    .footer-map #footerMap {
      width: 100%;
      height: 100%; }
  .footer__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
    width: 12.5rem;
    height: 3rem;
    border-radius: 3rem;
    color: #fff;
    background: #374A9C;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem; }
    .footer__btn:hover {
      background: #00CCFF; }
  .footer-copy {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0; }
    .footer-copy a {
      color: #fff; }
      .footer-copy a:hover {
        color: #00CCFF; }

@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; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@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; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .section-title {
    font-size: 3rem; }

  .menu-content {
    width: 80vw; }
  .menu__list li {
    margin-bottom: 1.5rem; }
    .menu__list li a {
      font-size: 1.7rem; }
  .menu__btns {
    display: flex;
    justify-content: center;
    gap: 1rem; }
    .menu__btns .header__btn {
      display: inline-flex; }
      .menu__btns .header__btn:last-child {
        margin-right: 0; }
    .menu__btns .header__tour, .menu__btns .header__pres {
      display: inline-flex;
      margin-left: 0;
      width: 3rem;
      height: 3rem; }

  .header {
    height: 7rem; }
    .header__logo {
      width: 6rem; }
    .header__genplan {
      display: none; }

  .main {
    padding-top: 8rem; }
    .main__title {
      font-size: 5rem; }

  .about-head {
    flex-direction: column;
    align-items: flex-start; }
  .about-main {
    flex-direction: column; }
  .about-left, .about-right {
    width: 60%; }
  .about-center {
    width: 80%;
    align-self: flex-end; }

  .nature .section-title {
    padding-right: 0;
    margin-bottom: 3rem; }
    .nature .section-title span {
      display: inline;
      padding-right: 0 !important; }
  .nature-leafs img:nth-child(1) {
    width: 17rem;
    top: 10rem; }
  .nature-leafs img:nth-child(2) {
    width: 22rem;
    bottom: 10rem; }
  .nature-item {
    margin-left: 1.5rem;
    width: 27.5rem;
    height: 16rem; }

  .advantages {
    padding-top: 9rem; }
    .advantages-images img:nth-child(1) {
      margin-right: 0; }
    .advantages-images img:nth-child(2) {
      display: none; }
    .advantages__title {
      font-size: 4rem; }
      .advantages__title img {
        display: none; }
    .advantages-content {
      margin-top: 3rem;
      padding: 0rem;
      flex-direction: column-reverse; }
    .advantages__text, .advantages__img {
      width: 100%; }

  .harmony {
    flex-direction: column;
    background: #233E99; }
    .harmony-left {
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      padding: 2rem 3rem;
      gap: 2rem; }
    .harmony-choose__item {
      width: 25%;
      padding-left: 1.1rem;
      padding-top: 1rem;
      position: relative; }
      .harmony-choose__item:nth-child(2n) {
        padding-right: 1.1rem; }
      .harmony-choose__item::before {
        content: '';
        height: 85%;
        top: 7.5%;
        width: 1px;
        background: #5F72C4;
        left: 0;
        position: absolute; }
      .harmony-choose__item:first-child {
        padding-left: 0; }
        .harmony-choose__item:first-child::before {
          content: none; }
    .harmony-choose__ico {
      margin-bottom: 1.5rem; }
    .harmony-right {
      padding: 0 3rem 3rem;
      width: 100%; }
    .harmony-tab__img img {
      border-radius: 1.5rem; }
    .harmony-tab__name {
      padding-left: 0; }
    .harmony-tab .section-text {
      padding-left: 0; }

  .move-item {
    flex-direction: column;
    height: 30rem; }
    .move-item__time {
      margin-top: 3rem; }
    .move-item__img {
      width: 100%;
      height: 18rem; }
    .move-item__wrap {
      width: 100%;
      padding: 3.4rem 1.5rem 2rem; }

  .genplan {
    min-height: 30rem; }
    .genplan .section-title {
      margin-top: 4rem; }
    .genplan-main {
      overflow: auto;
      max-width: 100%; }
    .genplan-wrap {
      width: 80rem; }
    .genplan-item__info {
      padding: 0.5rem;
      width: 8rem; }
      .genplan-item__info img {
        height: 6rem; }

  .plans {
    padding-bottom: 6rem; }
    .plans-choose {
      margin-left: -3rem;
      width: calc(100% + 6rem);
      overflow: auto;
      padding: 0 3rem;
      margin-bottom: 3rem; }
      .plans-choose::-webkit-scrollbar {
        display: none; }
      .plans-choose li {
        flex-shrink: 0; }
    .plans-tab {
      position: relative; }
    .plans-item {
      padding: 0 3rem;
      flex-direction: column;
      align-items: center;
      gap: 7rem; }
      .plans-item__btn {
        width: 100%; }
    .plans .nav {
      position: absolute;
      top: 36rem;
      left: 0;
      width: 100%;
      z-index: 3; }

  .pres-card {
    padding: 2.5rem 1.5rem; }
  .pres__img {
    transform: none;
    position: static;
    width: 100%;
    height: 23rem;
    margin-bottom: -4rem; }

  .news-popup__content {
    display: block; }
  .news-popup__close {
    transform: none;
    right: 0;
    top: 0; }
  .news-popup__img {
    width: 100%;
    position: static; }
  .news-popup__wrap {
    width: 100%;
    padding-top: 1rem; }

  .developer {
    padding: 6rem 0; }
    .developer .container {
      flex-direction: column-reverse;
      gap: 3rem; }
    .developer__img, .developer-info {
      width: 100%; }
    .developer .section-title {
      margin-bottom: 3rem; }
    .developer-list {
      width: 100%; }

  .building-wrap {
    max-width: 100%;
    overflow: auto; }
  .building-main {
    width: 177dvh; }

  .flat {
    padding-top: 8rem;
    min-height: 100svh; }
    .flat-main {
      height: auto;
      flex-direction: column; }
    .flat-left, .flat-right {
      width: 100%; }
    .flat-center {
      width: 100%;
      border: none;
      border-top: 1px solid rgba(0, 204, 255, 0.5);
      border-bottom: 1px solid rgba(0, 204, 255, 0.5);
      text-align: center; }
    .flat-info {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      text-align: center; }
      .flat-info li {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none; }
        .flat-info li div {
          white-space: nowrap;
          min-height: 1.6rem; }
      .flat-info__tabs {
        flex-grow: 1; }
    .flat__img {
      height: 24rem;
      margin-bottom: 1rem; }
    .flat-btns {
      margin-bottom: 1rem; }
    .flat-floors {
      top: auto;
      bottom: -1.15rem;
      flex-direction: row-reverse;
      right: auto;
      left: 1.5rem; }
    .flat-rooms {
      padding-left: 0;
      padding-top: 1rem; }
    .flat__btn {
      display: none; }
      .flat__btn.btn-mob {
        display: flex;
        font-size: 0.7rem;
        width: 13rem;
        margin: 0 auto; }
    .flat__house {
      display: none; }
    .flat-footer {
      flex-wrap: wrap;
      height: auto;
      margin-top: 1rem;
      gap: 1rem;
      padding: 1rem 0; }
      .flat-footer p {
        order: 2; }
    .flat-social {
      position: static;
      transform: none;
      width: 100%;
      order: 0;
      justify-content: center; }

  .vacancy-head {
    display: block;
    margin-bottom: 4rem; }
  .vacancy__title {
    margin-bottom: 2rem; }
  .vacancy-list {
    gap: 1.5rem; }
  .vacancy-item {
    width: calc(50% - .75rem); }

  .footer-main {
    flex-direction: column; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2rem; }

  .tel-popup {
    bottom: 3rem;
    right: 1rem; }

  .feedback-content {
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .menu-content {
    width: 100vw;
    padding: 1.5rem 1rem 2rem;
    align-items: center; }
  .menu__list li {
    margin-bottom: 1rem;
    text-align: center; }
    .menu__list li a {
      font-size: 1.25rem; }
  .menu__btns {
    display: flex;
    gap: 1rem;
    width: 100%; }
    .menu__btns .header__btn {
      width: 100%;
      margin-right: 0;
      font-size: 0.9rem; }
  .menu .footer-social {
    justify-content: center; }

  .header {
    height: 6rem; }
    .header-wrap {
      gap: 1rem; }
    .header__menu {
      margin-right: 0; }
      .header__menu img {
        width: 2rem; }
      .header__menu span {
        display: none; }
    .header__tel {
      width: 2.5rem;
      height: 2.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #fff;
      border-radius: 50%; }
      .header__tel span {
        display: none; }
    .header.scrolled {
      height: 4rem; }
      .header.scrolled .header__logo {
        width: 4.5rem; }
    .header-flat .header__tel {
      border-color: #000; }

  .main__title {
    font-size: 3.5rem; }
  .main__text {
    font-size: 1.2rem; }
  .main__img {
    margin-top: -2rem;
    height: 25rem; }
    .main__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

  .about {
    padding-top: 4.5rem; }
    .about__title {
      font-size: 2rem; }
    .about-head {
      margin-bottom: 3rem; }
    .about-left, .about-right {
      width: 85%;
      margin-top: 0; }
    .about-center {
      width: 100%;
      margin-right: -1rem; }
    .about__number {
      font-size: 3rem; }

  .consult {
    padding-top: 4.5rem; }
    .consult__title {
      font-size: 2rem;
      margin-bottom: 1.8rem; }
    .consult-form {
      flex-direction: column; }
      .consult-form > input {
        width: 100%; }
      .consult-form button {
        width: 100%;
        order: 999; }
    .consult-blue {
      padding-bottom: 4.5rem; }

  .nature {
    padding-top: 4.5rem; }
    .nature-leafs img:nth-child(1) {
      top: 2rem;
      width: 10rem; }
    .nature-item {
      width: 80vw;
      height: 120vw; }
    .nature .nav {
      padding-left: 1rem; }

  .advantages {
    background-size: 100%; }
    .advantages-images {
      padding: 0 1rem; }
      .advantages-images img:nth-child(1) {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0; }
    .advantages__title {
      font-size: 2rem; }
    .advantages-content {
      margin-top: 2rem; }
    .advantages__text {
      font-size: 0.9rem; }

  .harmony-left {
    padding: 2rem 1rem; }
  .harmony__title {
    margin-top: 1rem; }
  .harmony-right {
    padding: 0 1rem 2rem; }
  .harmony-tab__name {
    font-size: 3rem;
    margin-top: -1.5rem; }
  .harmony__leaf {
    right: 1rem;
    width: 90%;
    top: 30rem; }

  .location {
    padding-top: 4.5rem; }

  .move {
    padding-top: 4.5rem; }
    .move__title {
      font-size: 2rem; }
    .move-item__name {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      min-height: 3rem; }
    .move .nav {
      padding-right: 1rem; }

  .plans {
    padding: 4.5rem 0; }
    .plans-choose {
      padding: 0 1rem;
      margin-left: -1rem;
      width: calc(100% + 2rem); }
    .plans .section-title {
      margin-bottom: 2rem; }
    .plans-choose {
      gap: 2rem; }
    .plans-item {
      padding: 0 1rem; }
      .plans-item__img {
        height: 25rem; }
      .plans-item__info {
        margin-bottom: 2.5rem;
        gap: 1.5rem; }
      .plans-item__card {
        margin-bottom: 1.5rem; }
    .plans .nav {
      top: 29.5rem;
      padding-left: 1rem; }

  .pres {
    margin-bottom: 3rem; }
    .pres-card {
      border-radius: 2rem;
      padding: 2rem 1rem; }
    .pres .section-title {
      margin-bottom: 1rem; }
    .pres-form {
      flex-direction: column;
      gap: .5rem;
      font-size: 0.9rem; }
      .pres-form input, .pres-form .btn {
        width: 100%; }
      .pres-form .btn {
        margin-top: .5rem; }
    .pres__img {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      height: 16rem; }

  .news::after {
    background-size: 100%; }
  .news .section-title {
    margin-bottom: 2rem; }
  .news .nav {
    padding-left: 1rem; }

  .developer {
    padding: 4.5rem 0; }
    .developer .container {
      gap: 2.5rem; }
    .developer .section-title {
      margin-bottom: 2rem; }
    .developer .section-text {
      padding-right: 0; }
    .developer-list {
      flex-wrap: wrap;
      gap: 2rem 1rem; }
      .developer-list li {
        width: calc(50% - .5rem);
        font-size: 0.85rem;
        max-width: none; }

  .flat {
    padding-top: 7rem; }
    .flat-left, .flat-right, .flat-center {
      padding: 1rem; }
    .flat-info li div {
      font-size: 1.3rem;
      margin-bottom: 0.3rem; }
    .flat-info li p {
      max-width: 5rem;
      font-size: 0.5rem; }
    .flat-floors {
      left: 1rem; }
    .flat .arrows {
      position: static;
      margin: 0 auto 1rem; }
    .flat-footer span {
      display: none; }

  .vacancy {
    padding: 4.5rem 0 0; }
    .vacancy-head {
      margin-bottom: 3rem; }
    .vacancy__title {
      font-size: 1.8rem;
      margin-bottom: 1.5rem; }
    .vacancy-list {
      gap: 1rem; }
    .vacancy-item {
      width: calc(50% - .5rem);
      padding: 1rem;
      border-radius: 1rem;
      font-size: .9rem;
      height: 8.5rem; }
    .vacancy-popup__content {
      width: 100%;
      height: calc(100svh - 5rem);
      top: auto;
      bottom: 0;
      border-radius: 1.5rem 1.5rem 0 0; }
    .vacancy-popup__close {
      width: 2rem;
      height: 2rem;
      left: 50%;
      top: -3rem;
      transform: translateX(-50%); }
      .vacancy-popup__close img {
        width: 1rem; }
    .vacancy-popup__wrap {
      padding: 1.5rem 1rem 2.5rem; }
    .vacancy-popup__logo img {
      width: 10rem; }
    .vacancy-popup__item {
      padding: 1.5rem 0; }

  .footer__logo {
    width: 7rem;
    margin-bottom: 2.5rem; }
  .footer-menu {
    max-height: none; }
  .footer-copy span {
    display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.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 */
