@charset "UTF-8";

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2"), url("../fonts/Rubik-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

:root {
	--red-50: #fff1f1;
	--red-100: #ffdfdf;
	--red-200: #ffc5c5;
	--red-300: #ff9d9d;
	--red-400: #ff6565;
	--red-500: #fe3535;
	--red-600: #ec1616;
	--red-700: #c70e0e;
	--red-800: #a41010;
	--red-900-base: #6c1010;
	--red-950: #4a0505;
	--gold-50: #fbf8eb;
	--gold-100: #f5f0cc;
	--gold-200: #ede09b;
	--gold-300: #e2c862;
	--gold-400: #d8b137;
	--gold-500-base: #d2a32c;
	--gold-600: #ac7a22;
	--gold-700: #8a5a1e;
	--gold-800: #734920;
	--gold-900: #633d20;
	--gold-950: #391f0f;
	--accents-white: #fff;
	--accents-black: #0e0e0e;
	--grey-50: #f6f6f6;
	--grey-100: #e7e7e7;
	--grey-200: #d1d1d1;
	--grey-300: #b0b0b0;
	--grey-400: #888;
	--grey-500: #6d6d6d;
	--grey-600: #5d5d5d;
	--grey-700: #4f4f4f;
	--grey-800: #454545;
	--grey-900: #3d3d3d;
	--grey-950-base: #1e1e1e;
	--accents-gold: #eab308;
	--accents-red-warning: #b13;
	--accents-green: #2dac57;
	--accents-website-gold-idle: #f1d46a;
	--accents-website-gold-active: #ffe81d;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------*/
/* ---------------- */
::selection {
  background: #F2D669;
  /* Цвет фона */
  color: #fff;
  /* Цвет текста */
}

body {
  color: #fff;
  font-family: "Inter";
  overflow-x: hidden;
  background-color: #181818;
  background-image: url(../img/snow-bg.png);
}

body::-webkit-scrollbar {
  width: 8px;
  /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: #202020;
  /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
  background-color: #F2D669;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
  border: 3px solid #202020;
  /* отступ вокруг бегунка */
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(30, 30, 30, 0.35);
}
.container {
  position: relative;
  margin: 0 auto;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 16px 160px;
  margin: auto;
}
.header__logo {
  width: auto;
  max-height: 40px;
}

.header__btns {
  display: flex;
  gap: 19px;
  justify-content: center;
  align-items: center;
}

.btn-yellow {
  border-radius: 4px;
  border: 1px solid var(--button-border-main, #E1AE36);
  background: var(--accents-website-gold-idle);
  color: var(--button-dark-text, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 13px 16px;
  position: relative;
  transition: 0.3s all;
}

.btn-yellow:hover {
  background-color: #efc255;
  border-color: #efc255;
}

.btn-red {
  border-radius: 4px;
  border: 1px solid var(--button-border-accent, #751010);
  background: #d93731;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 13px 16px;
  position: relative;
  transition: 0.3s all;
}

.btn-red:hover {
  background-color: #861717;
  border-color: #861717;
}

.main {
  background: url("../img/main-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-bottom: 10vh;
  position: relative;
}

.main__section {
  padding: 100px 100px 0;
  display: flex;
  justify-content: end;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.bonus__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.woman {
  position: absolute;
  bottom: 0;
  left: 200px;
  height: 90vh;
  transform: scaleX(-1);
}

.bonus__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 32px;
  padding: 24px 6px;
  width: 35vw;
  height: min-content;
  background: radial-gradient(circle at top left,
              rgba(255, 255, 255, 0.18) 0,
              rgba(37, 115, 161, 0.95) 45%,
              rgba(9, 66, 110, 0.98) 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.bonus__card h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.2em;
  text-align: center;
  color: var(--accents-website-gold-idle);
}

.bonus__card h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: var(--accents-white);
}

.bonus__card h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
  color: var(--accents-white);
}

.btn-yellow-big {
  color: var(--button-dark-text, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid var(--Accents-White, #FFF);
  background: var(--LP-gradient-button, linear-gradient(90deg, #E2C862 0%, #E2C862 30%, #F5F0CC 65%, #E2C862 100%));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 16px;
  padding: 16px 24px;
}

.btn-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--accents-white);
}

.btn-yellow-big span {
  z-index: 4;
  position: relative;
}

.btn-yellow-big:after {
  content: "";
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border-radius: 16px;
  background: rgba(210, 163, 44, 0.35);
  position: absolute;
  left: -9px;
  top: -9px;
  transition: 0.3s all;
}

.btn-yellow-big:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.xmas-bonus-banner {
  width: 100%;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 1);
  display: flex;
}


.xmas-bonus-content {
  width: 50%;
  max-width: 1180px;
  margin-left: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.xmas-bonus-title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-align: center;
}

.xmas-bonus-main {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #f8d97d;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.xmas-bonus-logo {
  height: 90px;
  object-fit: contain;
}

.second__section {
  padding: 12px 160px;
  font-family: var(--font-family);
  text-align: left;
  color: var(--accents-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.second__section h2 {
  font-weight: 600;
  font-size: 39px;
  text-align: center;
}

.second__section h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  padding-bottom: 36px;
}

.second__section h4 {
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
  padding-bottom: 4px;
  color: var(--accents-website-gold-idle);
}

.second__section p {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
}

.game-row {
  display: flex;
  gap: 32px;
}

.game {
  border-radius: 8px;
  padding: 8px;
  width: 256px;
  min-height: 112px;
  height: min-content;
  background: radial-gradient(circle at top left,
              rgba(255, 255, 255, 0.18) 0,
              rgba(37, 115, 161, 0.95) 45%,
              rgba(9, 66, 110, 0.98) 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  display: flex;
  gap: 16px;
}

.game img {
  width: 80px;
  height: 80px;
}

.third__section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  padding: 48px 160px;
}

.card__section {
  display: flex;
  gap: 32px;
}

.third__section .card {
  border-radius: 12px;
  padding: 0 12px;
  width: 544px;
  height: 231px;
  background: radial-gradient(circle at top left,
              rgba(255, 255, 255, 0.18) 0,
              rgba(37, 115, 161, 0.95) 45%,
              rgba(9, 66, 110, 0.98) 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}

.third__section .big_card{
  max-width: 1120px;
  width: 100%;
  height: 235px;
}

.main_part {
  padding: 24px 24px 24px;
  border-bottom: 1px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
}

.main_part div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main_part div:last-child {
  text-align: right;
}

.main_part p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var(--accents-white);
}

.main_part h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 27px;
  color: var(--accents-website-gold-idle);
}

.parts_section {
  display: flex;
  justify-content: space-between;
  margin: 24px 24px;
}

.third__section .parts_section p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  white-space: nowrap;
  color: var(--accents-white);
}

.third__section .parts_section h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 27px;
  text-align: center;
  color: #f1d46a;
}

.part {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.second_part {
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  padding: 0 40px;
}

.left_part {
  padding: 0 40px 0 0;
}

.right_part {
  padding: 0 0 0 32px;
}

.big_card  h2{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  color: var(--accents-white);
  padding-bottom: 8px;
  padding-top: 24px;
}

.big_card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--accents-white);
}

.big_card-bottom {
  display: flex;
  gap: 32px;
  padding-top: 24px;
}

.big_card-bottom-card {
  display: flex;
  gap: 16px;
  border-radius: 12px;
  padding: 12px;
  height: 104px;
    background: radial-gradient(circle at top left,
              rgba(255, 255, 255, 0.18) 0,
              rgba(37, 115, 161, 0.95) 45%,
              rgba(9, 66, 110, 0.98) 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.big_card-bottom-card h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var(--accents-website-gold-idle);
  padding-bottom: 16px;
}

.big_card-bottom-card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--accents-white);
}

.big_card-bottom-card div div {
  display: flex;
  gap: 4px;
}

.fourth__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 160px;
  gap: 12px;
}

.fourth__section h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 39px;
  text-align: center;
  color: var(--accents-white);
}

.fourth__section h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
  color: var(--accents-white);
  padding: 0 192px 36px;
}

.fourth__section h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 27px;
  color: var(--accents-website-gold-idle);
}

.fourth__section-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fourth__section-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-bottom: 48px;
}

.fourth__section-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--accents-white);
}

.fourth__section-item-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.img-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--grey-800);
  border-radius: 4px;
  min-width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #e2f4f6 0%, #4aaece 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.fourth__section-item-img {
  width: 45px;
  height: 48px;
}

.calendar-cards {
  padding: 28px 20px 26px;
  font-family: "Inter";
}
.calendar-cards__head {
  max-width: 1220px;
  margin: 0 auto 14px;
}
.cc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 800;
}
.cc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffe089;
  color: #1a1a1a;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: clamp(14px, 1.4vw, 18px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.cards-grid {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(7, 1fr);
}
.cc-card {
  position: relative;
  border: none;
  cursor: pointer;
  padding: 0 0 30px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../img/card-bg.png);
  background-color: #2196F3;
  background-size: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.cc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

.cc-img {
  width: 110px;
  height: 90px;
  object-fit: cover;
  filter: saturate(0.95);
}

.cc-num {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.cc-badge {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  padding: 3px 7px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

.cc-card.is-missed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;      
  filter: grayscale(1);     
  z-index: 0;               
  border-radius: inherit; 
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.55);
}
.cc-card.is-missed .cc-img {
  opacity: 0.55;
  filter: brightness(0.8) saturate(0.8);
}
.cc-card.is-missed .cc-badge {
  background: #ff3b30; 
  color: #fff;
}
.cc-card.is-missed .cc-badge::after {
  content: "Ratat";
  font-family: "Inter";
}

.cc-card.is-active {
  outline: 3px solid #4cd964;
  box-shadow: 0 0 0 4px rgba(76, 217, 100, 0.25),
    0 10px 24px rgba(0, 0, 0, 0.35);
}
.cc-card.is-active .cc-badge {
  background: #2d7ef7;
  color: #fff;
}
.cc-card.is-active .cc-badge::after {
  content: "Activ";
}

.cc-card.is-locked .cc-img {
  filter: blur(3px) brightness(0.9);
  opacity: 0.8;
}
.cc-card.is-locked .cc-badge {
  background: rgba(150, 150, 150, 0.8);
  color: #fff;
}
.cc-card.is-locked .cc-badge::after {
  content: "Blocat";
}

.cc-open {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  background: linear-gradient(180deg, #ffe089 0%, #e6b94a 55%, #cfa43c 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cc-card.is-active:hover .cc-open,
.cc-card.is-active:focus-within .cc-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (hover: none) {
  .cc-card.is-active .cc-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 980px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .cc-card {
    height: 160px;
  }
}
@media (max-width: 720px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cc-card {
    height: 150px;
  }
}
@media (max-width: 520px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cc-card {
    height: 146px;
  }
}

.fifth__section {
  padding: 48px 160px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 39px;
  text-align: center;
  color: var(--accents-white);
}

.fifth__section h2 {
  font-weight: 600;
  font-size: 39px;
}

.fifth__section h3 {
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  padding-bottom: 36px;
}

.fifth__section h4 {
  font-weight: 600;
  font-size: 27px;
  color: var(--accents-website-gold-idle);
}

.fifth__section h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.fifth__section h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  padding-bottom: 4px;
}

.fifth__section p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.fifth__section-list {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 70vw;
  margin: auto;
  overflow-x: auto;
}

.fifth__section-list article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  gap: 12px;
  border-radius: 8px;
  padding: 0 24px 24px;
  width: 224px;
  height: 276px;
   background: radial-gradient(circle at top left,
              rgba(255, 255, 255, 0.18) 0,
              rgba(37, 115, 161, 0.95) 45%,
              rgba(9, 66, 110, 0.98) 100%);
  /* эффект стекла: размываем фон под карточкой */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  /* мягкая обводка как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.coin-container {
  position: relative;
  width: 150px;
  height: 180px;
  overflow: hidden;
}

.coin {
  position: absolute;
  top: -50px;
  width: 40px;
  opacity: 0;
  animation: fall 2.5s linear infinite;
}

.coin:nth-child(2) { left: 20%; animation-delay: 0.5s; }
.coin:nth-child(3) { left: 30%; animation-delay: 1s; }
.coin:nth-child(4) { left: 50%; animation-delay: 1.5s; }
.coin:nth-child(5) { left: 60%; animation-delay: 0.8s; }
.coin:nth-child(6) { left: 10%; animation-delay: 1.2s; }
.coin:nth-child(7) { left: 55%; animation-delay: 1.7s; }
.coin:nth-child(8) { left: 35%; animation-delay: 2s; }

@keyframes fall {
  0% {
    transform: translateY(-50px) rotate(0deg);
    opacity: 0;
  }
  20% { opacity: 1; }
  100% {
    transform: translateY(200px) rotate(360deg);
    opacity: 0;
  }
}

.coin-container:not(.animate) .coin,
.coin-container:not(.animate) .sparkle {
  animation: none;
}

/* ===== SEO XMAS SECTION ===== */

.seo-xmas {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative snowflakes */
.seo-xmas::before,
.seo-xmas::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  pointer-events: none;
}

.seo-xmas::after {
  animation: snowFloat 14s linear infinite;
  opacity: 0.04;
}

@keyframes snowFloat {
  0% { transform: translateY(-10%); }
  100% { transform: translateY(10%); }
}

/* Main container */
.seo-xmas__container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
  color: #e9f2ff;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}

/* Headings */
.seo-xmas h1,
.seo-xmas h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.15);
}

.seo-xmas h1 {
  font-size: 29px;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #d6e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.seo-xmas h2 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 16px;
  color: #cfe4ff;
}

/* Paragraphs */
.seo-xmas p {
  margin-bottom: 14px;
  color: #e6effa;
}

/* List styling */
.seo-xmas ul {
  margin: 12px 0 20px 24px;
  padding: 0;
}

.seo-xmas ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
  color: #dce7f7;
}

.seo-xmas ul li::before {
  content: "•";
  position: absolute;
  left: -8px;
  top: 0;
  color: #ffd05a;
  font-size: 20px;
}

/* Links */
.seo-xmas a {
  color: #ffd35f;
  text-decoration: underline;
  transition: 0.3s ease;
}

.seo-xmas a:hover {
  color: #ffecb3;
}

/* Subtle section divider */
.seo-xmas__container > h2:first-of-type {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 35px;
}


@media screen and (max-width: 991px) {
  .btn-red {
    font-size: 14px;
  }

  .btn-yellow {
    font-size: 14px;
  }

  .btn-yellow-big {
    font-size: 15px;
  }

  .header__logo img {
    width: 124px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {

  .btn-yellow-big {
    font-size: 15px;
    margin-top: -12px;
    /* padding: 19px 53px; */
    text-align: center;
    margin-left: 0;
    justify-content: center;
  }

  .main {
    height: 1000px;
  }

  .xmas-bonus-banner {
    flex-direction: column;
    z-index: 4;
  }  

  .xmas-bonus-content {
    width: 100%;
    margin: 0;
  }

  .header__btns {
    width: 100%;
  }

  .btn-red {
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .btn-yellow {
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .header {
    z-index: 4;
  }

  .header .container {
    padding: 14px 15px;
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .header__logo img {
    width: 128px;
  }

  .bonus__card {
    position: relative;
    z-index: 0;
    max-width: 90vw;
    min-width: 360px;
    height: 370px;
    padding: 16px 5px;
    gap: 8px;
  }

  .woman {
    left: -40px;
    z-index: 4;
    height: 65vh;
  }

  .bonus__card h2 {
    font-size: 50px;
    font-weight: 600;
  }

  .bonus__card h4 {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
  }

  .main__section {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 16vh;
    left: 0;
    right: 0;
    padding: 0;
  }

  .second__section {
    padding: 16px;
    width: 100%
  }

  .game-row {
    flex-direction: column;
    gap: 8px;
  }

  .game {
    width: 100%;
  }

  .third__section {
    padding: 16px;
    gap: 32px;
  }

  .card__section {
    flex-direction: column;
    gap: 16px;
  }

  .third__section .card {
    width: 100%;
    padding: 0 8px;
    height: auto;
  }

  .main_part {
    padding: 12px 0;
  }

  .main_part h3 {
    font-size: 21px;
  }

  .main_part p {
    font-size: 10px;
  }

  .parts_section {
    margin: 12px 8px;
  }

  .left_part {
    padding: 0 10px 0 0;
  }

  .second_part {
    padding: 0 10px;
  }

  .right_part {
    padding: 0 0 0 10px;
  }

  .big_card-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .fourth__section {
    padding: 16px;
    gap: 32px;
  }

  .fourth__section h4 {
    padding: 0;
  }

  .fourth__section-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .big_card-bottom-img {
    width: 80px;
    height: 80px;
  }  

  .fourth__section-item {
    padding: 0;
  }

  .fourth__section .btn-yellow {
    width: 50%;
  }

  .fifth__section {
    padding: 16px;
  }

  .fifth__section-list {
    width: 90vw;
    gap: 16px;
  }
}

@media screen and (max-width: 375px) {
  
  .main {
    height: 900px;
  }

  .main__section {
    top: 20vh;
  }

  .woman {
    height: 65vh;
    left: 0;
  }

  .bonus__card {
    width: 95vw;
    height: 350px;
  }

  .bonus__card h2 {
    padding-bottom: 10px;
  }

  .main_part h3 {
    font-size: 19px;
  }

  .third__section .card {
    padding: 0;
  }

  .third__section .parts_section h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .body {
    max-width: 62.25rem;
    margin: 0 auto;
    width: 100%;
  }
}

.container_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.footer-providers {
  padding: 1rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-providers {
    padding: 1.875rem 0.75rem 2.5rem;
  }
}

.footer-providers a {
  width: 5.625rem;
  height: 2.25rem;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-providers a {
    margin: 0.625rem;
    height: 2rem;
    width: 5rem;
  }
}

.footer-providers a svg,
.footer-providers a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-bottom {
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 0 0.75rem;
  }
}

.footer-bottom-license {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #BDBDBD;
  text-align: center;
  margin: 0 auto;
  max-width: 43.75rem;
}

.footer-bottom-license a {
  color: #BDBDBD;
}

.footer-bottom-row {
  padding: 1.875rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
  }

  .footer-bottom-row:first-child {
    padding: 1.875rem 0;
  }
}

.footer-bottom-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.0625rem;
  background: #BDBDBD;
  max-width: 45.25rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer-bottom-row::after {
    left: 2.375rem;
    right: 2.375rem;
    width: initial;
    max-width: initial;
    text-align: center;
  }
}

.footer-bottom-col p {
  margin: 0;
  color: #E0E0E0;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media screen and (max-width: 768px) {
  .footer-bottom-col p {
    text-align: center;
  }
}

.footer-bottom-col_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.footer-bottom-col_text {
  margin-bottom: 0.75rem;
}

footer,
.footer-menu {
  background: #181818;
}

@media screen and (min-width: 768px) {
  .footer-bottom-col_text {
    padding-right: 3rem;
    margin-bottom: 0;
  }
}

.footer-menu {
  padding: 24px 0;

}

.footer-menu.red {
  background: #440907;
}

.footer-menu__link {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: underline;
  margin: 0 0.3125rem;
}

@media screen and (max-width: 768px) {
  .footer-menu__link {
    padding: 0.625rem 0.9375rem;
  }
}

.footer-menu__link:hover {
  color: #ffffff;
}

.footer-age {
  margin: 0 0.75rem;
}

@media screen and (max-width: 768px) {
  .footer-age {
    order: 0;
  }
}

.footer-age img {
  width: 2.25rem;
  height: 2.25rem;
}

.footer-license {
  text-align: center;
  margin: 0 0.75rem;
}

@media screen and (max-width: 768px) {
  .footer-license {
    order: 1;
  }
}

.joc-icon {
  width: 6.25rem;
  height: 2.5rem;
  display: block;
}

.joc-icon img {
  width: 100%;
  height: 100%;
}

.footer-license__icon {
  position: relative;
  width: 2.5rem;
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */