@font-face {
  font-family: 'Euclid Circular B';
  src: url("fonts/EuclidCircularB-Light.eot");
  src: local("Euclid Circular B Light"), local("EuclidCircularB-Light"), url("fonts/EuclidCircularB-Light.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidCircularB-Light.woff2") format("woff2"), url("fonts/EuclidCircularB-Light.woff") format("woff"), url("fonts/EuclidCircularB-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Circular B';
  src: url("fonts/EuclidCircularB-Regular.eot");
  src: local("Euclid Circular B Regular"), local("EuclidCircularB-Regular"), url("fonts/EuclidCircularB-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidCircularB-Regular.woff2") format("woff2"), url("fonts/EuclidCircularB-Regular.woff") format("woff"), url("fonts/EuclidCircularB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Circular B';
  src: url("fonts/EuclidCircularB-Medium.eot");
  src: local("Euclid Circular B Medium"), local("EuclidCircularB-Medium"), url("fonts/EuclidCircularB-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidCircularB-Medium.woff2") format("woff2"), url("fonts/EuclidCircularB-Medium.woff") format("woff"), url("fonts/EuclidCircularB-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Circular B';
  src: url("fonts/EuclidCircularB-SemiBold.eot");
  src: local("Euclid Circular B SemiBold"), local("EuclidCircularB-SemiBold"), url("fonts/EuclidCircularB-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidCircularB-SemiBold.woff2") format("woff2"), url("fonts/EuclidCircularB-SemiBold.woff") format("woff"), url("fonts/EuclidCircularB-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root {
  font-size: 20px; }

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

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

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

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

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

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Euclid Circular B', sans-serif;
  font-size: 0.8rem;
  background: #f2f4fa; }

.overflowH {
  overflow: hidden; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.container {
  max-width: 72rem;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  border-radius: .5rem;
  color: #fff;
  background: #FF7900;
  font-weight: 500; }
  .btn:hover {
    border-radius: .75rem; }
  .btn-trans {
    background: rgba(28, 33, 45, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: 0.6rem;
  font-weight: 500; }
  .tags li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    padding: 0 0.5rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: .25rem; }

.arrows {
  display: flex;
  gap: .5rem; }
  .arrows span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: .5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    color: #FF7900; }
    .arrows span svg {
      width: .9rem;
      height: 0.9rem; }
    .arrows span:hover {
      background: #FF7900;
      color: #fff; }

.section-head {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-head .section-title {
    margin-bottom: 0; }
.section-title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem; }
  .section-title span {
    color: #FF7900; }
.section-link {
  height: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  gap: .5rem;
  color: #1C212D;
  background: #fff;
  border-radius: .5rem; }
  .section-link svg {
    width: 1rem;
    height: 1rem;
    color: #FF7900; }
  .section-link:hover {
    background: #FF7900;
    color: #fff; }
    .section-link:hover svg {
      color: #fff; }
.section-wrap {
  display: flex;
  align-items: center;
  gap: 1rem; }

.close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  top: -3.5rem;
  border-radius: .4rem;
  background: rgba(101, 101, 105, 0.9); }
  .close img {
    width: .7rem; }
  .close:hover {
    background: #FF7900; }

.dark-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.advice {
  position: relative; }
  .advice__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2rem;
    background: rgba(28, 33, 45, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    font-weight: 500;
    font-size: 0.6rem;
    padding: 0 0.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    white-space: nowrap;
    top: -2.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .advice:hover .advice__text {
    opacity: 1;
    visibility: visible; }

.advertise {
  transition: none !important; }
  .advertise.hover {
    z-index: 6;
    position: relative; }

.alert {
  position: fixed;
  right: 1rem;
  top: 1rem;
  box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
  border-radius: .5rem;
  background: #fff;
  padding: 1.25rem;
  width: 15rem;
  z-index: 7;
  display: none; }
  .alert__wrap {
    display: flex;
    align-items: center;
    gap: .75rem; }
    .alert__wrap img {
      width: 2rem;
      flex-shrink: 0; }
    .alert__wrap span {
      max-width: 7.5rem; }
  .alert__close {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    top: 0.5rem;
    right: 0.5rem;
    position: absolute;
    color: #8694B1; }
    .alert__close svg {
      width: .7rem;
      height: 0.7rem; }
    .alert__close:hover {
      color: #FF7900; }

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.7rem; }
  .breadcrumbs li {
    position: relative;
    display: inline-flex;
    align-items: center; }
    .breadcrumbs li::after {
      content: '';
      width: .7rem;
      height: 0.7rem;
      background: url(../img/icons/arrow-right-orange.svg) center center no-repeat;
      background-size: contain;
      position: absolute;
      right: -0.95rem; }
    .breadcrumbs li a {
      color: #8694B1; }
      .breadcrumbs li a:hover {
        color: #FF7900; }
    .breadcrumbs li:last-child {
      pointer-events: none; }
      .breadcrumbs li:last-child::after {
        content: none; }
      .breadcrumbs li:last-child a {
        color: #FF7900; }

.shownum span:nth-child(2) {
  display: none; }
.shownum.active span:nth-child(1) {
  display: none; }
.shownum.active span:nth-child(2) {
  display: inline; }

.btn-arrow {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  border-radius: .5rem;
  background: #fff;
  color: #FF7900; }
  .btn-arrow svg {
    width: 0.75rem; }
  .btn-arrow:hover {
    background: #FF7900;
    color: #fff; }

.page-head {
  margin: 1.5rem 0 2rem; }
  .page-head__wrap {
    background: #fff;
    border-radius: .5rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-head__back {
    height: 2rem;
    padding: 0 1rem;
    font-size: 0.7rem; }
    .page-head__back img {
      display: none; }

@keyframes lineFill {
  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, 121, 0, 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); } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__lottie {
    display: flex;
    justify-content: center;
    width: 10rem;
    height: 10rem; }

.slider {
  width: 100%;
  position: relative;
  height: 25rem;
  overflow: hidden;
  border-radius: .75rem;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
  color: #fff;
  margin: 0.5rem 0; }
  .slider-list {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .slider-item {
    height: 25rem;
    position: relative;
    z-index: 1;
    padding: 2.5rem; }
    .slider-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .slider-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
      .slider-item__img::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
      .slider-item__img::after {
        height: 15rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: '';
        background: linear-gradient(0deg, rgba(11, 11, 11, 0.6) 0%, rgba(11, 11, 11, 0.4) 50%, rgba(11, 11, 11, 0) 100%); }
    .slider-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .slider-item__main {
      max-width: 25rem; }
    .slider-item__head {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 0.5rem; }
    .slider-item__name {
      font-size: 1.3rem;
      font-weight: 700; }
    .slider-item__text {
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 2rem; }
    .slider-item__tags {
      font-size: 0.7rem; }
      .slider-item__tags li {
        height: 1.5rem; }
      .slider-item__tags .tags-time div {
        display: flex;
        align-items: center;
        gap: .25rem; }
      .slider-item__tags .tags-time img {
        width: 0.9rem !important;
        filter: brightness(0) invert(1); }
      .slider-item__tags .tags-time::before {
        width: .35rem;
        height: 0.35rem;
        border-radius: 50%;
        background: #FF7900;
        content: '';
        margin: 0 .3rem; }
    .slider-item__btns {
      display: flex;
      gap: .75rem;
      flex-shrink: 0; }
      .slider-item__btns .btn {
        height: 2.5rem;
        padding: 0 1.5rem; }
        .slider-item__btns .btn-trans {
          background: rgba(255, 255, 255, 0.2); }
  .slider-bot {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 3rem;
    justify-content: space-between;
    width: 100%; }
  .slider-arrows {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    flex-shrink: 0; }
    .slider-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: .5rem;
      width: 2rem;
      height: 2rem; }
      .slider-arrows span img {
        width: 1.2rem; }
      .slider-arrows span:hover {
        background: #FF7900; }
  .slider-choose {
    display: flex;
    gap: 1.5rem;
    flex-grow: 1; }
    .slider-choose__item {
      max-width: 7.5rem;
      flex-grow: 1;
      color: #C0C0C0;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      font-weight: 500; }
      .slider-choose__item.active, .slider-choose__item:hover {
        color: #fff; }
      .slider-choose__item.active .slider-choose__line span {
        animation: lineFill 5s linear forwards; }
    .slider-choose__line {
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      border-radius: .1rem;
      height: 0.1rem;
      width: 100%;
      margin-top: 1rem; }
      .slider-choose__line span {
        border-radius: .1rem;
        height: 0.1rem;
        display: block;
        width: 0%;
        background: #fff; }

.filter-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between; }
  .filter-row:last-child {
    margin-bottom: 0; }
.filter-wrap {
  display: flex;
  gap: 1rem; }
.filter__total, .filter__reset, .filter__map {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  border-radius: .5rem;
  background: #fff; }
.filter__total {
  padding: 0 1.5rem; }
  .filter__total span {
    margin-left: 0.2rem;
    color: #FF7900; }
.filter__map {
  padding: 0 1rem;
  gap: .5rem;
  color: #FF7900; }
  .filter__map svg {
    width: 1rem; }
  .filter__map:hover {
    color: #fff;
    background: #FF7900; }
.filter__reset {
  cursor: pointer;
  user-select: none;
  gap: .5rem;
  color: #8694B1;
  transition: .6s all;
  padding: 0 1rem; }
  .filter__reset:hover {
    color: #FF7900; }
  .filter__reset img {
    width: 1rem; }
.filter-item {
  flex-grow: 1; }
  .filter-item__rooms {
    flex-grow: 0; }
.filter-buttons, .filter-mobile {
  display: none; }
.filter-choose {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem; }
  .filter-choose li {
    display: inline-flex; }
  .filter-choose label {
    display: inline-flex; }
    .filter-choose label input {
      appearance: none;
      display: none; }
      .filter-choose label input:checked + span {
        color: #fff;
        background: #FF7900; }
    .filter-choose label span {
      font-size: 0.75rem;
      height: 1.5rem;
      border-radius: .25rem;
      padding: 0 0.75rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #fff; }
.filter-rooms {
  display: flex;
  gap: .5rem;
  flex-grow: 1; }
  .filter-rooms__item {
    display: inline-flex; }
  .filter-rooms label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .filter-rooms label input {
      display: none; }
      .filter-rooms label input:checked + span {
        border-color: #FF7900; }
    .filter-rooms label span {
      height: 3rem;
      width: 2.5rem;
      background: #fff;
      border: 1px solid #fff;
      border-radius: .5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .filter-rooms label span.s {
        width: auto;
        padding: 0 1.2rem; }

.select {
  position: relative; }
  .select-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: 0 1rem;
    border-radius: .5rem;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    user-select: none; }
    .select-head__count {
      display: none;
      padding-left: 0.5rem;
      padding-right: 0.25rem;
      border-radius: .25rem;
      color: #fff;
      background: #FF7900;
      align-items: center;
      gap: .25rem;
      height: 1.5rem;
      position: absolute;
      z-index: 2; }
      .select-head__count img {
        width: .8rem; }
    .select-head__arrow {
      width: 1rem;
      flex-shrink: 0; }
      .select-head__arrow img {
        width: 100%;
        display: block; }
    .select-head:hover {
      border-color: #FF7900; }
    .select-head.selected .select-head__name {
      opacity: 0; }
    .select-head.selected .select-head__count {
      display: flex; }
    .select-head.active {
      border-color: #FF7900;
      color: #FF7900; }
      .select-head.active .select-head__name {
        opacity: 1; }
      .select-head.active .select-head__count {
        display: none; }
      .select-head.active .select-head__arrow {
        transform: rotate(180deg); }
  .select-dropdown {
    width: 15rem;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
    position: absolute;
    z-index: 3;
    padding: 0.75rem;
    display: none;
    margin-top: 1rem; }
    .select-dropdown ul {
      max-height: 17rem;
      overflow: auto; }
      .select-dropdown ul.scrollPadding {
        padding-right: 0.75rem; }
      .select-dropdown ul::-webkit-scrollbar {
        width: .1rem;
        margin-left: 0.75rem; }
      .select-dropdown ul::-webkit-scrollbar-thumb {
        border: none; }
      .select-dropdown ul li {
        margin-bottom: 0.25rem;
        display: flex; }
        .select-dropdown ul li:last-child {
          margin-bottom: 0; }
        .select-dropdown ul li:not(:first-child) div {
          margin-top: 0.5rem; }
      .select-dropdown ul div {
        font-size: 0.6rem;
        font-weight: 500;
        margin-bottom: 0.5rem; }
      .select-dropdown ul label {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        border: 1px solid #DBE0EF;
        gap: .75rem;
        padding: 0.75rem;
        height: 2.5rem;
        border-radius: .4rem;
        width: 100%; }
        .select-dropdown ul label input {
          appearance: none;
          flex-shrink: 0;
          width: 1rem;
          height: 1rem;
          border-radius: .25rem;
          border: 1px solid #DBE0EF;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
          .select-dropdown ul label input::after {
            position: absolute;
            width: 0.7rem;
            height: 0.7rem;
            background: url(../img/icons/checkbox.svg) center center no-repeat;
            background-size: contain; }
          .select-dropdown ul label input:checked {
            background: #FF7900;
            border-color: #FF7900; }
            .select-dropdown ul label input:checked::after {
              content: ''; }
            .select-dropdown ul label input:checked + span {
              color: #FF7900; }
        .select-dropdown ul label:hover {
          color: #FF7900;
          border-color: #FF7900; }

.range {
  position: relative; }
  .range-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: 0 1rem;
    border-radius: .5rem;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    user-select: none; }
    .range-head__arrow {
      width: 1rem;
      flex-shrink: 0; }
      .range-head__arrow img {
        width: 100%;
        display: block; }
    .range-head:hover {
      border-color: #FF7900; }
    .range-head.selected {
      color: #FF7900; }
    .range-head.active {
      border-color: #FF7900;
      color: #FF7900; }
  .range-dropdown {
    width: 20rem;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
    right: 0;
    position: absolute;
    z-index: 3;
    padding: 1rem;
    display: none;
    margin-top: 1rem; }
  .range-choose {
    display: flex;
    margin-bottom: 0.75rem;
    gap: .5rem;
    align-items: center;
    font-size: 0.7rem; }
    .range-choose li {
      height: 1.5rem;
      border-radius: .3rem;
      padding: 0 0.75rem;
      border: 1px solid #DBE0EF;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .range-choose li:hover {
        border-color: #FF7900; }
      .range-choose li.active {
        border-color: #FF7900;
        background: #FF7900;
        color: #fff; }
  .range-tab {
    display: none; }
    .range-tab:first-child {
      display: block; }
  .range-wrap {
    padding: 1rem 1rem 0;
    border: 1px solid #DBE0EF;
    border-radius: .4rem; }
  .range-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8694B1;
    margin-bottom: -0.5rem; }
    .range-info p {
      color: #1C212D;
      display: inline; }
    .range-info__line {
      width: 1rem;
      height: 0.1rem;
      background: #C1C9D9;
      border-radius: .1rem; }
  .range .irs {
    font-size: 0.6rem;
    z-index: 2;
    margin-bottom: -0.2rem; }
  .range .irs--flat {
    height: 1.5rem; }
  .range .irs--flat .irs-line {
    height: 1px;
    top: 1.25rem;
    background: transparent; }
  .range .irs--flat .irs-handle {
    height: auto; }
  .range .irs--flat .irs-max, .range .irs--flat .irs-min {
    display: none; }
  .range .irs--flat .irs-bar {
    height: 1px;
    top: 1.25rem; }
  .range .irs--flat .irs-from, .range .irs--flat .irs-to {
    font-size: 0;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .9rem;
    z-index: 5;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0; }
    .range .irs--flat .irs-from::before, .range .irs--flat .irs-to::before {
      display: none; }
  .range .irs--flat .irs-single {
    display: none; }
  .range .irs--flat .irs-bar,
  .range .irs--flat .irs-from,
  .range .irs--flat .irs-to {
    background: #FF7900; }

.fixed-btn {
  position: fixed;
  z-index: 4;
  right: 4.5rem;
  bottom: 7rem;
  width: 3rem;
  height: 3rem;
  animation: pulse-btn 2s infinite; }
  .fixed-btn img {
    width: 1.2rem; }

.form input {
  height: 3rem;
  border-radius: .5rem;
  width: 100%;
  background: #fff;
  border: 1px solid #E4E7F0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem; }
  .form input:focus {
    border-color: #FF7900; }
  .form input:not(:placeholder-shown) {
    border-color: #FF7900; }
.form-input {
  position: relative;
  margin-bottom: 0.75rem; }
  .form-input input {
    background: #F4F6FB;
    border: 1px solid #F4F6FB;
    padding-left: 2.5rem;
    margin-bottom: 0; }
    .form-input input:focus {
      border-color: #FF7900; }
    .form-input input:not(:placeholder-shown) + svg {
      color: #FF7900; }
  .form-input svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8694B1;
    left: 1rem;
    width: 1rem;
    height: 1rem; }
.form .btn {
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  font-size: 0.8rem; }
  .form .btn.disabled {
    opacity: 1;
    background: #8694B1; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22rem;
    border-radius: .75rem;
    background: #fff;
    padding: 2.5rem 1.5rem 1.5rem; }
  .feedback-type {
    display: none; }
  .feedback-select .feedback__title {
    padding: 0 .5rem; }
  .feedback__title {
    text-align: center;
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0.75rem; }
    .feedback__title span {
      color: #FF7900;
      display: block; }
  .feedback__text {
    text-align: center;
    line-height: 1.35;
    padding: 0 0.75rem;
    margin-bottom: 2rem;
    font-weight: 300; }
  .feedback-done {
    display: none; }
  .feedback__img {
    text-align: center;
    margin-bottom: 1rem; }
    .feedback__img img {
      width: 4rem;
      display: inline-block; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
  transition: .2s all; }
  .menu-layer {
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .2s all; }
  .menu.active {
    pointer-events: auto; }
    .menu.active .menu-layer, .menu.active .menu-bottom {
      opacity: 1;
      visibility: visible; }
  .menu.show {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .menu-top {
    pointer-events: auto;
    display: flex;
    gap: .75rem; }
  .menu__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 8rem;
    background: #fff;
    padding: 0.75rem;
    border-radius: .5rem;
    box-shadow: 0px 5px 1rem 0px rgba(0, 48, 167, 0.1);
    position: relative;
    z-index: 4; }
    .menu__btn p {
      display: flex;
      align-items: center;
      cursor: pointer;
      user-select: none;
      width: 100%;
      height: 100%;
      border-radius: .4rem;
      color: #fff;
      background: #FF7900;
      gap: .5rem;
      padding-left: 0.75rem; }
      .menu__btn p img {
        width: 1rem; }
      .menu__btn p:nth-child(2) {
        display: none; }
    .menu__btn.active p:nth-child(1) {
      display: none; }
    .menu__btn.active p:nth-child(2) {
      display: flex; }
  .menu-wrap {
    width: calc(100% - 4.75rem);
    background: #fff;
    padding: 0.75rem;
    border-radius: .5rem;
    box-shadow: 0px 5px 1rem 0px rgba(0, 48, 167, 0.1);
    height: 4rem;
    position: relative;
    overflow: hidden; }
  .menu-slider__item {
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: .4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #1C212D; }
    .menu-slider__item:hover {
      color: #FF7900;
      border-color: #FF7900; }
    .menu-slider__item.active {
      background: #FF7900;
      border-color: #FF7900;
      color: #fff; }
  .menu-arrows__wrap {
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    z-index: 1;
    display: none; }
    .menu-arrows__wrap::before {
      z-index: -1;
      height: 100%;
      width: 7.5rem;
      content: '';
      position: absolute;
      top: 0; }
    .menu-arrows__wrap span {
      pointer-events: auto;
      width: 2.5rem;
      height: 2.5rem;
      background: #FF7900;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: .5rem; }
      .menu-arrows__wrap span img {
        width: 1rem; }
      .menu-arrows__wrap span:hover {
        border-radius: .75rem; }
    .menu-arrows__wrap.active {
      display: flex; }
  .menu-arrows__left {
    left: 0; }
    .menu-arrows__left::before {
      left: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, #FFF 100%); }
  .menu-arrows__right {
    right: 0; }
    .menu-arrows__right::before {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, #FFF 100%); }
  .menu-bottom {
    border-radius: .75rem;
    padding: .75rem;
    background: #fff;
    margin-top: 1rem;
    width: 38.5rem;
    position: relative;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: .2s all; }
  .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%; }
    .menu-list li {
      display: inline-flex;
      width: calc(33.33333% - .33333rem); }
    .menu-list a {
      width: 100%;
      height: 7rem;
      border-radius: .5rem;
      border: 1px solid #E4E7F0;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #1C212D; }
      .menu-list a p {
        display: inline-flex;
        gap: .5rem; }
        .menu-list a p span {
          width: 1.5rem;
          height: 1rem;
          border-radius: .25rem;
          background: #FF7900;
          color: #fff;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
      .menu-list a svg {
        width: 1.4rem;
        height: 1.4rem;
        align-self: flex-end;
        color: #FF7900; }
      .menu-list a:hover {
        color: #FF7900;
        border-color: #FF7900; }
      .menu-list a.active {
        pointer-events: none;
        background: #FF7900;
        color: #fff;
        border-color: #FF7900; }
        .menu-list a.active p span {
          background: #fff;
          color: #FF7900; }
        .menu-list a.active svg {
          color: #fff; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #f2f4fa;
  padding: 1rem;
  display: none; }
  .mobile-menu__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    height: 100%; }
  .mobile-menu__head {
    height: 3rem;
    padding: 0 0.75rem;
    border-radius: .5rem;
    background: #fff;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mobile-menu__logo {
    width: 6rem;
    display: block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__close {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .4rem; }
    .mobile-menu__close img {
      width: 0.7rem; }
  .mobile-menu__list {
    border-radius: .5rem;
    height: 3.5rem;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.5rem; }
    .mobile-menu__list li {
      display: inline-flex; }
    .mobile-menu__list a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: .15rem;
      font-size: 0.6rem;
      color: #1C212D; }
      .mobile-menu__list a img {
        width: 1.2rem; }
  .mobile-menu .menu-list {
    margin-bottom: 1rem; }
    .mobile-menu .menu-list li a {
      background: #fff;
      border: none; }
  .mobile-menu .footer-also__choose a {
    background: #fff; }
  .mobile-menu__buttons {
    display: flex;
    gap: .5rem; }
    .mobile-menu__buttons .btn {
      height: 3rem;
      width: calc(50% - .25rem);
      font-size: 0.8rem; }
      .mobile-menu__buttons .btn-white {
        background: #fff;
        color: #1C212D; }

.login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    border-radius: .75rem;
    background: #fff;
    padding: 1.5rem; }
  .login__title {
    font-size: .9rem;
    margin-bottom: 1rem; }
  .login-form__input {
    margin-bottom: 0.75rem; }
    .login-form__input input {
      border: 1px solid #E4E7F0;
      border-radius: .5rem;
      padding: 0 1rem;
      height: 3rem;
      width: 100%; }
      .login-form__input input:focus {
        border-color: #FF7900; }
  .login-form__btn {
    width: 100%;
    height: 3rem;
    font-weight: 400; }
  .login-form__code {
    display: flex;
    gap: .5rem;
    margin-bottom: 0.75rem; }
    .login-form__code input {
      height: 3rem;
      border: 1px solid #E4E7F0;
      border-radius: .5rem;
      width: 3rem;
      text-align: center;
      color: #FF7900; }
      .login-form__code input:not(:placeholder-shown) {
        border-color: #FF7900; }
    .login-form__code.error input {
      color: #FF0004;
      border-color: #FF0004; }
  .login-form__time {
    display: flex;
    color: #8694B1;
    gap: .2rem;
    margin-bottom: 2rem; }
    .login-form__time p {
      color: #FF7900; }
  .login-form__buttons .btn-white {
    background: transparent;
    border: 1px solid #FF7900;
    color: #FF7900;
    margin-top: 0.5rem; }
  .login__text {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem; }
    .login__text span {
      color: #FF7900; }
  .login-code {
    display: none; }

.banner a {
  display: block;
  position: relative; }
  .banner a img {
    width: 100%;
    display: block; }
.banner .tags {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1; }
.banner-middle {
  margin-top: 2.5rem; }
  .banner-middle img {
    border-radius: .75rem; }
.banner-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .banner-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50rem;
    max-width: 100%; }
    .banner-popup__content img {
      border-radius: .75rem; }
.banner-side {
  position: fixed;
  z-index: 7;
  bottom: 1rem;
  right: 1rem;
  width: 15rem;
  display: none; }
  .banner-side img {
    border-radius: .75rem; }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3; }
  .header-top {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 7rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 2.5rem; }
  .header-icons {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .header-icons a {
      display: inline-flex;
      align-items: center;
      gap: .25rem; }
      .header-icons a img, .header-icons a svg {
        width: 1.2rem; }
      .header-icons a span {
        transition: .6s all;
        color: #FF7900;
        background: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.5rem;
        border-radius: .15rem;
        width: 1rem;
        height: 0.75rem;
        font-weight: 700; }
      .header-icons a:hover span {
        background: #FF7900;
        color: #fff; }
  .header-dropdowns {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .header-dropdown {
    position: relative; }
    .header-dropdown:hover .header-dropdown__btn svg {
      color: #fff;
      transform: rotate(180deg); }
    .header-dropdown:hover .header-dropdown__list {
      opacity: 1;
      visibility: visible; }
    .header-dropdown__btn {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      color: #fff;
      cursor: default;
      padding-bottom: 1rem;
      margin-bottom: -1rem; }
      .header-dropdown__btn svg {
        color: transparent;
        transition: .4s color; }
    .header-dropdown__list {
      position: absolute;
      background: #fff;
      border-radius: .5rem;
      padding: 1rem;
      margin-top: 0.5rem;
      opacity: 0;
      visibility: hidden;
      transition: .6s all;
      z-index: 2; }
      .header-dropdown__list li {
        line-height: 1;
        margin-bottom: 0.75rem; }
        .header-dropdown__list li:last-child {
          margin-bottom: 0; }
      .header-dropdown__list a {
        color: #1C212D; }
        .header-dropdown__list a:hover, .header-dropdown__list a.active {
          color: #FF7900; }
  .header__tel, .header__profile {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    color: #fff; }
    .header__tel img, .header__tel svg, .header__profile img, .header__profile svg {
      width: 1.2rem; }
    .header__tel:hover, .header__profile:hover {
      color: #FF7900; }
  .header-bot {
    padding-top: 1.6rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-bot::before {
      width: 100%;
      top: 0;
      left: 0;
      height: 0.1rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      content: '';
      position: absolute;
      border-radius: .1rem; }
  .header-menu {
    display: flex;
    align-items: center;
    gap: 2rem; }
    .header-menu li {
      display: flex; }
    .header-menu a {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      color: #fff;
      position: relative;
      height: 1rem; }
      .header-menu a::before {
        top: -1.6rem;
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.1rem;
        border-radius: .1rem;
        content: '';
        pointer-events: none;
        background: #FF7900;
        transition: .6s all;
        opacity: 0; }
      .header-menu a svg {
        width: 1rem;
        height: 1rem; }
      .header-menu a:hover, .header-menu a.active {
        color: #FF7900; }
        .header-menu a:hover::before, .header-menu a.active::before {
          opacity: 1; }
  .header__search {
    color: #fff;
    display: inline-flex;
    gap: .5rem; }
    .header__search svg {
      width: 1rem;
      height: 1rem; }
    .header__search:hover {
      color: #FF7900; }
    .header__search-mob {
      display: none; }
  .header-empty {
    margin: 1.5rem 0; }
    .header-empty__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 1.25rem;
      padding-right: 0.75rem;
      height: 4rem;
      border-radius: .75rem;
      gap: 3rem;
      background: #fff; }
    .header-empty input {
      border: none;
      font-size: 0.8rem;
      flex-grow: 1; }
      .header-empty input::placeholder {
        color: #8694B1; }
    .header-empty .header__logo {
      width: 6.15rem; }
    .header-empty-map {
      position: absolute;
      width: 100%;
      z-index: 5; }
  .header__back {
    width: 2.5rem;
    height: 2.5rem; }
    .header__back img {
      width: 1.1rem; }
  .header__logout {
    color: #1C212D;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-right: 0.75rem; }
    .header__logout svg {
      width: 1rem; }
    .header__logout:hover {
      color: #FF7900; }
  .header-static {
    position: static;
    color: #1C212D;
    background: #fff; }
    .header-static .header-icons a {
      color: #1C212D; }
      .header-static .header-icons a span {
        background: #FF7900;
        color: #fff; }
      .header-static .header-icons a:hover {
        color: #FF7900; }
    .header-static .header-dropdown__btn {
      color: #1C212D; }
    .header-static .header-dropdown__list {
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .header-static .header-dropdown__list a {
        color: #1C212D; }
        .header-static .header-dropdown__list a:hover {
          color: #FF7900; }
    .header-static .header__tel, .header-static .header__profile, .header-static .header__search {
      color: #1C212D; }
      .header-static .header__tel:hover, .header-static .header__profile:hover, .header-static .header__search:hover {
        color: #FF7900; }
    .header-static .header-bot {
      padding-bottom: 2rem; }
      .header-static .header-bot::before {
        background: #DBE0EF; }
    .header-static .header-menu a {
      color: #1C212D; }
      .header-static .header-menu a:hover {
        color: #FF7900; }

.main {
  height: 45rem;
  border-radius: 0 0 1.5rem 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem; }
  .main-small {
    height: 35rem;
    padding-bottom: 2rem; }
    .main-small .main-slider__item {
      height: 35rem;
      padding-bottom: 7rem; }
  .main-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main-slider__item {
      height: 45rem;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-end;
      padding-bottom: 11rem; }
      .main-slider__item::before, .main-slider__item::after {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: -1;
        content: ""; }
      .main-slider__item::before {
        top: 0;
        height: 12rem;
        background: linear-gradient(180deg, rgba(11, 11, 11, 0.6) 0%, rgba(11, 11, 11, 0.3) 50%, rgba(11, 11, 11, 0) 100%); }
      .main-slider__item::after {
        bottom: 0;
        height: 11rem;
        background: linear-gradient(0, rgba(11, 11, 11, 0.6) 0%, rgba(11, 11, 11, 0.3) 50%, rgba(11, 11, 11, 0) 100%); }
    .main-slider__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .main-slider__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(11, 11, 11, 0.3); }
      .main-slider__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-slider__content {
      width: 100%; }
    .main-slider .tags {
      margin-bottom: 1.5rem; }
    .main-slider__main {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 2rem; }
    .main-slider__logo {
      flex-shrink: 0;
      height: 5rem;
      width: 7.5rem;
      background: #fff;
      border-radius: .5rem;
      padding: 0.5rem 1.75rem; }
      .main-slider__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .main-slider__title {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .main-slider__text {
      font-weight: 500;
      font-size: 1rem; }
    .main-slider__btns {
      display: flex;
      gap: 1rem; }
      .main-slider__btns .btn {
        height: 3rem;
        padding: 0 2rem; }
        .main-slider__btns .btn-trans {
          background: rgba(255, 255, 255, 0.2);
          backdrop-filter: blur(25px);
          -webkit-backdrop-filter: blur(25px); }
          .main-slider__btns .btn-trans:hover {
            background: #fff;
            color: #1C212D; }
  .main-content {
    width: 100%; }
  .main-arrows {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    margin-bottom: 2rem; }
    .main-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: .5rem;
      width: 2rem;
      height: 2rem; }
      .main-arrows span img {
        width: 1.2rem; }
      .main-arrows span:hover {
        background: #FF7900; }
  .main-list {
    display: flex;
    gap: 1.5rem; }
    .main-list__item {
      width: 12rem;
      color: #C0C0C0;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      font-weight: 500; }
      .main-list__item.active, .main-list__item:hover {
        color: #fff; }
      .main-list__item.active .main-list__line span {
        animation: lineFill 5s linear forwards; }
    .main-list__line {
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      border-radius: .1rem;
      height: 0.1rem;
      width: 100%;
      margin-top: 1rem; }
      .main-list__line span {
        border-radius: .1rem;
        height: 0.1rem;
        display: block;
        width: 0%;
        background: #fff; }
  .main-single {
    width: 100%; }
  .main-project {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 40rem; }
    .main-project .main-slider__item {
      height: 40rem; }
    .main-project__back {
      display: none; }
    .main-project .main-arrows {
      margin-bottom: 1rem;
      margin-top: -1rem; }
    .main-project__head {
      position: absolute;
      left: 0;
      top: 10rem;
      width: 100%;
      z-index: 2; }
      .main-project__head .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
      .main-project__head .card-fav {
        opacity: 1;
        width: 2rem;
        height: 2rem; }
        .main-project__head .card-fav .advice__text {
          margin-top: .5rem;
          top: 100%; }
    .main-project__breadcrumbs {
      padding: 0.25rem 0.75rem;
      border-radius: .25rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); }
      .main-project__breadcrumbs .breadcrumbs li a {
        color: #fff; }
        .main-project__breadcrumbs .breadcrumbs li a:hover {
          color: #D9E0EF; }

.stories {
  padding-top: 4rem; }
  .stories-wrap {
    position: relative; }
  .stories-item {
    cursor: pointer;
    transition: .6s all;
    position: relative;
    color: #fff;
    font-weight: 500; }
    .stories-item__info {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 1rem;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
    .stories-item__new {
      padding: 0 0.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #FF7900;
      color: #fff;
      border-radius: .25rem;
      font-size: 0.55rem;
      align-self: flex-start;
      height: 0.9rem; }
    .stories-item__wrap {
      background: linear-gradient(215deg, #D300C5 0%, #FC0170 41%, #FF6610 73%, #FFC700 100%);
      padding: 1px;
      width: 11.5rem;
      height: 8rem;
      border-radius: .75rem; }
    .stories-item__img {
      width: 100%;
      height: 100%;
      border-radius: .7rem;
      background: #fff;
      padding: 0.2rem;
      position: relative; }
      .stories-item__img::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - .4rem);
        height: calc(100% - .4rem);
        border-radius: .5rem;
        background: linear-gradient(180deg, rgba(28, 33, 45, 0) 0%, rgba(28, 33, 45, 0.6) 100%);
        content: ''; }
      .stories-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: .5rem; }
    .stories-item:hover {
      color: #FF7900; }
    .stories-item.old .stories-item__wrap {
      background: #CBD2E3; }
  .stories-arrows {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    justify-content: space-between;
    bottom: 3.25rem; }
    .stories-arrows__wrap {
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: .6s all; }
      .stories-arrows__wrap::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 4.5rem;
        height: 8rem;
        content: '';
        z-index: -1; }
      .stories-arrows__wrap.active {
        opacity: 1;
        visibility: visible; }
    .stories-arrows__left::before {
      background: linear-gradient(270deg, rgba(244, 246, 251, 0) 0%, rgba(244, 246, 251, 0.5) 50.14%, #F4F6FB 100%);
      left: 0; }
    .stories-arrows__right::before {
      right: 0;
      background: linear-gradient(90deg, rgba(244, 246, 251, 0) 0%, rgba(244, 246, 251, 0.5) 50.14%, #F4F6FB 100%); }
    .stories-arrows span {
      width: 1.5rem;
      height: 1.5rem;
      pointer-events: auto;
      position: relative;
      z-index: 1; }
      .stories-arrows span svg {
        width: 0.7rem;
        height: 0.7rem; }
    .stories-arrows .arrow-left {
      margin-left: -.75rem; }
    .stories-arrows .arrow-right {
      margin-right: -.75rem; }
  .stories-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #fff; }
    .stories-main__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: calc(100vh - 10rem);
      width: 23rem; }
    .stories-main__arrows span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 3rem;
      height: 3rem;
      border-radius: .5rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      z-index: 3; }
      .stories-main__arrows span img {
        width: 1.2rem; }
      .stories-main__arrows span:hover {
        background: #FF7900;
        color: #fff;
        border-radius: 3rem; }
    .stories-main__arrows .arrow-left {
      left: -5rem; }
    .stories-main__arrows .arrow-right {
      right: -5rem; }
    .stories-main__slider {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .stories-main__slider .owl-dots {
        display: flex;
        position: absolute;
        top: 1rem;
        left: 0;
        padding: 0 1rem;
        gap: .5rem;
        z-index: 2;
        width: 100%;
        pointer-events: none; }
        .stories-main__slider .owl-dots .owl-dot {
          flex-grow: 1;
          height: 0.1rem;
          border-radius: .1rem;
          background: rgba(255, 255, 255, 0.2);
          backdrop-filter: blur(25px);
          -webkit-backdrop-filter: blur(25px); }
          .stories-main__slider .owl-dots .owl-dot span {
            display: block;
            height: 0.1rem;
            border-radius: .1rem;
            background: #fff;
            width: 0%; }
          .stories-main__slider .owl-dots .owl-dot.active span {
            animation: lineFill 5s linear forwards; }
    .stories-main__item {
      height: calc(100vh - 10rem); }
      .stories-main__item img, .stories-main__item video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .stories-main__wrap {
      padding: 1rem;
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%; }
    .stories-main__head {
      display: flex;
      align-items: center;
      gap: .75rem;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .stories-main__ico {
      width: 2.7rem;
      height: 2.7rem;
      border-radius: 50%;
      background: #fff;
      flex-shrink: 0;
      padding: 0.25rem; }
      .stories-main__ico img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .stories-main__text {
      line-height: 1.5rem;
      margin-bottom: 2rem; }
      .stories-main__text a {
        color: #fff;
        font-weight: 500; }
    .stories-main__btns {
      display: flex;
      gap: 1rem; }
      .stories-main__btns .btn {
        width: calc(50% - .5rem);
        height: 2.5rem; }
        .stories-main__btns .btn-trans:hover {
          background: #fff;
          color: #1C212D; }
  .stories-tabs {
    height: 100%;
    overflow: hidden;
    border-radius: .75rem;
    background: #fff; }
  .stories-tab {
    display: none;
    position: relative;
    z-index: 1;
    padding: 1rem;
    height: 100%; }
    .stories-tab::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 5rem;
      content: '';
      z-index: -1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%); }
    .stories-tab::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 25rem;
      content: '';
      z-index: -1;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); }
    .stories-tab .tags {
      margin-top: 1.2rem; }
      .stories-tab .tags .tags-new {
        background: #FF7900; }
    .stories-tab.active {
      display: block; }

.choose {
  padding-top: 4rem; }

.card {
  width: calc(33.3333% - 1.33333rem); }
  .card.active .card-top {
    height: 10.5rem; }
  .card.active .card-total, .card.active .card-buttons {
    display: none; }
  .card.active .card-bottom {
    height: 14rem; }
  .card.active .card-end, .card.active .card-rooms {
    display: flex; }
  .card:hover .card-bottom {
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .card-top {
    height: 16rem;
    transition: .2s height;
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .card-top:hover .card-fav {
      opacity: 1; }
    .card-top:hover .card-total {
      bottom: 4rem; }
    .card-top:hover .card-buttons {
      opacity: 1; }
  .card-images {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    border-radius: .75rem; }
    .card-images__layer {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      display: flex; }
      .card-images__layer span {
        height: 100%;
        flex-grow: 1; }
    .card-images__list {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: -1; }
      .card-images__list img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0;
        transition: .2s opacity;
        object-fit: cover; }
        .card-images__list img.active {
          opacity: 1; }
  .card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem; }
  .card .tags li {
    backdrop-filter: none;
    background: #1C212D4D; }
    .card .tags li:first-child {
      background: #fff;
      color: #1C212D; }
  .card-fav {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(28, 33, 45, 0.3);
    border-radius: .4rem;
    opacity: 0; }
    .card-fav.active {
      color: #FF7900; }
      .card-fav.active svg path:last-child {
        stroke: #FF7900; }
      .card-fav.active:hover {
        background: #fff; }
    .card-fav:hover {
      background: #FF7900; }
  .card-total {
    background: rgba(28, 33, 45, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem;
    font-weight: 500;
    font-size: 0.6rem;
    height: 1.35rem;
    width: 2.65rem;
    border-radius: .25rem;
    transition: .2s all;
    pointer-events: none; }
    .card-total span {
      margin-right: 0.15rem; }
  .card-buttons {
    display: flex;
    gap: .75rem;
    position: relative;
    z-index: 2;
    opacity: 0; }
    .card-buttons .btn {
      width: calc(50% - .375rem);
      height: 2rem;
      font-size: 0.7rem; }
      .card-buttons .btn.active {
        background: #fff;
        color: #1C212D; }
  .card-bottom {
    background: #fff;
    border: 1px solid #fff;
    border-radius: .75rem;
    transition: .2s all;
    margin-top: 0.5rem;
    height: 8.5rem;
    padding: 1.25rem;
    overflow: hidden; }
    .card-bottom:hover {
      border-color: #FF7900; }
  .card-wrap {
    display: flex;
    gap: .75rem;
    align-items: flex-start; }
  .card-info {
    flex-grow: 1; }
    .card-info__name {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    .card-info__list {
      height: 1.5rem;
      position: relative;
      overflow: hidden;
      font-size: 0.7rem;
      font-weight: 400; }
      .card-info__list 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: #8B9AB8; }
        .card-info__list li:nth-child(1) {
          animation-delay: 0s; }
        .card-info__list li:nth-child(2) {
          animation-delay: 3s; }
        .card-info__list li:nth-child(3) {
          animation-delay: 6s; }
        .card-info__list li:nth-child(4) {
          animation-delay: 9s; }
        .card-info__list li:nth-child(5) {
          animation-delay: 12s; }
        .card-info__list li:nth-child(6) {
          animation-delay: 15s; }
        .card-info__list li:nth-child(7) {
          animation-delay: 18s; }
        .card-info__list li:nth-child(8) {
          animation-delay: 21s; }
        .card-info__list li:nth-child(9) {
          animation-delay: 24s; }
        .card-info__list li:nth-child(10) {
          animation-delay: 27s; }
        .card-info__list li div {
          display: flex;
          align-items: center;
          gap: .25rem;
          color: #8694B1; }
        .card-info__list li img {
          width: 0.9rem !important; }
        .card-info__list li::before {
          width: .35rem;
          height: 0.35rem;
          border-radius: 50%;
          background: #FF7900;
          content: '';
          margin: 0 .3rem; }
    .card-info__price {
      font-weight: 500;
      color: #FF7900;
      display: none; }
  .card-open {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    background: #F2F4FA;
    color: #FF7900;
    border-radius: .25rem; }
    .card-open svg {
      width: 0.8rem;
      height: 0.8rem; }
    .card-open.active {
      color: #fff;
      background: #FF7900; }
      .card-open.active svg {
        transform: rotate(180deg); }
  .card-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .6rem;
    font-size: 0.7rem;
    display: none; }
    .card-end a {
      color: #8B9AB8; }
      .card-end a:hover {
        color: #FF7900; }
  .card-price {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #E4E7F0;
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .card-price__text {
      font-weight: 500; }
    .card-price__total {
      color: #8B9AB8; }
  .card-rooms {
    margin-top: 1.1rem;
    display: none;
    gap: .55rem; }
    .card-rooms li {
      width: 2.5rem;
      height: 2.5rem;
      border: 1px solid #E4E7F0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      font-size: 0.7rem;
      border-radius: .5rem; }
      .card-rooms li:hover {
        color: #FF7900;
        border-color: #FF7900; }
      .card-rooms li.studio, .card-rooms li.all {
        width: auto;
        flex-grow: 1; }
      .card-rooms li.active {
        border-color: #FF7900;
        color: #fff;
        background: #FF7900; }
  .card-adv {
    height: 25rem;
    color: #fff;
    border-radius: .75rem;
    position: relative;
    z-index: 1;
    transition: .6s all;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .card-adv:hover {
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .card-adv:hover .card-buttons {
        height: 2.5rem;
        margin-top: 2rem; }
    .card-adv .tags li:first-child {
      color: #fff;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); }
    .card-adv .card-info__list li {
      color: #fff;
      border-radius: .25rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      width: auto;
      padding: 0 0.5rem; }
      .card-adv .card-info__list li div {
        color: #fff; }
        .card-adv .card-info__list li div img {
          filter: brightness(0) invert(1); }
    .card-adv .card-buttons {
      opacity: 1;
      transition: .2s all;
      height: 0;
      overflow: hidden; }
      .card-adv .card-buttons .btn {
        height: 2.5rem; }
      .card-adv .card-buttons .btn-trans {
        background: rgba(255, 255, 255, 0.2); }
        .card-adv .card-buttons .btn-trans.active {
          background: #fff; }
  .card__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
    .card__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(11, 11, 11, 0.3); }
    .card__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .card__more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }
    .card__more img {
      width: 1.2rem; }
    .card__more:hover {
      background: #FF7900; }
  .card__name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .card__price {
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .card-flat .card-head {
    position: relative;
    z-index: 2; }
  .card-flat .card-fav {
    opacity: 1;
    background: #F2F4FA; }
    .card-flat .card-fav svg path:last-child {
      stroke: #1C212D;
      transition: .6s all; }
    .card-flat .card-fav:hover {
      background: #FF7900; }
      .card-flat .card-fav:hover svg path:last-child {
        stroke: #fff; }
    .card-flat .card-fav.active:hover {
      background: #1C212D; }
    .card-flat .card-fav.active svg path:last-child {
      stroke: #FF7900; }
  .card-flat .card-bottom {
    z-index: 2;
    position: relative; }
  .card-flat .card-end {
    color: #8694B1; }
    .card-flat .card-end a {
      color: #FF7900;
      border-bottom: 1px solid transparent; }
      .card-flat .card-end a:hover {
        border-color: #FF7900; }
  .card-flat .tags li:first-child {
    color: #fff !important;
    background: #1C212D !important; }
  .card-flat.active .card-info__list {
    display: none; }
  .card-flat.active .card-info__price {
    display: block; }
  .card-flat.active .card-bottom {
    height: 21rem;
    margin-top: -6.5rem;
    box-shadow: 0px 5px 1.5rem 0px rgba(0, 48, 167, 0.1); }
  .card-flat.active .card-price {
    display: none; }
  .card-flat.active .card-buttons {
    opacity: 1;
    display: flex; }
    .card-flat.active .card-buttons .btn-trans {
      background: #F2F4FA;
      color: #1C212D; }
  .card-flat__info {
    padding: 1rem 0 1.25rem;
    border-top: 1px solid #E4E7F0;
    border-bottom: 1px solid #E4E7F0;
    margin: .9rem 0 .85rem;
    font-size: 0.75rem; }
    .card-flat__info li {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: flex-end;
      gap: .5rem; }
      .card-flat__info li div {
        color: #8694B1; }
      .card-flat__info li p {
        color: #1C212D; }
        .card-flat__info li p a {
          color: #1C212D; }
      .card-flat__info li span {
        flex-grow: 1;
        border-bottom: 1px dashed #D0D4E2; }
      .card-flat__info li:last-child {
        margin-bottom: 0; }
      .card-flat__info li:hover div {
        color: #1C212D; }
      .card-flat__info li:hover p {
        color: #FF7900; }
        .card-flat__info li:hover p a {
          color: #FF7900; }
  .card-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: .75rem;
    overflow: hidden;
    background: #fff; }
    .card-slider__item {
      height: 16rem;
      padding: 3rem; }
      .card-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .card-slider .owl-dots {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1.25rem;
      display: flex;
      gap: .25rem; }
      .card-slider .owl-dots .owl-dot {
        width: 0.7rem;
        height: 0.1rem;
        border-radius: .2rem;
        background: #D5D8E2; }
        .card-slider .owl-dots .owl-dot.active {
          background: #FF7900; }
    .card-slider__dots {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1.05rem;
      display: flex;
      gap: .25rem; }
      .card-slider__dots li {
        padding: 0.2rem 0;
        cursor: pointer; }
        .card-slider__dots li span {
          width: 0.7rem;
          height: 0.1rem;
          border-radius: .2rem;
          background: #D5D8E2;
          display: inline-flex; }
        .card-slider__dots li.active span {
          background: #FF7900; }
    .card-slider-no .card-slider__item {
      opacity: 0;
      transition: .2s; }
      .card-slider-no .card-slider__item:not(:first-child) {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
      .card-slider-no .card-slider__item.active {
        opacity: 1; }
  .card__btn {
    margin-top: 1rem;
    width: 100%;
    height: 2.5rem;
    font-size: 0.75rem;
    display: none; }
  .card-commerce.active .card-top {
    height: 12.5rem; }
  .card-commerce.active .card-bottom {
    height: 12rem; }
  .card-commerce.active .card__btn {
    display: flex; }
  .card-commerce.active .card-price {
    color: #FF7900; }
    .card-commerce.active .card-price__total {
      color: #1C212D; }
  .card-pagination {
    padding-top: 1.5rem; }
    .card-pagination__total {
      text-align: center;
      color: #8694B1;
      margin-bottom: 1.5rem; }
    .card-pagination__list {
      display: flex;
      justify-content: center;
      gap: .75rem; }
      .card-pagination__list li {
        display: inline-flex; }
        .card-pagination__list li:first-child {
          margin-right: 0.75rem; }
        .card-pagination__list li:last-child {
          margin-left: 0.75rem; }
      .card-pagination__list a {
        width: 3rem;
        height: 3rem;
        border-radius: .5rem;
        border: 1px solid #fff;
        background: #fff;
        color: #1C212D;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .card-pagination__list a.active {
          background: #FF7900;
          color: #fff;
          border-color: #fff; }
        .card-pagination__list a svg {
          color: #FF7900; }
        .card-pagination__list a:hover {
          color: #FF7900;
          border-color: #FF7900; }
  .card__about {
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    border-radius: .5rem;
    background: #F2F4FA;
    color: #FF7900;
    width: 100%; }
    .card__about svg {
      width: 0.9rem; }
    .card__about:hover {
      color: #fff;
      background: #FF7900; }
  .card__close {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 2rem;
    height: 2rem;
    color: #FF7900;
    right: -2.5rem;
    top: 0;
    background: #fff;
    box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem; }
    .card__close svg {
      width: 0.8rem; }
    .card__close:hover {
      background: #FF7900;
      color: #fff; }

.recommend {
  padding-top: 4rem; }

.links {
  padding-top: 4rem; }
  .links .owl-stage-outer {
    padding: 1rem;
    margin: -1rem; }
  .links-item {
    overflow: hidden;
    border-radius: .75rem;
    background: #fff;
    transition: .6s all;
    position: relative; }
    .links-item:hover {
      box-shadow: 0px 0.75rem 1rem 0px rgba(0, 48, 167, 0.1); }
      .links-item:hover .links-item__name {
        color: #FF7900; }
      .links-item:hover .links-item__arrow {
        border-color: #FF7900;
        background: #FF7900;
        color: #fff; }
    .links-item__head {
      padding: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      height: 8rem; }
    .links-item__name {
      font-size: 1rem;
      transition: .6s all;
      font-weight: 500;
      max-width: 8.5rem; }
    .links-item__arrow {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #E4E7F0;
      color: #FF7900;
      border-radius: .5rem;
      transition: .6s all;
      width: 2rem;
      flex-shrink: 0;
      height: 2rem; }
      .links-item__arrow svg {
        width: 0.8rem; }
    .links-item__img {
      border-radius: .75rem;
      height: 17rem;
      overflow: hidden; }
      .links-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .links-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }

.top {
  padding-top: 4rem; }
  .top-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem; }
  .top-item {
    width: calc(33.33333% - 1.3333rem);
    background: #fff;
    position: relative;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: .75rem;
    font-size: 0.9rem; }
    .top-item:hover .top-item__name {
      color: #FF7900; }
    .top-item:hover .top-item__count {
      color: #1C212D; }
    .top-item__logo {
      width: 4.5rem;
      height: 4.5rem;
      border-radius: .5rem;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
      padding: 0.5rem; }
      .top-item__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .top-item__name {
      font-weight: 500;
      margin-bottom: 0.5rem;
      transition: .6s all; }
    .top-item__count {
      color: #8694B1;
      transition: .6s all; }
    .top-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }

.new {
  padding-top: 4rem; }
  .new .card .tags li {
    background: #FF7900; }
    .new .card .tags li:first-child {
      background: #fff; }
  .new__more {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    border-radius: .75rem;
    color: #1C212D;
    gap: .5rem;
    background: #fff;
    margin-top: 2rem; }
    .new__more svg {
      transition: .6s all;
      color: #FF7900;
      width: 1.05rem; }
    .new__more:hover {
      background: #FF7900;
      color: #fff; }
      .new__more:hover svg {
        color: #fff; }

.business {
  padding-top: 4rem; }
  .business .card .tags li {
    background: #FF7900; }
    .business .card .tags li:first-child {
      background: #fff; }

.stock {
  padding-top: 4rem; }
  .stock .owl-stage-outer {
    padding: 1.5rem 1rem;
    margin: -1.5rem -1rem; }
  .stock-item {
    position: relative; }
    .stock-item:hover .stock-item__wrap {
      box-shadow: 0px 0.75rem 1rem 0px rgba(0, 48, 167, 0.1); }
    .stock-item .tags {
      position: absolute;
      width: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      padding: 1.25rem; }
      .stock-item .tags li {
        background: #FF7900;
        backdrop-filter: none; }
        .stock-item .tags li:first-child {
          color: #fff;
          background: rgba(28, 33, 45, 0.4);
          backdrop-filter: blur(15px);
          -webkit-backdrop-filter: blur(15px); }
    .stock-item__img {
      height: 14rem;
      border-radius: .75rem;
      overflow: hidden;
      margin-bottom: 0.5rem; }
      .stock-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .stock-item__wrap {
      transition: .6s all;
      background: #fff;
      border-radius: .75rem;
      padding: 1.25rem; }
    .stock-item__name {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-size: 0.9rem;
      line-height: 1.3rem;
      height: 2.6rem;
      margin-bottom: 2.4rem;
      font-weight: 500; }
    .stock-item__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 3rem;
      border-radius: .5rem;
      color: #1C212D;
      background: #F2F4FA;
      width: 100%;
      font-weight: 500; }
      .stock-item__btn span {
        width: 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 2rem;
        border-radius: .25rem;
        background: #FF7900;
        color: #fff;
        transition: .6s all;
        position: absolute;
        right: 0.5rem; }
        .stock-item__btn span svg {
          width: 0.8rem; }
      .stock-item__btn:hover {
        color: #fff;
        background: #FF7900; }
        .stock-item__btn:hover span {
          color: #FF7900;
          background: #fff; }
  .stock-select {
    margin-top: 2.5rem;
    height: 8rem;
    border-radius: .75rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-right: 2.5rem;
    padding-left: 2rem; }
    .stock-select__btn {
      flex-shrink: 0;
      height: 3rem;
      width: 10.7rem;
      gap: .5rem; }
      .stock-select__btn img {
        width: 1rem; }
    .stock-select__info {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
    .stock-select__img {
      flex-shrink: 0;
      width: 12.5rem; }
      .stock-select__img img {
        width: 100%;
        display: block; }
    .stock-select__title {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.5rem; }
      .stock-select__title span {
        color: #FF7900; }
    .stock-select__text {
      font-weight: 300;
      font-size: 0.85rem; }
  .stock-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .stock-popup__content {
      position: absolute;
      border-radius: 1rem;
      background: #fff;
      right: 1rem;
      top: 1rem;
      width: 22rem;
      height: calc(100% - 2rem);
      padding: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .stock-popup__close {
      top: 0;
      transform: none;
      left: -2.75rem;
      background: #FF7900; }
      .stock-popup__close:hover {
        border-radius: .6rem; }
    .stock-popup__img {
      margin: -0.5rem -.5rem 2rem;
      height: 12.5rem;
      border-radius: .75rem;
      overflow: hidden; }
      .stock-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .stock-popup .feedback__title {
      font-size: 0.9rem;
      padding: 0 0.5rem; }
    .stock-popup .feedback__text {
      padding: 0 3rem; }
    .stock-popup .form .btn {
      margin-top: 0.5rem; }
    .stock-popup__advice {
      font-size: 0.55rem;
      font-weight: 300;
      line-height: 1.45;
      text-align: center; }
  .stock-project__item {
    border-radius: .75rem;
    background: #fff;
    padding: 1.5rem;
    transition: .6s all;
    color: #8694B1;
    cursor: pointer; }
    .stock-project__item:hover {
      box-shadow: 0px 0.75rem 1rem 0px rgba(0, 48, 167, 0.1);
      color: #1C212D; }
      .stock-project__item:hover .stock-project__title {
        color: #FF7900; }
      .stock-project__item:hover .stock-project__bot svg {
        color: #FF7900; }
  .stock-project__title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1C212D;
    margin-bottom: 0.75rem;
    transition: .6s all; }
  .stock-project__text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.1rem;
    height: 2.2rem;
    margin-bottom: 3.7rem; }
  .stock-project__desc {
    display: none; }
  .stock-project__bot {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .stock-project__bot svg {
      width: 1.2rem;
      transition: .6s all;
      height: 1.2rem; }
  .stock-more {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .stock-more__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 22rem;
      border-radius: .75rem;
      background: #fff;
      padding: 2rem; }
    .stock-more__title {
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .stock-more__text {
      line-height: 1.1rem;
      margin-bottom: 3.5rem; }
    .stock-more__btn {
      width: 100%;
      height: 3rem;
      color: #1C212D;
      background: #F4F6FB; }
      .stock-more__btn:hover, .stock-more__btn .active {
        background: #FF7900;
        color: #fff; }
  .stock-page {
    padding-bottom: 1.5rem; }
    .stock-page .card-pagination__list {
      justify-content: flex-start; }
  .stock-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 0.5rem; }
    .stock-list .stock-item {
      width: calc(33.3333% - 1.3333rem); }
    .stock-list .banner-middle {
      margin: 0.5rem 0; }

.news {
  padding-top: 4rem; }
  .news .owl-stage-outer {
    padding: 1rem;
    margin: -1rem; }
  .news-item {
    position: relative;
    transition: .6s all;
    border-radius: .75rem;
    padding: 0.5rem;
    background: #fff; }
    .news-item:hover {
      box-shadow: 0px 0.75rem 1rem 0px rgba(0, 48, 167, 0.1); }
      .news-item:hover .news-item__date {
        color: #1C212D; }
      .news-item:hover .news-item__arrow {
        background: #FF7900;
        color: #fff;
        border-color: #FF7900; }
    .news-item .tags {
      position: absolute;
      width: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      padding: 1.5rem; }
      .news-item .tags li {
        background: rgba(28, 33, 45, 0.4);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); }
        .news-item .tags li:first-child {
          color: #1C212D;
          background: #fff; }
    .news-item__img {
      height: 14.5rem;
      border-radius: .5rem .5rem 0 0;
      overflow: hidden;
      margin-bottom: 0.5rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__wrap {
      padding: 0.75rem; }
    .news-item__name {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-size: 0.9rem;
      line-height: 1.3rem;
      height: 2.6rem;
      margin-bottom: 3.2rem;
      font-weight: 500; }
    .news-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .news-item__date {
      font-weight: 300;
      transition: .6s all;
      color: #8694B1; }
    .news-item__arrow {
      width: 1.7rem;
      height: 1.7rem;
      border-radius: .4rem;
      border: 1px solid #E4E7F0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #FF7900;
      transition: .6s all; }
      .news-item__arrow svg {
        width: .7rem; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1; }
  .news-choose {
    display: flex;
    gap: .75rem;
    margin-bottom: 2rem; }
    .news-choose li {
      display: inline-flex; }
      .news-choose li a {
        color: #1C212D;
        height: 2.5rem;
        padding: 0 1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        border-radius: .4rem;
        background: #fff; }
        .news-choose li a:hover {
          color: #FF7900; }
        .news-choose li a.active {
          pointer-events: none;
          background: #FF7900;
          color: #fff; }
  .news-page .card-pagination__list {
    justify-content: flex-start; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 0.5rem; }
    .news-list .news-item {
      width: calc(33.3333% - 1.3333rem); }
    .news-list .banner-middle {
      margin: 0.5rem 0;
      width: 100%; }
  .news-single .container {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start; }
  .news-single__main {
    width: calc(100% - 22rem); }
  .news-single__side {
    width: 20.5rem; }
  .news-single__other {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .news-single__img {
    height: 20rem;
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem; }
    .news-single__img .tags {
      position: absolute;
      top: 1.5rem;
      z-index: 2;
      left: 1.5rem; }
      .news-single__img .tags li {
        font-size: 0.7rem;
        height: 1.5rem;
        background: rgba(28, 33, 45, 0.4);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); }
        .news-single__img .tags li:first-child {
          background: #fff;
          color: #1C212D; }
    .news-single__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-single__content {
    background: #fff;
    border-radius: .75rem;
    padding: 3rem; }
  .news-single__title {
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 1.5rem; }
  .news-single__text {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4444; }
  .news-other__item {
    margin-bottom: 1rem;
    border-radius: .75rem;
    border: 1px solid #fff;
    background: #fff;
    padding: 1.5rem;
    position: relative;
    transition: .6s all; }
    .news-other__item:last-child {
      margin-bottom: 0; }
    .news-other__item:hover {
      border-color: #FF7900; }
      .news-other__item:hover .news-other__bot {
        color: #1C212D; }
        .news-other__item:hover .news-other__bot p {
          color: #FF7900; }
  .news-other__name {
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 2.4rem;
    margin-bottom: 1.5rem; }
  .news-other__bot {
    transition: .6s all;
    color: #8694B1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem; }
    .news-other__bot p {
      transition: .6s all; }
  .news-other__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }

.showed {
  padding-top: 4rem; }
  .showed-choose {
    display: flex;
    gap: .75rem; }
    .showed-choose li {
      padding: 0 1.5rem;
      height: 2.8rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: .4rem;
      background: #fff; }
      .showed-choose li:hover {
        color: #FF7900; }
      .showed-choose li.active {
        pointer-events: none;
        background: #FF7900;
        color: #fff; }
  .showed-tab {
    display: none;
    opacity: 0;
    transition: .3s opacity; }
    .showed-tab:first-child {
      display: block; }
    .showed-tab.active {
      opacity: 1; }
  .showed .card {
    width: 100%; }

.fav-choose {
  display: inline-flex;
  padding: 0.25rem;
  border: 1px solid #DBE0EF;
  align-items: center;
  gap: .25rem;
  border-radius: .5rem; }
  .fav-choose li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: .4rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    gap: .25rem; }
    .fav-choose li svg {
      width: 1rem;
      height: 1rem; }
    .fav-choose li:hover {
      color: #FF7900; }
    .fav-choose li.active {
      pointer-events: none;
      background: #FF7900;
      color: #fff; }
    .fav-choose li a {
      display: inline-flex;
      align-items: center;
      gap: .25rem;
      color: #1C212D; }
      .fav-choose li a:hover {
        color: #FF7900; }
.fav-empty {
  padding-top: 18vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .fav-empty__ico {
    margin-bottom: 1rem; }
    .fav-empty__ico img {
      width: 4rem;
      display: inline-block; }
  .fav-empty__title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.75rem; }
  .fav-empty__text {
    max-width: 19rem;
    margin: 0 auto 1.5rem; }
  .fav-empty__btn {
    height: 2.5rem;
    width: 10.5rem; }
.fav-tabs {
  padding: 2.25rem 0 4rem; }
.fav-tab {
  display: none; }
  .fav-tab:first-child {
    display: block; }
.fav-popup {
  position: fixed;
  z-index: 7;
  top: 1rem;
  right: 1rem;
  width: 15rem;
  border-radius: .5rem;
  box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
  padding: 1.25rem;
  background: #fff;
  display: none; }
  .fav-popup__title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    padding-right: 1rem; }
  .fav-popup__name {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 2rem; }
    .fav-popup__name span {
      height: 1rem;
      border-radius: .25rem;
      background: #FF7900;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.5rem;
      font-weight: 500;
      font-size: 0.6rem;
      color: #fff;
      text-transform: uppercase; }
  .fav-popup__close {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    top: 0.5rem;
    right: 0.5rem;
    position: absolute;
    color: #8694B1; }
    .fav-popup__close svg {
      width: .7rem;
      height: 0.7rem; }
    .fav-popup__close:hover {
      color: #FF7900; }
  .fav-popup__btn {
    width: 100%;
    background: #F2F4FA;
    color: #1C212D;
    font-size: 0.75rem;
    height: 2rem; }
    .fav-popup__btn:hover {
      color: #fff;
      background: #FF7900; }

.search-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20vh; }
  .search-empty__img {
    width: 15.5rem; }
    .search-empty__img img {
      width: 100%;
      display: block; }
.search-head {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.search__total, .search__reset {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  border-radius: .5rem;
  background: #fff; }
.search__total {
  padding: 0 1.5rem; }
  .search__total span {
    margin-left: 0.2rem;
    color: #FF7900; }
.search__reset {
  cursor: pointer;
  user-select: none;
  gap: .5rem;
  color: #8694B1;
  transition: .6s all;
  padding: 0 1rem; }
  .search__reset:hover {
    color: #FF7900; }
  .search__reset img {
    width: 1rem; }
.search .card-list {
  padding-bottom: 4rem; }
.search .card-info__name span {
  color: #FF7900; }

.profile-card {
  background: #fff;
  padding: 3rem;
  border-radius: .75rem; }
.profile__title {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight: 500; }
.profile-form {
  width: 17rem; }
  .profile-form__wrap {
    margin-bottom: 4rem; }
  .profile-form__save {
    display: none; }

.projects {
  padding-top: 4rem; }
  .projects .filter {
    margin-bottom: 2.5rem; }
  .projects .card-list {
    margin-top: 4rem; }
    .projects .card-list .banner-middle {
      margin: 0.5rem 0; }

.about {
  padding-top: 4rem; }
  .about .container {
    display: flex;
    gap: 2rem; }
  .about-img {
    width: 25rem;
    height: 30rem;
    border-radius: .75rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    position: relative;
    z-index: 1; }
    .about-img__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .about-img__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-img__btn {
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      background: rgba(111, 111, 111, 0.65);
      padding: 0.75rem;
      padding-left: 1.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      gap: 1rem;
      border-radius: .5rem;
      font-weight: 500;
      color: #fff; }
      .about-img__btn:hover {
        background: #FF7900; }
      .about-img__btn img {
        width: 2rem; }
  .about-card {
    width: calc(100% - 27rem);
    padding: 3rem;
    border-radius: .75rem;
    background: #fff;
    font-size: 0.9rem; }
    .about-card .section-title {
      margin-bottom: 1.5rem; }
  .about__text {
    font-weight: 300;
    line-height: 1.3rem;
    margin-bottom: 1rem; }
    .about__text.hidden {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      max-height: 6.5rem; }
  .about__show {
    color: #FF7900;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .25rem;
    margin-bottom: 2.5rem; }
    .about__show img {
      width: 1.1rem; }
    .about__show span:nth-child(2) {
      display: none; }
    .about__show.active span:nth-child(1) {
      display: none; }
    .about__show.active span:nth-child(2) {
      display: inline; }
    .about__show.active img {
      transform: rotate(180deg); }
  .about-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 0;
    font-weight: 300; }
    .about-numbers li {
      width: 33.33333%; }
      .about-numbers li div {
        font-size: 1.7rem;
        font-weight: 500;
        color: #FF7900;
        margin-bottom: 0.25rem; }
  .about-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .about-video__video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 45rem;
      height: 30rem; }
      .about-video__video video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: .75rem; }

.advantages {
  padding-top: 4rem; }
  .advantages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .advantages-item {
    width: calc(35% - 1rem);
    position: relative;
    height: 11rem;
    border-radius: .75rem;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer; }
    .advantages-item:hover .btn-arrow {
      background: #FF7900;
      color: #fff; }
    .advantages-item:nth-child(6n + 3), .advantages-item:nth-child(6n + 4) {
      width: calc(30% - 1rem); }
    .advantages-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .advantages-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.2) 50%, rgba(11, 11, 11, 0.5) 100%); }
      .advantages-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .advantages-item__arrow {
      align-self: flex-end; }
  .advantages-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .advantages-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: .75rem;
      background: #fff;
      width: 40rem; }
    .advantages-popup__slider.hidden {
      height: 0;
      opacity: 0; }
    .advantages-popup__img {
      height: 15rem;
      border-radius: .75rem .75rem 0 0;
      overflow: hidden; }
      .advantages-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .advantages-popup__wrap {
      min-height: 15rem;
      padding: 2rem; }
    .advantages-popup__title {
      font-size: 1.1rem;
      line-height: 1;
      font-weight: 500;
      margin-bottom: 1rem; }
    .advantages-popup__text {
      font-size: 0.9rem;
      font-weight: 300;
      line-height: 1.333; }
  .advantages-arrows span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .advantages-arrows .arrow-left {
    left: -4.5rem; }
  .advantages-arrows .arrow-right {
    right: -4.5rem; }

.property {
  padding-top: 4rem; }
  .property-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .property-item {
    width: calc(25% - 1.5rem);
    border-radius: .75rem;
    background: #fff;
    padding: 1.5rem 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: .6s all;
    font-size: 0.9rem; }
    .property-item:hover {
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .property-item:hover .property-item__ico {
        box-shadow: none;
        background: #FF7900;
        color: #fff; }
    .property-item__head div {
      color: #8694B1;
      margin-bottom: 0.5rem; }
    .property-item__head p {
      font-weight: 500; }
    .property-item__ico {
      transition: .6s all;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      align-self: flex-end;
      width: 3rem;
      height: 3rem;
      border-radius: .5rem;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
      color: #FF7900; }
      .property-item__ico svg {
        width: 1.2rem;
        height: 1.2rem; }

.flats {
  padding-top: 4rem; }
  .flats .section-head {
    margin-bottom: 1.5rem; }
  .flats-choose {
    display: flex;
    gap: .75rem; }
    .flats-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 2.4rem;
      border-radius: .4rem;
      padding: 0 1.5rem;
      color: #1C212D;
      background: #fff; }
      .flats-choose li.active {
        background: #FF7900;
        color: #fff;
        pointer-events: none; }
      .flats-choose li.total {
        pointer-events: none;
        color: #FF7900; }
  .flats .flats-slider .card {
    width: 100%; }

.flat-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem; }
.flat-card {
  background: #fff;
  border-radius: .75rem; }
.flat-wrap {
  width: 45rem; }
.flat-side {
  width: calc(100% - 47rem);
  position: sticky;
  top: 2rem;
  padding: 2rem; }
  .flat-side__mob {
    display: none; }
  .flat-side .tags {
    margin-bottom: 1rem; }
    .flat-side .tags li {
      background: #FF7900;
      height: 1.5rem;
      font-size: 0.7rem; }
      .flat-side .tags li:first-child {
        background: #1C212D; }
  .flat-side__price {
    margin-bottom: 1.5rem; }
    .flat-side__price div {
      font-size: 1.1rem;
      font-weight: 500;
      color: #FF7900;
      margin-bottom: 0.2rem; }
  .flat-side__developer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem; }
    .flat-side__developer:hover .flat-side__text {
      color: #FF7900; }
  .flat-side__logo {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #E4E7F0;
    flex-shrink: 0; }
    .flat-side__logo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .flat-side__text {
    transition: .6s all; }
    .flat-side__text div {
      color: #8694B1;
      font-size: 0.7rem;
      margin-bottom: 0.2rem; }
  .flat-side__btns .btn {
    margin-bottom: 0.5rem;
    height: 3rem;
    width: 100%;
    font-size: 0.9rem; }
    .flat-side__btns .btn:last-child {
      margin-bottom: 0; }
  .flat-side__btns .shownum {
    background: #F2F4FA;
    color: #1C212D; }
.flat-main {
  padding: 2.5rem;
  position: relative;
  margin-bottom: 2rem; }
  .flat-main__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem; }
  .flat-main .card-fav {
    opacity: 1;
    width: 2rem;
    height: 2rem;
    color: transparent;
    background: #F2F4FA; }
    .flat-main .card-fav svg {
      width: 1rem;
      height: 1rem; }
      .flat-main .card-fav svg path {
        stroke: #FF7900;
        transition: .6s all; }
    .flat-main .card-fav:hover {
      background: #FF7900; }
      .flat-main .card-fav:hover svg path {
        stroke: #fff; }
    .flat-main .card-fav.active {
      color: #FF7900; }
      .flat-main .card-fav.active:hover {
        background: #1C212D; }
  .flat-main__name {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .flat-main__text {
    color: #8694B1; }
    .flat-main__text span {
      color: #FF7900; }
.flat-gallery__images {
  width: 19rem;
  height: 19rem;
  margin: 0 auto 1rem;
  position: relative; }
  .flat-gallery__images img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: .6s all;
    object-fit: contain; }
    .flat-gallery__images img.active {
      opacity: 1; }
.flat-gallery__thumbs {
  display: flex;
  gap: 1rem; }
  .flat-gallery__thumbs li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    padding: 0.75rem;
    width: 7rem;
    height: 6rem;
    border-radius: .75rem;
    border: 1px solid #E4E7F0; }
    .flat-gallery__thumbs li img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
    .flat-gallery__thumbs li.active {
      border-color: #FF7900; }
.flat-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  width: 100%;
  justify-content: space-between;
  padding: 0 2.5rem;
  left: 0; }
  .flat-arrows span {
    border: 1px solid #E4E7F0;
    pointer-events: auto; }
    .flat-arrows span:hover {
      border-color: #FF7900; }
.flat-property {
  padding: 2.5rem;
  margin-bottom: 2rem; }
  .flat-property__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0; }
    .flat-property__list li {
      width: 28%; }
      .flat-property__list li:hover p {
        color: #FF7900; }
      .flat-property__list li:nth-child(4n + 3), .flat-property__list li:nth-child(4n + 4) {
        width: 22%; }
    .flat-property__list div {
      color: #8694B1;
      margin-bottom: 0.5rem; }
    .flat-property__list p {
      transition: .6s all;
      font-weight: 500;
      font-size: 0.9rem; }
.flat-map {
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem; }
  .flat-map .section-head {
    margin-bottom: 1.5rem; }
  .flat-map__address {
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    gap: .5rem; }
    .flat-map__address img {
      width: 1rem; }
  .flat-map__main {
    border-radius: .75rem;
    overflow: hidden;
    height: 24rem; }
    .flat-map__main #flatMap {
      width: 100%;
      height: 100%; }
  .flat-map__btn {
    position: absolute;
    bottom: 2.5rem;
    z-index: 2;
    left: 2.5rem;
    padding-left: 1rem;
    padding-right: 1.25rem;
    height: 2.5rem;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1C212D;
    background: #fff;
    gap: .5rem; }
    .flat-map__btn svg {
      color: #FF7900;
      transition: .6s all;
      width: 1rem; }
    .flat-map__btn:hover {
      background: #FF7900;
      color: #fff; }
      .flat-map__btn:hover svg {
        color: #fff; }
.flat-about {
  padding: 2.5rem; }
  .flat-about .section-title {
    margin-bottom: 1rem; }
  .flat-about__text {
    font-size: 0.9rem;
    line-height: 1.4444;
    font-weight: 300;
    margin-bottom: 2.5rem; }
  .flat-about__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    border-radius: .4rem;
    padding: 0 1.5rem;
    color: #1C212D;
    font-size: 0.9rem;
    background: #F2F4FA; }
    .flat-about__btn:hover {
      color: #fff;
      background: #FF7900; }

.more {
  padding-top: 4rem; }
  .more-list {
    display: flex;
    gap: 2rem; }
  .more-item {
    width: calc(33.333% - 1.3333rem);
    height: 15rem;
    border-radius: .75rem;
    position: relative;
    transition: .6s all;
    overflow: hidden;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 500; }
    .more-item:hover {
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .more-item:hover .more-item__arrow {
        color: #fff;
        background: #FF7900; }
    .more-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .more-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(11, 11, 11, 0.3); }
      .more-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .more-item__head {
      display: flex;
      justify-content: space-between; }
      .more-item__head .tags {
        flex-direction: column;
        align-items: flex-start; }
    .more-item__arrow {
      flex-shrink: 0; }
    .more-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }

.infra {
  padding-top: 4rem; }
  .infra__map {
    height: 30rem;
    border-radius: .75rem;
    background: #fff;
    padding: 1rem;
    position: relative;
    margin-bottom: 2rem; }
    .infra__map #infraMap {
      width: 100%;
      height: 100%;
      border-radius: .75rem;
      overflow: hidden; }
  .infra-list {
    position: absolute;
    z-index: 2;
    left: 2rem;
    top: 2rem;
    width: 12rem;
    border-radius: .5rem;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
    background: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .infra-list li {
      margin-bottom: 0.75rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #8694B1;
      font-size: 0.75rem;
      gap: .5rem; }
      .infra-list li svg {
        width: 1.5rem;
        height: 1.5rem; }
      .infra-list li:last-child {
        margin-bottom: 0; }
      .infra-list li.active {
        color: #fff;
        color: #1C212D; }
        .infra-list li.active svg {
          color: #FF7900; }
  .infra-info {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; }
    .infra-info__item {
      padding: 1rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      transition: .6s all;
      font-size: 0.75rem;
      width: calc(25% - 1.5rem);
      background: #fff;
      position: relative;
      border-radius: .75rem; }
      .infra-info__item:hover {
        box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
        color: #FF7900; }
        .infra-info__item:hover .infra-info__ico {
          background: #FF7900;
          color: #fff; }
        .infra-info__item:hover .infra-info__advice {
          display: block; }
    .infra-info__ico {
      width: 3rem;
      height: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      border-radius: .5rem;
      background: #fff;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
      color: #FF7900;
      transition: .6s all; }
      .infra-info__ico svg {
        width: 1.3rem; }
    .infra-info__text div {
      color: #8694B1;
      margin-bottom: 0.25rem; }
    .infra-info__text p {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-height: 1;
      height: 0.75rem; }
    .infra-info__advice {
      position: absolute;
      width: 100%;
      background: #fff;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
      border-radius: .75rem;
      left: 0;
      top: -6.5rem;
      padding: 1.5rem;
      display: none;
      color: #1C212D; }
  .infra-markers {
    display: none; }
    .infra-markers__item {
      border-radius: .25rem;
      font-family: 'Euclid Circular B', sans-serif;
      font-size: 0.7rem; }
  .infra .ymaps-2-1-79-balloon__close-button {
    display: none; }
  .infra .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    padding-right: 12px;
    margin-right: 0; }
  .infra .ymaps-2-1-79-balloon, .infra .ymaps-2-1-79-balloon__layout {
    border-radius: 5px; }

.other {
  padding-top: 4rem; }
  .other .card {
    width: 100%; }
  .other-developer {
    margin-top: 2.5rem;
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 1.5rem; }

.map {
  height: 100svh;
  position: relative; }
  .map .card {
    width: 20rem;
    padding: 0.5rem;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
    background: #fff;
    border-radius: .75rem;
    display: none;
    position: relative; }
    .map .card-bottom {
      border: none;
      padding: 0.75rem;
      box-shadow: none !important; }
    .map .card__about {
      margin-top: 1.5rem; }
  .map-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
    .map-main #mainMap {
      width: 100%;
      height: 100%; }
  .map-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none; }
  .map .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .map-list {
    pointer-events: auto; }
  .map-buttons {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem; }
    .map-buttons 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: .5rem;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1);
      background: #fff;
      color: #FF7900; }
      .map-buttons span svg {
        width: 1.2rem; }
      .map-buttons span:hover {
        background: #FF7900;
        color: #fff; }
  .map .my-cluster-icon {
    color: #fff;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .map .my-cluster-icon span {
      background: #FF7900;
      width: 4rem;
      height: 4rem;
      border-radius: .5rem;
      border: .1rem solid #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center; }

.developers {
  padding-bottom: 1.5rem; }
  .developers-wrap {
    display: flex;
    align-items: flex-start;
    gap: 2rem; }
  .developers-main {
    width: calc(100% - 17rem); }
  .developers-list {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .developers-item {
    width: 100%;
    padding: 1rem 1.25rem 1rem 1rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8694B1; }
    .developers-item:hover {
      border-color: #FF7900;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .developers-item:hover .developers-item__name {
        color: #FF7900; }
    .developers-item__main {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
    .developers-item__logo {
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.05);
      border-radius: .5rem;
      background: #fff;
      padding: 0.5rem;
      flex-shrink: 0; }
      .developers-item__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .developers-item__name {
      transition: .6s all;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      color: #1C212D;
      font-weight: 500;
      font-size: 0.9rem;
      margin-bottom: 0.5rem; }
      .developers-item__name img {
        width: 1.1rem; }
    .developers-item__btns {
      display: flex;
      flex-direction: column;
      gap: .5rem; }
      .developers-item__btns .btn {
        width: 10rem;
        height: 2.5rem;
        font-size: 0.75rem; }
        .developers-item__btns .btn-white {
          border: 1px solid #E4E7F0;
          color: #FF7900;
          background: #fff; }
          .developers-item__btns .btn-white:hover {
            color: #FF7900; }
  .developers .banner-middle {
    margin: 0;
    width: 100%; }
  .developers .card-pagination__list {
    justify-content: flex-start; }
  .developers-side {
    width: 15rem;
    position: sticky;
    top: 2rem;
    z-index: auto; }
    .developers-side .banner img {
      border-radius: .75rem; }

.developer-head {
  color: #fff;
  position: relative;
  height: 20rem;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
  margin-bottom: 2rem; }
  .developer-head__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .developer-head__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.4); }
    .developer-head__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .developer-head__content {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .developer-head__logo {
    width: 9rem;
    height: 7rem;
    border-radius: .5rem;
    background: #fff;
    padding: 1rem;
    flex-shrink: 0; }
    .developer-head__logo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .developer-head__btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 2.5rem;
    height: 2.5rem; }
  .developer-head__verify {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.75rem;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: 0.7rem;
    font-weight: 500; }
    .developer-head__verify img {
      width: 0.9rem; }
  .developer-head__name {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600; }
  .developer-head__info {
    display: flex;
    gap: 2.5rem; }
    .developer-head__info li {
      display: flex;
      align-items: center;
      gap: .75rem;
      font-weight: 600; }
      .developer-head__info li div {
        width: 3.5rem;
        height: 2.5rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-size: 1.1rem;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        transition: .6s all;
        border-radius: .5rem; }
        .developer-head__info li div:hover {
          background: #FF7900; }
.developer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 2rem; }
.developer-main {
  border-radius: .75rem;
  background: #fff;
  width: calc(100% - 22rem);
  padding: 3rem; }
.developer .about__text.hidden {
  -webkit-line-clamp: 22;
  max-height: 28.6rem; }
.developer .about__show {
  margin-bottom: 0; }
.developer-side {
  border-radius: .75rem;
  background: #fff;
  width: 20rem;
  padding: 2rem; }
  .developer-side__title {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .developer-side__info {
    margin-bottom: 2rem;
    font-size: 0.9rem; }
    .developer-side__info li {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: .5rem; }
      .developer-side__info li img {
        width: 1.2rem;
        flex-shrink: 0; }
      .developer-side__info li a {
        color: #1C212D; }
        .developer-side__info li a:hover {
          color: #FF7900; }

.services-list {
  padding: 0.5rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
.services-item {
  height: 25rem;
  width: calc(33.3333% - 1.3333rem);
  border-radius: .75rem;
  overflow: hidden;
  background: #fff;
  transition: .6s all;
  position: relative; }
  .services-item:hover {
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
    .services-item:hover .services-item__card {
      transform: none; }
  .services-item__main {
    height: 100%;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .services-item__name {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.27;
    max-width: 9rem; }
  .services-item__ico {
    width: 3.2rem;
    align-self: center; }
    .services-item__ico img {
      width: 100%;
      display: block; }
  .services-item__plus {
    width: 3rem;
    height: 3rem;
    border: 1px solid #E4E7F0;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .services-item__plus img {
      width: 1.2rem; }
  .services-item__card {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: .6s all;
    z-index: 1;
    background: #FF7900;
    color: #fff;
    padding: 2rem;
    transform: translateY(100%);
    border-radius: .75rem; }
    .services-item__card .services-item__name {
      margin-bottom: 1rem; }
  .services-item__text {
    font-size: 0.9rem;
    line-height: 1.4444;
    height: 12.4rem;
    margin-bottom: 1.5rem; }
  .services-item__btn {
    width: 100%;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #FF7900;
    border-radius: .5rem; }

.contact {
  padding-bottom: 1.5rem; }
  .contact .container {
    display: flex;
    gap: 1rem; }
  .contact__map {
    width: calc(100% - 23rem);
    border-radius: .75rem;
    padding: 1rem;
    background: #fff; }
    .contact__map #contactMap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: .5rem; }
  .contact-info {
    width: 22rem; }
    .contact-info__item {
      transition: .6s all;
      background: #fff;
      padding: 1.5rem;
      border-radius: .75rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 0.85rem;
      margin-bottom: 1rem; }
      .contact-info__item:last-child {
        margin-bottom: 0; }
      .contact-info__item:hover {
        color: #fff;
        background: #FF7900; }
        .contact-info__item:hover .contact-info__text div, .contact-info__item:hover .contact-info__text p a {
          color: #fff; }
    .contact-info__ico {
      width: 3rem;
      flex-shrink: 0;
      border-radius: .25rem;
      box-shadow: 0px 1rem 1.5rem 0px rgba(0, 48, 167, 0.1); }
      .contact-info__ico img {
        width: 100%;
        display: block; }
    .contact-info__text div {
      color: #8694B1;
      transition: .6s all;
      margin-bottom: 0.5rem; }
    .contact-info__text p {
      font-weight: 500; }
      .contact-info__text p a {
        color: #1C212D; }

.footer {
  padding-bottom: 3rem; }
  .footer-card {
    margin-top: 4rem;
    background: #fff;
    border-radius: .75rem;
    padding: 0 3rem; }
  .footer__title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem; }
    .footer__title img {
      display: none; }
  .footer-flats {
    padding: 3rem 0;
    margin-bottom: 3rem;
    border-bottom: 1px solid #E4E7F0;
    display: flex;
    justify-content: space-between; }
    .footer-flats__list {
      display: flex; }
    .footer-flats .footer-list {
      width: 15rem; }
  .footer-under {
    padding-bottom: 3rem; }
    .footer-under.open .footer-list li:nth-child(n+7) {
      display: block; }
    .footer-under__wrap {
      display: flex;
      margin-bottom: 2rem; }
    .footer-under .footer-list {
      width: 15rem; }
      .footer-under .footer-list li:nth-child(n+7) {
        display: none; }
    .footer-under__all {
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      color: #FF7900;
      gap: .5rem; }
      .footer-under__all img {
        width: 1rem; }
      .footer-under__all span:nth-child(2) {
        display: none; }
      .footer-under__all.active span:nth-child(1) {
        display: none; }
      .footer-under__all.active span:nth-child(2) {
        display: inline; }
      .footer-under__all.active span img {
        transform: rotate(180deg); }
  .footer-list li {
    margin-bottom: 1rem; }
    .footer-list li h5 {
      font-size: 0.8rem;
      font-weight: 500; }
    .footer-list li a {
      color: #1C212D;
      display: inline-flex;
      gap: .75rem; }
      .footer-list li a span {
        width: 1.5rem;
        height: 1rem;
        border-radius: .25rem;
        background: #FF7900;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 0.6rem; }
        .footer-list li a span.dark {
          background: #1C212D; }
      .footer-list li a:hover {
        color: #FF7900; }
    .footer-list li:last-child {
      margin-bottom: 0; }
  .footer-head {
    padding: 2.25rem 0;
    border-bottom: 1px solid #E4E7F0;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__logo {
    height: 2.5rem; }
    .footer__logo img {
      height: 100%;
      display: block; }
  .footer-info {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .footer-info__item div {
      color: #8694B1;
      margin-bottom: 0.5rem; }
    .footer-info__item p {
      font-weight: 500; }
      .footer-info__item p a {
        color: #1C212D; }
        .footer-info__item p a:hover {
          color: #FF7900; }
  .footer__top {
    margin-left: 2rem;
    width: 2.5rem;
    height: 2.5rem; }
    .footer__top img {
      width: 0.9rem; }
  .footer-menu {
    padding-right: 4rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between; }
  .footer-also {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
    .footer-also__title {
      color: #8694B1;
      margin-bottom: 0.75rem; }
    .footer-also__wrap {
      display: flex;
      gap: 3rem; }
    .footer-also__choose {
      display: flex;
      gap: .5rem; }
      .footer-also__choose li {
        display: inline-flex; }
      .footer-also__choose a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .5rem;
        background: #F2F4FA;
        color: #1C212D; }
        .footer-also__choose a svg {
          width: 1.2rem; }
        .footer-also__choose a:hover {
          color: #fff;
          background: #FF7900;
          border-radius: .75rem; }
        .footer-also__choose a.active {
          background: #FF7900;
          color: #fff;
          pointer-events: none; }
    .footer-also__currency a {
      width: 3rem; }
  .footer-social {
    display: flex;
    gap: .75rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: .5rem;
      background: #F2F4FA;
      color: #1C212D; }
      .footer-social a svg {
        width: 1.2rem; }
      .footer-social a:hover {
        color: #fff;
        background: #FF7900;
        border-radius: .75rem; }
  .footer-bot {
    padding: 2rem 0;
    border-top: 1px solid #E4E7F0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-bot__menu {
      display: flex;
      align-items: center;
      gap: 2rem; }
      .footer-bot__menu li {
        display: inline-flex; }
      .footer-bot__menu a {
        color: #8694B1; }
        .footer-bot__menu a:hover {
          color: #FF7900; }
        .footer-bot__menu a img {
          height: 1.2rem;
          display: block; }
  .footer-fixed {
    display: none; }

@media (max-width: 1500.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 18px; }

  .menu {
    display: none; }

  .fixed-btn {
    right: 1rem;
    bottom: 4rem; }

  .filter-row {
    display: none; }
  .filter-buttons {
    display: flex;
    gap: 1rem; }
  .filter-open {
    gap: .5rem;
    padding: 0 1.5rem; }
  .filter-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 0.8rem; }
    .filter-mobile__wrap {
      max-height: calc(100dvh - 9rem);
      overflow: auto;
      margin-bottom: 0.5rem; }
      .filter-mobile__wrap::-webkit-scrollbar {
        display: none; }
    .filter-mobile__content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: .75rem .75rem 0 0;
      background: #F4F6FB;
      padding: 1rem; }
    .filter-mobile__select {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      margin-bottom: 1.5rem; }
      .filter-mobile__select .filter-item {
        width: calc(50% - .25rem); }
      .filter-mobile__select .select {
        position: static; }
        .filter-mobile__select .select-dropdown {
          margin-top: 0.5rem;
          width: calc(100% - 2rem);
          left: 1rem; }
    .filter-mobile__item {
      margin-bottom: 1.5rem; }
    .filter-mobile__title {
      color: #8694B1;
      font-size: 0.6rem;
      margin-bottom: 0.75rem; }
    .filter-mobile .range-wrap {
      background: #fff;
      border: none; }
    .filter-mobile .range-choose li {
      background: #fff;
      border: none; }
      .filter-mobile .range-choose li.active {
        background: #FF7900; }
    .filter-mobile .filter-choose {
      font-size: 0.7rem; }
    .filter-mobile__btns {
      display: flex;
      gap: 1rem; }
      .filter-mobile__btns .btn {
        width: calc(50% - .5rem);
        height: 2.5rem;
        font-size: 0.8rem; }
        .filter-mobile__btns .btn-white {
          background: #fff;
          color: #FF7900; }

  .slider-item__wrap {
    flex-direction: column;
    gap: 2rem; }

  .breadcrumbs {
    white-space: nowrap;
    max-width: calc(100% - 1.5rem);
    overflow: auto;
    margin-left: -1rem;
    padding: 0 1rem; }
    .breadcrumbs::-webkit-scrollbar {
      display: none; }

  .page-head__back {
    width: 2rem;
    padding: 0; }
    .page-head__back img {
      width: 1rem;
      display: block; }
    .page-head__back span {
      display: none; }

  .header-top {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header-bot {
    display: none; }
  .header-wrap {
    gap: .5rem; }
  .header__tel, .header-icons, .header-dropdowns {
    display: none; }
  .header__profile {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    justify-content: center; }
    .header__profile span {
      display: none; }
    .header__profile svg path {
      stroke: #fff; }
  .header__search-mob {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    color: #fff; }
    .header__search-mob svg {
      width: 1.2rem; }
  .header-empty {
    margin: 1rem 0; }
    .header-empty__wrap {
      height: 3rem;
      gap: 2rem;
      padding-left: 0.75rem; }
    .header-empty-search .header__logo {
      display: none; }
  .header__back {
    width: 1.5rem;
    height: 1.5rem; }
    .header__back img {
      width: 0.7rem; }
  .header__logout {
    margin-right: 0; }
  .header-static .header__search-mob, .header-static .header__profile {
    color: #FF7900;
    background: #f2f4fa; }
    .header-static .header__search-mob svg path, .header-static .header__profile svg path {
      stroke: #FF7900; }

  .main-list__item {
    width: auto;
    flex-grow: 1; }
  .main-list__name {
    display: none; }
  .main-project__head {
    top: 6rem; }

  .stories-main__content, .stories-main__item {
    height: 40rem; }

  .card {
    width: calc(50% - 1rem); }

  .top-item {
    width: calc(50% - 1rem); }

  .stock-select {
    flex-direction: column;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .stock-list .stock-item {
    width: calc(50% - 1rem); }

  .news-choose {
    overflow: auto; }
    .news-choose::-webkit-scrollbar {
      display: none; }
    .news-choose li {
      flex-shrink: 0; }
      .news-choose li a {
        height: 2rem;
        padding: 0 0.75rem;
        min-width: 3.25rem; }
  .news-list .news-item {
    width: calc(50% - 1rem); }
  .news-single .container {
    flex-direction: column; }
  .news-single__main {
    width: 100%; }
  .news-single__side {
    width: 100%;
    padding-top: 2rem; }
  .news-other {
    display: flex;
    gap: 1rem;
    overflow: auto; }
    .news-other::-webkit-scrollbar {
      display: none; }
    .news-other__item {
      margin-bottom: 0;
      width: 15rem;
      flex-shrink: 0; }

  .profile .fav-choose li {
    padding: 0 1rem; }

  .about .container {
    flex-direction: column; }
  .about-img {
    width: 100%; }
  .about-card {
    width: 100%; }
  .about-video__video {
    width: calc(100% - 2rem); }

  .advantages-item {
    width: calc(50% - 1rem) !important; }
  .advantages-arrows {
    padding: 2rem 0;
    justify-content: center; }
    .advantages-arrows span {
      position: static;
      transform: none;
      background: #f2f4fa; }

  .property-item {
    width: calc(50% - 1rem); }

  .flats-arrows {
    display: none; }
  .flats-choose {
    overflow: auto; }
    .flats-choose li {
      flex-shrink: 0; }

  .flat-content {
    display: block; }
  .flat-side {
    display: none; }
    .flat-side__mob {
      display: block;
      position: static;
      width: 100%;
      margin-bottom: 2rem; }
  .flat-wrap {
    width: 100%; }

  .more-list {
    flex-wrap: wrap; }
  .more-item {
    width: 100%; }

  .infra-info__item {
    width: calc(50% - 1rem); }

  .developers-wrap {
    flex-direction: column-reverse; }
  .developers-side {
    display: none; }
  .developers-main {
    width: 100%; }

  .developer-wrap {
    flex-direction: column-reverse; }
  .developer-side {
    width: 100%; }
  .developer-main {
    width: 100%; }

  .services-item {
    width: calc(50% - 1rem); }

  .contact .container {
    flex-direction: column; }
  .contact__map {
    height: 25rem;
    width: 100%; }
  .contact-info {
    width: 100%; }

  .footer__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__title img {
      width: 1.2rem; }
    .footer__title.active img {
      transform: rotate(180deg); }
  .footer-flats {
    flex-direction: column; }
    .footer-flats__also {
      margin-top: 3rem; }
  .footer-under__wrap {
    flex-wrap: wrap;
    gap: 1rem; }
  .footer-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    position: relative; }
  .footer__top {
    position: absolute;
    top: 2.25rem;
    right: 0; }
  .footer-menu {
    padding-right: 0;
    flex-wrap: wrap;
    gap: 2rem; }
  .footer-bot {
    flex-direction: column;
    gap: 1.5rem; }
    .footer-bot__menu {
      flex-direction: column;
      gap: .75rem; }
      .footer-bot__menu li:last-child {
        margin-top: 0.5rem; }
  .footer-fixed {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 0;
    justify-content: space-evenly;
    height: 3rem;
    border-radius: .75rem .75rem 0 0;
    background: #fff;
    font-size: 0.5rem; }
    .footer-fixed li {
      display: inline-flex; }
    .footer-fixed a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: .15rem;
      color: #8694B1; }
      .footer-fixed a svg {
        width: 1.2rem;
        height: 1.2rem; }
      .footer-fixed a.active {
        color: #FF7900; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 20px; }

  body {
    font-size: 0.7rem; }

  .form input {
    height: 2.5rem;
    font-size: 0.8rem; }
  .form-input input {
    height: 2.7rem; }

  .close {
    width: 2rem;
    height: 2rem;
    top: -3rem; }

  .alert {
    padding: 0.5rem; }

  .feedback-content {
    top: auto;
    left: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: .75rem .75rem 0 0;
    padding: 2rem 1rem; }
  .feedback__title {
    font-size: 0.9rem; }
  .feedback__text {
    font-size: 0.75rem; }

  .login-content {
    top: auto;
    left: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: .75rem .75rem 0 0;
    padding: 2rem 1rem; }
  .login-form__code input {
    width: calc(20% - -.32rem); }

  .mobile-menu__wrap {
    max-height: calc(100% - 3rem);
    overflow: auto; }
    .mobile-menu__wrap::-webkit-scrollbar {
      display: none; }
  .mobile-menu .menu-list li {
    width: calc(50% - .25rem); }
    .mobile-menu .menu-list li a {
      height: 5rem;
      padding: 0.75rem; }
      .mobile-menu .menu-list li a svg {
        width: 1.2rem;
        height: 1.2rem; }

  .section-title {
    margin-bottom: 1.5rem;
    font-size: 1.1rem; }
  .section-head {
    margin-bottom: 1.5rem; }
    .section-head .arrows {
      display: none; }
  .section-link {
    gap: 0;
    height: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.5rem; }
    .section-link span {
      text-transform: capitalize; }
      .section-link span span {
        display: none; }

  .advice__text {
    padding: 0 0.5rem;
    height: 1.5rem;
    top: -1.75rem; }

  .container {
    padding: 0 1rem; }

  .fixed-btn {
    right: 0.5rem;
    width: 2rem;
    height: 2rem; }
    .fixed-btn img {
      width: 1.1rem; }

  .banner-middle {
    margin-top: 1.5rem; }
  .banner-popup__content {
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none; }
    .banner-popup__content img {
      border-radius: .75rem .75rem 0 0; }
  .banner-side {
    width: calc(100% - 2rem); }

  .filter-buttons .filter-open, .filter-buttons .filter__map {
    width: calc(50% - .5rem);
    height: 2.5rem;
    padding: 0; }

  .slider {
    margin: .75rem 0;
    padding: 1.25rem; }
    .slider-bot {
      position: static; }
    .slider-item {
      padding: 1.25rem 1.25rem 3rem; }
      .slider-item__head {
        justify-content: space-between; }
      .slider-item__name {
        font-size: 1rem; }
      .slider-item__text {
        font-size: 0.8rem;
        margin-bottom: 1rem; }
      .slider-item__tags {
        font-size: 0.6rem;
        gap: .25rem; }
        .slider-item__tags li {
          height: 1.25rem; }
      .slider-item__wrap {
        height: 100%;
        justify-content: space-between; }
      .slider-item__btns {
        width: 100%; }
        .slider-item__btns .btn {
          width: calc(50% - .5rem);
          padding: 0;
          height: 2rem; }
    .slider-arrows {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 2;
      justify-content: space-between;
      padding: 0 1.25rem; }
      .slider-arrows span {
        pointer-events: auto;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: .25rem; }
    .slider-choose {
      gap: .5rem; }
      .slider-choose__item {
        width: auto;
        flex-grow: 1; }
      .slider-choose__name {
        display: none; }

  .page-head {
    margin: 1rem 0; }

  .header-top {
    padding: 0.5rem 0; }
  .header__logo {
    width: 6rem; }

  .main {
    height: 30rem;
    padding-bottom: 1rem;
    border-radius: 0 0 .75rem .75rem; }
    .main-small .main-slider__item {
      height: 30rem;
      padding-bottom: 3.6rem; }
    .main-project__head {
      top: 7rem; }
    .main-project .main-slider__item {
      height: 30rem; }
    .main-project__breadcrumbs {
      padding: 0; }
    .main-project .breadcrumbs {
      display: none; }
    .main-project__back {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: .4rem;
      background: #FF7900;
      width: 2rem;
      height: 2rem; }
      .main-project__back img {
        width: 0.8rem; }
    .main-slider__item {
      height: 30rem;
      padding-bottom: 3.6rem; }
    .main-slider__logo {
      display: none; }
    .main-slider__title {
      font-size: 1.2rem; }
    .main-slider__text {
      font-size: 0.8rem; }
    .main-slider .tags {
      position: absolute;
      top: 6.5rem; }
    .main-slider__btns .btn {
      padding: 0;
      height: 2.5rem;
      width: calc(50% - .5rem); }
    .main-arrows {
      pointer-events: none;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 13rem;
      padding: 0 0.75rem;
      justify-content: space-between; }
      .main-arrows span {
        pointer-events: auto; }
    .main-list {
      gap: .5rem; }

  .stories {
    padding-top: 3rem; }
    .stories-item {
      margin-right: -.25rem; }
      .stories-item__wrap {
        width: 9rem;
        height: 7rem; }
    .stories-wrap .owl-stage-outer {
      padding: 0 1rem;
      margin: 0 -1rem; }
    .stories-arrows {
      display: none; }
    .stories-main__content, .stories-main__item {
      height: calc(100dvh - 8rem); }
    .stories-main__content {
      width: 100%;
      transform: none;
      left: 0;
      bottom: 0;
      top: auto; }
    .stories-main__arrows span {
      width: 2rem;
      height: 2rem; }
    .stories-main__arrows .arrow-left {
      left: 1rem; }
    .stories-main__arrows .arrow-right {
      right: 1rem; }
    .stories-tabs {
      border-radius: .75rem .75rem 0 0; }

  .card {
    width: 100%; }
    .card-list {
      gap: .75rem; }
      .card-list-scroll {
        flex-wrap: nowrap;
        margin-left: -0.75rem;
        padding: 0 0.75rem;
        width: calc(100% + 1.5rem);
        overflow: auto; }
        .card-list-scroll::-webkit-scrollbar {
          display: none; }
        .card-list-scroll .card {
          width: calc(97vw - 2rem);
          flex-shrink: 0; }
    .card.active .card-top {
      height: 9rem; }
    .card.active .card-bottom {
      height: 12.5rem; }
    .card.active .card-buttons {
      display: flex;
      opacity: 1; }
    .card-top {
      padding: 1rem;
      height: 14rem; }
    .card-bottom {
      padding: 1rem;
      height: 7.5rem; }
    .card-fav {
      opacity: 1; }
    .card-info__name {
      font-size: 0.85rem; }
    .card-price {
      margin-top: 0.8rem;
      padding-top: 0.8rem; }
    .card-rooms li {
      height: 2rem;
      width: 2rem; }
    .card-adv {
      padding: 1.25rem; }
      .card-adv .card-buttons {
        height: 2rem !important;
        margin-top: 2rem; }
        .card-adv .card-buttons .btn {
          height: 2rem; }
    .card__more {
      width: 2rem;
      height: 2rem; }
    .card__name {
      font-size: 1.1rem; }
    .card__price {
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    .card-flat.active .card-bottom {
      height: 20rem;
      margin-top: -7rem; }
    .card-flat__info {
      font-size: 0.7rem; }
    .card-commerce.active .card-top {
      height: 10.5rem; }
    .card-commerce.active .card-bottom {
      height: 11rem; }
    .card-pagination__list {
      gap: .25rem; }
      .card-pagination__list li:first-child {
        margin-right: 0.25rem; }
      .card-pagination__list li:last-child {
        margin-left: 0.25rem; }
      .card-pagination__list a {
        width: 2.4rem;
        height: 2.4rem; }

  .choose {
    padding-top: 3rem; }

  .recommend {
    padding-top: 3rem; }

  .links {
    padding-top: 3rem; }
    .links .owl-stage-outer {
      padding: 1.5rem 1rem;
      margin: -1.5rem -1rem; }
    .links-item {
      width: 15rem;
      margin-right: 0.75rem; }
      .links-item__head {
        padding: 1rem;
        height: 6rem; }
      .links-item__arrow {
        width: 1.5rem;
        height: 1.5rem; }
      .links-item__name {
        font-size: 0.85rem; }
      .links-item__img {
        height: 10rem; }

  .top {
    padding-top: 3rem; }
    .top-list {
      gap: 1rem; }
    .top-item {
      width: calc(50% - .5rem);
      flex-direction: column;
      padding: 1.5rem 0.5rem;
      text-align: center; }
      .top-item__name {
        font-size: 0.8rem; }
      .top-item__count {
        font-size: 0.75rem; }

  .new {
    padding-top: 3rem; }
    .new__more {
      margin-top: 1rem;
      height: 2.5rem;
      font-size: 0.8rem;
      border-radius: .75rem; }

  .business {
    padding-top: 3rem; }

  .stock .owl-stage-outer {
    padding: 1.5rem 1rem;
    margin: -1.5rem -1rem; }
  .stock-item {
    width: calc(97vw - 2rem);
    margin-right: 0.75rem; }
    .stock-item .tags {
      padding: 1rem; }
    .stock-item__img {
      height: 14rem; }
    .stock-item__wrap {
      padding: 1rem; }
    .stock-item__name {
      font-size: 0.8rem;
      line-height: 1.2rem;
      height: 2.4rem;
      margin-bottom: 1.6rem; }
    .stock-item__btn {
      height: 2.5rem; }
      .stock-item__btn span {
        width: 1.5rem;
        height: 1.5rem; }
  .stock-select {
    margin-top: 1.5rem;
    padding: 1.5rem; }
    .stock-select__info {
      flex-direction: column;
      text-align: center;
      gap: 0; }
    .stock-select__img {
      margin-left: 0.75rem;
      width: 10rem; }
    .stock-select__title {
      font-size: 0.9rem; }
    .stock-select__text {
      font-size: 0.8rem; }
    .stock-select__btn {
      width: 100%;
      height: 2.5rem; }
  .stock-popup__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .stock-popup__content {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 1rem;
    height: calc(100% - 3.5rem); }
  .stock-popup__img {
    height: 11rem;
    margin: 0 0 1.5rem; }
  .stock-popup .form .btn {
    height: 2.5rem; }
  .stock-project {
    font-size: 0.75rem; }
    .stock-project__item {
      width: 15rem;
      margin-right: 1rem; }
    .stock-project__text {
      margin-bottom: 3rem; }
  .stock-more__content {
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: .75rem .75rem 0 0;
    padding: 2rem 1rem;
    font-size: 0.75rem; }
  .stock-list {
    gap: 1rem;
    padding-bottom: 0; }
    .stock-list .stock-item {
      width: 100%;
      margin-right: 0; }

  .news {
    padding-top: 3rem; }
    .news .owl-stage-outer {
      padding: 1.5rem 1rem;
      margin: -1.5rem -1rem; }
    .news-item {
      width: calc(97vw - 2rem);
      margin-right: 0.75rem; }
      .news-item .tags {
        padding: 1rem; }
      .news-item__img {
        height: 14rem; }
      .news-item__wrap {
        padding: 0.5rem; }
      .news-item__name {
        font-size: 0.8rem;
        line-height: 1.2rem;
        height: 2.4rem;
        margin-bottom: 1.5rem; }
      .news-item__arrow {
        width: 1.5rem;
        height: 1.5rem; }
    .news-choose {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 2rem; }
    .news-list {
      padding-bottom: 0;
      gap: 1rem; }
      .news-list .news-item {
        width: 100%;
        margin-right: 0; }
    .news-single__img {
      height: 12rem; }
      .news-single__img .tags {
        left: 1rem;
        top: 1rem; }
        .news-single__img .tags li {
          height: 1.25rem;
          font-size: 0.6rem; }
    .news-single__content {
      padding: 1.5rem; }
    .news-single__title {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .news-single__text {
      font-size: 0.75rem; }
    .news-single__other {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .news-single__side {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .news-other {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem; }
      .news-other__item {
        padding: 1rem; }
      .news-other__bot {
        font-size: 0.75rem; }

  .showed {
    padding-top: 3rem; }
    .showed .owl-stage-outer {
      padding: 1.5rem 1rem;
      margin: -1.5rem -1rem; }
    .showed-choose {
      gap: .5rem; }
      .showed-choose li {
        height: 2rem;
        padding: 0 0.9rem;
        white-space: nowrap; }
    .showed .card {
      width: calc(97vw - 2rem);
      margin-right: 0.75rem; }

  .fav-choose {
    display: flex; }
    .fav-choose li {
      height: 2rem;
      padding: 0 0.5rem;
      flex-grow: 1; }
  .fav-empty__img img {
    width: 3.5rem; }
  .fav-empty__title {
    font-size: 0.9rem; }
  .fav-popup {
    top: auto;
    bottom: 1rem;
    width: calc(100% - 2rem);
    padding: 1rem;
    font-size: 0.8rem; }
    .fav-popup__name {
      margin-bottom: 1.5rem; }
  .fav-tabs {
    padding-top: 1rem; }

  .search-empty__img {
    width: 12.5rem; }
  .search-head {
    margin-bottom: 1rem; }
  .search__total, .search__reset {
    height: 2rem; }
  .search__total {
    padding: 0 1rem; }
  .search__reset {
    padding: 0 0.75rem; }

  .profile .fav-choose {
    overflow: auto; }
    .profile .fav-choose li {
      flex-shrink: 0; }
    .profile .fav-choose::-webkit-scrollbar {
      display: none; }
  .profile-card {
    padding: 1.25rem; }
  .profile__title {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .profile-form {
    width: 100%; }

  .projects {
    padding-top: 3rem; }
    .projects .filter {
      margin-bottom: 2rem; }
    .projects .card-list {
      margin-top: 2rem; }
      .projects .card-list .banner-middle {
        margin: 0.75rem 0; }

  .about {
    padding-top: 3rem; }
    .about .container {
      gap: 1rem; }
    .about-img {
      padding: 1rem;
      height: 15rem; }
      .about-img__btn {
        padding: 0.5rem;
        padding-left: 1.25rem;
        font-size: 0.8rem; }
    .about-card {
      padding: 1.5rem;
      font-size: 0.75rem; }
      .about-card .section-title {
        margin-bottom: 1rem; }
    .about__text {
      line-height: 1.1rem;
      max-height: 5.5rem;
      font-size: 0.75rem; }
    .about__show {
      margin-bottom: 1.5rem; }
    .about-numbers li {
      width: 50%; }
      .about-numbers li div {
        font-size: 1.5rem; }
    .about-video__video {
      height: 20rem; }

  .advantages {
    padding-top: 3rem; }
    .advantages-list {
      gap: 1rem; }
    .advantages-item {
      width: 100% !important;
      height: 7rem;
      padding: 1rem;
      font-size: 0.85rem; }
    .advantages-popup__content {
      transform: none;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: .75rem .75rem 0 0;
      padding: 1rem 1rem 0;
      font-size: 0.75rem; }
    .advantages-popup__wrap {
      padding: 0;
      min-height: 9rem; }
    .advantages-popup__img {
      border-radius: .5rem;
      height: 11rem;
      margin-bottom: 1rem; }
    .advantages-popup__title {
      font-size: 0.9rem; }
    .advantages-popup__text {
      font-size: 0.75rem; }

  .property {
    padding-top: 3rem; }
    .property-list {
      gap: 1rem; }
    .property-item {
      width: calc(50% - .5rem);
      font-size: 0.8rem;
      padding: 1rem;
      gap: 2rem; }

  .flats {
    padding-top: 3rem; }
    .flats .owl-stage-outer {
      padding: 1.5rem 1rem;
      margin: -1.5rem -1rem; }
    .flats .section-head {
      display: block; }
    .flats-choose {
      gap: .5rem;
      margin-left: -1rem;
      width: 100vw;
      padding: 0 1rem; }
      .flats-choose::-webkit-scrollbar {
        display: none; }
      .flats-choose li {
        height: 2rem;
        padding: 0 0.9rem;
        white-space: nowrap; }
    .flats .flats-slider .card {
      width: calc(97vw - 2rem);
      margin-right: 0.75rem; }

  .flat-main {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0; }
    .flat-main .card-fav {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 2;
      width: 1.5rem;
      height: 1.5rem; }
      .flat-main .card-fav svg {
        width: 0.8rem;
        height: 0.8rem; }
    .flat-main__head {
      margin: 1rem 0;
      background: #fff;
      border-radius: .75rem;
      padding: 1.5rem; }
    .flat-main__name {
      font-size: 1rem; }
    .flat-main__text {
      font-size: 0.8rem; }
  .flat-gallery {
    padding: 2.5rem;
    background: #fff;
    border-radius: .75rem;
    position: relative; }
    .flat-gallery__thumbs {
      display: none; }
    .flat-gallery__images {
      width: calc(100vw - 7rem);
      height: calc(100vw - 7rem);
      margin-bottom: 0; }
  .flat-arrows {
    padding: 0 1rem; }
    .flat-arrows span {
      width: 1.5rem;
      height: 1.5rem; }
  .flat-side {
    padding: 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 1rem; }
    .flat-side .tags li {
      height: 1.25rem;
      font-size: 0.6rem; }
    .flat-side__price div {
      font-size: 1rem; }
    .flat-side__developer {
      margin-bottom: 3rem; }
    .flat-side__btns .btn {
      height: 2.5rem;
      font-size: 0.8rem; }
  .flat-property {
    margin-bottom: 1rem;
    padding: 1.5rem; }
    .flat-property__list {
      gap: 1.5rem; }
      .flat-property__list li {
        width: 100% !important;
        font-size: 0.8rem; }
        .flat-property__list li p {
          font-size: 0.8rem; }
  .flat-map {
    padding: 1rem;
    margin-bottom: 1rem; }
    .flat-map .section-head {
      flex-direction: column;
      align-items: flex-start;
      gap: .75rem;
      padding: 0 0.5rem; }
    .flat-map__address img {
      width: 0.9rem; }
    .flat-map__main {
      height: 18rem; }
    .flat-map__btn {
      bottom: 2rem;
      left: 2rem; }
  .flat-about {
    padding: 1.5rem; }
    .flat-about__text {
      font-size: 0.75rem;
      margin-bottom: 1.5rem; }
    .flat-about__btn {
      height: 2.5rem;
      font-size: 0.8rem;
      width: 100%; }

  .more {
    padding-top: 3rem; }
    .more-list {
      gap: 1rem; }
    .more-item {
      height: 11rem;
      padding: 1rem;
      font-size: 0.85rem; }

  .infra__map {
    padding: 0;
    height: 28rem;
    margin-bottom: 1rem; }
    .infra__map #infraMap {
      border-radius: .75rem; }
  .infra-list {
    top: auto;
    bottom: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    flex-direction: row;
    overflow: auto;
    padding: 0.75rem;
    gap: 1rem; }
    .infra-list::-webkit-scrollbar {
      display: none; }
    .infra-list li {
      margin-bottom: 0;
      flex-shrink: 0; }
  .infra-info {
    gap: 1rem; }
    .infra-info__item {
      width: 100%;
      gap: .75rem;
      padding: 0.75rem; }
    .infra-info__ico {
      width: 2.5rem;
      height: 2.5rem; }
    .infra-info__text p {
      font-size: 0.75rem; }

  .other {
    padding-top: 3rem; }
    .other .owl-stage-outer {
      padding: 1.5rem 1rem;
      margin: -1.5rem -1rem; }
    .other .card {
      width: calc(97vw - 2rem);
      margin-right: 0.75rem; }

  .map-buttons {
    display: none; }
  .map .container {
    padding: 0;
    align-items: flex-end;
    padding-bottom: 3rem; }
  .map-list {
    width: 100%; }
  .map .card {
    width: 100%; }
    .map .card__close {
      right: 50%;
      transform: translate(50%);
      width: 1.5rem;
      height: 1.5rem;
      top: -2rem; }
    .map .card__about {
      margin-top: 1rem; }
    .map .card-bottom {
      padding: 0.5rem; }

  .developers-wrap {
    gap: 1rem; }
  .developers-side {
    display: block;
    width: 100%;
    position: static; }
  .developers-item {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    font-size: 0.8rem; }
    .developers-item__main {
      gap: 1.25rem; }
    .developers-item__logo {
      width: 4rem;
      height: 4rem;
      padding: 0.5rem; }
    .developers-item__name {
      font-size: 0.9rem; }
      .developers-item__name img {
        width: 1rem; }
    .developers-item__btns {
      width: 100%; }
      .developers-item__btns .btn {
        height: 2.5rem;
        width: 100%; }

  .developer-head {
    padding: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1rem; }
    .developer-head__content {
      flex-direction: column;
      gap: 3rem;
      align-items: flex-start; }
    .developer-head__logo {
      height: 4rem;
      width: 6rem;
      padding: 0.5rem;
      border-radius: .5rem; }
    .developer-head__btn {
      width: 2rem;
      height: 2rem; }
    .developer-head__verify {
      top: 1.5rem;
      right: 1.5rem; }
    .developer-head__name {
      font-size: 1.1rem; }
    .developer-head__info {
      flex-wrap: wrap;
      gap: 1rem; }
      .developer-head__info li {
        width: calc(50% - .5rem); }
        .developer-head__info li div {
          width: auto;
          padding: 0 0.6rem;
          min-width: 2.5rem;
          font-size: 0.85rem; }
  .developer-wrap {
    gap: 1rem; }
  .developer-side {
    padding: 1.5rem; }
    .developer-side__title {
      font-size: 1.1rem; }
    .developer-side__info {
      font-size: 0.8rem; }
  .developer-main {
    padding: 1.5rem; }
    .developer-main .section-title span {
      display: block; }
  .developer .about__text.hidden {
    -webkit-line-clamp: 9;
    max-height: 9.9rem; }

  .services-list {
    gap: .5rem; }
  .services-item {
    width: 100%;
    height: auto;
    padding: 1.25rem; }
    .services-item__main {
      padding: 0;
      height: auto;
      flex-direction: row;
      align-items: center; }
    .services-item__name {
      max-width: none;
      font-size: 0.9rem; }
    .services-item__plus {
      width: 1.5rem;
      height: 1.5rem;
      background: #fff; }
      .services-item__plus img {
        width: 0.9rem;
        transition: .6s all; }
    .services-item__ico {
      display: none; }
    .services-item__card {
      position: static;
      transform: none;
      padding: 0;
      background: none;
      padding-top: 1.5rem;
      display: none;
      transition: none;
      width: auto;
      height: auto; }
      .services-item__card .services-item__name {
        display: none; }
    .services-item__text {
      height: auto;
      font-size: 0.75rem;
      margin-bottom: 2rem; }
    .services-item__btn {
      font-size: 0.8rem;
      height: 2.5rem; }
    .services-item.active {
      background: #FF7900;
      color: #fff; }
      .services-item.active .services-item__plus {
        border-color: #fff; }
        .services-item.active .services-item__plus img {
          transform: rotate(45deg); }

  .contact__map {
    padding: 0.75rem;
    height: calc(100vw - 2rem); }
  .contact-info__item {
    padding: 1rem;
    font-size: 0.8rem; }

  .footer-card {
    margin-top: 3rem;
    padding: 0 1.5rem; }
  .footer-flats {
    padding: 1.5rem 0 0;
    margin-bottom: 1.5rem; }
    .footer-flats__list {
      flex-wrap: wrap;
      gap: 0;
      display: none; }
    .footer-flats .footer-list {
      width: 100%; }
    .footer-flats__also {
      margin-top: 1.5rem;
      display: none;
      padding-bottom: 1.5rem; }
    .footer-flats.active .footer-flats__list {
      display: flex; }
    .footer-flats.active .footer-flats__also {
      display: block; }
  .footer-list li {
    margin-bottom: 0.75rem; }
    .footer-list li:last-child {
      margin-bottom: 0; }
  .footer-under {
    padding-bottom: 0; }
    .footer-under .footer__title {
      margin-bottom: 0;
      padding-bottom: 1.5rem; }
    .footer-under .footer-list li:nth-child(n+7) {
      display: block; }
    .footer-under__wrap {
      display: none;
      padding-bottom: 1.5rem;
      gap: 1.5rem 0; }
    .footer-under__all {
      display: none; }
    .footer-under.active .footer-under__wrap {
      display: flex; }
  .footer__title {
    margin-bottom: 1.5rem;
    font-size: 0.8rem; }
    .footer__title img {
      display: block; }
  .footer-head {
    padding: 1.5rem 0 2rem;
    margin-bottom: 2rem; }
  .footer__logo {
    height: 1.65rem; }
  .footer__top {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.6rem;
    border-radius: .4rem; }
    .footer__top img {
      width: 0.7rem; }
  .footer-info {
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer-menu {
    margin-bottom: 2rem; }
    .footer-menu .footer-list {
      width: calc(50% - 1rem); }
  .footer-also {
    flex-direction: column;
    gap: 2rem; }
    .footer-also__title {
      font-size: 0.8rem; }
    .footer-also__wrap {
      gap: 0;
      justify-content: space-between; } }
@media (max-width: 400.98px) {
  :root {
    font-size: 19px; }

  .showed-choose li {
    padding: 0 0.6rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 12px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 10px; } }

/*# sourceMappingURL=main.css.map */
