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

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

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
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.app,
.captcha__checkbox-box,
.container,
body,
html {
    height: 100%;
    width: 100%
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    padding-left: 2.7777777778rem;
    padding-right: 2.7777777778rem;
    position: relative
}

@media(min-width:2188px) {
    .container {
        padding-left: 2.7777777778rem;
        padding-right: 2.7777777778rem
    }
}

#pageLink,
.app__bg {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.steps__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.btn-init,
.steps__btn {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.btn-init,
.btn-init:hover,
.steps__btn,
.steps__btn:hover {
    color: inherit;
    text-decoration: none
}

.title,
h1 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.12
}

.title.xs {
    font-size: 1.4355555556rem;
    font-weight: 500
}

.title.xs,
h2 {
    line-height: 1.12
}

h2 {
    font-size: .8888888889rem
}

h2,
h3 {
    font-weight: 800
}

h3 {
    font-size: .7777777778rem;
    line-height: 1.4444444444rem
}

p {
    font-size: .7555555556rem;
    font-weight: 400;
    line-height: 1.12
}

.captcha__checkbox-input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a,
img {
    border: 0;
    outline: 0
}

a {
    text-decoration: none
}

img {
    vertical-align: top
}

.app {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.app__bg {
    -o-object-fit: cover;
    object-fit: cover
}

.app>:not(.app__bg),
.app>:not(.app__bg):after,
.app>:not(.app__bg):before {
    z-index: 10
}

.window {
    max-width: 26.6666666667rem;
    width: 100%
}

.window.sm {
    max-width: 17.7777777778rem
}

.window.xs {
    max-width: 26.6666666667rem
}

.window.lg {
    max-width: 33.3333333333rem
}

.window__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7.6% 7% 2%
}

.window__btn,
.window__count-down,
.window__desc,
.window__logo,
.window__store-pic,
.window__title {
    margin-bottom: 1rem
}

.window__btn {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    max-width: 100%
}

.window__desc-item:not(:last-child) {
    margin-bottom: 4%
}

.window__store-pic {
    display: block;
    height: 32px;
    width: 105px
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    -webkit-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    -webkit-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    -webkit-order: 5 !important;
    order: 5 !important
}

.order-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    -webkit-order: 6 !important;
    order: 6 !important
}

.order-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    -webkit-order: 7 !important;
    order: 7 !important
}

.order-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    -webkit-order: 8 !important;
    order: 8 !important
}

.order-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    -webkit-order: 9 !important;
    order: 9 !important
}

.order-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    -webkit-order: 10 !important;
    order: 10 !important
}

.order-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    -webkit-order: 11 !important;
    order: 11 !important
}

.order-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    -webkit-order: 12 !important;
    order: 12 !important
}

.order-13 {
    -webkit-box-ordinal-group: 14 !important;
    -ms-flex-order: 13 !important;
    -webkit-order: 13 !important;
    order: 13 !important
}

.order-14 {
    -webkit-box-ordinal-group: 15 !important;
    -ms-flex-order: 14 !important;
    -webkit-order: 14 !important;
    order: 14 !important
}

.order-15 {
    -webkit-box-ordinal-group: 16 !important;
    -ms-flex-order: 15 !important;
    -webkit-order: 15 !important;
    order: 15 !important
}

.order-16 {
    -webkit-box-ordinal-group: 17 !important;
    -ms-flex-order: 16 !important;
    -webkit-order: 16 !important;
    order: 16 !important
}

.order-17 {
    -webkit-box-ordinal-group: 18 !important;
    -ms-flex-order: 17 !important;
    -webkit-order: 17 !important;
    order: 17 !important
}

.order-18 {
    -webkit-box-ordinal-group: 19 !important;
    -ms-flex-order: 18 !important;
    -webkit-order: 18 !important;
    order: 18 !important
}

.order-19 {
    -webkit-box-ordinal-group: 20 !important;
    -ms-flex-order: 19 !important;
    -webkit-order: 19 !important;
    order: 19 !important
}

.order-20 {
    -webkit-box-ordinal-group: 21 !important;
    -ms-flex-order: 20 !important;
    -webkit-order: 20 !important;
    order: 20 !important
}

.logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.logo>:first-child,
.logo>:first-child:after,
.logo>:first-child:before {
    margin-right: 4%
}

.logo__pic {
    max-height: 3.8888888889rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 25%
}

.count-down,
.logo__label {
    font-weight: 700
}

.count-down {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: red;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-justify-content: center;
    justify-content: center
}

.count-down__item:not(:last-child) {
    margin-right: .2222222222rem
}

.btn {
    background-color: #01875f;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    letter-spacing: 0;
    line-height: 36px;
    min-width: 64px;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    will-change: box-shadow
}

.btn,
.btn-init {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-init {
    color: #1275ec;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.12;
    padding: .5555555556rem 1rem;
    text-decoration: underline
}

.btn-init.lined {
    border-top: .0555555556rem solid #ccc
}

.title.primary {
    color: #33b5e5
}

.title.lined {
    border-bottom: .1111111111rem solid;
    border-color: inherit;
    padding-bottom: .7777777778rem
}

.captcha {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: .0555555556rem solid #d3d3d3;
    border-radius: .1666666667rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.2222222222rem 1.3333333333rem 1.2222222222rem .8333333333rem
}

.captcha,
.captcha__wrap-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.captcha__icon {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1
}

.captcha__checkbox,
.captcha__icon {
    height: 1.7777777778rem;
    width: 1.7777777778rem
}

.captcha__checkbox {
    cursor: pointer;
    margin-right: .6666666667rem;
    position: relative
}

.captcha__checkbox:hover .captcha__checkbox-box {
    border-color: #333
}

.captcha__checkbox-label {
    color: #333;
    font-size: .7777777778rem;
    line-height: 1.12
}

.captcha__checkbox-box {
    border: .1111111111rem solid #c1c1c1;
    border-radius: .1111111111rem;
    display: block;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.captcha__checkbox-box.hide {
    display: none
}

.captcha__checkbox-load {
    display: none;
    height: calc(100% + 5px);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 5px)
}

.captcha__checkbox-load.show {
    display: inline-block
}

.captcha__checkbox-load div {
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-top-color: #1275ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.captcha__checkbox-load div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.captcha__checkbox-load div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.captcha__checkbox-load div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.steps {
    display: block
}

.steps__header {
    background-color: #428be5;
    border-radius: .1666666667rem .1666666667rem 0 0;
    color: #fff;
    font-size: .7777777778rem;
    font-weight: 400;
    line-height: 1.12;
    padding: 1.1111111111rem
}

.steps__header.blink {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1)
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.steps__title {
    color: #555;
    font-size: .7777777778rem;
    font-weight: 700;
    line-height: 1.12
}

.steps__main {
    padding: .5555555556rem
}

.steps__list {
    margin-top: .8333333333rem
}

.steps__list-item {
    font-size: .7777777778rem;
    line-height: 1.45
}

.steps__list-item strong {
    color: #555
}

.steps__list-item:not(:first-child) {
    margin-top: .8333333333rem
}

.steps__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .2777777778rem
}

.steps__btn {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    background-color: #428be5;
    border-radius: .1666666667rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    min-width: 50%;
    padding: .5rem .8333333333rem;
    text-align: center
}

.steps__btn:hover {
    color: #fff
}

.steps__blank {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.captcha-block__title {
    color: #555;
    font-size: .7777777778rem;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 1.1111111111rem
}

.image {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin-bottom: 1rem;
    max-height: 3.8888888889rem;
    width: 25%
}

.qrcode {
    margin: 0 auto 1rem;
    max-width: 80px;
    width: 100%
}

.qrcode img {
    max-width: 100%
}

body,
html {
    color: #222;
    font-family: -apple-system, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.12
}

html {
    font-size: 22px;
}

.btn-init {
    text-decoration: none;
    background: #38c54a;
    color: rgb(255, 255, 255);
    padding: 0.87em 1.85em;
    font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.25em;
    text-align: center;
}