@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Light.woff2') format("woff2"), url('../fonts/e-Ukraine-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Regular.woff2') format("woff2"), url('../fonts/e-Ukraine-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --radius--radius-xl: 2.4rem;
  --gray: #1b1b1b;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  background-color: #000;
  font-family: eUkraine, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: none;
  display: inline-block;
}

.container {
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
}

.loader {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.g-style {
  width: 0;
  height: 0;
}

.ui-flex-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text {
  font-weight: 300;
}

.h1 {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.1;
}

.h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding: 2rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.button:hover {
  color: var(--white);
  background-color: #0000;
}

.button.hero {
  margin-bottom: 4.8rem;
}

.button.dir {
  margin-top: 2.4rem;
}

.button.black {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.black:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.grid-col-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-3.req {
  margin-top: 4.8rem;
}

.grid-col-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-col-6 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ui-grid-item {
  background-color: #ffd1d1;
  height: 10rem;
}

.ui-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.form-button.loading {
  opacity: .5;
  pointer-events: none;
}

.radio-bullet {
  aspect-ratio: 1;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.6rem;
}

.radio-bullet.checked {
  background-color: #000;
}

.radio-bullet.error {
  border-color: red;
}

.form-box {
  z-index: 2;
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
  width: 80rem;
  max-height: 90vh;
  padding: 5.4rem 6.4rem 7.2rem;
  position: relative;
  overflow: scroll;
}

.form-box.no-scroll {
  overflow: clip;
}

.success-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.2;
  display: flex;
}

.input {
  color: var(--white);
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 7.2rem;
  margin-bottom: 0;
  padding: 2.2rem 3.2rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  transition: all .2s ease-out;
}

.input:focus {
  background-color: #383838;
  border-color: #383838;
}

.input.error {
  border: 1px solid red;
}

.radio {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #979797;
  font-size: 8px;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.error-code.show {
  opacity: 1;
}

.error-box {
  color: #ff000082;
  background-color: #1b1b1b;
  height: 8.6rem;
  margin: 0;
  padding: 2.9rem .4rem .4rem;
  position: absolute;
  top: 69rem;
  left: 6rem;
  right: 6rem;
}

.error-box.show {
  display: flex;
}

.form {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-box {
  opacity: 0;
  pointer-events: none;
  background-color: #0000;
  padding: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0;
  transform: translate(0, 5rem);
}

.success-box.show {
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
}

.input-label {
  pointer-events: none;
  color: #ffffff80;
  font-size: 1.2rem;
  line-height: 1.4rem;
  transition: all .2s ease-out;
  position: absolute;
  top: 1.6rem;
  left: 3.2rem;
}

.input-label.placeholder {
  font-size: 1.6rem;
  line-height: 2rem;
  top: 2.5rem;
}

.radio-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-box {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  min-height: 100vh;
  padding-top: 8.8rem;
  display: flex;
}

.card {
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
}

.card.title-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 57.2rem;
  padding: 4rem 3.2rem;
  display: flex;
  position: relative;
}

.card.visual-box {
  flex: 1;
  position: relative;
  overflow: clip;
}

.card.small {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  padding: 3.2rem 2.4rem;
  display: flex;
  overflow: clip;
}

.card.dir-title {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 43.2rem;
  padding: 3.2rem 2.4rem;
  font-size: 2.4rem;
  line-height: 3rem;
  display: flex;
}

.card.dir-tag {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.2rem 2.4rem 4rem;
  display: flex;
}

.hero-descr {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.4;
}

.hero-logo {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  margin-top: auto;
}

.nav {
  z-index: 100;
  background-color: var(--black);
  width: 100%;
  position: fixed;
}

.nav-container {
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 7.2rem;
  margin: .8rem 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav-logo {
  flex: none;
  margin-right: auto;
  padding: 0;
}

.nav-logo-img {
  height: 4.8rem;
}

.nav-link {
  color: #fff6;
  padding: 1.6rem;
  text-decoration: none;
  transition: color .2s ease-out;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

.hero-logo-img {
  height: 4.8rem;
}

.about-box {
  padding-top: 14rem;
}

.h2-descr {
  color: #fff9;
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
  font-size: 2.4rem;
  line-height: 3rem;
}

.card-text-box {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-l {
  font-size: 2.4rem;
  line-height: 3rem;
}

.opacity-60 {
  opacity: .6;
}

.card-img {
  width: 100%;
}

.card-img.need-card-img {
  height: 27.2rem;
  margin-top: auto;
  margin-bottom: -3.2rem;
}

.card-img.learn-card-img {
  height: 27.2rem;
  margin-top: -3.2rem;
}

.top-32 {
  margin-top: 3.2rem;
}

.bottom-32 {
  margin-bottom: 3.2rem;
}

.road-box {
  padding-top: 14rem;
}

.road-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4.8rem;
}

.road-item {
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  padding: 2.4rem;
  display: flex;
}

.road-item.active {
  z-index: 10;
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  position: relative;
}

.road-num {
  opacity: .5;
  width: 7rem;
  font-weight: 300;
}

.road-today {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.8rem;
  margin-left: auto;
  padding: 1.2rem 1.6rem;
  line-height: 1.9rem;
}

.road-today-icon {
  width: 2rem;
}

.road-descr {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff9;
  justify-content: flex-start;
  align-items: center;
}

.road-descr-icon {
  width: 2.4rem;
}

.road-item-flex {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.text-xl {
  font-size: 3.2rem;
  line-height: 3.8rem;
}

.dir-tag-item {
  background-color: var(--black);
  border-radius: 1.8rem;
  padding: 1.2rem 1.6rem;
  font-weight: 300;
}

.dir-section {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.2rem;
  display: flex;
}

.dir-section.nth1 {
  margin-top: 14rem;
}

.req-box {
  padding-top: 14rem;
}

.top-40 {
  margin-top: 4rem;
}

.top-48 {
  margin-top: 4.8rem;
}

.bottom-40 {
  margin-bottom: 4rem;
}

.bottom-48 {
  margin-bottom: 4.8rem;
}

.req-card {
  border-radius: var(--radius--radius-xl);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 30rem;
  padding-bottom: 3.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 2.4rem;
  line-height: 3rem;
  display: flex;
}

.req-card.bg1 {
  background-image: url('../images/req-bg--1_1.avif');
}

.req-card.bg2 {
  background-image: url('../images/req-bg--2_1.avif');
}

.req-card.bg3 {
  background-image: url('../images/req-bg--3_1.avif');
}

.req-card.bg4 {
  background-image: url('../images/req-bg--4_1.avif');
}

.req-card.bg5 {
  background-image: url('../images/req-bg--5_1.avif');
}

.req-card.bg6 {
  background-image: url('../images/req-bg--6_1.avif');
}

.br-desktop {
  display: block;
}

.modal {
  z-index: 200;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-area {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.form-title {
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
  line-height: 4.3rem;
}

.modal-close {
  z-index: 3;
  opacity: .3;
  cursor: pointer;
  width: 4rem;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  position: fixed;
  top: calc(50% - 45vh + 1rem);
  right: calc(50% - 38rem);
}

.modal-close:hover {
  opacity: 1;
}

.modal-close.mobile {
  display: none;
}

.input-box {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.success-alert {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: var(--radius--radius-xl);
  background-color: var(--gray);
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 14rem;
  padding-right: 14rem;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
  display: none;
  position: absolute;
  inset: 0;
}

.success-alert.show {
  display: flex;
}

.tag-space {
  width: 100%;
}

.success-label {
  margin-bottom: 5rem;
  font-size: 2rem;
}

.hero-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.player-button {
  background-color: var(--gray);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: all .2s ease-out;
}

.player-button:hover {
  filter: invert();
}

.cta-box {
  padding-top: 14rem;
}

.cta-card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--radius--radius-xl);
  background-color: #004da8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 7.2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta-card.large {
  justify-content: center;
  align-items: flex-start;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.cta-title {
  font-size: 5.6rem;
  line-height: 1.2;
}

.cta-title.small {
  width: 76.8rem;
  font-size: 4rem;
}

.cta-img {
  position: absolute;
}

.cta-img.cv-img {
  width: 50rem;
  top: 0;
  right: 0;
}

.cta-img.data-img {
  width: 60rem;
  right: -15rem;
}

.tag-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  margin-top: -1.6rem;
  display: flex;
}

.cta-descr {
  width: 76.8rem;
  margin-top: -1.6rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.footer {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 3.2rem;
  display: flex;
}

.footer-flex {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-logo {
  height: 7.2rem;
}

.loader-video {
  width: 8rem;
  height: 8rem;
}

.mask {
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0;
}

.select {
  color: var(--white);
  background-color: #2c2c2c;
  border: 0 solid #000;
  border-radius: 4rem;
  height: 7.2rem;
  margin-bottom: 0;
  padding: 0 3.2rem;
  font-size: 1.6rem;
}

.select-box {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.select-arrow {
  pointer-events: none;
  width: 1.6rem;
  position: absolute;
  right: 3rem;
}

.textarea {
  color: var(--white);
  resize: vertical;
  background-color: #2c2c2c;
  border: 0 solid #000;
  border-radius: 3.6rem;
  min-height: 14rem;
  margin-bottom: 0;
  padding: 3.5rem 3.2rem 2.6rem 3.15rem;
  font-size: 1.6rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.textarea:focus {
  background-color: #383838;
}

.input-box-alt {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .ui-flex-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .button.black {
    align-self: flex-start;
  }

  .grid-col-3.req {
    grid-template-columns: 1fr 1fr;
  }

  .form-box {
    width: 68rem;
  }

  .error-code.show {
    letter-spacing: 0;
  }

  .error-box {
    top: 69rem;
  }

  .hero-box {
    flex-flow: column;
  }

  .card.title-box {
    width: auto;
  }

  .card.visual-box {
    flex: 0 auto;
    height: 40rem;
  }

  .card.dir-title {
    width: 100%;
  }

  .nav-container {
    background-color: #0000;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
    padding: 0;
  }

  .nav-logo {
    border-radius: var(--radius--radius-xl);
    background-color: var(--gray);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-right: .8rem;
    padding: 2.4rem 2.4rem 2.4rem 3.2rem;
    display: flex;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    height: 7rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    font-size: 2rem;
    display: flex;
  }

  .nav-link.footer-link {
    color: #fff6;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  .nav-menu {
    background-color: var(--black);
    height: 120vh;
  }

  .about-box {
    padding-top: 10rem;
  }

  .card-img {
    align-self: center;
    width: 70%;
  }

  .card-img.need-card-img, .card-img.learn-card-img {
    width: auto;
  }

  .road-box {
    padding-top: 10rem;
  }

  .road-num {
    flex: none;
    width: 4rem;
  }

  .dir-section {
    flex-flow: column;
  }

  .dir-section.nth1 {
    margin-top: 10rem;
  }

  .req-box {
    padding-top: 10rem;
  }

  .br-desktop {
    display: inline;
  }

  .modal-close {
    right: calc(50% - 32rem);
  }

  .cta-box {
    padding-top: 10rem;
  }

  .cta-card {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
  }

  .cta-card.large {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 26rem;
    padding-right: 4rem;
  }

  .cta-title {
    align-self: stretch;
    font-size: 4.5rem;
  }

  .cta-title.small {
    width: auto;
    font-size: 2.9rem;
  }

  .cta-img.cv-img {
    width: 28rem;
    top: auto;
    bottom: -11.7rem;
    right: -4.3rem;
  }

  .cta-img.data-img {
    width: 65rem;
    bottom: -40rem;
    right: auto;
  }

  .cta-descr {
    width: auto;
    margin-right: auto;
  }

  .footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex {
    flex-flow: column;
    margin-left: 0;
  }

  .footer-logo {
    margin-bottom: 3rem;
  }

  .menu-button {
    aspect-ratio: 1.3;
    border-radius: var(--radius--radius-xl);
    background-color: var(--gray);
    background-image: url('../images/burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3.2rem 3.2rem;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--gray);
    background-image: url('../images/burger-close.svg');
  }

  .nav-flex {
    border-radius: var(--radius--radius-xl);
    background-color: var(--gray);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .8rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .ui-flex-grid {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .button.black {
    align-self: stretch;
  }

  .grid-col-3.req {
    grid-template-columns: 1fr;
  }

  .form-box {
    width: 52rem;
    padding-bottom: 5.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .error-box {
    padding-top: 2rem;
    left: 4rem;
    right: 4rem;
  }

  .nav-container {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .hero-logo-img {
    height: 4rem;
  }

  .road-item {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .road-num.active {
    text-align: center;
    width: 2.9rem;
  }

  .road-today {
    margin-left: 0;
  }

  .modal-close {
    right: calc(50% - 25rem);
  }

  .success-alert.show {
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .cta-card {
    padding-bottom: 32rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .cta-title.small {
    text-align: left;
  }

  .cta-img.cv-img {
    width: 37rem;
    bottom: -16rem;
    right: auto;
  }

  .cta-img.data-img {
    bottom: -44rem;
  }
}

@media screen and (max-width: 479px) {
  .text.top-32 {
    margin-top: 2.4rem;
  }

  .h1, .h2 {
    font-size: 3.2rem;
  }

  .button {
    width: 100%;
    font-size: 1.5rem;
  }

  .button.hero {
    margin-bottom: 0;
  }

  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-col-3.req {
    margin-top: 3.2rem;
  }

  .grid-col-6 {
    grid-template-columns: 1fr 1fr;
  }

  .form-button {
    align-self: stretch;
  }

  .form-box {
    width: 35rem;
    max-height: 75vh;
    margin-bottom: 0;
    padding: 1.8rem 2rem 2rem;
  }

  .error-box {
    top: 55.6rem;
    left: 2rem;
    right: 2rem;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card.title-box {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .card.visual-box {
    height: 36rem;
  }

  .card.dir-tag {
    flex-flow: column;
  }

  .hero-descr {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .hero-logo {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 2.4rem;
  }

  .nav-logo {
    padding-left: 2.4rem;
  }

  .nav-link.footer-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
  }

  .hero-logo-img {
    width: 17.5rem;
    height: auto;
  }

  .hero-logo-img.nth3 {
    width: 18rem;
  }

  .hero-logo-img.nth2 {
    width: 20rem;
    margin-top: -.6rem;
    margin-bottom: .4rem;
  }

  .about-box {
    padding-top: 8rem;
  }

  .h2-descr {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .card-img {
    width: 100%;
  }

  .card-img.need-card-img {
    height: 20rem;
  }

  .card-img.learn-card-img {
    height: 22rem;
  }

  .road-box {
    padding-top: 8rem;
  }

  .dir-section.nth1 {
    margin-top: 8rem;
  }

  .req-box {
    padding-top: 5rem;
  }

  .form-title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .modal-close {
    width: 3.2rem;
    display: none;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
  }

  .modal-close.mobile {
    display: block;
    top: 2.4rem;
  }

  .success-alert {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.4rem;
  }

  .success-alert.show {
    justify-content: center;
    align-items: center;
  }

  .success-label {
    margin-top: 1rem;
    font-size: 1.7rem;
    font-weight: 300;
  }

  .cta-box {
    padding-top: 8rem;
  }

  .cta-card {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    padding: 3.2rem 2.4rem 34rem;
  }

  .cta-card.large {
    padding-top: 3.2rem;
    padding-bottom: 33rem;
    padding-right: 2.4rem;
  }

  .cta-title {
    font-size: 3.7rem;
  }

  .cta-title.small {
    font-size: 3.2rem;
  }

  .cta-img.cv-img {
    width: 33rem;
    bottom: -10rem;
  }

  .cta-img.data-img {
    width: 48rem;
    height: auto;
    bottom: -20.6rem;
  }

  .select {
    padding-right: 5.2rem;
    overflow: clip;
  }

  .btn-label-hide-m {
    display: none;
  }
}

#w-node-c14f1219-6287-aa1d-f828-7ab13810dca4-5957bc96 {
  align-self: start;
}

#w-node-_4d17b7e7-9b95-ad04-ffaf-a4187ec7aabd-5957bc96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ac83fcf-a6ea-da0a-89e8-653cd357768e-5957bc96 {
  align-self: start;
}

#w-node-_3ac83fcf-a6ea-da0a-89e8-653cd3577691-5957bc96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3116a229-0ba2-f2b8-4900-5433a9c990b6-5957bc96 {
  align-self: start;
}

#w-node-_3116a229-0ba2-f2b8-4900-5433a9c990b9-5957bc96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc325920-314a-2b98-a0b7-67eb0a1435ae-5957bc96 {
  align-self: start;
}

#w-node-cc325920-314a-2b98-a0b7-67eb0a1435b1-5957bc96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0041ca89-792e-ec53-2b46-7ce05a8d76da-5957bc96, #w-node-_7769df6f-ea81-1537-fcb1-734fb3a80a97-5957bc96, #w-node-_6c996260-2ab3-51a3-283d-b85aa331f041-5957bc96, #w-node-a1a07796-4532-d13b-7f54-0ee425e211c9-5957bc96, #w-node-_4dd1bc3f-50ce-d6a0-653b-94d27724601e-5957bc96, #w-node-_01503d31-8b77-e9fb-5d44-40c27a21fdf6-5957bc96, #w-node-f15ca17c-4a4b-5da9-b39e-cbf84d4d5269-5957bc97, #w-node-_30bb9cbe-5e58-a0f2-f9dc-c7db10e195e6-5957bc97, #w-node-c705282d-09fd-cf28-f326-6d29f972ee1a-5957bc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3ab4f49b-b521-211e-366e-e636e96e849e-5957bc96, #w-node-_3ab4f49b-b521-211e-366e-e636e96e84a5-5957bc96, #w-node-_3ab4f49b-b521-211e-366e-e636e96e84ac-5957bc96, #w-node-_0ca74636-9e81-490b-8522-71e3278f811d-5957bc96, #w-node-_590a217b-6d3e-c681-52ec-0ae4024fbec0-5957bc96, #w-node-e6cffa5d-0eba-1545-b278-938739f3c636-5957bc96, #w-node-e6cffa5d-0eba-1545-b278-938739f3c63d-5957bc96 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ab4f49b-b521-211e-366e-e636e96e849e-5957bc96, #w-node-_3ab4f49b-b521-211e-366e-e636e96e84a5-5957bc96, #w-node-_3ab4f49b-b521-211e-366e-e636e96e84ac-5957bc96, #w-node-_0ca74636-9e81-490b-8522-71e3278f811d-5957bc96, #w-node-_590a217b-6d3e-c681-52ec-0ae4024fbec0-5957bc96, #w-node-e6cffa5d-0eba-1545-b278-938739f3c636-5957bc96, #w-node-e6cffa5d-0eba-1545-b278-938739f3c63d-5957bc96 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Regular.woff2') format('woff2'), url('../fonts/e-Ukraine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}