svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}
#about,
#services,
#why-adsegno,
#how-we-work,
#industries {
  scroll-margin-top: 100px;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 29.25px;
  overflow-x: hidden;
  background: #0d203e;
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 0;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #1c2741;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 32px 0; */
  overflow: hidden;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
}

h1,
.title.general {
  text-align: left;
  font-weight: 700;
  font-size: 57.6px;
  line-height: 72px;
  letter-spacing: -1.44px;
  color: #ffffff;
  max-width: 493px;
  margin-bottom: 24px;
}
h1 > span {
  background: linear-gradient(90deg, #0073db 0%, #0174dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

h2,
.title.high {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
}

h3,
.title.middle {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 244px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 16px 32px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 1);

  height: auto;
  overflow: hidden;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  transition: all 0.3s linear;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin-left: 0;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
}
.button img {
  margin-left: 8px;
}

.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  background:
    linear-gradient(0deg, #001020, #001020),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    );
}
.header {
  background: url("../img/bg.webp") center center / cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 100px;
  padding: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.content.header__content {
  position: fixed;
  z-index: 999;
}

.header__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 100px;
  padding: 0;
  overflow: visible;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1268px;
  min-height: 100px;
  z-index: 9999;
}
.logo img {
  display: block;
  max-width: none;
}

.header__logo {
  margin-right: 180px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 176px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
  text-transform: none;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 32px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
}

.header__menu > ul a:hover {
  background: linear-gradient(90deg, #0073db 0%, #0174dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 700;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}
.mob-hero {
  display: none;
}

/* cover */

.cover {
  overflow: hidden;
  max-width: 1439px;
  margin-left: auto;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 430px;
  margin-bottom: 30px;
  max-width: 1439px;
  margin-right: 0;
  padding: 0;
  margin-left: 0;
  padding-top: 170px;
  flex-direction: column;
}

.content.header__content {
  transition: background 0.3s ease;
}

.content.header__content.scrolled {
  background: linear-gradient(
    135deg,
    #001020 0%,
    rgba(0, 20, 67, 0.9) 50%,
    #001020 100%
  );
}
.hero-left {
  max-width: 520px;
  width: 100%;
}
.right-btn p {
  font-weight: 700;
  font-size: 9.8px;
  line-height: 15px;
  letter-spacing: 1.27179px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding: 4.44px 10.96px;
  background: rgba(0, 16, 70, 0.82);
  border-radius: 20px;
  border: 1px solid rgba(0, 115, 219, 0.38);
  box-shadow: 0px 0px 12px 0px rgba(0, 115, 219, 0.25);

  backdrop-filter: blur(8px);
  width: max-content;
}
.right-btn {
  display: flex;
  margin-left: 26%;
  margin-right: auto;
  margin-top: -20%;
  max-width: 38%;
  justify-content: space-between;
}
.cover-center {
  background: rgba(1, 16, 71, 1);
  border-radius: 8px;
  padding: 32px 56px;
  display: flex;
  gap: 16px;
  max-width: 1216px;
  margin-left: 0;
}
.cover-center p {
  padding: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.cover-center p > a {
  color: rgba(79, 145, 248, 1);
  text-decoration: underline;
}
.cover__title.title {
  text-align: center;
}
.cover-buttom p {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.cover-buttom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-top: 25px;
  max-width: 1216px;
  width: 100%;
  margin-left: 0;
}
.cover-buttom img {
  width: 2px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  flex: none;
  margin-top: 8px;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  display: flex;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 6.5px;
}

article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 4px;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}
.hero-left p {
  max-width: 496px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.hero-left .title-text {
  max-width: 415px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  color: #1d2843;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border: 2px solid rgba(224, 231, 0, 1);
  border-radius: 6px;
  overflow: hidden;
}

/* to top */

.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
}
.main__arrow {
  position: absolute;
  right: 4%;
  bottom: 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}
/* bg-main */
.bg-main {
  background: linear-gradient(180deg, #ebf3ff 0%, #f4f7fc 100%);
}
.partner {
  background: #eef6ff;
  padding: 128px 0;
}

.partner__body {
  max-width: 1268px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.partner__info {
  max-width: 576px;
}

.partner__label {
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: rgba(0, 115, 219, 1);

  text-transform: uppercase;
}

.partner__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #006edc;
  transform: translateY(-50%);
}

.partner__title {
  margin: 0 0 20px;
  max-width: 576px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  color: rgba(0, 25, 89, 1);
  margin-bottom: 20px;
}

.partner__info p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(100, 116, 139, 1);
}

.partner__info p:last-child {
  margin-bottom: 0;
}

.partner__image {
  position: relative;
  flex: 0 0 576px;
  margin-top: 30px;
}

.partner__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
/* do */
.do {
  padding: 128px 0;
}

.do__container {
  max-width: 1268px;
  margin: 0 auto;
}

.do__label {
  position: relative;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 0 34px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: rgba(0, 115, 219, 1);
  text-transform: uppercase;
}

.do__label::before,
.do__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: rgba(0, 115, 219, 1);
}

.do__label::before {
  left: 0;
}

.do__label::after {
  right: 0;
}

.do__title {
  margin: 0 0 44px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: rgba(0, 25, 89, 1);
  margin-bottom: 64px;
}

.do__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.do__card {
  min-height: 252px;
  padding: 33px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #e4effe 100%);
  border: 1px solid rgba(0, 115, 219, 0.3);
}

.do__card. {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #e4effe 100%);
  border: 1px solid rgba(0, 115, 219, 0.3);
}

.do__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10.8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.do__card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: rgba(0, 25, 89, 1);
  text-align: left;
  margin-bottom: 10.8px;
  text-transform: none;
}

.do__card p {
  margin: 0 0 10.8px;
  font-size: 14px;
  line-height: 22.75px;
  color: rgba(100, 116, 139, 1);
}

.do__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 9.2px 0;
}

.do__card li {
  position: relative;
  margin-bottom: 7.5px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(100, 116, 139, 1);
}

.do__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0073db;
  font-size: 10px;
  font-weight: 700;
}

.do__card li:last-child {
  margin-bottom: 0;
}
.content.article.do {
  margin-top: 0;
}

/* bg-main-center */
.bg-main-center {
  background: rgba(0, 16, 32, 1);
  padding: 128px;
}
.bg-main-center {
  background: #001020;
  padding: 128px 0;
}

.why {
  max-width: 1268px;
  margin: 0 auto;
}

.why__title {
  margin: 0 0 64px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-transform: none;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.why__card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(0, 83, 191, 0.05) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  min-height: 185px;
  transition: 0.3s;
}

.why__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10.8px;
}

.why__card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: none;
  text-align: left;
}

.why__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);

  font-size: 12px;
  line-height: 19.5px;
}
/* bg-main-work */
.bg-main-work {
  background: linear-gradient(180deg, #ffffff 0%, #ebf3ff 100%);
  padding: 128px 0;
}
.bg-main-work {
  background: linear-gradient(180deg, #fff 0%, #ebf3ff 100%);
  padding: 128px 0;
}

.work {
  max-width: 1268px;
  margin: 0 auto;
}

.work__header {
  text-align: center;
  margin-bottom: 80px;
}

.work__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 115, 219, 1);

  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.work__label::before,
.work__label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(0, 115, 219, 1);
}

.work__title {
  margin: 0 0 16px;
  color: rgba(0, 25, 89, 1);
  text-transform: none;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.work__text {
  max-width: 576px;
  margin: 0 auto;
  color: rgba(100, 116, 139, 1);
  font-size: 18px;
  line-height: 29.25px;
}

.work__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.work__steps::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 41px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 115, 219, 0.4) 0%,
    rgba(0, 83, 191, 0.2) 50%,
    rgba(0, 115, 219, 0.4) 100%
  );
}

.work__step {
  position: relative;
  width: 200px;
  text-align: center;
  z-index: 2;
}

.work__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 115, 219, 1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.work__icon img {
  width: 32px;
  height: 32px;
}

.work__icon span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: rgba(0, 83, 191, 1);
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  justify-content: center;
}

.work__step.active .work__icon {
  background: linear-gradient(135deg, #0053bf 0%, #0174dc 100%);
}
.work__step.active .work__icon span {
  background: rgba(0, 25, 89, 1);
}
.work__step.active .work__icon img {
  filter: brightness(0) invert(1);
}

.work__step h3 {
  margin: 0 0 10.98px;
  color: rgba(0, 25, 89, 1);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none;
}

.work__step p {
  margin: 0 auto;
  max-width: 266px;
  color: rgba(100, 116, 139, 1);
  font-size: 14px;
  line-height: 22.75px;
}
/* bg-main-support */
.bg-main-support {
  background: linear-gradient(180deg, #f4f7fc 0%, #ffffff 100%);
}
.bg-main-support {
  background: linear-gradient(180deg, #f4f7fc 0%, #ffffff 100%);
  padding: 110px 0 120px;
}

.support {
  max-width: 1268px;
  margin: 0 auto;
}

.support__header {
  text-align: center;
  margin-bottom: 48px;
}

.support__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(0, 115, 219, 1);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support__label::before,
.support__label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(0, 115, 219, 1);
}

.support__title {
  margin: 0 0 48px;
  color: rgba(0, 25, 89, 1);
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
}

.support__tags {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.support__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 100px;
  background: rgba(234, 241, 251, 1);
  border: 1px solid rgba(200, 220, 247, 1);
  color: rgba(0, 83, 191, 1);

  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.support__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 43, 103, 0.16);
}

.support__card {
  min-height: 245px;
  padding: 56px;
  color: #ffffff;
}

.support__card--mission {
  background: rgba(0, 25, 89, 1);
}

.support__card--vision {
  background: linear-gradient(135deg, #0053bf 0%, #0174dc 100%);
}

.support__card-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(1, 116, 220, 1);

  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support__card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.support__card--vision .support__card-label {
  color: rgba(255, 255, 255, 0.8);
}

.support__card--vision .support__card-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.support__card h3 {
  max-width: 100%;
  margin: 0 0 16px;
  color: #ffffff;
  text-align: left;
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

.support__card p {
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
  line-height: 26px;
}
/* bg-main-touch */
.bg-main-touch {
  background: rgba(13, 32, 62, 1);
  padding: 128px;
}
.bg-main-touch {
  background: #0d203e;
  padding: 128px 0;
}

.touch {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.touch__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(1, 116, 220, 1);

  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.touch__label::before,
.touch__label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(1, 116, 220, 1);
}

.touch__title {
  max-width: 674px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.touch__text {
  max-width: 651px;
  margin: 0 auto 39.5px;
  color: rgba(255, 255, 255, 0.6);

  font-size: 20px;
  line-height: 32.5px;
}

.touch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 325px;
  height: 68px;
  border-radius: 12px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);

  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 0 !important;
}

.touch__button:hover {
  background: #0064c0;
}

.touch__button svg {
  transition: 0.3s;
}

.touch__button:hover svg {
  transform: translateX(4px);
}

.touch__contacts {
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  display: flex;
  justify-content: center;
  gap: 36px;
}

.touch__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

.touch__contact:hover {
  color: #fff;
}

.touch__contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.touch__contact-icon img {
  width: 36px;
  height: 36px;
}
.bg-main-touch {
  position: relative;
  overflow: hidden;
  background: #0d203e;
  padding: 128px 0;
}

.bg-main-touch::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: rgba(0, 115, 219, 0.2);

  transform: translate(-50%, -50%);
  filter: blur(150px);
  pointer-events: none;
}

.touch {
  position: relative;
  z-index: 2;
}
/* footer */
.footer {
  background: #001020;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 48px 0 30px;
}

.content.footer__content {
  max-width: 1268px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 49px;

  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__logo img {
  width: 100%;
  display: block;
}

.footer__links {
  display: flex;
  gap: 36px;
}

.footer__links a,
.footer__menu a,
.footer__copy,
.footer__copyright {
  color: rgba(255, 255, 255, 0.6);

  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
}
.footer__links a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.footer__links a:hover,
.footer__menu a:hover {
  color: #fff;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 28px;
}

.footer__copy,
.footer__copyright {
  font-size: 10px;
}
.footer__copy {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.4);
}
.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
#current-year {
  margin: 0 4px;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}
body.menu-open header .content.header__content.scrolled {
  background:
    url(../img/bg.webp) center center / cover no-repeat,
    linear-gradient(0deg, #001020, #001020),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* cookie */
.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(0, 16, 32, 0.78);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.cookie-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cookie-popup {
  position: relative;

  width: 100%;
  max-width: 342px;

  padding: 24px 16px;

  border-radius: 8px;
  background: rgba(1, 16, 71, 1);

  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.cookie-overlay.active .cookie-popup {
  transform: translateY(0) scale(1);
}

.cookie-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border: 0;
  border-radius: 6px;

  background: transparent;
  color: rgba(255, 255, 255, 0.65);

  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.cookie-popup__close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.cookie-popup__text {
  margin: 20px 0 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.cookie-popup__text a {
  color: rgba(79, 145, 248, 1);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-popup__button {
  width: 100%;
  min-width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0px 25px 50px -12px rgba(30, 58, 138, 0.3);

  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cookie-popup__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 115, 219, 0.35);
}

.cookie-popup__button svg {
  transition: transform 0.2s ease;
}

.cookie-popup__button:hover svg {
  transform: translateX(3px);
}

body.cookie-popup-open {
  overflow: hidden;
}
/* slider */
.do__slider {
  overflow: visible;
}

.do__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.do__card.swiper-slide {
  width: auto !important;
  height: auto;
  margin: 0 !important;
}

.do__arrow {
  display: none;
}
/* popup */
.consultation-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(0, 10, 24, 0.86);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.consultation-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.consultation-popup {
  width: 100%;
  max-width: 512px;
  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.consultation-overlay.active .consultation-popup {
  transform: translateY(0) scale(1);
}

.consultation-popup__header {
  min-height: 103.99px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  padding: 24px 32px;
  background: linear-gradient(90deg, #001959 0%, #0053bf 100%);
}

.consultation-popup__header h2 {
  margin: 0 0 3.44px;
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.consultation-popup__header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

.consultation-popup__close {
  flex: 0 0 auto;

  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;
  border-radius: 5px;

  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;

  cursor: pointer;

  transition: background 0.2s ease;
}

.consultation-popup__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.consultation-popup__body {
  padding: 32px 24px;
  background: rgba(255, 255, 255, 1);
}

.consultation-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15.99px;
}

.consultation-form__field {
  position: relative;
  margin-bottom: 14.87px;
}
.consultation-form__field textarea {
  resize: none;
}
textarea {
  resize: none !important;
}
.consultation-form input:focus-visible,
.consultation-form textarea:focus-visible,
.consultation-form button:focus-visible,
.consultation-form__checkbox
  input:focus-visible
  + .consultation-form__checkbox-box {
  outline: 2px solid #0073db;
  outline-offset: 2px;
}

.consultation-form__field label {
  display: block;
  margin-bottom: 6.78px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #001959;
}

.consultation-form__field label span,
.consultation-form__checkbox .required {
  color: rgba(0, 115, 219, 1);
  margin-left: 4px;
}

.consultation-form__field label small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #94a3b8;
  margin-left: 4px;
}

.consultation-form__field input,
.consultation-form__field textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  color: #0b2b61;
  font-family: inherit;
  font-size: 11px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.consultation-form__field input {
  height: 42.55px;
  padding: 11.23px 16.11px;
}

.consultation-form__field textarea {
  min-height: 102.22px;
  padding: 9.56px 16.11px;
  resize: vertical;
}

.consultation-form__field input::placeholder,
.consultation-form__field textarea::placeholder {
  color: rgba(203, 213, 225, 1);
}

.consultation-form__field input:focus,
.consultation-form__field textarea:focus {
  border-color: #0073db;
  box-shadow: 0 0 0 3px rgba(0, 115, 219, 0.1);
}

.consultation-form__field.invalid input,
.consultation-form__field.invalid textarea {
  border-color: #db3e4d;
}

.consultation-form__error {
  display: none;
  margin-top: 4px;

  color: #db3e4d;

  font-size: 9px;
  line-height: 1.3;
}

.consultation-form__field.invalid .consultation-form__error {
  display: block;
}

.consultation-form__checkbox {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 12px;

  margin: 2px 0 4px;
  cursor: pointer;

  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #64748b;
}

.consultation-form__checkbox input {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.consultation-form__checkbox-box {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid rgba(118, 118, 118, 1);
  border-radius: 2px;
  background: #ffffff;
  position: relative;
}

.consultation-form__checkbox input:checked + .consultation-form__checkbox-box {
  border-color: rgba(0, 115, 219, 1);
  border: 1px solid rgba(0, 115, 219, 1);
}

.consultation-form__checkbox
  input:checked
  + .consultation-form__checkbox-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 7px;
  border-right: 2px solid rgba(0, 115, 219, 1);
  border-bottom: 2px solid rgba(0, 115, 219, 1);

  transform: rotate(45deg);
}

.consultation-form__checkbox a {
  color: rgba(0, 115, 219, 1);
  text-decoration: none;
}

.consultation-form__checkbox a:hover {
  text-decoration: underline;
}

.consultation-form__policy-error {
  display: none;
  margin: 4px 0 8px;

  color: #db3e4d;

  font-size: 9px;
}

.consultation-form__policy-error.active {
  display: block;
}

.consultation-form__submit {
  width: 100%;
  min-width: 100%;
  min-height: 44.79px;
  margin-top: 12px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

.consultation-form__submit:hover {
  background: linear-gradient(90deg, #0064c2 0%, #0073db 100%);
}

/* Success */

.consultation-success {
  display: none;

  min-height: 205px;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.consultation-success.active {
  display: flex;
}

.consultation-form.hidden {
  display: none;
}

.consultation-success__icon {
  margin-bottom: 24px;
  color: #0b3d83;
}

.consultation-success p {
  margin: 0 0 15.2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #001959;
}

.consultation-success__close {
  width: 100%;
  min-width: 100%;
  min-height: 44.78px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

body.consultation-open {
  overflow: hidden;
  touch-action: none;
}
/* cover error */
.cover.error {
  background:
    linear-gradient(0deg, #001020, #001020),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 1.67%,
      rgba(255, 255, 255, 0) 1.67%
    );
    max-width: 100%;
}

.cover.error .content.cover__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cover.error .content.cover__content h1 {
font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    justify-content: center;
}
.error-border {
  width: 192px;
  height: 1px;
  margin: 20px auto;

  background: linear-gradient(
    90deg,
    transparent 0%,
    #0073db 50%,
    transparent 100%
  );

  box-shadow: 0 0 8px rgba(0, 115, 219, 0.35);
}
.cover.error .content.cover__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  max-width: 359px;
  text-align: center;
}
.error-btn {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.error-btn .button {
  min-width: 196px;
  background: linear-gradient(90deg, #0053bf 0%, #0174dc 100%);
}
.error-btn .button > img {
  margin-right: 8px;
}
.error-btn .button.button-contact {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.cover.error .content.cover__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-left: auto;
    margin-right: auto;
}

.cover.error .content.cover__content::before {
  content: "";
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 560px;
  height: 560px;

  background: url("../img/blur.svg") center center / contain no-repeat;

  pointer-events: none;
  z-index: -1;
}

.content.header__content.header-inner {
  background: url("../img/bg.webp") center center / cover no-repeat;
  background-color: #001020;
}
.content.header__content.header-inner,
.content.header__content.header-inner.scrolled {
  background:
    url("../img/bg.webp") center center / cover no-repeat,
    #001020;
}
/* partner__body terms */
.partner__body.terms {
  display: block;
  margin-top: 100px;
}
.partner__info.terms h2 {
  margin-bottom: 12px;
}

.partner__info.terms {
  max-width: 100%;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(226, 232, 240, 1);
}
.partner__info.terms p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
}
.partner__info.terms p > a {
  color: rgba(13, 26, 46, 1);
  font-weight: 500;
}
.partner__info.terms .date-terms {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #94a3b8;
  margin-bottom: 48px;
}
.terms-info {
  margin-top: 48px;
}
.terms-info__contact {
  background: rgba(244, 247, 252, 1);
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 12px;
  padding: 24.11px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
}
.content.article.terms {
  padding: 112px 0;
}
.bg-main.terms {
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(226, 232, 240, 1);
}
.terms-info__row {
  display: flex;
  align-items: flex-start;
  gap: 7.98px;
}
.terms-info p + p {
  mrgin-top: 16px;
}
.terms-info__label {
  min-width: 140px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0d1a2e;
}

.terms-info__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
}

.terms-info__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #0073db;
  transition: 0.3s;
}

.terms-info__link:hover {
  color: #005fba;
}

.terms-info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #001959;
  text-align: left;
  margin-bottom: 20px;
}
.terms-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
  margin-top: 16px;
}
.bg-main.policy {
  background: rgba(244, 247, 252, 1);
  border-top: 1px solid rgba(226, 232, 240, 1);
  padding: 112px 0;
}
.partner__body.policy {
  margin-top: 100px;
  display: block;
}
.policy-bg {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
  margin-top: 12px;
}
.policy-bg > strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0d1a2e;
}
.terms-info h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0d1a2e;
  margin-bottom: 12px;
  margin-top: 32px;
}
.terms-info p > a {
  color: rgba(0, 115, 219, 1);
  text-decoration: none;
}
.partner__info.terms h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #001959;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 48px;
}
.partner__info.terms.cookie-policy {
  padding-top: 41.5px;
  border-top: 1px solid rgba(216, 232, 248, 1);
  margin-top: 48px;
  border-bottom: none;
  padding-bottom: 0;
}

.terms-info p > a:hover {
  text-decoration: underline;
}
.terms-info ul {
  margin-top: 16px;
}
.terms-info ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
  margin-top: 8px;
}

.terms-info ul li {
  position: relative;
  padding-left: 22px;
}

.terms-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;

  width: 8px;
  height: 8px;

  background: rgba(0, 115, 219, 1);
  border-radius: 50%;
}
.partner__info.terms.cookie-policy .date-terms {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #94a3b8;
}
.partner__info.terms.cookie-policy .terms-info__contact.policy {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(226, 232, 240, 1);
}
/* animation */
.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-right__svg {
  position: relative;
  width: 100%;
  max-width: 700px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.hero-right__svg.svg-loaded {
  opacity: 1;
  transform: translateY(0);
}

.hero-right__svg svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.hero-right__svg.svg-loaded > svg {
  animation: heroMainFloat 7s ease-in-out infinite;
}

.hero-globe,
.hero-orbit,
.hero-icon,
.hero-glow {
  transform-box: fill-box;
  transform-origin: center;
}

.hero-globe {
  animation: heroGlobePulse 4s ease-in-out infinite;
}

.hero-orbit {
  animation: heroOrbitRotate 35s linear infinite;
}

.hero-icon--one {
  animation: heroIconOne 4.5s ease-in-out infinite;
}

.hero-icon--two {
  animation: heroIconTwo 5.5s ease-in-out infinite;
}

.hero-icon--three {
  animation: heroIconThree 6s ease-in-out infinite;
}

.hero-icon--four {
  animation: heroIconFour 5s ease-in-out infinite;
}

.hero-icon--five {
  animation: heroIconFive 6.5s ease-in-out infinite;
}

.hero-glow {
  animation: heroGlowPulse 3s ease-in-out infinite;
}

.mob-hero {
  display: none;
  width: 100%;
  height: auto;
}

@keyframes heroMainFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes heroGlobePulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

@keyframes heroOrbitRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes heroIconOne {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(0, -12px) rotate(2deg);
  }
}

@keyframes heroIconTwo {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(8px, 10px) rotate(-3deg);
  }
}

@keyframes heroIconThree {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-7px, -8px) scale(1.04);
  }
}

@keyframes heroIconFour {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, -10px);
  }
}

@keyframes heroIconFive {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-5px, 8px) rotate(3deg);
  }
}

@keyframes heroGlowPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@media (max-width: 767px) {
  .desctop-hero {
    display: none;
  }

  .mob-hero {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-right__svg,
  .hero-right__svg svg,
  .hero-right__svg *,
  .mob-hero {
    animation: none !important;
    transition: none !important;
  }
}


    /* ── Entrance — front/equator icons ─────────────────────────────── */
    @keyframes enter {
      from { opacity: 0; transform: scale(0.55) translateY(22px); }
      to   { opacity: 1; transform: scale(1) translateY(0); }
    }
    .enter { opacity: 0; animation: enter 0.8s cubic-bezier(0.34, 1.4, 0.64, 1) forwards; }

    /* ── Entrance — back icons (drift from above, smaller start) ─── */
    @keyframes enter-back {
      from { opacity: 0; transform: scale(0.8) translateY(-10px); }
      to   { opacity: 1; transform: scale(1) translateY(0); }
    }
    .enter-back { opacity: 0; animation: enter-back 0.55s cubic-bezier(0.25, 1.0, 0.5, 1) forwards; }

    /* ── Float keyframes ─────────────────────────────────────────── */
    /* Front icons — pronounced movement */
    @keyframes fa { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-15px) rotate(1.5deg)} }
    @keyframes fb { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-11px) rotate(-1.2deg)} }
    @keyframes fd { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(-17px) rotate(-2deg)} }
    @keyframes fe { 0%,100%{transform:translateY(0)} 40%{transform:translateY(-8px) rotate(1deg)} 80%{transform:translateY(5px)} }
    /* Equator icons — medium */
    @keyframes fc { 0%,100%{transform:translateY(0) rotate(0)} 33%{transform:translateY(-8px) rotate(1.5deg)} 66%{transform:translateY(3px) rotate(-1deg)} }
    @keyframes fh { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(-7px) rotate(1deg)} }
    /* Back icons — very gentle, minimal rotation */
    @keyframes fback-a { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
    @keyframes fback-b { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-4px) rotate(0.8deg)} }
    /* Sphere */
    @keyframes fm { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-13px)} }

    .fa      { animation: fa      6s   ease-in-out infinite; }
    .fb      { animation: fb      5.5s ease-in-out infinite; }
    .fc      { animation: fc      7s   ease-in-out infinite; }
    .fd      { animation: fd      6.5s ease-in-out infinite; }
    .fe      { animation: fe      5.5s ease-in-out infinite; }
    .fh      { animation: fh      6.5s ease-in-out infinite; }
    .fback-a { animation: fback-a 8s   ease-in-out infinite; }
    .fback-b { animation: fback-b 9.5s ease-in-out infinite; }
    .fm      { animation: fm      9s   ease-in-out infinite; }

    /* ── Glow blob pulse ─────────────────────────── */
    @keyframes glow-pulse {
      0%,100% { opacity: 0.38; transform: translate(-50%,-50%) scale(1); }
      50%      { opacity: 0.55; transform: translate(-50%,-50%) scale(1.08); }
    }

    /* ── Central sphere orb ──────────────────────── */
    @keyframes orb-pulse {
      0%, 100% { opacity: 0.55; transform: scale(1);    filter: blur(20px); }
      50%       { opacity: 1.0;  transform: scale(1.55); filter: blur(12px); }
    }
    @keyframes orb-core-pulse {
      0%, 100% { opacity: 0.7;  transform: scale(1);    filter: blur(6px); }
      50%       { opacity: 1.0;  transform: scale(1.4);  filter: blur(3px); }
    }
    .sphere-orb {
      width: 100px; height: 100px;
      border-radius: 50%;
      background: radial-gradient(circle,
        rgba(170,235,255,1.0)  0%,
        rgba(60,180,255,0.75) 28%,
        rgba(0,120,220,0.30)  55%,
        transparent           75%);
      animation: orb-pulse 2.8s ease-in-out infinite;
      pointer-events: none;
    }
    .sphere-orb-core {
      position: absolute; inset: 0;
      margin: auto;
      width: 32px; height: 32px;
      border-radius: 50%;
      background: radial-gradient(circle,
        rgba(255,255,255,1.0)  0%,
        rgba(160,230,255,0.9) 40%,
        transparent           75%);
      animation: orb-core-pulse 2.8s ease-in-out infinite;
      pointer-events: none;
    }

    /* ── Icon shadows ────────────────────────────── */
    .icon-glow    { filter: drop-shadow(0 8px 22px rgba(0,115,219,0.45)); }
    .icon-glow-lg { filter: drop-shadow(0 16px 48px rgba(0,115,219,0.7)); }

    /* ── Badge ───────────────────────────────────── */
    .badge {
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.92);
      background: rgba(0,16,70,0.82);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(0,115,219,0.38);
      padding: 4px 10px;
      border-radius: 20px;
      opacity: 0;
      pointer-events: none;
      box-shadow: 0 0 12px rgba(0,115,219,0.25);
    }

    /* ── Utility ─────────────────────────────────── */
    * { box-sizing: border-box; }
    .cover__wrap,
    .cover-top{
      width:100%;
    }
.title-text {
    max-width: 415px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}
.hero-text{
      max-width: 496px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
}
/*  */
.hero-grid {
    width: 100%;
}
.hero-top__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px; /* за потреби */
    align-items: center;
}

.terms-info__row a:hover{
  text-decoration:underline;
}
/* Desktop cookie banner */
.cover-center {
position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 9998;
    width: 100%;
    max-width: 1268px;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 999999999;
    transform: translateX(-50%);
}

.cover-center.active {
  display: flex;
}
@media(max-width:1300px){
  .cover-center {
width: 100%;
        max-width: 95%;
        left: 48%;
  }
}

@media (max-width: 900px) and (min-width: 651px) {
  .cover-center {
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .cover-center,
  .cover-center.active {
    display: none;
  }
}
.icon-slot,
#sphere-icon {
  will-change: transform;
}

.icon-slot {
  backface-visibility: hidden;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.header__expand-menu > *:nth-child(2) a:hover {
    background: linear-gradient(90deg, #0073db 0%, #0174dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}