#sidebar {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: gap .2s linear 0s,width .2s linear 0s,padding .2s linear 0s;
    color: var(--text-game-primary-color);
    letter-spacing: .2px;
    white-space: nowrap;
    overscroll-behavior: contain;
    top: 0;
    gap: 0;
    z-index: 1030;
    width: 64px;
    height: 100dvh;
    padding: 16px 16px 22px;
    box-sizing: border-box;
    position: fixed;
}

#sidebar::-webkit-scrollbar {
    display:none;
}
#rightSideWrapper {
    width: calc(100% - 64px);
    float: right;
}

.mainPanel {
    position: sticky;
    width: 100%;
    height: 72px;
    z-index: 3;
    top: 0;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-width: 1100px;
}

.mainPanel::before {
    position: absolute;
    inset: 0;
    transition: opacity .2s linear 0s;
    background-color: var(--pbg);
    content: "";
    z-index: -1;
    opacity: .6;
    pointer-events: none;
}

.mainPanel svg {
    margin: 0!important;
}

.mainPanelContent {
    width: var(--panel-width);
    display: flex;
    align-items: center;
    margin-inline: auto;
}

.layout{
    display:flex;
    flex-flow: row wrap;
    margin-inline: auto!important;
    padding-inline: 0!important;
}
#layout {
    padding-inline: 0!important;
    margin-inline: auto!important;
    padding-top: 0;
    padding-bottom: 0;
}
.layout_container {
    padding-top: 0!important;
    min-width: var(--panel-width);
}
.right_panel {
    position: initial!important;
    width: auto!important;
    background-color: #fff!important;
}
.right_panel .holder .view_list .inner .drawing, .right_panel .holder .view_list .inner .timer {
    color: #212121!important;
}
.right_panel .no_visited a:visited, .right_panel .pseudo, .right_panel .pseudo:visited, .right_panel a, .right_panel a.no_visited:visited, .right_panel a:hover {
    color: #212121!important;
    border: none!important;
}
.right_panel .holder .view_list .inner .game .left {
    max-width: 100% !important;
}
.global_logo {
    font-size: 2.8rem!important;
}
.right_panel .holder {
    width: auto;
}
.sitemap_popup.sitemap_popup_stoloto {
    left: calc(50% - (var(--panel-width)/2))!important;
    max-height: max-content!important;
    bottom: auto!important;
    box-shadow: -5px 48px 48px rgba(0, 0, 0, 0.12)!important;
    border-radius: 0;
}
.sitemap_popup.sitemap_popup_stoloto .sitemap_popup_inner {
    width: var(--panel-width);
    margin: 0 auto;
}
.panel_notification{
    position: relative;
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--icon-bg);
    cursor:pointer;
    transition: background-color .2s linear 0s
}

.panel_notification::after {
    content: attr(data-content);
    position: absolute;
    background: red;
    font-size: 12px;
    border-radius: 10px;
    padding-inline: 6px;
    color: #fff;
    right: -7px;
    top: -8px;
    font-weight: 500;
    line-height: 18px;
}

.panel_notification svg{
    color: var(--icon-primary-color);
}

.panel_notification:hover {
    background-color: var(--icon-bg-hover);;
}

.mainPanel .panel_nav a, .all_lottos .pseudo, .mainPanel .panel_nav{
    color: var(--text-game-primary-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border:none;
    cursor: pointer;
    text-wrap: nowrap;
}
.panel_nav {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-left: 48px;
}

.all_lottos .pseudo {
    display: flex;
    align-items: center;
    color: var(--text-game-primary-color);
}

.all_lottos:hover .pseudo svg {
    transform: rotate(-180deg);
}

.sitemap_popup .nav_container {
    max-width: 13800px!important;
}
.mainPanel .pretty_button.pretty_button_new.type_primary {
    padding: 1.1rem 1.8em;
}
.panel_activity {
    margin-left: auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.panel_span {
    border-radius: 8px;
    transition: background-color .2s linear 0s;
    padding: 8px;
    line-height: 36px;
    user-select: none;
}
.panel_span_tickets_count {
    background: red;
    font-size: 12px;
    border-radius: 10px;
    padding-inline: 6px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    padding-block: 3px;
}
.panel_link:hover .panel_span {
    background-color: var(--text-bg-hover);
}
.mainPanel .panel_nav a:hover, .all_lottos .pseudo:hover {
    color: var(--text-game-primary-color)!important;
}
.all_lottos .panel_span {
    padding: 6px 8px;
}
.all_lottos {
    height: 72px;
    display: flex;
}
.panel_notification_popup {
    max-height: max-content!important;
    bottom: auto!important;
    background: #fff;
    color: #000;
    margin: 0;
    position: fixed;
    text-align: left;
    z-index: 4;
    top: 15px;
    right: auto;
    font-size: 1.8rem;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 515px;
    padding: 47px 16px 28px 36px;
    right: 50px;
    overflow: auto;
    display:none;
    box-sizing: border-box;
}
.panel_notification_popup .warning_messages {
    height: 440px;
    overflow: auto;
    font-size: 14px;
    padding-right: 20px;
}
.panel_notification_popup .iconic-close2 {
    position: absolute;
    left: 10px;
    top: 10px;
    border: none;
}

.sitemap_popup.sitemap_popup_stoloto nav .blocks a {
    font-weight: 300!important;
}

.panel_notification_popup .warning_messages p:not(:first-child) {
    border-top: 1px solid #cac4c6;
    padding-top: 15px;
    margin-top: 15px;
}

.sidebar_title {
    transition: height .2s linear 0s,opacity .2s linear 0s,margin-bottom .2s linear 0s;
    overflow: hidden;
    opacity: 0;
    height: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.sidebar_group {
    display: flex;
    flex-direction: column;
    transition: gap .2s linear 0s;
    gap: 6px;
    font-size: 12px;
}
.sidebar_group a {
    border: none;
    color: var(--text-game-primary-color)!important;
}

.sidebar_item_container {
    transition: width .2s linear 0s;
    width: 32px;
}

.sidebar_item {
    border-radius: 8px;
    transition: height .2s linear 0s,margin-left .2s linear 0s,padding-inline .2s linear 0s,background-color .2s linear 0s;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 32px;
}

.sidebar_item:hover{
    background-color: var(--text-bg-hover);
}

.sidebar_item_logo {
    width: 32px!important;
    height: 32px!important;
    transition: width .2s linear 0s,height .2s linear 0s;
    flex: none;
}

.sidebar_item_name {
    transition: opacity .2s linear 0s;
    opacity: 0;
}

.expandPanelWrap {
    transition: color .2s linear 0s,right .2s linear 0s;
    position: absolute;
    top: 16px;
    right: 12px;
    display: none;
}
.expandPanel{
    width: 40px;
    height: 40px;
    background-color: var(--icon-bg);
    padding: 0;
    border: none;
    border-radius: 12px;
    transition: background-color .2s linear 0s,border-color .2s linear 0s,box-shadow .2s linear 0s,opacity .2s linear 0s,color .2s linear 0s,scale .2s linear 0s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.expandPanel svg {
    transition: transform .2s linear 0s;
    transform: scaleX(-1);
    color: var(--icon-primary-color);
}

.expandPanel:hover {
    background-color: var(--icon-bg-hover);
}

#sidebar.expanded .expandPanel:hover {
    background-color: transparent;
}

span.iconic.for_user.iconic-heart-logo {
    position: relative;
    top: -4px;
}

.sidebar_item_logo.g_ruslotto {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#ruslotto") center center / 36px no-repeat;
}
.sidebar_item_logo.g_express {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#express") center center / 28px no-repeat;
}
.sidebar_item_logo.g_zp {
    background: url("/media/img/logo/zp_logo.svg?v1") center center / 36px no-repeat;
}
.sidebar_item_logo.g_fzp {
    background: url("/media/img/logo/fzp_logo.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_gzhl {
    background: url("/media/img/logo/gzhl_logo.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_6x36 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#6x36") center center / 36px no-repeat;
}
.sidebar_item_logo.g_bingo75 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#bingo75") center center / 36px no-repeat;
}
.sidebar_item_logo.g_zabava{
    background: url("/media/img/games/zabava_face.svg") center center / 34px no-repeat;
}
.sidebar_item_logo.g_rocketbingo{
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#rocketbingo") center center / 36px no-repeat;
}
.sidebar_item_logo.g_4x20 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#4x20") center center / 36px no-repeat;
}
.sidebar_item_logo.g_7x49 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#7x49") center center / 36px no-repeat;
}
.sidebar_item_logo.g_6x45 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#6x45") center center / 36px no-repeat;
}
.sidebar_item_logo.g_5x36plus {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#5x36plus") center center / 36px no-repeat;
}
.sidebar_item_logo.g_5x2 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#5x2") center center / 36px no-repeat;
}

.sidebar_item_logo.g_1224 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#1224") center center / 36px no-repeat;
}
.sidebar_item_logo.g_rapido {
    background: url("/media/img/games/rapido/rapido.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_rapido2 {
    background: url("/media/img/games/rapido2/rapido2.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_rapido-drive {
    background: url("/media/img/games/rapido-drive.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_rapido-ultra {
    background: url("/media/img/games/rapido-ultra/rapido-ultra.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_top3 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#top3") center center / 36px no-repeat;
}
.sidebar_item_logo.g_keno2 {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#keno2") center center / 36px no-repeat;
}
.sidebar_item_logo.g_duel {
    background: url("/f/media/superglobal/logo/assets_view.svg?b05a82d…#duel") center center / 36px no-repeat;
}
.sidebar_item_logo.g_spec {
    background: url("/media/img/games/spec/spec.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_dvazhdydva{
    background: url("/media/img/games/dvazhdydva_face.svg") center center / 34px no-repeat;
}
.sidebar_item_logo.g_oxota {
    background: url("/media/img/games/oxota/oxota.svg") center center / 34px no-repeat;
}
.sidebar_item_logo.g_oxota-vyzov {
    background: url("/media/img/games/oxota/oxota-vyzov.svg") center center / 34px no-repeat;
}
.sidebar_item_logo.g_udachanasdachu{
    background: url("/media/img/games/udachanasdachu/udachanasdachu_face.svg?v2") center center / 36px no-repeat;
}
.sidebar_item_logo.g_klava{
    background: url("/media/img/games/klava/klava.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_versus{
    background: url("/media/img/games/versus/versus.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_ostatki-sladki{
    background: url("/media/img/games/ostatki-sladki/ostatki-sladki.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_khl1x2{
    background: url("/media/img/games/khl1x2/khl1x2.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_sea-battle{
    background: url("/media/img/games/sea-battle/sea-battle.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_luckycard{
    background: url("/media/img/games/luckycard/luckycard.svg") center center / 36px no-repeat;
}

.sidebar_item_logo.g_football-brilliant{
    background: url("/media/img/games/football/brilliant.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_football-bronze{
    background: url("/media/img/games/football/bronze.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_football-gold{
    background: url("/media/img/games/football/gold.svg") center center / 36px no-repeat;
}
.sidebar_item_logo.g_football-silver{
    background: url("/media/img/games/football/silver.svg") center center / 36px no-repeat;
}


@media only screen and (min-width: 1416px) {
    #rightSideWrapper {
        width: calc(100% - 200px);
    }
    #rightSideWrapper.expanded {
        width: calc(100% - 64px);
    }

    #sidebar.expanded  .sidebar_title {
        opacity: 1;
        height: 20px;
        margin-bottom: 8px;
    }

    #sidebar.expanded {
        width: 205px;
        gap: 20px;
        padding-top: 28px;
        padding-inline: 12px 0;
    }

    .sidebar_item_container {
        width: 100%;
    }

    #sidebar.expanded .sidebar_item {
        height: 28px;
        padding-inline: 4px;
        margin-left: -8px;
    }

    #sidebar.expanded .sidebar_item_logo {
        width: 28px!important;
        height: 28px!important;
    }

    #sidebar.expanded .sidebar_item_name {
        opacity: 1;
    }
    #sidebar.expanded .expandPanel svg {
        transform: none;
    }

    #sidebar.expanded .expandPanelWrap {
        right: 0;
    }

    #sidebar.expanded .expandPanel {
        background-color: transparent;
    }
}

@media only screen and (min-width: 1919px) {
    #rightSideWrapper {
        width: calc(100% - 230px);
    }
}

@media only screen and (min-width: 1416px) and (max-width: 1919px) {
    .expandPanelWrap {
        display: inline-flex;
    }

    #sidebar {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1919px) {
    #sidebar.expanded {
        width: 230px;
        gap: 32px;
    }
    #sidebar.expanded .sidebar_group {
        font-size: 14px;
        line-height: 20px;
    }
}

.sitemap_popup.sitemap_popup_stoloto.sitemap_panel_popup {
    color: var( --text-primary-color);
    background-color: var(--sitemap-bg);
    width: 100%;
    display: none;
    left: 0!important;
    animation: Account-menu-show .2s linear forwards;
}
.all_lottos:hover .panel_span {
    background-color: transparent!important;
}
.all_lottos:hover .sitemap_panel_popup {
    display: block;
}
.sitemap_popup.sitemap_popup_stoloto.sitemap_panel_popup nav p {
    color: var(--sitemap-p-color);
}

.sitemap_popup.sitemap_panel_popup a {
    color: var(--text-primary-color);
}

.sitemap_popup.sitemap_popup_stoloto .sitemap_hr {
    background: var(--sidebar-hr-color)
}

.sitemap_popup.sitemap_panel_popup a:hover {
    color: var(--text-primary-color)!important;
    text-decoration: underline!important;
}
.service.fixable, .stage {
    z-index: 2;
}

.about_lottery_page  .layout_container {
    width: 100%;
}
html.fastgames_top3_page {
    --text-game-primary-color: #fff;
    --pbg: #6f2ed0!important;
}

:root {
    --text-primary-color: #000;
    --icon-primary-color: #ACACAC;
    --icon-bg: rgba(0,0,0,.055);
    --icon-bg-hover: rgba(0,0,0,.11);
    --text-bg-hover: rgba(0,0,0,.055);
    --sitemap-bg: #fff;
    --sitemap-p-color: rgb(33, 33, 33);
    --sidebar-hr-color: rgba(0, 0, 0, 0.055);
}
html.vip:not(.disable_theming) {
    --text-primary-color: #fff;
    --text-game-primary-color: #fff;
    --icon-primary-color: #8A8AA8;
    --icon-bg: #1c1b29;
    --icon-bg-hover: #2a293e;
    --text-bg-hover: hsla(0,0%,100%,.11);
    --sitemap-bg: #141d3a;
    --sitemap-p-color: #fff;
    --sidebar-hr-color: rgba(255, 255, 255, 0.055);

    --pbg: #141d3a!important;
}
html.vip:not(.disable_theming) #sidebar {
    background-color: transparent;
}
#page>.bg {
    z-index: 0!important;
}

#page {
    display: table;
    width: 100%;
}

.global_notifier {
    z-index: 9999999999;
}