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

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

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

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

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

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

html {
  scroll-behavior: smooth; }

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

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

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

body {
  font-family: 'Stolzl', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #283647; }

.container {
  padding: 0 5rem; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.section-title {
  font-weight: 500;
  font-size: 2.15rem; }

.fixed-btn {
  position: fixed;
  right: 0;
  z-index: 5;
  bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #DDA143;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 3.4rem 0 0 3.4rem; }
  .fixed-btn img {
    width: 1.05rem; }
  .fixed-btn:hover {
    background: #D8942B; }

.social {
  display: flex;
  gap: 1.5rem; }
  .social li {
    display: inline-flex; }
  .social a {
    display: inline-flex;
    width: 1.1rem;
    color: #fff; }
    .social a svg {
      width: 100%; }
    .social a:hover {
      color: #DDA143; }

.arrows {
  display: flex;
  align-items: center; }
  .arrows span {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    background: #fff; }
    .arrows span img {
      width: 1.1rem; }
    .arrows span:hover {
      background: #283647; }

.mobile-menu {
  display: none; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes preloaderLogo {
  to {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #DDA143 url(../img/pattern-news.png) bottom left no-repeat;
  background-size: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .preloader__logo {
    width: 27rem;
    opacity: 0;
    transform: scale(0.8);
    animation: preloaderLogo 2s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    width: 24rem;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1); }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none; }
    .feedback__close img {
      width: .5rem; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: center; }
  .feedback__text {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      width: 100%;
      height: 3.1rem;
      border: 1px solid #283647;
      margin-bottom: 0.8rem;
      border-radius: 3.5rem;
      text-align: center;
      color: #283647;
      outline: none; }
      .feedback-form input::placeholder {
        color: rgba(40, 54, 71, 0.5); }
    .feedback-form .btn {
      width: 100%;
      height: 3.1rem;
      margin-top: .4rem;
      border-radius: 3.5rem;
      background: #283647;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .feedback-form .btn:hover {
        background: #DDA143; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 10rem; }

.db {
  display: block; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.9rem 0;
  transition: .6s all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  z-index: 5; }
  .header-mobile {
    display: none; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 12rem;
    transition: .6s all; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw; }
  .header-menu {
    display: flex;
    gap: 1.75rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        color: #DDA143; }
  .header__tel {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-weight: 600; }
    .header__tel svg {
      width: 0.8rem; }
    .header__tel:hover {
      color: #DDA143; }
  .header__lang {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%; }
    .header__lang:hover {
      background: #fff;
      color: #283647; }
  .header__btn {
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    height: 2.6rem;
    width: 10rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.6rem; }
    .header__btn:hover {
      background: #fff;
      color: #283647; }
  .header-scrolled {
    padding: 0.75rem 0;
    background: #fff;
    border: none;
    box-shadow: 0 0.2rem 0.5rem rgba(40, 54, 71, 0.1); }
    .header-scrolled .social a {
      color: #283647; }
      .header-scrolled .social a:hover {
        color: #DDA143; }
    .header-scrolled .header__logo {
      width: 10rem; }
    .header-scrolled .header-menu a, .header-scrolled .header__tel {
      color: #283647; }
      .header-scrolled .header-menu a:hover, .header-scrolled .header__tel:hover {
        color: #DDA143; }
    .header-scrolled .header__lang, .header-scrolled .header__btn {
      border-color: #283647;
      color: #283647; }
      .header-scrolled .header__lang:hover, .header-scrolled .header__btn:hover {
        background: #283647;
        color: #fff; }

.main {
  color: #fff;
  position: relative; }
  .main-item {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center; }
    .main-item .container {
      width: 100%; }
    .main-item__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      display: flex; }
      .main-item__bg::before {
        height: 100%;
        width: 24rem;
        content: '';
        background: #DDA143 url(../img/pattern.png) bottom left no-repeat;
        background-size: contain; }
    .main-item__img {
      width: calc(100% - 24rem);
      position: relative; }
      .main-item__img::after {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.4); }
      .main-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .main-item__main {
      max-width: 45rem;
      margin-bottom: 3rem; }
    .main-item__logo {
      width: 10rem;
      margin-bottom: 1.2rem; }
      .main-item__logo img {
        width: 100%;
        display: block; }
    .main-item__title {
      font-weight: 600;
      font-size: 4.5rem; }
    .main-item__info {
      max-width: 22.5rem;
      display: flex;
      flex-direction: column; }
    .main-item__text {
      padding-left: 1.4rem;
      position: relative;
      margin-bottom: 1.5rem; }
      .main-item__text::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 0.2rem;
        height: 100%;
        border-radius: .4rem;
        background: #DDA143;
        content: ''; }
    .main-item__btn {
      display: inline-flex;
      align-items: center;
      width: 12.5rem;
      height: 3rem;
      padding: 0 1.5rem;
      gap: 1rem;
      align-self: flex-end;
      color: #fff;
      background: rgba(47, 47, 47, 0.1);
      backdrop-filter: blur(12px);
      border-radius: 3rem; }
      .main-item__btn img {
        width: 1.2rem !important; }
      .main-item__btn:hover {
        background: #DDA143; }
  .main-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    .main-info__wrap {
      display: flex;
      padding: 3rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      gap: .7rem; }
    .main-info__count strong {
      font-weight: 600;
      font-size: 1rem; }
    .main-info__count div {
      display: flex;
      margin-top: 0.2rem; }

.about {
  margin-top: -5rem;
  padding-top: 5rem; }
  .about-main {
    display: flex;
    position: relative;
    z-index: 2; }
  .about-img {
    width: 61%;
    height: 30rem;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5rem; }
    .about-img img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      object-fit: cover;
      z-index: -1;
      display: block; }
    .about-img h2 {
      font-size: 4rem;
      line-height: 100%;
      font-weight: 500; }
  .about__logo {
    width: 12rem;
    margin-bottom: 1.8rem; }
    .about__logo img {
      width: 100%;
      display: block; }
  .about-desc {
    width: 39%;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .about-desc::after {
      position: absolute;
      right: -9.5rem;
      top: -15rem;
      width: 30rem;
      height: 34rem;
      background: url(../img/pattern-about.png) center center no-repeat;
      background-size: contain;
      z-index: -1;
      content: '';
      animation: rotate 15s linear infinite; }
    .about-desc__wrap {
      max-width: 20rem; }
  .about-numbers {
    display: flex;
    border-top: 1px solid #D5DCE5;
    border-bottom: 1px solid #D5DCE5;
    margin-top: -1px; }
    .about-numbers__item {
      width: 22%;
      border-right: 1px solid #D5DCE5;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2.5rem 0;
      overflow: hidden; }
      .about-numbers__item:first-child {
        width: 34%;
        border-right: none;
        color: #fff;
        background: #DDA143; }
      .about-numbers__item:last-child {
        border-right: none; }
    .about-numbers__name {
      max-width: 8rem;
      margin-bottom: 4rem;
      min-height: 2.2rem; }
    .about-numbers__value {
      line-height: 100%;
      font-size: 7.5rem;
      font-weight: 500; }

.projects {
  padding-top: 9.5rem; }
  .projects .section-title {
    margin-bottom: 2.5rem; }
  .projects-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; }
  .projects-item {
    width: calc(50% - 1rem);
    height: 31rem;
    position: relative;
    padding: 3rem 3rem 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .projects-item:hover .projects-item__img img {
      transform: scale(1.05); }
    .projects-item:hover .projects-item__text {
      opacity: 1;
      transform: none; }
    .projects-item:hover .projects-item__btn {
      background: #DDA143;
      color: #fff; }
    .projects-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      overflow: hidden; }
      .projects-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.45); }
      .projects-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: .6s all; }
    .projects-item__status {
      position: absolute;
      right: 2rem;
      top: 2rem; }
    .projects-item__title {
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 0.5rem;
      line-height: 100%; }
    .projects-item__info {
      display: flex;
      gap: 1.5rem;
      margin-bottom: 2.5rem; }
      .projects-item__info li {
        display: flex;
        align-items: center;
        gap: .5rem; }
        .projects-item__info li img {
          width: 1.15rem; }
        .projects-item__info li:nth-child(2) {
          position: relative; }
          .projects-item__info li:nth-child(2)::before {
            position: absolute;
            width: 0.25rem;
            height: 0.25rem;
            background: #D9D9D9;
            border-radius: 50%;
            content: '';
            left: -.95rem; }
    .projects-item__text {
      max-width: 29rem;
      opacity: 0;
      transform: translateY(2rem);
      transition: .6s all; }
      .projects-item__text p {
        margin-bottom: 1rem; }
        .projects-item__text p:last-child {
          margin-bottom: 0; }
    .projects-item__btns {
      padding: 2.5rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .projects-item__btn {
      height: 3rem;
      width: 3rem;
      border-radius: 3rem;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #283647; }
      .projects-item__btn:first-child {
        width: 11.25rem;
        justify-content: start;
        padding-left: 1.5rem;
        gap: .7rem; }
        .projects-item__btn:first-child svg {
          width: 1.7rem;
          margin-bottom: 0.1rem; }

.news {
  padding: 9.5rem 0 2.25rem;
  position: relative; }
  .news::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22rem;
    background: #DDA143 url(../img/pattern-news.png) bottom left no-repeat;
    background-size: 40rem;
    content: '';
    z-index: -1; }
  .news .container {
    padding-right: 0;
    display: flex; }
  .news-wrap {
    width: 22rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .news-arrows {
    gap: 1rem; }
  .news-main {
    width: calc(100% - 22rem); }
  .news-item {
    width: 27.5rem;
    height: 34rem;
    position: relative;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2rem; }
    .news-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .news-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.45); }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__date {
      font-weight: 500;
      font-size: .75rem; }
      .news-item__date strong {
        font-size: 2.5rem;
        line-height: 100%;
        display: block;
        font-weight: 500; }
    .news-item__title {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-size: 1rem;
      line-height: 1.2rem;
      height: 2.4rem;
      margin-bottom: 2.2rem;
      font-weight: 500; }
    .news-item__text {
      display: none; }
    .news-item__line {
      height: 1px;
      width: 100%;
      background: rgba(255, 255, 255, 0.4);
      margin-bottom: 2rem; }
    .news-item__btn {
      display: inline-flex;
      align-items: center;
      color: #fff;
      gap: .7rem; }
      .news-item__btn span {
        width: 1.5rem;
        height: 1.5rem;
        background: #fff;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #D8D8D8;
        transition: .6s all; }
        .news-item__btn span svg {
          width: 0.25rem;
          transition: .6s all; }
      .news-item__btn:hover {
        color: #DDA143; }
        .news-item__btn:hover span {
          background: #DDA143; }
          .news-item__btn:hover span svg path {
            fill: #fff; }
  .news-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none; }
    .news-popup__close {
      width: 2rem;
      height: 2rem;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #fff;
      right: 0;
      top: 0;
      background: #283647;
      color: #fff; }
      .news-popup__close svg {
        width: 1.2rem; }
      .news-popup__close:hover {
        background: #DDA143;
        color: #fff; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.1);
      width: 70rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      display: flex;
      gap: 2rem;
      max-height: calc(100dvh - 5rem);
      overflow: auto; }
    .news-popup__img {
      width: 55%; }
      .news-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-popup__wrap {
      width: 45%;
      padding-top: 1rem; }
    .news-popup__title {
      font-size: 1.05rem;
      font-weight: 500;
      margin-bottom: 1rem;
      padding-right: 2.5rem; }
    .news-popup__text {
      font-size: 0.9rem;
      line-height: 180%; }

.footer {
  padding-top: 9.5rem; }
  .footer .section-title {
    margin-bottom: 4rem; }
  .footer-list {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem; }
  .footer-item {
    width: calc(33.3333% - 1.6666rem);
    box-shadow: 0px 1rem 1.5rem 0px rgba(60, 60, 60, 0.1);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.7rem;
    font-size: 0.75rem; }
    .footer-item__title {
      border-bottom: 1px solid #D5DCE5;
      height: 4rem;
      line-height: 1.1;
      font-weight: 500;
      font-size: 1.25rem;
      margin-bottom: 2rem; }
    .footer-item__info {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 2rem; }
      .footer-item__info:last-child {
        margin-bottom: 0; }
    .footer-item__ico {
      flex-shrink: 0;
      width: 2.4rem; }
      .footer-item__ico img {
        width: 100%;
        display: block; }
    .footer-item__text h3 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.3rem; }
      .footer-item__text h3 a {
        color: #283647; }
        .footer-item__text h3 a:hover {
          color: #DDA143; }
    .footer-item__text div {
      color: #AAAFB5; }
    .footer-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer-item__bot .social a {
        color: #DDA143; }
        .footer-item__bot .social a:hover {
          color: #D8942B; }
    .footer-item__location {
      color: #283647;
      display: inline-flex;
      align-items: center;
      gap: .85rem; }
      .footer-item__location img {
        width: 0.7rem; }
      .footer-item__location:hover {
        color: #DDA143; }
  .footer__map {
    width: 100%;
    height: 25rem; }
    .footer__map #mainMap {
      width: 100%;
      height: 100%; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0; }
    .footer-copy a {
      color: #283647; }
      .footer-copy a:hover {
        color: #DDA143; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 4rem; }

  .preloader__logo {
    width: 22rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #DDA143; }
    .mobile-menu .container {
      padding-top: 1.5rem;
      padding-bottom: 7rem;
      height: 100dvh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%;
      background: url(../img/pattern.png) bottom left no-repeat;
      background-size: 20rem; }
    .mobile-menu__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%; }
    .mobile-menu__close {
      display: inline-flex; }
      .mobile-menu__close img {
        width: 2.6rem; }
    .mobile-menu__logo {
      width: 12rem;
      display: inline-block; }
      .mobile-menu__logo img {
        width: 100%;
        display: block; }
    .mobile-menu__list {
      font-size: 2rem;
      text-align: center; }
      .mobile-menu__list li {
        margin-bottom: 2rem; }
      .mobile-menu__list a {
        color: #fff;
        padding-bottom: 0.2rem; }
    .mobile-menu .social {
      justify-content: center;
      margin-bottom: 2rem; }
      .mobile-menu .social a:hover {
        color: #283647; }
    .mobile-menu__novas {
      font-size: 1.2rem;
      color: #fff; }
    .mobile-menu__wrap {
      text-align: center; }

  .header-menu, .header .social, .header__btn {
    display: none; }
  .header-mobile {
    display: inline-flex;
    color: #fff;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 1px solid #fff; }
    .header-mobile svg {
      width: 2.6rem;
      height: 2.6rem; }
  .header-scrolled .header-mobile {
    color: #283647;
    border-color: #283647; }
    .header-scrolled .header-mobile:hover {
      background: #283647;
      color: #fff; }

  .main-item {
    height: 55rem; }
    .main-item__bg {
      flex-direction: column-reverse; }
      .main-item__bg::before {
        width: 100%;
        height: 8.7rem;
        background-image: url(../img/pattern-news.png);
        background-position: bottom right; }
    .main-item__img {
      height: calc(100% - 8.7rem);
      width: 100%; }
    .main-item__main {
      margin-bottom: 1.5rem; }
    .main-item__logo {
      width: 7rem;
      margin-bottom: 0.8rem; }
    .main-item__title {
      font-size: 3rem; }
    .main-item__wrap {
      flex-direction: column;
      align-items: flex-start; }
    .main-item__info {
      max-width: none; }
    .main-item__btn {
      align-self: flex-start; }
  .main-info__wrap {
    border: none; }

  .about-main {
    flex-direction: column; }
  .about-img {
    width: 100%; }
    .about-img h2 {
      font-size: 2.7rem; }
  .about-desc {
    width: 100%;
    padding-top: 4rem;
    padding-left: 4rem;
    justify-content: flex-start; }
  .about-numbers {
    flex-wrap: wrap;
    border-top: none; }
    .about-numbers__item {
      width: 50%;
      border-top: 1px solid #D5DCE5; }
      .about-numbers__item:first-child {
        width: 50%; }
    .about-numbers__name {
      margin-bottom: 3rem; }
    .about-numbers__value {
      font-size: 6rem; }

  .projects {
    padding-top: 6rem; }
    .projects-item {
      width: 100%; }
      .projects-item__title {
        font-size: 2.7rem;
        margin-bottom: 0.7rem; }
      .projects-item__text {
        opacity: 1;
        transform: none; }

  .news {
    padding-top: 6rem; }
    .news::after {
      height: 15rem;
      background-size: 30rem; }
    .news .container {
      flex-direction: column;
      gap: 2.5rem;
      padding-right: 4rem; }
    .news-wrap {
      flex-direction: row;
      width: 100%; }
    .news-arrows span {
      background: #283647; }
    .news-main {
      width: calc(100% + 8rem);
      margin-left: -4rem; }
      .news-main .owl-stage-outer {
        padding: 0 4rem; }
    .news-popup__content {
      align-items: center; }
    .news-popup__wrap {
      padding-top: 0; }

  .footer {
    padding-top: 6rem; }
    .footer .section-title {
      margin-bottom: 2.5rem; }
    .footer-list {
      flex-direction: column; }
    .footer-item {
      width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    font-size: 0.85rem; }

  .container {
    padding: 0 1rem; }

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

  .fixed-btn {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 3.5rem; }
    .fixed-btn img {
      width: 0.95rem; }

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

  .preloader__logo {
    width: 17rem; }

  .mobile-menu .container {
    padding-bottom: 2.5rem; }
  .mobile-menu__logo {
    width: 8rem; }
  .mobile-menu__close img {
    width: 2.4rem; }
  .mobile-menu__list {
    font-size: 1.5rem; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
  .mobile-menu__novas {
    font-size: 1rem; }

  .header {
    padding: 0.75rem 0; }
    .header__logo {
      width: 10rem; }
    .header__lang {
      width: 2.4rem;
      height: 2.4rem; }
    .header__tel {
      width: 2.4rem;
      height: 2.4rem;
      justify-content: center;
      border: 1px solid #fff;
      border-radius: 50%; }
      .header__tel span {
        display: none; }
    .header-mobile {
      width: 2.4rem;
      height: 2.4rem; }
      .header-mobile svg {
        width: 2.4rem;
        height: 2.4rem; }
    .header-scrolled {
      padding: .6rem 0; }
      .header-scrolled .header__logo {
        width: 8rem; }
      .header-scrolled .header__tel {
        border-color: #283647; }
        .header-scrolled .header__tel:hover {
          color: #fff;
          background: #283647; }

  .main-item {
    height: 45rem;
    align-items: flex-end;
    padding-bottom: 9rem; }
    .main-item__bg {
      flex-direction: column-reverse; }
      .main-item__bg::before {
        width: 100%;
        height: 6.7rem;
        background-image: url(../img/pattern-news.png); }
    .main-item__img {
      height: calc(100% - 6.7rem);
      width: 100%; }
    .main-item__main {
      margin-bottom: 1.2rem; }
    .main-item__logo {
      width: 5rem;
      margin-bottom: 0.5rem; }
    .main-item__title {
      font-size: 2.4rem; }
    .main-item__text {
      padding-left: 1rem; }
  .main-info__wrap {
    padding: 2rem 0; }

  .about-img {
    padding-bottom: 3rem;
    height: 26rem; }
    .about-img h2 {
      font-size: 1.9rem; }
  .about-desc {
    padding-left: 1rem;
    padding-bottom: 4rem; }
    .about-desc::after {
      right: -4.25rem;
      top: -7.5rem;
      width: 15rem;
      height: 17rem; }
  .about__logo {
    margin-bottom: 1.3rem; }
  .about-numbers__item {
    padding: 1.5rem 1rem; }
  .about-numbers__name {
    max-width: none;
    margin-bottom: 2rem; }
  .about-numbers__value {
    font-size: 3.5rem; }

  .projects {
    padding-top: 4.5rem; }
    .projects .section-title {
      margin-bottom: 2rem; }
    .projects-list {
      gap: 1rem; }
    .projects-item {
      padding: 2.2rem 1rem 0;
      height: 27rem; }
      .projects-item__status {
        top: 0.5rem;
        right: 0.5rem; }
      .projects-item__title {
        font-size: 2rem;
        margin-bottom: 1rem; }
      .projects-item__info {
        gap: .5rem;
        flex-direction: column;
        margin-bottom: 1.5rem; }
        .projects-item__info li {
          position: relative;
          padding-left: 1rem; }
          .projects-item__info li::before {
            position: absolute;
            width: 0.25rem;
            height: 0.25rem;
            background: #D9D9D9;
            border-radius: 50%;
            content: '';
            left: 0; }
          .projects-item__info li:nth-child(2)::before {
            left: 0; }
      .projects-item__text p {
        display: none; }
        .projects-item__text p:first-child {
          display: block;
          line-height: 1.1rem;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          max-height: 5.5rem; }
      .projects-item__btns {
        padding: 1.5rem 0; }

  .news {
    padding-top: 4.5rem; }
    .news .container {
      gap: 1.7rem;
      padding-right: 1rem; }
    .news-main {
      margin-left: -1rem;
      width: calc(100% + 2rem); }
      .news-main .owl-stage-outer {
        padding: 0 1rem; }
    .news-item {
      height: 30rem;
      width: 20rem;
      margin-right: 1rem;
      padding: 1.5rem 1rem; }
      .news-item__title {
        margin-bottom: 1.5rem; }
      .news-item__line {
        margin-bottom: 1.5rem; }
    .news-popup__content {
      display: block;
      max-height: calc(100dvh - 5rem);
      overflow: auto; }
      .news-popup__content::-webkit-scrollbar {
        display: none; }
    .news-popup__img {
      width: 100%; }
    .news-popup__wrap {
      width: 100%;
      padding-top: 1rem; }

  .footer {
    padding-top: 4.5rem; }
    .footer .section-title {
      margin-bottom: 2rem; }
    .footer-item {
      padding: 1.5rem 1rem; }
      .footer-item__title {
        margin-bottom: 1.5rem;
        height: auto;
        padding-bottom: 1.5rem; }
      .footer-item__info {
        margin-bottom: 1.5rem; }
    .footer__map {
      height: 18rem; }
    .footer-copy span {
      display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

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