@font-face {
  font-family: 'HelveticaNeueCyr';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/helveticaneuecyr-medium.eot');
  src: local('Helvetica Neue Medium'), local('HelveticaNeue Medium'), url('../fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-medium.woff2') format('woff2'), url('../fonts/helveticaneuecyr-medium.woff') format('woff'), url('../fonts/helveticaneuecyr-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/helveticaNeueCyr/helveticaneuecyr-bold.eot');
  src: local('Helvetica Neue Bold'), local('HelveticaNeue Bold'), url('../fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold.woff2') format('woff2'), url('../fonts/helveticaneuecyr-bold.woff') format('woff'), url('../fonts/helveticaneuecyr-bold.ttf') format('truetype');
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.page {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "HelveticaNeueCyr", "Arial", sans-serif;
  color: #442475;
  font-weight: 500;
}
.page__container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.page__wrapper--primary {
  background-color: #9deee8;
}
.page__wrapper--secondary {
  background-color: #442475;
}
.page__wrapper--tertiary {
  background-color: #ffe8e9;
}
.page__wrapper--quaternary {
  background-color: #9deee8;
}
.page__wrapper--header {
  position: relative;
}
.page__inner-wrapper {
  position: relative;
  padding: 40px 40px;
  max-width: 1390px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .page__inner-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 450px) {
  .page__inner-wrapper {
    padding: 20px 10px;
  }
}
.page__inner-wrapper--no-indent {
  padding: 0 40px;
}
@media (max-width: 800px) {
  .page__inner-wrapper--no-indent {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .page__inner-wrapper--no-indent {
    padding: 0 10px;
  }
}
.page__inner-wrapper--form::before,
.page__inner-wrapper--form::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
}
@media (max-width: 1040px) {
  .page__inner-wrapper--form::before,
  .page__inner-wrapper--form::after {
    display: none;
  }
}
.page__inner-wrapper--form::before {
  width: 48px;
  height: 40px;
  top: 20%;
  left: -130px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url("../img/sweets.png");
}
.page__inner-wrapper--form::after {
  width: 64px;
  height: 54px;
  top: 60%;
  right: -300px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../img/sweets.png");
}
@media (max-width: 800px) {
  .page__anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
  }
}
@media (max-width: 600px) {
  .page__anchor {
    top: -60px;
  }
}
.page__up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../img/slider-arrow.png");
  background-repeat: no-repeat;
  background-color: #9deee8;
  background-size: 32%;
  background-position: 50% 45%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  z-index: 20;
}
@media (max-width: 800px) {
  .page__up {
    width: 32px;
    height: 32px;
    background-size: 12px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
.bg--primary {
  background-color: #9deee8;
}
.bg--secondary {
  background-color: #442475;
}
.bg--tertiary {
  background-color: #ffe8e9;
}
.color--primary {
  color: #9deee8;
}
.color--secondary {
  color: #442475;
}
.color--tertiary {
  color: #ffe8e9;
}
table {
  border-collapse: collapse;
}
button {
  background-color: white;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.1;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
img {
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--left {
  text-align: left;
}
.btn {
  display: inline-block;
  margin: 0;
  padding: 16px 24px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  border: 15px;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  background-color: #442475;
  outline: 0;
  cursor: pointer;
}
@media (max-width: 600px) {
  .btn {
    font-size: 1.1rem;
  }
}
.btn:visited {
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: rgba(68, 36, 117, 0.9);
  text-decoration: none;
}
.btn--white {
  color: #9deee8;
  border: 2px solid #ffffff;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0;
}
.btn--white:visited {
  color: #9deee8;
}
.title {
  position: relative;
  margin: 1em 0;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #442475;
}
@media (max-width: 1040px) {
  .title {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 1.5rem;
    margin: 0.8em 0;
  }
}
@media (max-width: 450px) {
  .title {
    font-size: 1.25rem;
  }
}
.title--small {
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  color: #9deee8;
}
@media (max-width: 800px) {
  .title--small {
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .title--small {
    font-size: 1.2rem;
    margin: 0.8em 0;
  }
}
.title--error {
  text-align: center;
  color: #ca3a3f;
  font-weight: 500;
}
.title__line {
  position: relative;
}
.title__line::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  -webkit-transform: translate(-33%, 100%);
      -ms-transform: translate(-33%, 100%);
          transform: translate(-33%, 100%);
  width: 3.3em;
  height: 1em;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 800px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    z-index: 10;
    background-color: #ffffff;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media (max-width: 800px) {
  .header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: #9deee8;
    z-index: 10;
  }
}
.header__logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  max-width: 25%;
}
@media (max-width: 800px) {
  .header__logo-wrapper {
    max-width: none;
    margin-left: 15px;
    padding: 10px 0;
  }
}
@media (max-width: 450px) {
  .header__logo-wrapper {
    margin-right: 10px;
  }
}
.header__logo-link {
  display: inline-block;
  z-index: 2;
}
.header__logo {
  width: 420px;
  height: auto;
}
@media (max-width: 1040px) {
}
@media (max-width: 800px) {
  .header__logo {
    width: 170px;
  }
}
.header__nav {
  display: none;
}
@media (max-width: 800px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    padding-left: 15px;
    background-color: #ffffff;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 1;
  }
}
.header.active .header__nav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header__social {
  display: none;
}
@media (max-width: 800px) {
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav {
  position: fixed;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 800px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    max-width: 75%;
    padding: 80px 0 0 15px;
  }
}
.nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 800px) {
  .nav__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .nav__item {
    width: 100%;
  }
}
.nav__item:nth-child(n + 2) {
  margin-left: 25px;
}
@media (max-width: 1040px) {
  .nav__item:nth-child(n + 2) {
    margin-left: unset;
  }
}
@media (max-width: 800px) {
  .nav__item:nth-child(n + 2) {
    margin-top: 5px;
  }
}
.nav__link {
  display: inline-block;
  padding: 8px 2px 0;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  color: #442475;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1040px) {
  .nav__link {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .nav__link {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 2px;
    font-size: 22px;
    border-bottom: 1px solid currentColor;
  }
}
.nav__link:visited {
  color: #ffffff;
}
.nav__link:focus,
.nav__link:hover {
  text-decoration: none;
  border-color: transparent;
}
.nav__toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: 0;
  z-index: 2;
}
@media (max-width: 800px) {
  .nav__toggle {
    display: inline-block;
  }
}
.nav__inner-toggle {
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 3px;
  margin-top: -1px;
  background-color: #442475;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.nav__inner-toggle::before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 3px;
  top: -10px;
  background-color: #442475;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.nav__inner-toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 3px;
  bottom: -10px;
  background-color: #442475;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header.active .nav__inner-toggle {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.active .nav__inner-toggle::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.header.active .nav__inner-toggle::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 800px) {
  .hero {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero::before,
.hero::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
}
.hero::before {
  width: 108px;
  height: 337px;
  top: 190px;
  left: -300px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url("../img/hero-left.png");
}
@media (max-width: 800px) {
  .hero::before {
    left: auto;
    top: auto;
    right: -70px;
    bottom: -30px;
    width: 58px;
    height: 52px;
    background-image: url("../img/hero-left@0,5x.png");
    z-index: 2;
  }
}
@media (max-width: 600px) {
  .hero::before {
    bottom: 20px;
  }
}
@media (max-width: 350px) {
  .hero::before {
    bottom: 40px;
  }
}
.hero::after {
  width: 393px;
  height: 444px;
  top: -60px;
  right: 90px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../img/hero-right.png");
}
@media (max-width: 800px) {
  .hero::after {
    top: 30px;
    right: 40px;
    width: 27px;
    height: 23px;
    background-image: url("../img/sweets.png");
  }
}
.hero__box {
  position: relative;
  width: 65%;
}
@media (max-width: 600px) {
  .hero__box {
    width: 100%;
  }
}
.hero__box--image {
  position: absolute;
  bottom: 0;
  left: -7%;
  z-index: 2;
  line-height: 0;
}
@media (max-width: 600px) {
  .hero__box--image {
    position: static;
    margin-top: -31%;
    z-index: 0;
  }
}
.hero__box--text {
  position: relative;
  padding: 3% 0 10%;
  text-align: right;
  z-index: 1;
}
@media (max-width: 600px) {
  .hero__box--text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.hero__box--extra {
  display: none;
}
@media (max-width: 600px) {
  .hero__box--extra {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    padding: 40px 0 15px;
    background-color: #ffffff;
  }
}
.hero__box--extra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 110vw;
  height: 101%;
  background-color: #ffffff;
}
.hero__image {
  width: 100%;
}
.hero__text {
  position: relative;
  max-width: 64%;
  margin-bottom: 1.6em;
  margin-left: auto;
  font-size: 1.3rem;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 800px) {
  .hero__text {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .hero__text {
    max-width: 100%;
    margin-bottom: 1.1em;
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .hero__box--text .hero__text {
    display: none;
  }
}
.hero__btn {
  position: relative;
}
@media (max-width: 1040px) {
  .hero__btn {
    font-size: 1.15rem;
  }
}
@media (max-width: 800px) {
  .hero__btn {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .hero__box--text .hero__btn {
    display: none;
  }
}
.hero__btn::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  z-index: -1;
  width: 120%;
  height: 650%;
  top: -210%;
  right: 64%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../img/hero-right-2.png");
}
@media (max-width: 1250px) {
  .hero__btn::before {
    top: -280%;
  }
}
@media (max-width: 600px) {
  .hero__btn::before {
    display: none;
  }
}
.main__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.main__message--success {
  font-size: 1.8rem;
  text-transform: none;
}
@media (max-width: 600px) {
  .main__message--success {
    font-size: 1.2rem;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1040px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  width: 447px;
  height: 424px;
  top: -140%;
  left: -170px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url("../img/hero-right-2.png");
}
@media (max-width: 1040px) {
  .footer::before {
    display: none;
  }
}
.footer__box {
  position: relative;
}
.footer__box--text {
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em;
}
@media (max-width: 1400px) {
  .footer__box--text {
    font-size: 1.3em;
  }
}
@media (max-width: 1040px) {
  .footer__box--text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .footer__box--text {
    font-size: 1.2em;
  }
}
@media (max-width: 600px) {
  .footer__box--text {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .footer__box--text {
    font-size: 0.8em;
  }
}
@media (max-width: 1040px) {
  .footer__social {
    margin-top: 40px;
  }
}
.footer__logo {
  max-width: 270px;
}
@media (max-width: 800px) {
  .footer__logo {
    max-width: 200px;
  }
}
.rules {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 82px 0 20px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1040px) {
  .rules {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 800px) {
  .rules {
    margin: 0;
  }
}
.rules::before,
.rules::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
}
.rules::before {
  width: 325px;
  height: 562px;
  bottom: 50%;
  left: -300px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url("../img/rules-left.png");
}
@media (max-width: 600px) {
  .rules::before {
    left: 0;
    bottom: 140px;
    width: 58px;
    height: 52px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    background-image: url("../img/hero-left@0,5x.png");
    z-index: 2;
  }
}
.rules::after {
  width: 336px;
  height: 632px;
  top: -50px;
  right: -300px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../img/rules-right.png");
}
@media (max-width: 600px) {
  .rules::after {
    top: auto;
    bottom: 20px;
    right: 80px;
    width: 68px;
    height: 63px;
    background-image: url("../img/rules-right@0,5x.png");
    z-index: 2;
  }
}
.rules__item {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  font-variant: small-caps;
  margin-bottom: 40px;
}
@media (max-width: 1550px) {
  .rules__item {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  .rules__item {
    max-width: 40%;
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .rules__item {
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  .rules__item {
    font-size: 1.1rem;
  }
}
@media (max-width: 350px) {
  .rules__item {
    font-size: 1rem;
  }
}
.rules__item::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  margin-left: 50%;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #ffe8e9;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center center;
}
@media (max-width: 1550px) {
  .rules__item::before {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 800px) {
  .rules__item::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .rules__item::before {
    width: 80px;
    height: 80px;
  }
}
.rules__item--step1::before {
  background-image: url("../img/step1.png");
}
.rules__item--step2::before {
  background-image: url("../img/step2.png");
}
.rules__item--step3::before {
  background-image: url("../img/step3.png");
}
.rules__item--step4::before {
  background-image: url("../img/step4.png");
}
.rules__item:nth-last-child(n + 2)::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -190px;
  width: 130px;
  height: 33px;
  margin-left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/arrow.png");
}
@media (max-width: 1390px) {
  .rules__item:nth-last-child(n + 2)::after {
    right: -17vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1040px) {
  .rules__item:nth-last-child(n + 2)::after {
    display: none;
  }
}
.rules__desc {
  max-width: 275px;
  margin: 0 auto;
}
.rules__bold {
  font-weight: 700;
}
.form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media (max-width: 450px) {
  .form {
    margin-bottom: 40px;
  }
}
.form--disabled {
  pointer-events: none;
  -webkit-filter: opacity(0.9) blur(3px);
          filter: opacity(0.9) blur(3px);
}
.form__group {
  width: 47%;
}
@media (max-width: 800px) {
  .form__group {
    width: 100%;
  }
}
.form__group--full-width {
  width: 100%;
}
.form__group--center {
  text-align: center;
}
.form__label {
  position: relative;
  display: block;
  margin-top: 1.4em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 600px) {
  .form__label {
    margin-top: 1em;
    font-size: 1.2rem;
  }
}
.form__label--required::before {
  position: absolute;
  top: 39px;
  left: 11px;
  content: "*";
  display: block;
  width: 8px;
  height: 8px;
  color: #ca3a3f;
  font-size: 35px;
  z-index: 1;
}
@media (max-width: 600px) {
  .form__label--required::before {
    top: 10px;
    left: 6px;
  }
}
.form__label--select {
  position: relative;
}
.form__label--select::after {
  content: "";
  position: absolute;
  bottom: 27.5px;
  right: 26px;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 0;
  pointer-events: none;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 600px) {
  .form__label--select::after {
    bottom: 20px;
  }
}
.form__input--file-label {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.form__common-fields {
  height: 55px;
  padding: 0 22px;
  margin-top: 0.4em;
  color: #442475;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  border: 0 solid #b9b9b9;
  border-radius: 40px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .form__common-fields {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__common-fields::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__common-fields::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__common-fields::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__common-fields:focus {
  border-color: #000000;
}
.form__input-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form__input {
  height: 55px;
  padding: 0 22px;
  margin-top: 0.4em;
  color: #442475;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  border: 0 solid #b9b9b9;
  border-radius: 40px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
@media (max-width: 600px) {
  .form__input {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__input::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input:focus {
  border-color: #000000;
}
@media (max-width: 600px) {
  .form__input {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__input::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__input:focus {
  border-color: #000000;
}
@media (max-width: 600px) {
  .form__input {
    margin-top: 0.2em;
  }
}
.form__input--file {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form__select {
  height: 55px;
  padding: 0 22px;
  margin-top: 0.4em;
  color: #442475;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  border: 0 solid #b9b9b9;
  border-radius: 40px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
@media (max-width: 600px) {
  .form__select {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__select::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__select::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__select::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__select:focus {
  border-color: #000000;
}
.form__select::-ms-expand {
  display: none;
}
.form__textarea {
  height: 55px;
  margin-top: 0.4em;
  color: #442475;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  border: 0 solid #b9b9b9;
  border-radius: 40px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  resize: vertical;
  overflow: auto;
  max-height: 100px;
  -webkit-transition: min-height 0.3s;
  -o-transition: min-height 0.3s;
  transition: min-height 0.3s;
}
@media (max-width: 600px) {
  .form__textarea {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__textarea::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__textarea::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__textarea::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__textarea:focus {
  border-color: #000000;
}
.form__file-text {
  height: 55px;
  padding: 0 22px;
  margin-top: 0.4em;
  color: #442475;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  border: 0 solid #b9b9b9;
  border-radius: 40px;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 16px 20px 16px 24px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /*&::before {
    content: "";
    position: absolute;
    bottom: @desktop-input-height / 2;
    left: 11px;
    display: block;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/download.png");
    transform: translateY(50%);
    pointer-events: none;

    @media (max-width: @phablet-width) {
      bottom: @mobile-input-height / 2;
    }
  }*/
}
@media (max-width: 600px) {
  .form__file-text {
    height: 40px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.form__file-text::-webkit-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__file-text::-ms-input-placeholder {
  color: #442475;
  font-size: inherit;
}
.form__file-text::placeholder {
  color: #442475;
  font-size: inherit;
}
.form__file-text:focus {
  border-color: #000000;
}
@media (max-width: 600px) {
  .form__file-text {
    padding: 10px 22px 10px 10px;
    font-size: 1.2rem;
  }
}
.form__required {
  color: #ca3a3f;
}
.form__button {
  width: 100%;
  margin-top: 1.4em;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 450px) {
  .form__button {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.form__epilogue {
  font-size: 20px;
  text-align: center;
}
.form__rules {
  display: inline-block;
  margin-top: 1.1em;
  padding: 10px 0;
  font-size: 1.875rem;
  text-decoration: none;
}
.form__rules:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .form__rules {
    font-size: 1.3rem;
  }
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 800px) {
  .social__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.social__item {
  margin: 8px;
  line-height: 0;
}
@media (max-width: 800px) {
  .social__item {
    margin: 4px;
  }
}
.social__item:hover {
  opacity: 0.7;
}
.social__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 0;
}
.social__link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: auto 100%;
  background-image: url("../img/social.png");
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
}
.social__link--yt::before {
  background-position: 0 0;
}
.social__link--fb::before {
  background-position: 100% 0;
}
.social__link--vk::before {
  background-position: 50% 0;
}
.social__link--in::before {
  background-position: 0 0;
}
