@charset "UTF-8";

html {
  box-sizing: border-box;
}

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --main-bg-color: #151516;
  --gold-idle: #ffb700;
  --font-family: "Inter", sans-serif;
  --second-family: "Rubik", sans-serif;
  --dark-tan-50: #fff1f1;
  --dark-tan-100: #ffdfdf;
  --dark-tan-200: #ffc5c5;
  --dark-tan-300: #ff9d9d;
  --dark-tan-400: #ff6565;
  --dark-tan-500: #fe3535;
  --dark-tan-600: #ec1616;
  --dark-tan-700: #c70e0e;
  --dark-tan-800: #a41010;
  --dark-tan-900-base: #6c1010;
  --dark-tan-950: #4a0505;
  --golden-grass-50: #fbf8eb;
  --golden-grass-100: #f5f0cc;
  --golden-grass-200: #ede09b;
  --golden-grass-300: #e2c862;
  --golden-grass-400: #d8b137;
  --golden-grass-500-base: #d2a32c;
  --golden-grass-600: #ac7a22;
  --golden-grass-700: #8a5a1e;
  --golden-grass-800: #734920;
  --golden-grass-900: #633d20;
  --golden-grass-950: #391f0f;
  --accents-white: #fff;
  --accents-black: #0e0e0e;
  --shark-50: #f6f6f6;
  --shark-100: #e7e7e7;
  --shark-200: #d1d1d1;
  --shark-300: #b0b0b0;
  --shark-400: #888;
  --shark-500: #6d6d6d;
  --shark-600: #5d5d5d;
  --shark-700: #4f4f4f;
  --shark-800: #454545;
  --shark-900: #3d3d3d;
  --shark-950-base: #1e1e1e;
  --accents-gold: #eab308;
  --accents-red-warning: #b13;
  --accents-green: #2dac57;
  --accents-website-gold: #f1d46a;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

::selection {
  background: #f2d669;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #202020;
}

body::-webkit-scrollbar-thumb {
  background-color: #f2d669;
  border-radius: 20px;
  border: 3px solid #202020;
}

.calendar__item-gift.shake {
  animation: shake 0.5s ease-in-out;
}

.header {
  overflow: hidden;
  position: relative;
}

.header__wrapper {
  padding-top: 24px;
  min-height: 800px;
  height: 100vh;
  background-image: url(../img/main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

@media (max-width: 1350px) {
  .header__wrapper {
    background-size: 100%;
    background-position: top;
  }
}

@media (max-width: 1150px) {
  .header__wrapper {
    max-height: 80dvh;
  }
}

@media (max-width: 950px) {
  .header__wrapper {
    max-height: 100dvh;
    background-size: 1250px;
    background-position: 85% top;
  }
}

@media (max-width: 775px) {
  .header__wrapper {
    background-position: 85% top;
  }
}

@media (max-width: 500px) {
  .header__wrapper {
    background-position: 90% top;
  }
}

@media (max-width: 450px) {
  .header__wrapper {
    background-size: cover;
    background-position: top center;
    /* max-height: 80dvh;*/
    max-height: none;
    height: auto;
  }
}

.header__top {
  display: flex;
  justify-content: space-between;
}

.header__top .logo {
  position: relative;
  z-index: 3;
  transition: transform 0.3s;
}

.header__top .logo::before {
  border-radius: 125.571px;
  background: rgba(255, 181, 0, 0.75);
  backdrop-filter: blur(25.652311325073242px);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 178px;
  height: 70px;
  transform: rotate(-10deg);
  z-index: 2;
}

.header__top .logo img {
  width: 178px;
  z-index: 3;
  position: relative;
  padding: 6px 23px 17px 23px;
  border-radius: 37.611px;
  background: rgba(21, 7, 7, 0.67);
  backdrop-filter: blur(17.631235122680664px);
  display: block;
}

.header__top .logo:hover {
  transform: scale(1.1);
}

@media (max-width: 550px) {
  .header__top .logo {
    margin-top: 12px;
  }
}

.header__btns {
  display: flex;
  column-gap: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 550px) {
  .header__btns {
    width: 100%;
  }
}

.header__btn {
  display: flex;
  column-gap: 8px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

@media (max-width: 550px) {
  .header__btn {
    width: 100%;
    justify-content: center;
  }
}

.header__btn path {
  transition: fill 0.3s;
}

.header__btn.log {
  border-radius: var(--8, 8px);
  background: #262626;
  color: #fff;
  transition: all 0.3s;
}

@media (hover: hover) {
  .header__btn.log:hover {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
  }

  /* .header__btn.log:hover path {
    fill: #d2a32c;
  }*/
}

.header__btn.reg {
  background-color: #ffd700;
  border-radius: var(--8, 8px);
  color: #1e1e1e;
  transition: all 0.3s;
}

@media (hover: hover) {
  .header__btn.reg:hover {
    background-color: #ffcd4e;
    border-color: #ffcd4e;
  }

  /* .header__btn.reg:hover path {
    fill: #4a0505;
  }*/
}

.woman {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 650px;
}

@media (max-width: 450px) {
  .woman {
    width: 400px;
    top: 10px;
    left: 0;
  }
}

.header__info {
  max-width: 550px;
  margin-left: auto;
  width: 100%;
  font-family: Rubik, sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
.header__info::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 650px;
}
.header__info-top {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  border-radius: 48px;
  backdrop-filter: blur(30px);
  background: linear-gradient(
    135deg,
    rgba(48, 44, 42, 0.65) 0%,
    rgba(153, 153, 153, 0.65) 100%
  );
  padding: 16px 16px 48px 16px;
  position: relative;
  gap: 10px;
}
.header__info-top::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 190px;
  z-index: 4;
}
.header__info-top span {
  color: var(--Accents-White, #fff);
  text-align: center;
  font-family: Rubik;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.header__info-top span.absolute {
  position: absolute;
  top: 33%;
  left: 44%;
  z-index: 4;
}

.header__info-top span.accent {
  color: #ffb500;
  text-align: center;
  font-family: Rubik;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.header__info-top .bg {
  border-radius: 32px;
  background: rgba(21, 7, 7, 0.67);
  backdrop-filter: blur(13.856496810913086px);
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  padding: 25px 28px;
}

.header__info-top span.accent.font-2 {
  font-size: 25px;
}

.header__info-top .btn {
  border-radius: 13.513px;
  border: 1.689px solid var(--Button-Border-main, #e1ae36);
  background: var(--Button-Main, #ffb700);
  box-shadow: 0px 0px 96.2px 0px #000000;
  color: var(--Button-Dark-text, #262626);
  font-family: Rubik;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.541px;
  padding: 27px 50px;
  width: max-content;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
  transition: all 0.3s ease 0s;
}

.header__info-top .btn:hover {
  background: #f8a500;
}
.header__info-bottom {
  border-radius: 48px;
  background: linear-gradient(
    163deg,
    rgba(28, 13, 8, 0.76) 68.26%,
    rgba(28, 13, 8, 0) 109.74%
  );
  backdrop-filter: blur(12.147985458374023px);
  padding: 20px 15px 20px 0;
}
.header__info-bottom .dupa {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 14px auto;
  display: block;
}
.header__info-bottom .bg {
  border-radius: 48px;
  background: linear-gradient(125deg, #302c2a -3.22%, rgba(31, 11, 11, 0) 100%);
  backdrop-filter: blur(12.147985458374023px);
  padding: 14px 0 0 15px;
}
.header__info-bottom .row {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 16px 35px;
  border-radius: 47.573px;
  background: rgba(21, 7, 7, 0.67);
  backdrop-filter: blur(12.147985458374023px);
}
.header__info-bottom .game {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 102.289%; /* 22.622px */
}
.header__info-bottom .game img {
  width: 90px;
  height: auto;
}
.header__info-bottom .game h3 {
  color: #fff;
  margin-top: 15px;
}
.header__info-bottom .game span {
  color: #ffb500;
  font-weight: 300;
}
.header__info-bottom .accent {
  color: #ffb500;
  font-weight: 500;
}


@media (max-width: 950px) {
  .header__info {
    margin-top: 277px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .header__info {
    margin-top: 440px;
  }

  .header__info-top .bg {
    padding: 13px 28px;
  }

  .header__info-top span {
    font-size: 80px;
  }
}

@media (max-width: 450px) {
  .header__info {
    margin-top: 250px;
  }
}

.header__info-subtitle {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__info-description {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 500px) {
  .header__info {
    gap: 70px;
  }

  .header__info-subtitle {
    font-size: 16px;
  }

  .header__info-subtitle br {
    display: none;
  }

  .header__info-description {
    font-size: 16px;
  }

  .header__info-description br {
    display: none;
  }
}

.header__info-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 3;
}

@media (max-width: 500px) {
  .header__info-title {
    font-size: 37px;
  }
}

.header__info-title span {
  color: #ffd700;
  font-size: 48px;
}

.header__info-btn {
  color: #262626;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: #ffd700;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 16px 24px;
}

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

@media (hover: hover) {
  .header__info-btn:hover {
    background: #ffb700;
  }
}

@media (max-width: 550px) {
  .header__info-btn {
    display: inline-block;
    width: 100%;

    width: calc(100%);
    text-align: center;
  }
}

.top {
  padding: 48px 0 96px 0;
}

.top__items {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  width: 100%;
  gap: 24px;
}

.top__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Rubik, sans-serif;
  text-align: center;
  padding: 24px 0;
  max-width: 360px;
  flex-basis: calc((100% - 48px) / 3);
  border-radius: var(--12, 12px);
  border: 1px solid var(--LP-gradient-button, #e2c862);
  background: linear-gradient(100deg, #232323 0%, #121212 100%);
  padding: 24px 16px;
  box-shadow: 0px 60px 60px 0px rgba(0, 0, 0, 0.4);
}

.top__item-num {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.top__item-title {
  color: #d2a32c;
  font-size: 23px;
  font-weight: 600;
  margin-top: 12px;
}

.top__item-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 700px) {
  .top {
    padding: 24px 0 65px 0;
  }

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

  .top__item {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.bottom {
  /* margin-top: 24px;*/
  margin-bottom: 96px;
}

.bottom .bottom__items-container {
  /* overflow-x: auto;*/
  display: flex;
  flex-direction: column;
  /* scroll-behavior: smooth;*/
  padding: 30px 0 0px 0;
  align-items: center;
}

.bottom .bottom__items-container::-webkit-scrollbar {
  display: none;
}

.bottom__items {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  width: 100%;
  padding: 0 48px;
}

.bottom__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  text-align: left;
  padding: 24px 0;
  max-width: 360px;
  min-width: 240px;
}

.bottom__item img {
  width: 71px;
  transition: transform 0.3s;
}

.bottom__item img:hover {
  transform: rotate(-10deg);
}

.bottom__item-num {
  font-size: 13.33px;
  font-weight: 400;
  color: #fff;
  margin-top: 24px;
}

.bottom__item-title {
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-top: 12px;
}

.bottom__item-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}

.bottom.bottom-prima {
  margin-bottom: 114px;
}

.bottom.bottom-prima .calendar__title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 800;
}

.bottom.bottom-prima .calendar__text {
  color: #ffd700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.calendar {
  position: relative;
  /*background-image: url("../img/calendar/bg.webp");*/
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media (max-width: 700px) {
  .calendar {
    background-size: 1000px;
  }

  .bottom__items {
    flex-direction: column;
    padding: 0;
  }

  .bottom__item {
    flex-direction: row;
    gap: 16px;
  }

  .bottom__item-title {
    margin-top: 0;
  }

  .bottom__item-text br {
    display: none;
  }
}

.calendar__btn {
  width: 136px;
  height: 44px;
  background-color: #f1d46a;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 144px;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  .calendar__btn {
    margin-bottom: 128px;
  }
}

@media (hover: hover) {
  .calendar__btn:hover {
    background-color: #000;
    color: #f1d46a;
  }
}

.calendar__decor {
  position: absolute;
  z-index: 2;
  top: -45px;
  left: 50%;
  transform: translate(-50%);
  z-index: 4;
}

.calendar__box {
  position: relative;
  overflow: hidden;
  padding-top: 1px;
}

.calendar__box:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #efae00cc;
  top: -45px;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  filter: blur(50px);
}

.calendar__wrapper {
  position: relative;
  border-radius: 12px;
  z-index: 2;
}

.calendar__wrapper:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(to bottom, #f1d46a 0%, transparent 30%);
}

.calendar__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #222020, #222020 30%, #22202000 90%);
  border-radius: 12px;
}

.calendar__info {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 48px;
  color: #fff;
  font-family: Rubik, sans-serif;
  max-width: 743px;
  margin: 0 auto;
}

.calendar__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;

  font-weight: 700;
  margin-bottom: 24px;
}

.calendar__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ccc;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
}

.calendar__items {
  position: relative;
  z-index: 3;
  padding: 0 96px 48px;
  display: flex;
  /*  justify-content: center;*/
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .calendar__info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .calendar__items {
    gap: 16px;
    padding: 8px;
    justify-content: center;
  }

  .calendar__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .calendar__title br {
    display: none;
  }

  .calendar__text {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .calendar__text br {
    display: none;
  }
}

.calendar__item {
  width: 168px;
  height: 168px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #024acf, #6c96e4);
  position: relative;
  font-family: Inter, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (max-width: 800px) {
  .calendar__item {
    width: 148px;
    height: 148px;
  }
}

.calendar__item-gift {
  width: 100px;
  margin: 0 auto;
}

.calendar__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
}

.calendar__item-bg--lock {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s;
}

.calendar__item-status {
  position: absolute;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 5;
  color: #fff;
  font-size: 11px;
  top: 4px;
  left: 4px;
}

.calendar__item-day {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
  z-index: 5;
}

.calendar__item-btn {
  position: absolute;
  font-size: 19px;
  color: #000;
  background-color: #f1d46a;
  border-radius: 8px;
  width: 160px;
  text-align: center;
  padding: 12px;
  z-index: 4;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 4px;
}

.calendar__item.completed {
  background: transparent;
  opacity: 0.5;
}

.calendar__item.completed .calendar__item-status {
  background-color: #4caf50;
}

.calendar__item.completed:hover {
  opacity: 1;
}

.calendar__item.completed:hover .calendar__item-day {
  transform: translateY(-50px);
}

.calendar__item.completed:hover .calendar__item-btn {
  opacity: 1;
}

.calendar__item.active .calendar__item-status {
  background-color: #2196f3;
}

.calendar__item.active:hover .calendar__item-day {
  transform: translateY(-50px);
}

.calendar__item.active:hover .calendar__item-btn {
  opacity: 1;
}

.calendar__item.locked .calendar__item-status {
  background-color: #9e9e9e;
}

.calendar__item.locked .calendar__item-bg--lock {
  display: block;
}

.calendar__item.locked .calendar__item-status,
.calendar__item.locked .calendar__item-day {
  transition: opacity 0.3s;
  opacity: 0.8;
}

.calendar__item.locked:hover .calendar__item-bg--lock {
  opacity: 0.7;
}

.calendar__item.locked:hover .calendar__item-status,
.calendar__item.locked:hover .calendar__item-day {
  opacity: 1;
}

.footer {
  padding: 24px 0;
  background-color: rgba(28, 28, 28, 1);
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 13.3px;
  font-weight: 400;
  gap: 12px;
  padding: 24px 0;
  margin-bottom: 12px;
}

.footer__link {
  transition: color 0.3s;
}

.footer__link:hover {
  color: #ccc;
}

.footer__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
  margin-bottom: 12px;
}

.footer__partner {
  transition: transform 0.3s;
  border-radius: var(--8, 8px);
  background: #262626;
  padding: 0 30px;
  width: 160px;
  height: 52px;
  display: flex;
}

.footer__partner img {
  margin: auto;
  object-fit: contain;
}

@media (hover: hover) {
  .footer__partner:hover {
    transform: scale(1.1);
  }
}

.footer__adult {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 24px 0;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  flex-wrap: wrap;
}

.footer__adult img {
  height: 48px;
  width: auto;
}

.footer__adult a img {
  transition: transform 0.3s;
}

.footer__adult a img:hover {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .footer__adult {
    gap: 24px;
  }
}

.footer__adult-img {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.footer__text {
  padding: 24px 0;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  max-width: 816px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1158px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

body {
  background-color: rgba(28, 28, 28, 1);
}

.f-bg {
  border-top: 1px solid var(--Grey-800, #454545);
}

.footer-providers {
  padding: 24px 0;
  display: flex;
  gap: 128px;
  justify-content: center;
  align-items: center;
}

.footer-providers a {
  display: block;
}

.footer-providers img {
  width: 160px;
  height: auto;
}

.footer-menu {
  padding: 16px 0;
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 70%;
}

.footer-menu__link {
  flex-basis: calc((100% - 48px) / 3);
  color: var(--Gold-Idle, #ffb700);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 8px 0;
  line-height: normal;
}

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

.footer-bottom {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}

.footer-bottom-col_flex {
  display: flex;
  gap: 24px;
}

.footer-bottom img {
  width: auto;
  height: 32px;
}

@media (max-width: 700px) {
  .header__top .logo img {
    width: 120px;
  }
  .header__top .logo::before {
    width: 120px;
    height: 50px;
  }
  .header__info-top {
    border-radius: 32px;
  }

  .header__info-top .bg {
    font-size: 64px;
    letter-spacing: -2px;
    border-radius: 24px;
  }
  .header__info-top span.accent {
    font-size: 30px;
  }
  .header__info-top span.accent.font-2 {
    font-size: 20px;
  }
  .header__info-top .btn {
    font-size: 15px;
    padding: 15px 40px;
    bottom: -20px;
  }
  .header__info-top span.absolute {
    top: 25%;
  }
  .header__info-bottom {
    padding: 13px 0;
    border-radius: 16px;
  }
  .header__info-bottom .bg {
    border-radius: 16px;
    padding: 9px;
  }
  .header__info::before {
    top: -70px;
    left: -30px;
    width: calc(100% + 60px);
  }
  .header__info-bottom .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 16px;
    gap: 22px;
  }
  .header__info-bottom .game img {
    width: 140px;
  }
  .footer-providers {
    gap: 0;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 24px;
  }

  .footer-bottom-row:nth-child(2) {
    margin-bottom: 0;
  }

  .footer-menu__list {
    gap: 0;
  }

  .footer-menu__link {
    flex-basis: 100%;
  }
}

.third__section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0px;
  background: rgba(28, 28, 28, 1);
}

.third__section h1 {
  font-family: var(--font-family);
  color: var(--accents-white);
  font-size: 45px;
}

.accent-color {
  color: var(--gold-idle);
}

.third__section-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 75vw;
}

.third__section-content-img {
  display: grid;
  grid-template-columns: 600px 498px;
  gap: 24px;
}

.third__section-content-img-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.third__section-content-header {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 39px;
  color: var(--accents-white);
}

.third__section-content-text {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  color: #d0d0d0;
  text-align: left;
  padding: 0;
}

.third__section-question {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 39px;
  color: var(--accents-white);
}

.third__section-content-item {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  color: var(--gold-idle);
  list-style: disc;
}

.second__section-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 24px;
}

.second__section-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e1ae36;
  border-radius: 12px;
  padding: 24px 16px;
  max-width: 320px;
  height: 121px;
  background: #262626;
}

.second__section-card-num {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--accents-white);
}

.second__section-card-text {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--gold-idle);
}

@media (max-width: 768px) {
  .third__section-content {
    width: 95vw;
  }

  .third__section-content-img {
    display: flex;
    flex-direction: column-reverse;
  }

  .second__section-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .second__section-card {
    width: 95vw;
  }
}

/* ===== Promo section under hero (isolated) ===== */
.bf-offers {
  background: 1c1c1c;
  padding: 40px 0 56px;
}
.bf-title {
  color: var(--accents-white);
  font-family: var(--font-family);
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(22px, 2.6vw, 40px);
  margin: 0 auto 20px;
  max-width: 1100px;
}
.bf-title span {
  color: var(--gold-idle);
}

.bf-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  background: linear-gradient(125deg, #302c2a -3.22%, rgba(31, 11, 11, 0) 100%);
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1158px;
}

.bf-card {

  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  padding: 16px 20px;
}

.bf-game {
  width: 96px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}
.bf-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}
.bf-rotiri {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 36px);
}
.bf-num {
  font-size: clamp(28px, 3.2vw, 36px);
  margin-right: 6px;
}
.bf-rotiri b {
  color: var(--gold-idle);
  font-weight: 700;
}
.bf-code {
  color: #cfcfcf;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.bf-code strong {
  color: var(--gold-idle);
}

.bf-btn {
  display: block;
  width: max-content;
  margin: 24px auto 0;
  border-radius: 13.5px;
  border: 1.7px solid var(--Button-Border-main, #e1ae36);
  background: var(--gold-idle);
  color: #262626;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 16px 32px;
  transition: 0.2s ease;
}
.bf-btn:hover {
  filter: brightness(0.8);
}

@media (max-width: 900px) {
  .bf-cards {
    flex-direction: column;
  }
  .bf-card {
    min-width: 100%;
  }
}

/* ===== bf-offers: mobile fixes ===== */
@media (max-width: 768px) {
  .bf-offers {
    padding: 24px 0 36px;
  }
  .bf-title {
    font-size: clamp(18px, 5.2vw, 24px);
    padding: 0 4px;
  }

  /* убираем «тяжёлую» рамку-контейнер и лишние поля */
  .bf-cards {
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 12px;
  }

  /* компактная карточка: иконка слева, текст справа */
  .bf-card {
    min-width: 0;
    width: 100%;
    background: #121212;
    border-radius: 14px;
    padding: 12px 14px;
    gap: 12px;
    display: grid;
    grid-template-columns: 72px auto;
    align-items: center;
  }
  .bf-game {
    width: 72px;
    border-radius: 12px;
  }

  .bf-text {
    gap: 4px;
  }
  .bf-rotiri {
    font-size: 18px;
    line-height: 1.1;
  }
  .bf-num {
    font-size: 22px;
    margin-right: 4px;
  }
  .bf-code {
    font-size: 13px;
    color: #d1d1d1;
  }

  /* кнопка на всю ширину и ниже карточек */
  .bf-btn {
    width: 100%;
    text-align: center;
    margin: 16px auto 0;
    font-size: 16px;
    padding: 14px 18px;
  }
}

@media (max-width: 360px) {
  .bf-card {
    grid-template-columns: 60px auto;
  }
  .bf-game {
    width: 60px;
  }
  .bf-rotiri {
    font-size: 16px;
  }
  .bf-num {
    font-size: 20px;
  }
}
