@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: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff/LINESeedSans_W_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff/LINESeedSans_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff/LINESeedSans_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff/LINESeedSans_W_XBd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff/LINESeedSans_W_He.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff2/LINESeedSans_W_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff2/LINESeedSans_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff2/LINESeedSans_W_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff2/LINESeedSans_W_XBd.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSans";
  src: url("../fonts/LINESeedSans/woff2/LINESeedSans_W_He.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-sm";
  src: url("../fonts/Inter/Inter_18pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-md";
  src: url("../fonts/Inter/Inter_24pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-lg";
  src: url("../fonts/Inter/Inter_28pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSinhala";
  src: url("../fonts/NotoSansSinhala/NotoSansSinhala-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.ui-card {
  background: linear-gradient(90deg, rgba(28, 67, 103, 0.3019607843) 0%, rgba(56, 133, 205, 0.3019607843) 100%);
  backdrop-filter: blur(6px);
  border-radius: 6px;
}

.ui-divider-block {
  padding-top: 48px;
}
.ui-divider-block::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1025' height='1' viewBox='0 0 1025 1' fill='none'%3E%3Cpath d='M0.5 0.5H1024.5' stroke='%237C99B5' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3C/svg%3E");
  position: relative;
  width: 100%;
  padding: 1px;
  top: -100%;
}

.ui-button {
  font-family: "LINESeedSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 7px 24px;
  border: none;
  font-size: 16px;
  transition: all 0.2s linear;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.ui-button_white {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
}
.ui-button_white:hover {
  background: rgba(255, 255, 255, 0.1921568627);
}
.ui-button_blue {
  background: #386aa0;
}
.ui-button_blue:hover {
  background: #2d5580;
}
.ui-button_green {
  background: #88aa45;
}
.ui-button_green:hover {
  background: #6d8837;
}
.ui-button_red {
  background: #ff0000;
}
.ui-button_red:hover {
  background: #cc0000;
}

.ui-title {
  font-family: "LINESeedSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .ui-title {
    font-size: 16px;
  }
}
.ui-title::after {
  content: url("../images/b782f44e013901e97c23885884044ba9c93a76d6.png");
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 361px;
  height: 77px;
}

.ui-text {
  font-family: "LINESeedSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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_center {
  text-align: center;
}
.ui-text_uppercase {
  text-transform: uppercase;
}
.ui-text_gray {
  color: #cfd3d5;
}
.ui-text_green {
  color: #a4ff07;
}
.ui-text_yellow {
  color: #ffde59;
}

.ui-gradient-text-anim {
  background-image: linear-gradient(90deg, #ef0 10.815%, #fbd786 39.905%, #c6ffdd 50%, #fff 100%);
  background-position: 0 0;
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient_fade_in 0.6s cubic-bezier(1, 0.56, 0.34, 1) alternate infinite;
}

.ui-scrollbar::-webkit-scrollbar {
  width: 3px; /* Толщина вертикальной полосы */
  height: 3px; /* Толщина горизонтальной полосы */
}
.ui-scrollbar {
  /* Фон трека (дорожки) */
}
.ui-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.ui-scrollbar::-webkit-scrollbar-thumb {
  background: #b7c1c7;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.ui-scrollbar {
  /* Ползунок при наведении */
}
.ui-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

@keyframes rotated_bouncing {
  0% {
    transform: translateY(0) rotateZ(19.22deg);
  }
  100% {
    transform: translateY(12px) rotateZ(19.22deg);
  }
}
@keyframes flipped_bouncing {
  0% {
    transform: scaleX(-1) translateY(0);
  }
  100% {
    transform: scaleX(-1) translateY(-5px);
  }
}
@keyframes bouncing {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes shadow_pulse {
  0% {
    box-shadow: rgba(75, 197, 23, 0) 0 0 16px 10px;
  }
  100% {
    box-shadow: #4bc517 0 0 16px 10px;
  }
}
@keyframes gradient_fade_in {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
body {
  background: linear-gradient(0deg, rgba(17, 54, 109, 0.5) 0%, rgba(17, 54, 109, 0.5) 100%), url("../images/8cfd3f3825e7f6503b3eb73cf691a0c7a4aaceb9.png") 50%/cover no-repeat fixed;
}

.container {
  width: 100%;
  max-width: 1056px;
  padding: 0 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 16px 16px 72px;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .header__left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background: #13213e;
  }
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.header__logo {
  display: block;
  width: 114px;
  height: 40px;
}
.header__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    gap: 12px;
  }
}
.header__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6980392157);
  transition: all 0.2s linear;
  font-size: 14px;
}
.header__link:hover {
  color: #ffffff;
}
.header__buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    gap: 12px;
    z-index: 100;
    background: #11366d;
  }
}
@media only screen and (max-width: 768px) {
  .header__button {
    width: 100%;
    text-align: center;
  }
}

.main .start,
.main .games,
.main .instructions {
  padding: 24px 0;
}
.main .contacts,
.main .register,
.main .methods,
.main .reviews,
.main .about {
  padding: 48px 0;
  position: relative;
}
.main .contacts::before,
.main .register::before,
.main .methods::before,
.main .reviews::before,
.main .about::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1025 1' fill='none'%3E%3Cpath d='M0.5 0.5H1024.5' stroke='%237C99B5' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  height: 2px;
  padding: 1px;
  top: -14px;
}
@media only screen and (max-width: 576px) {
  .main .contacts::before,
  .main .register::before,
  .main .methods::before,
  .main .reviews::before,
  .main .about::before {
    content: "";
  }
  .main .contacts,
  .main .register,
  .main .methods,
  .main .reviews,
  .main .about {
    border-top: 2px dotted rgba(124, 153, 181, 0.4078431373);
    padding: 32px 0;
  }
}
.main .hero {
  padding: 12px 0 24px;
}
.main .hero__card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
  height: 164px;
  overflow: hidden;
  backdrop-filter: none;
}
.main .hero__title {
  font-family: "LINESeedSans";
  font-size: 32px;
  position: relative;
  padding: 0 24px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(32, 85, 131, 0.6) 0%, rgba(8, 21, 33, 0.6) 100%);
  z-index: 50;
}
@media only screen and (max-width: 425px) {
  .main .hero__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main .hero__title_desktop {
    display: none;
    visibility: hidden;
  }
}
.main .hero__title_mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main .hero__title_mob {
    display: block;
  }
}
.main .hero__wrap {
  position: absolute;
}
.main .hero__wrap#heroCoinsWrap {
  width: 587px;
  height: 415px;
  bottom: -3px;
  right: 11.13%;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  .main .hero__wrap#heroCoinsWrap {
    left: 50%;
    transform: rotate(-180deg) translateX(45%);
  }
}
.main .hero__image {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.main .hero__image#heroRedPlane {
  width: 422px;
  height: 351px;
  top: -59px;
  left: -25px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 768px) {
  .main .hero__image#heroRedPlane {
    width: 202px;
    height: 168px;
    top: unset;
    left: -7px;
    bottom: -42px;
    z-index: 1;
  }
}
.main .hero__image#heroGoldPlane {
  width: 190px;
  height: 128px;
  bottom: 0px;
  left: 80px;
  transform: scaleX(-1) rotate(12deg);
}
@media only screen and (max-width: 768px) {
  .main .hero__image#heroGoldPlane {
    width: 155px;
    height: 104px;
    bottom: unset;
    left: 0px;
    top: -12px;
  }
}
.main .hero__image#heroGoldLine {
  width: 381px;
  height: 175px;
  top: 42px;
  left: 100px;
  transform: scaleX(-1) rotate(-3.67deg);
}
@media only screen and (max-width: 768px) {
  .main .hero__image#heroGoldLine {
    width: 311px;
    height: 143px;
    bottom: unset;
    left: 15px;
    top: 0px;
  }
}
.main .hero__image#heroCoins {
  width: 100%;
  height: 100%;
}
.main .hero__image#heroChicken {
  width: 311px;
  height: 245px;
  top: -41px;
  right: -21px;
}
@media only screen and (max-width: 768px) {
  .main .hero__image#heroChicken {
    width: 223px;
    height: 100%;
    top: 0;
    right: -48px;
  }
}
.main .start__grid {
  counter-reset: start-point;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.main .start__point {
  counter-increment: start-point;
  height: 68px;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(28, 67, 103, 0.3) 0%, rgba(56, 133, 205, 0.3) 100%);
}
@media only screen and (max-width: 768px) {
  .main .start__point {
    grid-column: span 2;
  }
}
.main .start__point:first-child {
  grid-column: span 2;
  width: 100%;
  max-width: unset;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .main .start__point:first-child {
    height: unset;
  }
}
.main .start__point:last-child {
  grid-column: span 2;
  max-width: 500px;
  justify-self: center;
}
@media only screen and (max-width: 768px) {
  .main .start__point:last-child {
    max-width: unset;
  }
}
.main .start__point::before {
  content: counter(start-point);
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-family: "LINESeedSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  background: #ffffff;
  color: #1c4367;
}
.main .start__buttons-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main .start__buttons-group {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .main .start__button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  .main .start__button {
    font-size: 14px;
  }
}
.main .start__text {
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .main .start__text {
    font-size: 14px;
  }
}
.main .games__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main .games__title::after {
  content: "";
}
.main .games__title-icon:first-child {
  animation: bouncing 0.6s linear alternate infinite;
}
.main .games__title-icon:last-child {
  transform: scaleX(-1);
  animation: flipped_bouncing 0.6s linear alternate infinite;
}
.main .games__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 38px;
}
@media only screen and (max-width: 835px) {
  .main .games__inner {
    gap: 12px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .main .games__inner {
    overflow-x: auto;
    padding: 0px 16px 8px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.main .games__game-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .main .games__game-wrap {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 425px) {
  .main .games__game-wrap {
    max-width: 170px;
  }
}
.main .games .games-card {
  width: 100%;
  height: 426px;
}
@media only screen and (max-width: 425px) {
  .main .games .games-card {
    height: 300px;
  }
}
.main .games .games-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.main .games .games-card::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141' height='37' viewBox='0 0 141 37' fill='none'%3E%3Cg filter='url(%23filter0_f_4247_956)'%3E%3Cellipse cx='70.5' cy='40.5' rx='50.5' ry='20.5' fill='%23367CBA' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4247_956' x='0' y='0' width='141' height='81' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_4247_956'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  z-index: 80;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.main .games .games-card:hover .games-card__shade {
  transform: translateY(0);
}
.main .games .games-card:hover .games-card__link {
  opacity: 1;
}
.main .games .games-card__bottom {
  position: relative;
  z-index: 50;
  padding: 20px 12px 38px;
  background: linear-gradient(0deg, #205583 5%, #1a466c 37.79%, rgba(26, 69, 107, 0.94) 56.68%, rgba(25, 66, 102, 0.83) 67.61%, rgba(26, 68, 105, 0.64) 77.27%, rgba(29, 76, 116, 0) 96%);
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(270deg, #245885 13.85%, #dae8f3 44.65%, #205583 75.08%) 1;
     border-image: linear-gradient(270deg, #245885 13.85%, #dae8f3 44.65%, #205583 75.08%) 1;
}
@media only screen and (max-width: 425px) {
  .main .games .games-card__bottom {
    padding: 20px 0 15px;
  }
}
.main .games .games-card__name {
  font-size: 24px;
}
@media only screen and (max-width: 425px) {
  .main .games .games-card__name {
    font-size: 16px;
  }
}
.main .games .games-card__cta {
  font-size: 14px;
}
.main .games .games-card__shade {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 30;
  background: linear-gradient(0deg, rgba(32, 85, 131, 0.85) 5%, rgba(26, 70, 108, 0.85) 37.79%, rgba(26, 69, 107, 0.8) 56.68%, rgba(25, 66, 102, 0.7) 67.61%, rgba(26, 68, 105, 0.55) 77.27%, rgba(29, 76, 116, 0) 96%);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.54, 0.52, 0.24, 1.21);
}
@media only screen and (max-width: 768px) {
  .main .games .games-card__shade {
    display: none;
    visibility: hidden;
  }
}
.main .games .games-card__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.main .games .games-card__link_desktop {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.main .games .games-card__link_mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main .games .games-card__link_mob {
    display: flex;
    flex-direction: row;
  }
}
.main .games .games-card__link-icon {
  width: 24px;
  height: 24px;
}
.main .games .games-card__link-text {
  font-size: 24px;
}
@media only screen and (max-width: 425px) {
  .main .games .games-card__link-text {
    font-size: 16px;
  }
}
.main .games .games-card#gamesAppleOfFortune {
  background: url("../images/b6e41fc25c6cb50fbc41973378e886d893846dfc.png") 50%/cover no-repeat;
}
.main .games .games-card#gamesAppleOfFortune .games-card__wrap {
  width: 191px;
  height: 383px;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 425px) {
  .main .games .games-card#gamesAppleOfFortune .games-card__wrap {
    width: 134px;
    height: 270px;
    top: 66px;
  }
}
.main .games .games-card#gamesChickenRoad {
  background: url("../images/a9d786e0192236e181124bcc9aa78bc00e41e24d.png") 50%/cover no-repeat;
}
.main .games .games-card#gamesChickenRoad .games-card__wrap {
  width: 314px;
  height: 256px;
  top: 98px;
  left: -51px;
}
@media only screen and (max-width: 425px) {
  .main .games .games-card#gamesChickenRoad .games-card__wrap {
    width: 221px;
    height: 180px;
    top: 69px;
    left: -39px;
  }
}
.main .games .games-card#gamesAviatorCrash {
  justify-content: end;
  background: url("../images/a5c09e9b9f800de50e3ed3c7499084aae1be120d.png") 0px 1.516px/100% 82.746% no-repeat;
}
.main .games .games-card__logo#gamesChickenRoadLogo {
  margin-top: 19px;
}
.main .games .games-card__wrap {
  flex-shrink: 0;
  position: absolute;
  z-index: 10;
}
.main .games .games-card__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.main .instructions__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 425px) {
  .main .instructions__video {
    width: 169px;
    height: 300px;
  }
}
.main .contacts__inner,
.main .register__inner,
.main .methods__inner,
.main .reviews__inner {
  padding-top: 20px;
}
.main .contacts__inner,
.main .register__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.main .contacts__text,
.main .register__text {
  font-size: 20px;
  line-height: normal;
}
@media only screen and (max-width: 425px) {
  .main .contacts__text,
  .main .register__text {
    font-size: 14px;
  }
}
.main .contacts__group,
.main .register__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.main .contacts__link {
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.main .methods__title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.main .methods__title::after {
  top: 12px;
}
.main .methods__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main .methods__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.main .methods__item {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .main .methods__item {
    width: 200px;
  }
}
.main .reviews__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .main .reviews__inner {
    overflow-x: auto;
    padding: 20px 16px 8px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.main .reviews__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 220px;
  flex-shrink: 0;
}
.main .reviews__image {
  width: 120px;
  height: 120px;
}
.main .reviews__name {
  font-size: 16px;
}
.main .reviews__id {
  font-size: 14px;
}
.main .reviews__text {
  font-size: 15px;
}
@media only screen and (max-width: 425px) {
  .main .reviews__name, .main .reviews__id, .main .reviews__text {
    font-size: 14px;
  }
}
.main .about__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main .about__card {
  padding: 16px 16px 0;
  display: grid;
  grid-template-rows: 46px 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.main .about__card_opened {
  grid-template-rows: 46px 1fr;
}
.main .about__card_opened .about__button-icon-plus {
  opacity: 0;
}
.main .about__card_opened .about__name {
  color: #ffffff;
}
.main .about__card_opened .about__content {
  padding-bottom: 16px;
}
.main .about__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.main .about__name {
  color: #b7c1c7;
  transition: color 0.3s ease-in-out;
}
.main .about__text {
  color: #b7c1c7;
  font-size: 16px;
}
.main .about__text b {
  color: #ffffff;
  font-weight: 700;
}
.main .about__text-list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.main .about__button {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
}
.main .about__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.main .about__content {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.3s ease-in-out;
}

.footer {
  padding-bottom: 24px;
}
.footer__text {
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .footer__text {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */