@font-face {
  font-family: 'Atyp Display';
  src: url("fonts/AtypDisplay-Light.eot");
  src: local("Atyp Display Light"), local("AtypDisplay-Light"), url("fonts/AtypDisplay-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AtypDisplay-Light.woff2") format("woff2"), url("fonts/AtypDisplay-Light.woff") format("woff"), url("fonts/AtypDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Atyp Display';
  src: url("fonts/AtypDisplay-Regular.eot");
  src: local("Atyp Display"), local("AtypDisplay-Regular"), url("fonts/AtypDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AtypDisplay-Regular.woff2") format("woff2"), url("fonts/AtypDisplay-Regular.woff") format("woff"), url("fonts/AtypDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Atyp Display';
  src: url("fonts/AtypDisplay-Medium.eot");
  src: local("Atyp Display Medium"), local("AtypDisplay-Medium"), url("fonts/AtypDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AtypDisplay-Medium.woff2") format("woff2"), url("fonts/AtypDisplay-Medium.woff") format("woff"), url("fonts/AtypDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Atyp Display';
  src: url("fonts/AtypDisplay-Semibold.eot");
  src: local("Atyp Display Semibold"), local("AtypDisplay-Semibold"), url("fonts/AtypDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/AtypDisplay-Semibold.woff2") format("woff2"), url("fonts/AtypDisplay-Semibold.woff") format("woff"), url("fonts/AtypDisplay-Semibold.ttf") format("truetype");
  font-weight: 700;
  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; }

body {
  font-family: 'Atyp Display', sans-serif;
  font-size: 0.9rem;
  background: #fff; }

.overflow-h {
  overflow: hidden; }

.overflowH {
  overflow: hidden;
  height: 100vh; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 5.5rem;
  width: 100%; }

.social {
  display: flex;
  gap: .4rem; }
  .social li {
    display: inline-flex; }
  .social a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff; }
    .social a:hover {
      color: #1AC6CA; }
    .social a svg {
      width: 100%;
      height: 100%; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  border-radius: .5rem;
  color: #fff;
  background: #1AC6CA;
  border: none; }
  .btn:hover {
    background: #E59C24; }
  .btn-alt {
    width: 12rem;
    height: 2.5rem; }

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem; }
  .section-title::before {
    width: 4.6rem;
    height: 1.5rem;
    background: url(../img/icons/pattern.svg) left center no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 0.5rem;
    content: ''; }

.form {
  font-size: 0.85rem; }
  .form input {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    height: 3.2rem;
    border-radius: .5rem;
    color: #fff;
    padding: 0 1.5rem; }
    .form input::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .form-time {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    height: 3.2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: .5rem;
    font-weight: 700; }
  .form .btn {
    width: 100%;
    height: 3.2rem;
    font-weight: 700;
    background: #E59C24; }
  .form .customSelect {
    position: relative;
    z-index: auto;
    border-radius: .5rem; }
    .form .customSelect__option {
      padding: 0 1rem;
      height: 3.2rem;
      display: flex;
      align-items: center;
      border-radius: .5rem; }
    .form .customSelect__option--value {
      height: 3.2rem;
      width: 100%;
      padding: 0 1rem;
      padding-right: 2.1rem !important;
      display: flex;
      align-items: center;
      background: transparent;
      border: 1px solid #fff;
      border-radius: .5rem;
      white-space: normal;
      line-height: 1.1;
      font-size: 0.75rem;
      font-weight: 400;
      color: #fff; }
      .form .customSelect__option--value::after {
        background-image: url(../img/icons/arrow-triangle.svg);
        width: .5rem;
        height: .3rem;
        right: 1.5rem; }
    .form .customSelect--active .customSelect__option--value:hover, .form .customSelect--active .customSelect__option--value:focus {
      background: transparent; }
    .form .customSelect--active .customSelect__option--value {
      border-radius: 0; }
    .form .customSelect__dropdown {
      border-radius: 0 !important;
      background: #fff;
      border: none;
      z-index: 4;
      padding: 0; }
      .form .customSelect__dropdown .customSelect__option {
        border-radius: 0;
        font-size: 0.75rem;
        height: 2rem; }
        .form .customSelect__dropdown .customSelect__option:hover {
          color: #1AC6CA;
          background: #fafafa; }

.nav {
  display: flex;
  gap: 1rem; }
  .nav-info {
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center; }
    .nav-info div {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: rgba(9, 9, 9, 0.32);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px); }
    .nav-info__current {
      position: relative;
      z-index: 1;
      margin-right: -0.4rem; }
      .nav-info__current svg {
        position: absolute;
        transform: rotate(-90deg);
        width: 100%;
        height: 100%; }
        .nav-info__current svg circle {
          stroke-dasharray: 157;
          stroke-dashoffset: 157;
          transition: .6s all; }
  .nav .arrows {
    gap: .5rem; }

.arrows {
  display: flex;
  gap: 1rem; }
  .arrows span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    animation: blink-opacity 1.5s infinite; }
    .arrows span img {
      width: 100%; }
    .arrows span:hover {
      opacity: 1 !important; }

.fixed-btns {
  position: fixed;
  top: 7rem;
  right: 0;
  z-index: 4;
  transition: .8s all;
  opacity: 0;
  transform: translateX(100%); }
  .fixed-btns a {
    font-size: 0.8rem;
    width: 5rem;
    height: 3rem;
    border-radius: 3rem 0 0 3rem;
    background: #1AC6CA;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: .35rem; }
    .fixed-btns a:hover {
      background: #E59C24; }
    .fixed-btns a img {
      width: 1.2rem; }
    .fixed-btns a.live-open {
      position: relative; }
      .fixed-btns a.live-open::after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: red;
        animation: pulse-red 1s infinite;
        right: 1rem;
        top: 0.7rem;
        content: ''; }
  .fixed-btns.active {
    opacity: 1;
    transform: none; }

.swipe {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url(../img/icons/arrow-swipe.svg) center center no-repeat;
  background-size: contain;
  display: none;
  pointer-events: none; }
  .swipe img {
    width: 2.7rem;
    animation: swipeAnim 1s linear infinite alternate; }

@keyframes arrowAnim {
  to {
    transform: translateY(0.25rem); } }
@keyframes swipeAnim {
  to {
    transform: translateX(0.75rem); } }
@keyframes projectsTimeline {
  to {
    width: 100%; } }
@keyframes projectsTiming {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  7% {
    opacity: 1;
    transform: translateY(0); }
  22% {
    opacity: 1;
    transform: translateY(0); }
  32% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0; } }
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  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 pulse-red {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink-opacity {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .85; } }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .banner-content {
    border-radius: 1.5rem;
    background: #fff;
    width: 43.6rem;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .banner__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1AC6CA;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .banner__close img {
      width: 1rem; }
    .banner__close:hover {
      background: #E59C24; }
  .banner-info {
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem; }
    .banner-info__title {
      max-width: 16rem;
      margin: 0 auto .9rem;
      text-align: center;
      font-weight: 500;
      font-size: 1rem; }
    .banner-info__text {
      line-height: 1.4;
      font-size: 0.8rem; }
      .banner-info__text a {
        color: #000; }
    .banner-info__btn {
      width: 10rem;
      height: 2.6rem;
      font-size: 0.8rem;
      align-self: center; }
  .banner__img {
    width: 50%;
    border-radius: 0 1.5rem 1.5rem 0;
    overflow: hidden; }
    .banner__img img {
      width: 100%;
      display: block; }

.tel-popup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  position: fixed;
  bottom: 3rem;
  right: .5rem;
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  background: #1AC6CA;
  border-radius: 50%;
  animation: pulse-btn 2s infinite;
  display: none; }
  .tel-popup img {
    width: 80%; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  display: none;
  cursor: pointer; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    background: #1AC6CA;
    width: 24rem;
    cursor: default;
    color: #fff;
    border-radius: 1rem; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase; }
  .feedback__text {
    font-size: 0.9rem;
    text-align: center; }
  .feedback-form {
    margin: 1.5rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      margin-bottom: 1rem; }
    .feedback-form .btn {
      background: #E59C24; }
  .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;
    color: #1AC6CA; }
    .feedback__img img, .feedback__img svg {
      display: inline-block;
      width: 10rem; }
  .feedback-expire {
    display: none; }
    .feedback-expire .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #303438;
  display: none; }
  .mobile-menu .container {
    padding: 1.5rem 1.5rem 4rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2.8rem;
    height: 2.8rem;
    background: #1AC6CA;
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__logo {
    height: 2.8rem;
    display: inline-block; }
    .mobile-menu__logo img {
      height: 100%;
      display: block; }
    .mobile-menu__logo-project {
      height: 4.5rem;
      transition: .6s all;
      width: 8rem; }
      .mobile-menu__logo-project img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: left; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 1rem;
    text-transform: uppercase; }
    .mobile-menu__lang a {
      color: #fff; }
  .mobile-menu__list {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.3rem 0;
  transition: .6s all;
  z-index: 6;
  font-size: 0.8rem; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 10rem;
    margin-right: 1.25rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 4rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        color: #1AC6CA; }
  .header-fav {
    display: flex;
    color: transparent;
    position: relative; }
    .header-fav svg {
      width: 1.2rem;
      height: 1.2rem; }
    .header-fav::after {
      position: absolute;
      right: -.1rem;
      top: 0;
      width: 0.4rem;
      height: 0.4rem;
      background: red;
      border-radius: 50%; }
    .header-fav.active {
      color: #E59C24; }
      .header-fav.active::after {
        content: ''; }
  .header-wrap {
    display: flex;
    gap: 1.8rem;
    align-items: center; }
  .header-lang {
    text-transform: uppercase; }
    .header-lang:hover .header-lang__dropdown {
      display: block; }
    .header-lang__btn {
      margin-bottom: -1rem;
      padding-bottom: 1rem;
      cursor: default; }
    .header-lang span, .header-lang a {
      width: 2.8rem;
      height: 2.8rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid;
      color: #1AC6CA;
      border-radius: .5rem; }
    .header-lang a {
      color: #fff;
      margin-top: 0.4rem; }
      .header-lang a:hover {
        color: #1AC6CA; }
    .header-lang__dropdown {
      position: absolute;
      display: none; }
  .header__btn {
    height: 2.8rem;
    width: 12.7rem; }
    .header__btn.btn {
      background: #1AC6CA; }
      .header__btn.btn:hover {
        background: #E59C24; }
  .header.scrolled {
    background: #303438;
    padding: 0.75rem 0; }
    .header.scrolled .header-lang a {
      background: #303438;
      color: #1AC6CA; }
  .header.hide {
    transform: translateY(-100%); }
  .header-mobile {
    display: none; }
  .header-project {
    padding: 0.85rem 0; }
    .header-project .header__logo {
      height: 4.5rem;
      transition: .6s all;
      margin-right: 0; }
      .header-project .header__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: left; }
    .header-project .header-menu {
      gap: 2.5rem; }
    .header-project.scrolled {
      border-bottom: 1px solid; }
      .header-project.scrolled .header__logo {
        height: 2.8rem; }
  .header.header-static {
    background: #303438; }
    .header.header-static .header-lang a {
      color: #1AC6CA;
      background: #303438; }

.main {
  background: #303438;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  transition: 1.2s transform;
  z-index: 3; }
  .main .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem; }
  .main__title {
    display: flex;
    flex-direction: column;
    font-size: 7.8vw;
    font-weight: 500;
    line-height: 107%; }
    .main__title img {
      width: 5.35rem;
      transition: .6s all;
      opacity: 0;
      transform: translateY(2rem); }
    .main__title span {
      transition: .6s all; }
      .main__title span:nth-child(2) {
        opacity: 0;
        transform: translateY(50%);
        transition-delay: .2s; }
      .main__title span:nth-child(3) {
        opacity: 0;
        transform: translateY(50%);
        transition-delay: .6s; }
      .main__title span:last-child {
        align-self: flex-end;
        opacity: 0;
        transform: translateY(50%);
        transition-delay: 1s; }
    .main__title.active img, .main__title.active span {
      opacity: 1;
      transform: none; }
  .main__img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70vw;
    z-index: -1;
    opacity: 0;
    transition: 1.5s opacity; }
    .main__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: right; }
    .main__img.active {
      opacity: 1; }
  .main-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17rem;
    transition: 1s all;
    transform: translate(-50%, 50%); }
    .main-pattern img {
      width: 100%;
      display: block; }
    .main-pattern.active {
      opacity: 1;
      transform: none; }
  .main-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.1rem;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0;
    transition: .6s all; }
    .main-scroll span {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2rem;
      height: 2rem;
      margin-top: 0.7rem; }
      .main-scroll span img {
        width: 0.75rem;
        animation: arrowAnim 1s linear infinite alternate;
        margin-top: -0.25rem; }
    .main-scroll.active {
      opacity: 1; }
  .main.hide {
    transform: translateY(-100%); }

.company {
  padding: 1rem 0 10rem;
  background: url(../img/company/bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff; }
  .company .container {
    padding-top: 10rem; }
  .company .section-title {
    margin-bottom: 4.2rem; }
    .company .section-title::before {
      content: none; }
  .company__logo {
    width: 8.3rem;
    margin-bottom: 1.8rem; }
    .company__logo img {
      width: 100%;
      display: block; }
  .company__text {
    max-width: 43.5rem;
    margin-bottom: 3.8rem; }
    .company__text span {
      font-weight: 700; }
  .company-info {
    display: flex;
    font-weight: 500; }
    .company-info__item {
      padding: 0 2rem;
      border-left: 1px solid #A7A7A8;
      width: 18rem; }
      .company-info__item:nth-child(3) .company-info__ico {
        width: 1.1rem; }
      .company-info__item:nth-child(4) .company-info__ico {
        width: .9rem; }
    .company-info__ico {
      width: 1rem;
      margin-bottom: 1rem;
      height: 2rem; }
      .company-info__ico img {
        width: 100%;
        display: block; }
    .company-info__number {
      font-size: 2.85rem; }
      .company-info__number span {
        font-size: 1.6rem; }
    .company-info__pattern {
      width: 5rem;
      margin-top: -1rem; }
      .company-info__pattern img {
        width: 100%;
        display: block; }
    .company-info__text {
      color: #CACDD1; }

.manage {
  padding: 6rem 0 3rem;
  background: url(../img/icons/pattern-manage.png) right 28rem no-repeat;
  background-size: 24rem; }
  .manage .section-title {
    margin-bottom: 2rem; }
  .manage-wrap {
    display: flex;
    align-items: center;
    gap: 3.7rem;
    margin-bottom: 2rem; }
  .manage__img {
    width: 54%; }
    .manage__img img {
      width: 100%;
      border-radius: 1.25rem;
      display: block; }
  .manage__slogan {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.07;
    gap: 1rem;
    padding-left: 3rem;
    padding-bottom: 5rem;
    position: relative; }
    .manage__slogan::before {
      content: '';
      position: absolute;
      background: url(../img/icons/quote.svg) center center no-repeat;
      background-size: contain;
      width: 3rem;
      height: 2.5rem;
      left: 0;
      top: -1.5rem; }
    .manage__slogan strong {
      color: #1AC6CA; }
    .manage__slogan span:nth-child(2) {
      background: #E59C24;
      color: #fff;
      padding: .5rem 1.4rem 1rem;
      margin-left: 6rem; }
    .manage__slogan span:nth-child(3) {
      position: relative; }
      .manage__slogan span:nth-child(3)::before {
        content: '';
        position: absolute;
        background: url(../img/icons/quote.svg) center center no-repeat;
        background-size: contain;
        width: 3rem;
        height: 2.5rem;
        bottom: -1.8rem;
        right: -3rem;
        transform: rotate(180deg); }
  .manage-list {
    display: flex;
    gap: 2.25rem;
    padding-right: 5rem; }
  .manage-item {
    width: 31.4%;
    font-size: 0.8rem; }
    .manage-item:nth-child(2) {
      width: 37.2%;
      padding: 0 2.25rem;
      border-left: 1px solid #E3E3E3;
      border-right: 1px solid #E3E3E3; }
    .manage-item h4 {
      font-size: 1.2rem;
      margin-bottom: 0.75rem; }
    .manage-item p {
      font-style: italic; }
  .manage__pattern {
    margin: 2.5rem 0 2rem;
    text-align: center; }
    .manage__pattern img {
      width: 4.6rem;
      display: inline-block; }

.plans {
  background: #f1f3f6; }
  .plans-head {
    background: #fff;
    padding: 3.5rem 0; }
  .plans .section-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.85rem; }
    .plans .section-title::before {
      margin-right: calc(100% - 4.6rem); }
    .plans .section-title span {
      margin-right: 0.8rem; }
    .plans .section-title .customSelect {
      position: relative;
      z-index: auto;
      font-size: 1.5rem;
      display: flex; }
      .plans .section-title .customSelect__option {
        padding: 0 1rem;
        height: 3.6rem;
        display: flex;
        align-items: center;
        border-radius: 0;
        font-size: 1.5rem; }
      .plans .section-title .customSelect__option--value {
        padding: 0;
        padding-right: 2rem !important;
        display: flex;
        align-items: center;
        background: #fff;
        border: none;
        white-space: normal;
        height: auto;
        line-height: 1.1;
        color: #1AC6CA;
        text-decoration: underline; }
        .plans .section-title .customSelect__option--value::after {
          background-image: url(../img/icons/chevron-down.svg);
          border-radius: 50%;
          width: 1.5rem;
          height: 1.6rem;
          background-color: #1AC6CA;
          background-size: cover;
          right: 0;
          margin-top: 0.2rem; }
      .plans .section-title .customSelect--active .customSelect__option--value:hover, .plans .section-title .customSelect--active .customSelect__option--value:focus {
        background: #fff; }
      .plans .section-title .customSelect--active .customSelect__option--value {
        border-radius: 0; }
      .plans .section-title .customSelect__dropdown {
        border-radius: 0 !important;
        background: #fff;
        z-index: 4;
        min-width: 12rem;
        border: 1px solid #E3E3E3; }
        .plans .section-title .customSelect__dropdown .customSelect__option {
          border-radius: 0;
          font-size: 1.3rem;
          height: 3rem; }
          .plans .section-title .customSelect__dropdown .customSelect__option:hover {
            color: #1AC6CA; }
      .plans .section-title .customSelect button:disabled {
        pointer-events: none;
        color: #ccc; }
  .plans-city {
    margin-left: 0.8rem; }
  .plans__text {
    font-weight: 500;
    color: #8A8A8A;
    margin-bottom: 1.5rem; }
  .plans-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem; }
    .plans-filter__item {
      width: calc(25% - 0.9375rem); }
    .plans-filter__btn {
      width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 3.25rem;
      border-radius: .5rem;
      font-weight: 500;
      gap: .1rem; }
  .plans-reset {
    color: #8A8A8A;
    position: relative;
    border: 1px solid #ddd; }
    .plans-reset:hover {
      background: #f1f3f6; }
    .plans-reset img {
      position: absolute;
      right: 1.15rem;
      width: 1.5rem; }
  .plans-result {
    color: #fff;
    background: #1AC6CA; }
    .plans-result:hover {
      background: #E59C24; }
  .plans-select {
    background: #f1f3f6;
    border-radius: .5rem;
    position: relative; }
    .plans-select p {
      position: absolute;
      font-size: 0.7rem;
      color: #A8A8A8;
      pointer-events: none;
      z-index: 2;
      top: 0.4rem;
      left: 1rem;
      font-weight: 500; }
    .plans-select .customSelect {
      position: relative;
      z-index: auto;
      border-radius: .5rem; }
      .plans-select .customSelect__option {
        padding: 0 1rem;
        height: 3.25rem;
        display: flex;
        align-items: center;
        border-radius: .5rem; }
      .plans-select .customSelect__option--value {
        height: 3.25rem;
        width: 100%;
        padding: 0 1rem;
        padding-right: 2.1rem !important;
        display: flex;
        align-items: flex-start;
        background: #f1f3f6;
        border: none;
        border-radius: .5rem;
        white-space: normal;
        line-height: 1.1;
        font-size: 0.9rem;
        font-weight: 500;
        padding-top: 1.7rem; }
        .plans-select .customSelect__option--value::after {
          background-image: url(../img/icons/filter-chevron.svg);
          background-size: cover;
          width: 1.6rem;
          height: 1.5rem;
          right: .9rem; }
      .plans-select .customSelect--active .customSelect__option--value:hover, .plans-select .customSelect--active .customSelect__option--value:focus {
        background: #f1f3f6; }
      .plans-select .customSelect--active .customSelect__option--value {
        border-radius: 0; }
      .plans-select .customSelect__dropdown {
        border-radius: 0 !important;
        background: #f1f3f6;
        border: none;
        z-index: 4;
        padding: 0; }
        .plans-select .customSelect__dropdown .customSelect__option {
          border-radius: 0;
          font-size: 0.9rem;
          height: 2.2rem;
          font-weight: 500; }
          .plans-select .customSelect__dropdown .customSelect__option:hover {
            color: #1AC6CA;
            background: #fafafa; }
      .plans-select .customSelect button:disabled {
        pointer-events: none;
        color: #ccc; }
  .plans-choose {
    background: #f1f3f6;
    border-radius: .5rem;
    height: 3.25rem;
    padding: 1.8rem 1rem .4rem;
    position: relative; }
    .plans-choose p {
      font-weight: 500;
      color: #A8A8A8;
      font-size: 0.7rem;
      position: absolute;
      left: 1rem;
      top: 0.4rem; }
    .plans-choose ul {
      display: flex;
      gap: .75rem;
      font-weight: 500; }
      .plans-choose ul li {
        display: inline-flex;
        padding-right: 0.75rem;
        border-right: 2px solid #A8A8A8;
        line-height: 1; }
        .plans-choose ul li:last-child {
          border: none; }
      .plans-choose ul label {
        display: flex;
        cursor: pointer;
        user-select: none;
        margin-top: -.1rem; }
        .plans-choose ul label input {
          display: none;
          appearance: none; }
          .plans-choose ul label input:checked + span {
            color: #1AC6CA; }
  .plans-range {
    background: #f1f3f6;
    border-radius: .5rem;
    height: 3.25rem;
    padding: 1.5rem 1rem .4rem;
    position: relative; }
    .plans-range p {
      font-weight: 500;
      color: #A8A8A8;
      font-size: 0.7rem;
      position: absolute;
      left: 1rem;
      top: 0.4rem; }
    .plans-range__values {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
      color: #A8A8A8;
      font-size: 0.7rem; }
      .plans-range__values span {
        color: #000;
        font-size: 0.9rem; }
    .plans-range .irs {
      font-size: 0.6rem;
      margin-top: -.9rem;
      z-index: 2; }
    .plans-range .irs--flat {
      height: 2rem; }
    .plans-range .irs--flat .irs-line {
      height: .15rem;
      top: 1.25rem;
      background: transparent; }
    .plans-range .irs--flat .irs-handle {
      height: auto; }
    .plans-range .irs--flat .irs-max, .plans-range .irs--flat .irs-min {
      display: none; }
    .plans-range .irs--flat .irs-bar {
      height: .15rem;
      top: 1.25rem; }
    .plans-range .irs--flat .irs-from, .plans-range .irs--flat .irs-to {
      font-size: 0;
      width: .7rem;
      height: .7rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1rem;
      z-index: 5;
      flex-shrink: 0;
      box-sizing: border-box;
      padding: 0; }
      .plans-range .irs--flat .irs-from::before, .plans-range .irs--flat .irs-to::before {
        display: none; }
    .plans-range .irs--flat .irs-single {
      display: none; }
    .plans-range .irs--flat .irs-bar,
    .plans-range .irs--flat .irs-from,
    .plans-range .irs--flat .irs-to {
      background: #1AC6CA; }
  .plans-list {
    padding: 2.5rem 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; }
  .plans-item {
    width: calc(25% - 1.5rem);
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
    font-weight: 500; }
    .plans-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .plans-item__rooms {
      font-size: 1rem; }
    .plans-item__fav {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #D1DBE4; }
      .plans-item__fav:hover {
        color: #E59C24; }
      .plans-item__fav svg {
        width: 1.2rem; }
      .plans-item__fav.active {
        color: #E59C24; }
    .plans-item__price {
      font-size: 1.25rem;
      color: #E59C24; }
    .plans-item__class {
      margin-right: -1.5rem;
      width: 5.25rem;
      height: 1.15rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 1rem 0 0 1rem;
      color: #fff;
      background: #1AC6CA;
      font-size: 0.75rem;
      padding-bottom: 0.2rem; }
      .plans-item__class.comfort-class {
        background: #E59C24; }
      .plans-item__class.premium-class {
        background: #AD0000; }
    .plans-item__img {
      padding: 0.8rem 0 1rem;
      height: 16rem;
      cursor: pointer; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__project {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: .5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-height: 1rem;
      height: 1rem; }
      .plans-item__project a {
        color: #000; }
        .plans-item__project a:hover {
          color: #1AC6CA; }
    .plans-item__info {
      display: flex;
      font-size: 0.7rem;
      color: #a8a8a8;
      gap: 1.25rem;
      margin-bottom: 1.5rem;
      white-space: nowrap; }
      .plans-item__info li {
        display: flex;
        align-items: center;
        position: relative; }
        .plans-item__info li::after {
          background: #D9D9D9;
          width: 0.25rem;
          height: 0.25rem;
          border-radius: 50%;
          content: '';
          position: absolute;
          right: -.75rem; }
        .plans-item__info li:last-child::after {
          content: none; }
    .plans-item__btn.btn {
      width: 100%;
      height: 3.25rem;
      border: 1px solid #1AC6CA;
      color: #000;
      background: #fff; }
      .plans-item__btn.btn:hover {
        color: #fff;
        background: #1AC6CA; }
  .plans-more {
    text-align: center; }
    .plans-more .btn {
      width: 17rem;
      height: 3.25rem; }
  .plans-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    display: none; }
    .plans-zoom__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 3rem;
      width: 70vw;
      height: 90vh;
      cursor: default; }
      .plans-zoom__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
  .plans-project {
    padding-bottom: 9rem; }
  .plans-load {
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem; }
    .plans-load__loading {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      z-index: 2; }
      .plans-load__loading div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: 0.4rem solid #1AC6CA;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #1AC6CA transparent transparent transparent; }
        .plans-load__loading div:nth-child(1) {
          animation-delay: -0.45s; }
        .plans-load__loading div:nth-child(1) {
          animation-delay: -0.3s; }
        .plans-load__loading div:nth-child(1) {
          animation-delay: -0.15s; }
  .plans-word {
    display: none; }
  .plans-no {
    display: none; }
    .plans-no__wrap {
      height: 20rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase; }

.projects {
  background: #f1f3f6;
  padding: 5rem 0; }
  .projects .section-title {
    margin-bottom: 1.7rem; }
  .projects-main {
    height: 43.5rem;
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 2rem;
    padding: 2.75rem;
    display: flex;
    align-items: flex-end;
    color: #fff; }
    .projects-main::after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 13rem;
      height: 13rem;
      content: '';
      background: url(../img/icons/pattern-projects.png) bottom right no-repeat;
      background-size: contain; }
    .projects-main .projects-item__tags {
      top: 2rem;
      left: 2.75rem; }
      .projects-main .projects-item__tags li {
        height: 1.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 6.7rem;
        font-size: 0.75rem; }
    .projects-main .projects-item__btn {
      opacity: 1;
      bottom: 2.75rem; }
    .projects-main__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .projects-main__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 62.87%, rgba(0, 0, 0, 0.35) 100%); }
      .projects-main__img img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        object-fit: cover;
        transition: .8s opacity;
        opacity: 0; }
        .projects-main__img img.active {
          opacity: 1; }
    .projects-main__title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    .projects-main__info {
      font-size: 1.1rem; }
      .projects-main__info li {
        margin-bottom: .7rem; }
        .projects-main__info li span {
          font-weight: 700; }
        .projects-main__info li:last-child {
          margin-bottom: 0; }
  .projects-switch {
    right: 2.75rem;
    top: 2.75rem;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .55rem; }
    .projects-switch__time {
      opacity: .8;
      color: #fff;
      font-weight: 0.7rem;
      display: flex;
      align-items: center;
      font-weight: 700;
      gap: .6rem;
      transition: .6s all; }
      .projects-switch__time img {
        width: 1.25rem; }
      .projects-switch__time.active {
        opacity: 1; }
    .projects-switch label {
      display: flex;
      cursor: pointer;
      user-select: none;
      width: 2.3rem;
      background: #F4F1EC;
      border-radius: 1rem;
      padding: 0.2rem; }
      .projects-switch label span {
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 50%;
        background: #E59C24;
        transition: .6s all; }
      .projects-switch label input {
        display: none; }
        .projects-switch label input:checked + span {
          margin-left: 1.2rem; }
  .projects-banks {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.5rem; }
    .projects-banks li {
      width: 6.2rem;
      height: 2rem;
      border-radius: 2rem;
      background: #303438;
      padding: 0.4rem; }
      .projects-banks li img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
  .projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .projects-item {
    width: calc(33.3333% - 1.3333rem);
    background: #fff;
    border-radius: 1rem;
    padding: 0.3rem;
    font-weight: 500;
    font-size: 0.8rem;
    position: relative; }
    .projects-item:hover .projects-item__btn {
      opacity: 1; }
    .projects-item__main {
      position: relative;
      border-radius: .75rem;
      overflow: hidden;
      width: 100%; }
    .projects-item__tags {
      display: flex;
      gap: .25rem;
      font-weight: 700;
      font-size: 0.65rem;
      position: absolute;
      left: 0.7rem;
      top: 0.7rem;
      z-index: 2; }
      .projects-item__tags li {
        height: 1.25rem;
        min-width: 4.6rem;
        border-radius: 1rem;
        background: rgba(17, 29, 59, 0.6);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.6rem .2rem; }
        .projects-item__tags li:first-child {
          background: #fff;
          color: #282D3C; }
    .projects-item__gallery {
      height: 20.5rem; }
      .projects-item__gallery img {
        height: 20.5rem;
        object-fit: cover; }
      .projects-item__gallery .owl-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 1rem;
        z-index: 2;
        bottom: 1rem; }
        .projects-item__gallery .owl-dots .owl-dot {
          height: 2px;
          width: 3rem;
          border-radius: 1px;
          overflow: hidden;
          background: rgba(255, 255, 255, 0.6);
          display: inline-flex;
          backdrop-filter: blur(0.5px);
          -webkit-backdrop-filter: blur(0.5px); }
          .projects-item__gallery .owl-dots .owl-dot span {
            height: 2px;
            background: #fff;
            width: 0; }
          .projects-item__gallery .owl-dots .owl-dot.active span {
            animation: projectsTimeline 4s linear infinite; }
    .projects-item__btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 2.5rem;
      z-index: 2;
      height: 2.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding-bottom: .1rem;
      opacity: 0;
      width: 12rem;
      color: #fff;
      border-radius: 2rem;
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      font-size: 0.9rem;
      background: rgba(255, 255, 255, 0.33); }
    .projects-item__wrap {
      padding: 1.5rem 1.2rem 1.2rem; }
    .projects-item__name {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
    .projects-item__info {
      height: 1.5rem;
      position: relative;
      overflow: hidden;
      margin-bottom: 1.5rem; }
      .projects-item__info li {
        display: flex;
        align-items: center;
        gap: .25rem;
        height: 1.5rem;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        animation: projectsTiming 12s infinite;
        width: 100%;
        opacity: 0;
        color: #808080; }
        .projects-item__info li:nth-child(1) {
          animation-delay: 0s; }
        .projects-item__info li:nth-child(2) {
          animation-delay: 3s; }
        .projects-item__info li:nth-child(3) {
          animation-delay: 6s; }
        .projects-item__info li:nth-child(4) {
          animation-delay: 9s; }
        .projects-item__info li:nth-child(5) {
          animation-delay: 12s; }
        .projects-item__info li:nth-child(6) {
          animation-delay: 15s; }
        .projects-item__info li:nth-child(7) {
          animation-delay: 18s; }
        .projects-item__info li:nth-child(8) {
          animation-delay: 21s; }
        .projects-item__info li:nth-child(9) {
          animation-delay: 24s; }
        .projects-item__info li:nth-child(10) {
          animation-delay: 27s; }
        .projects-item__info li div {
          display: flex;
          align-items: center;
          gap: .25rem;
          color: #8694B1; }
        .projects-item__info li img {
          width: 0.95rem; }
        .projects-item__info li::before {
          width: .35rem;
          height: 0.35rem;
          border-radius: 50%;
          background: #35C75F;
          content: '';
          margin: 0 .3rem; }
    .projects-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .projects-item__price {
      font-size: 1.3rem; }

.consult {
  padding: 1rem 0;
  background: #1AC6CA;
  position: relative;
  z-index: 1;
  color: #fff; }
  .consult::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../img/icons/pattern-consult.png) 40vw top no-repeat;
    background-size: 38rem;
    content: '';
    z-index: -1; }
  .consult .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; }
  .consult__title {
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 0.25rem; }
  .consult__text {
    font-size: 0.8rem;
    margin-bottom: 2rem; }
  .consult__aggree {
    font-size: 0.8rem; }
  .consult-form {
    max-width: 53rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem; }
    .consult-form__item {
      width: calc(33.3333% - .6666rem); }
  .consult__img {
    width: 22.2rem; }
    .consult__img img {
      width: 100%;
      display: block;
      border-radius: .75rem; }
  .consult-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    display: none;
    cursor: pointer; }
    .consult-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2.1rem 2.5rem;
      background: #fff;
      width: 33rem;
      border-radius: 1rem;
      cursor: default;
      color: #000; }
    .consult-popup__title {
      font-size: 1.1rem;
      text-align: center;
      font-weight: 700;
      margin-bottom: 1.6rem; }
    .consult-popup__form {
      display: flex;
      gap: .5rem;
      font-size: 0.8rem;
      margin-bottom: 1.5rem; }
      .consult-popup__form input {
        width: 33.33%;
        border-radius: .25rem;
        height: 2.1rem;
        border: 1px solid #000;
        text-align: center; }
      .consult-popup__form .btn {
        width: 33.333%;
        height: 2.1rem;
        border-radius: .25rem; }
    .consult-popup__text {
      text-align: center;
      font-weight: 500; }
  .consult-project {
    margin-bottom: 7.5rem; }
    .consult-project::after {
      content: none; }
  .consult.consult-white {
    background: #fff;
    margin-bottom: 4rem; }
    .consult.consult-white .form .customSelect__dropdown {
      border: 1px solid; }
    .consult.consult-white .customSelect__option--value::after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: .3rem .3rem 0 .3rem;
      border-color: #FF4532 transparent transparent transparent;
      transform: rotate(0deg);
      right: 1rem;
      margin-top: -0.1rem; }
  .consult.consult-gray {
    background: #f1f3f6;
    padding-bottom: 6rem;
    margin-bottom: 0; }

.news {
  padding: 5.5rem 0; }
  .news-arrows {
    margin-top: -1rem;
    justify-content: flex-end;
    margin-bottom: 1rem; }
    .news-arrows span {
      background: #E59C24; }
      .news-arrows span:hover {
        background: #1AC6CA; }
  .news-item {
    padding: 0.5rem;
    border-radius: 1rem;
    background: #f1f3f6;
    font-weight: 500;
    position: relative; }
    .news-item:hover .news-item__title {
      color: #1AC6CA; }
    .news-item__img {
      border-radius: .75rem;
      overflow: hidden;
      height: 26rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__wrap {
      padding: 1rem 0.5rem 1.5rem; }
    .news-item__date {
      color: #808080;
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }
    .news-item__title {
      font-size: 1.25rem;
      line-height: 1.7rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3.4rem;
      transition: .6s all; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-single {
    padding-top: 7rem; }
    .news-single__wrap {
      display: flex;
      gap: 2rem;
      margin-bottom: 4rem; }
    .news-single__img {
      width: 40%; }
      .news-single__img img {
        width: 100%;
        display: block;
        border-radius: 1rem; }
    .news-single__main {
      width: 60%; }
    .news-single__date {
      color: #808080;
      font-weight: 500;
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    .news-single__title {
      color: #000;
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .news-single__content {
      line-height: 1.83; }
      .news-single__content ul {
        padding-left: 1rem; }
        .news-single__content ul li {
          display: list-item; }
    .news-single__iframe {
      width: 62rem;
      height: 36rem;
      border-radius: 1rem;
      overflow: hidden; }
      .news-single__iframe iframe {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

.project {
  height: 100svh;
  z-index: 1;
  padding: 6rem 0 3rem;
  position: relative; }
  .project-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .project-slider__item {
      height: 100svh;
      position: relative; }
      .project-slider__item::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.84%, rgba(0, 0, 0, 0.8) 98.84%), linear-gradient(0deg, rgba(0, 0, 0, 0) 69.47%, rgba(0, 0, 0, 0.3) 100%);
        content: ''; }
      .project-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .project .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .project-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .project-breadcrumbs {
    margin-bottom: 1.4rem;
    font-size: 0.8rem; }
    .project-breadcrumbs a {
      position: relative;
      color: #fff;
      margin-right: 1.2rem; }
      .project-breadcrumbs a:hover {
        color: #1AC6CA; }
      .project-breadcrumbs a::after {
        background: #fff;
        width: 0.25rem;
        height: 0.25rem;
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 0.5rem;
        right: -.75rem;
        pointer-events: none; }
      .project-breadcrumbs a:last-child {
        pointer-events: none;
        margin-right: 0; }
        .project-breadcrumbs a:last-child::after {
          content: none; }
    .project-breadcrumbs-page {
      margin-bottom: 2.8rem; }
      .project-breadcrumbs-page a {
        color: #000; }
        .project-breadcrumbs-page a::after {
          background: #000; }
  .project-news {
    color: #fff;
    display: block;
    width: 16rem;
    border-radius: .5rem;
    border-bottom: .2rem solid;
    padding: .75rem 0.5rem 0.5rem 1rem; }
    .project-news__title {
      font-size: 1.05rem;
      margin-bottom: 1.3rem; }
    .project-news__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: .5rem;
      font-size: 0.75rem; }
      .project-news__wrap span {
        flex-shrink: 0;
        width: 1.4rem;
        height: 1.4rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        .project-news__wrap span img {
          width: 100%; }
  .project-queue__item {
    margin-bottom: 0.4rem;
    width: 9.5rem;
    height: 4.1rem;
    font-size: 0.7rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 0.75rem;
    font-weight: 700;
    color: #fff; }
  .project-queue__info {
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: .1rem solid #F5F5F5;
    border-radius: 50%; }
    .project-queue__info svg {
      position: absolute;
      left: -0.1rem;
      top: -0.1rem;
      width: calc(100% + .2rem);
      height: calc(100% + .2rem);
      transform: rotate(-90deg); }
      .project-queue__info svg circle {
        stroke-dasharray: 157;
        stroke-dashoffset: 157; }
  .project__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    height: 20rem;
    margin-top: 1.5rem; }
    .project__logo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .project-bot {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .project__download {
    gap: 1rem;
    height: 2.3rem;
    padding: 0 1rem;
    font-size: 0.75rem; }
  .project .arrows span:hover {
    background: #E59C24; }
  .project-title {
    font-size: 1.3rem;
    font-weight: 700; }
    .project-title span {
      border-bottom: .1rem solid; }

.about {
  color: #fff; }
  .about .project-title {
    margin-bottom: 2.5rem; }
  .about-video {
    padding: 6rem 0 7rem;
    position: relative;
    z-index: 1; }
    .about-video__pattern {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%;
      z-index: -1; }
      .about-video__pattern img {
        height: 100%;
        display: block; }
    .about-video__wrap {
      display: flex;
      gap: 2rem; }
    .about-video__video {
      width: calc(100% - 14.5rem);
      height: 40rem;
      border-radius: 1rem;
      overflow: hidden; }
      .about-video__video video, .about-video__video img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-video__info {
      width: 12.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 11.5rem; }
      .about-video__info img {
        width: 100%;
        display: block; }
      .about-video__info span {
        font-size: 1.25rem;
        font-style: italic;
        font-weight: 300;
        padding-top: 1rem;
        align-self: flex-start;
        border-top: 1px solid; }
  .about-main {
    padding-top: 5rem;
    position: relative;
    z-index: 1; }
    .about-main__pattern {
      z-index: -1;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 43rem; }
      .about-main__pattern img {
        width: 100%;
        display: block; }
  .about-head {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center; }
  .about__title {
    font-size: 4.7rem;
    margin-bottom: 1.5rem; }
  .about__subtitle {
    font-weight: 300;
    font-size: 3.1rem; }
  .about-wrap {
    gap: 3rem;
    display: flex;
    margin-top: -2rem; }
  .about-left {
    width: 16rem; }
  .about-center {
    width: calc(100% - 35rem);
    padding-top: 5rem; }
  .about-right {
    width: 16rem;
    padding-top: 5rem; }
  .about-inter__btn {
    cursor: pointer;
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    gap: .5rem; }
  .about-inter__text {
    margin-top: 2rem;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    font-size: 1.25rem;
    margin-left: -2rem;
    width: calc(100% + 4rem); }
  .about__img {
    border-radius: 10rem;
    height: 26rem;
    overflow: hidden; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: top; }
  .about__text {
    margin: 0 auto 4.5rem;
    text-align: center;
    max-width: 28rem;
    font-size: 1.25rem;
    padding-top: 3rem;
    position: relative; }
    .about__text::before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 10rem;
      height: 0.1rem;
      content: ''; }
  .about-info {
    display: flex;
    justify-content: space-between; }
    .about-info li {
      border-left: 1px solid;
      padding-top: 2rem;
      padding-left: 2rem;
      font-weight: 500; }
      .about-info li div {
        font-size: 2.35rem;
        margin-bottom: 2.5rem; }
      .about-info li p {
        max-width: 6rem; }
      .about-info li:nth-child(3) {
        width: 26%; }
  .about-ceo__name {
    margin-top: 1rem;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    font-size: 1.25rem; }
  .about-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    display: none; }
    .about-popup__video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70vw;
      height: 90vh;
      cursor: default; }
      .about-popup__video video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.invest-main {
  padding: 2.8rem 0 4rem; }
.invest__title {
  max-width: 43rem;
  margin: 0 auto 5rem;
  font-size: 4rem;
  line-height: 0.9;
  text-align: center; }
.invest-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap; }
.invest-item {
  width: calc(25% - 1.5rem);
  border-radius: 1.5rem;
  cursor: pointer;
  height: 30rem;
  position: relative;
  z-index: 1;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem; }
  .invest-item__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .invest-item__img::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.21%, rgba(0, 0, 0, 0.9) 100%);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: ''; }
    .invest-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .invest-item__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: .5rem; }
  .invest-item__name {
    padding-left: 0.7rem; }
  .invest-item__btn {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0; }
    .invest-item__btn::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      z-index: -1;
      opacity: .2; }
    .invest-item__btn img {
      width: 100%; }
.invest-wave {
  margin-top: -0.1rem; }
  .invest-wave svg {
    width: 100%;
    height: auto;
    display: block; }
.invest-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  display: none; }
  .invest-popup__card {
    border-radius: 1.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: calc(100% - 10rem);
    height: calc(100% - 5rem);
    padding: 1.75rem; }
  .invest-popup__head {
    gap: 1rem;
    margin-bottom: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .invest-popup__choose {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    font-size: 0.8rem; }
    .invest-popup__choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #fff;
      height: 2.2rem;
      padding: 0 1.2rem;
      border-radius: 2.5rem; }
      .invest-popup__choose li.active {
        pointer-events: none; }
  .invest-popup__close {
    height: 2.7rem;
    width: 2.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    flex-shrink: 0; }
    .invest-popup__close img {
      width: 20%; }
  .invest-popup__tab {
    display: none; }
  .invest-popup__wrap {
    display: flex;
    gap: 2.5rem; }
  .invest-popup__left {
    width: calc(55% - 1.25rem);
    position: relative; }
  .invest-popup__arrows {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    gap: .5rem; }
  .invest-popup__item {
    height: calc(100svh - 15rem); }
    .invest-popup__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1rem; }
  .invest-popup__right {
    width: calc(45% - 1.25rem);
    padding-right: 2rem;
    max-height: calc(100vh - 15rem);
    overflow: auto; }
  .invest-popup__text {
    line-height: 1.33;
    font-size: 1rem; }
    .invest-popup__text strong, .invest-popup__text h4, .invest-popup__text h3 {
      font-weight: 600; }
    .invest-popup__text h2, .invest-popup__text h3, .invest-popup__text h4 {
      font-size: 1.2em; }
  .invest-popup__btn {
    margin-top: 2rem; }

.infra {
  padding-bottom: 8rem; }
  .infra .project-title {
    margin-bottom: 2.5rem; }
  .infra-main {
    position: relative;
    height: 32.5rem; }
  .infra__map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    height: 100%;
    border-radius: 1.75rem;
    overflow: hidden; }
    .infra__map #infraMap {
      width: 100%;
      height: 100%; }
  .infra-list {
    display: flex;
    gap: .5rem;
    font-weight: 400;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 2;
    width: 100%;
    justify-content: center; }
    .infra-list li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      box-shadow: 0px 4px 20.2px 0px rgba(0, 0, 0, 0.25);
      padding: 0 1.75rem;
      gap: .55rem;
      height: 2.7rem;
      border-radius: 2rem;
      min-width: 4.5rem;
      color: #fff; }
  .infra-markers {
    display: none; }
    .infra-markers__item {
      font-family: 'Atyp Display', sans-serif;
      max-width: 10rem;
      font-weight: 500; }
      .infra-markers__item p {
        display: flex;
        align-items: center;
        color: #999;
        gap: .2rem;
        margin-bottom: 0.2rem;
        font-size: 0.7rem; }
        .infra-markers__item p img {
          width: .8rem;
          flex-shrink: 0; }
      .infra-markers__item div {
        font-weight: 500;
        font-size: 0.8rem; }
  .infra .ymaps-2-1-79-image {
    transition: .6s all; }
  .infra .ymaps-2-1-79-placemark-overlay:not(:first-child) .ymaps-2-1-79-image {
    border-radius: 1.5rem; }
  .infra__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 1.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.55rem;
    height: 6.5rem;
    width: 4rem;
    border-radius: 2rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .8rem;
    text-transform: uppercase; }
    .infra__link img {
      width: 1.45rem; }
  .infra-zoom {
    height: 6.5rem;
    width: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    right: 1.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2rem;
    gap: 1rem; }
    .infra-zoom span {
      cursor: pointer;
      width: 1.3rem;
      display: flex; }
      .infra-zoom span img {
        width: 100%; }

.panorama {
  height: 32rem; }
  .panorama__iframe {
    height: 100%; }
    .panorama__iframe iframe {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .panorama-page {
    padding: 7rem 0; }
    .panorama-page .section-title {
      margin: -0.5rem 0 3rem; }
  .panorama-item {
    margin-bottom: 5rem;
    position: relative; }
    .panorama-item__title {
      font-size: 1.6rem;
      margin-bottom: 1rem;
      font-weight: 500; }
    .panorama-item__img {
      height: 32rem; }
    .panorama-item .panorama__iframe {
      height: 32rem; }

.area {
  height: 100svh;
  position: relative;
  z-index: 1;
  padding: 3.2rem 0 1.6rem; }
  .area-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .area-slider__item {
      height: 100svh;
      position: relative; }
      .area-slider__item::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
        content: ''; }
      .area-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .area .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .area-choose {
    display: flex;
    flex-wrap: wrap;
    max-width: 65rem;
    gap: .75rem;
    font-size: 0.8rem; }
    .area-choose li {
      padding: 0.4rem 1.5rem .4rem .4rem;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: 5rem;
      display: flex;
      gap: .8rem; }
      .area-choose li img {
        flex-shrink: 0;
        width: 2.35rem; }
      .area-choose li.active {
        color: #fff; }
  .area-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff; }

.arc {
  padding-top: 10rem;
  color: #fff; }
  .arc__title {
    font-size: 6rem;
    line-height: 1;
    max-width: 55rem; }
    .arc__title span {
      display: block; }
  .arc-wrap {
    display: flex;
    margin-top: -8rem;
    gap: 2.5rem; }
  .arc-left {
    width: 34%;
    padding-top: 15rem; }
  .arc__img {
    width: 35%; }
    .arc__img img {
      width: 100%;
      display: block; }
  .arc-right {
    width: 31%;
    padding-top: 15rem; }
  .arc__text {
    font-size: 1.2rem;
    line-height: 1.33; }
  .arc-name {
    margin-top: 6rem; }
    .arc-name__pos {
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }
    .arc-name__name {
      font-size: 1.6rem; }
    .arc-name__sign {
      height: 3.7rem;
      margin-left: 7rem;
      margin-top: -.5rem; }
      .arc-name__sign img {
        height: 100%;
        display: block; }

.security {
  padding: 7rem 0 3rem;
  color: #fff;
  position: relative;
  z-index: 1; }
  .security__pattern {
    z-index: -1;
    top: 0;
    width: 43rem;
    left: 1.75rem;
    top: 11rem;
    position: absolute; }
    .security__pattern img {
      width: 100%;
      display: block; }
  .security .container {
    padding-right: 0;
    display: flex;
    gap: 6rem; }
  .security-wrap {
    width: 50%;
    padding-bottom: 2rem; }
  .security .project-title {
    margin-bottom: 2rem; }
  .security__logo {
    width: 8.2rem;
    margin-bottom: 1.2rem; }
    .security__logo img {
      width: 100%;
      display: block; }
  .security__text {
    line-height: 1.33;
    font-size: 1.2rem;
    margin-bottom: 2rem; }
  .security__img {
    width: 50%;
    height: 40rem; }
    .security__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1.25rem; }
  .security .business-list {
    gap: 2rem; }
  .security .business-item {
    width: calc(25% - 1.5rem); }

.hall {
  color: #fff; }
  .hall-main {
    padding: 8.5rem 0 11rem; }
  .hall__wave {
    margin-top: -0.1rem; }
    .hall__wave svg {
      width: 100%;
      height: auto;
      display: block; }
  .hall-wrap {
    position: relative;
    margin-bottom: 3.5rem; }
  .hall-slider__item {
    display: flex;
    gap: 2.2rem; }
  .hall-slider__img {
    width: 31%;
    height: 39.5vw; }
    .hall-slider__img:nth-child(1) {
      margin-top: 10rem; }
    .hall-slider__img:nth-child(2) {
      width: 38%;
      margin-top: 5rem; }
    .hall-slider__img img {
      border-radius: .75rem;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .hall__title {
    position: absolute;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    font-size: 6rem;
    top: 23.5vw;
    z-index: 2; }
  .hall-arrows span {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 4.5rem;
    background: rgba(179, 179, 179, 0.44);
    border: 1px solid #fff;
    backdrop-filter: blur(6.8000001907px);
    -webkit-backdrop-filter: blur(6.8000001907px);
    position: absolute;
    z-index: 3; }
    .hall-arrows span img {
      width: 1.25rem; }
  .hall-arrows .arrow-left {
    left: 1.75rem;
    top: 28vw; }
  .hall-arrows .arrow-right {
    right: 1.75rem;
    top: 17.5vw; }
  .hall__cube {
    position: absolute;
    top: 5rem;
    left: 13rem;
    width: 26vw;
    z-index: 3;
    pointer-events: none;
    transition: .1s transform; }
    .hall__cube img {
      width: 100%;
      display: block; }
  .hall__text {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.2rem;
    line-height: 1.33; }
    .hall__text p {
      max-width: 38rem; }
  .hall__btn {
    margin-top: 2rem; }

.timeline {
  padding-top: 4.5rem;
  color: #fff; }
  .timeline .project-title {
    margin-bottom: 2.8rem; }
  .timeline-wrap {
    display: flex;
    gap: 1.5rem; }
  .timeline-item {
    width: calc(33.3333% - 1rem);
    position: relative; }
  .timeline__title {
    padding: 0 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 10rem;
    height: 3rem;
    border-radius: 3rem; }
    .timeline__title-live {
      position: relative; }
      .timeline__title-live::after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: red;
        animation: pulse-red 1s infinite;
        left: 1.3rem;
        content: ''; }
  .timeline__live {
    height: 15.5rem;
    margin-top: 1.5rem;
    background: url(../img/live.jpg) center center no-repeat;
    background-size: cover;
    border-radius: .5rem;
    overflow: hidden; }
    .timeline__live iframe, .timeline__live video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .timeline__text {
    position: absolute;
    right: 0;
    top: 3.2rem;
    font-size: 0.8rem;
    font-weight: 400; }
  .timeline-gallery__item {
    position: relative;
    padding-top: 1.5rem; }
  .timeline-gallery__name {
    position: absolute;
    right: 0;
    top: 0.2rem;
    font-size: 0.8rem;
    font-weight: 400; }
  .timeline-gallery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  .timeline-gallery__img {
    width: calc(50% - .5rem);
    height: 7.25rem;
    cursor: pointer;
    position: relative;
    border-radius: .5rem;
    overflow: hidden; }
    .timeline-gallery__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .timeline-gallery__img span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-weight: 500;
      font-size: 1.2rem;
      z-index: 2; }
    .timeline-gallery__img.more::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.45); }
  .timeline__video {
    height: 15.5rem;
    margin-top: 1.5rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-top: 0; }
    .timeline__video img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .timeline__video svg {
      width: 2.4rem;
      height: 2.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .timeline-arrows {
    margin-top: 0.6rem;
    justify-content: flex-end;
    gap: .5rem; }
  .timeline-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .timeline-popup__close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2.5rem;
      border-radius: 50%;
      height: 2.5rem;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      z-index: 3; }
      .timeline-popup__close:hover {
        color: #fff; }
      .timeline-popup__close svg {
        width: .5rem;
        height: .5rem; }
    .timeline-popup__item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      height: 100vh;
      width: 100%;
      position: relative;
      z-index: 1; }
      .timeline-popup__item::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); }
      .timeline-popup__item img {
        display: block;
        width: 90% !important;
        height: 100%;
        object-fit: contain; }
    .timeline-popup__arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0.8rem;
      z-index: 2; }
  .timeline-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: #fff;
    padding-top: 4.5rem;
    display: none; }
    .timeline-video__close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2.5rem;
      border-radius: 50%;
      height: 2.5rem;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      z-index: 3; }
      .timeline-video__close:hover {
        color: #fff; }
      .timeline-video__close svg {
        width: .5rem;
        height: .5rem; }
    .timeline-video__arrows {
      justify-content: flex-end; }
    .timeline-video__item video {
      max-width: 100%;
      display: block;
      height: calc(100vh - 12rem);
      object-fit: contain;
      margin: 0 auto; }
    .timeline-video__item p {
      display: none; }
    .timeline-video__bot {
      position: relative;
      margin-top: 2rem; }
    .timeline-video__info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 500;
      font-size: 1.5rem; }

.business {
  padding-top: 4.5rem;
  color: #fff;
  position: relative;
  z-index: 1; }
  .business__patterns img {
    position: absolute;
    width: 43rem;
    display: block;
    z-index: -1; }
    .business__patterns img:nth-child(1) {
      top: 16rem;
      right: 6rem; }
  .business .project-title {
    margin-bottom: 2.5rem; }
  .business-main {
    display: flex;
    gap: 2.3rem; }
  .business-slider {
    width: calc(100% - 36.3rem); }
    .business-slider__img {
      height: 39.5rem;
      border-radius: 1.5rem;
      overflow: hidden; }
      .business-slider__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .business-wrap {
    width: 34rem; }
  .business__text {
    font-size: 1rem;
    line-height: 1.33;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px; }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem 4rem; }
  .business-item {
    width: calc(50% - 2rem);
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.33;
    letter-spacing: 0.5px; }
    .business-item img {
      display: inline-block;
      width: 3.4rem;
      margin-bottom: .8rem; }
  .business__img {
    width: 45%;
    border-radius: 1.5rem;
    overflow: hidden;
    height: 21rem; }
    .business__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .business__img p {
      padding: 2rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 1rem;
      line-height: 1.33;
      z-index: 2; }
  .business-info {
    display: flex;
    font-size: 1.2rem;
    font-weight: 500; }
    .business-info__wrap {
      width: 55%;
      padding: 1.5rem 0 2rem; }
      .business-info__wrap:nth-child(2) {
        width: 45%;
        padding-left: 5.5rem;
        border-left: 1px solid; }
    .business-info__title {
      font-size: 1.7rem;
      font-weight: 500; }
    .business-info__list {
      margin-top: 3rem;
      display: flex;
      gap: 1.8rem;
      padding-right: 3rem; }
      .business-info__list li {
        display: flex;
        gap: 1.6rem;
        max-width: 28rem; }
        .business-info__list li svg {
          width: 3.9rem;
          height: 3.9rem;
          display: block;
          flex-shrink: 0; }
    .business-info__banks {
      display: flex;
      margin-top: 1.4rem;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1rem 0; }
      .business-info__banks li {
        width: 40%;
        display: flex;
        align-items: center; }
        .business-info__banks li img {
          width: 100%;
          display: block; }
  .business-btn {
    margin-top: 2rem;
    margin-left: calc(55% - 6rem); }

.buy {
  padding: 7rem 0;
  color: #fff; }

.also {
  background: #f1f3f6;
  padding: 5rem 0 2.5rem; }
  .also .project-title {
    margin-bottom: 2.5rem; }

.live {
  padding: 7rem 0; }
  .live .section-title {
    margin: -0.5rem 0 3rem; }
  .live-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .live-item {
    width: calc(50% - 1rem);
    border-radius: 1rem;
    overflow: hidden;
    height: 30vw; }
    .live-item iframe, .live-item video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.favourite {
  padding: 7rem 0;
  background: #f1f3f6; }

.footer {
  display: flex;
  color: #fff; }
  .footer-main {
    width: 50%;
    background: #303438 url(../img/icons/pattern-footer.png) right center no-repeat;
    background-size: 15rem;
    padding: 2.2rem 0 1.5rem; }
  .footer .container {
    padding-right: 3.5rem; }
  .footer-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem; }
  .footer__logo {
    width: 9.25rem;
    display: block; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-choose {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 2rem; }
    .footer-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 2.75rem;
      width: 10.2rem;
      border: 1px solid #1AC6CA;
      border-radius: .5rem;
      color: #fff; }
      .footer-choose li:hover, .footer-choose li.active {
        background: #1AC6CA; }
      .footer-choose li.active {
        pointer-events: none; }
  .footer-tabs {
    border-bottom: 1px solid #fff;
    max-width: 26rem;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem; }
  .footer-tab {
    display: none; }
    .footer-tab:first-child {
      display: block; }
  .footer__address {
    font-size: 1rem;
    margin-bottom: .9rem;
    font-weight: 500; }
  .footer__link {
    color: #E59C24;
    display: flex;
    gap: 0.7rem;
    font-weight: 300;
    align-items: center;
    color: #E59C24;
    font-size: 0.95rem; }
    .footer__link img {
      width: 1.45rem; }
    .footer__link span {
      border-bottom: 1px solid transparent;
      transition: .6s all; }
    .footer__link:hover span {
      border-color: #E59C24; }
  .footer-wrap {
    max-width: 26rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem; }
  .footer-item {
    font-size: 1rem; }
    .footer-item__title {
      font-weight: 300;
      margin-bottom: 0.7rem; }
    .footer-item__text {
      font-weight: 500; }
      .footer-item__text a {
        color: #fff; }
        .footer-item__text a:hover {
          color: #1AC6CA; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #97999B;
    font-size: 0.7rem;
    font-weight: 300; }
    .footer-copy a {
      color: #97999B; }
      .footer-copy a:hover {
        color: #1AC6CA; }
  .footer__map {
    width: 50%;
    overflow: hidden; }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }

@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 5rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .manage-wrap {
    gap: 2rem; }

  .manage__slogan {
    font-size: 2.8rem; }
    .manage__slogan span:nth-child(2) {
      margin-left: 4rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .plans-select .customSelect__option--value::after {
    right: 5px;
    width: 28px;
    height: 24px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .header-menu {
    gap: 3rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 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; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .header-menu, .header-lang {
    display: none; }
  .header-mobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #1AC6CA;
    border-radius: .5rem;
    color: #1AC6CA; }
    .header-mobile svg {
      width: 1.2rem; }
  .header-wrap {
    gap: 1rem; }

  .main .container {
    flex-direction: column; }
  .main__title {
    font-size: 10vw; }
  .main__img {
    width: 100%; }
    .main__img img {
      object-position: left; }
  .main-pattern {
    width: 13rem; }

  .company-info {
    flex-wrap: wrap; }
    .company-info__item {
      padding-bottom: 2rem; }
      .company-info__item:nth-child(3), .company-info__item:nth-child(4) {
        padding-bottom: 0; }

  .manage-wrap {
    flex-direction: column; }
  .manage__img {
    width: 70%; }
  .manage__slogan {
    width: 100%; }
  .manage-list {
    gap: 1.5rem;
    padding-right: 0;
    flex-direction: column; }
  .manage-item {
    width: 100%;
    max-width: 30rem; }
    .manage-item:nth-child(2) {
      width: 100%;
      max-width: 30rem;
      padding: 1.5rem 0;
      border: none;
      border-top: 1px solid #E3E3E3;
      border-bottom: 1px solid #E3E3E3; }

  .plans-filter {
    gap: 1rem; }
    .plans-filter__item {
      width: calc(50% - .5rem); }
  .plans-item {
    width: calc(50% - 1rem); }
    .plans-item__class {
      padding-bottom: 0; }
  .plans-zoom__img {
    width: calc(100% - 6rem);
    height: 70svh; }

  .projects-main {
    padding: 2rem; }
    .projects-main .projects-item__btn {
      transform: none;
      left: auto;
      right: 2rem;
      bottom: 2rem; }
    .projects-main .projects-item__tags {
      left: 2rem; }
  .projects-switch {
    top: 2rem;
    right: 2rem; }
  .projects-item {
    width: calc(50% - 1rem); }
    .projects-item__tags {
      flex-wrap: wrap;
      padding-right: 0.7rem; }
      .projects-item__tags li {
        padding-bottom: 0; }

  .consult {
    padding: 2rem 0; }
    .consult__title {
      font-size: 2rem; }
    .consult .container {
      flex-direction: column;
      gap: 2rem; }
    .consult__img {
      width: 100%; }

  .news-item__img {
    height: calc(50vw - 6rem); }
  .news-single__wrap {
    flex-wrap: wrap; }
  .news-single__img, .news-single__main {
    width: 100%; }
  .news-single__iframe {
    width: 100%;
    height: 55vw; }

  .project__logo {
    width: calc(100% - 6rem); }

  .about__title {
    font-size: 3.5rem; }
  .about__subtitle {
    font-size: 2rem; }
  .about-wrap {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center; }
  .about-center {
    order: -99;
    width: 100%; }

  .invest-main {
    padding-top: 5rem; }
  .invest__title {
    font-size: 3rem;
    margin-bottom: 3rem; }
  .invest-item {
    width: calc(50% - 1rem); }
  .invest-popup__card {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    overflow: auto; }
    .invest-popup__card::-webkit-scrollbar {
      display: none; }
  .invest-popup__wrap {
    flex-direction: column; }
  .invest-popup__item {
    height: 70vw; }
  .invest-popup__left, .invest-popup__right {
    width: 100%;
    max-height: none; }
  .invest-popup__text {
    font-size: 1rem; }

  .infra {
    padding-bottom: 4rem; }
    .infra-list {
      position: static;
      transform: none;
      margin-top: 2rem; }
    .infra-main {
      height: auto; }
    .infra__map {
      height: 30rem;
      position: relative; }
    .infra__link, .infra-zoom {
      transform: none;
      top: 10rem; }

  .arc {
    padding-top: 7rem; }
    .arc__title {
      font-size: 4rem; }
    .arc-wrap {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: -2rem; }
    .arc__img {
      width: 60%;
      order: -99; }
    .arc-left, .arc-right {
      width: calc(50% - 1.25rem);
      padding-top: 0; }

  .security {
    padding-top: 7rem; }
    .security .container {
      flex-direction: column;
      align-items: flex-start;
      gap: 3.5rem; }
    .security-wrap {
      width: 100%;
      padding-right: 1rem;
      max-width: 35rem;
      padding-top: 0; }
    .security__img {
      width: 100%; }

  .area-text {
    width: 50%; }

  .hall-main {
    padding-bottom: 6rem; }
  .hall__title {
    font-size: 4rem; }
  .hall__cube, .hall-arrows {
    display: none; }

  .timeline-wrap {
    flex-wrap: wrap; }
  .timeline-item {
    width: calc(50% - .75rem); }
  .timeline-popup__item img {
    width: 100% !important;
    height: 70%;
    object-fit: cover; }
  .timeline-video__item {
    height: calc(100dvh - 12rem);
    display: flex;
    align-items: center; }
    .timeline-video__item video {
      width: 100%;
      height: auto;
      max-height: 100%; }

  .business__patterns img {
    width: calc(100% - 6rem); }
    .business__patterns img:nth-child(1) {
      bottom: 3rem;
      top: auto; }
  .business-main {
    flex-wrap: wrap; }
  .business-slider {
    width: 100%; }
  .business-list {
    width: 100%; }
  .business__img {
    width: 100%; }
  .business-info {
    flex-direction: column; }
    .business-info__list {
      padding-right: 0; }
    .business-info__wrap {
      width: 100%; }
      .business-info__wrap:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
        border-left: none;
        border-top: 1px solid; }
  .business-btn {
    margin-left: 0;
    text-align: center; }

  .footer {
    flex-direction: column; }
    .footer-main {
      width: 100%; }
    .footer__map {
      width: 100%;
      height: 25rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .fixed-btns {
    top: 5rem; }
    .fixed-btns a {
      font-size: 0.7rem;
      width: 3rem;
      height: 2rem;
      gap: .1rem; }
      .fixed-btns a img {
        width: 1rem; }
      .fixed-btns a.live-open::after {
        right: 2px;
        top: .5rem; }

  .container {
    padding: 0 1rem; }

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

  .tel-popup {
    display: inline-flex; }

  .banner-content {
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: column; }
  .banner-info {
    width: 100%;
    padding: 1.5rem 1rem; }
    .banner-info__text {
      line-height: 1.2;
      font-size: 0.9rem; }
    .banner-info__btn {
      width: 100%;
      font-size: 0.9rem; }
  .banner__img {
    width: 100%;
    height: 100vw;
    border-radius: 0; }
    .banner__img img {
      height: 100%;
      object-fit: cover;
      object-position: top; }

  .feedback-content {
    padding: 2rem 1.5rem;
    width: calc(100% - 2rem); }

  .mobile-menu .container {
    padding: 0.5rem 1rem 3rem; }
  .mobile-menu__logo {
    height: auto;
    width: 8rem; }
    .mobile-menu__logo img {
      height: auto;
      width: 100%; }
    .mobile-menu__logo-project {
      height: 3rem;
      width: 6rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem; }

  .header {
    padding: 1rem 0; }
    .header__btn {
      display: none; }
    .header__logo {
      width: 8rem; }
    .header.scrolled {
      padding: 0.5rem 0; }
    .header-mobile {
      height: 2.5rem;
      width: 2.5rem; }
    .header-project .header__logo {
      height: 4rem; }

  .main .container {
    gap: 1.5rem; }
  .main__title {
    font-size: 12vw; }
  .main__img img {
    object-position: -75vw; }
  .main-pattern {
    width: 6rem; }

  .company {
    padding-bottom: 7rem; }
    .company .container {
      padding-top: 13rem; }
    .company .section-title {
      margin-bottom: 2.5rem; }
    .company-info__item {
      width: 50%;
      padding-left: 1rem;
      padding-right: 1rem; }
    .company-info__ico {
      margin-bottom: 0; }
    .company-info__number {
      font-size: 2rem; }
      .company-info__number span {
        font-size: 1.2rem; }
    .company-info__pattern {
      width: 3.5rem;
      margin-top: -0.5rem; }

  .manage {
    padding-top: 4rem;
    background-size: 14rem; }
    .manage__img {
      width: 100%; }
    .manage__slogan {
      font-size: 2rem;
      padding-left: 2rem;
      gap: .5rem; }
      .manage__slogan::before {
        width: 2rem;
        height: 1.5rem;
        top: -1rem; }
      .manage__slogan span:nth-child(2) {
        align-self: flex-end;
        margin-left: 0;
        padding: 0.2rem 1rem 0.7rem; }
      .manage__slogan span:nth-child(3)::before {
        width: 2rem;
        height: 1.5rem;
        right: -2rem;
        bottom: -1.2rem; }

  .plans-filter__item {
    width: 100%; }
  .plans-list {
    gap: 1rem; }
  .plans-item {
    width: 100%; }
    .plans-item__project {
      font-size: 0.9rem; }
    .plans-item__info {
      font-size: 0.8rem; }
  .plans-zoom__img {
    width: calc(100% - 2rem);
    padding: 1rem;
    height: 60svh; }
  .plans-range .irs {
    margin-top: -0.8rem; }
  .plans-range .irs--flat .irs-from, .plans-range .irs--flat .irs-to {
    width: 1rem;
    height: 1rem;
    margin-top: 0.8rem; }

  .projects-main {
    padding: 1rem 1rem 5rem;
    height: 38rem;
    margin-bottom: 1rem; }
    .projects-main::after {
      width: 7rem;
      height: 7rem; }
    .projects-main .projects-item__btn {
      transform: translateX(50%);
      left: auto;
      right: 50%;
      bottom: 1.5rem; }
    .projects-main .projects-item__tags {
      left: 1rem;
      top: 1rem; }
    .projects-main__title {
      font-size: 1.6rem;
      margin-bottom: 0.5rem; }
    .projects-main__info {
      font-size: 0.9rem; }
      .projects-main__info li {
        margin-bottom: 0.2rem; }
  .projects-switch {
    top: 4rem;
    right: 50%;
    transform: translateX(50%); }
  .projects-banks {
    margin-bottom: 0.5rem; }
  .projects-list {
    gap: 1rem; }
  .projects-item {
    width: 100%; }
    .projects-item__name {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
    .projects-item__btn {
      opacity: 1; }
    .projects-item__wrap {
      padding-top: 1rem; }

  .consult__title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.5rem; }
  .consult-form__item {
    width: 100%; }
  .consult-form__hidden {
    display: none; }
  .consult-popup__content {
    width: calc(100% - 2rem);
    padding: 2rem 1rem; }
  .consult-project {
    margin-bottom: 4rem; }
  .consult.consult-gray {
    padding-top: 0;
    padding-bottom: 4rem; }
  .consult.consult-white {
    margin-bottom: 3rem; }

  .news {
    padding: 5rem 0 8rem;
    position: relative; }
    .news .section-title {
      margin-bottom: 1.5rem; }
    .news-arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 3rem; }
    .news-item__img {
      height: calc(100vw - 3rem); }
    .news-item__title {
      font-size: 1rem;
      line-height: 1.4rem;
      height: 2.8rem; }
    .news-single {
      padding-top: 6rem; }
      .news-single__wrap {
        margin-bottom: 3rem; }

  .project {
    padding-bottom: 2rem; }
    .project-breadcrumbs-page {
      margin-bottom: 1.5rem; }
    .project-queue {
      display: none; }
    .project-bot {
      gap: .5rem; }
    .project__logo {
      width: calc(100% - 2rem); }
    .project__download {
      padding: 0 .5rem;
      gap: .5rem; }
    .project-nav {
      gap: .5rem; }
      .project-nav .nav-info {
        display: none; }

  .about-video {
    padding: 5rem 0; }
    .about-video__wrap {
      flex-direction: column; }
    .about-video__video {
      width: 100%;
      height: 25rem; }
    .about-video__info {
      padding-top: 0;
      gap: 1.5rem; }
      .about-video__info img {
        display: none; }
  .about-main {
    padding-top: 2rem; }
    .about-main__pattern {
      width: 100%; }
  .about__title {
    font-size: 2.5rem; }
  .about__subtitle {
    font-size: 1.6rem; }
  .about-center {
    padding-top: 2rem; }
  .about__text {
    padding-top: 2rem;
    font-size: 1.2rem; }
  .about-info {
    font-size: 0.8rem; }
    .about-info li {
      padding-top: 1rem;
      padding-left: 1rem; }
  .about-wrap {
    gap: 2rem 1rem; }
  .about-left, .about-right {
    width: calc(50% - .5rem); }
  .about__img {
    height: 17rem; }
  .about-inter__btn {
    font-size: 1.1rem; }
    .about-inter__btn svg {
      width: 5rem;
      height: 5rem; }
  .about-inter__text {
    margin-left: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem; }
  .about-ceo__name {
    font-size: 1rem; }

  .invest__title {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .invest-list {
    gap: 1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    padding: 0 1rem;
    overflow: auto;
    flex-wrap: nowrap; }
    .invest-list::-webkit-scrollbar {
      display: none; }
  .invest-swipe {
    display: inline-flex;
    right: 1rem; }
  .invest-item {
    flex-shrink: 0;
    width: 20rem; }
  .invest-popup__card {
    padding: 1rem;
    border-radius: 1rem; }
  .invest-popup__head {
    margin-bottom: 1rem; }
  .invest-popup__choose {
    gap: .25rem; }
    .invest-popup__choose li {
      height: 1.7rem;
      padding: 0 0.5rem;
      font-size: 0.6rem; }
  .invest-popup__close {
    width: 2rem;
    height: 2rem; }
  .invest-popup__arrows {
    bottom: 1rem;
    right: 1rem; }
  .invest-popup__wrap {
    gap: 1.5rem; }
  .invest-popup__text {
    font-size: .9rem; }

  .infra {
    padding-bottom: 2rem;
    padding-top: 2rem; }
    .infra__link {
      left: 1rem;
      top: 22rem; }
    .infra-zoom {
      right: 1rem;
      top: 22rem; }
    .infra-list {
      font-size: 0.8rem; }
      .infra-list li {
        height: 2rem;
        min-width: 3.5rem;
        padding: 0 1rem; }

  .panorama {
    height: 25rem; }
    .panorama-page {
      padding: 6rem 0; }
      .panorama-page .section-title {
        margin: 0 0 2rem; }
    .panorama-item__img {
      height: 25rem; }
    .panorama-item .panorama__iframe {
      height: 25rem; }

  .area {
    padding: 2rem 0 1rem;
    height: 40rem; }
    .area-slider__item {
      height: 40rem; }
    .area-choose {
      gap: .5rem; }
      .area-choose li {
        padding: 0.2rem 0.8rem 0.2rem 0.2rem;
        font-size: 0.75rem; }
        .area-choose li img {
          width: 1.8rem; }
    .area-wrap {
      flex-direction: column-reverse;
      gap: 1rem; }
      .area-wrap .nav {
        align-self: flex-end; }
    .area-text {
      width: 100%;
      font-size: 0.75rem; }

  .arc {
    padding-top: 5rem; }
    .arc__title {
      font-size: 2.5rem; }
    .arc-wrap {
      gap: 1rem; }
    .arc-left, .arc-right {
      width: 100%; }
    .arc__text {
      font-size: 1rem; }
    .arc-name {
      margin-top: 3rem;
      padding-left: 4rem; }

  .security {
    padding: 4rem 0 0; }
    .security .container {
      gap: 1rem; }
    .security__logo {
      width: 6rem; }
    .security__pattern {
      left: 0;
      width: 100%; }
    .security .business-list {
      gap: 1rem; }
    .security .business-item {
      width: calc(50% - 0.5rem); }
    .security__text {
      font-size: 1rem; }
    .security__img {
      margin-left: -1rem;
      width: calc(100% + 1rem);
      height: 25rem; }

  .hall-main {
    padding: 5rem 0 4rem; }
  .hall__title {
    position: static;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .hall-slider {
    display: flex;
    overflow: auto;
    gap: 1rem; }
    .hall-slider::-webkit-scrollbar {
      display: none; }
    .hall-slider__item {
      gap: 1rem;
      flex-shrink: 0;
      width: 50rem; }
    .hall-slider__img {
      height: 20rem; }
      .hall-slider__img:nth-child(1) {
        margin-top: 4rem; }
      .hall-slider__img:nth-child(2) {
        margin-top: 3rem; }
  .hall-swipe {
    right: 1rem;
    display: inline-flex;
    margin-top: -1.2rem; }
  .hall__text {
    font-size: 1rem;
    flex-direction: column; }

  .timeline-item {
    width: 100%; }
  .timeline-video__item .container {
    padding: 0; }
  .timeline-video__info {
    transform: translateY(-50%);
    font-size: 1.2rem;
    left: 1rem; }

  .business__patterns img:nth-child(1) {
    width: 100%;
    right: 0;
    bottom: 7rem; }
  .business-list {
    flex-wrap: wrap;
    gap: 1rem; }
  .business-slider__img {
    height: 22rem; }
  .business-swipe {
    display: inline-flex;
    right: 1rem;
    z-index: 2;
    margin-top: -4.5rem; }
  .business-item {
    font-size: 0.8rem;
    width: calc(50% - .5rem); }
    .business-item img {
      width: 3rem; }
  .business__img p {
    padding: 1.5rem 1rem;
    font-size: 0.8rem; }
  .business-info__title {
    font-size: 1.3rem; }
  .business-info__list {
    margin-top: 2rem;
    gap: 1rem;
    padding-right: 0;
    flex-wrap: wrap;
    font-size: 1rem; }
    .business-info__list li {
      width: 100%;
      gap: 1rem;
      align-items: center; }
      .business-info__list li svg {
        width: 3.5rem;
        height: 3.5rem; }

  .buy {
    padding: 4rem 0; }

  .also {
    padding-top: 4rem; }

  .live {
    padding: 6rem 0; }
    .live .section-title {
      margin: 0 0 2rem; }
    .live-item {
      width: 100%;
      height: 60vw; }

  .favourite {
    padding: 6rem 0 4rem; }

  .footer-main {
    background-size: 7rem; }
  .footer .container {
    padding-right: 1rem; }
  .footer__logo {
    width: 8rem; }
  .footer-copy {
    flex-direction: column;
    gap: .3rem;
    font-size: 0.8rem; }
  .footer__map {
    height: 20rem; } }
@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 */
