@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:ital,wght@0,400;0,500;0,700;1,300;1,400&display=swap");
@font-face {
  src: url("../fonts/Appetite.woff2") format("woff2"), url("../fonts/Appetite.woff") format("woff");
  font-family: "Appetite";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/DINPro-CondensedBold.woff2") format("woff2"), url("../fonts/DINPro-CondensedBold.woff") format("woff");
  font-family: "DINPro-CondensedBold";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/LifehackItalic-Bold.woff2") format("woff2"), url("../fonts/LifehackItalic-Bold.woff") format("woff");
  font-family: "LifehackItalic-Bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * 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 {
  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"] {
  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; }

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

button:not([disabled]),
a[role="button"]:not([disabled]) {
  cursor: pointer; }

.is-disabled {
  pointer-events: none; }

.is-hidden {
  display: none !important; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

.share {
  display: flex;
  flex-direction: row; }
  .share__copy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center; }
    .share__copy svg {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 10px;
      height: 10px;
      transition: opacity 0.3s linear;
      cursor: pointer; }
      @media (min-width: 1025px) {
        .share__copy svg:hover {
          opacity: 0.7; } }
  .share__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    outline: none;
    border: none;
    width: 31px;
    height: 46px;
    background: transparent; }
    .share__button:last-child {
      margin-right: 0; }
    .share__button--tw svg {
      height: 20px; }
    .share__button--fb svg {
      height: 20px; }
    @media (max-width: 767px) {
      .share__button--fb {
        order: -1; } }
    .share__button--vk svg {
      height: 20px; }
    @media (max-width: 767px) {
      .share__button--vk {
        order: -1; } }
    .share__button--ok svg {
      height: 20px; }
    @media (max-width: 767px) {
      .share__button--ok {
        order: -1; } }
    .share__button--flip svg {
      height: 20px; }
    @media (min-width: 1025px) {
      .share__button {
        transition: opacity 0.3s linear; }
        .share__button:hover {
          opacity: 0.7; } }
    @media (max-width: 767px) {
      .share__button {
        margin-right: 4.53333vmin;
        padding: 0;
        width: 8.26667vmin;
        height: 12.26667vmin; }
        .share__button svg {
          height: 5.33333vmin; } }
  @media (max-width: 767px) {
    .share {
      padding: 3.73333vmin 0; } }

.page {
  position: relative;
  background: #f4fcff; }
  .page::after {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: 20px;
    width: 4280.13px;
    height: 100vh;
    transform: translateX(-50%) translateZ(0);
    background: url("../images/text.png") center center no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page::after {
        top: 0;
        margin-left: 11px;
        width: 1723.42px;
        background: url("../images/text-ipad.png") center center no-repeat; } }
    @media (max-width: 767px) {
      .page::after {
        top: 0;
        margin-left: 1.06667vmin;
        width: 210.73333vmin;
        background: url("../images/text-mobile.png") center center no-repeat; } }
  .page__header {
    position: fixed;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 25px 29px; }
    .page__header--left {
      left: 0; }
    .page__header--right {
      right: 0; }
    @media (max-width: 1024px) {
      .page__header {
        position: absolute;
        padding: 25px 20px; } }
    @media (max-width: 767px) {
      .page__header {
        padding: 20px 13px; } }
  .page__kp {
    width: 119.04px;
    height: 40px; }
    @media (min-width: 1025px) {
      .page__kp {
        transition: opacity 0.3s linear;
        cursor: pointer; }
        .page__kp:hover {
          opacity: 0.7; } }
    .page__kp img {
      width: 100%;
      height: 100%;
      transform: translateZ(0); }
    @media (max-width: 767px) {
      .page__kp {
        width: 89.28px;
        height: 30px; } }
  .page__client {
    width: 166.67px;
    height: auto; }
    .page__client img {
      width: 100%;
      transform: translateZ(0); }
    @media (max-width: 767px) {
      .page__client {
        width: 144.5px;
        height: 30px; } }
  .page__section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 83px 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden; }
    .page__section * {
      position: relative;
      z-index: 4; }
    @media (max-width: 767px) {
      .page__section {
        min-height: auto; }
        .page__section--intro {
          padding: 120px 0 95px; }
        .page__section--presents {
          padding: 0; }
        .page__section--form {
          padding: 94px 0 8px; } }
  .page__intro {
    width: 870px;
    height: 578.5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__intro {
        width: 600px;
        height: 608.5px; } }
    @media (max-width: 767px) {
      .page__intro {
        width: 93.33333vmin;
        height: auto; } }
  .page__caption {
    margin: 0 auto 36px;
    width: 301.06px;
    height: 48.87px; }
    .page__caption img {
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .page__caption {
        margin: 0 auto 26px;
        width: 246.3px;
        height: 39.94px; } }
  .page__title {
    margin-bottom: 36px;
    font-family: "Appetite";
    font-size: 80px;
    line-height: 75px;
    text-align: center;
    color: #024283; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__title {
        margin-bottom: 25px;
        font-size: 70px;
        line-height: 70px; }
        .page__section--presents .page__title {
          font-size: 60px;
          line-height: 60px; }
        .page__section--form .page__title {
          font-size: 60px;
          line-height: 60px; } }
    @media (max-width: 767px) {
      .page__title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 42px; }
        .page__section--presents .page__title {
          font-size: 35px;
          line-height: 40px; }
        .page__section--form .page__title {
          font-size: 35px;
          line-height: 40px; } }
    @media (max-width: 475px) {
      .page__title {
        font-size: 35px;
        line-height: 40px; } }
  .page__text {
    margin: 0 auto 52px;
    width: 870px;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #222222; }
    .page__text a {
      color: #FD101E;
      text-decoration: none; }
      @media (min-width: 1025px) {
        .page__text a {
          transition: opacity 0.3s linear;
          cursor: pointer; }
          .page__text a:hover {
            opacity: 0.7; } }
    .page__text--form {
      margin-bottom: 44px; }
    .page__text--win {
      font-size: 22px;
      line-height: 37px;
      letter-spacing: 0.02em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__text {
        margin: 0 auto 45px;
        width: 600px;
        font-size: 20px;
        line-height: 35px; }
        .page__text--form {
          margin: 0 auto 34px; } }
    @media (max-width: 767px) {
      .page__text {
        margin: 0 auto 37px;
        width: 100%;
        font-size: 18px;
        line-height: 28px; }
        .page__text--form {
          margin-bottom: 25px;
          width: 93.33333vmin; } }
    @media (max-width: 475px) {
      .page__text br {
        display: none; } }
  .page__button {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 264px;
    border-radius: 35px;
    font-family: "Appetite";
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.3s linear; }
    .page__button::before, .page__button::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 100%;
      height: 70px;
      border-radius: 35px;
      transition: opacity 0.5s ease; }
    .page__button::before {
      background: linear-gradient(to right, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    .page__button::after {
      opacity: 0;
      background: linear-gradient(to left, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    .page__button--present {
      width: 268px; }
    .page__button--form {
      display: block;
      margin-top: 58px;
      border: none;
      width: 316px;
      background-size: 316px; }
      @media (max-width: 767px) {
        .page__button--form {
          margin: 38px auto 98px; } }
    .page__button.is-reg {
      width: 407px;
      cursor: no-drop !important;
      background-size: 407px;
      opacity: 0.3; }
      .page__button.is-reg.active {
        cursor: pointer !important;
        opacity: 1; }
      @media (max-width: 475px) {
        .page__button.is-reg {
          width: 100%; } }
    @media (min-width: 1025px) {
      .page__button:hover::before {
        opacity: 0; }
      .page__button:hover::after {
        opacity: 1; } }
    @media (max-width: 475px) {
      .page__button--form {
        width: 100%; } }
  .page__presents {
    width: 980px;
    min-height: 806px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__presents {
        width: 660px; } }
    @media (max-width: 767px) {
      .page__presents {
        width: 93.33333vmin;
        min-height: auto; } }
  .page__items {
    position: relative;
    top: -8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__items img {
        width: 150px;
        height: 167.81px; } }
    @media (max-width: 767px) {
      .page__items img {
        width: 180px;
        height: 201.37px; }
        .page__items img:last-child {
          margin-bottom: 0; } }
    .page__items--1 {
      margin-bottom: 51px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__items--1 img {
          width: 183.67px;
          height: 183.67px; } }
      @media (max-width: 767px) {
        .page__items--1 img {
          margin-bottom: 31px;
          width: 300px;
          height: 300px; }
          .page__items--1 img:last-child {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .page__items--1 {
          top: 0;
          flex-flow: column;
          align-items: center;
          margin-bottom: 39px; } }
    @media (max-width: 767px) {
      .page__items {
        top: 0;
        flex-flow: column;
        align-items: center;
        margin-bottom: 39px; } }
  .page__item {
    width: 300px;
    text-align: center; }
    .page__item-title {
      margin-top: 26px;
      margin-bottom: 14px;
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.02em;
      color: #002E52; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__item-title {
          margin-top: 20px;
          margin-bottom: 17px;
          height: 76px;
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .page__item-title {
          font-size: 25px;
          line-height: 30px; } }
    .page__item-text {
      font-family: "Rubik", sans-serif;
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: rgba(0, 46, 82, 0.41); }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__item-text {
          font-size: 15px;
          line-height: 20px; } }
      @media (max-width: 767px) {
        .page__item-text {
          font-size: 17px;
          line-height: 24px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__item {
        width: 200px; } }
    @media (max-width: 767px) {
      .page__item {
        margin-bottom: 41px;
        width: 300px; }
        .page__item:last-child {
          margin-bottom: 0; } }
  .page__win {
    margin-bottom: -7px;
    padding-top: 54px;
    padding-bottom: 53px;
    position: relative;
    display: flex; }
    .page__win::before, .page__win::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 980px;
      height: 3px;
      background: url("../images/sprites/svg/dots-page.svg") center center no-repeat; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__win::before, .page__win::after {
          width: 660px; } }
      @media (max-width: 767px) {
        .page__win::before, .page__win::after {
          width: 350px; } }
    .page__win::before {
      top: 0; }
    .page__win::after {
      bottom: 0; }
    .page__win-title {
      margin-bottom: 33px;
      font-family: "Roboto Slab", serif;
      font-weight: 500;
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0.02em;
      color: #024283; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__win-title {
          font-size: 34px;
          line-height: 38px; } }
      @media (max-width: 767px) {
        .page__win-title {
          font-size: 30px;
          line-height: 37px; } }
      @media (max-width: 475px) {
        .page__win-title {
          font-size: 27px;
          line-height: 34px; } }
    .page__win-name {
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.02em;
      color: #002E52; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__win-name {
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .page__win-name {
          margin-left: -38px;
          font-size: 25px;
          line-height: 30px;
          text-align: center; } }
    .page__win-description {
      font-family: "Rubik", sans-serif;
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: rgba(0, 46, 82, 0.41); }
      .page__win-description--1 {
        padding-top: 20px;
        font-family: "Roboto Slab", serif;
        font-size: 20px;
        line-height: 30px;
        color: #222222;
        text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__win-description {
          font-size: 15px;
          line-height: 20px; }
          .page__win-description--1 {
            margin-left: 0;
            padding-top: 0;
            font-size: 20px;
            line-height: 30px; } }
      @media (max-width: 767px) {
        .page__win-description {
          margin-left: -38px;
          font-size: 17px;
          line-height: 24px;
          text-align: center; }
          .page__win-description--1 {
            margin-left: 0;
            padding-top: 0;
            font-size: 17px;
            line-height: 24px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__win {
        margin-bottom: 43px;
        padding-top: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .page__win {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 34px; } }
  .page__quoute {
    flex-shrink: 0;
    margin-right: 21px;
    width: 40.1px;
    height: 30px; }
    .page__quoute img {
      width: 100%;
      height: 100%;
      transform: translateZ(0); }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__quoute {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .page__quoute {
        position: relative;
        top: 7px;
        margin-right: 11px;
        width: 26.73px;
        height: 20px; } }
  .page__form {
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .page__form-input {
      position: relative;
      margin: 0 auto 29px;
      width: 650px; }
      .page__form-input input, .page__form-input textarea {
        padding: 18px 50px;
        width: 100%;
        border: 1.5px solid #b2c0ca;
        border-radius: 39px;
        background: #fff;
        font-family: "Rubik", sans-serif;
        font-size: 22px;
        line-height: 37px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #222222;
        outline: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        resize: none; }
        .page__form-input input::-moz-placeholder, .page__form-input textarea::-moz-placeholder {
          color: rgba(34, 34, 34, 0.8); }
        .page__form-input input:-ms-input-placeholder, .page__form-input textarea:-ms-input-placeholder {
          color: rgba(34, 34, 34, 0.8); }
        .page__form-input input::placeholder, .page__form-input textarea::placeholder {
          color: rgba(34, 34, 34, 0.8); }
        .page__form-input input#rules, .page__form-input textarea#rules {
          height: 150px; }
        @media (min-width: 1025px) {
          .page__form-input input, .page__form-input textarea {
            transition: border-color 0.3s linear; }
            .page__form-input input:hover, .page__form-input textarea:hover {
              border-color: #FB571A; } }
        @media (max-width: 767px) {
          .page__form-input input, .page__form-input textarea {
            padding: 18px 19px;
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.36px; }
            .page__form-input input#rules, .page__form-input textarea#rules {
              height: 160px;
              font-size: 18px;
              line-height: 25px; } }
      .page__form-input.error input, .page__form-input.error textarea {
        border-color: #FD101E; }
      .page__form-input.error textarea {
        padding-right: 60px; }
        @media (max-width: 767px) {
          .page__form-input.error textarea {
            padding-right: 150px; } }
        @media (max-width: 475px) {
          .page__form-input.error textarea {
            padding-right: 100px; } }
      .page__form-input.error::before {
        content: 'Ошибка';
        position: absolute;
        right: 20px;
        z-index: 5;
        margin-top: 18px;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        line-height: 37px;
        letter-spacing: 0.02em;
        color: #FD101E; }
        @media (max-width: 475px) {
          .page__form-input.error::before {
            margin-top: 14px; } }
      .page__form-input.error label {
        font-size: 0;
        line-height: 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__form-input {
          width: 600px; } }
      @media (max-width: 767px) {
        .page__form-input {
          margin: 0 auto 15px;
          width: 93.33333vmin; } }
    .page__form-check {
      position: relative;
      display: flex;
      margin: 0 auto;
      width: 590px;
      cursor: pointer; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page__form-check {
          width: 537px; } }
      @media (max-width: 767px) {
        .page__form-check {
          width: 93.33333vmin; } }
    .page__form-bottom {
      padding-left: 42px;
      font-family: "Rubik", sans-serif;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.01em;
      text-align: left;
      color: rgba(34, 34, 34, 0.4); }
      .page__form-bottom a {
        font-family: "Rubik", sans-serif;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.01em;
        text-align: left;
        color: rgba(34, 34, 34, 0.4); }
        @media (min-width: 1025px) {
          .page__form-bottom a {
            transition: color 0.3s linear; }
            .page__form-bottom a:hover {
              color: #FD101E; } }
    .page__form-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .page__form .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background: url("../images/sprites/svg/set-1.svg") center center no-repeat; }
    .page__form-checkinput:checked ~ .checkmark {
      background: url("../images/sprites/svg/set-3.svg") center center no-repeat; }
    .page__form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .page__form-check input:checked ~ .checkmark:after {
      display: block; }
    .page__form-check .checkmark:after {
      left: 0px;
      top: 0px;
      width: 30px;
      height: 30px;
      background: url("../images/sprites/svg/set-3.svg") center center no-repeat; }
  .page__bottom {
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 12px 30px; }
    .page__bottom--left {
      left: 0; }
    .page__bottom--right {
      right: 0; }
    @media (max-width: 1024px) {
      .page__bottom {
        position: relative;
        z-index: 2;
        flex-flow: column;
        padding: 38px 0 119px;
        background: #fff; } }
    @media (max-width: 767px) {
      .page__bottom {
        padding: 38px 0 38px; } }
  .page__project-svg {
    position: relative;
    width: 80px;
    height: 80px; }
    .page__project-svg > img {
      position: absolute;
      left: 0;
      bottom: 4px;
      width: 35px;
      height: 35px;
      cursor: pointer;
      transform: translateZ(0); }
    .page__project-svg:hover img {
      opacity: 0.7; }
    .page__project-svg:hover .page__people {
      display: flex; }
    @media (max-width: 1024px) {
      .page__project-svg {
        width: 100%;
        height: auto; } }
  @media (max-width: 1024px) {
    .page__project {
      order: 2; } }
  .page__people {
    display: none;
    position: absolute;
    z-index: 4;
    left: 47px;
    top: -62px;
    padding: 34px 40px;
    width: 886px;
    height: 104px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(75, 75, 75, 0.16); }
    .page__people svg {
      flex-shrink: 0;
      margin-right: 30px;
      width: 116.63px;
      height: 43px; }
      @media (max-width: 1024px) {
        .page__people svg {
          order: 2;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .page__people svg {
          top: 0;
          left: 0;
          position: relative; } }
    .page__people-text {
      display: flex;
      align-items: center;
      width: 660px;
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: black; }
    @media (max-width: 1024px) {
      .page__people {
        position: static;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 27px;
        padding: 8px 0 0;
        width: 100%;
        box-shadow: none; }
        .page__people-text {
          position: relative;
          padding: 26px 85px;
          width: 100%;
          font-size: 18px;
          line-height: 28px;
          text-align: center; }
          .page__people-text::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: 0 auto;
            width: 665px;
            height: 3px;
            background: url("../images/sprites/svg/dots-footer.svg") center center no-repeat; } }
      @media (max-width: 1024px) and (max-width: 767px) {
        .page__people-text::after {
          width: 350px; } }
    @media (max-width: 767px) {
      .page__people {
        margin-top: -7px;
        padding: 44px 0 0;
        height: auto; }
        .page__people-text {
          padding: 27px 13px 38px;
          font-size: 16px;
          line-height: 24px; } }
  .page__share {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-right: -6px; }
    .page__share-text {
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.02em; }
    .page__share-button {
      margin-left: 10px;
      border: none;
      padding: 0;
      width: 34px;
      background: transparent;
      color: #51b0e4;
      transition: color 0.3s linear; }
      .page__share-button:nth-child(2) {
        margin-left: 23px; }
        .page__share-button:nth-child(2) svg {
          width: 20.12px;
          height: 11.28px; }
          @media (max-width: 1024px) {
            .page__share-button:nth-child(2) svg {
              width: 35px;
              height: 19.62px; } }
      .page__share-button:nth-child(3) svg {
        width: 10.46px;
        height: 20.12px; }
        @media (max-width: 1024px) {
          .page__share-button:nth-child(3) svg {
            width: 18.2px;
            height: 35px; } }
      .page__share-button:nth-child(4) svg {
        width: 11.27px;
        height: 20.12px; }
        @media (max-width: 1024px) {
          .page__share-button:nth-child(4) svg {
            position: relative;
            left: -5px;
            width: 19.6px;
            height: 35px; } }
      .page__share-button:nth-child(5) svg {
        width: 21.02px;
        height: 18.12px; }
        @media (max-width: 1024px) {
          .page__share-button:nth-child(5) svg {
            position: relative;
            left: -3px;
            width: 36.57px;
            height: 31.52px; } }
      @media (min-width: 1025px) {
        .page__share-button:hover {
          color: #0184C4; } }
      @media (max-width: 1024px) {
        .page__share-button {
          margin: 0 18px !important;
          width: 42px; } }
    @media (max-width: 1024px) {
      .page__share {
        order: 1;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .page {
      overflow: hidden; } }

.error-block {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 50px;
  border-radius: 39px;
  width: 100%;
  max-width: 650px;
  height: 493px;
  background: linear-gradient(to right, #ba0a7f 0%, #fb0611 50%, #fb581a 100%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: margin-top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; }
  .error-block::after {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-left: 20px;
    width: 1452.41px;
    height: 493.01px;
    transform: translateX(-50%);
    background: url("../images/bg-error.png") center center no-repeat;
    pointer-events: none; }
  .error-block__title {
    margin-bottom: 13px;
    font-family: "Appetite";
    font-size: 50px;
    line-height: 48px;
    color: #fff; }
    @media (max-width: 1024px) {
      .error-block__title {
        font-size: 35px;
        line-height: 40px; } }
  .error-block__description {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #fff; }
  .error-block.is-view {
    margin-top: 0;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1024px) {
    .error-block {
      padding: 0 15px; } }

.test {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .test__result .test__result-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 45px; }
    .test__result .test__result-bottom.is-view {
      position: relative;
      margin-bottom: 69px;
      padding-bottom: 83px; }
      .test__result .test__result-bottom.is-view::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 845px;
        height: 3px;
        background: url("../images/sprites/svg/dots.svg") center center no-repeat; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .test__result .test__result-bottom.is-view::before {
            width: 600px; } }
        @media (max-width: 767px) {
          .test__result .test__result-bottom.is-view::before {
            width: 351px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__result .test__result-bottom.is-view {
          margin-bottom: 48px;
          padding-bottom: 53px; } }
      @media (max-width: 767px) {
        .test__result .test__result-bottom.is-view {
          margin-bottom: 38px;
          padding-bottom: 42px; } }
    @media (max-width: 767px) {
      .test__result .test__result-bottom {
        flex-flow: column; } }
  .test__result-date {
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #FB571A;
    text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__result-date {
        font-size: 32px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .test__result-date {
        font-size: 30px;
        line-height: 27px; } }
  .test__result-text {
    position: relative;
    margin: 0 auto 45px;
    padding-bottom: 49px;
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #222222; }
    .test__result-text::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      width: 845px;
      height: 3px;
      background: url("../images/sprites/svg/dots.svg") center center no-repeat; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__result-text::before {
          width: 600px; } }
      @media (max-width: 767px) {
        .test__result-text::before {
          width: 351px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__result-text {
        margin: 0 auto 21px;
        padding-bottom: 41px;
        font-size: 23px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .test__result-text {
        margin: 0 auto 16px;
        font-size: 22px;
        line-height: 28px; } }
  .test__result-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px; }
  .test__result-up {
    font-family: "Appetite";
    font-size: 45px;
    line-height: 75px;
    text-align: center;
    color: #08a8e2; }
    .test__result-up span {
      color: #0182C7; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__result-up {
        font-size: 45px;
        line-height: 75px; } }
    @media (max-width: 767px) {
      .test__result-up {
        margin-bottom: 23px;
        font-size: 35px;
        line-height: 75px; } }
  .test__result-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border: none;
    padding: 0;
    width: 72.97px;
    height: 75.47px;
    background: transparent; }
    .test__result-button svg {
      width: 100%;
      height: 100%; }
      .test__result-button svg:nth-child(2) {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0; }
    @media (min-width: 1025px) {
      .test__result-button:hover svg:nth-child(1) {
        opacity: 0; }
      .test__result-button:hover svg:nth-child(2) {
        opacity: 1; } }
  .test__upset {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #111922;
    text-transform: uppercase; }
  .test__step-bottom .test__caption {
    width: 100%;
    height: auto;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #222222; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__step-bottom .test__caption {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .test__step-bottom .test__caption {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px; } }
  .test__fails {
    margin: 0 5px;
    width: 300px;
    border-radius: 35px;
    font-family: "Appetite";
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .test__fails::before, .test__fails::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 100%;
      height: 70px;
      border-radius: 35px;
      transition: opacity 0.5s ease; }
    .test__fails::before {
      background: linear-gradient(to right, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    .test__fails::after {
      opacity: 0;
      background: linear-gradient(to left, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    @media (min-width: 1025px) {
      .test__fails:hover::before {
        opacity: 0; }
      .test__fails:hover::after {
        opacity: 1; } }
    @media (max-width: 1024px) {
      .test__fails {
        margin-bottom: 14px;
        width: 290px; } }
  .test__reload {
    margin: 0 5px;
    width: 300px;
    border-radius: 35px;
    font-family: "Appetite";
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(to right, #4eaee3 0%, #7fcff5 100%);
    color: #fff;
    transition: background 0.3s linear;
    cursor: pointer; }
    @media (min-width: 1025px) {
      .test__reload {
        transition: opacity 0.3s linear;
        cursor: pointer; }
        .test__reload:hover {
          opacity: 0.7; } }
    @media (max-width: 1024px) {
      .test__reload {
        width: 290px; } }
  .test__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__caption {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .test__caption {
        margin: 0 auto 26px;
        width: 246.41px;
        height: 40px; }
        .test__caption img {
          width: 100%;
          height: 100%; } }
  .test__title {
    font-family: "Appetite";
    font-size: 80px;
    line-height: 75px;
    text-align: center;
    color: #024283; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__title {
        font-size: 60px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .test__title {
        font-size: 40px;
        line-height: 42px; } }
  .test__tops {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 51px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__tops {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .test__tops {
        align-items: start;
        flex-flow: column;
        margin-top: 22px;
        margin-bottom: 29px;
        padding-left: 10.13333vmin;
        white-space: nowrap; } }
  .test__answers {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #222222; }
    .test__answers:first-child {
      margin-right: 50px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__answers:first-child {
          margin-right: 38px; } }
      @media (max-width: 767px) {
        .test__answers:first-child {
          margin-bottom: 13px;
          margin-right: 0; } }
    .test__answers-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-right: 12px; }
      @media (max-width: 767px) {
        .test__answers-icon {
          margin-right: 11px; } }
    .test__answers-text .true {
      color: #FB571A; }
    .test__answers-text .time {
      display: block;
      flex-shrink: 0;
      padding-left: 5px;
      width: 48px;
      color: #FB571A;
      text-align: left; }
    .test__answers-text.is-time {
      display: flex; }
    @media (max-width: 1024px) {
      .test__answers {
        font-size: 16px;
        line-height: 28px; } }
  .test__shares.is-view {
    position: relative;
    top: -21px; }
  .test__step {
    position: relative;
    margin: 0 auto;
    width: 838px; }
    .test__step.is-disabled {
      margin-bottom: 71px;
      padding-bottom: 10px; }
      .test__step.is-disabled::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 845px;
        height: 3px;
        background: url("../images/sprites/svg/dots.svg") center center no-repeat; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .test__step.is-disabled::after {
            width: 600px; } }
        @media (max-width: 767px) {
          .test__step.is-disabled::after {
            width: 351px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__step.is-disabled {
          margin-bottom: 53px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .test__step.is-disabled {
          margin-bottom: 37px;
          padding-bottom: 16px; } }
    .test__step-bottom {
      margin-left: -6px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__step-bottom {
          margin-top: 55px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .test__step-bottom {
          margin-top: 45px;
          margin-left: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__step {
        width: 600px; } }
    @media (max-width: 767px) {
      .test__step {
        width: 93.33333vmin; } }
  .test__question {
    display: flex;
    margin-bottom: 44px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 30px;
    line-height: 40px; }
    @media (max-width: 1024px) {
      .test__question {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 33px;
        text-align: center; }
        .test__question .test__questions__nums {
          font-size: 32px;
          line-height: 39px; }
          .is-end .test__question .test__questions__nums {
            margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .test__question {
        margin-bottom: 23px;
        font-size: 20px;
        line-height: 30px; } }
  .test__questions__nums {
    display: flex;
    flex-shrink: 0;
    margin-right: 23px;
    width: 45px; }
    .test__questions__nums__current {
      color: #FB571A; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__questions__nums {
        margin-right: 0;
        margin-bottom: 36px; } }
    @media (max-width: 767px) {
      .test__questions__nums {
        margin-right: 0;
        margin-bottom: 25px; } }
  .test__variants {
    padding-left: 68px; }
    @media (max-width: 1024px) {
      .test__variants {
        padding-left: 0; } }
  .test__answer {
    margin-bottom: 50px;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0.3px;
    color: #222222; }
    .test__answer .text {
      margin-left: 44px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .test__answer .text {
          margin-left: 39px; } }
      @media (max-width: 767px) {
        .test__answer .text {
          margin-left: 34px; }
          .is-end .test__answer .text {
            margin-left: 40px; } }
    .test__answer.is-selected {
      pointer-events: none; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .test__answer {
        margin-bottom: 39px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .test__answer {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0; }
        .test__answer:last-child {
          margin-bottom: 38px; } }
  .test__radio {
    position: relative;
    cursor: pointer; }
    .is-end .test__radio span {
      border-radius: 0;
      width: 30px;
      height: 30px;
      background: url("../images/sprites/svg/set-1.svg") center center no-repeat; }
  .test__radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .test .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: all 0.3s linear;
    background: url("../images/sprites/svg/radio-1.svg") center center no-repeat; }
    @media (max-width: 1024px) {
      .test .checkmark {
        top: 1px; } }
    @media (max-width: 767px) {
      .is-end .test .checkmark {
        top: -3px; } }
  .test .is-selected .checkmark {
    background: url("../images/sprites/svg/radio-3.svg") center center no-repeat; }
  .test__radio:hover input ~ .checkmark {
    background: url("../images/sprites/svg/radio-2.svg") center center no-repeat; }
  .test__radio input:checked ~ .checkmark {
    background: url("../images/sprites/svg/radio-3.svg") center center no-repeat; }
  .test .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .test__radio input:checked ~ .checkmark:after {
    display: block; }
  .test__radio .checkmark:after {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url("../images/sprites/svg/radio-3.svg") center center no-repeat; }
  .test__button {
    margin-left: 68px;
    width: 270px;
    border-radius: 35px;
    font-family: "Appetite";
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    transition: all 0.3s linear;
    cursor: pointer; }
    .test__step .test__button {
      cursor: no-drop; }
    .test__step.is-done .test__button {
      cursor: pointer; }
    .test__button::before, .test__button::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 100%;
      height: 70px;
      border-radius: 35px;
      transition: opacity 0.5s ease; }
    .test__button::before {
      background: linear-gradient(to right, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    .test__button::after {
      opacity: 0;
      background: linear-gradient(to left, #ba0a7f 0%, #fb0611 50%, #fb581a 100%); }
    @media (min-width: 1025px) {
      .test__button:hover::before {
        opacity: 0; }
      .test__button:hover::after {
        opacity: 1; } }
    @media (max-width: 1024px) {
      .test__button {
        margin: 0 auto 98px; } }

.is-end .test__answer.is-answer span::after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  width: 30px;
  height: 30px;
  background: url("../images/sprites/svg/set-3.svg") center center no-repeat; }

.is-end .test__answer.is-wrong span::after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  width: 30px;
  height: 30px;
  background: url("../images/sprites/svg/set-2.svg") center center no-repeat; }

/*# sourceMappingURL=main.css.map */
