@charset "UTF-8";
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Внешний отступ вниз для параграфа без атрибута class,
  который расположен не последним среди своих соседних элементов
 */
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

/**
  Упрощаем работу с изображениями
 */
img {
  display: block;
  max-width: 100%;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Плавный скролл
   */
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  min-height: 100%;
  /**
    Унифицированный интерлиньяж
   */
}

/**
  Чиним баг задержки смены цвета при взаимодействии с svg-элементами
 */
svg * {
  transition-property: fill, stroke;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.ui-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  border: none;
  border-radius: 44px;
  text-decoration: none;
  transition: all ease-in-out 0.25s;
}
.ui-button_blue {
  background: #386aa0;
}
.ui-button_blue:hover {
  background: #2d5580;
}
.ui-button_green {
  background: #88aa45;
}
.ui-button_green:hover {
  background: #6d8837;
}
.ui-button_gradient {
  background-image: linear-gradient(90deg, #c6ffdd 0%, #fbd786 26.04%, #f7797d 50%, #fbd786 76.04%, #c6ffdd 100%);
  background-position: 0 0;
  background-size: 200% 100%;
}
.ui-button_gradient:hover {
  background-position: 100% 0;
}
.ui-button__text {
  font-size: 20px;
}
.ui-text {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #ffffff;
}
.ui-text_weight-100 {
  font-weight: 100;
}
.ui-text_weight-200 {
  font-weight: 200;
}
.ui-text_weight-300 {
  font-weight: 300;
}
.ui-text_weight-400 {
  font-weight: 400;
}
.ui-text_weight-500 {
  font-weight: 500;
}
.ui-text_weight-600 {
  font-weight: 600;
}
.ui-text_weight-700 {
  font-weight: 700;
}
.ui-text_weight-800 {
  font-weight: 800;
}
.ui-text_weight-900 {
  font-weight: 900;
}
.ui-text_title {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 32px;
}
.ui-text_center {
  text-align: center;
}
.ui-text_uppercase {
  text-transform: uppercase;
}
.ui-text_italic {
  font-style: italic;
}
.ui-text_blue {
  color: #1c4367;
}
.ui-text_gray {
  color: #d6dee7;
}
.ui-text_green {
  color: #88aa45;
}
.ui-text_yellow {
  color: #ffde59;
}

@keyframes rotated_bouncing {
  0% {
    transform: translateY(0) rotateZ(19.22deg);
  }
  100% {
    transform: translateY(12px) rotateZ(19.22deg);
  }
}
@keyframes bouncing {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
@keyframes shadow_pulse {
  0% {
    box-shadow: #4bc517 0px 0 12px 0px;
  }
  100% {
    box-shadow: #4bc517 0px 0 12px 16px;
  }
}
.background {
  position: fixed;
  inset: 0;
  z-index: -1;
  filter: brightness(0.6);
}
.background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
}

.stay-ahead,
.rewards,
.odds,
.footer {
  padding-top: 32px;
  width: 100%;
  background: rgba(28, 67, 103, 0.7764705882);
}
@media only screen and (max-width: 768px) {
  .stay-ahead,
.rewards,
.odds,
.footer {
    padding-top: 12px;
  }
}

.decor-line {
  width: 380px;
}

.main .hero {
  padding-top: 105px;
}
@media only screen and (max-width: 768px) {
  .main .hero {
    padding-top: 32px;
    width: 100%;
    background: rgba(28, 67, 103, 0.7764705882);
  }
}
.main .hero__wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main .hero__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: unset;
    align-items: unset;
    padding-bottom: 0;
  }
}
.main .hero__player {
  position: absolute;
  bottom: -1px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .main .hero__player {
    display: none;
    visibility: hidden;
  }
}
.main .hero__player-blue {
  right: 10.25%;
  height: 600px;
}
.main .hero__player-blue__image {
  height: 100%;
  object-fit: contain;
}
.main .hero__player-yellow {
  right: 34%;
  height: 629px;
}
.main .hero__player-yellow__image {
  height: 100%;
  object-fit: contain;
}
.main .hero .event,
.main .hero .bonus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 16px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5019607843);
}
@media only screen and (max-width: 768px) {
  .main .hero .event,
.main .hero .bonus {
    position: relative;
    z-index: 15;
    overflow: hidden;
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .main .hero .event,
.main .hero .bonus {
    gap: 16px;
  }
}
.main .hero .event {
  width: 424px;
}
@media only screen and (max-width: 768px) {
  .main .hero .event {
    width: unset;
  }
}
.main .hero .event__npsport {
  font-size: 16px;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .main .hero .event__npsport {
    font-size: 14px;
  }
}
.main .hero .event__title {
  font-size: 36px;
}
@media only screen and (max-width: 576px) {
  .main .hero .event__title {
    font-size: 24px;
  }
}
.main .hero .event__subtitle {
  font-size: 20px;
  line-height: 120%;
}
@media only screen and (max-width: 576px) {
  .main .hero .event__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
}
.main .hero .event__subtitle-italic {
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .main .hero .event__subtitle-italic {
    font-size: 16px;
    line-height: 225%;
  }
}
.main .hero .event__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main .hero .event__list {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-left: 32px;
  margin-bottom: 8px;
  list-style: circle;
  color: #ffffff;
}
.main .hero .event__list-text {
  font-size: 14px;
  line-height: 171.429%;
}
@media only screen and (max-width: 576px) {
  .main .hero .event__button-text {
    font-size: 14px;
  }
}
.main .hero .bonus {
  align-items: center;
}
.main .hero .bonus__annotation {
  font-size: 16px;
  padding: 10px;
}
.main .hero .bonus__title {
  font-size: 36px;
  background-image: linear-gradient(90deg, #c6ffdd 0%, #fbd786 52.08%, #f7797d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 576px) {
  .main .hero .bonus__title {
    font-size: 24px;
  }
}
.main .hero .bonus__edges {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main .hero .bonus__edges-point {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .main .hero .bonus__button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .main .hero .bonus__button {
    font-size: 14px;
  }
}
.main .hero .bonus__rules {
  font-size: 14px;
}
.main .stay-ahead__wrapper {
  position: relative;
}
.main .stay-ahead__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  border-radius: 24px;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main .stay-ahead__inner {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__inner {
    gap: 16px;
  }
}
.main .stay-ahead__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: brightness(0.4);
  background: url("../images/c55965a25b885d98581a30368db615716eae2e91.jpg") center/cover fixed;
}
.main .stay-ahead__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .stay-ahead__title {
  font-size: 32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__title {
    font-size: 18px;
  }
}
.main .stay-ahead__subtitle {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__subtitle {
    font-size: 16px;
  }
}
.main .stay-ahead__carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .main .stay-ahead__carousel {
    display: flex;
    flex-direction: row;
    padding: 0 16px;
    width: calc(100% + 32px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__carousel {
    gap: 8px;
  }
}
.main .stay-ahead__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 24px;
  flex-shrink: 0;
}
.main .stay-ahead__card-image {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__card-image {
    width: 50px;
    height: 50px;
  }
}
.main .stay-ahead__card-text {
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__card-text {
    font-size: 13px;
  }
}
.main .stay-ahead__player {
  position: absolute;
  bottom: -99px;
  left: -202px;
  z-index: 15;
}
@media only screen and (max-width: 1240px) {
  .main .stay-ahead__player {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main .stay-ahead__button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .main .stay-ahead__button-text {
    font-size: 14px;
  }
}
.main .rewards__container {
  overflow: hidden;
}
.main .rewards__wrapper {
  position: relative;
}
.main .rewards__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
  padding: 24px 32px;
  border-radius: 24px;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main .rewards__inner {
    padding: 16px;
    align-items: center;
  }
}
.main .rewards__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: brightness(0.5);
  background: url("../images/ddce1db14f062835e9f138c402cf85806d5934dc.jpg") center/cover;
}
.main .rewards__heading {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .main .rewards__heading {
    align-items: center;
  }
}
.main .rewards__title {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .main .rewards__title {
    font-size: 18px;
  }
}
.main .rewards__description {
  font-size: 20px;
  line-height: 160%;
}
@media only screen and (max-width: 576px) {
  .main .rewards__description {
    font-size: 16px;
  }
}
.main .rewards__description_italic {
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .main .rewards__description_italic {
    font-size: 16px;
  }
}
.main .rewards__item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 10px;
}
.main .rewards__item-image {
  width: 24px;
  height: 24px;
}
.main .rewards__item-text {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .main .rewards__item-text {
    font-size: 14px;
  }
}
.main .rewards__player {
  position: absolute;
  bottom: 0;
  right: -190px;
  z-index: 15;
}
@media only screen and (max-width: 835px) {
  .main .rewards__player {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main .rewards__button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .main .rewards__button-text {
    font-size: 14px;
  }
}
.main .odds__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  border-radius: 24px;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main .odds__wrapper {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .main .odds__wrapper {
    gap: 16px;
  }
}
.main .odds__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: brightness(0.4);
  background: url("../images/c55965a25b885d98581a30368db615716eae2e91.jpg") center/cover fixed;
}
.main .odds__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.main .odds__title {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .main .odds__title {
    font-size: 18px;
  }
}
.main .odds__subtitle {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .main .odds__subtitle {
    font-size: 16px;
  }
}
.main .odds__carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .main .odds__carousel {
    display: flex;
    flex-direction: row;
    padding: 0 16px;
    width: calc(100% + 32px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media only screen and (max-width: 576px) {
  .main .odds__carousel {
    gap: 8px;
  }
}
.main .odds__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .main .odds__card {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main .odds__card {
    width: 284px;
  }
}
.main .odds__card-title {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .main .odds__card-title {
    font-size: 18px;
  }
}
.main .odds__card-text {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .main .odds__card-text {
    font-size: 16px;
  }
}
.main .odds__card-text_small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .main .odds__button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .main .odds__button-text {
    font-size: 14px;
  }
}
.main .odds__attention {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.main .odds__attention-text {
  font-size: 14px;
}

.footer {
  padding-bottom: 64px;
}
.footer__text {
  font-size: 14px;
  line-height: 200%;
}
@media only screen and (max-width: 576px) {
  .footer__text {
    font-size: 12px;
  }
}

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