.InviteFriendPage {
  width: 100%;
  position: relative;
}
.InviteFriendPage-content {
  width: 100%;
  display: flex;
  gap: 16px;
}
.InviteFriendPage-content-main {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.InviteFriendPage-content-main-data {
  display: flex;
  height: 169px;
  width: 100%;
  margin-top: 32px;
  gap: 16px;
}
@media (max-width: 1180px) {
  .InviteFriendPage-content-main-data {
    height: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.InviteFriendPage-content-main-note {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  .InviteFriendPage-content-main-note {
    bottom: 32px;
  }
}
.InviteFriendPage-content-main-note__text {
  width: 175px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--bg-notify);
  box-shadow: 0 4px 8px #00000026;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: var(--contast-text);
}
.InviteFriendPage-content-main__empty {
  margin-top: 32px;
}
.InviteFriendPage-content-right {
  display: flex;
  min-width: 357px;
  height: 169px;
  margin-top: 32px;
}
@media (max-width: 1180px) {
  .InviteFriendPage-content-right {
    height: 100%;
  }
}
.FortuneWheelModal {
  overflow: hidden;
  width: 500px;
  height: auto;
  border-radius: 28px;
  background: #3363f7;
}
.FortuneWheelModal .MainModal-header {
  position: absolute;
  width: 100%;
}
.FortuneWheelModal .MainModal-header .MainModal-header_close path {
  fill: var(--icotex-lightFixed);
}
.FortuneWheelModal__content {
  position: relative;
  margin-top: -32px;
  z-index: 1;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 16px;
}
.FortuneWheelModal__title {
  font-family: Inter;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.FortuneWheelModal__subtitle {
  font-family: Inter;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: var(--icotex-secondary);
  text-align: center;
  margin-bottom: 12px;
}
.FortuneWheelModal__list {
  margin-bottom: 24px;
}
.FortuneWheelModal__list_item {
  background: var(--outline-divider);
  border-radius: 16px;
  padding: 12px;
  color: var(--icotex-secondary);
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  font-family: Inter;
}
.FortuneWheelModal__list_item:not(:last-of-type) {
  margin-bottom: 8px;
}
.FortuneWheelModal__list_item_title {
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  color: var(--icotex-accent);
  line-height: 24px;
}
.FortuneWheelModal .Button {
  border-radius: 16px;
  font-family: Inter;
}
.FortuneWheelModalContent {
  height: 100%;
  padding: 0;
}
.FortuneWheelSheet.BottomSheet__content {
  border-radius: 28px 28px 0 0;
}
.FortuneWheelSheet .BottomSheet__header {
  display: none;
}
.FortuneWheelSheet .BottomSheet__children {
  padding: 0;
  margin: 0;
  height: auto;
}
.FortuneWheelSheet img {
  width: 100%;
  height: auto;
}
.FortuneWheelSheet .FortuneWheelModal__title {
  font-family: Inter;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.FortuneWheelSheet .FortuneWheelModal__subtitle {
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 16px;
}
.FortuneWheelSheet .Button {
  border-radius: 16px;
  font-family: Inter;
}
.RewardsItem {
  overflow: hidden;
  position: relative;
  height: 120px;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 12px;
}
@media (max-width: 1180px) {
  .RewardsItem {
    background: var(--surface-secondary);
  }
}
.RewardsItem.popup {
  background: var(--surface-secondary);
}
.RewardsItem:not(:last-of-type) {
  margin-bottom: 12px;
}
.RewardsItem__text {
  max-width: 185px;
}
.RewardsItem__title {
  color: var(--icotex-primary);
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  font-family: Inter;
  margin-bottom: 4px;
}
.RewardsItem__subtitle {
  color: var(--icotex-secondary);
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  font-family: Inter;
}
.RewardsItem__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
}
.RewardsItem__image img {
  width: 100%;
  height: 100%;
}
.RewardsItem.RewardsItemSkeleton {
  padding: 0;
}
.FortuneWheelModal__title {
  margin-bottom: 16px;
}
.FortuneWheelModal__subtitle {
  margin-bottom: 28px;
}
.FortuneWheelModal__content .RewardsItem {
  max-width: 328px;
  margin: 16px auto;
}
.FortuneWheelModal__prize {
  border-radius: 20px;
  background: var(--surface-secondary);
}
.FortuneWheelWinModalContent {
  padding: 0;
}
.FortuneWheelWinModalContent__timer {
  width: 100%;
  max-width: 328px;
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 12px;
  margin: 0 auto 28px;
}
.FortuneWheelWinModalContent__timer_title {
  color: var(--icotex-secondary);
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.FortuneWheelWinModalContent__timer .Timer {
  background: var(--surface-primary);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 8px;
  border-radius: 16px;
}
.FortuneWheelWinModalContent__timer .Timer-bonus {
  justify-content: center;
  border-right: 1px solid var(--outline-divider);
}
.FortuneWheelWinModalContent__timer .Timer-bonus:last-of-type {
  border: none;
}
.FortuneWheelWinModalContent__timer .Timer-bonus__hr {
  display: none;
}
.FortuneWheelWinModalContent__timer .Timer-bonus-item {
  width: auto;
  height: auto;
  padding: 0;
}
.FortuneWheelWinModalContent__timer .Timer-bonus-item__value {
  color: var(--icotex-primary);
  font-family: Inter;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.FortuneWheelWinModalContent__timer .Timer-bonus-item__label {
  color: var(--icotex-teriary);
  font-family: Inter;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.FortuneWheelWinModalContent .Button {
  font-family: Inter;
}
.FortuneWheelConditionsItem {
  border-bottom: 1px solid var(--outline-divider);
  padding: 12px 0;
}
.FortuneWheelConditionsItem__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--icotex-primary);
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  font-family: Inter;
  cursor: pointer;
}
.FortuneWheelConditionsItem__title svg {
  width: 24px;
  height: 24px;
}
.FortuneWheelConditionsItem__title path {
  fill: var(--icotex-secondary);
}
.FortuneWheelConditionsItem .Collapsible__trigger {
  display: block;
}
.FortuneWheelConditionsItem
  .Collapsible__trigger.is-open
  .FortuneWheelConditionsItem__title
  svg {
  transform: rotate(180deg);
}
.FortuneWheelConditionsItem .Collapsible__contentInner {
  padding-top: 16px;
  font-family: Inter;
}
.FortuneWheelConditionsModal {
  background: var(--dialogBackground);
  border-radius: 28px;
  box-shadow: 0 5px 15px #0003;
  width: 500px;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .FortuneWheelConditionsModal {
    width: 343px;
  }
}
@media (max-height: 640px) {
  .FortuneWheelConditionsModal {
    height: calc(100% - 20px);
  }
}
.MainModal-header__title,
.PageTitle__title {
  font-family: Inter;
}
.FortuneWheelErrorModalContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -50px;
}
@media (max-width: 1180px) {
  .FortuneWheelErrorModalContent {
    height: 100vh;
    padding: 0 16px;
  }
}
.FortuneWheelErrorModalContent__img {
  width: 128px;
  height: 128px;
}
.FortuneWheelErrorModalContent-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.FortuneWheelErrorModalContent-content__title {
  color: var(--icotex-primary);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.FortuneWheelErrorModalContent-content__desc {
  color: var(--icotex-secondary);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.AccountPage {
  display: flex;
  flex-flow: column;
}
.AccountPage-mobile {
  display: none;
}
@media (max-width: 1180px) {
  .AccountPage-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto;
    max-height: 100vh;
    padding-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .AccountPage-mobile__header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 44px;
    background: var(--bgSecondary);
    left: 0;
    z-index: 20;
    padding: 8px;
  }
}
.AccountPage-mobile__header.border {
  box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d;
}
.AccountPage-mobile__balance {
  border-radius: 8px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-top: 44px;
}
.AccountPage-mobile__logout {
  position: absolute;
  bottom: 96px;
}
.AccountPage-desktop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1180px) {
  .AccountPage-desktop {
    display: none;
  }
}
.TransactionHistoryPage {
  min-height: 100vh;
  padding-bottom: 50px;
}
.GameHistoryPage {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .GameHistoryPage .GameList {
    padding-top: 60px;
  }
}
.GameHistoryPage__header {
  margin-bottom: 24px;
}
@media (max-width: 1180px) {
  .GameHistoryPage__header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 44px;
    left: 0;
    z-index: 20;
    padding: 8px;
    background: var(--dialogBackground);
  }
}
.GameHistoryPage__header.border {
  box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d;
}
.BonusPage {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .BonusPage {
    padding: 0;
    width: 100%;
  }
}
.BonusPage__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .BonusPage__header {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 115px;
    left: 0;
    z-index: 20;
    padding: 8px;
    background: var(--dialogBackground);
  }
}
.BonusPage__header.border {
  box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d;
}
.NotificationPage {
  display: none;
}
@media (max-width: 1180px) {
  .NotificationPage {
    display: flex;
    flex-flow: column;
  }
}
.NotificationPage-header {
  display: flex;
  align-items: center;
}
.NotificationPage-header__title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: var(--textPrimary);
  margin-left: 4px;
}
.NotificationPage__content {
  margin-top: 20px;
  gap: 8px;
}
.AccountBlockedPage {
  display: flex;
  flex-direction: column;
}
.AccountBlockedPage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .AccountBlockedPage__content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .AccountBlockedPage__content {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .AccountBlockedPage__content {
    max-width: 1104px;
  }
}
@media (max-width: 576px) {
  .AccountBlockedPage__content {
    margin-bottom: 60px;
  }
}
.AccountBlockedPage__content_header {
  width: 100%;
  margin-top: 24px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .AccountBlockedPage__content_header {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
  }
}
.AccountBlockedPage__content_bg {
  margin-top: 80px;
  max-width: 404px;
  max-height: 532px;
}
@media (max-width: 992px) {
  .AccountBlockedPage__content_bg {
    max-width: 680px;
    max-height: 526px;
  }
}
@media (max-width: 576px) {
  .AccountBlockedPage__content_bg {
    margin-top: 60px;
    max-width: 335px;
    max-height: 335px;
  }
}
.AccountBlockedPage__content_text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  margin-top: 70px;
  width: 470px;
  color: var(--textSecondary);
}
@media (max-width: 576px) {
  .AccountBlockedPage__content_text {
    width: 343px;
    bottom: -70px;
  }
}
.AccountBlockedPage__content_text_link {
  color: var(--textLinkColor);
}
.AboutPage {
  display: flex;
  flex-flow: column;
}
.AboutPage__content {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .AboutPage__content {
    margin-bottom: 30px;
  }
}
.NotAvailablePage {
  display: flex;
  flex-direction: column;
}
.NotAvailablePage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .NotAvailablePage__content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .NotAvailablePage__content {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .NotAvailablePage__content {
    max-width: 1104px;
  }
}
@media (max-width: 576px) {
  .NotAvailablePage__content {
    margin-bottom: 60px;
  }
}
.NotAvailablePage__content_header {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .NotAvailablePage__content_header {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
  }
}
.NotAvailablePage__content_bg {
  margin-top: 80px;
  max-width: 543px;
  max-height: 540px;
}
@media (max-width: 1180px) {
  .NotAvailablePage__content_bg {
    max-width: 492px;
  }
}
@media (max-width: 576px) {
  .NotAvailablePage__content_bg {
    margin-top: 44px;
    max-width: 335px;
    max-height: 335px;
  }
}
.NotAvailablePage__content_text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  width: 470px;
  color: var(--textSecondary);
}
@media (max-width: 576px) {
  .NotAvailablePage__content_text {
    width: 343px;
    bottom: -44px;
  }
}
.Aviator {
  position: relative;
  background-image: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/aviator_desk.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Aviator__logo {
  position: absolute;
  background-image: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/red_plane.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 555px;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 0;
}
@media (max-width: 1180px) {
  .Aviator__logo {
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/aviator_logo_mob.webp)
      100% 100% / contain no-repeat;
    width: 100px;
    height: 31px;
    top: 30px;
    left: 20px;
  }
}
.Aviator__logo_glory {
  position: absolute;
  background-image: url(https://diswdgcu9cfva.cloudfront.net/landings/wheels/cards/logo.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 280px;
  top: -10px;
  right: 20px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1180px) {
  .Aviator__logo_glory {
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/glory_logo_mob.webp);
    width: 84px;
    height: 37px;
    top: 29px;
  }
}
.Aviator__logo_glory.banger {
  background-image: url(https://diswdgcu9cfva.cloudfront.net/landings/logo_banger.svg);
  background-repeat: no-repeat;
  top: 40px;
  width: 243px;
  height: 58px;
  background-size: 200px;
}
@media (max-width: 1180px) {
  .Aviator__logo_glory.banger {
    width: 150px;
    background-size: 150px;
    top: 40px;
  }
}
.Aviator__girl_right {
  position: absolute;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/aviator_girl_right.webp)
    100% 100% / contain no-repeat;
  left: 190px;
  height: 150%;
  bottom: -21%;
  width: 100vw;
  z-index: 2;
}
@media (min-width: 1180px) and (max-width: 1200px) {
  .Aviator__girl_right {
    left: 210px;
  }
}
@media (max-width: 1180px) {
  .Aviator__girl_right {
    display: none;
  }
}
.Aviator__red_plane {
  display: none;
}
@media (max-width: 1180px) {
  .Aviator__red_plane {
    display: flex;
    position: absolute;
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/red_plane_mob.webp)
      100% 100% / contain no-repeat;
    height: 95%;
    width: 40vw;
    left: 0;
    top: -27%;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .Aviator__red_plane {
    top: -33%;
  }
}
@media (max-width: 576px) {
  .Aviator__red_plane {
    width: 25vh;
    left: -10px;
  }
}
.Aviator__blue_smoke {
  display: none;
}
@media (max-width: 1180px) {
  .Aviator__blue_smoke {
    display: flex;
    position: absolute;
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/blue_smoke_mob.webp)
      100% 100% / contain no-repeat;
    height: 95%;
    width: 25vw;
    right: 0;
    bottom: 550px;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .Aviator__blue_smoke {
    width: 18vh;
    bottom: 53%;
  }
}
.Aviator__pink_plane {
  display: none;
}
@media (max-width: 1180px) {
  .Aviator__pink_plane {
    display: flex;
    position: absolute;
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/pink_plane.webp)
      100% 100% / contain no-repeat;
    height: 100%;
    width: 50vh;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .Aviator__pink_plane {
    width: 55vh;
  }
}
@media (max-width: 576px) {
  .Aviator__pink_plane {
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/aviator/pink_plane_mob.webp)
      100% 100% / contain no-repeat;
    z-index: 2;
  }
}
.Aviator__partners {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.GamePage__loader,
.GamePage__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.GamePage__header_controls {
  display: flex;
  align-items: center;
  gap: 16px;
}
.GamePage__header_close {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bgSecondary);
  border-radius: 8px;
  border: none;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
.GamePage__header_close svg,
.GamePage__header_close path {
  fill: var(--textPrimary);
}
@media (max-width: 1180px) {
  .GamePage__header_close {
    display: none;
  }
}
.GamePage__header_close:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: var(--bgGrey);
}
.GamePage__content {
  width: 100%;
  margin-top: 24px;
  position: relative;
}
.GamePage__content iframe {
  width: 100%;
  border: none;
  height: 621px;
}
.GamePage__content iframe.blurred {
  filter: blur(8px);
  pointer-events: none;
}
.GamePage__loader {
  height: 621px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.GamePageMobile {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 9993;
  width: 100%;
  height: 100%;
  background: var(--black);
}
.GamePageMobile__loader {
  height: 100%;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.GamePageMobile__iframe {
  width: 100%;
  height: 100%;
  width: webkit-fill-available;
  height: webkit-fill-available;
  border: none;
}
.GamePageMobile__iframe_blurred {
  width: 100%;
  height: 100%;
  filter: blur(8px);
  pointer-events: none;
}
.GamePageMobile__panel {
  height: 48px;
  width: 100%;
  background: var(--bgGamePanelMobile);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.GamePageMobile__panel_left,
.GamePageMobile__panel_right,
.GamePageMobile-deposit {
  display: flex;
  align-items: center;
}
.GamePageMobile-deposit__btn {
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  margin-right: 12px;
  height: 32px;
  padding: 8px 16px;
  background: var(--primary);
  border-radius: 8px;
  border: none;
}
.GamePageMobile__logo {
  width: 73px;
  height: 32px;
  display: flex;
  align-items: center;
}
.GamePageMobile__back {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.GamePageMobile__back path {
  fill: var(--white);
}
.CoinStrike {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/background.webp)
    center/cover no-repeat;
}
.CoinStrike__logo_wrapper {
  position: absolute;
  top: 40px;
  left: 40px;
}
.CoinStrike__logo_wrapper svg {
  width: 165px;
  height: 74px;
}
.CoinStrike__logo_wrapper_banger svg {
  width: 193px;
  height: 46px;
}
.CoinStrike__image {
  position: absolute;
}
.CoinStrike__image_collect {
  top: 27%;
  left: 29%;
  width: 141px;
  height: 141px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/collect.webp)
    center/cover no-repeat;
  animation: rotate 3s linear infinite;
}
.CoinStrike__image_minor {
  top: 28%;
  right: 29%;
  width: 143px;
  height: 143px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/minor.webp)
    center/cover no-repeat;
  transform: rotate(24deg);
  animation: minorPulse 2s ease-in-out infinite;
}
.CoinStrike__image_major {
  top: 62%;
  left: 29%;
  width: 91px;
  height: 91px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/major.webp)
    center/cover no-repeat;
  animation: rotate 3s linear 1s infinite;
}
.CoinStrike__image_mini {
  top: 70%;
  left: 49%;
  width: 61px;
  height: 61px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/mini.webp)
    center/cover no-repeat;
  transform: rotate(26deg);
}
.CoinStrike__image_grand {
  top: 55%;
  right: 29%;
  width: 111px;
  height: 111px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/grand.webp)
    center/cover no-repeat;
  transform: rotate(24deg);
  animation: grandPulse 0.9s ease-in-out infinite;
}
.CoinStrike__image_grape {
  top: 19%;
  left: -5%;
  width: 286px;
  height: 286px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/grape.webp)
    center/cover no-repeat;
  transform: rotate(26deg);
}
.CoinStrike__image_orange {
  bottom: -1%;
  left: 1%;
  width: 292px;
  height: 292px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/orange.webp)
    center/cover no-repeat;
  transform: rotate(-53deg);
}
.CoinStrike__image_lemon {
  bottom: 0;
  right: 3%;
  width: 292px;
  height: 292px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/lemon.webp)
    center/cover no-repeat;
  transform: rotate(-164deg);
}
.CoinStrike__image_bar {
  top: 5%;
  right: 5%;
  width: 247px;
  height: 247px;
  background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/bar.webp)
    center/cover no-repeat;
  transform: rotate(12deg);
  animation: barPulse 1.2s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .CoinStrike__image_collect {
    width: 80px;
    height: 80px;
  }
  .CoinStrike__image_minor {
    width: 90px;
    height: 90px;
  }
  .CoinStrike__image_grand {
    top: 55%;
    right: 29%;
    width: 90px;
    height: 90px;
  }
  .CoinStrike__image_grape {
    left: -2%;
    width: 118px;
    height: 118px;
  }
  .CoinStrike__image_orange {
    bottom: -1%;
    left: 1%;
    width: 220px;
    height: 220px;
  }
  .CoinStrike__image_lemon {
    bottom: 0;
    right: 3%;
    width: 190px;
    height: 190px;
  }
  .CoinStrike__image_bar {
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 1024px) {
  .CoinStrike__image_collect {
    top: 35%;
    left: 25%;
  }
  .CoinStrike__image_minor {
    top: 36%;
    right: 20%;
  }
  .CoinStrike__image_major {
    top: 58%;
    left: 20%;
  }
  .CoinStrike__image_mini {
    top: 65%;
    left: 48%;
  }
  .CoinStrike__image_grand {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .CoinStrike {
    background: url(https://diswdgcu9cfva.cloudfront.net/landings/coin-strike/background-mobile.webp)
      center/cover no-repeat;
  }
  .CoinStrike__logo_wrapper {
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .CoinStrike__logo_wrapper svg {
    width: 84px;
    height: 38px;
  }
  .CoinStrike__logo_wrapper_banger {
    top: 30px;
    left: 20px;
    justify-content: flex-start;
  }
  .CoinStrike__logo_wrapper_banger svg {
    width: 118px;
    height: 28px;
  }
  .CoinStrike__image_collect {
    top: 26%;
    left: -3%;
  }
  .CoinStrike__image_minor {
    top: 20%;
    right: 7%;
  }
  .CoinStrike__image_major {
    top: auto;
    bottom: 22%;
    left: auto;
    right: 9%;
  }
  .CoinStrike__image_mini {
    top: auto;
    bottom: 14%;
    left: auto;
    right: -1%;
  }
  .CoinStrike__image_grand {
    top: auto;
    bottom: 23%;
    right: auto;
    left: 1%;
  }
  .CoinStrike__image_grape {
    top: 10%;
    left: -5%;
  }
  .CoinStrike__image_orange {
    bottom: -8%;
    left: -17%;
  }
  .CoinStrike__image_lemon {
    bottom: -7%;
    right: -10%;
  }
  .CoinStrike__image_bar {
    top: -1.5%;
    right: -5%;
  }
}
@keyframes minorPulse {
  0% {
    transform: scale(1) rotate(24deg);
  }
  50% {
    transform: scale(1.1) rotate(24deg);
  }
  to {
    transform: scale(1) rotate(24deg);
  }
}
@keyframes grandPulse {
  0% {
    transform: scale(1) rotate(24deg);
  }
  50% {
    transform: scale(1.1) rotate(24deg);
  }
  to {
    transform: scale(1) rotate(24deg);
  }
}
@keyframes barPulse {
  0% {
    transform: scale(1) rotate(12deg);
  }
  50% {
    transform: scale(1.1) rotate(12deg);
  }
  to {
    transform: scale(1) rotate(12deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.HomePage__header {
  display: grid;
  grid-template-columns: 4fr 1fr;
  column-gap: 16px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (min-width: 1180px) {
  .HomePage__header {
    grid-template-columns: 1fr 208px;
  }
}
@media (max-width: 1180px) {
  .HomePage__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.HomePage__title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .HomePage__title {
    display: none;
  }
}
.HomePage__games {
  margin-top: 16px;
}
@media (max-width: 1180px) {
  .TournamentsPage__header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 44px;
    left: 0;
    top: 54px;
    z-index: 20;
    padding: 8px;
    background: var(--dialogBackground);
  }
}
.TournamentsPage__header.notAuth {
  top: 54px;
}
.TournamentsPage__header.border {
  box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d;
}
.TournamentsPage__list {
  padding-top: 24px;
}
@media (max-width: 1180px) {
  .TournamentsPage__list {
    padding-top: 44px;
  }
}
.TournamentsPage__title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: var(--textSecondary);
}
@media (max-width: 1180px) {
  .TournamentsPage__title {
    text-align: center;
  }
}
.TournamentsPage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 1180px) {
  .TournamentsPage__grid {
    grid-template-columns: 1fr;
  }
}
.FavoritePage__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.FavoritePage__header_title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .FavoritePage__header_title {
    display: none;
  }
}
.FavoritePage__filter {
  display: grid;
  grid-template-columns: 4fr 1fr;
  column-gap: 16px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1180px) {
  .FavoritePage__filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.FavoritePage-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1180px) {
  .FavoritePage-empty-img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.FavoritePage-empty-img_banger {
  width: 424px;
}
@media (max-width: 1180px) {
  .FavoritePage-empty-img_banger {
    width: 286px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.FavoritePage-empty-img img {
  width: 100%;
}
.FavoritePage-empty__title {
  width: 273px;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  color: var(--textPrimary);
}
.FavoritePage-empty__desc {
  width: 364px;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: var(--textSecondary);
}
@media (max-width: 1180px) {
  .FavoritePage-empty__desc {
    width: 100%;
  }
}
.ErrorPage {
  display: flex;
  flex-direction: column;
}
.ErrorPage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ErrorPage__content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ErrorPage__content {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .ErrorPage__content {
    max-width: 1104px;
  }
}
@media (max-width: 576px) {
  .ErrorPage__content {
    margin-bottom: 60px;
  }
}
.ErrorPage__content_header {
  width: 100%;
  margin-top: 24px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ErrorPage__content_header {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
  }
}
.ErrorPage__content_bg {
  margin-top: 80px;
  max-width: 918px;
  max-height: 580px;
}
@media (max-width: 992px) {
  .ErrorPage__content_bg {
    max-width: 680px;
    max-height: 526px;
  }
}
@media (max-width: 576px) {
  .ErrorPage__content_bg {
    margin-top: 60px;
    max-width: 335px;
    max-height: 335px;
  }
}
.ErrorPage__content_text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: -60px;
  width: 470px;
  color: var(--textSecondary);
}
@media (max-width: 576px) {
  .ErrorPage__content_text {
    width: 343px;
    bottom: -60px;
  }
}
.SportsBookPage {
  width: 100%;
}
.SportsBookPage__loader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SportsBookPage__content {
  width: 100%;
  position: relative;
}
.SportsBookPage__content iframe {
  width: 100%;
  border: none;
  height: 621px;
}
.SportsBookGamePageMobile {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 9993;
  width: 100%;
  height: 100%;
  background: var(--black);
}
.SportsBookGamePageMobile__loader {
  height: 100%;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.SportsBookGamePageMobile iframe {
  width: 100%;
  height: 100%;
  width: webkit-fill-available;
  height: webkit-fill-available;
  border: none;
}
.SportsBookGamePageMobile__panel {
  height: 48px;
  width: 100%;
  background: var(--bgGamePanelMobile);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.SportsBookGamePageMobile__panel_left,
.SportsBookGamePageMobile__panel_right,
.SportsBookGamePageMobile-deposit {
  display: flex;
  align-items: center;
}
.SportsBookGamePageMobile-deposit__btn {
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  margin-right: 12px;
  height: 32px;
  padding: 8px 16px;
  background: var(--primary);
  border-radius: 8px;
  border: none;
}
.SportsBookGamePageMobile__logo {
  width: 73px;
  height: 32px;
  display: flex;
  align-items: center;
}
.SportsBookGamePageMobile__back {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.SportsBookGamePageMobile__back path {
  fill: var(--white);
}
.loyaltyRules {
  padding: 22px 0;
}
@media (max-width: 1180px) {
  .loyaltyRules {
    padding: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .LoyaltyRanks {
    width: 100vw;
  }
}
.LoyaltyRanks__content {
  top: 56px;
}
.LoyaltyRanks__titleBack {
  padding-left: calc((100% - 1359px) / 2);
  position: fixed;
  left: 256px;
}
@media (max-width: 1180px) {
  .LoyaltyRanks__titleBack {
    left: 0;
    top: 54px;
    max-width: 100vw;
    overflow: hidden;
  }
}
.PersonalMobile {
  margin-top: 10px;
}
:root {
  --icotex-primary: #1e2128;
  --icotex-secondary: #434c5b;
  --icotex-lightFixed: #fafaff;
  --icotex-accent: #1f48da;
  --icotex-teriary: #929bae;
  --icotex-dark-fixed: #1e2128;
  --outline-divider: #eeeff3;
  --surface-paper: #fff;
  --surface-primary: #fff;
  --surface-secondary: #eeeff3;
  --surface-background: #eeeff3;
  --surface-accent: #3363f7;
  --surface-accentPalete: #ccd4f4;
  --gradient-background-accent_dark: linear-gradient(
    63deg,
    var(--tech---background-accent_dark-accent_dark_end) 0%,
    var(--tech---background-accent_dark-accent_dark_start) 98.43%
  );
  --tech---background-wheel: #a5a2a2;
  --surface-lightFixed: #fff;
  --surface-opacityFixed-8: rgba(255, 255, 255, 0.08);
  --icotex-lightFixed-70: rgba(255, 255, 255, 0.7);
  --tech--shadow-banner: rgba(12, 26, 75, 0.24),
    0 3px 8px -1px rgba(50, 50, 71, 0.05);
  --tech---background-accent_dark-accent_dark_end: #3363f7;
  --tech---background-accent_dark-accent_dark_start: #629aff;
  --gradient-background-accent_dark: linear-gradient(
    63deg,
    var(--tech---background-accent_dark-accent_dark_end) 0%,
    var(--tech---background-accent_dark-accent_dark_start) 98.43%
  );
}
.Rewards {
  overflow-y: auto;
  height: 100%;
  background: var(--surface-background);
  border-radius: 32px;
  padding: 0 20px 12px;
}
@media (max-width: 1180px) {
  .Rewards {
    background: 0;
    border-radius: 0;
    padding: 0 16px;
  }
}
.Rewards__content {
  margin: 12px 0 24px;
}
.Rewards__title {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--surface-background);
  color: var(--icotex-primary);
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  font-family: Inter;
  padding: 20px 0 8px;
}
@media (max-width: 1180px) {
  .Rewards__title {
    position: static;
    background: var(--surface-primary);
    padding: 0;
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
  }
}
.Rewards .Button {
  border-radius: 16px;
  background: var(--surface-accentPalete);
  color: var(--icotex-accent);
  text-transform: capitalize;
  font-family: Inter;
}
.Rewards .Button:hover {
  opacity: 0.8;
}
.FWHeader {
  width: 100%;
  padding: 24px 0;
}
@media (max-width: 1180px) {
  .FWHeader {
    position: sticky;
    top: 0;
    z-index: 5;
    background: var(--dialogBackground);
    padding: 8px 8px 10px;
    margin-bottom: 0;
  }
}
.Sector__label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  word-break: break-word;
  color: var(--surface-lightFixed);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 1180px) {
  .Sector__label {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }
}
.WheelDisk {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.WheelDisk__svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.WheelDisk__pointer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 42px;
  height: 30px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1180px) {
  .WheelDisk__pointer {
    width: 28px;
    height: 20px;
  }
}
.WheelAction {
  display: flex;
  width: 360px;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--surface-accent);
  gap: 8px;
  margin-top: 24px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .WheelAction {
    width: 100%;
    margin-top: 30px;
  }
}
.WheelAction__text {
  color: var(--icotex-lightFixed);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.WheelAction__timer {
  width: 100%;
  height: 56px;
  justify-content: center;
  align-items: center;
  background: var(--surface-opacityFixed-8);
  padding: 8px;
  border-radius: 16px;
}
.WheelAction__btn {
  display: flex;
  height: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--surface-lightFixed);
  border: none;
  cursor: pointe;
  color: var(--icotex-dark-fixed);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.FortuneWheel {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .FortuneWheel {
    height: 516px;
  }
}
.FortuneWheel-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(https://diswdgcu9cfva.cloudfront.net/fortune-wheel/glory/background.avif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 32px;
}
@media (max-width: 1180px) {
  .FortuneWheel-screen {
    height: 470px;
    background-image: none;
    justify-content: start;
    border-radius: 0;
    background: var(--gradient-background-accent_dark);
  }
}
.FortuneWheel-screen__coins {
  display: none;
}
@media (max-width: 1180px) {
  .FortuneWheel-screen__coins {
    display: block;
    width: 418px;
    height: 503px;
    position: absolute;
    background-image: url(https://diswdgcu9cfva.cloudfront.net/fortune-wheel/glory/coins.avif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -28px;
  }
}
.FortuneWheel-screen-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  margin-top: 24px;
}
@media (max-width: 1180px) {
  .FortuneWheel-screen-wrapper {
    width: 335px;
    height: 335px;
    margin-top: 45px;
  }
}
.FortuneWheel-screen-wrapper__back {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
  background: var(--surface-primary);
  opacity: 0.08;
  box-sizing: content-box;
}
.FortuneWheel-screen-wrapper-disk {
  width: 100%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.FortuneWheel-screen-wrapper__pointer {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  width: 42px;
  height: 30px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .FortuneWheel-screen-wrapper__pointer {
    width: 28px;
    height: 20px;
  }
}
.FortuneWheel-screen-wrapper__pointer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 30px solid var(--surface-primary);
}
@media (max-width: 1180px) {
  .FortuneWheel-screen-wrapper__pointer:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid var(--surface-primary);
  }
}
.FortuneWheel-screen-wrapper__center {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--surface-primary);
}
@media (max-width: 1180px) {
  .FortuneWheel-screen-wrapper__center {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.WheelSkeleton {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 24px;
}
.WheelSkeleton__stage {
  position: relative;
  width: min(560px, 92vw);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.WheelSkeleton__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.WheelSkeleton__fo {
  overflow: hidden;
}
.WheelSkeleton__fill {
  width: 100%;
  height: 100%;
}
.WheelSkeleton-action {
  position: relative;
  width: 300px;
  height: 96px;
  border-radius: 20px;
  display: block;
}
.WheelSkeleton-action__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.WheelSkeleton-action__line {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
}
.WheelSkeleton-action__button {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%);
}
.FortuneWheelPage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.FortuneWheelPage__content {
  display: grid;
  grid-template-columns: minmax(0, 918px) minmax(0, 365px);
  gap: 16px;
  height: 680px;
}
@media (max-width: 1180px) {
  .FortuneWheelPage__content {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.FortuneWheelPage__error .FortuneWheelPage__content {
  display: block;
}
:export {
  largeDesktop: 1440px;
  desktop: 1370px;
  tablet: 1180px;
  smallTablet: 768px;
  phone: 576px;
  smallPhone: 375px;
}
:export {
  chatwootIndex: 9995;
  chatwootIndexHide: 999;
}
.Page404 {
  display: flex;
  flex-direction: column;
}
.Page404__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Page404__content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .Page404__content {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .Page404__content {
    max-width: 1104px;
  }
}
@media (max-width: 576px) {
  .Page404__content {
    margin-bottom: 60px;
  }
}
.Page404__content_header {
  width: 100%;
  margin-top: 24px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .Page404__content_header {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
  }
}
.Page404__content_bg {
  margin-top: 30px;
  max-width: 500px;
  max-height: 500px;
}
@media (max-width: 1180px) {
  .Page404__content_bg {
    max-width: 470px;
  }
}
@media (max-width: 576px) {
  .Page404__content_bg {
    margin-top: 65px;
    width: 335px;
    height: 335px;
  }
}
.Page404__content_text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  width: 470px;
  margin-top: 10px;
  color: var(--textSecondary);
}
@media (max-width: 576px) {
  .Page404__content_text {
    width: 343px;
  }
}
.Page404__content_button {
  margin: 28px auto 0;
  width: 100%;
  max-width: 343px;
}
