@charset "UTF-8";
@import url("fonts/inter/stylesheet.css");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "zeroCool";
  font-style: normal;
  font-weight: normal;
  src: local("zeroCool"), url("fonts/zeroCool/zeroCool.woff") format("woff");
}
@font-face {
  font-family: "CutOutOFFont";
  font-style: normal;
  font-weight: normal;
  src: local("CutOutOFFont"), url("fonts/CutOutOFFont/CutOutOFFont.otf") format("opentype");
}

/*---------Для mozila firefox-------------*/
html, body {
  scrollbar-color: #824546 #71262c; /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: 5px; /*auto | thin | none*/ /* толщина */
}

/*------------Для все остальных-------------*/
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 10px; /* ширина для вертикального скролла */
  height: 10px; /* высота для горизонтального скролла */
  background-color: #61141e;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #843445;
  border-radius: 9em;
          box-shadow: inset 1px 1px 10px #f3faf7;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #61252b;
}

/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #1a0204 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #1a0204 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #1a0205 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #1a0204 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #1a0206 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #1a0202 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #1a0204 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(150deg, #1a0202 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(270deg, #1a0204 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #1a0204 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(330deg, #1a0202 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #1a0204 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

.popup {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.popup:target {
  display: block;
  pointer-events: auto;
}

.popup_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 105;
  background: rgba(229, 249, 255, 0.5);
          backdrop-filter: blur(25px);
}

.popup_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 106;
}

.popup_window {
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  z-index: 107;
}

.popup_wrap {
  position: relative;
  border-radius: 35px;
  background: radial-gradient(50% 50% at 50% 30%, #F27900 6.77%, #B3360D 94.78%);
  box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.25);
  /*background: url(./img/pop_bg.svg) no-repeat center / contain;*/
  padding: 3.63rem 4.06rem 2.81rem;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #FFF;
  width: 97vw;
  max-width: 53.13rem;
  height: auto;
  margin: 10% auto;
}

.popup_img {
  position: absolute;
}
.popup_img--top_left {
  top: -11rem;
  left: -7rem;
  width: 10.875rem;
  height: 21.5rem;
  z-index: 111;
}
.popup_img--gnom_mob {
  display: none;
}
.popup_img--bottom_right {
  bottom: -16rem;
    left: -9em;
    width: 16rem;
    height: 20rem;
}
.popup_top--right {
  z-index: 110;
  right: 0;
  width: 8em;
}
.popup_img--gifts {
  bottom: -3rem;
  right: -11rem;
  width: 13rem;
  height: 11rem;
}

.popup_close {
  position: absolute;
  fill: #fff;
  top: 1.5rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  margin-bottom: 1.81rem;
  cursor: pointer;
}

.popup_title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "zeroCool", Helvetica, sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09375rem;
}

.period {
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.period_date {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "CutOutOFFont", Helvetica, sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.period_desc {
  color: rgb(220, 13, 33);
  text-align: right;
  font-family: Roboto;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-left: auto;
}

.preview_text {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8125rem; /* 152.632% */
  margin-bottom: 1.6rem;
  text-align: justify;
}

.popup_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.popup_buttons .promo_btn {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 100;
  line-height: 1rem; /* 100% */
  padding: 0.75rem 1.05rem;
  border-radius: 1.5rem;
  background: rgb(248, 124, 30);
  margin: auto;
  margin-top: 2.12rem;
}
.popup_buttons .detail_nav {
  margin-top: 0.7rem;
  display: flex;
          justify-content: space-between;
  width: 100%;
}
.popup_buttons .detail_link {
  display: block;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.125rem;
  margin-top: 0.7rem;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1;
  cursor: pointer;
}
.popup_buttons .detail_link--open {
  opacity: 1;
}
.popup_buttons .detail_link--close {
  opacity: 0;
  display: none;
}
.popup_buttons .detail_link--back {
  font-style: normal;
  color: rgb(235, 0, 20);
  text-align: right;
}

.detail_text {
  max-height: 20rem;
  overflow-y: auto;
  padding-right: 0.56rem;
  text-align: justify;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem; /* 146.667% */
  display: none;
}

/******SCROLL*****/
.detail_text {
  /*---------Для mozila firefox-------------*/
  scrollbar-color: #fff; /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: 0.3125rem; /*auto | thin | none*/ /* толщина */
  /*------------Для все остальных-------------*/
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
  /* Стрелки */
}
.detail_text::-webkit-scrollbar {
  width: 0.3125rem; /* ширина для вертикального скролла */
  height: 20.125rem; /* высота для горизонтального скролла */
  background: rgb(48, 153, 90);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 2rem;
}
.detail_text::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.detail_text::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.detail_text::-webkit-scrollbar-button:vertical:start:decrement {
  background: transparent;
}
.detail_text::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent;
}
.detail_text::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent;
}
.detail_text::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent;
}

/******END SCROLL*****/
@media (width <= 75rem) {
  .popup_bg_img {
    display: none;
  }
  .popup_window {
    display: flex;
            flex-direction: column;
            align-items: center;
  }
  .popup_img {
    display: block;
  }
  .popup_img--top_left {
    display: none;
  }
  .popup_img--gnom_mob {
    display: inline-block;
    transform: rotate(30deg);
    width: 7.75rem;
    height: 11.6875rem;
    z-index: 108;
    top: -5rem;
    left: -2.5rem;
  }
  .popup_img--bottom_right {
    display: none;
  }
  .popup_img--bottom_right {
    bottom: -6rem;
    left: 50%;
            transform: translateX(-50%);
    width: 16.3rem;
    height: auto;
  }
  .popup_buttons {
    margin-bottom: 3rem;
  }
  .popup_img--gifts {
    bottom: -5rem;
    right: -4rem;
    width: 11rem;
    height: 10rem;
  }
  .popup_window {
    top: 50%;
    transform: translateY(-50%);
    max-height: 100vh;
  }
}
@media (width <= 45rem) {
  .popup_wrap {
    padding: 5.2rem 1rem 3rem;
  }
  .popup_close {
    width: 1.5rem;
    height: 1.5rem;
  }
  .popup_title {
    font-size: 1.5625rem;
    letter-spacing: 0.07813rem;
  }
  .preview_text {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    margin-bottom: 1.6rem;
    text-align: justify;
  }
  .detail_nav {
    margin-top: 0.7rem;
  }
  .detail_link {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 0.9375rem;
    /*100%*/
    margin-top: 0.7rem;
  }
  .detail_text {
    text-align: justify;
    max-height: 20rem;
    padding-right: 0.56rem;
    font-size: 0.875rem;
  }
  .period {
    display: flex;
            flex-direction: column;
            align-items: center;
    font-size: 1.0625rem;
    font-weight: 300;
  }
  .period > * {
    margin-top: 0.7rem;
    text-align: center;
    margin-left: initial;
  }
  .period_date {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .period_desc {
    font-size: 0.9375rem;
    line-height: normal;
  }
}
.calendar {
  display: flex;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background: url(img/fon_bricks_all.png) no-repeat center / cover;
  overflow: hidden;
  position: relative;
}
.bx-chrome .calendar {
  background: url(img/fon_bricks_all.webp) no-repeat center / cover;
}
.calendar ~ .calendar {
  /*display: none;*/
}
.calendar__header {
  height: 7rem;
  display: flex;
          align-items: center;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.calendar__main {
          flex: 1 1 auto;
  width: 100%;
  min-height: 69.1875rem;
  position: relative;
  display: flex;
          flex-direction: column;
}
.calendar footer {
          flex: 1 1 auto;
  margin-top: auto;
}
.calendar__container {
  width: 100%;
  max-width: 76rem;
  padding: 0 1rem;
  background-color: transparent;
  margin: 0 auto;
}
.calendar__logo {
  width: auto;
  height: 4.56575rem;
      flex-shrink: 0;
}
.calendar__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "zeroCool", Helvetica, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.875rem;
  margin-bottom: 2.23rem;
  z-index: 7;
  position: relative;
}
.calendar__table {
  width: 100%;
  max-width: 80.57rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.calendar__glass {
  max-width: 56.61rem;
  border-radius: 1.5rem;
  border: 2px solid rgba(199, 242, 255, 0.5);
  background: rgba(29, 172, 195, 0.15) url(img/snow_big.png) no-repeat center / contain;
          box-shadow: 0px -8px 25px 0 rgba(0, 0, 0, 0.15);
          backdrop-filter: blur(13.5px);
  padding: 3rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.calendar__container > img {
  margin: 0 auto 1em;
  display: block;
}
.calendar__subtitle {
  color: #fff;
  text-align: center;
  font-family: "CutOutOFFont", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 4;
  padding: 0 2rem;
}
.calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
          align-items: center;
  gap: 1.2rem 1rem;
  position: relative;
  z-index: 2;
}
.calendar__item {
  width: 6rem;
  height: 6rem;
      flex-basis: 6rem;
  display: flex;
          justify-content: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.calendar__item.active {
          box-shadow: 0 0 3rem rgba(255, 255, 255, 0);
  cursor: pointer;
          box-shadow: 0 0 50px rgba(255, 255, 255, 0);
  background: radial-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), radial-gradient(rgba(182, 235, 251, 0.15), rgba(185, 239, 255, 0));
  border-radius: 50%;
}
.calendar__ico {
  transition: 0.3s;
}
.calendar__ico.open {
  display: none;
}
.calendar__day {
  position: absolute;
  z-index: 4;
  bottom: 1rem;
  left: 20%;
  color: rgb(0, 146, 171);
  text-align: center;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-shadow: 0.2rem 0.1rem 0.1rem rgb(255, 255, 255), -0.2rem 0.1rem 0.1rem rgb(255, 255, 255), 0 -0.15rem 0.1rem rgb(255, 255, 255), 0 0.15rem 0.1rem rgb(255, 255, 255);
}
.calendar__day.active {
  color: rgb(176, 21, 54);
}
.calendar__day.disable {
  color: rgb(139, 112, 121);
}
.calendar__footer {
  display: flex;
          align-items: flex-end;
  padding: 3rem;
          justify-content: flex-end;
  margin-top: auto;
  padding-bottom: 3rem;
}

.hero_img {
  position: absolute;
  width: 100%;
}

.drakon_purple {
  right: 12vw;
  bottom: 0;
  width: 36em;
  z-index: 10;
  position: absolute !important;
}

.drakon_green {
  bottom: -10px;
  left: 4.3rem;
  text-align: left;
  width: 42em;
  height: auto;
  z-index: 10;
}

.drakon_bottom1 {
  right: 5rem;
  bottom: 3em;
  z-index: 13;
  width: 10rem;
  height: auto;
}

.drakon_bottom {
  bottom: 0;
  right: 50%;
  z-index: 10;
  width: 39rem;
  height: auto;
  transform: translateX(50%);
}

.drakon_red {
  width: auto;
  position: absolute;
  margin-right: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (width <= 102.5rem) {
  
  .drakon_purple {
    right: 12vw;
    bottom: 0;
    width: 26em;
    z-index: 100;
    position: absolute !important;
  }
  
  .drakon_green {
    bottom: -10px;
    left: 4.3rem;
    text-align: left;
    width: 33em;
    height: auto;
    z-index: 100;
  }
  
  .drakon_bottom1 {
    right: 5rem;
    bottom: 3em;
    z-index: 103;
    width: 8rem;
    height: auto;
  }
  
  .drakon_bottom {
    bottom: 0;
    right: 56%;
    z-index: 100;
    width: 34rem;
    height: auto;
    transform: translateX(50%);
  }
  
  .drakon_red {
    width: auto;
    position: absolute;
    margin-right: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .calendar__glass {
    margin-bottom: 18em;
  }
}

.h1_mob {
  display:none;
}

.h2_click_mob {
  display:none;
  margin: auto;
}

@media (width <= 62.5rem) {
  .calendar__container > img.h1_image {
    display:none;
  }
  .h1_mob {
    display:block;
  }
  .h2_click_wide {
    display:none;
  }
  .h2_click_mob {
    display:block;
  }
  .calendar__glass {
    border-radius: 20px;
    padding: 1.5rem;
  }
  .drakon_purple {
    right: 2em;
    width: 27em;
    height: auto;
    z-index: 2;
    top: unset;
  }
}
@media (width <= 52rem) {
  .drakon_green {
    top: -10rem;
    left: -7rem;
    z-index: 1;
    width: 14.05219rem;
    height: 14.65338rem;
  }
  .calendar__title {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .calendar__subtitle {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
  }
}
@media (width <= 44rem) {
  .calendar__list {
    gap: 1.2rem 1.3rem;
  }
}
@media (width <= 40.5rem) {
  .calendar {
    background: url(img/mob_bg.png) bottom center/100vw no-repeat;
  }
  .bx-chrome .calendar {
    background: url(img/mob_bg.webp) bottom center/100vw no-repeat;
  }
  .calendar__item {
    width: 5rem;
    height: 5rem;
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }
  .calendar__subtitle {
    padding: 0 4rem;
  }
}
.snowman_mob,
.gifts_middle_mob,
.drakon_bottom_gnom,
.right_gnom,
.drakon_green_mob,
.drakon_purple_mob {
  display: none;
}
@media (width <= 29.075rem) {
  .calendar__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .calendar__glass {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 300px;
  }
  .drakon_purple_mob {
    display: block;
    right: -1.5rem;
    top: unset;
    width: 17em;
    height: auto;
    bottom: 1em;
    z-index: 0;
  }
  .drakon_purple,
  .drakon_bottom,
  .drakon_green {
    display:none;
  }
  .drakon_green_mob {
    display: block;
    top: unset;
    bottom: 2em;
    left: -5em;
    width: 20em;
    height: auto;
  }
  .snowman_mob {
    display: block;
    width: 122px;
    height: auto;
    left: 9em;
    bottom: 0em;
    z-index: 20;
  }
  .gifts_middle_mob {
    display: block;
    width: 122px;
    height: auto;
    left: 7em;
    bottom: 6em;
  }
  .drakon_bottom_gnom {
    display: block;
    width: 86px;
    height: 135px;
    bottom: 0;
    z-index: 20;
    left: -.5em;
  }
  .right_gnom {
    display: block;
    width: 80px;
    height: 136px;
    bottom: 0;
    z-index: 20;
    right: -.5em;
  }
  .drakon_bottom1 {
    display:none;
  }
}
@media (width <= 24.6rem) {
  .calendar__glass {
    padding: 1rem;
  }
  .calendar__subtitle {
    padding: 0 3.3rem;
  }
  .calendar__list {
    gap: 1.2rem 1rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .calendar__item {
    width: 4.5rem;
    height: 4.5rem;
    -ms-flex-preferred-size: 4.5rem;
        flex-basis: 4.5rem;
  }
  .drakon_green {
    top: -14rem;
  }
}/*# sourceMappingURL=style.css.map */