@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 700;
  src: local("Muller Bold"), local("MullerBold"),
    url(fonts/muller_bold.f46fec22fe00f222f37ed4c117339b91.woff2)
      format("woff2"),
    url(fonts/Muller-Bold.8c6e1b8574831eeb117ce698515f9a1c.woff) format("woff");
}

@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 800;
  src: local("Muller ExtraBold"), local("MullerExtraBold"),
    url(fonts/muller_extra_bold.93f0aa5c2c13b6bdf116fa80cce5fd65.woff2)
      format("woff2"),
    url(fonts/Muller-ExtraBold.dbc5716e3fa97fe3721e5f53aa41ec55.woff)
      format("woff");
}

@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 900;
  src: local("Muller Black"), local("MullerBlack"),
    url(fonts/muller_black.cb2ad4a14e24799709b541daa61c575b.woff2)
      format("woff2"),
    url(fonts/Muller-Black.27725c574aa908aa1a790f0e6fbb4786.woff) format("woff");
}

@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 300;
  src: local("Muller Light"), local("MullerLight"),
    url(fonts/muller_light.8ecac673d1a9144b89ba902acc773274.woff2)
      format("woff2"),
    url(fonts/Muller-Light.7a12029f75952aa12f175cbb840f6083.woff) format("woff");
}

@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 500;
  src: local("Muller Medium"), local("MullerMedium"),
    url(fonts/muller_medium.791d5958be3a4deb0c60bf641105fbc7.woff2)
      format("woff2"),
    url(fonts/Muller-Medium.f88b4df4f2b1d4e12e9f470708e194f3.woff)
      format("woff");
}

@font-face {
  font-family: Muller;
  font-style: italic;
  font-weight: 500;
  src: local("Muller Medium Italic"), local("MullerMediumItalic"),
    url(fonts/muller_medium_italic.f2d923ec2a2ecac5754865f3d661ac96.woff2)
      format("woff2"),
    url(fonts/Muller-MediumItalic.543fb63ed1f36c6db25ad94ac58a1708.woff)
      format("woff");
}

@font-face {
  font-family: Muller;
  font-style: normal;
  font-weight: 400;
  src: local("Muller Regular"), local("MullerRegular"),
    url(fonts/muller_regular.96a27afe1a505f17f45d62993b8ae080.woff2)
      format("woff2"),
    url(fonts/Muller-Regular.e1cc3703edec36cd6e5cba1427f8d89c.woff)
      format("woff");
}

@font-face {
  font-family: Museo Sans Cyrl\500;
  font-style: normal;
  font-weight: 500;
  src: local("MuseoSansCyrl-500"), local("Museo Sans Cyrl 500"),
    url(fonts/MuseoSansCyrl-500.09e3e4f9f0ed50d4f3454fee78fb12ac.woff2)
      format("woff2"),
    url(fonts/MuseoSansCyrl-500.ee9aee2b3f0229eefc9ee630791bb57c.woff)
      format("woff");
}
@font-face {
  font-family: Sochi2014;
  font-style: normal;
  font-weight: 700;
  src: local("Sochi2014 Bold"), local("Sochi2014-Bold"),
    url(fonts/Sochi2014-Bold.b5e938118caf026434698a1e4c3c8ed1.woff)
      format("woff");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: initial;
}
a,
button,
input,
select,
textarea {
  border: 0;
  border-radius: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: initial;
}
a {
  text-decoration: none;
}
menu,
ol,
ul {
  list-style: none;
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #212132;
  background-image: url(assets/body_strips.526a52983c17baa3c7e277b3f871e06e.svg);
  background-repeat: repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Muller, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
header {
  align-items: center;
  background-color: #252536f2;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 90;
}
.beam {
  display: flex;
  justify-content: center;
  width: 100%;
}
header .header_box {
  align-items: center;
  height: inherit;
}
.beam .beam_block,
.block {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
}
.main_logo {
  display: flex;
}
.main_logo img {
  height: 100%;
  width: 200px;
}
header .panel_authorized,
header .panel_non_authorized {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .panel_authorized .btn_help,
header .panel_authorized > div,
header .panel_non_authorized .btn_help,
header .panel_non_authorized > div {
  padding: 0 10px;
}
header .button_register,
header .link_enter {
  font-size: 12px;
}
header .link_enter {
  align-items: center;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  color: inherit;
  cursor: pointer;
  display: none;
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header .link_enter.x_login-btn {
  display: flex;
}
.btn,
.btn_approve,
.btn_approve_large,
.btn_approve_small,
.btn_bonus,
.btn_icon,
.btn_primary,
.btn_primary_extralarge,
.btn_primary_large,
.btn_primary_small,
.btn_small,
.game_menu_non_authorized .button_register,
.game_menu_non_authorized .link_enter {
  align-items: center;
  background-color: #4d5a85;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Muller, sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 22px;
  outline: none;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn_approve_small,
.btn_icon,
.btn_primary_small,
.btn_small,
.game_menu_non_authorized .link_enter {
  font-size: 12px;
  height: 30px;
  padding: 0 30px;
}
.btn_primary_small {
  background-color: #fe284a;
  box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
}
header .button_add a,
header .button_register {
  margin-bottom: 0;
}
.visibility_hidden {
  visibility: hidden;
}
.header-login {
  background-color: #252536f2;
  border-bottom: 3px solid #fe284a;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  max-width: 335px;
  padding: 20px;
  position: absolute;
  transform: translateX(-40px) translateY(50px);
  width: 100%;
  z-index: 100;
}
header .panel_authorized .btn_help.header-login,
header .panel_authorized > div.header-login,
header .panel_non_authorized .btn_help.header-login,
header .panel_non_authorized > div.header-login {
  padding: 20px;
}
.header-login > * {
  position: relative;
  z-index: 1;
}
.header-login_btn-close {
  background-color: #0000;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 20px;
  z-index: 2;
}
.header-login_btn-close svg {
  fill: #646a87;
}
form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn_help {
  align-items: center;
  background-color: #0000;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 30px;
  padding: 2px 4px;
}
header .panel_authorized .btn_help:last-child,
header .panel_authorized > div:last-child,
header .panel_non_authorized .btn_help:last-child,
header .panel_non_authorized > div:last-child {
  padding-right: 0;
}
.btn_help .img_box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  width: 30px;
}
header .btn_help .img_box {
  margin-right: 5px;
}
.btn_help .img_box svg {
  height: 24px;
  width: 24px;
}
.btn_help span {
  color: #e8ce3a;
}
header .btn_help span {
  position: relative;
  top: 2px;
}
@media (max-width: 668px) {
  header {
    background-color: #161626;
    height: auto;
    max-height: 100px;
    min-height: 50px;
  }
}
@media (max-width: 1200px) {
  .header_and_main,
  footer,
  header {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .header_and_main,
  footer,
  header {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .header_and_main,
  footer,
  header {
    max-width: 768px;
  }
}
@media (max-width: 668px) {
  .header_and_main,
  footer,
  header {
    max-width: 668px;
  }
}
@media (max-width: 320px) {
  .header_and_main,
  footer,
  header {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .beam .beam_block,
  .block {
    padding: 0 20px;
  }
}
@media (max-width: 668px) {
  header .header_box {
    flex-direction: column;
  }
}
@media (max-width: 668px) {
  .beam .beam_block,
  .block {
    padding: 0 10px;
  }
}
@media (max-width: 668px) {
  header .main_logo {
    height: 50px;
  }
}
@media (max-width: 668px) {
  header .panel_non_authorized {
    border-top: 1px solid #363648;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 668px) {
  header .link_enter {
    display: flex;
  }
}
@media (max-width: 668px) {
  header .link_enter.x_login-btn {
    display: none;
  }
}
@media (max-width: 668px) {
  header .panel_non_authorized .button_register {
    padding: 0 12px;
  }
}
@media (max-width: 668px) {
  header .btn_help span {
    display: none;
  }
}
.btn_primary_small:focus,
.btn_primary_small:hover {
  box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}
.svg_question .svg_color {
  fill: none;
  stroke: #646a87;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.btn_help .svg_question .svg_color {
  stroke: #e8ce3a;
}
.btn_help:focus .svg_question .svg_color,
.btn_help:hover .svg_question .svg_color {
  stroke: #f5ea1a;
}
.main {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 96px;
  width: 100%;
}
.carousel_outer_wrapper {
  width: 100%;
}

@media (max-width: 668px) {
  .carousel_outer_wrapper {
    padding-top: 25%;
    position: relative;
  }
}
@media (max-width: 668px) {
  .carousel_inner_wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.carousel {
  font-family: Sochi2014, sans-serif;
  font-weight: 700;
  height: 380px;
  margin-top: -96px;
}
@media (max-width: 668px) {
  .carousel {
    margin-top: 0;
  }
}
@media (max-width: 668px) {
  .carousel,
  .carousel.carousel_init .carousel_img,
  .carousel.carousel_init .keen-slider__slide {
    height: 100%;
  }
}
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  box-shadow: 0 6px 30px 0 #000c;
  transition: transform 0.5s ease;
}
.carousel_img {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
.banner_wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.banner {
  object-fit: none;
  object-position: 50% 50%;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 668px) {
  .banner {
    object-fit: cover;
  }
}
.banner_jackpot_money_cards {
  display: flex;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
}
@media (max-width: 668px) {
  .banner_jackpot_money_cards {
    top: -2px;
  }
}
.banner_jackpot_money_card {
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
.banner_jackpot_money_card.money_card_major,
.banner_jackpot_money_card.money_card_minor {
  background-size: 180px 88px;
  height: 88px;
  transform: translateY(20px);
  width: 180px;
}
.banner_jackpot_money_card.money_card_major {
  background-image: -webkit-image-set(
    url(assets/money_card_major_desktop.33cad43fb0af0601a917706ba489027d.png) 1x,
    url(assets/money_card_major_desktop.x2.221675d3743f206a8836882f419403d4.png)
      2x
  );
  background-image: image-set(
    url(assets/money_card_major_desktop.33cad43fb0af0601a917706ba489027d.png) 1x,
    url(assets/money_card_major_desktop.x2.221675d3743f206a8836882f419403d4.png)
      2x
  );
}
@media (max-width: 668px) {
  .banner_jackpot_money_card.money_card_major,
  .banner_jackpot_money_card.money_card_minor {
    background-size: 86px 45px;
    height: 45px;
    transform: translateY(10px);
    width: 86px;
  }
}
@media (max-width: 668px) {
  .banner_jackpot_money_card.money_card_major {
    background-image: -webkit-image-set(
      url(assets/money_card_major_mobile.a506f264f4a6dbca8f6d803123d37c8c.png)
        1x,
      url(assets/money_card_major_mobile.x2.d49668e5a09aed9cf09280627ab3435e.png)
        2x
    );
    background-image: image-set(
      url(assets/money_card_major_mobile.a506f264f4a6dbca8f6d803123d37c8c.png)
        1x,
      url(assets/money_card_major_mobile.x2.d49668e5a09aed9cf09280627ab3435e.png)
        2x
    );
  }
}
.banner_jackpot_money_card .money_card_amount_major {
  background: linear-gradient(
    180deg,
    #cfc2b4 13%,
    #fef2df 44%,
    #d4c4b3 46%,
    #bbaa9b
  );
}
.banner_jackpot_money_card .money_card_amount_mega {
  background: linear-gradient(
    180deg,
    #fff47a,
    #f4b200 37.5%,
    #ffc30c 45.31%,
    #fff47a 99.48%
  );
}
.banner_jackpot_money_card .money_card_amount_minor {
  background: linear-gradient(
    180deg,
    #e2e2e2 13%,
    #b3b3b3 44%,
    #c1c1c1 46%,
    #e0e0e0
  );
}
.banner_jackpot_money_card .money_card_amount {
  -webkit-text-fill-color: #0000;
  -webkit-background-clip: text;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: calc(100% - 1px) calc(100% - 1px);
  bottom: 10px;
  font-size: 25px;
  font-variant-numeric: tabular-nums;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 668px) {
  .banner_jackpot .money_card_amount {
    font-size: 12px;
  }
}
@media (max-width: 668px) {
  .banner_jackpot .money_card_amount_major,
  .banner_jackpot .money_card_amount_minor {
    bottom: 6px;
  }
}
.banner_jackpot_money_card.money_card_mega {
  background-image: -webkit-image-set(
    url(assets/money_card_mega_desktop.45839772e8b7c6f3356ffa2f6ffbd9ca.png) 1x,
    url(assets/money_card_mega_desktop.x2.d1b9599fd513d2ef743f94c0fbad1bda.png)
      2x
  );
  background-image: image-set(
    url(assets/money_card_mega_desktop.45839772e8b7c6f3356ffa2f6ffbd9ca.png) 1x,
    url(assets/money_card_mega_desktop.x2.d1b9599fd513d2ef743f94c0fbad1bda.png)
      2x
  );
  background-size: 203px 88px;
  height: 88px;
  margin: 0 20px;
  width: 203px;
}
@media (max-width: 668px) {
  .banner_jackpot_money_card.money_card_mega {
    background-image: -webkit-image-set(
      url(assets/money_card_mega_mobile.c7363353ce884cd61b7ef8cfc0dad1c2.png) 1x,
      url(assets/money_card_mega_mobile.x2.a586fb1b02298356b451814218802ffb.png)
        2x
    );
    background-image: image-set(
      url(assets/money_card_mega_mobile.c7363353ce884cd61b7ef8cfc0dad1c2.png) 1x,
      url(assets/money_card_mega_mobile.x2.a586fb1b02298356b451814218802ffb.png)
        2x
    );
    background-size: 95px 45px;
    height: 45px;
    margin: 0 5px;
    width: 95px;
  }
}

@media (max-width: 668px) {
  .banner_jackpot .money_card_amount_mega {
    bottom: 7px;
  }
}
.banner_jackpot_money_card.money_card_minor {
  background-image: -webkit-image-set(
    url(assets/money_card_minor_desktop.26f61756e7a101fbae17f71bfc06ac19.png) 1x,
    url(assets/money_card_minor_desktop.x2.d464935f2695c9cbea5b76e5b142e7e6.png)
      2x
  );
  background-image: image-set(
    url(assets/money_card_minor_desktop.26f61756e7a101fbae17f71bfc06ac19.png) 1x,
    url(assets/money_card_minor_desktop.x2.d464935f2695c9cbea5b76e5b142e7e6.png)
      2x
  );
}
@media (max-width: 668px) {
  .banner_jackpot_money_card.money_card_minor {
    background-image: -webkit-image-set(
      url(assets/money_card_minor_mobile.7630bac047cbf6401a4c017640ae4b05.png)
        1x,
      url(assets/money_card_minor_mobile.x2.171d46fbe44afa3ca06a0b5bcaebb083.png)
        2x
    );
    background-image: image-set(
      url(assets/money_card_minor_mobile.7630bac047cbf6401a4c017640ae4b05.png)
        1x,
      url(assets/money_card_minor_mobile.x2.171d46fbe44afa3ca06a0b5bcaebb083.png)
        2x
    );
  }
}
.carousel_bmw-wrapper,
.carousel_crypto-wrapper,
.carousel_jackpot-wrapper,
.carousel_maxbet-wrapper,
.carousel_megawin-wrapper,
.carousel_mercedes-wrapper,
.carousel_xplus-wrapper {
  align-items: center;
  background: linear-gradient(
    90deg,
    #32125800 0,
    #321258e6 25%,
    #321258e6 75%,
    #32125800
  );
  display: flex;
  height: 62px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.carousel_bmw-wrapper,
.carousel_jackpot-wrapper {
  background: linear-gradient(
    270.09deg,
    #06104f00 0.07%,
    #06104fe6 25.04%,
    #06104fe6 74.96%,
    #06104f00 99.93%
  );
  height: 56px;
}
@media (max-width: 1200px) {
  .carousel_bmw-wrapper,
  .carousel_jackpot-wrapper {
    background: linear-gradient(
      270.09deg,
      #06104f00 0.07%,
      #06104fe6 10.06%,
      #06104fe6 89.94%,
      #06104f00 99.93%
    );
  }
}
@media (max-width: 668px) {
  .carousel_bmw-wrapper,
  .carousel_jackpot-wrapper {
    background: linear-gradient(
      269.99deg,
      #06104f00,
      #06104f99 33.33%,
      #06104f99 66.66%,
      #06104f00 99.99%
    );
    height: auto;
  }
}
.carousel_bmw-text,
.carousel_crypto-text,
.carousel_jackpot-text,
.carousel_maxbet-text,
.carousel_mercedes-text,
.carousel_xplus-text {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(
    180deg,
    #fff176,
    #ffc40f 50%,
    #f5b401 50.01%,
    #ffee5b
  );
  -webkit-background-clip: text;
  filter: drop-shadow(1px 1px rgba(0, 5, 52, 0.5));
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}
@media (max-width: 668px) {
  .carousel_bmw-text,
  .carousel_jackpot-text,
  .carousel_maxbet-text,
  .carousel_mercedes-text,
  .carousel_xplus-text {
    -webkit-text-fill-color: #fff;
    filter: none;
  }
}

@media (max-width: 1200px) {
  .carousel_megawin-wrapper {
    background: linear-gradient(
      90deg,
      #32125800 0,
      #321258e6 10%,
      #321258e6 90%,
      #32125800
    );
    height: 48px;
  }
}
.banner_maxwin .carousel_megawin-wrapper {
  background: none;
}
@media (max-width: 668px) {
  .banner_maxwin .carousel_megawin-wrapper,
  .carousel_megawin-wrapper {
    background: linear-gradient(
      90deg,
      #32125800 0,
      #32125899 20%,
      #32125899 80%,
      #32125800
    );
    height: auto;
  }
}
.carousel_megawin-text {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(
    180deg,
    #ffbc3a 0,
    #ffbc3a 50%,
    #e7971e 55%,
    #ffe47a 65%,
    #ffe47a 80%,
    #ffe47a
  );
  -webkit-background-clip: text;
  color: #321258e6;
  font-size: 40px;
  line-height: 48px;
  max-width: 1200px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 400px) {
  .banner_everyday .carousel_text,
  .carousel_megawin-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.banner_maxwin .carousel_megawin-text {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(
    180deg,
    #ffee5b 0,
    #ffee5b 40%,
    #ffd303 45%,
    #f4b001 50%,
    #ffd303 55%,
    #ffee5b 60%,
    #ffee5b
  );
  -webkit-background-clip: text;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .banner_maxwin .carousel_megawin-text,
  .carousel_megawin-text {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 1200px) {
  .carousel_megawin-wrapper {
    background: linear-gradient(
      90deg,
      #32125800 0,
      #321258e6 10%,
      #321258e6 90%,
      #32125800
    );
    height: 48px;
  }
}
@media (max-width: 668px) {
  .banner_maxwin .carousel_megawin-wrapper,
  .carousel_megawin-wrapper {
    background: linear-gradient(
      90deg,
      #32125800 0,
      #32125899 20%,
      #32125899 80%,
      #32125800
    );
    height: auto;
  }
}
@media (max-width: 668px) {
  .banner_bmw .carousel_bmw-text,
  .banner_crypto .carousel_crypto-text,
  .banner_everyday .carousel_text,
  .banner_jackpot .carousel_jackpot-text,
  .banner_maxbet .carousel_maxbet-text,
  .banner_maxwin .carousel_megawin-text,
  .banner_mercedes .carousel_mercedes-text,
  .banner_xplus .carousel_xplus-text,
  .carousel_megawin-text {
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 16px;
    padding-top: 3px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
  }
}
@media (max-width: 668px) {
  .banner_maxwin .carousel_megawin-text,
  .carousel_crypto-text,
  .carousel_megawin-text {
    -webkit-text-fill-color: #fff;
    background: #0000;
  }
}
.beam-categories {
  box-shadow: inset 0 5px 25px 0 #000c;
  box-sizing: border-box;
  padding: 10px 5px;
  width: 100%;
}
.nav-categories {
  width: 100%;
}
.nav-categories_list {
  display: flex;
  width: inherit;
}
.nav-categories_item.x_slots {
  color: #17eada;
}
.nav-categories_item.x_live {
  color: #de593e;
}
.nav-categories_item.x_casino {
  color: #6ef770;
}
.nav-categories_item.x_tournament {
  color: #e8ce3a;
}
.beam-categories .nav-categories_list > * {
  position: relative;
  width: 50%;
}
.text_slots {
  color: #17eada;
}
.text_live {
  color: #de593e;
}
.text_casino {
  color: #6ef770;
}
.text_tournament {
  color: #e8ce3a;
}
.nav-categories_link {
  cursor: pointer;
  display: block;
  font-family: Muller, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.beam-categories .nav-categories_link {
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 12px;
}
@media (min-width: 340px) {
  .beam-categories .nav-categories_link {
    font-size: 14px;
  }
}
.nav-categories_content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.beam-categories .nav-categories_content {
  border-radius: 6px;
  flex-direction: column;
  height: 75px;
  justify-content: flex-start;
  max-height: 75px;
  padding-bottom: 11px;
}
.beam-categories .nav-categories_item.x_slots .nav-categories_content {
  outline-color: #17eada;
}
.beam-categories .nav-categories_item.x_live .nav-categories_content {
  outline-color: #de593e;
}
.beam-categories .nav-categories_item.x_casino .nav-categories_content {
  outline-color: #6ef770;
}
.beam-categories .nav-categories_item.x_tournament .nav-categories_content {
  outline-color: #e8ce3a;
}
.nav-categories_img-wrapper {
  align-items: center;
  display: flex;
  height: inherit;
  height: -webkit-fill-available;
  justify-content: flex-end;
  margin-right: 10px;
  width: 50px;
}
.beam-categories .nav-categories_img-wrapper {
  justify-content: center;
  margin-right: 0;
  width: 36px;
}
.nav-categories_text {
  box-sizing: border-box;
  display: inline-block;
  max-height: 100%;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beam-categories .nav-categories_text {
  font-size: 9px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-categories_img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: inherit;
  width: 40px;
}
.nav-categories_item.x_slots .nav-categories_img {
  background-image: url(assets/icon_slots.f76d8383233a7579c6fb164a8638533b.svg);
}
.nav-categories_item.x_live .nav-categories_img {
  background-image: url(assets/icon_live.3c4dec011d69a634a78c103dc7da4b79.svg);
}
.nav-categories_item.x_casino .nav-categories_img {
  background-image: url(assets/icon_casino.975c7b7d830201139a49de8357c8d8df.svg);
}
.nav-categories_item.x_tournament .nav-categories_img {
  background-image: url(assets/icon_tournament.3e08b99c11d92bda07288896e01daee3.svg);
}
.beam-categories .nav-categories_item.x_slots .nav-categories_img {
  height: 100%;
  width: 36px;
}
.beam-categories .nav-categories_item.x_live .nav-categories_img {
  height: 100%;
  width: 35px;
}
.beam-categories .nav-categories_item.x_casino .nav-categories_img {
  height: 100%;
  width: 29px;
}
.beam-categories .nav-categories_item.x_tournament .nav-categories_img {
  height: 100%;
  width: 30px;
}
.beam-categories
  .nav-categories_list
  .nav-categories_item:not(:first-child)
  > :after,
.beam-categories
  .nav-categories_list
  .nav-categories_item:not(:first-child)
  > :before {
  background-color: #313047;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  top: 12.5px;
  width: 1px;
}
.beam-categories .nav-categories_content:hover {
  box-shadow: inset 0 0 0 38px #ffffff0d;
}
@media (min-width: 669px) and (max-width: 1024px) {
  .nav-categories_list .nav-categories_content:hover {
    box-shadow: inset 0 0 0 40px #ffffff0d;
  }
}
.layer_games {
  align-items: center;
  background: url(assets/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,
    #101226;
  box-shadow: 0 0 30px 0 #00000080;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 415px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 668px) {
  .layer_games {
    min-height: auto;
    padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .beam .beam_block,
  .block {
    padding: 0 20px;
  }
}
@media (max-width: 668px) {
  .beam .beam_block,
  .block {
    padding: 0 10px;
  }
}
.game-catalog {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  overflow-anchor: none;
}
@media (max-width: 668px) {
  .game-catalog {
    padding: 0 10px;
  }
}
.layer_games > * {
  position: relative;
  z-index: 1;
}
.layer_games .game-catalog {
  z-index: 2;
}
.game-catalog_header {
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 5px;
}
.game-catalog_header,
.game-catalog_list {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .game-catalog_header {
    flex-direction: column;
    max-width: 450px;
    padding: 0;
  }
}
@media (max-width: 668px) {
  .game-catalog_header {
    padding: 0;
  }
}
@media (max-width: 668px) {
  .game-catalog .game-catalog_header,
  .game-catalog .navigation-subcategory {
    margin-bottom: 20px;
  }
}
.game-sort-and-filter {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .game-catalog .form_search,
  .game-catalog .game-sort-and-filter {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .game-catalog .game-sort-and-filter {
    margin-bottom: 20px;
  }
}
.select {
  position: relative;
}
.game-filter {
  flex: 2 1;
  min-width: 161px;
}
@media (min-width: 669px) {
  .game-filter {
    min-width: 190px;
  }
}
.game-sort-and-filter > * {
  margin-right: 20px;
}
.select:before {
  background-image: url(assets/icon_dropdown.ec91691febf3c466a1e87290d466148e.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 13px;
  width: 15px;
  z-index: 1;
}
@media (min-width: 669px) {
  .game-filter:before {
    right: 15px;
  }
}
.choices {
  color: #646a87;
  font-size: 16px;
  position: relative;
  width: 100%;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices__inner,
.select select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(#191929, #191929) padding-box,
    linear-gradient(180deg, #0000 40%, #80808066) border-box;
  border: 1px solid #0000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 35px;
  overflow: hidden;
  padding: 10px 25px 9px 10px;
  text-overflow: ellipsis;
  transition: box-shadow 0.25s ease;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 669px) {
  .choices__inner,
  .select select {
    padding-left: 10px;
    padding-right: 35px;
  }
}
.choices[data-type*="select-one"] .choices__input.is-hidden {
  border: 0;
  display: inline;
  height: 100%;
  left: 0;
  opacity: 0.001;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.choices__item,
.select option {
  box-sizing: border-box;
  cursor: pointer;
  height: 35px;
  overflow: hidden;
  padding: 10px 25px 9px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.select option {
  background-color: #2d3047;
}
.game-filter option {
  background-color: #191929;
  font-size: 14px;
  font-weight: 500;
}
.choices__list {
  list-style: none;
  margin: 0;
}
.choices__list--single {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choices__inner .choices__item,
.select select .choices__item {
  display: inline;
  padding: 0;
}
.game_sort {
  align-items: center;
  display: flex;
  flex: 1 2;
  position: relative;
}
.game-sort-and-filter > * {
  margin-right: 20px;
}
.game-sort-and-filter > :last-child {
  margin-right: 0;
}
.game_sort > li {
  box-sizing: border-box;
  height: 100%;
  margin-right: 10px;
}
.game_sort .sort_link {
  align-items: center;
  color: inherit;
  display: flex;
  overflow: hidden;
  padding: 6px 5px 11px;
  text-decoration: none;
}
.game_sort .game_sort_flag_hit svg {
  height: 27px;
  width: 25px;
}
.game_sort > li:last-child {
  margin-right: 0;
}
.game_sort .game_sort_flag_new svg {
  height: 27px;
  width: 25px;
}
.svg_flag_hit .svg_color {
  fill: #a91fff;
}
.game_sort .game_sort_flag_hit svg .svg_color {
  fill: #302e40;
}
.game_sort .game_sort_flag_hit.active .svg_color,
.game_sort .game_sort_flag_hit:hover .svg_color {
  fill: #a91fff;
}
.game_sort .game_sort_flag_new svg .svg_color {
  fill: #302e40;
}
.game_sort .game_sort_flag_new.active .svg_color,
.game_sort .game_sort_flag_new:hover .svg_color {
  fill: #4dd433;
}
.game-catalog .form_search {
  width: 430px;
}
@media (max-width: 1024px) {
  .game-catalog .form_search,
  .game-catalog .game-sort-and-filter {
    width: 100%;
  }
}
.box_input_text {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.box_input_text.search {
  width: 100%;
}
.box_input_text input {
  background: linear-gradient(#191929, #191929) padding-box,
    linear-gradient(180deg, #0000 40%, #80808066) border-box;
  border: 1px solid #0000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  transition: box-shadow 0.25s ease;
  width: 100%;
}
.box_input_text input {
  font-size: 16px;
  height: 35px;
  padding: 0 10px;
}
.box_input_text.search [type="search"] {
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 50px;
}
.box_input_text.search .search_submit {
  background: #0000 url(assets/icon_search.c2d5989eaa419f4dca74590af13427ee.svg)
    no-repeat 50%;
  background-size: 18px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 35px;
}
.input-suggestion {
  background: linear-gradient(#191929, #191929) padding-box,
    linear-gradient(180deg, #0000 40%, #80808066) border-box;
  border: 1px solid #0000;
  border-radius: 5px;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  transition: visibility 0.5s, opacity 0.25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.game-catalog_list {
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .game-catalog_list {
    max-width: 450px;
  }
}
@media (min-width: 669px) {
  .game-catalog_list {
    max-width: 100%;
  }
}
.game-catalog_list-item {
  box-sizing: border-box;
  height: 0;
  margin: 0 15px 15px 0;
  position: relative;
}
@media (min-width: 0px) {
  .game-catalog_list-item {
    padding-top: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
}

@media (min-width: 669px) {
  .game-catalog_list-item {
    padding-top: calc(25% - 11.25px);
    width: calc(25% - 11.25px);
  }
}
@media (min-width: 1025px) {
  .game-catalog_list-item {
    padding-top: calc(20% - 12px);
    width: calc(20% - 12px);
  }
}
@media (min-width: 0px) {
  .game-catalog_list .game-catalog_list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 669px) {
  .game-catalog_list .game-catalog_list-item:nth-child(2n) {
    margin-right: 15px;
  }
}
@media (min-width: 669px) {
  .game-catalog_list .game-catalog_list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .game-catalog_list .game-catalog_list-item:nth-child(4n) {
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .game-catalog_list .game-catalog_list-item:nth-child(5n) {
    margin-right: 0;
  }
}
.gamecard {
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 #000;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.15s linear;
  width: 100%;
  will-change: transform;
}
@media (min-width: 669px) {
  .gamecard:hover {
    transform: scale(1.1);
    z-index: 4;
  }
}
@media (min-width: 669px) {
  .gamecard:hover .gamecard_links {
    opacity: 1;
    pointer-events: auto;
  }
}
.game-catalog_list-item .gamecard {
  left: 0;
  position: absolute;
  top: 0;
}
.gamecard_img,
.gamecard_window {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gamecard_window {
  border: 1px solid #393a51;
  border-bottom: none;
  height: 75%;
  position: relative;
}
.gamecard_title {
  word-wrap: break-word;
  background-color: #161626;
  border: 1px solid #393a51;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: column;
  font-family: Museo Sans Cyrl\500, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 25%;
  justify-content: center;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 0 5px;
  text-align: center;
  text-overflow: ellipsis;
}
@media (max-width: 668px) {
  .gamecard_title {
    line-height: 12px;
  }
}
.gamecard_window {
  border: 1px solid #393a51;
  border-bottom: none;
  height: 75%;
  position: relative;
}
.gamecard_flags {
  display: flex;
}
.gamecard .gamecard_flags {
  left: 10px;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 2;
}
@media (max-width: 668px) {
  .gamecard .gamecard_flags {
    left: 8px;
  }
}
.game_flag_favorite,
.game_flag_hit,
.game_flag_new,
.game_flag_pre,
.game_flag_spin,
.game_flag_supernew {
  display: inline-block;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
  position: relative;
  width: 14%;
}
.game_flag_pre,
.game_flag_spin {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  width: 20%;
}
.gamecard_flags li {
  margin-right: 10px;
}
@media (max-width: 668px) {
  .gamecard .gamecard_flags li {
    margin-right: 5px;
  }
}
.game_flag_favorite img,
.game_flag_hit img,
.game_flag_new img,
.game_flag_pre img,
.game_flag_spin img,
.game_flag_supernew img {
  width: 100%;
}
.gamecard .game_flag_favorite {
  display: none;
}
.gamecard_img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.gamecard_links {
  align-items: center;
  background-color: #000c;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  opacity: 0;
  padding: 20px 0;
  pointer-events: none;
  position: relative;
  transition: opacity 0.15s linear;
  transition-delay: 20ms;
  width: 100%;
  z-index: 2;
}
@media (max-width: 668px) {
  .gamecard_links {
    padding: 5px 0;
  }
}
.btn_approve_small {
  background-color: #62c23c;
  box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
}
.gamecard_demo,
.gamecard_play {
  margin-bottom: 10px;
}
@media (max-width: 668px) {
  .gamecard_demo,
  .gamecard_favorite,
  .gamecard_play {
    flex: none;
    margin-bottom: 0;
    transform: scale(0.8);
  }
}
.gamecard a,
.gamecard.favorite .gamecard_favorite.added {
  display: flex;
}
.gamecard a {
  align-items: center;
  color: inherit;
  justify-content: center;
  text-decoration: none;
}
.gamecard_demo {
  background-color: #313047;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 700;
  height: 23px;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn_approve_small:focus,
.btn_approve_small:hover {
  box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}
.gamecard.x_show {
  transform: scale(1.1);
  z-index: 4;
}
@media (max-width: 668px) {
  .gamecard.x_show {
    transform: scale(1.35);
  }
}
@media (max-width: 668px) {
  .game-catalog_list-item:nth-child(odd) .gamecard.x_show {
    transform: scale(1.35) translateX(10%);
    transition-delay: 7ms;
  }
}
@media (max-width: 668px) {
  .game-catalog_list-item:nth-child(2n) .gamecard.x_show {
    transform: scale(1.35) translateX(-10%);
    transition-delay: 15ms;
  }
}
.gamecard.x_show .gamecard_links {
  opacity: 1;
  pointer-events: auto;
}
.btn_small,
.game_menu_non_authorized .link_enter {
  box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000;
}
.game-catalog .show_more {
  margin: 15px 0 0;
}
.layer_games:before {
  background-image: url(assets/point_with_large_space.4257ede318a193f6bc607e0a418776b3.svg);
  background-repeat: repeat-x;
  filter: invert(0%) sepia(82%) saturate(3967%) hue-rotate(155deg)
    brightness(98%) contrast(94%);
  background-size: contain;
  height: 5px;
  top: 2px;
}
.layer_games:after,
.layer_games:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 0;
}
.layer_games:after {
  background: url(assets/back_games_wided.227796c41fd586631e9dc8c7af874e66.svg)
    repeat-y;
  background-size: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 669px) {
  .beam-categories {
    box-shadow: none;
    padding: 5px 0 0;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_list > * {
    width: 25%;
  }
}
@media (min-width: 669px) {
  .beam-categories
    .nav-categories_list
    .nav-categories_item:not(:first-child)
    > :after,
  .beam-categories
    .nav-categories_list
    .nav-categories_item:not(:first-child)
    > :before {
    height: 34px;
    top: 23px;
  }
}
@media (min-width: 1025px) {
  .beam-categories
    .nav-categories_list
    .nav-categories_item:not(:first-child)
    > :after,
  .beam-categories
    .nav-categories_list
    .nav-categories_item:not(:first-child)
    > :before {
    top: 10.5px;
  }
}
@media (min-width: 340px) {
  .beam-categories .nav-categories_link {
    font-size: 14px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_content,
  .beam-categories .nav-categories_link {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_link {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_link {
    font-size: 16px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_content,
  .beam-categories .nav-categories_link {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_content {
    height: 80px;
    justify-content: center;
    max-height: 80px;
    padding: 10px 5px;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_content {
    flex-direction: row;
    height: 55px;
    max-height: 55px;
    padding: 0 5px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_img-wrapper {
    margin-right: 10px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_img-wrapper {
    margin-right: 15px;
    width: 50px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_item.x_tournament .nav-categories_img {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_item.x_casino .nav-categories_img,
  .beam-categories .nav-categories_item.x_sports .nav-categories_img,
  .beam-categories .nav-categories_item.x_tournament .nav-categories_img {
    width: 45px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_text {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_item.x_live .nav-categories_img {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_item.x_live .nav-categories_img {
    width: 55px;
  }
}
@media (min-width: 669px) {
  .beam-categories .nav-categories_item.x_slots .nav-categories_img {
    width: 32px;
  }
}
@media (min-width: 1025px) {
  .beam-categories .nav-categories_item.x_slots .nav-categories_img {
    width: 60px;
  }
}
.box_input_text input:focus,
.box_input_text input:hover {
  box-shadow: 0 0 0 2px #ffde26;
  outline: none;
}
.choices.is-focused .choices__inner,
.choices.is-open .choices__inner,
.choices:focus .choices__inner,
.choices:hover .choices__inner {
  box-shadow: 0 0 0 2px #ffde26;
  outline: none;
}
footer {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .header_and_main,
  footer,
  header {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .header_and_main,
  footer,
  header {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .header_and_main,
  footer,
  header {
    max-width: 768px;
  }
}
@media (max-width: 668px) {
  .header_and_main,
  footer,
  header {
    max-width: 668px;
  }
}
@media (max-width: 320px) {
  .header_and_main,
  footer,
  header {
    max-width: 320px;
  }
}
footer {
  background: url(assets/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,
    #0a0a14;
  flex-direction: column;
  width: 100%;
}
.footer_inner_container,
footer {
  align-items: center;
  display: flex;
}

@media (max-width: 1024px) {
  .beam .beam_block,
  .block {
    padding: 0 20px;
  }
}
@media (max-width: 668px) {
  .beam .beam_block,
  .block {
    padding: 0 10px;
  }
}
.footer_inner_container {
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 668px) {
  .footer_main {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 668px) {
  .footer_inner_container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.footer_help {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 668px) {
  .footer_main .footer_help {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer_help > li {
  margin-right: 8px;
}
.footer_help a {
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 36px;
  padding: 0 8px;
  text-decoration: none;
  transition: background-color 0.15s linear, transform 0.15s linear;
  width: 100%;
}
.navigation_social {
  align-items: center;
  display: flex;
}
.navigation_social li {
  margin-right: 10px;
}
.social_instagram {
  background-color: #264484;
  box-shadow: 0 3px 0 1px #16284d;
}
.navigation_social a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.navigation_social a img {
  height: 20px;
  width: 20px;
}
.social_telegram {
  background-color: #2ca3df;
  box-shadow: 0 3px 0 1px #1a6b84;
}
.social_vkontakte {
  background-color: #3a6aa3;
  box-shadow: 0 3px 0 1px #223f61;
}
.social_youtube {
  background-color: red;
  box-shadow: 0 3px 0 1px #781712;
}

.footer_second {
  border-top: 1px dashed #303036;
  box-sizing: border-box;
}
.footer_second .footer_second_container {
  width: 100%;
}
.footer_inner_container {
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 668px) {
  .footer_inner_container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .footer_second .footer_copyright_lang_container {
    display: block;
  }
}
.footer_lang_mobile {
  display: none;
}
@media (max-width: 668px) {
  .footer_lang_mobile {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .footer_second .footer_lang_mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.choose_lang {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.box_dropdown .dropdown_btn,
.choose_lang .choose_lang_button,
.profile_menu_button {
  cursor: pointer;
}
.choose_lang .choose_lang_button {
  align-items: center;
  box-sizing: initial;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 5px;
}
.flag_lang {
  border-radius: 50%;
  width: 30px;
}
.choose_lang span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}
.choose_lang .arrow_down {
  width: 12px;
}
.choose_lang .lang_native_select {
  display: none;
}
@media (max-width: 668px) {
  .choose_lang .lang_native_select {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 668px) {
  .choose_lang .lang_native_select select {
    cursor: pointer;
    height: 100%;
    width: 100%;
  }
}
.footer_second .copyright_age_warning {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  max-width: 950px;
}
@media (max-width: 1024px) {
  .footer_second .copyright_age_warning {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media (max-width: 668px) {
  .footer_second .copyright_age_warning {
    display: block;
  }
}
.footer_second .warning_item {
  align-items: center;
  display: flex;
  margin-right: 35px;
}
@media (max-width: 668px) {
  .footer_second .warning_item:not(last-of-type) {
    margin-bottom: 20px;
  }
}
.footer_second .p_copyright,
.footer_second .p_warning {
  color: #646a87;
  font-size: 12px;
  margin-left: 20px;
}
.footer_second .p_copyright {
  word-wrap: normal;
  line-height: 16px;
  min-width: 230px;
  word-break: normal;
}
.footer_second .copyright_age_warning_item {
  max-width: 380px;
}
@media (max-width: 668px) {
  .footer_second .copyright_age_warning_item {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .footer_second .warning_item:last-of-type {
    margin-right: 0;
  }
}
.footer_second .age_18 {
  height: 40px;
  width: 40px;
}
.footer_second .p_warning {
  line-height: 14px;
}
.footer_lang_desktop {
  display: flex;
  justify-content: flex-start;
  min-width: 175px;
  width: 175px;
}
@media (max-width: 1024px) {
  .footer_second .footer_lang_desktop {
    display: none;
  }
}
.footer_payments_selector_container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer_payments_selector_container .footer_payments_selector {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
h1,
h2,
h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  text-transform: none;
}
h3 {
  font-size: 16px;
}
.content p,
h3 {
  line-height: 23px;
}
.footer_payments_selector_container h3 {
  margin-bottom: 0;
}
.footer_payments img {
  height: 100%;
  max-height: 40px;
  object-fit: contain;
  width: 60px;
}
.footer_payments_selector_container .arrow_down {
  margin: 0 8px;
  transition: transform 0.5s;
  width: 12px;
}
.footer_help a:focus,
.footer_help a:hover {
  background-color: #252536;
}
.social_instagram:focus,
.social_instagram:hover {
  box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px #fff6;
}
.social_telegram:focus,
.social_telegram:hover {
  box-shadow: 0 3px 0 1px #1a6b84, inset 0 10px 10px 5px #fff6;
}
.social_vkontakte:focus,
.social_vkontakte:hover {
  box-shadow: 0 3px 0 1px #223f61, inset 0 10px 10px 5px #fff6;
}
.social_youtube:focus,
.social_youtube:hover {
  box-shadow: 0 3px 0 1px #781712, inset 0 10px 10px 5px #fff6;
}
.btn_small:focus,
.btn_small:hover,
.game_menu_non_authorized .link_enter:focus,
.game_menu_non_authorized .link_enter:hover {
  box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}
.block_security {
  align-items: flex-start;
  background: url(assets/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,
    linear-gradient(#1c2240, #1c2240) padding-box,
    linear-gradient(180deg, #4d5a85, #46527900) border-box;
  border: 1px solid #0000;
  border-radius: 10px;
  box-shadow: 0 8px 10px #0000006c;
  justify-content: flex-start;
  margin-bottom: 30px;
  max-width: 740px;
  padding: 30px;
}
@media (max-width: 668px) {
  .block_security {
    padding: 20px 10px;
  }
}
.block_security,
.block_security > li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content p {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
}
h2 {
  font-size: 28px;
  line-height: 30px;
}
.block_security h2 {
  border-bottom: 1px solid #40445a;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  min-height: 40px;
  text-transform: uppercase;
  width: 100%;
}
.content ol,
.content ul {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 45px;
  text-align: left;
}
.content p + ul {
  margin-top: -30px;
}
.block_security_header,
.security_pages .show_more {
  align-items: center;
  max-width: 740px;
  width: 100%;
}
.block_security_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block_security_header h1 {
  margin: 0;
}
h1 {
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 668px) {
  .security_pages h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
.carousel_bmw-wrapper,
.carousel_champion_league-wrapper,
.carousel_crypto-new-wrapper,
.carousel_crypto-wrapper,
.carousel_jackpot-wrapper,
.carousel_maxbet-wrapper,
.carousel_maxbet_india-wrapper,
.carousel_maxwin_india-wrapper,
.carousel_megawin-wrapper,
.carousel_megawin_india-wrapper,
.carousel_mercedes-wrapper,
.carousel_sport-wrapper,
.carousel_sport_india-wrapper,
.carousel_vip-wrapper,
.carousel_xplus-wrapper {
  align-items: center;
  background: linear-gradient(
    90deg,
    #32125800 0,
    #321258e6 25%,
    #321258e6 75%,
    #32125800
  );
  display: flex;
  height: 62px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.carousel_sport-wrapper {
  background: linear-gradient(
    269.99deg,
    #32125800,
    #321258e6 25%,
    #321258e6 75%,
    #32125800 99.99%
  );
  height: 56px;
}
.carousel_sport-text {
  font-size: 26px;
  line-height: 34px;
}
.carousel_champion_league-text,
.carousel_sport-text {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(
    180deg,
    #ffee5b 23.68%,
    #ffee5b 46.84%,
    #ffd303 49.74%,
    #f4b001 52.63%,
    #ffd303 55.53%,
    #ffee5b 58.42%,
    #ffee5b 81.58%
  );
  -webkit-background-clip: text;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel_bmw-wrapper,
.carousel_jackpot-wrapper {
  background: linear-gradient(
    270.09deg,
    #06104f00 0.07%,
    #06104fe6 25.04%,
    #06104fe6 74.96%,
    #06104f00 99.93%
  );
  height: 56px;
}
.carousel_bmw-text,
.carousel_crypto-new-text,
.carousel_crypto-text,
.carousel_jackpot-text,
.carousel_maxbet-text,
.carousel_mercedes-text,
.carousel_vip-text,
.carousel_xplus-text {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(
    180deg,
    #fff176,
    #ffc40f 50%,
    #f5b401 50.01%,
    #ffee5b
  );
  -webkit-background-clip: text;
  filter: drop-shadow(1px 1px rgba(0, 5, 52, 0.5));
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}
.carousel_crypto-new-wrapper {
  background: linear-gradient(
    270.09deg,
    #1c3e8a00 0.07%,
    #1c3e8acf 25.04%,
    #1c3e8acf 74.96%,
    #1c3e8a00 99.93%
  );
  height: 56px;
}
.carousel_maxbet-wrapper {
  background: linear-gradient(
    270deg,
    #41210700 0.07%,
    #412107e6 25.04%,
    #412107cf 74.96%,
    #41210700 99.93%
  );
  height: 56px;
}
.box_input_text input::placeholder {
  color: #646a87;
  font-style: italic;
}
.btn_help:focus span,
.btn_help:hover span {
  color: #f5ea1a;
}
