<style>
#__next,
body,
html {
  height:100%;
  background:#f5f5f5
}
@font-face {
  font-family:e-Ukraine;
  font-weight:400;
  src:local("e-Ukraine"),
  local("e-Ukraine-Regular"),
  url(fonts/e-Ukraine-Regular.woff) format("woff")
}
@font-face {
  font-family:e-Ukraine;
  font-weight:300;
  src:local("e-Ukraine"),
  local("e-Ukraine-Light"),
  url(fonts/e-Ukraine-Light.woff) format("woff")
}
/*@font-face {
  font-family:e-Ukraine;
  font-weight:500;
  src:local("e-Ukraine"),
  local("e-Ukraine-Medium"),
  url(fonts/e-Ukraine-Medium.woff) format("woff"),
}*/


html {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  box-sizing:border-box;
  -webkit-text-size-adjust:100%;
}
*,
*::before,
*::after {
  box-sizing:inherit;
}
strong,
b {
  font-weight:700;
}
body {
  margin:0;
  color:#000000;
  font-family:"e-Ukraine";
  font-weight:400;
  font-size:1rem;
  line-height:1.5;
  letter-spacing:-0.02em;
  background-color:#ffffff;
}

body::backdrop {
  background-color:#ffffff;
}
.css-um19vb {
  position:fixed;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  right:0;
  bottom:0;
  top:0;
  left:0;
  background-color:rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color:transparent;
}
.css-8yzpf7 {
  display:inline-block;
  -webkit-animation:animation-61bdi0 1.4s linear infinite;
  animation:animation-61bdi0 1.4s linear infinite;
}
@-webkit-keyframes animation-61bdi0 {
  0% {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
@keyframes animation-61bdi0 {
  0% {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
.css-13o7eu2 {
  display:block;
}
.css-14891ef {
  stroke:currentColor;
  stroke-dasharray:80px,200px;
  stroke-dashoffset:0;
  -webkit-animation:animation-1p2h4ri 1.4s ease-in-out infinite;
  animation:animation-1p2h4ri 1.4s ease-in-out infinite;
}
@-webkit-keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray:1px,200px;
    stroke-dashoffset:0;
  }
  50% {
    stroke-dasharray:100px,200px;
    stroke-dashoffset:-15px;
  }
  100% {
    stroke-dasharray:100px,200px;
    stroke-dashoffset:-125px;
  }
}
@keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray:1px,200px;
    stroke-dashoffset:0;
  }
  50% {
    stroke-dasharray:100px,200px;
    stroke-dashoffset:-15px;
  }
  100% {
    stroke-dasharray:100px,200px;
    stroke-dashoffset:-125px;
  }
}

.jss3 {
  flex: 1;
  height: 100%;
  margin: auto;
  display: flex;
  max-width: 1680px;
  min-height: calc(100% - 116px);
  flex-direction: column;
}
.jss4 {
  flex: 1;
  width: 100%;
  margin: auto;
  display: flex;
  overflow: unset;
  max-width: 1680px;
  min-height: calc(100% - 116px);
  flex-direction: row-reverse;
}
@media (max-width:599.95px) {
  .jss4 {
    flex-direction: column-reverse;
    background-color: #fff;
  }
}
.jss5 {
  flex: 1;
  display: flex;
  overflow: unset;
  overflow-x: hidden;
  transition: margin 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  margin-left: 0;
  flex-direction: column;
  background-color: #fff;
}

.jss1 {
  flex: 1;
  width: 100%;
  border: 0;
}
.jss2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.jss17 {
  flex-grow: 1;
}
.jss18 {
  color: #000;
  cursor: pointer;
  line-height: 3em;
}
.jss19 {
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width:-0.05px) {
  .jss19 {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
.jss20 {
  height: 100%;
  padding: 0 4px;
  min-height: auto;
  align-items: center;
}
@media (max-width:-0.05px) {
  .jss20 {
    padding: 0;
  }
}
.jss20 > * {
  margin-right: 8px;
}
.jss20 > *:last-child {
  margin-right: 0;
}
.jss3 {
  flex:1;
  height:100%;
  margin:auto;
  display:flex;
  max-width:1680px;
  min-height:calc(100% - 116px);
  flex-direction:column
}
.jss4 {
  flex:1;
  width:100%;
  margin:auto;
  display:flex;
  overflow:unset;
  max-width:1680px;
  min-height:calc(100% - 116px);
  flex-direction:row-reverse
}
@media (max-width:599.95px) {
  .jss4 {
    flex-direction:column-reverse;
    background-color:#fff
  }
}
.jss5 {
  flex:1;
  display:flex;
  overflow:unset;
  overflow-x:hidden;
  transition:margin 225ms cubic-bezier(0, 0, .2, 1) 0s;
  margin-left:0;
  flex-direction:column;
  background-color:#fff
}
.jss1 {
  flex:1;
  width:100%;
  border:0
}
.jss2 {
  flex:1;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center
}

.jss14 {
  color: #000;
  width: 100%;
  padding: 20px;
  background: #fff;
}
@media (max-width:-0.05px) {
  .jss14 {
    padding: 8px;
  }
}
.jss15 {
  padding: 0 4px;
  min-height: auto;
  align-items: center;
}
@media (max-width:-0.05px) {
  .jss15 {
    padding: 0;
  }
}
.jss15 > * {
  margin-right: 8px;
}
.jss15 > *:last-child {
  margin-right: 0;
}
.jss16 {
  margin-top: 10px;
}
@media (max-width:-0.05px) {
  .jss16 {
    margin-top: 7px;
  }
}

.jss21 {
  color: #fff;
  width: 100%;
  margin: auto;
  display: flex;
  padding: 26px;
  max-width: 1680px;
  background: #000;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width:959.95px) {
  .jss21 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width:-0.05px) {
  .jss21 {
    padding: 0 10px;
  }
}
.jss21 * {
  color: #fff;
}
.jss21 h6 {
  font-size: 1rem;
}
.jss22 {
  width: 48px;
  height: 48px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.jss23 {
  width: 36px;
  height: 36px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:-0.05px) {
  .jss23 {
    margin-right: 11px;
  }
}
.jss24 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
@media (max-width:-0.05px) {
  .jss24 {
    display: block;
    opacity: 0.7;
    font-size: 12px;
    margin-left: 16px;
  }
}
.jss25 {
  margin-right: 10px;
}
@media (max-width:959.95px) {
  .jss25 {
    margin-right: 5px;
  }
}
.jss26 {
  display: flex;
  align-items: center;
}
.jss26 > *:last-child {
  margin-right: 0;
}
.jss27 {
  flex-grow: 1;
}
.jss28 {
  width: 100%;
  margin: 0;
}
@media (max-width:-0.05px) {
  .jss28 {
    width: 100%;
  }
}
.jss29 {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:-0.05px) {
  .jss29 {
    justify-content: space-between;
  }
}
@media (max-width:-0.05px) {
  .jss30 {
    margin: 0;
    padding: 32px 16px!important;
    border-bottom: 1px solid #4C4C4C;
    justify-content: flex-start;
  }
}
@media (max-width:-0.05px) {
  .jss31 {
    margin: 0;
  }
}
@media (max-width:-0.05px) {
  .jss32 {
    width: 100px;
    opacity: 1;
    font-size: 13px;
    margin-left: 0;
    margin-right: 11px;
  }
}
.jss33 {
  width: 100%;
}
@media (max-width:-0.05px) {
  .jss33 {
    display: none;
  }
}
.jss34 {
  display: none;
}
@media (max-width:-0.05px) {
  .jss34 {
    width: 100%;
    display: block;
  }
}


.jss7 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.jss8 {
  margin-top: 5px;
  margin-bottom: 50px;
}
.jss9 > span:first-child {
  padding: 16px 52px;
  background: #E7EEF3;
  border-radius: 40px;
}
.jss10 {
  flex-grow: 1;
}

.jss11 {
  justify-content: flex-start;
}

.jss12 {
  justify-content: flex-start;
}

.jss13 {
  justify-content: flex-start;
}

.jss15 {
  padding: 0 4px;
  min-height: auto;
  align-items: center;
}

.css-1uq3hq1 {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 0px;
    margin-right: 0px;
  color: rgb(0, 0, 0);
  font-family: "e-Ukraine";
  font-weight: 500;
}

.css-otnqke:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.08);
}



.css-421vol {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0px;
  outline: 0px;
  color: rgb(0, 0, 0);
}

.css-6xugel {
  display: inherit;
  margin-right: 8px;
  margin-left: -4px;
}
.css-6xugel > :nth-of-type(1) {
  font-size: 20px;
}
.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  }
.css-otnqke {
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "e-Ukraine";
  font-size: 16px;
  line-height: 24px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  padding: 6px 8px;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: inherit;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}


.css-39bbo6 {
  margin: 0px;
    margin-top: 10px;
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
}



        body {
            font-size: 12px;
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1;
            padding-right: 20px;
            padding-left: 20px;
            letter-spacing: -0.02em;
        }

        p {
            padding: 5px 0;
        }

        .forms {
            padding: 5%;
        }

        .qr_code {
            margin-top: 50px;
            margin-bottom: 150px;
        }

        .grid-1,
        .grid-2,
        .grid-3,
        .grid-21 {
            background-color: rgba(255, 255, 255, 0.8);
            border: 1px solid rgba(0, 0, 0, 0.8);
            padding: 1px 1px 2px 2px;
            font-size: 10px;
        }

        .grid-1 {
            font-weight: normal;
            width: 200px;
            text-align: center;
        }

        .grid-2 {
            font-weight: normal;
            text-align: center;
        }

        .grid-21 {
            font-weight: normal;
            width: 100px;
            text-align: center;
        }

        .grid-3 {
            font-weight: normal;
            width: 150px;
            text-align: center;
        }
        
        .noborder. {
          border: none;
        }
</style>
