.iframe-info-block {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: 25px
}

.iframe-info-block.fullscreen {
    margin-top: 0
}

.game .casino-header {
    background-image: radial-gradient(ellipse at center center, #28DAE5, #3a43de 70%)
}

.asp-ratio {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 15px
}

.fullscreen .asp-ratio {
    border-radius: 0
}

.iframe-block.has-iframe {
    position: relative
}

.iframe-block.has-iframe.portrait {
    width: 100%;
    height: 100%
}

.iframe-block.has-iframe.portrait iframe {
    display: none
}

.iframe-block .game-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(2px) brightness(60%)
}

.iframe-block .orientation {
    position: absolute;
    height: 60%;
    width: 60%;
    top: 20%;
    left: 20%;
    z-index: 1;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.iframe-block .orientation p {
    padding-left: 16px;
    font-weight: 500
}

.iframe-block .game-button {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 1;
    text-align: center;
    margin-top: -24px
}

.iframe-block.portrait .btn-play {
    display: none
}

.iframe-block.portrait .orientation {
    display: flex
}

.fullscreen .iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.fullscreen #game-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    border-radius: 10px
}

.iframe-block .game-button .btn {
    width: auto;
    padding: 16px 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

.iframe-block .game-sidebar {
    width: 20%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.iframe-block.landscape .game-sidebar {
    display: block
}

.iframe-block.landscape .play-button {
    display: none
}

.game .casino-header .single-table-conversion {
    display: none
}

.fullscreen .portrait .single-table-conversion {
    display: block;
    padding: 0 24px
}

.iframe-block .game-sidebar-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    text-align: center
}

.iframe-block .game-sidebar-inner p {
    font-weight: 700;
    font-size: 20px
}

.iframe-block .game-sidebar-inner p.welcome-bonus {
    font-size: 16px
}

.iframe-block.landscape .asp-ratio {
    padding-top: 56.25%
}

.iframe-block .game-panel {
    display: none;
    justify-content: flex-end;
    align-items: center;
    padding: 10px
}

.iframe-block .game-panel .btn-fullscreen {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    border-radius: 50%;
    flex: 0 0 40px;
    outline: none
}

.iframe-block .game-panel .btn-fullscreen span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

.iframe-block .game-panel .btn-fullscreen:active {
    outline: none
}

.iframe-block .btn-fullscreen span:last-of-type {
    display: none
}

.iframe-block .btn-fullscreen svg {
    -webkit-transition: all 1s;
    transition: all 1s
}

.iframe-block .btn-fullscreen:hover svg {
    transform: scale(1.2)
}

.iframe-block .game-panel .btn {
    display: none
}

.iframe-block .game-panel .btn:hover {
    transform: scale(1)
}

.close-iframe {
    position: fixed;
    top: 0;
    right: 0;
    width: 25px;
    height: 20px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    z-index: 9999;
    zoom: 1.1;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff
}

.fullscreen .close-iframe {
    display: flex
}

.mobile .fullscreen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    zoom: 1;
    background: rgba(0, 0, 0, .9)
}

.fullscreen .iframe-block.desctop .game-panel {
    display: flex
}

.fullscreen .game-panel .btn {
    display: block
}

.game .casino-info-container {
    background: 0 0
}

.game .table {
    color: #000;
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
    font-size: 16px;
    overflow: hidden;
    float: none;
    margin: 0
}

.game .table tr {
    background: #fff
}

.game .table tr:nth-child(even) {
    background: #f4f4f7
}

.game .table tr:last-child {
    background: 0 0
}

.game .table td {
    padding: 14px 24px
}

.game .table td:last-child {
    text-align: right
}

.game .table tr:last-child td {
    padding: 0
}

.game .table .value {
    color: #2b1e5a;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 10px;
    background: #eae9ef;
    font-weight: 600
}

.game .table .btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 22px 0;
    font-weight: 700
}

.game .table .btn-grey {
    border-top: 1px solid #2b1e5a
}

@media all and (min-width: 768px) {
    .game .casino-header .container {
        flex-direction: column
    }

    .game .casino-header .casino-top-left {
        width: 100%;
        padding-right: 0
    }

    .game .casino-header .casino-info-container {
        width: 100%;
        margin-top: 30px
    }
}

@media all and (min-width: 1024px) {
    .game .table {
        margin: 0 0 0 10px
    }

    .game .casino-header .container {
        flex-direction: row
    }

    .game .casino-header .casino-top-left {
        width: 65%
    }

    .game .casino-header .casino-info-container {
        width: 35%;
        padding-left: 36px;
        align-self: flex-end
    }

    .game .casino-header .casino-info-container .single-table-conversion {
        display: block
    }

    .game .casino-header .casino-info-container .single-table-conversion .value {
        font-size: 14px
    }

    .game .table td {
        padding: 26px 32px
    }

    .iframe-block .game-button .btn {
        font-size: 24px
    }
}

@media all and (min-width: 1280px) {
    .single-table-conversion.mobile {
        margin: 25px 0 28px
    }

    .game .table td {
        padding: 24px 32px
    }

    .game .table .value.provider-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media screen and (min-width: 990px) {
    .table-bonuses-item-info.double {
        flex-direction: row
    }

    .table-bonuses-item-info.double > div {
        width: 50%
    }
}