html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0
}

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

main {
    display: block;
}

.page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header {
	display: none;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

A:hover {
	opacity: 0.8;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

input {
    border: 1px solid transparent
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

p,
h2 {
    margin: 0;
    padding: 0
}

button,
button:focus,
input,
select {
    outline: none
}

a,
button {
    cursor: pointer
}

button {
    display: block
}

img {
    display: block;
    max-width: 100%
}

label {
    display: block
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

html,
body {
    font-family: roboto, arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    background-color: #fff
}

.page-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100vh
}

.background-photo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/background-photo-small.png);
    background-size: cover;
    background-position: top center;
    -webkit-box-shadow: inset 0 0 0 51vw rgba(29, 14, 83, .6);
    box-shadow: inset 0 0 0 51vw rgba(29, 14, 83, .6);
    border-bottom-left-radius: 8px
}

.background-photo~* {
    position: relative;
    z-index: 1
}

.header {
    width: 100%;
    height: 45px;
    background-color: transparent
}

.container,
.header-container,
.learn-more__container {
    width: calc(100% - 40px);
    margin: 0 auto
}

.header-wrapper {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    width: 78px
}

.header__login {
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.already-registered {
    display: none
}

.header__login-button {
    display: block;
    padding-left: 15px;
    font-weight: 300;
    line-height: normal;
    background-image: url(../img/log-in.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px 14px;
    color: #fff
}

.header__login-button:focus {
    background-color: rgba(152, 156, 234, .4)
}

.slogan-text {
    margin-bottom: 18px;
    font-family: montserrat, arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .4px;
    text-transform: uppercase
}

.register-form__item {
    position: relative;
    margin-bottom: 18px
}

.register-form__item-wrapper {
    position: relative
}

.gender {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.label-text {
    font-size: .85rem;
    width: 23.2%;
    margin-right: 10px
}

.genders__items-wrapper {
    width: 73.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.genders__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42.85%
}

.genders__label {
    position: relative;
    padding-left: 25px
}

.genders__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 3px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, .3)
}

.genders__input:checked+.genders__label::before {
    background-image: url(../img/done.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, .3)
}

.register-form__input-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.register-form__input,
.birth-date__input {
    width: 73.5%;
    padding: 6px 0 8px 10px;
    border-radius: 6px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.birth-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.birth-date {
    width: 73.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.birth-date__input {
    width: 25%;
    padding-left: 5px;
    color: transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, .7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    background-image: url(../img/arrows.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 5px 17px
}

.birth-date__input[name=birth-month] {
    width: 42%
}

.select-item {
    color: #252525
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 5px
}

.button-done {
    width: 41%;
    text-align: center;
    padding: 9px 0 10px;
    border-radius: 6px;
    color: #252525;
    -webkit-box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
    box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
    background-color: rgba(255, 255, 255, .9);
    -webkit-appearance: none
}

.learn-more-btn {
    font-size: .85rem;
    color: #32c5ff
}

.confidential-info__label {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: .64rem;
    line-height: 1.22;
    letter-spacing: .14px;
    text-align: left
}

.confidential-info__text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px #f96161;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.confidential-info__text {
    color: #f96161
}

.confidential-info__input:checked+.confidential-info__text {
    color: rgba(255, 255, 255, .7)
}

.confidential-info a {
    color: rgba(255, 255, 255, .7)
}

.confidential-info__input:checked+.confidential-info__text::before {
    background-image: url(../img/done.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: center;
    border-color: #fff
}

.learn-more {
    padding-top: 17px;
    padding-bottom: 30px;
    color: #252525;
    background-color: #fff
}

.learn-more__why-header {
    margin-bottom: 5px;
    font-family: montserrat, arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase
}

.learn-more__why-text {
    margin-bottom: 17px;
    line-height: 1.36;
    color: #4e4e4e
}

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

.advantages-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    color: #4e4e4e
}

.advantages-list__icon {
    width: 50px
}

.advantages-list__text {
    width: calc(100% - 65px)
}

.create-btn {
    display: block;
    width: 51.78%;
    padding: 7px 0 8px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
    box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
    background-image: -o-linear-gradient(right, #6b4576, #493e6b);
    background-image: -webkit-gradient(linear, right top, left top, from(#6b4576), to(#493e6b));
    background-image: linear-gradient(to left, #6b4576, #493e6b);
    text-align: center;
    color: #fff;
    text-decoration: none
}

.learn-more__create-btn {
    margin-bottom: 30px
}

.mobile-block {
    min-height: 26vh;
    margin-bottom: 25px;
    background-image: url(../img/phone-m.png);
    background-repeat: no-repeat;
    background-size: cover
}

.mobile-block__header {
    margin-bottom: 10px;
    font-family: montserrat, arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .5px;
    color: #252525
}

.mobile-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mobile-block__inner-wrapper {
    width: 60%;
    padding-top: 15px
}

.mobile-block__text {
    line-height: 1.39;
    color: #4e4e4e
}

.desktop-only {
    display: none
}

#email {
    position: relative;
    z-index: 9
}

#email-options {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    width: 73.5%;
    overflow-y: auto;
    max-height: 72px;
    z-index: 8;
    border-radius: 0 0 10px 10px;
    border: 1px solid #b8b8b8;
    border-top: none;
    display: none
}

#email-options li {
    font-size: .9rem;
    border-bottom: 1px solid #b8b8b8;
    padding-left: 8px;
    height: 24px;
    line-height: 25px;
    color: #0091ff
}

#email-options li:hover {
    color: #fff;
    background: #0091ff
}

.main-nav {
    display: block!important;
    background-color: #493e6b;
    padding: 0 20px
}

.main-nav ul {
    text-align: center;
    margin: 0;
    padding: 0
}

.main-nav li {
    display: block;
    line-height: 30px;
    padding: 10px
}

.main-nav a {
    text-decoration: none;
    color: #fff
}

.error-block {
    position: relative;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 5px;
    margin-bottom: -5px;
    left: -20px;
    width: 100vw;
    min-height: 29px;
    font-size: .75rem;
    text-align: center;
    background-color: #f96161
}

.gender-error-block,
.age-error-block {
    top: -13px
}

.password-error-block {
    margin-bottom: -7px
}

.error-block img {
    margin-right: 10px
}

.js-input-error {
    text-align: left;
    max-width: 82%
}

.dark-colored {
    color: #252525
}


@media(-webkit-min-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .background-photo {
        background-image: url(../img/background-photo-small@2x.png)
    }
    .mobile-block {
        background-image: url(../img/phone-m@2x.png)
    }
}

@media(min-width:375px) {
    html,
    body {
        font-size: 16px
    }
    .background-photo {
        background-image: url(../img/background-photo-medium.png)
    }
    .header {
        height: 55px
    }
    .header__logo {
        width: 103px
    }
    .register-form__item {
        margin-bottom: 25px
    }
    .label-text {
        margin-right: 15px
    }
    .genders__label {
        padding-left: 30px
    }
    .genders__label::before {
        width: 20px;
        height: 20px
    }
    .genders__input:checked+.genders__label::before {
        background-size: 12px 12px
    }
    .register-form__input,
    .birth-date__input {
        padding: 10px 0 10px 15px
    }
    .birth-date__input {
        padding-left: 7px;
        background-size: 6px 20px
    }
    .button-wrapper {
        margin-top: 30px;
        margin-bottom: 10px
    }
    .confidential-info__label {
        padding-left: 25px
    }
    .confidential-info__text::before {
        width: 15px;
        height: 15px;
        border-radius: 3px
    }
    .confidential-info__input:checked+.confidential-info__text::before {
        background-size: 10px 10px
    }
    .learn-more {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .learn-more__why-header {
        margin-bottom: 10px
    }
    .learn-more__why-text {
        margin-bottom: 29px
    }
    .create-btn {
        padding: 11px 0 14px;
        margin-bottom: 35px
    }
    .advantages-list__item {
        margin-bottom: 30px
    }
    .error-block {
        top: 7px;
        margin-bottom: -3px;
        min-height: 40px
    }
    .gender-error-block,
    .age-error-block {
        top: -18px
    }
    .password-error-block {
        margin-bottom: -10px
    }
    #email-options {
        max-height: 90px
    }
    #email-options li {
        font-size: .9rem;
        border-bottom: 1px solid #b8b8b8;
        padding-left: 8px;
        height: 30px;
        line-height: 25px;
        color: #0091ff
    }
}

@media(-webkit-min-device-pixel-ratio:1.5) and (min-width:375px),
(-o-min-device-pixel-ratio:3/2) and (min-width:375px),
(min-resolution:144dpi) and (min-width:375px),
(min-resolution:1.5dppx) and (min-width:375px) {
    .background-photo {
        background-image: url(../img/background-photo-small@2x.png)
    }
}

@media(min-width:425px) {
    html,
    body {
        font-size: 18px
    }
    .background-photo {
        background-image: url(../img/background-photo-large.png)
    }
    .container {
        width: calc(100% - 50px)
    }
    .header__logo {
        width: 113px
    }
    .slogan-text {
        margin-bottom: 28px
    }
    .register-form__input,
    .birth-date__input {
        padding: 11px 0 12px 20px
    }
    .birth-date__input {
        padding-left: 7px;
        background-size: 8px 25px
    }
    .learn-more__list {
        margin-bottom: 45px
    }
    .mobile-block {
        margin-bottom: 35px
    }
    .advantages-list__icon {
        width: 55px
    }
    .advantages-list__text {
        width: calc(100% - 70px)
    }
    .create-btn {
        padding: 14px 0 16px;
        margin-bottom: 35px
    }
    .mobile-block {
        min-height: 25vh
    }
    .error-block {
        left: -25px;
        top: 7px;
        margin-bottom: -5px
    }
    .gender-error-block,
    .age-error-block {
        top: -18px
    }
    .password-error-block {
        margin-bottom: -10px
    }
}

@media(min-width:480px) {
    .main-nav li {
        display: inline-block
    }
}

@media(-webkit-min-device-pixel-ratio:1.5) and (min-width:425px),
(-o-min-device-pixel-ratio:3/2) and (min-width:425px),
(min-resolution:144dpi) and (min-width:425px),
(min-resolution:1.5dppx) and (min-width:425px) {
    .background-photo {
        background-image: url(../img/background-photo-large@2x.png)
    }
}

@media(min-height:750px) and (max-width:425px) {
    .header {
        margin-bottom: 10vh
    }
}

@media(min-width:968px) {
    .background-photo {
        display: none
    }
    .mobile-only {
        display: none
    }
    .desktop-only {
        display: block
    }
    .page-wrapper {
        background: url("../img/background-desktop.jpg");
        background-size: cover, cover
    }
    .header-container {
        width: 65.15%;
        min-width: 870px;
        max-width: 1000px
    }
    .header {
        height: 90px
    }
    .header__logo {
        width: 139px
    }
    .header__login {
        width: 400px
    }
    .already-registered {
        display: block;
        margin-right: 20px
    }
    .header__login-button {
        min-width: 125px;
        padding: 9px 15px 11px;
        border-radius: 6px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
        box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
        background: rgba(255, 255, 255, .9);
        color: #252525;
        text-decoration: none;
        text-align: center
    }
    .container {
        width: 67.35%
    }
    .main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 1100px;
        max-width: 1100px
    }
    .image {
        width: 44%;
        background-image: url(../img/photo-desktop-m.png);
        background-size: cover;
        border-bottom-left-radius: 8px
    }
    .content {
        width: 56%;
        min-height: 75vh;
        max-width: 1100px;
        padding: 4vh 55px 5vh;
        background-color: #6B4577; /*#3a3774;*/
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
    .register-form__item {
        margin-bottom: 30px
    }
    .register-form__input,
    .birth-date__input {
        font-size: .9rem;
        padding: 7px 0 7px 15px
    }
    .birth-date__input {
        background-size: 7px 19px
    }
    .birth-date__input[name=birth-month] {
        width: 38%
    }
    .button-wrapper {
        margin-bottom: 13px
    }
    .button-done {
        padding: 15px 0
    }
    .confidential-info {
        margin-bottom: 0
    }
    .learn-more__container,
    .desktop-container {
        width: 76.28%;
        max-width: 1200px
    }
    .desktop-container {
        margin: 0 auto
    }
    .learn-more__why-header,
    .learn-more__why-text {
        text-align: center
    }
    .learn-more__why-text {
        width: 375px;
        margin: 0 auto 30px
    }
    .advantages-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }
    .advantages-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 32%;
        padding: 3vh 0 5vh;
        margin-bottom: 0;
        background-color: #eceff5;
        line-height: 1.28;
        text-align: center;
        border-radius: 20px
    }
    .advantages-list__text {
        width: 90%;
        max-width: 262px
    }
    .advantages-list__image {
        margin-bottom: 30px
    }
    .advantages-list__icon {
        margin-bottom: 15px
    }
    .create-btn {
        width: 200px;
        margin-left: auto;
        margin-right: auto
    }
    .learn-more__create-btn {
        margin-bottom: 10vh
    }
    .mobile-block {
        position: relative;
        min-height: 350px;
        margin-bottom: 193px;
        background-color: #eceff5;
        background-image: none;
        border-radius: 20px
    }
    .mobile-block__inner-wrapper {
        width: 40%;
        padding-top: 60px
    }
    .mobile-block__text {
        font-size: .9rem;
        width: 90%;
        max-width: 408px
    }
    .positioned {
        position: absolute;
        top: -33px;
        left: 4%
    }
    .mobile-block__create-btn {
        margin: 30px 0 0
    }
    .error-block {
        width: calc(100% + 110px);
        left: -55px;
        top: 5px;
        margin-bottom: -19px;
        min-height: 40px
    }
    .gender-error-block,
    .age-error-block {
        top: -25px
    }
    .password-error-block {
        margin-bottom: -15px
    }
    .js-input-error {
        max-width: 72%
    }
}

@media(-webkit-min-device-pixel-ratio:1.5) and (min-width:968px),
(-o-min-device-pixel-ratio:3/2) and (min-width:968px),
(min-resolution:144dpi) and (min-width:968px),
(min-resolution:1.5dppx) and (min-width:968px) {
    .page-wrapper {
        background: -o-linear-gradient(top, rgba(109, 105, 193, 0.7) -5%, rgba(195, 193, 225, 0.7) 106%), url("../img/background-desktop@2x.jpg");
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-5%, rgba(109, 105, 193, 0.7)), color-stop(106%, rgba(195, 193, 225, 0.7))), url("../img/background-desktop@2x.jpg");
        background: linear-gradient(to bottom, rgba(109, 105, 193, 0.7) -5%, rgba(195, 193, 225, 0.7) 106%), url("../img/background-desktop@2x.jpg");
        background-size: cover, cover
    }
    .image {
        background-image: url(../img/photo-desktop-m@2x.png)
    }
}

@media(min-width:1200px) {
    .mobile-block__inner-wrapper {
        width: 45%
    }
}

@media(min-width:1367px) {
    .content {
        padding-left: 70px;
        padding-right: 70px
    }
    .error-block {
        width: calc(100% + 140px);
        left: -70px
    }
}

@media(min-width:1367px) and (min-height:900px) {
    .header {
        margin-bottom: 9vh
    }
    .content {
        min-height: 65vh
    }
}

@media(min-width:1440px) {
    .positioned {
        left: 10%
    }
}

.active-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-invalid {
    background-color: rgba(249, 97, 97, .2);
    border-color: #f96161
}

.red-colored {
    color: #f96161;
    background: 0 0
}

.select-changed {
    color: #fff
}

.product-id {
    display: none
}

.uppercased {
    text-transform: uppercase
}

.js-error-email a {
    color: #fff
}

.form-title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	text-transform: uppercase;
	color: #64C3FA;
	margin-bottom: 20px;
	margin-top: 0;
}

.form-input-text {
	border: 1px solid #b6b6b6;
    box-sizing: border-box;
	border-radius: 5px;
	width: 250px;
	height: 40px;
	padding: 0 14px;
	margin-bottom: 17px;
	background: none;
	font-size: 24px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.form-input-text:focus, .form-input-text:active {
	border: 1px solid #fff;
}

.form-button {
	font-family: 'Roboto';
	width: 250px;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #3F3F40;
	padding: 15px 0;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(29, 29, 29, .3);
    background-color: rgba(255, 255, 255, .9);
    -webkit-appearance: none;
    border: 0;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  	-o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  	transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.form-button:hover {
	background: #27AE60;
	color: #fff;
	-webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  	-o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  	transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.form-errors {
	color: #ff0000;
	margin: 15px 0;
}

.form-loader {
	display: none;
}

.ep-form .code-row .input-label {
    padding-top: 0;
}

.form-text {
	margin-bottom: 15px;
}

.input-label {
	margin-bottom: 5px;
}

.errors {
    display: none;
    text-align: center;
    margin: 20px;
    color: #D6374A;
}

.messages {
    display: none;
    color: #ffffff;
    margin: 15px 0;
    text-align: center;
}

.register-form {
	margin-top: 30px;
}