@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('../fonts/subset-ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/subset-ProximaNova-Regular.woff') format('woff'),
    url('../fonts/subset-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
    url('../fonts/subset-ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/subset-ProximaNova-Bold.woff') format('woff'),
    url('../fonts/subset-ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Black'), local('ProximaNova-Black'),
    url('../fonts/subset-ProximaNova-Black.woff2') format('woff2'),
    url('../fonts/subset-ProximaNova-Black.woff') format('woff'),
    url('../fonts/subset-ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
    url('../fonts/subset-ProximaNova-Light.woff2') format('woff2'),
    url('../fonts/subset-ProximaNova-Light.woff') format('woff'),
    url('../fonts/subset-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Light Italic'), local('ProximaNova-LightIt'),
    url('../fonts/subset-ProximaNova-LightIt.woff2') format('woff2'),
    url('../fonts/subset-ProximaNova-LightIt.woff') format('woff'),
    url('../fonts/subset-ProximaNova-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: none;
}

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

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: none;
}

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

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

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

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

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

input[type='search'] {
    -webkit-appearance: textfield;
    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: none;
    padding: 0;
}

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

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

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

.show-0 {
    animation: cardShow-0 ease-out .4s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: cardShow-0 ease-out .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: cardShow-0 ease-out .4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: cardShow-0 ease-out .4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: cardShow-0 ease-out .4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
    background-color: #fff;
}

@keyframes cardShow-0 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
        transform: translate(-165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
        transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes cardShow-0 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(-165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

.show-1 {
    animation: cardShow-1 ease-out .4s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: cardShow-1 ease-out .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: cardShow-1 ease-out .4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: cardShow-1 ease-out .4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: cardShow-1 ease-out .4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
    background-color: #fff;
}

@keyframes cardShow-1 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(-55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
        transform: translate(-55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
        transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes cardShow-1 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(-55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

.show-2 {
    animation: cardShow-2 ease-out .4s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: cardShow-2 ease-out .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: cardShow-2 ease-out .4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: cardShow-2 ease-out .4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: cardShow-2 ease-out .4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
    background-color: #fff;
}

@keyframes cardShow-2 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
        transform: translate(55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
        transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes cardShow-2 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(55px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

.show-3 {
    animation: cardShow-3 ease-out .4s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: cardShow-3 ease-out .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: cardShow-3 ease-out .4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: cardShow-3 ease-out .4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: cardShow-3 ease-out .4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes cardShow-3 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
        transform: translate(165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
        transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes cardShow-3 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translate(165px, -266px) rotate(-90deg) scaleX(0.33) scaleY(0.33);
    }
    100% {
        /*opacity: 1;*/
        -webkit-transform: translate(0px, 0px) rotate(0deg) rotateY(0deg) scaleX(1.00) scaleY(1.00);
    }
}

.card-top-item.remove .card-top-item-inner {
    animation: cardRemove ease-out .4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: cardRemove ease-out .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: cardRemove ease-out .4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: cardRemove ease-out .4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: cardRemove ease-out .4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes cardRemove {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, -400px);
        transform: translate(0px, -400px);
    }
}

@-webkit-keyframes cardRemove {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, -400px);
    }
}

.question-block.reject,
.coming-soon-card.reject {
    background-color: #fff;
    -webkit-animation: question-block_reject 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: question-block_reject 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes question-block_reject {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

@keyframes question-block_reject {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

.question-block.accept,
.coming-soon-card.accept {
    background-color: #fff;
    -webkit-animation: question-block_accept 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: question-block_accept 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes question-block_accept {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
    }
}

@keyframes question-block_accept {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
    }
}

.coming-soon-time.reject {
    background-color: #fff;
    -webkit-animation: coming-soon-time_reject 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: coming-soon-time_reject 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes coming-soon-time_reject {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    100% {
        -webkit-transform: translate(-1000px, -50%);
        transform: translate(-1000px, -50%);
    }
}

@keyframes coming-soon-time_reject {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    100% {
        -webkit-transform: translate(-1000px, -50%);
        transform: translate(-1000px, -50%);
    }
}

.coming-soon-time.accept {
    background-color: #fff;
    -webkit-animation: coming-soon-time_accept 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: coming-soon-time_accept 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes coming-soon-time_accept {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    100% {
        -webkit-transform: translate(1000px, -50%);
        transform: translate(1000px, -50%);
    }
}

@keyframes coming-soon-time_accept {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    100% {
        -webkit-transform: translate(1000px, -50%);
        transform: translate(1000px, -50%);
    }
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: center;
    background-color: #eee;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

.cf:before,.cf:after,.columns:before,.columns:after {
    content: "";
    display: table
}

.cf:after,.columns:after {
    clear: both
}

.bold {
    font-weight: 700;
}

.layout {
    height: 100vh;
    overflow: hidden;

    position: relative;
}

.row + .row {
    margin-top: 10px;
}

.container {
    margin: 0 20px;
    padding-top: 35px;
}

.img-wrap {
    margin: 20px auto 0;
}

.title {
    display: inline-block;
    position: relative;
    color: #0094e9;
    font-size: 0.75rem;
    line-height: 2.125rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.subtitle {
    margin-top: 1.25rem;
}

.title:before, .title:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -1px;
    width:  28px;
    height: 2px;
    background-color: rgba(0, 0, 0, .11);
}

.title:before {
    left: -44px;
}

.title:after {
    right: -44px;
}

.organization-vacancy-name {
    font-size: 1.125rem;
    line-height: 1.313rem;
    color: #000;
}

.cover-container {
    position: relative;
}

.cover-container:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    margin-left: -11.25rem;
    width: 22.5rem;
    height: 28.88rem;
    background: url('../img/cover.png') center center no-repeat;
    background-size: contain;
}

.cover-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 8rem;
}

.license-rules {
    text-align: left;
    font-size: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 20.43rem;
    margin: 0.3571rem auto 0;
}

.license-rules-row {
    margin-bottom: 0;
}

.license-rules-row + .license-rules-row {
    margin-top: 1.071rem;
}

.phone-input {
    font-size: 14px;
}

.start-container_license .wrapper-inner {
    display: block;
}

.start-container .logo-animated {
    margin-bottom: 1.714rem;
}

.start-container .row + .row {
    margin-top: 2.813rem;
    padding: 0 2.25rem;
    min-height: 2.625rem;
}

.start-container .title-wrap {
    padding-top: 1.25rem;
}

.start-container .js-organization-vacancy-name {
    margin: 0.5rem 0 1.563rem;
    min-height: 3rem;
}

.start-container .flask {
    position: relative;
    padding-bottom: 3.875rem;
}

.start-container .flask:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -11.25rem;
    width: 22.5rem;
    height: 22.5rem;
    background: url('../img/cover.png') center center no-repeat;
    background-size: contain;
}

.start-container,
.invite-container {
    background: #eee linear-gradient(to top, #eee 0%, #fff 100%);
}

.invite-container,
.start-container {
    padding: 0 1.25rem;
}

.invite-container .wrapper-inner,
.start-container .wrapper-inner {
    padding: 0;
}

.start-container_general .logo-animated {
    padding-bottom: 2.438rem;
    margin-bottom: 0;
}

.start-container_general .title-wrap {
    margin-top: 4.5rem;
}

.invite-container .content-block {
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.invite-container .title {
    margin: 1.25rem 0;
}

.invite {
    margin-top: 2.5rem;
    margin-bottom: 5.25rem;
    font-size: 0;
}

.invite-description {
    display: inline-block;
    vertical-align: top;
    padding-top: 1rem;
    width: calc(100% - 8.938rem);
    font-size: 1.063rem;
    line-height: 1.2;
    font-style: italic;
    text-align: left;
    color: rgba(0, 0, 0, .7);
}

.invite-video {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0.0625rem 0 0;
    width: 8.938rem;
    height: 6.125rem;
    border-radius: 1.25rem / 30px;
    box-shadow: -6px 12px 7px rgba(0, 0, 0, .27);
    overflow: hidden;
    z-index: 1;
}

.invite-video video {
    position: absolute;
    left: 50%;
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.invite-video__play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.invite-video__play:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url("../img/play.png") center no-repeat;
    background-size: contain;
    opacity: .7;
}

.invite-bottom {
    margin-top: -0.5625rem;
}

.invite-bottom-line {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.375rem;
    font-style: italic;
    z-index: 2;
}

.invite-bottom-line__text {
    position: relative;
    z-index: 3;
}

.invite-bottom-line:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f46173;
    border-radius: 2px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.invite-bottom-line_1 {
    float: left;
    padding: 0 2.125rem 0 0.875rem;
    height: 1.875rem;
}

.invite-bottom-line_1:before {
    background-image: -webkit-linear-gradient(9deg, #0094e9, #f46173);
    background-image: -moz-linear-gradient(9deg, #0094e9, #f46173);
    background-image: -o-linear-gradient(9deg, #0094e9, #f46173);
    background-image: -ms-linear-gradient(9deg, #0094e9, #f46173);
    background-image: linear-gradient(9deg, #0094e9, #f46173);
}

.invite-bottom-line_1 .invite-bottom-line__text {
    line-height: 1.875rem;
}

.invite-bottom-line_2 {
    float: left;
    margin-top: -0.25rem;
    margin-left: 1.75rem;
    padding: 0 0.5rem 0 0.25rem;
    height: 1.688rem;
    font-size: 2.063rem;
}

.invite-bottom-line_2:before {
    background-image: -webkit-linear-gradient(bottom, #f05c9a, #f46173);
    background-image: -moz-linear-gradient(bottom, #f05c9a, #f46173);
    background-image: -o-linear-gradient(bottom, #f05c9a, #f46173);
    background-image: -ms-linear-gradient(bottom, #f05c9a, #f46173);
    background-image: linear-gradient(to top, #f05c9a, #f46173);
}

.invite-bottom-line_2 .invite-bottom-line__text {
    line-height: 1.688rem;
}

.little-prince-container .img-wrap {
    margin-top: 0;
}

.little-prince-container .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.flask {
    position: relative;
    text-align: center;
    font-size: 0;
}

.flask-text {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.invite-container .button,
.start-container .button {
    height: 4rem;
    color: #fff;
    background-color: #0094e9;
    border-radius: 1rem;
    text-align: center;
    line-height: 4rem;
}

.invite-container .button:active,
.invite-container .button:focus,
.start-container .button:active,
.start-container .button:focus {
    opacity: 1;
}

.invite-container_finish {
    background: #eee none;
}

.invite-container_finish .button {
    margin-top: 6.125rem;
    width: auto;
    color: #0094e9;
    font-weight: 700;
    font-size: 1.188rem;
    height: auto;
    line-height: 1.188rem;
    background-color: transparent;
    box-shadow: none;
}

.invite-container_sendrequest .form-content {
    margin-top: 3.125rem;
    margin-bottom: 2.875rem;
    padding: 0 2.813rem;
}

.invite-container_sendrequest .form__input {
    height: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.5rem;
}

.invite-container_sendrequest .form-row + .form-row {
    margin-top: 16px;
}

.bonus-count {
    position: relative;
    margin: 2.875rem auto 2.75rem;
    width: 18.88rem;
    height: 6.375rem;
}

.bonus-count:before {
    position: absolute;
    content: '';
    bottom: -0.375rem;
    left: 50%;
    margin-left: -0.375rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #3691e7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.bonus-count:after {
    position: absolute;
    content: '';
    bottom: -2.375rem;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 2.625rem;
    background-color: #3691e7;
}

.invite-container_sendrequest .form-content {
    position: relative;
}

.invite-container_sendrequest .form-content:before {
    position: absolute;
    content: '';
    bottom: -0.375rem;
    left: 50%;
    margin-left: -0.375rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #3691e7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.invite-container_sendrequest .form-content:after {
    position: absolute;
    content: '';
    bottom: -2.375rem;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 2.625rem;
    background-color: #3691e7;
}

.bonus-count__image {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 18.88rem;
    height: 6.375rem;
    z-index: 1;
}
.bonus-count-text {
    position: absolute;
    margin-top: 2.625rem;
    width: 100%;
    height: 100%;
}

.bonus-count-text__number {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    font-size: 3rem;
    line-height: 1;
    color: #0094e9;
    text-shadow: 1px 1px #fff;
    z-index: 4;
}

.bonus-count-text__number_shadow {
    top: 0.25rem;
    left: 0.25rem;
    color: #4f627a;
    text-shadow: 1px 1px #fff;
    z-index: 3;
}

.bonus-count-text__number_shadow-2 {
    top: -2px;
    left: 2px;
    color: #ddb8c7;
    text-shadow: none;
    z-index: 2;
}

.wrapper {
    height: 100%;
}

.wrapper-top {
    display: table;
    width: 100%;
    height: 28%;
}

.wrapper-bottom {
    position: relative;
    display: table;
    width: 100%;
    height: 25%;
}

.wrapper-h75 {
    display: table;
    width: 100%;
    height: 75%;
}

.wrapper-center {
    display: table;
    width: 100%;
    height: 47%;
}

.wrapper-full {
    display: table;
    width: 100%;
    height: 100%;
}

.wrapper-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0.625rem 1.25rem;
    text-align: center;
    box-sizing: border-box;
}

.content-block {
    display: table;
    vertical-align: middle;
    position: relative;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    max-height: 270px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}

.content-block.red {
    background-color: #fed6d6;
}

.content-block.yellow {
    background-color: #ffee91;
}

.content-block.green {
    background-color: #b8f2c4;
}

.content-block-full {
    max-height: none;
}

.content-block-inner {
    display: table-cell;
    vertical-align: middle;
}

.content-block-inner__text {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.content-block-inner__text_name {
    margin-top: 30px;
    font-size: 22px;
}

.content-block-inner__theme + .content-block-inner__text {
    margin-top: 30px;
}

.content-block-inner__theme {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: auto;
    font-size: 12px;
    line-height: 30px;
    color: #0094e9;
    text-transform: uppercase;
    letter-spacing: .093em;
}

.content-block-inner__theme:before,
.content-block-inner__theme:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, .11);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-block-inner__theme:before {
    left: -32px;
}

.content-block-inner__theme:after {
    right: -32px;
}

.form-content {
    margin-top: 26px;
}

.form-row {
    position: relative;
}

.form-row + .form-row {
    margin-top: 8px;
}

.error {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 2.125rem;
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #ff4a4a;
    -webkit-box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, .29);
    box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, .29);
    z-index: 1;
}

.form-row.warning input {
    position: relative;
    border: solid 1px #ff4a4a;
    z-index: 3;
}

.form-row.warning .error {
    display: block;
    z-index: 2;
}

.form__input {
    display: block;
    width: 100%;
    height: 2.125rem;
    font-size: 1rem;
    color: #000;
    border: none;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #eee;
}

.button {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    color: #0094e9;
    font-size: 1.25rem;
    height: 5rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 1.5rem;
    background-color: #fff;
    border: none;
    box-shadow: 0 0.625rem 1.125rem rgba(0, 0, 0, 0.23);
}

.button:active {
    top: 0.25rem;
    opacity: 0.8;
}

.hide {
    display: none !important;
}

.blue-text {
    color: #0094e9;
}

.card-container {
    position: relative;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.card-bg__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); /* FF3.6-15 * * Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.79) 45%, rgba(255, 255, 255, 0.73) 50%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0.32) 80%, rgba(255, 255, 255, 0.16) 88%, rgba(255, 255, 255, 0.07) 94%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0);
}

.card-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
    z-index: 0;
}

.card-bg_change:before {
    display: none;
}

.card-bg_change:after {
    background-color: #eee;
}

.card-top {
    position: relative;
}

.card-top_transition {
    transition: right 2s ease-out;
}

.card-top-inner {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0;
}

.card-top-inner_left {
    text-align: left;
}

.card-top-caption {
    display: none;
}

.card-top-caption_hide {
    visibility: hidden;
}

.card-top-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    width: 25%;
}

.card-top-item_hide {
    display: none;
}

.card-top-item-inner {
    position: relative;
    padding-bottom: 139.07%;
    width: 100%;
    height: 0;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.38);
    border: solid 1px rgba(49, 49, 49, 0.21);
    overflow: hidden;
    z-index: 1;
}

.card-top-item-inner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
}

.card-buttons {
    font-size: 0;
}

.buttons-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    padding-top: 40px;
    width: calc(50% - 4px);
    height: 80px;
    color: #0094e9;
    font-size: 20px;
    line-height: 40px;
    background-color: #fff;
    text-decoration: none;
    border: none;
}

.buttons-item input {
    color: #0094e9;
    border: none;
    background: transparent;
}

.buttons-item_no {
    border-radius: 24px 0 0 24px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
}

.buttons-item_yes {
    border-radius: 0 24px 24px 0;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
}

.buttons-item_no:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    background: url('../img/no-icon.png') 0 0 no-repeat;
    background-size: contain;
}

.buttons-item_yes:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 26px;
    background: url('../img/yes-icon.png') 0 0 no-repeat;
    background-size: contain;
}

.card-buttons-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    padding-bottom: 40px;
    width: calc(50% - 4px);
    height: 80px;
    color: #0094e9;
    font-size: 20px;
    line-height: 40px;
    background-color: #fff;
    text-decoration: none;
    border: none;
}

.card-buttons-item input {
    color: #0094e9;
    border: none;
    background: transparent;
}

.card-buttons-item.active,
.card-buttons-item:active,
.buttons-item:active {
    top: 4px;
    opacity: 0.8;
}

.card-buttons-item_no {
    border-radius: 24px 0 0 24px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
}

.card-buttons-item_yes {
    border-radius: 0 24px 24px 0;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
}

.question-container {
    position: relative;
    margin-top: 40px;
    padding-top: 0;
    z-index: 3;
}

.question-block {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.card-top-item-inner__img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-buttons-item_no:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    width: 26px;
    height: 32px;
    background: url('../img/no.png') 0 0 no-repeat;
    background-size: contain;
}

.card-buttons-item_yes:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    width: 26px;
    height: 32px;
    background: url('../img/yes.png') 0 0 no-repeat;
    background-size: contain;
}

.sign-up-content {
    padding: 30px 20px 18px;
}

.sign-up-success {
    position: relative;
    padding-top: 100px;
}

.sign-up-success__text {
    margin-bottom: 26px;
}

.sign-up-success:before {
    content: '';
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 32px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXZJREFUeNrN0z1IlQEUx+G4Fy52CcO+qIaEBiOi6BNcpGhoqLHCIaitKHApokGICNoMatFVEh2sIUgiFwmhIHLqY3Hs0lBE0Q0MhDg9wx0lfPX1nn7wLGf5T6e67v/oMONUSa+DGYIB0rtBME2d1PbzgyYHSa3Gc4KbpHeVYJY6qe3hKwv0klqFxwR3Se8iwVs2klo3n1jkBOk9IhgivXME79lMajuYJzhNeiMEw6R3hmCe7aS2hQ8EZ0lviGCUZXeIfqqU2XEWadDNshsmGGE9ZdTJG4JLFOoocwSTbGW13SF4QoXC7eIFwUt2s9J6WeALPay4TUwQvOMARaszS3CFVVfnIUGDkxTpFsEzapRShdsEPzlf4FubfGcfpXeNPy2X+Vc1pgmus2b10yQYREs2QDBDB2vaKT4TPFhicC/f+MUR2tIxPhKM0dW6V3lKMEhb6+EVwRTbuEDwmg20vZ1MEczR4Dd9pNXJKNFyj/Rq3GeCLkrrL/5dZf0LKaWKAAAAAElFTkSuQmCC') 0 0 no-repeat;
}

.load-container {
    display: table;
    width: 100%;
    z-index: 1000;
    position: relative;
    background-color: #eee;
}

.load-container .wrapper-center {
    height: 100%;
}

.load-container .load3 {
    margin: 50px 0;
}

.load3 .loader {
    font-size: 10px;
    margin: auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #0094e9 10%, rgba(0, 148, 233, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.load3 .loader:before {
    width: 50%;
    height: 50%;
    background: #0094e9;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.load3 .loader:after {
    background-color: #eeeeee;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.desktop-container {
    position: relative;
    width: 100%;
    min-width: 1000px;
    min-height: 100vh;
    background-color: #fff;
}

.desktop__text {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.desktop-top {
    position: relative;
    padding-top: 43px;
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.desktop-top .desktop__text {
    color: #fff;
    line-height: 1;
}

.desktop-top-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.desktop-top-halfpipe {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.desktop-top__title {
    position: absolute;
    left: 50%;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 37px;
    line-height: 40px;
    white-space: pre;
    background-color: #0094e9;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: 2;
}

.desktop-top__title_top {
    top: 0;
    margin-top: 43px;
}

.desktop-top__title_bottom {
    bottom: 0;
}

.desktop-top-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    width: 1000px;
    height: 427px;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}

.desktop-top-gif {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: 181px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.desktop-top-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 154px;
    width: 50%;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

.desktop-top-side_left {
    padding-right: 176px;
}

.desktop-top-side_right {
    padding-left: 176px;
}

.desktop-top-side__img {
    display: inline-block;
}

.desktop-top-side_left .desktop-top-side__img {
    margin-bottom: 13px;
}
.desktop-top-side_right .desktop-top-side__img {
    margin-bottom: 14px;
}

.desktop-bottom {
    position: relative;
    padding-top: 40px;
    width: 100%;
}

.desktop-bottom-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    width: 1000px;
    font-size: 0;
    text-align: left;
}

.desktop-bottom-captcha {
    display: inline-block;
    vertical-align: top;
    padding-right: 57px;
    padding-bottom: 44px;
    width: 330px;
    line-height: 1;
    text-align: center;
    border-right: 3px dotted rgba(0, 0, 0, .3);
}

.desktop-bottom__img {
    margin-bottom: 13px;
}

.desktop-form {
    margin-top: 8px;
    text-align: left;
}

.desktop-form-row {
    font-size: 0;
    text-align: center;
}

.desktop-form-row + .desktop-form-row {
    margin-top: 11px;
}

.desktop-form__result {
    margin-top: 11px;
    text-align: center;
}
.desktop-form__result.success {
    color: green;
}
.desktop-form__result.danger {
    color: red;
}

.desktop-input-wrap {
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 46px;
    line-height: 42px;
    text-align: left;
    background-color: #fefefe;
    border: solid 2px #e4e4e4;
}

.desktop-input-wrap_phone {
    padding: 0 10px 0 44px;
}

.desktop-input__img {
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
}

.desktop-input__control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #000;
    font-size: 18px;
    border: none;
}

.desktop-input__control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, .5);
}

.desktop-input__control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, .5);
}

.desktop-input__control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, .5);
}

.desktop-input__control:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, .5);
}

.desktop-captcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 97px;
    height: 46px;
    overflow: hidden;
}

.desktop-captcha__img {
    display: block;
    width: auto;
    height: 100%;
}

.desktop-input-wrap_captcha {
    display: inline-block;
    margin-left: 11px;
    padding: 0 18px;
    width: 160px;
}

.desktop-submit {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 46px;
    color: #fefefe;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #0094e9;
    border: none;
}

.desktop-bottom-qr {
    display: inline-block;
    vertical-align: top;
    margin-left: 36px;
    font-size: 0;
    width: calc(100% - 366px);
    text-align: left;
}

.desktop-bottom-qr-col {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    text-align: center;
}

.desktop-bottom-qr-item {
    line-height: 1;
}

.desktop-bottom-qr-item + .desktop-bottom-qr-item {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 3px dotted rgba(0, 0, 0, .3);
}

.qr-wrap {
    display: inline-block;
    vertical-align: top;
    width: 272px;
}

.qr__image {
    display: block;
    margin-top: 15px;
    margin-left: 12px;
    width: 100%;
    height: 100%;
}

.logo-animated {
    position: relative;
    margin: 0 auto;
    padding-top: 4rem;
    font-weight: 700;
    font-size: 1.688rem;
    line-height: 1.375rem;
    color: #0094e9;
}

.logo-animated:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 50%;
    margin-left: -2.813rem;
    width: 5.625rem;
    height: 3.5rem;
    background: url('../img/animation-swipe.gif') center center no-repeat;
    background-size: contain;
}

.scratch-card {
    position: relative;
    width: 100%;
}

.scratch-card-top {
    padding-top: 10px;
    padding-bottom: 20px;
}

.scratch-card__gif {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}

.scratch-card__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35%;
    z-index: 1;
}

.circle {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    position: relative;
    width: 121px;
    height: 121px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s, transform 0.45s;
}

.circle_ready {
    opacity: 1;
    transform: scale(1);
}

.circle__progress {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}

.circle__progress-step {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}

.circle__progress-step_first {
    left: 50%;
}

.circle__progress-step_last {
    right: 50%;
}

.circle__progress-round {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    transform: rotate(-180deg);
    transition: transform 0.6s linear;
}

.circle__progress-round::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(200% - 6px);
    border: 3px solid #0094e9;
    border-radius: 50%;
}

.circle__progress-round_left {
    left: 0;
    transform-origin: 100% 50%;
    transition-delay: 0.6s;
}

.circle__progress-round_left::after {
    left: 0;
}

.circle__progress-round_right {
    right: 0;
    transform-origin: 0 50%;
    transition-delay: 0s;
}

.circle__progress-round_right::after {
    right: 0;
}

.circle__text {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__text-inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.question-title {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    color: #0094e9;
}

.question-title_top {
    top: 0;
    color: #000;
}

.question-title_bottom {
    bottom: 0;
}

.leader-name {
    font-size: 2.188rem;
    line-height: 2.188rem;
}

.js-getphone-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    z-index: 1000;
}

.coming-soon-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    line-height: 26px;
    z-index: 2;
}

.coming-soon-card .question-block {
    background-color: #fff;
}

.coming-soon-card .question-block p {
    line-height: 20px;
}

.coming-soon-card.show-0 {
    background-color: transparent;
}

.coming-soon-time {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.coming-soon-time .button {
    font-size: 1rem;
    line-height: 80px;
}

.settings-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.settings-card .content-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    box-shadow: none;
}

.settings-card-title {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
}

.settings-card-title_top {
    top: 0;
    padding-top: 20px;
}

.settings-card-title_bottom {
    bottom: 0;
    padding-bottom: 10px;
}

.settings-card-title p {
    line-height: 15px;
}

.settings-card-persons {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    background-image: url(../img/persons.png);
    background-position: 0 0;
}

.little-prince-container .img-wrap {
    margin-top: 0;
}

.little-question-image-wrap {
    position: absolute;
    top: -8px;
    left: -17px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .31);
    -moz-box-shadow: 0 10px 24px rgba(0, 0, 0, .31);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .31);
    border: solid 2px #fff;
    overflow: hidden;
}

.little-question-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 48px;
    width: auto;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.little-label-wrap {
    position: relative;
    margin: 10px auto 0;
    width: 52px;
    height: 62px;
}

.little-label {
    display: block;
    width: 52px;
    height: 62px;
}

.content-block-inner__text_name + .content-block-inner__text {
    margin-top: 40px;
}

.invite-container_finish .content-block {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.invite-container_finish .img-wrap {
    margin: 0 auto;
}

.invite-container_finish .img-wrap img {
    width: 1.5rem;
    height: 1.313rem;
}

.invite-container_finish p + p {
    margin-top: 2.063rem;
    line-height: 1.938rem;
    font-size: 1.438rem;
}

.js-geolocation .logo-animated{
    margin-bottom: 1.25rem;
}

.js-geolocation .img-wrap {
    width: 55px;
    height: 46px;
}

.js-geolocation .img-wrap img {
    display: block;
    width: 100%;
}

@media screen and ( max-height: 568px ) {
    .content-block {
        padding: 10px;
    }

    .scratch-card {
        padding: 0 10px;
    }

    .little-label-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 40px;
        height: 46px;
    }

    .little-label {
        width: 40px;
        height: 46px;
    }

    .little-prince-container p {
        margin-top: 0;
    }

    .little-prince-container .content-block-inner__text_name + p {
        margin-top: 0;
    }

    .little-prince-container .content-block-inner__text_name {
        font-size: 18px;
    }

    .little-prince-container .content-block-inner__text {
        font-size: 14px;
        line-height: 22px;
    }

    .little-prince-container .img-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .form__input {
        height: 32px;
        font-size: 16px;
    }

    .content-block-inner__theme + .content-block-inner__text {
        margin-top: 10px;
    }
}

.desktop-phone,
.desktop-phone-screen {
    height: 100%;
}

.desktop-phone-screen {
    background-color: #eee;
}

.js-anon-mode {
    background: #fff;
}
.js-anon-mode .content-block {
    box-shadow: none
}

.finish-container .logo-animated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
    html.desktop {
        font-size: 14px;
    }

    body.desktop {
        height: 100%;
        min-height: 782px;
    }

    body.desktop .layout {
        height: 100%;
        background: url("../img/desktop-bg.jpg") center no-repeat;
        background-size: cover;
        overflow: auto;
    }

    body.desktop .desktop-phone {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -375px;
        margin-left: -185px;
        width: 370px;
        height: 750px;
        background: url("../img/phone-bg.png") center no-repeat;
        background-size: cover;
    }

    body.desktop .desktop-phone-screen {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -284px;
        margin-left: -160px;
        width: 320px;
        height: 568px;
        overflow: hidden;
    }

    body.desktop .content-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.desktop .scratch-card {
        padding: 0 10px;
    }

    body.desktop .little-label-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 40px;
        height: 46px;
    }

    body.desktop .little-label {
        width: 40px;
        height: 46px;
    }

    body.desktop .little-prince-container p {
        margin-top: 0;
    }

    body.desktop .little-prince-container .content-block-inner__text_name + body.desktop p {
        margin-top: 0;
    }

    body.desktop .little-prince-container .content-block-inner__text_name {
        font-size: 18px;
    }

    body.desktop .little-prince-container .content-block-inner__text {
        font-size: 14px;
        line-height: 22px;
    }

    body.desktop .little-prince-container .img-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    body.desktop .content-block-inner__theme + body.desktop .content-block-inner__text {
        margin-top: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (min-device-height: 480px) {
    html:not(.desktop) {
        font-size: 11px;
    }
}

@media only screen and (min-device-width: 320px) and (min-device-height: 568px){
    html:not(.desktop) {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 360px) and (min-device-height: 640px) {
    html:not(.desktop) {
        font-size: 15px;
    }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 667px) {
    html:not(.desktop) {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 410px) and (min-device-height: 736px) {
    html:not(.desktop) {
        font-size: 17px;
    }
}

@media only screen and (min-device-width: 410px) and (min-device-height: 820px) {
    html:not(.desktop) {
        font-size: 17px;
    }
}

