

a {
    text-decoration: none;
    color: inherit
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
div#root {
    background: #eff0f4;
    height: 100vh;
    padding-top: 40px;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b0edab;
    text-shadow: none
}

::selection {
    background: #b0edab;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.header {
  align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    max-width: 686px;
    width: 100%;

}

.blank_blankTitle__LKD6D {
    color: #49b03f;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 24px;
    max-width: 208px;
    text-align: center;
    width: 100%;
}
.blank_blankCheckImg__FuTNN {
    display: block;
    margin: 0 auto 13px;
}





@media (min-width:700px) {
    .header-logo {
        height: 44px
    }
}

.header-contacts {
    display: none
}

@media (min-width:700px) {
    .header-contacts {
        display: block;
        line-height: 30px
    }
}

.header-language-select {
    width: 170px
}

@media (min-width:700px) {
    .header-language-select {
        width: 200px
    }
}

.content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .05);
    padding: 24px 41px 40px;
}


.title {
    font-weight: 700;
    font-size: 24px;
    padding: 28px 0
}

@media (min-width:700px) {
    .title {
        font-size: 32px
    }
}



.results-error {
    margin: auto;
    font-size: 28px;
    color: #f2503d
}

.verification {
    padding-bottom: 24px;
    font-size: 24px;
    color: #0c9000;
    font-weight: 500;
    border-bottom: 2px solid #0c9000
}

@media (min-width:700px) {
    .verification {
        font-size: 36px;
        text-align: center
    }
}

.field {
    font-size: 24px;
    line-height: 42px;
    padding: 12px 0;
    border-top: 1px solid #d6d6d6
}
.field-text {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 4px;
}

.field-label {
    color: #7a7e82;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 4px;
}
.button_downloadLink__bIPln {
    grid-gap: 8px;
    align-items: center;
    background: #49b03f;
    border-radius: 5px;
    box-shadow: 0 6px 14px #5dc56459;
    color: #fff;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    grid-template-columns: auto 24px;
    line-height: 24px;
    margin: 48px auto 28px;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding: 10px 16px;
    text-decoration: none;
}
.button_downloadLink__bIPln:hover, .button_downloadLink__bIPln:active, .button_downloadLink__bIPln:focus, .button_downloadLink__bIPln:visited {
    color: #fff;
}
.blank_blankLink__Dbxcm {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color:#000;
}
.blank_blankLink__Dbxcm a {
    color: #61c358;
    display: block;
    margin-top: 8px;
}

.covid-info {
    margin-top: 16px;
    color: #828282
}

.covid-info,
.covid-status {
    font-size: 24px;
    line-height: 42px
}

.covid-status {
    font-weight: 900
}

.back {
    font-size: 16px;
    padding: 24px 0
}

@media (min-width:700px) {
    .back {
        font-size: 24px
    }
}

@media (max-width:700px) {
div#root {
    background: #eff0f4;
    height: 100vh;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
}
 .content {
    padding: 27px 17px 29px;
}   


}




/*# sourceMappingURL=/order.4fe7f108.css.map */