/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers (opinionated).
   */

body {
    margin: 0;
}


/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 1em 40px;
}


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */

a:active,
a:hover {
    outline-width: 0;
}


/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}


/**
   * Add the correct background and color in IE 9-.
   */

mark {
    background-color: #ff0;
    color: #000;
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}


/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
}


/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,

/* 1 */

menu {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Scripting
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}


/**
   * Add the correct display in IE.
   */

template {
    display: none;
}


/* Hidden
     ========================================================================== */


/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

body * {
    max-height: 1000000px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    border-radius: 0px;
    outline: none;
    font-family: 'Gilroy';
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    font-family: 'TT Norms';
    background: #bbddc8;
}

.all {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #bbddc8;
}

.all__data {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
}

.page1 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 32px;
    padding-top: 23px;
    display: block;
}

.page1-logo {
    display: block;
    width: 395px;
    position: absolute;
    top: 35px;
    left: 64px;
    z-index: 3;
}

.page1-logo--t1 {
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
}

.page1-logo__image {
    width: 100%;
    cursor: pointer;
}

.top-links {
    width: 100%;
    position: absolute;
    right: 64px;
    top: 0px;
    text-align: right;
    z-index: 2;
}

.top-links__link {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    height: 104px;
    background: #73a382;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 379px;
    margin-left: 18px;
    text-align: center;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

.top-links__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.top-links--type2 {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 0px;
    width: 100%;
}

.top-links--type2__d1 {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.top-links--type2__d2 {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: right;
}

.start-block {
    display: block;
    margin: 0 auto;
    width: 920px;
    height: 936px;
    background: url(../images/start.png) center no-repeat;
    position: relative;
    left: -5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 149px;
    padding-left: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.start-block__text {
    text-align: center;
    color: #bbddc8;
    font-size: 31px;
    font-family: 'Lilita One Rus';
    display: block;
    padding-bottom: 14px;
}

.start-block__title {
    text-align: center;
    color: #ffffff;
    font-size: 122px;
    font-family: 'Lilita One Rus';
    line-height: 80px;
}

.start-block__title span {
    display: block;
    text-align: center;
    font-size: 83px;
    padding-top: 5px;
}

.block-button {
    width: 100%;
    font-size: 0px;
    margin-top: -162px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 32px;
}

.block-button__d1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}

.button {
    display: inline-block;
    cursor: pointer;
    width: 414px;
    height: 96px;
    border-radius: 96px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    background: #74a483;
    line-height: 32px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 14px 9px 0px rgba(25, 50, 32, 0.26);
}

.button__center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.block-button__d2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

.block-button__d2 .button {
    width: 510px;
}

.button--t1 {
    font-size: 45px;
}

.block-button--type2 {
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.block-button__line {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.rules {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 80px;
    padding-top: 68px;
    padding-bottom: 10px;
}

.rules__text {
    font-size: 17px;
    font-weight: 500;
    color: #74a383;
    line-height: 16px;
}

.rules__year {
    display: block;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    right: 0px;
    text-align: center;
    line-height: 56px;
    border: 4px #74a483 solid;
    font-size: 36px;
    font-family: 'Lilita One Rus';
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #73a383;
}

.page2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 143px;
    display: none;
}

.page2__title {
    text-align: center;
    color: #fff;
    font-size: 140px;
    font-family: 'Lilita One Rus';
}

.block-form {
    width: 100%;
    font-size: 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.block-form::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: url(../images/bg.png) top center no-repeat;
    left: 0px;
    height: 718px;
    z-index: 2;
    top: -90px;
}

.block-form__d1 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% + 76px);
    font-size: 15px;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.block-form__form {}

.block-form__round {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border: 6px #fff solid;
    display: block;
    border-radius: 35px;
    margin-bottom: 10px;
}

.form-item {
    width: 414px;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
}

.block-form__d1 .form-item {
    padding-right: 50px;
}

.block-form__d2 .form-item {
    padding-left: 50px;
}

.block-form__title {
    text-align: center;
    color: #fff;
    font-size: 68px;
    font-family: 'Lilita One Rus';
    padding-top: 8px;
    padding-bottom: 10px;
}

.block-form__line {
    display: block;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    z-index: 20;
}

.block-form__input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 57px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 57px;
    background: #74a483;
    border: 1px transparent solid;
    font-family: 'TT Norms';
    font-size: 29px;
    padding: 0 20px;
}

.block-form__input::-webkit-input-placeholder {
    color: #fff;
}

.block-form__input::-moz-placeholder {
    color: #fff;
}

.block-form__input:-ms-input-placeholder {
    color: #fff;
}

.block-form__input:-moz-placeholder {
    color: #fff;
}

.form-page__file {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.form-page__file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.form-page__file-name {
    background: #fff;
    width: 101px;
    height: 101px;
    line-height: 101px;
    border-radius: 50%;
    background: #74a483;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.form-page__file-name img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.form-page__file-name--error {
    color: #fff;
    background: #ce5068;
}

.block-form__d2 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 76px);
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.block-form__d1 .form-page__file-name {
    margin-left: auto;
    margin-right: 0;
}

.block-form__line--left {
    text-align: left;
}

.block-form__line--right {
    text-align: right;
}

.form-page__file-name1,
.form-page__file-name2 {
    display: block;
    position: absolute;
    background: #fff;
    text-align: center;
    color: #74a483;
    font-size: 20px;
    width: 363px;
    height: 57px;
    line-height: 57px;
    right: -5px;
    border-radius: 57px;
    top: -5px;
    font-weight: bold;
    display: none;
    z-index: 10;
}

.form-page__file-name2 {
    left: -5px;
}

.form-page__file-name--error {
    display: block;
}

.form-page__file:hover .form-page__file-name1,
.form-page__file:hover .form-page__file-name2 {
    display: block;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 50%;
    border: 8px #74a483 solid;
    margin-right: 9px;
}

.checkbox--active:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/check.png) center no-repeat;
    width: 41px;
    height: 35px;
    content: '';
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.checkbox input {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}

.checkbox--error {
    border-color: red;
}

.form-page__data {
    display: block;
    width: 100%;
    color: #74a483;
    font-size: 17px;
}

.block-form__d2 .form-page__file-name {}

.block-flex {}

.block-flex--t1 {}

.passport {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #74a483;
    font-size: 29px;
    margin-left: 15px;
}

.block-flex--t2 {}

.block-form__data {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding-left: 220px;
    padding-top: 5px;
    margin-top: -5px;
    z-index: 2;
}

.block-form__rule {}

.block-form__checkbox {
    position: absolute;
}

.block-form__text {
    font-size: 18px;
    color: #74a483;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding-left: 95px;
    line-height: 17px;
}

.block-form__end {
    width: 557px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 5;
}

.block-form__button {
    width: 100%;
    cursor: pointer;
    height: 96px;
    border-radius: 96px;
    color: #fff;
    text-transform: uppercase;
    background: #74a483;
    border: none;
    font-size: 45px;
    font-weight: bold;
    font-family: 'TT Norms';
    box-shadow: 0px 14px 9px 0px rgba(25, 50, 32, 0.26);
}

.block-form__help {
    display: inline-block;
    position: absolute;
    color: #74a483;
    font-size: 28px;
    font-weight: bold;
    width: 450px;
    left: 100%;
    top: 42px;
    margin-left: 50px;
    cursor: pointer;
}

.rules-box {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 32px;
    margin-top: -45px;
}

.page3 {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 32px;
    padding-top: 180px;
    display: none;
}

.page3__title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Lilita One Rus';
    font-size: 140px;
    line-height: 155px;
    padding-bottom: 20px;
}

.page3__moderation {
    display: block;
    margin: 0 auto;
    box-shadow: 0px 14px 9px 0px rgba(25, 50, 32, 0.26);
    width: 855px;
    height: 96px;
    border-radius: 96px;
    background: #74a483;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.page3__moderation span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page3__line {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.page3__help {
    font-size: 31px;
    box-shadow: 0px 14px 9px 0px rgba(25, 50, 32, 0.26);
    height: 89px;
    border-radius: 89px;
    background: #74a483;
    width: 381px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 30px;
    cursor: pointer;
}

.page3__help span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img-block {
    display: block;
    margin: 0 auto;
    font-family: 'Lilita One Rus';
    width: 297px;
    height: 303px;
    background: url(../images/page3.png) center no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 50px;
    padding-left: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-block__text {
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #bbddc8;
    padding-bottom: 5px;
}

.img-block__title {
    color: #fff;
    font-size: 40px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.img-block__title span {
    font-size: 27px;
    display: block;
    width: 100%;
    text-align: center;
}

.page3 .rules {
    margin-top: -50px;
}


/* adaptive */

@media (max-width: 1920px) and (min-width: 1201px) {
    html {
        zoom: 87.5%;
    }
    @-moz-document url-prefix() {
        html {
            transform: scale(0.875);
            transform-origin: left top;
            width: calc(100% / 0.875);
            height: calc(100% / 0.875);
        }
    }
}

@media (max-width: 1870px) {
    .start-block {
        width: 600px;
        height: 610px;
        padding-top: 94px;
    }
    .page1 {
        padding-top: 125px;
    }
    .start-block__text {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .start-block__title {
        font-size: 80px;
        line-height: 52px;
    }
    .start-block__title span {
        font-size: 52px;
    }
    .button {
        width: 310px;
        font-size: 26px;
    }
    .block-button__d2 .button {
        width: 310px;
    }
}

@media (max-width: 1600px) {
    .block-form__end {
        width: 410px;
    }
    .block-form__button {
        font-size: 35px;
    }
    .block-form__help {
        font-size: 22px;
        margin-left: 30px;
        width: 370px;
    }
}

@media (max-width: 1400px) {
    .top-links {
        right: 30px;
    }
    .page1-logo {
        left: 30px;
    }
    .start-block {
        width: 500px;
        height: 508px;
        padding-top: 94px;
    }
}

@media (max-width: 1280px) {
    .page2 {
        padding-top: 114px;
    }
    .block-form__round {
        border-width: 2px;
    }
    .page2__title {
        font-size: 84px;
        padding-bottom: 6px;
    }
    .block-form__d1 {
        width: calc(50% + 43px);
    }
    .block-form__d2 {
        width: calc(50% - 43px);
        padding-left: 11px;
    }
    .block-form__d1 .form-item {
        padding-right: 14px;
    }
    .block-form__d2 .form-item {
        padding-left: 12px;
    }
    .form-item {
        width: 255px;
    }
    .block-form__title {
        font-size: 41px;
        padding-top: 20px;
    }
    .block-form__input {
        height: 34px;
        border-radius: 34px;
        font-size: 17px;
    }
    .top-links__link {
        width: 212px;
        height: 58px;
        font-size: 12px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-left: 6px;
    }
    .top-links {
        right: 39px;
    }
    .page1-logo {
        width: 225px;
        top: 23px;
        left: 39px;
    }
    .start-block {
        width: 592px;
        height: 602px;
        left: -10px;
    }
    .page1 {
        padding: 0 22px;
        padding-top: 74px;
    }
    .block-button {
        margin-top: -45px;
        padding: 0 14px;
    }
    .button {
        width: 257px;
        height: 60px;
        border-radius: 60px;
        font-size: 21px;
        line-height: 21px;
    }
    .button--t1 {
        font-size: 28px;
    }
    .rules {
        padding-top: 33px;
        padding-right: 40px;
    }
    .rules__text {
        font-size: 10px;
        line-height: 11px;
    }
    .rules__year {
        border-width: 2px;
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 23px;
    }
    .form-page__file-name {
        width: 61px;
        height: 61px;
        line-height: 61px;
    }
    .form-page__file-name img {
        max-width: 42px;
        max-height: 42px;
    }
    .form-page__file-name1,
    .form-page__file-name2 {
        width: 215px;
        height: 33px;
        line-height: 33px;
        font-size: 12px;
    }
    .form-page__file-name1 {
        right: 0px;
    }
    .form-page__file-name2 {
        left: 0px;
    }
    .checkbox {
        width: 32px;
        height: 32px;
        border-width: 5px;
    }
    .passport {
        font-size: 17px;
    }
    .block-form__line {
        padding-bottom: 17px;
    }
    .block-form__round {
        margin-bottom: 30px;
    }
    .block-flex--t2 {
        padding-left: 20px;
    }
    .block-form__text {
        font-size: 10px;
        line-height: 13px;
    }
    .block-form__data {
        width: 716px;
        padding-left: 170px;
        padding-top: 10px;
    }
    .block-form__checkbox {
        margin-left: 46px;
        padding-top: 5px;
    }
    .block-form::before {
        background: url(../images/bg3.png) top center no-repeat;
        height: 479px;
    }
    .block-form__end {
        width: 323px;
    }
    .block-form__button {
        height: 56px;
        border-radius: 56px;
        font-size: 26px;
    }
    .block-form__help {
        font-size: 16px;
        width: 260px;
        top: 21px;
    }
    .rules-box {
        margin-top: 6px;
        padding: 0px 20px;
    }
    .checkbox--active:before {
        width: 22px;
        height: 18px;
    }
    .page3__title {
        font-size: 95px;
        line-height: 105px;
        padding-bottom: 4px;
    }
    .page3 {
        padding: 0 20px;
        padding-top: 170px;
    }
    .page3__moderation {
        font-size: 19px;
        box-shadow: 0px 4px 5px 0px rgba(25, 50, 32, 0.26);
        width: 508px;
        height: 58px;
    }
    .img-block {
        width: 236px;
        height: 241px;
        padding-top: 37px;
    }
    .page3__line {
        padding-top: 23px;
    }
    .img-block__text {
        font-size: 8px;
    }
    .img-block__title {
        font-size: 31px;
        line-height: 23px;
    }
    .img-block__title span {
        font-size: 21px;
    }
    .page3__help {
        box-shadow: 0px 8px 7px 0px rgba(25, 50, 32, 0.26);
        width: 258px;
        height: 60px;
        font-size: 21px;
        left: 18px;
        bottom: 17px;
    }
    .page3 .rules {
        margin-top: -12px;
    }
}

@media (max-width: 1024px) {
    .block-form::before {
        background: url(../images/bg4.png) top center no-repeat;
        height: 383px;
        top: -77px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .page3 .rules__year {
        right: 2px;
    }
    .page3__title {
        font-size: 89px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .page3__moderation {
        font-size: 19px;
        box-shadow: 0px 8px 7px 0px rgba(25, 50, 32, 0.23);
        width: 513px;
        height: 58px;
    }
    .page3__line {
        padding-top: 52px;
    }
    .page3__help {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
    }
    .img-block__text {
        font-size: 10px;
    }
    .img-block__title {
        font-size: 39px;
        line-height: 29px;
    }
    .img-block__title span {
        font-size: 26px;
    }
    .img-block {
        width: 292px;
        height: 298px;
        padding-top: 46px;
    }
    .page3__help {
        margin-top: 30px;
    }
    .page3__line {
        padding-bottom: 30px;
    }
    .top-links__link {
        margin-left: 0px;
    }
    .page3 {
        padding-top: 0px;
    }
    .block-form__d1 .form-item {
        padding-right: 92px;
        position: relative;
    }
    .block-form__line--right {
        position: absolute;
        top: 66px;
        right: 10px;
    }
    .block-form__d1 .block-form__round {
        padding-bottom: 20px;
    }
    .form-item {
        width: 236px;
    }
    .block-form__title {
        padding-top: 15px;
    }
    .block-form__line {
        padding-bottom: 7px;
    }
    .page2__title {
        font-size: 71px;
        line-height: 59px;
        padding-bottom: 28px;
    }
    .block-form__d1 {
        display: block;
        width: calc(100% - 160px);
        position: relative;
    }
    .block-form__d1::before {
        display: block;
        position: absolute;
        left: 0;
        content: '';
        background: url(../images/b1.png) center no-repeat;
        width: 259px;
        height: 343px;
        top: -38px;
    }
    .block-form__input {
        border-radius: 5px;
    }
    .block-form::before {
        display: none;
    }
    .page2 {
        padding-top: 0px;
    }
    .page1-logo {
        display: none;
    }
    .page1-logo--t1 {
        display: block;
    }
    .top-links {
        display: none;
    }
    .top-links--type2 {
        display: block;
    }
    .block-button {
        display: none;
    }
    .block-button--type2 {
        display: block;
    }
    .page1 {
        padding: 0 40px;
    }
    .page1-logo--t1 {
        top: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        width: 240px;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .block-button--type2 {
        margin-top: 0px;
        padding-top: 15px;
    }
    .button--t1 {
        width: 310px;
    }
    .rules {
        padding-top: 9px;
        padding-right: 0px;
    }
    .rules__year {
        right: -19px;
        bottom: 57px;
    }
    .block-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .block-flex--t2 {
        order: 1;
        text-align: center;
    }
    .block-flex--t1 {
        order: 2;
    }
    .block-form__d2 {
        width: 100%;
    }
    .block-form__d2::before {
        display: block;
        position: absolute;
        right: 0;
        content: '';
        background: url(../images/b2.png) center no-repeat;
        width: 172px;
        height: 349px;
        top: -50px;
    }
    .block-form__d2 .block-form__round {
        width: calc(100% - 175px);
        margin-left: 175px;
    }
    .block-form__d2 .form-item {
        padding-left: 90px;
    }
    .block-form__input {
        padding: 0 5px;
    }
    .block-flex--t2 {
        width: 100%;
        padding-left: 17px !important;
        padding-right: 0px !important;
        padding-bottom: 15px;
    }
    .block-flex--t2 input {
        width: 236px;
    }
    .block-form__line--left {
        padding-left: 85px;
    }
    .block-form__line--left .form-page__file {
        position: absolute;
        left: -80px;
        top: -90px;
    }
    .passport {
        font-size: 15px;
    }
    .form-page__file-name1 {
        left: 0;
        border-radius: 5px;
        top: -20px;
    }
    .form-page__file-name2 {
        left: -160px;
        border-radius: 5px;
        top: -20px;
    }
    .block-form__data {
        padding-left: 0px;
        padding-top: 0px;
        margin-top: -20px;
        padding-bottom: 8px;
    }
    .block-form__end {
        width: 293px;
    }
    .block-form__button {
        border-radius: 10px;
        font-size: 23px;
    }
    .block-form__help {
        position: relative;
        left: 0px;
        top: 0;
        display: block;
        text-align: center;
        margin: 0;
        width: 100%;
        font-size: 15px;
        margin-top: 10px;
    }
    .page2 .rules__year {
        right: 0px;
    }
    .block-form__button {
        box-shadow: 0px 3px 5px 0px rgba(25, 50, 32, 0.26);
    }
}

@media (max-width: 767px) {
    .page3 {
        padding-top: 57px;
    }
    .page3__title {
        font-size: 44px;
        line-height: 50px;
    }
    .page3__moderation {
        font-size: 8px;
        box-shadow: 0px 4px 5px 0px rgba(25, 50, 32, 0.26);
        width: 220px;
        height: 26px;
    }
    .img-block {
        width: 102px;
        height: 104px;
        padding-top: 17px;
        padding-left: 7px;
    }
    .img-block__text {
        font-size: 3px;
        padding-bottom: 2px;
    }
    .img-block__title {
        font-size: 13px;
        line-height: 10px;
    }
    .img-block__title span {
        font-size: 9px;
    }
    .page3__help {
        font-size: 9px;
        box-shadow: 0px 3px 4.95px 0.05px rgba(25, 50, 32, 0.26);
        width: 108px;
        height: 25px;
        left: 9px;
        bottom: 12px;
    }
    .page3 {
        padding: 0 10px;
        padding-top: 57px;
    }
    .page3 .rules {
        padding-right: 10px;
    }
    .page3__line {
        padding-top: 7px;
    }
    .page1-logo {
        display: block;
    }
    .page1-logo--t1 {
        display: none;
    }
    .top-links {
        display: block;
    }
    .top-links--type2 {
        display: none;
    }
    .block-button {
        display: block;
    }
    .block-button--type2 {
        display: none;
    }
    .top-links__link {
        width: 99px;
        height: 28px;
        font-size: 6px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .top-links {
        right: 17px;
    }
    .page1-logo {
        width: 107px;
        left: 17px;
        top: 12px;
    }
    .start-block {
        width: 257px;
        height: 262px;
        left: 0px;
        padding-top: 43px;
    }
    .page1 {
        padding: 0 10px;
        padding-top: 27px;
    }
    .start-block__text {
        font-size: 9px;
        margin-left: -16px;
    }
    .start-block__title {
        font-size: 34px;
        line-height: 20px;
        margin-left: -16px;
    }
    .start-block__title span {
        font-size: 23px;
    }
    .button {
        width: 108px;
        height: 25px;
        border-radius: 25px;
        font-size: 9px;
        line-height: 9px;
        box-shadow: 0px 3px 4.95px 0.05px rgba(25, 50, 32, 0.26);
    }
    .block-button {
        margin-top: -28px;
    }
    .block-button__d2 .button {
        width: 126px;
        font-size: 12px;
    }
    .rules {
        padding-top: 15px;
    }
    .rules__text {
        font-size: 5px;
        line-height: 5px;
        padding-right: 20px;
    }
    .rules__year {
        border-width: 1px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 11px;
        right: 0;
        bottom: 10px;
    }
    .page2__title {
        font-size: 38px;
        line-height: 38px;
    }
    .page2 {
        padding-top: 50px;
    }
    .block-form::before {
        height: 287px;
        background: url(../images/bg5.png) top center no-repeat;
    }
    .block-form::before {
        top: -34px;
    }
    .form-item {
        width: 119px;
    }
    .block-form__input {
        height: 16px;
        line-height: 16px;
        font-size: 8px;
        padding: 0 5px;
    }
    .block-form__title {
        font-size: 18px;
        line-height: 18px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .block-form__d1 .form-item {
        padding-right: 7px;
    }
    .block-form__d2 .form-item {
        padding-left: 7px;
    }
    .block-form__line {
        padding-bottom: 2px;
    }
    .block-form__round {
        border-width: 1px;
        border-radius: 20px;
    }
    .block-form__d1 {
        width: calc(50% + 20px);
    }
    .block-form__d2 {
        width: calc(50% - 50px);
        padding-left: 4px;
    }
    .passport {
        font-size: 8px;
        margin-left: 2px;
    }
    .checkbox {
        width: 14px;
        height: 14px;
        border-width: 2px;
        margin-right: 3px;
    }
    .form-page__file-name {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 10px;
    }
    .form-page__file-name img {
        max-width: 16px;
        max-height: 16px;
    }
    .block-form__line--left,
    .block-form__line--right {
        padding-top: 8px;
    }
    .block-form__round {
        margin-bottom: 3px;
        padding-bottom: 8px;
    }
    .block-form__data {
        padding-left: 50px;
        width: 345px;
        padding-left: 0px;
        position: relative;
        padding-top: 5px;
        left: -5px;
    }
    .block-form__text {
        font-size: 5px;
        line-height: 5px;
    }
    .block-form__checkbox {
        margin: 0;
        left: 70px;
        top: 3px;
    }
    .checkbox--active:before {
        width: 10px;
        height: 8px;
    }
    .block-form__end {
        width: 150px;
        margin-top: 5px;
    }
    .block-form__button {
        height: 26px;
        font-size: 12px;
        box-shadow: 0px 3px 5px 0px rgba(25, 50, 32, 0.26);
    }
    .block-form__help {
        font-size: 7px;
        top: 10px;
        margin-left: 12px;
        width: 120px;
    }
    .rules-box {
        margin-top: -8px;
        padding: 0 10px;
    }
    .rules-box .rules {
        padding-right: 10px;
    }
    .form-page__file-name1,
    .form-page__file-name2 {
        font-size: 6px;
        width: 102px;
        height: 16px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .block-form::before {
        background: url(../images/bg6.png) top center no-repeat;
        height: 180px;
    }
}

@media (max-width: 479px) {
    .page2 {
        padding-top: 0px;
    }
    .page1-logo {
        display: none;
    }
    .page1-logo--t1 {
        display: block;
    }
    .top-links {
        display: none;
    }
    .top-links--type2 {
        display: block;
    }
    .block-button {
        display: none;
    }
    .block-button--type2 {
        display: block;
    }
    .page1 {
        padding-top: 0px;
    }
    .page1-logo--t1 {
        left: 0px;
        top: 0px;
        width: 127px;
        padding-top: 11px;
        padding-bottom: 2px;
        margin: 0 auto;
    }
    .start-block {
        width: 280px;
        height: 286px;
        left: -5px;
        padding-top: 46px;
    }
    .start-block__text {
        margin-left: -11px;
    }
    .start-block__title {
        font-size: 37px;
        line-height: 22px;
    }
    .start-block__title span {
        font-size: 25px;
    }
    .block-button {
        margin-top: -15px;
        padding-left: 30px;
    }
    .button {
        width: 122px;
        height: 28px;
        line-height: 10px;
        font-size: 10px;
    }
    .button--t1 {
        width: 149px;
        font-size: 13px;
    }
    .block-button__line {
        padding-bottom: 8px;
    }
    .rules {
        padding-top: 5px;
        padding-right: 0px;
    }
    .rules__text {
        padding-right: 0px;
    }
    .rules__year {
        bottom: 36px;
    }
    .top-links__link {
        margin-left: 0px;
    }
    .page2 {
        padding: 0 0px;
    }
    .page2 .top-links--type2 {
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .page2__title {
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .block-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .block-flex--t2 {
        order: 1;
        text-align: center;
    }
    .block-flex--t1 {
        order: 2;
    }
    .block-form__d1 {
        display: block;
        width: calc(100% - 68px);
        position: relative;
    }
    .block-form__d1::before {
        display: block;
        position: absolute;
        left: 0;
        content: '';
        background: url(../images/b1.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 108px;
        height: 143px;
        top: -18px;
    }
    .block-form__d2::before {
        display: block;
        position: absolute;
        right: 0;
        content: '';
        background: url(../images/b2.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 72px;
        height: 146px;
        top: -50px;
    }
    .block-form__d2 .block-form__round {
        width: calc(100% - 70px);
        margin-left: 70px;
    }
    .block-form::before {
        display: none;
    }
    .block-form__d2 {
        width: 100%;
    }
    .block-form__input {
        width: 100%;
        height: 13px;
        border-radius: 13px;
        font-size: 7px;
        line-height: 13px;
    }
    .form-item {
        width: 98px;
        position: relative;
    }
    .block-form__d2 .form-item {
        padding-left: 35px;
    }
    .block-form__d1 .form-item {
        padding-right: 38px;
    }
    .block-form__line {
        padding-bottom: 1px;
    }
    .block-form__line--left .form-page__file {
        position: absolute;
        left: -30px;
        top: -30px;
    }
    .block-form__line--right .form-page__file {
        position: absolute;
        right: -35px;
        top: -35px;
    }
    .form-page__file-name {
        width: 23px;
        height: 23px;
        line-height: 23px;
    }
    .block-form__round {
        padding-bottom: 1px;
        border-radius: 12px;
    }
    .block-form__d1 .form-item {
        padding-top: 3px;
    }
    .block-flex--t2 {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 5px !important;
    }
    .block-flex--t2 input {
        width: 98px;
    }
    .block-form__d2 {
        padding-left: 10px !important;
    }
    .block-form__line--left {
        padding-top: 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 37px;
    }
    .passport {
        font-size: 6px;
    }
    .block-form__data {
        width: 100%;
        padding-left: 55px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-top: 10px;
        padding-right: 50px;
    }
    .block-form__text {
        padding-left: 0px;
    }
    .block-form__checkbox {
        left: 31px;
        top: 4px;
    }
    .block-form__end {
        width: 122px;
    }
    .block-form__button {
        height: 21px;
        font-size: 10px;
    }
    .rules-box {
        margin-top: 10px;
    }
    .block-form__help {
        position: relative;
        display: block;
        width: 100%;
        margin: 10px auto;
        text-align: center;
        left: 0px;
        font-size: 6px;
        top: 0;
    }
    .form-page__file-name2 {
        left: -65px;
        top: -10px;
        width: 84px;
        height: 13px;
        line-height: 13px;
        font-size: 5px;
    }
    .form-page__file-name1 {
        right: -65px;
        top: -10px;
        width: 84px;
        height: 13px;
        line-height: 13px;
        font-size: 5px;
    }
    .page3 {
        padding-top: 0px;
    }
    .page3__title {
        font-size: 40px;
        padding-top: 18px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    .page3__moderation {
        font-size: 9px;
        box-shadow: 0px 3px 4px 0px rgba(25, 50, 32, 0.23);
        width: 232px;
        height: 27px;
    }
    .page3__line {
        padding-top: 24px;
    }
    .img-block {
        width: 132px;
        height: 134px;
        padding-top: 21px;
        padding-left: 4px;
    }
    .img-block__text {
        font-size: 4px;
    }
    .img-block__title {
        font-size: 17px;
        line-height: 13px;
    }
    .img-block__title span {
        font-size: 12px;
    }
    .page3__help {
        position: relative;
        display: block;
        margin: 30px auto;
        font-size: 10px;
        box-shadow: 0px 3px 4px 0px rgba(25, 50, 32, 0.26);
        width: 122px;
        height: 29px;
    }
    .page3 .rules {
        margin-top: -35px;
    }
}

label.error {
    display: none !important;
}

input.error {
    border: 1px red solid !important;
}

input.error::-webkit-input-placeholder {
    color: red;
}

input.error::-moz-placeholder {
    color: red;
}

input.error:-ms-input-placeholder {
    color: red;
}

input.error:-moz-placeholder {
    color: red;
}


/*
  Icon classes can be used entirely standalone. They are named after their original file names.
  
  Example usage in HTML:
  
  `display: block` sprite:
  <div class="icon-home"></div>
  
  To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:
  
  // CSS
  .icon {
    display: inline-block;
  }
  
  // HTML
  <i class="icon icon-home"></i>
  */