:root {
  --grayscale--300: #cbd5e1;
  --grayscale--0: white;
  --grayscale--500: #475569;
  --brand--maximum-red: #da291c;
  --brand--powder-blue: #b5e3d8;
  --grayscale--black: black;
  --other--green-50: #96dcbb;
  --other--green-100: #2eba77;
  --other--green-200: #2cb171;
  --other--orange: #ff9a01;
  --other--brown: #b27846;
  --other--steel: #c2c4df;
  --other--yellow: #ffe352;
  --brand--x11-gray: #bbbcbc;
  --other--blue: #6987eb;
  --other--khaki: #b2bf7d;
  --brand--light-steel-blue: #b6b8dc;
  --brand--wheat: #efdbb2;
  --grayscale--50-501: #f6f6f9;
  --brand-light--powder-blue-light: #c4e9e0;
  --brand--pale-aqua: #bdd6e6;
  --brand-light--pale-aqua-light: #cde1ee;
  --brand--teal-deer: #8fe2b0;
  --grayscale--200: #e2e8f0;
  --brand--dark-vanila: #dcbfa6;
  --brand-light--maximum-red-light: #ec948d;
  --brand-light--teal-deer-light: #9eecbd;
  --brand-light--dark-vanilla-light: #e5cab3;
  --brand-light--wheat-light: #f1e2c0;
  --brand-light--light-steel-blue-light: #c8caf0;
  --brand-dark--maximum-red-dark: #cf271b;
  --brand-dark--powder-blue-dark: #89c8b9;
  --brand-dark--teal-deer-dark: #6faf89;
  --brand-dark--dark-vanilladark: #cba17c;
  --brand-dark--wheat-dark: #d2b985;
  --brand-dark--pale-aqua-dark: #92bbd6;
  --brand-dark--light-steel-blue-dark: #8e91c9;
  --grayscale--jet: #33332f;
  --grayscale--400: #94a3b8;
  --grayscale--100: #f2f2f5;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.np-logo-wrap-1 {
  z-index: 1000;
  width: 200px;
  height: 80px;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.np-logo-wrap-1.w--current {
  z-index: 1000;
  width: 189px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.icon-9 {
  display: none;
}

.wrap_header-1 {
  z-index: 999;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap_header-1.right1 {
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap_header-1.right, .wrap_header-1.right-2 {
  width: auto;
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header_1 {
  z-index: 998;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: block;
  position: relative;
}

.logo-1 {
  height: 42px;
  max-width: none;
}

.language {
  height: 28px;
  border-right: 1px solid var(--grayscale--300);
  color: #4c5866;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.language.hidden {
  height: 24px;
  border-right: 1px solid var(--grayscale--300);
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: none;
}

.dropdown-list-8 {
  display: none;
}

.dropdown-list-8.w--open {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px -9px rgba(0, 0, 0, .26);
}

.header_bg-1 {
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: var(--grayscale--0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link-4 {
  color: var(--grayscale--500);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.dropdown-link-4:hover, .dropdown-link-4.w--current {
  color: #da291c;
}

.dropdown-toggle-7 {
  width: 65px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-7.w--open {
  padding-right: 20px;
}

.header_2 {
  z-index: 998;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: block;
  position: relative;
}

.np-logo-wrap-2 {
  z-index: 998;
  width: auto;
  height: 80px;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
}

.np-logo-wrap-2.w--current {
  z-index: 1000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.header_3 {
  z-index: 998;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: block;
  position: relative;
}

.links {
  grid-column-gap: 28px;
  padding-right: 40px;
  display: flex;
}

.header_link {
  color: var(--grayscale--500);
  text-decoration: none;
}

.inter-medium-12px-caps {
  color: var(--grayscale--500);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 130%;
}

.link-header {
  height: 100%;
  color: var(--grayscale--500);
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.link-header:hover {
  color: #da291c;
}

.link-header.big {
  color: #da291c;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 12px;
  font-weight: 500;
}

.link-header.big:hover {
  color: #c92b1f;
}

.div-block-71 {
  width: 1px;
  height: 24px;
  background-color: rgba(76, 88, 102, .25);
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-72 {
  z-index: 100;
  width: 1px;
  height: 24px;
  background-color: #af4747;
  position: relative;
}

.novaposhta-12px-bold-caps {
  color: var(--brand--maximum-red);
  font-family: Novaposhta, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.wrap_header-links {
  z-index: 999;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap_header-links.right {
  height: 80px;
  width: auto;
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap_header-links.right-3 {
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap_header-2 {
  z-index: 999;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap_header-2.right1 {
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap_header-2.right, .wrap_header-2.right-2 {
  width: auto;
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header_bg-2 {
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: var(--grayscale--0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.np-logo-wrap-3 {
  z-index: 998;
  width: auto;
  height: 80px;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
}

.np-logo-wrap-3.w--current {
  z-index: 1000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.wrap_header-3 {
  z-index: 999;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap_header-3.right {
  height: 80px;
  width: auto;
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap_header-3.right-3 {
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header_bg-3 {
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: var(--grayscale--0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.headers-container {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: auto;
  background-color: var(--brand--powder-blue);
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  padding-top: 80px;
  display: flex;
  overflow: hidden;
}

.body {
  color: var(--grayscale--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.heading_1_60 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

.heading_1_60.hero-section {
  margin-bottom: 20px;
}

.heading_2_46 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 46px;
  line-height: 110%;
}

.heading_3_36 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 36px;
  line-height: 110%;
}

.heading_3_36.bottom40 {
  margin-bottom: 40px;
}

.heading_4_28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.heading_5_24 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.heading_5_24.red {
  color: var(--brand--maximum-red);
}

.heading_5_24.center {
  text-align: center;
}

.heading_6_20 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text-body_16 {
  margin-bottom: 0;
}

.text-body_16.center {
  text-align: center;
}

.text-body_16.medium {
  font-weight: 500;
}

.text-body_18 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.text-body_20 {
  color: var(--grayscale--black);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.text-body_22 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

.subheading_medium_24 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.subheading_medium_24.hero-section {
  margin-bottom: 40px;
}

.div-block-73 {
  background-color: var(--other--green-50);
}

.div-block-74 {
  background-color: var(--other--green-100);
}

.div-block-75 {
  background-color: var(--other--green-200);
}

.div-block-76 {
  background-color: var(--other--orange);
}

.div-block-77 {
  background-color: var(--other--brown);
}

.div-block-78 {
  background-color: var(--other--steel);
}

.div-block-79 {
  background-color: var(--other--yellow);
}

.div-block-80 {
  background-color: var(--brand--x11-gray);
}

.div-block-81 {
  background-color: var(--other--blue);
}

.div-block-82 {
  background-color: var(--other--khaki);
}

.hero-grid {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-left: 151px;
  padding-right: 0;
}

.hero_grid-right {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: -19%;
  display: flex;
  overflow: hidden;
}

.hero_grid-left {
  align-items: center;
  position: relative;
}

.hero_image-container {
  z-index: 1;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero_cta-container {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.hero_btn-wrap {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.button_general {
  width: auto;
  height: 56px;
  grid-column-gap: 12px;
  background-color: var(--grayscale--0);
  color: #da291c;
  letter-spacing: .5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.btn-text, .text-block {
  color: var(--brand--maximum-red);
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.image-34 {
  margin-left: 0;
  margin-right: 0;
}

.social-wrap {
  max-width: 100%;
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-end;
  padding-top: 4px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.subhead_14 {
  color: var(--grayscale--500);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 130%;
}

.subhead_14.black {
  color: var(--grayscale--black);
}

.footer {
  width: 100%;
  max-width: 1600px;
  background-color: var(--grayscale--0);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer_bottom {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 56px;
  display: flex;
}

.footer_bottom._2 {
  max-width: 1740px;
  background-color: #f2f2f5;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 41px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.footer_divider-2 {
  height: 1px;
  max-width: 1600px;
  background-color: #e2e8f0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-bot-wrap-2 {
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-2 {
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.social-4 {
  width: 24px;
}

.inviz {
  display: block;
}

.footer_top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.privacy-policy {
  color: var(--grayscale--500);
  text-decoration: underline;
}

.store-links {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.inter-semibold-12px-caps {
  color: var(--brand--maximum-red);
  letter-spacing: .96px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.inter-semibold-12px-caps.gray {
  color: var(--grayscale--500);
}

.links-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.link-store {
  width: 134px;
  height: 40px;
}

.phones {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.phones-wrap {
  grid-column-gap: 28px;
  display: flex;
}

.phones-column {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.text-body_medium_18 {
  font-size: 18px;
  font-weight: 500;
}

.text-body_medium_18.red, .text-span {
  color: var(--brand--maximum-red);
}

.text-span-2 {
  color: var(--grayscale--black);
}

.footer_divider {
  width: 100%;
  height: 1px;
  background-color: var(--grayscale--300);
}

.steps_4-point {
  grid-row-gap: 60px;
  background-color: var(--brand--light-steel-blue);
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.section {
  width: 100%;
  max-width: 1600px;
  margin: 40px auto 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.margin_0 {
  margin-top: 0;
}

.section_title-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.section_title-wrap.banner-tablet {
  max-width: 667px;
}

.grid-steps_4-point {
  width: 100%;
  grid-column-gap: 76px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.step {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step_text-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.novaposhta-medium-20 {
  text-align: left;
  font-family: Novaposhta, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.novaposhta-medium-20.left {
  text-align: left;
}

.novaposhta-medium-20.center {
  text-align: center;
}

.steps_3-point {
  grid-row-gap: 60px;
  background-color: var(--brand--light-steel-blue);
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.grid-steps_3-point {
  width: 100%;
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.faq-question {
  grid-column-gap: 60px;
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
}

.faq_grid {
  grid-template-rows: auto;
}

.faq-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq {
  background-color: var(--brand--wheat);
  padding: 60px;
}

.link-2 {
  color: #000;
}

.image-32 {
  position: relative;
  top: 2%;
}

.faq-heading {
  width: auto;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text-span-3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -1px;
}

.faq-wrap {
  border-radius: 16px;
}

.faq-icon {
  margin-right: -6px;
}

.body-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-3.bottom-margin-30 {
  color: #000;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.h2-46 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.1;
}

.list-2 {
  color: #000;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 130%;
}

.faq-answer {
  border-bottom: 1px solid #d2b985;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq-answer._2 {
  padding-right: 60px;
}

.list-item-2 {
  color: #000;
}

.faq_left-static {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 38px;
  display: flex;
}

.image-35 {
  max-width: 50%;
}

.paragraph {
  margin-bottom: 30px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  margin-bottom: 20px;
}

.faq-2 {
  background-color: var(--brand--wheat);
  padding: 60px;
}

.faq_grid-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.faq_title {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 38px;
  display: flex;
}

.faq-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.faq-column {
  width: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.section-out-title {
  max-width: 1600px;
  grid-row-gap: 36px;
  flex-direction: column;
  margin: 80px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.faq_title-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.faq_title-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.faq_link {
  color: #da291c;
  letter-spacing: 1px;
  background-color: #fff;
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.faq_link._2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-3 {
  margin-left: 6px;
}

.novaposhta_bold-16 {
  color: var(--brand--maximum-red);
}

.text-18 {
  width: auto;
  max-width: 580px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.paragraph-1 {
  width: auto;
  max-width: 580px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.price-col-left {
  background-color: #bdd6e6;
  justify-content: flex-start;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 18px;
  display: flex;
}

.paragraph-24 {
  width: auto;
  color: #000;
  text-align: left;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.text-16-nova {
  width: auto;
  max-width: 580px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.price-col {
  background-color: #bdd6e6;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.price-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 40px;
}

.price-wrap._2col {
  grid-template-columns: .5fr 1fr;
}

.price-wrap._4col {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.nova-light {
  font-weight: 400;
}

.h2-36 {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 110%;
}

.list-item {
  color: #da291c;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.price-col-gray {
  background-color: #f6f6f9;
  justify-content: center;
  align-items: center;
  padding: 18px 17px;
  display: flex;
}

.text-16 {
  width: auto;
  max-width: 580px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.grid-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 24px;
  margin-bottom: 40px;
}

.list {
  color: #bb3b32;
  font-size: 18px;
  list-style-type: square;
}

.table-section {
  background-color: rgba(255, 255, 255, 0);
  padding: 60px 0 30px;
}

.text-span-4 {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -1px;
}

.light {
  font-weight: 400;
}

.paragraph-25 {
  margin-bottom: 0;
}

.text-body_24 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.text-body_24.bottom8 {
  margin-bottom: 8px;
}

.text-span-5 {
  font-weight: 300;
}

.text-span-6, .text-span-7 {
  font-weight: 500;
}

.inter_semibold-14 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.inter_semibold-14.center {
  text-align: center;
}

.inter_regular-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.text-span-8 {
  font-weight: 500;
}

.header_4 {
  z-index: 998;
  width: 100%;
  height: 80px;
  background-color: var(--grayscale--0);
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-2 {
  height: 42px;
  max-width: none;
  position: relative;
  left: 0;
}

.dropdown-link-5 {
  color: #475569;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.dropdown-link-5:hover, .dropdown-link-5.w--current {
  color: #da291c;
}

.link-header-4 {
  height: 100%;
  color: #475569;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.link-header-4:hover {
  color: #da291c;
}

.link-header-4.cta {
  padding-left: 0;
}

.header_bg-4 {
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.np-logo-wrap-4 {
  z-index: 1000;
  width: auto;
  height: 80px;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  padding: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0;
}

.np-logo-wrap-4.w--current {
  z-index: 1000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.header-links-4 {
  z-index: 999;
  height: 100%;
  grid-column-gap: 28px;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-2 {
  color: var(--brand--maximum-red);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.header__elements {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.phones-columns {
  grid-column-gap: 24px;
  display: flex;
}

.benefits {
  grid-row-gap: 60px;
  background-color: var(--grayscale--50-501);
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.grid-benefits {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-point {
  max-width: 324px;
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.benefits-icon {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
}

.benefits-image {
  min-width: auto;
}

.footer-link {
  color: var(--grayscale--black);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--brand--maximum-red);
}

.sticky-scroll-section {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sticky-scroll-section.tablet {
  display: none;
}

.sticky-scroll-section.desktop {
  margin-bottom: 0;
}

.sticky-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sticky-left {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sticky-right {
  width: 50%;
  height: 100vh;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  bottom: auto;
}

.sticky-left-container {
  width: 100%;
  height: 150vh;
  grid-column-gap: 87px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
}

.sticky-left-container._2 {
  z-index: 1;
  align-items: center;
  display: flex;
}

.sticky-left-container._3, .sticky-left-container._4, .sticky-left-container._5 {
  align-items: center;
  display: flex;
}

.sticky-left-container._6 {
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-left-container._1 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-steps-indicator {
  height: 100vh;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 43vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-text-container {
  width: 100%;
  height: 100vh;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
}

.sticky-text-container._1 {
  height: 100vh;
  justify-content: center;
  padding-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-badge {
  grid-column-gap: 6px;
  background-color: #e0f5eb;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 16px 7px 11px;
  display: flex;
}

.text-link {
  color: var(--brand--maximum-red);
  font-weight: 500;
  text-decoration: none;
}

.text-link.regular {
  font-weight: 400;
}

.badge-icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.novaposhta-medium-16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.novaposhta-medium-16.left {
  text-align: left;
}

.novaposhta-medium-16.center {
  text-align: center;
}

.sticky-line {
  width: 3px;
  height: 16px;
  background-color: var(--grayscale--300);
}

.sticky-line.currrent {
  background-color: var(--brand--maximum-red);
}

.sticky-subhead {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-img-container {
  width: 100%;
  height: 100%;
  background-color: var(--brand--wheat);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 40px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.sticky-img-container._2 {
  background-color: var(--brand--powder-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.sticky-img-container._3 {
  background-color: var(--brand--pale-aqua);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-img-container._4 {
  background-color: var(--brand--teal-deer);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sticky-img-container._5 {
  background-color: var(--brand--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-img-container._1 {
  background-color: var(--brand--wheat);
  flex-direction: column;
  justify-content: center;
}

.sticky-img {
  width: 100%;
  height: 702px;
  object-fit: cover;
  object-position: 60% 50%;
}

.sticky-img._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img._6 {
  object-position: 50% 50%;
}

.sticky-img._1, .sticky-img._2 {
  width: auto;
  height: 100%;
}

.sticky-left-all-steps {
  justify-content: center;
  align-items: center;
  position: relative;
}

.sticky-steps-container {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.list-item-3 {
  list-style: square;
}

.list-3 {
  grid-row-gap: 8px;
  color: var(--brand--maximum-red);
  flex-direction: column;
  display: flex;
}

.note-section {
  max-width: 1600px;
  border-left: 2px solid var(--brand--maximum-red);
  background-color: var(--grayscale--50-501);
  padding: 24px;
}

.text-span-9 {
  color: var(--brand--maximum-red);
}

.table {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.table-text-container {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

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

.table-subhead {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.table-icon {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-item {
  height: 60px;
  background-color: var(--brand--pale-aqua);
  justify-content: center;
  align-items: center;
  padding: 19.5px 12px;
  display: flex;
}

.table-item.gray200 {
  background-color: var(--grayscale--200);
}

.table-item.gray50 {
  background-color: var(--grayscale--50-501);
}

.inter_semibold-16 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.inter_semibold-16.center {
  text-align: center;
}

.examples {
  max-width: 1600px;
  grid-row-gap: 40px;
  display: flex;
}

.examples-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.examples-grid-item {
  height: 100%;
  max-width: 480px;
  flex-direction: column;
  display: flex;
}

.example-img-container {
  height: 230px;
  max-height: 230px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.example-txt-container {
  width: 100%;
  height: 100%;
  max-height: 360px;
  grid-row-gap: 20px;
  background-color: var(--grayscale--50-501);
  flex-direction: column;
  padding: 24px 36px 36px;
  display: flex;
}

.image-36 {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

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

.example-list {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.img-example {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner {
  height: 580px;
  background-color: var(--brand--wheat);
  align-items: center;
  padding: 0 40px 0 0;
  display: flex;
}

.banner-grid {
  width: auto;
  height: 100%;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: stretch;
}

.banner-item {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-37 {
  width: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.banner-subhead {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.banner-link {
  grid-column-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner-link-arrow {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.banner-img-container {
  max-width: 670px;
}

.image-38 {
  width: 100%;
  object-fit: contain;
  align-self: flex-end;
}

.image-39 {
  max-width: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -26%;
  right: auto;
}

.text-en {
  color: var(--grayscale--500);
  font-weight: 500;
}

.link-3 {
  text-decoration: none;
}

.popup {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.bg_pop-up {
  width: auto;
  max-height: 900px;
  max-width: none;
  background-color: var(--grayscale--0);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.close-popup {
  z-index: 5;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 6px;
}

.html-embed-2 {
  width: 100%;
  height: 90vh;
  max-height: 900px;
  max-width: 1250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_general-mob {
  width: auto;
  height: 56px;
  grid-column-gap: 12px;
  background-color: var(--grayscale--0);
  color: #da291c;
  letter-spacing: .5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.np-logo-wrap {
  z-index: 1000;
  width: 200px;
  height: 80px;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.np-logo-wrap.w--current {
  z-index: 1000;
  width: 189px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.dropdown-toggle-8 {
  width: 65px;
  height: 58px;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-8.w--open {
  padding-right: 20px;
}

.wrap_header {
  z-index: 999;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap_header.right {
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-2 {
  z-index: 998;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
  position: fixed;
}

.dropdown-link-6:hover, .dropdown-link-6.w--current {
  color: #da291c;
}

.language-2 {
  color: #4c5866;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 11px 0;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
}

.dropdown-list-9 {
  display: none;
}

.dropdown-list-9.w--open {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px -9px rgba(0, 0, 0, .26);
}

.header_bg {
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-26 {
  max-width: 400px;
  color: #000;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.buttons-wrap {
  width: auto;
  max-width: 494px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 0;
}

.buttons-wrap.mobile {
  display: none;
}

.link-block-17 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-40, .btn_ic {
  max-width: none;
}

.badge_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-top: 12px;
  display: grid;
}

.qr_img {
  width: 100%;
  max-width: 219px;
}

.social-wrap-2 {
  max-width: 100%;
  flex: none;
  justify-content: flex-end;
  padding-top: 4px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social {
  width: 24px;
  height: 24px;
  margin-left: 30px;
}

.pop-up-content {
  max-width: 390px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.image-41 {
  width: 390px;
  height: 390px;
}

.content {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.step-wrap {
  background-color: rgba(181, 227, 216, .4);
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 8px 16px;
  display: inline-block;
}

.scroll-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.content-step2_2 {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-6 {
  z-index: 8;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.section_sticky {
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section_sticky.scroll {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

.step-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.content-step3 {
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-3_3 {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.step-section-wrap-left {
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step-section-wrap-left.second {
  margin-top: 80px;
}

.h2-36-2 {
  max-width: 570px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 110%;
}

.text-20 {
  color: #000;
  font-size: 20px;
  line-height: 130%;
}

.text-20.steps {
  max-width: 550px;
}

.content-step-5 {
  z-index: 7;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-2 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-4 {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.step-section-wrap {
  padding: 40px;
  position: relative;
}

.step-section-wrap.blue {
  height: 700px;
  background-color: #f1e2c0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 13%;
  overflow: hidden;
}

.scroll-right {
  width: 50%;
  height: 4600px;
  position: -webkit-sticky;
  position: sticky;
}

.phone-img {
  z-index: 0;
  width: auto;
  height: 80%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.clear {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clear.off {
  display: none;
}

.div-block-85 {
  grid-column-gap: 87px;
  grid-row-gap: 87px;
  align-items: flex-start;
  display: flex;
}

.space_scroll {
  width: 100%;
  height: 50vh;
}

.sticky-img-1 {
  z-index: 1;
  width: auto;
  height: 74vh;
  object-fit: cover;
  object-position: 60% 50%;
  position: absolute;
}

.sticky-img-1._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img-1._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img-1._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img-1._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img-1._6 {
  object-position: 50% 50%;
}

.sticky-img-1._1, .sticky-img-1._2 {
  width: auto;
  height: 100%;
}

.sticky-img-2 {
  z-index: 2;
  width: auto;
  height: 66vh;
  max-width: none;
  object-fit: cover;
  object-position: 60% 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.sticky-img-2._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img-2._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img-2._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img-2._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img-2._6 {
  object-position: 50% 50%;
}

.sticky-img-2._1, .sticky-img-2._2 {
  width: auto;
  height: 100%;
}

.sticky-img-3 {
  z-index: 3;
  width: auto;
  height: 74vh;
  object-fit: cover;
  object-position: 60% 50%;
  position: absolute;
}

.sticky-img-3._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img-3._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img-3._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img-3._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img-3._6 {
  object-position: 50% 50%;
}

.sticky-img-3._1, .sticky-img-3._2 {
  width: auto;
  height: 100%;
}

.sticky-img-4 {
  z-index: 4;
  width: auto;
  height: 66vh;
  max-width: none;
  object-fit: cover;
  object-position: 60% 50%;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.sticky-img-4._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img-4._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img-4._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img-4._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img-4._6 {
  object-position: 50% 50%;
}

.sticky-img-4._1, .sticky-img-4._2 {
  width: auto;
  height: 100%;
}

.sticky-img-5 {
  z-index: 5;
  width: auto;
  height: 74vh;
  object-fit: cover;
  object-position: 60% 50%;
  position: absolute;
}

.sticky-img-5._2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
}

.sticky-img-5._3 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sticky-img-5._4 {
  width: 100%;
  height: auto;
  max-width: none;
}

.sticky-img-5._5 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.sticky-img-5._6 {
  object-position: 50% 50%;
}

.sticky-img-5._1, .sticky-img-5._2 {
  width: auto;
  height: 100%;
}

.image-42 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-86 {
  width: 100%;
  position: relative;
}

.mock {
  width: auto;
  height: 100%;
  max-width: none;
}

.devices {
  max-width: 1600px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.devices.tablet {
  display: none;
}

.step_wrap {
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step_wrap._2 {
  margin-top: 80px;
}

.content-step-7 {
  z-index: 7;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-8 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.content-step-9 {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.phone-img-2 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

@media screen and (min-width: 1280px) {
  .np-logo-wrap-1.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .icon-9 {
    display: none;
  }

  .language {
    padding: 10px 0;
  }

  .dropdown-list-8 {
    background-color: #080606;
  }

  .dropdown-list-8.w--open {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 13px 4px rgba(0, 0, 0, .08);
  }

  .dropdown-link-4 {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-4:hover {
    color: #d65e55;
  }

  .dropdown-toggle-7 {
    padding-right: 20px;
  }

  .np-logo-wrap-2 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .np-logo-wrap-2.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .np-logo-wrap-3 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .np-logo-wrap-3.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .hero {
    align-items: flex-end;
    padding-top: 80px;
    overflow: hidden;
  }

  .h1-novaposhta-bold-60px {
    font-family: Novaposhta, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
  }

  .novaposhta-bold-46px {
    font-family: Novaposhta, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 110%;
  }

  .heading_1_60 {
    line-height: 110%;
  }

  .heading_5_24 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-body_16 {
    margin-bottom: 0;
  }

  .hero-grid {
    height: 100%;
    grid-column-gap: 0px;
    align-items: center;
  }

  .hero_grid-right {
    padding-top: 0;
  }

  .hero_grid-left {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .hero_image-container {
    max-height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .footer_divider-2 {
    max-width: 1600px;
  }

  .section.margin_0 {
    margin-top: 0;
  }

  .section_title-wrap.banner-tablet {
    max-width: 670px;
  }

  .faq {
    padding: 60px;
  }

  .image-32 {
    top: 4%;
  }

  .faq-2 {
    padding: 60px;
  }

  .table-section {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .dropdown-link-5 {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-5:hover {
    color: #d65e55;
  }

  .np-logo-wrap-4 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .np-logo-wrap-4.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .grid-benefits {
    grid-column-gap: 160px;
  }

  .benefits-image {
    min-width: auto;
  }

  .sticky-left-container {
    height: 150vh;
  }

  .sticky-left-container._2 {
    height: 150vh;
    display: flex;
  }

  .sticky-left-container._3, .sticky-left-container._4, .sticky-left-container._5 {
    display: flex;
  }

  .sticky-left-container._1 {
    height: 150vh;
    display: flex;
  }

  .sticky-steps-indicator {
    padding-top: 42vh;
  }

  .sticky-text-container {
    height: 100vh;
    top: -40px;
  }

  .sticky-subhead {
    max-width: 540px;
  }

  .sticky-img-container {
    height: 100%;
  }

  .sticky-img-container._2 {
    height: 702px;
    align-items: flex-end;
  }

  .sticky-img-container._5 {
    align-items: flex-end;
  }

  .sticky-img._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img._3, .sticky-img._4, .sticky-img._5 {
    height: auto;
  }

  .sticky-steps-container {
    margin-bottom: 40px;
  }

  .examples-grid-item {
    justify-content: flex-start;
  }

  .example-txt-container {
    height: 100%;
    min-height: 257px;
  }

  .banner {
    height: 580px;
    margin-top: 0;
  }

  .banner-item {
    display: block;
  }

  .banner-item.right {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-37 {
    width: 106%;
    height: auto;
    max-width: none;
    top: auto;
    bottom: 5%;
    left: -4%;
    right: auto;
  }

  .banner-subhead {
    max-width: 580px;
    align-items: flex-start;
  }

  .banner-img-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-38 {
    object-fit: contain;
    align-self: flex-end;
    position: static;
  }

  .image-39 {
    max-width: 120%;
    top: 8%;
    left: -27%;
    right: auto;
  }

  .popup {
    opacity: 1;
    position: fixed;
  }

  .np-logo-wrap.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .dropdown-toggle-8 {
    padding-right: 20px;
  }

  .dropdown-link-6 {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-6:hover {
    color: #d65e55;
  }

  .language-2 {
    padding: 10px 0;
  }

  .dropdown-list-9 {
    background-color: #080606;
  }

  .dropdown-list-9.w--open {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 13px 4px rgba(0, 0, 0, .08);
  }

  .buttons-wrap {
    margin-top: 0;
  }

  .badge_wrapper {
    grid-row-gap: 0px;
  }

  .content {
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .content-step2_2 {
    z-index: 3;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .section_sticky.scroll {
    justify-content: space-between;
  }

  .content-step3 {
    z-index: 4;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .content-step-3_3 {
    z-index: 5;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .step-section-wrap-left {
    grid-row-gap: 16px;
    padding-right: 80px;
  }

  .content-step-2 {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .step-section-wrap.blue {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .scroll-right {
    width: 60%;
  }

  .phone-img {
    z-index: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .scroll-text-wrap {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-84 {
    justify-content: space-between;
    display: flex;
  }

  .sticky-img-1._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img-1._3, .sticky-img-1._4, .sticky-img-1._5 {
    height: auto;
  }

  .sticky-img-2 {
    width: auto;
    max-width: none;
  }

  .sticky-img-2._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img-2._3, .sticky-img-2._4, .sticky-img-2._5 {
    height: auto;
  }

  .sticky-img-3._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img-3._3, .sticky-img-3._4, .sticky-img-3._5 {
    height: auto;
  }

  .sticky-img-4 {
    max-width: none;
  }

  .sticky-img-4._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img-4._3, .sticky-img-4._4, .sticky-img-4._5 {
    height: auto;
  }

  .sticky-img-5._2 {
    width: 100%;
    height: auto;
    left: -8%;
  }

  .sticky-img-5._3, .sticky-img-5._4, .sticky-img-5._5 {
    height: auto;
  }

  .image-42 {
    width: 80px;
    margin-top: 7%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .content-step-8 {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }

  .phone-img-2 {
    z-index: 0;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .wrap_header-1.hidden {
    display: none;
  }

  .header_2 {
    padding-left: 10px;
  }

  .header_3 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .link-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-header.big, .div-block-71 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .wrap_header-links.right, .wrap_header-links.hidden, .wrap_header-links.right-3, .wrap_header-2.hidden, .wrap_header-3.right, .wrap_header-3.hidden, .wrap_header-3.right-3 {
    display: none;
  }

  .hero {
    height: auto;
    align-items: flex-start;
    padding-top: 160px;
  }

  .heading_1_60 {
    text-align: center;
  }

  .heading_3_36 {
    line-height: 110%;
  }

  .text-body_16.custom-weight {
    max-width: 570px;
  }

  .subheading_medium_24 {
    text-align: center;
    font-size: 20px;
  }

  .hero-grid {
    max-width: 600px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-auto-flow: row;
    padding-left: 0;
    display: flex;
  }

  .hero_grid-right {
    height: 500px;
    order: -1;
    align-items: center;
    margin-right: 0%;
  }

  .hero_grid-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_image-container {
    justify-content: center;
  }

  .hero_btn-wrap {
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
  }

  .footer_bottom {
    align-items: center;
  }

  .links-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .phones {
    flex-direction: column;
  }

  .steps_4-point {
    padding: 40px;
  }

  .section_title-wrap.banner-tablet {
    max-width: 560px;
  }

  .grid-steps_4-point {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .steps_3-point {
    padding: 40px;
  }

  .grid-steps_3-point {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .faq_grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .faq-grid {
    grid-row-gap: 20px;
  }

  .faq {
    padding: 40px;
  }

  .image-32 {
    width: 320px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
  }

  .h2-46 {
    font-size: 36px;
  }

  .faq_left-static {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding-right: 0;
  }

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

  .faq-2 {
    padding: 40px;
  }

  .faq_grid-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .faq_title {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .faq-grid-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .section-out-title {
    grid-row-gap: 32px;
  }

  .faq_title-2 {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .faq_title-3 {
    grid-row-gap: 20px;
    flex-direction: row;
    margin-bottom: 0;
    padding-right: 0;
  }

  .paragraph-24 {
    width: 80%;
    line-height: 1.3;
  }

  .table-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .header_4 {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .logo-2 {
    left: -13px;
  }

  .link-header-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-header-4.cta {
    min-width: 150px;
  }

  .header-links-4 {
    display: none;
  }

  .phones-columns {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .benefits {
    grid-row-gap: 40px;
    padding: 40px;
  }

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

  .sticky-scroll-section.tablet {
    grid-row-gap: 40px;
    display: flex;
  }

  .sticky-scroll-section.desktop, .sticky-left {
    display: none;
  }

  .sticky-right {
    width: 100%;
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-left-container._2, .sticky-left-container._3, .sticky-left-container._4, .sticky-left-container._5, .sticky-left-container._6 {
    position: static;
  }

  .sticky-steps-indicator {
    display: none;
  }

  .sticky-text-container {
    height: auto;
    padding-right: 0;
  }

  .sticky-text-container._1 {
    height: auto;
    padding-bottom: 0;
    position: relative;
  }

  .sticky-badge {
    margin-bottom: 0;
  }

  .sticky-img-container {
    width: 100%;
    height: 702px;
  }

  .sticky-img._2 {
    bottom: 11px;
    left: -6%;
  }

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

  .examples-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .examples-grid-item {
    max-width: none;
  }

  .example-txt-container {
    height: auto;
  }

  .banner {
    height: auto;
    padding: 60px 20px 0;
  }

  .banner-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .banner-item.img {
    width: 340px;
  }

  .image-37 {
    width: 100%;
    height: auto;
    max-width: none;
    align-self: center;
    position: relative;
  }

  .image-38 {
    align-self: center;
    margin-bottom: -12%;
  }

  .image-39 {
    max-width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .right-container {
    width: 100%;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .popup {
    display: none;
  }

  .link-4 {
    text-decoration: none;
  }

  .dropdown-list-9 {
    display: none;
  }

  .paragraph-26 {
    text-align: center;
  }

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

  .buttons-wrap.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: start;
    align-self: center;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .link-block-17.desktop {
    display: none;
  }

  .badge_wrapper {
    grid-row-gap: 0px;
    margin-bottom: 8px;
  }

  .div-block-83.desktop {
    display: none;
  }

  .scroll-left {
    width: 100%;
    position: relative;
    top: auto;
  }

  .section_sticky.scroll {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .step-section-wrap-left {
    height: auto;
    align-items: flex-start;
  }

  .step-section-wrap.blue {
    width: auto;
    height: auto;
    background-color: rgba(241, 226, 192, 0);
    margin-top: 0;
    padding: 0;
    position: relative;
    top: auto;
  }

  .scroll-right {
    width: 100%;
    height: auto;
    display: none;
  }

  .phone-img {
    position: absolute;
  }

  .sticky-img-1._2, .sticky-img-2._2, .sticky-img-3._2, .sticky-img-4._2, .sticky-img-5._2 {
    bottom: 11px;
    left: -6%;
  }

  .devices.tablet {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .step_wrap {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .phone-img-2 {
    position: absolute;
  }

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

@media screen and (max-width: 767px) {
  .np-logo-wrap-1.w--current {
    width: 148px;
    margin-left: 63px;
    margin-right: auto;
  }

  .wrap_header-1.right1, .wrap_header-1.right, .wrap_header-1.right-2 {
    width: 80px;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .logo-1 {
    width: 190px;
  }

  .language {
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-toggle-7 {
    padding-right: 20px;
  }

  .np-logo-wrap-2.w--current {
    width: 148px;
    margin-left: 63px;
    margin-right: auto;
  }

  .wrap_header-links {
    display: none;
  }

  .wrap_header-links.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .wrap_header-links.right-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    padding-left: 40px;
    display: none;
  }

  .wrap_header-2.right1 {
    justify-content: flex-end;
    display: block;
  }

  .wrap_header-2.right, .wrap_header-2.right-2 {
    width: 80px;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .np-logo-wrap-3.w--current {
    width: 148px;
    margin-left: 63px;
    margin-right: auto;
  }

  .wrap_header-3 {
    display: none;
  }

  .wrap_header-3.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .wrap_header-3.right-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    padding-left: 40px;
    display: none;
  }

  .hero {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_1_60.hero-section {
    font-size: 36px;
  }

  .heading_3_36 {
    font-size: 24px;
  }

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

  .subheading_medium_24.hero-section {
    font-size: 14px;
  }

  .hero-grid {
    height: auto;
  }

  .hero_grid-right {
    height: 400px;
  }

  .hero_grid-left {
    max-width: 400px;
  }

  .social-wrap {
    justify-content: flex-end;
  }

  .subhead_14 {
    text-align: left;
    margin-top: 0;
  }

  .subhead_14.black {
    margin-top: 0;
  }

  .footer {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_bottom {
    flex-direction: column;
  }

  .footer_bottom._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bot-wrap-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 40px;
  }

  .copyright-wrap {
    width: auto;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .social-2 {
    margin-right: 0;
  }

  .footer_top {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .store-links {
    align-items: flex-start;
  }

  .links-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .phones-wrap {
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .steps_4-point {
    padding: 20px;
  }

  .section {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-steps_4-point {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .novaposhta-medium-20, .novaposhta-medium-20.center {
    font-size: 16px;
  }

  .steps_3-point {
    padding: 20px;
  }

  .grid-steps_3-point {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .faq_grid {
    grid-row-gap: 40px;
  }

  .faq {
    padding: 20px;
  }

  .faq-heading {
    line-height: 1.4;
  }

  .text-span-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .h2-46 {
    font-size: 26px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .faq-2 {
    padding: 20px;
  }

  .faq_grid-2 {
    grid-row-gap: 40px;
  }

  .section-out-title {
    grid-row-gap: 24px;
  }

  .novaposhta_bold-16 {
    display: none;
  }

  .paragraph-1 {
    max-width: 511px;
    font-size: 16px;
    line-height: 22px;
  }

  .price-col-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-24 {
    font-size: 20px;
    font-weight: 500;
  }

  .price-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-wrap {
    margin-bottom: 40px;
  }

  .h2-36 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }

  .list-item {
    line-height: 17px;
  }

  .table-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .header_4 {
    height: 60px;
    justify-content: flex-start;
    display: flex;
  }

  .logo-2 {
    left: -15px;
  }

  .header_bg-4 {
    height: 60px;
  }

  .np-logo-wrap-4 {
    width: 100%;
    position: relative;
  }

  .np-logo-wrap-4.w--current {
    width: 148px;
    height: 60px;
    margin-left: 0;
    margin-right: auto;
  }

  .header-links-4 {
    display: none;
  }

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

  .benefits-point {
    max-width: none;
    align-items: center;
  }

  .sticky-right {
    grid-row-gap: 60px;
  }

  .novaposhta-medium-16, .novaposhta-medium-16.center {
    font-size: 16px;
  }

  .sticky-img-container {
    height: 550px;
  }

  .sticky-img-container._2 {
    height: 550px;
    background-color: var(--brand-light--powder-blue-light);
    align-items: flex-end;
  }

  .sticky-img-container._3 {
    background-color: var(--brand-light--pale-aqua-light);
  }

  .sticky-img-container._4 {
    background-color: var(--brand--wheat);
  }

  .sticky-img-container._5 {
    background-color: var(--other--steel);
  }

  .sticky-img._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img._3, .sticky-img._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .banner-grid {
    height: auto;
  }

  .banner-item.img {
    width: 100%;
    max-width: 340px;
  }

  .image-38 {
    width: auto;
    height: 130%;
    max-width: none;
  }

  .right-container {
    grid-row-gap: 20px;
  }

  .np-logo-wrap.w--current {
    width: 148px;
    margin-left: 63px;
    margin-right: auto;
  }

  .dropdown-toggle-8 {
    padding-right: 20px;
  }

  .wrap_header.right {
    justify-content: flex-end;
    display: block;
  }

  .language-2 {
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    max-width: 450px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .buttons-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .buttons-wrap.mobile {
    margin-top: 8px;
  }

  .btn_ic {
    width: 160px;
  }

  .badge_wrapper {
    grid-row-gap: 0px;
    margin-bottom: 8px;
  }

  .social-wrap-2 {
    order: -1;
    justify-content: flex-end;
  }

  .social {
    margin-right: 30px;
  }

  .section_sticky {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_sticky.scroll {
    margin-top: auto;
    padding-top: 60px;
  }

  .h2-36-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }

  .sticky-img-1._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img-1._3, .sticky-img-1._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img-1._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .sticky-img-2._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img-2._3, .sticky-img-2._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img-2._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .sticky-img-3._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img-3._3, .sticky-img-3._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img-3._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .sticky-img-4._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img-4._3, .sticky-img-4._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img-4._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .sticky-img-5._2 {
    width: 100%;
    height: auto;
    bottom: -3%;
    left: -6%;
  }

  .sticky-img-5._3, .sticky-img-5._4 {
    height: auto;
    max-width: 120%;
  }

  .sticky-img-5._5 {
    height: auto;
    max-width: 110%;
    object-fit: contain;
  }

  .devices {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .devices.tablet {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .step_wrap._2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .np-logo-wrap-1 {
    width: 120px;
    height: 60px;
  }

  .np-logo-wrap-1.w--current {
    width: 124px;
    height: 60px;
    margin-left: auto;
  }

  .wrap_header-1.right1 {
    width: 60px;
    height: 60px;
  }

  .wrap_header-1.right, .wrap_header-1.right-2 {
    width: 60px;
    height: 60px;
    padding-left: 0;
  }

  .logo-1 {
    width: 160px;
    height: 32px;
  }

  .language {
    border-right-width: 0;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_bg-1 {
    height: 60px;
  }

  .header_2 {
    padding-left: 0;
  }

  .np-logo-wrap-2 {
    height: 60px;
  }

  .np-logo-wrap-2.w--current {
    width: 124px;
    height: 60px;
    margin-left: 61px;
  }

  .header_3 {
    padding-left: 0;
  }

  .wrap_header-links.right, .wrap_header-2.right, .wrap_header-2.right-2 {
    width: 60px;
    height: 60px;
    padding-left: 0;
  }

  .header_bg-2, .np-logo-wrap-3 {
    height: 60px;
  }

  .np-logo-wrap-3.w--current {
    width: 124px;
    height: 60px;
    margin-left: 61px;
  }

  .wrap_header-3.right {
    width: 60px;
    height: 60px;
    padding-left: 0;
  }

  .header_bg-3 {
    height: 60px;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_1_60, .heading_3_36 {
    font-size: 24px;
  }

  .text-body_16.center {
    line-height: 130%;
  }

  .text-body_16.medium.center {
    font-size: 12px;
  }

  .text-body_20 {
    font-size: 18px;
    line-height: 130%;
  }

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

  .subheading_medium_24 {
    font-size: 14px;
  }

  .hero-grid {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_grid-right {
    height: 340px;
    overflow: hidden;
  }

  .hero_image-container {
    padding-top: 10px;
  }

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

  .hero_btn-wrap {
    align-items: center;
  }

  .button_general {
    width: auto;
    height: 48px;
    grid-column-gap: 8px;
    padding: 12px 20px;
    font-size: 12px;
    display: none;
  }

  .btn-icn {
    width: 22px;
    max-width: 20%;
  }

  .social-wrap {
    grid-column-gap: 24px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .subhead_14 {
    text-align: center;
  }

  .footer {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_bottom {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .footer_divider-2 {
    margin-bottom: 0;
    display: none;
  }

  .footer-bot-wrap-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright-wrap {
    width: auto;
    margin-top: 0;
  }

  .social-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_top {
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .steps_4-point {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-steps_4-point {
    grid-row-gap: 36px;
  }

  .novaposhta-medium-20 {
    font-size: 16px;
  }

  .steps_3-point {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .grid-steps_3-point {
    grid-row-gap: 36px;
  }

  .faq-question {
    justify-content: flex-end;
  }

  .faq-grid {
    width: 100%;
  }

  .image-32 {
    width: 200px;
    margin-top: -20px;
  }

  .faq-heading {
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.3;
  }

  .body-3.bottom-margin-30 {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .h2-46 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }

  .list-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .faq_left-static, .faq_title {
    margin-bottom: 0;
  }

  .faq-grid-2 {
    width: 100%;
  }

  .section-out-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq_title-2, .faq_title-3 {
    margin-bottom: 0;
  }

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

  .paragraph-1 {
    font-size: 16px;
    line-height: 1.3;
  }

  .paragraph-1:hover {
    color: #000;
  }

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

  .price-col-left.center {
    justify-content: center;
  }

  .paragraph-24 {
    width: auto;
    font-size: 16px;
  }

  .text-16-nova {
    text-align: left;
    font-size: 14px;
  }

  .text-16-nova.center {
    text-align: center;
  }

  .price-col {
    justify-content: flex-start;
  }

  .price-col.center {
    justify-content: center;
  }

  .price-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.75fr 1fr;
  }

  .price-wrap._2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .price-wrap._4col {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 1fr;
  }

  .h2-36 {
    margin-bottom: 20px;
  }

  .text-16 {
    text-align: left;
    font-size: 14px;
  }

  .text-16.center {
    text-align: center;
  }

  .grid-15 {
    flex-direction: column;
    display: flex;
  }

  .list {
    padding-left: 32px;
  }

  .header_4 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-2 {
    height: 32px;
    left: auto;
  }

  .link-header-4.cta {
    display: none;
  }

  .header_bg-4 {
    height: 60px;
  }

  .np-logo-wrap-4 {
    height: 60px;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .np-logo-wrap-4.w--current {
    width: 124px;
    height: 60px;
    margin-left: 0;
  }

  .header__elements {
    display: flex;
  }

  .benefits {
    padding: 20px;
  }

  .grid-benefits {
    grid-row-gap: 28px;
  }

  .benefits-point {
    grid-column-gap: 16px;
  }

  .sticky-scroll-section.tablet {
    grid-row-gap: 40px;
    padding-top: 20px;
  }

  .sticky-text-container._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .sticky-img-container, .sticky-img-container._2, .sticky-img {
    height: 320px;
  }

  .sticky-img._2 {
    width: 100%;
  }

  .table-item {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
  }

  .inter_semibold-16.center {
    font-size: 12px;
    line-height: 110%;
  }

  .examples-grid {
    grid-row-gap: 20px;
  }

  .example-txt-container {
    padding: 20px 20px 28px;
  }

  .banner {
    padding: 20px 20px 0;
  }

  .banner-item.img {
    width: 100%;
    max-width: 340px;
  }

  .image-37 {
    max-width: 110%;
  }

  .banner-subhead {
    align-items: flex-start;
  }

  .banner-link {
    grid-column-gap: 4px;
    align-items: center;
  }

  .banner-img-container {
    width: auto;
    max-width: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-39 {
    top: 5%;
    left: -15%;
  }

  .button_general-mob {
    width: auto;
    height: 48px;
    grid-column-gap: 8px;
    padding: 12px 20px;
    font-size: 12px;
    display: flex;
  }

  .np-logo-wrap {
    width: 120px;
    height: 60px;
  }

  .np-logo-wrap.w--current {
    width: 124px;
    height: 60px;
    margin-left: auto;
  }

  .language-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_bg {
    height: 60px;
  }

  .buttons-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .buttons-wrap.mobile {
    max-width: none;
    display: flex;
  }

  .link-block-17 {
    max-width: 170px;
  }

  .badge_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .badge_wrapper.rows {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    display: grid;
  }

  .social-wrap-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .social {
    margin-left: 20px;
    margin-right: 20px;
  }

  .step-wrap {
    width: 83px;
    background-color: rgba(181, 227, 216, .4);
    border-radius: 20px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 4px 12px;
    display: flex;
  }

  .scroll-left {
    top: auto;
  }

  .section_sticky {
    padding-right: 20px;
  }

  .section_sticky.scroll {
    margin-top: auto;
    padding-top: 40px;
  }

  .step-text {
    font-size: 16px;
    font-weight: 500;
  }

  .h2-36-2 {
    margin-bottom: 10px;
  }

  .step-section-wrap.blue {
    margin-top: 0;
    padding: 0;
    top: auto;
  }

  .scroll-right {
    height: auto;
  }

  .sticky-img-1 {
    height: 320px;
  }

  .sticky-img-1._2 {
    width: 100%;
  }

  .sticky-img-2 {
    height: 320px;
  }

  .sticky-img-2._2 {
    width: 100%;
  }

  .sticky-img-3 {
    height: 320px;
  }

  .sticky-img-3._2 {
    width: 100%;
  }

  .sticky-img-4 {
    height: 320px;
  }

  .sticky-img-4._2 {
    width: 100%;
  }

  .sticky-img-5 {
    height: 320px;
  }

  .sticky-img-5._2 {
    width: 100%;
  }

  .devices {
    padding-right: 20px;
  }

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

#w-node-a7db41cc-1628-bde6-b6eb-2689debf7bec-e6357b1f {
  align-self: center;
}

#w-node-cf42d057-1697-271b-cac9-3487409042ce-e6357b1f, #w-node-cf42d057-1697-271b-cac9-3487409042d0-e6357b1f, #w-node-cf42d057-1697-271b-cac9-3487409042d2-e6357b1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e479dec5-7d98-4541-9c1d-505d92cf28d4-e6357b1f {
  align-self: auto;
  justify-self: end;
}

#w-node-_9b740005-1ec2-b873-247f-00f3a3b801f7-e6357b1f, #w-node-ec698b5b-e53d-39cb-2ac2-5246df0b0afc-e6357b1f, #w-node-_7c3e1fcc-30b8-83d8-f71d-226f5e4659f6-e6357b1f, #w-node-bc68d545-66e4-ff6a-661d-8288a3386eb2-e6357b1f, #w-node-f501ddb6-ed11-aa1d-d271-0184e5d9211b-e6357b1f, #w-node-f501ddb6-ed11-aa1d-d271-0184e5d9211d-e6357b1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-a7db41cc-1628-bde6-b6eb-2689debf7bec-e6357b1f {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b740005-1ec2-b873-247f-00f3a3b801f7-e6357b1f {
    justify-self: center;
  }

  #w-node-ec698b5b-e53d-39cb-2ac2-5246df0b0afc-e6357b1f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec698b5b-e53d-39cb-2ac2-5246df0b0afc-e6357b1f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d465aad-41d6-b200-7d1e-475bb4a5c447-e6357b1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.woff2') format('woff2'), url('../fonts/Inter-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Inter-BoldItalic.woff') format('woff'), url('../fonts/Inter-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalic.woff2') format('woff2'), url('../fonts/Inter-LightItalic.woff2') format('woff2'), url('../fonts/Inter-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2'), url('../fonts/Inter-italic.var.woff2') format('woff2'), url('../fonts/Inter-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.var.woff2') format('woff2'), url('../fonts/inter.css') format('undefined'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2'), url('../fonts/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalic.woff2') format('woff2'), url('../fonts/Inter-ThinItalic.woff2') format('woff2'), url('../fonts/Inter-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2'), url('../fonts/Inter-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Roman';
  src: url('../fonts/Inter-roman.var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Regular.woff') format('woff'), url('../fonts/NovaPoshta-RegularCond.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}