html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

img {
    border: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@font-face {
    font-family: "Rubik-Regular";
    src: url(../font/Rubik-Regular.eot);
    src: url(../font/Rubik-Regular.eot?#iefix) format("embedded-opentype"), url(../font/Rubik-Regular.woff2) format("woff2"), url(../font/Rubik-Regular.woff) format("woff"), url(../font/Rubik-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Rubik-Medium";
    src: url(../font/Rubik-Medium.eot);
    src: url(../font/Rubik-Medium.eot?#iefix) format("embedded-opentype"), url(../font/Rubik-Medium.woff2) format("woff2"), url(../font/Rubik-Medium.woff) format("woff"), url(../font/Rubik-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Rubik-Bold";
    src: url(../font/Rubik-Bold.eot);
    src: url(../font/Rubik-Bold.eot?#iefix) format("embedded-opentype"), url(../font/Rubik-Bold.woff2) format("woff2"), url(../font/Rubik-Bold.woff) format("woff"), url(../font/Rubik-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Rubik-Black";
    src: url(../font/Rubik-Black.eot);
    src: url(../font/Rubik-Black.eot?#iefix) format("embedded-opentype"), url(../font/Rubik-Black.woff2) format("woff2"), url(../font/Rubik-Black.woff) format("woff"), url(../font/Rubik-Black.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #f7f9fa;
    position: relative
}

.col-r {
    float: left;
    width: 408px
}

.col-l {
    float: left;
    width: calc(100% - 408px)
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.main-content-wrapper {
    padding: 85px 0 36px;
    overflow: hidden
}

.header-main-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-section {
    box-shadow: 0 1px 10px rgba(59, 68, 74, .2);
    background-color: #f44b5c;
    z-index: 99
}

@media (min-width:1200px) {
    .header-section {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
}

@media (max-width:1200px) {
    .header-section .container {
        padding: 0
    }
}

.header-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    position: relative
}

.header-logo-wrapper {
    flex-shrink: 0
}

@media (max-width:1200px) {
    .header-logo-wrapper {
        margin: 0 0 13px 0
    }
}

.header-logo-wrapper img {
    width: 200px;
    height: auto
}

.tooltip-wrap {
    width: 152px;
    text-align: right;
    position: relative;
    z-index: 100;
    margin-right: 6px
}

.tooltip-wrap img {
    width: 24px
}

@media (min-width:1200px) {
    .tooltip-wrap {
        order: 2
    }
}

@media (max-width:1200px) {
    .tooltip-wrap {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 20px;
        padding: 0 10px;
        z-index: 1
    }
    .tooltip-wrap span {
        display: none
    }
}

.tooltip-block {
    display: inline;
    font-family: "Rubik-Regular";
    font-size: 12px;
    line-height: 1.66
}

@media (min-width:1200px) {
    .tooltip-block {
        box-shadow: 0 1px 27px rgba(69, 70, 73, .24);
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        text-align: justify;
        position: absolute;
        top: 100%;
        right: -55px;
        width: 390px;
        opacity: 0;
        visibility: hidden;
        padding: 17px 20px;
        margin-top: 16px
    }
    .tooltip-block:after {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 59px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #fff
    }
}

@media (max-width:1300px) {
    .tooltip-block {
        right: -21px
    }
    .tooltip-block:after {
        right: 24px
    }
}

@media (max-width:1200px) {
    .tooltip-block {
        text-align: center;
        color: #fff;
        font-size: 13px
    }
}

.mobile-fixed-btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-basis: 49%;
    padding: 2px 0 0;
    z-index: 10
}

@media (max-width:1200px) {
    .mobile-fixed-btn-wrap {
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 10px;
        background: #fff
    }
}

.mobile-fixed-btn {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 50%;
    justify-content: center
}

.mobile-fixed-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, .2);
    padding: 7px 10px
}

.mobile-fixed-btn a span {
    position: relative;
    color: #fff;
    font-family: "Rubik-Medium";
    font-size: 15px;
    padding: 4px 0 4px 28px
}

.mobile-fixed-btn a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px
}

.mobile-fixed-btn a span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px
}

@media (max-width:1200px) {
    .mobile-fixed-btn a {
        padding: 7px 10px;
        border: 1px solid transparent
    }
    .mobile-fixed-btn a span {
        font-size: 14px
    }
}

.mobile-fixed-btn.active a {
    background: #fff
}

.mobile-fixed-btn.active a span {
    color: #3b444a
}

.mobile-fixed-btn.mobile-fixed-btn-casino {
    padding: 0 10px 0 0
}

.mobile-fixed-btn.mobile-fixed-btn-casino.active a span:before {
    opacity: 0
}

.mobile-fixed-btn.mobile-fixed-btn-casino.active a span:after {
    opacity: 1
}

.mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
    opacity: 1;
    background: url(../img/casino-white@2x.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
    opacity: 0;
    background: url(../img/casino@2x.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.mobile-fixed-btn.mobile-fixed-btn-sport {
    padding: 0 0 0 10px
}

.mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
    opacity: 1;
    background: url(../img/football@2x.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
    opacity: 0;
    background: url(../img/football-red@2x.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

@media (max-width:1200px) {
    .mobile-fixed-btn {
        flex-basis: 50%;
        padding: 0 5px;
        margin: 0
    }
    .mobile-fixed-btn a {
        background-color: #f6f6f9
    }
    .mobile-fixed-btn a span {
        color: #cccdd6
    }
    .mobile-fixed-btn.active a {
        border-color: #f34b5f
    }
    .mobile-fixed-btn.mobile-fixed-btn-casino {
        padding: 0 5px 0 0
    }
    .mobile-fixed-btn.mobile-fixed-btn-casino:before {
        display: none
    }
    .mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
        opacity: 1;
        background: url(../img/casino-grey@2x.png) no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }
    .mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
        opacity: 0
    }
    .mobile-fixed-btn.mobile-fixed-btn-sport {
        padding: 0 0 0 5px
    }
    .mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
        opacity: 1;
        background: url(../img/football-icon@2x.png) no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }
    .mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
        opacity: 0
    }
}

.col-section {
    padding: 29px 0
}

.col-section.other-section .col-l {
    width: 100%
}

.col-section.other-section .col-r {
    display: none
}

.col-section.other-section .card-block-header {
    background-image: url(../img/icon-star@2x.png)
}

@media (min-width:1200px) {
    .col-section.other-section .card-wrapper {
        margin: 0 -15px;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .col-section.other-section .card-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

@media (max-width:1200px) {
    .col-section {
        padding: 20px 0
    }
}

.custom-bg0 {
    background-image: url(../img/Illustration.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f2f2f2;
    padding: 30px 0 0
}

@media (max-width:1200px) {
    .custom-bg0 {
        display: none
    }
}

.custom-bg0 .card-block-header {
    margin: 0 10px;
    color: #3b444a
}

.custom-bg0 .card-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.custom-bg1 {
    padding: 33px 0;
    background-color: #e6e6e6;
    background-image: url(../img/popular-section-bg.png);
    -webkit-background-size: 90% auto;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: right bottom
}

@media (max-width:1200px) {
    .custom-bg1 {
        display: none
    }
}

.custom-bg1.popular-section .card-block-header {
    background-image: url(../img/icon-like@2x.png)
}

.custom-bg1 .card-block-header {
    margin: 0 10px
}

.custom-bg1 .card-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.card-block-header {
    position: relative;
    font-family: "Rubik-Bold";
    font-size: 18px;
    text-transform: uppercase;
    color: #3b444a;
    padding: 4px 5px 4px 34px;
    background-position: 0 center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.card-block-header.card-block-header-star {
    background-image: url(../img/icon-star@2x.png)
}

.card-block-header.card-block-header-like {
    background-image: url(../img/icon-like@2x.png)
}

.card-block-header.card-block-header-ok {
    background-image: url(../img/icon-ok@2x.png)
}

.banner-block-wrapper:not(:last-child) {
    margin: 0 0 20px 0
}

.banner-block-wrapper .card-block-header {
    margin-bottom: 10px
}

.card-block-banner {
    border-radius: 8px;
    overflow: hidden
}

.card-block-banner img {
    width: 100%
}

.banner-button-up {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    background: rgba(209, 214, 220, .7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.banner-button-up:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    width: 17px;
    height: 17px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #fff
}

@media (max-width:1200px) {
    .back-to-top {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100
    }
    .back-to-top span {
        display: block;
        position: relative;
        height: 52px;
        width: 52px;
        background: url(../img/ghost-btn@2x.png) no-repeat;
        -webkit-background-size: 52px 52px;
        -moz-background-size: 52px 52px;
        -o-background-size: 52px 52px;
        background-size: 52px 52px
    }
}

html {
    height: 100%
}

.mobile-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 25;
    left: 0;
    right: 0;
    display: none
}

.mobile-popup-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8)
}

.mobile-popup-overlay-link {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block
}

.mobile-popup-wrap {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.mobile-popup-logo {
    height: 35px;
    margin: 0 0 25px
}

.mobile-popup-logo img {
    max-height: 100%;
    height: 100%;
    width: auto
}

.mobile-popup-content {
    width: 80%;
    background-color: #ebf1f2;
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 40px 20px;
    box-shadow: 0 0 34px #000;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    background-image: url(../img/popup-bottom-decoration@2x.png)
}

.mobile-popup-description {
    font-family: "Rubik-Bold";
    letter-spacing: .25px;
    font-size: 20px;
    margin: 0 auto 25px;
    color: #393939;
    line-height: 1.3;
    max-width: 320px
}

.mobile-popup-btn {
    position: relative;
    z-index: 3
}

.mobile-popup-btn a {
    display: inline-block;
    padding: 11px 22px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: #2acd69;
    font-family: "Rubik-Black";
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .4), 0 2px 0 #178d44
}

.mobile-popup-close {
    width: 30px;
    height: 30px;
    background-color: rgba(238, 238, 238, .8);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3
}

.mobile-popup-close:before,
.mobile-popup-close:after {
    content: "";
    display: block;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 8px;
    height: 2px;
    background-color: #a3aaae;
    transform: rotate(45deg)
}

.mobile-popup-close:after {
    transform: rotate(-45deg)
}

@media (min-width:767px) {
    .mobile-popup-content {
        max-width: 565px;
        width: 100%;
        padding: 41px 30px 51px;
        border-radius: 24px;
        box-shadow: 0 0 54px #000;
        background-image: url(../img/popup-bottom-decoration-desktop.png)
    }
    .mobile-popup-close {
        top: 20px;
        right: 20px
    }
    .mobile-popup-close:before,
    .mobile-popup-close:after {
        width: 25px;
        height: 3px;
        left: 2px
    }
    .mobile-popup-logo {
        height: 61px;
        margin: 0 0 45px
    }
    .mobile-popup-description {
        max-width: 90%;
        font-size: 23px;
        font-family: "Rubik-Medium";
        margin: 0 auto 43px;
        line-height: 1.39
    }
    .mobile-popup-overlay {
        background-color: transparent
    }
    .mobile-popup-btn a {
        font-size: 22px;
        padding: 16px 52px;
        border-radius: 30px;
        box-shadow: 0 6px 13px rgba(0, 0, 0, .4), 0 3px 0 #178d44
    }
}

@media (max-width:500px) {
    .mobile-popup-content {
        width: 100%
    }
}

.lang-fi .mobile-popup.syndicate .mobile-popup-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #2f2f2f;
    display: flex;
    margin: 0;
    height: 120px;
    align-items: center;
    justify-content: center
}

.lang-fi .mobile-popup.syndicate .mobile-popup-logo a {
    display: block
}

.lang-fi .mobile-popup.syndicate .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto
}

.lang-fi .mobile-popup.syndicate .mobile-popup-content {
    padding: 145px 20px 20px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.lang-fi .mobile-popup.syndicate .mobile-popup-description {
    font-size: 16px
}

.lang-fi .mobile-popup.syndicate .mobile-popup-btn a {
    background: #1d9923
}

.lang-fi .mobile-popup.syndicate .mobile-popup-close {
    background: #2f2f2f
}

@media (min-width:767px) {
    .lang-fi .mobile-popup.syndicate .mobile-popup-logo {
        height: 180px
    }
    .lang-fi .mobile-popup.syndicate .mobile-popup-logo img {
        max-width: 220px;
        max-height: 145px
    }
    .lang-fi .mobile-popup.syndicate .mobile-popup-content {
        padding: 210px 20px 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .lang-fi .mobile-popup.syndicate .mobile-popup-description {
        font-size: 24px
    }
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-l,
    .col-r {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .col-section.other-section .col-l {
        max-width: 690px;
        margin: 0 auto;
        float: none
    }
    .banner-mobile-position {
        text-align: center;
        padding: 10px 0 20px
    }
    .banner-mobile-position .card-block-banner {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .banner-mobile-position .card-block-banner img {
        width: auto;
        max-width: 300px;
        border: 1px solid #000
    }
}

@media only screen and (max-width:1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .col-l,
    .col-r {
        padding-left: 10px;
        padding-right: 10px
    }
    .col-l {
        width: 100%
    }
    .header-wrapper {
        padding: 20px 0 0;
        justify-content: center;
        flex-wrap: wrap;
        height: auto
    }
    .card-block-header {
        display: none
    }
    .card-wrapper .card-block-header {
        display: block;
        float: left;
        margin: 23px 0 0;
        width: 100%;
        font-size: 13px;
        background-color: #f44b5c;
        background-position: center left 7px;
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
        -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
        box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
        color: #fff;
        padding: 10px 5px 10px 40px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }
    .card-wrapper .card-block-header:first-child {
        margin-top: 0
    }
    .tooltip-block {
        font-size: 14px
    }
    .main-content-wrapper {
        padding: 0
    }
    .mobile-fixed-btn-casino:before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 100%;
        width: 1px;
        background: #ebebec
    }
    .mobile-fixed-btn-wrap {
        z-index: 15
    }
}

@media only screen and (min-width:1200px) {
    #other_recomended-casinos,
    #other_popular-casinos {
        display: none
    }
    .mobile-fixed-btn-wrap {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 460px
    }
    .card-wrapper .card-block-header {
        display: none
    }
    .header-wrapper {
        height: 70px
    }
    .main-content-wrapper {
        padding: 70px 0 36px
    }
    .col-section.other-section .card-wrapper {
        margin: 0 -10px
    }
    .col-r {
        width: 300px
    }
    .col-l {
        width: calc(100% - 300px)
    }
}

@media (min-width:1201px) {
    .banner-mobile-position {
        display: none
    }
}

@media (min-width:1242px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 958px
    }
    .col-l,
    .col-r {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width:1241px) {
    .container {
        width: 100%
    }
}

@font-face {
  font-family: 'Rubik-Light';
  src: url("../font/Rubik-Light.eot");
  src: url("../font/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../font/Rubik-Light.woff2") format("woff2"), url("../font/Rubik-Light.woff") format("woff"), url("../font/Rubik-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../font/Rubik-Regular.eot");
  src: url("../font/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Rubik-Regular.woff2") format("woff2"), url("../font/Rubik-Regular.woff") format("woff"), url("../font/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Medium';
  src: url("../font/Rubik-Medium.eot");
  src: url("../font/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Rubik-Medium.woff2") format("woff2"), url("../font/Rubik-Medium.woff") format("woff"), url("../font/Rubik-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Bold';
  src: url("../font/Rubik-Bold.eot");
  src: url("../font/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Rubik-Bold.woff2") format("woff2"), url("../font/Rubik-Bold.woff") format("woff"), url("../font/Rubik-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Black';
  src: url("../font/Rubik-Black.eot");
  src: url("../font/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("../font/Rubik-Black.woff2") format("woff2"), url("../font/Rubik-Black.woff") format("woff"), url("../font/Rubik-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*
mixins
*/
/*
common style
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #f7f9fa;
  position: relative; }

.col-r {
  float: left;
  width: 408px; }

.col-l {
  float: left;
  width: calc(100% - 408px); }

.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }

a:hover, a:active, a:visited, a:focus {
  text-decoration: none; }

/*animation*/
@-webkit-keyframes anim-button-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes anim-button-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.gza-icon {
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  flex: 1; }
  .gza-icon-star {
    background-image: url(../img/star@2x.png); }
    .gza-icon-star-full {
      background-image: url(../img/star-full-se@2x.png); }

/*wrappers*/
.main-content-wrapper {
  padding: 85px 0 36px;
  overflow: hidden; }

/*header*/
.header-main-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-title-wrapper {
  flex: 1 1 auto;
  margin: 6px 0 0 15px; }

.header-section {
  box-shadow: 0 1px 10px rgba(59, 68, 74, 0.2);
  background-color: #f44b5c;
  z-index: 99; }
  @media (min-width: 1200px) {
    .header-section {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  @media (max-width: 1200px) {
    .header-section .container {
      padding: 0; } }

.header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  position: relative; }

.header-logo-wrapper {
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .header-logo-wrapper {
      margin: 0 0 13px 0; } }
  .header-logo-wrapper img {
    width: 200px;
    height: auto; }

.tooltip-wrap {
  width: 152px;
  text-align: right;
  position: relative;
  z-index: 100;
  margin-right: 6px; }
  .tooltip-wrap img {
    width: 24px; }
  .tooltip-wrap span:hover + .tooltip-block {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1200px) {
    .tooltip-wrap {
      order: 2; } }
  @media (max-width: 1200px) {
    .tooltip-wrap {
      flex-basis: 100%;
      display: flex;
      justify-content: center;
      margin: 0 0 20px;
      padding: 0 10px;
      z-index: 1; }
      .tooltip-wrap span {
        display: none; } }

.tooltip-block {
  display: inline;
  font-family: 'Rubik-Regular';
  font-size: 12px;
  line-height: 1.66; }
  .tooltip-block span {
    font-family: 'Rubik-Bold';
    display: block; }
  @media (min-width: 1200px) {
    .tooltip-block {
      box-shadow: 0 1px 27px rgba(69, 70, 73, 0.24);
      background-color: #ffffff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      text-align: justify;
      position: absolute;
      top: 100%;
      right: -55px;
      width: 390px;
      opacity: 0;
      visibility: hidden;
      padding: 17px 20px;
      margin-top: 16px; }
      .tooltip-block:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 59px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #fff; } }
  @media (max-width: 1300px) {
    .tooltip-block {
      right: -21px; }
      .tooltip-block:after {
        right: 24px; } }
  @media (max-width: 1200px) {
    .tooltip-block {
      text-align: center;
      color: #fff;
      font-size: 13px; } }

/*fixed btn*/
.mobile-fixed-btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-basis: 49%;
  padding: 2px 0px 0;
  z-index: 10; }
  @media (max-width: 1200px) {
    .mobile-fixed-btn-wrap {
      flex-basis: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 10px;
      background: #fff; } }
  .mobile-fixed-btn-wrap.affix-top {
    position: fixed;
    top: 0;
    margin-bottom: 0;
    bottom: initial; }

.fixed-header {
  padding-top: 58px; }

.mobile-fixed-btn {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 50%;
  justify-content: center; }
  .mobile-fixed-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 7px 10px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s; }
    .mobile-fixed-btn a span {
      position: relative;
      color: #fff;
      font-family: 'Rubik-Medium';
      font-size: 15px;
      padding: 4px 0 4px 28px; }
      .mobile-fixed-btn a span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 22px;
        height: 22px;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s; }
      .mobile-fixed-btn a span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 22px;
        height: 22px;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s; }
    @media (max-width: 1200px) {
      .mobile-fixed-btn a {
        padding: 7px 10px;
        border: 1px solid transparent; }
        .mobile-fixed-btn a span {
          font-size: 14px; } }
  .mobile-fixed-btn.active a {
    background: #fff; }
    .mobile-fixed-btn.active a span {
      color: #3b444a; }
  .mobile-fixed-btn.mobile-fixed-btn-casino {
    padding: 0 10px 0 0; }
    .mobile-fixed-btn.mobile-fixed-btn-casino.active a span:before {
      opacity: 0; }
    .mobile-fixed-btn.mobile-fixed-btn-casino.active a span:after {
      opacity: 1; }
    @media (min-width: 1200px) {
      .mobile-fixed-btn.mobile-fixed-btn-casino a:hover {
        background: #fff; }
        .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span {
          color: #3b444a; }
          .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span:before {
            opacity: 0; }
          .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span:after {
            opacity: 1; } }
    .mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
      opacity: 1;
      background: url(../img/casino-white@2x.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; }
    .mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
      opacity: 0;
      background: url(../img/casino@2x.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; }
  .mobile-fixed-btn.mobile-fixed-btn-sport {
    padding: 0 0 0 10px; }
    .mobile-fixed-btn.mobile-fixed-btn-sport.active a span:before {
      opacity: 0; }
    .mobile-fixed-btn.mobile-fixed-btn-sport.active a span:after {
      opacity: 1; }
    @media (min-width: 1200px) {
      .mobile-fixed-btn.mobile-fixed-btn-sport a:hover {
        background: #fff; }
        .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span {
          color: #3b444a; }
          .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span:before {
            opacity: 0; }
          .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span:after {
            opacity: 1; } }
    .mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
      opacity: 1;
      background: url(../img/football@2x.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; }
    .mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
      opacity: 0;
      background: url(../img/football-red@2x.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; }
  @media (max-width: 1200px) {
    .mobile-fixed-btn {
      flex-basis: 50%;
      padding: 0 5px;
      margin: 0; }
      .mobile-fixed-btn a {
        background-color: #f6f6f9; }
        .mobile-fixed-btn a span {
          color: #cccdd6; }
      .mobile-fixed-btn.active a {
        border-color: #f34b5f; }
      .mobile-fixed-btn.mobile-fixed-btn-casino {
        padding: 0 5px 0 0; }
        .mobile-fixed-btn.mobile-fixed-btn-casino:before {
          display: none; }
        .mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
          opacity: 1;
          background: url(../img/casino-grey@2x.png) no-repeat;
          -webkit-background-size: 100% auto;
          -moz-background-size: 100% auto;
          -o-background-size: 100% auto;
          background-size: 100% auto; }
        .mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
          opacity: 0; }
      .mobile-fixed-btn.mobile-fixed-btn-sport {
        padding: 0 0 0 5px; }
        .mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
          opacity: 1;
          background: url(../img/football-icon@2x.png) no-repeat;
          -webkit-background-size: 100% auto;
          -moz-background-size: 100% auto;
          -o-background-size: 100% auto;
          background-size: 100% auto; }
        .mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
          opacity: 0; } }

/*card blocks*/
.card-row-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch; }
  @media (max-width: 1200px) {
    .card-row-wrapper {
      flex-direction: column; } }

.card-block-position-wrapper {
  width: 50%;
  padding: 10px; }

.card-block-wrapper {
  box-shadow: 0 1px 12px rgba(154, 156, 173, 0.16);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  position: relative; }
  @media (min-width: 1200px) {
    .card-block-wrapper:hover .card-content-title a {
      color: #f44b5c; } }

.card-content-mobile {
  display: none; }

.col-section {
  padding: 29px 0; }
  .col-section.other-section .col-l {
    width: 100%; }
  .col-section.other-section .col-r {
    display: none; }
  .col-section.other-section .card-block-wrapper {
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .col-section.other-section .card-block-header {
    background-image: url("../img/icon-star@2x.png"); }
  .col-section.other-section .card-content-logo-wrapper .content-logo {
    height: 100%;
    width: 130px;
    display: block;
    position: relative;
    overflow: visible;
    -webkit-mask-image: unset; }
    .col-section.other-section .card-content-logo-wrapper .content-logo:before, .col-section.other-section .card-content-logo-wrapper .content-logo:after {
      display: none; }
    .col-section.other-section .card-content-logo-wrapper .content-logo img {
      position: absolute;
      height: auto;
      width: auto;
      max-height: 45%;
      max-width: 74%;
      z-index: 2;
      pointer-events: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .col-section.other-section .card-content-logo-wrapper .content-logo-wrapper {
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      overflow: hidden;
      -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .col-section.other-section .card-content-logo-wrapper .partner {
    right: initial;
    left: -5px;
    z-index: 5; }
    .col-section.other-section .card-content-logo-wrapper .partner img {
      max-width: 90%;
      max-height: 60%; }
  .col-section.other-section .card-content-logo-wrapper .partner-swish img {
    max-width: 68%;
    max-height: 68%; }
  .col-section.other-section .desktop-rating-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .col-section.other-section .desktop-rating-wrapper .rating {
      position: relative;
      margin: 0 0 0 5px;
      font-size: 15px;
      font-weight: 700;
      background: transparent; }
  .col-section.other-section .card-content-subtitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 5px 10px 0 0;
    font-size: 15px;
    line-height: 1.38; }
    .col-section.other-section .card-content-subtitle .rating {
      display: none; }
  .col-section.other-section .card-content-title a {
    font-size: 16px;
    margin: 0 0 8px;
    display: block;
    position: relative;
    z-index: 10; }
  .col-section.other-section .card-content-title .partner {
    display: block; }
    .col-section.other-section .card-content-title .partner img {
      height: 15px;
      width: auto; }
  .col-section.other-section .card-content-text-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 20px 0;
    margin: 0; }
  .col-section.other-section .card-block-position-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 100%;
    padding: 10px 10px; }
  .col-section.other-section .custom-card-content {
    padding: 0 12px;
    justify-content: center;
    align-items: flex-end; }
    .col-section.other-section .custom-card-content .partner {
      display: none; }
  .col-section.other-section .card-btn {
    flex-basis: auto; }
    .col-section.other-section .card-btn a {
      color: #3b444a;
      text-transform: none;
      padding: 10px 10px;
      font-size: 13px; }
  @media (min-width: 1200px) {
    .col-section.other-section .card-block-position-wrapper.hide-on-desktop {
      display: none; }
    .col-section.other-section .card-block-wrapper {
      flex-basis: 100%; }
    .col-section.other-section .card-wrapper {
      margin: 0 -15px;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .col-section.other-section .card-block-position-wrapper {
      flex-basis: 50%;
      /*&:nth-child(-n+8) {
        display: none;
      }*/ }
    .col-section.other-section .card-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 1200px) {
    .col-section {
      padding: 20px 0; }
      .col-section.other-section .card-content-subtitle {
        justify-content: flex-end; }
        .col-section.other-section .card-content-subtitle span {
          width: 100%; }
      .col-section.other-section .card-block-position-wrapper {
        padding: 5px 0; } }

.custom-bg0 {
  background-image: url(../img/Illustration.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #f2f2f2;
  padding: 30px 0 0; }
  @media (max-width: 1200px) {
    .custom-bg0 {
      display: none; } }
  .custom-bg0 .card-block-header {
    margin: 0 10px;
    color: #3b444a; }
  .custom-bg0 .card-block-position-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    flex-basis: 33.3333%;
    padding: 10px 15px; }
  .custom-bg0 .card-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .custom-bg0 .main-card-content {
    text-align: center;
    position: relative;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
  .custom-bg0 .card-block-wrapper {
    width: 100%;
    padding: 15px 18px 21px; }
  .custom-bg0 .card-content-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 14px; }
    .custom-bg0 .card-content-logo-wrapper .content-logo {
      width: 100%;
      height: 120px; }
      .custom-bg0 .card-content-logo-wrapper .content-logo img {
        max-height: 60%;
        max-width: 50%; }
    .custom-bg0 .card-content-logo-wrapper .partner img {
      max-height: 60%;
      max-width: 90%; }
    .custom-bg0 .card-content-logo-wrapper .partner-swish img {
      max-height: 68%;
      max-width: 68%; }
  .custom-bg0 .card-btn {
    flex-basis: 100%; }
  .custom-bg0 .card-content-title {
    margin-bottom: 5px; }
  .custom-bg0 .card-content-subtitle {
    padding: 0;
    margin-bottom: 10px;
    min-height: 42px; }
  .custom-bg0 .rating {
    top: -1px; }
  .custom-bg0 .card-label {
    margin: 0 0 15px; }
  @media (max-width: 1100px) {
    .custom-bg0 .card-content-info .partner img {
      height: 12px; } }

.custom-bg1 {
  padding: 33px 0;
  background-color: #e6e6e6;
  background-image: url(../img/popular-section-bg.png);
  -webkit-background-size: 90% auto;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (max-width: 1200px) {
    .custom-bg1 {
      display: none; } }
  .custom-bg1.popular-section .card-block-header {
    background-image: url("../img/icon-like@2x.png"); }
  .custom-bg1 .card-block-header {
    margin: 0 10px; }
  .custom-bg1 .main-card-content {
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .custom-bg1 .main-card-content {
        height: 100%;
        padding-bottom: 32px;
        position: relative; } }
  .custom-bg1 .custom-card-content {
    flex-basis: 100%; }
  .custom-bg1 .card-btn {
    flex-basis: 100%; }
    @media (min-width: 1200px) {
      .custom-bg1 .card-btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; } }
  .custom-bg1 .card-block-position-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    flex-basis: 50%;
    padding: 10px 10px; }
  .custom-bg1 .card-block-wrapper {
    padding: 15px; }
  .custom-bg1 .card-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .custom-bg1 .card-content-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 100%;
    margin-bottom: 16px; }
  .custom-bg1 .card-content-text-wrapper {
    position: relative;
    margin: 0 20px 0 0;
    justify-content: space-between; }
  .custom-bg1 .partner {
    position: absolute;
    top: -2px;
    right: 40px; }
    .custom-bg1 .partner img {
      height: 16px;
      width: auto; }
  .custom-bg1 .card-content-subtitle {
    padding: 8px 0 0; }
  .custom-bg1 .rating {
    top: 0; }
  .custom-bg1 .card-content-logo-wrapper .content-logo {
    width: 100px;
    height: 100px; }
    .custom-bg1 .card-content-logo-wrapper .content-logo img {
      max-height: 95px; }
    .custom-bg1 .card-content-logo-wrapper .content-logo .partner-wrap img {
      max-width: 90%;
      max-height: 60%; }
  .custom-bg1 .card-content-title {
    margin-top: 10px; }

.card-label {
  border-radius: 15px;
  font-family: 'Rubik-Medium';
  font-size: 9px;
  text-align: center;
  padding: 5px;
  width: 120px;
  text-transform: uppercase; }
  .card-label.card-label-recommended {
    background-color: #c0ffbd;
    color: #31b52a; }
  .card-label.card-label-popular {
    background-color: #95fdf6;
    color: #2eb3aa; }
  @media (min-width: 1200px) and (max-width: 1200px) {
    .card-label {
      width: 93px; } }

.main-card-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .main-card-content-link {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block; }

.custom-card-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0; }
  @media (max-width: 1200px) {
    .custom-card-content .card-content-title a {
      display: none; } }

.card-content-text-wrapper {
  margin: 0px 0 0 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 100%; }

.card-content-title {
  line-height: 1;
  text-align: left; }
  .card-content-title a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 16px;
    font-family: 'Rubik-Medium';
    color: #3b444a; }
    @media (min-width: 1200px) {
      .card-content-title a:hover {
        color: #f44b5c; } }

.card-content-subtitle {
  position: relative;
  padding: 2px 50px 0 0;
  font-family: 'Rubik-Regular';
  font-size: 15px;
  line-height: 1.38;
  color: #777777;
  text-align: left;
  margin-bottom: 15px; }

.rating {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Rubik-Medium';
  color: #fad752;
  font-size: 18px;
  line-height: 1;
  padding: 1px 16px 0 0;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  background-image: url("../img/star-full-se@2x.png");
  background-position: right center;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .rating {
      position: relative;
      color: #e2bd4a;
      margin: 0 0 0 8px;
      background: url("../img/star-full-c@2x.png") no-repeat right 3px;
      -webkit-background-size: 12px 12px;
      -moz-background-size: 12px 12px;
      -o-background-size: 12px 12px;
      background-size: 12px 12px; } }

.desktop-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 93px; }
  .desktop-rating span {
    padding: 0 3px 0 0;
    flex: 1; }
    .desktop-rating span:last-of-type {
      padding: 0; }
  .desktop-rating-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }

.desktop-rating-wrapper .rating {
  font-size: 14px;
  font-weight: 700;
  color: #fad752;
  margin: 0 0 0 5px;
  padding: 2px 7px 1px;
  border-radius: 24px;
  line-height: 1;
  border: 2px solid #fad752; }

.rating-full .desktop-rating-wrapper .rating {
  background-color: #fad752;
  color: #ffffff; }

.col-section.other-section #other-casinos {
  width: 100%; }
.col-section.other-section .desktop-rating-wrapper .rating {
  font-size: 14px; }

.card-content-logo-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3; }
  .card-content-logo-wrapper .content-logo {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
    .card-content-logo-wrapper .content-logo img {
      width: auto;
      height: auto;
      max-width: 80%;
      max-height: 80%;
      position: relative;
      z-index: 1; }
    @media (min-width: 1200px) {
      .card-content-logo-wrapper .content-logo .card-bg-arrow {
        position: absolute;
        top: 0px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: url(../img/arrow-r-circle.png) no-repeat center center;
        background-size: 30px 30px;
        transition: 0.15s ease 0s;
        opacity: 0;
        z-index: 4; }
      .card-content-logo-wrapper .content-logo:before, .card-content-logo-wrapper .content-logo:after,
      .card-content-logo-wrapper .content-logo .card-content-logo-after:before,
      .card-content-logo-wrapper .content-logo .card-content-logo-after:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.25);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 3; }
      .card-content-logo-wrapper .content-logo:after,
      .card-content-logo-wrapper .content-logo .card-content-logo-after:before {
        left: auto;
        right: 0; }
      .card-content-logo-wrapper .content-logo .card-content-logo-after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .card-content-logo-wrapper .content-logo:hover:before, .card-content-logo-wrapper .content-logo:hover:after,
      .card-content-logo-wrapper .content-logo:hover .card-content-logo-after:before,
      .card-content-logo-wrapper .content-logo:hover .card-content-logo-after:after {
        width: 100%; }
      .card-content-logo-wrapper .content-logo:hover .card-bg-arrow {
        opacity: 1;
        transition: 0.15s ease; } }
  .card-content-logo-wrapper .partner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: initial;
    right: -5px;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background-color: #ffffff;
    z-index: 2; }
    .card-content-logo-wrapper .partner img {
      height: auto;
      width: auto;
      max-height: 60%;
      max-width: 90%; }
  .card-content-logo-wrapper .partner-swish img {
    max-height: 68%;
    max-width: 68%; }

.star-edit {
  display: block;
  margin-bottom: 10px; }

.star-edit-wrapper {
  position: relative;
  height: 15px;
  width: 86px;
  background: #e6e6e6; }

.star-edit-bg {
  position: relative;
  width: inherit;
  height: inherit;
  background: url(../img/rating-star@2x.png) no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 2; }

.star-edit-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffcf3e;
  z-index: 1; }

.card-grade-title {
  font-family: 'SFUITextMedium';
  font-size: 14px;
  text-transform: uppercase;
  color: #c7c7c7; }

.card-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 60%;
  min-width: 120px; }
  .card-btn a {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.3s;
    z-index: 1;
    background-color: #fad752;
    font-family: 'Rubik-Bold';
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 10px; }
    .card-btn a span {
      z-index: 2;
      position: relative; }
    @media (min-width: 1200px) {
      .card-btn a {
        background: none; }
        .card-btn a:before, .card-btn a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: inherit;
          -webkit-border-radius: 24px;
          -moz-border-radius: 24px;
          border-radius: 24px;
          z-index: 1;
          transition: all 0.3s; }
        .card-btn a:before {
          z-index: 2;
          opacity: 0;
          background: #f44a5c;
          transform: scale(0.1, 1); }
        .card-btn a:after {
          background-color: #fad752; }
        .card-btn a:hover {
          color: #ECEFF1; }
          .card-btn a:hover:before {
            opacity: 1;
            transform: scale(1, 1); }
          .card-btn a:hover:after {
            transform: scale(1, 0.1);
            opacity: 0; } }
  @media (min-width: 1201px) {
    .card-btn {
      min-width: 160px; } }
  @media (max-width: 360px) {
    .card-btn a {
      font-size: 11px; } }

/*banners*/
.card-block-header {
  position: relative;
  font-family: 'Rubik-Bold';
  font-size: 18px;
  text-transform: uppercase;
  color: #3b444a;
  padding: 4px 5px 4px 34px;
  background-position: 0 center;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px; }
  .card-block-header.card-block-header-star {
    background-image: url("../img/icon-star@2x.png"); }
  .card-block-header.card-block-header-like {
    background-image: url("../img/icon-like@2x.png"); }
  .card-block-header.card-block-header-ok {
    background-image: url("../img/icon-ok@2x.png"); }
  .card-block-header.card-block-header-gift {
    background-image: url("../img/icon-gift@2x.png"); }

.banner-block-wrapper:not(:last-child) {
  margin: 0 0 20px 0; }
.banner-block-wrapper .card-block-header {
  margin-bottom: 10px; }

.card-block-banner {
  border-radius: 8px;
  overflow: hidden; }
  .card-block-banner img {
    width: 100%; }

.banner-button-up {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background: rgba(209, 214, 220, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
  .banner-button-up.affix-bottom {
    position: fixed;
    bottom: 20px; }
  .banner-button-up.banner-button-up-mob {
    background: none;
    z-index: 100;
    border-left: 1px solid #ebebec;
    border-radius: 0; }
    .banner-button-up.banner-button-up-mob:before {
      top: 49%;
      border: none;
      width: 21px;
      height: 13px;
      background: url("../img/arrow-up-mob@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (max-width: 1200px) {
      .banner-button-up.banner-button-up-mob {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        position: fixed;
        right: 20px;
        bottom: 30px;
        width: 52px;
        height: 52px;
        background-color: #f44b5c;
        opacity: 0.75; } }
  .banner-button-up:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    width: 17px;
    height: 17px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #ffffff; }
  @media (min-width: 768px) {
    .banner-button-up:hover {
      background: #d1d6dc; } }

/*japan version*/
.lang-ja.sport .trm-characters .casino-img {
  display: none; }
.lang-ja.sport .rr-characters .casino-img {
  display: none; }
.lang-ja.sport .card-position .ll-characters {
  top: 85px;
  left: -49px; }
  .lang-ja.sport .card-position .ll-characters img {
    height: 85px; }
    .lang-ja.sport .card-position .ll-characters img.casino-img {
      display: none; }
  @media (max-width: 1400px) {
    .lang-ja.sport .card-position .ll-characters {
      top: -62px;
      left: 80%;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); } }
.lang-ja.casino .custom-bg0 {
  background: url("../img/black-bg-jp.png") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.lang-ja.casino .custom-bg1 {
  background: url("../img/Casino-bg@2x.png") no-repeat; }
.lang-ja.casino .trm-characters .sport-img {
  display: none; }
.lang-ja.casino .rr-characters .sport-img {
  display: none; }
.lang-ja.casino .card-position .ll-characters .sport-img {
  display: none; }
.lang-ja .mobile-fixed-btn a span,
.lang-ja .card-block-header,
.lang-ja .card-label,
.lang-ja .card-btn a {
  font-weight: 800; }
.lang-ja .header-section {
  background-color: #dd153b; }
.lang-ja .card-position {
  position: relative; }
  .lang-ja .card-position .tt3-characters {
    position: absolute;
    top: -26px;
    right: 16%; }
    .lang-ja .card-position .tt3-characters img {
      height: 36px;
      width: auto; }
  .lang-ja .card-position .ll-characters {
    position: absolute;
    top: 20px;
    left: -70px; }
    .lang-ja .card-position .ll-characters img {
      position: relative;
      height: 81px;
      width: auto;
      z-index: 2; }
    @media (max-width: 1400px) {
      .lang-ja .card-position .ll-characters {
        top: -70px;
        left: 80%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
    @media (max-width: 1200px) {
      .lang-ja .card-position .ll-characters {
        display: none; } }
.lang-ja .custom-bg1 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .lang-ja .custom-bg1 .rr-characters {
    position: absolute;
    bottom: 0;
    right: 15px; }
    .lang-ja .custom-bg1 .rr-characters img {
      position: relative;
      height: 94px;
      width: auto;
      z-index: 2; }
    @media (max-width: 1200px) {
      .lang-ja .custom-bg1 .rr-characters {
        display: none; } }
.lang-ja .other-section .content-wrapper {
  position: relative; }
.lang-ja .other-section .tt2-characters {
  position: absolute;
  top: 7px;
  left: 55%; }
  .lang-ja .other-section .tt2-characters img {
    height: 36px;
    width: auto; }
  @media (max-width: 1200px) {
    .lang-ja .other-section .tt2-characters {
      display: none; } }
.lang-ja .other-section .trm-characters {
  position: absolute;
  bottom: -12px;
  right: 5px;
  text-align: right;
  z-index: -1; }
  .lang-ja .other-section .trm-characters img {
    height: 88px;
    width: auto;
    margin: 0 10px 0 0; }
  @media (min-width: 1200px) {
    .lang-ja .other-section .trm-characters {
      display: none; } }

@media (max-width: 1200px) {
  .back-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100; }
    .back-to-top span {
      display: block;
      position: relative;
      height: 52px;
      width: 52px;
      background: url("../img/ghost-btn@2x.png") no-repeat;
      -webkit-background-size: 52px 52px;
      -moz-background-size: 52px 52px;
      -o-background-size: 52px 52px;
      background-size: 52px 52px; } }

.footer {
  background-color: #f44b5c; }
  .footer-mobile {
    display: none; }
  .footer .footer-content {
    height: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer .footer-warning {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px; }
    .footer .footer-warning a {
      color: #ffffff; }
    .footer .footer-warning img {
      height: 36px;
      margin: 0 25px 0 0;
      width: auto; }
  .footer .footer-sign {
    height: 26px; }
    .footer .footer-sign img {
      height: 100%;
      width: auto; }
  @media (max-width: 991px) {
    .footer {
      position: relative; }
      .footer .footer-content {
        height: 50px; }
      .footer .footer-warning {
        font-size: 12px; }
        .footer .footer-warning img {
          height: 21px;
          margin: 0 10px 0 0; }
        .footer .footer-warning span {
          padding-top: 4px; }
      .footer .footer-sign {
        height: 18px; } }
  @media (max-width: 767px) {
    .footer .footer-container {
      padding: 0 10px; } }

.card-content-title-flag {
  margin: 0 5px 0 0;
  line-height: 1;
  display: inline-block; }
  .card-content-title-flag img {
    height: 15px;
    margin: 0 0 2px; }
  .card-content-title-flag.card-content-title-flag-mob {
    display: none; }

.card-content-logo-wrapper .partner {
  position: relative;
  left: initial;
  top: initial;
  right: initial; }

.partner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -5px; }

.custom-bg0 .partner-wrap .partner:first-child,
.custom-bg1 .partner-wrap .partner:first-child {
  right: -5px; }
.custom-bg0 .partner-wrap .partner.bankid,
.custom-bg1 .partner-wrap .partner.bankid {
  order: 1;
  right: 0; }

.col-section.other-section .card-content-logo-wrapper .partner {
  left: initial; }
  .col-section.other-section .card-content-logo-wrapper .partner:nth-child(2) {
    left: -5px; }

.other-section .partner-wrap {
  right: initial;
  left: -5px; }

.lang-sv .footer .footer-content {
  height: 65px; }
.lang-sv .footer .footer-warning img {
  height: 30px;
  margin: 0 15px 0 0; }
@media (max-width: 991px) {
  .lang-sv .footer {
    display: none; }
    .lang-sv .footer.footer-mobile {
      display: block; }
    .lang-sv .footer .footer-content {
      width: 100%; }
    .lang-sv .footer .footer-sign {
      display: none; } }
.lang-sv .desktop-rating-wrapper .rating {
  font-size: 14px;
  font-weight: 700;
  color: #fad752;
  margin: 0 0 0 5px;
  padding: 2px 7px 1px;
  border-radius: 24px;
  line-height: 1;
  border: 2px solid #fad752; }
.lang-sv .rating-full .desktop-rating-wrapper .rating {
  background-color: #fad752;
  color: #ffffff; }
.lang-sv .col-section.other-section .desktop-rating-wrapper .rating {
  font-size: 14px; }
@media (max-width: 1200px) {
  .lang-sv .col-section {
    padding: 20px 0 10px; }
  .lang-sv .col-section.other-section .card-content-subtitle {
    padding: 10px 0 15px;
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .lang-sv .col-section {
    padding: 20px 0 0; } }
@media (max-width: 420px) {
  .lang-sv .col-section.other-section .card-btn {
    margin: 0 10px 0 0; }
    .lang-sv .col-section.other-section .card-btn a {
      font-size: 11px;
      padding: 10px 13px; } }

/*UK language*/
.lang-uk .main-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  overflow: auto; }
.lang-uk .main-content {
  flex: 1 0 auto;
  padding: 85px 0 36px; }
  @media (max-width: 1200px) {
    .lang-uk .main-content {
      padding: 0; } }
@media (max-width: 1200px) {
  .lang-uk .col-section {
    padding: 20px 0 0; } }
.lang-uk .footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 52px;
  background-color: #f44a5c; }
  @media (max-width: 1200px) {
    .lang-uk .footer-content {
      background-color: transparent; } }
.lang-uk .footer-logo-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 1200px) {
    .lang-uk .footer-logo-wrapper {
      justify-content: center; } }
.lang-uk .logo-18 {
  display: block;
  height: 18px;
  width: auto;
  margin: 0 10px 0 0; }
  @media (max-width: 1200px) {
    .lang-uk .logo-18 {
      display: none; } }
.lang-uk .logo-18-mob {
  display: none; }
  @media (max-width: 1200px) {
    .lang-uk .logo-18-mob {
      display: block;
      height: 22px;
      width: auto;
      margin: 0 10px 0 0; } }
.lang-uk .logo-gamble {
  display: block;
  height: 16px;
  width: auto; }
  @media (max-width: 1200px) {
    .lang-uk .logo-gamble {
      display: none; } }
.lang-uk .logo-gamble-mob {
  display: none; }
  @media (max-width: 1200px) {
    .lang-uk .logo-gamble-mob {
      display: block;
      height: 18px;
      width: auto; } }
.lang-uk .banner-button-up.affix-bottom {
  bottom: 60px; }
.lang-uk .custom-bg1 .card-btn {
  flex-direction: column; }
@media (min-width: 1200px) {
  .lang-uk .custom-bg1 .main-card-content {
    padding-bottom: 45px; } }
.lang-uk .casino-table-partner {
  font-family: 'Rubik-Medium';
  font-size: 10px;
  color: #f44b5c;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 5px 0 0;
  padding: 0;
  height: auto;
  width: auto;
  background-color: transparent; }
  .lang-uk .casino-table-partner:before, .lang-uk .casino-table-partner:after {
    display: none; }
  .lang-uk .casino-table-partner:hover {
    color: #f44b5c; }

/*FI language*/
.lang-fi.sport .header-logo-wrapper img {
  width: auto;
  height: 30px; }
.lang-fi .mobile-popup.speedybet .mobile-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../img/popup-bottom-decoration@2x.png); }
.lang-fi .mobile-popup.speedybet .mobile-popup-logo {
  height: 95px;
  margin: 0 0 35px; }
@media only screen and (min-width: 1201px) {
  .lang-fi .card-content-title-flag img {
    border: 1px solid #003282; } }

.lang-de.sport .header-logo-wrapper img {
  width: auto;
  height: 25px; }

.lang-en .partner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .lang-en .partner img {
    max-width: 70%;
    max-height: 70%; }
.lang-en .custom-bg0 .card-content-logo-wrapper .partner img {
  max-width: 70%;
  max-height: 70%; }

@media (max-width: 1200px) {
  .in-iframe .footer-mobile {
    margin-bottom: 57px; }
  .in-iframe .mobile-fixed-btn-wrap.affix-top, .in-iframe .mobile-fixed-btn-wrap {
    position: fixed;
    top: initial;
    bottom: 0;
    margin-bottom: 0; } }

body.in-iframe, html {
  height: 100%; }

.mobile-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 25;
  left: 0;
  right: 0;
  display: none; }
  .mobile-popup.show-popup {
    display: block; }
    @media (max-width: 767px) {
      .mobile-popup.show-popup {
        display: block; } }
  .mobile-popup-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    .mobile-popup-overlay-link {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block; }
  .mobile-popup-wrap {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .mobile-popup-logo {
    height: 35px;
    margin: 0 0 25px; }
    .mobile-popup-logo img {
      max-height: 100%;
      height: 100%;
      width: auto; }
  .mobile-popup-content {
    width: 80%;
    background-color: #ebf1f2;
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 40px 20px;
    box-shadow: 0 0 34px #000000;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    background-image: url(../img/popup-bottom-decoration@2x.png); }
  .mobile-popup-description {
    font-family: "Rubik-Bold";
    letter-spacing: 0.25px;
    font-size: 20px;
    margin: 0 auto 25px;
    color: #393939;
    line-height: 1.3;
    max-width: 320px; }
  .mobile-popup-btn {
    position: relative;
    z-index: 3; }
    .mobile-popup-btn a {
      display: inline-block;
      padding: 11px 22px;
      font-size: 15px;
      text-align: center;
      color: #fff;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      background-color: #2acd69;
      font-family: "Rubik-Black";
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 2px 0 #178d44; }
  .mobile-popup-close {
    width: 30px;
    height: 30px;
    background-color: rgba(238, 238, 238, 0.8);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    cursor: pointer; }
    .mobile-popup-close:before, .mobile-popup-close:after {
      content: '';
      display: block;
      width: 18px;
      position: absolute;
      top: 50%;
      left: 8px;
      height: 2px;
      background-color: #a3aaae;
      transform: rotate(45deg); }
    .mobile-popup-close:after {
      transform: rotate(-45deg); }
  .mobile-popup.speedybet .mobile-popup-logo {
    height: 65px; }
  .mobile-popup.speedybet .mobile-popup-content {
    background-image: url(../img/popup-speedybet-bottom-bg@2x.png); }
  .mobile-popup.speedycasino .mobile-popup-logo {
    height: 80px; }
  .mobile-popup.speedycasino .mobile-popup-content {
    background-image: url(../img/popup-speedycasino-bottom-bg@2x.png); }
  .mobile-popup.hajper .mobile-popup-logo {
    height: 60px;
    margin: 0 0 15px; }
  .mobile-popup.hajper .mobile-popup-content {
    padding: 13px 20px 18px;
    background-color: #1D3458;
    background-image: url(../img/popup-hajper-bottom-bg@2x.png); }
  .mobile-popup.hajper .mobile-popup-description {
    color: #212531;
    font-size: 17px;
    margin: 0 auto 15px; }
  .mobile-popup.hajper .mobile-popup-close {
    background: transparent; }
  .mobile-popup.leovegas .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
  .mobile-popup.leovegas .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.leovegas .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.leovegas .mobile-popup-close {
    background: transparent; }
    .mobile-popup.leovegas .mobile-popup-close:before, .mobile-popup.leovegas .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.leovegas .mobile-popup-btn a {
    background-color: #dd6441;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px; }
  .mobile-popup.dunder .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
  .mobile-popup.dunder .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.dunder .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.dunder .mobile-popup-close {
    background: transparent; }
    .mobile-popup.dunder .mobile-popup-close:before, .mobile-popup.dunder .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.dunder .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.dunder .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.voodoo-dreams .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
  .mobile-popup.voodoo-dreams .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.voodoo-dreams .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.voodoo-dreams .mobile-popup-close {
    background: transparent; }
    .mobile-popup.voodoo-dreams .mobile-popup-close:before, .mobile-popup.voodoo-dreams .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.voodoo-dreams .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.voodoo-dreams .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.bethard .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
  .mobile-popup.bethard .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.bethard .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.bethard .mobile-popup-close {
    background: transparent; }
    .mobile-popup.bethard .mobile-popup-close:before, .mobile-popup.bethard .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.bethard .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.bethard .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.bethard .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
  .mobile-popup.bethard .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.bethard .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.bethard .mobile-popup-close {
    background: transparent; }
    .mobile-popup.bethard .mobile-popup-close:before, .mobile-popup.bethard .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.bethard .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.bethard .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.magicred .mobile-popup-logo {
    margin: 0 0 47px;
    background: #dddddd;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 200px;
    margin-top: -40px; }
    .mobile-popup.magicred .mobile-popup-logo img {
      height: 100%;
      width: 100%;
      object-fit: scale-down; }
  .mobile-popup.magicred .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.magicred .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.magicred .mobile-popup-close {
    background: transparent; }
    .mobile-popup.magicred .mobile-popup-close:before, .mobile-popup.magicred .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.magicred .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.magicred .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.ninja .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px;
    background: #e7e5e1;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 200px;
    margin-top: -40px;
    padding: 20px; }
  .mobile-popup.ninja .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.ninja .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.ninja .mobile-popup-close {
    background: transparent; }
    .mobile-popup.ninja .mobile-popup-close:before, .mobile-popup.ninja .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.ninja .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.ninja .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.sverige .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px;
    background: #ffcf0a;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 200px;
    margin-top: -40px;
    padding: 10%; }
    .mobile-popup.sverige .mobile-popup-logo img {
      width: 100%;
      object-fit: scale-down; }
  .mobile-popup.sverige .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/popup-leovegas-top-bg@2x.jpg);
    background-position: center top;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 20px; }
  .mobile-popup.sverige .mobile-popup-description {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 auto 19px; }
  .mobile-popup.sverige .mobile-popup-close {
    background: transparent; }
    .mobile-popup.sverige .mobile-popup-close:before, .mobile-popup.sverige .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.sverige .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 2.37px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.sverige .mobile-popup-btn a:hover {
        background: #21ae28; } }
  .mobile-popup.wunderino .mobile-popup-logo {
    height: 62px;
    margin: 0 0 47px; }
    .mobile-popup.wunderino .mobile-popup-logo img {
      height: 62px;
      width: auto; }
  .mobile-popup.wunderino .mobile-popup-content {
    background-color: #ffffff;
    background-image: url(../img/wunderino-bg.png);
    background-position: top center;
    -webkit-background-size: 100% 123px;
    background-size: 100% 123px;
    padding: 28px 20px 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px; }
  .mobile-popup.wunderino .mobile-popup-description {
    font-size: 17px;
    font-family: "sf_ui__textbold";
    color: #0f0f0f;
    margin: 0 auto 19px;
    line-height: 1.4; }
  .mobile-popup.wunderino .mobile-popup-close {
    background: transparent; }
    .mobile-popup.wunderino .mobile-popup-close .mobile-popup-close {
      top: 12px;
      right: 12px; }
    .mobile-popup.wunderino .mobile-popup-close:before, .mobile-popup.wunderino .mobile-popup-close:after {
      background-color: #fff; }
  .mobile-popup.wunderino .mobile-popup-btn a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 17px 24px 18px;
    letter-spacing: 1.5px;
    background: #1d9923; }
    @media (min-width: 767px) {
      .mobile-popup.wunderino .mobile-popup-btn a:hover {
        background: #21ae28; } }
  @media (min-width: 767px) {
    .mobile-popup.show-popup .mobile-popup-overlay {
      background-color: rgba(0, 0, 0, 0.8); }
    .mobile-popup-content {
      max-width: 565px;
      width: 100%;
      padding: 41px 30px 51px;
      border-radius: 24px;
      box-shadow: 0 0 54px #000000;
      background-image: url(../img/popup-bottom-decoration-desktop.png); }
    .mobile-popup-close {
      top: 20px;
      right: 20px;
      cursor: pointer; }
      .mobile-popup-close:before, .mobile-popup-close:after {
        width: 25px;
        height: 3px;
        left: 2px; }
    .mobile-popup-logo {
      height: 61px;
      margin: 0 0 45px; }
    .mobile-popup-description {
      max-width: 90%;
      font-size: 23px;
      font-family: "Rubik-Medium";
      margin: 0 auto 43px;
      line-height: 1.39; }
    .mobile-popup-overlay {
      background-color: transparent;
      transition: all .15s ease-in-out; }
    .mobile-popup-btn a {
      font-size: 22px;
      padding: 16px 52px;
      border-radius: 30px;
      box-shadow: 0 6px 13px rgba(0, 0, 0, 0.4), 0 3px 0 #178d44;
      transition: .15s ease-in-out; }
      .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.speedybet .mobile-popup-logo {
      height: 85px; }
    .mobile-popup.speedybet .mobile-popup-content {
      background-image: url(../img/popup-speedybet-bottom-bg-desktop.png); }
    .mobile-popup.speedycasino .mobile-popup-logo {
      height: 100px;
      margin: 0 0 35px; }
    .mobile-popup.speedycasino .mobile-popup-content {
      background-image: url(../img/popup-speedycasino-bottom-bg-desktop@2x.png); }
    .mobile-popup.hajper .mobile-popup-logo {
      height: 101px;
      margin: 0 0 25px; }
    .mobile-popup.hajper .mobile-popup-content {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 41px 30px 51px;
      background-image: url(../img/popup-hajper-bottom-bg-desktop@2x.png); }
    .mobile-popup.hajper .mobile-popup-description {
      margin: 0 auto 20px;
      font-size: 23px;
      line-height: 1.39; }
    .mobile-popup.leovegas .mobile-popup-logo {
      height: 104px;
      margin: 0 0 69px; }
    .mobile-popup.leovegas .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.leovegas .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.leovegas .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.leovegas .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.leovegas .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.dunder .mobile-popup-logo {
      height: 104px;
      margin: 0 0 25px; }
    .mobile-popup.dunder .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.dunder .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.dunder .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.dunder .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.dunder .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.voodoo-dreams .mobile-popup-logo {
      height: 104px;
      margin: 0 0 25px; }
    .mobile-popup.voodoo-dreams .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.voodoo-dreams .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.voodoo-dreams .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.voodoo-dreams .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.voodoo-dreams .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.bethard .mobile-popup-logo {
      height: 104px;
      margin: 0 0 25px; }
    .mobile-popup.bethard .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.bethard .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.bethard .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.bethard .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.bethard .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.com21 .mobile-popup-logo {
      height: 104px;
      margin: 0 0 25px; }
    .mobile-popup.com21 .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.com21 .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.com21 .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.com21 .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.com21 .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.magicred .mobile-popup-logo {
      margin: 0 0 5px;
      background: #dddddd;
      width: calc(100% + 40px);
      margin-left: -20px;
      height: 200px;
      margin-top: -40px; }
      .mobile-popup.magicred .mobile-popup-logo img {
        height: 100%;
        width: 100%;
        object-fit: scale-down; }
    .mobile-popup.magicred .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.magicred .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.magicred .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.magicred .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.magicred .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.ninja .mobile-popup-logo {
      margin: 0 0 25px;
      background: #e7e5e1;
      width: calc(100% + 40px);
      margin-left: -20px;
      height: 200px;
      margin-top: -40px;
      padding: 20px; }
    .mobile-popup.ninja .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.ninja .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.ninja .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.ninja .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.ninja .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.sverige .mobile-popup-logo {
      margin: 0 0 25px;
      background: #ffcf0a;
      width: calc(100% + 40px);
      margin-left: -20px;
      height: 200px;
      margin-top: -40px; }
      .mobile-popup.sverige .mobile-popup-logo img {
        width: 100%;
        object-fit: scale-down; }
    .mobile-popup.sverige .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mobile-popup.sverige .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29; }
    .mobile-popup.sverige .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.sverige .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.sverige .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.syndicate .mobile-popup-logo {
      height: 104px;
      margin: 0 0 25px; }
    .mobile-popup.syndicate .mobile-popup-content {
      -webkit-background-size: 100% 123px;
      background-size: 100% 182px;
      padding: 34px 20px 30px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ffffff; }
    .mobile-popup.syndicate .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 25px;
      line-height: 1.29;
      color: #212531; }
    .mobile-popup.syndicate .mobile-popup-btn a {
      font-size: 23px;
      padding: 24px 38px 24px;
      background: #1d9923; }
      .mobile-popup.syndicate .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.syndicate .mobile-popup-close {
      top: 15px;
      right: 17px; }
    .mobile-popup.wunderino .mobile-popup-logo {
      height: 70px;
      margin: 32px 0 75px; }
      .mobile-popup.wunderino .mobile-popup-logo img {
        height: 83px;
        max-height: 83px;
        width: auto; }
    .mobile-popup.wunderino .mobile-popup-content {
      background-position: top center;
      -webkit-background-size: 100% 182px;
      background-size: 100% 182px;
      padding: 28px 20px 30px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      border-radius: 24px; }
    .mobile-popup.wunderino .mobile-popup-description {
      font-size: 26px;
      margin: 0 auto 19px;
      line-height: 1.4; }
    .mobile-popup.wunderino .mobile-popup-btn a {
      font-size: 23px;
      padding: 26px 31px 25px;
      background: #1d9923; }
      .mobile-popup.wunderino .mobile-popup-btn a:hover {
        background: #21ae28; }
    .mobile-popup.wunderino .mobile-popup-close {
      top: 12px;
      right: 12px; } }
  @media (max-width: 500px) {
    .mobile-popup-content {
      width: 100%; } }

.lang-sv .mobile-popup.leovegas .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2d4359;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-sv .mobile-popup.leovegas .mobile-popup-logo a {
    display: block; }
  .lang-sv .mobile-popup.leovegas .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-sv .mobile-popup.leovegas .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-sv .mobile-popup.leovegas .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-sv .mobile-popup.leovegas .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-sv .mobile-popup.leovegas .mobile-popup-logo {
    height: 180px; }
    .lang-sv .mobile-popup.leovegas .mobile-popup-logo img {
      max-width: 220px;
      max-height: 145px; }
  .lang-sv .mobile-popup.leovegas .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-sv .mobile-popup.syndicate .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #212531;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-sv .mobile-popup.syndicate .mobile-popup-logo a {
    display: block; }
  .lang-sv .mobile-popup.syndicate .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-sv .mobile-popup.syndicate .mobile-popup-description {
  font-size: 16px;
  color: #212531; }
.lang-sv .mobile-popup.syndicate .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.lang-sv .mobile-popup.syndicate .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-sv .mobile-popup.syndicate .mobile-popup-btn a:hover {
      background: #21ae28; } }
.lang-sv .mobile-popup.syndicate .mobile-popup-close {
  background: #212531; }
@media (min-width: 767px) {
  .lang-sv .mobile-popup.syndicate .mobile-popup-logo {
    height: 180px; }
    .lang-sv .mobile-popup.syndicate .mobile-popup-logo img {
      max-width: 220px;
      max-height: 145px; }
  .lang-sv .mobile-popup.syndicate .mobile-popup-content {
    padding: 210px 20px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .lang-sv .mobile-popup.syndicate .mobile-popup-description {
    font-size: 26px; } }

.lang-no .mobile-popup.leovegas .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2d4359;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-no .mobile-popup.leovegas .mobile-popup-logo a {
    display: block; }
  .lang-no .mobile-popup.leovegas .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-no .mobile-popup.leovegas .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-no .mobile-popup.leovegas .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-no .mobile-popup.leovegas .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-no .mobile-popup.leovegas .mobile-popup-logo {
    height: 180px; }
    .lang-no .mobile-popup.leovegas .mobile-popup-logo img {
      max-width: 220px;
      max-height: 145px; }
  .lang-no .mobile-popup.leovegas .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-no .mobile-popup.syndicate .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #212531;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-no .mobile-popup.syndicate .mobile-popup-logo a {
    display: block; }
  .lang-no .mobile-popup.syndicate .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-no .mobile-popup.syndicate .mobile-popup-description {
  font-size: 16px;
  color: #212531; }
.lang-no .mobile-popup.syndicate .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.lang-no .mobile-popup.syndicate .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-no .mobile-popup.syndicate .mobile-popup-btn a:hover {
      background: #21ae28; } }
.lang-no .mobile-popup.syndicate .mobile-popup-close {
  background: #212531; }
@media (min-width: 767px) {
  .lang-no .mobile-popup.syndicate .mobile-popup-logo {
    height: 180px; }
    .lang-no .mobile-popup.syndicate .mobile-popup-logo img {
      max-width: 220px;
      max-height: 145px; }
  .lang-no .mobile-popup.syndicate .mobile-popup-content {
    padding: 210px 20px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .lang-no .mobile-popup.syndicate .mobile-popup-description {
    font-size: 26px; } }

.lang-fi .mobile-popup.syndicate .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2f2f2f;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-fi .mobile-popup.syndicate .mobile-popup-logo a {
    display: block; }
  .lang-fi .mobile-popup.syndicate .mobile-popup-logo img {
    max-width: 160px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-fi .mobile-popup.syndicate .mobile-popup-content {
  padding: 145px 20px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff; }
.lang-fi .mobile-popup.syndicate .mobile-popup-description {
  font-size: 16px;
  color: #212531; }
.lang-fi .mobile-popup.syndicate .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-fi .mobile-popup.syndicate .mobile-popup-btn a:hover {
      background: #21ae28; } }
.lang-fi .mobile-popup.syndicate .mobile-popup-close {
  background: #2f2f2f; }
@media (min-width: 767px) {
  .lang-fi .mobile-popup.syndicate .mobile-popup-logo {
    height: 180px; }
    .lang-fi .mobile-popup.syndicate .mobile-popup-logo img {
      max-width: 220px;
      max-height: 145px; }
  .lang-fi .mobile-popup.syndicate .mobile-popup-content {
    padding: 210px 20px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .lang-fi .mobile-popup.syndicate .mobile-popup-description {
    font-size: 24px; } }
.lang-fi .mobile-popup.dunder .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #191c24;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-fi .mobile-popup.dunder .mobile-popup-logo a {
    display: block; }
  .lang-fi .mobile-popup.dunder .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-fi .mobile-popup.dunder .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-fi .mobile-popup.dunder .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-fi .mobile-popup.dunder .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-fi .mobile-popup.dunder .mobile-popup-logo {
    height: 180px; }
    .lang-fi .mobile-popup.dunder .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-fi .mobile-popup.dunder .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-fi .mobile-popup.voodoo-dreams .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #161616;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-logo a {
    display: block; }
  .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-fi .mobile-popup.voodoo-dreams .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-fi .mobile-popup.voodoo-dreams .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-logo {
    height: 180px; }
    .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-fi .mobile-popup.voodoo-dreams .mobile-popup-content {
    padding: 210px 20px 30px; } }

.lang-en .mobile-popup.dunder .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #191c24;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-en .mobile-popup.dunder .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.dunder .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-en .mobile-popup.dunder .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.dunder .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.dunder .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.dunder .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.dunder .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.dunder .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-en .mobile-popup.bethard .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-en .mobile-popup.bethard .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.bethard .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-en .mobile-popup.bethard .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.bethard .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.bethard .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.bethard .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.bethard .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.bethard .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-en .mobile-popup.com21 .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-en .mobile-popup.com21 .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.com21 .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-en .mobile-popup.com21 .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.com21 .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.com21 .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.com21 .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.com21 .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.com21 .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-en .mobile-popup.magicred .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center;
  background: #dddddd;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 200px;
  margin-top: -40px; }
  .lang-en .mobile-popup.magicred .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.magicred .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
  .lang-en .mobile-popup.magicred .mobile-popup-logo img {
    height: 100%;
    width: 100%;
    object-fit: scale-down; }
.lang-en .mobile-popup.magicred .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.magicred .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.magicred .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.magicred .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.magicred .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.magicred .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-en .mobile-popup.ninja .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #fc4509;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 200px;
  margin-top: -40px;
  padding: 20px; }
  .lang-en .mobile-popup.ninja .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.ninja .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-en .mobile-popup.ninja .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.ninja .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.ninja .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.ninja .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.ninja .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.ninja .mobile-popup-content {
    padding: 210px 20px 30px; } }
.lang-en .mobile-popup.sverige .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center;
  background: #ffcf0a;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 200px;
  margin-top: -40px; }
  .lang-en .mobile-popup.sverige .mobile-popup-logo a {
    display: block; }
  .lang-en .mobile-popup.sverige .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: 100%;
    object-fit: scale-down; }
.lang-en .mobile-popup.sverige .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-en .mobile-popup.sverige .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-en .mobile-popup.sverige .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-en .mobile-popup.sverige .mobile-popup-logo {
    height: 180px; }
    .lang-en .mobile-popup.sverige .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-en .mobile-popup.sverige .mobile-popup-content {
    padding: 210px 20px 30px; } }

.lang-de .mobile-popup.dunder .mobile-popup-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #191c24;
  display: flex;
  margin: 0;
  height: 120px;
  align-items: center;
  justify-content: center; }
  .lang-de .mobile-popup.dunder .mobile-popup-logo a {
    display: block; }
  .lang-de .mobile-popup.dunder .mobile-popup-logo img {
    max-width: 225px;
    max-height: 95px;
    height: auto;
    width: auto; }
.lang-de .mobile-popup.dunder .mobile-popup-content {
  padding: 145px 20px 20px;
  background: #ffffff; }
.lang-de .mobile-popup.dunder .mobile-popup-btn a {
  background: #1d9923; }
  @media (min-width: 767px) {
    .lang-de .mobile-popup.dunder .mobile-popup-btn a:hover {
      background: #21ae28; } }
@media (min-width: 767px) {
  .lang-de .mobile-popup.dunder .mobile-popup-logo {
    height: 180px; }
    .lang-de .mobile-popup.dunder .mobile-popup-logo img {
      max-width: 300px;
      max-height: 145px; }
  .lang-de .mobile-popup.dunder .mobile-popup-content {
    padding: 210px 20px 30px; } }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

  .col-l, .col-r {
    padding-left: 10px;
    padding-right: 10px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }

  .col-section.other-section .col-l {
    max-width: 690px;
    margin: 0 auto;
    float: none; }

  .banner-mobile-position {
    text-align: center;
    padding: 10px 0 20px; }
    .banner-mobile-position .card-block-banner {
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .banner-mobile-position .card-block-banner img {
        width: auto;
        max-width: 300px;
        border: 1px solid #000000; }
    .banner-mobile-position .card-block-banner-text {
      position: absolute;
      color: #ffffff;
      font-size: 9px;
      left: 3px;
      bottom: 2px;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
      right: 3px;
      text-align: center; }
      .banner-mobile-position .card-block-banner-text a {
        color: #ffffff; }

  .card-content-title-flag {
    display: none; }
    .card-content-title-flag.card-content-title-flag-mob {
      display: block;
      position: absolute;
      top: 5px;
      left: -4px;
      height: 24px; }

  .col-section.other-section .content-logo .card-content-title-flag-mob img {
    transform: none;
    position: static;
    max-height: 100%;
    max-width: 100%; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }

  .row {
    margin-right: -10px;
    margin-left: -10px; }

  .col-l, .col-r {
    padding-left: 10px;
    padding-right: 10px; }

  .col-l {
    width: 100%; }

  .header-wrapper {
    padding: 20px 0 0;
    justify-content: center;
    flex-wrap: wrap;
    height: auto; }

  .header-title {
    font-size: 15px; }

  .header-subtitle {
    font-size: 26px; }

  .card-content-text-wrapper {
    margin: 0px 0 0 10px; }

  .header-main-subtitle {
    font-family: 'sfuitext-regular-webfont';
    font-size: 14px;
    line-height: 1.56;
    padding: 19px 0; }

  .card-content-title a {
    font-family: 'Rubik-Medium';
    font-size: 13px;
    color: #3b444a;
    line-height: 1.2; }

  .card-content-subtitle {
    font-family: 'Rubik-Regular';
    font-size: 13px;
    color: #777777;
    line-height: 1.38;
    padding: 2px 0px 10px 0; }

  .main-card-content {
    padding: 0; }

  .card-content-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }

  .custom-card-content {
    flex-direction: row;
    padding: 6px 0 0; }

  .star-edit .rating {
    height: 19px;
    width: 19px; }

  .rating {
    background: none;
    padding: 0; }
    .rating span {
      padding: 1px 17px 0 0;
      background: url("../img/star-full-c@2x.png") no-repeat right 3px;
      -webkit-background-size: 16px 16px;
      -moz-background-size: 16px 16px;
      -o-background-size: 16px 16px;
      background-size: 16px 16px; }

  .card-btn {
    min-width: 142px; }
    .card-btn a {
      background: #e2bd4a;
      color: #ffffff;
      text-transform: uppercase;
      padding: 10px 25px; }

  .card-content-logo-wrapper .content-logo {
    width: 100px;
    min-height: 100px;
    height: 100%; }
    .card-content-logo-wrapper .content-logo img {
      max-height: 80%;
      max-width: 80%; }
  .card-content-logo-wrapper .partner {
    display: none; }

  .card-grade-title {
    font-size: 13px;
    text-transform: uppercase; }

  .card-block-position-wrapper {
    width: 100%; }
    .card-block-position-wrapper:nth-child(odd), .card-block-position-wrapper:nth-child(even) {
      padding: 0 0 10px; }

  #other_recomended-casinos .card-block-position-wrapper {
    width: 100%; }
    #other_recomended-casinos .card-block-position-wrapper:nth-of-type(1) .card-content-logo-wrapper:before {
      content: '';
      position: absolute;
      top: -14px;
      left: -7px;
      height: 41px;
      width: 28px;
      background-image: url(../img/palce1@2x.png);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 2; }
    #other_recomended-casinos .card-block-position-wrapper:nth-of-type(2) .card-content-logo-wrapper:before {
      content: '';
      position: absolute;
      top: -14px;
      left: -7px;
      height: 41px;
      width: 28px;
      background-image: url(../img/palce2@2x.png);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 2; }
    #other_recomended-casinos .card-block-position-wrapper:nth-of-type(3) .card-content-logo-wrapper:before {
      content: '';
      position: absolute;
      top: -14px;
      left: -7px;
      height: 41px;
      width: 28px;
      background-image: url(../img/palce3@2x.png);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 2; }

  .card-block-header {
    display: none; }

  .card-wrapper .card-block-header {
    display: block;
    float: left;
    margin: 23px 0 0px;
    width: 100%;
    font-size: 13px;
    background-color: #f44b5c;
    background-position: center left 7px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    padding: 10px 5px 10px 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .card-wrapper .card-block-header:first-child {
      margin-top: 0; }

  .tooltip-block {
    font-size: 14px; }

  .main-content-wrapper {
    padding: 0; }

  .header-title-wrapper {
    margin: 0; }

  .mobile-fixed-btn-casino:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 100%;
    width: 1px;
    background: #ebebec; }

  .mobile-fixed-btn-wrap {
    z-index: 15; }

  .card-block-wrapper {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }

  .card-btn {
    flex-basis: auto;
    min-width: 115px; }

  /*JAPAN CHARACTERS*/
  .lang-ja .card-wrapper .card-block-header:first-child {
    margin: 5px 0 12px; }
    .lang-ja .card-wrapper .card-block-header:first-child .jp-characters {
      z-index: 2; } }
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .lang-ja .card-wrapper .card-block-header {
    margin: 43px 0 12px; } }

@media only screen and (max-width: 1200px) {
  .col-section.other-section .card-block-position-wrapper {
    padding: 10px 0; }
  .col-section.other-section .card-content-text-wrapper {
    flex-direction: column;
    padding: 9px 0 0 10px;
    margin: 0; }
  .col-section.other-section .card-content-title {
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .col-section.other-section .card-content-title a {
      margin: 0;
      font-size: 14px; }
  .col-section.other-section .card-content-subtitle {
    padding: 10px 0 18px;
    line-height: 1.5; }
  .col-section.other-section .card-content-logo-wrapper .content-logo {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    width: 122px;
    min-width: 122px; }
  .col-section.other-section .card-btn {
    flex-basis: 142px; }
  .col-section.other-section .card-btn a {
    background-color: #e2bd4a;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%; }
  .col-section.other-section .custom-card-content {
    padding: 0;
    justify-content: space-between; }
    .col-section.other-section .custom-card-content .partner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #cccccc; }
      .col-section.other-section .custom-card-content .partner img {
        height: auto;
        width: auto;
        max-height: 65%;
        max-width: 90%; }
      .col-section.other-section .custom-card-content .partner-swish img {
        max-height: 70%;
        max-width: 70%; }
  .col-section.other-section .desktop-rating-wrapper {
    display: none; }
  .col-section.other-section .rating {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-family: "Rubik-Bold"; }
    .col-section.other-section .rating:before {
      content: '';
      position: absolute;
      top: -6px;
      right: -10px;
      left: -10px;
      bottom: -6px;
      -webkit-border-radius: 12px 0 0 12px;
      -moz-border-radius: 12px 0 0 12px;
      border-radius: 12px 0 0 12px;
      background-color: #f3f3f3;
      z-index: -1; }
    .col-section.other-section .rating span {
      position: relative;
      z-index: 2;
      padding: 2px 0 0 18px;
      background-position: center left;
      background-size: 14px 14px; }

  .card-wrapper .maybe-hidden {
    display: none; }

  #other_recomended-casinos .card-block-position-wrapper:nth-of-type(1) .card-content-logo-wrapper:before,
  #other_recomended-casinos .card-block-position-wrapper:nth-of-type(2) .card-content-logo-wrapper:before,
  #other_recomended-casinos .card-block-position-wrapper:nth-of-type(3) .card-content-logo-wrapper:before {
    left: initial;
    right: -7px; }

  .partner-wrap-mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .partner-wrap-mob .partner {
      margin: 0 4px 0 4px; }
      .partner-wrap-mob .partner.bankid {
        order: 1; }
      .partner-wrap-mob .partner:last-child {
        margin: 0 4px 0 0; } }
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .lang-ja .other-section .trm-characters {
    right: -27px; } }
@media only screen and (max-width: 420px) {
  .col-section.other-section .custom-card-content {
    align-items: center; }
    .col-section.other-section .custom-card-content .partner-wrap-mob .partner {
      margin: 0 2px 0 2px;
      width: 32px;
      height: 32px; }
      .col-section.other-section .custom-card-content .partner-wrap-mob .partner:last-child {
        margin: 0 2px 0 0; } }
@media (max-width: 350px) {
  .card-content-logo-wrapper .content-logo {
    width: 60px;
    min-height: 60px;
    height: 100%; }

  .card-content-title a {
    font-size: 11px; } }
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 1200px) {
  #other_recomended-casinos,
  #other_popular-casinos {
    display: none; }

  .col-section.maybe-hidden {
    display: none; }

  .mobile-fixed-btn-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 460px; }

  .card-wrapper .card-block-header {
    display: none; }

  .header-wrapper {
    height: 70px; }

  .main-content-wrapper {
    padding: 70px 0 36px; }

  .card-btn a:after {
    background-color: #e2bd4a; }

  .col-section.other-section .card-block-position-wrapper {
    flex-basis: 50%; }
  .col-section.other-section .card-block-wrapper {
    padding: 15px 0 15px 15px; }
  .col-section.other-section .card-wrapper {
    margin: 0 -10px; }

  .col-r {
    width: 300px; }

  .col-l {
    width: calc(100% - 300px); }

  .custom-bg1 .partner {
    z-index: 10; }
  .custom-bg1 .content-logo {
    -webkit-mask-image: unset; }
    .custom-bg1 .content-logo:before, .custom-bg1 .content-logo:after {
      display: none; }
  .custom-bg1 .card-content-logo-wrapper .content-logo {
    width: 130px;
    height: 100%; }
  .custom-bg1 .content-logo-wrapper {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .custom-bg1 .content-logo {
    overflow: visible; }
  .custom-bg1 .card-btn {
    position: relative; }
  .custom-bg1 .custom-card-content {
    flex-basis: unset; }
  .custom-bg1 .card-content-flex {
    margin: 0; }
  .custom-bg1 .main-card-content {
    padding: 0; }

  .custom-bg0 .partner {
    z-index: 10; }
  .custom-bg0 .content-logo {
    -webkit-mask-image: unset; }
    .custom-bg0 .content-logo:before, .custom-bg0 .content-logo:after {
      display: none; }
  .custom-bg0 .content-logo-wrapper {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .custom-bg0 .content-logo {
    overflow: visible; }

  .col-section.other-section .card-content-helper-se {
    flex: 1; }
  .col-section.other-section .custom-card-content {
    padding: 0; }
  .col-section.other-section .card-btn {
    width: 100%; }
  .col-section.other-section .card-btn a {
    min-width: auto;
    text-transform: uppercase;
    color: #ffffff; }
  .col-section.other-section .main-card-content {
    height: 100%; }

  .rating {
    display: none; }

  .recomended-section .desktop-rating-wrapper, .popular-section .desktop-rating-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 8px; }
  .recomended-section .desktop-rating span, .popular-section .desktop-rating span {
    line-height: 0; }
  .recomended-section .rating, .popular-section .rating {
    position: static;
    background: transparent;
    font-weight: 700;
    display: block; }

  .desktop-rating-wrapper .rating {
    display: block;
    position: relative;
    top: 1px;
    margin: 0 0 0 5px; }

  .popular-section .desktop-rating-wrapper {
    margin: 6px 0 0; }
  .popular-section .card-content-subtitle {
    line-height: 1.5; }

  .card-content-logo-wrapper .card-content-logo-after:before, .card-content-logo-wrapper .card-content-logo-after:after {
    -webkit-transition-delay: unset;
    transition-delay: unset; }
  .card-content-logo-wrapper .content-logo:hover .card-bg-arrow {
    transition: .15s ease-in-out; }

  .partner-wrap-mob {
    display: none; } }
/* Large Devices, Wide Screens */
@media (min-width: 1201px) {
  .card-btn {
    min-width: 140px; }

  .banner-mobile-position {
    display: none; } }
@media (min-width: 1242px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    width: 958px; }

  .col-l, .col-r {
    padding-left: 10px;
    padding-right: 10px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; } }
@media (max-width: 1241px) {
  .container {
    width: 100%; } }
/*min-max*/
@media (min-width: 991px) and (max-width: 1241px) {
  .col-l .custom-card-content {
    flex-direction: column;
    align-items: flex-start; }
  .col-l .card-btn {
    margin: 10px 0; }
  .col-l .card-content-title {
    margin: 5px 0 0; }

  .other-section .col-l .custom-card-content {
    flex-direction: row; }
  .other-section .col-l .card-btn {
    margin: 0; } }
@media (max-width: 360px) {
  .lang-sv .col-section.other-section .card-btn a {
    min-width: auto; }

  .col-section.other-section .card-btn {
    min-width: auto; } }

@import "fonts";
 @import "popup";
 @import "media";
/* mixins */
/* common style */
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 :before, :after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     background-color: #f7f9fa;
     position: relative;
}
 .col-r {
     float: left;
     width: 408px;
}
 .col-l {
     float: left;
     width: calc(100% - 408px);
}
 .helper {
     display: inline-block;
     vertical-align: middle;
     height: 100%;
     width: 0;
}
 .clearfix:before, .clearfix:after {
     display: table;
     content: " ";
}
 .clearfix:after {
     clear: both;
}
 a:hover, a:active, a:visited, a:focus {
     text-decoration: none;
}
/*animation*/
 @-webkit-keyframes anim-button-2 {
     to {
         opacity: 0;
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
}
 @keyframes anim-button-2 {
     to {
         opacity: 0;
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
    }
}
 .gza-icon {
     width: 16px;
     height: 16px;
     background-position: center center;
     background-repeat: no-repeat;
     -webkit-background-size: contain;
     background-size: contain;
     display: inline-block;
     flex: 1;
}
 .gza-icon-star {
     background-image: url(../img/star@2x.png);
}
 .gza-icon-star-full {
     background-image: url(../img/star-full-se@2x.png);
}
/*wrappers*/
 .main-content-wrapper {
     padding: 85px 0 36px;
     overflow: hidden;
}
/*header*/
 .header-main-title {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .header-title-wrapper {
     flex: 1 1 auto;
     margin: 6px 0 0 15px;
}
 .header-section {
     box-shadow: 0 1px 10px rgba(59, 68, 74, 0.2);
     background-color: #f44b5c;
     z-index: 99;
}
 @media (min-width: 1200px) {
     .header-section {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
    }
}
 @media (max-width: 1200px) {
     .header-section .container {
         padding: 0;
    }
}
 .header-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 85px;
     position: relative;
}
 .header-logo-wrapper {
     flex-shrink: 0;
}
 @media (max-width: 1200px) {
     .header-logo-wrapper {
         margin: 0 0 13px 0;
    }
}
 .header-logo-wrapper img {
     width: 200px;
     height: auto;
}
 .tooltip-wrap {
     width: 152px;
     text-align: right;
     position: relative;
     z-index: 100;
     margin-right: 6px;
}
 .tooltip-wrap img {
     width: 24px;
}
 .tooltip-wrap span:hover + .tooltip-block {
     opacity: 1;
     visibility: visible;
}
 @media (min-width: 1200px) {
     .tooltip-wrap {
         order: 2;
    }
}
 @media (max-width: 1200px) {
     .tooltip-wrap {
         flex-basis: 100%;
         display: flex;
         justify-content: center;
         margin: 0 0 20px;
         padding: 0 10px;
         z-index: 1;
    }
     .tooltip-wrap span {
         display: none;
    }
}
 .tooltip-block {
     display: inline;
     font-family: 'Rubik-Regular';
     font-size: 12px;
     line-height: 1.66;
}
 .tooltip-block span {
     font-family: 'Rubik-Bold';
     display: block;
}
 @media (min-width: 1200px) {
     .tooltip-block {
         box-shadow: 0 1px 27px rgba(69, 70, 73, 0.24);
         background-color: #fff;
         -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
         border-radius: 8px;
         text-align: justify;
         position: absolute;
         top: 100%;
         right: -55px;
         width: 390px;
         opacity: 0;
         visibility: hidden;
         padding: 17px 20px;
         margin-top: 16px;
    }
     .tooltip-block:after {
         content: '';
         position: absolute;
         bottom: 100%;
         right: 59px;
         width: 0;
         height: 0;
         border-left: 8px solid transparent;
         border-right: 8px solid transparent;
         border-bottom: 12px solid #fff;
    }
}
 @media (max-width: 1300px) {
     .tooltip-block {
         right: -21px;
    }
     .tooltip-block:after {
         right: 24px;
    }
}
 @media (max-width: 1200px) {
     .tooltip-block {
         text-align: center;
         color: #fff;
         font-size: 13px;
    }
}
/*fixed btn*/
 .mobile-fixed-btn-wrap {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     flex-basis: 49%;
     padding: 2px 0px 0;
     z-index: 10;
}
 @media (max-width: 1200px) {
     .mobile-fixed-btn-wrap {
         flex-basis: 100%;
         flex-wrap: wrap;
         justify-content: space-between;
         bottom: 0;
         left: 0;
         right: 0;
         padding: 10px 10px;
         background: #fff;
    }
}
 .mobile-fixed-btn-wrap.affix-top {
     position: fixed;
     top: 0;
     margin-bottom: 0;
     bottom: initial;
}
 .fixed-header {
     padding-top: 58px;
}
 .mobile-fixed-btn {
     position: relative;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-basis: 50%;
     justify-content: center;
}
 .mobile-fixed-btn a {
     display: inline-block;
     width: 100%;
     text-align: center;
     -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
     border-radius: 18px;
     background-color: rgba(255, 255, 255, 0.2);
     padding: 7px 10px;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
     transition: all 0.15s;
}
 .mobile-fixed-btn a span {
     position: relative;
     color: #fff;
     font-family: 'Rubik-Medium';
     font-size: 15px;
     padding: 4px 0 4px 28px;
}
 .mobile-fixed-btn a span:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     transform: translate(0, -50%);
     width: 22px;
     height: 22px;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
     transition: all 0.15s;
}
 .mobile-fixed-btn a span:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     transform: translate(0, -50%);
     width: 22px;
     height: 22px;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
     transition: all 0.15s;
}
 @media (max-width: 1200px) {
     .mobile-fixed-btn a {
         padding: 7px 10px;
         border: 1px solid transparent;
    }
     .mobile-fixed-btn a span {
         font-size: 14px;
    }
}
 .mobile-fixed-btn.active a {
     background: #fff;
}
 .mobile-fixed-btn.active a span {
     color: #3b444a;
}
 .mobile-fixed-btn.mobile-fixed-btn-casino {
     padding: 0 10px 0 0;
}
 .mobile-fixed-btn.mobile-fixed-btn-casino.active a span:before {
     opacity: 0;
}
 .mobile-fixed-btn.mobile-fixed-btn-casino.active a span:after {
     opacity: 1;
}
 @media (min-width: 1200px) {
     .mobile-fixed-btn.mobile-fixed-btn-casino a:hover {
         background: #fff;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span {
         color: #3b444a;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span:before {
         opacity: 0;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino a:hover span:after {
         opacity: 1;
    }
}
 .mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
     opacity: 1;
     background: url(../img/casino-white@2x.png) no-repeat;
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
}
 .mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
     opacity: 0;
     background: url(../img/casino@2x.png) no-repeat;
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
}
 .mobile-fixed-btn.mobile-fixed-btn-sport {
     padding: 0 0 0 10px;
}
 .mobile-fixed-btn.mobile-fixed-btn-sport.active a span:before {
     opacity: 0;
}
 .mobile-fixed-btn.mobile-fixed-btn-sport.active a span:after {
     opacity: 1;
}
 @media (min-width: 1200px) {
     .mobile-fixed-btn.mobile-fixed-btn-sport a:hover {
         background: #fff;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span {
         color: #3b444a;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span:before {
         opacity: 0;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport a:hover span:after {
         opacity: 1;
    }
}
 .mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
     opacity: 1;
     background: url(../img/football@2x.png) no-repeat;
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
}
 .mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
     opacity: 0;
     background: url(../img/football-red@2x.png) no-repeat;
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
}
 @media (max-width: 1200px) {
     .mobile-fixed-btn {
         flex-basis: 50%;
         padding: 0 5px;
         margin: 0;
    }
     .mobile-fixed-btn a {
         background-color: #f6f6f9;
    }
     .mobile-fixed-btn a span {
         color: #cccdd6;
    }
     .mobile-fixed-btn.active a {
         border-color: #f34b5f;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino {
         padding: 0 5px 0 0;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino:before {
         display: none;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino a span:before {
         opacity: 1;
         background: url(../img/casino-grey@2x.png) no-repeat;
         -webkit-background-size: 100% auto;
         -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
         background-size: 100% auto;
    }
     .mobile-fixed-btn.mobile-fixed-btn-casino a span:after {
         opacity: 0;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport {
         padding: 0 0 0 5px;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport a span:before {
         opacity: 1;
         background: url(../img/football-icon@2x.png) no-repeat;
         -webkit-background-size: 100% auto;
         -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
         background-size: 100% auto;
    }
     .mobile-fixed-btn.mobile-fixed-btn-sport a span:after {
         opacity: 0;
    }
}
/*card blocks*/
 .card-row-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: stretch;
}
 @media (max-width: 1200px) {
     .card-row-wrapper {
         flex-direction: column;
    }
}
 .card-block-position-wrapper {
     width: 50%;
     padding: 10px;
}
 .card-block-wrapper {
     box-shadow: 0 1px 12px rgba(154, 156, 173, 0.16);
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 7px;
     background-color: #fff;
     padding: 10px;
     width: 100%;
     position: relative;
}
 @media (min-width: 1200px) {
     .card-block-wrapper:hover .card-content-title a {
         color: #f44b5c;
    }
}
 .card-content-mobile {
     display: none;
}
 .col-section {
     padding: 29px 0;
}
 .col-section.other-section .col-l {
     width: 100%;
}
 .col-section.other-section .col-r {
     display: none;
}
 .col-section.other-section .card-block-wrapper {
     position: relative;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
}
 .col-section.other-section .card-block-header {
     background-image: url("../img/icon-star@2x.png");
}
 .col-section.other-section .card-content-logo-wrapper .content-logo {
     height: 100%;
     width: 130px;
     display: block;
     position: relative;
     overflow: visible;
     -webkit-mask-image: unset;
}
 .col-section.other-section .card-content-logo-wrapper .content-logo:before, .col-section.other-section .card-content-logo-wrapper .content-logo:after {
     display: none;
}
 .col-section.other-section .card-content-logo-wrapper .content-logo img {
     position: absolute;
     height: auto;
     width: auto;
     max-height: 45%;
     max-width: 74%;
     z-index: 2;
     pointer-events: none;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .col-section.other-section .card-content-logo-wrapper .content-logo-wrapper {
     height: 100%;
     width: 100%;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
     overflow: hidden;
     -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
 .col-section.other-section .card-content-logo-wrapper .partner {
     right: initial;
     left: -5px;
     z-index: 5;
}
 .col-section.other-section .card-content-logo-wrapper .partner img {
     max-width: 90%;
     max-height: 60%;
}
 .col-section.other-section .card-content-logo-wrapper .partner-swish img {
     max-width: 68%;
     max-height: 68%;
}
 .col-section.other-section .desktop-rating-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
}
 .col-section.other-section .desktop-rating-wrapper .rating {
     position: relative;
     margin: 0 0 0 5px;
     font-size: 15px;
     font-weight: 700;
     background: transparent;
}
 .col-section.other-section .card-content-subtitle {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: flex-start;
     padding: 5px 10px 0 0;
     font-size: 15px;
     line-height: 1.38;
}
 .col-section.other-section .card-content-subtitle .rating {
     display: none;
}
 .col-section.other-section .card-content-title a {
     font-size: 16px;
     margin: 0 0 8px;
     display: block;
     position: relative;
     z-index: 10;
}
 .col-section.other-section .card-content-title .partner {
     display: block;
}
 .col-section.other-section .card-content-title .partner img {
     height: 15px;
     width: auto;
}
 .col-section.other-section .card-content-text-wrapper {
     flex-direction: column;
     flex-wrap: nowrap;
     padding: 10px 20px 0;
     margin: 0;
}
 .col-section.other-section .card-block-position-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-basis: 100%;
     padding: 10px 10px;
}
 .col-section.other-section .custom-card-content {
     padding: 0 12px;
     justify-content: center;
     align-items: flex-end;
}
 .col-section.other-section .custom-card-content .partner {
     display: none;
}
 .col-section.other-section .card-btn {
     flex-basis: auto;
}
 .col-section.other-section .card-btn a {
     color: #3b444a;
     text-transform: none;
     padding: 10px 10px;
     font-size: 13px;
}
 @media (min-width: 1200px) {
     .col-section.other-section .card-block-position-wrapper.hide-on-desktop {
         display: none;
    }
     .col-section.other-section .card-block-wrapper {
         flex-basis: 100%;
    }
     .col-section.other-section .card-wrapper {
         margin: 0 -15px;
         flex-wrap: wrap;
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
    }
     .col-section.other-section .card-block-position-wrapper {
         flex-basis: 50%;
        /*&:nth-child(-n+8) {
             display: none;
        }
        */
    }
     .col-section.other-section .card-wrapper {
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
    }
}
 @media (max-width: 1200px) {
     .col-section {
         padding: 20px 0;
    }
     .col-section.other-section .card-content-subtitle {
         justify-content: flex-end;
    }
     .col-section.other-section .card-content-subtitle span {
         width: 100%;
    }
     .col-section.other-section .card-block-position-wrapper {
         padding: 5px 0;
    }
}
 .custom-bg0 {
     background-image: url(../img/Illustration.jpg);
     background-repeat: no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
     background-color: #f2f2f2;
     padding: 30px 0 0;
}
 @media (max-width: 1200px) {
     .custom-bg0 {
         display: none;
    }
}
 .custom-bg0 .card-block-header {
     margin: 0 10px;
     color: #3b444a;
}
 .custom-bg0 .card-block-position-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     width: auto;
     flex-basis: 33.3333%;
     padding: 10px 15px;
}
 .custom-bg0 .card-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
}
 .custom-bg0 .main-card-content {
     text-align: center;
     position: relative;
     flex-direction: column;
     height: 100%;
     justify-content: space-between;
}
 .custom-bg0 .card-block-wrapper {
     width: 100%;
     padding: 15px 18px 21px;
}
 .custom-bg0 .card-content-logo-wrapper {
     display: flex;
     justify-content: center;
     margin-bottom: 14px;
}
 .custom-bg0 .card-content-logo-wrapper .content-logo {
     width: 100%;
     height: 120px;
}
 .custom-bg0 .card-content-logo-wrapper .content-logo img {
     max-height: 60%;
     max-width: 50%;
}
 .custom-bg0 .card-content-logo-wrapper .partner img {
     max-height: 60%;
     max-width: 90%;
}
 .custom-bg0 .card-content-logo-wrapper .partner-swish img {
     max-height: 68%;
     max-width: 68%;
}
 .custom-bg0 .card-btn {
     flex-basis: 100%;
}
 .custom-bg0 .card-content-title {
     margin-bottom: 5px;
}
 .custom-bg0 .card-content-subtitle {
     padding: 0;
     margin-bottom: 10px;
     min-height: 42px;
}
 .custom-bg0 .rating {
     top: -1px;
}
 .custom-bg0 .card-label {
     margin: 0 0 15px;
}
 @media (max-width: 1100px) {
     .custom-bg0 .card-content-info .partner img {
         height: 12px;
    }
}
 .custom-bg1 {
     padding: 33px 0;
     background-color: #e6e6e6;
     background-image: url(../img/popular-section-bg.png);
     -webkit-background-size: 90% auto;
     background-size: 90% auto;
     background-repeat: no-repeat;
     background-position: right bottom;
}
 @media (max-width: 1200px) {
     .custom-bg1 {
         display: none;
    }
}
 .custom-bg1.popular-section .card-block-header {
     background-image: url("../img/icon-like@2x.png");
}
 .custom-bg1 .card-block-header {
     margin: 0 10px;
}
 .custom-bg1 .main-card-content {
     flex-wrap: wrap;
}
 @media (min-width: 1200px) {
     .custom-bg1 .main-card-content {
         height: 100%;
         padding-bottom: 32px;
         position: relative;
    }
}
 .custom-bg1 .custom-card-content {
     flex-basis: 100%;
}
 .custom-bg1 .card-btn {
     flex-basis: 100%;
}
 @media (min-width: 1200px) {
     .custom-bg1 .card-btn {
         position: absolute;
         left: 0;
         right: 0;
         bottom: 0;
    }
}
 .custom-bg1 .card-block-position-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     width: auto;
     flex-basis: 50%;
     padding: 10px 10px;
}
 .custom-bg1 .card-block-wrapper {
     padding: 15px;
}
 .custom-bg1 .card-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
}
 .custom-bg1 .card-content-flex {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-basis: 100%;
     margin-bottom: 16px;
}
 .custom-bg1 .card-content-text-wrapper {
     position: relative;
     margin: 0 20px 0 0;
     justify-content: space-between;
}
 .custom-bg1 .partner {
     position: absolute;
     top: -2px;
     right: 40px;
}
 .custom-bg1 .partner img {
     height: 16px;
     width: auto;
}
 .custom-bg1 .card-content-subtitle {
     padding: 8px 0 0;
}
 .custom-bg1 .rating {
     top: 0;
}
 .custom-bg1 .card-content-logo-wrapper .content-logo {
     width: 100px;
     height: 100px;
}
 .custom-bg1 .card-content-logo-wrapper .content-logo img {
     max-height: 95px;
}
 .custom-bg1 .card-content-logo-wrapper .content-logo .partner-wrap img {
     max-width: 90%;
     max-height: 60%;
}
 .custom-bg1 .card-content-title {
     margin-top: 10px;
}
 .card-label {
     border-radius: 15px;
     font-family: 'Rubik-Medium';
     font-size: 9px;
     text-align: center;
     padding: 5px;
     width: 120px;
     text-transform: uppercase;
}
 .card-label.card-label-recommended {
     background-color: #c0ffbd;
     color: #31b52a;
}
 .card-label.card-label-popular {
     background-color: #95fdf6;
     color: #2eb3aa;
}
 @media (min-width: 1200px) and (max-width: 1200px) {
     .card-label {
         width: 93px;
    }
}
 .main-card-content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
}
 .main-card-content-link {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     display: block;
}
 .custom-card-content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0;
}
 @media (max-width: 1200px) {
     .custom-card-content .card-content-title a {
         display: none;
    }
}
 .card-content-text-wrapper {
     margin: 0px 0 0 14px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     justify-content: space-between;
     flex-basis: 100%;
}
 .card-content-title {
     line-height: 1;
     text-align: left;
}
 .card-content-title a {
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
     transition: all 0.15s;
     font-size: 16px;
     font-family: 'Rubik-Medium';
     color: #3b444a;
}
 @media (min-width: 1200px) {
     .card-content-title a:hover {
         color: #f44b5c;
    }
}
 .card-content-subtitle {
     position: relative;
     padding: 2px 50px 0 0;
     font-family: 'Rubik-Regular';
     font-size: 15px;
     line-height: 1.38;
     color: #777;
     text-align: left;
     margin-bottom: 15px;
}
 .rating {
     position: absolute;
     right: 0;
     top: 0;
     font-family: 'Rubik-Medium';
     color: #fad752;
     font-size: 18px;
     line-height: 1;
     padding: 1px 16px 0 0;
     -webkit-background-size: 15px 15px;
     -moz-background-size: 15px 15px;
     -o-background-size: 15px 15px;
     background-size: 15px 15px;
     background-image: url("../img/star-full-se@2x.png");
     background-position: right center;
     background-repeat: no-repeat;
}
 @media (max-width: 1200px) {
     .rating {
         position: relative;
         color: #e2bd4a;
         margin: 0 0 0 8px;
         background: url("../img/star-full-c@2x.png") no-repeat right 3px;
         -webkit-background-size: 12px 12px;
         -moz-background-size: 12px 12px;
         -o-background-size: 12px 12px;
         background-size: 12px 12px;
    }
}
 .desktop-rating {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     position: relative;
     width: 93px;
}
 .desktop-rating span {
     padding: 0 3px 0 0;
     flex: 1;
}
 .desktop-rating span:last-of-type {
     padding: 0;
}
 .desktop-rating-inner {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     position: absolute;
     top: 0;
     left: 0;
     overflow: hidden;
}
 .desktop-rating-wrapper .rating {
     font-size: 14px;
     font-weight: 700;
     color: #fad752;
     margin: 0 0 0 5px;
     padding: 2px 7px 1px;
     border-radius: 24px;
     line-height: 1;
     border: 2px solid #fad752;
}
 .rating-full .desktop-rating-wrapper .rating {
     background-color: #fad752;
     color: #fff;
}
 .col-section.other-section #other-casinos {
     width: 100%;
}
 .col-section.other-section .desktop-rating-wrapper .rating {
     font-size: 14px;
}
 .card-content-logo-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
     align-items: center;
     flex-shrink: 0;
     position: relative;
     z-index: 3;
}
 .card-content-logo-wrapper .content-logo {
     position: relative;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 88px;
     height: 88px;
     -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     overflow: hidden;
     -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
 .card-content-logo-wrapper .content-logo img {
     width: auto;
     height: auto;
     max-width: 80%;
     max-height: 80%;
     position: relative;
     z-index: 1;
}
 @media (min-width: 1200px) {
     .card-content-logo-wrapper .content-logo .card-bg-arrow {
         position: absolute;
         top: 0px;
         bottom: 0;
         left: 0;
         width: 100%;
         background: url(../img/arrow-r-circle.png) no-repeat center center;
         background-size: 30px 30px;
         transition: 0.15s ease 0s;
         opacity: 0;
         z-index: 4;
    }
     .card-content-logo-wrapper .content-logo:before, .card-content-logo-wrapper .content-logo:after, .card-content-logo-wrapper .content-logo .card-content-logo-after:before, .card-content-logo-wrapper .content-logo .card-content-logo-after:after {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 0;
         bottom: 0;
         background-color: rgba(0, 0, 0, 0.25);
         -webkit-transition: 0.3s;
         transition: 0.3s;
         z-index: 3;
    }
     .card-content-logo-wrapper .content-logo:after, .card-content-logo-wrapper .content-logo .card-content-logo-after:before {
         left: auto;
         right: 0;
    }
     .card-content-logo-wrapper .content-logo .card-content-logo-after {
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
    }
     .card-content-logo-wrapper .content-logo:hover:before, .card-content-logo-wrapper .content-logo:hover:after, .card-content-logo-wrapper .content-logo:hover .card-content-logo-after:before, .card-content-logo-wrapper .content-logo:hover .card-content-logo-after:after {
         width: 100%;
    }
     .card-content-logo-wrapper .content-logo:hover .card-bg-arrow {
         opacity: 1;
         transition: 0.15s ease;
    }
}
 .card-content-logo-wrapper .partner {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     top: -5px;
     left: initial;
     right: -5px;
     width: 35px;
     height: 35px;
     box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
     -webkit-border-radius: 19px;
     -moz-border-radius: 19px;
     border-radius: 19px;
     background-color: #fff;
     z-index: 2;
}
 .card-content-logo-wrapper .partner img {
     height: auto;
     width: auto;
     max-height: 60%;
     max-width: 90%;
}
 .card-content-logo-wrapper .partner-swish img {
     max-height: 68%;
     max-width: 68%;
}
 .star-edit {
     display: block;
     margin-bottom: 10px;
}
 .star-edit-wrapper {
     position: relative;
     height: 15px;
     width: 86px;
     background: #e6e6e6;
}
 .star-edit-bg {
     position: relative;
     width: inherit;
     height: inherit;
     background: url(../img/rating-star@2x.png) no-repeat;
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
     z-index: 2;
}
 .star-edit-color {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     background-color: #ffcf3e;
     z-index: 1;
}
 .card-grade-title {
     font-family: 'SFUITextMedium';
     font-size: 14px;
     text-transform: uppercase;
     color: #c7c7c7;
}
 .card-btn {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-basis: 60%;
     min-width: 120px;
}
 .card-btn a {
     display: inline-block;
     position: relative;
     text-align: center;
     width: 100%;
     -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
     border-radius: 24px;
     transition: all 0.3s;
     z-index: 1;
     background-color: #fad752;
     font-family: 'Rubik-Bold';
     font-size: 12px;
     color: #fff;
     text-transform: uppercase;
     padding: 10px 10px;
}
 .card-btn a span {
     z-index: 2;
     position: relative;
}
 @media (min-width: 1200px) {
     .card-btn a {
         background: none;
    }
     .card-btn a:before, .card-btn a:after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: inherit;
         -webkit-border-radius: 24px;
         -moz-border-radius: 24px;
         border-radius: 24px;
         z-index: 1;
         transition: all 0.3s;
    }
     .card-btn a:before {
         z-index: 2;
         opacity: 0;
         background: #f44a5c;
         transform: scale(0.1, 1);
    }
     .card-btn a:after {
         background-color: #fad752;
    }
     .card-btn a:hover {
         color: #eceff1;
    }
     .card-btn a:hover:before {
         opacity: 1;
         transform: scale(1, 1);
    }
     .card-btn a:hover:after {
         transform: scale(1, 0.1);
         opacity: 0;
    }
}
 @media (min-width: 1201px) {
     .card-btn {
         min-width: 160px;
    }
}
 @media (max-width: 360px) {
     .card-btn a {
         font-size: 11px;
    }
}
/*banners*/
 .card-block-header {
     position: relative;
     font-family: 'Rubik-Bold';
     font-size: 18px;
     text-transform: uppercase;
     color: #3b444a;
     padding: 4px 5px 4px 34px;
     background-position: 0 center;
     background-repeat: no-repeat;
     -webkit-background-size: 24px 24px;
     background-size: 24px 24px;
}
 .card-block-header.card-block-header-star {
     background-image: url("../img/icon-star@2x.png");
}
 .card-block-header.card-block-header-like {
     background-image: url("../img/icon-like@2x.png");
}
 .card-block-header.card-block-header-ok {
     background-image: url("../img/icon-ok@2x.png");
}
 .card-block-header.card-block-header-gift {
     background-image: url("../img/icon-gift@2x.png");
}
 .banner-block-wrapper:not(:last-child) {
     margin: 0 0 20px 0;
}
 .banner-block-wrapper .card-block-header {
     margin-bottom: 10px;
}
 .card-block-banner {
     border-radius: 8px;
     overflow: hidden;
}
 .card-block-banner img {
     width: 100%;
}
 .banner-button-up {
     display: block;
     position: relative;
     width: 48px;
     height: 48px;
     background: rgba(209, 214, 220, 0.7);
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
     transition: all 0.15s;
}
 .banner-button-up.affix-bottom {
     position: fixed;
     bottom: 20px;
}
 .banner-button-up.banner-button-up-mob {
     background: none;
     z-index: 100;
     border-left: 1px solid #ebebec;
     border-radius: 0;
}
 .banner-button-up.banner-button-up-mob:before {
     top: 49%;
     border: none;
     width: 21px;
     height: 13px;
     background: url("../img/arrow-up-mob@2x.png") no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 @media (max-width: 1200px) {
     .banner-button-up.banner-button-up-mob {
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
         border-radius: 4px;
         position: fixed;
         right: 20px;
         bottom: 30px;
         width: 52px;
         height: 52px;
         background-color: #f44b5c;
         opacity: 0.75;
    }
}
 .banner-button-up:before {
     content: '';
     position: absolute;
     top: 60%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(-135deg);
     -moz-transform: translate(-50%, -50%) rotate(-135deg);
     -ms-transform: translate(-50%, -50%) rotate(-135deg);
     -o-transform: translate(-50%, -50%) rotate(-135deg);
     transform: translate(-50%, -50%) rotate(-135deg);
     width: 17px;
     height: 17px;
     border-bottom: 1px solid;
     border-right: 1px solid;
     color: #fff;
}
 @media (min-width: 768px) {
     .banner-button-up:hover {
         background: rgba(209, 214, 220, 1);
    }
}
/*japan version*/
 .lang-ja.sport .trm-characters .casino-img {
     display: none;
}
 .lang-ja.sport .rr-characters .casino-img {
     display: none;
}
 .lang-ja.sport .card-position .ll-characters {
     top: 85px;
     left: -49px;
}
 .lang-ja.sport .card-position .ll-characters img {
     height: 85px;
}
 .lang-ja.sport .card-position .ll-characters img.casino-img {
     display: none;
}
 @media (max-width: 1400px) {
     .lang-ja.sport .card-position .ll-characters {
         top: -62px;
         left: 80%;
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg);
    }
}
 .lang-ja.casino .custom-bg0 {
     background: url("../img/black-bg-jp.png") no-repeat center top;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .lang-ja.casino .custom-bg1 {
     background: url("../img/Casino-bg@2x.png") no-repeat;
}
 .lang-ja.casino .trm-characters .sport-img {
     display: none;
}
 .lang-ja.casino .rr-characters .sport-img {
     display: none;
}
 .lang-ja.casino .card-position .ll-characters .sport-img {
     display: none;
}
 .lang-ja .mobile-fixed-btn a span, .lang-ja .card-block-header, .lang-ja .card-label, .lang-ja .card-btn a {
     font-weight: 800;
}
 .lang-ja .header-section {
     background-color: #dd153b;
}
 .lang-ja .card-position {
     position: relative;
}
 .lang-ja .card-position .tt3-characters {
     position: absolute;
     top: -26px;
     right: 16%;
}
 .lang-ja .card-position .tt3-characters img {
     height: 36px;
     width: auto;
}
 .lang-ja .card-position .ll-characters {
     position: absolute;
     top: 20px;
     left: -70px;
}
 .lang-ja .card-position .ll-characters img {
     position: relative;
     height: 81px;
     width: auto;
     z-index: 2;
}
 @media (max-width: 1400px) {
     .lang-ja .card-position .ll-characters {
         top: -70px;
         left: 80%;
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg);
    }
}
 @media (max-width: 1200px) {
     .lang-ja .card-position .ll-characters {
         display: none;
    }
}
 .lang-ja .custom-bg1 {
     position: relative;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .lang-ja .custom-bg1 .rr-characters {
     position: absolute;
     bottom: 0;
     right: 15px;
}
 .lang-ja .custom-bg1 .rr-characters img {
     position: relative;
     height: 94px;
     width: auto;
     z-index: 2;
}
 @media (max-width: 1200px) {
     .lang-ja .custom-bg1 .rr-characters {
         display: none;
    }
}
 .lang-ja .other-section .content-wrapper {
     position: relative;
}
 .lang-ja .other-section .tt2-characters {
     position: absolute;
     top: 7px;
     left: 55%;
}
 .lang-ja .other-section .tt2-characters img {
     height: 36px;
     width: auto;
}
 @media (max-width: 1200px) {
     .lang-ja .other-section .tt2-characters {
         display: none;
    }
}
 .lang-ja .other-section .trm-characters {
     position: absolute;
     bottom: -12px;
     right: 5px;
     text-align: right;
     z-index: -1;
}
 .lang-ja .other-section .trm-characters img {
     height: 88px;
     width: auto;
     margin: 0 10px 0 0;
}
 @media (min-width: 1200px) {
     .lang-ja .other-section .trm-characters {
         display: none;
    }
}
 @media (max-width: 1200px) {
     .back-to-top {
         display: none;
         position: fixed;
         bottom: 10px;
         right: 10px;
         z-index: 100;
    }
     .back-to-top span {
         display: block;
         position: relative;
         height: 52px;
         width: 52px;
         background: url("../img/ghost-btn@2x.png") no-repeat;
         -webkit-background-size: 52px 52px;
         -moz-background-size: 52px 52px;
         -o-background-size: 52px 52px;
         background-size: 52px 52px;
    }
}
 .footer {
     background-color: #f44b5c;
}
 .footer-mobile {
     display: none;
}
 .footer .footer-content {
     height: 96px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .footer .footer-warning {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     color: #fff;
     font-size: 15px;
}
 .footer .footer-warning a {
     color: #fff;
}
 .footer .footer-warning img {
     height: 36px;
     margin: 0 25px 0 0;
     width: auto;
}
 .footer .footer-sign {
     height: 26px;
}
 .footer .footer-sign img {
     height: 100%;
     width: auto;
}
 @media (max-width: 991px) {
     .footer {
         position: relative;
    }
     .footer .footer-content {
         height: 50px;
    }
     .footer .footer-warning {
         font-size: 12px;
    }
     .footer .footer-warning img {
         height: 21px;
         margin: 0 10px 0 0;
    }
     .footer .footer-warning span {
         padding-top: 4px;
    }
     .footer .footer-sign {
         height: 18px;
    }
}
 @media (max-width: 767px) {
     .footer .footer-container {
         padding: 0 10px;
    }
}
 .card-content-title-flag {
     margin: 0 5px 0 0;
     line-height: 1;
     display: inline-block;
}
 .card-content-title-flag img {
     height: 15px;
     margin: 0 0 2px;
}
 .card-content-title-flag.card-content-title-flag-mob {
     display: none;
}
 .card-content-logo-wrapper .partner {
     position: relative;
     left: initial;
     top: initial;
     right: initial;
}
 .partner-wrap {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     position: absolute;
     top: -5px;
     right: -5px;
}
 .custom-bg0 .partner-wrap .partner:first-child, .custom-bg1 .partner-wrap .partner:first-child {
     right: -5px;
}
 .custom-bg0 .partner-wrap .partner.bankid, .custom-bg1 .partner-wrap .partner.bankid {
     order: 1;
     right: 0;
}
 .col-section.other-section .card-content-logo-wrapper .partner {
     left: initial;
}
 .col-section.other-section .card-content-logo-wrapper .partner:nth-child(2) {
     left: -5px;
}
 .other-section .partner-wrap {
     right: initial;
     left: -5px;
}
 .lang-sv .footer .footer-content {
     height: 65px;
}
 .lang-sv .footer .footer-warning img {
     height: 30px;
     margin: 0 15px 0 0;
}
 @media (max-width: 991px) {
     .lang-sv .footer {
         display: none;
    }
     .lang-sv .footer.footer-mobile {
         display: block;
    }
     .lang-sv .footer .footer-content {
         width: 100%;
    }
     .lang-sv .footer .footer-sign {
         display: none;
    }
}
 .lang-sv .desktop-rating-wrapper .rating {
     font-size: 14px;
     font-weight: 700;
     color: #fad752;
     margin: 0 0 0 5px;
     padding: 2px 7px 1px;
     border-radius: 24px;
     line-height: 1;
     border: 2px solid #fad752;
}
 .lang-sv .rating-full .desktop-rating-wrapper .rating {
     background-color: #fad752;
     color: #fff;
}
 .lang-sv .col-section.other-section .desktop-rating-wrapper .rating {
     font-size: 14px;
}
 @media (max-width: 1200px) {
     .lang-sv .col-section {
         padding: 20px 0 10px;
    }
     .lang-sv .col-section.other-section .card-content-subtitle {
         padding: 10px 0 15px;
         margin-bottom: 0;
    }
}
 @media (max-width: 991px) {
     .lang-sv .col-section {
         padding: 20px 0 0;
    }
}
 @media (max-width: 420px) {
     .lang-sv .col-section.other-section .card-btn {
         margin: 0 10px 0 0;
    }
     .lang-sv .col-section.other-section .card-btn a {
         font-size: 11px;
         padding: 10px 13px;
    }
}
/*UK language*/
 .lang-uk .main-content-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
     height: 100%;
     min-height: 100vh;
     padding: 0;
     overflow: auto;
}
 .lang-uk .main-content {
     flex: 1 0 auto;
     padding: 85px 0 36px;
}
 @media (max-width: 1200px) {
     .lang-uk .main-content {
         padding: 0;
    }
}
 @media (max-width: 1200px) {
     .lang-uk .col-section {
         padding: 20px 0 0;
    }
}
 .lang-uk .footer-content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex: 0 0 auto;
     align-items: center;
     height: 52px;
     background-color: #f44a5c;
}
 @media (max-width: 1200px) {
     .lang-uk .footer-content {
         background-color: transparent;
    }
}
 .lang-uk .footer-logo-wrapper {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
}
 @media (max-width: 1200px) {
     .lang-uk .footer-logo-wrapper {
         justify-content: center;
    }
}
 .lang-uk .logo-18 {
     display: block;
     height: 18px;
     width: auto;
     margin: 0 10px 0 0;
}
 @media (max-width: 1200px) {
     .lang-uk .logo-18 {
         display: none;
    }
}
 .lang-uk .logo-18-mob {
     display: none;
}
 @media (max-width: 1200px) {
     .lang-uk .logo-18-mob {
         display: block;
         height: 22px;
         width: auto;
         margin: 0 10px 0 0;
    }
}
 .lang-uk .logo-gamble {
     display: block;
     height: 16px;
     width: auto;
}
 @media (max-width: 1200px) {
     .lang-uk .logo-gamble {
         display: none;
    }
}
 .lang-uk .logo-gamble-mob {
     display: none;
}
 @media (max-width: 1200px) {
     .lang-uk .logo-gamble-mob {
         display: block;
         height: 18px;
         width: auto;
    }
}
 .lang-uk .banner-button-up.affix-bottom {
     bottom: 60px;
}
 .lang-uk .custom-bg1 .card-btn {
     flex-direction: column;
}
 @media (min-width: 1200px) {
     .lang-uk .custom-bg1 .main-card-content {
         padding-bottom: 45px;
    }
}
 .lang-uk .casino-table-partner {
     font-family: 'Rubik-Medium';
     font-size: 10px;
     color: #f44b5c;
     text-decoration: underline;
     text-transform: capitalize;
     margin: 5px 0 0;
     padding: 0;
     height: auto;
     width: auto;
     background-color: transparent;
}
 .lang-uk .casino-table-partner:before, .lang-uk .casino-table-partner:after {
     display: none;
}
 .lang-uk .casino-table-partner:hover {
     color: #f44b5c;
}
/*FI language*/
 .lang-fi.sport .header-logo-wrapper img {
     width: auto;
     height: 30px;
}
 .lang-fi .mobile-popup.speedybet .mobile-popup-content {
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     background-image: url(../img/popup-bottom-decoration@2x.png);
}
 .lang-fi .mobile-popup.speedybet .mobile-popup-logo {
     height: 95px;
     margin: 0 0 35px;
}
 @media only screen and (min-width: 1201px) {
     .lang-fi .card-content-title-flag img {
         border: 1px solid #003282;
    }
}
 .lang-de.sport .header-logo-wrapper img {
     width: auto;
     height: 25px;
}
 .lang-en .partner {
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
 .lang-en .partner img {
     max-width: 70%;
     max-height: 70%;
}
 .lang-en .custom-bg0 .card-content-logo-wrapper .partner img {
     max-width: 70%;
     max-height: 70%;
}
 @media (max-width: 1200px) {
     .in-iframe .footer-mobile {
         margin-bottom: 57px;
    }
     .in-iframe .mobile-fixed-btn-wrap.affix-top, .in-iframe .mobile-fixed-btn-wrap {
         position: fixed;
         top: initial;
         bottom: 0;
         margin-bottom: 0;
    }
}
 
 /*========== Desktop First Method ==========*/
/* Large Devices, Wide Screens */
 @media only screen and (max-width: 1200px) {
     .container {
         width: 100%;
         padding-left: 10px;
         padding-right: 10px;
    }
     .col-l, .col-r {
         padding-left: 10px;
         padding-right: 10px;
    }
     .row {
         margin-left: -10px;
         margin-right: -10px;
    }
     .col-section.other-section .col-l {
         max-width: 690px;
         margin: 0 auto;
         float: none;
    }
     .banner-mobile-position {
         text-align: center;
         padding: 10px 0 20px;
    }
     .banner-mobile-position .card-block-banner {
         position: relative;
    }
     .banner-mobile-position .card-block-banner img {
         width: auto;
         max-width: 300px;
         border: 1px solid #000;
    }
     .banner-mobile-position .card-block-banner-text {
         position: absolute;
         color: #fff;
         font-size: 9px;
         left: 3px;
         bottom: 2px;
         text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
         right: 3px;
         text-align: center;
    }
     .banner-mobile-position .card-block-banner-text a {
         color: #fff;
    }
     .card-content-title-flag {
         display: none;
    }
     .card-content-title-flag.card-content-title-flag-mob {
         display: block;
         position: absolute;
         top: 5px;
         left: -4px;
         height: 24px;
    }
     .col-section.other-section .content-logo .card-content-title-flag-mob img {
         transform: none;
         position: static;
         max-height: 100%;
         max-width: 100%;
    }
}
/* Medium Devices, Desktops */
 @media only screen and (max-width: 1200px) {
    /*JAPAN CHARACTERS*/
     .container {
         padding-left: 10px;
         padding-right: 10px;
    }
     .row {
         margin-right: -10px;
         margin-left: -10px;
    }
     .col-l, .col-r {
         padding-left: 10px;
         padding-right: 10px;
    }
     .col-l {
         width: 100%;
    }
     .header-wrapper {
         padding: 20px 0 0;
         justify-content: center;
         flex-wrap: wrap;
         height: auto;
    }
     .header-title {
         font-size: 15px;
    }
     .header-subtitle {
         font-size: 26px;
    }
     .card-content-text-wrapper {
         margin: 0px 0 0 10px;
    }
     .header-main-subtitle {
         font-family: 'sfuitext-regular-webfont';
         font-size: 14px;
         line-height: 1.56;
         padding: 19px 0;
    }
     .card-content-title a {
         font-family: 'Rubik-Medium';
         font-size: 13px;
         color: #3b444a;
         line-height: 1.2;
    }
     .card-content-subtitle {
         font-family: 'Rubik-Regular';
         font-size: 13px;
         color: #777;
         line-height: 1.38;
         padding: 2px 0px 10px 0;
    }
     .main-card-content {
         padding: 0;
    }
     .card-content-mobile {
        /*@include flexbox();
        */
         align-items: center;
    }
     .custom-card-content {
         flex-direction: row;
         padding: 6px 0 0;
    }
     .star-edit .rating {
         height: 19px;
         width: 19px;
    }
     .rating {
         background: none;
         padding: 0;
    }
     .rating span {
         padding: 1px 17px 0 0;
         background: url("../images/star-full-c@2x.png") no-repeat right 3px;
    }
     .card-btn {
         min-width: 142px;
    }
     .card-btn a {
         background: #e2bd4a;
         color: #fff;
         text-transform: uppercase;
         padding: 10px 25px;
    }
     .card-content-logo-wrapper .content-logo {
         width: 100px;
         min-height: 100px;
         height: 100%;
    }
     .card-content-logo-wrapper .content-logo img {
         max-height: 80%;
         max-width: 80%;
    }
     .card-content-logo-wrapper .partner {
         display: none;
    }
     .card-grade-title {
         font-size: 13px;
         text-transform: uppercase;
    }
     .card-block-position-wrapper {
         width: 100%;
    }
     .card-block-position-wrapper:nth-child(odd), .card-block-position-wrapper:nth-child(even) {
         padding: 0 0 10px;
    }
     #other_recomended-casinos .card-block-position-wrapper {
         width: 100%;
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(1) {
        /*@include psevdo-absolute();
        */
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(1) .card-content-logo-wrapper:before {
         top: -14px;
         left: -7px;
         height: 41px;
         width: 28px;
         background-image: url(../images/palce1@2x.png);
         background-repeat: no-repeat;
        /*@include background-size(cover);
        */
         z-index: 2;
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(2) {
        /*@include psevdo-absolute();
        */
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(2) .card-content-logo-wrapper:before {
         top: -14px;
         left: -7px;
         height: 41px;
         width: 28px;
         background-image: url(../images/palce2@2x.png);
         background-repeat: no-repeat;
        /*@include background-size(cover);
        */
         z-index: 2;
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(3) {
        /*@include psevdo-absolute();
        */
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(3) .card-content-logo-wrapper:before {
         top: -14px;
         left: -7px;
         height: 41px;
         width: 28px;
         background-image: url(../images/palce3@2x.png);
         background-repeat: no-repeat;
        /*@include background-size(cover);
        */
         z-index: 2;
    }
     .card-block-header {
         display: none;
    }
     .card-wrapper .card-block-header {
         display: block;
         float: left;
         margin: 23px 0 0px;
         width: 100%;
         font-size: 13px;
         background-color: #f44b5c;
         background-position: center left 7px;
         -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
         -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
         box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
         color: #fff;
         padding: 10px 5px 10px 40px;
        /*@include border-radius(12px);
        */
    }
     .card-wrapper .card-block-header:first-child {
         margin-top: 0;
    }
     .tooltip-block {
         font-size: 14px;
    }
     .main-content-wrapper {
         padding: 0;
    }
     .header-title-wrapper {
         margin: 0;
    }
     .mobile-fixed-btn-casino {
        /*@include psevdo-absolute();
        */
    }
     .mobile-fixed-btn-casino:before {
         top: 5px;
         bottom: 5px;
         left: 100%;
         width: 1px;
         background: #ebebec;
    }
     .mobile-fixed-btn-wrap {
         z-index: 15;
    }
     .card-block-wrapper {
         box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    }
     .card-btn {
         flex-basis: auto;
         min-width: 115px;
    }
     .lang-ja .card-wrapper .card-block-header:first-child {
         margin: 5px 0 12px;
    }
     .lang-ja .card-wrapper .card-block-header:first-child .jp-characters {
         z-index: 2;
    }
     .col-section.other-section .card-block-position-wrapper {
         padding: 10px 0;
    }
     .col-section.other-section .card-content-text-wrapper {
         flex-direction: column;
         padding: 9px 0 0 10px;
         margin: 0;
    }
     .col-section.other-section .card-content-title {
         justify-content: space-between;
        /*@include flexbox;
        */
         align-items: center;
    }
     .col-section.other-section .card-content-title a {
         margin: 0;
         font-size: 14px;
    }
     .col-section.other-section .card-content-subtitle {
         padding: 10px 0 18px;
         line-height: 1.5;
    }
     .col-section.other-section .card-content-logo-wrapper {
        /*@include border-radius(9px);
        */
    }
     .col-section.other-section .card-content-logo-wrapper .content-logo {
         width: 122px;
         min-width: 122px;
    }
     .col-section.other-section .card-btn {
         flex-basis: 142px;
    }
     .col-section.other-section .card-btn a {
         background-color: #e2bd4a;
         padding: 10px 15px;
         text-transform: uppercase;
         color: #fff;
         width: 100%;
    }
     .col-section.other-section .custom-card-content {
         padding: 0;
         justify-content: space-between;
    }
     .col-section.other-section .custom-card-content .partner {
        /*@include flexbox();
        */
         align-items: center;
         justify-content: center;
         width: 38px;
         height: 38px;
        /*@include border-radius(10px);
        */
         border: 1px solid #ccc;
    }
     .col-section.other-section .custom-card-content .partner img {
         height: auto;
         width: auto;
         max-height: 65%;
         max-width: 90%;
    }
     .col-section.other-section .custom-card-content .partner-swish img {
         max-height: 70%;
         max-width: 70%;
    }
     .col-section.other-section .desktop-rating-wrapper {
         display: none;
    }
     .col-section.other-section .rating {
         position: relative;
         z-index: 1;
         font-size: 13px;
         font-family: "Rubik-Bold";
    }
     .col-section.other-section .rating:before {
        /*@include psevdo-absolute();
        */
         top: -6px;
         right: -10px;
         left: -10px;
         bottom: -6px;
        /*@include border-radius(12px 0 0 12px);
        */
         background-color: #f3f3f3;
         z-index: -1;
    }
     .col-section.other-section .rating span {
         position: relative;
         z-index: 2;
         padding: 2px 0 0 18px;
         background-position: center left;
         background-size: 14px 14px;
    }
     .card-wrapper .maybe-hidden {
         display: none;
    }
     #other_recomended-casinos .card-block-position-wrapper:nth-of-type(1) .card-content-logo-wrapper:before, #other_recomended-casinos .card-block-position-wrapper:nth-of-type(2) .card-content-logo-wrapper:before, #other_recomended-casinos .card-block-position-wrapper:nth-of-type(3) .card-content-logo-wrapper:before {
         left: initial;
         right: -7px;
    }
     .partner-wrap-mob {
        /*@include flexbox;
        */
    }
     .partner-wrap-mob .partner {
         margin: 0 4px 0 4px;
    }
     .partner-wrap-mob .partner.bankid {
         order: 1;
    }
     .partner-wrap-mob .partner:last-child {
         margin: 0 4px 0 0;
    }
}
 @media only screen and (max-width: 1200px) and (max-width: 1200px) {
     .lang-ja .card-wrapper .card-block-header {
         margin: 43px 0 12px;
    }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
 @media only screen and (max-width: 480px) {
     .lang-ja .other-section .trm-characters {
         right: -27px;
    }
}
 @media only screen and (max-width: 420px) {
     .col-section.other-section .custom-card-content {
         align-items: center;
    }
     .col-section.other-section .custom-card-content .partner-wrap-mob .partner {
         margin: 0 2px 0 2px;
         width: 32px;
         height: 32px;
    }
     .col-section.other-section .custom-card-content .partner-wrap-mob .partner:last-child {
         margin: 0 2px 0 0;
    }
}
 @media (max-width: 350px) {
     .card-content-logo-wrapper .content-logo {
         width: 60px;
         min-height: 60px;
         height: 100%;
    }
     .card-content-title a {
         font-size: 11px;
    }
}
/* Custom, iPhone Retina */
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
 @media only screen and (min-width: 1200px) {
     #other_recomended-casinos, #other_popular-casinos {
         display: none;
    }
     .col-section.maybe-hidden {
         display: none;
    }
     .mobile-fixed-btn-wrap {
         position: absolute;
         left: 50%;
         -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
         -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
         width: 100%;
         max-width: 460px;
    }
     .card-wrapper .card-block-header {
         display: none;
    }
     .header-wrapper {
         height: 70px;
    }
     .main-content-wrapper {
         padding: 70px 0 36px;
    }
     .card-btn a:after {
         background-color: #e2bd4a;
    }
     .col-section.other-section .card-block-position-wrapper {
         flex-basis: 50%;
    }
     .col-section.other-section .card-block-wrapper {
         padding: 15px 0 15px 15px;
    }
     .col-section.other-section .card-wrapper {
         margin: 0 -10px;
    }
     .col-r {
         width: 300px;
    }
     .col-l {
         width: calc(100% - 300px);
    }
     .custom-bg1 .partner {
         z-index: 10;
    }
     .custom-bg1 .content-logo {
         -webkit-mask-image: unset;
    }
     .custom-bg1 .content-logo:before, .custom-bg1 .content-logo:after {
         display: none;
    }
     .custom-bg1 .card-content-logo-wrapper .content-logo {
         width: 130px;
         height: 100%;
    }
     .custom-bg1 .content-logo-wrapper {
         width: 100%;
         height: 100%;
        /*@include border-radius(9px);
        */
        /*@include flexbox;
        */
         align-items: center;
         justify-content: center;
         overflow: hidden;
         -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    }
     .custom-bg1 .content-logo {
         overflow: visible;
    }
     .custom-bg1 .card-btn {
         position: relative;
    }
     .custom-bg1 .custom-card-content {
         flex-basis: unset;
    }
     .custom-bg1 .card-content-flex {
         margin: 0;
    }
     .custom-bg1 .main-card-content {
         padding: 0;
    }
     .custom-bg0 .partner {
         z-index: 10;
    }
     .custom-bg0 .content-logo {
         -webkit-mask-image: unset;
    }
     .custom-bg0 .content-logo:before, .custom-bg0 .content-logo:after {
         display: none;
    }
     .custom-bg0 .content-logo-wrapper {
         width: 100%;
         height: 100%;
        /*@include border-radius(9px);
         @include flexbox;
        */
         align-items: center;
         justify-content: center;
         overflow: hidden;
         -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    }
     .custom-bg0 .content-logo {
         overflow: visible;
    }
     .col-section.other-section .card-content-helper-se {
         flex: 1;
    }
     .col-section.other-section .custom-card-content {
         padding: 0;
    }
     .col-section.other-section .card-btn {
         width: 100%;
    }
     .col-section.other-section .card-btn a {
         min-width: auto;
         text-transform: uppercase;
         color: #fff;
    }
     .col-section.other-section .main-card-content {
         height: 100%;
    }
     .rating {
         display: none;
    }
     .recomended-section, .popular-section {
        /*@include flexbox;
        */
    }
     .recomended-section .desktop-rating-wrapper, .popular-section .desktop-rating-wrapper {
         align-items: center;
         margin: 0 0 8px;
    }
     .recomended-section .desktop-rating span, .popular-section .desktop-rating span {
         line-height: 0;
    }
     .recomended-section .rating, .popular-section .rating {
         position: static;
         background: transparent;
         font-weight: 700;
         display: block;
    }
     .desktop-rating-wrapper .rating {
         display: block;
         position: relative;
         top: 1px;
         margin: 0 0 0 5px;
    }
     .popular-section .desktop-rating-wrapper {
         margin: 6px 0 0;
    }
     .popular-section .card-content-subtitle {
         line-height: 1.5;
    }
     .card-content-logo-wrapper .card-content-logo-after:before, .card-content-logo-wrapper .card-content-logo-after:after {
         -webkit-transition-delay: unset;
         transition-delay: unset;
    }
     .card-content-logo-wrapper .content-logo:hover .card-bg-arrow {
         transition: 0.15s ease-in-out;
    }
     .partner-wrap-mob {
         display: none;
    }
}
/* Large Devices, Wide Screens */
 @media (min-width: 1201px) {
     .card-btn {
         min-width: 140px;
    }
     .banner-mobile-position {
         display: none;
    }
}
 @media (min-width: 1242px) {
     .container {
         padding-left: 10px;
         padding-right: 10px;
         width: 958px;
    }
     .col-l, .col-r {
         padding-left: 10px;
         padding-right: 10px;
    }
     .row {
         margin-left: -10px;
         margin-right: -10px;
    }
}
 @media (max-width: 1241px) {
     .container {
         width: 100%;
    }
}
/*min-max*/
 @media (min-width: 991px) and (max-width: 1241px) {
     .col-l .custom-card-content {
         flex-direction: column;
         align-items: flex-start;
    }
     .col-l .card-btn {
         margin: 10px 0;
    }
     .col-l .card-content-title {
         margin: 5px 0 0;
    }
     .other-section .col-l .custom-card-content {
         flex-direction: row;
    }
     .other-section .col-l .card-btn {
         margin: 0;
    }
}
 @media (max-width: 360px) {
     .lang-sv .col-section.other-section .card-btn a {
         min-width: auto;
    }
     .col-section.other-section .card-btn {
         min-width: auto;
    }
}
 