#content {
    padding-top: 0;
}
.game-template-default .site-header {
    margin-bottom: 0;
}
.game-section {
    background-color: #26252d;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
    position: relative;
    margin: 0 0 30px;
    z-index: 3;
}
.game-section:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #26252d;
}
.game-section > * {
    position: relative;
    z-index: 1;
}
.game-h1 {
    color: #fff;
    text-align: center;
    min-width: 100%;
    font-size: 24px;
    margin: 0 0 30px;
}
.game-h1__name {
    color: #a39aff;

}
.game-h1__rate {
    margin: 0 0 0 8px;
}
.game-h1__rate:before {
    color: #ffc645;
}
.game-window {
    position: relative;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}
.game-image {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.game-btn {
    background-color: #f03b8c;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
    min-width: 220px;
    text-align: center;
}
.game-btn:hover {
    background-color: #ff64a9;
}
.game-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    flex: 1;
    margin: -10px -10px;
}
.game-window {
    padding: 30% 0;
    position: relative;
}
.game-window__outer {
    position: relative;
    margin: 10px;
    min-width: 70%;
    flex: 1;
}
.actions-btns {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}
.report-problem {
    display: flex;
    cursor: pointer;
    font-size: 15px;
}
.report-problem:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.613 0 0 114.617 0 256c0 141.391 114.613 256 256 256s256-114.609 256-256C512 114.617 397.387 0 256 0zm0 384c-17.674 0-32-14.32-32-32 0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.68-14.326 32-32 32zm32-112h-64l-16-128c0-8.836 7.164-16 16-16h64c8.836 0 16 7.164 16 16l-16 128z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-meta.technology .game-meta__name {
    text-transform: none;
}
.game-meta.technology {
    text-transform: uppercase;
}
.game-meta-list {
    flex: 1;
    color: #fff;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.game-meta-list:after {
    content: '';
    display: block;
    margin: 0 10px;
    min-width: 270px;
    flex: 1;
}
.game-meta-list:before {
    content: '';
    display: block;
    order: 10;
    margin: 0 10px;
    min-width: 270px;
    flex: 1;
}
.game-meta {
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    font-size: 14px;
    margin: 0 10px;
    min-width: 270px;
    flex: 1;
}
.game-meta__name {
    text-align: left;
    font-weight: bold;
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 5px 0 0;
}
.game-meta__platforms {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.game-meta__platforms .fa {
    font-size: 18px;
    background: #3f3e46;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 4px;
    border-radius: 3px;
}
.game-window iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}
.resize-btn {
    line-height: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    cursor: pointer;
}
.resize-btn:hover {
    background-color: #000;
}
.resize-btn:before {
    content: 'Развернуть';
}
.no-actions {
    opacity: 0;
    pointer-events: none;
}
.room-inner {
    position: absolute;
    background-color: #fff;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px 0 0;
}
.room-inner__image {
    height: 42px;
    width: 63px;
    object-fit: contain;
    object-position: center;
    margin: 0;
}
.room-inner__bonus {
    margin: 0 5px;
    font-weight: bold;
    font-size: 14px;
    min-width: 160px;
    flex: 1;
    max-width: 400px;
    text-align: center;
}
.room-inner__promo {
    font-size: 14px;
    font-weight: bold;
    color: #f03b8c;
    cursor: pointer;
    white-space: nowrap;
}
.room-inner__promo:hover {
    opacity: 0.8;
}
.room-inner__promo-value {
    border-bottom: 1px dashed #f03b8c;
    line-height: 1em;
    display: inline-block;
}
.room-inner__copy-icon {
    width: 20px;
    height: 21px;
    margin: -2px 0 0;
    position: relative;
}
.room-inner__copy-icon, .room-inner__copy-icon * {
    fill: #f03b8c;
}
.room-inner__btns {
    display: flex;
    margin: 0;
}
.room-inner__btn {
    margin: 5px;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    background-color: #4d3bfe;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    flex: 1;
    text-align: center;
}
.room-inner__btn:hover {
    opacity: 0.8;
}
.room-inner__close {
    position: absolute;
    height: 100%;
    width: 30px;
    background-color: #efefef;
    right: 0;
    top: 0;
    cursor: pointer;
}
.room-inner__close:before,
.room-inner__close:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #747474;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%) translateX(-50%);
    margin: -3px 0 0 4px;
}
.room-inner__close:after {
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    margin: -2px 0 0 -6px;
}
.room-inner__close:hover:after,
.room-inner__close:hover:before {
    background-color: #000;
}
.z-index-0 {
    z-index: 0 !important;
}
.game-window.fullscreen .resize-btn:before {
    content: 'Свернуть';
}
.game-window.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding: 0;
}

.game-template-default .breadcrumb {
    position: relative;
    z-index: 5;
    background-color: #26252d;
    min-width: 100%;
    margin: 0;
    opacity: 1;
    padding: 10px 0;
}
.game-template-default .breadcrumb > * {
    position: relative;
    z-index: 5;
}
.game-template-default .breadcrumb:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #26252d;
}
.game-template-default .breadcrumb a, .game-template-default .breadcrumb span {
    color: #fff;
    opacity: 0.8;
}
.game-template-default .breadcrumb a:hover,
.game-template-default .breadcrumb a:hover span{
    opacity: 1;
}
.post-game-window {
    background-color: #000;
    margin-bottom: 30px;
}
@media(min-width: 992px) {
    .game-template-default .site-header {
        margin-bottom: 30px;
    }
}
@media(min-width: 1200px) {
    .game-meta:last-child {
        border: none;
    }
}
