@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);*,*::after,*::before,.next-button {
    box-sizing: border-box
}

.hive .card,.menu a,.pager a,.small-link,menu .sub,menu a {
    text-decoration: none
}

.card button,.submit,.v-buttons i,.video-cover,menu .sub {
    cursor: pointer
}

body,menu .items {
    flex-direction: column;
    display: flex
}

#v-container:hover .v-controlls,.fold .wrap,.game-frame,body,footer,footer .menu,menu,menu .items {
    display: flex
}

.logo img,menu a img {
    width: auto;
    height: 100%
}

:root {
    --secondary: #80FFFF;
    --accent: #0d7039;
    --main: #234a24;
    --dark: #162e16;
    --light: #b5bdb5;
    --color1: #f5f5f5;
    --color2: #010101;
    --color3: #ffa336;
    --color4: #ffab23;
    --white: #ffffff;
    --small: 12px;
    --regular: 16px;
    --medium: 18px;
    --large: 22px;
    --xlarge: 28px
}

.article-page .article-image img,.image img {
    max-inline-size: 100%;
    max-block-size: 100%;
    width: 100%;
    height: auto
}

body,html {
    margin: 0 auto;
    overflow-x: hidden
}

body {
    min-height: 100vh;
    font-family: Roboto,sans-serif;
    color: var(--light);
    background-color: var(--main);
}

.bnr_tower .bnr_250,.page_404,header.header {
    margin-bottom: 24px
}

header .wrap {
    height: 57px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,0,0,.3);
    padding: 0 18px;
}

header .logo {
    height: 31px
}

.wrap {
    margin: 0 auto;
    padding: 8px
}

.article-page .sidebar.right,.sidebar {
    margin-left: 24px
}

.full_frame,section.fold {
/*    background: url(https://cdn.nichesites.pikoya.com/onlinesolitaire_com/images/bg_pattern.png),linear-gradient(180deg,#41b749 0,#0c6f39 100%)*/
}

.game-frame {
    justify-content: space-between;
    width: calc(100% - 324px);
/*    max-height: calc(100vh - 98px)*/
}

.fold > .wrap {
    justify-content: center;
}

.game-frame.flex-middle, .description {
    width: calc(100vw - 200px);
    max-width: 1024px;
    flex-direction: column;
}

.flex-middle {
    justify-content: center;
}

iframe {
    border: 0;
    aspect-ratio: 16/9
}

.sidebar {
    width: 300px;
    padding-top: 70px
}

.game-mobile {
    display: none
}

.content .wrap,.multiplex {
    max-width: 1024px;
    padding: 8px 16px
}

.content .image {
    margin: 12px 0;
    display: block
}

footer .menu, menu {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-block-start:0;
    margin-block-end:0;
    padding-inline-start:0;
}
footer .menu {
    width: auto;
}
.menu a,menu .sub,menu a {
    margin: 0 6px
}

menu a img {
    margin-right: 4px
}

footer .menu a,menu .item {
    font-size: var(--regular);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: var(--light);
    padding: 4px 10px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 0 #000d02;
    white-space: nowrap
}
menu .item picture {
    font-size: 0;
}
footer .menu a {
    font-size: 14px;
    color: var(--white);
}
footer .menu a:hover,menu .item:hover {
    opacity: .88
}

footer .menu a.extra_footer_item,footer .menu a.footer_btn {
    color: #f7c415
}

menu .item:active {
    position: relative;
    top: 1px
}

menu .item:has(img):not(menu .item:has(.text+img)) {
    background: 0 0;
    border: none;
    box-shadow: none
}

menu a.icon {
    display: block;
    height: 100%
}

menu .item:has(.text+img) img {
    margin-right: 4px;
    filter: drop-shadow(0px 1px 0px #000d02)
}

menu .item:not(menu .item:has(.text+img)) img {
    max-height: 50px
}

menu .sub {
    position: relative;
    padding-bottom: 32px;
    margin-top: 32px
}

center:after,menu .items {
    position: absolute;
    right: 0
}

menu .items {
    gap: 4px;
    top: 43px;
    background-color: #0d7039;
    padding: 16px 8px;
    opacity: 0;
    transition: opacity .5s ease-out;
    visibility: hidden;
    border-radius: 0 0 6px 6px;
    border: 1px solid #2e8235;
    z-index: 1;
    min-width: 150px;
    align-items: baseline
}

.article-page .sidebar,.section-video .wrapper-video .video-thumbs .thumb-video figure,menu .items .item {
    margin: 0
}

menu .sub:hover .items {
    opacity: 1;
    visibility: visible
}

footer {
    margin-top: auto;
    background: rgba(0,0,0,0);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 8px;
    font-size: 0
}

footer .logo {
    height: 50px;
    display: block
}

footer .menu {
    justify-content: center;
    align-items: stretch
}

footer .copyrights a {
    font-size: 12px;
    color: var(--light);
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

footer .copyrights a:hover {
    text-decoration: underline;
}

h1 {
    font-size: var(--xlarge)
}

h2 {
    font-size: var(--large)
}

h3 {
    font-size: var(--medium)
}

a,h1,h2,h3 {
    color: var(--white)
}

p {
    line-height: 1.4
}

.section-video,li {
    line-height: 1.6
}

:where(h1,h2,h3)+br,p:empty {
    display: none
}

.page-description, .game-description {
    font-size: 16px;
    margin: 0;
    margin-bottom: 16px;
    color: var(--white);
    font-weight: 100;
    line-height: 1.4
}

.game-description {
    margin: 16px 0;
}

.details,.line {
    margin: 8px 0;
    display: flex
}

.hive .card,.submit,.submit:hover {
    color: var(--color2)
}

.white-frame {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 324px);
    max-width: 1024px
}

.article-page section.fold {
    height: auto;
    min-height: calc(100vh - 66px)
}

.white-block {
    background-color: var(--color1);
    padding: 24px;
    box-shadow: 0 0 40px rgba(3,99,47,.48);
    border-radius: 8px
}

.white-frame:has(.article-image) .white-block {
    border-radius: 0 0 8px 8px
}

.article-page .article-image {
    line-height: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 40px rgba(3,99,47,.48)
}

.article-page .fold .wrap:has(.sidebar) {
    justify-content: space-between
}

.white-block .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px
}

.details,.line.text {
    flex-direction: column
}

.details {
    border-block:1px solid #ccc;padding: 8px 0
}

.line {
    align-items: baseline
}

.line label {
    min-width: 200px;
    display: inline-block
}

.line.flex.between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1024px;
}

input[type=text],select,textarea {
    padding: 8px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.button {
    display: block;
    background-color: var(--accent);
    color: white;
    white-space: nowrap;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
}

.submit {
    font-weight: 600;
    background-color: var(--color4);
    border: 1px solid var(--color4);
    border: 1px solid var(--color4);
    padding: 8px 32px;
    border-radius: 6px
}

.submit:hover {
    background-color: var(--color3)
}

.alert_green,.alert_red {
    font-size: 14px;
    padding: 8px;
    color: #fff;
    border-radius: 4px
}

.alert_green {
    background-color: #079949
}

.alert_red,.card button {
    background-color: #f9101b
}

.hive .card,.pager a {
    background-color: var(--white)
}
.wrap.column {
    flex-direction: column;
    align-items: center;
}

.wrap.column h1 {
    max-width: 1024px;
    width: 100%;
}

.block-hive .wrap {
    flex-direction: column;
    padding: 0
}

.hive,.pager {
    justify-content: center
}

.block-hive h1,.block-hive h2, .wrap.column h1 {
    color: var(--white);
    font-weight: 400;
    margin-top:0;
    margin-bottom:8px;
}

.line.flex.between h1 {
    margin-bottom: 0;
}

.article-page .block-hive h1 {
    margin-top:1.25em}

.games-list .block-hive h1, .wrap.column h1 {
    margin-top:0}

.block-hive h2 {
    margin-bottom: 0;
    margin-top:16px;
    font-weight: 200;
}

section.fold-additional,section.fold-articles {
    height: inherit;
    padding-bottom: 3em;
    margin-top: 2em
}

section.fold-additional .block-hive,section.fold-articles .block-hive {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 8px
}

.hive {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 12px;
    grid-auto-flow: dense;
    align-items: center;
    width: 100%;
    margin-bottom: 24px
}

.hive .card {
    display: flex;
    flex-direction: column;
    width: auto;
    overflow: hidden;
    box-shadow: 0 5px 11px rgba(3,99,47,.75);
    border-radius: 8px;
    transition: box-shadow .2s ease-in-out;
    padding-bottom: 4px;
    aspect-ratio: 1/0.81
}

.card .desc,.card .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-main .card .desc {
    display: none;
}

.hive .card:hover {
    box-shadow: 0 12px 14px rgba(3,99,47,.85)
}

.hive .card:first-child:not(.fold-additional .hive .card),.bnr_250,.games .square:first-of-type,.games-list .hive .card:first-child {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.bnr_160,.bnr_728,.bnr_750,.bnr_970 {
    grid-column: auto/span 7;
    grid-row: auto/span 1
}

.card .image {
    line-height: 0
}

.card .name {
    font-size: 17px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    color: var(--color2);
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.card:first-child .name:not(.page-game .card:first-child .name, .page-play .card:first-child .name) {
    font-size: 24px;
}
.card .desc {
    font-size: 13px;
    -webkit-line-clamp: 2
}

.card .cont {
    padding: 6px 12px;
    flex-grow: 1
}

.games-list .card:first-child .cont,.v-left,.v-right {
    display: flex;
    align-items: center
}

.card button {
    width: -webkit-fill-available;
    margin: 6px;
    border: 0;
    padding: 8px 0;
    color: var(--white);
    border-radius: 2px;
    display: none
}

.games-list .card .desc {
    -webkit-line-clamp: 2;
    display: none
}

.page_404 h1 {
    font-size: 96px;
    margin-bottom: 0;
    margin-top: 0
}

.page_404 h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 6px
}

.pager {
    display: flex;
    margin: 24px 0;
    font-size: 13px
}

.pager a {
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 3px
}

.pager a:hover,a.cur {
    background-color: rgba(255,255,255,.86)
}

.bnr_160,.bnr_160 center,.bnr_728,.bnr_728 center,.bnr_750,.bnr_750 center,.bnr_970 center {
    margin: 0 auto
}

.bnr_970 {
    margin: 0 auto 24px
}

.bnr_250,.bnr_300,.bnr_600,.bnr_728,.bnr_750 {
    position: relative;
    margin-bottom: 24px
}

.bnr_728,.bnr_750 {
    margin: 24px 0
}

.bnr_tower {
    top: 0;
    left: 0
}

.bnr_300,.bnr_600 {
    margin-top: 12px
}

.bnr_tower:nth-of-type(2) {
    right: 0;
    left: inherit
}

center {
    position: relative
}

center:after {
    content: "Advertisement";
    font-size: 8px;
    top: -12px;
    color: #fff
}

.content center:after,.white-block center:after {
    color: var(--light);
}

.bnr_728 center {
    width: 728px;
    height: 90px
}

.bnr_750 center {
    width: 750px;
    height: 300px
}

.bnr_970 center {
    width: 970px;
    height: 250px
}

.bnr_160 center {
    width: 160px;
    height: 600px
}

.bnr_300 center,.bnr_600 {
    width: 300px;
    height: 600px
}

.bnr_250 center {
    width: 300px;
    min-height: 250px;
    margin: 0 auto
}

.mobile {
    display: none
}

.gg-maximize,.gg-volume,html.mobile {
    display: block
}

.space-between {
    justify-content: space-between
}

.small-link {
    background-color: var(--color4);
    padding: 4px 8px;
    color: var(--color2);
    border-radius: 4px;
    font-size: 14px
}

.small-link:hover {
    background-color: #ffb337
}

/********** RESPONSIVE ***********/

@media (orientation: landscape) {
    .game-frame iframe {
        aspect-ratio: 16 / 9 !important;
    }
}
@media (orientation: portrait) {
    .game-frame iframe {
        aspect-ratio: 9 / 16 !important;
        height: 100%;
/*        background: #fff;*/
    }
    .game-container iframe body {
        background-color: #ffffff!important;
    }
    
    .page-game .game-frame.flex-middle iframe {
        width: auto;
        height: calc(100vh - 139px);
    }
    
}

@media only screen and (max-width: 1660px) {
    .white-frame {
        width:calc(100% - 320px);
        margin: 0
    }

    .article-page .sidebar.left {
        display: none
    }
    
    .game-frame.flex-middle {
        width: 100%;
    }
    
}

@media only screen and (max-width: 1360px) {
    .white-frame {
        width: calc(100% - 160px);
    }
}

@media only screen and (max-width: 1230px) {
    .description {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .white-block .bnr_728,.white-block .bnr_750 {
        display:none
    }

    .white-block .bnr_250.mobile {
        display: block
    }
    .white-frame {
        width: calc(100% - 96px);
    }
}

@media only screen and (max-width: 1000px) {
    .menu_top .wrap .links,.menu_top a:nth-of-type(n+12),nav a:nth-of-type(n+6) {
        display:block
    }
    .fold header .wrap {
/*
        justify-content: center;
        align-items: baseline;
*/
    }
    .header .logo {
        z-index: 9999;
        position: relative
    }

    header.open .logo {
/*
        position: absolute;
        top: 8px;
        left: 8px
*/
    }

    .tb_menu_toggle {
        border: 0;
        position: absolute;
        top: 17px;
        right: 24px;
        width: 30px;
        height: 25px;
        background: 0 0;
        display: inline-block;
        z-index: 9999;
        margin: 0
    }

    .menu_top,.tb_menu_toggle i {
        position: absolute;
        z-index: 999
    }

    .tb_menu_toggle i {
        background: var(--color3);
        border-bottom: 1px solid var(--color4);
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

    .tb_menu_toggle i:nth-child(2) {
        top: 40%
    }

    .tb_menu_toggle i:nth-child(3) {
        top: 80%
    }

    .menu_top .search,.menu_top .sub,.menu_top a {
        margin-bottom: 24px
    }

    menu .item.last-item {
        margin: 0 0 24px
    }

    .menu_top,header.open {
        padding: 0
    }

    .tb_menu_toggle.tb_animate_toggle i:first-child,.tb_menu_toggle.tb_animate_toggle i:nth-child(2) {
        top: 40%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .tb_menu_toggle.tb_animate_toggle i:nth-child(3) {
        top: 40%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu_top {
        text-align: center;
        width: 100vw;
        min-height: 100vh;
        font-size: 24px;
        top: 0;
        left: 100%;
        overflow: hidden;
        transform: translateZ(0);
        transition: transform .22s,opacity 0s .22s;
        background-color: #183419;
        padding: 15vh 0 0;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column
    }

    menu .items {
        background-color: #183419;
    }
    
    .menu_top.open {
        transform: translate3d(-100%,0,0);
        transition: transform .22s
    }

    menu .sub>.item {
        display: none
    }

    menu .sub .items {
        top: 0;
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        gap: 24px;
        align-items: center
    }

    .menu_top a {
        font-size: 30px
    }

    .menu_top .sub {
        margin: 0
    }
}
@media only screen and (max-width: 854px) {
    .hive {
        grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    }
}
@media only screen and (max-width: 800px) {
    .white-frame {
        margin-left:0;
        width: auto
    }

    .mobile {
        display: block
    }

    .article-page .sidebar.right,.bnr_728,.bnr_750 {
        display: none
    }

    .white-block {
        padding: 8px
    }

    footer .wrap {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    footer .wrap menu {
        justify-content: center;
        margin-top: 12px;
        overflow-x: auto;
        padding-left: 24px;
        padding-right: 24px
    }

    .line {
        flex-direction: column
    }
}

@media only screen and (max-width: 660px) {
    
    .page-game .wrap.column h1 {
        font-size: var(--large);
        width: 98%
    }
    
    .page-game .line.flex.between {
        margin-bottom: 16px;
        margin-top: -6px;
    }
    
    .fold .wrap:not(header .wrap),.game-mobile,.sidebar {
        flex-direction:column
    }

    header.header {
        margin-bottom: 20px
    }

    .game-frame {
/*        margin: 0 0 24px;*/
        align-items: flex-start;
        height: auto
    }

    .game-frame,.sidebar,input[type=text],select,textarea {
        width: 100%
    }

    .sidebar {
        padding-top: 24px;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .page-game .game-frame iframe,.sidebar .bnr_250:first-child {
        display: none
    }
    
    .game-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        aspect-ratio: auto;
    }
    
    .game-mobile a {
        text-decoration: none;
    }

    .game-frame {
        max-height: calc(100vh - 120px);
        max-height: none;
    }

    .game-mobile a,.game-mobile img {
        max-height: 100%;
        height: auto;
        width: 98%;
        border-radius: 30px;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .game-mobile button {
        border: 0;
        border-radius: 6px;
        background-color: var(--color4);
        font-size: 24px;
        font-weight: 400;
        padding: 12px;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .white-frame {
        width: auto;
/*        margin-bottom: 24px*/
    }
    
    section.fold-additional {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .page-play .wrap.column h1 {
/*        margin-top: 12px;*/
    }
    
    .page-play .description p {
        margin-top: 0;
    }
    
    .page-play .block-hive h2 {
        margin: 0;
    }
    
    .page-play .game-frame.flex-middle {
        margin-bottom: 24px;
    }

    footer {
        flex-direction: column;
        align-items: center
    }
    
    footer .menu {
        display: flex;
        justify-content: flex-start;
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 100vw;
    }
}

.content .wrap .bnr_250.mobile,.section-video {
    margin-top: 24px
}

@media only screen and (max-width: 570px) {
    .hive {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 520px) {
    .hive .card:first-child {
        grid-column:auto/span 1;
        grid-row: auto/span 1
    }
}

.article-page .fold .wrap:has(.sidebar) {
    justify-content: space-between;
    flex-wrap: wrap
}

.article-page .fold .wrap .bnr_970 {
    flex: 1 0 100%
}


@media only screen and (max-width: 1300px) {
    .bnr_970 {
        display:none
    }

    .article-page .fold .wrap .bnr_970 {
        display: block
    }
}

@media only screen and (max-width: 990px) {
    .article-page .fold .wrap .bnr_970 {
        display:none
    }
}

iframe,iframe body {
    background-color: transparent
}

.section-video {
    background-color: var(--color1);
    padding: var(--box-padding);
    margin-bottom: 24px;
    font-size: 16px;
    border-radius: 8px;
    padding: 24px
}

.thumb-cover,.video-cover {
    background-color: #00000055;
    position: absolute
}

.section-video .wrapper-video {
    width: 100%;
    margin: 0 auto
}

.section-video .wrapper-video video {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    object-fit: contain
}

.section-video .wrapper-video .video-title {
    display: block;
    font-size: 16px;
    margin: 8px 0
}

.section-video h4 {
    color: var(--accent);
    font-size: 18px;
    margin: 0 0 12px
}

.section-video .wrapper-video p {
    font-size: 14px;
    font-family: Montserrat,sans-serif
}

.section-video .wrapper-video pre {
    white-space: pre-wrap;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    margin: 4px 0
}

.section-video .wrapper-video .video-thumbs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: 20px;
    gap: 12px;
    justify-content: space-between;
    position: relative
}

.video-thumbs::-webkit-scrollbar {
    display: none
}

.thumb-cover,.thumb-cover .bar,.video-cover {
    width: 100%;
    display: flex
}

.section-video .wrapper-video .video-thumbs:has(.thumb-video:nth-child(4)) {
    justify-content: space-between
}

.section-video .wrapper-video .video-thumbs .thumb-video {
    width: 24%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    flex-shrink: 0
}

.section-video .wrapper-video .video-thumbs .thumb-video figure img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

.section-video .wrapper-video .video-thumbs .thumb-video figcaption {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.thumb-video img {
    border: 2px solid transparent
}

.thumb-video.active img {
    border: 2px solid #ff1212
}

.video-cover {
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0
}

.thumb-cover {
    aspect-ratio: 23/13;
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-end;
    pointer-events: none;
    border-radius: 0;
    overflow: hidden;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 34px)
}

.thumb-cover .bar {
    background-color: #000000bb;
    padding: 6px
}

.gg-play-button,.gg-play-button::before,.gg-play-pause,.next-button::after,.next-button::before,.thumb-cover .pause_btn,.thumb-cover .play_btn {
    box-sizing: border-box;
    display: block
}

.thumb-cover .pause_btn {
    position: relative;
    transform: scale(var(--ggs,1));
    width: 8px;
    height: 10px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: 5px
}

.thumb-cover .play_btn {
    content: "";
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    margin-right: 4px
}

.thumb-cover .timeline {
    background-color: #ffffff99;
    border-radius: 10px;
    width: 100%
}

.video-actions {
    position: absolute;
    display: inline-block;
    bottom: 100px;
    right: 0
}

.next-button,.video-actions .counter {
    font-size: 16px;
    right: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
    cursor: pointer
}

.next-button {
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 32px;
    height: 32px;
    background: #e50000;
    top: 2px;
    padding: 10px 12px
}

.block-hive.games .desc,.v-controlls {
    display: none
}

.next-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #fff;
    left: 10px
}

.next-button::after {
    content: "";
    position: relative;
    width: 3px;
    height: 14px;
    background: #fff;
    top: 0;
    left: 7px
}

.video-actions .counter {
    font-weight: 500;
    background-color: #e50000;
    color: #fff;
    padding: 6px 12px
}

.video-actions .counter:before {
    content: "Next";
    margin-right: 8px
}

@media only screen and (max-width: 900px) {
    .section-video .wrapper-video {
        max-width:inherit
    }
}

@media only screen and (max-width: 800px) {
    .white-frame {
        width:100%
    }

    .section-video .wrapper-video .video-thumbs .thumb-video {
        min-width: 200px
    }
}

.v-controlls {
    align-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #00000099;
    position: absolute;
    bottom: 8px;
    color: #fff;
    z-index: 99999
}

.gg-play-button,.gg-play-pause {
    position: relative;
    transform: scale(var(--ggs,1.4))
}

.gg-arrow-up,.gg-maximize,.gg-volume {
    position: relative;
    transform: scale(var(--ggs,1));
    box-sizing: border-box
}

.v-buttons {
    width: 100%;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 30px
}

.gg-play-button {
    width: 22px;
    height: 22px
}

.gg-play-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}

.gg-play-pause {
    width: 8px;
    height: 10px;
    border-left: 3px solid;
    border-right: 3px solid;
    margin: 5px
}

.gg-maximize {
    margin-left: 26px;
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px,6px 6px 0 -4px,6px -6px 0 -4px,-6px 6px 0 -4px
}

.gg-volume {
    width: 6px;
    height: 8px;
    border: 2px solid;
    border-right: 0;
    -webkit-perspective: 12px;
    perspective: 12px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff
}

.gg-volume::after,.gg-volume::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}

.gg-volume::before {
    left: -1px;
    transform: rotateY(-90deg);
    width: 12px;
    height: 10px;
    border: 2px solid;
    border-left: 0;
    top: -3px;
    background-color: #fff;
    border-radius: 2px
}

.gg-volume::after {
    width: 8px;
    height: 16px;
    border: 6px double;
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    right: -15px;
    top: -6px
}

.gg-volume.off::after {
    border: 1px solid #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 2px;
    height: 22px;
    rotate: 45deg;
    background-color: #fff;
    right: -4px;
    top: -9px;
    box-sizing: unset
}

.gg-arrow-up {
    display: block;
    width: 22px;
    height: 22px
}

.gg-arrow-up::after,.gg-arrow-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px
}

.gg-arrow-up::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px
}

.gg-arrow-up::before {
    width: 2px;
    height: 16px;
    left: 10px;
    background: currentColor
}

.v-progress-bar,.v-progress-fill {
    height: 8px;
    border-radius: 8px;
    display: block
}

.v-progress {
    display: block;
    padding: 8px
}

.v-progress-bar {
    background-color: #7f7f7f
}

.back-btn,.v-progress-fill {
    background-color: #fff
}

.press {
    display: flex;
    padding: 10px 16px;
    height: 30px;
    width: 20px;
    justify-content: center
}

.press .gg-play-button::before {
    top: 1px;
    left: -2px
}

.press .gg-play-pause {
    position: relative;
    margin: 0;
    display: block;
    padding: 0 2px
}

.press .gg-volume {
    position: relative;
    left: -7px;
    top: 1px;
    padding-right: 5px
}

.press .gg-maximize {
    position: relative;
    left: 0;
    top: -2px;
    margin: 0;
    padding: 7px
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:last-child {
    flex-basis: 99.7%
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(2),.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(2)~a {
    flex-basis: 49.5%
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(3),.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(3)~a {
    flex-basis: 32.7%
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(4),.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(4)~a {
    flex-basis: 23.9%
}

@media only screen and (max-width: 650px) {
    .section-video .wrapper-video p,.section-video .wrapper-video pre {
        display:none
    }

    .section-video .wrapper-video .video-thumbs {
        position: relative;
        gap: 0
    }

    .section-video .wrapper-video .video-thumbs:after,.section-video .wrapper-video .video-thumbs:before {
        content: ''
    }

    .section-video .wrapper-video .video-thumbs .thumb-video {
        flex: 1;
        min-width: 280px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 400px) {
    .section-video .wrapper-video .video-thumbs .thumb-video {
        min-width:200px
    }
}

.back-btn {
    position: fixed;
    bottom: 100px;
    right: 24px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #e3e3e3cc;
    display: none
}

.back-btn:after {
    content: "Top";
    display: block;
    background-color: #4d4d4d;
    padding: 3px 6px;
    position: absolute;
    top: 48px;
    left: 3px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px
}

.back-btn:before {
    position: absolute;
    top: 40px;
    left: 14px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px;
    border-color: transparent transparent #4d4d4d;
    transform: rotate(0)
}

.sub>.item.cur,menu a.item.cur .text {
    border-bottom: 2px solid var(--light)
}

@media only screen and (max-width: 430px) {
    .games-list .hive {
        grid-template-columns:auto
    }

    .games-list .card .cont {
        padding: 3px 12px
    }

    .block-hive .hive .card {
        aspect-ratio: auto
    }

    .games-list .card .name {
        font-size: 15px;
        white-space: nowrap;
        padding: 8px 0
    }
    
    .hive {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    
    .card .name {
        white-space: nowrap;
    }
}

.multiplex {
    margin: 24px auto
}

#v-container #ad-container {
    top: 0
}

@media only screen and (max-width: 560px) {
    #v-container.full-scr #video-element,.full-scr .v-controlls {
        position:relative;
        top: 40%
    }

    .full-scr #video-actions {
        top: 60%
    }

    #v-container.full-scr #ad-container,.full-scr #ad-container {
        top: 40%
    }

    #v-container #ad-container {
        top: 0
    }
}

.article-page:not(.games-list) .hive .card:first-child img {
    height: 75.5%;
    object-fit: cover
}
