/* cyrillic */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Geologica-cyrillic-100.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Geologica-latin-100.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Geologica-cyrillic-300.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Geologica-latin-300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Geologica-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Geologica-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Geologica-cyrillic-500.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Geologica-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Geologica-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Geologica-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geologica", sans-serif;
  color: #0a002f;
  background: #fff;
  overflow-x: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 24px 24px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__logo img {
  height: 48px;
  display: block;
}
.header__search {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 300;
  color: rgba(10, 0, 47, 0.3);
  border: none;
  outline: none;
  width: 220px;
  font-family: inherit;
}
.header__nav {
  display: flex;
  gap: 24px;
  list-style: none;
}
.header__nav a {
  font-size: 18px;
  font-weight: 300;
  color: #0a002f;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.header__nav a:hover, .header__nav a.active {
  color: #0016a4;
  font-weight: 400;
}

.btn-phone {
  border: 2.5px solid #0016a4;
  border-radius: 12px;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 400;
  color: #0016a4;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.btn-phone:hover {
  background: #0016a4;
  color: #fff;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #0a002f;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav a {
  font-size: 24px;
  font-weight: 300;
  color: #0a002f;
  text-decoration: none;
}
.mobile-nav .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #0a002f;
}

.hero {
  position: relative;
  min-height: 62vw;
  max-height: 900px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 32px 72px;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 0, 47, 0.55) 0%, transparent 60%);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 0, 47, 0.55) 0%, transparent 60%);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.hero__sub {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.hero__title {
  font-size: clamp(28px, 4vw, 64px);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
}

.section {
  padding: 80px 32px;
}
.section__title {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  margin-bottom: 24px;
}

.about__desc {
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 100;
  line-height: 1.5;
  max-width: 860px;
}

.services__label,
.stats__label {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 400;
  margin: 48px 0 24px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
.service-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 47, 0.6);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.service-card--dark .service-card__overlay, .service-card:hover .service-card__overlay {
  opacity: 1;
}
.service-card__content {
  position: relative;
  z-index: 1;
}
.service-card__title {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  max-width: 280px;
  transition: color 0.2s ease;
}
.service-card--dark .service-card__title, .service-card:hover .service-card__title {
  color: #fff;
}
.service-card__desc {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
  margin-top: auto;
  padding-top: 120px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.service-card--dark .service-card__desc, .service-card:hover .service-card__desc {
  opacity: 1;
  transform: translateY(0);
}

.stats__grid {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  flex: 1 1 140px;
}
.stat__value {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
  color: #0016a4;
  line-height: 1;
}
.stat__label {
  font-size: clamp(13px, 1.2vw, 20px);
  font-weight: 100;
  color: rgba(10, 0, 47, 0.6);
}

.page-hero {
  padding: 80px 32px 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 32px;
}
.page-hero__deco {
  width: clamp(200px, 25vw, 440px);
  flex-shrink: 0;
}
.page-hero__deco img {
  width: 100%;
  display: block;
}
.page-hero__title {
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 500;
  margin-bottom: 24px;
}
.page-hero__lead {
  font-size: clamp(16px, 1.9vw, 30px);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-hero__mission {
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 100;
  line-height: 1.6;
  color: rgba(10, 0, 47, 0.6);
}

.goals__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.goal-card {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  padding: 24px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.goal-card__icon {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 12px;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goal-card__icon img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}
.goal-card__text {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 100;
  line-height: 1.5;
}

.services-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.svc-card {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.svc-card:hover {
  box-shadow: 0 8px 40px rgba(0, 22, 164, 0.15);
}
.svc-card__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 65%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.4s ease;
}
.svc-card:hover .svc-card__img {
  transform: scale(1.05);
}
.svc-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 47, 0.65);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.svc-card:hover .svc-card__overlay {
  opacity: 1;
}
.svc-card__title {
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  max-width: 55%;
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}
.svc-card:hover .svc-card__title {
  color: #fff;
}
.svc-card__desc {
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.svc-card:hover .svc-card__desc {
  opacity: 1;
  transform: translateY(0);
}

.service-page {
  padding-top: 40px;
}

.service-page__layout {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 48px;
  align-items: start;
}

.service-page__left {
  display: flex;
  flex-direction: column;
}

.service-page__title {
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 500;
  color: #0a002f;
  line-height: 1.2;
  margin-bottom: 24px;
}

.service-page__intro {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
  margin-bottom: 48px;
}

.service-page__sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.service-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-section__heading {
  font-size: clamp(15px, 1.3vw, 24px);
  font-weight: 400;
  color: #0a002f;
  line-height: 1.4;
}
.service-section__text {
  font-size: clamp(14px, 1.1vw, 24px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
}

.service-page__right {
  position: sticky;
  top: 120px;
}

.service-page__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .service-page__layout {
    grid-template-columns: 1fr;
  }
  .service-page__right {
    position: static;
    order: -1;
  }
  .service-page__img {
    max-height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 560px) {
  .service-page__intro {
    margin-bottom: 32px;
  }
  .service-page__sections {
    gap: 24px;
  }
}
.partners__scroll {
  overflow: hidden;
  margin-top: 32px;
}

.partners__track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 48px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.partners__track::-webkit-scrollbar {
  display: none;
}
.partners__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.partner-logo {
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  max-width: 160px;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.partners__progress {
  margin-top: 20px;
  position: relative;
  height: 8px;
  cursor: pointer;
}
.partners__progress-bg {
  position: absolute;
  inset: 2px 0;
  background: rgba(0, 22, 164, 0.15);
  border-radius: 10px;
}
.partners__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #0016a4;
  border-radius: 10px;
  cursor: grab;
  transition: width 0.1s;
}
.partners__progress-fill:active {
  cursor: grabbing;
}

@media (max-width: 768px) {
  .partners__track {
    gap: 32px;
  }
  .partner-logo {
    height: 44px;
    max-width: 120px;
  }
}
.principles {
  padding: 80px 32px;
}

.accordion {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accordion-header__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-num {
  background: rgba(0, 22, 164, 0.1);
  border-radius: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #0016a4;
  flex-shrink: 0;
}

.accordion-title {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 400;
  color: #0a002f;
}

.accordion-icon {
  width: 28px;
  height: 28px;
  position: relative;
  flex-shrink: 0;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  background: #0a002f;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.accordion-icon::before {
  width: 2px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.accordion-icon::after {
  width: 28px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion-item.open .accordion-icon::before {
  opacity: 0;
}

.accordion-body {
  display: none;
  padding: 0 32px 24px;
}
.accordion-body p {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
}

.accordion-item.open .accordion-body {
  display: block;
}

.footer {
  background: #0a002f;
  border-radius: 24px 24px 0 0;
  margin: 0 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__logo img {
  height: 48px;
  display: block;
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__email {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__email-icon {
  border: 2.5px solid #fff;
  border-radius: 16px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__email-icon img {
  width: 28px;
  height: 28px;
}
.footer__email-text {
  font-size: clamp(15px, 1.3vw, 22px);
  font-weight: 100;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
.footer__email-text:hover {
  text-decoration: underline;
}
.footer__mid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__company {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}
.footer__address {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__link {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 100;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__made {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
}
.footer__made span {
  font-weight: 400;
}

.btn-project {
  border: 2.5px solid #fff;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: clamp(15px, 1.3vw, 22px);
  font-weight: 400;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-project:hover {
  background: #fff;
  color: #0a002f;
}

@media (max-width: 1200px) {
  .goals__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .header__search {
    width: 160px;
  }
  .header__nav {
    gap: 16px;
  }
  .header__nav a {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  .header {
    padding: 14px 20px;
  }
  .header__search, .header__nav {
    display: none;
  }
  .btn-phone {
    display: none;
  }
  .burger {
    display: flex;
  }
  .hero {
    min-height: 70vw;
    max-height: none;
    padding: 0 20px 48px;
  }
  .section {
    padding: 56px 20px;
  }
  .principles {
    padding: 56px 20px;
  }
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .goals__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    min-height: 260px;
  }
  .service-card__desc {
    padding-top: 80px;
  }
  .stats__grid {
    gap: 24px;
  }
  .stat {
    flex: 1 1 120px;
  }
  .page-hero {
    grid-template-columns: 1fr;
  }
  .page-hero__deco {
    display: none;
  }
  .partner-logo {
    max-width: 120px;
    height: 44px;
  }
  .footer {
    margin: 0 20px;
    padding: 32px 20px;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__mid {
    flex-direction: column;
  }
  .footer__address {
    text-align: left;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .header {
    padding: 12px 16px;
  }
  .section {
    padding: 40px 16px;
  }
  .principles {
    padding: 40px 16px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
  .services-grid-3 {
    grid-template-columns: 1fr;
  }
  .goals__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-card__img {
    height: 60%;
    width: 50%;
  }
  .accordion-header {
    padding: 16px 20px;
  }
  .accordion-body {
    padding: 0 20px 20px;
  }
  .footer {
    margin: 0 16px;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  max-width: 1856px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  padding: 40px 40px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  z-index: 500;
}
.cookie-bar.hidden {
  display: none;
}
.cookie-bar.visible {
  animation: cookieSlideUp 0.35s ease;
}
.cookie-bar__text {
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
  flex: 1;
}
.cookie-bar__text a {
  color: #0a002f;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.cookie-bar__text a:hover {
  color: #0016a4;
}
.cookie-bar__text a.cookie-bar__link--light {
  font-weight: 300;
}
.cookie-bar__text a.cookie-bar__link--regular {
  font-weight: 400;
}
.cookie-bar__btn {
  flex-shrink: 0;
  background: #0016a4;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 36px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cookie-bar__btn:hover {
  background: rgb(0, 16.5268292683, 123.2);
  transform: translateY(-1px);
}
.cookie-bar__btn:active {
  transform: translateY(0);
}

@keyframes cookieSlideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 860px) {
  .cookie-bar {
    width: calc(100% - 32px);
    bottom: 16px;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cookie-bar__btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .cookie-bar {
    width: calc(100% - 24px);
    bottom: 12px;
    padding: 20px 16px;
  }
}
.licenses-section {
  padding-top: 0;
}

.licenses__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(10, 0, 47, 0.03);
  border: none;
  border-radius: 24px;
  padding: 30px 24px 24px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  gap: 16px;
}
.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 22, 164, 0.12);
}
.cert-card:focus-visible {
  outline: 2px solid #0016a4;
  outline-offset: 2px;
}
.cert-card__img-wrap {
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 290/410;
  flex-shrink: 0;
  background: #f5f5f5;
}
.cert-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.cert-card__title {
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 300;
  color: #0016a4;
  line-height: 1.4;
}

.cert-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.cert-modal.open {
  opacity: 1;
  pointer-events: all;
}
.cert-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 47, 0.6);
  cursor: pointer;
}
.cert-modal__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 727px;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.cert-modal.open .cert-modal__body {
  transform: translateY(0);
}
.cert-modal__close {
  position: absolute;
  top: 0;
  right: -52px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.cert-modal__close:hover {
  opacity: 0.8;
}
.cert-modal__img-wrap {
  border: 2px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  max-height: 80vh;
}
.cert-modal__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 22px;
}
.cert-modal__title {
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .licenses__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 860px) {
  .licenses__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cert-modal__body {
    width: calc(100% - 32px);
  }
  .cert-modal__close {
    top: -48px;
    right: 0;
  }
}
@media (max-width: 560px) {
  .licenses__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cert-card {
    padding: 16px 12px;
    gap: 10px;
    border-radius: 16px;
  }
}
.contacts-map {
  position: relative;
  height: 648px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 32px;
}
.contacts-map__iframe-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contacts-map__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.contacts-map__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 24px;
  padding: 0 16px 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  z-index: 2;
  pointer-events: none;
}
.contacts-map__pin-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.contacts-map__pin-text {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 400;
  color: #0a002f;
  white-space: nowrap;
}

.contacts-card {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  width: clamp(280px, 30vw, 540px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-card__deco {
  position: absolute;
  top: -17px;
  right: -170px;
  width: 380px;
  opacity: 0.1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contacts-card__title {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  color: #0a002f;
  position: relative;
  z-index: 1;
}
.contacts-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.contacts-card__phone {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 500;
  color: #0016a4;
  text-decoration: none;
  line-height: 1.4;
}
.contacts-card__phone:hover {
  text-decoration: underline;
}
.contacts-card__divider {
  border: none;
  border-top: 1px solid rgba(10, 0, 47, 0.15);
  margin: 0;
  width: 266px;
}
.contacts-card__address {
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.4;
}
.contacts-card__email {
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 100;
  color: #0a002f;
  text-decoration: none;
  line-height: 1.4;
}
.contacts-card__email:hover {
  color: #0016a4;
}
.contacts-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 365px;
  height: 58px;
  background: #0016a4;
  color: #fff;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 400;
  border: none;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 33px;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 1;
}
.contacts-card__btn:hover {
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .contacts-map {
    margin: 0 20px;
  }
  .contacts-map__pin {
    display: none;
  }
  .contacts-card {
    left: 20px;
  }
}
@media (max-width: 860px) {
  .contacts-map {
    height: auto;
    border-radius: 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .contacts-map__iframe-wrap {
    position: relative;
    height: 340px;
    flex-shrink: 0;
  }
  .contacts-map__pin {
    display: none;
  }
  .contacts-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .contacts-card__deco {
    display: none;
  }
  .contacts-card__divider {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .contacts-map {
    margin: 0 16px;
    border-radius: 16px;
  }
  .contacts-map__iframe-wrap {
    height: 260px;
  }
  .contacts-card {
    padding: 20px 16px;
    gap: 16px;
  }
}
.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.callback-modal.open {
  opacity: 1;
  pointer-events: all;
}
.callback-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 47, 0.6);
  cursor: pointer;
}
.callback-modal__wrap {
  position: relative;
  z-index: 1;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.callback-modal__wrap--success .callback-modal__card {
  min-height: 307px;
}
.callback-modal.open .callback-modal__wrap {
  transform: translateY(0);
}
.callback-modal__close {
  position: absolute;
  top: 0;
  right: -52px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.callback-modal__close:hover {
  opacity: 0.75;
}
.callback-modal__card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  width: 656px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.callback-modal__title {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  color: #0a002f;
  text-align: center;
}
.callback-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.callback-modal__field-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.callback-modal__input {
  width: 100%;
  height: 58px;
  background: rgba(10, 0, 47, 0.03);
  border: none;
  border-radius: 12px;
  padding: 0 24px;
  font-family: inherit;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 300;
  color: #0a002f;
  outline: none;
  transition: box-shadow 0.2s ease;
  box-sizing: border-box;
}
.callback-modal__input::-moz-placeholder {
  color: rgba(10, 0, 47, 0.3);
}
.callback-modal__input::placeholder {
  color: rgba(10, 0, 47, 0.3);
}
.callback-modal__input:focus {
  box-shadow: 0 0 0 2px #0016a4;
}
.callback-modal__submit {
  width: 100%;
  height: 50px;
  background: #0016a4;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.callback-modal__submit:disabled, .callback-modal__submit[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}
.callback-modal__submit:not(:disabled):hover {
  opacity: 0.85;
}
.callback-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.callback-modal__checkbox-wrap {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.callback-modal__checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.callback-modal__checkbox-box {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(10, 0, 47, 0.25);
  border-radius: 6px;
  background: rgba(10, 0, 47, 0.03);
  transition: background 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.callback-modal__checkbox-box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}
.callback-modal__checkbox:checked + .callback-modal__checkbox-box {
  background: #0016a4;
  border-color: #0016a4;
}
.callback-modal__checkbox:checked + .callback-modal__checkbox-box::after {
  transform: rotate(45deg) scale(1);
}
.callback-modal__consent-text {
  font-size: clamp(13px, 1.1vw, 18px);
  font-weight: 100;
  color: rgba(10, 0, 47, 0.5);
  line-height: 1.4;
}
.callback-modal__consent-link {
  font-weight: 400;
  color: rgba(10, 0, 47, 0.5);
  text-underline-offset: 2px;
}
.callback-modal__consent-link:hover {
  color: #0016a4;
}
.callback-modal__success-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.callback-modal__success-text {
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 100;
  color: #0a002f;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .callback-modal__card {
    width: calc(100vw - 48px);
    padding: 28px 24px;
  }
  .callback-modal__close {
    top: -48px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .callback-modal__card {
    width: calc(100vw - 32px);
    padding: 24px 16px;
    gap: 20px;
  }
}
.partners-hero {
  padding-bottom: 0;
}
.partners-hero__title {
  margin-bottom: 16px;
}
.partners-hero__desc {
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 100;
  line-height: 1.4;
  color: #0a002f;
  max-width: 946px;
}

.partners-logos {
  padding-top: 40px;
}

.partners-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
}

.partners-divider {
  height: 1px;
  background: rgba(10, 0, 47, 0.08);
  margin: 0;
}

.partner-logo-cell {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 12px;
  min-width: 0;
}

.partner-logo-img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: none;
  transition: opacity 0.2s ease;
}
.partner-logo-img:hover {
  opacity: 0.75;
}

@media (max-width: 1024px) {
  .partners-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .partner-logo-cell {
    flex: 0 0 25%;
    padding: 20px 16px;
  }
  .partner-logo-img {
    max-height: 64px;
  }
}
@media (max-width: 860px) {
  .partner-logo-cell {
    flex: 0 0 33.333%;
    padding: 16px 12px;
  }
  .partner-logo-img {
    max-height: 52px;
  }
}
@media (max-width: 560px) {
  .partner-logo-cell {
    flex: 0 0 50%;
    padding: 14px 10px;
  }
  .partner-logo-img {
    max-height: 44px;
  }
  .partners-logos {
    padding-top: 24px;
  }
}
.career-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #022f00;
  overflow: hidden;
}
.career-hero__videos {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.career-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.career-hero__video.active {
  opacity: 1;
}
.career-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 5, 47, 0.5);
  z-index: 1;
}
.career-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 860px;
  padding: 0 24px;
  margin-bottom: 80px;
}
.career-hero__title {
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #fff;
}
.career-hero__desc {
  font-size: clamp(15px, 1.5vw, 24px);
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  max-width: 640px;
  margin: 0 auto;
}
.career-hero__progress {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  gap: 32px;
  padding: 0 clamp(20px, 5vw, 80px);
}
.career-hero__bar {
  flex: 1 0 0;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease;
}
.career-hero__bar:hover {
  background: rgba(255, 255, 255, 0.5);
}
.career-hero__bar.active {
  background: rgba(255, 255, 255, 0.3);
}
.career-hero__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
}

.employee-section__title {
  margin-bottom: 48px;
}

.employee-slider__track-wrap {
  overflow: hidden;
}
.employee-slider__track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.employee-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.employee-slider__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #0016a4;
  background: transparent;
  color: #0016a4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.employee-slider__arrow:hover {
  background: #0016a4;
  color: #fff;
}
.employee-slider__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.employee-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.emp-dot {
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 99px;
  background: rgba(0, 22, 164, 0.2);
  width: 8px;
  height: 8px;
  transition: width 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}
.emp-dot.active {
  width: 24px;
  background: #0016a4;
}

.employee-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}
.employee-card__photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(10, 0, 47, 0.03);
  margin-bottom: 24px;
}
.employee-card__year {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 22, 164, 0.1);
  color: #0016a4;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 12px;
  z-index: 1;
}
.employee-card__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.employee-card__info {
  padding: 0 4px;
}
.employee-card__name {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  color: #0016a4;
  margin-bottom: 6px;
}
.employee-card__position {
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
  color: #0a002f;
  margin-bottom: 12px;
}
.employee-card__achievement {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
}

.benefits-section__title {
  margin-bottom: 48px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 332px;
}
.benefit-card__icon-wrap {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.benefit-card__title {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  color: #0a002f;
  margin-bottom: 12px;
}
.benefit-card__text {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
  text-align: center;
}

.vacancies-section__title {
  margin-bottom: 48px;
}

.vacancies-slider__track-wrap {
  overflow: hidden;
}
.vacancies-slider__track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.vacancies-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.vacancy-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
.vacancy-slide__title {
  font-size: clamp(18px, 1.8vw, 32px);
  font-weight: 500;
  color: #0016a4;
  margin-bottom: 12px;
}
.vacancy-slide__salary {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 500;
  color: #0a002f;
  margin-bottom: 24px;
}
.vacancy-slide__rows {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vacancy-slide__btn {
  margin-top: 32px;
  text-align: center;
}

.vacancy-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}
.vacancy-row__key {
  font-size: clamp(12px, 1vw, 16px);
  color: #0a002f;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}
.vacancy-row__dots {
  flex: 1;
  height: 2px;
  background: rgba(0, 22, 164, 0.1);
  border-radius: 1px;
  min-width: 8px;
}
.vacancy-row__val {
  font-size: clamp(12px, 1vw, 16px);
  color: #0a002f;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}

.vacancy-page {
  padding-top: 40px;
}

.vacancy-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0016a4;
  text-decoration: none;
  margin-bottom: 48px;
  transition: opacity 0.2s ease;
}
.vacancy-back:hover {
  opacity: 0.7;
}
.vacancy-back svg {
  flex-shrink: 0;
}

.vacancy-layout {
  display: grid;
  grid-template-columns: 656px 1fr;
  gap: 24px;
  align-items: start;
}

.vacancy-card {
  background: rgba(10, 0, 47, 0.03);
  border-radius: 24px;
  padding: 48px 40px;
}
.vacancy-card__title {
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 500;
  color: #0a002f;
  margin-bottom: 16px;
  line-height: 1.15;
}
.vacancy-card__salary {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 500;
  color: #0016a4;
  margin-bottom: 32px;
}
.vacancy-card__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(10, 0, 47, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.vacancy-card__apply {
  margin-top: 40px;
  width: 576px;
  height: 58px;
  text-align: center;
  border: none;
  background: #0016A4;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  font-size: 1em;
}

.vacancy-info-rows {
  display: flex;
  flex-direction: column;
}

.vacancy-section {
  margin-bottom: 40px;
}
.vacancy-section:last-child {
  margin-bottom: 0;
}
.vacancy-section__title {
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 500;
  color: #0a002f;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 22, 164, 0.1);
}

.vacancy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vacancy-list li {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 300;
  color: #0a002f;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.vacancy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0016a4;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .vacancy-layout {
    grid-template-columns: 1fr;
  }
  .employee-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vacancy-slide {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (max-width: 860px) {
  .career-hero__progress {
    gap: 12px;
    bottom: 24px;
  }
  .employee-card {
    flex: 0 0 100%;
  }
  .vacancy-slide {
    flex: 0 0 100%;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .employee-section__title,
  .benefits-section__title,
  .vacancies-section__title {
    margin-bottom: 32px;
  }
}
.employee-section__title,
.benefits-section__title {
  margin-bottom: 16px !important;
}

.section-lead {
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 100;
  line-height: 1.6;
  max-width: 890px;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .career-hero__progress {
    gap: 8px;
    padding: 0 16px;
    bottom: 16px;
  }
  .career-hero__content {
    margin-bottom: 60px;
  }
  .vacancy-card {
    padding: 32px 20px;
  }
  .vacancy-back {
    margin-bottom: 32px;
  }
}
.blog-section__title {
  margin-bottom: 48px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.article-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(10, 0, 47, 0.03);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.article-card:hover {
  box-shadow: 0 8px 32px rgba(0, 22, 164, 0.12);
}
.article-card:hover .article-card__arrow {
  background: #0016a4;
  color: #fff;
}
.article-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  flex-shrink: 0;
}
.article-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.article-card:hover .article-card__img {
  transform: scale(1.04);
}
.article-card__body {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
}
.article-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.article-card__title {
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
  color: #0a002f;
  line-height: 1.4;
}
.article-card__excerpt {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #0016a4;
  color: #0016a4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.article-card__arrow svg {
  display: block;
}

.article-page {
  padding-top: 40px;
}
.article-page__title {
  font-size: clamp(24px, 3.5vw, 48px);
  font-weight: 500;
  color: #0a002f;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 1000px;
}
.article-page__meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 40px;
}
.article-page__meta-label {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 100;
  color: #0a002f;
}
.article-page__meta-date {
  font-size: clamp(16px, 1.6vw, 32px);
  font-weight: 400;
  color: #0a002f;
}
.article-page__cover {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
  aspect-ratio: 21/9;
}
.article-page__cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.article-page__content {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-heading {
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 400;
  color: #0a002f;
  line-height: 1.4;
  margin-top: 12px;
}

.article-paragraph {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 100;
  color: #0a002f;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 860px) {
  .blog-section__title {
    margin-bottom: 32px;
  }
  .article-page__cover {
    aspect-ratio: 16/9;
    margin-bottom: 32px;
  }
  .article-page__content {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .article-card__excerpt {
    -webkit-line-clamp: 2;
  }
}
.legal-page__wrap {
  max-width: 860px;
}
.legal-page__h1 {
  font-size: clamp(26px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.legal-page__updated {
  font-size: clamp(13px, 1vw, 16px);
  color: rgba(10, 0, 47, 0.6);
  margin-bottom: 48px;
}
.legal-page__h2 {
  font-size: clamp(16px, 1.6vw, 26px);
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 12px;
}
.legal-page__p {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  line-height: 1.65;
  color: #0a002f;
  margin-bottom: 12px;
}
.legal-page__list {
  padding-left: 20px;
  margin-bottom: 12px;
}
.legal-page__list li {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 100;
  line-height: 1.65;
  color: #0a002f;
  margin-bottom: 6px;
}
.legal-page__link {
  color: #0016a4;
  text-decoration: none;
}
.legal-page__link:hover {
  text-decoration: underline;
}