/*Plugins*/

/* Global styles */

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}

p {
  font-size: 1rem;
  margin-bottom: 0.8em;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* ::before,
* ::after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}

body {
  background: -webkit-gradient(linear, left top, right top, from(#F2F1F8), color-stop(50.08%, #F6F4FD), to(#F2F1F8));
  background: -o-linear-gradient(left, #F2F1F8 0%, #F6F4FD 50.08%, #F2F1F8 100%);
  background: linear-gradient(90deg, #F2F1F8 0%, #F6F4FD 50.08%, #F2F1F8 100%);
  color: #5D538A;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: transparent;
}

body.bodylock {
  overflow: hidden;
}

body.bodylock .bg-overlay {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.bg-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.2);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

a {
  color: #00C2FF;
  text-decoration: none;
}

a:hover {
  color: #009bcc;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section {
  padding: 96px 0;
}

.section-headline {
  position: relative;
  margin-bottom: 48px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 2px 2px 0px #FFFFFF;
}

.section-headline::before,
.section-headline::after {
  content: "";
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-headline--primary::before {
  background-image: url(../img/arr-primary.svg);
  margin-right: 13px;
}

.section-headline--secondary::before {
  margin-right: 13px;
  background-image: url(../img/arr-secondary.svg);
}

.section-headline--sec::after {
  margin-left: 13px;
  background-image: url(../img/arr-secondary.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.divider {
  position: relative;
  overflow: hidden;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  max-width: 1200px;
  width: 100%;
  height: 90px;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 44px rgba(0, 21, 131, 0.25);
          box-shadow: 0px 0px 44px rgba(0, 21, 131, 0.25);
  background-color: #C4C4C4;
  opacity: 0;
}

.divider--top::before {
  top: -92px;
  opacity: 1;
}

.divider--bottom::after {
  opacity: 1;
  bottom: -92px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #322C4E;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 270px;
  z-index: 100;
  padding: 32px;
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup.isactive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E4F7;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.popup__title {
  font-size: 18px;
  font-weight: 600;
}

.popup__close {
  border: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  background-color: transparent;
}

.form__btn {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 10px;
}

.form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 30px;
}

.form-policy {
  font-size: 14px;
  margin-top: 32px;
}

.form-control {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 2px solid #E7EDFC;
  background: #FCFEFF;
  background-clip: padding-box;
  border: solid 1px transparent;
}

.form-control:not(:first-child) {
  margin-top: 20px;
}

.form-control::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.form-control.invalid::before {
  margin: -1px;
  background: #FF0099;
}

.form-control.invalid .form-message {
  display: block;
}

.form-input {
  width: 100%;
  color: #5D538A;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  padding: 16px 24px;
  background-color: transparent;
  border: 0;
  border-radius: inherit;
  outline: none;
}

.form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-input:focus::-moz-placeholder {
  opacity: 0;
}

.form-input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form-input:focus::placeholder {
  opacity: 0;
}

.form-input::-webkit-input-placeholder {
  color: #5D538A;
  opacity: 0.6;
}

.form-input::-moz-placeholder {
  color: #5D538A;
  opacity: 0.6;
}

.form-input:-ms-input-placeholder {
  color: #5D538A;
  opacity: 0.6;
}

.form-input::-ms-input-placeholder {
  color: #5D538A;
  opacity: 0.6;
}

.form-input::placeholder {
  color: #5D538A;
  opacity: 0.6;
}

.form-input:is(textarea) {
  resize: none;
  min-height: 117px;
  height: 100%;
}

.form-message {
  position: absolute;
  font-size: 11px;
  color: #FF0099;
  display: none;
}

/* button */

.btn {
  border: 0;
  display: inline-block;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 1.3em;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #ffffff;
  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;
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}

.btn__icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 24px;
  width: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.btn--center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn--primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0099), to(#FF007A));
  background: -o-linear-gradient(top, #FF0099 0%, #FF007A 100%);
  background: linear-gradient(180deg, #FF0099 0%, #FF007A 100%);
}

.btn--secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#00C2FF), to(#00E0FF));
  background: -o-linear-gradient(top, #00C2FF 0%, #00E0FF 100%);
  background: linear-gradient(180deg, #00C2FF 0%, #00E0FF 100%);
}

.btn:hover {
  color: #ffffff;
  -webkit-box-shadow: -2px -5px 6px #FFFFFF, 2px 5px 6px rgba(0, 90, 140, 0.1);
          box-shadow: -2px -5px 6px #FFFFFF, 2px 5px 6px rgba(0, 90, 140, 0.1);
  opacity: 0.8;
}

/* Header */

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 16px 0;
}

.header__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info {
  margin-left: auto;
  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;
}

.header-account {
  margin: 0 16px;
}

.header-mnu {
  position: relative;
}

/* lang */

.lang {
  position: relative;
  font-size: 12px;
}

.lang:hover .lang__list {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.lang__current {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0099), to(#FF007A));
  background: -o-linear-gradient(top, #FF0099 0%, #FF007A 100%);
  background: linear-gradient(180deg, #FF0099 0%, #FF007A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: linear-gradient(180deg, #FF0099 0%, #FF007A 100%);
  cursor: pointer;
}

.lang__list {
  position: absolute;
  right: 0;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
          box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
  top: 150%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  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;
  pointer-events: none;
}

.lang__list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fff transparent;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lang__item {
  display: block;
  text-decoration: none;
  color: #FF0099;
  font-size: 12px;
  padding: 5px;
}

.lang__item.isactive {
  font-weight: 600;
}

.lang__item:not(:last-child) {
  border-bottom: 1px solid #FCFCFF;
}

.lang__item:hover {
  color: #FF0099;
}

/* social */

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  position: relative;
  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;
  background-color: #F5F4FD;
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 15px;
  height: 44px;
  width: 44px;
  border-top: 1px solid #ecf0fd;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-clip: padding-box;
  border: solid 1px transparent;
  padding: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.social__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.social__link:hover {
  -webkit-box-shadow: -2px -5px 6px #FFFFFF, 2px 5px 6px rgba(0, 90, 140, 0.1);
          box-shadow: -2px -5px 6px #FFFFFF, 2px 5px 6px rgba(0, 90, 140, 0.1);
}

.social__link:active {
  -webkit-box-shadow: 0px 0px 6px #FFFFFF, 0px 0px 6px rgba(0, 90, 140, 0.1);
          box-shadow: 0px 0px 6px #FFFFFF, 0px 0px 6px rgba(0, 90, 140, 0.1);
}

.social__link:not(:last-child) {
  margin-right: 16px;
}

/* .mobilemenu */

.menu {
  position: absolute;
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  padding: 30px;
  right: 0;
  top: 0;
  min-width: 170px;
  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;
  border-radius: 12px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu.isopen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-btn {
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  cursor: pointer;
  border: 0;
}

.menu__close {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon-close.svg);
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.menu__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__nav {
  border-top: 1px solid #E0E4F6;
  margin-top: 8px;
  padding-top: 8px;
  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;
}

.menu__navlink {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 0;
  margin: 4px 0;
}

/* hero */

.hero {
  padding: 96px 0;
  background-image: url(../img/hero-bg.svg);
  background-repeat: no-repeat;
  background-position: left 45% bottom 10%;
}

.hero__row {
  -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;
}

.hero__col {
  width: calc(50% - 10px);
}

.hero-content__title {
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #FFFFFF;
}

.hero-content__text {
  margin-bottom: 25px;
  font-size: 20px;
}

.hero__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* access */

.access__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access-item {
  position: relative;
  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;
  padding: 32px;
  width: calc(33.3333333333% - 15px);
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
          box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
  border-radius: 8px;
  margin-bottom: 16px;
  background-clip: padding-box;
  border: solid 1px transparent;
}

.access-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.access-item__icon {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  width: 64px;
  margin-bottom: 32px;
}

.access-item__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.access-item__text {
  margin: 0;
  font-size: 16px;
}

/* process */

.process-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  margin-bottom: 60px;
  gap: 20px 40px;
}

.process-nav__link {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  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-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #322C4E;
  text-shadow: 2px 2px 0px #FFFFFF;
}

.process-nav__link.isactive {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.process-nav__link--primary.isactive {
  color: #FF0099;
}

.process-nav__link--primary.isactive::before {
  display: none;
}

.process-nav__link--primary::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background-image: url(../img/arr-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.process-nav__link--primary::after {
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../img/arr-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.process-nav__link--secondary.isactive {
  color: #00C2FF;
}

.process-nav__link--secondary.isactive::after {
  display: none;
}

.process-nav__link--secondary::before {
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../img/arr-secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
}

.process-nav__link--secondary::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background-image: url(../img/arr-secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -20px;
  opacity: 0;
}

.process-content {
  display: none;
  -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;
  gap: 40px;
}

.process-content.isactive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.process-content__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.process-item {
  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;
}

.process-item__title {
  margin-bottom: 8px;
  font-size: 18px;
}

.process-item__text {
  margin: 0;
}

.process-item__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 80px;
  width: 80px;
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 32px;
  margin: 24px 16px 24px 0;
  background-clip: padding-box;
  border: solid 1px transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.process-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.process-item svg {
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  height: 44px;
  width: 44px;
}

/* worked */

.worked__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 80px;
  padding-bottom: 50px;
}

.worked-item {
  text-align: center;
  width: 145px;
}

.worked-item__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 80px;
  width: 80px;
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 32px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
  border: solid 1px transparent;
  pointer-events: none;
}

.worked-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.worked-item__title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

/* why */

.why__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-list__item {
  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;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
}

.why-list__item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/checkmark.svg);
}

.why-item {
  position: relative;
  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;
  padding: 32px;
  width: calc(33.3333333333% - 15px);
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  -webkit-box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
          box-shadow: -3px -9px 24px rgba(255, 255, 255, 0.9), 3px 9px 24px rgba(0, 90, 140, 0.12);
  border-radius: 8px;
  margin-bottom: 16px;
  background-clip: padding-box;
  border: solid 2px transparent;
}

.why-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

.why-item__icon {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  width: 64px;
  margin-bottom: 32px;
}

.why-item__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

/* calltoaction */

.calltoaction {
  position: relative;
  margin: 50px 0;
}

.calltoaction-content {
  padding: 50px;
  border-radius: 60px;
  border: 4px dashed #FF0099;
  text-align: center;
}

.calltoaction-content__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.calltoaction-content__text {
  font-size: 20px;
  margin-bottom: 1rem;
}

.calltoaction-content__buttons {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
}

/* statistics */

.statistics {
  background-repeat: no-repeat;
  background-position: center top 70%;
}

.statistics__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0 80px;
  gap: 20px 60px;
}

.statistics-item {
  position: relative;
  padding: 40px;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 60px;
  text-align: center;
}

.statistics-item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: inherit;
  background: #000;
  background: -o-linear-gradient(288.97deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
  background: linear-gradient(161.03deg, #F0EFFA 8.21%, #F5F4FD 91.42%);
}

.statistics-item__num {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 8px;
}

.statistics-item__num--black {
  color: #322c4e;
}

.statistics-item__num--primary {
  color: #FF0099;
}

.statistics-item__num--secondary {
  color: #00C2FF;
}

.statistics-item__text {
  position: relative;
  margin: 0;
}

/* contacts */

.contacts-title {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
}

.contacts-title__primary {
  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;
}

.contacts-title__primary::before {
  content: "";
  width: 24px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arr-primary.svg);
  margin-right: 10px;
}

.contacts-title__secondary {
  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;
}

.contacts-title__secondary::after {
  content: "";
  width: 24px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arr-secondary.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}

.contacts__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-form {
  width: calc(33.3333333333% - 15px);
}

.contacts-info {
  width: calc(33.3333333333% - 15px);
}

.contacts-col-12 {
  width: 100%;
  text-align: center;
}

.contacts-list {
  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;
  -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;
}

.contacts-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 20px 10px 0;
}

.contacts-link__icon {
  position: relative;
  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;
  height: 44px;
  width: 44px;
  background: #F5F4FD;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
          box-shadow: -3px -9px 12px #FFFFFF, 3px 9px 13px rgba(0, 90, 140, 0.1);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-clip: padding-box;
  border: solid 1px transparent;
  padding: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.contacts-link__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: -o-linear-gradient(294.86deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
  background: linear-gradient(155.14deg, #E7EDFC 19.94%, rgba(255, 255, 255, 0.53) 91.99%);
}

/* footer */

.footer {
  position: relative;
  background-color: #EDECF6;
  padding: 80px 0 64px 0;
  overflow: hidden;
}

.footer__row {
  -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;
}

.footer-col {
  margin-bottom: 16px;
  text-align: center;
}

.footer-col:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .hero-content__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .footer__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 20px;
  }

  .section {
    padding: 80px 0;
  }

  .section-headline {
    margin-bottom: 32px;
  }

  .hero {
    background-position: left 5% bottom 10%;
  }

  .hero-content__title {
    font-size: 24px;
  }

  .hero-content__text {
    font-size: 18px;
  }

  .access-item {
    padding: 24px;
    width: calc(33.3333333333% - 12px);
  }

  .why-item {
    padding: 24px;
    width: calc(33.3333333333% - 12px);
  }

  .contacts-form {
    width: calc(50% - 15px);
  }

  .contacts-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .contacts-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
  }

  .footer {
    padding: 50px 0 36px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-col:not(:last-child) {
    margin-right: 0;
  }

  .footer-col:nth-child(1) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (max-width: 780px) {
  .section-headline {
    font-size: 24px;
  }

  .hero {
    background-image: none;
  }

  .hero__col {
    width: 100%;
  }

  .hero-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }

  .hero-content__title {
    font-size: 22px;
  }

  .hero-content__text {
    font-size: 16px;
  }

  .hero__img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .access-item {
    width: calc(50% - 10px);
  }

  .process-nav__link {
    font-size: 22px;
  }

  .process-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .process-content#publishers .process-content__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .process-content__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .process-content__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .worked__row {
    gap: 20px;
  }

  .worked-item {
    width: calc(50% - 10px);
  }

  .why-item {
    width: calc(50% - 10px);
  }

  .statistics__row {
    gap: 35px 20px;
    padding: 40px 0 80px;
  }

  .contacts-form {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .process-nav {
    gap: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .access-item {
    width: 100%;
    padding: 16px;
  }

  .why-item {
    width: 100%;
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }

  .section {
    padding: 44px 0;
  }

  .section-headline {
    font-size: 18px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 16px;
    width: 100%;
  }

  .btn__icon {
    height: 20px;
    width: 20px;
    margin-right: 4px;
  }

  .hero {
    padding-bottom: 30px;
  }

  .hero-content__title {
    margin-bottom: 16px;
  }

  .hero-content__text {
    margin-bottom: 16px;
  }

  .access-item__icon {
    height: 54px;
    width: 54px;
    margin-bottom: 16px;
  }

  .access-item__title {
    font-size: 16px;
  }

  .access-item__text {
    font-size: 14px;
  }

  .process-nav__link {
    font-size: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .process-nav__link--primary::before {
    opacity: 1;
  }

  .process-nav__link--primary::after {
    display: none;
  }

  .process-nav__link--secondary::before {
    display: none;
  }

  .process-nav__link--secondary::after {
    opacity: 1;
  }

  .worked-item__title {
    font-size: 14px;
  }

  .why-list__item {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .why-item__icon {
    height: 54px;
    width: 54px;
    margin-bottom: 16px;
  }

  .why-item__title {
    font-size: 16px;
  }

  .calltoaction-content {
    border-radius: 30px;
    padding: 24px 12px;
    border-width: 2px;
  }

  .calltoaction-content__title {
    font-size: 18px;
  }

  .calltoaction-content__text {
    font-size: 14px;
  }

  .calltoaction-content__text br {
    display: none;
  }

  .calltoaction-content__buttons {
    gap: 12px 30px;
  }

  .statistics__row {
    padding: 0 0 24px;
  }

  .statistics-item {
    padding: 24px;
    border-radius: 42px;
    width: 100%;
  }

  .statistics-item__num {
    font-size: 33px;
  }

  .statistics-item__text {
    font-size: 14px;
  }

  .contacts-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    margin-bottom: 25px;
  }

  .contacts-title__secondary {
    margin-left: auto;
  }
}

@media screen and (max-width: 320px) {
  .btn {
    padding: 12px 10px;
  }
}
