@font-face {
  font-family: Cascadiamono Variablefont Wght;
  src: url('../fonts/CascadiaMono-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cascadiamono Variablefont Wght;
  src: url('../fonts/CascadiaMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-ExtraLightOblique.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-BoldOblique.otf') format("opentype"), url('../fonts/RoadUI-ExtraBoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-SemiBoldOblique.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-ExtraBold.otf') format("opentype"), url('../fonts/RoadUI-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-ThinOblique.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roadui;
  src: url('../fonts/RoadUI-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_sizes---desctop: 50%;
  --_sizes---pc: 43%;
  --_sizes---tablet: 55%;
  --_sizes---phone-horizontal: 70%;
  --_sizes---phone: 80%;
  --_colors---color: #000;
  --_colors---link-inder: #0088cc40;
  --_colors---blue: #08c;
  --_colors---red: #f50;
  --transparent: #fff0;
  --_colors---red-under: #ff550040;
  --red: #ff4000;
  --_colors---blue-light: #e9f1f5;
  --blue-light: #e9f1f5;
  --_colors---black-under\<deleted\|variable-9556686a-73d5-a8a9-c96e-f38040384efa\>: #00000040;
  --_colors---green: #5fb336;
  --_sizes---cournenr-big: 16px;
  --_sizes---courner-small: 4px;
  --_colors---blue-outline: #cfdee5;
  --_colors---white: #fff;
  --_colors---blue-shadow: #00334d40;
  --green: #4e9e44;
  --underline: black;
}

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

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

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

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

h1 {
  width: var(--_sizes---desctop);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  width: var(--_sizes---desctop);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

h3 {
  width: var(--_sizes---desctop);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

.body {
  color: var(--_colors---color);
  flex-flow: column;
  font-family: Roadui, Arial, sans-serif;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -70%;
  display: flex;
  position: absolute;
}

.navbar.static {
  display: none;
}

.nav-link {
  border-bottom: 1px solid var(--_colors---link-inder);
  color: var(--_colors---blue);
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 700;
  transition: all .1s;
}

.nav-link:hover {
  border-bottom-color: var(--_colors---red-under);
  color: var(--red);
}

.nav-link.w--current {
  border-bottom-color: var(--transparent);
  color: var(--_colors---color);
}

.nav-link.last {
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 100%;
  display: flex;
}

.container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  width: var(--_sizes---desctop);
  background-color: var(--_colors---blue-light);
  border-radius: 8px;
  padding: 24px 24px 32px;
}

.paragraf {
  width: var(--_sizes---desctop);
  margin-bottom: 16px;
}

.paragraf.in-block {
  width: 100%;
  margin-bottom: 0;
}

.paragraf.in-list {
  width: 100%;
  margin-bottom: 8px;
}

.paragraf.end {
  margin-bottom: 0;
}

.paragraf.before-image {
  margin-bottom: 24px;
}

.paragraf.in-grid {
  width: 100%;
  margin-bottom: 0;
  transition: all .1s;
}

.paragraf.in-footer {
  width: 100%;
  margin-bottom: 0;
}

.image {
  width: 63%;
  margin-bottom: 48px;
}

.image.alfabet {
  width: var(--_sizes---desctop);
}

.image.alfabet.end {
  margin-bottom: 0;
}

.image.full {
  width: 100%;
  margin-bottom: 0;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 0;
  display: flex;
}

.section.alone {
  margin-top: 32px;
}

.section.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.list {
  width: var(--_sizes---desctop);
  margin-bottom: 16px;
  padding-left: 0;
}

.list.before-image {
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr .75fr;
  width: 100%;
}

.grid:hover {
  background-color: var(--blue-light);
  border-radius: 4px;
}

.grid.header {
  border-bottom: 1px solid var(--_colors---black-under\<deleted\|variable-9556686a-73d5-a8a9-c96e-f38040384efa\>);
  margin-bottom: 8px;
}

.grid.header:hover {
  background-color: var(--transparent);
}

.column-header {
  width: 100%;
}

.grid-holder {
  width: var(--_sizes---desctop);
  margin-bottom: 16px;
}

.alfabet {
  width: var(--_sizes---desctop);
  color: #000;
  text-align: center;
  font-family: Cascadiamono Variablefont Wght, Verdana, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.alfabet.end {
  margin-bottom: 0;
}

.factoid-holder {
  width: var(--_sizes---desctop);
  grid-template-rows: auto;
}

.red {
  color: var(--_colors---red);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.red.green {
  color: var(--_colors---green);
}

.red-sign {
  color: var(--_colors---red);
  text-align: center;
  width: 100%;
}

.red-sign.green {
  color: var(--_colors---green);
}

.footer {
  width: var(--_sizes---desctop);
  border-top: 1px solid var(--_colors---black-under\<deleted\|variable-9556686a-73d5-a8a9-c96e-f38040384efa\>);
  max-width: none;
  margin-bottom: 24px;
  padding-top: 8px;
}

.sidenote {
  width: 14%;
  margin-left: 27%;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
}

.sidenote.mobile {
  display: none;
}

.link {
  border-bottom: 1px solid var(--_colors---link-inder);
  color: var(--_colors---blue);
  text-decoration: none;
}

.link:hover {
  border-bottom-color: var(--_colors---red-under);
  color: var(--_colors---red);
}

.link.on {
  border-bottom-color: var(--_colors---color);
  color: var(--_colors---color);
}

.link.on:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

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

.form-block {
  width: var(--_sizes---desctop);
  border-radius: var(--_sizes---cournenr-big);
  background-color: var(--blue-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 64px 56px;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.text-field {
  border: 1px solid #cfdee5;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: inset 0 3px 3px #00334d40;
}

.button {
  border-radius: var(--_sizes---courner-small);
  background-color: var(--_colors---blue);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all .1s;
  box-shadow: 0 3px 3px #00334d40;
}

.button:hover {
  background-color: var(--_colors---red);
}

.form-label {
  width: 100%;
  margin-bottom: 32px;
}

.select-field {
  border: 1px solid var(--_colors---blue-outline);
  border-radius: var(--_sizes---courner-small);
  background-color: var(--_colors---white);
  box-shadow: inset 0 3px 3px 0 var(--_colors---blue-shadow);
  color: var(--_colors---color);
  height: 40px;
  margin-bottom: 0;
  padding: 8px 16px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.plate {
  margin-bottom: 48px;
  box-shadow: 0 4px 8px #0003;
}

.wrapper {
  width: 100%;
  position: static;
  overflow: hidden;
}

.scroll-track {
  justify-content: center;
  align-items: flex-start;
  width: 200%;
  display: flex;
}

.image-in-wrapper {
  height: 120px;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 63%;
  margin-bottom: 48px;
  display: flex;
}

.tabs.end {
  margin-bottom: 0;
}

.tablink {
  border-bottom: 1px dashed var(--_colors---blue);
  background-color: var(--transparent);
  color: var(--_colors---blue);
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: opacity .1s;
}

.tablink:hover {
  border-bottom-color: var(--red);
  color: var(--_colors---red);
}

.tablink.w--current {
  background-color: var(--transparent);
  color: var(--_colors---color);
  border-bottom-style: none;
}

.plate-box {
  box-shadow: 0 4px 12px #0003;
}

.local-plates-embed {
  background-color: #fff0;
  background-image: url('../images/loc.svg');
  background-position: 0 0;
  background-size: cover;
}

.local-plates-embed:hover {
  background-image: url('../images/cyv-hover.png');
}

.local-plates-embed:active {
  background-image: url('../images/eur-cyv-hover.png');
}

.local-plates-embed.euro {
  background-image: url('../images/eur-cyr.png');
}

.local-plates-embed.euro:hover {
  background-image: url('../images/eur-cyv-hover.png');
}

.name {
  margin-bottom: 24px;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1, h2, h3 {
    width: var(--_sizes---pc);
  }

  .body {
    transition: all .1s;
  }

  .navbar {
    margin-left: -60%;
    position: absolute;
  }

  .nav-link {
    transition: all .1s;
  }

  .nav-link:hover {
    border-bottom-color: var(--_colors---red);
    color: var(--_colors---red);
  }

  .nav-link.w--current {
    border-bottom-color: var(--transparent);
    color: var(--_colors---color);
  }

  .div-block, .paragraf, .image.alfabet, .list, .grid-holder, .alfabet, .factoid-holder, .footer, .form-block {
    width: var(--_sizes---pc);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    width: var(--_sizes---tablet);
    margin-bottom: 16px;
    font-size: 40px;
  }

  h2 {
    width: var(--_sizes---tablet);
    font-size: 24px;
    line-height: 24px;
  }

  h3 {
    width: var(--_sizes---tablet);
    font-size: 16px;
    line-height: 24px;
  }

  .navbar {
    width: var(--_sizes---tablet);
    margin-bottom: 8px;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .navbar.static {
    margin-left: 0%;
    display: block;
    position: relative;
  }

  .navbar.alone {
    margin-bottom: 32px;
  }

  .nav-link {
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 16px;
  }

  .nav-menu {
    background-color: var(--transparent);
    flex-flow: row;
  }

  .div-block {
    width: var(--_sizes---tablet);
    padding: 20px 20px 28px;
  }

  .paragraf {
    width: var(--_sizes---tablet);
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraf.in-list {
    margin-bottom: 4px;
  }

  .paragraf.before-image {
    margin-bottom: 16px;
  }

  .image {
    width: 85%;
    margin-bottom: 32px;
  }

  .image.alfabet {
    width: var(--_sizes---tablet);
  }

  .image.with-sign {
    margin-bottom: 8px;
  }

  .section {
    margin-top: 48px;
  }

  .section.alone, .section.firs {
    margin-top: 16px;
  }

  .list {
    width: var(--_sizes---tablet);
    margin-bottom: 8px;
  }

  .list.before-image {
    margin-bottom: 16px;
  }

  .grid-holder {
    width: var(--_sizes---tablet);
    margin-bottom: 8px;
  }

  .alfabet {
    width: var(--_sizes---tablet);
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .factoid-holder, .footer {
    width: var(--_sizes---tablet);
  }

  .sidenote {
    display: none;
  }

  .sidenote.mobile {
    text-align: center;
    width: 50%;
    margin-bottom: 8px;
    margin-left: 0%;
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: static;
  }

  .sidenote.mobile.sign {
    margin-bottom: 32px;
  }

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

  .form-block {
    width: var(--_sizes---tablet);
    padding: 40px 32px 48px;
  }

  .field-label {
    font-size: 16px;
  }

  .text-field {
    height: 32px;
  }

  .button {
    font-size: 12px;
  }

  .form-label {
    margin-bottom: 24px;
  }

  .select-field {
    height: 32px;
    font-size: 12px;
  }

  .plate {
    margin-bottom: 32px;
  }

  .tabs {
    width: 85%;
    margin-bottom: 32px;
  }

  .tablink {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .sideblock {
    width: var(--_sizes---tablet);
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, h3, .navbar {
    width: var(--_sizes---phone-horizontal);
  }

  .div-block {
    width: var(--_sizes---phone-horizontal);
    padding: 16px 16px 24px;
  }

  .paragraf {
    width: var(--_sizes---phone-horizontal);
  }

  .image {
    width: 80%;
  }

  .image.alfabet, .list, .grid-holder, .alfabet, .factoid-holder, .footer, .form-block {
    width: var(--_sizes---phone-horizontal);
  }

  .tabs {
    width: 80%;
  }

  .sideblock {
    width: var(--_sizes---phone-horizontal);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: var(--_sizes---phone);
    font-size: 32px;
  }

  h2, h3, .navbar, .div-block, .paragraf {
    width: var(--_sizes---phone);
  }

  .paragraf.in-grid {
    font-size: 12px;
    line-height: 16px;
  }

  .image {
    width: 90%;
  }

  .image.alfabet, .list {
    width: var(--_sizes---phone);
  }

  .column-header {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-holder {
    width: var(--_sizes---phone);
  }

  .alfabet {
    width: var(--_sizes---phone);
    font-size: 32px;
    line-height: 40px;
  }

  .factoid-holder, .footer {
    width: var(--_sizes---phone);
  }

  .form-block {
    width: var(--_sizes---phone);
    padding: 32px 24px 40px;
  }

  .field-label {
    font-size: 12px;
  }

  .button {
    margin-top: 8px;
  }

  .form-label, .plate {
    margin-bottom: 16px;
  }

  .tabs {
    width: 90%;
  }

  .sideblock {
    width: var(--_sizes---phone);
  }
}

#w-node-d7d1b684-6bdb-37fa-c75d-10da106ff7d6-01dc481f, #w-node-d001b93c-296d-c8f7-5791-df191cb46487-01dc481f, #w-node-c69e270f-e84c-8b7a-13b6-8a34a5a157e6-01dc481f, #w-node-_81948331-56df-7618-c7b8-b2b86f17f92c-01dc481f, #w-node-_805c0356-cd72-a871-df45-0ae451f6c211-01dc481f, #w-node-_805c0356-cd72-a871-df45-0ae451f6c215-01dc481f, #w-node-_661f656c-ae20-7d81-6dfc-b6778ef329d1-01dc481f, #w-node-_661f656c-ae20-7d81-6dfc-b6778ef329d3-01dc481f, #w-node-_710215fd-60c0-5ef5-a5c6-10c99e0c1570-01dc481f, #w-node-fd31264e-0538-0f12-cf82-a555493568e8-01dc481f, #w-node-fd31264e-0538-0f12-cf82-a555493568ea-01dc481f, #w-node-_55f40aca-98eb-01e1-50c8-5aba7e397b04-01dc481f, #w-node-_55f40aca-98eb-01e1-50c8-5aba7e397b06-01dc481f, #w-node-_55f40aca-98eb-01e1-50c8-5aba7e397b08-01dc481f, #w-node-d4b71675-ed50-47f4-5769-850946b9b1ff-01dc481f, #w-node-d4b71675-ed50-47f4-5769-850946b9b201-01dc481f, #w-node-d4b71675-ed50-47f4-5769-850946b9b206-01dc481f, #w-node-d4b71675-ed50-47f4-5769-850946b9b208-01dc481f, #w-node-d4b71675-ed50-47f4-5769-850946b9b20a-01dc481f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d9321-4c74-cbc5-9614-87fb5afa92ca-7d58cac7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8e4225e1-fbf2-170c-250f-64fdb3dc5545-7d58cac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#field-2.w-node-_401277b3-fcd7-5279-0511-743fc1c09d1b-7d58cac7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b60f68b-6fb2-ce9f-2193-c64bf08c135e-7d58cac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#field.w-node-b87e1517-1f89-c5d1-9697-93a7ecb0e605-7d58cac7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8e4225e1-fbf2-170c-250f-64fdb3dc5548-7d58cac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#Numer.w-node-f06696a1-7735-5820-b284-0e53963f648d-7d58cac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7bbac4-da27-86ed-6a14-c787c371d212-7d58cac7 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
}

#Seria.w-node-_7d114bf3-5abc-323d-1057-bef0f73f06d4-7d58cac7 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_8e4225e1-fbf2-170c-250f-64fdb3dc554b-7d58cac7 {
  grid-area: 5 / 3 / 6 / 6;
}

@media screen and (max-width: 991px) {
  #Numer.w-node-f06696a1-7735-5820-b284-0e53963f648d-7d58cac7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Seria.w-node-_7d114bf3-5abc-323d-1057-bef0f73f06d4-7d58cac7 {
    grid-area: 4 / 3 / 5 / 5;
  }
}

@media screen and (max-width: 479px) {
  #Numer.w-node-f06696a1-7735-5820-b284-0e53963f648d-7d58cac7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Seria.w-node-_7d114bf3-5abc-323d-1057-bef0f73f06d4-7d58cac7 {
    grid-area: 4 / 3 / 5 / 6;
  }

  #w-node-_8e4225e1-fbf2-170c-250f-64fdb3dc554b-7d58cac7 {
    grid-area: 5 / 3 / 6 / 7;
  }
}


@font-face {
  font-family: 'Cascadiamono Variablefont Wght';
  src: url('../fonts/CascadiaMono-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cascadiamono Variablefont Wght';
  src: url('../fonts/CascadiaMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-ExtraLightOblique.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-BoldOblique.otf') format('opentype'), url('../fonts/RoadUI-ExtraBoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-SemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-ExtraBold.otf') format('opentype'), url('../fonts/RoadUI-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-ThinOblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roadui';
  src: url('../fonts/RoadUI-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}