.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  padding: 0;
  pointer-events: all;
}
.preloader.is-hidden {
  pointer-events: none;
}
.preloader__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #013274;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
}
.preloader__logo {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform, opacity;
  opacity: 0;
  transform: scale(0.7);
}
.preloader__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 360px) {
  .preloader__logo {
    width: 80px;
    height: 80px;
  }
}
.preloader__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 200px;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 360px) {
  .preloader__progress {
    width: 140px;
  }
}
.preloader__progress-bar {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.preloader__progress-fill {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.1s linear;
  will-change: width;
  position: relative;
  overflow: hidden;
}
.preloader__progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  animation: shimmer 1.4s ease-in-out infinite;
}
@keyframes shimmer {
  0% {
    left: -60%;
  }
  100% {
    left: 110%;
  }
}
.preloader__progress-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 1px;
}

.hero__wrapper.preloader-active {
  clip-path: none !important;
}

.h1 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 34px;
  }
}

.h2 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .h2 {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}

.h3 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .h3 {
    font-size: 26px;
    line-height: 1.16;
  }
}

.h4 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

.h5 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.h7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .h7 {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}

.s1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s1 {
    font-size: 16px;
    line-height: 1.56;
  }
}

.s2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s2 {
    font-size: 14px;
    line-height: 1.56;
  }
}

.s3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.56;
  }
}

.n1 {
  font-family: "Grift", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .n1 {
    font-size: 72px;
    line-height: 80px;
  }
}

.n2 {
  font-family: "Grift", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .n2 {
    font-size: 32px;
  }
}

.upperliner {
  font-family: "Grift", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .upperliner {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .upperliner {
    font-size: 13px;
  }
}
.upperliner {
  color: #013274;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.upperliner::before {
  content: "";
  display: block;
  width: 0.55em;
  height: 0.55em;
  background: #013274;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: -0.1em;
}
@media (max-width: 768px) {
  .upperliner {
    gap: 8px;
  }
}
.upperliner--no-icon::before {
  display: none;
}

/* Montserrat loaded via Google Fonts in enqueue.php */
/* Grift loaded locally for headings */
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-Regular.woff2") format("woff2"), url("../fonts/Grift-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-Medium.woff2") format("woff2"), url("../fonts/Grift-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-SemiBold.woff2") format("woff2"), url("../fonts/Grift-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
body::before, body::after {
  content: "";
  position: fixed;
  top: 40px;
  bottom: 0;
  width: 1px;
  background: rgba(0, 48, 97, 0.1);
  z-index: 1;
  pointer-events: none;
}
body::before {
  left: 16px;
}
@media (max-width: 768px) {
  body::before {
    left: 8px;
  }
}
body::after {
  right: 16px;
}
@media (max-width: 768px) {
  body::after {
    right: 8px;
  }
}

.page {
  flex: 1;
}

section {
  padding: 0 16px;
}
@media (max-width: 768px) {
  section {
    padding: 0 8px;
  }
}

.wrapper {
  padding: 0 48px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 8px;
  }
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 1024px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .two-col--reversed-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1441px) {
  .container {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1, .h1 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}

h3, .h3 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 1.16;
  }
}

h4, .h4 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

h5, .h5 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}

h7, .h7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  h7, .h7 {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}

.s1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s1 {
    font-size: 16px;
    line-height: 1.56;
  }
}

.s2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s2 {
    font-size: 14px;
    line-height: 1.56;
  }
}

.s3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .s3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.56;
  }
}

.n1 {
  font-family: "Grift", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .n1 {
    font-size: 72px;
    line-height: 80px;
  }
}

.n2 {
  font-family: "Grift", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .n2 {
    font-size: 32px;
  }
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #013274;
}
.section-label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #013274;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #013274;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid #013274;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.btn-primary:hover {
  background: rgb(0.6512820513, 32.5641025641, 75.5487179487);
}

.btn-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: transparent;
  color: #1f2f3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid #cdd8e3;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.btn-outlined:hover {
  border-color: #013274;
  color: #013274;
}

.btn-outlined-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: transparent;
  color: #1f2f3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid #cdd8e3;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.btn-outlined-white:hover {
  border-color: #013274;
  color: #013274;
}
.btn-outlined-white {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-outlined-white:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: #f4f4f4;
  color: #1f2f3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.btn-secondary:hover {
  background: rgb(231.25, 231.25, 231.25);
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  color: #3c4d5a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.btn-arrow .btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.btn-arrow .btn__icon svg path {
  stroke: #3c4d5a;
  transition: stroke 0.3s;
}
.btn-arrow:hover {
  color: #013274;
}
.btn-arrow:hover .btn__icon svg path {
  stroke: #013274;
}

.angle-both {
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .angle-both {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}

.angle-top-left {
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .angle-top-left {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}

.angle-bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .angle-bottom-right {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn,
.news-card,
.companies__slide,
.hero__news-card,
.mobile-menu__link,
.header__burger,
.media-card,
.project-card {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.gsap-fade-up {
  opacity: 0;
  transform: translateY(40px);
}

.gsap-fade-in {
  opacity: 0;
}

.gsap-scale-in {
  opacity: 0;
  transform: scale(0.95);
}

.gsap-reveal {
  position: relative;
  overflow: hidden;
}
.gsap-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(0);
  z-index: 2;
}
.gsap-reveal.gsap-reveal--white::after {
  background-color: #fff;
}

.gsap-text-reveal {
  overflow: hidden;
  display: block;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
}
.gsap-text-reveal span {
  display: block;
  transform: translateY(110%);
  opacity: 0;
}

.gsap-parallax-image {
  height: 120%;
  width: 100%;
  object-fit: cover;
  transform: translateY(-10%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.header {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 1001;
  color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #003061;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header.is-sticky .header__inner {
  padding: 16px 48px;
}
@media (max-width: 768px) {
  .header.is-sticky .header__inner {
    padding: 16px 24px;
  }
}
@media (max-width: 360px) {
  .header.is-sticky .header__inner {
    padding: 12px 16px;
  }
}
.header.is-sticky .header__logo img {
  width: 136px;
  height: auto;
}
@media (max-width: 1024px) {
  .header.is-sticky .header__logo img {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .header.is-sticky .header__logo img {
    width: 80px;
  }
}
.header.is-hidden {
  transform: translateY(-100%);
}
@media (max-width: 360px) {
  .header {
    top: 8px;
    left: 8px;
    right: 8px;
  }
  .header.is-sticky {
    top: 0;
    left: 0;
    right: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 24px;
  }
}
@media (max-width: 360px) {
  .header__inner {
    padding: 12px 16px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  width: 170px;
  height: 64px;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 127px;
    height: 48px;
  }
}
@media (max-width: 360px) {
  .header__logo img {
    width: 90px;
    height: auto;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.22vw, 32px);
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__item {
  position: relative;
  padding: 10px 0;
}
.header__item:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.header__link-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: color 0.3s;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-bottom: 4px;
}
.header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__link:hover::after {
  width: 100%;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  z-index: 10;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.header__dropdown-inner {
  background: #003061;
  min-width: 220px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .header__dropdown-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
.header__dropdown-inner {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.header__dropdown-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s, padding-left 0.2s, background 0.2s;
  white-space: nowrap;
  padding: 10px 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__dropdown-link::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #afd1ff;
  transform: rotate(45deg) scale(0);
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s;
  opacity: 0;
}
.header__dropdown-link:hover {
  color: #ffffff;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.04);
}
.header__dropdown-link:hover::before {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}
.header__burger {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}
.header__burger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #1f2f3f;
  padding: 16px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 360px) {
  .mobile-menu {
    padding: 8px;
  }
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #003061;
  padding: 140px 48px 48px;
  position: relative;
  overflow-y: auto;
  clip-path: polygon(32px 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
}
@media (max-width: 1024px) {
  .mobile-menu__inner {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.mobile-menu__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/about_img.jpg");
  background-size: cover;
  background-position: left center;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 360px) {
  .mobile-menu__inner {
    padding: 120px 32px 48px;
    justify-content: flex-start;
  }
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.mobile-menu__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mobile-menu__item.is-expanded .mobile-menu__arrow {
  transform: rotate(90deg);
}
.mobile-menu__item.is-expanded .mobile-menu__sub-nav {
  display: flex;
}
.mobile-menu__link {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: color 0.3s;
  display: block;
}
.mobile-menu__link:hover {
  color: #afd1ff;
}
@media (max-width: 360px) {
  .mobile-menu__link {
    font-size: 26px;
  }
}
.mobile-menu__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.3s;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: -8px;
}
.mobile-menu__arrow:hover {
  color: #afd1ff;
}
.mobile-menu__sub-nav {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px;
  padding-top: 4px;
}
.mobile-menu__sub-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: color 0.3s;
  display: block;
  padding-left: 24px;
}
.mobile-menu__sub-link:hover {
  color: #afd1ff;
}

body.menu-open {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 16px;
  background: #ffffff;
}
@media (max-width: 360px) {
  .hero {
    padding: 8px;
  }
}
.hero__wrapper {
  position: relative;
  min-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .hero__wrapper {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .hero__wrapper {
    min-height: 720px;
  }
}
@media (max-width: 360px) {
  .hero__wrapper {
    min-height: 616px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-video--mobile {
  display: none;
}
@media (max-width: 576px) {
  .hero__bg-video--desktop {
    display: none;
  }
  .hero__bg-video--mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
}
@media (max-width: 768px) {
  .hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
  }
}
@media (max-width: 360px) {
  .hero__content {
    padding: 24px 16px;
  }
}
.hero__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 967px;
}
@media (max-width: 1024px) {
  .hero__info {
    max-width: 560px;
    gap: 12px;
  }
}
@media (max-width: 360px) {
  .hero__info {
    max-width: 100%;
  }
}
.hero__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.89vw, 56px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.hero__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 1440px) {
  .hero__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hero__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__news-card {
  flex-shrink: 0;
  width: 513px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .hero__news-card {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .hero__news-card {
    padding-right: 30px;
  }
}
.hero__news-card:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hero__news-card:hover .hero__news-link {
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .hero__news-card {
    width: clamp(280px, 50vw, 400px);
  }
}
@media (max-width: 768px) {
  .hero__news-card {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .hero__news-card {
    width: 100%;
  }
}
.hero__news-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 12px;
}
.hero__news-img {
  width: 144px;
  align-self: stretch;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .hero__news-img {
    width: 120px;
    align-self: stretch;
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero__news-img {
    width: 50px;
    align-self: stretch;
    height: auto;
  }
}
.hero__news-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .hero__news-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.hero__news-link {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s;
}
.hero__news-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .hero__news-link {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .hero__news-link__text {
    display: none;
  }
}

.internal-hero {
  position: relative;
  padding: 16px;
  background: #ffffff;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .internal-hero {
    padding: 8px 8px 0 8px;
  }
}
.internal-hero__wrapper {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .internal-hero__wrapper {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}
.internal-hero__wrapper--corner-top-left {
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .internal-hero__wrapper--corner-top-left {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .internal-hero__wrapper {
    min-height: 400px;
  }
}
@media (max-width: 360px) {
  .internal-hero__wrapper {
    min-height: 360px;
  }
}
.internal-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.internal-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.internal-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
}
.internal-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
  max-width: 1440px;
  width: 100%;
  margin: 0 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .internal-hero__content {
    padding: 32px 16px;
  }
}
.internal-hero__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .internal-hero__info {
    gap: 16px;
  }
}
.internal-hero__upperliner .upperliner {
  color: #ffffff;
}
.internal-hero__upperliner .upperliner::before {
  background: #ffffff;
}
.internal-hero__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .internal-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .internal-hero__title {
    font-size: 34px;
  }
}
.internal-hero__title {
  color: #ffffff;
  margin: 0;
}
.internal-hero__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .internal-hero__description {
    font-size: 16px;
    line-height: 1.56;
  }
}
.internal-hero__description {
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  border: none;
  white-space: nowrap;
}
.btn--xs {
  padding: 10px 20px;
}
.btn--sm {
  padding: 18px 32px;
}
.btn--primary {
  background: #013274;
  color: #ffffff;
}
.btn--primary:hover {
  background: #01275a;
}
.btn--addition {
  background: #f4f4f4;
  color: #1f2f3f;
}
.btn--addition:hover {
  background: #013274;
  color: #ffffff;
}
.btn--outlined-primary {
  background: transparent;
  border: 1px solid #013274;
  color: #013274;
}
.btn--outlined-primary:hover {
  background: #013274;
  color: #ffffff;
}
.btn--outlined-secondary {
  background: transparent;
  border: 1px solid #cdd8e3;
  color: #1f2f3f;
}
.btn--outlined-secondary:hover {
  border-color: #013274;
  color: #013274;
}
.btn--oneline {
  background: transparent;
  padding: 0;
  gap: 12px;
  color: #3c4d5a;
  border: none;
}
.btn--oneline .btn__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}
.btn--oneline .btn__icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #013274;
  border: 1px solid #013274;
  transform: rotate(45deg);
  transition: background 0.3s, border-color 0.3s;
}
.btn--oneline .btn__icon svg {
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.btn--oneline .btn__icon svg path {
  stroke: #ffffff;
  transition: stroke 0.3s;
}
.btn--oneline:hover {
  color: #3c4d5a;
}
.btn--oneline:hover .btn__icon::before {
  background: #01275a;
  border-color: #01275a;
}
.btn--oneline:hover .btn__icon svg path {
  stroke: #ffffff;
}
.btn--oneline.btn--secondary {
  color: #ffffff;
}
.btn--oneline.btn--secondary .btn__icon::before {
  background: #ffffff;
  border-color: #ffffff;
}
.btn--oneline.btn--secondary .btn__icon svg path {
  stroke: #013274;
}
.btn--oneline.btn--secondary:hover .btn__icon::before {
  background: #afd1ff;
  border-color: #afd1ff;
}
.btn--oneline.btn--secondary:hover .btn__icon svg path {
  stroke: #013274;
}
.btn--outlined-arrow {
  background: transparent;
  padding: 0;
  gap: 12px;
  color: #3c4d5a;
  border: none;
}
.btn--outlined-arrow .btn__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}
.btn--outlined-arrow .btn__icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #cdd8e3;
  transform: rotate(45deg);
  transition: background 0.3s, border-color 0.3s;
}
.btn--outlined-arrow .btn__icon svg {
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
}
.btn--outlined-arrow .btn__icon svg path {
  stroke: #013274;
  transition: stroke 0.3s;
}
.btn--outlined-arrow:hover {
  color: #013274;
}
.btn--outlined-arrow:hover .btn__icon::before {
  border-color: #013274;
}
.btn--outlined-arrow:hover .btn__icon svg path {
  stroke: #013274;
}
.btn--prev {
  transform: rotate(180deg);
}
.btn--next, .btn--prev {
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
}
.btn--next .btn__icon, .btn--prev .btn__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
}
.btn--next .btn__icon::before, .btn--prev .btn__icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #013274;
  border: 1px solid #013274;
  transform: rotate(45deg);
  transition: background 0.3s, border-color 0.3s;
}
.btn--next .btn__icon svg, .btn--prev .btn__icon svg {
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.btn--next .btn__icon svg path, .btn--prev .btn__icon svg path {
  stroke: #ffffff;
  transition: stroke 0.3s;
}
.btn--next:hover .btn__icon::before, .btn--prev:hover .btn__icon::before {
  background: #01275a;
  border-color: #01275a;
}
.btn--next.btn--secondary .btn__icon::before, .btn--prev.btn--secondary .btn__icon::before {
  background: #ffffff;
  border-color: #ffffff;
}
.btn--next.btn--secondary .btn__icon svg path, .btn--prev.btn--secondary .btn__icon svg path {
  stroke: #013274;
}
.btn--next.btn--secondary:hover .btn__icon::before, .btn--prev.btn--secondary:hover .btn__icon::before {
  background: #afd1ff;
  border-color: #afd1ff;
}

.cta-block {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cta-block {
    padding: 0 8px;
  }
}
.cta-block__wrapper {
  padding: 0 48px;
}
@media (max-width: 768px) {
  .cta-block__wrapper {
    padding: 0 8px;
  }
}
.cta-block__inner {
  position: relative;
  padding: 64px 56px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .cta-block__inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
@media (max-width: 1024px) {
  .cta-block__inner {
    padding: 48px 32px;
  }
}
@media (max-width: 768px) {
  .cta-block__inner {
    padding: 40px 16px;
  }
}
.cta-block--corner-bottom-right .cta-block__inner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .cta-block--corner-bottom-right .cta-block__inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
.cta-block--corner-both .cta-block__inner {
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .cta-block--corner-both .cta-block__inner {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.cta-block--corner-left-right .cta-block__inner {
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .cta-block--corner-left-right .cta-block__inner {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.cta-block--corner-top-left .cta-block__inner {
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .cta-block--corner-top-left .cta-block__inner {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}
.cta-block--blue .cta-block__inner {
  background: #afd1ff;
}
.cta-block--white .cta-block__inner {
  background: #ffffff;
}
.cta-block--white .cta-block__inner .cta-block__bg {
  filter: contrast(0.5);
}
.cta-block--white .cta-block__inner .cta-block__title {
  color: #1f2f3f;
}
.cta-block--white .cta-block__inner .cta-block__desc {
  color: #3c4d5a;
}
.cta-block--brand .cta-block__inner {
  background: #013274;
}
.cta-block--brand .cta-block__inner .cta-block__title {
  color: #ffffff;
}
.cta-block--brand .cta-block__inner .cta-block__desc {
  color: #ffffff;
}
.cta-block--full-width .cta-block__wrapper {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cta-block--full-width {
    padding: 0 16px;
  }
}
@media (max-width: 360px) {
  .cta-block--full-width {
    padding: 0 8px;
  }
}
.cta-block__bg {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 1000px;
  height: 1000px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.cta-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cta-block__bg {
    width: 600px;
    height: 600px;
    right: -150px;
  }
}
.cta-block__content {
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cta-block__content {
    gap: 32px;
  }
}
.cta-block__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cta-block__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .cta-block__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cta-block__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.cta-block__title {
  color: #1f2f3f;
}
.cta-block__title--h3 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .cta-block__title--h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .cta-block__title--h3 {
    font-size: 26px;
    line-height: 1.16;
  }
}
.cta-block__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .cta-block__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.cta-block__desc {
  color: #3c4d5a;
  max-width: 886px;
}
.cta-block__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: #f4f4f4;
  color: #1f2f3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.cta-block__actions .btn:hover {
  background: rgb(231.25, 231.25, 231.25);
}

.side-image-block {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .side-image-block {
    padding: 0 8px;
  }
}
.side-image-block__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 40px;
}
@media (max-width: 1440px) {
  .side-image-block__left {
    padding: 64px 40px;
  }
}
@media (max-width: 768px) {
  .side-image-block__left {
    padding: 48px 8px;
  }
}
.side-image-block__content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .side-image-block__content {
    gap: 24px;
  }
}
.side-image-block__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-image-block__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .side-image-block__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .side-image-block__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.side-image-block__title {
  color: #1f2f3f;
}
.side-image-block__title.h1 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .side-image-block__title.h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .side-image-block__title.h1 {
    font-size: 34px;
  }
}
.side-image-block__title.h2 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .side-image-block__title.h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .side-image-block__title.h2 {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.side-image-block__title.h3 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .side-image-block__title.h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .side-image-block__title.h3 {
    font-size: 26px;
    line-height: 1.16;
  }
}
.side-image-block__title.h4 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .side-image-block__title.h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.side-image-block__title.h5 {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .side-image-block__title.h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.side-image-block__title.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .side-image-block__title.h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.side-image-block__title.h7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .side-image-block__title.h7 {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.side-image-block__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .side-image-block__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.side-image-block__desc {
  color: #3c4d5a;
}
.side-image-block__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .side-image-block__right {
    padding: 32px 0;
  }
}
.side-image-block__image-container {
  position: relative;
  width: 100%;
  max-width: 735px;
  height: 510px;
}
@media (max-width: 1024px) {
  .side-image-block__image-container {
    height: auto;
    aspect-ratio: 735/510;
  }
}
.side-image-block__image {
  width: 100%;
  height: 100%;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .side-image-block__image {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.side-image-block__image {
  overflow: hidden;
}
.side-image-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-image-block--left .side-image-block__wrapper.two-col {
  grid-template-areas: "right left";
}
@media (max-width: 1024px) {
  .side-image-block--left .side-image-block__wrapper.two-col {
    grid-template-areas: "right" "left";
  }
}
.side-image-block--left .side-image-block__left {
  grid-area: left;
  padding: 64px 0 64px 40px;
}
@media (max-width: 1440px) {
  .side-image-block--left .side-image-block__left {
    padding: 64px 0 64px 40px;
  }
}
@media (max-width: 768px) {
  .side-image-block--left .side-image-block__left {
    padding: 48px 8px;
  }
}
.side-image-block--left .side-image-block__right {
  grid-area: right;
}

.about__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 128px 0;
}
@media (max-width: 1024px) {
  .about__left {
    padding: 64px 0;
  }
}
.about__bg {
  position: absolute;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 1;
  transition: transform 0.2s ease-out;
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about__bg {
    width: 90%;
  }
}
.about__image {
  position: relative;
  z-index: 1;
  width: 60%;
  aspect-ratio: 1/1;
  perspective: 1000px;
}
@media (max-width: 1024px) {
  .about__image {
    width: 70%;
  }
}
.about__image-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__image-flipper.is-flipped {
  transform: rotateY(180deg);
}
.about__image-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  mask-image: url("../svg/logo_onecolor.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../svg/logo_onecolor.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  overflow: hidden;
}
.about__image-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about__image-face--back {
  transform: rotateY(180deg);
}
.about__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 40px;
}
@media (max-width: 1440px) {
  .about__right {
    padding: 64px 40px;
  }
}
@media (max-width: 1024px) {
  .about__right {
    padding: 48px 16px;
  }
}
.about__content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .about__content {
    gap: 24px;
  }
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.about__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .about__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.about__desc {
  color: #3c4d5a;
}

.companies {
  position: relative;
}
@media (max-width: 1023px) {
  .companies {
    overflow: hidden;
  }
}
.companies__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 48px 32px;
  max-width: 1490px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .companies__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 48px 16px 24px;
  }
}
.companies__title-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.companies__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .companies__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .companies__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.companies__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .companies__subtitle {
    font-size: 16px;
    line-height: 1.56;
  }
}
.companies__subtitle {
  color: #3c4d5a;
}
.companies__wrapper {
  position: relative;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .companies__wrapper {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}
.companies__wrapper {
  background: white;
  overflow: hidden;
  margin: 0 48px;
}
@media (max-width: 768px) {
  .companies__wrapper {
    margin: 0 8px;
  }
}
.companies__wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  .companies__wrapper {
    overflow: visible;
    clip-path: none;
  }
}
.companies__slider {
  display: flex;
  gap: 0;
  overflow: visible;
  width: 100%;
  height: 670px;
}
@media (max-width: 1440px) {
  .companies__slider {
    height: 560px;
  }
}
@media (max-width: 1024px) {
  .companies__slider {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .companies__slider {
    display: flex;
    height: 252px;
    overflow: visible;
  }
  .companies__slider.swiper {
    overflow: visible;
  }
  .companies__slider .swiper-pagination {
    bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .companies__slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 !important;
    transition: all 0.3s ease;
  }
  .companies__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #afd1ff;
    transform: rotate(45deg) scale(1.2);
  }
}
.companies__slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 670px;
  will-change: flex;
  background: #000;
}
.companies__slide.is-active {
  flex: 0 0 66.2%;
  z-index: 5;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: flex;
}
.companies__slide.is-active .companies__slide-bg img {
  transform: scale(1.05);
}
.companies__slide.is-active .companies__slide-overlay {
  opacity: 0;
}
.companies__slide.is-active .companies__slide-tag,
.companies__slide.is-active .companies__slide-bottom,
.companies__slide.is-active .companies__slide-gradient {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.companies__slider:hover .companies__slide.is-active:not(:hover) {
  flex: 0 0 62.6%;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.companies__slide:not(.is-active) {
  flex: 0 0 16.9%;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: flex;
}
.companies__slide:not(.is-active):hover {
  flex: 0 0 20.5%;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.companies__slide:not(.is-active):hover .companies__slide-bg img {
  transform: scale(1.1);
}
.companies__slide:not(.is-active):hover .companies__slide-overlay {
  opacity: 0.2;
}
.companies__slide:not(.is-active) .companies__slide-gradient,
.companies__slide:not(.is-active) .companies__slide-tag,
.companies__slide:not(.is-active) .companies__slide-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition-delay: 0s;
}
.companies__slide:not(.is-active) .companies__slide-overlay {
  opacity: 1;
}
.companies__slide:not(.is-active) .companies__slide-logo img {
  height: 32px;
  max-width: 70%;
  opacity: 1;
}
.companies__slide:not(.is-active) .companies__slide-diamond {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 1440px) {
  .companies__slide {
    height: 560px;
    overflow: hidden;
  }
  .companies__slide.is-active {
    flex: 0 0 60%;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: flex;
  }
  .companies__slider:hover .companies__slide.is-active:not(:hover) {
    flex: 0 0 56.5%;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .companies__slide:not(.is-active) {
    flex: 0 0 20%;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: flex;
  }
  .companies__slide:not(.is-active):hover {
    flex: 0 0 23.5%;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 1024px) {
  .companies__slide {
    height: 480px;
  }
}
@media (max-width: 1023px) {
  .companies__slide {
    flex: 0 0 100% !important;
    height: 252px;
    clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
  }
}
@media (max-width: 1023px) and (max-width: 1024px) {
  .companies__slide {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1023px) {
  .companies__slide .companies__slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
  }
  .companies__slide.swiper-slide-active .companies__slide-bg::after, .companies__slide.swiper-slide-duplicate-active .companies__slide-bg::after {
    opacity: 0;
  }
  .companies__slide.is-active .companies__slide-gradient,
  .companies__slide.is-active .companies__slide-tag,
  .companies__slide.is-active .companies__slide-bottom, .companies__slide:not(.is-active) .companies__slide-gradient,
  .companies__slide:not(.is-active) .companies__slide-tag,
  .companies__slide:not(.is-active) .companies__slide-bottom {
    display: none;
  }
  .companies__slide.is-active .companies__slide-overlay, .companies__slide:not(.is-active) .companies__slide-overlay {
    opacity: 0;
  }
  .companies__slide.is-active .companies__slide-logo, .companies__slide:not(.is-active) .companies__slide-logo {
    top: 20px;
    left: 17px;
    transform: none;
  }
  .companies__slide.is-active .companies__slide-logo img, .companies__slide:not(.is-active) .companies__slide-logo img {
    height: 24px;
  }
  .companies__slide.is-active .companies__slide-diamond, .companies__slide:not(.is-active) .companies__slide-diamond {
    display: none;
  }
}
.companies__slide-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.companies__slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.companies__slide-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 182px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0s;
}
.companies__slide-gradient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companies__slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.companies__slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.companies__slide-logo {
  position: absolute;
  top: 64px;
  left: 64px;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --fill-0: white;
  filter: brightness(0) invert(1);
}
.companies__slide-logo img {
  height: 32px;
  width: auto;
  display: block;
  max-width: none;
}
@media (max-width: 1440px) {
  .companies__slide-logo {
    top: 48px;
    left: 48px;
  }
  .companies__slide-logo img {
    height: 28px;
  }
}
@media (max-width: 1024px) {
  .companies__slide-logo {
    top: 32px;
    left: 32px;
  }
  .companies__slide-logo img {
    height: 24px;
  }
}
.companies__slide-tag {
  position: absolute;
  top: 64px;
  right: 64px;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .companies__slide-tag {
    font-size: 14px;
    line-height: 1.56;
  }
}
.companies__slide-tag {
  background: #f4f4f4;
  color: #1f2f3f;
  padding: 8px 12px;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0s;
}
@media (max-width: 1440px) {
  .companies__slide-tag {
    top: 48px;
    right: 48px;
  }
}
@media (max-width: 1024px) {
  .companies__slide-tag {
    top: 32px;
    right: 32px;
  }
}
.companies__slide-bottom {
  position: absolute;
  bottom: 48px;
  left: 64px;
  right: 64px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0s;
}
@media (max-width: 1440px) {
  .companies__slide-bottom {
    left: 48px;
    right: 48px;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .companies__slide-bottom {
    left: 32px;
    right: 32px;
    bottom: 32px;
  }
}
.companies__slide-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 648px;
}
@media (max-width: 1440px) {
  .companies__slide-info {
    max-width: 500px;
  }
}
.companies__slide-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .companies__slide-name {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .companies__slide-name {
    font-size: 20px;
  }
}
.companies__slide-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1440px) {
  .companies__slide-desc {
    font-size: 14px;
  }
}
.companies__slide-diamond {
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0s;
  transform: translateX(-50%) translateY(20px);
}
.companies__slide-diamond-outer {
  position: absolute;
  width: 45.25px;
  height: 45.25px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
}
.companies__slide-diamond-inner {
  position: absolute;
  width: 11.31px;
  height: 11.31px;
  background: #013274;
  transform: rotate(45deg);
}
.companies__mobile-content {
  display: none;
}
@media (max-width: 1023px) {
  .companies__mobile-content {
    display: block;
    padding: 0 8px;
  }
}
.companies__mobile-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1023px) {
  .companies__mobile-inner {
    border: none;
    padding: 32px 0;
  }
  .companies__mobile-inner .btn {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .companies__mobile-inner .btn.is-fade {
    opacity: 0;
    transform: translateY(10px);
  }
}
.companies__mobile-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.companies__mobile-text.is-fade {
  opacity: 0;
  transform: translateY(15px);
}
.companies__mobile-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1f2f3f;
}
.companies__mobile-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.01em;
  color: #1f2f3f;
}

.industries {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .industries {
    padding: 0 8px;
  }
}
.industries__wrapper {
  padding: 0 48px;
}
@media (max-width: 768px) {
  .industries__wrapper {
    padding: 0 8px;
  }
}
.industries__inner {
  position: relative;
  background: #afd1ff;
  padding: 64px 56px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
@media (max-width: 1024px) {
  .industries__inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  }
}
@media (max-width: 1024px) {
  .industries__inner {
    padding: 48px 32px;
  }
}
@media (max-width: 768px) {
  .industries__inner {
    padding: 40px 16px;
  }
}
.industries__bg {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 1000px;
  height: 1000px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.industries__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .industries__bg {
    width: 600px;
    height: 600px;
    right: -150px;
  }
}
.industries__content {
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .industries__content {
    gap: 32px;
  }
}
.industries__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.industries__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .industries__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .industries__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.industries__title {
  color: #1f2f3f;
}
.industries__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .industries__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.industries__desc {
  color: #3c4d5a;
  max-width: 886px;
}
.industries__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: #f4f4f4;
  color: #1f2f3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.industries__actions .btn:hover {
  background: rgb(231.25, 231.25, 231.25);
}

.news {
  padding: 64px 16px;
}
@media (max-width: 1024px) {
  .news {
    padding: 64px 16px;
  }
}
@media (max-width: 768px) {
  .news {
    padding: 48px 8px;
  }
}
.news__wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .news__wrapper {
    padding: 0 8px;
  }
}
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.news__title-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 752px;
}
.news__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .news__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .news__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.news__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .news__subtitle {
    font-size: 16px;
    line-height: 1.56;
  }
}
.news__subtitle {
  color: #3c4d5a;
}
.news__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .news__actions {
    width: auto;
  }
}
.news__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .news__bottom {
    margin-top: 40px;
    justify-content: center;
  }
}
.news__navigation {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .news__navigation {
    display: none;
  }
}
.news__slider {
  width: 100%;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .news__slider {
    overflow: hidden !important;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-card:hover .news-card__image img {
  transform: scale(1.05);
}
.news-card:hover .news-card__title {
  color: #3f6395;
}
.news-card.swiper-slide-active {
  transform: scale(1.05);
  z-index: 5;
}
@media (max-width: 1023px) {
  .news-card.swiper-slide-active {
    transform: none !important;
  }
}
.news-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 735/400;
  overflow: hidden;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .news-card__image-wrapper {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .news-card__image-wrapper {
    aspect-ratio: 328/200;
  }
}
.news-card__image {
  width: 100%;
  height: 100%;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card__corner {
  position: absolute;
  z-index: 2;
}
.news-card__corner svg {
  display: block;
}
.news-card__corner--top-left {
  top: 0;
  left: 0;
}
.news-card__corner--bottom-right {
  bottom: 0;
  right: 0;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .news-card__content {
    gap: 24px;
  }
}
.news-card__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .news-card__title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.news-card__title {
  color: #1f2f3f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.news-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .news-card__footer {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.news-card__footer {
  color: #3c4d5a;
  padding-top: 16px;
}
.news-card__meta {
  display: flex;
  gap: 4px;
}

.media__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .media__wrapper {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  .media__wrapper {
    gap: 40px;
  }
}
.media__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
}
@media (max-width: 768px) {
  .media__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.media__title-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 752px;
}
@media (max-width: 1024px) {
  .media__title-block {
    gap: 12px;
  }
}
.media__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .media__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .media__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.media__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .media__subtitle {
    font-size: 16px;
    line-height: 1.56;
  }
}
.media__subtitle {
  color: #3c4d5a;
}
.media__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .media__actions {
    width: auto;
  }
}
.media__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .media__grid {
    grid-template-columns: 1fr;
  }
}

.media-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #f4f4f4;
  text-decoration: none;
  height: 100%;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .media-card {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.media-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}
.media-card__logo {
  height: 28px;
}
.media-card__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.media-card__pin {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.media-card__pin::before {
  content: "";
  position: absolute;
  width: 22.6px;
  height: 22.6px;
  border: 1px solid #cdd8e3;
  transform: rotate(45deg);
}
.media-card__pin-icon {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}
.media-card__pin-icon svg {
  width: 10px;
  height: 10px;
}
.media-card__pin-icon svg path {
  stroke: #013274;
}
.media-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.media-card__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .media-card__title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.media-card__title {
  font-size: 20px;
  color: #1f2f3f;
  line-height: 1.16;
}
.media-card__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .media-card__description {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.56;
  }
}
.media-card__description {
  color: #3c4d5a;
}
.media-card:hover .media-card__pin::before {
  background: #013274;
  border-color: #013274;
}
.media-card:hover .media-card__pin-icon svg path {
  stroke: #ffffff;
}

.mapbox-block {
  margin: 0 16px;
  position: relative;
}
@media (max-width: 768px) {
  .mapbox-block {
    margin: 0 8px;
  }
}
.mapbox-block__container {
  width: 100%;
  height: 600px;
  background: #f4f4f4;
  /* full color map */
}
@media (max-width: 768px) {
  .mapbox-block__container {
    height: 400px;
  }
}
.mapbox-block__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .mapbox-block__overlay {
    height: 200px;
  }
}
.mapbox-block__info {
  position: absolute;
  bottom: 64px;
  left: 64px;
  max-width: 440px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .mapbox-block__info {
    bottom: 40px;
    left: 40px;
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .mapbox-block__info {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 32px 16px;
  }
}
.mapbox-block__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .mapbox-block__title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.mapbox-block__title {
  color: #1f2f3f;
  margin: 0;
}
@media (max-width: 768px) {
  .mapbox-block__title {
    color: #1f2f3f;
  }
}
.mapbox-block__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .mapbox-block__desc {
    font-size: 14px;
    line-height: 1.56;
  }
}
.mapbox-block__desc {
  color: rgba(31, 47, 63, 0.8);
  margin: 0;
}
@media (max-width: 768px) {
  .mapbox-block__desc {
    color: #3c4d5a;
  }
}
.mapbox-block .mapboxgl-marker {
  cursor: pointer;
}
.mapbox-block .mapboxgl-marker img {
  width: 40px;
  height: auto;
}
.mapbox-block__popup {
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mapbox-block__popup-city {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .mapbox-block__popup-city {
    font-size: 18px;
    line-height: 1.2;
  }
}
.mapbox-block__popup-city {
  color: #1f2f3f;
  margin: 0;
  text-transform: uppercase;
}
.mapbox-block__popup-company {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .mapbox-block__popup-company {
    font-size: 14px;
    line-height: 1.56;
  }
}
.mapbox-block__popup-company {
  font-weight: 600;
  color: #013274;
}
.mapbox-block__popup-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .mapbox-block__popup-description {
    font-size: 14px;
    line-height: 1.56;
  }
}
.mapbox-block__popup-description {
  color: #3c4d5a;
  line-height: 1.4;
}

.mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content {
  padding: 16px;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-close-button {
  padding: 4px 8px;
  font-size: 18px;
  color: #3c4d5a;
}
.mapboxgl-popup-close-button:hover {
  background: transparent;
  color: #1f2f3f;
}

.values-slider {
  padding: 128px 16px;
  background-color: #ffffff;
}
.values-slider__wrapper {
  position: relative;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .values-slider__wrapper {
    padding: 0 8px;
  }
}
.values-slider__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .values-slider__header {
    margin-bottom: 32px;
    gap: 16px;
  }
}
.values-slider__upperliner {
  margin: 0 auto;
}
.values-slider__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .values-slider__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .values-slider__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.values-slider__title {
  color: #1f2f3f;
  max-width: 800px;
}
.values-slider__container {
  height: auto;
  display: flex;
}
.values-slider__container .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.values-slider__container .swiper-slide {
  height: auto;
  display: flex;
}
.values-slider__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f4f4f4;
  padding: 32px;
  transition: background-color 0.3s ease;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .values-slider__slide {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .values-slider__slide {
    padding: 24px;
  }
}
.values-slider__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
  overflow: hidden;
}
.values-slider__content {
  margin-top: auto;
}
.values-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.values-slider__slide-title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .values-slider__slide-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.values-slider__slide-title {
  margin-bottom: 12px;
  color: #1f2f3f;
}
.values-slider__slide-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .values-slider__slide-desc {
    font-size: 14px;
    line-height: 1.56;
  }
}
.values-slider__slide-desc {
  color: #3c4d5a;
}
.values-slider__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .values-slider__bottom {
    margin-top: 32px;
    gap: 24px;
  }
}
.values-slider__navigation {
  display: flex;
  gap: 16px;
}
.values-slider__navigation .values-slider__prev,
.values-slider__navigation .values-slider__next {
  position: static;
  margin: 0;
  width: 40px;
  height: 40px;
}
.values-slider__navigation .values-slider__prev::after,
.values-slider__navigation .values-slider__next::after {
  display: none;
}
.values-slider__navigation .values-slider__prev.swiper-button-disabled,
.values-slider__navigation .values-slider__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.values-slider--no-images .values-slider__slide {
  justify-content: flex-start;
}
.values-slider--no-images .values-slider__content {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .contacts-info .two-col {
    grid-template-columns: 1fr;
  }
}
.contacts-info__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 96px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .contacts-info__left {
    padding: 64px 48px;
  }
}
@media (max-width: 1024px) {
  .contacts-info__left {
    padding: 48px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.contacts-info__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.contacts-info__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .contacts-info__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .contacts-info__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.contacts-info__details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contacts-info__row {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .contacts-info__row {
    flex-direction: column;
    gap: 24px;
  }
}
.contacts-info__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts-info__label {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .contacts-info__label {
    font-size: 18px;
    line-height: 1.2;
  }
}
.contacts-info__value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .contacts-info__value {
    font-size: 14px;
    line-height: 1.56;
  }
}
.contacts-info__value {
  color: #3c4d5a;
}
.contacts-info__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contacts-info__link:hover {
  color: #afd1ff;
}
.contacts-info__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 128px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .contacts-info__right {
    padding: 64px 0;
  }
}
.contacts-info__right .about__bg {
  position: absolute;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 1;
}
.contacts-info__right .about__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts-info__right .about__image {
  position: relative;
  z-index: 1;
  width: 60%;
  height: auto;
  mask-image: url("../svg/logo_onecolor.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../svg/logo_onecolor.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.contacts-info__right .about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .contacts-form .two-col {
    grid-template-columns: 1fr;
  }
}
.contacts-form__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 64px 96px 64px 96px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .contacts-form__left {
    padding: 64px 48px;
  }
}
@media (max-width: 1024px) {
  .contacts-form__left {
    padding: 48px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.contacts-form__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 688px;
}
.contacts-form__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-form__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .contacts-form__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .contacts-form__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.contacts-form__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 64px 0;
  padding-right: 96px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .contacts-form__right {
    padding: 0 16px 48px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.contacts-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 840px;
}
.contacts-form__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts-form__input {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.contacts-form__input::placeholder {
  color: #3c4d5a;
}
.contacts-form__input:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.contacts-form__textarea {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.contacts-form__textarea::placeholder {
  color: #3c4d5a;
}
.contacts-form__textarea:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.contacts-form__textarea {
  height: 220px;
  resize: vertical;
}
.contacts-form__select-wrap {
  position: relative;
}
.contacts-form__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c4d5a;
}
.contacts-form__select {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.contacts-form__select::placeholder {
  color: #3c4d5a;
}
.contacts-form__select:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.contacts-form__select {
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}
.contacts-form__select:invalid,
.contacts-form__select option[disabled] {
  color: #3c4d5a;
}
.contacts-form__file {
  display: block;
  cursor: pointer;
}
.contacts-form__file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contacts-form__file-label {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.contacts-form__file-label::placeholder {
  color: #3c4d5a;
}
.contacts-form__file-label:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.contacts-form__file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3c4d5a;
  cursor: pointer;
}
.contacts-form__file-input:focus + .contacts-form__file-label {
  background: rgb(236.35, 236.35, 236.35);
}
.contacts-form__file-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .contacts-form__file-name {
    font-size: 14px;
    line-height: 1.56;
  }
}
.contacts-form__file-name {
  color: #1f2f3f;
  margin-left: 4px;
}
.contacts-form__checkbox {
  max-width: 735px;
}
.contacts-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.contacts-form__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contacts-form__checkbox-input:checked + .contacts-form__checkbox-box {
  background: #013274;
  border-color: #013274;
}
.contacts-form__checkbox-input:checked + .contacts-form__checkbox-box::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 4px;
}
.contacts-form__checkbox-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cdd8e3;
  margin-top: 2px;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.contacts-form__checkbox-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #3c4d5a;
}
.contacts-form__submit {
  align-self: flex-start;
}

.contacts-enquiries {
  margin-bottom: -128px;
}
.contacts-enquiries__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 128px 96px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
@media (max-width: 1440px) {
  .contacts-enquiries__content {
    padding: 96px 48px;
  }
}
@media (max-width: 1024px) {
  .contacts-enquiries__content {
    padding: 64px 16px;
    gap: 40px;
  }
}
.contacts-enquiries__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .contacts-enquiries__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .contacts-enquiries__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.contacts-enquiries__grid {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .contacts-enquiries__grid {
    flex-direction: column;
    gap: 24px;
  }
}
.contacts-enquiries__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts-enquiries__label {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .contacts-enquiries__label {
    font-size: 18px;
    line-height: 1.2;
  }
}
.contacts-enquiries__value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .contacts-enquiries__value {
    font-size: 14px;
    line-height: 1.56;
  }
}
.contacts-enquiries__value {
  color: #3c4d5a;
}

.careers-positions {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .careers-positions {
    padding: 0 8px;
  }
}
.careers-positions__inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 48px;
}
@media (max-width: 768px) {
  .careers-positions__inner {
    padding: 0 8px;
  }
}
.careers-positions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 128px 0 64px;
  max-width: 1490px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .careers-positions__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 64px 0 32px;
  }
}
.careers-positions__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .careers-positions__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .careers-positions__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.careers-positions__filter {
  position: relative;
  width: 454px;
}
@media (max-width: 1024px) {
  .careers-positions__filter {
    width: 100%;
  }
}
.careers-positions__select {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.careers-positions__select::placeholder {
  color: #3c4d5a;
}
.careers-positions__select:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.careers-positions__select {
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}
.careers-positions__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-positions__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1490px;
  margin: 0 auto;
}
.careers-positions__card {
  display: flex;
  align-items: flex-start;
  gap: 58px;
  padding: 32px;
  background: #f4f4f4;
  position: relative;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .careers-positions__card {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .careers-positions__card {
    flex-direction: column;
    gap: 24px;
  }
}
.careers-positions__location {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 162px;
}
.careers-positions__location span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #3c4d5a;
  white-space: nowrap;
}
.careers-positions__pin {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.careers-positions__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.careers-positions__name {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .careers-positions__name {
    font-size: 18px;
    line-height: 1.2;
  }
}
.careers-positions__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .careers-positions__desc {
    font-size: 14px;
    line-height: 1.56;
  }
}
.careers-positions__desc {
  color: #3c4d5a;
}
.careers-positions__apply {
  flex-shrink: 0;
  align-self: flex-start;
}
.careers-positions__actions {
  display: flex;
  justify-content: center;
  padding: 56px 0 128px;
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .careers-positions__actions {
    padding: 40px 0 64px;
    padding-bottom: 0px;
  }
}
.careers-positions__load-more {
  min-width: 139px;
}

.press-room {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .press-room {
    padding: 0 8px;
  }
}
.press-room__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 48px;
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .press-room__inner {
    padding: 64px 0;
    gap: 40px;
  }
}
.press-room__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .press-room__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  .press-room__grid {
    grid-template-columns: 1fr;
  }
}
.press-room__actions {
  display: flex;
  justify-content: center;
}

.mini-hero {
  padding: 16px;
  padding-bottom: 0;
  background: #ffffff;
}
@media (max-width: 360px) {
  .mini-hero {
    padding: 0;
  }
}
.mini-hero__wrapper {
  position: relative;
  height: 160px;
  background: #013274;
  overflow: hidden;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .mini-hero__wrapper {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 1024px) {
  .mini-hero__wrapper {
    height: 120px;
  }
}
@media (max-width: 360px) {
  .mini-hero__wrapper {
    height: 100px;
  }
}

.breadcrumbs {
  padding: 0 16px;
}
@media (max-width: 360px) {
  .breadcrumbs {
    padding: 0 8px;
  }
}
.breadcrumbs__wrapper {
  max-width: 888px;
  margin: 0 auto;
  padding: 24px 0 0;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #3c4d5a;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs__link:hover {
  color: #1f2f3f;
}
.breadcrumbs__separator {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #3c4d5a;
}
.breadcrumbs__current {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2f3f;
}

.news-page {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .news-page {
    padding: 0 8px;
  }
}
.news-page__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 48px;
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .news-page__inner {
    padding: 64px 0;
    gap: 40px;
  }
}
.news-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 20px;
}
@media (max-width: 1024px) {
  .news-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-page__grid {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }
}
.news-page__actions {
  display: flex;
  justify-content: center;
}

.projects {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .projects {
    padding: 0 8px;
  }
}
.projects__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 64px 48px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .projects__inner {
    padding: 48px 0;
    gap: 20px;
  }
}
.projects__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .projects__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 8px;
  }
}
.projects__subtitle {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .projects__subtitle {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.projects__subtitle {
  color: #3c4d5a;
  max-width: 480px;
}
.projects__filter {
  position: relative;
  width: 200px;
}
@media (max-width: 1024px) {
  .projects__filter {
    width: 100%;
  }
}
.projects__select {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.projects__select::placeholder {
  color: #3c4d5a;
}
.projects__select:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.projects__select {
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}
.projects__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .projects__grid {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }
}

.project-card {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .project-card {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
.project-card:hover .project-card__image img {
  transform: scale(1.08);
}
.project-card:hover .project-card__info-inner {
  transform: translateY(-8px);
}
.project-card:hover .project-card__title {
  color: #afd1ff;
}
@media (max-width: 1024px) {
  .project-card {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .project-card {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 768px) {
  .project-card--framed {
    flex-direction: column;
    height: auto;
  }
}
.project-card__image {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .project-card__image {
    flex: none;
    aspect-ratio: 16/9;
  }
}
.project-card:not(.project-card--framed) .project-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: none;
}
@media (max-width: 768px) {
  .project-card:not(.project-card--framed) .project-card__image {
    position: relative;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-card__info {
  flex: 0 0 332px;
  background: #013274;
  padding: 32px;
  display: flex;
}
@media (max-width: 1024px) {
  .project-card__info {
    flex: 0 0 280px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .project-card__info {
    flex: none;
    padding: 24px;
  }
}
.project-card:not(.project-card--framed) .project-card__info {
  position: relative;
  z-index: 1;
  margin-left: auto;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .project-card:not(.project-card--framed) .project-card__info {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    background: #013274;
  }
}
.project-card__info-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .project-card__info-inner {
    gap: 16px;
  }
}
.project-card__logo img {
  height: 24px;
  width: auto;
  display: block;
}
.project-card__name {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .project-card__name {
    font-size: 18px;
    line-height: 1.2;
  }
}
.project-card__name {
  color: #ffffff;
}
.project-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-card:not(:has(.project-card__logo)):not(:has(.project-card__name)) .project-card__text {
  flex: 1;
  justify-content: space-between;
}
.project-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .project-card__title {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.project-card__title {
  color: #ffffff;
  transition: color 0.3s ease;
}
.project-card__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .project-card__description {
    font-size: 14px;
    line-height: 1.56;
  }
}
.project-card__description {
  color: #ffffff;
}

.project-logo {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .project-logo {
    padding: 0 8px;
  }
}
.project-logo {
  background: #ffffff;
}
.project-logo__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1441px) {
  .project-logo__inner {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.project-logo__inner {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 1024px) {
  .project-logo__inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .project-logo__inner {
    padding: 16px 8px;
  }
}
.project-logo .breadcrumbs {
  padding: 0;
}
.project-logo .breadcrumbs .breadcrumbs__wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}

.project-info {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .project-info {
    padding: 0 8px;
  }
}
.project-info__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1441px) {
  .project-info__inner {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.project-info__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding-top: 0;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .project-info__inner {
    padding: 32px 8px;
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.project-info__logo img {
  max-height: 64px;
  width: auto;
  display: block;
  filter: brightness(0);
}
@media (max-width: 1024px) {
  .project-info__logo img {
    max-height: 48px;
  }
}
.project-info__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
}
@media (max-width: 768px) {
  .project-info__meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .project-info__meta {
    grid-template-columns: 1fr;
  }
}
.project-info__meta-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-info__meta-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .project-info__meta-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.56;
  }
}
.project-info__meta-label {
  color: #3c4d5a;
}
.project-info__meta-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .project-info__meta-value {
    font-size: 16px;
    line-height: 1.56;
  }
}
.project-info__meta-value {
  color: #1f2f3f;
  font-weight: 500;
  margin: 0;
}

.article {
  padding: 0 16px;
}
@media (max-width: 360px) {
  .article {
    padding: 0 8px;
  }
}
.article__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  max-width: 888px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .article__wrapper {
    padding: 64px 0;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .article__wrapper {
    padding: 48px 0;
    gap: 32px;
  }
}
.article__meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.article__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__meta-logo img {
  height: 24px;
  width: auto;
  display: block;
}
.article__meta-date, .article__meta-read {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -0.01em;
  color: #1f2f3f;
}
.article__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.article__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .article__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .article__title {
    font-size: 26px;
    line-height: 1.16;
  }
}
.article__title {
  color: #1f2f3f;
  margin: 0;
}
.article__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .article__subtitle {
    font-size: 14px;
    line-height: 1.56;
  }
}
.article__subtitle {
  color: #3c4d5a;
  margin: 0;
}
.article__image-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.article__image {
  background: #f4f4f4;
  padding: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .article__image {
    padding: 20px;
  }
}
.article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.article__image-caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #3c4d5a;
  margin: 0;
}
.article__text {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .article__text {
    font-size: 14px;
    line-height: 1.56;
  }
}
.article__text {
  color: #3c4d5a;
}
.article__text p {
  margin: 0;
}
.article__text p + p {
  margin-top: 24px;
}
.article__footer {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}
@media (max-width: 768px) {
  .article__footer {
    gap: 32px;
  }
}
.article__divider {
  width: 100%;
  height: 1px;
  background: #cdd8e3;
}
.article__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  text-align: right;
}
.article__actions {
  display: flex;
  justify-content: center;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.popup.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 15, 20, 0.6);
  cursor: pointer;
}
.popup__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  margin: 32px 16px;
}
@media (max-width: 768px) {
  .popup__container {
    margin: 16px 8px;
    max-height: calc(100vh - 32px);
  }
}
.popup__inner {
  background: #ffffff;
  padding: 48px;
  position: relative;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
@media (max-width: 1024px) {
  .popup__inner {
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  }
}
@media (max-width: 768px) {
  .popup__inner {
    padding: 32px 16px;
  }
}
.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2f3f;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s;
}
.popup__close:hover {
  color: #013274;
}
@media (max-width: 768px) {
  .popup__close {
    top: 16px;
    right: 16px;
  }
}
.popup__header {
  margin-bottom: 32px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .popup__header {
    margin-bottom: 24px;
  }
}
.popup__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .popup__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .popup__title {
    font-size: 26px;
    line-height: 1.16;
  }
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup__input {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.popup__input::placeholder {
  color: #3c4d5a;
}
.popup__input:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.popup__textarea {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.popup__textarea::placeholder {
  color: #3c4d5a;
}
.popup__textarea:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.popup__textarea {
  height: 220px;
  resize: vertical;
  height: 160px;
}
.popup__file {
  display: block;
  cursor: pointer;
}
.popup__file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.popup__file-label {
  width: 100%;
  height: 60px;
  padding: 16px;
  background: #f4f4f4;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #1f2f3f;
  transition: background 0.3s;
}
.popup__file-label::placeholder {
  color: #3c4d5a;
}
.popup__file-label:focus {
  background: rgb(236.35, 236.35, 236.35);
}
.popup__file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3c4d5a;
  cursor: pointer;
}
.popup__file-label svg {
  flex-shrink: 0;
}
.popup__file-input:focus + .popup__file-label {
  background: rgb(236.35, 236.35, 236.35);
}
.popup__checkbox {
  max-width: 100%;
}
.popup__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.popup__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.popup__checkbox-input:checked + .popup__checkbox-box {
  background: #013274;
  border-color: #013274;
}
.popup__checkbox-input:checked + .popup__checkbox-box::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 4px;
}
.popup__checkbox-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cdd8e3;
  margin-top: 2px;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.popup__checkbox-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #3c4d5a;
}
.popup__submit {
  align-self: flex-start;
}

.text-accordion {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .text-accordion {
    padding: 0 8px;
  }
}
.text-accordion {
  position: relative;
  overflow: visible;
}
.text-accordion__bg {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 1000px;
  height: 1000px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}
.text-accordion__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-accordion__wrapper {
  padding: 0 48px;
}
@media (max-width: 768px) {
  .text-accordion__wrapper {
    padding: 0 8px;
  }
}
.text-accordion__wrapper {
  gap: 80px;
}
@media (max-width: 1024px) {
  .text-accordion__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .text-accordion__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.text-accordion__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .text-accordion__left {
    padding: 0;
  }
}
.text-accordion__content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .text-accordion__content {
    max-width: none;
  }
}
.text-accordion__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .text-accordion__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .text-accordion__title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}
.text-accordion__title {
  color: #1f2f3f;
}
.text-accordion__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .text-accordion__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.text-accordion__desc {
  color: #3c4d5a;
}
.text-accordion__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .text-accordion__right {
    padding: 0;
  }
}
.text-accordion__items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cdd8e3;
}
.text-accordion__item {
  border-bottom: 1px solid #cdd8e3;
}
.text-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Grift", sans-serif;
  transition: color 0.3s;
}
.text-accordion__header:hover {
  color: #013274;
}
.text-accordion__header-text {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .text-accordion__header-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.text-accordion__header-text {
  color: inherit;
}
.text-accordion__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-accordion__icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #013274;
  border: 1px solid #013274;
  transform: rotate(45deg);
  transition: background 0.3s, border-color 0.3s;
}
.text-accordion__icon svg {
  width: 14px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.text-accordion__icon svg path {
  stroke: #ffffff;
  transition: stroke 0.3s;
}
.text-accordion__header:hover .text-accordion__icon::before {
  background: #01275a;
  border-color: #01275a;
}
.text-accordion__item.is-open .text-accordion__icon {
  transform: rotate(90deg);
}
.text-accordion__item.is-open .text-accordion__header {
  color: #013274;
}
.text-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-accordion__body-inner {
  padding: 0 0 24px;
}
.text-accordion__body-inner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .text-accordion__body-inner p {
    font-size: 14px;
    line-height: 1.56;
  }
}
.text-accordion__body-inner p {
  color: #3c4d5a;
  margin: 0;
}

.text-block {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .text-block {
    padding: 0 8px;
  }
}
.text-block {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .text-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.text-block__wrapper {
  padding: 0 48px;
}
@media (max-width: 768px) {
  .text-block__wrapper {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .text-block__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.text-block__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .text-block__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.text-block__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-block__title {
  font-family: "Grift", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1f2f3f;
}
.text-block__right {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
.text-block__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .text-block__desc {
    font-size: 16px;
    line-height: 1.56;
  }
}
.text-block__desc {
  color: #3c4d5a;
  margin: 0;
}
.text-block__single {
  max-width: 888px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

.footer {
  background: #1f2f3f;
  color: #ffffff;
  padding: 64px 0 40px;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer {
    padding: 48px 0 32px;
  }
}
.footer__bg-emblem {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1024px) {
  .footer__bg-emblem {
    width: 300px;
    height: 300px;
    right: -60px;
  }
}
.footer__bg-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer__wrapper {
    gap: 32px;
  }
}
.footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1024px) {
  .footer__main {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .footer__brand {
    align-items: center;
  }
}
.footer__logo {
  display: block;
  flex-shrink: 0;
}
.footer__logo img {
  height: 64px;
  width: auto;
}
@media (max-width: 1024px) {
  .footer__logo img {
    height: 48px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.3s, color 0.3s;
}
.footer__social-link:hover {
  opacity: 1;
  color: #afd1ff;
}
.footer__social-link svg {
  width: 20px;
  height: 20px;
}
.footer__menus {
  display: flex;
  gap: 64px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__menus {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .footer__menus {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__menus {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}
.footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 140px;
}
@media (max-width: 1024px) {
  .footer__nav-group {
    align-items: center;
    text-align: center;
  }
}
.footer__nav-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .footer__nav-title {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.footer__nav-title {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.7);
}
.footer__nav-list a {
  transition: color 0.3s;
}
.footer__nav-list a:hover {
  color: #ffffff;
}
.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
  width: 100%;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .footer__bottom-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}
.footer__cookie-settings {
  transition: color 0.3s;
}
.footer__cookie-settings:hover {
  color: #ffffff;
}

.editor-styles-wrapper {
  font-family: "Grift", sans-serif;
  font-size: 16px;
  line-height: 1.48;
  color: #1f2f3f;
}
.editor-styles-wrapper .wp-block {
  max-width: 1440px;
}
.editor-styles-wrapper .acf-block-preview {
  overflow: hidden;
}
.editor-styles-wrapper .is-editor .gsap-fade-up,
.editor-styles-wrapper .is-editor .gsap-fade-in,
.editor-styles-wrapper .is-editor .gsap-scale-in,
.editor-styles-wrapper .is-editor .gsap-text-reveal span {
  opacity: 1 !important;
  transform: none !important;
}
.editor-styles-wrapper .is-editor * {
  transition: none !important;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1f2f3f;
  color: #ffffff;
  padding: 24px 48px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-consent.is-visible {
  display: flex;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    padding: 20px 16px;
    gap: 16px;
    text-align: center;
  }
}
.cookie-consent__text {
  font-size: 14px;
  line-height: 1.5;
  max-width: 800px;
}
.cookie-consent__text a {
  color: #afd1ff;
  text-decoration: underline;
}
.cookie-consent__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.cookie-consent__accept, .cookie-consent__decline {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.3s, color 0.3s;
}
.cookie-consent__accept {
  background: #afd1ff;
  color: #1f2f3f;
}
.cookie-consent__accept:hover {
  background: #fff;
}
.cookie-consent__decline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cookie-consent__decline:hover {
  border-color: #fff;
}
