body {
  background-color: #121316;
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.root {
  box-sizing: border-box;
  font-family: Open Sans;
  font-size: 16px;
  height: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  border: none;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1000px transparent;
}
.root *,
.root :after,
.root :before {
  box-sizing: inherit;
}
#intercom-container,
.intercom-lightweight-app {
  display: none;
}
.openIntercom #intercom-container,
.openIntercom .intercom-lightweight-app {
  display: block;
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("../fonts/MontserratRegular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("../fonts/MontserratMedium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("../fonts/OpenSansRegular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("../fonts/OpenSansSemiBold.woff2") format("woff2");
}
.link {
  color: #000;
  font-family: Open Sans;
  text-decoration: none;
  transition: color 0.25s ease-out;
}
.link_hovered {
  color: #ffd500;
}
.animate__height {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
.menu {
  align-items: center;
  display: inline-flex;
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}
.menu__item {
  cursor: pointer;
  display: inline-block;
}
.menu__link {
  box-shadow: none;
  display: flex;
  text-decoration: none;
}
.menu__icon {
  display: inline-block;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  width: 24px;
}
.menu__text {
  display: inline-block;
  font-weight: 500;
}
.menu_size_s {
  font-size: 16px;
}
.menu_size_m {
  font-size: 21px;
}
.menu_size_l {
  font-size: 16px;
}
.menu__arrowIcon {
  filter: invert(92%) sepia(9%) saturate(209%) hue-rotate(189deg) brightness(88%) contrast(84%);
  height: 14px;
  margin-left: auto;
  width: 13px;
}
.menu__item_withSubmenu > .menu__link > .menu__arrowIcon {
  display: block;
}
.menu_theme_header {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  padding: 8px 0;
}
.menu_theme_header .menu__item {
  display: flex;
}
.menu_theme_header .menu__item.menu__item_opened .menu__subitems {
  transition: width 0.18s linear 0.18s;
  width: 300px;
}
.menu_theme_header .menu__subitems {
  background: #282a2d;
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -4px;
  top: 0;
  transform: translateX(100%);
  transition: width 0.18s linear;
  width: 0;
}
.menu_theme_header .menu__subitems .menu__item {
  width: 300px;
}
.menu_theme_header .menu__subitems .menu__link {
  color: #c3c6cf;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 6px 20px;
}
.menu_theme_header .menu__subitems .menu__link:hover {
  color: #ffd500;
}
.menu_theme_header .menu__link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px;
  position: relative;
  text-transform: none;
}
.menu_theme_header .menu__link:before {
  background: #282a2d;
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.18s linear;
  width: 0;
  z-index: -1;
}
.menu_theme_header .menu__icon {
  height: 24px;
  width: 24px;
}
.menu__item_opened .menu__arrowIcon {
  filter: invert(99%) sepia(0) saturate(1734%) hue-rotate(171deg) brightness(109%) contrast(100%);
}
.menu_theme_header .menu__item:hover > .menu__link,
.menu_theme_header .menu__item_active > .menu__link {
  color: #ffd500;
}
.menu_theme_header .menu__subitems .menu__item > .menu__link:hover {
  color: #fff;
}
.menu_theme_header .menu__item.menu__item_opened .menu__link:before,
.menu_theme_header .menu__item:hover .menu__link:before,
.menu_theme_header .menu__item_active .menu__link:before {
  transition-delay: 0s !important;
  width: 100%;
}
.menu_theme_header .menu__item.menu__item_withSubmenu:not(.menu__item_opened) .menu__link:before {
  transition: width 0.18s linear 0.18s;
}
.menu_theme_header .menu__item_withDivider {
  border-top: 1px solid #474b52;
  margin-top: 8px;
  padding-top: 8px;
}
.menu_theme_footer {
  flex-flow: row wrap;
  justify-content: center;
}
.menu_theme_footer .menu__item {
  margin: 0 15px 10px;
}
.menu_theme_footer .menu__link {
  color: #c3c6cf;
}
.menu_theme_footer .menu__link:hover .menu__text {
  opacity: 1;
}
.menu_theme_footer .menu__text {
  font-family: Montserrat;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}
.menu_theme_footer .menu__item_active .menu__text {
  color: #d3d5d6;
  display: inline;
  opacity: 1;
}
.menu_theme_white .menu__link:hover {
  color: #000;
}
.menu_theme_white .menu__link.menu__item_active {
  border-bottom: 2px solid #fcb514;
}
.menu_theme_white .menu__item .menu__link {
  color: #fcb514;
  display: block;
  padding-bottom: 17px;
  text-transform: uppercase;
}
.menu_theme_white .menu__item .menu__link.menu__item_active {
  padding-bottom: 15px;
}
.menu_theme_white .menu__item_active {
  color: #fcb514;
  text-transform: uppercase;
}
.menu_theme_white .menu__item_active .menu__text {
  color: #fcb514;
}
.menu_theme_white .menu__item_active .menu__link:hover {
  color: #2ecc71;
}
.menu_theme_white span.menu__item_active {
  border-bottom: 2px solid #fcb514;
  display: block;
  padding-bottom: 15px;
}
.menu_orientation_vertical .menu__item {
  display: block;
  margin-bottom: 5px;
}
.menu_orientation_vertical .menu__item:last-child {
  margin-bottom: 0;
}
.menu_theme_games_categoryTop::-webkit-scrollbar,
.menu_theme_games_filter::-webkit-scrollbar {
  height: 3px;
  width: 2px;
}
.menu_theme_games_categoryTop::-webkit-scrollbar-thumb,
.menu_theme_games_filter::-webkit-scrollbar-thumb {
  background-color: #1a1c1e;
  border-radius: 6px;
  outline: none;
}
.menu_theme_games_filter {
  max-width: 100%;
  overflow-x: auto;
}
.menu_theme_games_filter .menu__item {
  display: inline-flex;
  margin: 0 4px;
  text-transform: uppercase;
}
.menu_theme_games_filter .menu__item:first-child {
  margin-left: 0;
}
.menu_theme_games_filter .menu__item:last-child {
  margin-right: 0;
}
.menu_theme_games_filter .menu__item:not(.menu__item_asImage) .menu__link {
  color: #c3c6cf;
  font-size: 14px;
}
.menu_theme_games_filter .menu__item .menu__link,
.menu_theme_games_filter .menu__item .menu__text {
  padding: 8px 12px;
}
.menu_theme_games_filter .menu__item .menu__link,
.menu_theme_games_filter .menu__item .menu__text {
  border-radius: 8px;
}
.menu_theme_games_filter .menu__item .menu__link .menu__text,
.menu_theme_games_filter .menu__item .menu__text .menu__text {
  padding: 0;
}
.menu_theme_games_filter .menu__item .menu__link.menu__item_active,
.menu_theme_games_filter .menu__item .menu__link:hover,
.menu_theme_games_filter .menu__item .menu__text.menu__item_active,
.menu_theme_games_filter .menu__item .menu__text:hover {
  background-color: #282a2d;
  color: #ffd500;
}
.menu_theme_games_filter .menu__item .menu__link.menu__item_active img,
.menu_theme_games_filter .menu__item .menu__link:hover img,
.menu_theme_games_filter .menu__item .menu__text.menu__item_active img,
.menu_theme_games_filter .menu__item .menu__text:hover img {
  filter: none;
}
.menu_theme_games_filter .menu__item.menu__item_active .menu__link,
.menu_theme_games_filter .menu__item.menu__item_active .menu__text {
  background-color: #282a2d;
}
.menu_theme_games_filter .menu__item.menu__item_active .menu__text {
  color: #ffd500;
  display: inline-block;
}
.menu_theme_games_filter .menu__item.menu__item_active .menu__text img {
  filter: none;
}
.menu_theme_games_filter .menu__item_asImage img {
  display: flex;
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
  max-height: 17px;
}
.menu_theme_games_filter .menu__text {
  white-space: nowrap;
}
.menu_theme_games_categoryTop {
  overflow-x: scroll;
}
.menu_theme_games_categoryTop .menu__item {
  background-color: #282a2d;
  border-radius: 8px;
  display: inline-flex;
  height: 44px;
  margin: 0 6px;
  text-transform: uppercase;
}
.menu_theme_games_categoryTop .menu__item:first-child {
  margin-left: 0;
}
.menu_theme_games_categoryTop .menu__item:last-child {
  margin-right: 6px;
}
.menu_theme_games_categoryTop .menu__item:not(.menu__item_asImage) .menu__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 12px;
}
.menu_theme_games_categoryTop .menu__item:hover .menu__text,
.menu_theme_games_categoryTop div.menu__item_active .menu__text {
  color: #ffd500;
  display: inline-block;
}
.menu_theme_games_categoryTop .menu__text {
  white-space: nowrap;
}
.menu__lucky {
  align-items: center;
  background-color: #282a2d;
  border-radius: 8px;
  color: #30db5b;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 20px;
  margin: 0 6px;
  padding: 10px 12px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.menu__lucky img {
  margin-right: 8px;
}
.menu__lucky:hover {
  background-color: #30db5b;
  color: #282a2d;
}
.menu__lucky:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(7%) saturate(1265%) hue-rotate(169deg)
    brightness(96%) contrast(87%);
}
@media (max-width: 676px) {
  .menu_theme_header .menu__link {
    padding: 12px 16px;
  }
  .menu_theme_header .menu__subitems {
    left: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
    transform: none;
    width: 100% !important;
  }
  .menu_theme_header .menu__subitems .menu__item {
    width: 100%;
  }
  .menu_theme_header .menu__subitems .menu__link {
    font-size: 18px;
    padding: 12px 28px;
  }
  .menu_theme_header .menu__item.menu__item_opened.menu__item_withSubmenu > .menu__link:before {
    width: 0;
  }
  .menu_theme_header .menu__item.menu__item_withSubmenu {
    display: flex;
    flex-flow: column;
  }
  .menu__arrowIcon {
    transform: rotate(90deg);
  }
  .menu__item_opened .menu__arrowIcon {
    filter: invert(72%) sepia(51%) saturate(786%) hue-rotate(2deg) brightness(106%) contrast(106%);
    transform: rotate(270deg);
  }
  .menu_theme_games_categoryTop {
    padding-bottom: 4px;
  }
  .menu_theme_games_categoryTop::-webkit-scrollbar,
  .menu_theme_games_categoryTop::-webkit-scrollbar-thumb {
    visibility: hidden;
  }
}
@media (max-width: 568px) {
  .menu_theme_white .menu__item {
    margin-right: 15px;
  }
}
@media (max-width: 520px) {
  .menu_theme_header .menu__item:hover .menu__link:before {
    width: 0;
  }
}
@media (max-width: 414px) {
  .menu_theme_white .menu__item {
    margin-right: 20px;
  }
  .menu_theme_white .menu__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .menu_theme_footer {
    flex-direction: column;
  }
  .menu_theme_footer .menu__item {
    margin: 0 0 16px;
    width: 100%;
  }
}
.footer__menu {
  border-bottom: 1px solid #474b52;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 1276px;
}
.footer__menu_horizontal {
  padding-top: 29px;
  width: 100%;
}
@media (max-width: 1440px) {
  .footer__menu {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .footer__menu {
    margin: 0 16px;
    padding: 30px 0 20px;
    width: calc(100% - 32px);
  }
}
.goToTop {
  align-items: center;
  background: #393939;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  position: fixed;
  right: 8px;
  width: 36px;
  z-index: 8;
}
.goToTop__icon {
  color: #fff;
  font-size: 14px;
}
.collapse {
  border: 1px solid #474b52;
  border-radius: 8px;
  margin-bottom: 10px;
}
.collapse__head {
  align-items: center;
  display: flex;
  padding: 22px 16px;
}
.collapse__head_collapsable {
  cursor: pointer;
}
.collapse__head_collapsable .collapse__head_title {
  color: #c3c6cf;
}
.collapse__head_collapsable:hover .collapse__head_title {
  color: #fff;
}
.collapse__head_collapsable:hover .collapse__arrow path {
  fill: #ffd500;
}
.collapsable__divider {
  background-color: #474b52;
  height: 1px;
  width: 100%;
}
.collapse__head_title {
  color: #fff;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.collapse__arrow path {
  fill: #c3c6cf;
}
.collapse__body {
  margin: 0 16px;
  padding: 16px 0;
}
.footerBlockCMS__wrapper {
  margin: 0 auto;
  max-width: 1358px;
  padding: 20px 40px 0;
}
.footerBlockCMS {
  display: flex;
  gap: 0 10px;
}
.footerBlockCMS__column {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(25% - 8px);
}
.footerBlockCMS__columnTitle,
.footerBlockCMS__link {
  color: #c3c6cf;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  text-decoration: none;
  width: fit-content;
}
.footerBlockCMS__columnTitle {
  margin-bottom: 16px;
}
.footerBlockCMS__link:last-child {
  margin-bottom: 0;
}
.footerBlockCMS__link:hover {
  color: #fff;
}
.footerBlockCMS__columnTitle .footerBlockCMS__link {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}
.footerBlockCMS__columnTitle:hover .footerBlockCMS__link {
  color: #ffd500;
}
@media (max-width: 1439px) {
  .footerBlockCMS {
    flex-wrap: wrap;
  }
  .footerBlockCMS__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .footerBlockCMS__column {
    width: calc(50% - 5px);
  }
  .footerBlockCMS__column:nth-child(n + 3) {
    margin-top: 32px;
  }
}
@media (max-width: 720px) {
  .footerBlockCMS__column {
    margin-top: 32px;
    width: 100%;
  }
  .footerBlockCMS__column:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .footerBlockCMS__wrapper {
    padding: 16px 16px 0;
  }
}
.logo,
.logo__link {
  display: inline-flex;
}
.logo__icon {
  font-size: 0;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.header__logo .logo__icon {
  margin-right: 30px;
}
.logo__mobileIcon {
  height: 32px;
  opacity: 0;
  position: absolute;
  width: 90px;
  z-index: -1;
}
.logo__icon svg {
  max-width: 100%;
}
.logo:hover .logo__icon path:nth-child(2) {
  fill: #ffd500;
}
.logo__desktopIcon {
  width: 70px;
}
@media (max-width: 1024px) {
  .logo__icon {
    margin-right: 0;
  }
}
@media (max-width: 734px) {
  .logo__desktopIcon {
    opacity: 0;
    position: absolute;
    z-index: -20;
  }
  .logo__mobileIcon {
    opacity: 1;
    position: relative;
  }
  .header_sport .logo__mobileIcon {
    height: 30px;
    margin-right: 16px;
    width: 52px;
  }
}
.popup__wrapper {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 0 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}
.popup__wrapper.popup__wrapper_cashierIndiaApp,
.popup__wrapper.popup__wrapper_registrationIndiaApp {
  z-index: 100000;
}
.popup__wrapper.popup__wrapper_wheel,
.popup__wrapper.popup__wrapper_wheelHide {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  z-index: 100010;
}
.popup__wrapper .logo {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 20px;
}
.popup__wrapper .popup__body_registrationIndia .logo {
  left: auto;
  position: relative;
  top: auto;
}
.popup__wrapper_closed {
  display: none;
}
.popup__wrapper_borderless,
.popup__wrapper_cashierIndiaApp,
.popup__wrapper_confirm-phone,
.popup__wrapper_default,
.popup__wrapper_empty,
.popup__wrapper_inGame,
.popup__wrapper_infoAfterRegistration,
.popup__wrapper_informational,
.popup__wrapper_normal,
.popup__wrapper_notification,
.popup__wrapper_registration,
.popup__wrapper_registrationIndia,
.popup__wrapper_registrationIndiaApp,
.popup__wrapper_sortTournaments {
  box-sizing: border-box;
}
.popup__wrapper_registrationIndia {
  padding: 0;
}
.popup__wrapper_responsibleGamingInfo {
  z-index: 110;
}
.popup__wrapper_informational {
  background-color: rgba(41, 41, 41, 0.3);
  z-index: 100002;
}
.popup__body_empty {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 210px);
  margin: 0 auto;
  max-width: 100%;
  min-width: 420px;
  position: absolute;
  text-align: center;
  top: calc(50% - 179px);
}
.popup__body_normal .popup__headBlock {
  margin-bottom: 20px;
}
.popup__body_empty .popup__headBlock {
  display: none;
}
.popup__close {
  background: url("close.ce3dcbbe.svg") no-repeat 50%;
  cursor: pointer;
  display: flex;
  height: 20px;
  margin-left: auto;
  position: relative;
  width: 20px;
}
.popup__close:hover {
  background: url("close_hover.8e753610.svg") no-repeat 50%;
}
.popup__body_normal {
  max-width: 100%;
  padding: 20px;
}
.popup__body_informational,
.popup__body_normal {
  background: #121316;
  border: 1px solid #474b52;
  border-radius: 8px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}
.popup__body_informational {
  width: 660px;
}
.popup__body_informational .popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup__body_borderless {
  border-radius: 0;
  max-width: 100%;
  min-width: 500px;
  padding: 0 110px 45px;
  width: 500px;
}
.popup__body_games {
  height: 702px;
  padding: 20px 16px;
  width: 992px;
}
.popup__body_registration {
  background: radial-gradient(circle at 0 0, #161b1f, #080a0c);
  border-radius: 0;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.popup__body_wheel,
.popup__body_wheelHide {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  background-color: #000;
  border: 1px solid #474b52;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 660px;
  opacity: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}
.popup__body_wheel {
  animation-name: wheelPopupOpen;
}
.popup__body_wheelHide {
  animation-duration: 0.4s;
  animation-name: wheelPopupClose;
}
.popup__body_wheel .popup__close,
.popup__body_wheelHide .popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
}
.popup__body_registrationIndia {
  background: #121316;
  border-radius: 8px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  width: 844px;
}
.popup__body_registrationIndia .popup__headBlock {
  margin-bottom: 0;
}
.popup__body_sortTournaments {
  background: #21292f;
  border: 0;
  border-radius: 10px;
  max-width: 100%;
  padding: 0 !important;
  width: 300px;
}
.popup__body_default {
  background: transparent;
  border-radius: 0;
  max-width: 100%;
  padding: 0;
}
.popup__body_confirm-phone {
  background-image: radial-gradient(circle at 0 0, #161b1f, #080a0c);
  padding: 0;
  width: 660px;
}
.popup__body_infoAfterRegistration {
  border: 0;
}
.popup__body_infoAfterRegistration .popup__close_registration {
  position: absolute;
  top: 36px;
  z-index: 1;
}
.popup__body_sortTournaments .popup__close {
  display: none;
}
.popup__body_borderless .popup__close {
  position: absolute;
  top: 10px;
}
.popup__body_default .popup__close {
  height: 14px;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 14px;
  z-index: 1;
}
.popup__body_borderless > * {
  display: block;
}
.popup__close_registration {
  align-items: center;
  color: #a7aaad;
  cursor: pointer;
  display: flex;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 20px;
  top: 45px;
  transition: all 0.5s ease-in;
}
.popup__close_registration:hover {
  color: #fff;
  transition: all 0.5s ease-in;
}
.popup__close_registration:hover .popup__close_reg * {
  fill: #fff;
  transition: all 0.5s ease-in;
}
.popup__close_reg * {
  fill: #a7aaad;
  transition: all 0.5s ease-in;
}
.popup__close_reg {
  height: 14px;
  margin-left: 11px;
  width: 14px;
}
.popup__body_inGame {
  margin: 0 auto;
  max-width: 1276px;
  position: relative;
  width: 100%;
}
@media (min-width: 1201px) {
  .popup__wrapper .logo {
    left: 40px;
    top: 40px;
  }
}
@media (max-width: 1024px) {
  .popup__wrapper .logo {
    left: 60px;
    top: 40px;
  }
  .popup__close_registration {
    top: 28px;
  }
  .popup__body_informational {
    max-width: 100%;
  }
}
@media (min-height: 1100px) {
  .popup__body_inGame {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .popup__wrapper_normal {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .popup__body_registrationIndia {
    border: 0;
    border-radius: 0;
    height: 100%;
    padding: 0;
  }
  .cashierIndiaApp__body,
  .registrationIndiaApp__body {
    border-radius: 0;
    height: 100%;
  }
  .popup__body_empty img {
    margin: 0 auto;
    max-width: 100%;
  }
  .popup__body_infoAfterRegistration .popup__close_registration span {
    display: none;
  }
  .popup__body_infoAfterRegistration {
    display: flex;
    min-height: 100%;
  }
  .popup__wrapper_registrationIndia {
    padding: 0;
  }
}
@media (max-width: 739px) {
  .popup__body_informational {
    margin: auto 24px;
  }
}
@media (max-width: 666px) {
  .popup__body_infoAfterRegistration,
  .popup__body_registrationIndia {
    padding: 0;
  }
  .popup__body_confirm-phone {
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .popup__body_notification {
    margin: auto 16px;
    width: 100%;
  }
  div.popup__body_infoAfterRegistration,
  div.popup__body_registrationIndia {
    padding: 0;
  }
  .popup__body_borderless {
    min-height: 100%;
    min-width: 100%;
    padding: 0 20px 25px;
  }
  .popup__body_confirm-phone {
    max-width: 100%;
    padding: 0 20px;
  }
  .popup__body_default {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .popup__body_normal {
    padding: 16px 16px 24px;
  }
  .popup__body_empty {
    left: 0;
    min-width: 100%;
  }
  .popup__wrapper .logo {
    left: 20px;
    top: 20px;
  }
  .popup__wrapper_normal {
    padding: 0 16px;
  }
  .popup__body_informational {
    margin: auto;
  }
  .popup__body_informational .popup__close {
    right: 16px;
    top: 16px;
  }
}
@keyframes wheelPopupOpen {
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  20% {
    opacity: 0;
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wheelPopupClose {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
.popup__body_responsibleGaming {
  align-self: flex-start;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-image: none;
  box-shadow: none;
  margin: 120px auto 0;
  max-width: 630px;
  padding: 0;
  width: 100%;
}
.popup__body_responsibleGaming .popup__close,
.popup__body_responsibleGaming .popup__headBlock {
  display: none;
}
.popup__body_responsibleGaming .popup__headBlockContainer {
  display: flex;
}
.popup__body_responsibleGaming .popup__headBlockContainer .logo {
  left: auto;
  margin: 40px auto 0;
  position: relative;
  top: auto;
}
.popup__wrapper_responsibleGaming {
  z-index: 100000;
}
@media (max-width: 768px) {
  .popup__body_responsibleGaming .popup__headBlockContainer .logo {
    margin-top: 32px;
  }
}
@media (max-width: 666px) {
  .popup__body_responsibleGaming {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .popup__body_responsibleGaming {
    align-self: stretch;
    margin: 120px 16px auto;
    max-width: calc(100% - 32px);
  }
}
.popup__body_responsibleGamingInfo {
  max-width: 940px;
  padding: 40px 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .popup__body_responsibleGamingInfo {
    margin: 50px 40px 0;
    max-width: 100%;
    padding: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .popup__body_responsibleGamingInfo {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 120px 16px 0;
    padding: 29px 16px 0;
  }
}
.popup__body_deposit {
  background: #282a2d;
  border: 1px solid #474b52;
  border-radius: 8px;
  box-sizing: border-box;
  margin: auto;
  padding: 20px;
  position: relative;
  width: 413px;
}
.popup__body_deposit .popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.popup__wrapper_deposit {
  background: none;
  bottom: 20px;
  box-sizing: border-box;
  height: auto;
  left: auto;
  padding: 0;
  right: 122px;
  top: auto;
  width: auto;
  z-index: 100002;
}
@media (max-width: 580px) {
  .popup__wrapper_deposit {
    right: 40px;
  }
}
@media (max-width: 480px) {
  .popup__wrapper_deposit {
    bottom: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }
  .popup__body_deposit {
    padding: 24px 16px;
    width: 100%;
  }
}
.popup__body_depositPromo {
  background: #121316;
  border: 1px solid #474b52;
  border-radius: 8px;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  padding: 19px;
  position: relative;
  width: 660px;
}
.popup__body_depositPromo .popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.popup__wrapper_depositPromo {
  box-sizing: border-box;
  z-index: 100002;
}
@media (max-width: 748px) {
  .popup__body_depositPromo {
    margin: auto 24px;
  }
}
@media (max-width: 480px) {
  .popup__body_depositPromo {
    margin: auto;
    padding: 24px 16px;
  }
}
.popup__body_lottery {
  flex-grow: 1;
}
.popup__body_christmas {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(26, 28, 30, 0.4);
  border-radius: 8px;
  box-sizing: border-box;
  margin: auto;
  max-width: 502px;
  padding: 16px 8px;
  position: relative;
  width: 100%;
}
.popup__body_christmas .popup__close {
  background: url("close.9dcd53b5.svg") no-repeat 50%;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 20px;
  width: 16px;
  z-index: 1;
}
.popup__wrapper_christmas {
  -webkit-backdrop-filter: initial;
  backdrop-filter: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  z-index: 100002;
}
.loader {
  height: 100%;
  z-index: 200000;
}
.loader,
.loader__flex {
  position: fixed;
  width: 100%;
}
.loader__flex {
  align-items: center;
  background-color: #121316;
  display: flex;
  height: 100vh;
  justify-content: center;
  top: 0;
}
.loader__content {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s;
}
.loader_visible .loader__content {
  opacity: 1;
}
.loader__circle {
  animation: spin 1s ease-in-out infinite;
  border: 5px solid #121316;
  border-radius: 50%;
  border-top-color: #ffd500;
  height: 100%;
  width: 100%;
}
.loader__logo {
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.loader__animWrapLogo,
.loader__logoIcon {
  height: 100%;
  width: 100%;
}
.loader__logoIcon {
  transform: scale(0);
  transition: transform 0.3s;
}
.loader_visible .loader__logoIcon {
  transform: scale(1);
}
.loader_size_normal .loader__content {
  height: 260px;
  width: 260px;
}
@media (max-width: 480px) {
  .loader_size_normal .loader__content {
    height: 160px;
    width: 160px;
  }
}
.button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button_theme_primary {
  background: #ffd500;
  background-origin: border-box;
  border: 1px solid transparent;
  color: #1a1c1e;
}
.button_theme_primary:active,
.button_theme_primary:hover {
  background: #ffe040;
  background-origin: border-box;
}
.button_theme_primary.button_disabled {
  background: #594b00;
}
.button_theme_secondary {
  background-color: #282a2d;
  border: 1px solid #474b52;
  color: #fff;
}
.button_theme_secondary .button__content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.button_theme_secondary:active,
.button_theme_secondary:hover {
  border: 1px solid #ffd500;
}
.button_theme_secondary:active .button__content,
.button_theme_secondary:hover .button__content {
  color: #ffd500;
}
.button_theme_secondary:hover .button__spinner stop {
  stop-color: #ffd500;
}
.button_theme_third {
  background: #333d45;
  border: none;
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6), inset 2px 2px 4px hsla(0, 0%, 100%, 0.05),
    inset -2px -2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  padding: 10px;
  transition: all 0.5s ease-in;
}
.button_theme_third:active,
.button_theme_third:hover {
  background: #475560;
  border: none;
  transition: all 0.5s ease-in;
}
.button_theme_third:active .button__content,
.button_theme_third:hover .button__content {
  background: none;
  -webkit-text-fill-color: #fff;
}
.button_theme_third .button__content {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 22px;
  padding: 3px 0;
}
.button_theme_secondary.button_disabled {
  border: 1px solid #2d2f34;
}
.button_theme_secondary.button_disabled .button__content {
  color: #393a3d;
  -webkit-text-fill-color: inherit;
}
.button_theme_green {
  background: #1ba93b;
  background-origin: border-box;
  border: 1px solid transparent;
  color: #fff;
}
.button_theme_green.button .button__content img {
  margin-right: 0;
}
.button_theme_green:hover {
  background: #30db5b;
  background-origin: border-box;
}
@media (max-width: 549px) {
  .button_theme_green.button_size_s {
    padding: 4px;
  }
}
.button_theme_gray {
  background: #3a454f;
  border: 1px solid transparent;
  box-shadow: inset 2px 2px 4px 0 hsla(0, 0%, 100%, 0.05), inset -2px -2px 4px 0 rgba(0, 0, 0, 0.05);
  color: #c3c6cf;
}
.button_theme_gray:hover {
  background: #4a555f;
  color: #fff;
}
.button_theme_casino {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(121, 70, 199, 0.5), inset 1px 1px 4px 0 hsla(0, 0%, 100%, 0.3),
    inset -1px -1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: Open Sans;
  transform: skewX(-7deg);
  transition: all 0.5s ease-in;
  width: 193px;
}
.button_theme_casino,
.button_theme_casino:hover {
  background: linear-gradient(323deg, #9e05b1, #35b9ee);
}
.button_theme_casino:hover {
  box-shadow: 0 4px 10px 0 rgba(94, 84, 173, 0.4), inset 1px 1px 4px 0 hsla(0, 0%, 100%, 0.3),
    inset -1px -1px 4px 0 rgba(0, 0, 0, 0.15);
}
.button_theme_casino .button__content {
  transform: skewX(7deg);
}
.button_theme_casino:active,
.button_theme_casino:hover {
  border: none;
  transition: all 0.5s ease-in;
}
.button_theme_casino.button_size_l {
  font-weight: 600;
}
@media (max-width: 480px) {
  .button_theme_casino {
    width: calc(50% - 12px);
  }
}
.button_theme_noStyle {
  align-items: normal;
  background: none;
  border: 0;
  border-radius: initial;
  cursor: pointer;
  display: initial;
  justify-content: normal;
  letter-spacing: normal;
  outline: none;
  position: static;
  text-align: initial;
  text-decoration: initial;
  text-transform: none;
}
.button_theme_mission {
  background: linear-gradient(93.3deg, #9e05b1, #35b9ee);
  border: none;
  border-radius: 8px;
  color: #fff;
  transition: all 0.5s ease-in;
}
.button_theme_mission:active,
.button_theme_mission:hover {
  border: none;
  transition: all 0.5s ease-in;
}
.button_theme_mission:hover {
  background: linear-gradient(273.35deg, #d500ef 0.49%, #00e0ff 98.69%);
}
.button_theme_mission .button__content {
  font-size: 14px;
  line-height: 18px;
}
.button_theme_cashier {
  background: #1ba93b;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
}
.button_theme_cashier.button_disabled {
  background: #439652;
  color: #bbb;
  cursor: default;
}
.button_theme_cashier.button .button__content img {
  margin-right: 0;
}
.button_theme_viewAll {
  border-radius: 8px;
  color: #c3c6cf;
  position: absolute;
  right: 0;
}
.button_theme_viewAll .button__content {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 24px;
  text-transform: none;
}
.button_theme_viewAll.button_size_s {
  padding: 4px 1px 4px 8px;
}
.button_theme_viewAll.button .button__content img {
  margin: 0 0 0 4px;
}
.button_theme_viewAll img:nth-child(2) {
  display: none;
}
.button_theme_viewAll:active,
.button_theme_viewAll:hover {
  background-color: #282a2d;
  color: #ffd500;
}
.button_theme_viewAll:active img:first-child,
.button_theme_viewAll:hover img:first-child {
  display: none;
}
.button_theme_viewAll:active img:nth-child(2),
.button_theme_viewAll:hover img:nth-child(2) {
  display: block;
}
.button.button_size_fhw {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0;
  line-height: 150%;
  width: 100%;
}
@media (max-width: 480px) {
  .button.button_size_fhw {
    font-size: 14px;
  }
}
.button.button_size_fh {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 1px;
}
.button_size_l {
  padding: 15px 10px;
}
@media (max-width: 480px) {
  .button_size_l {
    padding: 16px 10px;
  }
}
.button_size_m {
  padding: 15px;
}
.button_size_m .button__spinner {
  height: 18px;
  width: 18px;
}
@media (max-width: 480px) {
  .button_size_m {
    padding: 16px 10px;
  }
}
.button_size_s {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding: 5px 12px 6px;
}
.button_size_s .button__spinner {
  height: 14px;
  width: 14px;
}
@media (max-width: 420px) {
  .button_size_s span {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.button_size_noSize {
  padding: 0;
}
.button_size_newl {
  height: 48px;
  min-width: 196px;
  padding: 15px 10px;
}
@media (max-width: 480px) {
  .button_size_newl {
    min-width: max-content;
    padding: 16px 10px;
    width: calc(50% - 12px);
  }
}
.button_size_cashier {
  height: 48px;
  width: 100%;
}
.button_disabled {
  cursor: not-allowed;
}
.button_loading .button__content {
  visibility: hidden;
}
.button .button__content img {
  margin-right: 12px;
}
.button__wrapSpinner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button__spinner {
  animation: spin 1.4s linear infinite;
  border-radius: 50%;
  display: flex;
  height: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .button {
    font-size: 14px;
  }
}
.checkbox {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.checkbox__wrapper {
  display: flex;
}
.input__checkbox {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.registration__checkbox {
  display: block;
  font-family: Open Sans;
  font-size: 14px;
  margin-top: 12px;
}
.registration-promo__checkbox {
  color: #fff;
  display: block;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  max-width: 280px;
  transition: color 0.5s ease-in;
}
.registration-promo__checkbox:last-child {
  margin-bottom: 15px;
}
.registration-promo__checkbox .checkbox__label {
  align-items: start;
}
.registration-promo__checkbox .checkbox__text {
  color: #fff;
  letter-spacing: 0.1px;
  line-height: normal;
}
.registration-promo__checkbox .checkbox__icon {
  align-items: center;
  background-color: #d8d8d8;
  border: 1px solid #fff !important;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.registration-promo__checkbox .checkbox__icon i {
  color: #feb600;
  font-size: 8px;
  height: auto;
  margin: 0;
  width: auto;
}
.cut__checkbox {
  margin-bottom: 20px;
  width: 20%;
}
.checkbox:hover .checkbox__icon {
  border: 1px solid #34d168;
}
.checkbox.registration__checkbox:hover .checkbox__label .checkbox__text {
  color: #fff;
  transition: color 0.5s ease-in;
}
.registration__checkbox .checkbox__text a {
  color: #409cff;
  text-decoration: none;
  white-space: pre;
}
.registration__checkbox .checkbox__text a:hover {
  text-decoration: underline;
}
.checkbox:hover .checkbox__icon_disabled {
  border: 1px solid #eee;
}
.checkbox:focus .checkbox__icon {
  border: 1px solid #34d168;
}
.checkbox:focus .checkbox__icon_disabled {
  box-shadow: none;
}
.checkbox__icon,
.checkbox__label {
  cursor: pointer;
  display: flex;
}
.checkbox__icon {
  align-items: center;
  border: 1px solid #c3c6cf;
  border-radius: 4px;
  color: #feb600;
  flex-shrink: 0;
  font-size: 14px;
  height: 14px;
  justify-content: center;
  margin-top: 2px;
  text-align: center;
  transition: 0.25s ease-out;
  width: 14px;
}
.checkbox__icon img {
  width: 100%;
}
.checkbox__icon_disabled {
  border: 1px solid #eee;
  color: #eee;
}
.checkbox__text {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-left: 7px;
}
.checkbox__message {
  color: #f8333c;
  font-size: 12px;
  line-height: 17px;
}
.registration__checkbox .checkbox__text {
  color: #c3c6cf;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.registration__checkbox.checkbox_checked .checkbox__icon {
  background-color: #34d168;
  border-color: #34d168;
}
.registration__checkbox .checkbox__message {
  color: #5c6368;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  position: relative;
}
.registration__checkbox .checkbox__message:before {
  background-color: #e34951;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 14px;
  position: absolute;
  top: 4px;
  width: 8px;
}
.checkbox_checked {
  position: relative;
}
@media (max-width: 499px) {
  .registration__checkbox {
    max-width: 100%;
  }
}
.tabs {
  margin-bottom: 40px;
  text-align: center;
}
.tabs__items {
  background: rgba(40, 42, 45, 0.4);
  border: 1px solid #474b52;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  max-width: 100%;
}
.tabs__item,
.tabs__item_active {
  color: #c3c6cf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 7px;
  text-align: center;
  width: 250px;
}
.tabs__item:hover {
  color: #ffd500;
}
.tabs__item_active {
  background: #ffd500;
  border-radius: 8px;
  color: #000;
  margin: -1px;
  padding: 6px 8px;
}
.tabs__theme_secondary .tabs__items {
  border: none;
}
.tabs__theme_secondary .tabs__item {
  padding: 5px 8px;
}
.tabs__theme_secondary .tabs__item_active {
  background: #282a2d;
  color: #ffd500;
  margin: 0;
  padding: 5px 8px;
}
@media (max-width: 768px) {
  .tabs {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .tabs {
    margin-bottom: 20px;
  }
}
.locale {
  display: inline-flex;
  margin: 16px 12px 0;
  padding: 0;
  position: relative;
}
.locale__list {
  display: block;
  flex-grow: 1;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.locale__item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #c3c6cf;
  cursor: pointer;
  display: inline-flex;
  font-family: Montserrat;
  font-size: 16px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin-right: 22px;
  text-transform: uppercase;
  width: 40px;
}
.locale__item:hover {
  color: #fff;
}
.locale__item.locale__item_current {
  background: transparent;
  border-color: transparent;
  border-radius: 8px;
  color: #fff;
}
.locale__itemName {
  display: inline-block;
}
.page .locale__item:hover,
.page .locale__item_current {
  border-color: #ffd500;
}
.page .locale__item:hover .locale__itemName,
.page .locale__item_current .locale__itemName {
  color: #ffd500;
}
@media (max-width: 480px) {
  .locale {
    margin: 0;
  }
}
.statusMsg__text {
  color: #5c6368;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 0 0 13px;
  position: relative;
}
.statusMsg__text_error,
.statusMsg__text_success {
  color: #5c6368;
}
.statusMsg__text:before {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}
.statusMsg__text_error:before {
  background-color: #ff6961;
}
.statusMsg__text_success:before {
  background-color: #30db5b;
}
.statusMsg__text_normal:before {
  background-color: #1b1e23;
}
.statusMsg__text_info:before {
  background: #ffd500;
}
.statusMsg__text_infoCashier {
  color: #c3c6cf;
}
.statusMsg__text_infoCashier:before {
  background: #ff6961;
}
.input__field_password {
  margin-bottom: 20px;
  position: relative;
}
.input__password {
  background: #fff;
  border-radius: 3px;
  display: flex;
  transition: all 0.5s linear;
  width: 100%;
}
.input__password_disabled.input__password {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
}
.input__password_disabled input {
  background: none;
  color: #999;
}
.input__message {
  margin-top: 1px;
}
.input__message_error {
  color: #f8333c;
}
.input__message_success {
  color: #51d88c;
}
.input__icon {
  font-size: 12px;
  height: 10px;
  margin: 9px;
  transition: all 0.5s linear;
}
.input__icon_eye {
  cursor: pointer;
}
.input__icon_eye path {
  fill: #b7b7b8;
}
.input__input_password {
  border: none;
  color: #999;
  line-height: 23px;
  outline: none;
  transition: all 0.5s linear;
  width: calc(100% - 76px);
}
.input__input_without-lock,
.input__input_without-lock:focus,
.input__input_without-lock:hover {
  background: none;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  padding: 0 10px;
  width: 100%;
}
.input__input::-webkit-input-placeholder {
  color: #848a90;
  font-size: 14px;
  transition: all 0.5s linear;
}
.input__input_hidden {
  border: none;
  outline: none;
  padding: 0;
  width: 0;
}
.input__password_normal {
  border: 1px solid #b1b1b1;
}
.input__password_normal .input__icon {
  color: #999;
  transition: all 1s linear;
}
.input__password_success {
  border: 1px solid #51d88c;
}
.input__password_success .input__icon {
  color: #51d88c;
}
.input__password_error {
  border: 1px solid #f8333c;
}
.input__password_error .input__icon {
  color: #f8333c;
}
.input__password_focused {
  border: 1px solid #474b52;
  box-shadow: 0 0 0 1px #fcb514;
}
.input__input:focus::-webkit-input-placeholder,
.input__password:hover .input__icon,
.input__password:hover .input__input::-webkit-input-placeholder,
.input__password_focused .input__input {
  color: #000;
}
.input__input:focus,
.input__password_error:hover .input__input,
.input__password_success:hover .input__input,
.nput__password_normal:hover .input__input {
  color: #000;
}
.input__field_password__infoIcon {
  height: 32px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
.form__input.input__password_error .input__field_password__infoIcon * {
  fill: #ff6961;
}
.form__input.input__password {
  align-items: center;
  background-color: #282a2d;
  border: 1px solid #282a2d;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  position: relative;
}
.form__input.input__password:hover {
  border: 1px solid #474b52;
}
.form__input.input__password .input__icon,
.form__input.input__password_error .input__icon {
  color: #c3c6cf;
  font-size: 20px;
  height: auto;
  transition: color 0.5s ease-in;
}
.form__input .input__input_without-lock {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 19px;
  padding: 11.5px 12px;
}
.form__input.input__password.input__password_error {
  border: 1px solid #ff6961;
  box-shadow: none;
}
.form__input.input__password.input__password_success {
  border: 1px solid #13a40b;
  box-shadow: none;
}
.form__input.input__password_focused {
  border: 1px solid #474b52;
  box-shadow: none;
}
.form__input.input__password input::-webkit-input-placeholder {
  color: #c3c6cf;
  font-weight: 700;
  transition: color 0.5s ease-in;
}
.input__icon_eye path {
  transition: all 0.5s ease-in;
}
.input__icon_eye:hover path {
  fill: #fff;
  transition: all 0.5s ease-in;
}
@media (max-width: 768px) {
  .input__field_password__infoIcon {
    left: 12px;
    transform: translateY(-50%);
  }
  .form__input.input__password input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.input__dropdown {
  font-size: 16px;
  line-height: 23px;
  margin-right: 15px;
}
.input__dropdown,
.input__dropdown_old {
  position: relative;
}
.input__dropdown_new.input__dropdown {
  border: none;
  margin-right: 20px;
  transition: all 0.5s ease-in;
  width: 192px;
}
.input__dropdown_new.input__dropdown:hover .input__dropdown_head {
  border: 1px solid #474b52;
  color: #fff;
  transition: all 0.5s ease-in;
}
.input__dropdown_new .input__dropdown_head {
  background-color: #282a2d;
  border: 1px solid #282a2d;
  border-radius: 8px;
  height: 44px;
  line-height: 16px;
  transition: box-shadow, border 0.3s linear;
}
.input__dropdown_new .input__dropdown_head .input__dropdown_value {
  font-weight: 600;
  line-height: 19px;
}
.input__dropdown_new .input__dropdown_option,
.input__dropdown_new .input__dropdown_value {
  color: #c3c6cf;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 22px;
}
.input__dropdown_new .input__dropdown_option.input__dropdown_option_selected {
  color: #fff;
}
.input__dropdown_new .input__dropdown_value {
  color: #c3c6cf;
}
.input__dropdown_new .input__dropdown_placeholder {
  color: #c3c6cf;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  transition: color 0.5s ease-in;
}
.input__dropdown_new .input_opened .input__dropdown_placeholder {
  color: #ffd500;
}
.input__dropdown_new .input__dropdown_options {
  background-color: #282a2d;
  border: 1px solid #474b52;
  border-radius: 8px;
  margin-top: 4px;
  object-fit: contain;
  width: 124px;
}
.input__dropdown_head {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
}
.input__dropdown_infoIcon {
  height: 32px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
.input__dropdown_error .input__dropdown_infoIcon .onlyStroke {
  fill: none;
  stroke: #ff6961;
}
.input__dropdown_error .input__dropdown_infoIcon * {
  fill: #ff6961;
}
.input__dropdown.input__dropdown_iconPosition_inside .input__dropdown_infoIcon {
  left: 12px;
  transform: translateY(-50%);
}
.input__dropdown.input__dropdown_iconPosition_inside .input__dropdown_head {
  padding-left: 44px;
}
.input__dropdown:hover {
  cursor: pointer;
}
.input__dropdown_chevron {
  color: #fff;
  display: block;
  filter: invert(100%) sepia(10%) saturate(6207%) hue-rotate(178deg) brightness(86%) contrast(88%);
  font-size: 15px;
  margin-left: 5px;
}
.input_opened,
.input_opened.input__dropdown_head {
  border: 1px solid #474b52;
}
.input_opened .input__dropdown_chevron {
  transform: rotate(180deg);
}
.input_opened .input__dropdown_placeholde,
.input_opened .input__dropdown_value {
  color: #ffd500;
  transition: color 0.5s ease-in;
}
.input_opened .input__dropdown_chevron path {
  fill: #ffd500;
  transition: fill 0.5s ease-in;
}
.input__dropdown_value {
  color: #c3c6cf;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input__dropdown_placeholder {
  color: #999;
}
.input__dropdown_options {
  background: #fff;
  border: 1px solid #999;
  border-radius: 8px;
  left: -1px;
  margin-top: 4px;
  max-height: 166px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  width: 120px;
  z-index: 1;
}
.input__dropdown_options::-webkit-scrollbar-corner {
  background: #161b1f;
}
.input__dropdown_options::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.input__dropdown_options::-webkit-scrollbar-track {
  background: #161b1f;
}
.input__dropdown_options::-webkit-scrollbar-thumb {
  background: #282a2d;
  border-radius: 4px;
}
.input__dropdown_wrapOptions {
  display: inline-block;
  min-width: 100%;
}
.input__dropdown_option {
  align-items: center;
  background: #282a2d;
  color: #c3c6cf;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 23px;
  padding: 10px 12px;
}
.input__dropdown_option:hover {
  transition: all 0.2s linear;
}
.input__dropdown_option:hover,
.input__dropdown_option_selected {
  background: #1a1c1e;
  border-radius: 0;
  color: #fff;
}
.input__dropdown_option_selected i {
  font-size: 8px;
  margin-left: auto;
}
.input__dropdown_disabled {
  background: #f5f5f5;
  color: #999;
  cursor: default !important;
}
.input__dropdown_new.input__dropdown_disabled,
.input__dropdown_new.input__dropdown_disabled:hover {
  background-color: #181b1f;
  border: 1px solid #232b32;
  color: #abacad;
  width: 100%;
}
.input__dropdown_new.input__dropdown_disabled .input__dropdown_head {
  justify-content: flex-start;
}
.input__dropdown_disabled:hover {
  border: 1px solid #dedede;
}
.input__dropdown_disabled .input__dropdown_value {
  color: #999;
}
.input__dropdown_navigate {
  color: #c3c6cf;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 13px 16px;
}
.input__dropdown_navigate img {
  margin-left: 10px;
}
.input__dropdown_navigate span {
  align-items: center;
  display: flex;
}
.input__dropdown_new.input__dropdown_error,
.input__dropdown_new.input__dropdown_error:hover {
  border: 1px solid #e34951;
}
.input__dropdown_applyBtn {
  display: none;
}
.input__dropdown_new.input__dropdown_error .input__dropdown_head,
.input__dropdown_new.input__dropdown_error:hover .input__dropdown_head {
  border: 1px solid #ff6961;
}
.input__dropdown_headInput {
  background: transparent;
  border: none;
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}
.input__dropdown_headInput::placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .input__dropdown_infoIcon {
    left: 12px;
    transform: translateY(-50%);
  }
  .input__dropdown_new .input__dropdown_option,
  .input__dropdown_new .input__dropdown_placeholder,
  .input__dropdown_new .input__dropdown_value {
    font-size: 14px;
  }
  .input__dropdown_new .input__dropdown_head,
  .input__dropdown_new.input__dropdown {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .button.input__dropdown_applyBtn {
    bottom: 32px;
    display: flex;
    left: 16px;
    position: fixed;
    right: 16px;
    width: calc(100% - 32px);
  }
  .input__dropdown_withApplyBtn .input__dropdown_options {
    padding-bottom: 100px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.input__field {
  margin-bottom: 20px;
  position: relative;
}
.input__field .form__input {
  background-color: #282a2d;
  border: 1px solid #282a2d;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s ease-in;
}
.input__field .form__input .input__infoIcon {
  left: -20px;
  max-height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
.input__field .cashier__input.input__input_iconPosition_inside .input__infoIcon {
  margin-left: 13px;
}
.input__field_focused .cashier__input.input__input_iconPosition_inside .input__infoIcon {
  margin-left: 12px;
  margin-right: 1px;
}
.input__field .form__input.input__input_iconPosition_inside .input__infoIcon {
  font-size: 20px;
  left: 12px;
  transform: translateY(-50%);
}
.form__input.input__input_iconPosition_inside .input__infoIcon + input {
  padding-left: 44px;
}
.dropdown_error .input__dropdown_infoIcon *,
.input__field .form__input.input__input_error .input__infoIcon :not(.flag__img):not(.flag__img *) {
  fill: #ff6961;
}
.input__field .form__input.input__input_error .input__infoIcon .fillAndStroke {
  fill: #ff6961;
  stroke: #ff6961;
}
.input__field .form__input.input__input_error .input__infoIcon .onlyStroke {
  fill: none;
  stroke: #ff6961;
}
.input__field .form__input:hover {
  border: 1px solid #474b52;
}
.form__input.input__input input,
.form__input.input__input textarea {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding: 11.5px 12px;
}
.input__field_focused,
.input__input_loading {
  position: relative;
}
.input__input_disabled.input__input {
  background-color: #35373b;
  border: 1px solid #35373b;
}
.input__input_disabled input,
.input__input_disabled textarea {
  background: none;
  color: #797c86;
}
.form__input.input__input_disabled.input__input {
  background-color: #35373b;
  border: 1px solid #35373b;
}
.form__input.input__input_disabled.input__input input {
  color: #797c86;
}
.input__input {
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  position: relative;
  transition: box-shadow 0.3s linear;
}
.input__input input,
.input__input textarea {
  background: none;
  border: none;
  border-radius: 3px;
  display: block;
  font-size: 100%;
  height: 100%;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}
.input__input input::-webkit-input-placeholder,
.input__input textarea::-webkit-input-placeholder {
  color: #c3c6cf;
  font-size: 14px;
  transition: all 0.5s linear;
}
.form__input.input__input input::-webkit-input-placeholder,
.form__input.input__input textarea::-webkit-input-placeholder {
  color: #c3c6cf;
}
.form__input.input__input:hover input::-webkit-input-placeholder,
.form__input.input__input:hover textarea::-webkit-input-placeholder,
.form__input.input__input_focused input::-webkit-input-placeholder,
.form__input.input__input_focused textarea::-webkit-input-placeholder {
  color: #c3c6cf;
}
.input__input_focused {
  box-shadow: 0 0 0 1px #fcb514;
  outline: none;
}
.form__input.input__input_focused {
  border: 1px solid #474b52;
  box-shadow: none;
  outline: none;
}
.input__spinner {
  animation: spin 1.4s linear infinite;
  background: linear-gradient(120deg, #ccc 35%, hsla(0, 0%, 100%, 0) 77%);
  border-radius: 50%;
  font-size: 10px;
  height: 12px;
  position: absolute;
  right: 15px;
  text-indent: 6px;
  top: calc(50% - 6px);
  transform: translateZ(0);
  width: 12px;
}
.input__spinner:before {
  background: linear-gradient(120deg, #ccc 35%, hsla(0, 0%, 100%, 0.8) 77%);
  border-radius: 0 100% 0 0;
  content: "";
  height: 50%;
  position: absolute;
  width: 50%;
}
.input__spinner:after {
  background: #232b32;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
}
.input__field .form__input.input__input_success {
  border: 1px solid #13a40b;
}
.input__field .form__input.input__input_error,
.input__input_error {
  border: 1px solid #ff6961;
}
.input__input_success {
  border: 1px solid #30db5b;
}
.input__input_normal {
  border: 1px solid #b1b1b1;
}
.input__message {
  font-size: 12px;
  line-height: 17px;
}
.input__message_normal {
  color: #000;
}
.input__message_error {
  color: #ff6961;
}
.input__message_success {
  color: #30db5b;
}
.input__message_alert {
  color: #f09f14;
}
.input__icon_copy {
  margin-right: 10px;
}
.input__icon_currency {
  color: #fff;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .input__field .form__input .input__infoIcon {
    left: 12px;
    transform: translateY(-50%);
  }
  .form__input.input__input.input__input_iconPosition_inside .input__infoIcon + input {
    padding-left: 44px;
  }
  .input__input input::-webkit-input-placeholder,
  .input__input textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.phone {
  position: relative;
}
.phone__edit {
  color: #409cff;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.flag__img {
  height: 100%;
  width: 12px;
}
.phone__extra {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  left: 68px;
  line-height: 19px;
  position: absolute;
  top: 12.5px;
}
.phone__extraOneItem {
  left: 40px;
}
.phone__extraDisabled {
  color: #797c86;
  left: 40px;
}
.phone__dropdown {
  align-items: center;
  border-right: 1px solid #797c86;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  left: 12px;
  padding-right: 8px;
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  width: 48px;
}
.phone__dropdown img {
  filter: invert(100%) sepia(0) saturate(2%) hue-rotate(230deg) brightness(104%) contrast(101%);
}
.phone__infoIcon {
  left: 12px;
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
}
.phone__dropdown.opened svg:last-child {
  transform: rotate(180deg);
}
.phone__dropdown.opened svg:last-child path {
  fill: #ffd500;
}
.input__phoneList {
  background-color: #282a2d;
  border: 1px solid #474b52;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  margin: 4px 0 8px;
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 5;
}
.input__phoneList li {
  color: #c3c6cf;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 150%;
  padding: 12px;
  position: relative;
}
.input__phoneList li:hover {
  background-color: #1a1c1e;
  color: #fff;
}
.input__phoneList span {
  margin-left: 12px;
}
.input__phoneList .phone__selected {
  display: none;
}
.input__phoneList .active .phone__selected {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.input__phoneList::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.input__phoneList::-webkit-scrollbar-corner {
  background: #161b1f;
}
.input__phoneList::-webkit-scrollbar-thumb {
  background: #282a2d;
  border-radius: 4px;
}
.input__phoneList::-webkit-scrollbar-track {
  background: #161b1f;
}
.phone input:disabled {
  -webkit-text-fill-color: #797c86;
  opacity: 1;
}
.phone .form__input.input__input.phone__input input {
  height: 42px;
  padding-left: 68px;
}
.phone .form__input.input__input.phone__input.input__filled input,
.phone .input__field_focused .form__input.input__input.phone__input input {
  padding-left: 105px;
}
.phone .form__input.input__input_disabled.input__input input {
  background-color: #17181b;
  border-radius: 8px;
}
.phone .input__field_focused .phone__inputOneItem.form__input.input__input.phone__input input,
.phone .phone__inputOneItem.form__input.input__input.phone__input.input__filled input {
  padding-left: 77px;
}
.phone .phone__inputOneItem.form__input.input__input.phone__input input {
  padding-left: 40px;
}
.phone__code {
  width: 41px;
}
.recaptcha {
  margin: 0 0 20px;
  position: relative;
  text-align: left;
}
.recaptcha iframe {
  height: 78px;
}
.recaptcha__robot {
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 4px;
}
.recaptcha__message {
  color: #f8333c;
  font-size: 12px;
  line-height: 17px;
}
.recaptcha__robot_icon {
  display: none;
  flex-grow: 1;
  margin: 0 22px;
}
@media (max-width: 414px) {
  .recaptcha__robot_icon {
    margin: 0 8px;
  }
}
@media (max-width: 390px) {
  .recaptcha__robot_icon {
    margin: 0 3px;
  }
}
@media (max-width: 389px) {
  .recaptcha__robot {
    background: none;
    padding: 0;
    transform: scale(1);
    transform-origin: 0 0;
  }
  .recaptcha__robot_icon {
    display: none;
  }
}
@media (max-width: 359px) {
  .recaptcha__robot {
    transform: scale(0.95);
  }
}
@media (max-width: 320px) {
  .recaptcha__robot {
    transform: scale(0.92);
  }
}
.socialAuth_divider {
  align-items: center;
  color: #c3c6cf;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 200%;
  margin: 24px 0 0;
}
.socialAuth_divider span {
  margin: 0 12px;
}
.socialAuth_divider div {
  border-top: 0.5px solid #474b52;
  flex-grow: 1;
}
.socialAuth__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.socialAuth__wrapper .socialAuth_btn.button {
  background-color: #fff;
  margin-top: 0;
  padding: 7px;
}
.socialAuth__wrapper .socialAuth_btn.button:nth-child(2n) {
  margin-left: 16px;
}
.socialAuth__wrapper .socialAuth_btn.button .button__content img {
  height: 32px;
  margin-right: 0;
  width: 32px;
}
.socialAuth__title {
  color: #c3c6cf;
  font-size: 16px;
  line-height: 24px;
}
.socialAuth__btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.socialAuth_btn {
  flex-grow: 1;
  margin-top: 20px;
  width: calc(50% - 10px);
}
.socialAuth_btn:nth-child(2n) {
  margin-left: 20px;
}
.socialAuth_btn.button {
  padding: 13px 15px;
}
.bonusTitle {
  color: #fff;
  display: -webkit-box;
  font-weight: 600;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin: 0;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
}
.bonusTitle__link {
  color: #409cff;
  text-decoration: none;
}
.bonusTitle__link:hover {
  text-decoration: underline;
}
.progressBar {
  width: 100%;
}
.progressBar__progress_result {
  color: #c3c6cf;
  display: flex;
  font-size: 12px;
  height: 13px;
  justify-content: space-between;
  line-height: 16px;
  text-align: center;
}
.progressBar__progress_result_curent {
  color: #ffd500;
  font-size: 12px;
}
.progressBar__progress_result_label {
  color: #c3c6cf;
  font-size: 12px;
}
.progressBar__progress_result_label path {
  fill: #c3c6cf;
}
.progressBar__progress_line {
  background: none;
  border: 1px solid #474b52;
  border-radius: 4px;
  height: 8px;
  margin-top: 2px;
  padding: 1px;
  width: 100%;
}
.progressBar__progress_line_acive {
  background-color: #ffd500;
  border-radius: 3px;
  height: 4px;
  width: 0;
}
.bonuses__progress_range {
  color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  line-height: 14px;
  margin-top: 4px;
}
.bonuses__progress_current {
  font-size: 14px;
  line-height: 19px;
  margin-left: 0 !important;
  text-align: center;
  width: 100%;
}
.bonuses__progress_percents {
  color: #2ecc71;
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}
.progressBar__colors .progressBar__progress_line {
  border-color: #474b52;
}
.progressBar__colors .progressBar__progress_result {
  display: flex;
  justify-content: space-between;
}
.timer_normal,
.timer_small {
  display: flex;
  flex-flow: column-reverse;
  margin-top: auto;
}
.timer_normal .timer__title {
  color: #797c86;
  font-size: 8px;
  line-height: 150%;
  text-align: center;
}
.timer_normal .timer__body {
  color: #fff;
  display: flex;
  font-size: 9px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 15px;
  margin: 0 auto;
  position: relative;
}
.timer_small .timer__body,
.timer_small_critical .timer__body {
  display: flex;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 600;
  margin: 0 auto;
  width: 165px;
}
.timer_small .timer__block_dots,
.timer_small .timer__block_val {
  height: auto;
  line-height: 1;
}
.timer_small_critical .timer__block_val {
  color: #f8333c;
}
.timer_normal_critical .timer__body {
  border: 1px solid #f8333c;
}
.timer__block {
  display: flex;
  margin: 0 2px;
  width: auto;
}
.timer-small .timer__block_val {
  font-size: 20px;
  line-height: 20px;
}
.timer__block_title {
  text-transform: lowercase;
}
.timer_small .timer__block_title {
  line-height: 15px;
}
.timer_responsibleGaming {
  display: flex;
  flex-flow: column;
}
.timer_responsibleGaming .timer__body {
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 14px;
  margin: 0 auto;
  position: relative;
}
.timer_responsibleGaming .timer__block {
  display: flex;
  flex-direction: column;
  margin: 0 1px;
  width: auto;
}
.timer_mission,
.timer_mission_critical {
  display: flex;
  flex-flow: column-reverse;
  margin-top: auto;
}
.timer_mission .timer__body,
.timer_mission_critical .timer__body {
  color: #fff;
  display: flex;
  font-size: 10px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 15px;
  margin: 0 auto;
  position: relative;
}
.timer_mission .timer__block,
.timer_mission_critical .timer__block {
  display: flex;
  margin: 0 2px;
  width: auto;
}
.timer_mission .timer__title,
.timer_mission_critical .timer__title {
  color: #c3c6cf;
  font-size: 9px;
  line-height: 150%;
  text-align: center;
}
.timer_mission_critical .timer__body,
.timer_mission_critical .timer__title {
  color: #ff6961;
}
.timer_bonus {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.timer_bonus .timer__body {
  display: flex;
  justify-content: center;
}
.timer_bonus .timer__block {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}
.timer_bonus .timer__block_title {
  bottom: 0;
  color: #ffd500;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  line-height: 150%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.timer_bonus .timer__block_dots {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .timer_bonus {
    font-size: 20px;
    line-height: 28px;
  }
  .timer_bonus .timer__block {
    padding-bottom: 15px;
  }
  .timer_bonus .timer__block_title {
    font-size: 10px;
    line-height: 14px;
  }
}
.timer_early {
  background: rgba(26, 28, 30, 0.7);
  border: 1px solid #474b52;
  border-radius: 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  left: 50%;
  line-height: 32px;
  padding: 16px 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.timer_early .timer__body {
  display: flex;
  justify-content: center;
}
.timer_early .timer__title {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.timer_early .timer__block {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}
.timer_early .timer__block_title {
  bottom: 0;
  color: #ffd500;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  line-height: 150%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.timer_early .timer__block_dots {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .timer_early {
    font-size: 20px;
    line-height: 28px;
    padding: 12px;
  }
  .timer_early .timer__block {
    padding-bottom: 15px;
  }
  .timer_early .timer__title {
    margin-bottom: 8px;
  }
  .timer_early .timer__block_title {
    font-size: 10px;
    line-height: 14px;
  }
}
.timer_achievements {
  background-color: #1a1c1e;
  border-radius: 4px;
  padding: 1px 4px 2px;
}
.timer_achievements .timer__body {
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}
.bonusCard {
  align-items: center;
  background: #282a2d;
  border: 1px solid #282a2d;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: calc(50% - 4px);
}
.bonusCard:hover {
  border: 1px solid #ffd500;
}
.bonusCard:hover .bonus__details {
  background-color: #282a2d;
  color: #ffd500;
}
.bonusCard:hover .bonus__change {
  text-decoration: underline;
}
.bonusCard:hover .bonusCard__view_all_arrow {
  display: none;
}
.bonusCard:hover .bonusCard__view_all_arrow_hover {
  display: flex;
}
.bonusCard .progressBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bonusCard .progressBar__progress_line {
  margin-bottom: 4px;
  margin-top: 4px;
}
.bonusCard .progressBar__progress_result {
  height: 16px;
}
.bonus__change {
  color: #409cff;
  font-size: 14px;
  line-height: 20px;
}
.bonus__choose {
  border: 1px solid #474b52;
  border-radius: 50%;
  height: 16px;
  min-width: 16px;
}
.bonus__choosen {
  align-items: center;
  background-color: #30db5b;
  border: 1px solid #30db5b;
  border-radius: 50%;
  display: flex;
  height: 16px;
  justify-content: center;
  min-width: 16px;
}
.bonus__choosen img {
  display: flex;
  width: 8px;
}
.bonusCard_error {
  border: 1px solid #ff6961;
  margin-bottom: 5px;
}
.bonusCard_selected {
  border: 1px solid #ffd500;
}
.bonusCard_bonus_no {
  cursor: pointer;
}
.bonusCard__noBonus {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.bonusCard__noBonus img {
  margin-right: 8px;
}
.bonusCard__sidebar {
  background: none;
  border: none;
  cursor: default;
  width: 100%;
}
.bonusCard__sidebar:hover {
  border: none;
}
.bonusCard__sidebar .bonusTitle {
  min-height: auto;
}
.bonusCard__sidebar .bonusCard__devider {
  border: none;
}
.bonusCard__sidebar .bonusCard__devider,
.bonusCard__sidebar .bonusCard__top {
  padding: 8px 0;
}
.bonusCard__sidebar .progressBar {
  background-color: #282a2d;
  border-radius: 8px;
  padding: 4px 12px;
}
.bonusCard__view_all_arrow {
  display: flex;
}
.bonusCard__view_all_arrow_hover {
  display: none;
}
.bonusCard__hoverBorder {
  display: none;
  pointer-events: none;
}
.bonusCard__wager {
  background: #393a3d;
  border: 1px solid #474b52;
  border-radius: 8px 0 8px 0;
  color: #c3c6cf;
  display: block;
  font-weight: 600;
  left: 0;
  padding: 2px 3px;
}
.bonusCard__wager,
.bonusCard__welcome {
  font-size: 8px;
  line-height: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}
.bonusCard__welcome {
  border: 1px solid #ffd500;
  border-radius: 0 8px 0 8px;
  color: #ffd500;
  padding: 1px 4px;
  right: 0;
}
.bonusCard__svgLabel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.bonusCard__top {
  align-items: center;
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  width: 100%;
}
.bonusCard__types {
  display: flex;
  gap: 12px;
  max-width: 100%;
}
.bonusCard__type {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.bonusCard_typeOfBonus,
.bonusCard_typeOfBonus svg {
  max-height: 80px;
  width: 80px;
}
.bonusCard__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 7px 0;
  width: 100%;
}
.bonusCard__content .progressBar {
  margin-bottom: 11px;
  margin-top: 27px;
}
.bonusCard__description {
  color: #c3c6cf;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  line-height: 18px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
}
.bonusCard__description p {
  margin: 0;
}
.bonusCard__description span * {
  display: inline;
}
.bonusCard__description img {
  margin-right: 4px;
  width: 13px;
}
.bonus__details {
  border-radius: 8px;
  color: #c3c6cf;
  gap: 4px;
  margin-left: auto;
  padding: 4px 4px 4px 8px;
}
.bonusCard__received,
.bonus__details {
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
.bonusCard__received {
  align-items: center;
  border: 1px solid #474b52;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  gap: 8px;
  height: 48px;
  justify-content: center;
  width: 100%;
}
.bonusCard__received img {
  width: 16px;
}
.bonusCard__devider {
  border-top: 1px solid #474b52;
  display: flex;
  padding: 8px 16px;
  width: 100%;
}
.bonusCard__inProgress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}
.bonusCard__inProgress + .bonusCard__timer,
.bonusCard__inProgress + .bonusCard__timer_critical,
.progressBar + .bonusCard__timer,
.progressBar + .bonusCard__timer_critical {
  margin-left: 8px;
  padding-left: 8px;
}
.bonusCard__devider + .progressBar {
  margin: 8px 0;
}
.bonusCard__inProgressWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}
.bonusCard__inProgressName,
.bonusCard__inProgressText {
  color: #c3c6cf;
  font-size: 12px;
  line-height: 16px;
}
.bonusCard__inProgressText {
  color: #ffd500;
}
.bonusCard__inProgressName {
  color: #c3c6cf;
}
.bonusCard__inProgressBar {
  background-image: url("progressBar.bd993b15.svg");
  border-radius: 4px;
  height: 4px;
  width: 100%;
}
.bonusCard__timer,
.bonusCard__timer_critical {
  border: 1px solid #474b52;
  border-radius: 8px;
  height: 48px;
  margin-left: -6px;
  min-width: 102px;
  padding: 9px 8px 9px 12px;
}
.bonusCard__timer_critical {
  border: 1px solid #ff6961;
}
.bonusCard__banner_wrapper {
  border-radius: 6px 6px 0 0;
  display: flex;
  height: 120px;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1032px) {
  .carousel_cashierPopup .bonusCard {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bonusCard__sidebar .bonusCard__top {
    flex-direction: column;
  }
  .bonusCard__sidebar .bonusTitle {
    text-align: center;
  }
  .bonusCard__sidebar .bonusCard_typeOfBonus,
  .bonusCard__sidebar .bonusCard_typeOfBonus svg {
    width: 80px;
  }
  .bonusCard__sidebar .bonusCard__devider {
    max-width: 328px;
  }
}
@media (max-width: 719px) {
  .bonusCard {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bonusTitle {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
  .bonusCard__content {
    padding: 0;
  }
  .bonusCard__top {
    padding: 8px 12px 8px 8px;
  }
  .bonusCard__sidebar .bonusCard_typeOfBonus,
  .bonusCard__sidebar .bonusCard_typeOfBonus svg,
  .bonusCard_typeOfBonus,
  .bonusCard_typeOfBonus svg {
    max-height: 60px;
    width: 60px;
  }
  .bonusCard__sidebar .bonusCard__devider {
    max-width: 100%;
  }
  .bonus__details_text {
    display: none;
  }
}
.registrationIndia__body {
  border-radius: 8px;
  display: flex;
  max-width: 100%;
  min-height: 740px;
  width: 844px;
}
.registrationIndia__logoPage {
  display: none;
}
.registrationIndia__img {
  display: block;
  position: relative;
  width: 50%;
}
.registrationIndia__img img {
  border-radius: 12px 0 0 12px;
  display: flex;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.registrationIndia__form {
  padding: 40px 0 75px;
  position: relative;
  width: 50%;
}
.registrationIndia__form .recaptcha {
  margin: 30px 0 0;
}
.registrationIndia__form .logo {
  margin-bottom: 40px;
}
.registrationIndia__formContainer {
  margin: 0 auto;
  max-width: 100%;
  width: 342px;
}
.registrationIndia__formContainer .bonusCard {
  height: 56px;
  margin-bottom: 8px;
  width: 100%;
}
.registrationIndia__formContainer .bonusCard__content {
  height: auto;
  padding: 0;
}
.registrationIndia__formContainer .bonusTitle {
  font-size: 14px;
  line-height: 20px;
  min-height: auto;
}
.registrationIndia__formContainer .bonusCard_typeOfBonus {
  height: 40px;
  width: auto;
}
.registrationIndia__formContainer .bonusCard_bonus_no {
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 12px;
}
.registrationIndia__formContainer .bonusCard_typeOfBonus svg {
  max-height: 40px;
  width: 40px;
}
.registrationIndia__formContainer .registration__currencyDropdown {
  margin-right: 0;
  width: 100%;
}
.registrationIndia__formContainer .registration__currencyDropdown .input__dropdown_wrapOptions {
  left: 0;
}
.registrationIndia__img .registrationIndia__bg_mobile {
  display: none;
}
.registrationIndia__text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px;
}
.registrationIndia__color {
  color: #30db5b;
  font-weight: 600;
  text-transform: uppercase;
}
.registrationIndia__app_logo {
  text-align: center;
}
.registration__nickHint {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.registration__nickHint li:before {
  content: "-";
  margin-right: 5px;
}
.registration__field {
  position: relative;
}
.registration__field_link {
  color: #409cff;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.registration__pbHeader {
  background-color: #1a1c1e;
  border-radius: 0 6px 0 0;
  height: 62px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.registration__header_title {
  color: #c3c6cf;
  font-size: 16px;
  line-height: 22px;
  margin: -20px 0 40px;
  position: relative;
  z-index: 2;
}
.registration__header_title svg {
  margin-right: 10px;
}
.registration__header_title .registration__headerBtn {
  background: none;
  border: none;
  color: #c3c6cf;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  text-transform: none;
}
.registration__header_title:hover path {
  fill: #fff;
}
.registration__header_title:hover .registration__headerBtn {
  color: #fff;
}
.registration__typeToggler {
  height: 32px;
  margin-bottom: 20px;
  position: relative;
}
.registration__pb_loader {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 12px 12px 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.registration__pb_loader .loader,
.registration__pb_loader .loader__flex {
  background: transparent;
  position: relative;
}
.registration__pb_loader .loader {
  height: auto;
  padding: 0;
}
.registration__pb_loader .loader_icon:after {
  background: #000;
}
.registration__pb_loader .loader_icon:before {
  background: transparent;
}
.registration_phone {
  position: relative;
}
.registration_phone .input__field .form__input {
  display: flex;
}
.registration_phone .form__input.input__input_iconPosition_inside .input__infoIcon + input {
  padding-left: 44px;
}
.registration_phone img {
  filter: invert(100%) sepia(0) saturate(2%) hue-rotate(230deg) brightness(104%) contrast(101%);
}
.registration__disabled {
  color: #35373b;
}
.registration__promo {
  color: #409cff;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.registration__promo:hover {
  text-decoration: underline;
}
.registration__link {
  box-shadow: none;
  color: #409cff;
}
.registration__link:hover {
  text-decoration: underline;
}
.registration__currency {
  padding-bottom: 18px;
}
.registration__label {
  color: #c3c6cf;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 8px;
}
.registration__button {
  margin-top: 20px;
  transition: all 0.5s ease-in;
  width: 100%;
}
.registration__button span {
  letter-spacing: 1px;
}
.registration__login {
  align-items: center;
  color: #c3c6cf;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 150%;
  margin-top: 20px;
}
.popup__body_registrationIndia .registration__login .login__link {
  margin-left: 4px;
  margin-top: 0;
}
.registration__shareMain {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.registration__shareSub {
  color: #c3c6cf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
.registration__qrCode span {
  color: #c3c6cf;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  text-align: center;
}
.registration__qrCode a {
  border-radius: 6px;
  display: block;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  width: 150px;
}
.registration__qrCode img {
  height: 100%;
  width: 100%;
}
.popup__body_registrationIndia .registrationIndia__form .recaptcha__robot {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  transform: scale(1.13);
  transform-origin: 0 0;
}
@media (max-width: 1024px) {
  .registrationIndia__body {
    flex-flow: column;
    width: 100%;
  }
  .registrationIndia__logoPage {
    display: flex;
    height: 33px;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    z-index: 2;
  }
  .registrationIndia__logoPage .logo__desktopIcon {
    height: 33px;
    width: 160px;
  }
  .registrationIndia__logoPage .logo__mobileIcon {
    opacity: 0;
    position: absolute;
  }
  .registrationIndia__logoPage .logo__desktopIcon {
    opacity: 1;
    position: relative;
    z-index: 0;
  }
  .registrationIndia__img {
    max-height: 284px;
  }
  .registrationIndia__img img {
    border-radius: 12px 12px 0 0;
  }
  .registrationIndia__img .registrationIndia__bg {
    display: none;
  }
  .registrationIndia__form {
    background: #121316;
    border-radius: 0 0 12px 12px;
    height: 100%;
    padding: 60px 0 110px;
    width: auto;
  }
  .registrationIndia__img {
    width: 100%;
  }
  .registrationIndia__img img {
    position: relative;
  }
  .popup__body_registrationIndia .popup__close {
    right: 24px;
    top: 24px;
  }
  .registrationIndia__img .registrationIndia__bg_mobile {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
  .registration__pbHeader {
    background-color: transparent;
  }
  .registration__header_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .registrationIndia__img img {
    border-radius: 0;
  }
  .registrationIndia__form {
    border-radius: 0;
    position: static;
  }
}
@media (max-height: 568px) {
  .registrationIndia__form {
    position: relative;
  }
}
@media (max-width: 480px) {
  .popup__body_registrationIndia .popup__close {
    right: 16px;
    top: 16px;
  }
  .registrationIndia__logoPage {
    margin: 16px 0;
  }
  .registrationIndia__form {
    flex-grow: 1;
    padding: 45px 16px 110px;
  }
}
@media (max-width: 365px) {
  .popup__body_registrationIndia .registrationIndia__form .recaptcha__robot {
    transform: scale(1.02);
  }
}
@media (max-width: 360px) {
  .registrationIndia__form {
    padding-top: 46px;
  }
  .registrationIndia__logoPage {
    height: 20px;
  }
  .registrationIndia__logoPage .logo__desktopIcon {
    height: 20px;
    width: 100px;
  }
  .registration__header_title,
  .registration__promo,
  .registration__typeToggler,
  .registration_phone .input__field {
    margin-bottom: 16px;
  }
  .registration__button,
  .registration__login {
    margin-top: 16px;
  }
  .registration__shareMain {
    font-size: 18px;
    line-height: 27px;
  }
}
.registrationOnePage__body {
  border-radius: 8px;
  display: flex;
  max-width: 100%;
  min-height: 740px;
  width: 844px;
}
.registrationOnePage__logoPage {
  display: none;
}
.registrationOnePage__img {
  display: block;
  position: relative;
  width: 50%;
}
.registrationOnePage__img img {
  border-radius: 12px 0 0 12px;
  display: flex;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.registrationOnePage__form {
  padding: 20px 0;
  position: relative;
  width: 50%;
}
.registrationOnePage__form .registrationOnePage__formContainer .locale {
  bottom: 0;
  left: 50%;
  margin-top: 16px;
  position: relative;
  transform: translateX(-50%);
}
.registrationOnePage__form .input__field_password {
  margin-bottom: 16px;
}
.registrationOnePage__form .socialAuth_divider {
  margin: 16px 0;
}
.registrationOnePage__form .registrationOnePageForm__checkbox {
  margin-top: 16px;
}
.registrationOnePage__form .recaptcha {
  margin: 16px 0 0;
}
.registrationOnePage__form .logo {
  margin-bottom: 40px;
}
.registrationOnePage__formContainer {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  width: 342px;
}
.registrationOnePage__formContainer .bonusCard {
  height: 56px;
  margin-bottom: 8px;
  width: 100%;
}
.registrationOnePage__formContainer .bonusCard__content {
  height: auto;
  padding: 0;
}
.registrationOnePage__formContainer .bonusTitle {
  font-size: 14px;
  line-height: 20px;
  min-height: auto;
}
.registrationOnePage__formContainer .bonusCard_typeOfBonus {
  height: 40px;
  width: auto;
}
.registrationOnePage__formContainer .bonusCard_bonus_no {
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 12px;
}
.registrationOnePage__formContainer .bonusCard_typeOfBonus svg {
  max-height: 40px;
  width: 40px;
}
.registrationOnePage__formContainer .registrationOnePageForm__currencyDropdown {
  margin-right: 0;
  width: 100%;
}
.registrationOnePage__formContainer
  .registrationOnePageForm__currencyDropdown
  .input__dropdown_wrapOptions {
  left: 0;
}
.registrationOnePage__img .registrationOnePage__bg_mobile {
  display: none;
}
.registrationOnePage__text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px;
}
.popup__body_registrationIndia .popup__close {
  border: 1px solid #474b52;
  border-radius: 6px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  height: 20px;
  padding: 4px;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 20px;
  z-index: 3;
}
.registrationOnePage__color {
  color: #30db5b;
  font-weight: 600;
  text-transform: uppercase;
}
.popup__body_registrationIndia .popup__close:hover {
  border-color: #ffd500;
}
.popup__body_registrationIndia .popup__close:hover path {
  fill: #ffd500;
}
.registrationOnePage__app_logo {
  text-align: center;
}
.registrationOnePageForm__nickHint {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.registrationOnePageForm__nickHint li:before {
  content: "-";
  margin-right: 5px;
}
.registrationOnePageForm__field {
  position: relative;
}
.registrationOnePageForm__field_link {
  color: #409cff;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.registrationOnePageForm__pbHeader {
  background-color: #1a1c1e;
  border-radius: 0 6px 0 0;
  height: 62px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.registrationOnePageForm__header_title {
  color: #c3c6cf;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.registrationOnePageForm__header_title svg {
  margin-right: 10px;
}
.registrationOnePageForm__header_title .registrationOnePageForm__headerBtn {
  background: none;
  border: none;
  color: #c3c6cf;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  text-transform: none;
}
.registrationOnePageForm__header_title:hover path {
  fill: #fff;
}
.registrationOnePageForm__header_title:hover .registrationOnePageForm__headerBtn {
  color: #fff;
}
.registrationOnePageForm__typeToggler {
  height: 32px;
  margin-bottom: 16px;
  position: relative;
}
.registrationOnePageForm__pb_loader {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 12px 12px 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.registrationOnePageForm__pb_loader .loader__flex {
  background: transparent;
  position: relative;
}
.registrationOnePageForm__pb_loader .loader {
  background: transparent;
  height: auto;
  padding: 0;
  position: relative;
}
.registrationOnePageForm__pb_loader .loader_icon:after {
  background: #000;
}
.registrationOnePageForm__pb_loader .loader_icon:before {
  background: transparent;
}
.registrationOnePageForm_promo .input__field {
  margin-bottom: 16px;
}
.registrationOnePageForm_code .input__field {
  margin-bottom: 0;
}
.registrationOnePageForm_phone {
  position: relative;
}
.registrationOnePageForm_phone .input__field {
  margin-bottom: 16px;
}
.registrationOnePageForm_phone .input__field .form__input {
  display: flex;
}
.registrationOnePageForm_phone
  .form__input.input__input_iconPosition_inside
  .input__infoIcon
  + input {
  padding-left: 44px;
}
.registrationOnePageForm_phone img {
  filter: invert(100%) sepia(0) saturate(2%) hue-rotate(230deg) brightness(104%) contrast(101%);
}
.registrationOnePageForm__code {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.registrationOnePageForm__codeTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 8px 0;
  text-align: center;
}
.registrationOnePageForm__codeDescription {
  color: #c3c6cf;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.registrationOnePageForm__codeDescription span {
  font-weight: 600;
}
.registrationOnePageForm__disabled {
  color: #35373b;
}
.registrationOnePageForm__promo {
  color: #409cff;
  cursor: pointer;
  font-size: 14px;
  margin: 0 auto 16px;
  text-align: center;
  width: max-content;
}
.registrationOnePageForm__promo:hover {
  text-decoration: underline;
}
.registrationOnePageForm__link {
  box-shadow: none;
  color: #409cff;
}
.registrationOnePageForm__link:hover {
  text-decoration: underline;
}
.registrationOnePageForm__label {
  color: #c3c6cf;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 8px;
}
.registrationOnePageForm__button {
  margin-top: 16px;
  transition: all 0.5s ease-in;
  width: 100%;
}
.registrationOnePageForm__button span {
  letter-spacing: 1px;
}
.registrationOnePageForm__login {
  align-items: center;
  color: #c3c6cf;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 150%;
  margin-top: 16px;
}
.popup__body_registrationIndia .registrationOnePageForm__login .login__link {
  margin-left: 4px;
  margin-top: 0;
}
.registrationOnePageForm__shareMain {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.registrationOnePageForm__shareSub {
  color: #c3c6cf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
.registrationOnePageForm__qrCode span {
  color: #c3c6cf;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  text-align: center;
}
.registrationOnePageForm__qrCode a {
  border-radius: 6px;
  display: block;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  width: 150px;
}
.registrationOnePageForm__qrCode img {
  height: 100%;
  width: 100%;
}
.popup__body_registrationIndia .registrationOnePage__form .recaptcha__robot {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  transform: scale(1.13);
  transform-origin: 0 0;
}
@media (max-width: 1024px) {
  .registrationOnePage__body {
    flex-flow: column;
    width: 100%;
  }
  .registrationOnePage__logoPage {
    display: flex;
    height: 33px;
    justify-content: center;
    margin: 20px 0;
  }
  .registrationOnePage__logoPage .logo__desktopIcon {
    height: 33px;
    width: 160px;
  }
  .registrationOnePage__logoPage .logo__mobileIcon {
    opacity: 0;
    position: absolute;
  }
  .registrationOnePage__logoPage .logo__desktopIcon {
    opacity: 1;
    position: relative;
    z-index: 0;
  }
  .registrationOnePage__img {
    max-height: 284px;
  }
  .registrationOnePage__img img {
    border-radius: 12px 12px 0 0;
  }
  .registrationOnePage__img .registrationOnePage__bg {
    display: none;
  }
  .registrationOnePage__form {
    background: #121316;
    border-radius: 0 0 12px 12px;
    height: 100%;
    padding: 20px 0 110px;
    width: auto;
  }
  .registrationOnePage__form .registrationOnePage__formContainer .locale {
    margin-top: 8px;
  }
  .registrationOnePage__img {
    width: 100%;
  }
  .registrationOnePage__img img {
    position: relative;
  }
  .popup__body_registrationIndia .popup__close {
    right: 24px;
    top: 24px;
  }
  .registrationOnePage__img .registrationOnePage__bg_mobile {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
  .registrationOnePageForm__pbHeader {
    background-color: transparent;
  }
  .registrationOnePageForm__header_title {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .registrationOnePageForm__header_title_hideOnMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .registrationOnePage__img img {
    border-radius: 0;
  }
  .registrationOnePage__form {
    border-radius: 0;
    position: static;
  }
}
@media (max-height: 568px) {
  .registrationOnePage__form {
    position: relative;
  }
}
@media (max-width: 480px) {
  .popup__body_registrationIndia .popup__close {
    right: 16px;
    top: 16px;
  }
  .registrationOnePage__logoPage {
    margin: 16px 0;
  }
  .registrationOnePageForm__header_title,
  .registrationOnePageForm__promo,
  .registrationOnePageForm__typeToggler {
    margin-bottom: 8px;
  }
  .registrationOnePageForm__login {
    margin-top: 8px;
  }
  .registrationOnePageForm_phone .input__field,
  .registrationOnePageForm_promo .input__field {
    margin-bottom: 8px;
  }
  .registrationOnePage__form {
    flex-grow: 1;
    padding: 20px 16px 110px;
  }
  .registrationOnePage__form .input__field_password {
    margin-bottom: 8px;
  }
  .registrationOnePage__form .socialAuth_divider {
    margin: 8px 0;
  }
  .registrationOnePage__form .registrationOnePageForm__checkbox {
    margin-top: 8px;
  }
  .registrationOnePage__form .recaptcha {
    margin: 8px 0 0;
  }
  .registrationOnePageForm__button {
    margin-top: 8px;
  }
  .registrationOnePageForm__code {
    margin-bottom: 8px;
  }
}
@media (max-width: 365px) {
  .popup__body_registrationIndia .registrationOnePage__form .recaptcha__robot {
    transform: scale(1.02);
  }
}
@media (max-width: 360px) {
  .registrationOnePage__form {
    padding-top: 20px;
  }
  .registrationOnePage__logoPage {
    height: 20px;
  }
  .registrationOnePage__logoPage .logo__desktopIcon {
    height: 20px;
    width: 100px;
  }
  .registrationOnePageForm__shareMain {
    font-size: 18px;
    line-height: 27px;
  }
}
.tabBar {
  background-color: #121316;
  border-top: 0.5px solid #474b52;
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  padding-bottom: 8px;
  position: fixed;
  width: 100vw;
  z-index: 131;
}
.tabBar__item {
  flex-grow: 1;
}
.tabBar__click,
.tabBar__item {
  display: flex;
  justify-content: center;
}
.tabBar__click {
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  height: 100%;
  padding: 8px 0 6px;
  text-decoration: none;
  width: 80px;
}
.tabBar__click:hover .tabBar__title,
.tabBar__click_active .tabBar__title {
  color: #ffd500;
}
.tabBar__click:hover .tabBar__menuLine,
.tabBar__click:hover .tabBar__menuLine:after,
.tabBar__click:hover .tabBar__menuLine:before,
.tabBar__click_active .tabBar__menuLine,
.tabBar__click_active .tabBar__menuLine:after,
.tabBar__click_active .tabBar__menuLine:before {
  background: #ffd500;
}
.tabBar__click:hover .tabBar__icon_active,
.tabBar__click_active .tabBar__icon_active {
  display: block;
}
.tabBar__click:hover .tabBar__icon,
.tabBar__click_active .tabBar__icon {
  display: none;
}
.tabBar__iconWrapper,
.tabBar__iconWrapperBonusAnimation {
  height: 24px;
  position: relative;
  width: 24px;
}
.tabBar__iconWrapperBonusAnimation {
  animation: giftMove 3s linear 2s infinite;
}
.tabBar__iconWrapperBonusAnimation .tabBar__bonusesCount:after {
  animation: pulseBonusIcon 3s linear infinite;
  border: 2px solid #ff1aa3;
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}
.tabBar__bonusesCount {
  background-color: #ff1aa3;
  border: 1px solid #000;
  border-radius: 7.5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  line-height: 7px;
  min-width: 15px;
  padding: 3.5px 4px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
}
.tabBar__icon_active {
  display: none;
}
.tabBar__menuBtn {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tabBar__menuLine {
  background: #fff;
  border-radius: 4px;
  display: inline-flex;
  height: 1.33px;
  position: relative;
  transition: transform 0.25s linear;
}
.tabBar__menuLine:after,
.tabBar__menuLine:before {
  background: #fff;
  border-radius: 4px;
  content: "";
  height: 1.33px;
  position: absolute;
  top: -6px;
  transition: top 0.25s ease 0.25s;
  width: 100%;
}
.tabBar__menuLine:after {
  bottom: -6px;
  top: auto;
  transition: bottom 0.25s linear 0.25s, transform 0.25s linear;
}
.tabBar__click_active .tabBar__menuLine {
  transform: rotate(45deg);
  transition: transform 0.25s linear 0.35s;
}
.tabBar__click_active .tabBar__menuLine:before {
  top: 0;
  transition: top 0.25s ease 0.1s;
}
.tabBar__click_active .tabBar__menuLine:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.25s linear 0.1s, transform 0.25s linear 0.35s;
}
.tabBar__title {
  color: #c3c6cf;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  margin-top: 4px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tabBar {
    display: flex;
  }
}
@media (max-width: 480px) {
  .tabBar__click {
    width: 100%;
  }
}
.social_theme-footer {
  background-color: #282a2d;
  border-radius: 16px;
  padding: 12px 8px;
}
.social_theme-footer .social__item {
  border-right: 1px solid rgba(195, 198, 207, 0.5);
  display: flex;
  flex-basis: 20%;
  flex-grow: 1;
  height: 42px;
  justify-content: center;
  padding: 6px;
  position: relative;
}
.social_theme-footer .social__item:last-child {
  border: none;
}
.social_theme-footer .social__link:not(:hover) * {
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
}
.social,
.social__link {
  align-items: center;
  display: flex;
}
.social__link {
  box-shadow: none;
}
.social__link:hover {
  background: none;
  border: none;
}
.social__title {
  background: #282a2d;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-family: Open Sans;
  font-size: 12px;
  left: 50%;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -5px;
  transform: translate(-50%, calc(-100% - 17px));
  width: 130px;
}
.social__title:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #282a2d;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.social__title_show {
  align-items: center;
  color: #c3c6cf;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-left: 24px;
}
.social__text_wrapper {
  color: #c3c6cf;
  flex-basis: 59%;
}
.social__text {
  font-size: 24px;
  line-height: 150%;
  margin-left: 22%;
  max-width: 530px;
  width: 72.5%;
}
.social__wrap_in {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.social__title_in {
  color: #c3c6cf;
  font-family: Montserrat;
}
.social__link:hover .social__title_show {
  color: #ffd500;
}
.social__icon_FB {
  max-width: none;
}
.social__icon_FB * {
  fill: #ffd500;
}
.social_theme-header {
  border-bottom: 1px solid #474b52;
  border-top: 1px solid #474b52;
  margin: 0;
  padding: 16px 12px;
  position: relative;
}
.social_theme-header .social__title_show {
  font-size: 16px;
  line-height: 24px;
  margin-left: 12px;
}
.social_theme-header .social__link:not(:hover) * {
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
}
.social_theme-header .social__item {
  margin: 0 32px 0 0;
}
.social_theme-header .social__item:last-child {
  margin: 0;
}
.social_theme-header .social__icon {
  max-height: 22px;
  max-width: 22px;
}
.social_theme-home {
  background: #282a2d;
  border-radius: 16px;
  justify-content: center;
  padding: 32px 0;
}
.social_theme-home .social__item {
  border-right: 1px solid rgba(195, 198, 207, 0.5);
  display: flex;
  flex-basis: 20%;
  justify-content: center;
  padding: 6px;
  position: relative;
}
.social_theme-home .social__item:last-child {
  border: none;
}
.social_theme-home .social__icon {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.social_theme-home .social__icon_FB {
  height: 32px;
  max-height: 32px;
  max-width: 165px;
  width: 165px;
}
.social_theme-home .social__link:hover .social__title {
  display: block;
}
.social_theme-kz {
  background: #1a1c1e;
  justify-content: center;
  padding: 40px 80px 32px;
}
.social_theme-kz .social__icon {
  height: 32px;
  width: 32px;
}
.social_theme-kz .social__text_wrapper {
  flex-basis: auto;
  max-width: 100%;
}
.social_theme-kz .social__item {
  border-right: 1px solid #c3c6cf;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  max-width: 100%;
  padding: 14px 0;
  position: relative;
}
.social_theme-kz .social__link {
  align-items: center;
  margin-right: 160px;
}
.social_theme-kz .social__text {
  margin-left: 160px;
}
.social_theme-in {
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  width: 600px;
}
.social_theme-in .social__item {
  margin: 0 5px;
  padding: 10px;
}
.social_theme-home .social__link:not(:hover) *,
.social_theme-in .social__link:not(:hover) *,
.social_theme-kz .social__link:not(:hover) * {
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
}
.social_theme-contactUs .social__item,
.social_theme-contactUsKZ .social__item {
  margin-right: 42px;
}
.social_theme-contactUs .social__link:not(:hover) *,
.social_theme-contactUsKZ .social__link:not(:hover) * {
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
}
.social_theme-contactUs .social__link:hover *,
.social_theme-contactUsKZ .social__link:hover * {
  filter: invert(0);
}
.social_theme-contactUs .social__title_show,
.social_theme-contactUsKZ .social__title_show {
  font-size: 18px;
  line-height: 150%;
  margin-left: 16px;
}
.social_theme-contactUs .social__icon,
.social_theme-contactUsKZ .social__icon {
  height: 30px;
  width: 30px;
}
@media (hover: none) {
  .social_theme-home .social__link:hover .social__title {
    display: none;
  }
}
@media (max-width: 1199px) {
  .social_theme-in {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .social__text {
    font-size: 18px;
  }
  .social_theme-kz {
    padding: 40px;
  }
  .social_theme-kz .social__link {
    margin-right: 70px;
  }
  .social_theme-kz .social__text {
    margin-left: 70px;
    max-width: 370px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .social_theme-ua {
    margin: 32px 0 0;
  }
  .social__text {
    margin-left: 13.5%;
    width: 77.5%;
  }
  .social__text_wrapper {
    flex-basis: 72%;
  }
}
@media (max-width: 767px) {
  .social_theme-kz .social__link {
    margin-right: 20px;
  }
  .social_theme-kz .social__text {
    margin-left: 20px;
    max-width: 370px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .social {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .social_theme-home .social__icon_FB {
    height: 26px;
    width: 135px;
  }
  .social_theme-home .social__icon {
    max-height: 24px;
    max-width: 24px;
  }
}
@media (max-width: 480px) {
  .social_theme-home {
    padding: 32px 16px;
  }
  .social_theme-home .social__item {
    border-right: none;
    flex-basis: 24px;
    padding: 0;
  }
  .social_theme-kz {
    padding: 11px 16px;
  }
  .social_theme-kz .social__icon {
    height: 24px;
    width: 24px;
  }
  .social_theme-kz .social__text,
  .social_theme-kz .social__title_show {
    font-size: 16px;
  }
  .social_theme-kz .social__text {
    margin-left: 16px;
  }
  .social_theme-kz .social__link {
    margin-right: 16px;
  }
  .social__title_show {
    margin-left: 12px;
  }
  .social_theme-contactUs .social__item,
  .social_theme-contactUsKZ .social__item {
    margin-right: 0;
  }
}
.footerSocials {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 80px;
}
.footerSocials__block {
  flex-grow: 1;
  justify-content: center;
  margin-right: 20px;
}
.footerSocials__block:last-child {
  margin-right: 0;
}
.footerSocials__blockTitle {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}
.footerSocials__blockTitle span {
  margin-left: 8px;
}
@media (max-width: 1439px) {
  .footerSocials {
    padding: 20px 40px;
  }
}
@media (max-width: 1024px) {
  .footerSocials {
    flex-wrap: wrap;
  }
  .footerSocials__block {
    margin: 0 0 20px;
    width: 100%;
  }
  .footerSocials__block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .footerSocials {
    padding: 20px 16px;
  }
}
.footer {
  background-color: #1a1c1e;
  padding: 0 0 40px;
  position: relative;
}
.footer_home {
  padding: 0 82px 90px;
}
.footer__body_inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px 82px 60px;
}
.footer__content {
  background-color: #1a1c1e;
  border: 1px solid #474b52;
  border-radius: 8px;
  border-radius: 12px;
  color: #c3c6cf;
  font-size: 14px;
  max-height: 200px;
  overflow: auto;
  padding: 30px 25px;
}
.footer__menu .menu__text {
  font-size: 14px;
}
.footer__content::-webkit-scrollbar {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 0 12px 12px 0;
  width: 14px;
}
.footer__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid transparent;
  border-radius: 7px;
  outline: none;
}
.footer__content > :first-child {
  margin-top: 0;
}
.footer__content h1 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.footer__content h2 {
  font-size: 18px;
  margin: 30px 0 0;
}
.footer__content h3 {
  font-size: 15px;
  margin: 30px 0 0;
}
.footer__content h4 {
  font-size: 12px;
  margin: 15px 0 0;
}
.footer__content h5 {
  font-size: 10px;
  margin: 15px 0 0;
}
.footer__content h6 {
  font-size: 8px;
  margin: 15px 0 0;
}
#apg-seal-container:hover {
  opacity: 1;
  transition: all 0.5s ease-in;
}
#apg-seal-container {
  display: inline-block;
  height: 50px;
  opacity: 0.5;
  vertical-align: middle;
  width: 50px;
}
#apg-seal-link {
  display: flex;
}
.footer__content p {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 0;
}
.footer__content a {
  color: #409cff;
  margin: 0;
  outline: 0;
  text-decoration: none;
}
.footer__content a:hover {
  text-decoration: underline;
}
.footer__flex {
  display: flex;
  flex-direction: column-reverse;
}
.footer__licence_info {
  color: #c3c6cf;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  margin: 40px 0 20px;
  position: relative;
}
.footer__item {
  display: inline-block;
  margin-left: 20px;
  opacity: 0.5;
  transition: all 0.5s ease-in;
  vertical-align: middle;
}
.footer__item:hover {
  opacity: 1;
  transition: all 0.5s ease-in;
}
.footer__item:first-child {
  margin-left: 0;
}
.footer__icon {
  display: inline-block;
  vertical-align: middle;
}
.footer__icon + .footer__icon {
  margin-left: 20px;
}
.footer__item .footer__icon {
  margin: 0;
}
.footer__additional {
  margin: 40px auto 0;
  max-width: 1200px;
}
.footer__supportButton {
  margin: 0 auto;
}
.footer__supportIcon {
  filter: invert(7%) sepia(11%) saturate(495%) hue-rotate(169deg) brightness(102%) contrast(92%);
  vertical-align: middle;
}
.antille {
  margin-left: 20px;
}
.footer__copyright {
  margin-bottom: 20px;
  text-align: center;
}
.footer__games {
  position: relative;
}
.footer__additional,
.footer__games .footer__additional {
  text-align: center;
}
.footer__games .footer__flex {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 82px;
  text-align: center;
}
.footer__games .footer__licence_info {
  margin: 0;
  width: 100%;
}
.curacao_license {
  border: none;
  width: 120px;
}
.curacao_license,
.gcbLicense {
  height: 50px;
  margin-left: 40px;
  vertical-align: middle;
}
.gcbLicense {
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  width: 88px;
}
.gcbLicense img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1439px) {
  .footer__body_inner {
    padding: 24px 40px 60px;
  }
  .footer {
    padding: 0 0 70px;
  }
  .footer__games .footer__flex {
    padding: 0 40px;
  }
}
@media (max-width: 1250px) {
  .footer__games .footer__licence_info {
    margin: 0;
    max-width: 100%;
  }
  #apg-seal-container,
  .footer__item {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .footer__menu .menu__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__content,
  .footer__content p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 0 0 90px;
  }
  .footer__menu {
    padding-bottom: 2px;
  }
  .footer__licence_info {
    margin: 30px 0 0;
  }
  .footer__body_inner {
    padding: 14px 16px 60px;
  }
  .footer__content,
  .footer__content p {
    font-size: 14px;
  }
  .footer__content h1 {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .footer__supportButton.button_size_s span {
    line-height: 19px;
  }
}
.avatar {
  background: #000;
  border: 1px solid #474b52;
  border-radius: 8px;
  overflow: hidden;
}
.avatar,
.avatar .avatar__image {
  height: 100%;
  width: 100%;
}
@keyframes pulseBonusIcon {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  16% {
    opacity: 1;
    transform: scale(0.9);
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  82% {
    opacity: 0;
  }
  84% {
    opacity: 1;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(0.9);
  }
}
@keyframes giftMove {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  16% {
    transform: rotate(15deg);
  }
  22% {
    transform: rotate(-15deg);
  }
  27% {
    transform: rotate(15deg);
  }
  32% {
    transform: rotate(-15deg);
  }
  33% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0);
  }
}
.userinfo,
.userinfo__casino {
  align-items: center;
  display: inline-flex;
}
.userInfo__button,
.userinfo__bonus {
  background-color: #282a2d;
  border-radius: 8px;
  display: block;
  height: 40px;
  margin-left: 20px;
  padding: 8px;
  position: relative;
  width: 40px;
}
.userInfo__button_open .userinfo__bellHoverIcon {
  display: block;
}
.userInfo__button_open .userinfo__bellIcon,
.userinfo__bellHoverIcon {
  display: none;
}
.userInfo__button:hover {
  cursor: pointer;
}
.userInfo__button:hover .userinfo__bellHoverIcon {
  display: block;
}
.userInfo__button:hover .userinfo__bellIcon {
  display: none;
}
.userinfo__bonus:hover .userinfo__bonusMobIcon path {
  fill: #ffd500;
}
.userinfo__bonus:hover .userinfo__bonusMobIcon .head {
  fill: #594b00;
}
.userinfo__notificationIcon,
.userinfo__notificationsCount {
  background-color: #ff1aa3;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 9px;
  min-width: 20px;
  padding: 3.5px 4px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
}
.userinfo__notificationsCount {
  background-color: #ffd500;
  color: #000;
}
.bonusAnimation .userinfo__notificationIcon:after {
  animation: pulseBonusIcon 3s linear infinite;
  border: 2px solid #ff1aa3;
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bonusAnimation .userinfo__bonusMobIcon {
  animation: giftMove 3s linear 2s infinite;
}
.userinfo__nick_error {
  color: #ff6961;
}
.userinfo__signIn {
  background-color: #282a2d;
  margin-right: 20px;
  padding: 10px 12px;
}
.userinfo__registration {
  padding: 10px 12px;
}
.userinfo__profileIcon_error {
  filter: invert(40%) sepia(7%) saturate(7441%) hue-rotate(320deg) brightness(100%) contrast(101%);
}
.userinfo__playButtonIcon,
.userinfo__walletMobIcon {
  display: none;
}
.userinfo__playButton {
  margin-left: 20px;
  padding: 10px 12px;
}
.userinfo__depButton.button_theme_green.button_size_s,
.userinfo__playButton {
  line-height: 18px;
  padding: 10px 12px;
}
.userinfo__balance {
  background-color: #282a2d;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: -10px;
  padding: 10px 20px 10px 12px;
}
.userinfo__avatar,
.userinfo__avatar_err {
  height: 42px;
  margin-left: 20px;
  width: 42px;
}
.userinfo__avatar_err .avatar {
  border-color: #ff6961;
}
@media (max-width: 1150px) {
  .header_pokerAuth .userinfo__depButton.button_theme_green.button_size_s {
    padding: 6px;
  }
  .header_pokerAuth .userinfo__cashierLinkText {
    display: none;
  }
  .header_pokerAuth .userinfo__walletMobIcon {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 1024px) {
  .header_pokerAuth .userinfo__depButton.button_theme_green.button_size_s {
    padding: 10px 12px;
  }
  .header_pokerAuth .userinfo__cashierLinkText {
    display: block;
  }
  .header_pokerAuth .userinfo__walletMobIcon {
    display: none;
  }
  .userinfo__signIn {
    margin-right: 20px;
  }
  .userinfo__playButton {
    display: none;
  }
  .userInfo__button,
  .userinfo__bonus {
    margin-left: 16px;
  }
  .userinfo__bonus {
    display: none;
  }
  .userinfo__avatar,
  .userinfo__avatar_err {
    margin-left: 16px;
  }
}
@media (max-width: 510px) {
  .header_pokerAuth .userinfo__depButton.button_theme_green.button_size_s {
    padding: 6px;
  }
  .header_pokerAuth .userinfo__cashierLinkText {
    display: none;
  }
  .header_pokerAuth .userinfo__walletMobIcon {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 480px) {
  .userinfo__signIn {
    margin-right: 8px;
  }
  .userinfo__registration,
  .userinfo__signIn {
    font-size: 12px;
    line-height: 18px;
    padding: 9px 12px;
  }
  .userinfo__walletMobIcon {
    display: flex;
  }
  .userinfo__playButton {
    font-size: 12px;
  }
  .userinfo__balance {
    font-size: 12px;
    line-height: 18px;
    margin-right: -6px;
    padding: 9px 10px 9px 8px;
  }
  .userinfo__depButton.button_theme_green.button_size_s {
    padding: 6px;
  }
  .userinfo__depButton.button_theme_green.button_size_s span {
    line-height: 0;
  }
  .userinfo__cashierLinkText {
    display: none;
  }
  .userinfo__walletMobIcon {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
  .userinfo__notificationIcon {
    font-size: 10px;
    height: 18px;
    padding: 3px;
    right: -5px;
    top: -9px;
  }
  .userInfo__button,
  .userinfo__bonus {
    padding: 6px;
  }
  .userInfo__button,
  .userinfo__avatar,
  .userinfo__avatar_err,
  .userinfo__bonus {
    height: 36px;
    margin-left: 12px;
    width: 36px;
  }
  .userinfo__notificationIcon,
  .userinfo__notificationsCount {
    border-radius: 9px;
    font-size: 10px;
    height: 18px;
    line-height: 7px;
    min-width: 18px;
  }
}
@media (max-width: 359px) {
  .userinfo__registration {
    display: none;
  }
  .userinfo__signIn {
    margin-right: 0;
  }
}
.header {
  height: 80px;
}
.header__downloadPanel + .header {
  height: 143px;
}
.header__casinoMainMenu + .header {
  height: 140px;
}
.header__downloadPanel + .header .header__content,
.header__downloadPanel + .header .header__contentHiddenMenuBtn {
  top: 67px;
}
@keyframes animationcard1 {
  0% {
    opacity: 1;
    transform: matrix(0.76604 0.64279 0.64553 -0.76374 -39.14 40.77);
  }
  to {
    opacity: 0.1;
    transform: matrix(0.82904 0.5592 0.56216 -0.82703 -39.2 40.8);
  }
}
@keyframes animationcard2 {
  0% {
    transform: matrix(0.76604 0.64279 0.64553 -0.76374 -39.14 40.77);
  }
  to {
    transform: matrix(0.891 0.45399 0.45718 -0.88937 -39.28 40.84);
  }
}
.animate__card1,
.animate__card2 {
  transition: transform 0.5s ease;
}
.inGameua__btn:hover .animate__card1 {
  transform: matrix(0.82904, 0.5592, 0.56216, -0.82703, -39.2, 40.8);
  transition: transform 0.5s ease;
}
.inGameua__btn:hover .animate__card2 {
  transform: matrix(0.891, 0.45399, 0.45718, -0.88937, -39.28, 40.84);
  transition: transform 0.5s ease;
}
.header__casinoMainMenu {
  background-color: #1a1c1e;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 8px 0 5px;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 9;
}
.header__casinoMainMenu .casinoMainMenu__container {
  padding: 0 82px;
}
.header__downloadPanel {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.inGame_wrap .popup__wrapper {
  height: calc(100% - 80px);
  top: 80px;
  z-index: 2000000000;
}
.inGame {
  background: url("inGame.6ce6b6cf.jpg") no-repeat bottom #000;
  margin-top: 40px;
  min-height: 853px;
  width: 100%;
}
.inGame__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 845px;
  padding: 40px 16px 0;
}
.inGame__description,
.inGame__title {
  font-family: Montserrat;
  text-align: center;
}
.inGame__description {
  color: #c3c6cf;
  font-size: 18px;
  line-height: 30px;
  margin: 20px auto 40px;
  max-width: 844px;
  padding: 0 16px;
}
.inGame__actions {
  display: flex;
  justify-content: center;
}
.inGameua__btn {
  background-color: #fed41e;
  border: none;
  border-radius: 4px;
  box-shadow: inset -1px -1px 4px rgba(0, 0, 0, 0.15), inset 1px 1px 4px hsla(0, 0%, 100%, 0.298);
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-left: 40px;
  padding: 0 20px 0 0;
}
.inGameua__btn svg {
  border-radius: 4px 0 0 4px;
  height: 34px;
  width: 39px;
}
.inGameua__btn svg rect {
  fill: #fed41e;
}
.inGameua__btn:hover {
  background-color: #ffed30;
  border: none;
  box-shadow: 0 0 8px rgba(255, 237, 48, 0.4);
}
.inGameua__btn:hover svg rect {
  fill: #ffed30;
}
.inGameua__btn:hover .button__content {
  color: #000;
}
.inGame__btn {
  margin-left: 20px;
  width: 304px;
}
.inGame__btn_download {
  width: 304px;
}
.header__content,
.header__contentHiddenMenuBtn {
  background: #0d0e11;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 130;
}
.header__container {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 19px 82px 20px;
  position: relative;
}
.header_sport .header__container {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}
.header__logo {
  display: inline-flex;
}
.header__left,
.header__menuItemLink {
  align-items: center;
  display: flex;
}
.header__menuItemLink {
  box-shadow: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.header__menuBtnFake {
  height: 20px;
  margin-right: 30px;
  width: 30px;
}
.header__menuBtn {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 20px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: auto;
  width: 30px;
  z-index: 101;
}
.header_menuOpen .header__menuBtn {
  position: fixed;
  top: auto;
}
.header__menuLine {
  background: #fff;
  display: inline-flex;
  height: 2px;
  position: relative;
  transition: transform 0.25s linear;
}
.header__menuLine:after,
.header__menuLine:before {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: -7px;
  transition: top 0.25s ease 0.25s;
  width: 100%;
}
.header__menuLine:after {
  bottom: -7px;
  top: auto;
  transition: bottom 0.25s linear 0.25s, transform 0.25s linear;
}
.header__menuBtn:hover .header__menuLine,
.header__menuBtn:hover .header__menuLine:after,
.header__menuBtn:hover .header__menuLine:before {
  background: #ffd500;
}
.header_menuOpen .header__menuLine {
  transform: rotate(45deg);
  transition: transform 0.25s linear 0.35s;
}
.header_menuOpen .header__menuLine:before {
  top: 0;
  transition: top 0.25s ease 0.1s;
}
.header_menuOpen .header__menuLine:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.25s linear 0.1s, transform 0.25s linear 0.35s;
}
.header__leftLinks,
.header__menuItemLink {
  align-items: center;
  display: flex;
}
.header__leftLinks img,
.header__menuItemLink img {
  filter: invert(0) sepia(0) saturate(1%) hue-rotate(121deg) brightness(103%) contrast(101%);
}
.header__leftItemLink {
  align-items: center;
  box-shadow: none;
  color: #fff;
  display: flex;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.header__leftItemLink + .header__leftItemLink {
  margin-left: 10px;
}
.header__leftItemLink img,
.header__menuItemLink img {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.header__leftItemLink.link_hovered,
.header__leftItemLink:hover,
.header__menuItemLink.link_hovered,
.header__menuItemLink:hover {
  background-color: #282a2d;
  border-radius: 8px;
  color: #ffd500;
}
.header__leftItemLink.link_hovered img,
.header__leftItemLink:hover img,
.header__menuItemLink.link_hovered img,
.header__menuItemLink:hover img {
  filter: invert(0);
}
.header_menuOpen .header__leftLinks,
.header_menuOpen .header__logo,
.header_menuOpen .header__right {
  filter: blur(8px);
  transition: filter 0.3s linear;
}
.header__right {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 0;
  position: relative;
}
.header__wrapLinkPayments {
  background: radial-gradient(circle at 0 0, #161b1f, #080a0c);
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  min-width: 185px;
  overflow: hidden;
  position: relative;
}
.header__itemLinkPayment {
  border-bottom: 1px solid #1c2228;
  color: hsla(0, 0%, 100%, 0.7);
  cursor: pointer;
  font-size: 13px;
  padding: 7px 20px;
  text-decoration: none;
}
.header__itemLinkPayment:last-child {
  border-bottom: none;
}
.header__itemLinkPayment:hover {
  background: #242b32;
  color: #fff;
}
.header__menuBackdrop {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.header_menuOpen .header__menuBackdrop {
  opacity: 1;
  transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  visibility: visible;
  z-index: 99;
}
.header__menu {
  background: #0d0e11;
  bottom: 0;
  display: flex;
  flex-flow: column;
  left: 0;
  min-width: 385px;
  padding-left: calc(50% - 640px);
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  width: calc(50% - 335px);
  z-index: 100;
}
.header_sport .header__menu {
  padding-left: 20px;
  width: 325px;
}
.header__menuScrollWrapper {
  display: flex;
  flex-flow: column;
  overflow-x: hidden;
  overflow-y: auto;
}
.header_mounted .header__menu {
  transition: transform 0.25s linear;
}
.header_menuOpen .header__menu {
  transform: translateX(0);
}
.header__menuTitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 500;
  margin: 25px 0 32px 42px;
}
.header__menuDownloadPanel .header__menuTitle {
  margin: 95px 0 32px 42px;
}
.header__menuWrapLocale {
  display: flex;
  flex-flow: column;
  padding-bottom: 16px;
}
.header__supportWrapper {
  border-top: 1px solid #474b52;
  padding: 4px 0;
}
.header__supportButton {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px;
  position: relative;
  text-transform: none;
  width: 100%;
}
.header__supportButton:hover {
  color: #ffd500;
}
.header__supportButton:hover:before {
  transition-delay: 0s !important;
  width: 100%;
}
.header__supportButton img {
  height: 24px;
  width: 24px;
}
.header__supportButton:before {
  background: #282a2d;
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.18s linear;
  width: 0;
  z-index: -1;
}
.header__supportIcon {
  vertical-align: middle;
}
.header__downloadIcon {
  margin-left: auto;
}
.header__download {
  margin: 4px 0;
}
.header__download_wrap {
  background: linear-gradient(0deg, #1a1c1e, #1a1c1e);
  border-radius: 8px;
}
.header__download_wrap:nth-child(2) {
  margin-top: 4px;
}
.header__downloadButton {
  align-items: center;
  background: linear-gradient(
    278.66deg,
    rgba(255, 213, 0, 0) 76.83%,
    rgba(255, 213, 0, 0.2) 101.02%
  );
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 24px 9px 16px;
  text-decoration: none;
}
.header__downloadButton_desc {
  color: #ffd500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.header__menuLogout {
  align-items: center;
  align-self: flex-start;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.9px;
  margin: 40px 0 0 12px;
  position: relative;
  text-transform: uppercase;
}
.header__menuLogout:hover .header__menuLogoutTxt {
  color: #ffd500;
}
.header__menuLogout:hover img {
  filter: invert(7%) sepia(94%) saturate(3102%) hue-rotate(2deg) brightness(108%) contrast(101%);
}
.header__menuLogoutIcon {
  margin-left: 12px;
}
.header__menuLinksMobile,
.header__mobUserLink,
.header__userInfoMobile,
.header__userInfoNickIcon {
  display: none;
}
.full-page .page_poker .page__body {
  margin-top: 0;
}
.full-page {
  overscroll-behavior: none;
}
.full-page .gameWrapper {
  height: var(--inner-height);
}
.header__menuTopInfo {
  padding: 24px 0;
  position: relative;
}
.header__menuTopInfo:after {
  background: linear-gradient(90deg, #fff 78.81%, hsla(0, 0%, 100%, 0.6));
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.13;
  position: absolute;
  width: 100%;
}
.header__enterRow {
  align-items: center;
  display: inline-flex;
}
.header__enterRowIcon {
  margin-right: 8px;
}
.header__enterRowText {
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  text-decoration: none;
}
.header__enterRow .header__arrow_right {
  transition: transform 1s ease-in;
}
.header__enterRow:hover .header__arrow_right {
  margin-left: 5px;
}
.header__userInfoRow {
  display: flex;
  font-family: Open Sans;
  margin: 12px 0 0;
}
.header__userInfoRowItem {
  width: 50%;
}
.header__userInfoRowLabel {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}
.header__userInfoRowValue {
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: space-between;
}
.header__userInfoCopy {
  position: relative;
}
.header__userInfoCopyMessage {
  background: linear-gradient(
    89.91deg,
    hsla(0, 0%, 6%, 0.98) 0.08%,
    hsla(0, 0%, 6%, 0.98) 0.09%,
    rgba(0, 0, 0, 0.98) 82.06%
  );
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
}
.header__userInfoCopyIcon {
  cursor: pointer;
}
.header__userInfoCopyIcon:hover * {
  fill: #fff;
  stroke: #fff;
}
.header__arrow {
  border: solid hsla(0, 0%, 100%, 0.6);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}
.header__arrow_bottom {
  transform: rotate(45deg);
}
.header__arrow_right {
  transform: rotate(-45deg);
}
.header__registration {
  display: none;
}
.inGame_wrap .popup__close_registration {
  right: 20px;
  top: 60px;
}
@media (max-width: 1440px) {
  .inGame {
    margin-top: 0;
  }
  .inGame_wrap .popup__close_registration {
    top: 20px;
  }
  .inGame_wrap .popup__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    top: 0;
  }
  .header__casinoMainMenu .casinoMainMenu__container {
    padding: 0 40px;
  }
}
@media (max-height: 1024px) and (max-width: 1440px) {
  .inGame_wrap .popup__wrapper {
    align-items: start;
  }
}
@media (min-height: 880px) and (min-width: 1025px) {
  .inGame_wrap .popup__wrapper {
    align-items: center;
  }
}
@media (max-width: 1439px) {
  .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__menu {
    padding-left: 40px;
  }
  .header__userInfoCopyMessage {
    right: 0;
    transform: none;
  }
}
@media (max-width: 1150px) {
  .header_pokerAuth .header__leftItemLink + .header__leftItemLink {
    margin-left: 4px;
  }
  .header_pokerAuth .userInfo__button,
  .header_pokerAuth .userinfo__avatar,
  .header_pokerAuth .userinfo__avatar_err,
  .header_pokerAuth .userinfo__bonus,
  .header_pokerAuth .userinfo__playButton {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) {
  .header__leftLinks {
    display: none;
  }
  .header__right {
    flex-grow: 1;
  }
  .header__leftItemLink {
    margin: 0;
  }
  .header__logo {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
  .header__menuLinksMobile {
    border-bottom: 1px solid #474b52;
    border-top: 1px solid #474b52;
    display: flex;
    gap: 10px;
    opacity: 1;
    padding: 8px 0;
    position: relative;
  }
  .header__menuItemLink.active:before,
  .header__menuItemLink:hover:before {
    width: 100%;
  }
  .header__menuItemLink img {
    height: 16px;
    width: 16px;
  }
  .header__contentHiddenMenuBtn .header__menuTitle {
    display: none;
  }
  .popup__body_inGame {
    background-color: #000;
    height: 100%;
    min-height: 1084px;
  }
  .inGame {
    background: url("inGameTab.a29a50e9.jpg") no-repeat bottom #000;
    background-color: #000;
    min-height: 1084px;
    padding: 0 16px;
  }
  .header__menuScrollWrapper {
    padding: 5px 0 16px;
  }
  .header__contentHiddenMenuBtn .header__menuScrollWrapper {
    padding-top: 16px;
  }
  .header__contentHiddenMenuBtn .header__menuBtn,
  .header__contentHiddenMenuBtn .header__menuBtnFake,
  .header__contentHiddenMenuBtn .header_menuOpen .header__menuBtn {
    display: none;
  }
  .header__menuBtnFake {
    margin-right: 16px;
  }
  .header__menuWrapLocale {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .inGameua__btn {
    margin-left: 20px;
  }
  .popup__body_inGame {
    min-height: 828px;
  }
  .inGame {
    background: url("ingameMob.53edf6b0.jpg") no-repeat bottom #000;
    background-size: 480px;
    min-height: 728px;
    padding: 0 16px;
  }
  .inGame__actions {
    flex-direction: column;
  }
  .inGame__btn,
  .inGame__btn_download {
    margin: 0;
    width: 100%;
  }
  .inGame__btn {
    margin-top: 16px;
  }
  .inGame__title {
    font-size: 24px;
    line-height: 29px;
  }
  .inGame__description {
    font-size: 16px;
    line-height: 30px;
    margin: 16px auto 24px;
  }
  .header__menuScrollWrapper {
    padding-right: 16px;
  }
}
@media (max-width: 676px) {
  .header__supportButton {
    padding: 12px 16px;
  }
}
@media (max-width: 480px) {
  .header__registration {
    display: block;
  }
  .inGameua__btn {
    margin-left: 15px;
  }
  .inGame__actions {
    align-items: center;
    flex-direction: column;
  }
  .header__userInfoNick {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    text-decoration: none;
  }
  .header__userInfoNickIcon {
    display: inline-flex;
    margin-right: 8px;
  }
  .header__userInfoPin {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .header__userInfoPinTitle {
    color: #797c86;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .header__userInfoMobile {
    color: #fff;
    display: flex;
    flex-flow: column;
  }
  .header__menu,
  .header_sport .header__menu {
    min-width: auto;
    padding: 0;
    width: 100%;
  }
  .inGameua__btn {
    background: none #fed41e;
    margin-left: 12px;
    padding: 8px 15px;
  }
  .inGameua__btn svg {
    display: none;
  }
  .header__menuBtn:hover .header__menuLine,
  .header__menuBtn:hover .header__menuLine:after,
  .header__menuBtn:hover .header__menuLine:before {
    background: #fff;
  }
  .header__leftLinks {
    top: 50px;
  }
  .header__downloadPanel + .header {
    height: 120px;
  }
  .header_menuOpen .header__menuBtn {
    left: calc(100% - 56px);
    top: 20px;
    transition: left 0.25s linear;
  }
  .header__menuScrollWrapper,
  .header__registration,
  .header__userInfoMobile {
    padding: 16px 16px 0;
  }
  .header__registration .button > span {
    font-size: 12px;
    line-height: 160%;
  }
  .header__menuLinksMobile:before {
    left: 16px;
    right: 16px;
  }
  .header__menuWrapLocale {
    align-items: center;
    flex-flow: row;
    justify-content: space-between;
    padding: 35px 16px 80px;
  }
  .header__menuWrapLocale .locale__item {
    margin-right: 18px;
  }
  .header__menuWrapLocale .locale__item:last-child {
    margin-right: 0;
  }
  .header__menuLogout {
    align-self: center;
    font-size: 16px;
    margin: 0;
  }
  .header__menuTopInfo {
    margin-bottom: 16px;
  }
  .header__casinoMainMenu + .header {
    height: 141px;
  }
  .header__menuTitle {
    display: none;
  }
  .header__container {
    height: 60px;
    padding: 11px 16px;
  }
  .header {
    height: 60px;
  }
  .header__menuBtnFake {
    margin-right: 16px;
    width: 24px;
  }
  .header__menuBtn {
    left: 16px;
    width: 24px;
  }
  .header__casinoMainMenu + .header {
    height: 92px;
  }
  .header__casinoMainMenu {
    top: 60px;
  }
  .header__casinoMainMenu .casinoMainMenu__container {
    padding: 0 16px;
  }
  .header__casinoMainMenu + .header {
    height: 120px;
  }
  .header_sport .header__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__content .userCard {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .inGame {
    min-height: 760px;
  }
}
@media (max-width: 359px) {
  .header__registration {
    visibility: visible;
    width: 170px;
  }
  .header__menuWrapLocale {
    align-items: center;
    flex-flow: row;
    padding: 35px 0 80px;
  }
}
@media (max-width: 320px) {
  .logo {
    width: 90px;
  }
  .userinfo .button {
    font-size: 11px;
  }
}
.tasksWidget {
  background-color: #000;
  padding: 18px 82px 5px;
  width: 100%;
}
.tasksWidget__wrapper {
  background-image: url("progress_background.beae3d35.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1276px;
  padding: 5px 16px 10px;
}
.tasksWidget__progressWrapper {
  align-items: center;
  display: flex;
  height: 24px;
  margin-bottom: 3px;
}
.tasksWidget__progress {
  align-items: center;
  background-color: #1a1c1e;
  border-radius: 8px;
  display: flex;
  height: 10px;
  justify-content: space-evenly;
  padding: 1px;
  position: relative;
  width: 100%;
}
.tasksWidget__progress:before {
  background-color: #ffd500;
  left: 1px;
  width: calc(var(--solid-width, 0%) - 2px);
}
.tasksWidget__progress:after,
.tasksWidget__progress:before {
  border-radius: 8px;
  content: "";
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
}
.tasksWidget__progress:after {
  background-image: repeating-linear-gradient(45deg, gold 0 6px, transparent 6px 12px);
  left: var(--solid-width, 0);
  width: var(--striped-width, 0);
}
.tasksWidget__step {
  align-items: center;
  background-color: #1a1c1e;
  border-radius: 50%;
  color: #ffd500;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  line-height: 20px;
  width: 24px;
  z-index: 1;
}
.tasksWidget__stepCompleted {
  background-color: #ffd500;
  box-shadow: 0 0 4px 0 rgba(26, 28, 30, 0.8);
  color: #1a1c1e;
}
.tasksWidget__stepCompleted img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(15%) saturate(371%) hue-rotate(169deg)
    brightness(96%) contrast(91%);
}
.tasksWidget__titles {
  display: flex;
  gap: 10px;
  padding: 0 calc(var(--step-percent, 0%) / 2);
}
.tasksWidget__title {
  color: #fff;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.tasksWidget__titleTablet {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 18px;
}
.tasksWidget__arrow_open {
  transform: rotate(180deg);
}
.tasksWidget__progressWrapper {
  position: relative;
  width: 100%;
}
.tasksWidget__dropdownList {
  background-color: #282a2d;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  padding: 12px;
}
.tasksWidget__dropdownItem {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.tasksWidget__dropdownItem:last-child .tasksWidget__dropdownStep {
  border: none;
}
.tasksWidget__dropdownItem:last-child .tasksWidget__dropdownStep img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(4576%) hue-rotate(185deg)
    brightness(85%) contrast(89%);
}
.tasksWidget__dropdownText {
  color: #fff;
  font-size: 12px;
  gap: 10px;
  line-height: 18px;
}
.tasksWidget__dropdownStep {
  align-items: center;
  border: 1px solid #c3c6cf;
  border-radius: 50%;
  color: #c3c6cf;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  line-height: 12px;
  width: 16px;
}
.tasksWidget__dropdownStepCompleted {
  border: none;
}
.tasksWidget__dropdownStepCompleted:last-child img {
  filter: none;
}
@media (max-width: 1440px) {
  .tasksWidget {
    padding: 18px 40px 5px;
  }
  .tasksWidget__wrapper {
    margin: 0;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .tasksWidget__progress {
    justify-content: space-between;
    padding-left: calc((100% - var(--count) * 24px) / (var(--count)));
  }
  .tasksWidget__title {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .tasksWidget {
    padding: 18px 16px 5px;
  }
  .tasksWidget__wrapper {
    background-image: url("progress_background_mobile.8bebbf0b.jpg");
  }
}
.restrictedAreas {
  align-items: center;
  background: #19141a;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.restrictedAreas__img {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.restrictedAreas__img img {
  max-width: 100%;
}
.restrictedAreas__content {
  max-width: 750px;
  padding: 15px;
  z-index: 2;
}
.restrictedAreas__title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.restrictedAreas__text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.restrictedAreas__link {
  box-shadow: none;
  color: #fbb730;
  display: block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .restrictedAreas__title {
    font-size: 25px;
  }
  .restrictedAreas__text {
    font-size: 15px;
  }
}
.phPopup {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 620px;
}
.phPopup__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.phPopup__description {
  color: #c3c6cf;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.phPopup__sentTo {
  color: #fff;
  font-weight: 600;
}
.phPopup__form {
  max-width: 410px;
  width: 100%;
}
.phPopup__label {
  color: #c3c6cf;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.phPopup__sendCode {
  color: #409cff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.phPopup__sendCode_disabled {
  color: #797c86;
}
.phPopup__sendCode:hover {
  text-decoration: underline;
}
.phPopup__actions {
  display: flex;
  gap: 20px;
  width: 100%;
}
.phPopup__btn {
  flex: 1;
}
@media (max-width: 739px) {
  .phPopup__actions {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .phPopup__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .phPopup__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .phPopup__sendCode {
    margin-bottom: 16px;
  }
  .phPopup__actions {
    gap: 16px;
  }
}
.page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page,
.page__head,
.page_poker {
  position: relative;
}
.page__head {
  flex: 0 0 auto;
}
.page__body {
  flex: 1 0 auto;
  position: relative;
}
.page__body > div {
  height: 100%;
}
.page__footer {
  flex: 0 0 auto;
  position: relative;
}
.snow_animation {
  height: 100vh;
  left: 50%;
  max-height: 800px;
  max-width: 1440px;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .snow_animation {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .snow_animation {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .snow_animation {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .snow_animation {
    height: 320px;
  }
}
.errorPage {
  min-height: 400px;
  padding: 40px 16px;
  text-align: center;
}
.errorPage__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 16px 0;
}
.errorPage__subtitle {
  color: #c3c6cf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 32px;
}
.errorPage__btn {
  min-width: 200px;
}
