@charset "UTF-8";
/* GLOBAL */
/* здесь используйте глобальные переменные */
body {
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none;
}

main {
  background: linear-gradient(0deg, #C1ECFF 37%, #B2E3FB 50%, #8CCEF2 74%, #5EB4E7 100%);
}

html, body {
  overflow: auto;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-style: 100%;
  line-height: 1;
  font-style: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-style: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "cc-ultimatum";
  font-display: swap;
  src: url("../fonts/cc-ultimatum-bold.woff2") format("woff2"), url("../fonts/cc-ultimatum-bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Involve";
  font-display: swap;
  src: url("../fonts/Involve-Regular.woff2") format("woff2"), url("../fonts/Involve-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Involve-Bold";
  font-display: swap;
  src: url("../fonts/Involve-Bold.woff2") format("woff2"), url("../fonts/Involve-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Evolventa";
  font-display: swap;
  src: url("../fonts/Evolventa-Bold.woff2") format("woff2"), url("../fonts/Evolventa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
}
/* BLOCKS */
.page__game {
  /*height: 100vh;
  overflow: hidden;*/
  margin: 0;
  position: relative;
  overflow: hidden;
}

main {
  position: relative;
}

.start {
  position: relative;
}
.start__wrap {
  max-width: 42vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
  z-index: 101;
  padding: 170px 10px 140px;
}
@media screen and (max-width: 1100px) {
  .start__wrap {
    max-width: 50vw;
  }
}
@media screen and (max-width: 800px) {
  .start__wrap {
    max-width: 80vw;
    padding: 12vh 10px 20vh;
  }
}
@media screen and (max-width: 600px) {
  .start__wrap {
    max-width: 100vw;
  }
}
.start__wrap h1 {
  text-align: center;
  font-family: "cc-ultimatum";
  font-size: 94px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 24px;
  display: block;
  padding: 24px 40px;
}
@media screen and (max-width: 1600px) {
  .start__wrap h1 {
    font-size: 80px;
    padding: 12px 30px 24px;
  }
}
@media screen and (max-width: 1300px) {
  .start__wrap h1 {
    font-size: 60px;
    padding: 12px 30px 24px;
  }
}
@media screen and (max-width: 600px) {
  .start__wrap h1 {
    font-size: 6vh;
    padding: 1.6vh 15px 2.3vh;
    border-radius: 12px;
  }
}
.start__wrap h1.start__line1 {
  color: #E41B7F;
  background: #FFFFFF;
  transform: rotate(2deg);
  z-index: 102;
}
.start__wrap h1.start__line2 {
  color: #FFFFFF;
  z-index: 101;
  position: relative;
  transform: rotate(-2deg);
}
.start__wrap h1.start__line2::before {
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .start__wrap h1.start__line2::before {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 800px) {
  .start__wrap h1.start__line2::before {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 600px) {
  .start__wrap h1.start__line2::before {
    border-radius: 12px;
  }
}
.start__wrap p {
  color: #0A0000;
  text-align: center;
  font-family: Involve;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  padding: 32px 0;
}
@media screen and (max-width: 1600px) {
  .start__wrap p {
    font-size: 20px;
    max-width: 670px;
    padding: 26px 0;
  }
}
@media screen and (max-width: 600px) {
  .start__wrap p {
    font-size: 2vh;
    padding: 18px 0;
    line-height: 140%;
  }
}
@media screen and (max-width: 600px) {
  .start__wrap p br {
    display: none;
  }
}
.start__img {
  margin: 0 auto;
  display: block;
  max-width: 650px;
  width: 100%;
  border-radius: 24px;
  padding: 24px 40px;
  transform: rotate(-2deg);
  z-index: 101;
}
.start__img img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .start__img {
    max-width: 500px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .start__img {
    padding: 15px 20px;
    border-radius: 12px;
  }
}
.start__btn {
  max-width: 420px;
  width: 100%;
  background-color: #E41B7F;
  padding: 15px;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  font-family: Evolventa;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .start__btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .start__btn {
    max-width: 260px;
    padding: 12px;
    font-size: 20px;
  }
}
.start__snow {
  position: absolute;
  background-image: image-set(url("../images/bg@1x.webp") 1x type("image/webp"), url("../images/bg@2x.webp") 2x type("image/webp"), url("../images/bg@1x.png") 1x type("image/png"), url("../images/bg@2x.png") 2x type("image/png"));
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 97;
}
@media screen and (max-width: 1600px) {
  .start__snow {
    background-position: top center;
  }
}
@media screen and (max-width: 600px) {
  .start__snow {
    background-position: center 5%;
  }
}
.start__clouds_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 98;
}
.start__clouds_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
.start__snowman {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34vw;
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .start__snowman {
    width: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .start__snowman {
    width: auto;
    height: 30vh;
    bottom: -9vw;
  }
}
.start__penguin {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34vw;
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .start__penguin {
    width: 33vw;
  }
}
@media screen and (max-width: 600px) {
  .start__penguin {
    width: auto;
    height: 30vh;
    bottom: -9vw;
  }
}
.start__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: auto;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 1600px) {
  .start__logo {
    width: 7vw;
  }
}
@media screen and (max-width: 1100px) {
  .start__logo {
    width: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .start__logo {
    width: 11vh;
  }
}
@media screen and (max-width: 450px) {
  .start__logo {
    width: 10vh;
  }
}
.start__logo img {
  width: 100%;
}
.start__snow-top-left {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 7vw;
  height: auto;
  z-index: 108;
}
.start__snow-bottom-right {
  position: absolute;
  bottom: 0%;
  right: 22%;
  width: 10vw;
  height: auto;
  z-index: 108;
}
@media screen and (max-width: 1600px) {
  .page__start .start__logo {
    width: 12vh;
  }
}

.muz {
  position: absolute;
  top: 42px;
  right: 62px;
  z-index: 3000;
}
@media screen and (max-width: 1600px) {
  .muz {
    top: 30px;
    right: 58px;
  }
}
@media screen and (max-width: 1000px) {
  .muz {
    top: 20px;
    right: 38px;
  }
}
@media screen and (max-width: 600px) {
  .muz {
    top: 12px;
    right: 12px;
  }
}
.muz__link {
  width: 74px;
  height: 74px;
  background: #FF5897;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 30px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .muz__link {
    width: 54px;
    height: 54px;
    background-size: 24px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .muz__link {
    width: 44px;
    height: 44px;
    background-size: 34px 20px;
  }
}
@media screen and (max-width: 600px) {
  .muz__link {
    width: 34px;
    height: 34px;
    background-size: 24px 20px;
  }
}
.muz__link_on {
  background-image: image-set(url("../icons/stack.svg#sound1"));
  animation: frames 3s infinite;
}
@keyframes frames {
  0% {
    background-image: url("../icons/stack.svg#sound1");
  }
  33% {
    background-image: url("../icons/stack.svg#sound2");
  }
  66% {
    background-image: url("../icons/stack.svg#sound3");
  }
  100% {
    background-image: url("../icons/stack.svg#sound1");
  }
}
.muz__link_off {
  background-image: image-set(url("../icons/stack.svg#sound4"));
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.calendar {
  position: relative;
  padding: 250px 20px 320px;
}
@media screen and (max-width: 1600px) {
  .calendar {
    padding: 250px 20px;
  }
}
@media screen and (max-width: 600px) {
  .calendar {
    padding: 150px 20px;
  }
}
@media screen and (max-width: 450px) {
  .calendar {
    padding: 150px 10px;
  }
}
.calendar__tooltip {
  color: #0A0000;
  text-align: center;
  font-family: Involve;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2000;
}
.calendar__tooltip::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/tooltip_img.svg");
  width: 22px;
  height: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .calendar__tooltip {
    font-size: 12px;
    padding: 12px;
  }
  .calendar__tooltip__tooltip br {
    display: none;
  }
}
.calendar__container {
  margin: 0 auto;
  display: grid;
  max-width: 1066px;
  /*width: 65vw;*/
  /*max-height: 1602px;*/
  aspect-ratio: 1/1.6;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 20px;
  grid-template-areas: "day1 day1 day2 day4 day5 day5" "day1 day1 day3 day4 day6 day7" "day8 day9 day10 day10 day11 day11" "day12 day12 day13 day14 day11 day11" "day15 day17 day18 day18 day19 day19" "day16 day17 day18 day18 day20 day21" "day22 day22 day23 day24 day25 day21" "day26 day28 day29 day31 day31 day31" "day27 day28 day30 day31 day31 day31";
}
@media screen and (max-width: 1600px) {
  .calendar__container {
    width: 55vw;
  }
}
@media screen and (max-width: 1200px) {
  .calendar__container {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .calendar__container {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .calendar__container {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(13, 1fr);
    aspect-ratio: 1/3.3;
    grid-template-areas: "day1 day1 day2 day4" "day1 day1 day3 day4" "day5 day5 day6 day7" "day8 day9 day11 day11" "day10 day10 day11 day11" "day12 day12 day13 day14" "day15 day17 day18 day18" "day16 day17 day18 day18" "day19 day19 day20 day21" "day22 day22 day23 day21" "day24 day25 day26 day27" "day28 day29 day31 day31" "day28 day30 day31 day31";
  }
}
.calendar__day {
  position: relative;
  z-index: 2000;
  border-radius: 34px;
  color: #FFF;
  border: 1px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .calendar__day {
    border-radius: 17px;
  }
}
.calendar__day_locked {
  opacity: 0.6;
  position: relative;
}
.calendar__day_locked::before {
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: "";
  border: 1px solid #FFF;
  background-color: rgba(203, 203, 203, 0.4);
  background-image: url("../images/lock.svg");
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: 22px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 200;
}
@media screen and (max-width: 1300px) {
  .calendar__day_locked::before {
    width: 38px;
    height: 38px;
    left: 15px;
    bottom: 15px;
    background-size: 16px 20px;
  }
}
@media screen and (max-width: 480px) {
  .calendar__day_locked::before {
    width: 28px;
    height: 28px;
    left: 10px;
    bottom: 10px;
    background-size: 12px 16px;
  }
}
.calendar__day p {
  margin-top: -11%;
  font-family: "cc-ultimatum";
  font-size: 105px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 5px;
  /*padding: 27px 0 0 50px;*/
}
@media screen and (max-width: 1600px) {
  .calendar__day p {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1000px) {
  .calendar__day p {
    /*font-size: 80px;*/
  }
}
@media screen and (max-width: 800px) {
  .calendar__day p {
    /*font-size: 60px;*/
  }
}
@media screen and (max-width: 700px) {
  .calendar__day p {
    /*font-size: 50px;*/
    font-size: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .calendar__day p {
    /*font-size: 40px;*/
  }
}
.calendar__day1 {
  grid-area: day1;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day1::after {
  position: absolute;
  bottom: 7%;
  right: 7%;
  content: "";
  background-image: url("../images/day1.svg");
  width: 58%;
  height: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day2 {
  grid-area: day2;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day3 {
  grid-area: day3;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day4 {
  grid-area: day4;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day4::after {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/day4.svg");
  width: 58%;
  height: 53%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day4.calendar__day_locked::after {
  background-image: url("../images/day4_lock.svg");
}
.calendar__day5 {
  grid-area: day5;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day5::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/day5.svg");
  width: 62%;
  height: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day5.calendar__day_locked::after {
  background-image: url("../images/day5_lock.svg");
}
.calendar__day6 {
  grid-area: day6;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day7 {
  grid-area: day7;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day8 {
  grid-area: day8;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day9 {
  grid-area: day9;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day10 {
  grid-area: day10;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day10::after {
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/day10.svg");
  width: 39%;
  height: 80%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day10.calendar__day_locked::after {
  background-image: url("../images/day10_lock.svg");
}
.calendar__day11 {
  grid-area: day11;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day11::after {
  position: absolute;
  bottom: 0;
  right: 13%;
  content: "";
  background-image: url("../images/day11.svg");
  width: 52%;
  height: 91%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.calendar__day11.calendar__day_locked::after {
  background-image: url("../images/day11_lock.svg");
}
.calendar__day12 {
  grid-area: day12;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day12::after {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/day12.svg");
  width: 55%;
  height: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day12.calendar__day_locked::after {
  background-image: url("../images/day12_lock.svg");
}
.calendar__day13 {
  grid-area: day13;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day14 {
  grid-area: day14;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day15 {
  grid-area: day15;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day16 {
  grid-area: day16;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day17 {
  grid-area: day17;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day17::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/day17.svg");
  width: 100%;
  height: 60%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.calendar__day17.calendar__day_locked::after {
  background-image: url("../images/day17_lock.svg");
  background-size: auto 100%;
}
.calendar__day18 {
  grid-area: day18;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day18::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-image: url("../images/day18.svg");
  width: 78%;
  height: 88%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.calendar__day18.calendar__day_locked::after {
  background-image: url("../images/day18_lock.svg");
}
.calendar__day19 {
  grid-area: day19;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day19::after {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/day19.svg");
  width: 32%;
  height: 80%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day19.calendar__day_locked::after {
  background-image: url("../images/day19_lock.svg");
}
.calendar__day20 {
  grid-area: day20;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day21 {
  grid-area: day21;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day21::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/day21.svg");
  width: 100%;
  height: 60%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.calendar__day21.calendar__day_locked::after {
  background-image: url("../images/day21_lock.svg");
}
.calendar__day22 {
  grid-area: day22;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day22::after {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/day22.svg");
  width: 48%;
  height: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day22.calendar__day_locked::after {
  background-image: url("../images/day22_lock.svg");
}
.calendar__day23 {
  grid-area: day23;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day24 {
  grid-area: day24;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day25 {
  grid-area: day25;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day26 {
  grid-area: day26;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day27 {
  grid-area: day27;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day28 {
  grid-area: day28;
  background-color: #FFFFFF;
  color: #E6007E;
}
.calendar__day28::after {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/day28.svg");
  width: 80%;
  height: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__day28.calendar__day_locked::after {
  background-image: url("../images/day28_lock.svg");
}
.calendar__day29 {
  grid-area: day29;
  background: linear-gradient(95deg, #FBC40E 7.92%, #F8B117 207.08%);
}
.calendar__day30 {
  grid-area: day30;
  background: linear-gradient(348deg, #007A6B 0%, #01A894 100%);
}
.calendar__day31 {
  grid-area: day31;
  background: linear-gradient(135deg, #FE7EAE 0%, #FF5897 100%);
}
.calendar__day31::after {
  position: absolute;
  bottom: 0%;
  right: 10%;
  content: "";
  background-image: url("../images/day31.svg");
  width: 65%;
  height: 94%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.calendar__day31.calendar__day_locked::after {
  background-image: url("../images/day31_lock.svg");
  bottom: -1%;
}
.calendar::after {
  position: absolute;
  top: 7%;
  left: 5%;
  content: "";
  background-image: url("../images/decor1.svg");
  width: 7%;
  height: 36%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 2000px) {
  .calendar::after {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .calendar::after {
    display: none;
  }
}
.calendar::before {
  position: absolute;
  top: 4%;
  right: 5%;
  content: "";
  background-image: url("../images/decor2.svg");
  width: 7%;
  height: 34%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 2000px) {
  .calendar::before {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .calendar::before {
    display: none;
  }
}
.calendar__decor-footer::after {
  position: absolute;
  bottom: 5%;
  left: 5%;
  content: "";
  background-image: url("../images/decor_tree1@2x.png");
  width: 12%;
  height: 24%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 2400px) {
  .calendar__decor-footer::after {
    bottom: 2%;
  }
}
@media screen and (max-width: 2000px) {
  .calendar__decor-footer::after {
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .calendar__decor-footer::after {
    display: none;
  }
}
.calendar__decor-footer::before {
  position: absolute;
  bottom: 5%;
  right: 5%;
  content: "";
  background-image: url("../images/decor_tree2@2x.png");
  width: 12%;
  height: 24%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 2400px) {
  .calendar__decor-footer::before {
    bottom: 2%;
  }
}
@media screen and (max-width: 2000px) {
  .calendar__decor-footer::before {
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .calendar__decor-footer::before {
    display: none;
  }
}
.calendar__snow {
  position: absolute;
  background-image: url("../images/decor_snow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 97;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar__decor-snow::after {
  position: absolute;
  top: 70%;
  left: 5%;
  content: "";
  background-image: url("../images/snow_top@2x.png");
  width: 5%;
  height: 7%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  .calendar__decor-snow::after {
    display: none;
  }
}
.calendar__decor-snow::before {
  position: absolute;
  top: 45%;
  right: 5%;
  content: "";
  background-image: url("../images/snow_top@2x.png");
  width: 8%;
  height: 10%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  .calendar__decor-snow::before {
    display: none;
  }
}

.number_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.number_left {
  padding: 14% 0 0 12%;
}

.number_left-18 {
  padding: 18% 0 0 10%;
}

.number_left-31 {
  padding: 16% 0 0 5%;
}

.number_top-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 18%;
}

.number_left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14%;
  padding-top: 2%;
}

.number_left-center-19 {
  padding-left: 10%;
}

.number_left-center-10 {
  padding-left: 6%;
}

.popup__wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 2000;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /*padding-right: 20px;
  margin-right: -20px;*/
}
.popup__wrapper::-webkit-scrollbar {
  display: none;
}
.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__logo {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 80px;
  left: 80px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .popup__logo {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .popup__logo {
    top: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 800px) {
  .popup__logo {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .popup__logo img.logo__desc {
    display: none;
  }
}
.popup__logo img.logo__mob {
  display: none;
}
@media screen and (max-width: 800px) {
  .popup__logo img.logo__mob {
    display: block;
  }
}
.popup__content {
  max-width: 660px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
@media screen and (max-width: 800px) {
  .popup__content {
    margin: 80px 0 15px;
  }
}
.popup__close {
  background-image: -webkit-image-set(url("../images/close.svg"));
  background-image: image-set(url("../images/close.svg"));
  width: 54px;
  height: 54px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 140px;
  right: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .popup__close {
    top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .popup__close {
    top: 60px;
  }
}
.popup__hero {
  height: 220px;
}
@media screen and (max-width: 1600px) {
  .popup__hero {
    height: 172px;
  }
}
@media screen and (max-width: 600px) {
  .popup__hero {
    height: 120px;
  }
}
.popup__hero::after {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 275px;
  height: 221px;
}
@media screen and (max-width: 1600px) {
  .popup__hero::after {
    width: 210px;
    height: 173px;
  }
}
@media screen and (max-width: 600px) {
  .popup__hero::after {
    width: 140px;
    height: 121px;
  }
}
.popup__hero::before {
  background-image: url("../images/popap_snow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 46%;
  transform: translateX(-50%);
  width: 530px;
  height: 194px;
}
@media screen and (max-width: 1600px) {
  .popup__hero::before {
    width: 480px;
    /*left: 30px;*/
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .popup__hero::before {
    top: -20px;
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .popup__hero::before {
    background-image: url("../images/popap_snow_mob.svg");
    width: 100%;
    width: 380px;
    /*left: -30px;*/
    top: -30px;
  }
}
.popup__wrap {
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 42px;
  position: relative;
}
.popup__wrap::after {
  background: url("../images/day1.svg") no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 175px;
  height: 206px;
}
@media screen and (max-width: 1600px) {
  .popup__wrap::after {
    width: 145px;
    right: -100px;
  }
}
@media screen and (max-width: 800px) {
  .popup__wrap::after {
    display: none;
  }
}
.popup__wrap::before {
  background: url("../images/snow_top@2x.png") no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  width: 178px;
  height: 168px;
}
@media screen and (max-width: 1600px) {
  .popup__wrap::before {
    width: 140px;
    left: -100px;
  }
}
@media screen and (max-width: 800px) {
  .popup__wrap::before {
    display: none;
  }
}
.popup__pink {
  text-align: center;
  padding: 40px;
  width: 100%;
  background: linear-gradient(163deg, #FE7EAE -15.2%, #FF5897 54.08%);
  border-radius: 34px;
}
@media screen and (max-width: 1600px) {
  .popup__pink {
    padding: 34px;
  }
}
@media screen and (max-width: 600px) {
  .popup__pink {
    padding: 28px;
  }
}
.popup__pink p {
  color: #FFFFFF;
  font-family: Involve;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .popup__pink p {
    font-size: 21px;
    max-width: 440px;
  }
}
@media screen and (max-width: 600px) {
  .popup__pink p {
    font-size: 16px;
  }
}
.popup__title {
  color: #000000;
  text-align: center;
  font-family: Involve-Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  padding: 32px 30px 0;
}
@media screen and (max-width: 1600px) {
  .popup__title {
    font-size: 30px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 600px) {
  .popup__title {
    font-size: 26px;
    padding: 24px 0 0;
  }
}
.popup__text {
  color: #000000;
  text-align: center;
  font-family: Involve;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  padding: 10px 0 24px;
}
@media screen and (max-width: 1600px) {
  .popup__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .popup__text {
    font-size: 15px;
  }
}
.popup__promo {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  border: 1px dashed #E41B7F;
  border-radius: 20px;
  color: #000000;
  text-align: center;
  font-family: Involve-Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  padding: 10px;
  letter-spacing: 1.92px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .popup__promo {
    font-size: 28px;
    padding: 8px;
  }
}
.popup__promo::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/copy.svg");
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__btn {
  max-width: 520px;
  width: 100%;
  margin: 16px auto 0;
  background-color: #E41B7F;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  font-family: Evolventa;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  padding: 14px;
  display: block;
  cursor: pointer;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .popup__btn {
    font-size: 22px;
    padding: 16px 10px 12px 10px;
  }
}
@media screen and (max-width: 600px) {
  .popup__btn {
    font-size: 20px;
  }
}
.popup__discl {
  color: #888888;
  font-family: Involve;
  font-size: 16px;
  line-height: 135%;
  padding: 24px 0;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .popup__discl {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .popup__discl {
    font-size: 12px;
  }
}

.share {
  position: relative;
  margin-bottom: 15px;
}
.share p {
  color: #0A0000;
  text-align: center;
  font-family: Involve;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  padding: 24px 0 16px;
}
@media screen and (max-width: 1600px) {
  .share p {
    font-size: 22px;
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .share p {
    font-size: 18px;
  }
}
.share__row {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 16px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .share__row {
    column-gap: 8px;
  }
}
.share__link {
  flex: 0 1 64px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .share__link {
    flex: 0 1 54px;
  }
}
.share__link img {
  width: 30px;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

[data-id=popup__hero_1]::after {
  background-image: url("../images/popup1@2x.png");
  z-index: 1000;
  height: 252px;
}
@media screen and (max-width: 1600px) {
  [data-id=popup__hero_1]::after {
    height: 197px;
  }
}
@media screen and (max-width: 600px) {
  [data-id=popup__hero_1]::after {
    width: 130px;
    height: 135px;
  }
}

[data-id=popup__hero_2]::after {
  background-image: url("../images/popup2.svg");
  z-index: -1;
}

[data-id=popup__hero_3]::after {
  background-image: url("../images/popup3.svg");
  z-index: -1;
}

[data-id=popup__hero_4]::after {
  background-image: url("../images/popup4.svg");
  z-index: -1;
}

[data-id=popup__hero_5]::after {
  background-image: url("../images/popup5.svg");
  z-index: -1;
}

[data-id=popup__hero_6]::after {
  background-image: url("../images/popup6.svg");
  z-index: -1;
}

[data-id=popup__hero_7]::after {
  background-image: url("../images/popup7.svg");
  z-index: -1;
}

[data-id=popup__hero_8]::after {
  background-image: url("../images/popup8.svg");
  z-index: -1;
}

[data-id=popup__hero_9]::after {
  background-image: url("../images/popup9.svg");
  z-index: -1;
}

[data-id=popup__hero_10]::after {
  background-image: url("../images/popup10.svg");
  z-index: -1;
}

[data-id=popup__hero_11]::after {
  background-image: url("../images/popap11.svg");
  z-index: -1;
}

[data-id=popup__hero_12]::after {
  background-image: url("../images/popap12.svg");
  z-index: -1;
}

[data-id=popup__hero_13]::after {
  background-image: url("../images/popap13.svg");
  z-index: -1;
}

[data-id=popup__hero_14]::after {
  background-image: url("../images/popap14.svg");
  z-index: -1;
}

[data-id=popup__hero_15]::after {
  background-image: url("../images/popap15.svg");
  z-index: -1;
}

[data-id=popup__hero_16]::after {
  background-image: url("../images/popap16.svg");
  z-index: -1;
}

[data-id=popup__hero_17]::after {
  background-image: url("../images/popap17.svg");
  z-index: -1;
}

[data-id=popup__hero_18]::after {
  background-image: url("../images/popap18.svg");
  z-index: -1;
}

[data-id=popup__hero_19]::after {
  background-image: url("../images/popap19.svg");
  z-index: -1;
}

[data-id=popup__hero_20]::after {
  background-image: url("../images/popap20.svg");
  z-index: -1;
}

[data-id=popup__hero_21]::after {
  background-image: url("../images/popap11.svg");
  z-index: -1;
}

[data-id=popup__hero_22]::after {
  background-image: url("../images/popap12.svg");
  z-index: -1;
}

[data-id=popup__hero_23]::after {
  background-image: url("../images/popap13.svg");
  z-index: -1;
}

[data-id=popup__hero_24]::after {
  background-image: url("../images/popap14.svg");
  z-index: -1;
}

[data-id=popup__hero_25]::after {
  background-image: url("../images/popap15.svg");
  z-index: -1;
}

[data-id=popup__hero_26]::after {
  background-image: url("../images/popap16.svg");
  z-index: -1;
}

[data-id=popup__hero_27]::after {
  background-image: url("../images/popap17.svg");
  z-index: -1;
}

[data-id=popup__hero_28]::after {
  background-image: url("../images/popap18.svg");
  z-index: -1;
}

[data-id=popup__hero_29]::after {
  background-image: url("../images/popap19.svg");
  z-index: -1;
}

[data-id=popup__hero_30]::after {
  background-image: url("../images/popap20.svg");
  z-index: -1;
}

body.popup-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.page__final {
  position: relative;
}
.page__final::after {
  position: absolute;
  top: 0;
  left: 20%;
  content: "";
  background: url("../images/decor1.svg") no-repeat;
  width: 10vh;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1600px) {
  .page__final::after {
    width: 14vh;
  }
}
@media screen and (max-width: 1300px) {
  .page__final::after {
    left: 15%;
    width: 9vh;
  }
}
@media screen and (max-width: 1100px) {
  .page__final::after {
    display: none;
  }
}
.page__final::before {
  position: absolute;
  top: 0;
  right: 20%;
  content: "";
  background: url("../images/decor2.svg") no-repeat;
  width: 10vh;
  height: 100%;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 1600px) {
  .page__final::before {
    width: 14vh;
  }
}
@media screen and (max-width: 1300px) {
  .page__final::before {
    right: 15%;
    width: 9vh;
  }
}
@media screen and (max-width: 1100px) {
  .page__final::before {
    display: none;
  }
}

.end__snow {
  position: absolute;
  background-image: url("../images/snow_final.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 97;
}
@media screen and (max-width: 600px) {
  .end__snow {
    background-size: auto 100%;
  }
}
.end__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  height: 100vh;
  overflow: hidden;
}
.end__close {
  background-image: -webkit-image-set(url("../images/close.svg"));
  background-image: image-set(url("../images/close.svg"));
  width: 54px;
  height: 54px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .end__close {
    top: -70px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .end__close {
    width: 44px;
    height: 44px;
  }
}
.end__img {
  width: 100%;
  background-color: #F8B117;
  border-radius: 34px;
  max-width: 640px;
  width: 100%;
  aspect-ratio: 1/0.47;
  position: relative;
}
@media screen and (max-width: 800px) {
  .end__img {
    max-height: 20vh;
  }
}
.end__img::after {
  background: url("../images/img01@2x.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 110%;
  height: 130%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .end__img::after {
    background-size: contain;
  }
}
.end__wrap {
  max-width: 660px;
  width: 100%;
  margin: 80px auto 0;
  border-radius: 42px;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  padding: 10px 10px 30px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .end__wrap {
    width: 32vw;
    margin-top: 12vh;
    padding: 10px 10px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .end__wrap {
    width: 50vw;
    margin-top: 120px;
  }
}
@media screen and (max-width: 800px) {
  .end__wrap {
    width: 100%;
    margin-top: 60px;
  }
}
.end__wrap h3 {
  font-family: Involve-Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .end__wrap h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .end__wrap h3 {
    font-size: 28px;
  }
}
.end__wrap p {
  font-family: Involve;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  padding: 10px 10px 24px;
}
@media screen and (max-width: 1600px) {
  .end__wrap p {
    font-size: 1.2vw;
    padding: 8px 10px 16px;
  }
}
@media screen and (max-width: 800px) {
  .end__wrap p {
    font-size: 16px;
  }
}
.end__decor-footer::after {
  position: absolute;
  bottom: 6%;
  left: 5%;
  content: "";
  background-image: url("../images/decor_tree1@2x.png");
  width: 22vh;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 1000px) {
  .end__decor-footer::after {
    width: 28vh;
  }
}
@media screen and (max-width: 1100px) {
  .end__decor-footer::after {
    width: 8vh;
    left: 1%;
    bottom: 2%;
  }
}
.end__decor-footer::before {
  position: absolute;
  bottom: 6%;
  right: 5%;
  content: "";
  background-image: url("../images/decor_tree2@2x.png");
  width: 22vh;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 1000px) {
  .end__decor-footer::before {
    width: 28vh;
  }
}
@media screen and (max-width: 1100px) {
  .end__decor-footer::before {
    width: 8vh;
    right: 1%;
    bottom: 2%;
  }
}