.table-casinos {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    border-radius: 10px
}

.table-casinos tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #e2d9f9;
    overflow: hidden;
    background: #fff
}

.casinos-default tbody tr, .casinos-default .table-body .tr {
    background: #fff;
    flex-wrap: nowrap
}

.table-casinos tr.hide, .casinos-default tr.hide, .casinos-default .tr.hide, .table-bonuses tr.hide {
    display: none
}

.bonuses-default .table-body .tr:nth-child(1) .td.col1 .num, .bonuses-default tr:nth-child(1) td.col1 .num, .casinos-default .table-body .tr:nth-child(1) .td.col1 .num, .casinos-default tr:nth-child(1) td.col1 .num {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/bg1.svg);
    background-size: 32px 32px;
    height: 32px;
    line-height: 32px
}

.bonuses-default .table-body .tr:nth-child(2) .td.col1 .num, .bonuses-default tr:nth-child(2) td.col1 .num, .casinos-default .table-body .tr:nth-child(2) .td.col1 .num, .casinos-default tr:nth-child(2) td.col1 .num {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/bg2.svg);
    background-size: 28px 28px;
    height: 28px;
    line-height: 28px
}

.bonuses-default .table-body .tr:nth-child(3) .td.col1 .num, .bonuses-default tr:nth-child(3) td.col1 .num, .casinos-default .table-body .tr:nth-child(3) .td.col1 .num, .casinos-default tr:nth-child(3) td.col1 .num {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/bg3.svg);
    background-size: 24px 24px;
    height: 24px;
    line-height: 24px
}

.table-casinos .col1 {
    display: inline-block;
    width: 35%;
    padding: 16px 16px 10px
}

.table-casinos .col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    padding-right: 16px
}

.casinos-default.table-bonuses .tr .td.col2 a, .casinos-default.table-bonuses tr td.col2 a {
    color: #3f3f3f
}

.table-casinos .col3 {
    width: 100%;
    padding: 10px 16px
}

.table-casinos .col4 {
    width: 100%;
    display: flex;
    padding: 0 16px
}

.casinos-default.table-bonuses .tr .td.col4, .casinos-default.table-bonuses tr td.col4 {
    border-left: 2px dashed #f4f4f7;
    border-right: 2px dashed #f4f4f7;
    width: 100%
}

.table-casinos .img-wrapper {
    width: 100%;
    height: 40px;
    border-radius: 5px
}

.table-casinos .img-wrapper img {
    height: auto;
    border-radius: 5px
}

.table-casinos .title {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.table-casinos .title a {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700
}

.table-casinos .feature {
    display: none
}

.table-casinos .rating .value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-image: url(../img/rating-bg.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center 60%;
    color: #fff;
    font-size: 16px;
    line-height: 48px
}

.table-casinos .legend {
    display: none;
    font-weight: 700
}

.table-casinos .reflink {
    width: 50%;
    padding: 10px 5px 10px 0
}

.table-casinos .review {
    width: 50%;
    padding: 10px 0 10px 5px
}

.table-casinos .bonus {
    font-size: 16px;
    letter-spacing: 1px
}

.table-casinos .bonus {
    text-transform: capitalize
}

.table-casinos .payments {
    display: none
}

.table-casinos .payments ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.table-casinos .payments li {
    display: block;
    margin: 5px
}

.table-casinos .payments a, .table-casinos .payments span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ede8fa;
    position: relative;
    height: 32px;
    width: 60px;
    padding: 0 5px
}

.table-casinos .payments a img, .table-casinos .payments span img {
    display: block;
    width: 90%;
    height: auto
}

.table-casinos .btn {
    display: block;
    width: 100%
}

.table-casinos tfoot .btn {
    width: auto;
    margin: 0 auto
}

.casinos-default tfoot td, .table-bonuses tfoot td {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.table-bonuses tfoot tr {
    background: 0 0
}

.casinos-default tfoot .btn, .casinos-default .tfoot .btn {
    display: block;
    margin: 0 auto
}

@media all and (min-width: 768px) {
    .table-casinos tbody tr, .table-casinos .table-body .tr {
        display: block
    }

    .table-casinos .tr .td, .table-casinos tr td {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .table-casinos .col1 {
        display: flex;
        width: 20%;
        height: 240px;
        float: left;
        padding: 16px 30px 16px 50px
    }

    .casinos-default .table-body .tr:nth-child(1) .td.col1 .num, .casinos-default tr:nth-child(1) td.col1 .num {
        background-size: 36px 36px;
        height: 36px;
        line-height: 36px
    }

    .casinos-default .table-body .tr:nth-child(2) .td.col1 .num, .casinos-default tr:nth-child(2) td.col1 .num {
        background-size: 32px 32px;
        height: 32px;
        line-height: 32px
    }

    .casinos-default .table-body .tr:nth-child(3) .td.col1 .num, .casinos-default tr:nth-child(3) td.col1 .num {
        background-size: 28px 28px;
        height: 28px;
        line-height: 28px
    }

    .table-casinos .col2 {
        width: 80%;
        height: 80px;
        padding: 20px 60px 0 20px;
        float: right;
        justify-content: space-between
    }

    .table-casinos .col3 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 55%;
        height: 160px;
        float: left;
        padding-left: 20px
    }

    .table-casinos .col4 {
        width: 25%;
        height: 160px;
        float: left;
        flex-direction: column;
        padding-right: 60px;
        padding-top: 20px
    }

    .table-casinos .img-wrapper {
        width: 100%;
        height: 75px;
        border-radius: 12px
    }

    .table-casinos .img-wrapper img {
        border-radius: 10px
    }

    .table-casinos .title {
        width: 74%
    }

    .table-casinos .title a {
        font-size: 24px
    }

    .table-casinos .feature {
        display: block;
        margin-left: 20px;
        margin-bottom: -8px
    }

    .table-casinos .rating {
        width: 26%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px
    }

    .table-casinos .rating .value {
        width: 68px;
        height: 68px;
        background-size: 68px 68px;
        margin-right: 15px
    }

    .table-casinos .legend {
        display: block;
        margin-left: 15px;
        white-space: nowrap
    }

    .table-casinos .bonus p {
        margin: 5px 0 10px
    }

    .table-casinos .payments {
        display: block
    }

    .table-casinos .payments ul {
        margin: 0 -5px
    }

    .table-casinos .reflink {
        width: 100%;
        padding: 0
    }

    .table-casinos .review {
        width: 100%;
        padding: 0
    }

    .table-casinos .btn {
        margin-bottom: 10px
    }
}

.loop-games {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.loop-games .game {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 5px 0
}

.loop-games .game:nth-child(odd) {
}

.loop-games .img-wrapper {
    padding-top: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.loop-games .game .game-screen {
    filter: blur(1px) brightness(90%)
}

.loop-games .game:hover .game-screen {
    filter: unset
}

.loop-games img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: unset !important
}

.loop-games .info {
    background: #1e28d6;
    padding: 8px 16px 10px;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.loop-games .info .title {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.loop-games .info .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 20px;
    letter-spacing: .5px
}

.loop-games .info .support {
    margin-top: 5px;
    width: 20px
}

.loop-games .info .support img {
    display: block
}

.loop-games .dev-logo.img-wrapper {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    padding: 3px;
    width: 40px;
    height: 40px
}

.loop-games .dev-logo img {
    height: auto;
    min-height: unset;
    width: 100%;
    display: block;
    padding: 0 5px
}

.loop-games .info .support span {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
}

.loop-block .loop-footer {
    width: 100%;
    background: #fff;
    padding: 17px 0;
    text-align: center
}

.loop-block button {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #1e28d6;
    border-radius: 10px;
    color: #1e28d6;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase
}

.loop-block button:hover {
    background: #1e28d6;
    color: #fff
}

@media all and (min-width: 320px) {
    .loop-games .game {
        width: 50%;
        padding: 5px
    }
}

@media all and (min-width: 768px) {
    .loop-games .game {
        width: 25%
    }

    .loop-games .game:nth-child(4n) {
        border-right: none
    }

    .loop-games .info .title {
        font-size: 14px;
        line-height: 20px
    }
}

@media all and (min-width: 1024px) {
    .loop-games .game {
    }

    .loop-games .game:nth-child(6n) {
        border-right: none
    }

    .loop-games .img-wrapper {
    }

    .loop-games .dev-logo.img-wrapper {
        top: 24px;
        left: 24px
    }

    .loop-games .info .title {
        font-size: 16px;
        line-height: 24px
    }
}

@media all and (min-width: 768px) {
    .content-mask::after {
        display: none
    }
}

.content-mask.fitin::after {
    display: none
}

.loop-container, .table-container {
    overflow-x: auto;
    margin: 25px 0 0;
    position: relative
}

.content-mask {
    position: relative
}

.content-mask::after {
    content: '';
    width: 100px;
    -webkit-background-image: linear-gradient(to left, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, #fff 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px
}

.loop-container > table, .table-container table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden
}

.table-container table tr {
    background: #fff
}

.table-container table thead tr {
    background: #3a43de;
    color: #fff
}

.table-container table tbody tr:nth-child(odd) {
    background: #fafafb
}

.table-container table tr:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.table-container table tr td, .table-container table tr th {
    padding: 30px 15px;
    text-align: center;
    white-space: nowrap
}

.table-container table tr th, .table-container table tr:first-child td {
    letter-spacing: 1px
}

.table {
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #e0daf5;
    border-collapse: collapse;
    border-spacing: 0
}

.table.left {
    float: left;
    margin: 0 10px 0 0
}

.table th {
    font-weight: 700;
    padding: 5px;
    background: #8164ec;
    color: #fff
}

.table tr:nth-child(odd) {
    background: #eae6fa
}

.table td {
    padding: 5px
}

.casinos-default tfoot .btn.showmore {
    margin: 25px 0 0
}

.show-more-container.full-width {
    padding: 30px 0;
    margin-top: 15px;
    margin-bottom: 25px
}

.show-more {
    overflow: hidden;
    position: relative;
    text-align: justify
}

.show-more p {
    margin-bottom: 10px
}

section .show-more.collapsed {
    max-height: 100px
}

.show-more::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 175px;
    width: 100%
}

.collapsed.show-more::after {
    -webkit-background: linear-gradient(to top, #F4F4F7 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to top, #F4F4F7 0%, rgba(255, 255, 255, 0) 60%)
}

.show-more-container button {
    color: #1e28d6;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.show-more-container button .item-toggle {
    display: inline-flex;
    margin-left: 10px;
    width: 24px;
    height: 24px
}

.show-more-container .item-toggle .lines::before, .show-more-container .item-toggle .lines::after {
    width: 10px;
    margin-left: -5px
}

.show-more-container .item-toggle .lines::after {
    transform: rotate(0)
}

.show-more-container .collapsed + .container .item-toggle .lines::after {
    transform: rotate(90deg)
}

@media all and (min-width: 768px) {
    .show-more-container.full-width {
        padding: 40px 0 75px
    }
}

.table-bonuses {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    border-radius: 10px
}

.table-bonuses tr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f7
}

.table-bonuses tfoot tr {
    background: 0 0
}

.table-bonuses tr td.col1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: #1e28d6;
    height: 50px;
    order: 1
}

.table-bonuses tr td.col1 .num {
    width: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.table-bonuses tr td.col1 .img-wrapper {
    margin-right: -2px;
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.table-bonuses tr td.col1 .img-wrapper img {
    height: auto
}

.table-bonuses tr td.col2 {
    text-align: left;
    font-weight: 600;
    border-bottom: 2px dashed #fff;
    flex-grow: 1;
    height: 50px;
    line-height: 1.3;
    display: none
}

.table-bonuses tr td.col3 {
    padding: 8px 16px;
    border-left: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    height: 50px;
    order: 3
}

.table-bonuses tr td.col3 .btn {
    width: 32px;
    height: 32px;
    padding: 0
}

.table-bonuses tr td.col3 .btn.btn-avial {
    border: 2px solid #29cd66
}

.table-bonuses tr td.col3 .btn .text {
    display: none
}

.table-bonuses tr td.col3 .btn .fa {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg)
}

.table-bonuses tr td.col3 .btn .fa::before {
    margin-top: -1px;
    margin-left: 1px;
    width: 20px;
    height: 20px
}

.table-bonuses tr td.col3 .btn-tocasino .fa::before {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(92deg) brightness(101%) contrast(107%)
}

.table-bonuses tr td.col3 .btn-avial .fa::before {
    filter: invert(59%) sepia(83%) saturate(394%) hue-rotate(90deg) brightness(93%) contrast(95%)
}

.table-bonuses tr .col4 {
    order: 2
}

.table-bonuses tr .col4 .type {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px
}

.table-bonuses tr .col4 .value {
    display: block;
    text-align: center;
    font-weight: 700
}

.table-bonuses tr .col4.double .type.wel, .table-bonuses tr .col4.double .value.wel {
    display: none
}

@media all and (max-width: 767px) {
    .table-bonuses tr td.col3 .btn {
        font-size: 0;
        text-indent: -9999px;
        position: relative
    }

    .table-bonuses tr td.col3 .btn .fa {
        text-indent: 100% !important;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media all and (min-width: 768px) {
    .table-bonuses tr {
        flex-wrap: nowrap
    }

    .table-bonuses tr td.col1 {
        height: 100%
    }

    .table-bonuses tr td.col2, .table-bonuses tr td.col3 {
        height: 100%
    }

    .table-bonuses tr td.col1 {
        order: 1
    }

    .table-bonuses tr td.col2 {
        display: block;
        order: 2;
        border: none;
        padding: 0 20px;
        width: 160px;
        flex-shrink: 0;
        font-size: 18px
    }

    .table-bonuses tr td.col3 {
        order: 4;
        border: none;
        padding-right: 20px;
        padding-left: 20px
    }

    .table-bonuses tr td.col4 {
        order: 3;
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
        height: 90px;
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 14px 0
    }

    .table-bonuses tr td.col1 .num {
        width: 50px
    }

    .table-bonuses tr td.col1 .img-wrapper {
        width: 165px;
        height: 90px;
        margin-top: -1px;
        margin-bottom: -1px
    }

    .table-bonuses tr td.col3 .btn {
        padding: 10px 32px;
        width: auto;
        height: auto;
        white-space: nowrap;
        letter-spacing: 1px
    }

    .table-bonuses tr td.col3 .btn .text {
        display: block;
        font-weight: 700
    }

    .table-bonuses tr td.col3 .btn .fa {
        display: none
    }
}

@media all and (min-width: 1024px) {
    .table-bonuses tr {
        flex-wrap: nowrap
    }

    .table-bonuses tr td.col1 {
        height: 100%
    }

    .table-bonuses tr td.col2, .table-bonuses tr td.col3 {
        height: 100%
    }

    .table-bonuses tr td.col1 {
        order: 1
    }

    .table-bonuses tr td.col2 {
        order: 2;
        border: none;
        padding: 0 20px 0 40px;
        width: 250px;
        font-size: 22px
    }

    .table-bonuses tr td.col3 {
        order: 4;
        border: none;
        padding-right: 60px;
        padding-left: 60px
    }

    .table-bonuses tr td.col4 {
        order: 3;
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
        height: 90px;
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .table-bonuses tr .col4 .value {
        font-size: 18px
    }

    .table-bonuses tr td.col4.double {
        flex-direction: row
    }

    .table-bonuses tr td.col4.double > div {
        width: 50%
    }

    .table-bonuses tr .col4.double .type.wel, .table-bonuses tr .col4.double .value.wel {
        display: block
    }

    .table-bonuses tr td.col1 .num {
        width: 50px
    }

    .table-bonuses tr td.col1 .img-wrapper {
        width: 165px;
        height: 90px;
        margin-top: -1px;
        margin-bottom: -1px
    }

    .table-bonuses tr td.col3 .btn {
        padding: 16px 48px;
        width: auto;
        height: auto;
        white-space: nowrap;
        letter-spacing: 1px
    }

    .table-bonuses tr td.col3 .btn .text {
        display: block;
        font-weight: 700
    }

    .table-bonuses tr td.col3 .btn .fa {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .table-bonuses tr {
        flex-flow: row !important
    }
}

.table-small-container1 {
    margin-top: 25px
}

.content aside:first-child .table-small-container {
    margin-bottom: -20px
}

.content aside:first-child .table-small-container h4 {
    margin-top: 30px
}

.table-small-container .table-bonuses tr td.col1 .num, .table-small-container .table-bonuses .tr .col1 .num {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 2px
}

.table-small-container .table-bonuses tr:nth-child(1) td.col1 .num, .table-small-container .table-bonuses .tr:nth-child(1) .col1 .num {
    background-image: url(../img/bg1.svg);
    background-size: 36px 36px
}

.table-small-container .table-bonuses tr:nth-child(2) td.col1 .num, .table-small-container .table-bonuses .tr:nth-child(2) .col1 .num {
    background-image: url(../img/bg2.svg);
    background-size: 32px 32px
}

.table-small-container .table-bonuses tr:nth-child(3) td.col1 .num, .table-small-container .table-bonuses .tr:nth-child(3) .col1 .num {
    background-image: url(../img/bg3.svg);
    background-size: 30px 30px
}

.table-small .table-bonuses tr, .table-small-div .table-bonuses .tr {
    flex-wrap: nowrap
}

.table-small tr td.col2, .table-small-div .tr .col2 {
    padding: 5px 20px;
    width: auto;
    order: 1;
    line-height: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.table-small tr td.col2 .value, .table-small-div .tr .col2 .value {
    white-space: normal
}

.table-small .btn.btn-active, .table-small-div .btn.btn-active {
    color: #fff;
    background: #2ad369
}

.table-small .btn.btn-active:hover, .table-small-div .btn.btn-active:hover {
    background: #15bd54
}

.content .table-small-container tr td.col2, .content .table-small-container .tr .col2 {
    order: 2
}

@media all and (min-width: 768px) {
    .table-small .table-bonuses tr td.col2, .table-small-div .table-bonuses .tr .col2 {
        flex-shrink: 1
    }
}

@media all and (min-width: 1024px) {
    .table-small-div .table-bonuses .tr .col1 .img-wrapper {
        margin-top: 0;
        margin-bottom: 0
    }

    .table-small-container {
        float: right;
        max-width: 600px;
        margin-left: 60px
    }

    .content aside:first-child .table-small-container {
        margin-bottom: 0
    }

    .content aside:first-child .table-small-container h4 {
        margin-top: 0
    }

    .table-small-container .table-bonuses tr td.col1 .img-wrapper, .table-small-container .table-bonuses .tr .col1 .img-wrapper {
        height: 80px;
        width: 125px
    }

    .table-small-container .table-bonuses tr td.col2, .table-small-container .table-bonuses .tr .col2 {
        width: auto;
        padding: 0 15px
    }

    .table-small-container .table-bonuses tr td.col3, .table-small-container .table-bonuses .tr .col3 {
        padding-left: 20px;
        padding-right: 20px;
        height: 80px;
        display: inline-flex;
        align-items: center;
        border-left: 2px dashed #fff
    }

    .table-small-container tr td.col2 .value, .table-small-container .tr .col2 .value {
        font-size: 18px
    }
}

.page-top .table-small {
    color: #3f3f3f
}

.page-top .table-bonuses tr {
    background: 0 0;
    flex-wrap: nowrap
}

.page-top .table-bonuses tr:last-child {
    margin-bottom: 0
}

.page-top .table-bonuses tr td.col1 {
    background: #3a43de
}

.page-top .table-bonuses tr td.col1 .num {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 2px
}

.page-top .table-bonuses tr:nth-child(1) td.col1 .num {
    background-image: url(../img/bg1.svg);
    background-size: 36px 36px
}

.page-top .table-bonuses tr:nth-child(2) td.col1 .num {
    background-image: url(../img/bg2.svg);
    background-size: 32px 32px
}

.page-top .table-bonuses tr:nth-child(3) td.col1 .num {
    background-image: url(../img/bg3.svg);
    background-size: 30px 30px
}

.page-top .casino-info-container .img-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-top .table-bonuses tr td.col2 {
    border: none;
    background: #fff;
    white-space: normal;
    order: 3;
    font-size: 18px;
    padding: 0 4px !important
}

.page-top .table-bonuses tr td.col2.font-small, .page-top .table-bonuses tr td.col2 .value.font-small {
    font-size: 12px;
    line-height: 12px
}

.page-top .table-bonuses tr td.col3 {
    background: #fff;
    border-left: 2px dashed #e9e9e9;
    margin-left: -1px
}

.page-top .table-bonuses tr td.col3 .btn {
    font-weight: 700
}

@media all and (min-width: 768px) {
    .page-top .casino-info-container {
        align-self: flex-start;
        margin-top: 0
    }

    .page-top .table-bonuses tr td.col1 .num {
        margin-right: 0
    }

    .page-top .table-bonuses tr:nth-child(1) td.col1 .num {
        background-image: url(../img/bg1.svg);
        background-size: 48px 48px
    }

    .page-top .table-bonuses tr:nth-child(2) td.col1 .num {
        background-image: url(../img/bg2.svg);
        background-size: 42px 42px
    }

    .page-top .table-bonuses tr:nth-child(3) td.col1 .num {
        background-image: url(../img/bg3.svg);
        background-size: 36px 36px
    }

    .page-top .table-bonuses tr td.col1 .img-wrapper {
        height: 80px;
        width: 125px
    }

    .page-top .table-bonuses tr td.col2 {
        height: 80px;
        width: auto;
        padding: 0
    }

    .page-top .table-bonuses tr td.col2 .value {
        font-size: 18px
    }

    .page-top .table-bonuses tr td.col2.font-small, .page-top .table-bonuses tr td.col2 .value.font-small {
        font-size: 14px;
        line-height: 20px
    }

    .page-top .table-bonuses tr td.col3 {
        height: 80px;
        display: inline-flex;
        align-items: center
    }
}

@media all and (min-width: 1024px) {
    .page-top .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .page-top .table-bonuses tr {
        margin-bottom: 20px
    }

    .page-top .casino-top-left {
        width: 53%;
        padding-right: 22px
    }

    .page-top .casino-info-container {
        width: 47%;
        padding-left: 22px
    }

    .page-top .casino-info-container h4 {
        padding-left: 50px;
        font-size: 24px
    }

    .page-top .table-bonuses tr td.col2 .value {
        font-size: 18px;
        padding: 0 4px
    }

    .page-top .table-bonuses tr td.col3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .page-top .table-bonuses tr td.col3 .btn {
        padding: 10px 12px
    }

    .page-top .table-bonuses .btn .text {
        font-size: 12px
    }
}

@media all and (min-width: 1240px) {
    .page-top .casino-top-left {
        width: 53%;
        padding-right: 44px
    }

    .page-top .casino-info-container {
        width: 47%;
        padding-left: 44px
    }

    .page-top .casino-info-container h4 {
        padding-left: 50px;
        font-size: 24px
    }

    .page-top .table-bonuses tr td.col3 {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-top .table-bonuses tr td.col3 .btn {
        padding: 12px 40px
    }

    .page-top .table-bonuses .btn .text {
        font-size: 13px
    }
}

.casino-header {
    background: #3a43de;
    color: #fff;
    padding: 30px 0
}

.casino-header .casino-top-left a {
    color: #fff
}

.casino-header .casino-top-left li::before {
    border-color: #fff
}

.ratings {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.ratings .value {
    line-height: 23px;
    margin-right: 8px;
    font-weight: 700;
    font-size: 18px
}

.post-ratings img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.ratings .voted {
    margin: 0 0 0 auto;
    line-height: 21px
}

.meta {
    margin: 20px auto 24px;
    font-size: 12px;
    font-weight: 200
}

.meta-author {
    color: #fff
}

.casino-header .show-more {
    overflow: hidden;
    color: #b5c1ff;
    position: relative;
    text-align: justify
}

.casino-header .show-more::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    -webkit-background: linear-gradient(to top, #3a43de 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to top, #3a43de 0%, rgba(255, 255, 255, 0) 60%)
}

.casino-header .item-toggle {
    background: #fff
}

.casino-header .item-toggle .lines::before, .casino-header .item-toggle .lines::after {
    background: #1e28d6
}

.casino-header .show-more-container .collapsed + div .item-toggle .lines::after {
    transform: rotate(90deg)
}

.casino-header .show-more-container button {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700
}

.casino-info-container {
    margin-top: 30px;
    border-radius: 10px
}

.casino-info-container .logo-container {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px
}

.casino-info-container .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px
}

.casino-info-container .img-wrapper img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border-radius: 10px
}

.casino-header .button-container .btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 22px 0
}

@media all and (min-width: 768px) {
    .casino-header {
        padding-top: 75px;
        padding-bottom: 50px
    }

    .single .format-standard .casino-header {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .casino-header .post-title {
        margin-bottom: 16px
    }

    .casino-header .single-table-conversion.mobile {
        display: none
    }

    .casino-header .single-table-conversion.desctop {
        display: flex
    }

    .casino-header:not(.page-top) .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .casino-header:not(.page-top) .casino-top-left {
        width: 65%;
        padding-right: 25px
    }

    .casino-header:not(.page-top) .casino-info-container {
        width: 35%;
        align-self: start;
        margin-top: 0
    }

    .ratings .value {
        font-size: 24px;
        margin-right: 18px;
        line-height: normal
    }

    .ratings .voted {
        margin-left: 35px;
        line-height: 22px
    }

    .post-ratings img {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .meta {
        font-size: 14px
    }

    .meta-author {
        margin-right: 10px
    }

    .meta-date span {
        margin-left: 10px;
        margin-right: 10px
    }

    .casino-info-container .img-wrapper {
        height: 80px
    }

    section .show-more.collapsed {
        max-height: 175px
    }

    .show-more::after {
        max-height: 100px
    }
}

@media all and (min-width: 1024px) {
    .casino-header:not(.page-top) .casino-top-left {
        padding-right: 75px
    }
}

@media all and (min-width: 1240px) {
    .casino-header:not(.page-top) .casino-top-left {
        padding-right: 150px
    }
}

.table-bonuses-item {
    display: flex;
    background: #fff;
    flex-wrap: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto
}

.table-bonuses-item.hide {
    display: none
}

.table-bonuses-item {
    margin-bottom: 10px
}

.table-bonuses-item-num, .table-bonuses-item-name, .table-bonuses-item-info, .table-bonuses-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.table-bonuses-item-num {
    position: relative;
    width: 50px
}

.table-bonuses-item-num:before {
    content: "";
    height: 100%;
    width: calc(100% + 10px);
    left: 0;
    top: 0;
    position: absolute;
    background-color: #1e28d6;
    z-index: 1
}

.table-bonuses-item-num span {
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
    color: #fff;
    font-size: 16px
}

.table-bonuses-item:nth-child(2) .num, .table-bonuses-item:nth-child(3) .num, .table-bonuses-item:nth-child(4) .num {
    background-size: 36px 36px;
    height: 36px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/bg1.svg)
}

.table-bonuses-item-img {
    width: 165px;
    height: 90px;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.table-bonuses-item-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.table-bonuses-item-name {
    width: 250px;
    border-right: 2px dashed #f4f4f7
}

.table-bonuses-item-name, .table-bonuses-item-name a {
    color: #3f3f3f;
    font-size: 22px;
    font-weight: 700
}

.table-bonuses-item-info {
    flex: 1;
    text-align: center;
    font-size: 12px;
    border-right: 2px dashed #f4f4f7
}

.table-bonuses-item-info .type {
    display: block
}

.table-bonuses-item-info .value {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 4px
}

.table-bonuses-item-button {
    width: 258px
}

.table-bonuses-item-button button {
    padding: 16px 48px;
    width: auto;
    height: auto;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700
}

.table-bonuses-item-button button .text {
    display: block
}

.table-bonuses-item-button button .fa {
    display: none
}

.table-bonuses-more {
    text-align: center;
    margin-top: 20px
}

@media screen and (max-width: 1200px) {
    .table-bonuses-item {
        margin-right: 25px;
        margin-left: 25px
    }
}

@media screen and (max-width: 991px) {
    .table-bonuses-item-name {
        width: 160px;
        padding: 0 20px;
        box-sizing: border-box
    }

    .table-bonuses-item-name a {
        font-size: 18px
    }

    .table-bonuses-item-info .type {
        font-size: 12px;
        margin-bottom: 4px
    }

    .table-bonuses-item-info .value {
        font-weight: 700;
        font-size: 14px
    }

    .table-bonuses-item-button {
        width: 146px
    }

    .table-bonuses-item-button button {
        font-size: 14px;
        padding: 10px 32px
    }

    .table-bonuses-item-info.double .type.wel, .table-bonuses-item-info.double .value.wel {
        display: none
    }
}

@media screen and (max-width: 760px) {
    .table-bonuses-item-img {
        width: 90px;
        height: 50px
    }

    .table-bonuses-item-name {
        display: none
    }

    .table-bonuses-item-button {
        width: 66px
    }

    .table-bonuses-item-button button {
        width: 32px;
        height: 32px;
        padding: 0;
        font-size: 0;
        text-indent: -9999px;
        position: relative
    }

    .table-bonuses-item-button button .text {
        display: none
    }

    .table-bonuses-item-button button .fa {
        width: 32px;
        height: 32px;
        transform: rotate(-90deg);
        display: block
    }

    .table-bonuses-item-button button .fa:before {
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(92deg) brightness(101%) contrast(107%);
        margin-top: -1px;
        margin-left: 1px;
        width: 20px;
        height: 20px;
        content: ""
    }

    .table-bonuses tr td.col3 .btn .fa::before {
        content: ""
    }
}

@media screen and (max-width: 470px) {
    .table-bonuses-item-img {
        height: auto !important
    }
}

.single-table-conversion.mobile {
    margin: 25px 0
}

.content .single-table-conversion.mobile .logo-container {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.single-table-conversion.mobile .logo-container {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
    position: relative
}

.single-table-conversion.mobile .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto
}

.single-table-conversion.mobile .img-wrapper img {
    height: auto
}

.single-table-conversion.mobile .casino-data-container {
    background: #1e28d6;
    padding: 15px 0;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative
}

.single-table-conversion.mobile .casino-data-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
    background-size: 28px 1px;
    background-repeat: repeat-x
}

.single-table-conversion.mobile .casino-data-container .min-deposit {
    width: 35%;
    border: none
}

.single-table-conversion.mobile .casino-data-container .bonus {
    width: 30%
}

.single-table-conversion.mobile .casino-data-container .reflink {
    width: 35%;
    padding-right: 12px;
    padding-left: 12px
}

.single-table-conversion.mobile .casino-data-container .value {
    font-size: 16px
}

.single-table-conversion.mobile .btn {
    display: block;
    width: 100%;
    border: 1px solid #29cd66;
    border-radius: 10px;
    color: #29cd66;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 4px;
    font-size: 12px
}

.single-table-conversion.mobile .btn.btn-tocasino {
    color: #fff
}

.single-table-conversion.mobile .btn.btn-avial {
    color: #3f3f3f;
    background: #f4f4f7
}

.content .single-table-conversion {
    color: #fff
}

.single-table-conversion.desctop {
    display: none;
    margin-top: 35px;
    flex-flow: row nowrap;
    height: 90px;
    overflow: hidden
}

.content .single-table-conversion.desctop {
    display: inline-flex;
    margin: 20px 0;
    width: 70%
}

.single-table-conversion.desctop .logo-container {
    position: relative
}

.single-table-conversion.desctop .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 90px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto
}

.single-table-conversion.desctop .img-wrapper img {
    height: auto
}

.single-table-conversion.desctop .casino-data-container {
    padding: 0;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1e28d6
}

.single-table-conversion.desctop .min-deposit {
    padding-left: 20px;
    padding-right: 10px
}

.single-table-conversion.desctop .bonus {
    padding-left: 10px;
    padding-right: 10px
}

.single-table-conversion.desctop .reflink {
    padding-left: 10px;
    padding-right: 10px
}

.single-table-conversion.desctop .btn {
    white-space: nowrap
}

@media all and (min-width: 1024px) {
    .single-table-conversion.desctop .logo-container {
        width: 186px
    }

    .single-table-conversion.desctop .img-wrapper {
        width: 100%
    }

    .single-table-conversion.desctop .casino-data-container {
        flex: 1 1 186px
    }

    .single-table-conversion.desctop .min-deposit {
        padding-left: 30px;
        padding-right: 20px
    }

    .single-table-conversion.desctop .bonus {
        padding-left: 24px;
        padding-right: 24px
    }

    .single-table-conversion.desctop .reflink {
        padding-right: 24px;
        padding-left: 24px
    }

    .single-table-conversion.desctop .btn {
        padding: 14px 40px
    }
}

.casino-data-container {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    background: #1e28d6;
    position: relative
}

.casino-info-container .casino-data-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
    background-size: 28px 1px;
    background-repeat: repeat-x
}

.casino-data-container .value {
    font-weight: 700;
    font-size: 18px
}

.casino-data-container .value.font-small {
    font-size: 14px
}

.casino-data-container .min-deposit {
    width: 40%;
    text-align: center;
    border-right: 1px solid #48309f
}

.casino-data-container .bonus {
    width: 35%;
    text-align: center
}

.casino-data-container .games {
    width: 25%;
    text-align: center;
    border-left: 1px solid #48309f
}

.casino-info-container .tabs {
    background: #fff
}

.casino-info-container .tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-background-image: linear-gradient(to right, #48309F 0%, #48309F 50%, transparent 50%);
    background-image: linear-gradient(to right, #48309F 0%, #48309F 50%, transparent 50%);
    background-size: 28px 1px;
    background-repeat: repeat-x
}

.casino-info-container .tabs-nav {
    width: 100%
}

.tabs-nav ul {
    overflow-x: auto;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.tabs-nav ul::-webkit-scrollbar {
    height: 0
}

.tabs-nav li.tab-title {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 24px;
    white-space: nowrap;
    color: #b3b3b3
}

.tabs-nav li.tab-title.active {
    font-weight: 600;
    color: #000
}

.tabs-nav li.tab-title.active::before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #1e28d6;
    position: absolute;
    bottom: -6px;
    left: 0
}

@media all and (min-width: 768px) {
    .terms-container {
        position: relative;
        display: flex;
        overflow: hidden
    }

    .tabs .tabs-nav .title {
        font-size: 16px
    }

    .casino-info-container .terms {
        display: unset;
        visibility: hidden;
        margin-right: -100%
    }

    .casino-info-container .terms.show {
        display: unset;
        visibility: visible;
        margin-right: 0
    }
}

.casinos-default tfoot td, .table-bonuses tfoot td {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.page-top .table-div {
    color: #3f3f3f
}

.page-top .table-bonuses .tr {
    background: 0 0;
    flex-wrap: nowrap
}

.page-top .table-bonuses .tr:last-child {
    margin-bottom: 0
}

.page-top .table-bonuses .tr .col1 {
    background: #3a43de
}

.page-top .table-bonuses .tr .col1 .num {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 2px
}

.page-top .table-bonuses .tr:nth-child(1) .col1 .num {
    background-image: url(../img/bg1.svg);
    background-size: 36px 36px
}

.page-top .table-bonuses .tr:nth-child(2) .col1 .num {
    background-image: url(../img/bg2.svg);
    background-size: 32px 32px
}

.page-top .table-bonuses .tr:nth-child(3) .col1 .num {
    background-image: url(../img/bg3.svg);
    background-size: 30px 30px
}

.page-top .table-bonuses .tr .col2 {
    border: none;
    background: #fff;
    white-space: normal;
    order: 3;
    font-size: 18px;
    padding: 0 4px !important
}

.page-top .table-bonuses .tr .col2.font-small, .page-top .table-bonuses .tr .col2 .value.font-small {
    font-size: 12px;
    line-height: 12px
}

.page-top .table-bonuses .tr .col3 {
    background: #fff;
    border-left: 2px dashed #e9e9e9;
    margin-left: -1px
}

.page-top .table-bonuses .tr .col3 .btn {
    font-weight: 700
}

@media all and (min-width: 768px) {
    .page-top .table-bonuses .tr .col1 .num {
        margin-right: 0
    }

    .page-top .table-bonuses .tr:nth-child(1) .col1 .num {
        background-image: url(../img/bg1.svg);
        background-size: 48px 48px
    }

    .page-top .table-bonuses .tr:nth-child(2) .col1 .num {
        background-image: url(../img/bg2.svg);
        background-size: 42px 42px
    }

    .page-top .table-bonuses .tr:nth-child(3) .col1 .num {
        background-image: url(../img/bg3.svg);
        background-size: 36px 36px
    }

    .page-top .table-bonuses .tr .col1 .img-wrapper {
        height: 80px;
        width: 125px
    }

    .page-top .table-bonuses .tr .col2 {
        height: 80px;
        width: auto;
        padding: 0
    }

    .page-top .table-bonuses .tr .col2 .value {
        font-size: 18px
    }

    .page-top .table-bonuses .tr .col2.font-small, .page-top .table-bonuses .tr .col2 .value.font-small {
        font-size: 14px;
        line-height: 20px
    }

    .page-top .table-bonuses .tr .col3 {
        height: 80px;
        display: inline-flex;
        align-items: center
    }
}

@media all and (min-width: 1024px) {
    .page-top .table-bonuses .tr {
        margin-bottom: 20px
    }

    .page-top .table-bonuses .tr .col2 .value {
        font-size: 18px;
        padding: 0 4px
    }

    .page-top .table-bonuses .tr .col3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .page-top .table-bonuses .tr .col3 .btn {
        padding: 10px 12px
    }

    .page-top .table-bonuses .btn .text {
        font-size: 12px
    }
}

@media all and (min-width: 1240px) {
    .page-top .table-bonuses .tr .col3 {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-top .table-bonuses .tr .col3 .btn {
        padding: 12px 40px
    }

    .page-top .table-bonuses .btn .text {
        font-size: 13px
    }
}

.table-bonuses {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    border-radius: 10px
}

.table-bonuses .tr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f7
}

.table-bonuses tfoot .tr {
    background: 0 0
}

.table-bonuses .tr .col1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: #1e28d6;
    height: 50px;
    order: 1
}

.table-bonuses .tr .col1 .num {
    width: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.table-bonuses .tr .col1 .img-wrapper {
    margin-right: -2px;
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.table-bonuses .tr .col1 .img-wrapper img {
    height: auto
}

.table-bonuses .tr .col2 {
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px dashed #fff;
    flex-grow: 1;
    height: 50px;
    line-height: 50px;
    display: none
}

.table-bonuses .tr .col3 {
    padding: 8px 16px;
    border-left: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    height: 50px;
    order: 3
}

.table-bonuses .tr .col3 .btn {
    width: 32px;
    height: 32px;
    padding: 0
}

.table-bonuses .tr .col3 .btn.btn-avial {
    border: 2px solid #29cd66
}

.table-bonuses .tr .col3 .btn .text {
    display: none
}

.table-bonuses .tr .col3 .btn .fa {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg)
}

.table-bonuses .tr .col3 .btn .fa::before {
    margin-top: -1px;
    margin-left: 1px;
    width: 20px;
    height: 20px
}

.table-bonuses .tr .col3 .btn-tocasino .fa::before {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(92deg) brightness(101%) contrast(107%)
}

.table-bonuses .tr .col3 .btn-avial .fa::before {
    filter: invert(59%) sepia(83%) saturate(394%) hue-rotate(90deg) brightness(93%) contrast(95%)
}

.table-bonuses .tr .col4 {
    order: 2
}

.table-bonuses .tr .col4 .type {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px
}

.table-bonuses .tr .col4 .value {
    display: block;
    text-align: center;
    font-weight: 700
}

.table-bonuses .tr .col4.double .type.wel, .table-bonuses .tr .col4.double .value.wel {
    display: none
}

@media all and (max-width: 767px) {
    .table-bonuses .tr .col3 .btn {
        font-size: 0;
        text-indent: -9999px;
        position: relative
    }

    .table-bonuses .tr .col3 .btn .fa {
        text-indent: 100% !important;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media all and (min-width: 768px) {
    .table-bonuses .tr {
        flex-wrap: nowrap
    }

    .table-bonuses .tr .col1 {
        height: 100%
    }

    .table-bonuses .tr .col2, .table-bonuses .tr .col3 {
        height: 100%
    }

    .table-bonuses .tr .col1 {
        order: 1
    }

    .table-bonuses .tr .col2 {
        display: block;
        order: 2;
        border: none;
        padding: 0 20px;
        width: 160px;
        flex-shrink: 0;
        font-size: 18px
    }

    .table-bonuses .tr .col3 {
        order: 4;
        border: none;
        padding-right: 20px;
        padding-left: 20px
    }

    .table-bonuses .tr .col4 {
        order: 3;
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
        height: 90px;
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 14px 0
    }

    .table-bonuses .tr .col1 .num {
        width: 50px
    }

    .table-bonuses .tr .col1 .img-wrapper {
        width: 165px;
        height: 90px;
        margin-top: -1px;
        margin-bottom: -1px
    }

    .table-bonuses .tr .col3 .btn {
        padding: 10px 32px;
        width: auto;
        height: auto;
        white-space: nowrap;
        letter-spacing: 1px
    }

    .table-bonuses .tr .col3 .btn .text {
        display: block;
        font-weight: 700
    }

    .table-bonuses .tr .col3 .btn .fa {
        display: none
    }
}

@media all and (min-width: 1024px) {
    .table-bonuses .tr {
        flex-wrap: nowrap
    }

    .table-bonuses .tr .col1 {
        height: 100%
    }

    .table-bonuses .tr .col2, .table-bonuses .tr .col3 {
        height: 100%
    }

    .table-bonuses .tr .col1 {
        order: 1
    }

    .table-bonuses .tr .col2 {
        order: 2;
        border: none;
        padding: 0 80px;
        width: 250px;
        font-size: 22px
    }

    .table-bonuses .tr .col3 {
        order: 4;
        border: none;
        padding-right: 60px;
        padding-left: 60px
    }

    .table-bonuses .tr .col4 {
        order: 3;
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
        height: 90px;
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .table-bonuses .tr .col4 .value {
        font-size: 18px
    }

    .table-bonuses .tr .col4.double {
        flex-direction: row
    }

    .table-bonuses .tr .col4.double > div {
        width: 50%
    }

    .table-bonuses .tr .col4.double .type.wel, .table-bonuses .tr .col4.double .value.wel {
        display: block
    }

    .table-bonuses .tr .col1 .num {
        width: 50px
    }

    .table-bonuses .tr .col1 .img-wrapper {
        width: 165px;
        height: 90px;
        margin-top: -1px;
        margin-bottom: -1px
    }

    .table-bonuses .tr .col3 .btn {
        padding: 16px 48px;
        width: auto;
        height: auto;
        white-space: nowrap;
        letter-spacing: 1px
    }

    .table-bonuses .tr .col3 .btn .text {
        display: block;
        font-weight: 700
    }

    .table-bonuses .tr .col3 .btn .fa {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .table-bonuses .tr {
        flex-flow: row !important
    }
}

.table-div .table-bonuses .tr {
    flex-wrap: nowrap
}

.table-div .tr .col2 {
    padding: 5px 20px;
    width: auto;
    line-height: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.table-div .tr .col2 .value {
    white-space: normal
}

.table-div .btn.btn-active {
    color: #fff;
    background: #2ad369
}

.table-div .btn.btn-active:hover {
    background: #15bd54
}

@media all and (min-width: 768px) {
    .table-div .table-bonuses .tr .col2 {
        flex-shrink: 1
    }
}

.cool-list-container {
    margin: 8px auto 15px
}

.cool-list-container .title {
    color: #fff;
    background: #3a43de;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 18px 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 1px
}

.cool-list-container .pluses {
    margin-bottom: 15px
}

.cool-list-container li {
    background: #f4f4f7;
    position: relative;
    padding: 20px 30px 20px 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px
}

.cool-list-container li strong, .cool-list-container li a {
    display: contents
}

.cool-list-container li:nth-child(even) {
    background: #f9f9fb
}

.cool-list-container li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.cool-list-container li span {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 32px;
    border-radius: 10px
}

.cool-list-container li span.o {
    background: #b5b5f2
}

.cool-list-container li span.p, .cool-list-container .pluses span {
    background: #2ad369
}

.cool-list-container li span.m, .cool-list-container .minuses span {
    background: #e52828
}

.cool-list-container li span.m::before, .cool-list-container li span.p::before, .cool-list-container li span.p::after, .cool-list-container .pluses span::before, .cool-list-container .pluses span::after, .cool-list-container .minuses span::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background: #fff
}

.cool-list-container li span.p::after, .cool-list-container .pluses span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

@media all and (min-width: 768px) {
    .cool-list-container.left {
        width: 50%;
        float: left;
        margin-right: 25px
    }

    .cool-list-container.right {
        width: 50%;
        float: right;
        margin-left: 25px
    }

    .cool-list-container li {
        line-height: 24px
    }

    .cool-list-container.full {
        display: flex;
        flex-flow: row nowrap
    }

    .cool-list-container .pluses .title {
        border-top-right-radius: 0
    }

    .cool-list-container .minuses .title {
        border-top-left-radius: 0
    }

    .cool-list-container .pluses, .cool-list-container .minuses {
        width: 50%
    }
}

.casino-button-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 24px 32px;
    margin: 25px auto;
    border-radius: 10px;
    background: #6635b1
}

.casino-button-container .img-wrapper {
    width: 100px;
    height: 60px;
    border-radius: 10px;
    background: 0 0
}

.casino-button-container .img-wrapper img {
    height: auto
}

.casino-button-container .img-wrapper .default {
    width: 48px;
    height: 48px
}

.casino-button-container .text {
    flex: 1 1 50px;
    padding-left: 16px
}

.casino-button-container .text1 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.casino-button-container .text2 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.casino-button-container .button-container {
    width: 100%;
    margin-top: 10px
}

.casino-button-container .button-container .btn {
    width: 100%;
    font-weight: 700
}

@media all and (min-width: 768px) {
    .casino-button-container {
        padding: 22px 130px
    }

    .casino-button-container .text {
        flex: 1;
        padding-left: 24px
    }

    .casino-button-container .button-container {
        flex: 1;
        margin-top: 0;
        text-align: right
    }

    .casino-button-container .button-container .btn {
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
        margin: 0 auto
    }
}

.conversion-container .conv-title {
    margin-top: 24px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #252525
}

.conversion-container .conv-button, .conversion-container .top-conv-button {
    display: block;
    width: 100%;
    padding: 16px;
    margin-top: 24px;
    background-color: #67cf74;
    border: 1px solid #5fc96d;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.conv-button, .top-conv-button {
    background-color: #67cf74;
    color: #fff
}

.conv-button:hover, .top-conv-button:hover {
    background-color: #2ad369
}

.conversion-container .conversion-top {
    text-align: center
}

.conversion-container.banner-small {
    background-color: #f9f9fa;
    padding: 16px;
    margin: 24px auto;
    border: 3px solid #f6bb52;
    border-radius: 10px
}

@media all and (min-width: 768px) {
}

@media all and (min-width: 1024px) {
}

.conversion-container.banner-table {
    background-color: #4735ba;
    padding: 0;
    margin: 24px auto;
    border-radius: 10px
}

.conversion-container.banner-table .conversion-top {
    padding: 16px;
    background-color: #342885;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.conversion-container.banner-table .conversion-bottom {
    padding: 16px
}

.conversion-container.banner-table .conv-title {
    color: #fff
}

.conversion-container.banner-table .conv-text {
    color: #ece9ff;
    margin-top: 16px;
    margin-bottom: 24px
}

@media all and (min-width: 768px) {
    .conversion-container.banner-small .conversion-top, .conversion-container.banner-table {
        display: flex;
        align-items: center
    }

    .conversion-container.banner-small .conv-title {
        margin-top: 0;
        margin-left: 24px
    }

    .conversion-container.banner-small figure {
        flex: 1 20%
    }

    .conversion-container.banner-small .conv-title {
        flex: 1 80%;
        text-align: left
    }

    .conversion-container.banner-table .conversion-top {
        flex: 1 33%;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .conversion-container.banner-table .conversion-bottom {
        flex: 1 67%;
        padding: 24px 120px
    }

    .conversion-container.banner-table .conv-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media all and (min-width: 1024px) {
}

.table-bonuses tr.conversion-row, .table-bonuses .tr.conversion-row {
    background-color: #5844d6
}

.table-bonuses tr.conversion-row .img-wrapper, .table-bonuses .tr.conversion-row .img-wrapper {
    padding: 10px;
    background-color: #5844d6
}

.table-bonuses tr.conversion-row td.col3, .table-bonuses tr.conversion-row td.col4, .table-bonuses .tr.conversion-row .td.col3, .table-bonuses .tr.conversion-row .td.col4 {
    border: none
}

.table-bonuses tr.conversion-row .img-wrapper img.conversion-image-table, .table-bonuses .tr.conversion-row .img-wrapper img.conversion-image-table {
    height: 100%;
    width: auto;
    position: relative
}

.table-bonuses tr.conversion-row td.col2, .table-bonuses tr.conversion-row td.col4, .table-bonuses .tr.conversion-row .td.col2, .table-bonuses .tr.conversion-row .td.col4 {
    color: #fff
}

.page-top .casino-info-container .casino-info-top-banner img {
    width: auto;
    height: auto
}

.page-top .casino-info-container .casino-info-top-banner {
    cursor: pointer
}