@charset "UTF-8";
/* Новогодний ивент */
.sc-snow-btn__text {
  min-width: 75px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #222a3e;
}

.icon-snow {
  width: 20px;
  height: 22px;
}
.icon-snow::before {
  width: 20px;
  height: 22px;
  background: no-repeat url("../img/snow-catch/icon-snow.svg");
  background-size: cover;
}

.icon-task-check {
  width: 20px;
  height: 22px;
}
.icon-task-check::before {
  width: 20px;
  height: 22px;
  background: no-repeat url("../img/snow-catch/check.svg");
  background-size: cover;
}

.sc__page {
  margin-top: -24px;
  padding-top: 36px;
  padding-bottom: 85px;
  background: #060606 no-repeat url("../img/snow-catch/sc-bg.jpg");
  background-size: cover;
  overflow: hidden;
}
.sc__wrapper {
  position: relative;
  z-index: 2;
}
.sc__banner {
  background: #0e1a28;
  border-radius: 16px;
  padding: 14px 38px 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.sc__banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: top right no-repeat url("../img/snow-catch/banner-bg.png");
  background-size: cover;
}
.sc__banner::before {
  content: "";
  position: absolute;
  bottom: -75px;
  left: -22px;
  transform: rotate(39deg);
  width: 211px;
  height: 227px;
  background: top right no-repeat url("../img/snow-catch/banner-before.png");
  background-size: cover;
  z-index: 2;
}
.sc__banner-main-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 345px;
  height: 100%;
}
.sc__banner-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc__banner-main-mob {
  display: none;
}
.sc__banner-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 460px;
}
.sc__banner-item {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 11.5px;
  align-items: center;
  border-radius: 100px;
  padding: 9px 18px;
  width: fit-content;
}
.sc__banner-item-title {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.01em;
}
.sc__red-item {
  background: #CB303D;
  margin-left: auto;
  gap: 7px;
}
.sc__red-item .sc__banner-item-title {
  color: #fff;
}
.sc__blue-item {
  background: #3545D6;
}
.sc__blue-item .sc__banner-item-title {
  color: #fff;
}
.sc__banner-item-images {
  display: flex;
  gap: 5px;
  align-items: center;
}
.sc .first-image, .sc .second-image, .sc .third-image {
  width: 25px;
  height: 33px;
}
.sc .fourth-image {
  width: 43px;
  height: 43px;
}
.sc .fifth-image {
  width: 29px;
  height: 40px;
}
.sc__timer {
  position: relative;
  z-index: 5;
}
.sc__timer-wrapper {
  border: 2px solid #fff;
  border-radius: 19px;
  padding: 25px 18px;
  width: 431px;
  position: relative;
  background: linear-gradient(90deg, #3545d6 0%, #3573d6 100%);
}
.sc__timer-wrapper::before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -32px;
  transform: rotate(-15deg);
  width: 70px;
  height: 72px;
  background: no-repeat url("../img/snow-catch/banner-timer-before.png");
  background-size: cover;
}
.sc__timer-wrapper::after {
  content: "";
  position: absolute;
  top: -59px;
  right: -50px;
  transform: rotate(-27deg);
  width: 106px;
  height: 118px;
  background: no-repeat url("../img/snow-catch/banner-timer-after.png");
  background-size: cover;
}
.sc__timer-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc__timer-title {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.sc__timer-item {
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sc__timer-number {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  color: #fff;
}
.sc__timer-text {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #7094f4;
}
.sc__timer-separator {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  color: #fff;
  margin-bottom: auto;
}
.sc__timer-completed {
  display: none;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.sc__guest-header {
  border-radius: 16px;
  padding: 16px 24px 24px;
  background: #0e1a28;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sc__guest-header-text {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.sc__guest-notification-btn {
  display: flex;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #0e1a28;
  background: #adcff2;
  border: 1px solid #adcff2;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.sc__guest-notification-btn:hover {
  text-decoration: none;
  color: #adcff2;
  background: transparent;
  transition: all 0.3s ease;
}
.sc__guest-overlay {
  position: absolute;
  width: auto;
  height: auto;
  top: -12px;
  bottom: -12px;
  left: -10px;
  right: -10px;
  backdrop-filter: blur(4.5px);
  border-radius: 16px;
  z-index: 5;
}
.sc__content {
  display: flex;
  gap: 20px;
  position: relative;
}
.sc__content--blur {
  pointer-events: none;
}
.sc__content-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
.sc__gift-selection-main {
  border-radius: 16px;
  padding: 24px;
  background: #0e1a28;
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px;
    margin-bottom: 15px;
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.sc__gift-selection-main.hiding {
  animation: fadeOut 0.5s ease forwards;
  pointer-events: none;
}
.sc__gift-selection-main.hidden {
  display: none;
}
.sc__gift-selection-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.sc__gift-option-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 9px;
}
.sc__gift-option-label {
  width: 132px;
  min-width: 132px;
}
.sc__gift-option-name {
  font-weight: 700;
  font-size: 12px;
  color: #b7d8ff;
  white-space: nowrap;
}
.sc__gift-option-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.sc__gift-radio-label {
  position: relative;
  cursor: pointer;
  min-width: 157px;
}
.sc__gift-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sc__gift-radio-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #1a2f47;
  border-radius: 30px;
  padding: 4px 9px;
  background: #0e1a28;
  transition: all 0.3s ease;
  position: relative;
  min-height: 37px;
}
.sc__gift-radio-content {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
}
.sc__gift-radio-image img {
  width: 20px;
  height: 26px;
  transform: rotate(-12deg);
  object-fit: contain;
}
.sc__gift-radio-value {
  font-weight: 700;
  font-size: 12px;
  color: #b7d8ff;
  min-width: 42px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sc__gift-radio-snow {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 10px;
  text-align: right;
  color: #fff;
  border-radius: 75px;
  padding: 2px 4px;
  background: #3a4ada;
  margin-left: auto;
}
.sc .icon-snowflake-small {
  width: 11px;
  height: 12px;
  min-width: 11px;
  min-height: 12px;
}
.sc .icon-snowflake-small::before {
  width: 11px;
  height: 12px;
  background: url("../img/snow-catch/snowflake-small.svg") no-repeat center;
  background-size: contain;
}
.sc__gift-radio-circle {
  width: 16px;
  height: 16px;
  border: 1px solid #b7d8ff;
  border-radius: 50%;
  margin-left: 7px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sc__gift-radio:checked + .sc__gift-radio-custom {
  border-color: #3A4ADA;
  background: #fff;
  transition: all 0.3s ease;
}
.sc__gift-radio:checked + .sc__gift-radio-custom .sc__gift-radio-circle {
  border-color: #3A4ADA;
  background: #3A4ADA;
  transition: all 0.3s ease;
}
.sc__gift-radio:checked + .sc__gift-radio-custom .sc__gift-radio-circle::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: url("../img/snow-catch/check.svg") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.sc__gift-radio:checked + .sc__gift-radio-custom .sc__gift-radio-value {
  color: #0e1a28;
  transition: all 0.3s ease;
}
.sc__gift-radio-label:hover .sc__gift-radio-custom {
  border-color: #fff;
  transition: all 0.3s ease;
}
.sc__gift-radio-label:hover .sc__gift-radio-circle {
  border-color: #3A4ADA;
  transition: all 0.3s ease;
}
.sc__gift-selection-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.sc__gift-selection-info {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.sc__gift-save-button {
  background: #3a4ada;
  border: 1px solid #3a4ada;
  border-radius: 30px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  min-width: 160px;
  transition: all 0.3s ease;
}
.sc__gift-save-button:hover {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.sc__tasks {
  border-radius: 16px;
  padding: 16px 24px 24px;
  background: #0e1a28;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc__tasks-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.sc__tasks-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.sc__tasks-earnings {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sc__tasks-earnings-text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.sc__tasks-earnings-count {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.sc__tasks-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sc__tasks-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.sc__tasks-earnings {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sc__tasks-earnings .icon-snow {
  width: 18px;
  height: 20px;
}
.sc__tasks-earnings .icon-snow::before {
  width: 18px;
  height: 20px;
  background: no-repeat url("../img/snow-catch/icon-snow.svg");
  background-size: cover;
}
.sc__tasks-earnings .icon-task {
  width: 18px;
  height: 20px;
}
.sc__tasks-earnings .icon-task::before {
  width: 18px;
  height: 20px;
  background: no-repeat url("../img/snow-catch/task.svg");
  background-size: cover;
}
.sc__tasks-earnings-text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.sc__tasks-earnings-count {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.sc__tasks-main {
  display: flex;
  gap: 16px;
}
.sc__tasks-main-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.sc__tasks-main-right {
  flex-shrink: 0;
}
@media (max-width: 772px) {
  .sc__tasks-main-right {
    display: none;
  }
}
.sc__tasks-puzzle {
  width: 158px;
  height: 224px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sc__puzzle-part {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.sc__puzzle-part.completed {
  filter: grayscale(0);
  transition: all 0.3s ease;
}
.sc__puzzle-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc__puzzle-part.first-part {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: calc(100% + 18.5px);
  height: calc(100% + 17.5px);
}
.sc__puzzle-part.third-part {
  width: calc(100% + 2px);
}
.sc__puzzle-part.fourth-part {
  grid-column: 2;
  grid-row: 2;
  margin-top: -17.5px;
  margin-left: -17.5px;
  z-index: 2;
  width: calc(100% + 17.5px);
  height: calc(100% + 35px);
}
.sc__puzzle-part.fifth-part {
  grid-column: 1;
  grid-row: 3;
  margin-top: -17.5px;
  margin-right: -18.5px;
  z-index: 2;
  width: calc(100% + 18.5px);
  height: calc(100% + 17.5px);
}
.sc__task {
  border-radius: 8px;
  padding: 16px;
  background: #142232;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.sc__task:hover {
  background-color: #1b2d42;
}
.sc__task--active .sc__task-button .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.sc__task.completed .sc__task-status {
  display: flex;
}
.sc__task.completed .sc__task-button {
  display: none;
}
.sc__task-status {
  display: none;
  align-items: center;
  border-radius: 100px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 10px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  gap: 5px;
  background: #3a4ada;
  flex-shrink: 0;
}
.sc__task-status .icon-task-check {
  width: 11px;
  height: 8px;
  min-width: 11px;
  min-height: 8px;
}
.sc__task-status .icon-task-check:before {
  width: 11px;
  height: 8px;
}
.sc__task-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sc__task-header {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-grow: 1;
}
.sc__task-image {
  background: #B6DEFF;
  border-radius: 17px;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc__task-image img {
  object-fit: contain;
  border-radius: 4px;
}
.sc__task-info {
  display: flex;
  flex-direction: column;
}
.sc__task-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
}
.sc__task-text {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
}
.sc__task-text span {
  font-weight: 700;
  color: #fff;
}
.sc__task-counts {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sc__task-count {
  display: flex;
  align-items: center;
  border: 1px solid #1e3045;
  border-radius: 1000px;
  padding: 6px 8px;
  position: relative;
  z-index: 2;
}
.sc__task-count .icon-snow {
  width: 12px;
  height: 12px;
}
.sc__task-count .icon-snow::before {
  width: 12px;
  height: 12px;
  background: no-repeat url("../img/snow-catch/icon-snow.svg");
  background-size: cover;
}
.sc__task-count .icon-task {
  width: 12px;
  height: 12px;
}
.sc__task-count .icon-task::before {
  width: 12px;
  height: 12px;
  background: no-repeat url("../img/snow-catch/task.svg");
  background-size: cover;
}
.sc__task-count-number {
  margin-left: 4px;
  margin-right: 2px;
  font-weight: 400;
  font-size: 10px;
  color: #adcff2;
}
.sc__task-count-text {
  font-weight: 400;
  font-size: 10px;
  color: #adcff2;
}
.sc__task-reward {
  border-radius: 75px;
  padding: 4px 9px;
  background: #fff;
  display: flex;
  gap: 3px;
  align-items: center;
  flex-shrink: 0;
}
.sc__task-reward .icon-snow {
  width: 15px;
  height: 17px;
}
.sc__task-reward .icon-snow::before {
  width: 15px;
  height: 17px;
}
.sc__task-reward-count {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #222a3e;
}
.sc__task-tippy {
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background: #5374ff;
  border-radius: 38px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7.5px;
  right: 8px;
  cursor: pointer;
}
.sc__reward-count {
  display: flex;
  align-items: center;
  border: 1px solid #1e3045;
  border-radius: 1000px;
  padding: 6px 8px;
  position: relative;
  z-index: 2;
}
.sc__reward-count .icon-snow {
  width: 12px;
  height: 12px;
}
.sc__reward-count .icon-snow::before {
  width: 12px;
  height: 12px;
  background: no-repeat url("../img/snow-catch/icon-snow.svg");
  background-size: cover;
}
.sc__reward-count-number {
  margin-left: 4px;
  margin-right: 2px;
  font-weight: 400;
  font-size: 10px;
  color: #adcff2;
}
.sc__reward-count-text {
  font-weight: 400;
  font-size: 10px;
  color: #adcff2;
}
.sc__task-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
  height: 20px;
  cursor: pointer;
}
.sc__task-button::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: -16px;
  right: -16px;
  top: -16px;
  bottom: -16px;
}
.sc__task-button .icon-arrow-down {
  width: 15px;
  height: 8px;
  transition: all 0.3s ease;
}
.sc__task-button .icon-arrow-down:before {
  width: 15px;
  height: 8px;
  background: no-repeat url("../img/friday/icon-arrow-down.svg");
  background-size: contain;
}
.sc--active .sc_task-top::before {
  bottom: 0;
}
.sc__task-content {
  position: relative;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 772px) {
  .sc__task-content--mobile {
    max-height: none;
    padding: 16px 0 0 0;
  }
}
.sc__task--active .sc__task-content {
  max-height: 1500px;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.sc__task.open .sc__task-content {
  max-height: 1500px !important;
  transition: all 0.3s ease;
  margin-top: 8px !important;
}
.sc__task.open .sc__task-button {
  display: none;
}
.sc__task-content-header {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.sc__task-content-title {
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}
.sc__task-content-title.title-task {
  flex-grow: 1;
}
.sc__task-content-title.title-reward {
  text-align: center;
  min-width: 56px;
  flex-shrink: 0;
}
.sc__task-content-title.title-reward .icon-snow {
  width: 18px;
  height: 20px;
}
.sc__task-content-title.title-reward .icon-snow::before {
  width: 18px;
  height: 20px;
  background: no-repeat url("../img/snow-catch/icon-snow.svg");
  background-size: cover;
}
.sc__task-content-title.title-status {
  text-align: center;
  min-width: 90px;
  flex-shrink: 0;
}
.sc__task-content-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sc__task-content-inner:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sc__task-content-inner--completed .sc__task-content-status {
  display: none;
}
.sc__task-content-inner--completed .sc__task-content-status--complete {
  display: flex;
}
.sc__task-content-text {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  flex-grow: 1;
}
.sc__task-content-right {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sc__task-content-reward {
  border-radius: 75px;
  height: 30px;
  width: 56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  user-select: none;
  flex-shrink: 0;
}
.sc__task-content-reward-count {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #222a3e;
  flex-shrink: 0;
}
.sc__task-content-status {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: #0e1a28;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 10px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sc__task-content-status:hover {
  border: 1px solid #fff;
  background: rgba(14, 26, 40, 0);
  transition: all 0.3s ease;
}
.sc__task-content-status--complete {
  background: #3a4ada;
  pointer-events: none;
  display: none;
  align-items: center;
  gap: 5px;
}
.sc__task-content-status--complete .icon-task-check {
  width: 9px;
  height: 6px;
  min-width: 9px;
  min-height: 6px;
}
.sc__task-content-status--complete .icon-task-check:before {
  width: 9px;
  height: 6px;
}
.sc__task-content-inner--completed .sc_task-content-text {
  opacity: 0.5;
}
.sc__task-content-inner--completed .sc_task-content-reward {
  opacity: 0.5;
  background: rgb(173, 207, 242);
}
.sc__task-content-inner--completed .sc_task-content-reward-count {
  color: #0e1a28;
}
.sc__task-content-inner--completed .sc_task-content-status {
  color: #0e1a28;
  opacity: 0.5;
  background: rgb(173, 207, 242);
  pointer-events: none;
}
.sc__content-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-shrink: 0;
  min-width: 366px;
}
.sc__content-right .tippy-box {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 280px !important;
}
.sc__content-right .tippy-arrow {
  display: none !important;
}
.sc__content-right .tippy-content {
  padding: 0 !important;
}
.sc__content-right .tippy-box[data-theme~=star-tooltip],
.sc__content-right .tippy-box[data-theme~=gift-tooltip] {
  background: transparent !important;
}
.sc__tree-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  padding: 16px 24px 0;
  background: linear-gradient(180deg, #b6deff 0%, #637de8 100%);
}
.sc__tree-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #0e1a28;
  margin-bottom: 32px;
}
.sc__tree-image {
  width: 358px;
  height: 463px;
  position: relative;
}
.sc__tree-gift {
  width: 60px;
  height: 60px;
  position: absolute;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.sc__tree-gift img {
  width: 44px;
  height: 59px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@keyframes swing {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
.sc__tree-gift-inner {
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  transition: transform 0.3s ease;
}
.sc .first-gift {
  top: 120px;
  left: calc(50% - 25px);
}
.sc .first-gift .sc__tree-gift-inner {
  animation: swing 3s ease-in-out infinite;
}
.sc .second-gift {
  top: 215px;
  left: 63px;
}
.sc .second-gift .sc__tree-gift-inner {
  animation: swing 4s ease-in-out infinite;
}
.sc .third-gift {
  top: 223px;
  right: 68px;
}
.sc .third-gift .sc__tree-gift-inner {
  animation: swing 3.25s ease-in-out infinite;
}
.sc .fourth-gift {
  bottom: 116px;
  left: calc(50% - 25px);
}
.sc .fourth-gift .sc__tree-gift-inner {
  animation: swing 3.5s ease-in-out infinite;
}
.sc .fifth-gift {
  bottom: 19.5px;
  right: 39px;
}
.sc .fifth-gift .sc__tree-gift-inner {
  animation: swing 3.75s ease-in-out infinite;
}
.sc .sixth-gift {
  bottom: 12.5px;
  left: 41px;
}
.sc .sixth-gift .sc__tree-gift-inner {
  animation: swing 2.5s ease-in-out infinite;
}
@keyframes starPulse {
  0%, 100% {
    transform: translateX(-50%) rotate(15deg) scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  }
  50% {
    transform: translateX(-50%) rotate(15deg) scale(1.1);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
}
.sc .star {
  animation: starPulse 3s ease-in-out infinite;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(15deg);
}
.sc .star img {
  width: 65px;
  height: 65px;
  filter: brightness(1.2);
}
.sc .gift-icon {
  display: block;
  width: 20px;
  height: 26px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-15deg);
  flex-shrink: 0;
}
.sc .gift-icon.balance {
  background-image: url("../img/snow-catch/gift-1.png");
}
.sc .gift-icon.bonus {
  background-image: url("../img/snow-catch/gift-2.png");
}
.sc .gift-icon.discount {
  background-image: url("../img/snow-catch/gift-3.png");
}
.sc .tree-tooltip {
  background: #0e1a28;
  border-radius: 12px;
  padding: 16px 24px;
  min-width: 225px;
  max-width: 340px !important;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sc .tree-tooltip__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.sc .star-tooltip .tree-tooltip__title {
  margin-bottom: 10px;
}
.sc .tree-tooltip__user {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.sc .tree-tooltip__content {
  border: 1px solid #3a4ada;
  border-radius: 30px;
  padding: 4px 11px;
  background: #fff;
  font-weight: 700;
  font-size: 12px;
  color: #0e1a28;
  margin-bottom: 15px;
  white-space: nowrap;
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: center;
  text-align: center;
}
.sc .tree-tooltip__chance-label {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.sc .tree-tooltip__chance-value {
  border: 1px solid #3a4ada;
  border-radius: 30px;
  padding: 4px 11px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #3a4ada;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 4.5px;
  align-items: center;
}
.sc .tree-tooltip__star {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/snow-catch/banner-timer-before.png") no-repeat center;
  background-size: contain;
}
.sc .tree-tooltip__star.right {
  transform: scaleX(-1);
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.7), 0 0 30px rgba(255, 215, 0, 0.4);
  }
}
.sc__participants {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 16px 24px 24px;
  background: #0e1a28;
}
.sc__participants-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.sc__participants-text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.sc__participants-button {
  border-radius: 30px;
  padding: 15px 26px;
  background: #3a4ada;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  border: 1px solid #3a4ada;
  transition: all 0.3s ease;
}
.sc__participants-button:hover {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.sc__winners-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sc__winner-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sc__winner-username {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  width: 65px;
  text-overflow: ellipsis;
}
.sc__winner-icon {
  transform: rotate(-12deg);
}
.sc__winner-icon img {
  width: 19px;
  height: 26px;
}
.sc__winner-text {
  font-weight: 700;
  font-size: 12px;
  color: #b7d8ff;
}
.sc__winner-prize {
  flex-grow: 1;
  border: 1px solid #1a2f47;
  border-radius: 30px;
  padding: 4px 9px;
}

.sc-modal {
  padding: 20px;
  color: #fff;
}
.sc-modal.sidefly.conditions-modal .sidefloat {
  max-width: 905px;
}
.sc-modal.sidefly {
  background: #0e1a28;
}
.sc-modal.sidefly .sidefloat {
  background: #142232;
  border-radius: 16px;
  width: 100%;
  max-width: 536px;
  gap: 16px;
}
.sc-modal.sidefly .sidefly__header {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1.34;
}
.sc-modal.sidefly .sidefly__btn-close {
  color: #F5F5F5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F5F5F5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sc-modal.sidefly .sidefly__btn-close:hover {
  border: 1px solid #3a4ada;
  transition: all 0.3s ease;
}
.sc-modal.sidefly .sidefly__btn-close:hover:hover .icon-close {
  opacity: 0;
  transition: all 0.3s ease;
}
.sc-modal.sidefly .sidefly__btn-close:hover:hover .icon-close-hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.sc-modal.sidefly .sidefly__btn-close::after {
  display: none;
}
.sc-modal .icon-close {
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
}
.sc-modal .icon-close:before {
  width: 6px;
  height: 6px;
  background: no-repeat url("../img/snow-catch/close.svg");
  background-size: cover;
}
.sc-modal .icon-close-hover {
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.sc-modal .icon-close-hover:before {
  width: 6px;
  height: 6px;
  background: no-repeat url("../img/snow-catch/close-hover.svg");
  background-size: cover;
}
.sc-modal__icon {
  margin-bottom: 20px;
}
.sc-modal__text {
  line-height: 1.24;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.sc-modal__text h1, .sc-modal__text h2, .sc-modal__text h3, .sc-modal__text h4, .sc-modal__text h5, .sc-modal__text h6,
.sc-modal__text .h1, .sc-modal__text .h2, .sc-modal__text .h3, .sc-modal__text .h4, .sc-modal__text .h5, .sc-modal__text .h6 {
  color: rgb(255, 255, 255);
}
.sc-modal__text img {
  display: block;
  width: auto;
  height: auto;
  margin: 10px auto 0;
  vertical-align: top;
  max-width: 100%;
}
.sc-modal__text a {
  color: #aaa;
}
.sc-modal__text a:hover {
  color: #888;
}
.sc-modal__text p {
  margin: 0 0 16px;
  font-weight: 400;
}
.sc-modal__text p:last-of-type {
  margin: 0;
}
.sc-modal__text strong {
  font-weight: 700;
}
.sc-modal__text ul {
  margin-bottom: 16px;
}
.sc-modal__text li {
  padding-left: 8px;
  margin-bottom: 5px;
}
.sc-modal__text li:before {
  content: "— ";
}
.sc-modal__reward {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.sc-modal__reward-label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.sc-modal__reward-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.sc-modal__continue-btn {
  background: #3a4ada;
  border: 1px solid #3A4ADA;
  border-radius: 100px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.sc-modal__continue-btn:hover {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

@media (min-width: 1480px) {
  .sc__gift-radio-label {
    flex-grow: 1;
    max-width: 190px;
  }
}
@media (max-width: 1140px) {
  .sc__tasks-main {
    flex-direction: column-reverse;
  }
  .sc__task-main-left {
    width: 100%;
  }
  .sc__banner {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
  .sc__timer {
    margin-bottom: 30px;
  }
  .sc__banner-main-wrapper {
    left: auto;
    right: 0;
    transform: none;
  }
  .sc__banner-main {
    display: none;
  }
  .sc__banner-main-mob {
    display: block;
  }
  .sc__gift-selection-info {
    font-size: 12px;
  }
  .sc__gift-save-button {
    padding: 12px 10px;
    font-size: 12px;
  }
  .sc__gift-option-row {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .sc__page {
    margin-top: -16px;
  }
}
@media (max-width: 980px) {
  .sc__content {
    flex-direction: column;
  }
  .sc__content-right {
    flex-direction: row;
    min-width: auto;
  }
  .sc__participants {
    height: fit-content;
    flex-grow: 1;
  }
  .sc__tasks-main {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .sc__page {
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .sc__banner {
    align-items: flex-start;
  }
  .sc__banner:before {
    display: none;
  }
  .sc__content-right {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .sc__timer {
    padding-left: 20px;
    padding-right: 50px;
  }
  .sc__tasks-main {
    flex-direction: column-reverse;
  }
  .sc__tasks-main-left {
    width: 100%;
  }
  .sc__banner {
    align-items: center;
  }
  .sc__banner-main-wrapper {
    display: none;
  }
  .sc__red-item {
    margin-left: 0;
  }
  .sc__timer-number {
    font-size: 28px;
  }
  .sc__timer-item {
    min-width: 40px;
  }
  .sc__timer-separator {
    font-size: 28px;
  }
  .sc__timer-wrapper {
    width: 100%;
  }
  .sc__gift-selection-title {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .sc__tree-title {
    font-size: 21px;
  }
  .sc__participants-title {
    font-size: 21px;
  }
  .sc__tasks-title {
    font-size: 21px;
  }
}
@media (max-width: 580px) {
  .sc__timer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .sc__timer-wrapper::before {
    display: none;
  }
  .sc__timer-wrapper:after {
    display: none;
  }
  .sc__task-title {
    font-size: 16px;
  }
  .sc__timer-completed {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .sc__gift-option-controls {
    justify-content: center;
  }
  .sc__banner-items {
    width: 100%;
  }
  .sc__banner-item {
    width: 100%;
  }
  .sc__banner-item-title {
    font-size: 24px;
  }
  .sc__red-item {
    justify-content: flex-end;
  }
  .sc__gift-option-row {
    flex-direction: column;
    gap: 24px;
  }
  .sc__gift-option-label {
    width: fit-content;
    min-width: auto;
  }
  .sc__gift-selection-footer {
    gap: 16px;
    flex-direction: column;
  }
  .sc__gift-selection-main {
    padding: 12px;
  }
  .sc__tasks {
    padding: 12px;
  }
  .sc__tasks-earnings-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sc__task-counts {
    flex-direction: column;
  }
  .sc__task-content-text {
    font-size: 13px;
  }
  .sc__task-count {
    width: 100%;
  }
  .sc .sidefloat {
    padding: 12px;
  }
  .sc.sidefly .sidefly__header {
    padding: 14px 14px 6px;
    font-size: 20px;
  }
  .sc.sidefly .sc-modal__content {
    padding: 0 14px 14px;
  }
  .sc .sidefly__btn-close {
    top: 14px;
    right: 14px;
  }
  .sc-modal__text {
    font-size: 14px;
  }
  .sc-modal__continue-btn {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .sc__banner-item-title {
    font-size: 20px;
  }
  .sc .first-image, .sc .second-image, .sc .third-image {
    width: 20px;
    height: 26px;
  }
  .sc .fourth-image {
    width: 28px;
    height: 28px;
  }
  .sc .fifth-image {
    width: 22px;
    height: 29px;
  }
  .sc__task-status .icon-task-check {
    display: none;
  }
}
@media (max-width: 370px) {
  .sc__gift-radio-label {
    width: 100%;
  }
  .sc__task-content-text {
    font-size: 11px;
  }
  .sc__gift-radio-snow {
    margin-left: auto;
  }
  .sc__gift-radio-content {
    gap: 8px;
  }
  .sc__banner-item-title {
    font-size: 18px;
  }
  .sc__gift-radio-custom {
    width: 100%;
  }
  .sc__tree-image {
    width: 300px;
    height: auto;
  }
  .sc__tree-image-img {
    width: 100%;
    height: 100%;
  }
  .sc__tree-gift img {
    width: 40px;
    height: 45px;
    object-fit: contain;
  }
  .sc__tree-gift.first-gift {
    top: 105px;
    left: calc(50% - 20px);
  }
  .sc__tree-gift.first-gift .sc__tree-gift-inner {
    animation: swing 3s ease-in-out infinite;
  }
  .sc__tree-gift.second-gift {
    top: 230px;
    left: 53px;
  }
  .sc__tree-gift.second-gift .sc__tree-gift-inner {
    animation: swing 4s ease-in-out infinite;
  }
  .sc__tree-gift.third-gift {
    top: 237px;
    right: 78px;
  }
  .sc__tree-gift.third-gift .sc__tree-gift-inner {
    animation: swing 3.25s ease-in-out infinite;
  }
  .sc__tree-gift.fourth-gift {
    bottom: 130px;
    left: calc(50% - 20px);
  }
  .sc__tree-gift.fourth-gift .sc__tree-gift-inner {
    animation: swing 3.5s ease-in-out infinite;
  }
  .sc__tree-gift.fifth-gift {
    bottom: 35px;
    right: 29px;
  }
  .sc__tree-gift.sixth-gift {
    bottom: 27px;
    left: 51px;
  }
  .sc__tree-gift.sixth-gift .sc__tree-gift-inner {
    animation: swing 2.5s ease-in-out infinite;
  }
  .sc__winner-text {
    font-size: 11px;
  }
}

/*# sourceMappingURL=snow-catch.css.map */
