/*! 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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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;
}
/* fonts */
@font-face {
  font-family: "TTRunsTrial";
  src: url("../fonts/TTRunsTrialMedium.woff");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "TTRunsTrial";
  src: url("../fonts/TTRunsTrialBold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "TTRunsTrial";
  src: url("../fonts/TTRunsTrialExtraBold.woff");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
@font-face {
  font-family: "TTRunsTrial";
  src: url("../fonts/TTRunsTrialBlack.woff");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}
/* end fonts */
:root {
  --color-background: #F3F2EF;
  --color-white: #FFFFFF;
  --color-red: #F20D36;
  --color-pink: #FB0484;
  --color-yellow: #CFFB41;
  --color-black: #252423;
  --color-grey: #696866;
  --color-middle-grey: #DBDAD8;
  --color-light-grey: #F1F2F2;
  --color-light: #F7F7F7;
}
/* common */
*,
*::after,
*::before {
  box-sizing: inherit;
}
*:focus-visible {
  outline: 0.1px solid var(--color-yellow);
}
input:focus-visible + label {
  outline: 0.1px solid var(--color-yellow);
}
html {
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'TTRunsTrial', sans-serif;
  font-weight: 500;
  background-color: var(--color-background);
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    background-size: contain;
  }
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 576px) {
  body::-webkit-scrollbar {
    width: 3px;
  }
}
body::-webkit-scrollbar-track {
  background: var(--color-white);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--color-black);
  border-radius: 0;
}
.grid {
  animation: fade-in 0.3s ease-out both;
  display: grid;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr 2fr auto;
  background-image: url("../img/background/background.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom right;
}
@media (max-width: 1370px) {
  .grid {
    grid-template-rows: auto 1fr 1fr auto;
  }
}
@media (max-width: 1024px) {
  .grid {
    background-size: 700px;
  }
}
@media (max-width: 576px) {
  .grid {
    background-size: 700px;
    background-position: bottom -10% right 45%;
  }
}
.header-back {
  justify-self: end;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  height: 300px;
  width: 600px;
  background-image: url("../img/background/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(15%, -53%);
}
@media (max-width: 1370px) {
  .header-back {
    transform: translate(43%, -60%);
  }
}
@media (max-width: 768px) {
  .header-back {
    height: auto;
    width: 65%;
    transform: translate(50%, -41%);
  }
}
.cat-back {
  justify-self: end;
  align-self: end;
  grid-column: 1 / span 1;
  grid-row: 3 / span 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1280px) {
  .cat-back {
    grid-column: 1 / span 1;
  }
}
@media (max-width: 768px) {
  .cat-back {
    grid-column: 1 / span 2;
  }
}
.cat-back div {
  display: block;
  height: auto;
  max-height: 600px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .cat-back div {
    max-height: 320px;
  }
}
@media (max-width: 576px) {
  .cat-back div {
    height: auto;
    max-height: 300px;
    width: 100%;
  }
}
header {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
}
main {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  padding-top: 62px;
}
@media (max-width: 768px) {
  main {
    padding-bottom: 120px;
  }
}
footer {
  grid-column: 1 / span 2;
  grid-row: 4 / span 1;
  position: relative;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
/* end common */
/* mixins */
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .wrapper {
    max-width: none;
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 24px;
  }
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset-button {
  padding: 0;
  border: none;
  background-color: inherit;
}
/* end mixins */
/* animations */
.fade-in {
  animation: fade-in 0.3s ease-out both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-out {
  animation: fade-in-out 9s linear both;
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in-move-down {
  animation: fade-in-move-down 0.3s ease-in-out both;
}
@keyframes fade-in-move-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-move-up {
  animation: fade-in-move-up 0.3s ease-in-out both;
}
@keyframes fade-in-move-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* end animations */
/* button */
.button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: var(--color-white);
  text-transform: uppercase;
  background-color: var(--color-pink);
  border: 1px solid var(--color-pink);
  border-radius: 18px;
}
@media (max-width: 1370px) {
  .button {
    min-height: 56px;
    padding: 14px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .button {
    padding: 0;
  }
}
@media (max-width: 360px) {
  .button {
    font-size: 12px;
  }
}
.button:hover {
  cursor: pointer;
}
.button:disabled,
.button.disabled {
  background-color: #DEDDDA;
  border: 1px solid #DEDDDA;
}
.button:disabled:hover,
.button.disabled:hover {
  cursor: default;
}
/* end button */
/* gifts */
.gifts p {
  margin: 0;
  margin-bottom: 32px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-black);
}
@media (max-width: 1370px) {
  .gifts p {
    font-size: 14px;
  }
}
.gifts__wrapper {
  padding: 32px;
  border-radius: 32px;
  background-color: var(--color-white);
  box-shadow: 20px 40px 50px 0px rgba(37, 36, 35, 0.15);
  position: relative;
}
@media (max-width: 1370px) {
  .gifts__wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.gifts__wrapper:after {
  content: "";
  height: 160px;
  width: 140px;
  background-image: url("../img/background/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(25%, -70%);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1370px) {
  .gifts__wrapper:after {
    height: 100px;
    width: 80px;
    transform: translate(5%, -70%);
  }
}
.gifts__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gifts__wrapper li {
  display: flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--color-middle-grey);
  position: relative;
}
@media (max-width: 1370px) {
  .gifts__wrapper li {
    padding: 12px 0;
  }
}
.gifts__wrapper li:last-child {
  border-bottom: none;
}
.gifts__wrapper li span {
  display: block;
  margin-right: 12px;
}
@media (max-width: 1370px) {
  .gifts__wrapper li span {
    margin-right: 8px;
  }
}
.gifts__wrapper li p {
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-black);
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1370px) {
  .gifts__wrapper li p {
    font-size: 12px;
  }
}
.gifts__wrapper li svg {
  height: 28px;
  width: 28px;
  min-width: 28px;
  fill: var(--color-black);
}
.gifts__wrapper li.pink p {
  color: var(--color-pink);
}
.gifts__wrapper li.pink svg {
  fill: var(--color-pink);
}
.gifts__wrapper .button {
  margin-top: 24px;
  width: 100%;
}
/* end gifts */
/* form */
.form {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
}
.form__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-grow: 1;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .form__list {
    margin-bottom: 24px;
  }
}
.form__list li {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .form__list li {
    margin-bottom: 12px;
  }
}
.form__list li:last-child {
  margin-bottom: 0;
}
.form input {
  width: 100%;
  padding: 17px 16px;
  border: 1px solid var(--color-light);
  background-color: var(--color-light);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .form input {
    padding: 15px 16px;
    font-size: 12px;
  }
}
.form input:hover {
  border: 1px solid var(--color-grey);
}
.form input:focus {
  outline: none;
  border: 1px solid var(--color-black);
}
.form input::-moz-placeholder {
  font-family: 'TTRunsTrial', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(37, 36, 35, 0.35);
}
.form input::placeholder {
  font-family: 'TTRunsTrial', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(37, 36, 35, 0.35);
}
@media (max-width: 576px) {
  .form input::-moz-placeholder {
    font-size: 12px;
  }
  .form input::placeholder {
    font-size: 12px;
  }
}
.form input.error {
  border: 1px solid var(--color-red);
}
.form input.error:hover {
  border: 1px solid var(--color-grey);
}
.form input.error:focus {
  outline: none;
  border: 1px solid var(--color-black);
}
.form label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-black);
}
@media (max-width: 576px) {
  .form label {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.form__field {
  position: relative;
}
.form__field input[type='tel'],
.form__field input[type='text'],
.form__field input[type='email'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__field-error {
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-red);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 576px) {
  .form__field-error {
    font-size: 10px;
  }
}
.form__field-error.show {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form__button {
  width: 100%;
}
.form__apply {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .form__apply {
    margin-bottom: 18px;
  }
}
/* end form */
/* check */
.check {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.check label {
  display: inline-block;
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-pure-black);
  position: relative;
}
@media (max-width: 768px) {
  .check label {
    font-size: 10px;
  }
}
.check label:hover {
  cursor: pointer;
}
.check input {
  height: 24px;
  width: 24px;
  min-width: 24px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.check input:checked + .check__svg {
  background-color: var(--color-yellow);
}
.check input:checked + .check__svg svg {
  opacity: 1;
  transform: translateY(0);
}
.check input:hover:checked + .check__svg {
  background-color: var(--color-yellow);
}
.check input:hover + .check__svg {
  background-color: #E8E8E8;
}
.check__svg {
  display: flex;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin: auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.check__svg svg {
  height: 16px;
  width: 16px;
  fill: none;
  stroke: var(--color-black);
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.check__text {
  display: inline;
}
.check__link {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media (max-width: 768px) {
  .check__link {
    font-size: 10px;
  }
}
.check__link:hover {
  opacity: 0.8;
}
/* end check */
/* header */
.header__wrapper {
  display: flex;
  padding: 24px 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .header__wrapper {
    padding: 20px 24px;
  }
}
.header__logo a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__logo span {
  display: block;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .header__logo span {
    display: none;
    margin-right: 12px;
    padding-right: 12px;
  }
}
.header__logo span:after {
  content: "";
  height: 22px;
  width: 2px;
  margin: auto 0;
  background-color: var(--color-middle-grey);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .header__logo span:after {
    height: 16px;
  }
}
.header__logo svg {
  height: auto;
  width: 146px;
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 33px;
  }
}
.header__logo p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--color-black);
  text-transform: uppercase;
}
span.header__logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  span.header__logo-mobile {
    display: block;
  }
}
/* end header */
/* main */
.main {
  height: 100%;
  position: relative;
}
.main--end .main__button-list {
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main--end .main__button-list li:last-child {
  display: block;
  width: 100%;
}
.main--end .main__go-button {
  width: 100%;
  max-width: 330px;
}
.main__wrapper {
  display: grid;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1370px) {
  .main__wrapper {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1200px) {
  .main__wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .main__wrapper {
    grid-template-columns: 1fr;
  }
}
.main__go {
  max-width: 750px;
  color: var(--color-black);
}
.main__go p {
  margin: 0;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1370px) {
  .main__go p {
    font-size: 14px;
  }
}
.main__title {
  display: inline-block;
  max-width: 590px;
  width: auto;
  padding-right: 62px;
  background-image: url("../img/background/attention.png");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: right bottom 56px;
  position: relative;
}
@media (max-width: 1370px) {
  .main__title {
    background-size: 32px;
  }
}
@media (max-width: 1200px) {
  .main__title {
    padding-right: 30px;
    background-size: 20px;
  }
}
.main__title::before {
  content: "";
  height: 304px;
  width: 550px;
  background-image: url("../img/background/splash.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-12%, -37%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .main__title::before {
    height: 204px;
    width: 450px;
    transform: translate(-8%, -41%);
  }
}
.main__title::after {
  content: "";
  height: 41px;
  width: 51px;
  background-image: url("../img/background/heart.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-94%, -94%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .main__title::after {
    height: 31px;
    width: 41px;
    transform: translate(-34%, -130%);
  }
}
.main__title h2 {
  margin: 0;
  padding-bottom: 56px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
  position: relative;
}
@media (max-width: 1370px) {
  .main__title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .main__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .main__title h2 {
    font-size: 24px;
  }
}
.main__go-button {
  width: 240px;
}
.main__go-gifts {
  color: var(--color-black);
  background: var(--color-white);
  border-color: var(--color-white);
  box-shadow: 10px 15px 25px 0px rgba(37, 36, 35, 0.15);
  text-transform: none;
}
.main__go-gifts span {
  display: block;
}
.main__go-gifts span:first-child {
  margin-right: 6px;
}
.main__go-gifts svg {
  height: 24px;
  width: 24px;
  fill: var(--color-black);
}
.main__button-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 360px) {
  .main__button-list {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
.main__button-list li:last-child {
  display: none;
}
@media (max-width: 768px) {
  .main__button-list li:last-child {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .main__button-list button {
    width: 100%;
  }
}
.main__gifts {
  justify-self: end;
  max-width: 590px;
}
@media (max-width: 768px) {
  .main__gifts {
    display: none;
  }
}
/* end main */
/* footer */
.footer__wrapper {
  display: flex;
  padding: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer__wrapper {
    padding: 24px;
  }
}
.footer__copyright {
  flex-grow: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-light-grey);
  mix-blend-mode: exclusion;
}
@media (max-width: 768px) {
  .footer__copyright {
    visibility: hidden;
  }
}
.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__social a {
  display: block;
  padding: 8px;
  background-color: var(--color-white);
  border-radius: 12px;
}
.footer__social svg {
  height: 32px;
  width: 32px;
  fill: var(--color-black);
}
/* end footer */
/* modal-mobile */
.modal-mobile {
  display: none;
}
@media (max-width: 768px) {
  .modal-mobile {
    display: grid;
    height: 100%;
    width: 100%;
    background-color: var(--color-background);
    background-image: url("../img/background/mobile-gifts.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.3s ease-out;
    opacity: 0;
    position: fixed;
    inset: 0;
  }
}
.modal-mobile.show {
  display: none;
}
@media (max-width: 768px) {
  .modal-mobile.show {
    display: grid;
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}
.modal-mobile__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  position: relative;
}
.modal-mobile__wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 768px) {
  .modal-mobile__wrapper::-webkit-scrollbar {
    width: 3px;
  }
}
.modal-mobile__wrapper::-webkit-scrollbar-track {
  background: var(--color-white);
}
.modal-mobile__wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-black);
  border-radius: 0;
}
.modal-mobile__gifts {
  order: 2;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 65px;
}
.modal-mobile__close {
  align-self: flex-start;
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
  top: 0;
}
.modal-mobile__close button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-mobile__close span {
  display: block;
  height: 24px;
  width: 24px;
}
.modal-mobile__close svg {
  height: auto;
  width: 100%;
  fill: none;
  stroke: var(--color-black);
}
/* end modal-mobile */
/* modal */
.modal {
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  overflow-y: auto;
  z-index: -1;
  position: fixed;
  inset: 0;
}
.modal::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 768px) {
  .modal::-webkit-scrollbar {
    width: 3px;
  }
}
.modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.modal__overlay {
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--color-black);
  opacity: 0.5;
  transition: all 0.3s ease-out;
  position: fixed;
  inset: 0;
}
.modal__wrapper {
  display: flex;
  width: 524px;
  margin: 24px auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .modal__wrapper {
    max-width: 327px;
    width: 100%;
    margin-bottom: 62px;
    border-radius: 24px;
  }
}
@media (max-width: 360px) {
  .modal__wrapper {
    width: calc(100% - 12px);
  }
}
.modal__content {
  min-height: 600px;
  order: 2;
  width: 100%;
  padding: 56px;
  padding-top: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .modal__content {
    min-height: 500px;
    padding: 24px;
    padding-top: 0;
  }
}
.modal__form {
  display: flex;
  height: 100%;
  min-height: 540px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
  pointer-events: auto;
}
@media (max-width: 576px) {
  .modal__form {
    min-height: 470px;
  }
}
.modal__form.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal__title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--color-black);
  text-align: center;
}
@media (max-width: 576px) {
  .modal__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.1;
  }
}
.modal__text {
  margin: 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
}
@media (max-width: 576px) {
  .modal__text {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.modal__close {
  align-self: flex-end;
  order: 1;
  position: sticky;
  top: 0;
}
.modal__close button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  padding: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal__close button {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .modal__close button {
    padding: 15px;
    padding-bottom: 0;
  }
}
.modal__close button:hover {
  cursor: pointer;
}
.modal__close span {
  display: block;
  height: 24px;
  width: 24px;
}
.modal__close svg {
  height: auto;
  width: 100%;
  fill: none;
  stroke: var(--color-black);
}
.modal__animation {
  display: none;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .modal__animation {
    border-radius: 24px;
  }
}
.modal__animation-text {
  animation: fade-in-out 9s linear both;
}
.modal__animation-text h3 {
  display: block;
  margin: 0;
  padding-top: 72px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: var(--color-black);
  position: relative;
}
@media (max-width: 576px) {
  .modal__animation-text h3 {
    padding-top: 42px;
    font-size: 24px;
  }
}
.modal__animation-text p {
  animation: fade-in-move-down 0.3s ease-in-out both;
  animation-delay: 0.3s;
  display: inline-block;
  margin: 0;
  padding: 0 32px;
  padding-top: 4px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: var(--color-black);
  position: relative;
}
@media (max-width: 576px) {
  .modal__animation-text p {
    padding-top: 24px;
    font-size: 16px;
  }
}
.modal__animation-lottie {
  animation: fade-in 0.3s ease-out both;
  height: auto;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
}
@media (max-width: 576px) {
  .modal__animation-lottie {
    border-radius: 24px;
    bottom: 0;
  }
}
.modal__animation.show {
  display: block;
}
.modal__prize {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
  position: absolute;
  inset: 0;
}
@media (max-width: 576px) {
  .modal__prize {
    border-radius: 24px;
  }
}
.modal__prize h3 {
  flex-grow: 1;
  display: inline-block;
  margin: 0;
  padding-top: 72px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: var(--color-black);
}
@media (max-width: 576px) {
  .modal__prize h3 {
    padding-top: 42px;
    font-size: 24px;
  }
}
.modal__prize div {
  display: flex;
  height: 300px;
  margin-bottom: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .modal__prize div {
    height: 200px;
    margin-bottom: 110px;
  }
}
.modal__prize div p {
  width: 300px;
}
@media (max-width: 576px) {
  .modal__prize div p {
    width: 200px;
  }
}
.modal__prize span {
  display: block;
  margin-bottom: 12px;
}
.modal__prize svg {
  height: 92px;
  width: 92px;
  fill: var(--color-black);
}
@media (max-width: 576px) {
  .modal__prize svg {
    height: 52px;
    width: 52px;
  }
}
.modal__prize p {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: var(--color-black);
}
@media (max-width: 576px) {
  .modal__prize p {
    font-size: 14px;
  }
}
.modal__prize > p {
  animation: fade-in-move-up 0.3s ease-in-out both;
  animation-delay: 9.3s;
  display: inline-block;
  width: 300px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 576px) {
  .modal__prize > p {
    width: 200px;
    padding-bottom: 24px;
    font-size: 14px;
  }
}
.modal__prize.show {
  animation: fade-in 0.3s ease-out both;
  animation-delay: 9s;
  display: flex;
}
/* end modal */
