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

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

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

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

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

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

html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  font-family: 'Gilroy', sans-serif;
  background: #021728;
  color: #fff; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 5rem; }

.section-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  line-height: 1.3; }

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

.btn {
  background: #fff;
  color: #021728;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .btn:hover {
    background: #FF7900;
    color: #fff; }

.form {
  font-size: 0.9rem;
  width: 100%; }
  .form input {
    width: 100%;
    margin-bottom: 1.5rem;
    background: #fff;
    border: none;
    color: #021728;
    padding: 0 1.5rem;
    height: 3rem; }
    .form input::placeholder {
      color: #A5A5A5; }
  .form p {
    color: #A5A5A5;
    margin: -0.5rem 0 2rem;
    max-width: 21.5rem; }
  .form .btn {
    width: 100%;
    height: 3rem; }
  .form-done {
    background: rgba(2, 23, 40, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none; }
    .form-done__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 22rem;
      background: #021728;
      border: 1px solid #fff;
      padding: 2rem;
      text-align: center;
      cursor: default; }
    .form-done__title {
      font-size: 1.7rem;
      font-weight: 600;
      margin-bottom: 1.5rem; }
    .form-done__img {
      width: 10rem;
      margin: 0 auto 2rem; }
      .form-done__img img {
        width: 100%;
        display: block; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes logoFade {
  to {
    opacity: 1; } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #FF7900; } }
.preloader {
  background: #021728;
  background-size: contain;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: .8s ease-in-out; }
  .preloader__logo {
    position: relative;
    display: flex;
    gap: 1.42rem; }
    .preloader__logo img {
      width: 12.7rem;
      animation: logoFade .5s linear forwards 1.5s;
      opacity: 0; }
    .preloader__logo svg {
      width: 5.8rem; }
      .preloader__logo svg path {
        fill: transparent;
        stroke-dashoffset: 931;
        stroke-dasharray: 931;
        animation: strokeLines 1.5s forwards, fill .5s forwards 1.5s; }
        .preloader__logo svg path:nth-child(1) {
          stroke-dashoffset: 157;
          stroke-dasharray: 157; }
        .preloader__logo svg path:nth-child(2) {
          stroke-dashoffset: 270;
          stroke-dasharray: 270; }
  .preloader__arch {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10rem;
    bottom: -10rem;
    pointer-events: none; }
    .preloader__arch path {
      transform-origin: top center;
      transform: scaleY(1);
      transition: transform 0.8s ease; }
    .preloader__arch.active path {
      transform: scaleY(0); }
  .preloader.active {
    transform: translateY(-100%); }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #021728;
  z-index: 7;
  display: none; }
  .mobile-menu .container {
    padding-bottom: 5rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 2rem; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mobile-menu__close {
    width: 2.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
    .mobile-menu__close img {
      width: 100%; }
  .mobile-menu__list {
    font-size: 1.5rem;
    text-align: center; }
    .mobile-menu__list a {
      color: #fff; }
    .mobile-menu__list li {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      position: relative; }
  .mobile-menu__wrap {
    text-align: center; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem; }
    .mobile-menu__lang a {
      color: #fff; }
  .mobile-menu .consult-social {
    justify-content: center; }

.header {
  padding: 1.5rem 0;
  transition: .6s all;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  font-size: 0.9rem; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mobile {
    display: none; }
  .header-menu {
    display: flex;
    gap: 2rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        color: #FF7900; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    gap: 1.35rem; }
  .header-lang {
    position: relative; }
    .header-lang:hover .header-lang__dropdown {
      display: block; }
    .header-lang:hover .header-lang__btn {
      border-color: #FF7900; }
    .header-lang__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: .5rem;
      cursor: default;
      height: 2.4rem;
      background: rgba(255, 255, 255, 0.1);
      transition: .6s all;
      width: 4.2rem;
      color: #fff;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: none; }
      .header-lang__btn img {
        width: 1rem; }
    .header-lang__dropdown {
      position: absolute;
      top: 2.4rem;
      padding-bottom: 0.5rem;
      border: 1px solid transparent;
      width: 4.2rem;
      display: none;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
      .header-lang__dropdown ul li {
        margin-bottom: .4rem; }
        .header-lang__dropdown ul li:last-child {
          margin-bottom: 0; }
        .header-lang__dropdown ul li a {
          color: #fff;
          width: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          gap: .5rem; }
          .header-lang__dropdown ul li a img {
            width: 1rem; }
          .header-lang__dropdown ul li a:hover {
            color: #FF7900; }
  .header__tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: none;
    gap: .5rem;
    color: #fff; }
    .header__tel img {
      width: 1.1rem; }
    .header__tel:hover {
      background: #FF7900; }
  .header.scrolled {
    padding: 1rem 0;
    background: #021728;
    border-bottom: 1px solid #fff; }
  .header.hide {
    transform: translateY(-100%); }

.main {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    transition: 1.2s all ease-in-out; }
    .main__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      animation: scale 40s linear infinite; }
  .main__title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    margin-bottom: 1.5rem;
    max-width: 70rem;
    transition: .8s all ease-in-out;
    transition-delay: 1s; }
  .main__text {
    line-height: 1.5;
    font-size: 1.2rem;
    max-width: 37rem;
    transition: .8s all ease-in-out;
    transition-delay: 1.5s; }
  .main.start .main__bg {
    transform: scale(1.2); }
  .main.start .main__title, .main.start .main__text {
    opacity: 0;
    transform: translateY(2rem); }

.about {
  position: relative;
  z-index: 1;
  padding: 7.5rem 0 8.5rem;
  background: url(../img/icons/pattern-about.png) bottom right no-repeat;
  background-size: 48vw; }
  .about__title {
    position: absolute;
    left: 0;
    top: -2.5rem;
    width: 100%;
    z-index: -1;
    line-height: 1;
    font-size: 15.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 2.5rem; }
    .about__title p {
      opacity: .1; }
    .about__title::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: linear-gradient(to top, #02192c 0%, rgba(2, 25, 44, 0) 100%); }
    .about__title.uz {
      font-size: 10.8vw; }
    .about__title.en {
      font-size: 12vw; }
  .about .section-title {
    margin-bottom: 1.15rem; }
  .about .section-text {
    max-width: 40rem; }
  .about-main {
    margin-bottom: 10rem; }
    .about-main .container {
      display: flex;
      padding-right: 0;
      gap: 1.75rem; }
  .about-wrap {
    width: 50%; }
  .about__img {
    width: 50%;
    overflow: hidden; }
    .about__img:hover img {
      transform: scale(1.05); }
    .about__img img {
      width: 100%;
      display: block;
      transition: .6s all; }
  .about-ceo {
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    gap: 5.5rem; }
    .about-ceo__img {
      width: 25rem; }
      .about-ceo__img img {
        width: 100%;
        display: block; }
    .about-ceo__wrap {
      max-width: 31.5rem; }
    .about-ceo .section-text p {
      margin-bottom: 1.9rem; }
    .about-ceo__info {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem 2rem;
      padding-left: 1rem; }
      .about-ceo__info li {
        display: list-item; }
        .about-ceo__info li:nth-child(2n-1) {
          width: calc(60% - 2rem); }
        .about-ceo__info li:nth-child(2n) {
          width: 40%; }

.consult {
  padding-top: 3.8rem;
  position: relative;
  z-index: 2; }
  .consult .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem; }
  .consult__title {
    font-size: 2.25rem;
    font-weight: 600;
    max-width: 33rem;
    margin-bottom: 1rem; }
  .consult__text {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 1.65rem; }
  .consult-social {
    display: flex;
    align-items: center;
    gap: .75rem; }
    .consult-social li {
      display: inline-flex; }
    .consult-social a {
      width: 2.75rem;
      height: 2.75rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-radius: 50%;
      color: #021728; }
      .consult-social a:hover {
        color: #FF7900; }
      .consult-social a svg {
        width: 100%;
        height: auto; }
  .consult-wrap {
    max-width: 35.5rem; }
  .consult-form {
    max-width: 36.5rem; }
  .consult-card {
    background: #fff;
    width: 36.5rem;
    padding: 1.7rem; }
    .consult-card__title {
      color: #021728;
      font-size: 1.75rem;
      font-weight: 600;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .consult-card__text {
      font-size: 1.4rem;
      font-weight: 500;
      color: #393939;
      margin-bottom: 7rem; }
    .consult-card__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 100%;
      height: 3rem;
      border-radius: 3rem;
      color: #fff;
      background: #FF7900;
      font-weight: 500;
      font-size: 0.9rem; }
      .consult-card__btn:hover {
        background: #021728; }

.task {
  padding-top: 8.5rem;
  position: relative;
  z-index: 1; }
  .task::before {
    position: absolute;
    top: -7.5rem;
    left: 0;
    width: 100%;
    height: 37rem;
    content: '';
    background: url(../img/icons/pattern-task.png) bottom right no-repeat;
    background-size: contain;
    pointer-events: none; }
  .task .section-title {
    margin: 0 auto 3rem;
    text-align: center;
    max-width: 45rem; }
  .task-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; }
  .task-item {
    height: 17rem;
    background: #fff;
    color: #021728;
    padding: 2rem;
    position: relative; }
    .task-item:nth-child(3) {
      grid-row: span 2;
      height: 35.5rem; }
    .task-item__title {
      font-weight: 500;
      font-size: 1.4rem;
      margin-bottom: 1rem; }
    .task-item__text {
      display: list-item;
      margin-left: 1rem;
      color: #393939; }
    .task-item__ico {
      position: absolute;
      bottom: 1.7rem;
      right: 1.7rem;
      width: 5rem; }
      .task-item__ico img {
        width: 100%;
        display: block; }

.location {
  padding-top: 4.25rem; }
  .location-head {
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 54rem; }
  .location .section-title {
    margin: 0 auto 1rem;
    max-width: 38rem; }
  .location-main {
    height: 100vh;
    padding: 1.5rem;
    position: relative; }
  .location__map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .location__map #locationMap {
      width: 100%;
      height: 100%; }
  .location-card {
    padding: 1.5rem 0.75rem 1.5rem 1.5rem;
    background: #021728;
    color: #fff;
    width: 34rem;
    position: relative;
    z-index: 2; }
  .location-list {
    padding-right: 0.75rem;
    overflow: auto;
    max-height: calc(100vh - 6rem); }
    .location-list::-webkit-scrollbar {
      width: .25rem; }
    .location-list::-webkit-scrollbar-thumb {
      border: none;
      background: #FF7900; }
  .location-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #2A3F50;
    display: flex;
    gap: 1rem; }
    .location-item:last-child {
      margin-bottom: 0;
      border: none;
      padding-bottom: 0; }
    .location-item__img {
      height: 8.25rem;
      width: 12rem;
      flex-shrink: 0; }
      .location-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .location-item__wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 1rem;
      flex-grow: 1; }
    .location-item__text div {
      font-size: 1.3rem;
      line-height: 1;
      margin-bottom: 0.3rem; }
    .location-item__text p {
      font-size: 0.75rem;
      color: #868686; }
    .location-item__btns {
      display: flex;
      gap: .75rem; }
      .location-item__btns a {
        height: 2rem;
        font-size: 0.7rem; }
    .location-item__more {
      width: 60%; }
    .location-item__address {
      width: 40%; }

.services {
  padding-top: 5.5rem; }
  .services.start .services-left, .services.start .services-right {
    width: 50%; }
  .services.start .services__title {
    font-size: 5rem; }
  .services.start .services-item:first-child {
    margin-bottom: 15rem; }
  .services.start .services-item__logo {
    opacity: 0; }
  .services.start .services-item__text p:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    margin-right: -20rem; }
  .services .container {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem; }
  .services-left {
    width: 30%;
    position: sticky;
    bottom: 3.5rem;
    height: calc(100vh - 22rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transition: .8s all ease-in-out; }
  .services-right {
    width: 70%;
    border-left: 1px solid #2A3F50;
    padding-left: 1.5rem;
    transition: .8s all ease-in-out; }
  .services__title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    transition: .8s all ease-in-out; }
  .services__subtitle {
    height: 2rem;
    padding: 0 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #021728;
    font-size: 0.9rem;
    font-weight: 600; }
  .services-item {
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
    transition: .8s all ease-in-out; }
    .services-item:last-child {
      margin-bottom: 0; }
    .services-item__logo {
      position: absolute;
      right: 1.5rem;
      top: 1.5rem;
      height: 2.6rem;
      padding: 0.6rem 1.5rem;
      background: #94949440;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 2;
      border-radius: 2rem; }
      .services-item__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .services-item__img {
      width: 100%;
      height: 40rem;
      margin-bottom: 2rem; }
      .services-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .services-item__text {
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
      gap: 2rem; }
      .services-item__text p {
        max-width: 25rem;
        transition: .8s all ease-in-out; }
        .services-item__text p:first-child {
          flex-shrink: 0; }
    .services-item__count {
      color: #8C8C8C; }
      .services-item__count span {
        color: #fff; }

.news {
  padding-top: 5rem; }
  .news__subtitle {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem; }
  .news__title {
    font-weight: 400;
    font-size: 2.25rem;
    max-width: 28rem;
    margin-bottom: 2.5rem; }
  .news-item {
    height: 21rem;
    position: relative;
    z-index: 1;
    padding: 1.75rem 1.75rem 5rem;
    color: #021728;
    transition: .6s all;
    background: #fff;
    font-size: 0.9rem;
    cursor: pointer; }
    .news-item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      content: '';
      background: url(../img/icons/pattern-news.svg) no-repeat center center;
      background-size: cover;
      transition: .6s all;
      opacity: 0; }
    .news-item:hover {
      color: #fff; }
      .news-item:hover::after {
        opacity: 1; }
    .news-item__img {
      display: none; }
    .news-item__title {
      font-size: 1.2rem;
      line-height: 1.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3rem;
      margin-bottom: 1rem; }
    .news-item__text {
      line-height: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      height: 5rem; }
    .news-item__date {
      position: absolute;
      bottom: 1.75rem;
      right: 1.75rem; }
  .news-nav {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .news-nav .arrow-left, .news-nav .arrow-right {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 3.25rem;
      height: 3.25rem;
      border: 1px solid #fff;
      border-radius: 50%;
      color: #fff; }
      .news-nav .arrow-left:hover, .news-nav .arrow-right:hover {
        background: #fff;
        color: #021728; }
      .news-nav .arrow-left svg, .news-nav .arrow-right svg {
        width: 1.3rem; }
  .news-count {
    text-align: center;
    width: 3.75rem; }
    .news-count p {
      display: inline; }
    .news-count span {
      font-size: 1.6rem; }
  .news-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
    color: #021728; }
    .news-popup__close {
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #021728;
      color: #fff;
      top: 0;
      right: 0; }
      .news-popup__close:hover {
        background: #FF7900; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
      width: 50rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      max-height: calc(100dvh - 5rem);
      overflow: auto; }
    .news-popup__img {
      width: 100%;
      margin-bottom: 2rem; }
      .news-popup__img img {
        width: 100%;
        display: block; }
    .news-popup__title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .news-popup__text {
      line-height: 150%;
      font-size: 0.9rem;
      margin-bottom: 2rem; }

.partners {
  padding-top: 4rem; }
  .partners .section-title {
    margin-bottom: 2.5rem; }
  .partners-slider__left {
    margin-bottom: 1.5rem; }
  .partners-item {
    width: 15.5rem;
    height: 9rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin-right: 1.5rem; }
    .partners-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }

.footer {
  padding-top: 5rem; }
  .footer__map {
    width: 100%;
    height: 26.5rem;
    position: relative;
    margin-bottom: 5.5rem; }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }
  .footer__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 1.5rem;
    padding: 0 2.2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #021728;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    height: 3rem;
    border-radius: 2rem; }
    .footer__btn:hover {
      background: #FF7900; }
  .footer-main {
    background: #fff;
    color: #021728;
    padding: 3.3rem 0 1.5rem; }
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%; }
  .footer__logo {
    width: 10rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__top {
    display: inline-flex;
    align-items: center;
    color: #021728;
    gap: .9rem;
    font-size: 0.8rem; }
    .footer__top:hover {
      color: #FF7900; }
    .footer__top img {
      width: 2.75rem; }
  .footer__title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .footer-menu {
    font-size: 0.9rem; }
    .footer-menu ul li {
      margin-bottom: 1rem; }
    .footer-menu ul a {
      color: #021728; }
      .footer-menu ul a:hover {
        color: #FF7900; }
  .footer-info__item {
    margin-bottom: 1.2rem;
    max-width: 15.5rem; }
    .footer-info__item div {
      font-weight: 600; }
    .footer-info__item a {
      color: #021728; }
      .footer-info__item a:hover {
        color: #FF7900; }
    .footer-info__item:last-child {
      margin-bottom: 0; }
  .footer-qr__img {
    width: 7rem;
    margin-bottom: 0.7rem; }
    .footer-qr__img img {
      width: 100%;
      display: block; }
  .footer-qr__text {
    font-weight: 600; }
    .footer-qr__text a {
      color: #021728; }
      .footer-qr__text a:hover {
        color: #FF7900; }
  .footer-copy {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-copy a {
      color: #021728; }
      .footer-copy a:hover {
        color: #FF7900; }

@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; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

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

  .header {
    padding: 1rem 0; }
    .header-menu, .header-lang {
      display: none; }
    .header-mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
    .header__logo {
      position: static;
      transform: none; }
    .header__tel {
      width: 2.5rem;
      padding: 0; }
      .header__tel span {
        display: none; }
      .header__tel img {
        width: 1.5rem; }

  .main {
    height: 55rem;
    padding-bottom: 3rem; }
    .main__title {
      font-size: 3.5rem; }

  .about {
    padding: 5rem 0; }
    .about-main {
      margin-bottom: 5rem; }
      .about-main .container {
        flex-direction: column;
        padding: 0; }
    .about-wrap {
      padding: 0 3rem;
      width: 100%; }
    .about__img {
      width: 100%; }
    .about-ceo {
      gap: 3rem; }
      .about-ceo__img {
        width: 15rem;
        flex-shrink: 0; }

  .consult .container {
    flex-direction: column; }
  .consult-wrap, .consult-form {
    max-width: none; }
  .consult-card {
    width: 100%; }

  .task {
    padding-top: 5rem; }
    .task-list {
      display: flex;
      flex-wrap: wrap; }
    .task-item {
      width: 100%; }
      .task-item:nth-child(3) {
        height: 17rem; }

  .location-main {
    display: flex;
    align-items: flex-end;
    height: 55rem; }
  .location-card {
    width: 100%;
    padding: 1.5rem 0; }
  .location-list {
    padding: 0 1.5rem;
    display: flex; }
    .location-list::-webkit-scrollbar {
      display: none; }
  .location-item {
    flex-shrink: 0;
    width: 34rem;
    height: 8.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #2A3F50; }
    .location-item:last-child {
      padding-right: 0;
      margin-right: 0; }

  .services .container {
    flex-direction: column; }
  .services-left {
    height: auto;
    width: 100%; }
  .services-right {
    padding-left: 0;
    border: none;
    width: 100%; }
  .services-item__img {
    height: 30rem; }
  .services-item__text {
    flex-direction: column;
    gap: 1rem; }

  .news-popup__close {
    transform: none;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem; }
  .news-popup__content {
    width: calc(100% - 6rem); }

  .footer {
    padding-top: 3rem; }
    .footer__map {
      margin-bottom: 3rem; }
    .footer-wrap {
      flex-wrap: wrap; }
    .footer-left {
      width: 100%;
      flex-direction: row;
      margin-bottom: 3rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

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

  .form input {
    padding: 0 1rem; }
  .form-done__content {
    width: calc(100% - 2rem);
    padding: 1.5rem 1rem; }

  .preloader__logo {
    gap: 1rem; }
    .preloader__logo img {
      width: 8.9rem; }
    .preloader__logo svg {
      width: 4rem; }

  .mobile-menu .container {
    padding-bottom: 3rem;
    padding-top: 0.75rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      padding-bottom: 1.2rem;
      margin-bottom: 1.2rem; }
  .mobile-menu__lang {
    margin-bottom: 1.5rem; }

  .header {
    padding: 0.75rem 0; }
    .header__logo {
      width: 8rem; }
    .header.scrolled {
      padding: 0.75rem 0; }

  .main {
    height: 40rem; }
    .main__title {
      font-size: 1.9rem; }
    .main__text {
      font-size: 1rem; }

  .about {
    padding: 4rem 0 6rem;
    background-size: 80vw; }
    .about__title {
      padding-top: 0;
      top: 0; }
    .about-wrap {
      padding: 0 1rem; }
    .about-main {
      margin-bottom: 3rem; }
    .about-ceo {
      flex-direction: column;
      padding: 0 1rem;
      align-items: center; }
      .about-ceo__img {
        width: 13rem; }
      .about-ceo__info li {
        width: 100% !important; }
        .about-ceo__info li br {
          display: none; }
      .about-ceo .section-text p {
        margin-bottom: 1.3rem; }

  .consult {
    padding-top: 0; }
    .consult__title {
      font-size: 1.5rem; }
    .consult-card {
      padding: 1.5rem 1rem; }
      .consult-card__title {
        font-size: 1.3rem; }
      .consult-card__text {
        font-size: 1rem;
        margin-bottom: 3rem; }

  .task .section-title {
    margin-bottom: 2rem; }
  .task-item {
    padding: 1.5rem 1rem;
    height: 14rem; }
    .task-item__title {
      font-size: 1.3rem;
      margin-bottom: 0.75rem; }
    .task-item__ico {
      right: 1rem;
      bottom: 1rem;
      width: 4rem; }
    .task-item:nth-child(3) {
      height: 14rem; }

  .location-main {
    height: auto;
    padding: 0;
    display: block; }
  .location__map {
    position: static;
    height: 20rem; }
  .location-card {
    padding: 1rem 0;
    border-top: 1px solid #2A3F50; }
  .location-list {
    padding: 0 1rem; }
  .location-item {
    flex-direction: column;
    height: auto;
    width: 14rem;
    padding-right: 1rem;
    margin-right: 1rem; }
    .location-item__btns {
      flex-direction: column; }
    .location-item__img {
      width: 100%; }
    .location-item__text div {
      font-size: 1.1rem; }
    .location-item__text p {
      line-height: 0.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 1.6rem; }
    .location-item__more, .location-item__address {
      width: 100%; }

  .services {
    padding-top: 4rem; }
    .services.start .services-left, .services.start .services-right {
      width: 100%; }
    .services.start .services__title {
      font-size: 1.7rem; }
    .services.start .services-item:first-child {
      margin-bottom: 3; }
    .services.start .services-item__logo {
      opacity: 1; }
    .services.start .services-item__text p:nth-child(2) {
      opacity: 1;
      visibility: visible;
      margin-right: 0; }
    .services__title {
      font-size: 1.7rem;
      margin-bottom: 1rem; }
    .services-item {
      margin-bottom: 2.5rem; }
      .services-item__img {
        height: 20rem; }
      .services-item__logo {
        right: 1rem;
        top: 1rem;
        padding: 0.5rem 1rem; }
        .services-item__logo img {
          width: 10rem; }

  .news__subtitle {
    margin-bottom: 1rem; }
  .news__title {
    font-size: 1.7rem;
    margin-bottom: 2rem; }
  .news-popup__content {
    width: calc(100% - 2rem); }
  .news-item {
    padding: 1.5rem 1rem; }
    .news-item__date {
      bottom: 1.5rem;
      right: 1rem; }
  .news-nav {
    margin-top: 2rem; }
    .news-nav .arrow-left, .news-nav .arrow-right {
      width: 2.8rem;
      height: 2.8rem; }

  .partners .section-title {
    margin-bottom: 2rem; }
  .partners-slider__left {
    margin-bottom: 1rem; }
  .partners-item {
    margin-right: 1rem;
    padding: 1rem;
    width: 10rem;
    height: 6rem; }

  .footer__map {
    height: 20rem; }
  .footer-main {
    padding-top: 2.5rem; }
  .footer-wrap {
    gap: 2rem 1rem; }
  .footer__title {
    font-size: 1.1rem;
    margin-bottom: 1rem; }
  .footer__top {
    font-size: 0.9rem; }
  .footer-menu {
    width: 40%; }
  .footer-info {
    font-size: 0.9rem;
    width: calc(60% - 1rem); }
  .footer__logo {
    width: 8rem; }
  .footer-left {
    margin-bottom: 2rem; }
  .footer-qr {
    display: flex;
    align-items: flex-end;
    gap: 1rem; }
    .footer-qr__img {
      width: 5rem;
      margin-bottom: 0; }
  .footer-copy {
    font-size: 0.9rem; }
    .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 */
