.c-items__list, .c-images__list, .m-horizontal__list, .m-breadcrumbs__list {
    margin: 0
}

.c-items__item, .c-images__item, .m-horizontal__item, .m-breadcrumbs__item {
    padding: 0;
    margin: 0;
    background: 0 0;
    overflow: visible;
    background-size: auto;
    background-position: 0 0
}

.c-items__item:before, .c-images__item:before, .m-horizontal__item:before, .m-breadcrumbs__item:before {
    content: none
}

.b-above__moves, .c-items__list, .c-items__popup__list, .c-images__list, .m-horizontal__list {
    font-size: 0
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .b-above__moves, .c-items__list, .c-items__popup__list, .c-images__list, .m-horizontal__list {
        letter-spacing: -1px
    }
}

.c-items__item, .c-items__popup__item, .c-images__item, .m-horizontal__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    letter-spacing: normal;
    white-space: normal
}

.c-images--scroll .c-images__list {
    position: relative;
    white-space: nowrap;
    overflow: auto
}

@media (min-width: 800px) {
    .c-images--scroll .c-images__list {
        overflow: hidden
    }
}

.js .c-images--scroll .c-images__list {
    overflow-x: hidden
}

.item-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px
}

[dir=rtl] .item-icon {
    padding-left: 0;
    padding-right: 20px
}

.item-icon--15 {
    padding-left: 22px
}

[dir=rtl] .item-icon--15 {
    padding-left: 0;
    padding-right: 22px
}

.item-icon--15 .icon-svg {
    width: 15px
}

.item-icon--20 {
    padding-left: 30px
}

[dir=rtl] .item-icon--20 {
    padding-left: 0;
    padding-right: 30px
}

.item-icon--20 .icon-svg {
    width: 20px
}

.item-icon--22-35 {
    padding-left: 35px
}

[dir=rtl] .item-icon--22-35 {
    padding-left: 0;
    padding-right: 35px
}

.item-icon--22-35 .icon-svg {
    width: 22px
}

.item-icon--25 {
    padding-left: 35px
}

[dir=rtl] .item-icon--25 {
    padding-left: 0;
    padding-right: 35px
}

.item-icon--25 .icon-svg {
    width: 25px
}

.item-icon--26 {
    padding: 0
}

.item-icon--26 .icon-svg {
    width: 26px
}

.item-icon__svg {
    position: absolute;
    left: 0;
    top: 0
}

[dir=rtl] .item-icon__svg {
    left: auto;
    right: 0
}

.item-icon .icon-svg, .item-icon .sprite {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir=rtl] .item-icon .icon-svg, [dir=rtl] .item-icon .sprite {
    left: auto;
    right: 0
}

.item-icon--after {
    padding-left: 0
}

[dir=rtl] .item-icon--after {
    padding-right: 0
}

.item-icon--after .icon-svg, .item-icon--after .sprite {
    left: auto;
    right: 0
}

[dir=rtl] .item-icon--after .icon-svg, [dir=rtl] .item-icon--after .sprite {
    right: auto;
    left: 0
}

.item-icon--after-32 {
    padding-right: 42px
}

[dir=rtl] .item-icon--after-32 {
    padding-right: 0;
    padding-left: 42px
}

.item-icon--after-28 {
    padding-right: 38px
}

[dir=rtl] .item-icon--after-28 {
    padding-right: 0;
    padding-left: 38px
}

.item-icon--after-20 {
    padding-right: 28px
}

[dir=rtl] .item-icon--after-20 {
    padding-right: 0;
    padding-left: 28px
}

.item-icon--middle {
    vertical-align: middle
}

.dots {
    display: inline-block;
    padding: 2px 10px 6px;
    transition: background-color .3s
}

.dots__text {
    display: inline-block;
    background-color: #888;
    width: 4px;
    height: 4px;
    position: relative;
    transition: background-color .3s
}

.dots__text:before, .dots__text:after {
    content: '';
    background-color: #888;
    width: 4px;
    height: 4px;
    position: absolute;
    transition: background-color .3s
}

.dots__text:before {
    top: -6px
}

.dots__text:after {
    bottom: -6px
}

.dots:hover {
    background-color: #484848
}

.dots:hover .dots__text {
    background-color: #fff
}

.dots:hover .dots__text:before, .dots:hover .dots__text:after {
    background-color: #fff
}

.tag {
    display: inline-block;
    border: 1px solid #727272;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 15px;
    transition: border-color .3s, color .3s, background-color .3s
}

.tag:hover {
    border-color: #ffb700;
    color: #ffb700
}

.tag--yellow {
    border-color: #ffb700;
    color: #ffb700
}

.tag--yellow:hover {
    color: #2d2d2d;
    background-color: #ffb700
}

.tag--yellow-fill {
    border-color: #9b720a;
    color: #2d2d2d;
    background-color: #9b720a
}

.tag--yellow-fill:hover {
    background-color: #ffb700;
    color: #2d2d2d
}

.tag--grey {
    border-color: color #727272;
    color: #727272
}

.tag--grey:hover {
    border-color: #7a7a7a;
    color: #171717;
    background-color: #7a7a7a
}

.tag--grey-fill {
    border-color: #595959;
    color: #171717;
    background-color: #595959
}

.tag--grey-fill:hover {
    border-color: #7a7a7a;
    color: #171717;
    background-color: #7a7a7a
}

#gamepage {
    margin-top: 5px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows:auto 1fr;
    grid-template-areas:"game game" "info panel"
}

@media (min-width: 1300px) {
    #gamepage {
        grid-template-areas:"game panel" "info panel"
    }
}

@media (min-width: 1600px) {
    #gamepage {
        margin-top: 10px
    }
}

.p-grid {
    display: -ms-grid;
    display: grid;
    gap: .3rem;
    -ms-grid-columns: 75% 25%;
    grid-template-columns:75% 25%
}

@media (min-width: 801px) {
    .p-grid {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns:1fr 300px
    }
}

@media (min-width: 1600px) {
    .p-grid {
        gap: 8px;
        -ms-grid-columns: 1fr 460px;
        grid-template-columns:1fr 460px
    }
}

.d-grid .info-side {
    display: none
}

@media (min-width: 1000px) {
    .d-grid {
        display: -ms-grid;
        display: grid;
        gap: 1rem;
        -ms-grid-columns: 1fr 160px;
        grid-template-columns:1fr 160px
    }

    .d-grid .info-side {
        height: 600px;
        display: unset
    }
}

@media (min-width: 1000px) and (min-width: 1600px) {
    .d-grid {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns:1fr 300px
    }
}

.game-frame {
    grid-area: game;
    position: relative;
    width: 100%;
    height: 100%
}

@media (min-width: 500px) {
    .game-frame #game-frame {
        min-width: 100%;
        width: auto;
        margin-left: -5px
    }

    [dir=rtl] .game-frame #game-frame {
        margin-left: 0;
        margin-right: -5px
    }
}

@media (min-width: 1600px) {
    .game-frame #game-frame {
        height: auto;
        aspect-ratio: 16/9;
        margin-left: -10px
    }

    [dir=rtl] .game-frame #game-frame {
        margin-left: 0;
        margin-right: -10px
    }
}

#gamepage.cinema {
    grid-template-areas:"game game" "info panel";
    -ms-grid-rows: calc(100vh - 100px) 1fr;
    grid-template-rows:calc(100vh - 100px) 1fr
}

#gamepage.cinema #game-frame {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
    margin-bottom: 1rem
}

@media (min-width: 1600px) {
    #gamepage.cinema #game-frame {
        margin-left: -10px;
        margin-right: -10px;
        min-width: 100%;
        width: auto
    }
}

.info {
    grid-area: info
}

.info-header {
    margin-top: .75rem;
    margin-bottom: 1rem
}

@media (min-width: 801px) {
    .info-header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 801px) {
    .info-header .developer {
        min-width: 395px
    }
}

@media (min-width: 800px) {
    .info-action .items--mb {
        float: right;
        padding-right: 1rem
    }

    [dir=rtl] .info-action .items--mb {
        float: left;
        padding-left: 1rem
    }
}

@media (max-width: 500px) {
    .info-action {
        margin-left: 2rem
    }
}

.info-controls {
    margin-bottom: .7rem
}

@media (max-width: 500px) {
    .info-controls .b-above__cell {
        display: none
    }
}

@media (min-width: 500px) {
    .info-controls {
        display: block
    }
}

@media (min-width: 1200px) {
    .info-controls {
        display: -ms-grid;
        display: grid;
        gap: 1rem;
        -ms-grid-columns: 1fr 435px;
        grid-template-columns:1fr 435px
    }
}

.panel {
    grid-area: panel
}

.b-above {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.b-above__content {
    position: relative
}

@media (max-width: 801px) {
    .b-above__navigation {
        display: none
    }
}

@media (min-width: 801px) {
    .b-above__navigation {
        background-color: #171717;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 5px 10px;
        margin-bottom: 0;
        font-size: 0;
        text-align: right
    }

    .b-above__navigation:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        border-width: 34px 21px 0 0;
        border-color: transparent #171717;
        border-style: dashed solid
    }
}

.b-above__icon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 14px;
    border: 0;
    padding: 0;
    background: unset;
    color: #fff;
    transition: color .3s
}

.b-above__icon:hover {
    color: #ffb700
}

[dir=rtl] .b-above__icon {
    margin-left: 0;
    margin-right: 14px
}

.b-above__icon:first-child {
    margin-left: 0
}

[dir=rtl] .b-above__icon:first-child {
    margin-right: 0
}

.b-above__icon .icon-svg--fullscreen-exit {
    display: none
}

.b-above__icon.is-active .icon-svg--rectangle {
    width: 24px
}

.b-above__icon--rectangle.is-active {
    padding: 0 6px
}

.b-above__icon--fullscreen.is-active .icon-svg--fullscreen2 {
    display: none
}

.b-above__icon--fullscreen.is-active .icon-svg--fullscreen-exit {
    display: inline-block
}

.b-above__slat {
    display: table;
    overflow: hidden;
    width: 100%
}

.b-above__cell {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.b-above__moves {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 12px 10px;
    min-height: 92px;
    border-bottom: 1px solid #1c1c1c
}

.b-above__menu {
    border-left: 1px solid #484848
}

[dir=rtl] .b-above__menu {
    border-left: 0;
    border-right: 1px solid #484848
}

.b-annot {
    margin-bottom: 20px;
    padding: 2px;
    background-color: #1f1f1f
}

@media (min-width: 801px) {
    .b-annot {
        padding: 20px
    }
}

.b-annot__wrap {
    display: table;
    width: 100%
}

[dir=rtl] .b-annot__wrap {
    text-align: right
}

@media (min-width: 801px) {
    .b-annot__wrap .b-annot__title, .b-annot__wrap .b-annot__toolbar {
        display: table-cell;
        vertical-align: middle
    }
}

.b-annot__wrap .b-annot__toolbar {
    font-size: 11px;
    font-weight: 400
}

@media (min-width: 801px) {
    .b-annot__wrap .b-annot__toolbar {
        white-space: nowrap;
        text-align: right
    }

    .b-annot__wrap .b-annot__toolbar .items {
        height: 70px
    }
}

@media (max-width: 800px) {
    .b-annot__wrap .b-annot__toolbar {
        padding: 10px 0 0 17px
    }
}

@media (max-width: 500px) {
    .b-annot__wrap .b-annot__toolbar .b-thumb {
        border-left: 0
    }
}

.b-annot__wrap .b-annot__title {
    margin-bottom: 0
}

@media (max-width: 801px) {
    .b-annot__toolbar {
        margin-bottom: 14px
    }
}

@media (min-width: 801px) {
    .b-annot__toolbar {
        margin-top: -10px;
        float: right
    }

    [dir=rtl] .b-annot__toolbar {
        float: left
    }
}

.b-annot__title {
    font-size: 26px;
    margin-bottom: 0
}

.b-annot__text {
    font-weight: 400;
    margin-bottom: 25px
}

[dir=rtl] .b-annot__text {
    text-align: right
}

.b-annot__info {
    margin-bottom: 25px
}

[dir=rtl] .b-annot__info .items {
    text-align: right
}

.b-annot__stats {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px
}

.b-annot__icon .icon-svg--star {
    margin-top: -2px
}

.b-annot__icon .icon-svg--share {
    margin-top: -1px
}

.b-annot__icon.is-active {
    color: #ffb700
}

.b-annot__icon-name {
    display: block;
    margin-top: 9px;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400
}

.b-developers {
    font-size: 14px;
    padding-top: 5px;
    display: inline-block
}

@media (max-width: 801px) {
    .b-developers {
        padding-right: 0;
        padding-left: 3px
    }
}

[dir=rtl] .b-developers {
    border-left: 0;
    border-right: 3px solid #1c1c1c;
    padding: 15px 10px 15px 15px;
    text-align: right
}

.b-developers__desc {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #888
}

[dir=rtl] .b-developers__desc {
    margin-left: 0;
    margin-right: 15px
}

.b-developers__name {
    color: #fdfcfc;
    font-weight: 700;
    margin-bottom: 0
}

.b-developers__position {
    margin-bottom: 0
}

@media (max-width: 801px) {
    .b-developers__position {
        font-size: 11px
    }
}

.b-developers__link {
    text-decoration: none
}

@media (max-width: 801px) {
    .b-developers__link {
        margin-left: -13px
    }
}

.b-developers__link:hover .b-developers__name {
    color: #ffb700
}

.b-log {
    margin-bottom: 50px
}

[dir=rtl] .b-log {
    text-align: right
}

.b-log__title {
    margin-bottom: 0
}

.b-log__link {
    color: #ffb700;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative
}

.b-log__link:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 11px;
    border-color: transparent transparent transparent #ffb700;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px
}

[dir=rtl] .b-log__link:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 11px 4.5px 0;
    border-color: transparent #ffb700 transparent transparent;
    right: auto;
    left: -20px
}

.b-log__link:hover {
    text-decoration: underline
}

.b-log__content {
    display: none;
    margin-top: 25px
}

.b-log__content > :last-child {
    margin-bottom: 0
}

.b-log__content ol li {
    font-weight: 400
}

.b-log.is-active .b-log__link:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0;
    border-color: #ffb700 transparent transparent transparent
}

.b-log.is-active .b-log__content {
    display: block
}

.b-media {
    margin: 0 0 40px
}

.b-media__inner {
    padding-top: 56.25%;
    overflow: hidden;
    position: relative
}

.b-media__inner iframe, .b-media__inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.b-moves {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block;
    margin-left: -10px;
    overflow: hidden
}

.b-moves:before, .b-moves:after {
    content: '';
    display: table
}

.b-moves:after {
    clear: both
}

[dir=rtl] .b-moves {
    margin-left: 0;
    margin-right: -10px
}

.b-moves__item {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 7px;
    margin-left: 15px;
    float: left
}

[dir=rtl] .b-moves__item {
    margin-left: 0;
    margin-right: 10px;
    float: right
}

.b-moves__item--main {
    clear: none !important;
    margin-right: 20px;
    margin-bottom: 10px
}

[dir=rtl] .b-moves__item--main {
    clear: right
}

.b-moves__item--main img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

[dir=rtl] .b-moves__item--main img {
    margin-right: 0;
    margin-left: 5px
}

.b-moves__key {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 4px 8px;
    min-width: 38px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle
}

[dir=rtl] .b-moves__key {
    margin-right: 0;
    margin-left: 5px
}

.b-gp-controls .key {
    font-size: 14px;
    min-width: 30px;
    padding: 3px 8px
}

.b-notice {
    font-size: 0
}

.b-notice > * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 16px
}

.b-notice__text, .b-notice__navigation {
    vertical-align: middle;
    margin-bottom: 0
}

.b-notice__navigation {
    margin-left: 20px
}

[dir=rtl] .b-notice__navigation {
    margin-left: 0;
    margin-right: 20px
}

.b-thumb {
    font-size: 0;
    margin-left: -7px;
    padding-left: 10px;
    border-left: 1px solid #484848
}

.b-thumb > * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 14px
}

[dir=rtl] .b-thumb {
    margin-left: auto;
    margin-right: -15px
}

.b-thumb__up, .b-thumb__down {
    margin: 0 0 0 15px
}

[dir=rtl] .b-thumb__up, [dir=rtl] .b-thumb__down {
    margin: 0 15px 0 0
}

.b-thumb__up .icon-svg, .b-thumb__down .icon-svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir=rtl] .b-thumb__up .icon-svg, [dir=rtl] .b-thumb__down .icon-svg {
    right: auto;
    left: 0
}

.b-thumb__up .icon-svg {
    margin-top: -5px
}

.b-thumb__up .b-thumb__link.is-active, .b-thumb__up .b-thumb__link:hover {
    color: #3c763d
}

.b-thumb__down .icon-svg {
    margin-top: 5px
}

.b-thumb__down .b-thumb__link.is-active, .b-thumb__down .b-thumb__link:hover {
    color: #a94442
}

.b-thumb__link {
    display: inline-block;
    color: #7a7a7a;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
    border: 0;
    background: unset;
    transition: color .3s
}

[dir=rtl] .b-thumb__link {
    padding-right: 0;
    padding-left: 30px
}

.b-thumb--sm .b-thumb__up .icon-svg, .b-thumb--sm .b-thumb__down .icon-svg {
    width: 17px
}

.b-thumb--sm .b-thumb__up .icon-svg {
    margin-top: -3px
}

.b-thumb--sm .b-thumb__down .icon-svg {
    margin-top: 3px
}

.b-thumb--sm .b-thumb__link {
    padding-right: 25px
}

[dir=rtl] .b-thumb--sm .b-thumb__link {
    padding-right: 0;
    padding-left: 25px
}

.b-thumb--empty .b-thumb__up, .b-thumb--empty .b-thumb__down {
    font-size: 12px
}

.b-thumb--empty .b-thumb__up .icon-svg, .b-thumb--empty .b-thumb__down .icon-svg {
    right: auto;
    left: 0
}

[dir=rtl] .b-thumb--empty .b-thumb__up .icon-svg, [dir=rtl] .b-thumb--empty .b-thumb__down .icon-svg {
    left: auto;
    right: 0
}

.b-thumb--empty .b-thumb__link {
    color: #fff;
    padding: 0 0 0 30px
}

[dir=rtl] .b-thumb--empty .b-thumb__link {
    padding: 0 30px 0 0
}

.b-unavailable {
    padding-top: 200px;
    margin: 0 auto 250px;
    max-width: 640px
}

.b-unavailable .btn--default .btn__text {
    font-weight: 700;
    font-size: 16px;
    padding: 6px 25px;
    margin-left: 5px
}

[dir=rtl] .b-unavailable .btn--default .btn__text {
    margin-left: 0;
    margin-right: 5px
}

.b-unavailable__wrap {
    display: table
}

.b-unavailable__icon, .b-unavailable__text {
    display: table-cell;
    vertical-align: top
}

.b-unavailable__icon {
    color: #2a2929
}

.b-unavailable__text {
    padding: 10px 0 0 45px
}

[dir=rtl] .b-unavailable__text {
    padding: 10px 45px 0 0
}

.b-unavailable__title {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px
}

.b-unavailable__desc, .b-unavailable__report {
    font-weight: 400;
    font-size: 14px;
    color: #888
}

.b-unavailable__desc a, .b-unavailable__report a {
    color: #ffb700;
    text-decoration: underline
}

.b-unavailable__desc a.btn, .b-unavailable__report a.btn {
    text-decoration: none
}

.b-unavailable__desc a:hover, .b-unavailable__report a:hover {
    color: #fff
}

.b-unavailable--error {
    max-width: 515px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-unavailable--error .btn__text {
    font-size: 16px;
    font-weight: 700;
    padding: 0 28px
}

.b-unavailable--error .b-unavailable__text {
    padding-top: 0
}

.b-unavailable--error .b-unavailable__icon {
    padding-top: 10px
}

.b-unavailable--error .b-unavailable__title {
    margin-bottom: 30px
}

.b-unavailable--error .b-unavailable__desc {
    margin-bottom: 35px
}

.b-unavailable--demo {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #171717;
    padding: 0;
    margin: 0;
    z-index: 100
}

.b-unavailable--demo .btn__text {
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
    padding: 0 17px
}

.b-unavailable--demo .b-unavailable__game {
    background: center center no-repeat;
    background-size: cover;
    height: 100px;
    position: relative
}

.b-unavailable--demo .b-unavailable__game:after {
    content: '';
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.b-unavailable--demo .b-unavailable__wrap {
    padding: 65px 50px 40px 80px
}

[dir=rtl] .b-unavailable--demo .b-unavailable__wrap {
    padding: 65px 80px 40px 50px
}

.b-unavailable--demo .b-unavailable__title {
    max-width: 280px;
    font-size: 35px
}

.b-unavailable--demo .b-unavailable__text {
    padding-top: 0
}

.b-unavailable--demo .b-unavailable__icon {
    padding-top: 10px
}

.b-unavailable--demo .b-unavailable__desc {
    font-size: 11px;
    margin-bottom: 20px
}

.b-unavailable--ban {
    padding: 0 40px 0 50px;
    margin: 0;
    max-width: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

[dir=rtl] .b-unavailable--ban {
    padding: 0 50px 0 40px
}

.b-unavailable--ban .btn__text {
    font-size: 16px;
    font-weight: 700;
    padding: 0 28px
}

.b-unavailable--ban .b-unavailable__text {
    padding-top: 0
}

.b-unavailable--ban .b-unavailable__icon {
    padding-top: 20px
}

.b-unavailable--ban .b-unavailable__desc {
    margin-bottom: 25px
}

@media (min-width: 700px) {
    .b-unavailable--ban {
        padding: 0 70px 0 80px
    }

    [dir=rtl] .b-unavailable--ban {
        padding: 0 80px 0 70px
    }
}

@media (min-width: 1400px) {
    .b-unavailable {
        padding-top: 250px;
        margin-bottom: 300px
    }

    .b-unavailable--gp, .b-unavailable--demo {
        margin: 0;
        padding: 0
    }

    .b-unavailable--error {
        margin: 0 auto;
        padding: 0
    }
}

.b-update-log .grid {
    margin-left: -15px
}

[dir=rtl] .b-update-log .grid {
    margin-left: 0;
    margin-right: -15px
}

.b-update-log .grid__cell {
    border-left-width: 15px
}

[dir=rtl] .b-update-log .grid__cell {
    border-left-width: 0;
    border-right-width: 15px
}

.b-update-log .media-video__video {
    min-width: 105%;
    min-height: 105%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.b-update-log__title {
    color: #ffb700;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px
}

.b-update-log__name {
    font-size: 12px;
    color: gray;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.b-update-log__name:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background-color: gray
}

.b-update-log__number, .b-update-log__date {
    background-color: #171717;
    position: relative;
    z-index: 1
}

.b-update-log__number {
    padding-right: 25px;
    position: absolute;
    top: 0;
    left: 0
}

[dir=rtl] .b-update-log__number {
    padding-right: 0;
    padding-left: 25px;
    left: auto;
    right: 0
}

.b-update-log__date {
    padding-left: 25px
}

[dir=rtl] .b-update-log__date {
    padding-left: 0;
    padding-right: 25px
}

.b-update-log__content {
    font-size: 12px;
    line-height: 2;
    font-weight: 400
}

.b-update-log__img {
    margin-bottom: 0;
    position: relative;
    padding-top: 57.14285714285714%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.b-update-log__img img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.b-update-log__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .49)
}

.b-update-log__play .icon-svg {
    color: #fff
}

.gloader-wrapper, .gloader-body, .gloader-splash {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}


.gloader-wrapper.is-loading .gloader-splash_btn {
    display: none
}

.gloader-wrapper.is-loading .gloader-loading {
    display: block
}

@media (max-width: 801px) {
    .gloader-wrapper video {
        display: none
    }
}

.gloader-wrapper.completed {
    z-index: -1;
    display: none
}

.gloader-wrapper.loaded {
    z-index: 100
}

.gloader-body_content, .gloader-body_progress {
    position: absolute;
    left: 0
}

.gloader-body_content {
    top: 0;
    height: calc(100% - 2px);
    width: 100%
}

.gloader-body_progress {
    height: 2px;
    width: 0%;
    bottom: 0;
    background-color: #ffb700;
    transition: width 3s
}

.gloader-splash_bckgr {
    -webkit-filter: brightness(.35);
    filter: brightness(.35)
}

.gloader-splash_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 801px) {
    .gloader-splash_box {
        width: 85%
    }
}

.gloader-splash_box .border-radius {
    border-radius: 8px
}

@media (max-width: 801px) {
    .gloader-splash_box video {
        display: none
    }
}

.gloader-splash_vid {
    height: 172px
}

@media (max-width: 801px) {
    .gloader-splash_vid {
        display: none
    }
}

.gloader-splash_btn {
    background-color: #1f1f1f;
    height: 60px;
    box-shadow: 0 0 8px 2px #151515
}

.gloader-splash_btn .btn__text {
    padding: 20px 70px;
    font-weight: 700;
    font-size: 28px
}

@media (max-width: 801px) {
    .gloader-splash_btn .btn__text {
        padding: 20px
    }
}

.gloader-splash_btn svg {
    width: 36px;
    height: 36px;
    position: absolute;
    margin-left: 1rem;
    top: 12px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: animPlay 800ms linear infinite;
    animation: animPlay 800ms linear infinite
}

@media (max-width: 801px) {
    .gloader-splash_btn svg {
        display: none
    }
}

@-webkit-keyframes animPlay {
    from {
        opacity: 1
    }
    to {
        opacity: .4
    }
}

@keyframes animPlay {
    from {
        opacity: 1
    }
    to {
        opacity: .4
    }
}

.gloader-splash_btn:hover svg {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.gloader-splash_btn:hover svg path {
    fill: #ffb700
}

.gloader-brand {
    width: 100%;
    bottom: 0;
    position: absolute
}

.gloader-loading {
    display: none;
    height: 60px
}

.gloader-loading p {
    display: inline-block
}

.b-bnr {
    margin: 0 0 40px
}

.b-bnr img {
    max-width: 100%;
    height: auto
}

.b-404 {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 801px) {
    .b-404 {
        padding-top: 150px;
        margin-bottom: 150px
    }
}

.b-404__image {
    margin-bottom: 25px
}

.b-404__title {
    font-weight: 700;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .b-404__title {
        font-size: 55px
    }
}

.b-404__desc {
    font-weight: 400;
    font-size: 18px;
    color: #888;
    margin-bottom: 35px
}

.b-404__btn .btn--default .btn__text {
    font-size: 16px;
    padding: 14px 42px
}

@media (min-width: 1400px) {
    .b-404 {
        padding-top: 210px;
        margin-bottom: 200px
    }
}

.c-items {
    margin: 0 0 40px
}

.c-items__list {
    margin: 0 0 -10px -10px;
    text-transform: uppercase;
    font-weight: 700
}

[dir=rtl] .c-items__list {
    margin: 0 -10px -10px 0
}

.c-items__item {
    width: 25%;
    padding: 0 0 10px 10px;
    position: relative
}

[dir=rtl] .c-items__item {
    padding: 0 10px 10px 0
}

.c-items__item--active .c-items__icon {
    color: #ffb700
}

.c-items__item--active .c-items__status {
    color: #ffb700
}

.c-items__item--inactive img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.c-items__item.is-open:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border-width: 0 10px 20px;
    border-style: solid dashed;
    border-color: #1f1f1f transparent;
    background-color: transparent;
    margin: -10px 0 0 -10px;
    z-index: 15
}

[dir=rtl] .c-items__item.is-open:before {
    left: auto;
    right: 50%;
    margin: -10px -10px 0 0
}

.c-items__inner {
    background: #1f1f1f;
    display: block;
    padding: 15px 15px 5px;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    color: #474747;
    text-decoration: none;
    transition: background .3s
}

.c-items__inner:hover {
    color: #474747;
    background: #262626
}

.c-items__icon {
    display: block;
    text-align: center;
    line-height: 160px
}

.c-items__icon img {
    width: 100%
}

.c-items__icon .icon-svg {
    width: 125px
}

.c-items__icon .sprite {
    vertical-align: middle
}

.c-items__name {
    float: left
}

[dir=rtl] .c-items__name {
    float: right
}

.c-items__status {
    float: right
}

[dir=rtl] .c-items__status {
    float: left
}

.c-items__status .icon-svg {
    width: 26px
}

.c-items__flag {
    background: #7a0026;
    color: #fff;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transform: rotate(45deg) translate(56px, -45px);
    -ms-transform: rotate(45deg) translate(56px, -45px);
    transform: rotate(45deg) translate(56px, -45px);
    padding: 7px 0 4px
}

[dir=rtl] .c-items__flag {
    right: auto;
    left: 0;
    -webkit-transform: rotate(-45deg) translate(-56px, -45px);
    -ms-transform: rotate(-45deg) translate(-56px, -45px);
    transform: rotate(-45deg) translate(-56px, -45px)
}

.c-items__popup {
    position: absolute;
    left: -5000px;
    width: 900px;
    z-index: 10;
    margin-left: -445px;
    background: #1f1f1f;
    padding: 30px;
    box-shadow: 0 0 65px 10px rgba(0, 0, 0, .5);
    margin-top: 20px;
    opacity: 0;
    transition: opacity .3s 0s, left 0s .3s
}

[dir=rtl] .c-items__popup {
    left: auto;
    right: -5000px;
    margin-left: 0;
    margin-right: -445px;
    transition: opacity .3s 0s, right 0s .3s
}

.c-items__popup .c-items__name {
    float: none;
    display: block
}

.c-items__popup .c-items__status {
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

[dir=rtl] .c-items__popup .c-items__status {
    right: auto;
    left: 0
}

.is-open .c-items__popup {
    opacity: 1;
    left: 50%;
    transition-delay: 0s, 0s
}

[dir=rtl] .is-open .c-items__popup {
    left: auto;
    right: 50%
}

.c-items__popup__list {
    margin: 0 0 -30px -30px
}

[dir=rtl] .c-items__popup__list {
    margin: 0 -30px -30px 0
}

.c-items__popup__item {
    padding: 0 0 30px 30px;
    width: 33.333%;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    color: #474747
}

[dir=rtl] .c-items__popup__item {
    padding: 0 30px 30px 0
}

.c-items__popup__item--active .c-items__name, .c-items__popup__item--active .c-items__status, .c-items__popup__item--active .c-items__icon {
    color: #ffb700
}

.c-items__popup__item--active .c-items__status {
    display: block
}

.c-items--side {
    margin-bottom: 30px
}

.c-items--side .c-items__item {
    width: 33.333%
}

.c-items--side .c-items__inner {
    padding: 5px 5px 2px;
    font-size: 8px
}

.c-items--side .c-items__icon {
    line-height: 50px;
    margin-bottom: 10px
}

.c-items--side .c-items__icon .icon-svg, .c-items--side .c-items__icon .sprite {
    max-width: 42px;
    max-height: 42px
}

.c-items--side .c-items__status .icon-svg {
    width: 8px
}

.c-items--flip .c-items__inner {
    height: 216px;
    padding: 0
}

.c-items--flip .c-items__inner:hover {
    background: #1f1f1f
}

.c-items--flip .c-items__inner:hover .c-items__card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.c-items--flip .c-items__card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.c-items--flip .c-items__face {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #1f1f1f
}

.c-items--flip .c-items__face--front {
    padding: 15px 15px 5px
}

.c-items--flip .c-items__face--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #5c5e5c;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.571428571428571;
    text-transform: none;
    padding: 30px 20px 25px
}

.c-items--flip .c-items__bottom, .c-items--flip .c-items__progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-items--flip .c-items__name, .c-items--flip .c-items__status {
    float: none
}

.c-items--flip .c-items__name {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px
}

.c-items--flip .c-items__status, .c-items--flip .c-items__remainder {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.c-items--flip .c-items__back-title {
    color: #7e7e7e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-items--flip .c-items__back-text {
    max-height: 9.57em;
    overflow: hidden;
    display: block
}

.c-items--flip .c-items__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px
}

.c-items--flip .c-items__progress:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background-color: #323232
}

.c-items--flip .c-items__progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 10px;
    background-color: #ffb700
}

.c-items--flip .c-items__progress .c-items__name {
    padding-left: 15px;
    color: #a9a9a9
}

.c-items--flip .c-items__remainder {
    position: relative;
    background-color: #111;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 1px 12px 2px 10px;
    margin-left: 23px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.c-items--flip .c-items__remainder:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 23px solid #111;
    border-top: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 100%
}

.c-items--flip .c-items__remainder .sprite {
    vertical-align: middle;
    position: relative;
    left: 1px
}

@media (min-width: 1400px) {
    .c-items__item {
        width: 20%
    }
}

.c-images {
    margin-bottom: 40px
}

.c-images__list {
    margin-left: -10px;
    margin-bottom: -10px;
    color: #7e7e7e;
    font-weight: 400
}

[dir=rtl] .c-images__list {
    margin-left: 0;
    margin-right: -10px
}

.c-images__item {
    padding-left: 10px;
    padding-bottom: 10px;
    width: 20%;
    margin-bottom: 10px
}

[dir=rtl] .c-images__item {
    padding-left: 0;
    padding-right: 10px
}

.c-images__image {
    margin-bottom: 10px;
    position: relative;
    display: block;
    overflow: hidden
}

.c-images__image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: opacity .3s
}

.c-images__image:hover:before {
    opacity: .25
}

.c-images__author {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.c-images__author a {
    color: #fff;
    text-decoration: none
}

.c-images__author a:hover {
    color: #ffb700
}

.c-images__thumbs {
    display: block;
    margin-bottom: 0;
    font-size: 11px
}

.c-images__wrap-item, .c-images .slick-slide {
    display: inline-block;
    vertical-align: top
}

.c-images__wrap-item {
    width: 100%;
    white-space: normal
}

[dir=rtl] .c-images--scroll .c-images__list {
    direction: ltr
}

[dir=rtl] .c-images--scroll .c-images__list > * {
    direction: rtl
}

.f-report .inp__row {
    padding-left: 0
}

[dir=rtl] .f-report .inp__row {
    padding-right: 0
}

.f-report .inp__text {
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    padding: 2px 15px;
    font-weight: 400
}

.f-report input.inp__text {
    height: 30px
}

.f-report textarea.inp__text {
    padding: 10px 15px
}

.f-report .btn__text {
    padding: 0 33px;
    font-size: 14px;
    text-transform: none
}

.f-report .title-main {
    font-size: 11px
}

.f-report .title-main__name {
    padding: 9px 20px 6px;
    font-size: 14px !important
}

.nano .f-report {
    padding: 60px 70px 40px
}

.f-single {
    margin-top: 50px;
    position: relative
}

.f-single__wrap {
    display: table;
    width: 100%;
    background-color: #292929;
    border: 2px solid #414141
}

.f-single__avatar {
    position: absolute;
    top: -29px;
    left: 20px;
    z-index: 1
}

[dir=rtl] .f-single__avatar {
    left: auto;
    right: 20px
}

.f-single__inp {
    padding-left: 70px;
    padding-top: 10px;
    margin-bottom: 0
}

[dir=rtl] .f-single__inp {
    padding-left: 0;
    padding-right: 70px
}

.f-single__navigation {
    text-align: right;
    margin-bottom: 0;
    padding: 5px
}

[dir=rtl] .f-single__navigation {
    text-align: left
}

.f-single__text {
    background-color: #292929;
    font-size: 14px;
    padding: 0 5px 0 10px
}

[dir=rtl] .f-single__text {
    padding: 0 10px 5px 0
}

.m-horizontal {
    padding: 10px 0
}

.m-horizontal__list {
    overflow: hidden;
    padding-left: 0
}

.m-horizontal__item {
    margin: 0 1px 0 -1px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px
}

.m-horizontal__link {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none
}

.m-horizontal__link:hover {
    color: #ffb700
}

.m-accessibility {
    position: absolute;
    left: -5000px;
    top: 0
}

[dir=rtl] .m-accessibility {
    left: 0;
    right: -5000px
}

.m-accessibility a:focus, .m-accessibility a:active {
    position: absolute;
    top: 0;
    left: 5000px;
    width: 200px;
    padding: 2px 0 5px;
    z-index: 900;
    text-align: center;
    background: #fff
}

[dir=rtl] .m-accessibility a:focus, [dir=rtl] .m-accessibility a:active {
    left: auto;
    right: 5000px
}

.m-breadcrumbs {
    font-size: 15px;
    margin-bottom: 10px;
    color: #888
}

.m-breadcrumbs__list {
    padding-left: 0
}

.m-breadcrumbs__item {
    display: inline-block;
    vertical-align: middle
}

[dir=rtl] .m-breadcrumbs__item {
    padding: 0
}

.m-breadcrumbs__item:after {
    content: '\003E';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.m-breadcrumbs__item:last-child:after {
    content: none
}

.m-breadcrumbs__link {
    text-decoration: none;
    color: #888
}

.m-breadcrumbs__link:hover {
    color: #ffb700
}

a.m-breadcrumbs__link.last {
    cursor: default
}

@media (min-width: 801px) {
    .size--content {
        width: calc(100% - 300px);
        display: inline-block;
        padding-right: 30px
    }
}

@media (max-width: 801px) {
    .size--content {
        width: 75%;
        display: inline-block;
        padding-right: 1rem
    }
}

@media (min-width: 801px) {
    .size--side {
        width: 300px;
        float: right
    }
}

@media (max-width: 801px) {
    .size--side {
        width: 25%;
        float: right
    }
}

.size--md--content {
    width: 80.62015503875969%
}

.size--md--side {
    width: 19.37984496124031%
}

.size--1-12 {
    width: 8.333333333333334%
}

.size--2-12 {
    width: 16.666666666666668%
}

.size--3-12 {
    width: 25%
}

.size--4-12 {
    width: 33.333333333333336%
}

.size--5-12 {
    width: 41.66666666666667%
}

.size--6-12 {
    width: 50%
}

.size--7-12 {
    width: 58.333333333333336%
}

.size--8-12 {
    width: 66.66666666666667%
}

.size--9-12 {
    width: 75%
}

.size--10-12 {
    width: 83.33333333333334%
}

.size--11-12 {
    width: 91.66666666666667%
}

.size--12-12 {
    width: 100%
}

.push--1-12 {
    left: 8.333333333333334%
}

.push--2-12 {
    left: 16.666666666666668%
}

.push--3-12 {
    left: 25%
}

.push--4-12 {
    left: 33.333333333333336%
}

.push--5-12 {
    left: 41.66666666666667%
}

.push--6-12 {
    left: 50%
}

.push--7-12 {
    left: 58.333333333333336%
}

.push--8-12 {
    left: 66.66666666666667%
}

.push--9-12 {
    left: 75%
}

.push--10-12 {
    left: 83.33333333333334%
}

.push--11-12 {
    left: 91.66666666666667%
}

.push--12-12 {
    left: 100%
}

.pull--1-12 {
    left: -8.333333333333334%
}

.pull--2-12 {
    left: -16.666666666666668%
}

.pull--3-12 {
    left: -25%
}

.pull--4-12 {
    left: -33.333333333333336%
}

.pull--5-12 {
    left: -41.66666666666667%
}

.pull--6-12 {
    left: -50%
}

.pull--7-12 {
    left: -58.333333333333336%
}

.pull--8-12 {
    left: -66.66666666666667%
}

.pull--9-12 {
    left: -75%
}

.pull--10-12 {
    left: -83.33333333333334%
}

.pull--11-12 {
    left: -91.66666666666667%
}

.pull--12-12 {
    left: -100%
}

@media (min-width: 1200px) {
    .size--w-1-12 {
        width: 8.333333333333334%
    }

    .size--w-2-12 {
        width: 16.666666666666668%
    }

    .size--w-3-12 {
        width: 25%
    }

    .size--w-4-12 {
        width: 33.333333333333336%
    }

    .size--w-5-12 {
        width: 41.66666666666667%
    }

    .size--w-6-12 {
        width: 50%
    }

    .size--w-7-12 {
        width: 58.333333333333336%
    }

    .size--w-8-12 {
        width: 66.66666666666667%
    }

    .size--w-9-12 {
        width: 75%
    }

    .size--w-10-12 {
        width: 83.33333333333334%
    }

    .size--w-11-12 {
        width: 91.66666666666667%
    }

    .size--w-12-12 {
        width: 100%
    }
}

#swfGame {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center
}

@media (max-width: 801px) {
    #swfGame {
        background-size: cover
    }
}

#pgwin {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0 auto;
    overflow: hidden
}

#game-frame {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 225px
}

@media (min-width: 801px) {
    #game-frame {
        height: 600px;
        aspect-ratio: unset
    }
}

@media (min-width: 1600px) {
    .main {
        padding-left: 100px;
        padding-right: 0
    }

    [dir=rtl] .main {
        padding-left: 0;
        padding-right: 100px
    }

    .menu-hide .main {
        padding-left: 0;
        padding-right: 0
    }
}

body.cnm #game-panel {
    width: 100%;
    margin-right: 0
}

[dir=rtl] body.cnm #game-panel {
    margin-left: 0
}

.b-annot__text h2 {
    font-size: 18px
}

.b-annot__text h3 {
    font-size: 15px
}

#gameinfo {
    position: relative;
    overflow: hidden;
    max-height: unset
}

#gameinfo.closed {
    max-height: 250px
}

#gameinfo.closed:after {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(31, 31, 31, 0) 0, #1f1f1f 70%)
}

@media (max-width: 1500px) {
    .m-main {
        width: -webkit-fit-content;
        width: fit-content;
        min-width: 71px;
        max-width: 78px
    }

    .m-main__name {
        font-size: 10px
    }
}

.b-annot__toolbar #rating {
    margin-left: 15px
}

@media (max-width: 500px) {
    .b-annot__wrap #rating {
        display: block;
        margin-left: 0
    }
}

.video-init {
    position: relative;
    height: 200px;
    cursor: pointer
}

.video-init div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.video-init div p {
    display: inline-block;
    padding: 20px
}

@media (max-width: 1500px) and (min-width: 801px) {
    .main {
        padding-left: 71px
    }

    [dir=rtl] .main {
        padding-left: 0;
        padding-right: 71px
    }

    body.cnm .m-main {
        min-width: 95px;
        max-width: 100px
    }

    body.cnm .m-main__name {
        font-size: 12px
    }

    body.cnm .main {
        padding-left: 95px
    }

    [dir=rtl] body.cnm .main {
        padding-right: 95px
    }

    .menu-hide body.cnm .main {
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    #gp_nt {
        height: 600px;
        width: 300px
    }
}

.item_actionbtn {
    border: 0;
    background: unset;
    color: #fff;
    padding: 0;
    transition: color .3s
}

.item_actionbtn:hover {
    color: #ffb700
}

.main {
    padding-right: 0
}

#gameinfo p:first-child {
    font-weight: 600;
    border-bottom: 1px solid rgba(136, 136, 136, .322);
    padding-bottom: 1rem
}

@media (max-width: 1200px) {
    .btn-yt {
        margin-top: 10px
    }
}

@media (min-width: 1200px) {
    .btn-yt {
        position: absolute;
        left: 50%;
        bottom: 33px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .btn-yt img {
        width: 53px;
        margin: -20px 10px -18px -35px
    }
}

#rating.b-thumb {
    position: relative
}

#rating.b-thumb:before, #rating.b-thumb:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -18px;
    left: 0
}

[dir=rtl] #rating.b-thumb:before, [dir=rtl] #rating.b-thumb:after {
    right: 0;
    left: unset
}

#rating.b-thumb .b-annot__icon-name {
    display: inline-block;
    font-size: 14px;
    margin-top: 0
}

#rating.b-thumb:before {
    width: 100%;
    background: red
}

#rating.b-thumb:after {
    width: var(--rating);
    background: #ffb700
}

.gs-gp {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    grid-template-areas:"p1" "p2"
}

@media (min-width: 1000px) {
    .gs-gp {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        grid-template-areas:". a1" ". a1" ". a1" ". a1" ". a1" ". ." ". ." "p1 p1" "p1 p1" "a2 a2" "a2 a2" "a2 a2" "a2 a2" "a2 a2" "p2 p2" "p2 p2"
    }
}

@media (min-width: 1600px) {
    .gs-gp {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        grid-template-areas:". a1 a1" ". a1 a1" ". a1 a1" ". a1 a1" ". a1 a1" ". a1 a1" ". a1 a1" ". . ." "p1 p1 ." "p1 p1 ." ". a2 a2" ". a2 a2" ". a2 a2" ". a2 a2" ". a2 a2" "p2 p2 ." "p2 p2 ."
    }
}

.gs-gp .mt-8 {
    margin-top: 6px
}

.gs-gp .a1 {
    grid-area: a1
}

@media (max-width: 500px) {
    .gs-gp .a1 {
        display: none
    }
}

@media (min-width: 1120px) {
    .gs-gp .a1 {
        margin-right: -12px;
        height: 600px;
        width: 160px
    }

    [dir=rtl] .gs-gp .a1 {
        margin-right: 0;
        margin-left: -12px
    }
}

@media (min-width: 1600px) {
    .gs-gp .a1 {
        margin-right: 0;
        width: 300px;
        height: 858px
    }
}

.gs-gp .a2 {
    grid-area: a2;
    width: 300px;
    height: 600px
}

@media (max-width: 500px) {
    .gs-gp .a2 {
        display: none
    }
}