@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background: #020a0b;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

body > * {
  width: 100%;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

*,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

table {
  width: 100%;
}

p {
  width: 100%;
}

ul,
ol {
  text-align: left;
}

h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

h1 {
  margin-bottom: 24px;
  font-size: 48px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 32px;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
}

h2 > span {
  padding-left: 32px;
  display: inline-block;
  position: relative;
}

h2 > span::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  background-image: url(../images/title-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
}

.button {
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  color: #fff;
  background: #2a16b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.27;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover {
  background: #725eff;
}

.button.hidden {
  display: none;
}

.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img {
  margin-right: 12px;
}

.image img,
.background img {
  margin: 0 auto;
  display: block;
  -o-object-position: center;
  object-position: center;
}

.background img {
  height: 100%;
}

.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: #f6f6f6;
  line-height: 1;
}

use {
  fill-rule: evenodd;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}

.cover {
  height: auto;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}
.cover,
.content > * {
  padding-left: calc(50% - 1200px / 2);
  padding-right: calc(50% - 1200px / 2);
}

.desc {
  margin-bottom: 48px;
}

.desc:last-child {
  margin-bottom: 0;
}

.desc > * {
  margin-bottom: 16px;
}
.desc > *:last-child {
  margin-bottom: 0;
}

.logo {
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 10;
}

/* Container */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* Header */
.header {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: unset;
  z-index: 11;
}

.header__logo img {
  display: block;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main {
  margin-top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 10;
}

.main > * {
  margin-bottom: 200px;
}

.main > section,
.main > article {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.dummy {
  padding: 0 !important;
  position: absolute;
  z-index: -100;
  left: 0;
  top: -50px;
}

.top {
  position: absolute;
  right: calc(50% - 1760px / 2);
  bottom: 0;
  height: 86%;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10000;
}
body.overflow-hidden .top {
  z-index: 1;
}

.top__button {
  padding: 16px;
  width: 57px;
  height: 72px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10001;
}

.top__button img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Prime */
.prime {
  padding-top: 176px !important;
  padding-bottom: 96px !important;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  min-height: 440px;
  text-align: left;
  border-radius: 16px;
  overflow: hidden;
}

.prime__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 794px;
}

.prime__wrap > * {
  margin-bottom: 24px;
}
.prime__wrap > *:last-child {
  margin-bottom: 0;
}

.prime__title {
  width: 100%;
}

.prime__title > span {
  display: block;
}

/* Contacts */
.contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px 20px;
}

.contacts__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.contacts__list li:last-child {
  margin-right: 0;
}

.contacts-list__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.contacts-list__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  text-decoration: none;
}

a.contacts-list__contact:hover {
  color: #0274eb;
}

/* info */
.info > * {
  margin-bottom: 32px;
}

.info > *:last-child {
  margin-bottom: 0;
}

.info__wrap > * {
  margin-bottom: 24px;
}

.info__wrap > *:last-child {
  margin-bottom: 0;
}

.info__wrap-app .info-wrap__title {
  color: #0274eb;
}
.info__wrap-marketing .info-wrap__title {
  color: #00e3b8;
}

.info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.info-list__item {
  padding: 24px 24px 24px 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  background-color: #031325;
  border-radius: 12px;
  overflow: hidden;
}

.info__wrap-marketing .info-list__item {
  background-color: #032124;
}

.info-list__item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 28px;
  top: 28px;
  border-radius: 50%;
  background-color: #0274eb;
}

.info__wrap-marketing .info-list__item::before {
  background-color: #00e3b8;
}

/* Benefits */
.benefits__list {
  list-style: none;
  counter-reset: item;
}

.benefits__list > * {
  margin-bottom: 16px;
}

.benefits__list > *:last-child {
  margin-bottom: 0;
}

.benefits-list__item {
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #013469;
  counter-increment: item;
}

.benefits-list__item::before {
  content: counter(item);
  width: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.17;
  color: #f6f6f6;
}

.benefits-list-item__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 338px;
  -ms-flex: 0 0 338px;
  flex: 0 0 338px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits-list-item__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

/* Text */
.text {
  counter-reset: section;
}

.text > * {
  margin-bottom: 16px;
  width: 100%;
}

.text__title {
  counter-increment: section;
  font-size: 16px !important;
  text-align: left;
}

.text__title::before {
  content: counter(section) '. ';
  font: inherit;
  color: inherit;
}

.text__list {
  padding-left: 16px;
  list-style: none;
}

.text__list > * {
  margin-bottom: 4px;
}

.text__list > *:last-child {
  margin-bottom: 0;
}

.text__list li {
  padding-left: 24px;
}

ul.text__list li {
  position: relative;
}

ul.text__list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #f6f6f6;
  border-radius: 50%;
}

ol.text__list {
  counter-reset: list-counter;
}

ol.text__list li {
  counter-increment: list-counter;
  position: relative;
}

ol.text__list li::before {
  content: counter(list-counter) '. ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  font: inherit;
  line-height: inherit;
  color: #f6f6f6;
  text-align: left;
}

/* FOOTER */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #032124;
  z-index: 100;
}

.footer__logo {
  margin-right: 52px;
}

.footer__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
  width: 100%;
}

.nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.nav a {
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #819597;
  text-align: center;
  text-decoration: none;
}

.nav a[href]:hover {
  color: #00e3b8;
}
.nav a:not([href]):hover {
  cursor: default;
}

/* Services */
.services > * {
  margin-bottom: 48px;
}

.services > *:last-child {
  margin-bottom: 0;
}

.services__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  text-align: center;
}

.services__title.title-center {
  margin-bottom: 16px;
}

.services__list > * {
  margin-bottom: 48px;
}

.services__list > *:last-child {
  margin-bottom: 0;
}

.services-container__title {
  margin-bottom: 16px;
}

.gdprcookie {
  position: fixed;
  color: white;
  width: calc(100% - 32px * 2);
  max-width: 800px;
  max-height: calc(100% - 100px - 20px);
  padding: 40px;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: 0 auto;
  z-index: 1000;
  overflow-y: scroll;
}

.gdprcookie > * {
  margin-bottom: 32px;
}

.gdprcookie > *:last-child {
  margin-bottom: 0;
}

.gdprcookie::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #031324;
  border-radius: 12px;
  z-index: -1;
}

.gdprcookie::after {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 10, 11, 0.8);
  z-index: -2;
}

.gdprcookie h2 {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}

.gdprcookie p {
  margin: 0 0 20px 0;
  color: #fff;
}

.gdprcookie p a {
  color: inherit;
}

.gdprcookie p a:hover {
  color: #00e3b8;
}

.gdprcookie-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.gdprcookie-buttons button:disabled {
  opacity: 0.6;
}

.gdprcookie-buttons button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 10;
  border-radius: 100px;
}

.gdprcookie-buttons button::before {
  content: '';
  position: absolute;
  width: calc(100% - 2px * 2);
  height: calc(100% - 2px * 2);
  left: 2px;
  bottom: 2px;
  background: #031324;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gdprcookie-buttons button.button-outlined::before {
  opacity: 1;
}

.gdprcookie-buttons button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(185.38deg, #002469 -1.28%, #01cfa2 102.54%);
  background: linear-gradient(264.62deg, #002469 -1.28%, #01cfa2 102.54%);
  border-radius: 100px;
  z-index: -2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gdprcookie-buttons button:hover {
  color: #000;
}

.gdprcookie-buttons button.button-outlined:hover::before {
  opacity: 0;
}

.gdprcookie-buttons button:disabled:hover {
  color: #fff;
  cursor: default;
}
.gdprcookie-buttons button.button-outlined:disabled:hover::before {
  opacity: 1;
}

.gdprcookie-types h2 {
  display: none;
}

.gdprcookie-types ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px 40px;
}

.gdprcookie-types li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gdprcookie-types input[type='checkbox'] {
  margin: 0 8px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  cursor: pointer;
}
.gdprcookie-types input[type='checkbox']::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #031324;
  border: 1px solid #00e3b8;
  border-radius: 4px;
  z-index: 10;
}
.gdprcookie-types input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  left: calc(50% - 12px / 2);
  bottom: calc(50% - 8px / 2);
  background-image: url(../images/cookie-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 11;
}

.gdprcookie-types label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
}
