:root {
  --blue: #1d9dff;
  --black: #181818;
  --container-large: 1216px;
  --padding-global: 32px;
}

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

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

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

.hero_tag-text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}

.hero_tag-text.white {
  color: #fff;
}

.button-is-outline {
  color: var(--blue);
  background-color: #fff;
  border: 1px solid #1d9dff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-is-outline:hover {
  background-color: var(--blue);
  color: #fff;
}

.button-is-outline.categories {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  height: auto;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.button-is-outline.categories:hover {
  background-color: var(--blue);
}

.button-is-outline.top {
  border-style: solid;
  height: 56px;
  margin-top: 32px;
  overflow: visible;
}

.button-is-outline.top:hover {
  border-style: solid;
  border-color: #fff;
}

.button-is-outline.top-8 {
  margin-top: 8px;
}

.button-is-outline.top-8:hover {
  border-color: #fff;
}

.button-is-outline.nav {
  background-color: #f6f6f6;
  border-style: none;
  width: 92px;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.button-is-outline.nav:hover {
  color: var(--blue);
  background-color: #fff;
  border-style: solid;
}

.button {
  background-color: var(--blue);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
}

.button.padding-top {
  border: 1px solid var(--blue);
  margin-top: 32px;
}

.button.is-full {
  margin-top: 56px;
}

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

.button.is-black:hover {
  background-color: #fff;
}

.button.top-8 {
  margin-top: 8px;
}

.hero_heading {
  text-align: center;
  max-width: 22ch;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 120%;
}

.hero_heading.feature {
  text-align: left;
}

.hero_heading.blog {
  max-width: none;
}

.hero_heading.post {
  color: #fff;
  max-width: none;
  font-size: 56px;
}

.container-large {
  max-width: var(--container-large);
}

.container-large.padding-top {
  margin-top: 48px;
}

.container-large.dark {
  background-color: #172936;
  border-radius: 30px;
  padding: 80px 60px;
}

.page-wrapper {
  color: #181818;
  background-color: #f6f6f6;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.section_nav {
  background-color: #f6f6f6;
  border-bottom: 1px solid #0000001a;
  height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  position: sticky;
  inset: 0% 0% auto;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1216px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo-link, .nav_logo-link.w--current {
  width: 136px;
}

.nav_menu {
  margin-left: auto;
  margin-right: auto;
}

.nav_link {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--blue);
}

.nav-button {
  color: #fff;
  background-color: #1d9dff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 48px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-button:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
}

.hero_tag {
  background-color: #fff9;
  border: 1px solid #1d9dff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero_tag.post {
  background-color: #0000;
  border-color: #fff;
  width: auto;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-tag {
  color: #1d9dff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-tag.white {
  color: #fff;
  text-align: center;
  text-align: center;
  font-weight: 400;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.heading-small.feature-card {
  margin-top: 56px;
}

.heading-small.card {
  margin-top: 24px;
}

.heading-small.blog-card {
  color: #181818;
  font-size: 24px;
  line-height: 140%;
  transition: all .5s;
}

.heading-small.blog-card:hover {
  color: var(--blue);
}

.heading-small.contact {
  color: #181818;
  margin-top: 24px;
  font-size: 24px;
}

.heading-small.faq {
  font-size: 24px;
  transition: all .5s;
}

.heading-small.faq:hover {
  color: var(--blue);
}

.heading-small.post {
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.heading-small.post-button {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.heading-small.pricing-card {
  color: var(--blue);
  font-size: 30px;
}

.heading-small.pricing-card.white {
  color: #fff;
}

.heading-small.pricing-card.black {
  color: var(--black);
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.heading-medium.white {
  color: #fff;
}

.heading-medium.categories {
  font-size: 42px;
}

.heading-medium.subscribe {
  color: #fff;
  text-align: center;
  max-width: 20ch;
  margin-top: 8px;
}

.heading-medium.cta {
  color: #fff;
  max-width: 20ch;
  margin-top: 8px;
}

.text-size-regular {
  color: #fff;
  max-width: 50ch;
  font-size: 16px;
  line-height: 150%;
}

.text-size-regular.hero-home {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
}

.text-size-regular.card {
  color: #18181899;
  margin-top: 16px;
}

.text-size-regular.card.white {
  color: #fff;
}

.text-size-regular.demo {
  margin-top: 16px;
  display: block;
}

.text-size-regular.hero-feature {
  color: #181818;
  max-width: 54ch;
  margin-top: 24px;
}

.text-size-regular.blog {
  color: #18181899;
  max-width: none;
  margin-top: 8px;
  margin-bottom: auto;
}

.text-size-regular.subscribe {
  text-align: center;
  max-width: 40ch;
  margin-top: 16px;
}

.text-size-regular.link-button {
  color: var(--blue);
  line-height: 140%;
  text-decoration: none;
}

.text-size-regular.back {
  color: var(--black);
}

.text-size-regular.post {
  color: var(--black);
  max-width: none;
}

.text-size-regular.color-gray {
  color: #18181899;
}

.text-size-regular.cta {
  max-width: 40ch;
  margin-top: 16px;
}

.text-size-regular.hero-pricing {
  color: var(--black);
  text-align: center;
  max-width: 64ch;
  margin-top: 24px;
}

.cta_image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50.5rem;
  min-width: 50.5rem;
  height: 35rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 42svw;
  right: 0%;
}

.section-cta {
  background-color: #1d9dff;
  background-image: url("https://cdn.prod.website-files.com/68df737684e3dbb997c2ac58/68df755c71ae8601407e2e59_Frame%2022.svg"), url("https://cdn.prod.website-files.com/68df737684e3dbb997c2ac58/68df7dc19dd3ff8890f3dbaf_Frame%2052.svg");
  background-position: 50%, 100% 14%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  padding: 130px 32px;
  position: relative;
  overflow: clip;
}

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

.cta_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer_link {
  color: #fff;
  width: 100px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--blue);
}

.footer_link.w--current {
  color: var(--blue);
  font-size: 14px;
  line-height: 150%;
}

.footer_socials-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-size-small {
  color: #fff;
  max-width: 36ch;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
}

.text-size-small.black {
  color: var(--black);
  font-weight: 500;
  line-height: 150%;
}

.text-size-small.post-data {
  color: #18181899;
}

.text-size-small.contact {
  color: #18181899;
  margin-top: 4px;
  font-size: 16px;
  line-height: 150%;
}

.text-size-small.post-read-time {
  color: #18181899;
}

.text-size-small.card, .text-size-small.text-color-black {
  color: var(--black);
}

.text-size-small.padding-top {
  margin-top: 32px;
}

.text-size-small.pricing-card {
  color: #181818cc;
  margin-top: 2px;
}

.text-size-small.pricing-card.white {
  color: #fffc;
}

.text-size-small.color-gray {
  color: #181818cc;
}

.footer_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_footer {
  background-color: #202020;
  padding: 80px 32px 152px;
}

.footer_social-icon {
  display: block;
}

.footer_logo-link {
  width: 172px;
}

.footer_logo-link.w--current {
  width: 174px;
}

.footer_logo {
  display: block;
}

.cta-image {
  object-fit: cover;
}

.section_hero-pricing {
  padding: 64px 32px;
}

.hero_content-pricing {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_pricing {
  padding-bottom: 80px;
  padding-left: 32px;
  padding-right: 32px;
}

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

.pricing_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--blue);
  background-color: #f8f9fc;
  border-radius: 30px;
  flex-flow: column;
  padding: 40px 30px;
  display: flex;
}

.pricing_card.fill-blue {
  background-color: var(--blue);
}

.pricing_card.fill-gray {
  background-color: #e3eaf2;
}

.divider {
  background-color: #22242c1a;
  height: 1px;
  margin-top: 24px;
}

.divider.blog {
  background-color: #e3eaf2;
  margin-top: 24px;
  padding-top: 0;
}

.text-size-large {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-size-large.blog_autor-name {
  color: #181818;
  margin-top: 0;
  font-size: 18px;
}

.text-size-large.white {
  color: #fff;
}

.hide {
  width: auto;
  margin-top: 0;
  display: none;
}

.nav_social-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.social-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.flex-down {
  flex-flow: column;
  display: flex;
}

.flex-down._6gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.flex-down._6gap._16bot {
  margin-top: 16px;
}

.couple-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cta_image-wrapper {
    left: auto;
  }

  .h2-sl {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .button-is-outline.categories {
    min-height: 56px;
    font-size: 16px;
  }

  .hero_icon {
    height: 110px;
    left: 35rem;
  }

  .hero_heading {
    font-size: 58px;
  }

  .hero_heading.blog {
    font-size: 48px;
  }

  .hero_heading.post {
    font-size: 46px;
  }

  .container-large.dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-nav {
    justify-content: flex-start;
  }

  .nav_menu {
    opacity: 100;
    background-color: #f6f6f6;
    width: 100svw;
    height: 100svh;
    max-height: 100svh;
    margin-top: 72px;
    padding-top: 60px;
    inset: 0%;
  }

  .nav_link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_toggle {
    background-image: url("https://cdn.prod.website-files.com/68df737684e3dbb997c2ac58/68e8039d5bc02427b54792f1_menu-05.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #1d9dff33;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    padding: 0;
    font-size: 10px;
    transition: all .2s;
  }

  .nav_toggle.w--open {
    background-color: #0000;
    background-image: url("https://cdn.prod.website-files.com/68df737684e3dbb997c2ac58/68e8067ac41c8d5f92ecc2d0_x-02.svg");
    background-position: 50%;
    background-size: auto;
    padding: 0;
    transition: all .5s;
  }

  .nav-button {
    margin-left: auto;
    display: none;
  }

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

  .swiper-wrapper.feature_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-small {
    margin-top: 36px;
  }

  .heading-small.pricing-card, .heading-small.pricing-card.white, .heading-small.pricing-card.black, .heading-small.blog-card, .heading-small.faq, .heading-small.post, .heading-small.post-button, .heading-small.pricing-card, .heading-small.pricing-card.white, .heading-small.pricing-card.black, .heading-small.pricing-card.white, .heading-small.pricing-card.black, .heading-small.blog-card, .heading-small.faq, .heading-small.post, .heading-small.post-button {
    margin-top: 0;
  }

  .heading-medium {
    font-size: 38px;
  }

  .heading-medium.categories {
    font-size: 32px;
  }

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

  .demo_icon-desktop {
    display: none;
  }

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

  .demo_icon-mobile {
    display: none;
  }

  .demo_content.padding-left {
    padding-left: 0;
  }

  .cta_image-wrapper {
    width: auto;
    height: 240px;
  }

  .section-cta {
    background-position: 100% 140%, 50%;
    background-size: contain, cover;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cta_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-size-small.nav-menu {
    color: var(--black);
  }

  .footer_component {
    grid-template-columns: 1.5fr .5fr;
  }

  .video-wrapper {
    width: 100%;
    height: 320px;
  }

  .section_hero-feature {
    background-position: 0 52svh;
    background-size: contain;
    padding-bottom: 0;
  }

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

  .hero_icon-feature {
    width: 100px;
    height: 110px;
    top: -1rem;
    left: 22rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(140deg);
  }

  .hero_image-wrapper-feature {
    width: auto;
    position: static;
  }

  .mobileapp_card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .mobileapp-card-image {
    object-fit: cover;
    object-position: 50% 100%;
    height: 300px;
  }

  .section_webapp {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .webapp-image {
    display: block;
  }

  .webapp_card-wrapper {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .section_rekapai {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rekapai-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cta-image {
    display: block;
  }

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

  .divider.blog {
    margin-top: 24px;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr;
  }

  .categories_grid {
    grid-template-columns: 1.5fr;
  }

  .blog-card-image {
    height: 260px;
  }

  .section_blog {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .section-subcribe {
    background-position: 100% 140%;
    background-size: contain;
  }

  .subscribe-email {
    width: 400px;
  }

  .post_content-grid {
    grid-template-columns: auto;
  }

  .post_link-wrapper {
    width: auto;
  }

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

  .post-share-wrapper {
    margin-left: 0;
  }

  .post-image {
    max-height: 400px;
  }

  .categories-collection-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-2 {
    font-size: 40px;
  }

  .nav_social-wrapper {
    border-top: 1px solid #18181833;
    width: 100%;
    margin-top: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: absolute;
    bottom: 100px;
  }

  .btn-primary {
    white-space: nowrap;
  }

  .btn-primary.small-nav {
    display: none;
  }

  .btn-primary.small-nav.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 16px;
  }

  .couple-buttons {
    margin-left: auto;
  }

  .pop-up-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
  }

  .pop-up-close {
    top: -48px;
    right: 47%;
  }

  .form_embed.pop-up {
    margin-top: 0;
    overflow: visible;
  }

  .pop-up-conteyner {
    width: 90%;
    margin-top: 48px;
  }

  .pop-up-conteyner._w-820 {
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .couple-buttons-v {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .button-is-outline {
    height: 48px;
  }

  .button-is-outline.top {
    margin-top: 24px;
  }

  .hero_icon {
    width: 8%;
    height: auto;
    display: block;
    top: 100%;
    left: 76svw;
    right: auto;
  }

  .button {
    height: 48px;
  }

  .button.padding-top {
    width: 100%;
  }

  .hero_heading {
    font-size: 38px;
  }

  .hero_heading.post {
    font-size: 36px;
  }

  .container-large.dark {
    padding: 32px;
  }

  .section_hero-home {
    padding-top: 60px;
  }

  .swiper-next {
    width: 48px;
    height: 48px;
  }

  .text-tag {
    font-size: 14px;
  }

  .heading-small {
    margin-top: 24px;
    font-size: 24px;
  }

  .heading-small.pricing-card.white {
    margin-top: 0;
  }

  .heading-small.blog-card {
    font-size: 18px;
  }

  .slider_controls_wrapper {
    flex-flow: column;
  }

  .heading-medium {
    font-size: 28px;
  }

  .swiper-prev {
    width: 48px;
    height: 48px;
  }

  .demo {
    margin-top: 56px;
  }

  .demo_icon-desktop {
    display: none;
  }

  .demo_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .demo_component.padding-top {
    margin-top: 60px;
  }

  .text-size-regular {
    font-size: 14px;
  }

  .demo_icon-mobile {
    display: none;
  }

  .cta_image-wrapper {
    height: 200px;
  }

  .section-cta {
    background-position: 100% 120%, 50%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .video-wrapper {
    height: 300px;
  }

  .section_hero-feature {
    background-position: 50% 120%;
    min-height: auto;
  }

  .hero_icon-feature {
    width: 90px;
    height: auto;
    display: block;
    inset: auto auto auto 58svw;
  }

  .rekapai-card-wrapper, .pricing_card-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing_card.fill-gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .categories_grid {
    grid-template-columns: 1.5fr;
  }

  .blog-card-image {
    height: 240px;
  }

  .button-categories {
    height: 56px;
  }

  .section-subcribe {
    background-position: 100% 120%;
  }

  .subscribe-email {
    width: 300px;
  }

  .section_hero-post {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .post-background-wrapper, .post-background {
    height: 100%;
    max-height: none;
  }

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

  .section_post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section_faq-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post_content-grid {
    grid-template-columns: 100%;
  }

  .post_link-wrapper {
    width: auto;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .post_link-relative {
    width: 100%;
  }

  .post-text-wrapper {
    margin-top: 32px;
  }

  .post-image {
    max-height: 300px;
    margin-top: 32px;
  }

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

  .blog-tag-text {
    font-size: 14px;
  }

  .nav_social-wrapper {
    display: flex;
  }

  .btn-primary {
    padding: 16px 20px;
  }

  .btn-primary.small-nav.header-btn-hidde-on-mb {
    display: none;
  }

  .popup-title {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pop-up-close {
    right: 5%;
  }

  .h2-sl {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .button-is-outline {
    width: 100%;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-is-outline.top {
    height: 48px;
  }

  .hero_icon {
    z-index: 10;
    width: 8%;
    height: auto;
    display: block;
    top: 98%;
    left: 41svw;
    right: auto;
  }

  .button {
    width: 100%;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.padding-top {
    width: 100%;
    height: 48px;
  }

  .button.is-full {
    margin-top: 32px;
  }

  .hero_heading {
    max-width: 14ch;
    line-height: 100%;
  }

  .hero_heading.blog, .hero_heading.post {
    max-width: 20ch;
    font-size: 38px;
  }

  .hero_heading.feature {
    text-align: center;
  }

  .hero_heading.contacts {
    max-width: 20ch;
  }

  .hero_heading.blog, .hero_heading.post {
    max-width: 20ch;
    font-size: 38px;
  }

  .container-large.padding-top {
    margin-top: auto;
  }

  .container-large.dark {
    padding: 32px;
  }

  .section_hero-home {
    background-position: 50% 100%, 50%;
    background-size: contain, cover;
    margin-bottom: 0;
    padding: 60px 16px 0;
    display: flex;
  }

  .section_nav {
    z-index: 999;
    padding-left: 16px;
    padding-right: 16px;
    position: sticky;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_logo-link.w--current {
    width: 120px;
  }

  .nav_menu {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 100;
    background-color: #f7f7f7;
    flex-flow: column;
    width: 100svw;
    height: 100svh;
    max-height: 100svh;
    margin-top: 72px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: 0 0% 0%;
  }

  .nav_link {
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
  }

  .nav_toggle {
    border: 1px solid #1d9dff33;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    max-height: 48px;
    padding: 0;
    transition-duration: .1s;
    transition-timing-function: ease-out;
  }

  .nav_toggle.w--open {
    background-color: #0000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    transition-duration: .2s;
  }

  .hero_tag {
    height: 36px;
  }

  .button-group {
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_features {
    padding: 80px 16px;
  }

  .swiper-slide.feature_card {
    min-height: 340px;
  }

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

  .swiper-wrapper.feature_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .swiper-next {
    width: 48px;
    height: 48px;
  }

  .text-tag {
    font-size: 14px;
  }

  .heading-small {
    margin-top: 28px;
    font-size: 24px;
  }

  .heading-small.blog-card, .heading-small.faq, .heading-small.post {
    font-size: 18px;
  }

  .heading-small.feature-card {
    margin-top: 32px;
  }

  .heading-small.pricing-card {
    margin-top: 0;
  }

  .heading-small.blog-card, .heading-small.faq, .heading-small.post {
    font-size: 18px;
  }

  .swiper.is-slider-main {
    margin-top: 48px;
  }

  .slider_controls_wrapper {
    flex-flow: column;
  }

  .heading-medium, .heading-medium.categories, .heading-medium.categories {
    font-size: 28px;
  }

  .swiper-prev {
    width: 48px;
    height: 48px;
  }

  .demo {
    margin-top: 56px;
  }

  .demo_icon-desktop {
    display: none;
  }

  .demo_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-size-regular {
    font-size: 14px;
  }

  .text-size-regular.hero-feature {
    text-align: center;
    text-align: center;
  }

  .section_demo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .demo_icon-mobile {
    width: 26%;
    display: none;
    inset: 48% auto auto 60svw;
    transform: rotateX(0)rotateY(180deg)rotateZ(161deg)rotate(-30deg);
  }

  .cta_image-wrapper {
    height: auto;
    margin-right: -1.25rem;
    position: static;
  }

  .section-cta {
    background-position: 100% 100%, 50%;
    background-size: contain, cover;
    padding: 80px 16px 0;
  }

  .footer_link {
    padding-left: 0;
  }

  .footer_socials-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .text-size-small {
    margin-top: 16px;
  }

  .text-size-small.black, .text-size-small.post-data, .text-size-small.post-read-time, .text-size-small.footer-link {
    margin-top: 0;
  }

  .text-size-small.black, .text-size-small.post-data, .text-size-small.post-read-time, .text-size-small.footer-link {
    margin-top: 0;
  }

  .text-size-small.nav-menu {
    color: var(--black);
  }

  .footer_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.5fr;
  }

  .section_footer {
    padding: 80px 16px 104px;
  }

  .footer_social-icon {
    width: 100%;
  }

  .video-wrapper {
    height: 300px;
  }

  .footer_logo-link {
    width: 136px;
  }

  .footer_logo-link.w--current {
    width: 120px;
  }

  .section_hero-feature {
    background-position: 50% 119%;
    background-size: contain;
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_content-feature {
    justify-content: center;
    align-items: center;
  }

  .hero_icon-feature {
    z-index: 10;
    width: 40px;
    height: auto;
    display: block;
    top: 100%;
    left: 42svw;
    right: auto;
  }

  .section_mobileapp {
    padding: 80px 16px;
  }

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

  .mobileapp-card-image {
    height: 240px;
  }

  .section_webapp {
    padding: 80px 16px;
  }

  .text-size-medium {
    font-size: 16px;
  }

  .webapp-image {
    box-shadow: 0 32px 26px #00000003, 0 36px 22px #0000000d;
  }

  .webapp_card-wrapper {
    grid-template-columns: 1fr;
    margin-top: -12px;
  }

  .section_rekapai {
    padding: 80px 16px;
  }

  .rekapai-card-wrapper {
    grid-template-columns: 1fr;
  }

  .section_hero-pricing {
    padding: 60px 16px;
  }

  .section_pricing {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing_card.fill-gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-size-large {
    font-size: 16px;
  }

  .section_hero-contacts {
    padding: 60px 16px;
  }

  .section_form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-field {
    height: 48px;
    font-size: 16px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }

  .textarea {
    min-height: 80px;
  }

  .section_hero-blog {
    padding: 60px 16px;
  }

  .section_categories {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card-image {
    height: 220px;
  }

  .blog_autor-wrapper {
    justify-content: flex-start;
  }

  .blog_autor-name-wrapper {
    width: 100%;
  }

  .button-categories {
    height: 56px;
  }

  .section_blog {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-subcribe {
    background-position: 100% 100%;
    background-size: contain;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe-form-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .subscribe-email {
    width: 100%;
    height: 48px;
  }

  .subscribe-form {
    width: 100%;
  }

  .section_hero-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post-background-wrapper {
    max-height: none;
  }

  .post-background {
    height: 100%;
    max-height: none;
  }

  .section_hero-faq {
    padding: 60px 16px;
  }

  .section_help {
    padding: 80px 16px;
  }

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

  .section_post {
    padding: 60px 16px;
  }

  .faq-heading-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .faq-button {
    flex: none;
    width: 32px;
    height: 32px;
  }

  .faq-text {
    padding-top: 14px;
    font-size: 14px;
  }

  .post_link-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section_blog-post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-time-wrapper {
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

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

  .blog_tag {
    height: 36px;
  }

  .blog-tag-text {
    font-size: 14px;
  }

  .icon-2 {
    color: #1d9dff;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
  }

  .div-block-18 {
    flex-flow: column;
    padding: 30px 16px;
    display: flex;
  }

  .nav_social-wrapper {
    border-top: 1px solid #18181833;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: absolute;
    inset: auto 0% 100px;
  }

  .social-icon-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .btn-primary, .couple-buttons {
    width: 100%;
  }

  .popup-title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pop-up-wrapper {
    padding-top: 24px;
  }

  .pop-up-close {
    left: auto;
    right: 5%;
  }

  .h2-sl {
    font-size: 28px;
  }

  .pop-up-conteyner {
    padding: 1rem;
  }

  .pop-up-conteyner._w-820 {
    border-radius: 5px;
    padding: 5px;
  }

  .popup {
    display: none;
  }

  .popup-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    padding: 40px 20px 20px;
  }

  .market-link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
  }

  .market-icon {
    width: 20px;
    height: 20px;
  }

  .close-icon {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
  }

  .couple-buttons-v {
    flex-flow: column;
    width: 100%;
  }

  .buttons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}
