/* VENDOR */
/* GLOBAL */
@keyframes fade-in-out {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
html {
  height: 100%;
  font-size: min(0.925vh, 10px);
  font-size: min(0.925dvh, 10px);
  scrollbar-width: none;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: "Involve", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
  background-color: #1F4780;
  background: linear-gradient(to bottom, #172484, #0E185D);
  --scale: 1;
}

main {
  flex-grow: 1;
}

img {
  display: block;
  object-fit: scale-down;
  max-width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  touch-action: manipulation;
}

*:hover,
*:focus,
*:active {
  outline: none;
}

.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;
}

@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/involve/Involve-Regular.woff2") format("woff2"), url("fonts/involve/Involve-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/involve/Involve-Bold.woff2") format("woff2"), url("fonts/involve/Involve-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GothamProBlack";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gothampro/GothamPro-Black.woff2") format("woff2"), url("fonts/gothampro/GothamPro-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GothamProBold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gothampro/GothamPro-Bold.woff2") format("woff2"), url("fonts/gothampro/GothamPro-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Evolventa";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/evolventa/Evolventa-Bold.woff2") format("woff2"), url("fonts/evolventa/Evolventa-Bold.woff") format("woff");
  font-display: swap;
}
/* ELEMENTS */
.button {
  display: block;
  padding: 13px 20px;
  font-family: "Evolventa", "Arial", sans-serif;
  font-size: min(1vw, 24px);
  font-size: min(1dvw, 24px);
  letter-spacing: 1.5px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.3s ease, color 0.3s ease;
}
.button:hover, .button:focus {
  color: #ffffff;
  background-color: #E21F1D;
}
.button:active {
  background-color: #881311;
}
@media (max-width: 1610px) {
  .button {
    border-radius: 16px;
  }
}
@media (max-width: 1439px) {
  .button {
    font-size: min(1.1vw, 22px);
    font-size: min(1.1dvw, 22px);
  }
}
@media (max-width: 1219px) {
  .button {
    font-size: min(1.2vw, 20px);
    font-size: min(1.2dvw, 20px);
    border-radius: 14px;
  }
}
@media (max-width: 1023px) {
  .button {
    font-size: 18px;
  }
  .button:active {
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 379px) {
  .button {
    font-size: 18px;
  }
}
.button--close {
  padding: 16px;
  border-radius: 50%;
}
.button--close::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/stack.svg#icon_close") no-repeat center;
  background-size: 20px 20px;
  content: "";
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.button--close:hover, .button--close:focus {
  background-color: #e6e6e6;
  box-shadow: 1px 1px 0 0 #000000;
}
.button--close:active {
  background-color: #cccccc;
  opacity: 0.5;
}
.button--close:active::before {
  opacity: 0.5;
}

/* BLOCKS */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: #0E185D url("../images/photos/img_snow@2x.png") no-repeat center 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader__spinner {
  width: 300px;
  height: 200px;
  position: relative;
  display: inline-block;
}
.preloader__snowflake {
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
}
.preloader img {
  width: 100%;
}
.preloader .snowflake-1 {
  animation: fade-in-out 2s ease-in-out infinite;
}
.preloader .snowflake-2 {
  animation: fade-in-out 2s ease-in-out infinite;
  animation-delay: 0.2s;
  transform: translateX(60px);
}
.preloader .snowflake-3 {
  animation: fade-in-out 2s ease-in-out infinite;
  animation-delay: 0.4s;
  transform: translateX(120px);
}
.preloader .snowflake-4 {
  animation: fade-in-out 2s ease-in-out infinite;
  animation-delay: 0.8s;
  transform: translateX(180px);
}
.preloader .snowflake-5 {
  animation: fade-in-out 2s ease-in-out infinite;
  animation-delay: 1.2s;
  transform: translateX(240px);
}
.preloader--shown {
  opacity: 1;
  visibility: visible;
}

.container {
  display: flex;
  flex-direction: column;
}
.container__inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-width: 320px;
  min-height: 480px;
  height: 100%;
  width: 100%;
  background-image: -webkit-image-set(url("../images/photos/bg_00@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/bg_00@1x.webp") type("image/webp"));
  background-image: url("../images/photos/bg_00@1x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: scroll;
  scrollbar-width: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-resolution: 2dppx) {
  .container__inner {
    background-image: -webkit-image-set(url("../images/photos/bg_00@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/bg_00@2x.webp") type("image/webp"));
    background-image: url("../images/photos/bg_00@2x.jpg");
  }
}
@media (max-width: 767px) {
  .container__inner {
    background-image: -webkit-image-set(url("../images/photos/bg_1_mob@1x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/bg_1_mob@1x.webp") type("image/webp"));
    background-image: url("../images/photos/bg_1_mob@1x.jpg");
    background-position: top center;
    background-size: cover;
    overflow: visible;
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .container__inner {
    background-image: -webkit-image-set(url("../images/photos/bg_1_mob@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/bg_1_mob@2x.webp") type("image/webp"));
    background-image: url("../images/photos/bg_1_mob@2x.jpg");
  }
}
@media (max-width: 379px) {
  .container__inner {
    background-size: 110% auto;
  }
}
.container__inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 456px;
  height: 315px;
  background-image: -webkit-image-set(url("../images/photos/img_corner-left@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/img_corner-left@1x.webp") type("image/webp"));
  background-image: url("../images/photos/img_corner-left@1x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}
@media (min-resolution: 2dppx) {
  .container__inner::before {
    background-image: -webkit-image-set(url("../images/photos/img_corner-left@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/img_corner-left@2x.webp") type("image/webp"));
    background-image: url("../images/photos/img_corner-left@2x.png");
  }
}
@media (max-width: 767px) {
  .container__inner::before {
    display: none;
  }
}
.container__inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 456px;
  height: 315px;
  background-image: -webkit-image-set(url("../images/photos/img_corner-right@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/img_corner-right@1x.webp") type("image/webp"));
  background-image: url("../images/photos/img_corner-right@1x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
}
@media (min-resolution: 2dppx) {
  .container__inner::after {
    background-image: -webkit-image-set(url("../images/photos/img_corner-right@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/img_corner-right@2x.webp") type("image/webp"));
    background-image: url("../images/photos/img_corner-right@2x.png");
  }
}
@media (max-width: 767px) {
  .container__inner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .container__inner--final {
    background-image: -webkit-image-set(url("../images/photos/bg_1_final-mob@1x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/bg_1_final-mob@1x.webp") type("image/webp"));
    background-image: url("../images/photos/bg_1_final-mob@1x.jpg");
    background-position: top center;
    background-size: cover;
    overflow: visible;
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .container__inner--final {
    background-image: -webkit-image-set(url("../images/photos/bg_1_final-mob@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/bg_1_final-mob@2x.webp") type("image/webp"));
    background-image: url("../images/photos/bg_1_final-mob@2x.jpg");
  }
}
@media (max-width: 379px) {
  .container__inner--final {
    background-size: 110% auto;
  }
}
@media (max-width: 767px) {
  .container__inner--final::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .container__inner--final::after {
    display: none;
  }
}
.container__inner--calendar {
  width: 100%;
  background-image: none;
}
.container__inner--calendar::before, .container__inner--calendar::after {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 48px 20px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    padding: 28px 28px 0;
    width: 100%;
    z-index: 30;
  }
}
.header__wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 92px;
  max-width: 90.5vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header__wrapper {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 0 80px;
    width: 100%;
    max-width: 380px;
    min-height: 50px;
    justify-content: center;
  }
}
.header__logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  z-index: 10;
}
@media (max-width: 1439px) {
  .header__logo-wrapper {
    max-width: 160px;
  }
}
@media (max-width: 1023px) {
  .header__logo-wrapper {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .header__logo-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.header__logo {
  display: inline-block;
}
.header__btn-wrapper {
  position: fixed;
  top: 28px;
  right: 15px;
}
.header__btn {
  position: relative;
  padding: 0;
  width: 84px;
  height: 84px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 30;
}
.header__btn::before {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url("../images/icons/stack.svg#icon_music") no-repeat center;
  background-size: 100% auto;
  content: "";
}
@media (max-width: 1439px) {
  .header__btn {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1023px) {
  .header__btn {
    width: 50px;
    height: 50px;
  }
  .header__btn:active {
    -webkit-tap-highlight-color: transparent;
  }
}
.header__btn--sound-off {
  opacity: 0.5;
}

.main {
  position: relative;
}
.main--calendar {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main--final {
  background-image: none;
  opacity: 0;
}
.main__screen {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  scrollbar-width: none;
}
@media (max-width: 1023px) {
  .main__screen {
    transition: all 0.3s ease;
  }
}
@media (max-width: 1023px) {
  .main__screen {
    overflow: hidden;
  }
}

.screen__hero {
  margin: 0 auto;
  height: 100vh;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .screen__hero {
    height: 100%;
    overflow: hidden;
  }
}

.hero {
  position: relative;
  padding: 174px 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1439px) {
  .hero {
    padding: 134px 0 54px;
  }
}
@media (max-width: 1219px) {
  .hero {
    padding: 124px 0 54px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 45% 28px 58%;
    justify-content: flex-start;
  }
}
@media (max-width: 379px) {
  .hero {
    padding: 45% 10px 20px;
  }
}
.hero--hidden {
  opacity: 0;
  visibility: hidden;
}
.hero__text-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 37vw;
  text-align: center;
  z-index: 5;
}
@media (max-width: 1610px) {
  .hero__text-wrapper {
    max-width: 46vw;
  }
}
@media (max-width: 1023px) {
  .hero__text-wrapper {
    padding: 0 20px;
    max-width: 62vw;
  }
}
@media (max-width: 767px) {
  .hero__text-wrapper {
    padding: 0;
    max-width: 76vw;
  }
}
@media (max-width: 475px) {
  .hero__text-wrapper {
    max-width: 100%;
  }
}
.hero__text-wrapper::before {
  position: absolute;
  left: -284px;
  bottom: 90px;
  width: 174px;
  height: 250px;
  background-image: url("../images/icons/img13.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotate(46deg);
  content: "";
}
@media (max-width: 1920px) {
  .hero__text-wrapper::before {
    left: -190px;
    width: 7vw;
    height: 10vw;
  }
}
@media (max-width: 1610px) {
  .hero__text-wrapper::before {
    left: -190px;
    bottom: 85px;
    width: 9vw;
    height: 13vw;
  }
}
@media (max-width: 1219px) {
  .hero__text-wrapper::before {
    top: 40px;
  }
}
@media (max-width: 1023px) {
  .hero__text-wrapper::before {
    display: none;
  }
}
.hero__text-wrapper::after {
  position: absolute;
  right: -280px;
  bottom: 100px;
  width: 310px;
  height: 370px;
  background-image: url("../images/icons/img00_cat.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 1920px) {
  .hero__text-wrapper::after {
    right: -304px;
    width: 16vw;
    height: 16.2vw;
  }
}
@media (max-width: 1610px) {
  .hero__text-wrapper::after {
    right: -210px;
  }
}
@media (max-width: 1219px) {
  .hero__text-wrapper::after {
    top: 40px;
  }
}
@media (max-width: 1023px) {
  .hero__text-wrapper::after {
    display: none;
  }
}
.hero__title {
  position: relative;
  margin: 0 0 42px;
  padding: 0;
  font-family: "GothamProBlack", "Arial", sans-serif;
  font-size: 65px;
  line-height: 120%;
  text-transform: uppercase;
  font-size: min(2.65vw, 65px);
  font-size: min(2.65dvw, 65px);
}
@media (max-width: 1439px) {
  .hero__title {
    margin: 0 0 20px;
  }
}
@media (max-width: 1219px) {
  .hero__title {
    margin: 0 0 16px;
    font-size: min(3.4vw, 64px);
    font-size: min(3.4dvw, 64px);
  }
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: min(4.8vw, 48px);
    font-size: min(4.8dvw, 48px);
  }
}
@media (max-width: 767px) {
  .hero__title {
    margin: 0 auto 24px;
    max-width: 324px;
    font-size: 42px;
    text-align: center;
  }
}
@media (max-width: 379px) {
  .hero__title {
    font-size: 36px;
  }
}
.hero__title-styled {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero__title-styled {
    border-radius: 44px;
  }
}
.hero__title-styled--white {
  padding: 20px 96px 0;
  color: #000000;
  font-size: min(10vw, 242px);
  font-size: min(10dvw, 242px);
  line-height: 100%;
  letter-spacing: 1px;
  background-color: #ffffff;
  border-radius: 210px;
  transform: rotate(-6.5deg);
}
@media (max-width: 1219px) {
  .hero__title-styled--white {
    font-size: min(12vw, 242px);
    font-size: min(12dvw, 242px);
  }
}
@media (max-width: 1023px) {
  .hero__title-styled--white {
    font-size: min(14vw, 242px);
    font-size: min(14dvw, 242px);
  }
}
@media (max-width: 767px) {
  .hero__title-styled--white {
    padding: 12px 45px 0;
    font-size: 92px;
    transform: rotate(-6.5deg) translateX(-4px);
  }
}
.hero__title-styled--red {
  padding: 14px 58px 8px;
  font-family: "GothamProBold", "Arial", sans-serif;
  color: #ffffff;
  background-color: #E21F1D;
  border-radius: 90px;
  transform: rotate(3deg) translateY(-4px) translateX(68px);
}
@media (max-width: 1439px) {
  .hero__title-styled--red {
    padding: 20px 24px 12px;
    transform: rotate(3deg) translateY(-4px) translateX(18px);
  }
}
@media (max-width: 1219px) {
  .hero__title-styled--red {
    padding: 16px 20px 8px;
  }
}
@media (max-width: 767px) {
  .hero__title-styled--red {
    padding: 10px 30px 6px;
    font-size: 24px;
    line-height: 100%;
    transform: rotate(3deg) translateY(-4px) translateX(8px);
  }
}
.hero__text-inner {
  position: relative;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero__text-inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .hero__text-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 475px) {
  .hero__text-inner {
    max-width: 100%;
  }
}
.hero__text-inner::before {
  position: absolute;
  left: -190px;
  bottom: -102px;
  width: 242px;
  height: 214px;
  background-image: url("../images/icons/img00_shrimp.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 1920px) {
  .hero__text-inner::before {
    left: -70px;
    width: 10.4vw;
    height: 9vw;
  }
}
@media (max-width: 1439px) {
  .hero__text-inner::before {
    bottom: -62px;
  }
}
@media (max-width: 1219px) {
  .hero__text-inner::before {
    top: 40px;
  }
}
@media (max-width: 1023px) {
  .hero__text-inner::before {
    top: auto;
    bottom: -400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 380px;
    height: 320px;
    background-image: url("../images/icons/img00_cat.svg");
    background-position: 50% -47px;
  }
}
@media (max-width: 767px) {
  .hero__text-inner::before {
    bottom: -327px;
    left: -26px;
  }
}
.hero__text-inner::after {
  position: absolute;
  right: -106px;
  bottom: -108px;
  width: 140px;
  height: 190px;
  background-image: url("../images/icons/img09.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotate(8deg);
  content: "";
}
@media (max-width: 1920px) {
  .hero__text-inner::after {
    width: 6.2vw;
    height: 8.4vw;
  }
}
@media (max-width: 1439px) {
  .hero__text-inner::after {
    bottom: -68px;
  }
}
@media (max-width: 1219px) {
  .hero__text-inner::after {
    top: 40px;
  }
}
@media (max-width: 1023px) {
  .hero__text-inner::after {
    display: none;
  }
}
.hero__text {
  margin: 0 auto;
  padding: 0;
  max-width: 34vw;
  font-family: "Involve", "Arial", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  font-size: min(1vw, 24px);
  font-size: min(1dvw, 24px);
  text-align: center;
}
@media (max-width: 1439px) {
  .hero__text {
    max-width: 30vw;
    font-size: min(1.2vw, 20px);
    font-size: min(1.2dvw, 20px);
  }
}
@media (max-width: 1023px) {
  .hero__text {
    max-width: 50vw;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero__text {
    max-width: 100%;
    display: inline;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
  }
}
@media (max-width: 379px) {
  .hero__text {
    font-size: 14px;
  }
}
.hero__button {
  margin: 26px auto 0;
  width: 100%;
  max-width: 17.5vw;
}
@media (max-width: 1439px) {
  .hero__button {
    margin: 14px auto 0;
    max-width: 20vw;
  }
}
@media (max-width: 1023px) {
  .hero__button {
    max-width: 40vw;
  }
}
@media (max-width: 767px) {
  .hero__button {
    margin: 24px auto 0;
    max-width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 475px) {
  .hero__button {
    max-width: calc(100% - 26px);
  }
}
@media (max-width: 379px) {
  .hero__button {
    margin: 16px auto 0;
  }
}

.calendar {
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  scrollbar-width: thin;
}
.calendar--shown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.calendar__bg {
  position: relative;
}
@media (max-width: 767px) {
  .calendar__bg {
    width: 100%;
    overflow: hidden;
  }
}
.calendar__bg-img {
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .calendar__bg-img {
    margin: 0 auto 0 -120px;
    max-width: calc(100% + 240px);
    width: calc(100% + 240px);
  }
}
.calendar__tree {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.calendar__tree::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 17.8%;
  background-image: -webkit-image-set(url("../images/photos/img_clouds@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/img_clouds@1x.webp") type("image/webp"));
  background-image: url("../images/photos/img_clouds@1x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  z-index: 5;
}
@media (min-resolution: 2dppx) {
  .calendar__tree::before {
    background-image: -webkit-image-set(url("../images/photos/img_clouds@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/img_clouds@2x.webp") type("image/webp"));
    background-image: url("../images/photos/img_clouds@2x.png");
  }
}
.calendar__tree-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 3% 0 0;
}
@media (max-width: 767px) {
  .calendar__tree-wrapper {
    padding: 12% 0 0;
    overflow: hidden;
  }
}
.calendar__tree-img {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .calendar__tree-img {
    padding-top: 5%;
    margin: 0 auto 0 -110px;
    max-width: calc(100% + 220px);
    width: calc(100% + 220px);
  }
}
@media (max-width: 475px) {
  .calendar__tree-img {
    padding-top: 10%;
  }
}
.calendar__tooltip {
  color: #0A0000;
  text-align: center;
  font-family: "Involve", Arial, sans-serif;
  font-size: 16px;
  font-size: min(0.72vw, 16px);
  font-size: min(0.72dvw, 16px);
  font-weight: 400;
  line-height: 130%;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  position: absolute;
  top: -20px;
  left: -50px;
  right: 0;
  margin: 0 auto;
  width: 200px;
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media (max-width: 1219px) {
  .calendar__tooltip {
    padding: 14px;
    font-size: min(1.12vw, 16px);
    font-size: min(1.12dvw, 16px);
  }
}
@media (max-width: 1023px) {
  .calendar__tooltip {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .calendar__tooltip {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .calendar__tooltip {
    top: auto;
    bottom: 90%;
    left: -50%;
    padding: 10px;
    width: 180px;
  }
}
@media (max-width: 475px) {
  .calendar__tooltip {
    left: -100%;
  }
}
@media (max-width: 379px) {
  .calendar__tooltip {
    padding: 8px;
  }
}
.calendar__tooltip::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../images/icons/icon_tooltip_img.svg");
  width: 22px;
  height: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar__tooltip--hidden {
  opacity: 0;
  visibility: hidden;
}
.calendar__list {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  justify-content: center;
  list-style: none;
}
@media (max-width: 767px) {
  .calendar__list {
    margin: 0 auto 0 -30px;
    max-width: calc(100% + 60px);
    width: calc(100% + 60px);
    overflow: hidden;
  }
}
.calendar__item {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.calendar__item--reverse {
  flex-direction: row-reverse;
}
.calendar__item--column-reverse {
  flex-direction: column-reverse;
  align-items: center;
}
.calendar__link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 15;
}
@media (max-width: 1023px) {
  .calendar__link:active {
    -webkit-tap-highlight-color: transparent;
  }
}
.calendar__link[data-number="1"] {
  right: 26.5%;
  bottom: 3.1%;
  max-width: 9.5vw;
  max-height: 9.8vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="1"] {
    right: 20.4%;
    bottom: 2.9%;
    max-width: 12%;
    max-height: 7%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="1"] .calendar__tooltip {
    left: -180%;
  }
}
.calendar__link[data-number="2"] {
  right: 40%;
  bottom: 2.8%;
  max-width: 11.3vw;
  max-height: 13vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="2"] {
    right: 37.3%;
    bottom: 3%;
    max-width: 14%;
    max-height: 8.5%;
  }
}
.calendar__link[data-number="3"] {
  left: 39%;
  bottom: 2.3%;
  max-width: 7.3vw;
  max-height: 10vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="3"] {
    left: 36.7%;
    bottom: 1.9%;
    max-width: 8.8%;
    max-height: 6.8%;
  }
}
@media screen and (max-width: 600px) {
  .calendar__link[data-number="3"] .calendar__tooltip {
    left: -100%;
    right: auto;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="3"] .calendar__tooltip {
    left: -160%;
  }
}
.calendar__link[data-number="4"] {
  left: 26%;
  bottom: 2.9%;
  max-width: 10.2vw;
  max-height: 10vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="4"] {
    left: 20.8%;
    bottom: 2.3%;
    max-width: 12.5%;
    max-height: 7%;
  }
}
.calendar__link[data-number="5"] {
  left: 23.5%;
  bottom: 10.4%;
  max-width: 15.9vw;
  max-height: 15vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="5"] {
    left: 17.8%;
    bottom: 8.89%;
    max-width: 19.4%;
    max-height: 11%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="5"] .calendar__tooltip {
    left: -50%;
  }
}
.calendar__link[data-number="6"] {
  left: 38%;
  bottom: 9.6%;
  max-width: 12.4vw;
  max-height: 11.5vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="6"] {
    left: 35.3%;
    bottom: 8.8%;
    max-width: 15.2%;
    max-height: 8%;
  }
}
.calendar__link[data-number="7"] {
  right: 37.2%;
  bottom: 9.2%;
  max-width: 10vw;
  max-height: 12vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="7"] {
    right: 34.4%;
    bottom: 8.7%;
    max-width: 12%;
    max-height: 8%;
  }
}
.calendar__link[data-number="8"] {
  right: 27%;
  bottom: 12%;
  max-width: 7.4vw;
  max-height: 10vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="8"] {
    right: 22%;
    bottom: 11.1%;
    max-width: 9.1%;
    max-height: 7%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="8"] .calendar__tooltip {
    left: -160%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="8"] .calendar__tooltip {
    left: -260%;
  }
}
.calendar__link[data-number="9"] {
  right: 26%;
  bottom: 19.5%;
  max-width: 7.4vw;
  max-height: 9.8vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="9"] {
    right: 20.8%;
    bottom: 18.1%;
    max-width: 8.8%;
    max-height: 6.8%;
  }
}
@media screen and (max-width: 600px) {
  .calendar__link[data-number="9"] .calendar__tooltip {
    left: -100%;
    right: auto;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="9"] .calendar__tooltip {
    left: -280%;
  }
}
.calendar__link[data-number="10"] {
  right: 35.3%;
  bottom: 17.6%;
  max-width: 11vw;
  max-height: 9vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="10"] {
    right: 32%;
    bottom: 16.1%;
    max-width: 13.4%;
    max-height: 6.6%;
  }
}
.calendar__link[data-number="11"] {
  left: 37.2%;
  bottom: 17.9%;
  max-width: 14.6vw;
  max-height: 9vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="11"] {
    left: 34.3%;
    bottom: 16.6%;
    max-width: 18%;
    max-height: 6.4%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="11"] .calendar__tooltip {
    left: -50%;
  }
}
.calendar__link[data-number="12"] {
  left: 25.1%;
  bottom: 19.5%;
  max-width: 9.2vw;
  max-height: 12vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="12"] {
    left: 19.6%;
    bottom: 18.8%;
    max-width: 11.4%;
    max-height: 7.8%;
  }
}
.calendar__link[data-number="13"] {
  left: 30.8%;
  bottom: 26.6%;
  max-width: 8.8vw;
  max-height: 12vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="13"] {
    left: 26.5%;
    bottom: 24.5%;
    max-width: 11%;
    max-height: 9%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="13"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="14"] {
  bottom: 24.9%;
  left: 41.4%;
  max-width: 9.2vw;
  max-height: 11vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="14"] {
    left: 39.5%;
    bottom: 23.8%;
    max-width: 11.2%;
    max-height: 7.2%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="14"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="15"] {
  right: 38.2%;
  bottom: 24.7%;
  max-width: 10vw;
  max-height: 10vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="15"] {
    right: 35.5%;
    bottom: 23.5%;
    max-width: 12.4%;
    max-height: 6.8%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="15"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="16"] {
  right: 25.6%;
  bottom: 27%;
  max-width: 11vw;
  max-height: 9.4vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="16"] {
    right: 20.1%;
    bottom: 25.3%;
    max-width: 13.6%;
    max-height: 6.8%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="16"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="17"] {
  right: 26.2%;
  bottom: 35.6%;
  max-width: 15.4vw;
  max-height: 10.2vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="17"] {
    right: 21.2%;
    bottom: 33.8%;
    max-width: 18.6%;
    max-height: 7%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="17"] .calendar__tooltip {
    left: -50%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="17"] .calendar__tooltip {
    left: -100%;
  }
}
.calendar__link[data-number="18"] {
  right: 40%;
  bottom: 32.5%;
  max-width: 10.1vw;
  max-height: 10.6vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="18"] {
    right: 37.8%;
    bottom: 30.7%;
    max-width: 12.4%;
    max-height: 7.4%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="18"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="19"] {
  left: 40%;
  bottom: 32.8%;
  max-width: 8vw;
  max-height: 11vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .calendar__link[data-number="19"] {
    left: 38%;
    bottom: 30.9%;
    max-width: 9.8%;
    max-height: 7.8%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="19"] .calendar__tooltip {
    left: -110%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="19"] .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="20"] {
  left: 28.4%;
  bottom: 35.8%;
  max-width: 11vw;
  max-height: 13vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="20"] {
    left: 23.6%;
    bottom: 33.6%;
    max-width: 13.4%;
    max-height: 9.2%;
  }
}
.calendar__link[data-number="21"] {
  left: 36.4%;
  bottom: 42.9%;
  max-width: 11.2vw;
  max-height: 10.4vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .calendar__link[data-number="21"] {
    left: 33.4%;
    bottom: 40.2%;
    max-width: 13.6%;
    max-height: 7.6%;
  }
}
.calendar__link[data-number="22"] {
  left: 45.5%;
  bottom: 39%;
  max-width: 15.8vw;
  max-height: 19vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="22"] {
    left: 44.7%;
    bottom: 37.2%;
    max-width: 19%;
    max-height: 12.6%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="22"] .calendar__tooltip {
    left: -50%;
  }
}
.calendar__link[data-number="23"] {
  right: 27.3%;
  bottom: 42.4%;
  max-width: 16vw;
  max-height: 16.2vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .calendar__link[data-number="23"] {
    right: 22.7%;
    bottom: 40.4%;
    max-width: 19%;
    max-height: 10.8%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="23"] .calendar__tooltip {
    left: -50%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="23"] .calendar__tooltip {
    left: -100%;
  }
}
.calendar__link[data-number="24"] {
  right: 39.4%;
  bottom: 51.6%;
  max-width: 12vw;
  max-height: 9.5vw;
  z-index: 25;
}
@media (max-width: 767px) {
  .calendar__link[data-number="24"] {
    right: 36.7%;
    bottom: 49%;
    max-width: 15%;
    max-height: 6.8%;
  }
}
.calendar__link[data-number="25"] {
  left: 37.1%;
  bottom: 51.1%;
  max-width: 9.1vw;
  max-height: 10vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .calendar__link[data-number="25"] {
    left: 34%;
    bottom: 48.7%;
    max-width: 11.6%;
    max-height: 7%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="25"] > .calendar__tooltip {
    left: -150%;
  }
}
.calendar__link[data-number="26"] {
  left: 39%;
  bottom: 57.7%;
  max-width: 10vw;
  max-height: 21vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="26"] {
    left: 37%;
    bottom: 56.3%;
    max-width: 11.2%;
    max-height: 11.8%;
  }
}
.calendar__link[data-number="26"] .calendar__img-wrapper {
  display: flex;
  justify-content: center;
}
.calendar__link[data-number="26"] .calendar__img {
  width: 18vw;
  height: 100%;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="26"] .calendar__img {
    width: 170%;
    max-width: 170%;
    height: auto;
    transform: scale(1.2);
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="26"] > .calendar__tooltip {
    left: -180%;
  }
}
.calendar__link[data-number="27"] {
  bottom: 59.5%;
  right: 41.4%;
  max-width: 9.5vw;
  max-height: 14vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="27"] {
    right: 39.6%;
    bottom: 57.1%;
    max-width: 11.5%;
    max-height: 8.8%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="27"] > .calendar__tooltip {
    left: -180%;
  }
}
.calendar__link[data-number="28"] {
  bottom: 70.6%;
  right: 45.4%;
  max-width: 11.2vw;
  max-height: 11.6vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .calendar__link[data-number="28"] {
    right: 44.3%;
    bottom: 66.8%;
    max-width: 13.7%;
    max-height: 8.4%;
  }
}
.calendar__link[data-number="29"] {
  bottom: 76%;
  right: 41.5%;
  max-width: 7.8vw;
  max-height: 9.2vw;
  z-index: 25;
}
@media (max-width: 767px) {
  .calendar__link[data-number="29"] {
    right: 39.5%;
    bottom: 72.6%;
    max-width: 9.7%;
    max-height: 6.2%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="29"] > .calendar__tooltip {
    left: -180%;
  }
}
.calendar__link[data-number="30"] {
  bottom: 80.4%;
  left: 42.9%;
  max-width: 8.5vw;
  max-height: 10vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="30"] {
    left: 40.3%;
    bottom: 76%;
    max-width: 10.5%;
    max-height: 6.6%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="30"] {
    left: 40%;
    max-height: 5.6%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="30"] > .calendar__tooltip {
    left: -180%;
  }
}
.calendar__link[data-number="31"] {
  bottom: 87.8%;
  right: 42.9%;
  max-width: 14.6vw;
  max-height: 13.8vw;
}
@media (max-width: 767px) {
  .calendar__link[data-number="31"] {
    bottom: 82.2%;
    right: 42.5%;
    max-width: 17.8%;
    max-height: 9.4%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="31"] {
    bottom: 81.8%;
    max-width: 17%;
    max-height: 7.9%;
  }
}
.calendar__link[data-number="31"] > .calendar__tooltip {
  top: 10px;
  left: -20px;
}
@media (max-width: 1023px) {
  .calendar__link[data-number="31"] > .calendar__tooltip {
    left: -36px;
  }
}
@media screen and (max-width: 600px) {
  .calendar__link[data-number="31"] > .calendar__tooltip {
    top: auto;
    bottom: 50%;
    left: -30%;
  }
}
@media (max-width: 475px) {
  .calendar__link[data-number="31"] > .calendar__tooltip {
    left: -50%;
  }
}
@media (max-width: 379px) {
  .calendar__link[data-number="31"] > .calendar__tooltip {
    left: -100%;
    bottom: 60%;
  }
}
.calendar__img-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.calendar__img-wrapper--hidden {
  opacity: 0;
}
.calendar__img-wrapper img {
  width: 100%;
}

.popup {
  position: fixed;
  padding: 30px 10px;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Involve", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
  scrollbar-width: none;
}
@media (max-width: 1023px) {
  .popup {
    padding: 40px 10px 0;
  }
}
.popup--shown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup--shown .popup__img-wrapper {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.popup--common .popup__share {
  display: block;
}
.popup--final, .popup--final-2 {
  background-color: transparent;
}
.popup--final::before, .popup--final-2::before {
  position: absolute;
  left: 13%;
  bottom: 28%;
  width: 146px;
  height: 189px;
  background: url("../images/icons/img03.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
}
@media (max-width: 1920px) {
  .popup--final::before, .popup--final-2::before {
    left: 18%;
    width: 8vw;
    height: 12vw;
  }
}
@media (max-width: 1219px) {
  .popup--final::before, .popup--final-2::before {
    left: 8%;
  }
}
@media (max-width: 1023px) {
  .popup--final::before, .popup--final-2::before {
    display: none;
  }
}
.popup--final::after, .popup--final-2::after {
  position: absolute;
  right: 23.6%;
  bottom: 6%;
  width: 118px;
  height: 124px;
  background: url("../images/icons/img00_roll.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
  z-index: -1;
}
@media (max-width: 1920px) {
  .popup--final::after, .popup--final-2::after {
    width: 7vw;
    height: 8.2vw;
  }
}
@media (max-width: 1219px) {
  .popup--final::after, .popup--final-2::after {
    right: 14%;
  }
}
@media (max-width: 1023px) {
  .popup--final::after, .popup--final-2::after {
    display: none;
  }
}
.popup--final > .popup__body::before, .popup--final-2 > .popup__body::before {
  position: absolute;
  left: -30%;
  bottom: 3%;
  width: 184px;
  height: 160px;
  background: url("../images/icons/img00_tuna.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
}
@media (max-width: 1920px) {
  .popup--final > .popup__body::before, .popup--final-2 > .popup__body::before {
    left: -35%;
    width: 12vw;
    height: 8vw;
  }
}
@media (max-width: 1219px) {
  .popup--final > .popup__body::before, .popup--final-2 > .popup__body::before {
    left: -32%;
  }
}
@media (max-width: 1023px) {
  .popup--final > .popup__body::before, .popup--final-2 > .popup__body::before {
    display: none;
  }
}
.popup--final > .popup__body::after, .popup--final-2 > .popup__body::after {
  position: absolute;
  right: -42%;
  bottom: 25%;
  width: 212px;
  height: 254px;
  background: url("../images/icons/img14.svg") no-repeat center;
  background-size: 100% auto;
  transform: rotate(329deg);
  content: "";
}
@media (max-width: 1920px) {
  .popup--final > .popup__body::after, .popup--final-2 > .popup__body::after {
    right: -47.4%;
    width: 11vw;
    height: 13vw;
  }
}
@media (max-width: 1219px) {
  .popup--final > .popup__body::after, .popup--final-2 > .popup__body::after {
    right: -42%;
  }
}
@media (max-width: 1023px) {
  .popup--final > .popup__body::after, .popup--final-2 > .popup__body::after {
    display: none;
  }
}
.popup--final .popup__promo-body, .popup--final-2 .popup__promo-body {
  max-width: 700px;
}
@media (max-width: 1920px) {
  .popup--final .popup__promo-body, .popup--final-2 .popup__promo-body {
    max-width: 592px;
  }
}
.popup--final .popup__share, .popup--final-2 .popup__share {
  display: none;
}
.popup--final-2 .popup__close-button.popup__close-button--final {
  display: none;
  pointer-events: none;
}
.popup__body {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1920px) {
  .popup__body {
    max-width: 34.2vw;
  }
}
@media (max-width: 1610px) {
  .popup__body {
    max-width: 35vw;
  }
}
@media (max-width: 1219px) {
  .popup__body {
    max-width: 48vw;
  }
}
@media (max-width: 1023px) {
  .popup__body {
    max-width: 564px;
  }
}
@media (max-width: 767px) {
  .popup__body {
    max-width: 100%;
    min-height: 794px;
  }
}
@media (max-width: 475px) {
  .popup__body {
    min-height: 728px;
  }
}
.popup__wrapper {
  position: relative;
}
@media (max-width: 1219px) {
  .popup__wrapper {
    margin: 0 auto;
    max-width: calc(100% - 20px);
  }
}
.popup__wrapper--promo {
  padding-top: 208px;
}
@media (max-width: 1800px) {
  .popup__wrapper--promo {
    padding-top: 190px;
  }
}
@media (max-width: 1610px) {
  .popup__wrapper--promo {
    padding-top: 158px;
  }
}
@media (max-width: 1439px) {
  .popup__wrapper--promo {
    padding-top: 112px;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--promo {
    padding-top: 136px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper--promo {
    padding-top: 212px;
  }
}
.popup__wrapper--final {
  padding-top: 84px;
}
@media (max-width: 1610px) {
  .popup__wrapper--final {
    padding-top: 148px;
  }
}
@media (max-width: 1439px) {
  .popup__wrapper--final {
    padding-top: 96px;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--final {
    padding-top: 132px;
  }
}
@media (max-width: 1023px) {
  .popup__wrapper--final {
    padding-top: 60px;
  }
}
.popup__wrapper--final > .popup__content {
  position: relative;
  padding-top: 352px;
}
@media (max-width: 1610px) {
  .popup__wrapper--final > .popup__content {
    padding-top: 288px;
  }
}
@media (max-width: 1439px) {
  .popup__wrapper--final > .popup__content {
    padding-top: 262px;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--final > .popup__content {
    padding-top: 270px;
  }
}
@media (max-width: 379px) {
  .popup__wrapper--final > .popup__content {
    padding-top: 228px;
  }
}
.popup__wrapper--final > .popup__content::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 14px);
  min-height: 310px;
  background-color: #E21F1D;
  background-image: -webkit-image-set(url("../images/photos/img_effect@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/img_effect@1x.webp") type("image/webp"));
  background-image: url("../images/photos/img_effect@1x.png"); /* Fallback */
  background-repeat: no-repeat;
  background-position: 52% 54%;
  background-size: 110% auto;
  border-radius: 34px;
  content: "";
}
@media (min-resolution: 2dppx) {
  .popup__wrapper--final > .popup__content::before {
    background-image: -webkit-image-set(url("../images/photos/img_effect@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/img_effect@2x.webp") type("image/webp"));
    background-image: url("../images/photos/img_effect@2x.png");
  }
}
@media (max-width: 1610px) {
  .popup__wrapper--final > .popup__content::before {
    min-height: 262px;
  }
}
@media (max-width: 1439px) {
  .popup__wrapper--final > .popup__content::before {
    min-height: 238px;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--final > .popup__content::before {
    min-height: 236px;
  }
}
@media (max-width: 379px) {
  .popup__wrapper--final > .popup__content::before {
    min-height: 206px;
  }
}
.popup__wrapper--final > .popup__content::after {
  position: absolute;
  top: -43px;
  left: 26px;
  right: 0;
  margin: 0 auto;
  width: 468px;
  height: 363px;
  background-image: -webkit-image-set(url("../images/photos/img_final@1x.webp") type("image/webp"));
  background-image: image-set(url("../images/photos/img_final@1x.webp") type("image/webp"));
  background-image: url("../images/photos/img_final@1x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
  z-index: 5;
}
@media (min-resolution: 2dppx) {
  .popup__wrapper--final > .popup__content::after {
    background-image: -webkit-image-set(url("../images/photos/img_final@2x.webp") type("image/webp"));
    background-image: image-set(url("../images/photos/img_final@2x.webp") type("image/webp"));
    background-image: url("../images/photos/img_final@2x.png");
  }
}
@media (max-width: 1920px) {
  .popup__wrapper--final > .popup__content::after {
    top: -44px;
    width: calc(100% - 192px);
    min-height: 363px;
    background-position: bottom center;
  }
}
@media (max-width: 1610px) {
  .popup__wrapper--final > .popup__content::after {
    top: -91px;
  }
}
@media (max-width: 1439px) {
  .popup__wrapper--final > .popup__content::after {
    min-height: 338px;
    height: auto;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--final > .popup__content::after {
    top: -92px;
  }
}
@media (max-width: 1023px) {
  .popup__wrapper--final > .popup__content::after {
    left: 0;
    right: 0;
    width: 384px;
    height: 338px;
    min-height: auto;
    max-height: 338px;
  }
}
@media (max-width: 475px) {
  .popup__wrapper--final > .popup__content::after {
    top: -43px;
    width: calc(100% - 60px);
    height: 288px;
  }
}
@media (max-width: 379px) {
  .popup__wrapper--final > .popup__content::after {
    height: 258px;
  }
}
@media (max-width: 1219px) {
  .popup__wrapper--final > .popup__content .popup__heading {
    font-size: 24px;
  }
}
@media (max-width: 379px) {
  .popup__wrapper--final > .popup__content .popup__heading {
    font-size: 22px;
  }
}
.popup__wrapper--inactive {
  display: none;
  visibility: hidden;
}
.popup__content {
  margin: 0 auto;
  padding: 8px 8px 26px;
  text-align: center;
  border-radius: 42px;
  background-color: #ffffff;
}
@media (max-width: 1219px) {
  .popup__content {
    width: 100%;
    max-width: 564px;
  }
}
@media (max-width: 379px) {
  .popup__content {
    border-radius: 26px;
  }
}
.popup__img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 1920px) {
  .popup__img-wrapper {
    width: 16.7vw;
    height: 16.7vw;
  }
}
@media (max-width: 1610px) {
  .popup__img-wrapper {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1439px) {
  .popup__img-wrapper {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1219px) {
  .popup__img-wrapper {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .popup__img-wrapper {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 379px) {
  .popup__img-wrapper {
    width: 100%;
    height: auto;
  }
}
.popup__img-wrapper img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 5;
}
.popup__text-wrapper {
  margin: 0 auto 24px;
  padding: 100px 20px 32px;
  border-radius: 42px;
  background-color: #E21F1D;
}
@media (max-width: 1610px) {
  .popup__text-wrapper {
    padding: 58px 20px 32px;
  }
}
@media (max-width: 1439px) {
  .popup__text-wrapper {
    margin: 0 auto 12px;
    padding: 70px 20px 32px;
  }
}
@media (max-width: 1219px) {
  .popup__text-wrapper {
    padding: 58px 20px 24px;
  }
}
@media (max-width: 767px) {
  .popup__text-wrapper {
    padding: 96px 10px 24px;
  }
}
@media (max-width: 379px) {
  .popup__text-wrapper {
    margin: 0 auto 10px;
    padding: 104px 10px 20px;
    border-radius: 22px;
  }
}
@media (max-width: 364px) {
  .popup__text-wrapper {
    padding: 94px 10px 20px;
  }
}
@media (max-width: 340px) {
  .popup__text-wrapper {
    padding: 70px 10px 20px;
  }
}
.popup__text {
  margin: 0 auto;
  font-size: min(1.25vw, 24px);
  font-size: min(1.25dvw, 24px);
  line-height: 150%;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 1219px) {
  .popup__text {
    font-size: min(1.4vw, 22px);
    font-size: min(1.4dvw, 22px);
  }
}
@media (max-width: 1023px) {
  .popup__text {
    font-size: 16px;
  }
}
@media (max-width: 379px) {
  .popup__text {
    font-size: 14px;
  }
}
.popup__promo-body {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1920px) {
  .popup__promo-body {
    max-width: 530px;
  }
}
@media (max-width: 1219px) {
  .popup__promo-body {
    padding: 0 8px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .popup__promo-body {
    padding: 0 4px;
  }
}
@media (max-width: 379px) {
  .popup__promo-body {
    padding: 0;
  }
}
.popup__heading {
  margin: 0 auto 8px;
  padding: 0 20px;
  font-size: min(1.66vw, 32px);
  font-size: min(1.66dvw, 32px);
  line-height: 135%;
  font-weight: 700;
}
@media (max-width: 1219px) {
  .popup__heading {
    font-size: min(1.8vw, 26px);
    font-size: min(1.8dvw, 26px);
  }
}
@media (max-width: 1023px) {
  .popup__heading {
    margin: 0 auto 5px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .popup__heading {
    padding: 0;
  }
}
@media (max-width: 379px) {
  .popup__heading {
    font-size: 16px;
  }
}
.popup__details {
  margin: 0 auto;
  padding: 0 20px;
  font-size: min(1.25vw, 24px);
  font-size: min(1.25dvw, 24px);
}
@media (max-width: 1219px) {
  .popup__details {
    font-size: min(1.47vw, 22px);
    font-size: min(1.47dvw, 22px);
  }
}
@media (max-width: 1023px) {
  .popup__details {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .popup__details {
    padding: 0;
  }
}
@media (max-width: 379px) {
  .popup__details {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}
.popup__promo {
  position: relative;
  margin: 16px auto 0;
  padding: 8px 76px;
  width: 100%;
  max-width: 700px;
  display: block;
  font-size: min(1.8vw, 32px);
  font-size: min(1.8dvw, 32px);
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px dashed #E21F1D;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .popup__promo {
    max-width: 520px;
  }
}
@media (max-width: 1219px) {
  .popup__promo {
    margin: 20px auto 0;
    padding: 12px 74px;
    font-size: min(1.92vw, 30px);
    font-size: min(1.92dvw, 30px);
  }
}
@media (max-width: 1023px) {
  .popup__promo {
    padding: 8px 40px;
    font-size: 28px;
  }
}
@media (max-width: 379px) {
  .popup__promo {
    padding: 8px 20px;
    max-width: 260px;
    font-size: 24px;
  }
}
.popup__promo:hover, .popup__promo:focus {
  background-color: #e6e6e6;
}
.popup__promo:active {
  background-color: #cccccc;
}
.popup__promo::before {
  position: absolute;
  top: 0;
  right: 34px;
  width: 24px;
  height: 100%;
  display: inline-block;
  background: url("../images/icons/icon_copy.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
}
@media (max-width: 1023px) {
  .popup__promo::before {
    right: 10px;
  }
}
@media (max-width: 379px) {
  .popup__promo::before {
    right: 8px;
  }
}
.popup__disclaimer-wrapper {
  margin: 20px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .popup__disclaimer-wrapper {
    padding: 0;
  }
}
.popup__disclaimer {
  margin: 0 auto;
  font-size: min(0.8vw, 16px);
  font-size: min(0.8dvw, 16px);
  line-height: 135%;
  color: #888888;
}
@media (max-width: 1219px) {
  .popup__disclaimer {
    font-size: min(1.12vw, 16px);
    font-size: min(1.12dvw, 16px);
  }
}
@media (max-width: 1023px) {
  .popup__disclaimer {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  .popup__disclaimer {
    font-size: 12px;
  }
}
.popup__button.button {
  margin: 20px auto 0;
  padding: 14px 20px;
  width: 100%;
  max-width: 700px;
  font-size: min(1.24vw, 24px);
  font-size: min(1.24dvw, 24px);
  color: #ffffff;
  background-color: #E21F1D;
}
.popup__button.button:hover, .popup__button.button:focus {
  background-color: #b51917;
}
.popup__button.button:active {
  background-color: #5a0c0c;
}
@media (max-width: 1920px) {
  .popup__button.button {
    max-width: 520px;
  }
}
@media (max-width: 1219px) {
  .popup__button.button {
    padding: 16px 20px;
    font-size: min(1.4vw, 20px);
    font-size: min(1.4dvw, 20px);
  }
}
@media (max-width: 1023px) {
  .popup__button.button {
    font-size: 20px;
  }
}
@media (max-width: 379px) {
  .popup__button.button {
    margin: 16px auto 0;
    padding: 12px 10px;
    max-width: 260px;
    font-size: 18px;
  }
}
.popup__close-button {
  position: absolute;
  top: 150px;
  right: -72px;
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 120;
}
.popup__close-button:hover, .popup__close-button:focus {
  opacity: 0.8;
  background-color: transparent;
}
@media (max-width: 1610px) {
  .popup__close-button {
    top: 130px;
  }
}
@media (max-width: 1439px) {
  .popup__close-button {
    top: 62px;
  }
}
@media (max-width: 1219px) {
  .popup__close-button {
    top: 102px;
  }
}
@media (max-width: 767px) {
  .popup__close-button {
    right: 0;
  }
}
@media (max-width: 475px) {
  .popup__close-button {
    top: 70px;
    right: -8px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 379px) {
  .popup__close-button {
    top: 50px;
    right: -8px;
  }
}
.popup__close-button--final {
  top: 70px;
}
@media (max-width: 1023px) {
  .popup__close-button--final {
    top: 0;
  }
}
@media (max-width: 767px) {
  .popup__close-button--final {
    right: 0;
  }
}
.popup__share {
  margin: 16px auto 0;
  padding-bottom: 24px;
  display: none;
}
.popup__share-heading {
  margin: 0 auto;
  font-family: "Involve", Arial, sans-serif;
  font-size: min(1.24vw, 24px);
  font-size: min(1.24dvw, 24px);
  line-height: 135%;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1219px) {
  .popup__share-heading {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .popup__share-heading {
    font-size: 16px;
  }
}
@media (max-width: 379px) {
  .popup__share-heading {
    font-size: 14px;
  }
}
.popup__socials-list {
  margin: 16px auto 0;
  padding: 0;
  max-width: 588px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  list-style: none;
}
@media (max-width: 767px) {
  .popup__socials-list {
    gap: 14px;
  }
}
@media (max-width: 379px) {
  .popup__socials-list {
    gap: 12px;
  }
}
.popup__socials-link {
  position: relative;
  padding: 16px;
  width: 64px;
  height: 64px;
  display: block;
  background-color: #ffffff;
  border-radius: 100px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 767px) {
  .popup__socials-link {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 379px) {
  .popup__socials-link {
    width: 44px;
    height: 44px;
  }
}
.popup__socials-link:hover, .popup__socials-link:focus {
  background-color: #e6e6e6;
}
.popup__socials-link:active {
  background-color: #b3b3b3;
}
.popup__socials-link::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media (max-width: 767px) {
  .popup__socials-link::before {
    background-size: 40px 40px;
  }
}
@media (max-width: 379px) {
  .popup__socials-link::before {
    background-size: 34px 34px;
  }
}
.popup__socials-link--tg::before {
  background-image: url("../images/stack.svg#socials_tg");
}
.popup__socials-link--wa::before {
  background-image: url("../images/stack.svg#socials_wa");
  background-size: 30px 30px;
}
.popup__socials-link--vk::before {
  background-image: url("../images/stack.svg#socials_vk");
  background-size: 30px 30px;
}
.popup__socials-link--vb::before {
  background-image: url("../images/stack.svg#socials_vb");
  background-size: 30px 30px;
}
.popup__socials-link--ok::before {
  background-image: url("../images/stack.svg#socials_ok");
  background-size: 30px 30px;
}

.page__body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}