@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
    border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
}

input[type=submit],
button {
    cursor: pointer;
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
    border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
}

input[type=submit],
button {
    cursor: pointer;
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    background: #dee1e2;
    min-height: 100vh;
}

.hidden {
    overflow: hidden;
}

.container {
    width: 940px;
    margin: 0 auto;
}

.item.paynplay {
    display: none;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .item.paynplay {
        display: block;
    }
}

.banner {
    padding: 7.5px 0px;
    background: -webkit-linear-gradient(bottom, #BFF2E3, #BFF2E3), #34A3BE;
    background: linear-gradient(0deg, #BFF2E3, #BFF2E3), #34A3BE;
    background: #6BB4B8;
}

@media (max-width: 1400px) {
    .banner {
        padding: 0 0;
    }
}

@media (max-width: 992px) {
    .banner {
        display: none;
    }
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 0 150px;
}

@media (max-width: 1400px) {
    .banner .container {
        min-height: 40px;
        max-height: 655px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0px;
    }
}

.banner-content {
    position: relative;
    display: none;
    z-index: 4;
}

.banner-image {
    position: absolute;
    right: 0;
    -webkit-transform: translate(67%, 0);
    transform: translate(67%, 0);
    /*top: calc(100% - 119px);*/
    z-index: 1;
    top: 24px;
}
.banner-image2{
    position: absolute;
    left: -43px;
    -webkit-transform: translate(70%, 0);
    transform: translate(-70%, 0);
    z-index: 1;
    top: 368px;
}

@media (max-width: 1400px) {
    .banner-image {
        right: auto;
        -webkit-transform: translate(calc(-0% - -0px), calc(-0% - -0px));
        transform: translate(calc(-0% - -0px), calc(-0% - -0px));
        bottom: 0;
    }
}

.banner-title {
    font-size: 36px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin: 0 0 28px;
}

.banner-description {
    margin: 0 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .banner .container {
        padding: 0px;
        height: auto;
        min-height: 15px;
    }

    .cards-list .card:nth-child(1) .card-image::before, .cards-list .card:nth-child(2) .card-image::before,
    .cards-list .card:nth-child(3) .card-image::before{
        width: 24px !important;
    }

    .cards-list .card:nth-child(1) .card-image::before, .cards-list .card:nth-child(2) .card-image::before,
    .cards-list .card:nth-child(3) .card-image::before{
        top: 0 !important;
    }
}

.cards {
    padding: 55px 0 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 1400px){
    .banner-image {
        margin-top: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        text-align: center;
        display: block;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-transform: translate(0px, 65px);
        transform: translate(0px, 65px);
    }

    .banner-image2{
        display: none;
    }

    .banner-image img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .cards-list {
        padding: 0px 14px;
    }

    .banner-image{
        margin-top: -35px;
        top: 5px;
    }
}

.cards-list .card:nth-child(1) .card-image, .cards-list .card:nth-child(2) .card-image,
.cards-list .card:nth-child(3) .card-image {
    position: relative;
}

.cards-list .card:nth-child(1) .card-image::before, .cards-list .card:nth-child(2) .card-image::before,
.cards-list .card:nth-child(3) .card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 28px;
    height: 46px;
    z-index: 3;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(calc(-0% - -12px), calc(-0% - 5px));
    transform: translate(calc(-0% - -12px), calc(-0% - 5px));
}

@media (max-width: 430px) {
    .cards-list .card:nth-child(1) .card-image::before, .cards-list .card:nth-child(2) .card-image::before,
    .cards-list .card:nth-child(3) .card-image::before {
        -webkit-transform: translate(calc(-0% - -12px), calc(-0% - 5px));
        transform: translate(calc(-0% - -12px), calc(-0% - 5px));
    }
}

.cards-list .card:nth-child(1) .card-image::before {
    background-image: url("../images/1st_Gold.svg");
}

.cards-list .card:nth-child(2) .card-image::before {
    background-image: url("../images/2nd_Silver.svg");
}

.cards-list .card:nth-child(3) .card-image::before {
    background-image: url("../images/3rd_Bronze.svg");
}

.cards-title {
    margin: 0 0 14px;
    text-align: left;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
.cards-title.popular {
    margin: 33px 0 20px;
}

#category-popular .cards-list {
    margin-top: 15px;
}

@media (max-width: 1400px) {
    .cards {
        padding: 125px 0px 0 0px;
    }
}

@media (min-width: 990px) {
    .cards-title {
        margin: 0 0 14px;
    }

    .cards-title.popular {
        margin: 50px 0 20px;
    }

    #category-popular .cards-title {
        margin-bottom: 14px;
    }
}

@media (max-width: 992px) {
    .cards {
        padding: 25px 0 0;
    }
}

#category-recommended .flag {
    top: 40px;
}

.card, .card-inner {
    display: -webkit-box;
    min-height: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    margin: 0 0 15px;
    border-radius: 3px;
    position: relative;
}
.card-footer_show .banner-image2 {
    top: 240px;
}
.card-footer_show .card, .card-footer_show .card-inner {
    margin: 0 0 40px;
}
@media (max-width: 991px) {
    .card-footer_show .card, .card-footer_show .card-inner {
        margin: 0 -15px 40px;
    }
}
.card-footer {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #ababab;
    padding: 0 0 0 10px;
}
.card-footer a {
    color: inherit;
}
.cards-list .badge_new.card::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url('../images/badges/L_NEW.svg');
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.cards-list .badge_nytt.card::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url('../images/badges/L_NYTT.svg');
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.cards-list .badge_nyt.card::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url('../images/badges/L_NYT.svg');
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.cards-list .badge_uusi.card::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url('../images/badges/L_UUSI.svg');
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.card-image {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 3px 0px 0px 3px;
    position: relative;

}

.card-image img {
    max-height: 90px;
    height: 50%;
    max-width: 72%;
    display: block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flag, .tax-free {
    position: absolute;
    top: 10px;
    left: -4px;
}

.tax-free {
    left: 37px;
}

.flag img, .tax-free img {
    max-width: 36px;
    max-height: unset;
    height: unset;
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: static;
    top: unset;
    left: unset;
    transform: unset;
}

.tax-free img {
    max-width: 24px;
}

.card-content {
    padding: 15px 25px 17px 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


@media screen and (max-width: 991px) {
    .card-content .card-button {
        display: none;
    }
}
.card-info-list {
    min-width: 180px;
    margin: 0 0 0;
}

.card-info-list li {
    font-size: 14px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
}
.card-info-list li:last-child {
    margin: 0;
}
#category-popular .card-image::before{
    display: none;
}
#category-popular .card-rating{
    display: none;
}
.card-info-list li:before {
    content: "";
    margin: 0 8px 0 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ok_mark.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.card-info-list li:last-of-type {
    margin: 0;
}

.card-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 8px 0;
}

.star-full {
    max-width: 106px;
}

.star-full img {
    max-width: initial;
    display: block;
    width: 106px;
}

.card-title {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.card-title:hover{
    color: #FCBD2B;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    text-shadow: #000 1px 1px 0, #000 -1px -1px 0,
    #000 -1px 1px 0, #000 1px -1px 0;
}
.card.popular .card-title{
    margin: 0 0 10px 0;
}
.card-button {
    margin: 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.games-list__item-link,
.card-button a {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.card-button .btn, .games-list__item-link {
    background: #5ad037;
    border-radius: 3px;
    display: block;
    min-width: 230px;
    min-height: 54px;
    text-transform: uppercase;
    line-height: 54px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-family: "Poppins", sans-serif;
    width: 100%;
    text-align: center;
    box-shadow: none;
}
.games-list__item-link:hover,
.card-button .btn:hover {
    background: #42bf1d !important;
    box-shadow: 0 4px 12px rgba(90, 208, 55, 0.25) !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.card-payments {
    margin: 14px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.card-payments li {
    margin: 0px 1px;
    padding: 0px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payments-image {
    max-width: 60px;
}

.payments-image img {
    max-width: 100%;
    display: block;
    height: 20px;
    border-radius: 2px;
}

@media (min-width: 992px) {
    .card-button.card-button-mobile {
        display: none;
    }
    .star-full {
        max-width: 90px;
    }

    .star-full img {
        width: 106px;
    }
}
.mobile{
    display: none;
}
.footer .copyright-text br, .footer .copyright-text span, .footer .copyright-text a{
    display: none;
}
.footer .f_right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
.footer .f_right .footer-logo {
    width: 57px;
    margin-right: 20px;
}
.footer .f_right img {
    max-width: 144px;
    max-height: 38px;
    width: 100%;
}
@media (max-width: 991px) {
    .desctop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .card-rating{
        margin: 0px 0px 10px 0px;
    }
    .card, .card-inner {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px 15px;
        border-radius: 3px;
    }
    .card-inner {
        padding: 15px 15px 0;
    }
    .card-footer {
        bottom: -25px;
    }
    .card-image {
        width: 33%;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 3px;
    }
    .card-content {
        width: 67%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 140px;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 10px 0 10px 10px !important;
        word-break: break-word;
    }
    .card-content, .card.popular .card-content{
        padding: 15px 15px 0px 15px;
    }
    .card-button {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }
    .card-title{
        margin: 0px 0px 10px 0px;
    }
    .games-list__item-link,
    .card-button .btn {
        font-size: 14px;
        width: 100%;
        min-height: 54px;
    }
    .cards-list .card:nth-child(1) .card-image::before, .cards-list .card:nth-child(2) .card-image::before, .cards-list .card:nth-child(3) .card-image::before{
        -webkit-transform: translate(calc(-0% - -7px), calc(-0% - 5px));
        transform: translate(calc(-0% - -7px), calc(-0% - 5px));
    }
    .card-payments{
        margin: 15px 0 0 0;
    }
    .cards-title {
        font-size: 21px;
        position: relative;
        padding-left: 40px;
    }
    .card-info-list li{
        align-items: flex-start;
        font-size: 13px;
    }
    .footer .copyright{
        height: auto !important;
    }
    .footer .copyright>div:first-child{
        margin-bottom: 0px !important;
        text-align: left;
    }
    .footer{
        padding: 10px 0px 10px 0px;
        height: auto !important;
    }
    .banner-image2{
        display: none;
    }
    .footer .copyright{
        height: auto;
    }
    .footer img{
        display: block;
    }
    .footer .copyright-text br, .footer .copyright-text span, .footer .copyright-text a{
        display: inline-block;
    }
    .footer .f_right .footer-logo {
        width: 48px;
        margin-right: 0px;
    }
    .footer .f_right a:not(.footer-logo) {
        display: none;
    }
}

.card-block-instance .cards-title {
    position: relative;
    padding-left: 42px;
}

.card-block-instance .cards-title img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    transform: translateY(-50%);
}

@media (max-width: 990px) {
    .lang-de .card-block-instance .cards-title, .lang-da .card-block-instance .cards-title,
    .lang-nl .card-block-instance .cards-title, .lang-sv .card-block-instance .cards-title    {
        max-width: 345px;
    }

    #category-popular .cards-title {
        max-width: 100%;
    }

}

#category-popular .cards-title img {
    top: 50%;
    transform: translateY(-50%);
}


@media (min-width: 900px) {
    #category-popular .cards-title img {
        top: -6px;
        transform: translateY(0);
    }
}

section[class] + footer{
    margin-top: 66px;
}

@media screen and (max-width:990px) {
    section[class] + footer{
        margin-top: 33px;
    }
}

@media (min-width: 900px) {
    .card-block-instance .cards-title img {
        top: -15px;
        transform: translateY(0);
    }
}

.footer {
    margin: auto 0 0 0;
    background: #0F313E;
}

.footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .copyright .f_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .copyright .f_right img{
    display: block;
}
.footer .copyright-icon {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 47%;
    max-width: 47%;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.footer .copyright-text {
    font-size: 14px;
    line-height: 1.71;
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}

.footer .hide-mob{
    display: none!important;
}

.footer__greek {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__greek-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    max-width: 62px;
    max-height: 62px;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center center;
        object-fit: contain;
    }
}

.footer__greek-description {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}

.greek-copyright {
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    background-color: #082627;
    color: #fff;
    text-align: center;
}

@media (min-width: 767px) {
    .footer__greek-logo {
        max-width: 131px;
    }

    .footer__greek-description {
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width: 991px) {
    .footer__greek {
        align-self: flex-start;
        gap: 46px;
    }

    .footer__greek-description {
        font-size: 18px;
    }

    .greek-copyright {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .footer .hide-mob{
        display: inline-block!important;
        margin-left: -3px;}.footer .hide-mob:last-child {     margin: 0; }
}

.lang-da .card-button .btn {
    letter-spacing: 0.1em;
}

.banner-image {
    right: -40px;
}

.cards {
    padding: 33px 0 0;
}

.card-desc {
    font-family: 'Overpass', sans-serif;
    line-height: 1.4;
    color: #000;
}

.card-block-instance {
    margin: 0;
}

.card-content {
    padding: 25px 25px 17px 25px;
}

.card-rating {
    margin: -5px 0 15px 0;
}

.card-title {
    margin-bottom: 15px;
}

.cards-title img {
    top: -16px;
}

.card {
    margin: 0;
    display: block;
    min-height: unset;
    background: transparent;
    border: none;
    border-radius: 0;
}

.card:not(:last-child) {
    margin-bottom: 15px;
}

.card-inner {
    margin: 0;
}

.card-button.card-button-mobile a {
    margin: 0;
    width: 100%;
    align-self: stretch;
    min-width: 100%;
    min-height: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.cards-list {
    padding-left: 0;
    padding-right: 0;
}

.card-footer {
    margin: 10px 0 0 0;
    position: static;
    padding-left: 0;
    color: #999;
}

.card-footer a {
    margin-right: 4px;
    font-family: 'Overpass', sans-serif”;
}

a {
    text-decoration: none;
}

.footer {
    padding: 40px 0 0;
    background-color: #0f4f52;
}

.footer .container {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer .f_right {
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.footer .copyright-icon {
    margin: 0;
}

.footer .f_right .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 47%;
    max-width: 47%;
    /*min-width: 174px;*/
    /*max-width: 174px;*/
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.footer-bottom-link {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

@media screen and (min-width: 992px){
    .footer-bottom-link {
        flex-direction: row;
        gap: 30px;
    }
}

.footer-bottom-link a {
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    color: #fff;
}

.footer-bottom-link a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (min-width: 645px) {
    .games-list__item-link,
    .card-button a {
        margin: 0;
        width: auto;
        align-self: center;
        min-width: 230px;
        min-height: 54px;
        height: 54px;
        line-height: 54px;
    }
}

section[class] + section[class]:not(.cards){
    margin-top: 33px;
}

@media (min-width: 991px) {
    section[class] + section[class]:not(.cards) {
        margin-top: 66px;
    }


    .cards {
        padding: 66px 0 0;
    }

    .cards-title img {
        top: -10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .f_right .footer-logo {
        margin: 0;
        max-width: 200px;
    }

    .footer .f_right {
        margin: 0;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .footer .f_right .footer-logo, .footer .copyright-icon {
        flex-shrink: 0;
        min-width: 138px;
        max-width: 138px;
        min-height: 46px;
        max-height: 46px;
    }

    .footer .f_right .footer-logo img {
        max-width: 112px;
        max-height: 30px;
        object-fit: contain;
    }

    .footer-bottom-link {
        margin: 0 0 0 auto;
        padding-bottom: 0;
    }
}

.content {
    padding: 30px 0;
    font-family: 'Overpass', sans-serif;
    line-height: 1.6;
}

.content h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
}

.content h1 {
    font-size: clamp(26px, 5vw, 34px);
}

.content h2 {
    font-size: clamp(22px, 4vw, 30px);
}

.content h3 {
    font-size: clamp(20px, 3.5vw, 28px);
}

.content h1:not(:first-child), .content h2:not(:first-child) {
    margin-top: 1.5em;
}

.content h1, .content h2 {
    margin-bottom: 0.5em;
}

.content ul, .content ol {
    margin-left: 30px;
}

.content ul {
    list-style: lower-latin;
}

.content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.content p, .content ul {
    margin-top: 0;
    margin-bottom: 1em;
}

.content > *:last-child, .content h1 + *:last-child, .content h2 + *:last-child {
    margin-bottom: 0;
}

.content > *:first-child, .content h1 + *:first-child, .content h2 + *:first-child, .content p + *:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.responsible-gaming-intro {
    max-width: 830px;
}

.rg-list {
    margin-top: 32px;
}

.rg-list .rg-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.rg-list__item {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    position: relative;
}

.rg-list__item-left {
    width: 100%;
}

.rg-list__item-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.rg-list__item-img {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A1F2C;
    margin: 0 auto;
}

.rg-list__item-img img {
    width: 100%;
    max-width: 106px;
    height: auto;
    display: block;
}

.rg-list .rg-list__item:nth-child(6) .rg-list__item-img img  {
    max-width: 75px;
}

.rg-list__item-title {
    text-align: center;
    font-size: 24px;
}

.rg-list__item-right h2,
.rg-list__item-right h3,
.rg-list__item-right h4,
.rg-list__item-right h5,
.rg-list__item-right h6,
.rg-list__item-right p {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .rg-list {
        margin-top: 0;
    }

    .rg-list__item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .rg-list__item-left {
        width: 134px;
    }

    .rg-list__item-right {
        width: calc(100% - 134px);
        padding-left: 36px;
        margin-top: 0;
    }

    .rg-list__item-title {
        text-align: left;
    }

    .rg-list .rg-list__item:first-child {
        border-top: none;
    }
}

.banner.active {
    padding: 0;
    background-color: transparent;
}

@media (min-width: 992px) {
    .banner.active {
        display: none;
    }
}

@media (min-width: 1400px) {
    .banner.active {
        display: block;
    }
}

.main-gaming {
    padding: 0 0 33px 0;
}

.main-gaming h1, .main-gaming h2, .main-gaming h3, .main-gaming h4, .main-gaming h5, .main-gaming h6 {
    font-size: 21px;
}

.main-gaming h1:not(:first-child), .main-gaming h2:not(:first-child), .main-gaming h3:not(:first-child),
.main-gaming h4:not(:first-child), .main-gaming h5:not(:first-child), .main-gaming h6:not(:first-child) {
    margin-top: 28px;
}

.main-gaming .rg-list__item:last-child {
    padding-bottom: 0;
}

.main-gaming p, .main-gaming ul li, .main-gaming ol li {
    font-size: 14px;
}

.main-gaming .rg-list__item-title {
    font-size: 16px;
}

@media (min-width: 991px) {
    .main-gaming {
        margin: -18px 0 0 0;
        padding: 0 0 66px 0;
    }

    .main-gaming h1, .main-gaming h2, .main-gaming h3, .main-gaming h4, .main-gaming h5, .main-gaming h6 {
        font-size: 22px;
    }

    .main-gaming h1:not(:first-child), .main-gaming h2:not(:first-child), .main-gaming h3:not(:first-child),
    .main-gaming h4:not(:first-child), .main-gaming h5:not(:first-child), .main-gaming h6:not(:first-child) {
        margin-top: 46px;
    }
}

.header {
    padding: 12px 0;
    background-color: #f0b318;
}

.header__left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header__responsible-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.header__responsible-logo img {
    min-height: 56px;
    min-width: 56px;
    max-height: 56px;
    max-width: 56px;
}

.header__left-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.header__left-description {
    margin: 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.header__left-title p, .header__left-description p {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: 1.25;
}

.header__left-title p {
    font-family: "Poppins", sans-serif;
}

.header__left-description p {
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header__right {
    margin: 12px 0 0 0;
}

@media (min-width: 992px) {
    .header {
        padding: 16px 0;
    }

    .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__left-title {
        font-size: 20px;
    }

    .header__left-description {
        font-size: 16px;
    }

    .header__right {
        margin: 0;
    }
}

.logos {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.logos__item {
    max-width: 100%;
    width: 50%;
}

.logos__item-link {
    padding: 6px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    max-width: 100%;
    min-width: 100%;
    min-height: 52px;
    max-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.logos__item-link img {
    display: block;
    max-width: 100px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
    .logos {
        gap: 16px;
    }

    .logs__item {
        max-width: unset;
        width: unset;
    }

    .logos__item-link {
        padding: 10px 24px;
        max-width: 150px;
        min-width: 150px;
        min-height: 52px;
        max-height: 52px;
    }
}

.under {
    padding: 40px 0;
}

.under__container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.under__inner {
    padding: 40px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.under__description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.25;
    color: #000;
    text-align: center;
}

.under__description p {
    margin: 0;
}

.brands {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    width: 100%;
    list-style: none;
}

.brands__item {
    width: calc(50% - 5px);
}

.brands__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all ease .3s;
}

.brands__item-link:hover {
    opacity: 0.8;
}

.brands__item-link img {
    display: block;
    max-width: 100px;
    max-height: 32px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

#illow-banner-widget {
    z-index: 200 !important;
}

#CybotCookiebotDialog {
    z-index: 300 !important;
}

.cky-btn-revisit-wrapper, .cky-consent-container {
    z-index: 350 !important;
}

#cookiescript_badge, #cookiescript_injected_wrapper {
    z-index: 300 !important;
}

@media (min-width: 700px) {
    .brands__item {
        width: 100%;
    }

    #illow-banner-widget {
        z-index: 10000 !important;
    }

    #CybotCookiebotDialog {
        z-index: 300 !important;
    }

    .cky-btn-revisit-wrapper, .cky-consent-container {
        z-index: 350 !important;
    }

    #cookiescript_badge, #cookiescript_injected_wrapper {
        z-index: 300 !important;
    }
}

[lang="se"] .footer-logo:nth-child(2n) img {
    max-width: 144px;
    max-height: 54px;
}

@media (min-width: 700px) {
    [lang="se"] .footer-logo:nth-child(2n) img {
        max-width: 130px;
        max-height: 44px;
    }
}

[lang="uk"] .footer-logo img {
    max-height: 40px;
}

@media (min-width: 700px) {
    [lang="uk"] .footer-logo img {
        max-height: 32px;
    }
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.main-title {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    color: #000;
}

.faq__title {
    position: relative;
    margin: 0 0 22px 0;
    padding-left: 44px;
}
.faq__title:before {
    content: url("../images/faq-icon.svg");
    display: block;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
}

@media (min-width: 780px) {
    .faq__title:before {
        top: 60%;
    }
}

.accordion__item {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #c9c9c9;
}

.accordion__item:first-child {
    border-top: 1px solid #c9c9c9;
}

.accordion__details {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: left;
    outline: none;
    border: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    user-select: none;

    &:before {
        content: "+";
        position: absolute;
        font-size: 30px;
        top: 50%;
        right: 0;
        display: block;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
    }
}

.accordion__details[open] {
    padding-bottom: 12px;

    &:before {
        content: "-";
    }

    & + .accordion__content {
        grid-template-rows: 1fr;
    }
}

.accordion__summary {
    list-style: none;
}

.accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    font-family: "Overpass", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    transition: all ease .3s;

    p:not(:last-child) {
        margin-bottom: 5px;
    }
}

.accordion__body {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .accordion__item {
        padding: 0 0 20px 0;
    }
}

.games__title {
    position: relative;
    padding-left: 46px;
    margin: 0 0 22px 0;
}
.games__title:before {
    content: url("../images/compressed-icon.svg");
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
}

.games__description {
  margin: 14px 0 32px 0;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.games__description p:not(:last-child) {
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
    .games__title {
        margin: 0 0 22px 0;
    }
}

.games-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 120px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.games-list__item:last-child {
    display: none;
}

.games-list__item:not(:last-child) {
    margin-bottom: 15px;
}

.games-list__item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 120px;
    min-width: 34%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
}
.games-list__item-logo img {
    display: block;
    max-width: 100px;
    max-height: 78px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}
.games-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    width: 66%;
}
.games-list__item-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.01;
    color: #000;
}

.games-list__item-title a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

.games-list__item-title:hover {
    color: #fcbd2b;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0;
}

.games-list__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-width: unset;
    min-height: 45px;
    height: 45px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    border-bottom: 3px solid #18891d;
}

.games-list__item-footer {
    margin: 10px 0 0 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #999;
}

.games-list__item-footer a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

@media (min-width: 640px) {
    .games-list__item-link {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .games-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
    .games-list__item {
        width: calc(50% - 10px);
    }
    .games-list__item:not(:last-child) {
        margin-bottom: 0;
    }
    .games-list__item-inner {
        padding: 0 32px;
    }

    .games-list__item-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 40%;
    }
    .games-list__item-logo img {
        max-width: 140px;
        max-height: 80px;
    }
}

@media (min-width: 800px) {
    .games-list__item:last-child {
        display: block;
    }
}

.responsible-gaming__content h2 {
    position: relative;
    margin: 0;
    padding-left: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    color: #000;
}
.responsible-gaming__content h2:before {
    content: url("../images/responsible-icon1.svg");
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.responsible-gaming__content p {
    margin: 14px 0 32px 0;
    font-family: "Overpass", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.responsible-gaming__content h3 {
    margin: 32px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.responsible-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    gap: 20px;
    border-radius: 3px;
}
.responsible-list__item:not(:last-child) {
    margin-bottom: 24px;
}
.responsible-list__item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 176px;
    max-width: 176px;
    min-height: 70px;
    max-height: 70px;
    border: 1px solid #d0d0d0;
}
.responsible-list__item-logo img {
    display: block;
    max-width: 117px;
    max-height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.responsible-list__item-description {
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.responsible-list__item-description a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.responsible-list__item-description a:hover {
  text-decoration: none;
}

.responsible-list__item-description p:not(:last-child) {
    margin-bottom: 5px;
}
.responsible-list__item-bottom {
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.responsible-list__item-bottom a {
    color: inherit;
    text-decoration: underline;
}

.responsible-list__item-bottom a:hover {
    font-weight: 600;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .responsible-list__item {
        padding: 24px 88px 24px 24px;
        gap: 20px;
    }
    .responsible-list__item-description, .responsible-list__item-bottom {
        margin: 0;
    }
}

.gambling {
    padding: 33px 0 0 0;
}

.gambling__title, .gambling__description {
    max-width: 788px;
}

.gambling__title {
    padding-left: 40px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
}

.gambling__title::after {
    content: url("../images/Trophy.svg");
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.gambling__description {
    margin: 20px 0 22px 0;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.casino {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.casino__image {
    position: relative;
    width: 100%;
    min-height: 213px;
    max-height: 213px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.casino__image::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.casino__image img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
}

.casino__title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
}

.casino__content {
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.casino__link {
    margin: auto 0 0 0;
    background: #5ad037;
    border-radius: 3px;
    display: block;
    min-height: 54px;
    text-transform: uppercase;
    line-height: 54px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-family: "Poppins", sans-serif;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    border-bottom: 3px solid #18891d;
    box-shadow: none;
}

@media (any-hover: hover) {
    .casino__link:hover {
        background: #42bf1d;
    }
}

.options-list {
    margin-left: 16px;
    margin-bottom: 16px;
}

.options-list__item {
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    color: #000;
}

.options-list__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("../images/ok_mark.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.options-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.desktop-slider .swiper-wrapper {
    flex-direction: column !important;
    gap: 15px !important;
}

.swiper__buttons {
    display: none;
}

.gambling__recent-title {
    margin-top: 0 !important;
    position: relative;
    padding-left: 40px;
}

.gambling__recent-title img {
    position: absolute;
    top: 6px;
    left: 0;
}

#gambling-page .footer {
    margin-top: 33px;
}

.mobile-slider {
    padding-bottom: 40px;
}

.mobile-slider .card-inner {
    display: none;
}

.mobile-slider__wrapper {
    flex-direction: row !important;
    gap: 0 !important;
}

.mobile-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.card-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 120px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.card-mobile__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    width: 34%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
}

.card-mobile__image img {
    display: block;
    max-width: 100px;
    max-height: 78px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-mobile__inner {
    display: flex;
    align-items: center;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    width: 66%;
}

.card-mobile__title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.01;
    color: #000;
}

.card-mobile__description {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: center;
}

@media (min-width: 510px) {
    .gambling__title::after {
        top: -4px;
    }
}

@media (min-width: 520px) {
    .gambling__recent-title img {
        top: -6px;
    }
}

@media (min-width: 545px) {
    .mobile-slider {
        padding-bottom: 0;
    }

    .mobile-slider .card-inner {
        display: flex;
    }

    .mobile-slider__wrapper {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .mobile-slider .swiper-pagination-bullet {
        display: none;
    }

    .card-mobile {
        display: none;
    }
}

@media (min-width: 900px) {
    .gambling {
        padding: 66px 0 0 0;
    }

    #gambling-page .footer {
        margin-top: 66px;
    }
}

@media (min-width: 1024px) {
    .gambling__main {
        display: flex;
        flex-direction: column;
    }

    .gambling__main .recent {
        order: 1;
    }

    .gambling__main .faq {
        order: 2;
    }

    .gambling__main .gambling {
        order: 3;
    }

    .gambling__main .responsible-gaming {
        order: 4;
    }

    .desktop-slider .swiper-wrapper {
        flex-direction: row !important;
        gap: 0 !important;
    }

    .desktop-slider .swiper-slide {
        height: auto;
    }

    .swiper__buttons {
        display: block;
    }

    .slider__inner {
        position: relative;
    }

    .swiper-button-prev {
        left: -35px;
    }

    .swiper-button-next {
        right: -35px;
    }

    .swiper-button-next, .swiper-button-prev {
        max-width: 10px;
        max-height: 15px;
        background-color: transparent;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        display: none;
    }
}

html[lang="gr"] {
    font-weight: 400;
    font-family: 'Manrope', sans-serif;

    .options-list__item {
        font-weight: 300;
        font-family: 'Manrope', sans-serif;
    }

    body, .card-desc, .card-info-list li, .accordion__item-content, .card-footer, .card-footer a, .games__description,
    .games-list__item-footer, .responsible-gaming__content p, .responsible-list__item-description, .footer-bottom-link a,
    .gambling__description {
        font-weight: 400;
        font-family: 'Manrope', sans-serif;
    }

    .header__left-title p, .casino__link {
        font-weight: 800;
        font-family: 'Lato', sans-serif;
    }

    .header__left-description {
        font-weight: 500;
        font-family: 'Lato', sans-serif;

        p {
            font-weight: inherit;
            font-family: inherit;
        }
    }

    .responsible-gaming__content h3, .casino__title {
        font-weight: 600;
        font-family: 'Lato', sans-serif;
    }

    .cards-title, .main-title, .card-title, .card-button .btn, .games-list__item-link, .accordion__item-trigger,
    .games-list__item-title, .responsible-gaming__content h2, .gambling__title {
        font-weight: 700;
        font-family: 'Lato', sans-serif;
    }
}
