@import url('https:/fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
@import url('https:/fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat",Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #e0edfa;
    min-height: 100vh;
    overflow-x: hidden;
}

.main {
    flex-grow: 1;
}

a {
    text-decoration: none;
    color: #000000;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.hidden {
    overflow: hidden;
}

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

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

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

.bg {
    position: relative;
    padding: 0;
}

.bg-l, .bg-r {
    position: absolute;
    top: 0;
    z-index: 3;
}

@media (max-width: 2500px) {
    .bg-l {
        left: -350px;
        top: 100px;
    }

    .bg-r {
        right: -350px;
        top: 100px;
    }
}

@media (min-width: 2500px) {
    .bg-l {
        left: -350px;
        top: 100px;
    }

    .bg-r {
        right: -350px;
        top: 100px;
    }
}

@media (max-width: 1920px) {
    .bg-l {
        left: -300px;
        top: 100px;
    }

    .bg-r {
        right: -300px;
        top: 100px;
    }
}

@media (max-width: 1500px) {
    .bg-l {
        left: -235px;
    }

    .bg-r {
        right: -235px;
    }
}

@media (max-width: 1400px) {
    .bg-l, .bg-r {
        max-width: 150px;
    }

    .bg-l {
        left: -160px;
    }

    .bg-r {
        right: -160px;
    }
}

@media (max-width: 1280px) {
    .bg-l, .bg-r {
        display: none;
    }
}

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

.star-full img {
    display: block;
}

.recent .card-list.top .card-item .list {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .card-rating {
        margin: 10px 0;
    }
}

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

.star-full img {
    max-width: 100%;
}

.hero {
    background: #E0EDFA;
    padding: 60px 0 0 0;
}

.hero .title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    color: #132A53;
}

.hero .text-block {
    margin: 0;
}

.hero .hero-text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #132a53;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background-color: #eb6671;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #90000c;
    border-radius: 6px;
    transition: 0.15s;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.button:hover {
    background-color: #eb525e;
}

.recent {
    background: #E0EDFA;
}

.swiper__buttons {
    display: none;
}

.slider__inner {
    margin: 20px 0 0 0;
}

@media (max-width: 1024px) {
    .swiper-wrapper {
        display: flex;
        flex-direction: column !important;
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .slider__inner {
        position: relative;
    }

    .swiper-wrapper {
        padding-bottom: 4px;
    }

    .card__link {
        margin: auto 0 0 0;
    }

    .swiper__buttons {
        display: block;
    }

    .swiper-button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 35px;
        max-width: 35px;
        min-height: 35px;
        max-height: 35px;
        aspect-ratio: 1;
        background-color: transparent;
        border: 1px solid #eb6671;
        border-radius: 50%;
    }

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

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

    .swiper-button svg {
        transform: scale(0.505);
    }

    .swiper-button::after {
        display: none;
    }
}

@media (min-width: 1147px) {
    .swiper-button-prev {
        left: -35px;
    }

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

.swiper-slide {
    height: auto !important;
}

.card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #abb0ba;
}

.card__top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    max-height: 140px;
    overflow: hidden;
}

.card__top::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: #353942;
}

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

.card__title--mobile {
    padding: 16px 2px;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}

.card__title--desktop {
    display: none;
}

.card__main {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.options-list__item {
    position: relative;
    padding-left: 22px;
    font-weight: 500;
    font-size: 13px;
    color: #132A53;
}

.options-list__item::before {
    content: url("../images/checkmark.svg");
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}

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

.card__link {
    font-size: 14px;
    min-height: 50px;
}

.recent .list-wrapper .list, .mobile-slider .list-wrapper .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.recent .card-list, .mobile-slider .card-list {
    margin: 20px 0 0 0;
}

.recent .card-item, .recent .card-item-inner, .mobile-slider .card-item, .mobile-slider .card-item-inner {
    -webkit-box-shadow: 0 3px 0 0 #abb0ba;
    box-shadow: 0 3px 0 0 #abb0ba;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 24px 0 0;
    background: #ffffff;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.card-footer_show .recent .card-item, .card-footer_show .recent .card-item-inner {
    margin: 0 0 40px;
}

.recent .card-item:last-child {
    margin-bottom: 0;
}

.recent .badge_new.card-item::before {
    background-image: url('../images/badges/L_NEW.svg');
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.recent .badge_nytt.card-item::before {
    background-image: url('../images/badges/L_NYTT.svg');
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.recent .badge_nyt.card-item::before {
    background-image: url('../images/badges/L_NYT.svg');
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.recent .badge_uusi.card-item::before {
    background-image: url('../images/badges/L_UUSI.svg');
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    width: 89.53px;
    height: 91px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.recent .card-item .card-footer, .mobile-slider .card-item .card-footer {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #ababab;
    padding: 0 0 0 10px;
}

.recent .card-item .card-footer a, .mobile-slider .card-item .card-footer a {
    color: inherit;
}

@media only screen and (max-width: 991px) {
    .recent .card-item, .recent .card-item-inner, .mobile-slider .card-item, .mobile-slider .card-item-inner {
        padding: 20px 15px;
        margin: 0 0 20px 0;
        position: relative;
        flex-wrap: wrap;
    }

    .card-footer_show .recent .card-item, .card-footer_show .card-item-inner {
        margin: 0 0 40px;
    }

    .card-footer_show .recent .card-item .card-footer, .card-footer_show .mobile-slider .card-item .card-footer {
        bottom: -30px;
    }
}

@media (max-width: 374px) {
    .recent .card-item, .recent .card-item-inner, .mobile-slider .card-item, .mobile-slider .card-item-inner {
        padding: 36px 0 36px 0;
    }
}

.recent .card-item .list-title, .mobile-slider .card-item .list-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #132A53;
    margin: 0 0 5px 0;
    line-height: 11px;
    display: inherit;
    text-decoration: none;
    transition: 0.1s ease;
}

.recent .card-item .list-title:hover, .mobile-slider. .card-item .list-title:hover {
    color: #EB525E;
    transition: 0.1s ease;
}

.recent .card-item .list, .mobile-slider .card-item .list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 0;
}

@media only screen and (max-width: 991px) {
    .recent .card-item .list, .mobile-slider .card-item .list {
        margin: 15px 0 0 0;
    }
}

.recent .card-item .list .item, .mobile-slider .card-item .list .item {
    display: flex;
    margin: 0 0 12px 0;
    line-height: 10px;
}

.recent .card-item .list .item:last-child, .mobile-slider .card-item .list .item:last-child {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .recent .card-item .list .item, .mobile-slider .card-item .list .item {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 170px;
    }
}

.recent .card-item .list .item .image, .recent .card-item .list .item .title, .mobile-slider .card-item .list .item .image, .mobile-slider .card-item .list .item .title {
    display: inline-block;
    vertical-align: middle;
}

.recent .card-item .list .item .image, .mobile-slider .card-item .list .item .image {
    margin: 0;
    width: 14px;
    min-width: 14px;
    height: 14px;
}

.recent .card-item .list .item .title, .mobile-slider .card-item .list .item .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #132A53;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
}

.recent .card-item .card-ranking, .mobile-slider .card-item .card-ranking {
    width: 30px;
    min-width: 30px;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: -webkit-box;
    display: -moz-flex;
    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;
    background: #fff;
}

.recent .card-item .card-ranking img, .mobile-slider .card-item .card-ranking img {
    width: 28px;
}

@media only screen and (max-width: 991px) {
    .recent .card-item .card-ranking, .mobile-slider .card-item .card-ranking {
        margin: -130px 0 0 -20px;
        border-radius: 10px;
    }

    .recent .card-item .card-ranking, .mobile-slider .card-item .card-ranking {
        display: none;
    }

    .recent .card-item .card-ranking.medal, .mobile-slider .card-item .card-ranking.medal {
        margin: 0;
        position: absolute;
        top: -8px;
        background: transparent;
        right: auto;
        height: auto;
        display: block;
        z-index: 10;
        left: 98px;
    }
}

@media (max-width: 374px) {
    .recent .card-item .card-ranking, .mobile-slider .card-item .card-ranking {
        margin: -140px 0 0 0;
    }
}

.recent .card-item .card-ranking span, .mobile-slider .card-item .card-ranking span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #132a53;
}

.recent .card-item .logo, .mobile-slider .card-item .logo {
    width: 190px;
    display: flex;
    min-width: 190px;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.recent .card-item .logo img, .mobile-slider .card-item .logo img {
    width: 100%;
    max-width: 72%;
    display: block;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recent .card-item .button, .mobile-slider .card-item .button {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    border-bottom: 3px solid #90000c;
    border-radius: 6px;
    background: #eb6671;
    color: #ffffff;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 100%;
    max-width: 180px;
    margin: 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
    .recent .card-item .button, .mobile-slider .card-item .button {
        width: 100%;
        margin: 15px auto 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .recent .card-item .button, .mobile-slider .card-item .button {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .recent .card-item .button:hover, .mobile-slider .card-item .button:hover {
        background: #EB525E;
    }
}

.recent .card-item .payments, .mobile-slider .card-item .payments {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    width: 105px;
    margin-bottom: -2px;
    margin-right: 42px;
    order: -1;
}

@media only screen and (max-width: 991px) {
    .recent .card-item .payments, .mobile-slider .card-item .payments {
        margin: 15px 0 0;
        width: 100%;
        order: 1;
        justify-content: center;
    }
}

.recent .card-item .payments .item, .mobile-slider .card-item .payments .item {
    margin: 0 4px 4px 0;
}

.recent .card-item .payments .item:nth-child(3n), .recent .card-item .payments .item:last-child,
.mobile-slider .card-item .payments .item:nth-child(3n), .mobile-slider .card-item .payments .item:last-child {
    margin: 0 0 4px 0;
}

.recent .card-item .payments .item .image, .mobile-slider .card-item .payments .item .image {
    width: 30px;
}

.recent .card-item .payments .item .image img, .mobile-slider .card-item .payments .item .image img {
    display: block;
    border-radius: 2px;
}

.recent .block-l, .mobile-slider .block-l {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 65%;
}

.recent .block-l .list-wrapper, .mobile-slider .block-l .list-wrapper {
    padding: 15px 0 15px 15.5px;
}

.recent ul.card-list.top .block-l .list-wrapper, .mobile-slider ul.card-list.top .block-l .list-wrapper {
    padding: 15px 0 15px 15px;
}

.recent .block-r, .mobile-slider .block-r {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .recent .block-r, .mobile-slider .block-r {
        margin: auto;
        flex-wrap: wrap;
        width: 100%;
    }

    .recent .card-item .payments .item {
        margin: 0 4px 0 0;
    }

    .recent .card-item .payments .item:nth-child(3n) {
        margin: 0 2px 0 0;
    }
}

.footer {
    margin: 33px 0 0 0;
    background: #132a53;
}

.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: #161f2e;
    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;
    }
}

.footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
}

.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;
}

.footer .f_right img {
    max-width: 144px;
    max-height: 34px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .footer .copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .footer .f_right .footer-logo {
        width: 48px;
    }

    .footer .f_right a:not(.footer-logo) {
        display: none;
    }
}

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

@media only screen and (max-width: 991px) {
    .footer .copyright-icon {
        margin: 0 20px 0 0;
    }
}

.footer .copyright-text {
    font-size: 13px;
    line-height: 1.71;
    color: #ffffff;
}

.hero.with_img {
    padding: 66px 0 0 0;
    margin: 0;
}

.hero.with_img .title {
    align-items: baseline;
    display: flex;
    margin: 0;
}

.hero.with_img .title img {
    margin-right: 10px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .footer .copyright-text {
        text-align: left;
    }

    .recent ul.card-list .block-l .list-wrapper, .mobile-slider ul.card-list .block-l .list-wrapper  {
        padding: 0 0 0 15px;
    }

    .recent .block-l, .mobile-slider .block-l {
        width: 100%;
        align-items: flex-start;
        position: relative;
    }

    .recent .card-item .logo, .mobile-slider .card-item .logo {
        width: 120px;
        min-width: 120px;
        height: 100%;
        min-height: 140px;
    }

    .recent ul.card-list.top .block-l .list-wrapper {
        padding: 0 0 0 15px;
    }

    .recent ul.card-list .list-title {
        margin-bottom: 10px;
    }

    .recent ul.card-list.top .list-title {
        margin-bottom: 0;
    }

    .hero {
        padding: 50px 0 0 0;
    }

    .hero .title {
        margin: 0;
    }

    .hero.with_img .title {
        font-size: 21px;
    }

    .hero.with_img {
        padding: 33px 0 0 0;
        margin: 0;
    }

    .footer .copyright-text {
        line-height: 24px;
    }

    .item.paynplay {
        display: block;
    }
}

.with_img .title {
    position: relative;
    padding-left: 45px;
}

.with_img .title img, .casino_in_top .title img {
    margin: 0;
    display: block;
    width: 35px;
    position: absolute;
    top: 36%;
    transform: translateY(calc(-50% - 1px));
    left: 0;
}

@media (max-width: 990px) {
    .lang-at .item_1 .title, .lang-ch .item_1.title, .lang-sv .item_1 .title {
        max-width: 362px;
    }

    .lang-en .item_1 .title {
        max-width: 350px;
    }

    .lang-at .item_1 .title img, .lang-ch .item_1 .title img, .lang-sv .item_1 .title img {
        top: 6px;
    }

    .lang-en .item_1 .title img {
        top: 9px;
    }

    .lang-en .casino_in_top .title img, .lang-en .casino_nz_top .title img, .lang-en .casino_za_top .title img {
        top: -3px;
    }

    .item_2 .title {
        max-width: 100%;
    }
}

@media (max-width: 990px) {
    .hero.with_img .title img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .hero.with_img.item_2 .title img {
        top: 44%;
    }
}

.hero.with_img.item_2 .title img {
    top: 42%;
}

.item_2 .title img {
    /*top: -8px;*/
}

.footer .copyright .f_left {
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.container.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .copyright-text span.sep {
    font-size: 13px;
    display: inline-block;
    margin: 0 5px;
}

footer .copyright-text br, footer .copyright-text a, footer .copyright-text span.sep {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    footer .copyright-text br, footer .copyright-text a, footer .copyright-text span.sep {
        display: inline-block !important;
        font-family: 'Montserrat', sans-serif !important;
    }
}

footer .copyright-text {
    padding: 0 5px 0 0;
}

@media (min-width: 991px) {
    .recent .card-item .logo, .mobile-slider .card-item .logo {
        min-height: 150px;
    }

    footer .copyright-text {
        padding: 0 10px;
    }
}

footer .copyright-text span.hide-mob {
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    footer .copyright-text br, footer .copyright-text span, footer .copyright-text a {
        display: inline-block !important;
    }

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

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

.flag {
    display: block;
    position: absolute;
    width: 36px;
    height: 27px;
    left: 26px;
    top: 10px;
    z-index: 1;

    img {
        height: 400%;
        width: 400%;
        vertical-align: middle;
        transform-origin: 0 0;
        max-height: -webkit-fill-available;
    }
}

.tax-free {
    position: absolute;
    left: 67px;
    top: 10px;
    z-index: 1;
}

.tax-free img {
    height: 24px;
}

@media (max-width: 991px) {
    .tax-free {
        left: 36px;
        top: 4px;
    }

    .lang-en .hero.with_img .title {
        font-size: 20px;
        line-height: 24px;
        align-items: center;
    }
}

@media (min-width: 450px) and (max-width: 991px) {
    .lang-en .hero.with_img .title {
        align-items: flex-end;
    }

    .lang-en .hero.with_img .title img {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 991px) {
    .card-item .card-ranking.medal {
        margin: 0px;
        position: absolute;
        top: 14px;
        background: transparent;
        right: calc(100% - 143px);
        height: auto;
        display: block;
        z-index: 10;
    }

    .top .flag {
        left: -4px;
        top: 4px;
        z-index: 1;
    }

    .flag {
        display: block;
        left: -5px;
        top: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 375px) {
    .recent .card-item .card-ranking.medal, .mobile-slider .card-item .card-ranking.medal {
        margin: 0;
        position: absolute;
        background: transparent;
        height: auto;
        display: block;
        z-index: 10;
    }
}

.recent .card-item .payments.count_2 .image.desktop {
    display: none;
}

.recent .card-item .payments.count_2 .image.mobile {
    display: block;
    width: 60px;
}

@media only screen and (min-width: 992px) {
    .recent .card-item .payments .item:only-child .image {
        width: 72px;
    }

    .recent .card-item .payments .item:only-child .image img {
        height: 43px;
        margin: 0 0 0 auto;
    }

    .recent .card-item .payments.count_2.trustly.paynplay {
        width: auto;
    }

    .recent .card-item .payments.count_2.trustly.paynplay .item .image {
        width: 47px;
    }

    .recent .card-item .payments.count_2 .item .image img {
        width: 100%;
    }

    .recent .card-item .payments.count_2 .image.desktop {
        display: block;
    }

    .recent .card-item .payments.count_2 .image.mobile {
        display: none;
    }

    .lang-en .recent .card-list .card-item .payments.count_2 .item .image {
        width: 47px;
    }
}

@media only screen and (max-width: 375px) {
    .hero.with_img .title img {
        max-width: 25px;
    }
}

.desc {
    margin: 20px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #132a53;
}

.recent .card-item, .mobile-slider .card-item {
    padding: 0;
    display: block;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.recent .card-item-inner, .mobile-slider .card-item-inner {
    margin: 0;
}

.recent .card-item .card-footer, .mobile-slider .card-item .card-footer {
    margin: 10px 0 0 0;
    padding-left: 0;
    position: static;
    font-family: 'Montserrat', sans-serif;
    color: #798bab;
}

.recent .card-item .card-footer a, .mobile-slider .card-item .card-footer a {
    font-family: 'Montserrat', sans-serif;
}

.footer {
    padding-top: 40px;
    background-color: #222a3d;
}

.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 .copyright {
    height: unset;
}

.footer .copyright .copyright-icon {
    margin-right: 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 .f_right {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .f_right .footer-logo {
    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-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: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

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

@media (min-width: 991px) {
    .recent .block-l .list-wrapper, .recent ul.card-list.top .block-l .list-wrapper, .mobile-slider .block-l .list-wrapper, .mobile-slider ul.card-list.top .block-l .list-wrapper {
        padding: 20px;
    }

    .flag {
        top: 20px;
    }

    .footer {
        margin: 66px 0 0 0;
        padding: 20px 0;
    }

    .footer img {
        padding: 0;
    }

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

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

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

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

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

.content {
    background: #E0EDFA;
    padding: 30px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #132a53;
}

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

.content p,
.content ul,
.content ol,
.content ol li,
.content ul li,
.content a,
.content strong {
    font-family: 'Montserrat', sans-serif;
}

.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;
    word-break: break-all;
}

.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 .rg-list__item:last-child {
    border-bottom: none;
}

.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;
    }
}

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

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

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

.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: 22px;
}

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

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

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

    .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: 54px;
    }
}

.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: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

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

.header__left-title p, .header__left-description p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
}

.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__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(255, 255, 255, 0.6);
    border-radius: 20px;
}

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

.under__description p {
    margin: 0;
    font-family: inherit;
}

.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;
    }
}

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

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

.white-box {
    margin: 33px 0 0 0;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #abb0ba;
    box-shadow: 0 3px 0 0 #abb0ba;
    border-radius: 8px;
}

@media (min-width: 1024px) {
    .white-box {
        margin: 66px 0 0 0;
        padding: 50px;
    }
}

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

.faq {
    box-shadow: 0 3px 0 0 #abb0ba;
}

.faq__container {
    padding-bottom: 4px;
}

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

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

.accordion__item {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #d7d7d7;
}
.accordion__item:first-child {
    border-top: 1px solid #d7d7d7;
}
.accordion__details {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 40px;
    font-weight: 800;
    font-size: 16px;
    color: #132a53;
    text-align: left;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;

    &:before {
        content: url("../images/accordion-icon.svg");
        position: absolute;
        display: block;
        top: 60%;
        right: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
    }

    &[open] {
        padding-bottom: 16px;

        &:before {
            top: 40%;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

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

.accordion__summary {
    list-style: none;
}

.accordion__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;

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

.accordion__body {
    overflow: hidden;
}

@media (min-width: 576px) {
    .accordion__details {
        &:before {
            top: 70%;
        }
    }
}
@media (min-width: 1024px) {
    .accordion__item {
        padding: 0 0 22px 0;
    }

    .accordion__details {
        padding-top: 22px;

        &:before {
            top: 70%;
            right: 12px;
        }

        &[open] {
            padding-bottom: 22px;

            &:before {
                top: 50%;
            }
        }
    }
}

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

.games__description {
  margin: 16px 0 18px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #132a53;
}

.games__description p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

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

@media (min-width: 1024px) {
    .games__title {
        margin: 0 0 20px 0;
    }
    .games__title:before {
        top: 58%;
    }
}

.games-list__item-wrap {
    display: flex;
    width: 100%;
    background-color: #fff;
    min-height: 80px;
    border-radius: 3px;
    box-shadow: 0 4px 11.7px 0 rgba(0, 0, 0, 0.15);
}

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

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

.games-list__item-title:hover {
    color: #eb525e;
}

.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: 90px;
    max-width: 90px;
    flex-shrink: 0;
    min-height: 80px;
    max-height: 80px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.games-list__item-logo img {
    display: block;
    max-width: 76px;
    max-height: 70px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}
.games-list__item-inner {
    padding: 4px 20px 4px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-grow: 1;
}
.games-list__item-title {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    color: #132a53;
}

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

.games-list__item-footer {
    margin: 10px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #798bab;
}

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

@media (min-width: 1024px) {
    .games-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

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

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

    .games-list__item {
        width: calc(50% - (20px / 2));
    }

    .games-list__item-wrap {
        min-height: 96px;
    }

    .games-list__item-logo {
        min-height: 96px;
        max-height: 96px;
    }
}

@media (min-width: 1024px) {
    .games-list__item-inner {
        padding: 4px 30px 4px 16px;
    }
}

.responsible__content h2 {
    position: relative;
    margin: 0;
    padding-left: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    color: #132a53;
}

.responsible__content h2:before {
    content: url("../images/responsible-icon.svg");
    display: block;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
}

.responsible__content h3 {
    margin: 18px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #132a53;
}
.responsible__content p {
    margin: 16px 0 18px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #132a53;
}

.responsible__content {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .responsible__content h3 {
        margin: 24px 0 0 0;
    }

    .responsible__content p {
        margin: 20px 0 0 0;
    }

    .responsible__content p:last-child {
        margin: 16px 0 0 0;
    }
}

.responsible-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.responsible-list__item:not(:last-child) {
    margin-bottom: 40px;
}
.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: 114px;
    max-width: 114px;
    aspect-ratio: 1;
    border-radius: 100%;
}
.responsible-list__item-logo img {
    display: block;
    max-width: 86px;
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.responsible-list__item-title {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
    color: #132a53;
}
.responsible-list__item-description {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #132a53;
}

.responsible-list__item-description a {
  color: inherit;
  text-decoration: underline;
  transition: all ease .1s;
}

.responsible-list__item-description a:hover {
  color: #eb6671;
  opacity: 0.9;
}

.responsible-list__item-description p:not(:last-child) {
    margin-bottom: 5px;
}
.responsible-list__item-bottom {
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #132a53;
}

@media (min-width: 768px) {
    .responsible-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

[lang="fr"] .flag {
    max-width: 38px;
    max-height: 28px;
    left: 28px;
}

[lang="fr"] .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}

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

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.1;
    color: #132A53;
}

.login {
    padding: 80px 0;
}

.login__title {
    text-align: center;
}

.login__description {
    margin: 24px auto 0;
    max-width: 426px;
    text-align: center;
}

.login__form {
    margin: 24px auto 0;
}

@media (min-width: 800px) {
    .login {
        padding: 100px 0;
    }

    .login__title {
        font-size: 36px;
    }
}

.sign-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    max-width: 432px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.sign-form__label {
    position: relative;
    display: block;
    width: 100%;
}

.sign-form__label:before {
    content: url("../images/phone-icon.svg");
    position: absolute;
    top: 54%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sign-form__input {
    display: block;
    width: 100%;
    padding: 14px 30px 14px 10px;
    font-size: 12px;
    color: var(--black-color);
    border-radius: 4px;
    background-color: #cccdd6;
    outline: none;
}

.sign-form__input::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.sign-form__input::-moz-placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.sign-form__input:-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.sign-form__input::-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.sign-form__input::placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.sign-form__button {
    margin: 14px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    border-bottom: 3px solid #90000c;
    border-radius: 6px;
    background: #eb6671;
    color: #ffffff;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.sign-form__button:hover {
    background: #eb525e;
}

@media (min-width: 768px) {
    .sign-form__input {
        font-size: 14px;
    }
}

.login-page .footer {
    margin: auto 0 0 0;
}

@media (min-width: 800px) {
    .mobile-slider .swiper-wrapper {
        flex-direction: column !important;
    }
}

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

.mobile-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #132a53;
}

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

.mobile-slider .card-item {
    margin: 0;
}

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

.card-item__mobile-wrap {
    display: flex;
    width: 100%;
    background-color: #fff;
    min-height: 90px;
    border-radius: 8px;
    box-shadow: 0 3px 0 0 #abb0ba;
    overflow: hidden;
}

.card-item__mobile-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: 90px;
    max-width: 90px;
    flex-shrink: 0;
    min-height: 80px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-item__mobile-logo img {
    display: block;
    max-width: 76px;
    max-height: 70px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-item__mobile-content {
    padding: 4px 20px 4px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    flex-grow: 1;
}

.card-item__mobile-title {
    font-weight: 800;
    font-size: 16px;
    color: #132a53;
}

.card-item__mobile-description {
    font-size: 13px;
    line-height: 1.4;
    color: #132A53;
}

@media (min-width: 545px) {
    .card-item__mobile-inner {
        display: none;
    }

    .mobile-slider {
        padding-bottom: 0;
    }

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

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


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

    .gambling__main .gza-list__container {
        order: 1;
    }

    .gambling__main .faq__container {
        order: 2;
    }

    .gambling__main .recent {
        order: 3;
    }

    .gambling__main .responsible__container {
        order: 4;
    }
}

.responsible__container--gambling .responsible-list__item {
    display: block;
}

.responsible__container--gambling .responsible-list__item-logo {
    margin: 0 0 6px 6px;
    float: right;
    min-width: 100px;
    max-width: 100px;
}

.responsible__container--gambling .responsible-list__item-logo img {
    max-width: 76px;
}

@media (min-width: 660px) {
    .responsible__container--gambling .responsible-list__item {
        display: flex;
    }

    .responsible__container--gambling .responsible-list__item-logo {
        margin: 0;
        float: unset;
        min-width: 114px;
        max-width: 114px;
    }

    .responsible__container--gambling .responsible-list__item-logo img {
        max-width: 86px;
    }
}

@media (max-width: 760px) {
    body.show-mobile-bottom .header {
        .header {
            margin-top: 33px;
            order: 1;
        }

        .footer {
            margin-top: 0;
            order: 2;
        }

        .greek-copyright {
            order: 3;
        }
    }
}

.recent .swiper-slide {
    padding-bottom: 4px;
}

html[lang="gr"] {
    body {
        font-family: 'Roboto', sans-serif;
    }

    .desc, .recent .card-item .list .item .title, .mobile-slider .card-item .list .item .title,
    .recent .card-item .card-footer, .mobile-slider .card-item .card-footer, .accordion__item-content p,
    .games__description, .games-list__item-footer, .responsible__content p, .responsible-list__item-description p,
    .footer__greek-description p, .greek-copyright p {
        font-family: 'Roboto', sans-serif;
    }
}
