.in {
    margin: 30px 0 50px;
    min-height: 500px;
    padding: 35px
}

@media(max-width:1000px) {
    .in {
        padding: 0
    }

    .in .question .top {
        padding: 25px 5% !important
    }

    .in .question .top h2 {
        font-size: 20px !important
    }
}

.in.rule .h1rep {
    font-weight: 700;
    margin-bottom: 25px
}

.in.rule .question {
    background-color: #19223280;
    background-image: none;
    border: 2px solid rgba(70, 80, 99, .149);
    padding-bottom: 25px !important;
    transition: background-color .3s ease, border-color .3s ease
}

.in .h1rep {
    font-size: 28px;
    text-transform: uppercase
}

.in .question {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 !important;
    transition: padding .3s ease
}

.in .question:last-child {
    margin-bottom: 0
}

.in .question .top {
    align-items: center;
    background-color: var(--secondary);
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 20px;
    padding: 30px 2.5%;
    position: relative;
    z-index: 1
}

.in .question .top h2 {
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:1000px) {
    .in .question .top h2 {
        font-size: 20px !important
    }
}

.in .question .top .plusminus {
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px
}

.in .question .top .plusminus.active:before {
    opacity: 0;
    transform: translatey(-50%) rotate(-90deg)
}

.in .question .top .plusminus.active:after {
    transform: translatey(-50%) rotate(0)
}

.in .question .top .plusminus:after,
.in .question .top .plusminus:before {
    background-color: #fff;
    border-radius: 5px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .35s;
    width: 100%
}

.in .question .top .plusminus:before {
    transform: translatey(-50%)
}

.in .question .top .plusminus:after {
    transform: translatey(-50%) rotate(90deg)
}

.in .question .ReactCollapse--collapse {
    transition: height .3s ease 0s
}

.in .question .ReactCollapse--collapse .ReactCollapse--content {
    color: var(--lines);
    font-size: 15px;
    font-weight: 400;
    padding-top: 0 !important;
    text-shadow: 0 5px 6px #172e502e
}

.in .question.opened .mini-text {
    height: auto
}

.in .question .mini-text {
    color: #7a85a5;
    font-size: 17px;
    height: 0;
    line-height: 150%;
    padding: 0 25px 25px 45px;
    transition: color .3s ease
}

.in .question .mini-text span {
    color: hsla(0, 0%, 100%, .702)
}

.in .question .rule-block {
    color: #7a85a5;
    font-size: 17px;
    line-height: 150%;
    padding: 25px 25px 25px 5%
}

@media(max-width:1000px) {
    .in .question .rule-block {
        font-size: 14px;
        padding: 15px 15px 15px 4%
    }
}

.in .question .rule-block.sub {
    padding: 10px 25px 10px 5%
}

.in .question .rule-block.sub:first-child {
    padding-top: 20px
}

.in .question .rule-block.sub:last-child {
    padding-bottom: 0
}

.in .question .rule-block a {
    color: #2b90fe
}

.in .question .rule-block li {
    margin: 15px 0
}

.in .question .rule-block li:last-child {
    margin: 0
}

.in .question .rule-block h3,
.in .question .rule-block p {
    display: inline !important
}

.in .question .rule-block h3 {
    color: #fff;
    font-weight: 700;
    margin-right: 5px
}

.live-bets {
    background: #192136;
    margin: 0 auto;
    max-width: 1300px;
    min-height: 140px;
    position: relative;
    white-space: nowrap
}

.live-bets,
.live-bets:after {
    border-radius: 30px;
    width: 100%
}

.live-bets:after {
    background-color: #11192d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 8px;
    z-index: -1
}

.live-bets .swiper {
    border-radius: 30px
}

@media (max-width:600px) {
    .live-bets .swiper {
        border-radius: 15px
    }
}

.live-bets .swiper-slide {
    width: auto !important
}

@media (max-width:600px) {
    .live-bets {
        border-radius: 15px;
        min-height: 90px
    }
}

.header {
    align-items: center;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    position: sticky;
    top: 0;
    transition: transform .1s ease;
    z-index: 29
}

@media(max-width:600px) {
    .header {
        padding: 0 10px
    }
}

@media(max-width:700px) {
    .header {
        display: none
    }
}

.header.fixed {
    position: static
}

.header.scrolled {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px)
}

.header.scrolled .top-header {
    opacity: 0
}

.header.scrolled:after {
    opacity: .3
}

.header .logo {
    cursor: pointer
}

.header .logo img {
    width: 150px
}

.header .wrapper {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 13px 0
}

.header .top-header,
.header .wrapper {
    align-items: center;
    max-width: 1400px;
    width: 100%
}

.header .top-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    position: relative;
    transition: opacity .3s ease
}

.header .top-header:after {
    background: rgba(25, 34, 50, .404);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.header .top-header .top-left {
    grid-gap: 10px;
    align-items: center;
    display: flex
}

.header .top-header .top-left .main-btn,
.header .top-header .top-left .new-main-style {
    border: 2px solid #0000;
    border-radius: 8px;
    height: 30px;
    padding: 0 10px;
    transition: background-color .15s ease, border-color .15s ease
}

.header .top-header .top-left .main-btn.application,
.header .top-header .top-left .new-main-style.application {
    padding: 0 20px 0 10px
}

.header .top-header .top-left .main-btn.lock,
.header .top-header .top-left .new-main-style.lock {
    height: 31px;
    width: 31px;
    z-index: 2
}

.header .top-header .top-left .main-btn:hover,
.header .top-header .top-left .new-main-style:hover {
    border-color: var(--topLine)
}

.header .top-header .top-left .main-btn .pr,
.header .top-header .top-left .new-main-style .pr {
    margin-right: 7px;
    width: 13px
}

.header .top-header .top-left .main-btn span,
.header .top-header .top-left .new-main-style span {
    font-size: 10px;
    font-weight: 700
}

.header .top-header .top-left .main-btn .lng,
.header .top-header .top-left .new-main-style .lng {
    margin-right: 7px;
    width: 12px
}

.header .top-header .top-left .main-btn .windows,
.header .top-header .top-left .new-main-style .windows {
    color: #475774;
    width: 16px
}

.header .top-header .top-left .main-btn .btn-text-block,
.header .top-header .top-left .new-main-style .btn-text-block {
    padding-left: 8px;
    position: relative
}

.header .top-header .top-left .main-btn .btn-text-block .icons,
.header .top-header .top-left .new-main-style .btn-text-block .icons {
    align-items: center;
    display: flex
}

.header .top-header .top-left .main-btn .btn-text-block .icons .platform-icon,
.header .top-header .top-left .new-main-style .btn-text-block .icons .platform-icon {
    color: #475774
}

.header .top-header .top-left .main-btn .btn-text-block.last,
.header .top-header .top-left .new-main-style .btn-text-block.last {
    margin-left: 8px
}

.header .top-header .top-left .main-btn .btn-text-block.last:before,
.header .top-header .top-left .new-main-style .btn-text-block.last:before {
    background: #475774;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.header .top-header .top-left .main-btn .btn-text-block h3,
.header .top-header .top-left .new-main-style .btn-text-block h3 {
    color: #475774;
    font-size: 9px;
    font-weight: 700
}

.header .top-header .top-left .main-btn .btn-text-block .sub-t,
.header .top-header .top-left .new-main-style .btn-text-block .sub-t {
    font-size: 8px
}

.header .top-header .top-left .transfer-btn {
    background-image: linear-gradient(180deg, #043466, #043466), linear-gradient(180deg, #2786fd 20%, #043466 47%);
    padding: 0 35px 0 50px;
    position: relative
}

.header .top-header .top-left .transfer-btn.vpnbtn {
    background-image: linear-gradient(180deg, #021e3b, #021e3b), linear-gradient(180deg, #5eccfc 20%, #021e3b 47%);
    padding: 0 25px 0 50px
}

.header .top-header .top-left .transfer-btn.vpnbtn .bag-img {
    bottom: -2px;
    filter: drop-shadow(0 0 10px #2D94FE);
    left: 0;
    top: auto;
    transform: none
}

.header .top-header .top-left .transfer-btn.vpnbtn:hover {
    border-color: #5eccfc
}

.header .top-header .top-left .transfer-btn span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 2.577px 2.577px #00000040;
    z-index: 2
}

.header .top-header .top-left .transfer-btn span p {
    color: #5eccfc
}

.header .top-header .top-left .transfer-btn .bag-img {
    left: -18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.header .top-header .top-left .transfer-btn .back-img {
    left: 0;
    position: absolute;
    top: -2px
}

.header .top-header .top-left .transfer-btn .btn-character {
    bottom: -3px;
    position: absolute;
    right: 0
}

.header .top-header .top-left .transfer-btn:hover {
    border-color: #2786fd
}

.header .icon,
.header svg {
    transition: transform .3s ease
}

.header .an-auth {
    grid-gap: 10px;
    display: flex;
    justify-content: end
}

.header .an-auth .main-btn,
.header .an-auth .un-auth-btn {
    padding: 0 50px
}

@media(max-width:700px) {
    .header .an-auth .blue {
        display: none
    }
}

.header .menu {
    height: 50px;
    position: relative;
    width: 50px
}

.header .menu svg {
    height: 25px;
    width: 25px
}

.header .flex-wrap {
    grid-gap: 10px;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.header .flex-wrap .head-plus {
    height: 50px;
    width: 50px
}

.header .flex-wrap .head-plus img {
    transition: transform .3s ease;
    width: 20px
}

.header .flex-wrap .head-plus:hover img {
    transform: scale(1.2) rotate(90deg)
}

.header .flex-wrap .bk-casino-switch {
    align-items: center;
    background-color: rgba(25, 33, 54, .765);
    border-radius: 15px;
    display: flex;
    gap: 10px;
    height: 50px;
    padding: 5px;
    transition: background-color .2s ease
}

.header .flex-wrap .bk-casino-switch:hover {
    background-color: #192136
}

.header .flex-wrap .bk-casino-switch .icon-wrap {
    align-items: center;
    background-color: #242e4a;
    border-radius: 9px;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background-color .2s ease;
    width: 32px
}

.header .flex-wrap .bk-casino-switch h6 {
    font-size: 16px;
    font-weight: 900
}

.header .flex-wrap .bk-casino-switch .switch-item {
    align-items: center;
    display: flex;
    gap: 5px;
    padding: 5px 8px 5px 5px;
    position: relative;
    z-index: 1
}

.header .flex-wrap .bk-casino-switch .switch-item.caz:before {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    box-shadow: 0 0 20px 0 #3a72ffab
}

.header .flex-wrap .bk-casino-switch .switch-item.active:before {
    opacity: 1
}

.header .flex-wrap .bk-casino-switch .switch-item.active .icon-wrap {
    background-color: #fcfcfc26
}

.header .flex-wrap .bk-casino-switch .switch-item:before {
    background: linear-gradient(149deg, #8864ff 8.4%, #651afc 80.38%);
    border-radius: 10px;
    border-radius: 13px;
    box-shadow: 0 0 20px 0 #753affab;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: -1
}

.header .element .open {
    transform: scale(1.1)
}

.header .navigation {
    grid-gap: 10px;
    align-items: center;
    display: flex;
    height: 47px;
    justify-content: space-between;
    min-width: 165px;
    position: relative
}

.header .navigation.base-block {
    background-image: linear-gradient(180deg, #192232, #192232), linear-gradient(180deg, #212f44 20%, #192232 47%)
}

.header .navigation .element {
    height: 50px;
    width: 50px
}

.header .navigation .element .icon,
.header .navigation .element svg {
    width: 20px
}

.header .navigation .notifications-wrapper .dropdown {
    right: -107px
}

.header .navigation .dropdown.prof {
    right: -57px
}

.header .navigation .dropdown.main {
    right: -12px
}

.header .navigation .menu-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative
}

.header .navigation .menu-btn:hover:before {
    opacity: 1
}

.header:after {
    background-color: var(--lines);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .1s ease-out;
    width: 100%
}

.header .search {
    align-items: center;
    color: var(--blue);
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.header .search svg {
    width: 20px
}

.header .search:hover svg {
    transform: scale(1.2)
}

.header .loading-lines {
    grid-gap: 15px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.header .loading-lines .loading-line {
    align-items: center;
    border-radius: 17px;
    display: flex;
    height: 47px;
    justify-content: center;
    width: 172px
}

.header .loading-lines .loading-line .line {
    animation: loading-line 1s linear infinite;
    background-color: #465063;
    border-radius: 20px;
    height: 15px;
    width: calc(100% - 40px)
}

.header .loading-lines .loading-line:last-child {
    width: 165px
}

.support-button {
    align-items: center;
    background-color: rgba(25, 33, 54, .765);
    border-radius: 20px;
    bottom: 20px;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 0 20px;
    position: fixed;
    right: 20px;
    transition: background-color .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.support-button:hover {
    background-color: #192136
}

.support-button .support-wrapper {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 15px;
    text-transform: uppercase
}

.support-button .support-wrapper img {
    height: 22px;
    object-fit: contain;
    width: 22px
}

.header-mobile {
    align-items: center;
    background-color: rgba(25, 33, 54, .753);
    border-radius: 15px;
    display: none;
    height: 70px;
    justify-content: center;
    left: 5px;
    max-width: calc(100vw - 10px) !important;
    padding: 0 15px;
    position: sticky;
    top: 5px;
    transition: background-color .2s ease;
    width: calc(100% - 10px);
    z-index: 31
}

@media(max-width:600px) {
    .header-mobile {
        padding: 0 10px
    }
}

.header-mobile.fixed {
    background-color: #19213600
}

.header-mobile.fixed .wrapper .notifications-wrapper,
.header-mobile.fixed .wrapper .sandwich {
    top: -6px
}

.header-mobile.unauth .wrapper {
    grid-template-columns: 150px auto 47px
}

.header-mobile .wrapper .menu-btn:after {
    right: 6px;
    top: 6px
}

.header-mobile .wrapper .an-auth .un-auth-btn {
    background-color: #121a29;
    height: 50px;
    margin-left: auto;
    max-width: 130px;
    width: 100%
}

@media(max-width:700px) {
    .header-mobile {
        display: flex !important
    }
}

.header-mobile.opened {
    display: none !important
}

.header-mobile .wrapper {
    grid-gap: 10px;
    align-items: center;
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr) 47px;
    max-width: calc(100vw - 20px);
    width: 100%
}

.header-mobile .wrapper.pro {
    grid-template-columns: 47px minmax(0, 1fr) 47px
}

.header-mobile .wrapper .come-back {
    border-radius: 15px;
    font-size: 13px;
    padding: 0 10px
}

.header-mobile .wrapper .come-back,
.header-mobile .wrapper .element {
    background-color: #121a29;
    height: 40px;
    width: 40px
}

.header-mobile .wrapper .element .menu-btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.header-mobile .wrapper .element .menu-btn img {
    width: 18px
}

.header-mobile .logo {
    display: flex;
    justify-content: center;
    margin: auto 0;
    transition: margin-left .3s ease
}

.header-mobile .logo img {
    max-width: 150px
}

.header-mobile .balance {
    margin: auto
}

.header-mobile .balance .body {
    background-color: #121a29;
    height: 60px;
    padding-right: 10px
}

.header-mobile .balance .body .img-wrapper {
    height: 42px;
    margin-left: 4px;
    width: 42px
}

.header-mobile .notifications-wrapper {
    display: block !important;
    top: 0;
    transition: top .2s ease
}

.header-mobile .notifications-wrapper .dropdown {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 0;
    width: 100vw
}

.header-mobile .notifications-wrapper .dropdown:after {
    display: none
}

.header-mobile .sandwich {
    align-items: center;
    background-color: #121a29;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    top: 0;
    transition: top .2s ease;
    width: 40px
}

.header-mobile .sandwich svg {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #475774;
    cursor: pointer;
    transition: transform .4s;
    -webkit-user-select: none;
    user-select: none;
    width: 30px
}

.header-mobile .sandwich svg .line {
    fill: none;
    stroke: #475774;
    stroke-width: 5.5;
    stroke-linecap: round;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s
}

.header-mobile .sandwich svg .top {
    stroke-dasharray: 40 160
}

.header-mobile .sandwich svg .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform .4s
}

.header-mobile .sandwich svg .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform .4s, stroke-dashoffset .4s
}

.header-mobile .sandwich.opened svg {
    transform: rotate(45deg)
}

.header-mobile .sandwich.opened svg .top {
    stroke-dashoffset: -64px
}

.header-mobile .sandwich.opened svg .middle {
    transform: rotate(90deg)
}

.header-mobile .sandwich.opened svg .bottom {
    stroke-dashoffset: -64px
}

.bottom-menu-mobile {
    grid-gap: 10px;
    align-items: center;
    background-color: #121a29;
    border-radius: 30px 30px 0 0;
    bottom: 0;
    box-sizing: initial;
    display: none;
    grid-template-columns: calc(25% - 25px) calc(25% - 25px) 54px calc(25% - 25px) calc(25% - 25px);
    justify-content: center;
    left: 0;
    min-height: 80px;
    padding: 0 10px env(safe-area-inset-bottom);
    position: fixed;
    transform: translateY(100%);
    transition: transform .3s ease;
    width: calc(100vw - 20px);
    z-index: 21
}

.bottom-menu-mobile.opened {
    transform: translateY(0)
}

@media(max-height:450px), (max-width:700px) {
    .bottom-menu-mobile {
        display: grid
    }
}

.bottom-menu-mobile .main-btn {
    border-radius: 18px;
    height: 54px;
    position: relative;
    width: 54px
}

.bottom-menu-mobile .main-btn img {
    filter: drop-shadow(0 3.628px 4.837px rgba(23, 46, 80, .18));
    height: 20px;
    width: 20px
}

.bottom-menu-mobile a {
    align-items: center;
    color: #475774;
    display: flex;
    flex-direction: column;
    font-size: .6rem;
    justify-content: center;
    position: relative;
    text-transform: uppercase
}

.bottom-menu-mobile a .svg-icon {
    color: #475774
}

.bottom-menu-mobile a svg {
    height: 30px;
    margin-bottom: 3px;
    width: 30px
}

.bottom-menu-mobile a .menu-tag {
    background-color: #51b466;
    border-radius: 3px;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    padding: 1px 3px;
    position: absolute;
    right: 50%;
    text-transform: uppercase;
    top: -7px;
    transform: translateX(30px)
}

.bottom-menu-mobile a .menu-tag.cas {
    background-color: #d09f44
}

.bottom-menu-mobile a .icon {
    display: none;
    margin-bottom: 5px;
    width: 28px
}

.bottom-menu-mobile a .icon-dark {
    display: block;
    margin-bottom: 5px;
    width: 28px
}

.bottom-menu-mobile a.active {
    color: var(--blue)
}

.bottom-menu-mobile a.active .icon {
    display: block
}

.bottom-menu-mobile a.active .icon-dark {
    display: none
}

.sandwich-menu {
    background-color: var(--bgModal);
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow-x: clip;
    overflow-y: auto;
    padding: 20px 20px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 38
}

.sandwich-menu .sandwich-btn {
    background-color: #202a3d;
    background-image: none;
    border: 3px solid #3f4e69
}

.sandwich-menu .s-menu-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px
}

.sandwich-menu .auth-buttons {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 30px;
    padding-top: 30px
}

.sandwich-menu .auth-buttons .new-main-style {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    height: 65px;
    width: 100%
}

.sandwich-menu .auth-buttons .new-main-style.def {
    background: #192232
}

.sandwich-menu .auth-buttons .blue {
    box-shadow: none
}

@media(max-width:700px) {
    .sandwich-menu.opened {
        display: flex
    }
}

.sandwich-menu .event-mobile-nav {
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.sandwich-menu .event-mobile-nav .event-mob-content {
    align-items: center;
    animation: bounceIn .3s ease forwards;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative
}

.sandwich-menu .event-mobile-nav .event-mob-content .countdown {
    grid-gap: 0;
    margin-top: 40px
}

.sandwich-menu .event-mobile-nav .event-mob-content .countdown .item {
    text-shadow: 0 2.954px 2.954px #00000040
}

.sandwich-menu .event-mobile-nav .event-mob-content .countdown .item span {
    font-family: Afolkalips;
    font-size: 48px;
    width: 35px
}

.sandwich-menu .event-mobile-nav .event-mob-content .countdown .item p {
    font-family: Afolkalips;
    font-size: 18px
}

.sandwich-menu .event-mobile-nav .event-mob-content .anonce-title {
    color: #4ce892;
    font-family: Afolkalips;
    font-size: 48px;
    padding-top: 20px;
    text-shadow: 0 0 40px rgba(76, 232, 146, .659)
}

.sandwich-menu .event-mobile-nav .event-mob-content.event-anonce {
    align-items: flex-start
}

.sandwich-menu .event-mobile-nav .event-mob-content:after {
    background: #192232;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%
}

.sandwich-menu .event-mobile-nav .event-mob-content.flx {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 0
}

.sandwich-menu .event-mobile-nav .event-mob-content .fs-mascot {
    width: 150px
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part {
    display: flex;
    flex-direction: column
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part h3 {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #57b75d, #48df87 100.7%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 96px;
    font-weight: 900
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part h4 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    text-transform: capitalize
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part h4 .bl {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    background-clip: text;
    -webkit-background-clip: text;
    display: inline
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part span {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    text-transform: lowercase
}

.sandwich-menu .event-mobile-nav .event-mob-content .ui-part .medium {
    font-size: 23px;
    font-style: normal;
    font-weight: 900
}

.sandwich-menu .event-mobile-nav .event-mob-content .event-mascot {
    width: 80%
}

.sandwich-menu .event-mobile-nav .event-mob-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    max-width: 200px;
    padding-bottom: 30px
}

.sandwich-menu .event-mobile-nav .event-mob-content .sprite-btn {
    bottom: 85px;
    left: 50%;
    max-width: 220px;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 60%
}

.sandwich-menu .event-mobile-nav .event-mob-content .sprite-btn.collection2 .inside {
    font-family: Afolkalips;
    font-size: 42px;
    padding-bottom: 10px
}

.sandwich-menu .event-mobile-nav .event-mob-content .main-btn {
    height: 43px;
    max-width: 250px
}

.sandwich-menu .event-mobile-nav .stream-event {
    align-items: center;
    display: flex;
    overflow: visible
}

.sandwich-menu .event-mobile-nav .stream-event .character {
    left: auto;
    right: 15px
}

.sandwich-menu .event-mobile-nav .back-fight {
    height: 80%;
    top: -30px
}

.sandwich-menu .event-mobile-nav .back,
.sandwich-menu .event-mobile-nav .back-fight {
    animation: fadeInTopLeft .3s ease forwards;
    left: -30px;
    object-fit: cover;
    position: absolute;
    width: calc(100% + 60px);
    z-index: -1
}

.sandwich-menu .event-mobile-nav .back {
    height: 95%;
    top: 0
}

.sandwich-menu .search-sandwich {
    align-items: flex-start;
    color: #677a9d;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.sandwich-menu .search-sandwich .close-btn {
    color: #fff;
    cursor: pointer;
    margin-left: auto
}

.sandwich-menu .search-sandwich .close {
    align-items: center;
    background: rgba(25, 34, 50, .871);
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.sandwich-menu .search-sandwich .close svg {
    color: #475774;
    height: 21px;
    width: 21px
}

.sandwich-menu .search-sandwich p {
    animation: searchSandwichAppear .3s ease both;
    font-size: 1.1rem
}

.sandwich-menu .search-sandwich .sandwich-btn {
    animation: searchSandwichAppear .3s ease both;
    color: #677a9d;
    margin-top: 20px;
    padding: 0 30px
}

@keyframes searchSandwichAppear {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.sandwich-menu .elements {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 20px;
    padding: 0 0 20px;
    position: relative
}

.sandwich-menu .elements:after {
    background: #192232;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%
}

.sandwich-menu .elements .mob-btn,
.sandwich-menu .elements a {
    align-items: center;
    background: #192232;
    border: 3px solid #0000;
    border-radius: 15px;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 65px;
    justify-content: center;
    opacity: 0;
    position: relative;
    transition: border-color .15s ease
}

.sandwich-menu .elements .mob-btn.active,
.sandwich-menu .elements a.active {
    border-color: #2b90fecc
}

.sandwich-menu .elements .mob-btn .icon,
.sandwich-menu .elements .mob-btn svg,
.sandwich-menu .elements a .icon,
.sandwich-menu .elements a svg {
    height: auto;
    margin-right: 10px;
    width: 26px
}

.sandwich-menu .elements .mob-btn:first-child,
.sandwich-menu .elements a:first-child {
    animation: elementSandwich .2s ease .05s both
}

.sandwich-menu .elements .mob-btn:nth-child(2),
.sandwich-menu .elements a:nth-child(2) {
    animation: elementSandwich .2s ease .1s both
}

.sandwich-menu .elements .mob-btn:nth-child(3),
.sandwich-menu .elements a:nth-child(3) {
    animation: elementSandwich .2s ease .15s both
}

.sandwich-menu .elements .mob-btn:nth-child(4),
.sandwich-menu .elements a:nth-child(4) {
    animation: elementSandwich .2s ease .2s both
}

.sandwich-menu .elements .mob-btn:nth-child(5),
.sandwich-menu .elements a:nth-child(5) {
    animation: elementSandwich .2s ease .25s both
}

.sandwich-menu .elements .mob-btn:nth-child(6),
.sandwich-menu .elements a:nth-child(6) {
    animation: elementSandwich .2s ease .3s both
}

.sandwich-menu .elements .mob-btn:nth-child(7),
.sandwich-menu .elements a:nth-child(7) {
    animation: elementSandwich .2s ease .35s both
}

.sandwich-menu .elements .mob-btn:nth-child(8),
.sandwich-menu .elements a:nth-child(8) {
    animation: elementSandwich .2s ease .4s both
}

.sandwich-menu .elements .mob-btn:nth-child(9),
.sandwich-menu .elements a:nth-child(9) {
    animation: elementSandwich .2s ease .45s both
}

.sandwich-menu .elements .mob-btn:nth-child(10),
.sandwich-menu .elements a:nth-child(10) {
    animation: elementSandwich .2s ease .5s both
}

@keyframes elementSandwich {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.sandwich-menu .mobile-banners {
    grid-gap: 20px;
    display: flex;
    flex-direction: column
}

.sandwich-menu .mobile-banners .gra-btn {
    align-items: center;
    animation: elementSandwich .2s ease .35s both;
    background-image: linear-gradient(180deg, #162541, #0f3062);
    border-radius: 20px;
    display: flex;
    height: 75px;
    padding: 0 70px 0 85px;
    position: relative;
    width: 100%
}

.sandwich-menu .mobile-banners .gra-btn.appication {
    background-image: linear-gradient(180deg, #301842, #2a1558)
}

.sandwich-menu .mobile-banners .gra-btn.appication:hover {
    border-color: #9d359f
}

.sandwich-menu .mobile-banners .gra-btn.vpn-menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0 70px 0 65px
}

.sandwich-menu .mobile-banners .gra-btn.vpn-menu .bag-img {
    bottom: -15px;
    left: -23px
}

.sandwich-menu .mobile-banners .gra-btn.vpn-menu .vpn-title {
    font-size: 20px;
    font-weight: 900
}

.sandwich-menu .mobile-banners .gra-btn.vpn-menu .vpn-title span {
    color: #41c6ff;
    font-size: 20px
}

.sandwich-menu .mobile-banners .gra-btn.vpn-menu p {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    padding-top: 3px
}

.sandwich-menu .mobile-banners .gra-btn:hover {
    border-color: #1f71fd
}

.sandwich-menu .mobile-banners .gra-btn span {
    font-size: 18px;
    font-weight: 900
}

.sandwich-menu .mobile-banners .gra-btn .bag-img {
    bottom: -21px;
    left: -30px;
    position: absolute
}

.sandwich-menu .mobile-banners .gra-btn .gra-image {
    bottom: -3px;
    position: absolute;
    right: 10px
}

.sandwich-menu .mobile-banners .gra-btn .icons {
    align-items: center;
    display: flex;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.sandwich-menu .mobile-banners .gra-btn .icons svg {
    height: auto;
    width: 30px
}

.sandwich-menu .mobile-banners .mob-btn {
    align-items: center;
    background: #192232;
    border-radius: 25px;
    box-shadow: 0 3.803px 6.338px 0 #11141b1a;
    color: #f55;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 80px;
    justify-content: center;
    width: 100%
}