:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #0D4C87;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.form-done {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  color: #0D4C87;
  display: none; }
  .form-done__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #0D4C87; }
  .form-done__text {
    max-width: 20rem;
    margin-bottom: 2rem;
    color: #0D4C87; }
  .form-done__img img {
    width: 10rem; }
  .form-done__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    background: #fff;
    text-align: center;
    box-shadow: 7px 7px 1.6rem rgba(54, 54, 54, 0.25);
    border: 1px solid #0D4C87; }

.teaser-wrapper {
  padding: 0 3rem;
  max-width: 61.5rem;
  margin: 0 auto; }
.teaser__title {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
  color: #0D4C87; }
.teaser__text {
  line-height: 160%;
  font-size: 0.85rem; }
.teaser-header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  top: 2rem; }
  .teaser-header .teaser-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .teaser-header__logo {
    width: 8rem;
    display: block; }
    .teaser-header__logo img {
      width: 100%;
      display: block; }
  .teaser-header__wrap {
    display: flex;
    align-items: center;
    gap: 4rem; }
  .teaser-header__lang {
    display: flex;
    gap: 1rem; }
    .teaser-header__lang a {
      color: #fff;
      font-size: 1rem; }
  .teaser-header__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500; }
    .teaser-header__tel img {
      width: 1.6rem; }
.teaser-main {
  position: relative; }
  .teaser-main__content {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 2.7rem;
    z-index: 2;
    width: 100%;
    padding: 0 1rem; }
  .teaser-main__logo {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 4.25rem;
    line-height: 1.1;
    font-weight: 700; }
  .teaser-main__title {
    font-weight: 400;
    font-size: 3.25rem; }
  .teaser-main__item {
    height: 100vh; }
    .teaser-main__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
.teaser-info {
  padding: 6rem 0;
  position: relative;
  z-index: 1; }
.teaser-advantages {
  display: flex;
  margin-bottom: 3.5rem; }
  .teaser-advantages__item {
    width: 33.333%;
    display: flex;
    align-items: center;
    gap: 1rem; }
  .teaser-advantages__img {
    width: 3.7rem;
    height: 3.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0D4C87;
    border-radius: .5rem; }
    .teaser-advantages__img img {
      width: 2.15rem; }
  .teaser-advantages__text div {
    margin-bottom: 0.4rem;
    opacity: .7;
    font-size: 0.8rem; }
  .teaser-advantages__text p {
    font-weight: 400; }
.teaser-about {
  margin-bottom: 5rem;
  display: flex;
  gap: 2rem; }
  .teaser-about__content {
    width: calc(52% - 1rem); }
  .teaser-about__wrap {
    width: calc(48% - 1rem);
    position: relative;
    padding-top: 4.2rem; }
  .teaser-about .teaser__title {
    margin-bottom: 1.25rem; }
  .teaser-about__item {
    height: 18rem;
    cursor: pointer; }
    .teaser-about__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1rem; }
  .teaser-about__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    width: calc(100% + 2rem);
    left: -1rem;
    display: flex;
    justify-content: space-between; }
    .teaser-about__arrows span {
      pointer-events: auto;
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none;
      color: #0D4C87; }
      .teaser-about__arrows span svg {
        width: 100%;
        height: 100%;
        display: block; }
  .teaser-location__map {
    width: 100%;
    height: 30.5rem;
    border-radius: 1rem;
    overflow: hidden; }
    .teaser-location__map #teaserMap {
      width: 100%;
      height: 100%; }
.teaser-form {
  box-shadow: 0px 4px 18px 0px rgba(110, 110, 110, 0.2);
  border-radius: .75rem;
  background: #fff;
  padding: 2rem 5.5rem;
  margin-bottom: 3rem;
  color: #0D4C87; }
  .teaser-form .teaser__title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #0D4C87; }
  .teaser-form__text {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.35rem;
    color: #000; }
  .teaser-form__form {
    display: flex;
    gap: 1.9rem;
    align-items: flex-end;
    font-size: 0.8rem; }
  .teaser-form__item {
    width: 33.333%; }
  .teaser-form__name {
    margin-bottom: 0.7rem; }
  .teaser-form__input {
    position: relative; }
    .teaser-form__input img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.5rem;
      width: 1.4rem;
      display: block; }
    .teaser-form__input input {
      width: 100%;
      height: 2.3rem;
      background: rgba(13, 76, 135, 0.1);
      padding-left: 2.3rem;
      padding-right: 1.2rem;
      border: none;
      border-radius: .5rem;
      color: #0D4C87; }
  .teaser-form .btn {
    width: 33.333%;
    height: 2.3rem;
    background: #0D4C87;
    color: #fff;
    border-radius: .5rem; }
    .teaser-video {
      margin: 2rem 0;
    }
    .teaser-video iframe {
      display: block;
      width: 100%;
      aspect-ratio: 16/9;
      height: auto;
    }
.teaser-footer {
  text-align: center;
  color: #fff;
  background: #0D4C87;
  padding: 1.15rem 0;
  font-size: 0.8rem; }

.timeline {
  padding-bottom: 7.5rem; }
  .timeline .section-title {
    margin-bottom: 2rem; }
  .timeline-choose {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 3rem; }
    .timeline-choose__item {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      user-select: none;
      cursor: pointer; }
      .timeline-choose__item.current .timeline-choose__circle {
        background: #0D4C87; }
    .timeline-choose__circle {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      flex-shrink: 0;
      background: #fff;
      border: 1px solid #0D4C87; }
    .timeline-choose__text {
      font-size: 0.9rem;
      line-height: 180%; }
      .timeline-choose__text div {
        font-size: 1.4rem;
        font-weight: 700;
        color: #0D4C87; }
  .timeline-tab {
    display: none; }
    .timeline-tab.current {
      display: block; }
  .timeline-list {
    display: flex;
    overflow: auto;
    max-width: 100%;
    gap: 1.5rem;
    padding-bottom: 2rem; }
    .timeline-list::-webkit-scrollbar {
      height: 0.4rem; }
    .timeline-list::-webkit-scrollbar-track {
      background: #ddd;
      border-radius: .4rem; }
    .timeline-list::-webkit-scrollbar-thumb {
      background: #0D4C87;
      border-radius: .4rem; }
  .timeline-item {
    width: calc(25% - 1.125rem);
    flex-shrink: 0;
    height: 29.5rem;
    border-radius: 2.15rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #fff; }
    .timeline-item:hover img {
      transform: scale(1.05); }
    .timeline-item::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 21.98%); }
    .timeline-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: .6s all; }
    .timeline-item p {
      position: absolute;
      left: 0;
      bottom: 1.5rem;
      padding: 0 2rem;
      width: 100%;
      z-index: 2;
      font-size: 2rem; }
  .timeline-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .timeline-popup__close {
      position: absolute;
      top: 0;
      right: 0;
      width: 2.5rem;
      height: 2.5rem;
      background: #0D4C87;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none;
      z-index: 3;
      border: 1px solid #fff; }
      .timeline-popup__close img {
        width: 1rem; }
    .timeline-popup__item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      height: 100vh;
      width: 100%; }
      .timeline-popup__item img {
        display: block;
        width: 90% !important;
        height: calc(100% - 8rem);
        object-fit: contain; }
    .timeline-popup__arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0.8rem;
      z-index: 2;
      display: flex;
      gap: 1rem; }
      .timeline-popup__arrows span {
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid #fff;
        background: #0D4C87;
        user-select: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
        transition: .6s all; }
        .timeline-popup__arrows span:hover {
          background: #fff;
          color: #0D4C87; }
        .timeline-popup__arrows span svg {
          width: 2rem; }

@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; }

  .teaser-main__item {
    height: 55rem; }
  .teaser-main__content {
    width: 100%; }
  .teaser-main__title {
    font-size: 2.5rem; }
  .teaser-advantages {
    gap: 1.5rem;
    flex-wrap: wrap; }
    .teaser-advantages__item {
      width: 45%; }
  .teaser-about {
    flex-direction: column; }
    .teaser-about__content {
      width: 70%; }
    .teaser-about__wrap {
      width: 100%;
      padding-top: 0; }
    .teaser-about__item {
      height: 30rem; }
  .teaser-location__map {
    height: 26rem; }
  .teaser-form {
    padding: 2rem; }

  .timeline {
    padding-bottom: 5rem; }
    .timeline-item {
      width: calc(50% - .75rem); }
    .timeline-popup__item img {
      width: 100% !important; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .form-done__wrap {
    width: 90vw;
    padding: 1.5rem; }

  .teaser-wrapper {
    padding: 0 1rem; }
  .teaser__text {
    font-size: 0.9rem; }
  .teaser__title {
    font-size: 1.5rem; }
  .teaser-header {
    top: 1.2rem; }
    .teaser-header__logo {
      width: 6rem; }
    .teaser-header__wrap {
      gap: 1rem; }
    .teaser-header__lang {
      gap: .75rem; }
  .teaser-info {
    padding: 3.5rem 0; }
  .teaser-main__item {
    height: 40rem; }
  .teaser-main__logo {
    font-size: 2.7rem;
    margin-bottom: 1rem; }
  .teaser-main__title {
    font-size: 1.7rem; }
  .teaser-advantages {
    gap: 1rem;
    flex-direction: column; }
    .teaser-advantages__item {
      width: 100%; }
  .teaser-about {
    margin-bottom: 3.5rem; }
    .teaser-about__content {
      width: 100%; }
    .teaser-about__item {
      height: 22rem; }
  .teaser-video {
    margin-bottom: 3rem; }
    .teaser-video video {
      height: 20rem; }
  .teaser-location {
    margin-bottom: 3rem; }
    .teaser-location__map {
      height: 20rem; }
  .teaser-form {
    padding: 1rem; }
    .teaser-form__text {
      font-size: 0.9rem;
      margin-bottom: 2rem; }
    .teaser-form__form {
      flex-direction: column;
      gap: 1rem;
      font-size: 0.9rem; }
    .teaser-form__item {
      width: 100%; }
      .teaser-form__item input {
        height: 2.6rem; }
    .teaser-form .btn {
      width: 100%;
      height: 2.6rem; }

  .timeline-choose {
    gap: 1.5rem;
    justify-content: space-between; }
    .timeline-choose__item {
      gap: 1rem; }
  .timeline-list {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: none; }
  .timeline-item {
    width: 17rem;
    height: 25rem; }
    .timeline-item p {
      font-size: 1.5rem;
      padding: 0 1rem; }
  .timeline-popup__item img {
    height: 60vh;
    object-fit: cover; } }
@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 */
