@charset "UTF-8";
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../fonts/Druk Wide Cyr.woff2") format("woff2"), url("../fonts/Druk Wide Cyr.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#snowCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250vh;
  pointer-events: none;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#confetti-canvas {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no-bounce-scroll {
  height: 100%;
  overscroll-behavior: none;
  position: fixed;
  width: 100%;
}

html {
  overflow-x: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Druk Wide Cyr", sans-serif;
  color: #D9D9D9;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  background-color: #121212;
  text-transform: uppercase;
  overflow: hidden;
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 430px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1368px) {
  .container {
    max-width: 1368px;
    padding: 0 6px;
  }
}

.title1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  .title1 {
    font-size: 40px;
  }
}

.title2 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  .title2 {
    font-size: 32px;
  }
}

.title3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#eaeaea), to(rgba(234, 234, 234, 0.5)));
  background: linear-gradient(0deg, #eaeaea 0%, rgba(234, 234, 234, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1200px) {
  .title3 {
    font-size: 32px;
  }
}

.btn {
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(234, 234, 234, 0.3);
  border-radius: 12px;
  padding: 28px;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(217, 217, 217, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}

.btn:hover, .btn:focus {
  border-color: rgba(234, 234, 234, 0.8);
  background: rgba(234, 234, 234, 0.8);
  color: #121212;
}

.btn:active {
  background: #111111;
}

@media (min-width: 1200px) {
  .btn {
    font-size: 20px;
  }
}

.btn--sending {
  border-color: rgba(234, 234, 234, 0.8);
  background: rgba(234, 234, 234, 0.8);
  color: #121212;
}

.btn--send {
  border-color: #e90000 !important;
  background: #e90000 !important;
  color: rgba(234, 234, 234, 0.8) !important;
}

.logo {
  width: 66px;
}

@media (min-width: 1200px) {
  .logo {
    width: 132px;
  }
}

.black-bg {
  position: relative;
  z-index: 6;
  background: #121212;
}

.header {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  z-index: 1;
}

.header__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.header__overlay {
  will-change: opacity;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-image: url("../img/snowbg1-m.webp");
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  z-index: 3;
}

@media (min-width: 768px) {
  .header__overlay {
    background-image: url("../img/snowbg1.webp");
  }
}

.header__gradient {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), color-stop(60%, rgba(18, 18, 18, 0.5)), to(#121212));
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.5) 60%, #121212 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
}

.header__content {
  padding-top: 60px;
  padding-bottom: 120px;
  margin-top: 100vh;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 11;
}

.header__sound {
  position: fixed;
  top: 20px;
  right: 20px;
  border: 4px solid rgba(234, 234, 234, 0.8);
  border-radius: 4px;
  background: transparent;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header__sound .hide {
  display: none;
}

.header__sound .show {
  display: block;
}

.header__sound.muted {
  opacity: 0.3;
}

.header__sound.muted:hover, .header__sound.muted:focus {
  opacity: 0.8;
}

.header__sound.muted .hide {
  display: block;
}

.header__sound.muted .show {
  display: none;
}

.header__text-block {
  width: 100%;
  max-width: 1124px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  background: linear-gradient(273deg, #eaeaea 0%, rgba(234, 234, 234, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1200px) {
  .header__text-block {
    gap: 32px;
  }
}

.header__title2 {
  width: 100%;
  max-width: 440px;
  margin: auto;
}

@media (min-width: 1200px) {
  .header__title2 {
    max-width: 100%;
  }
}

.header__descr {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .header__descr {
    margin-top: -70px;
  }
}

@media (min-width: 1200px) {
  .header__descr {
    margin-top: -120px;
  }
}

.header__mobile-btn {
  position: relative;
  height: 120px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  -webkit-animation: borderFade 2s infinite;
          animation: borderFade 2s infinite;
}

@media (min-width: 1200px) {
  .header__mobile-btn {
    display: none;
  }
}

.header__mobile-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: moveDown 2s infinite;
          animation: moveDown 2s infinite;
}

@-webkit-keyframes moveDown {
  0% {
    top: 0px;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  85% {
    top: 60px;
    opacity: 0;
  }
  86% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes moveDown {
  0% {
    top: 0px;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  85% {
    top: 60px;
    opacity: 0;
  }
  86% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes borderFade {
  0% {
    border-color: rgba(255, 255, 255, 0.4);
  }
  70% {
    border-color: rgba(255, 255, 255, 0.4);
  }
  85% {
    border-color: rgba(255, 255, 255, 0);
  }
  86% {
    border-color: rgba(255, 255, 255, 0);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes borderFade {
  0% {
    border-color: rgba(255, 255, 255, 0.4);
  }
  70% {
    border-color: rgba(255, 255, 255, 0.4);
  }
  85% {
    border-color: rgba(255, 255, 255, 0);
  }
  86% {
    border-color: rgba(255, 255, 255, 0);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

.gift {
  position: relative;
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #121212;
}

@media (min-width: 1200px) {
  .gift {
    padding-bottom: 460px;
  }
}

.gift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .gift__content {
    gap: 60px;
  }
}

.gift__title {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(rgba(234, 234, 234, 0.8)));
  background: linear-gradient(180deg, #eaeaea 0%, rgba(234, 234, 234, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .gift__title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .gift__title {
    font-size: 83px;
  }
}

@media (min-width: 1368px) {
  .gift__title {
    font-size: 103px;
  }
}

.gift__box-left {
  display: none;
}

@media (min-width: 1200px) {
  .gift__box-left {
    will-change: transform;
    pointer-events: none;
    display: block;
    position: absolute;
    top: -210px;
    left: -550px;
    width: 972px;
    height: 972px;
  }
}

.gift__box-center {
  display: none;
}

@media (min-width: 1200px) {
  .gift__box-center {
    will-change: transform;
    pointer-events: none;
    z-index: 11;
    display: block;
    position: absolute;
    top: 70px;
    width: 855px;
    height: 855px;
  }
}

.gift__box-right {
  display: none;
}

@media (min-width: 1200px) {
  .gift__box-right {
    will-change: transform;
    pointer-events: none;
    z-index: 12;
    display: block;
    position: absolute;
    top: 0;
    right: -430px;
    width: 678px;
    height: 532px;
  }
}

.gift__box-mobile {
  will-change: transform;
  position: relative;
  z-index: 11;
  pointer-events: none;
  top: 120px;
}

@media (min-width: 1200px) {
  .gift__box-mobile {
    display: none;
  }
}

@-webkit-keyframes floatUpDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes floatUpDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.mobile-animated {
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
}

@-webkit-keyframes floatUpDownDesktop {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes floatUpDownDesktop {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.desktop-animated {
  -webkit-animation: floatUpDownDesktop 4s ease-in-out infinite;
          animation: floatUpDownDesktop 4s ease-in-out infinite;
}

.desktop-animated--left {
  -webkit-animation: floatUpDownDesktop 5s ease-in-out infinite;
          animation: floatUpDownDesktop 5s ease-in-out infinite;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.desktop-animated--right {
  -webkit-animation: floatUpDownDesktop 6s ease-in-out infinite;
          animation: floatUpDownDesktop 6s ease-in-out infinite;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.form-section {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  background: #121212;
}

.form-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (min-width: 1200px) {
  .form-section__content {
    gap: 60px;
  }
}

.form-section__title {
  max-width: 740px;
}

.form {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .form {
    max-width: 912px;
  }
}

.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 1200px) {
  .form__content {
    gap: 30px;
  }
}

.form__wrapper {
  border: 1px solid rgba(234, 234, 234, 0.3);
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media (min-width: 1200px) {
  .form__wrapper {
    border: 1px solid rgba(234, 234, 234, 0.3);
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
  }
}

.form__inputs-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 768px) {
  .form__inputs-block {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .form__inputs-block {
    gap: 20px;
  }
}

.form__inputs-block--second {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.form__label {
  cursor: pointer;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(217, 217, 217, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form__label:focus-within {
  color: rgba(217, 217, 217, 0.8);
}

.form__label:focus-within .custom-checkbox {
  border-color: rgba(234, 234, 234, 0.8) !important;
}

@media (min-width: 1200px) {
  .form__label {
    font-size: 16px;
    gap: 8px;
  }
}

.form__label.checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__label.checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__label.checkbox .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(234, 234, 234, 0.3);
  border-radius: 4px;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .form__label.checkbox .custom-checkbox {
    width: 32px;
    height: 32px;
  }
}

.form__label.checkbox input:checked + .custom-checkbox {
  border-color: rgba(234, 234, 234, 0.3);
  background: url("../img/check.svg") center/70% no-repeat;
}

.form__label.checkbox input:required:user-invalid + .custom-checkbox {
  border-color: rgba(234, 234, 234, 0.8);
}

.form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(234, 234, 234, 0.3);
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.3);
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form__input:active, .form__input:focus {
  border: 1px solid rgba(234, 234, 234, 0.8);
  color: rgba(234, 234, 234, 0.8);
}

.form__input.textarea {
  min-height: 100px;
  resize: none;
}

@media (min-width: 1200px) {
  .form__input {
    font-size: 20px;
  }
}

.form__title-block {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #d9d9d9;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .form__title-block {
    font-size: 16px;
  }
}

.form__title-block__title {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.form__title-block__hr {
  width: 90%;
}

.loader {
  display: inline-block;
  margin-left: 5px;
}

.loader span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  margin: 0 2px;
  -webkit-animation: loader-animation 1.4s infinite;
          animation: loader-animation 1.4s infinite;
}

.loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes loader-animation {
  0%,
  60%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes loader-animation {
  0%,
  60%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.footer {
  position: relative;
  background: #121212;
  z-index: 3;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (min-width: 1200px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer__content {
    gap: 30px;
  }
}

.footer__copy {
  opacity: 0.3;
}

@media (min-width: 1200px) {
  /* ширина полосы */
  ::-webkit-scrollbar {
    width: 8px;
    /* вертикальная */
    height: 8px;
    /* горизонтальная */
  }
  /* фон всей полосы */
  ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }
  /* сам бегунок */
  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    cursor: pointer;
  }
  /* при наведении */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
/*# sourceMappingURL=styles.css.map */