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

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

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

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

:root {
  --black: black;
  --white: white;
}

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

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #000;
  font-family: eUkraine, Tahoma, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.25;
}

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;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

.wrapper {
  position: relative;
}

.section.hero {
  background-image: url('../images/bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.how {
  background-color: var(--black);
}

.section.faq {
  background-color: #dff2c8;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

.section.cta {
  background-color: #fff;
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.container.navbar {
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  display: flex;
}

.container.hero {
  margin-top: -10rem;
}

.container.whom {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container.how {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container.faq {
  padding-top: 8.5rem;
}

.container.way {
  padding-top: 8rem;
  padding-bottom: 14rem;
}

.container.problems {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container.color-bg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container.complex {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.container.services {
  background-color: #def2bf;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  padding-top: 8rem;
  padding-bottom: 14rem;
}

.container.footer {
  background-color: #e0f3c8;
}

.container.cta {
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.loader {
  z-index: 999;
  background-color: #fff;
  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;
}

.h1 {
  text-align: center;
  letter-spacing: -.5rem;
  width: 103rem;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1.17;
}

.h1.cta {
  letter-spacing: -.25rem;
  width: 91rem;
  margin-bottom: 2.4rem;
  font-size: 5.6rem;
  line-height: 6.7rem;
}

.h2 {
  letter-spacing: -.2rem;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.h2.how {
  color: #fff;
  margin-bottom: 6rem;
}

.h2.way {
  width: 69rem;
  margin-bottom: 5rem;
}

.h2.services {
  text-align: center;
  width: 69rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.h4 {
  letter-spacing: -.2rem;
  font-size: 3.6rem;
  line-height: 1.2;
}

.button {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 5.4rem 2.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #0000;
}

.button.hero-button {
  margin-top: 5rem;
}

.button.cta-button {
  margin-top: 4rem;
}

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

.grid-col-3.redcards {
  margin-top: 5rem;
}

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

.grid-col-2.whom {
  margin-top: 5rem;
}

.grid-col-6 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  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;
}

.navlogo {
  margin-right: auto;
}

.navlogo-img {
  height: 4rem;
}

.nav {
  background-color: #0000;
  margin-top: 2rem;
}

.navlink {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  font-size: 2rem;
  display: flex;
}

.navmenu {
  align-self: stretch;
  display: flex;
}

.hero-welcome {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.h1-color {
  background-color: #fffa63;
  border-radius: 100px;
  padding: .4rem 2.7rem 2.2rem 3.2rem;
  line-height: 1;
  display: inline-block;
}

.h1-color.cta {
  padding-bottom: 1.3rem;
  padding-left: 2.3rem;
}

.hero-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  position: relative;
}

.hero-relative.cta {
  margin-top: 25rem;
  margin-bottom: 27rem;
}

.hero-img {
  position: absolute;
}

.hero-img.nth1 {
  width: 17rem;
  top: -8rem;
  left: -5rem;
}

.hero-img.nth2 {
  width: 33.5rem;
  top: -9rem;
  right: -7rem;
}

.hero-img.nth3 {
  width: 24.6rem;
  bottom: 0;
  left: 8rem;
}

.hero-img.nth4 {
  width: 10.2rem;
  bottom: 1rem;
  right: 14rem;
}

.hero-img.nth5 {
  width: 16rem;
  top: -17rem;
  left: -8rem;
  transform: rotate(-20deg);
}

.hero-img.nth6 {
  transform-style: preserve-3d;
  bottom: -7rem;
  right: -9rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.hero-img.nth7 {
  width: 12rem;
  top: -21rem;
  right: 4rem;
}

.hero-img.nth8 {
  width: 12rem;
  bottom: 1rem;
  left: 0;
}

.hero-about {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  margin-bottom: 5rem;
  display: flex;
}

.about-imgbox {
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.about-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 9rem;
  padding-bottom: 0;
  padding-right: 13rem;
  display: flex;
}

.about-image {
  width: 44rem;
}

.about-emoji {
  width: 7.6rem;
  position: absolute;
}

.about-emoji.nth1 {
  top: 4.5rem;
  left: 12.5rem;
}

.about-emoji.nth2 {
  bottom: 10rem;
  right: 7rem;
}

.green-card {
  background-color: #95d4474d;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: inset 0 0 33.2px 4.894px #72ae0b99, inset 0 0 14.683px #ffffff29;
}

.green-card.whom {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: center;
  align-items: flex-start;
  height: 27.8rem;
  padding-left: 3rem;
  position: relative;
}

.green-card.red {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: #ff9191;
  padding: 4rem;
  box-shadow: inset 0 0 70.5px 4.975px #ff3c3c, inset 0 0 27.634px 4.975px #ff0505, inset 0 0 10.855px 3.618px #fff;
}

.green-card.small {
  justify-content: space-between;
  height: 23rem;
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
}

.whom-text {
  width: 25.6rem;
}

.whom-img {
  width: 26rem;
  position: absolute;
  right: 4rem;
}

.color-white {
  color: #fff;
}

.how-steps {
  padding-top: 1.6rem;
}

.step-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.step-emoji {
  width: 2.6rem;
}

.step {
  opacity: .5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.step-text {
  color: #fff;
  margin-bottom: 3rem;
}

.yt-box {
  margin-top: auto;
}

.how-video {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.acc-descr {
  width: 90%;
  padding: 0 0 32px;
}

.acc-descr.faq {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.accordeon {
  border-bottom: 2px solid #0000001a;
}

.accordeon.faq {
  background-color: #fff;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
  padding: 3.2rem 3.2rem 3.2rem 4rem;
}

.h2-block3 {
  margin-bottom: 24px;
}

.h2-block3.sticky-title {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.1;
}

.hor {
  background-color: #000;
  width: 2.4rem;
  height: .2rem;
  margin: auto;
  position: absolute;
  inset: 0;
}

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

.grid.faq {
  grid-template-columns: 5fr 7fr;
}

.acc--label {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.acc--label.faq {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.link-text {
  color: #e19621;
}

.acc--title {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.acc--title.faq {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.acc--content {
  overflow: hidden;
}

.grid-box {
  z-index: 4;
  flex-direction: column;
  display: flex;
  position: relative;
}

.drop-icon {
  background-color: #cbff8b;
  border-radius: 3.2rem;
  width: 6.4rem;
  height: 6.4rem;
  margin-left: 3.2rem;
  position: relative;
}

.ver {
  background-color: #000;
  width: .2rem;
  height: 2.4rem;
  margin: auto;
  position: absolute;
  inset: 0;
}

.drop-icon-mobile {
  background-color: #fef4e5;
  border-radius: 32px;
  width: 64px;
  height: 64px;
  margin-left: 30px;
  display: none;
  position: relative;
}

.no-wrap {
  white-space: nowrap;
}

.way-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ececec;
  border-radius: 3.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.waycard-list-item {
  border-bottom: 1px solid #0003;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 1.4rem;
}

.text2 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.redcard-num {
  letter-spacing: -.2rem;
  font-size: 5.6rem;
}

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

.tag {
  background-color: #fff;
  border-radius: 30px;
  padding: .6rem 1.2rem;
  font-size: 1.4rem;
}

.tag.large {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.redcard-tiny {
  opacity: .6;
  margin-top: auto;
  font-size: 1.4rem;
}

.color-box {
  background-image: url('../images/color-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 9rem 4rem 7.6rem;
  display: flex;
  position: relative;
}

.color-flex {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  align-self: stretch;
  margin-top: 6rem;
  display: flex;
}

.color-flex-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-radius: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 16rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.color-flex-item.nth2 {
  background-color: #fff;
  flex: 0 auto;
}

.color-flex-item.nth1 {
  background-color: #fffed7;
  box-shadow: inset 0 0 54.3px 11px #fff200, inset 0 0 10.855px 3.618px #fff;
}

.color-flex-item.nth3 {
  background-color: #ff9191;
  box-shadow: inset 0 0 83.218px 3.618px #ff3c3c, inset 0 0 83.218px 3.618px #ff3c3c, inset 0 0 10.855px 3.618px #ffffff29;
}

.colorbox-img {
  position: absolute;
}

.colorbox-img.nth2 {
  width: 29.4rem;
  top: -5rem;
  right: 9.5rem;
}

.colorbox-img.nth1 {
  width: 20rem;
  top: 2rem;
  left: 17rem;
}

.waycard-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  margin-top: auto;
  font-size: 1.4rem;
  display: flex;
}

.red-tag {
  background-color: #ff9191;
  border-radius: 80px;
  padding: 1.2rem 1.4rem;
  box-shadow: inset 0 0 21.413px 4.894px #ff0505, inset 0 0 14.683px #ffffff29;
}

.red-tag.green {
  background-color: #95d4474d;
  box-shadow: inset 0 0 21.413px 4.894px #72ae0b, inset 0 0 14.683px #ffffff29;
}

.waycard-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waycard-emoji {
  width: 5.6rem;
}

.waycard-title-span {
  letter-spacing: -.05rem;
  margin-top: .4rem;
  font-size: 1.6rem;
  display: block;
}

.waycard-list {
  margin-bottom: 6rem;
}

.grid-col-4 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.greencard-small-img {
  width: 5.6rem;
}

.svg-arrow {
  width: 30rem;
  position: absolute;
  bottom: -13rem;
  right: 17rem;
}

.text-box {
  padding-top: 15rem;
  padding-bottom: 15rem;
  padding-right: 13rem;
}

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

.white-card {
  background-color: #fff;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  height: 28rem;
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
}

.small-label {
  margin-top: .8rem;
  font-size: 1.4rem;
  line-height: 1.25;
  display: block;
}

.yt-mask {
  border: 1px solid #000;
  border-radius: 2rem;
  width: 94%;
  margin-top: auto;
  overflow: hidden;
}

.footer-box {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  border-top: 2px solid #437a0040;
  flex-flow: column;
  margin-top: 9rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.footer-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #0009;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
}

.f-logo-1 {
  flex: none;
  width: 19.5rem;
  margin-left: 3rem;
}

.f-logo-2 {
  flex: none;
  width: 11.3rem;
}

.footer-social--box {
  grid-column-gap: 1.2rem;
  display: flex;
}

.footerblock {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fotterappbox {
  display: flex;
}

.footerlogoimage {
  max-width: none;
  display: block;
}

.footerlabel {
  opacity: .7;
  align-self: center;
  font-size: 1.2rem;
  line-height: 1.4;
}

.footerbuttons {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.footer-apps {
  grid-column-gap: 1.2rem;
  justify-content: flex-end;
  align-items: stretch;
  height: 4rem;
  display: none;
}

.footerlogo {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.soc-link {
  justify-content: flex-start;
  align-items: stretch;
  width: 4rem;
  height: 4rem;
  transition: all .15s ease-in;
  display: flex;
}

.soc-link:hover {
  padding: 2px;
}

.cta-labe {
  width: 20rem;
  position: absolute;
  top: 4.4rem;
  right: -4rem;
  transform: rotate(-13deg);
}

.color-bg-2 {
  background-image: url('../images/bg-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-img-2 {
  width: 55rem;
  margin-left: 2rem;
}

.svg-footer-logo {
  height: 4.8rem;
}

.loader-box {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-bg {
  transform-origin: 50%;
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.loader-code {
  margin-bottom: 80px;
}

.f-logo-3 {
  width: 18rem;
}

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

  .container.faq {
    padding-top: 6rem;
  }

  .container.services {
    padding-bottom: 10rem;
  }

  .container.cta {
    height: auto;
  }

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

  .h1 {
    width: auto;
    font-size: 7rem;
  }

  .h1.cta {
    width: auto;
  }

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

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

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

  .grid-col-6 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .nav {
    margin-top: 0;
  }

  .navlink {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 1.6rem 3.2rem;
  }

  .navmenu {
    background-color: var(--white);
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .hero-welcome {
    height: auto;
    padding-top: 26rem;
  }

  .hero-relative {
    margin-top: 0;
  }

  .hero-relative.cta {
    margin-top: 16rem;
    margin-bottom: 18rem;
  }

  .hero-img.nth1 {
    width: 11rem;
    top: -11rem;
    left: 6rem;
  }

  .hero-img.nth2 {
    width: 22rem;
    top: -7rem;
    right: 0;
  }

  .hero-img.nth3 {
    width: 19rem;
    bottom: -7rem;
    left: 1rem;
  }

  .hero-img.nth4 {
    bottom: -3rem;
    right: 3rem;
  }

  .hero-img.nth5 {
    width: 12rem;
    top: -12rem;
    left: 4rem;
  }

  .hero-img.nth6 {
    width: 17rem;
    bottom: -14rem;
    right: 0;
    transform: rotateX(0)rotateY(-180deg)rotateZ(-24deg);
  }

  .hero-img.nth7 {
    width: 9rem;
    top: -4rem;
  }

  .hero-img.nth8 {
    width: 8rem;
    left: 7rem;
  }

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

  .about-text {
    padding-top: 16rem;
  }

  .about-emoji.nth1 {
    left: 15rem;
  }

  .green-card.small {
    height: 28rem;
  }

  .step {
    font-size: 16px;
  }

  .acc-descr {
    font-size: 14px;
  }

  .acc-descr.faq {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .accordeon.faq {
    padding: 24px 24px 24px 32px;
  }

  .h2-block3 {
    margin-bottom: 0;
  }

  .h2-block3.sticky-title {
    margin-bottom: 40px;
    position: static;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid.faq {
    grid-template-columns: 5fr;
  }

  .acc--label {
    font-size: 14px;
    line-height: 22px;
  }

  .acc--label.faq {
    font-size: 22px;
    line-height: 28px;
  }

  .drop-icon, .drop-icon-mobile {
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }

  .color-flex {
    flex-flow: column;
    margin-top: 5rem;
  }

  .color-flex-item.nth2 {
    height: 9rem;
  }

  .color-flex-item.nth1, .color-flex-item.nth3 {
    flex: none;
  }

  .colorbox-img.nth2 {
    width: 20rem;
    right: 3rem;
  }

  .colorbox-img.nth1 {
    width: 16rem;
    top: -6rem;
    left: 7rem;
  }

  .grid-col-4 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .svg-arrow {
    width: 21rem;
    bottom: -9rem;
    left: 9rem;
    right: auto;
  }

  .text-box {
    padding-top: 5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .white-card {
    height: 23rem;
  }

  .footer-box {
    margin-top: 2.5rem;
  }

  .footer-text {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-logo-1 {
    margin-left: 0;
  }

  .footer-social--box {
    grid-column-gap: 2rem;
  }

  .footerblock {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fotterappbox {
    flex-flow: column;
    flex: none;
  }

  .footerlabel {
    font-size: 1rem;
  }

  .footerbuttons {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-apps {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .footerlogo {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .soc-link {
    width: 4.5rem;
    height: 4.5rem;
  }

  .cta-labe {
    width: 18rem;
    bottom: 8.8rem;
    right: -2rem;
  }

  .color-bg-2 {
    background-position: 0 65%;
    background-size: 180%;
  }

  .about-img-2 {
    width: 45rem;
    margin-left: 0;
  }

  .menu-icon {
    background-image: url('../images/nav-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    width: 8rem;
    height: 8rem;
    margin-right: -2rem;
    padding: 0;
  }

  .menu-icon.w--open {
    background-color: #0000;
    background-image: url('../images/nav-close.svg');
  }

  .text-block {
    width: 100%;
  }
}

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

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

  .h1.cta {
    font-size: 5rem;
  }

  .h2 {
    font-size: 5.2rem;
  }

  .h2.way, .h2.services {
    width: auto;
  }

  .grid-col-3, .grid-col-2, .grid-col-6 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .hero-relative.cta {
    text-align: center;
    margin-top: 11rem;
    margin-bottom: 12rem;
    font-size: 1.8rem;
  }

  .hero-img.nth3 {
    bottom: -12rem;
    left: 0;
  }

  .hero-img.nth4 {
    width: 7rem;
    bottom: -9rem;
  }

  .hero-img.nth5 {
    width: 9rem;
    top: -8rem;
  }

  .hero-img.nth6 {
    width: 14rem;
    bottom: -10rem;
    right: 0;
  }

  .hero-img.nth7 {
    width: 8rem;
  }

  .hero-img.nth8 {
    width: 7rem;
    bottom: -9rem;
  }

  .about-text {
    padding-right: 0;
  }

  .about-emoji.nth1 {
    left: 7rem;
  }

  .about-emoji.nth2 {
    right: 0;
  }

  .green-card.whom {
    height: 22rem;
  }

  .green-card.small {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
  }

  .whom-img {
    width: 14rem;
  }

  .step-block {
    margin-bottom: 4px;
  }

  .step {
    margin-bottom: 0;
    font-size: 14px;
  }

  .acc-descr {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .acc-descr.faq {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .accordeon.faq {
    border-radius: 20px;
    padding: 18px 18px 24px 24px;
  }

  .h2-block3, .h2-block3.sticky-title {
    margin-bottom: 20px;
  }

  .hor {
    width: 18px;
  }

  .grid {
    grid-row-gap: 24px;
  }

  .acc--label {
    font-size: 14px;
  }

  .acc--label.faq {
    font-size: 18px;
    line-height: 24px;
  }

  .acc--title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .acc--title.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .drop-icon {
    width: 40px;
    height: 40px;
  }

  .ver {
    height: 18px;
  }

  .drop-icon-mobile {
    width: 40px;
    height: 40px;
  }

  .colorbox-img.nth2 {
    top: -10rem;
    right: -1rem;
  }

  .colorbox-img.nth1 {
    width: 13rem;
    top: -7rem;
    left: 1rem;
  }

  .footer-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .f-logo-1 {
    width: 19rem;
  }

  .f-logo-2 {
    width: 10rem;
  }

  .footerblock {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .fotterappbox {
    flex: 0 auto;
  }

  .footerlabel {
    font-size: 1.5rem;
  }

  .footerbuttons {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .cta-labe {
    width: 15rem;
    bottom: 4rem;
    right: 0;
  }

  .color-bg-2 {
    background-position: 0%;
  }

  .f-logo-3 {
    width: 16rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.8rem;
  }

  .section.hero {
    background-position: 50% 15%;
    background-size: 100% 57rem;
  }

  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container.navbar {
    height: 6.4rem;
  }

  .container.whom {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .container.how {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .container.faq {
    padding-top: 4.8rem;
  }

  .container.way {
    padding-bottom: 9rem;
  }

  .container.color-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .container.complex {
    padding-top: 4.8rem;
  }

  .container.services {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .container.cta {
    background-position: 10% 100%;
    background-size: 120% 65rem;
    height: 58rem;
  }

  .h1 {
    letter-spacing: -.15rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
    display: flex;
  }

  .h1.cta {
    margin-bottom: 4rem;
    font-size: 3.4rem;
    line-height: 1.2;
    display: block;
  }

  .h2 {
    font-size: 3.4rem;
  }

  .h2.how, .h2.way {
    margin-bottom: 4rem;
  }

  .h4 {
    letter-spacing: -.1rem;
    font-size: 2.6rem;
  }

  .button.hero-button {
    border-radius: 2.6rem;
    margin-top: 3rem;
    padding: 1.9rem 4.6rem 2rem;
    font-size: 1.7rem;
  }

  .button.cta-button {
    border-radius: 2.6rem;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 2rem;
    padding: 1.9rem 4.6rem 2rem;
    font-size: 1.7rem;
  }

  .button.cta-button.alt {
    align-self: auto;
  }

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

  .grid-col-3.redcards {
    margin-top: 4rem;
  }

  .grid-col-2.whom {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-top: 4rem;
  }

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

  .navlogo {
    height: 2.3rem;
    padding-left: 0;
    display: flex;
  }

  .navlogo-img {
    height: 2.3rem;
  }

  .navlink {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 2.4rem;
  }

  .navmenu {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .hero-welcome {
    padding-top: 25rem;
    padding-bottom: 28rem;
  }

  .h1-color {
    width: 17rem;
    margin-top: .5rem;
    padding: .2rem 1.4rem 1rem 1.7rem;
    display: block;
  }

  .h1-color.cta {
    width: auto;
    padding-bottom: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.9rem;
    display: inline-block;
  }

  .hero-img.nth1 {
    width: 10rem;
    top: -11rem;
    left: 0;
  }

  .hero-img.nth2 {
    z-index: 3;
    width: 19rem;
    top: auto;
    bottom: -13rem;
  }

  .hero-img.nth3 {
    width: 15rem;
    bottom: -14.4rem;
    left: -.5rem;
  }

  .hero-img.nth4 {
    width: 5.4rem;
    top: -12rem;
    bottom: auto;
  }

  .hero-img.nth5 {
    top: -9rem;
    left: 2rem;
    transform: rotate(7deg);
  }

  .hero-img.nth6 {
    bottom: -10rem;
    right: -6rem;
    transform: rotateX(0)rotateY(-180deg)rotateZ(-15deg);
  }

  .hero-img.nth7 {
    width: 6.4rem;
    top: -8rem;
    right: 2rem;
  }

  .hero-img.nth8 {
    pointer-events: none;
    bottom: -4.4rem;
    left: 0;
  }

  .about-imgbox {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .about-text {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    padding-top: 0;
  }

  .about-image {
    width: 25rem;
  }

  .about-emoji.nth1 {
    width: 4.7rem;
    top: 2.1rem;
    left: 2.4rem;
  }

  .about-emoji.nth2 {
    width: 5rem;
    bottom: 4rem;
    right: -1rem;
  }

  .green-card.whom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding: 3rem;
  }

  .green-card.red {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 3rem;
  }

  .green-card.small {
    font-size: 1.6rem;
  }

  .whom-text {
    width: auto;
  }

  .whom-img {
    width: 100%;
    margin-top: .6rem;
    position: static;
  }

  .step-block {
    align-items: center;
    margin-bottom: 8px;
  }

  .step-emoji {
    width: 24px;
  }

  .step {
    margin-bottom: 0;
  }

  .acc-descr.faq {
    padding-top: 2.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.35;
  }

  .accordeon.faq {
    border-radius: 1.6rem;
    margin-bottom: 0;
    padding: 2.4rem 2.4rem 11rem;
    position: relative;
  }

  .h2-block3 {
    margin-bottom: 10px;
  }

  .h2-block3.sticky-title {
    margin-bottom: 0;
    font-size: 3.4rem;
  }

  .hor {
    width: 2.4rem;
    height: 2px;
  }

  .grid {
    grid-row-gap: 24px;
  }

  .grid.faq {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .acc--label {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .acc--label.faq {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .acc--title {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .acc--title.faq {
    position: static;
  }

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

  .drop-icon {
    width: 30px;
    height: 30px;
    margin-left: 16px;
    display: none;
  }

  .ver {
    height: 2.4rem;
  }

  .drop-icon-mobile {
    background-color: #cbff8b;
    width: auto;
    height: 6.4rem;
    margin-top: 24px;
    margin-left: 0;
    display: block;
    position: absolute;
    bottom: 24px;
    left: 16px;
    right: 16px;
  }

  .way-card {
    padding: 2rem;
  }

  .redcard-num {
    font-size: 3.4rem;
  }

  .tag.large {
    font-size: 1.4rem;
  }

  .color-box {
    border-radius: 3rem;
    padding: 12.2rem 1.6rem 6rem;
  }

  .color-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .color-flex-item.nth2 {
    height: 6.4rem;
  }

  .color-flex-item.nth1 {
    height: 10rem;
  }

  .color-flex-item.nth3 {
    text-align: center;
    height: 13rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .colorbox-img.nth2 {
    width: 18rem;
    top: -6.5rem;
    right: 0;
  }

  .colorbox-img.nth1 {
    width: 12rem;
    top: -1rem;
    left: 0;
  }

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

  .svg-arrow {
    width: 20rem;
    left: 5rem;
  }

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

  .white-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
    font-size: 1.6rem;
  }

  .yt-mask {
    border-radius: .8rem;
    width: 100%;
  }

  .footer-box {
    border-top-width: 1px;
    margin-top: 7rem;
  }

  .footer-text {
    font-size: 1.4rem;
  }

  .f-logo-1 {
    width: 22.5rem;
    margin-top: 1rem;
  }

  .f-logo-2 {
    width: 13rem;
  }

  .footer-social--box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .footerblock {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .footerlogoimage {
    width: auto;
    height: 4rem;
  }

  .footerlabel {
    font-size: 1rem;
  }

  .footerbuttons {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-apps {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .footerlogo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .soc-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 4.8rem;
    height: auto;
  }

  .cta-labe {
    width: 11rem;
    inset: auto auto 14.2rem 0;
    transform: rotate(18deg);
  }

  .color-bg-2 {
    background-position: 0 55%;
    background-size: 240%;
  }

  .about-img-2 {
    width: 100%;
  }

  .menu-icon {
    background-size: 3.2rem;
    width: 6.4rem;
    height: 6.4rem;
    margin-right: -1.6rem;
  }

  .f-logo-3 {
    width: 18.3rem;
  }
}

#w-node-_7064dabf-70ad-dfaa-d59f-80951537adb2-e0835333 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2125af54-06dd-8e04-837b-49e7650e7aa1-e0835333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2125af54-06dd-8e04-837b-49e7650e7aa3-e0835333, #w-node-f15ca17c-4a4b-5da9-b39e-cbf84d4d5269-e0835334, #w-node-_30bb9cbe-5e58-a0f2-f9dc-c7db10e195e6-e0835334, #w-node-c705282d-09fd-cf28-f326-6d29f972ee1a-e0835334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-af7851a3-d2b1-d000-f4ac-95f4108011e5-e0835333 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d6cb4d1-9817-2e42-2cda-51fcb6f4f084-e0835333 {
    justify-self: center;
  }

  #w-node-_007404c8-f892-b0c1-9443-a8f1e3017fbf-e0835333 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7064dabf-70ad-dfaa-d59f-80951537adb2-e0835333 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78c7b813-3165-4b68-08a8-1e36bf48bf97-e0835333 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a6ad6f7-83ee-229d-cde4-2da28d87ab30-e0835333, #w-node-_7064dabf-70ad-dfaa-d59f-80951537adb2-e0835333 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2125af54-06dd-8e04-837b-49e7650e7aa1-e0835333 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_007404c8-f892-b0c1-9443-a8f1e3017fbf-e0835333 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a6ad6f7-83ee-229d-cde4-2da28d87ab30-e0835333, #w-node-_7064dabf-70ad-dfaa-d59f-80951537adb2-e0835333, #w-node-_78c7b813-3165-4b68-08a8-1e36bf48bf97-e0835333 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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