:root {
  --grayscale--500: #475569;
  --brand--maximum-red: #da291c;
  --brand-light--powder-blue-light: #c4e9e0;
  --grayscale--black: black;
  --grayscale--0: white;
  --grayscale--300: #cbd5e1;
  --brand--light-steel-blue: #b6b8dc;
  --brand--wheat: #efdbb2;
  --brand-light--light-steel-blue-light: #c8caf0;
  --brand-dark--light-steel-blue-dark: #8e91c9;
  --brand-light--pale-aqua-light: #cde1ee;
  --brand--teal-deer: #8fe2b0;
  --brand--powder-blue: #b5e3d8;
  --brand-dark--wheat-dark: #d2b985;
  --grayscale--jet: #33332f;
  --brand--dark-vanila: #dcbfa6;
  --brand--pale-aqua: #bdd6e6;
  --brand--x11-gray: #bbbcbc;
  --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--pale-aqua-dark: #92bbd6;
  --grayscale--400: #94a3b8;
  --grayscale--200: #e2e8f0;
  --grayscale--100: #f2f2f5;
  --grayscale--50-501: #f6f6f9;
  --other--green-50: #96dcbb;
  --other--green-200: #2cb171;
  --other--green-100: #2eba77;
  --other--orange: #ff9a01;
  --other--brown: #b27846;
  --other--steel: #c2c4df;
  --other--yellow: #ffe352;
  --other--blue: #6987eb;
  --other--khaki: #b2bf7d;
}

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

.icon-9 {
  display: none;
}

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

.language.hidden, .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);
}

.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;
  height: 58px;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

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

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

.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);
  letter-spacing: .6px;
  font-family: Novaposhta, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.hero {
  width: 100%;
  height: 90vh;
  min-height: 647px;
  background-color: var(--brand-light--powder-blue-light);
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 80px;
  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 {
  color: var(--grayscale--black);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

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

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

.text-body_18 {
  margin-bottom: 0;
  font-size: 18px;
}

.text-body_20 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.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;
  display: none;
}

.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;
  align-items: center;
  justify-items: start;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.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);
  display: none;
}

.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;
  min-height: 24px;
  min-width: 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%;
}

.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: 16px;
  flex-direction: column;
  display: flex;
}

.phones-column._2 {
  padding-top: 30px;
}

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

.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._0 {
  margin-top: 0;
}

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

.grid-steps_4-point {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.step {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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);
}

.novaposhta_bold-16.black {
  color: var(--grayscale--black);
  font-weight: 700;
}

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

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

.inter-semibold-12px-caps-2 {
  color: #da291c;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.footer-link {
  color: #000;
  text-decoration: none;
}

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

.header {
  z-index: 998;
  width: 100%;
  height: 80px;
  background-color: #fff;
  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%;
}

.burger-menu {
  display: none;
}

.text-en {
  color: #475569;
  font-weight: 500;
}

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

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

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

.image-41 {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.dropdown-toggle-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.header-cta-text {
  color: #da291c;
  letter-spacing: .65px;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.header-link-mob {
  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;
}

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

.header-link-mob.cta-mob {
  padding-left: 0;
  display: block;
}

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

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

.header-link {
  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;
}

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

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

.header-link.hidden {
  display: none;
}

.header-links {
  z-index: 999;
  height: 100%;
  grid-column-gap: 16px;
  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;
}

.np-logo-wrap {
  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.w--current {
  z-index: 1000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

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

.promocode {
  background-color: #e5cab3;
}

.promocode-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  padding: 10px 60px;
}

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

.image-42 {
  position: relative;
  bottom: -20px;
}

.conditions {
  background-color: var(--brand-light--light-steel-blue-light);
  padding: 60px;
  display: none;
}

.promocode-list {
  grid-row-gap: 20px;
  color: var(--brand--maximum-red);
  flex-direction: column;
  margin-top: 40px;
  padding-left: 15px;
  display: flex;
}

.conditions-bottom {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.promo-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  display: flex;
}

.promo-grid-item {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.promo-divider {
  width: 1px;
  height: 130px;
  background-color: var(--brand-dark--light-steel-blue-dark);
}

.how-use-wrap {
  padding-top: 40px;
}

.how-use-fixed {
  z-index: 1500;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.btn {
  border: 1px solid var(--brand-light--pale-aqua-light);
  color: var(--grayscale--black);
  border-radius: 58px;
  padding: 15px 20px;
  text-decoration: none;
}

.btn:hover {
  background-color: var(--brand-light--pale-aqua-light);
}

.btn.w--current {
  background-color: var(--brand-light--powder-blue-light);
}

.btn._2.w--current {
  background-color: var(--brand-light--pale-aqua-light);
}

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

.how-use-scrolled {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.how-option {
  background-color: var(--brand-light--pale-aqua-light);
  padding: 60px;
}

.how-option._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.option-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.how-grid-item._2-1 {
  padding-bottom: 20px;
}

.how-grid-item.viber {
  max-width: 60%;
}

.how-grid-item.viber-text {
  padding-top: 60px;
}

.how-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.how-title-wrap._1 {
  display: flex;
}

.list-3 {
  grid-row-gap: 30px;
  color: var(--grayscale--black);
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.image-43 {
  width: 40px;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: -13%;
}

.image-44 {
  width: 30px;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.image-44.viber2 {
  top: 59%;
  right: -20%;
}

.image-44.viber1 {
  top: 59%;
  right: 104%;
}

.image-45 {
  width: 50px;
  position: absolute;
  top: auto;
  bottom: 28%;
  left: -16%;
  right: auto;
}

.image-45._2 {
  width: 90px;
  bottom: 72%;
  left: -26%;
}

.image-45._3 {
  width: 20px;
  display: block;
  bottom: 5%;
  left: -10%;
}

.how-option-2 {
  background-color: var(--brand--teal-deer);
  padding: 60px 0 0 60px;
}

.how-option-2._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.how-use-content {
  width: 100%;
  max-width: 1520px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.how-option-3 {
  background-color: var(--brand--wheat);
  padding: 60px 80px 0 60px;
}

.how-option-3._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.image-46 {
  width: 40px;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.where-wrap {
  padding-top: 0;
}

.when-fixed {
  z-index: 1500;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.when-content {
  width: 100%;
  max-width: 1520px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.when-scrolled {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.btn-2 {
  border: 1px solid var(--brand--powder-blue);
  color: var(--grayscale--black);
  border-radius: 58px;
  padding: 15px 20px;
  text-decoration: none;
}

.btn-2:hover, .btn-2.w--current {
  background-color: var(--brand-light--powder-blue-light);
}

.where-option {
  background-color: var(--brand-light--powder-blue-light);
  padding: 60px 80px 0 60px;
}

.where-option._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.where-option-2 {
  grid-row-gap: 30px;
  background-color: var(--brand--wheat);
  flex-direction: column;
  padding: 60px;
  display: none;
}

.where-option-2._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

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

.tabs {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.tabs-menu {
  width: 50%;
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

.tabs-content {
  width: 50%;
  margin-left: 20px;
}

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

.tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 20px;
}

.tab.w--current {
  background-color: var(--brand-dark--wheat-dark);
}

.tab-img {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-img-indicator {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.line-indicator {
  width: 3px;
  height: 16px;
  background-color: var(--brand-dark--wheat-dark);
}

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

.information {
  background-color: var(--grayscale--0);
  margin-top: 80px;
  display: none;
}

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

.info-grid-item._1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-4 {
  grid-row-gap: 12px;
  color: var(--brand--maximum-red);
  flex-direction: column;
  padding-left: 15px;
  display: flex;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  list-style: square;
}

.list-item-7 {
  font-weight: 700;
}

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

.image-52, .image-53, .image-54 {
  position: relative;
}

.information-tablet {
  background-color: var(--grayscale--0);
  margin-top: 80px;
  display: none;
}

.information-grid-tablet {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.where-tabs-btns {
  grid-column-gap: 8px;
  display: flex;
}

.text-body_16_jet-color {
  color: var(--grayscale--jet);
  margin-bottom: 0;
  font-weight: 400;
}

.text-body_16_jet-color.center {
  text-align: center;
}

.text-body_16_jet-color.medium {
  font-weight: 500;
}

.mobile-phones {
  display: none;
}

.my-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.text-list-number {
  color: var(--grayscale--black);
  font-family: Novaposhta, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.image-56, .phones2 {
  display: none;
}

.where-option-2-mobile {
  grid-row-gap: 30px;
  background-color: var(--brand--wheat);
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.where-option-2-mobile._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.mobile-section-step._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.mobile-section-step._2, .mobile-section-step._3 {
  display: none;
}

.where-tabs-mobile {
  grid-column-gap: 8px;
  flex-direction: column;
  display: flex;
}

.where-option-viber {
  background-color: var(--brand-light--light-steel-blue-light);
  padding: 0 80px 60px 60px;
}

.where-option-viber._2 {
  background-color: var(--brand--teal-deer);
  padding-bottom: 0;
  padding-right: 0;
}

.banner {
  background-color: var(--brand-light--light-steel-blue-light);
  padding: 0 60px;
}

.banner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.image-60 {
  max-height: 350px;
  max-width: 350px;
}

.title-sub {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.phone-viber-tablet {
  display: none;
}

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

.lightbox-link, .phones2-cont, .phones-3-4, .lightbox-link-3, .lightbox-link-4, .lightbox-link-8 {
  display: none;
}

.big-link {
  color: var(--brand--maximum-red);
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .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;
  }

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

  .text-body_16.viber {
    max-width: 510px;
  }

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

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

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

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

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

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

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

  .promocode-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .promocode-grid-item {
    max-width: 510px;
  }

  .image-42 {
    max-width: 350px;
  }

  .promo-divider {
    height: 119px;
  }

  .how-use-fixed {
    justify-content: center;
  }

  .how-option._1 {
    padding-right: 100px;
  }

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

  .how-grid-item._2-1 {
    padding-bottom: 0;
  }

  .how-grid-item.viber {
    max-width: 55%;
  }

  .how-title-wrap {
    max-width: 500px;
  }

  .how-title-wrap.viber {
    max-width: 508px;
  }

  .image-43 {
    width: 60px;
    right: -12%;
  }

  .image-44 {
    width: 30px;
    top: -5%;
    right: -5%;
  }

  .image-44.viber2 {
    width: 40px;
    right: -17%;
  }

  .image-44.viber1 {
    width: 40px;
  }

  .image-45 {
    width: 70px;
    bottom: 20%;
    left: -14%;
  }

  .image-45._2 {
    bottom: 60%;
    left: -23%;
  }

  .image-45._3 {
    width: 40px;
    left: -12%;
  }

  .how-option-2._1 {
    padding-right: 100px;
  }

  .how-use-content {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .how-option-3 {
    padding-right: 120px;
  }

  .how-option-3._1 {
    padding-right: 100px;
  }

  .image-46 {
    width: 70px;
    right: -15%;
  }

  .when-fixed {
    justify-content: center;
  }

  .when-content {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .where-option._1, .where-option-2._1 {
    padding-right: 100px;
  }

  .tabs-menu {
    max-width: 569px;
    margin-right: 30px;
  }

  .tabs-content {
    margin-left: 30px;
  }

  .information-img {
    max-width: 260px;
  }

  .list-item-7 {
    list-style: decimal;
  }

  .text-body_16_jet-color {
    margin-bottom: 0;
  }

  .where-option-2-mobile._1, .where-option-viber._1 {
    padding-right: 100px;
  }

  .banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-banner-item.img {
    position: relative;
  }

  .image-60 {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .div-block-71 {
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .heading_1_60 {
    text-align: center;
  }

  .text-body_20 {
    line-height: 130%;
  }

  .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_btn-wrap {
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
  }

  .footer {
    margin-top: 40px;
  }

  .footer_bottom {
    align-items: center;
  }

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

  .phones-column._2 {
    padding-top: 16px;
  }

  .steps_4-point {
    padding: 40px;
  }

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

  .phones-columns {
    flex-direction: column;
  }

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

  .header-language {
    border-right-width: 1px;
  }

  .logo {
    left: -13px;
  }

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

  .header-link-mob.cta-mob {
    min-width: 150px;
    display: none;
  }

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

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

  .header-links {
    display: flex;
  }

  .promocode-grid, .conditions {
    padding: 40px;
  }

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

  .promo-divider {
    display: none;
  }

  .how-use-fixed {
    position: static;
  }

  .how-tabs {
    display: none;
  }

  .how-option._1 {
    padding: 40px;
  }

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

  .how-grid-item {
    width: 100%;
    align-items: flex-start;
  }

  .how-grid-item._2-1 {
    padding-bottom: 0;
  }

  .how-grid-item._2-2 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .how-grid-item._2 {
    align-items: center;
  }

  .how-grid-item._2-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .how-grid-item._3-1 {
    align-items: center;
  }

  .how-grid-item.viber {
    max-width: 100%;
    align-items: center;
  }

  .how-grid-item.viber-text {
    padding-top: 0;
  }

  .image-43 {
    width: 40px;
    top: 37%;
    right: 2%;
  }

  .image-44 {
    width: 25px;
    top: -5%;
    right: 4%;
  }

  .image-44._2 {
    top: -5%;
    right: 0%;
  }

  .image-44.viber2 {
    width: 40px;
    top: 76%;
    right: 16%;
  }

  .image-44.viber1 {
    width: 40px;
    top: 77%;
    right: 78%;
  }

  .image-45 {
    width: 40px;
    left: 2%;
  }

  .image-45._2 {
    width: 60px;
    display: block;
    left: -1%;
  }

  .image-45._3 {
    width: 30px;
    bottom: 9%;
    left: -2%;
  }

  .how-option-2 {
    padding-top: 40px;
    padding-left: 40px;
  }

  .how-option-3 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-46 {
    width: 40px;
    right: -3%;
  }

  .when-fixed {
    position: static;
  }

  .where-tabs {
    display: flex;
  }

  .where-option {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .where-option-2 {
    grid-row-gap: 0px;
    padding: 40px;
  }

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

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .tab-img {
    width: 100%;
    grid-column-gap: 40px;
  }

  .tab-img-container {
    width: 100%;
  }

  .information {
    display: none;
  }

  .image-47 {
    max-width: 600px;
  }

  .image-48 {
    max-width: 80%;
  }

  .image-49, .image-50, .image-51 {
    max-width: 90%;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 100%;
  }

  .image-52, .image-53, .image-54 {
    width: 100%;
    position: relative;
  }

  .information-tablet, .where-tabs-btns {
    display: none;
  }

  .where-option-2-mobile {
    grid-row-gap: 0px;
    padding: 40px;
  }

  .mobile-section-step._1 {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .where-tabs-mobile {
    display: flex;
  }

  .where-option-viber {
    padding: 40px;
  }

  .image-51-viber {
    max-width: 50%;
    display: none;
  }

  .banner {
    padding: 40px;
  }

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-60 {
    max-width: 100%;
  }

  .phone-viber-tablet {
    max-width: 50%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .language {
    margin-right: 0;
    padding-right: 0;
  }

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

  .hero {
    height: auto;
    min-height: 700px;
    padding-top: 120px;
  }

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

  .heading_3_36 {
    font-size: 24px;
  }

  .heading_4_28 {
    font-size: 20px;
  }

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

  .text-body_20.ban {
    text-align: left;
  }

  .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 {
    margin-top: 0;
  }

  .footer {
    margin-top: 40px;
  }

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

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

  .novaposhta_bold-16.black {
    display: block;
  }

  .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 {
    height: 60px;
    justify-content: flex-start;
    display: flex;
  }

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

  .logo {
    left: -15px;
  }

  .dropdown-toggle-9 {
    padding-top: 5px;
  }

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

  .header-links {
    display: none;
  }

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

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

  .promocode-grid {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .promocode-grid-item {
    max-width: none;
    align-items: center;
  }

  .image-42 {
    max-width: 60%;
    bottom: 0;
  }

  .how-grid-item._2-1 {
    padding-right: 40px;
  }

  .how-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .image-43 {
    width: 30px;
    right: -2%;
  }

  .image-44 {
    width: 20px;
    right: 3%;
  }

  .image-44.viber2 {
    right: 12%;
  }

  .image-45 {
    width: 30px;
    left: -1%;
  }

  .image-45._2 {
    width: 40px;
    left: -2%;
  }

  .image-45._3 {
    width: 20px;
    left: -4%;
  }

  .image-46 {
    width: 30px;
    right: -5%;
  }

  .banner-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .image-60 {
    max-width: 70%;
  }

  .title-sub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading_4_28-center {
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .language {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

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

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

  .text-body_20 {
    text-align: left;
    font-size: 18px;
  }

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

  .subheading_medium_24 {
    font-size: 14px;
  }

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

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

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

  .btn-icn {
    max-width: 16%;
  }

  .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._0 {
    margin-bottom: 0;
  }

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

  .burger-menu {
    height: 100%;
    align-items: center;
    padding-top: 10px;
    display: none;
  }

  .dropdown-list-9 {
    width: 100vw;
    height: 50px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: none;
  }

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

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

  .header-link-mob.cta-mob {
    display: flex;
  }

  .header-link.cta, .header-links {
    display: none;
  }

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

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

  .header__elements {
    display: flex;
  }

  .promocode-grid {
    padding: 20px;
  }

  .promocode-grid-item {
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .conditions {
    padding: 20px;
  }

  .promocode-list {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .conditions-bottom {
    grid-row-gap: 24px;
    margin-top: 40px;
  }

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

  .promo-grid-item {
    grid-row-gap: 16px;
  }

  .how-use-wrap {
    padding-top: 0;
  }

  .how-use-fixed {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-option._1 {
    padding: 20px;
  }

  .option-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-grid-item {
    grid-row-gap: 20px;
  }

  .how-grid-item._2-2 {
    overflow: hidden;
  }

  .how-title-wrap {
    align-items: flex-start;
  }

  .list-3 {
    grid-row-gap: 20px;
  }

  .image-43, .image-44, .image-45, .image-45._2, .image-45._3 {
    display: none;
  }

  .how-option-2 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .how-option-3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-46 {
    display: none;
  }

  .where-wrap {
    padding-top: 20px;
  }

  .when-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .where-option {
    padding: 20px;
  }

  .where-option-2 {
    padding: 20px;
    display: none;
  }

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

  .tab {
    padding: 16px;
  }

  .tab-img-indicator {
    display: none;
  }

  .info-grid-item._1 {
    grid-row-gap: 10px;
  }

  .information-img {
    width: 100%;
  }

  .image-47 {
    max-width: 100%;
  }

  .image-48, .image-49, .image-50, .image-51 {
    max-width: 100%;
    display: none;
  }

  .information-tablet {
    margin-top: 40px;
  }

  .information-grid-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

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

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

  .mobile-phones {
    max-width: 85%;
    display: block;
  }

  .image-56 {
    display: block;
  }

  .phones2 {
    width: 120%;
    max-width: none;
    display: block;
    position: relative;
    left: -1%;
  }

  .where-option-2-mobile {
    grid-row-gap: 20px;
    background-color: var(--brand--wheat);
    padding: 20px;
    display: flex;
  }

  .mobile-section-step {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mobile-section-step._1 {
    align-items: center;
  }

  .where-tabs-mobile {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .step-img {
    width: 110%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-57 {
    max-width: 90%;
    display: none;
    position: relative;
    left: -3%;
  }

  .image-58, .image-59 {
    max-width: 90%;
    display: none;
  }

  .where-option-viber {
    padding: 20px;
  }

  .image-51-viber {
    max-width: 100%;
    display: none;
  }

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

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

  .phone-viber-tablet {
    max-width: 92%;
    display: none;
    position: relative;
  }

  .heading_4_28-center.left {
    text-align: left;
  }

  .div-block-74 {
    display: none;
  }

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

  .image-61 {
    max-width: 100%;
  }

  .phones2-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-62 {
    max-width: 110%;
    position: relative;
    left: -2%;
  }

  .phones-3-4 {
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-3 {
    display: block;
    position: relative;
    bottom: -1px;
  }

  .lightbox-link-4 {
    display: block;
  }

  .image-63 {
    max-width: 110%;
    position: relative;
    left: auto;
  }

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

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .lightbox-link-8 {
    display: block;
    position: relative;
    left: -1%;
  }
}

#w-node-_83edf24b-f07d-d99e-d691-6c7c01436cce-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc4fcd9d-1204-b785-52a3-7bbc8304ebcf-fd833f42, #w-node-_3956fc09-2e0d-8207-4e11-d1ed2b1bbe7f-fd833f42, #w-node-_438ad4d7-23cb-996a-25d6-eae5486e8f20-fd833f42, #w-node-_9b48790f-ff68-0388-8bdc-8e4401202516-fd833f42, #w-node-_5554e57e-3ad8-a1ce-3fcc-774d3ba76860-fd833f42, #w-node-_533bc973-2908-85e7-f399-3b5d5ddf0241-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe539b5e-5cf1-b016-223e-49a71574a902-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe539b5e-5cf1-b016-223e-49a71574a913-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f0093d99-aa50-2223-9407-d75f20ba7a7e-fd833f42 {
  align-self: start;
}

#w-node-cf9abc55-f8a4-64dc-b2d4-47179804111c-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cf9abc55-f8a4-64dc-b2d4-47179804112b-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d05521da-cd33-1f83-9e5d-d0f3bf972cd5-fd833f42, #w-node-fe42c7c4-d131-3fc6-7037-275d93974959-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe2c6944-dc35-1db7-86a5-bb7575b5c473-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe2c6944-dc35-1db7-86a5-bb7575b5c484-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_86c51cb2-3e04-5c64-9ad6-bc0f11dd186c-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_86c51cb2-3e04-5c64-9ad6-bc0f11dd187a-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4352efb1-c16a-cbfc-db3a-3aeb845e4543-fd833f42 {
  align-self: center;
}

#w-node-_829357b0-8e02-49f4-0c52-d00f7ebeb3ce-fd833f42, #w-node-d73ebecd-2019-aa92-b302-d94ec79ac8d2-fd833f42, #w-node-_2a7e8eca-fcb5-2e64-cace-5e1104ac4e06-fd833f42, #w-node-_17cfbac8-69b3-f47c-ad36-7285dd5a19a7-fd833f42, #w-node-_17cfbac8-69b3-f47c-ad36-7285dd5a19ad-fd833f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-cc4fcd9d-1204-b785-52a3-7bbc8304ebcf-fd833f42, #w-node-_3956fc09-2e0d-8207-4e11-d1ed2b1bbe7f-fd833f42 {
    justify-self: center;
  }

  #w-node-_5554e57e-3ad8-a1ce-3fcc-774d3ba76860-fd833f42, #w-node-_533bc973-2908-85e7-f399-3b5d5ddf0241-fd833f42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf9abc55-f8a4-64dc-b2d4-47179804111c-fd833f42 {
    align-self: start;
  }

  #w-node-cf9abc55-f8a4-64dc-b2d4-47179804112b-fd833f42 {
    align-self: start;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4352efb1-c16a-cbfc-db3a-3aeb845e4543-fd833f42 {
    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;
}