:root {
  --neutral-text: #434168;
  --neutral-headline: #141242;
  --yellow-main: #fff6c8;
  --white: white;
  --purple-light: #f5f3fd;
  --purple-main: #5438dc;
  --darker-purple: var(--light-blue);
  --light-blue: #aee8e8;
  --border: #4341686e;
  --dark-900: #120b29;
  --green: #40b8b8;
  --light-green: #e3f5f5;
  --hover-purple: #5b3b3b;
}

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

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

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

.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: var(--neutral-text);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--neutral-headline);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 115%;
}

h3 {
  color: var(--neutral-headline);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.section {
  padding: 7.2rem 2rem;
}

.section.hp-hero {
  color: #fff;
  background-color: #283887;
  background-image: url('../images/top_banner_NOL-RTA.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  max-height: 80vh;
  padding-top: 14rem;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hp-hero.ar {
  background-image: url('../images/flipped.png');
  background-position: 0 100%;
}

.section.discounts {
  background-color: var(--yellow-main);
  padding-top: 4rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.howto {
  background-color: var(--white);
  padding-top: 4rem;
}

.section.footer {
  background-color: var(--yellow-main);
  padding-top: 8rem;
  padding-bottom: 2.8rem;
  position: relative;
  overflow: hidden;
}

.section.cta {
  padding-top: 0;
}

.section.features {
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.section.scroll {
  background-color: var(--purple-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.scroll.hide {
  display: block;
}

.section.scroll.mobile-only {
  display: none;
}

.section.special {
  padding: 0;
}

.section.purple {
  background-color: var(--purple-light);
  padding-top: 7.2rem;
}

.section.large {
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 10rem;
  display: none;
}

.site-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.site-container.hp {
  grid-column-gap: 4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 116.8rem;
  margin-right: 0;
  display: flex;
}

.site-container.header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.site-container.hp-main {
  display: flex;
  position: relative;
}

.site-container.cta {
  grid-column-gap: 14rem;
  background-color: var(--purple-main);
  border-radius: 1.8rem;
  align-items: center;
  margin-top: -30rem;
  padding: 6.4rem 15rem 6.4rem 0;
  display: flex;
  position: relative;
}

.site-container.site-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.site-container.special {
  position: relative;
}

.site-container.features {
  display: flex;
}

.site-container.header-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-primary {
  background-color: var(--darker-purple);
  color: var(--neutral-headline);
  border-radius: 100px;
  padding: 1.8rem 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  transition: all .3s;
}

.btn-primary:hover {
  background-color: var(--light-blue);
}

.btn-text {
  background-color: #0000;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: underline;
  transition: all .3s;
}

.btn-text:hover {
  color: var(--light-blue);
}

.btns-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: 2.4rem;
  align-items: center;
  width: 100%;
}

.btns-wrapper.centered {
  justify-content: center;
}

.btns-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.hp-left {
  grid-row-gap: 4.8rem;
  flex: none;
  max-width: 70rem;
}

.hp-left.ar {
  align-items: flex-end;
}

.hp-right {
  flex: auto;
  display: block;
}

.hp-img {
  border-radius: 15px;
  width: auto;
  max-height: 600px;
  display: none;
}

.hp-title-span {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.hp-hero-circle {
  height: 13.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}

.header {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff24;
  width: 100%;
  padding: 1.6rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--neutral-text);
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--light-blue);
}

.nav-menu {
  grid-column-gap: 0rem;
  align-items: center;
  display: flex;
}

.site-logo {
  height: 6rem;
}

.centered-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  align-items: center;
  padding-top: 0;
}

.illustration {
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  position: static;
  inset: 0% 28% auto 0%;
}

.flex-block {
  justify-content: center;
  align-items: center;
  display: block;
}

.flex-block.above {
  display: flex;
}

.video-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 85rem;
  margin-top: 7rem;
  position: relative;
}

.kolaz-img {
  object-fit: contain;
  height: 40rem;
}

.cta-content {
  grid-row-gap: 2.4rem;
}

.text-white {
  color: #fff;
}

.p-large {
  font-size: 2rem;
  font-weight: 500;
}

.download-badge {
  height: 4.8rem;
}

.flex-block-2 {
  grid-column-gap: 1.2rem;
  margin-top: 2.4rem;
}

.image {
  height: 4.6rem;
  position: absolute;
  top: 6rem;
  right: -2rem;
}

.centered-text {
  text-align: center;
  margin-bottom: 0;
}

.centered-text.h3 {
  padding-bottom: 16px;
}

.centered-text.h3.hidden {
  display: none;
  overflow: visible;
}

.feature-img {
  max-width: 663px;
  max-height: 65rem;
  padding-left: 20px;
  padding-right: 0;
}

.feature-item {
  grid-column-gap: 1.6rem;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  line-height: 175%;
}

.feature-item.right-align {
  align-items: flex-end;
}

.feature-item_icon {
  margin-bottom: 2rem;
}

.feature-content {
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.33%;
  max-width: 47rem;
}

.feature-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.feature-container.v2 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
}

.margin-bottom-m {
  text-align: right;
  margin-bottom: .75rem;
  font-size: 2rem;
}

.margin-bottom-m.right {
  text-align: right;
}

.small-container {
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.howto-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 7rem;
  display: grid;
}

.howto-card {
  z-index: 1;
  position: relative;
}

.howto-card._2nd {
  margin-top: 12rem;
  transform: translate(0);
}

.howto-card_title {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: 16px;
  right: 0;
  transform: translate(50%);
}

.image-3 {
  position: absolute;
  right: 0;
  transform: translate(25%, -70%);
}

.cta-container {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 1.8rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: auto;
  place-items: stretch center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.flex-block-3 {
  grid-row-gap: 1.6rem;
  background-color: var(--yellow-main);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  padding: 40px 32px;
  display: block;
}

.flex-block-3.blue {
  grid-column-gap: 16px;
  grid-row-gap: 1.6rem;
  background-color: var(--light-blue);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  height: auto;
  padding: 40px 32px;
  display: block;
}

.image-4 {
  height: 150px;
}

.image-5 {
  z-index: -1;
  position: absolute;
  right: -30px;
}

.cta-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-6 {
  position: absolute;
  bottom: -6rem;
  left: -4rem;
}

.oblouk {
  object-fit: contain;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}

.oblouk._2 {
  margin-bottom: -1rem;
  display: block;
  position: static;
}

.oblouk._2.hidden {
  display: none;
}

.oblouk.hero {
  object-fit: cover;
  background-color: #e31e27;
  height: auto;
  position: static;
}

.oblouk.footer {
  object-fit: cover;
  height: 16rem;
  bottom: -2rem;
  overflow: visible;
}

.footer-link {
  color: var(--neutral-headline);
  text-decoration: none;
}

.footer-logo {
  height: 5rem;
}

.video-img-cover {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-bg {
  z-index: -1;
  background-color: var(--light-blue);
  border-radius: 3rem;
  width: 100%;
  height: 48rem;
  position: absolute;
  transform: translate(1%, 10%)rotate(-5deg);
}

.image-7 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-15%, 100%);
}

.scroll-wrapper {
  width: 100%;
  max-width: 1100px;
  height: 325vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50vh;
  position: relative;
}

.sticky-container {
  grid-column-gap: 19rem;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.heading {
  max-width: 36rem;
}

.heading-2 {
  max-width: 37rem;
}

.reason-card {
  grid-column-gap: 2.4rem;
  align-items: flex-start;
  margin-bottom: 3.2rem;
  text-decoration: none;
  display: flex;
}

.reason-card.first {
  margin-top: 4.8rem;
}

.reason-card.last {
  margin-bottom: 0;
}

.reason-card_title {
  color: var(--neutral-headline);
  font-size: 1.8rem;
  font-weight: 600;
}

.reason-card_title.active {
  color: var(--purple-main);
}

.reason-card_text {
  color: var(--neutral-text);
}

.reason-card_icon-wrapper {
  color: var(--purple-main);
  background-color: #fff;
  border: 1px solid #dcdae380;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  min-height: 6rem;
  display: flex;
}

.reason-card_icon-wrapper.active {
  background-color: var(--purple-main);
  color: #fff;
}

.reason-card_content {
  grid-row-gap: .8rem;
}

.flex-block-4 {
  max-width: 56rem;
  position: relative;
}

.img-wrapper {
  z-index: 1;
  position: relative;
}

.phone-img {
  object-fit: contain;
  width: 100%;
  height: 49rem;
  position: absolute;
}

.phone-img.img2, .phone-img.img3, .phone-img.img4 {
  opacity: 0;
}

.img-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.phone-blank {
  width: 25rem;
  height: 49rem;
}

.image-8 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.image-9 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(110%, 70%);
}

.div-block {
  position: relative;
}

.div-block-2 {
  align-items: flex-start;
  display: block;
  position: relative;
}

.image-10 {
  z-index: 1;
  position: absolute;
  right: 12vw;
}

.langswitcher {
  grid-column-gap: .8rem;
  background-color: #fff0;
  border-right: 1px solid #726a9045;
  border-radius: 6px 0 0 6px;
  align-items: center;
  padding: .8rem 1.2rem;
  text-decoration: none;
  position: relative;
}

.langswitcher.last {
  border-right-width: 0;
  border-radius: 0 6px 6px 0;
}

.divider {
  background-color: #ffffff54;
  width: 1px;
  height: 32px;
}

.hidden-lang {
  grid-column-gap: .8rem;
  color: #fff;
  background-color: #fff;
  border-radius: .4rem;
  align-items: center;
  width: 100%;
  padding: 1.6rem 0 0;
  text-decoration: none;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
}

.hidden-lang-wrapper {
  grid-column-gap: .8rem;
  color: var(--neutral-text);
  border-radius: .4rem;
  align-items: center;
  width: 100%;
  padding: 1.2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
  top: 110%;
  left: 0;
}

.img-wrapper2 {
  z-index: 1;
  display: none;
  position: relative;
}

.mob-img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mob-img.img2, .mob-img.img3, .mob-img.img4 {
  opacity: 0;
}

.mob-circle {
  z-index: -1;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.image-11, .image-12, .footer-oblouk {
  display: none;
}

.image-13 {
  color: var(--neutral-text);
}

.blank-video {
  width: 100%;
  height: 48rem;
}

.ytb-video {
  border-radius: 3rem;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.image-14 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(100%, 130%);
}

.image-15 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(70%, 220%);
}

.image-16 {
  z-index: -1;
  position: absolute;
  right: 0;
  transform: translate(120%, 540%);
}

.backtop {
  z-index: 9999;
  cursor: pointer;
  height: 4.8rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.hero-shape-divider {
  background-color: #aee8e800;
  border-bottom: 0 solid #fff;
  position: relative;
}

.scroll-wrapper2 {
  width: 100%;
  max-width: 1100px;
  height: 325vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50vh;
  position: relative;
}

.text-trigger {
  background-color: #b6b6b6;
  height: 900px;
}

.content-trigger {
  background-color: #9f9f9f;
  height: 900px;
  overflow: scroll;
}

.first-anchor {
  z-index: -1;
  position: absolute;
  top: 0%;
}

.second-anchor {
  z-index: -1;
  position: absolute;
  top: 15%;
}

.third-anchor {
  z-index: -1;
  position: absolute;
  top: 25%;
}

.fourth-anchor {
  z-index: -1;
  position: absolute;
  top: 43%;
}

.heading-3 {
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.heading-3.right {
  text-align: right;
}

.text-block {
  color: var(--neutral-headline);
  font-weight: 400;
  text-decoration: none;
}

.text-block.active {
  color: var(--neutral-headline);
  font-weight: 600;
  text-decoration: none;
}

.text-block-small {
  text-align: right;
  font-size: 16px;
  line-height: 180%;
}

.text-block-small.right {
  text-align: right;
}

.grid {
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

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

.heading-4, .heading-4.right {
  text-align: center;
}

.div-block-3 {
  text-align: left;
}

.discount {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.link {
  color: var(--purple-main);
  font-weight: 400;
}

.link.small {
  font-size: 14px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px 0 0;
  display: flex;
}

.paragraph {
  text-align: left;
}

.line-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dcdae3;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 40px;
  display: flex;
}

.line-bottom.small {
  text-align: center;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.line-bottom.small.right {
  text-align: center;
}

.price {
  color: var(--purple-main);
  font-size: 16px;
  font-weight: 600;
}

.card-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-secondary {
  background-color: var(--white);
  color: var(--dark-900);
  border-radius: 100px;
  padding: 12px 40px;
  font-weight: 600;
  transition: all .3s;
}

.btn-secondary:hover {
  background-color: var(--dark-900);
  color: var(--white);
}

.btn-secondary.w--current {
  background-color: var(--white);
  color: var(--dark-900);
  border-radius: 100px;
  padding: 14px 40px;
  font-weight: 600;
  transition: all .3s;
}

.sleva {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding: 12px 24px 24px;
  display: block;
}

.sleva.right {
  text-align: center;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup.scholar {
  display: none;
}

.popup.isic {
  padding-left: 2rem;
  display: none;
}

.popup.itic {
  display: none;
}

.popup.iytc {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.modal-content-w {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 3rem;
  display: flex;
}

.modal-content-w._2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.modal-content-w._3 {
  background-color: #fff;
  justify-content: center;
}

.modal {
  background-color: var(--light-blue);
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 95rem;
  height: auto;
  margin: auto;
  position: relative;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.rich-text-block {
  color: var(--neutral-text);
  display: block;
}

.uppercase {
  text-transform: uppercase;
  font-size: 14px;
}

.image-17 {
  min-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-6 {
  text-align: center;
}

.grid-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-features._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-features._2 {
  grid-template-columns: 1fr 1fr;
}

.tabs-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.tabs-content.narrow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 600px;
}

.heading-7 {
  color: var(--dark-900);
  font-weight: 600;
}

.bold-text {
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #dcdae3;
  border-radius: 5px;
}

.tab-link-tab-2.active {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: inline-flex;
}

.tab-link-tab-2.active.w--current {
  border-color: var(--green);
  background-color: var(--light-green);
}

.tab-link-tab-1 {
  background-color: #fff;
  border: 1px solid #dcdae3;
  border-radius: 5px;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e3f5f5;
  border: 1px solid #40b8b8;
  border-radius: 5px;
  display: inline-flex;
}

.tab-link-tab-1.active {
  background-color: #fff;
  border: 1px solid #dcdae3;
  border-radius: 5px;
}

.text-block-2 {
  color: var(--dark-900);
  font-size: 14px;
  font-weight: 500;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.tab-pane-tab-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tab-pane-tab-1.single {
  padding-top: 0;
}

.list-text {
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  font-style: normal;
  line-height: 180%;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.radiolabel {
  font-size: 14px;
  font-weight: 500;
}

.tab-pane-tab-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-span {
  color: var(--purple-main);
}

.tabs-content-2 {
  padding-top: 0;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.link-block-3.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 0;
}

.nav-menu-2 {
  grid-column-gap: 2.7rem;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: var(--neutral-headline);
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.nav-link-2:hover {
  color: var(--purple-main);
}

.langswitcher-2 {
  grid-column-gap: .8rem;
  align-items: center;
  padding: .8rem;
  position: relative;
}

.hidden-lang-wrapper-2 {
  grid-column-gap: .8rem;
  color: #434168;
  border-radius: .4rem;
  align-items: center;
  width: 100%;
  padding: 1.2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
  top: 110%;
  left: 0;
}

.nav-menu-3 {
  grid-column-gap: 0rem;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.site-logo-2 {
  height: 4.5rem;
}

.header-2 {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff24;
  width: 100%;
  padding: 1.6rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-3.active {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.subheadline {
  text-align: right;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 190%;
  display: inline;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-23, .image-24, .image-25 {
  height: 50px;
}

.heading-8 {
  font-size: 3rem;
}

.buttons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .section.hp-hero {
    max-height: none;
    padding-bottom: 8rem;
  }

  .section.scroll {
    padding-top: 8rem;
    padding-bottom: 7.2rem;
    display: block;
  }

  .section.scroll.mobile-only {
    display: block;
  }

  .section.scroll.hide-on-mobile {
    display: none;
  }

  .site-container.hp {
    grid-row-gap: 6rem;
    flex-direction: column;
  }

  .site-container.cta {
    grid-row-gap: 3.4rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .site-container.site-footer {
    grid-row-gap: 2.4rem;
    flex-wrap: wrap;
  }

  .site-container.features {
    grid-row-gap: 4.8rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hp-left {
    max-width: 100%;
  }

  .hp-hero-circle {
    display: none;
  }

  .header {
    border: 1px #000;
    padding-bottom: 1.6rem;
  }

  .nav-link {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .nav-menu {
    grid-row-gap: 2rem;
  }

  .site-logo {
    height: 3.6rem;
  }

  .cta-content {
    width: 100%;
    padding: 0 2.4rem;
  }

  .image {
    display: none;
  }

  .feature-img {
    max-height: 50rem;
  }

  .feature-content {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .feature-container {
    flex-direction: column;
    width: 100%;
  }

  .cta-container {
    flex-flow: row;
    padding-left: 0;
  }

  .flex-block-3 {
    max-width: 100%;
    padding-top: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .image-4 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .oblouk.hero {
    display: block;
  }

  .oblouk.footer {
    object-fit: cover;
  }

  .scroll-wrapper {
    height: auto;
    padding-top: 0;
  }

  .sticky-container {
    text-align: center;
    justify-content: center;
    position: static;
    transform: translate(0);
  }

  .reason-card {
    grid-row-gap: 1.6rem;
    flex-direction: column;
    width: 100%;
  }

  .reason-card_title.active {
    color: var(--neutral-headline);
  }

  .reason-card_icon-wrapper.active {
    color: var(--purple-main);
    background-color: #fff;
  }

  .reason-card_content {
    text-align: left;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .img-wrapper, .image-9, .divider {
    display: none;
  }

  .hidden-lang {
    padding-top: 0;
    display: flex;
    position: static;
  }

  .hidden-lang-wrapper {
    background-color: var(--neutral-headline);
    color: #fff;
  }

  .img-wrapper2 {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mob-img {
    max-height: 40rem;
  }

  .menu-button {
    padding: 1rem;
  }

  .menu-close {
    height: 2rem;
  }

  .menu-open {
    height: 1.5rem;
  }

  .image-13, .image-14, .image-15, .image-16 {
    display: none;
  }

  .hero-shape-divider {
    display: block;
  }

  .scroll-wrapper2 {
    height: auto;
    padding-top: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: auto;
    place-items: stretch center;
  }

  .nav-menu-2 {
    grid-row-gap: 2rem;
  }

  .nav-link-2 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .hidden-lang-wrapper-2 {
    color: #fff;
    background-color: #141242;
  }

  .image-20 {
    display: none;
  }

  .nav-menu-3 {
    grid-row-gap: 2rem;
  }

  .site-logo-2 {
    height: 3.6rem;
  }

  .header-2 {
    border: 1px #000;
    padding-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .section.hp-hero {
    max-height: none;
    padding-top: 12rem;
  }

  .small-container {
    align-items: center;
  }

  .howto-grid {
    grid-row-gap: 3.2rem;
    grid-template-columns: 1fr;
  }

  .howto-card._2nd {
    margin-top: 0;
  }

  .image-2, .image-3 {
    display: none;
  }

  .cta-container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
  }

  .flex-block-3 {
    width: 100%;
    max-width: 100%;
    padding: 40px 32px;
  }

  .flex-block-3.blue {
    width: 100%;
    max-width: 100%;
  }

  .video-bg {
    height: 40rem;
  }

  .image-7 {
    height: 8rem;
  }

  .image-10 {
    height: 3.6rem;
  }

  .image-11 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .image-12 {
    display: block;
    position: absolute;
    top: -4rem;
    left: 20%;
  }

  .link-block {
    order: -1;
  }

  .blank-video {
    height: 40rem;
  }

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

  .grid.cards-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }

  .modal-content-w {
    padding: 2rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  .section {
    padding: 8rem 1.2rem;
  }

  .section.hp-hero {
    background-position: 100% 100%;
    background-size: 200%;
    min-height: 70vh;
    max-height: 100vh;
    margin-bottom: 0;
    padding-top: 14rem;
    padding-bottom: 18rem;
  }

  .section.discounts {
    padding: 8rem 2rem;
  }

  .section.howto {
    padding-top: 8rem;
  }

  .section.footer {
    background-color: var(--purple-light);
    width: 100%;
    padding: 8rem 0 0;
  }

  .section.features {
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden;
  }

  .section.purple {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .site-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    height: 100%;
  }

  .site-container.hp {
    height: auto;
  }

  .site-container.header-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .site-container.hp-main {
    padding-top: 20px;
  }

  .site-container.cta {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .site-container.site-footer {
    background-color: var(--purple-light);
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2.8rem;
    display: flex;
  }

  .site-container.header-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .btn-primary {
    text-align: center;
    flex: 1;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .btns-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .hp-left {
    grid-row-gap: 3rem;
  }

  .hp-hero-circle {
    display: none;
  }

  .header {
    border-bottom-style: solid;
    border-bottom-color: var(--border);
    padding-bottom: .25rem;
  }

  .nav-menu {
    align-self: auto;
    display: flex;
  }

  .site-logo {
    width: 100%;
    height: 5rem;
  }

  .centered-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .illustration {
    margin-bottom: 0;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .kolaz-img {
    height: 22rem;
  }

  .cta-content {
    grid-row-gap: 1.6rem;
  }

  .download-badge {
    height: 4.5rem;
  }

  .flex-block-2 {
    grid-row-gap: 1.6rem;
    flex-wrap: wrap;
  }

  .centered-text {
    font-size: 28px;
    line-height: 32px;
  }

  .centered-text.h3 {
    font-size: 21px;
    line-height: 26px;
  }

  .feature-img {
    align-self: auto;
    width: auto;
    max-width: 100%;
    max-height: none;
    padding-left: 0;
    display: block;
    overflow: clip;
  }

  .feature-content {
    grid-row-gap: 4rem;
  }

  .feature-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .margin-bottom-m {
    text-align: left;
    font-size: 20px;
  }

  .small-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .howto-grid {
    margin-top: 4rem;
  }

  .cta-container {
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .flex-block-3 {
    width: 100%;
    padding: 24px;
  }

  .flex-block-3.blue {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-4, .image-4.small {
    height: 200px;
  }

  .oblouk.hero {
    display: block;
  }

  .oblouk.footer {
    object-fit: cover;
    height: 26rem;
    display: none;
  }

  .footer-link {
    text-align: center;
    align-self: center;
  }

  .video-bg {
    border-radius: 1.2rem;
    height: 20rem;
  }

  .image-7 {
    height: 7.2rem;
  }

  .scroll-wrapper {
    padding-top: 0;
  }

  .langswitcher {
    grid-column-gap: 1rem;
    display: flex;
  }

  .hidden-lang {
    background-color: #fff0;
    margin-left: 12px;
  }

  .footer-oblouk {
    background-color: #d0000000;
    width: 100%;
    margin-bottom: -10px;
    display: block;
  }

  .menu-button {
    color: #150dad;
  }

  .menu-open {
    color: var(--dark-900);
  }

  .blank-video {
    height: 20rem;
  }

  .ytb-video {
    border-radius: 1.2rem;
  }

  .hero-shape-divider {
    display: block;
  }

  .scroll-wrapper2 {
    padding-top: 0;
  }

  .html-embed {
    display: none;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 130%;
  }

  .text-block-small {
    text-align: left;
    max-width: 100%;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch start;
    display: flex;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .discount {
    align-items: stretch;
  }

  .link {
    display: inline-flex;
  }

  .line-bottom {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .price {
    padding-bottom: 20px;
  }

  .btn-secondary.w--current {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sleva {
    padding: 32px;
  }

  .heading-5 {
    text-align: center;
  }

  .close-btn-w {
    background-color: var(--purple-light);
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .popup {
    padding-top: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .popup.scholar, .popup.isic {
    padding-top: 4rem;
    padding-left: .8rem;
    padding-right: .8rem;
    display: none;
  }

  .popup.itic {
    margin-right: 0;
    padding-top: 4rem;
    padding-left: .8rem;
    padding-right: .8rem;
    display: none;
  }

  .popup.iytc {
    padding-top: 4rem;
    padding-left: .8rem;
    padding-right: .8rem;
    display: none;
  }

  .modal-content-w {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    width: 100%;
    padding: 4rem 1.5rem;
  }

  .modal-content-w._2 {
    flex-flow: column;
    padding-right: 1.5rem;
  }

  .modal-content-w._3 {
    background-color: #fff;
    padding-right: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .image-17 {
    display: block;
  }

  .grid-features, .grid-features._3, .grid-features._2 {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2.active.w--current, .tab-link-tab-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-18, .image-19 {
    display: none;
  }

  .brand {
    width: 100%;
    padding-left: 0;
  }

  .bold-text-2, .bold-text-3, .div-block-9 {
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .nav-link-2 {
    text-align: center;
    align-self: flex-start;
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .langswitcher-2 {
    grid-column-gap: 1rem;
  }

  .image-21 {
    display: none;
  }

  .nav-menu-3 {
    align-self: auto;
    display: flex;
  }

  .brand-2 {
    padding-left: 0;
  }

  .image-22 {
    display: none;
  }

  .subheadline {
    font-size: 1.6rem;
  }
}

#w-node-f2943cb7-9be4-94c7-2a5c-36ed7a12ae1e-8a9c81d4, #w-node-_77d7c8fe-d8cc-c442-6ca2-e8849958720d-8a9c81d4, #w-node-_4dbfbc3a-07f2-f78a-9d09-9e72f0b9f42f-8a9c81d4, #w-node-_524c545c-d4c5-be2e-aba0-b8c04af89ef8-8a9c81d4, #w-node-_75bce25c-34e3-816f-19dd-24c251416452-8a9c81d4, #w-node-df8038c2-9b04-d571-66a4-32d38dc0af55-8a9c81d4, #w-node-_3d4e7aeb-0bd0-9c44-c75c-d3eeb794860c-8a9c81d4, #w-node-_1e12023a-e0a8-eeb5-d33b-fd0e2032439f-8a9c81d4, #w-node-a1da86b0-ce68-7bd5-e5de-08b4f83419b3-8a9c81d4, #w-node-_3f28b7bb-3f0e-c829-0f86-049a86f6221b-8a9c81d4, #w-node-_63613267-7bee-4da4-f17e-8836a141ecca-8a9c81d4, #w-node-_0e999646-0e70-3a96-8834-aa825d370181-8a9c81d4, #w-node-_44c25170-888b-b6e2-a608-5b41939cf941-8a9c81d4, #w-node-a02caf6a-023f-6503-32e9-0112787e7167-8a9c81d4, #w-node-e8ec89d6-84c9-6ad1-ac5c-1275a452e194-8a9c81d4, #w-node-_6bcf4147-147e-97e5-b611-74440607719e-8a9c81d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_782bb916-e2f0-8939-c4c1-bc7ae1ba3b7b-8a9c81d4 {
  justify-self: start;
}

#w-node-f2943cb7-9be4-94c7-2a5c-36ed7a12ae1e-d9cbc24a, #w-node-_77d7c8fe-d8cc-c442-6ca2-e8849958720d-d9cbc24a, #w-node-_4dbfbc3a-07f2-f78a-9d09-9e72f0b9f42f-d9cbc24a, #w-node-_524c545c-d4c5-be2e-aba0-b8c04af89ef8-d9cbc24a, #w-node-_75bce25c-34e3-816f-19dd-24c251416452-d9cbc24a, #w-node-df8038c2-9b04-d571-66a4-32d38dc0af55-d9cbc24a, #w-node-_3d4e7aeb-0bd0-9c44-c75c-d3eeb794860c-d9cbc24a, #w-node-_1e12023a-e0a8-eeb5-d33b-fd0e2032439f-d9cbc24a, #w-node-a1da86b0-ce68-7bd5-e5de-08b4f83419b3-d9cbc24a, #w-node-_3f28b7bb-3f0e-c829-0f86-049a86f6221b-d9cbc24a, #w-node-_63613267-7bee-4da4-f17e-8836a141ecca-d9cbc24a, #w-node-_0e999646-0e70-3a96-8834-aa825d370181-d9cbc24a, #w-node-_44c25170-888b-b6e2-a608-5b41939cf941-d9cbc24a, #w-node-a02caf6a-023f-6503-32e9-0112787e7167-d9cbc24a, #w-node-e8ec89d6-84c9-6ad1-ac5c-1275a452e194-d9cbc24a, #w-node-_6bcf4147-147e-97e5-b611-74440607719e-d9cbc24a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63820da5-75eb-d15b-11a3-abc2c07dae9a-d9cbc24a {
  justify-self: start;
}


