:root {
  --grayscale--300: #cbd5e1;
  --grayscale--0: white;
  --grayscale--500: #475569;
  --brand--maximum-red: #da291c;
  --brand--light-steel-blue: #b6b8dc;
  --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--wheat: #efdbb2;
  --grayscale--50-501: #f6f6f9;
  --brand-light--powder-blue-light: #c4e9e0;
  --brand-light--pale-aqua-light: #cde1ee;
  --brand--pale-aqua: #bdd6e6;
  --grayscale--200: #e2e8f0;
  --brand-light--light-steel-blue-light: #c8caf0;
  --brand--powder-blue: #b5e3d8;
  --brand--teal-deer: #8fe2b0;
  --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-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: 90vh;
  min-height: 730px;
  background-color: var(--brand--light-steel-blue);
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.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%;
  max-width: 1600px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-flow: column;
  justify-items: start;
  padding-left: 40px;
  padding-right: 40px;
}

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

.hero_image-container {
  z-index: 1;
  max-height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 80px;
  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;
}

.social_icons_footer {
  width: 24px;
  height: 24px;
}

.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 {
  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 {
  max-width: 1600px;
  margin: 40px auto 0;
  padding-left: 40px;
  padding-right: 40px;
}

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

.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-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: 0;
  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-wrap {
  display: flex;
  position: relative;
}

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

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

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

.sticky-left-container._2 {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.sticky-steps-indicator {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  display: flex;
}

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

.sticky-badge {
  grid-column-gap: 6px;
  background-color: #e0f5eb;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 16px;
  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: 600px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.sticky-img-container._4 {
  background-color: var(--brand--wheat);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-img-container._5 {
  background-color: var(--other--steel);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

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

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

.sticky-steps-container {
  width: 100%;
  height: 300px;
  align-items: flex-start;
  margin-bottom: 80px;
  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 {
  background-color: var(--brand-light--light-steel-blue-light);
  align-items: center;
  padding: 0 60px;
  display: flex;
}

.banner-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

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

.image-37 {
  position: relative;
}

.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 {
  object-fit: contain;
}

.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: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.div-block-67 {
  width: 100%;
  max-height: 900px;
  max-width: 1250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.close-popup {
  width: 54px;
  height: 55px;
  background-color: #f2f2f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5.2%;
  bottom: auto;
  left: auto;
  right: 5.1%;
}

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

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

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

.close-popup-mobile-trick {
  width: 54px;
  height: 55px;
  background-color: #f2f2f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5.2%;
  bottom: auto;
  left: auto;
  right: 5.1%;
}

.div-block-67-mobile {
  width: 100%;
  max-height: 900px;
  max-width: 1250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

@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%;
    align-items: end;
  }

  .hero_grid-right {
    padding-top: 80px;
  }

  .hero_grid-left {
    height: 100%;
    align-items: flex-end;
    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;
  }

  .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-steps-indicator {
    padding-top: 80px;
  }

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

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

  .sticky-img-container._2 {
    height: 702px;
    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);
    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: 332px;
    margin-top: 160px;
  }

  .image-37 {
    top: -80px;
  }

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

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

  .image-38 {
    max-width: 95%;
    object-fit: contain;
    position: static;
  }

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

  .popup, .popup-mobile-trick {
    opacity: 1;
    position: fixed;
  }
}

@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 {
    flex-direction: column-reverse;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-auto-flow: row;
    display: flex;
  }

  .hero_grid-left {
    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 {
    padding-right: 0;
  }

  .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 {
    padding: 40px;
  }

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

  .image-38 {
    max-width: 90%;
  }

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

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

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

@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 {
    height: auto;
    min-height: 700px;
    padding-top: 100px;
  }

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

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

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

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

  .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: 200px;
  }

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

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

  .text-block-2 {
    font-size: 11px;
  }

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

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

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

  .heading_1_60 {
    font-size: 24px;
  }

  .heading_1_60.hero-section {
    margin-bottom: 0;
  }

  .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 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .btn-icn {
    width: 22px;
  }

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

  .subhead_14 {
    text-align: left;
  }

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

  .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: 20px;
    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;
    position: relative;
  }

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

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

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

  .hero_btn-wrap-trick {
    align-items: center;
    display: flex;
  }

  .popup-mobile-trick {
    width: 100vw;
    margin-top: 0;
    display: block;
    position: static;
    top: 0;
  }

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

  .close-popup-mobile-trick {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-67-mobile {
    height: 100%;
    max-height: none;
    justify-content: flex-start;
    top: -1px;
    left: -1px;
  }

  .html-embed-2--mobile {
    height: 100%;
    max-height: none;
    margin-top: -2px;
  }

  .div-block-84 {
    height: 9vh;
  }
}

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

#open-modal.w-node-_83edf24b-f07d-d99e-d691-6c7c01436cce-efb07553, #open-modal.w-node-e70822a0-d14d-f9cd-c59b-2b4233012198-efb07553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_70993573-4949-3957-3269-75bed076e846-efb07553, #w-node-ecdad3a4-7c61-153f-5884-3d79c41975dc-efb07553, #w-node-_09a12d6f-3b23-5a7f-6eb9-a5a3f96806cf-efb07553, #w-node-_72e9ceff-c6e9-c467-578d-39625b0dfb9f-efb07553, #w-node-_6486ef83-ab6f-82a1-fdc5-653a353e6ad7-efb07553, #w-node-_5bcb648f-7210-4ce5-d8c5-294eab82d704-efb07553, #w-node-_940a81b7-3e62-247b-6c68-678936df72ab-efb07553, #w-node-_3a77c381-ae37-1734-9b46-67a2a6a44360-efb07553, #w-node-bc6c4558-d1dc-bc2b-e37b-ae30e4c1bc5d-efb07553, #w-node-_4d8c63cd-841b-1c39-5aa1-77df681cdb3d-efb07553, #w-node-f360bbe2-a3b9-6839-5f99-afcf88f693b5-efb07553, #w-node-a65bbbf7-b1cb-925a-e867-4d6980386a35-efb07553, #w-node-ca4de9e9-88de-6b04-800a-178bae0f8068-efb07553, #w-node-_53a97962-f472-9fa8-ec5e-e7a48445a35b-efb07553, #w-node-_36eec546-97b8-9819-2762-e8b4c547b7e9-efb07553, #w-node-_159a4ce3-2105-8a20-a6db-59182b96b9ff-efb07553, #w-node-_3ea64142-bec0-1434-c943-9ebedc9f0291-efb07553, #w-node-ec698b5b-e53d-39cb-2ac2-5246df0b0afc-efb07553, #w-node-_9b740005-1ec2-b873-247f-00f3a3b801f7-efb07553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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


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