@media screen and (max-width: 1024px) {
  .header .main_logo {
    order: 1;
  }
  .header .main_logo img {
    height: 34px;
  }
  .header .lg_block {
    flex: 1;
  }
  .header .lg_inner {
    width: 72px;
  }
  .header .menu_block {
    position: fixed;
    background-color: #04002C;
    bottom: 14px;
    inset-inline: 14px;
    border-radius: 30px;
    border: 1px solid rgba(254, 214, 49, 0.1);
    box-shadow: inset 0px 0px 44px rgba(255, 255, 255, 0.1), inset 0px 4px 4px rgba(255, 255, 255, 0.08);
    padding: 4px 0;
  }
  .header .main_menu ul {
    gap: 0;
  }
  .header .main_menu li {
    flex: 1;
  }
  .header .main_menu a {
    justify-content: center;
    padding: 0 3px;
    height: 48px;
    flex-direction: column;
    row-gap: 0;
    text-align: center;
    border-radius: 30px;
    line-height: 1.2em;
  }
  .header .sign_block {
    order: 2;
    flex: 1;
    justify-content: flex-end;
    gap: 10px;
  }
  .header .user_avatar {
    flex: 0 0 24px;
    max-width: 24px;
  }
  .header .user_info {
    max-width: 60px;
  }
  .header .user_name {
    font-size: 50%;
  }
  .header .user_balance {
    font-size: 62.5%;
  }
  .header .deposit_btn {
    font-size: 0;
    order: 2;
    margin: -10px;
    padding: 10px;
    border-radius: 50%;
    background-color: transparent;
    height: auto;
    gap: 0;
  }
  .header .deposit_btn:before {
    background-color: #FFAE11;
    border-radius: 50%;
    margin-inline: 0;
  }
  .header .deposit_btn:active {
    background-color: transparent;
  }
  .header .deposit_btn:active:before {
    background-color: #FED631;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .header .main_menu a {
    font-size: 75%;
  }
}
@media screen and (max-width: 480px) {
  .header .main_menu a {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top {
    padding-block: 14px;
  }
  .footer .payment_systems {
    padding-bottom: 14px;
  }
  .footer .menu_contacts,
.footer .logo_socials {
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .footer .contact_block:not(:first-child) {
    margin-top: 20px;
  }
  .footer .menu_list {
    margin-top: -14px;
  }
  .footer .menu_list li {
    margin-top: 14px;
  }
  .footer .systems_list li {
    flex: 0 0 54px;
    max-width: 54px;
    height: 29px;
  }
  .footer .copyrights {
    font-size: 50%;
    gap: 10px;
  }
  .footer_bottom {
    padding-top: 24px;
    padding-bottom: 86px;
  }

  .bonus_block {
    bottom: 86px;
  }
  .bonus_block .bonus_inner {
    border-radius: 14px;
    padding: 14px 14px;
    row-gap: 12px;
    column-gap: 20px;
  }
  .bonus_block .bonus_image {
    margin-block: -34px;
    flex: 0 0 146px;
    max-width: 146px;
  }
  .bonus_block .bonus_info {
    gap: 10px;
  }
  .bonus_block .bonus_close {
    top: 14px;
    inset-inline-end: 14px;
  }
  .bonus_block .name_description {
    flex: 0 0 40%;
  }
  .bonus_block .short_desc {
    margin-top: 10px;
  }
  .bonus_block .includes_list li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .menu_list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .bonus_block .bonus_image {
    margin-top: -67px;
    margin-bottom: 0;
  }
  .bonus_block .bonus_info {
    flex-direction: column;
  }
  .bonus_block .name_description,
.bonus_block .includes_list {
    max-width: 100%;
    flex: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer .menu_list {
    flex: 1;
  }

  .bonus_block .bonus_inner {
    align-items: flex-start;
  }
  .bonus_block .bonus_info {
    padding-inline-end: 140px;
    position: relative;
    align-items: flex-start;
  }
  .bonus_block .primary_btn {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    margin-top: -21px;
  }
}
@media screen and (max-width: 575px) {
  .footer .logo_socials {
    flex-direction: column;
  }
  .footer .menu_contacts {
    flex-wrap: wrap;
  }
  .footer .contacts_list,
.footer .menu_list {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .contact_info {
    align-items: center;
  }
  .footer .contacts_list {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(181, 181, 181, 0.2);
  }
  .footer .copyrights {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer .copyrights p:nth-child(2) {
    white-space: unset;
  }

  .bonus_block .bonus_inner {
    flex-direction: column;
    text-align: center;
  }
  .bonus_block .bonus_image {
    margin-inline: auto;
  }
  .bonus_block .bonus_info {
    align-items: center;
    padding-bottom: 14px;
  }
  .bonus_block .primary_btn {
    margin-top: 14px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .main_section {
    padding-top: 10px;
  }
  .main_section .promo_cell {
    padding-bottom: 10px;
  }
  .main_section .promo_block {
    border-radius: 14px;
    padding: 14px;
    gap: 6px;
  }
  .main_section .promo_slider {
    border-radius: 14px;
  }
  .main_section .promo_slider .swiper_dots {
    inset-inline: 14px;
    bottom: 14px;
  }

  .categories_slider {
    margin-inline: -14px;
  }
  .categories_slider .swiper-wrapper {
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .categories_slider .swiper-wrapper:before, .categories_slider .swiper-wrapper:after {
    display: block;
    content: "";
    min-width: 9px;
  }
  .categories_slider .swiper-slide {
    flex: 0 0 16.67%;
    max-width: 16.67%;
    min-width: 124px;
  }
  .categories_slider .category_name {
    margin-top: 5px;
  }

  .games_section .games_list {
    row-gap: 20px;
  }

  .top_games .games_list {
    row-gap: 10px;
  }

  .offer_block {
    border-radius: 14px;
    padding: 14px;
    gap: 14px;
  }
  .offer_block .image_block {
    flex: 0 0 calc(50% - 7px);
    border-radius: 14px;
  }
  .offer_block .info_block {
    flex: 0 0 calc(50% - 7px);
    gap: 6px;
  }
  .offer_block .short_desc {
    margin-bottom: 18px;
  }

  .live_betting .matches_list {
    row-gap: 10px;
  }
  .live_betting .matches_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bnner_section .bnner_block {
    border-radius: 14px;
  }
  .bnner_section .bnner_image {
    height: 208px;
    border-start-start-radius: 14px;
    border-end-end-radius: 14px;
    padding-inline-end: 0;
  }
  .bnner_section .bnner_info {
    padding: 14px;
    column-gap: 6px;
    align-content: space-between;
    justify-content: space-between;
  }
  .bnner_section .price_pool {
    padding-inline: 0;
  }
  .bnner_section .price_block {
    padding-top: 5px;
    flex-direction: column;
    max-width: max-content;
    align-items: center;
    text-align: center;
    margin-inline-end: 0;
  }
  .bnner_section .price_image {
    padding: 0;
    height: auto;
  }
  .bnner_section .price_image img {
    width: 40px;
  }
  .bnner_section .price_info {
    padding-top: 4px;
  }
  .bnner_section .btn_block {
    top: 14px;
    inset-inline-end: 14px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .winners_section .tab_btns {
    gap: 14px;
  }

  .winners_list {
    margin: 0 -3px;
    row-gap: 6px;
  }
  .winners_list li {
    padding-inline: 3px;
  }
  .winners_list .winner_block {
    padding: 5px;
    border-radius: 6px;
    gap: 6px;
  }
  .winners_list .game_image {
    border-radius: 3px;
    max-width: 80px;
  }
  .winners_list .game_name {
    font-size: 62.5%;
  }
  .winners_list .user_id {
    flex: 0 0 20.83%;
    max-width: 20.83%;
  }
  .winners_list .user_id:before {
    font-size: 1.4rem;
  }
  .winners_list .win_size {
    margin-inline-end: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .promo_cell:first-child {
    aspect-ratio: 413/388;
  }

  .winners_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .main_section .promo_cell:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .games_section .games_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .top_games .games_list li:nth-child(-n+3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top_games .games_list li:nth-child(n+4) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .games_section .games_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bnner_section .bnner_block {
    border-radius: 14px;
    flex-wrap: wrap;
  }
  .bnner_section .bnner_image {
    border-radius: 0;
    padding-inline: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bnner_section .bnner_image img {
    margin-inline: auto;
    max-width: 100%;
  }
  .bnner_section .bnner_info {
    padding: 10px 10px 28px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bnner_section .price_pool {
    text-align: center;
  }
  .bnner_section .price_block {
    margin-inline: auto;
  }
  .bnner_section .btn_block {
    top: auto;
    inset-inline-end: auto;
    position: relative;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .main_section .promo_cell:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_section .promo_slider .promo_block {
    aspect-ratio: 332/170;
  }

  .offer_block {
    flex-wrap: wrap;
  }
  .offer_block .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offer_block .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    order: 2;
    padding-bottom: 14px;
  }

  .winners_section .section_head {
    padding-bottom: 16px;
    text-align: center;
  }
  .winners_section .section_title {
    justify-content: center;
  }
  .winners_section .tab_btns {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}

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