@font-face {
    src: url("/onlinecasinospt-component/onlinecasinospt-fonts/onlinecasinospt-inter-medium.woff2")
        format("truetype");
    font-family: "inter-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/onlinecasinospt-component/onlinecasinospt-fonts/onlinecasinospt-inter-regular.woff2")
        format("truetype");
    font-family: "inter-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/onlinecasinospt-component/onlinecasinospt-fonts/onlinecasinospt-leaguespartan-bold.woff2")
        format("truetype");
    font-family: "leaguespartan-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/onlinecasinospt-component/onlinecasinospt-fonts/onlinecasinospt-leaguespartan-extrabold.woff2")
        format("truetype");
    font-family: "leaguespartan-extrabold";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-bold: "leaguespartan-bold", sans-serif;
    --font-extra: "leaguespartan-extrabold", sans-serif;
    --font-medium: "inter-medium", sans-serif;
    --font-regular: "inter-regular", sans-serif;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;

    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-page/onlinecasinospt-bg-chips.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.onlinecasinospt__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.onlinecasinospt__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

/* Header */
.onlinecasinospt__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.onlinecasinospt__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onlinecasinospt__header-menu {
    width: 100%;
    padding: 0.625rem 0;
    background: #000000cc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
            90deg,
            #5a4737 0%,
            #a89252 25%,
            #f7f298 46%,
            #a89252 70%,
            #9d874e 72%,
            #7c6843 79%,
            #68543c 85%,
            #614e3a 89%,
            #6a573d 91%,
            #846f45 95%,
            #a89252 100%
        )
        1;
}

.onlinecasinospt__menu-nav {
    width: 100%;
}

.onlinecasinospt__header-menu_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.onlinecasinospt__header-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0;
}

.onlinecasinospt__header__title {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    width: 100%;
    gap: 0.625rem;
}

.onlinecasinospt__header--title_main {
    font-family: var(--font-extra);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.onlinecasinospt__header--text_main {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
}

.onlinecasinospt__header--advantages {
    display: flex;
    max-width: 471px;
    width: 100%;
    gap: 1.25rem;
    justify-content: space-between;
}

.onlinecasinospt__header---items {
    padding: 0.3rem 0.5rem;
    width: 100%;
    background: linear-gradient(180deg, #ffffc8 0%, #b67801 100%);
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.onlinecasinospt__header----text {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    color: #000000;
    text-align: center;
}

.onlinecasinospt__header----icon-coin {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-icons/onlinecasinospt-icon-coin.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.onlinecasinospt__header----icon-like {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-icons/onlinecasinospt-icon-like.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.onlinecasinospt__header----icon-check {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-icons/onlinecasinospt-icon-check.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.onlinecasinospt__header__image {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-top/onlinecasinospt-title-box.webp");
    max-width: 270px;
    width: 100%;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Casino cards */
.onlinecasinospt__card-mt {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.onlinecasinospt__box--card {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.onlinecasinospt__card--box_time {
    display: flex;
    align-items: flex-end;
}

#onlinecasinosptDatetime {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
#onlinecasinosptDatetime::before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-icons/onlinecasinospt-icon-clock.svg");
}

.onlinecasinospt__card-rat_stars {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.onlinecasinospt__card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}

.onlinecasinospt__card---mt {
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.onlinecasinospt__card--top {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    background: #000000b2 !important;
    box-shadow: 0px 0px 20px 0px #f7c73661;
    position: relative;
    z-index: 0;
    height: 160px;
    border-radius: 10px;
    border: none;
}

.onlinecasinospt__card--top::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, #fc8c5e, #f9f48c);
    border-radius: 10px;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff, #fff) content-box,
        linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.onlinecasinospt__card---right_ratin {
    display: flex;
    justify-content: space-between;
    flex: 0 1 135px;
}

.onlinecasinospt__card-show {
    display: none !important;
}

.onlinecasinospt__card---left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 940px;
    flex: 0 1 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    gap: 1rem;
    position: relative;
}

.onlinecasinospt__casino--cards_items {
    position: relative;
}

.onlinecasinospt__card---wrapper_img {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 0.95rem;
    border-radius: 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-casino/onlinecasinospt-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 90% 0%, 95% 50%, 90% 100%, 0 100%);
}

.onlinecasinospt-img_show {
    display: none !important;
}

.onlinecasinospt__card---img {
    width: 100%;
    height: 68px;
    max-width: 200px;
}
.onlinecasinospt__card--relative {
    position: relative;
}

.onlinecasinospt__card--limit-top {
    max-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    top: -1rem;
    left: 1rem;
    justify-content: center;
    position: absolute;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    background: linear-gradient(180deg, #ea0008 0%, #460002 100%);
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    z-index: 2;
    padding: 0.3rem 1.25rem;
    gap: 0.4rem;
}

.onlinecasinospt__card--limit-top_w {
    max-width: 226px;
    width: 100%;
}

.onlinecasinospt__card--limit {
    font-family: var(--font-bold);
    font-size: 0.625rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

    align-items: center;

    font-weight: 700;
}

.onlinecasinospt__card--blue {
    background-color: #000066 !important;
}

.onlinecasinospt__card--numeric {
    left: -0.5%;
    top: -5%;
    position: absolute;
    font-size: 0.625rem;
    font-family: var(--font--bold-i);
    line-height: 10px;
    color: #fff;
    padding: 0.3rem;
    border-radius: 3px;
    background: linear-gradient(180deg, #f64e05 0%, #902e03 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    z-index: 2;
}

.onlinecasinospt__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    background: linear-gradient(180deg, #000000 0%, #242424 100%);

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 1.25rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.onlinecasinospt__card---right-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.onlinecasinospt__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.onlinecasinospt__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 548px;
    flex: 0 1 548px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.575rem;
    overflow: hidden;
}

.onlinecasinospt__run-line {
    display: flex;
    animation: run-line 20s linear infinite;
    white-space: nowrap;
    -webkit-animation: run-line 20s linear infinite;
}

@keyframes run-line {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.onlinecasinospt__run--elem {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.onlinecasinospt__run--au:before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-casino/onlinecasinospt-icon-flag-australia.svg");
}
.onlinecasinospt__run--ro:before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-casino/onlinecasinospt-icon-flag-romania.svg");
}
.onlinecasinospt__run--lb:before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-casino/onlinecasinospt-icon-flag-liberia.svg");
}
.onlinecasinospt__run--fr:before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-casino/onlinecasinospt-icon-flag-france.svg");
}

.onlinecasinospt__card-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    align-items: center !important;
}

.onlinecasinospt__card---mob {
    display: none;
}

.onlinecasinospt__card-num-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 12px;
    font-family: var(--font--regular-i);
    text-align: center;
}

.onlinecasinospt__card---name {
    color: #fff;
    font-size: 1.25rem;
    line-height: 100%;
    font-family: var(--font-bold);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.onlinecasinospt__card-num {
    display: flex;
    flex: 0 1 27px;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.onlinecasinospt__card-views {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.onlinecasinospt__casino---items__rating-num_img {
    max-width: 23px;
    width: 100%;
    height: 23px;
}

.onlinecasinospt__card-rat {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.onlinecasinospt__card---name_top {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 120%;
    color: #ffec1e;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.onlinecasinospt__card---topbox {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.onlinecasinospt__card---name_text {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    line-height: 120%;
    background: linear-gradient(180deg, #ffffc8 0%, #b67801 100%);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.onlinecasinospt__card---topbox__lists {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.onlinecasinospt__card---topbox___items {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    list-style-type: disc;
}

.onlinecasinospt__card---wrapper-ratings {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    max-width: 167px;
    width: 100%;
}

.onlinecasinospt__card---rating {
    color: #fff;
    font-family: var(--font--black);
    font-size: 2rem;
    line-height: 38.73px;
    text-align: center;
}

.onlinecasinospt__card---right_lists {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    justify-content: center;
    flex: 1 1 300px;
}

.onlinecasinospt__card---right__box {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.onlinecasinospt__card---right__elem {
    color: #faf9f0;
    font-size: 0.85rem;
    line-height: 120%;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-subtitle);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.onlinecasinospt__casino---items__btn {
    max-width: 224px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    justify-content: center;
    color: #000;
    cursor: pointer;
    background: linear-gradient(180deg, #ffffc8 0%, #b67801 100%);
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;

    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.onlinecasinospt__card---payments {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-width: 250px;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.onlinecasinospt__card---payments_items {
    background: #323232;
    padding: 0.3rem 0.625rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 100%;
    text-align: center;
}

/* FAQ */
.onlinecasinospt--faq-box {
    padding: 5rem 0;
}

.onlinecasinospt--faq--container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onlinecasinospt--faq---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.onlinecasinospt--faq---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onlinecasinospt--faq----items {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #000000 0%, #242424 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}
.onlinecasinospt--faq----items_top {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #000000 0%, #242424 100%) padding-box,
        linear-gradient(90deg, #fc8c5e 0%, #f9f48c 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;

    /* Поддержка для разных браузеров */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.onlinecasinospt--faq----items__title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;

    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #fff;
}

.onlinecasinospt--faq----items__title::before {
    content: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-faq/onlinecasinospt-icon-questions.svg");
}

.onlinecasinospt--faq----items__btn {
    transform: rotate(180deg);
    border: none;
    outline: none;
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-faq/onlinecasinospt-icon-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.onlinecasinospt--faq----items_content {
    padding: 0.625rem 1.25rem 1.25rem;
}

.onlinecasinospt--faq----items__text {
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
}

/* Info */
.onlinecasinospt--info-box {
    padding: 0 0 5rem;
}

.onlinecasinospt--info--container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2.1rem;
    justify-content: space-between;
}

.onlinecasinospt--info---image {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-description/onlinecasinospt-box.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 492px;
    width: 100%;
    height: 400px;
}

.onlinecasinospt--info---description {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-width: 715px;
    width: 100%;
}

.onlinecasinospt--info---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
}

.onlinecasinospt--info---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onlinecasinospt--info---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
    color: #fff;
}

/* Footer */
.onlinecasinospt__footer--box {
    width: 100%;
    padding: 3.125rem 0;
    background: linear-gradient(
        180deg,
        rgba(26, 24, 25, 0.7) 0%,
        rgba(36, 36, 36, 0.7) 100%
    );
}

.onlinecasinospt__footer-container {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.onlinecasinospt__footer--nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.onlinecasinospt__footer---items a {
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 100%;
}

.onlinecasinospt__footer--description {
    display: flex;
    gap: 1.25rem;
}
.onlinecasinospt__footer--description_box {
    width: 100%;
    display: flex;
    gap: 1.25rem;
}

.onlinecasinospt__footer----elem {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 560px;
    width: 100%;
}

.onlinecasinospt__footer----elem_title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.onlinecasinospt__footer----elem_text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 130%;
    color: #fff;
}

.onlinecasinospt__footer--parthers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.onlinecasinospt__footer---age {
    background-image: url("/onlinecasinospt-component/onlinecasinospt-image/onlinecasinospt-footer/onlinecasinospt-icon-age.svg");
    max-width: 49px;
    width: 100%;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Safer */
.onlinecasinospt--safer-box {
    padding: 3.125rem 0;
}

.onlinecasinospt--safer--container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.onlinecasinospt--safer---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.onlinecasinospt--safer---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}

.onlinecasinospt--safer---subtitle {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
}

.onlinecasinospt--safer---elem,
.onlinecasinospt--safer---elem__lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onlinecasinospt--safer---com {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onlinecasinospt--safer---lists {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.onlinecasinospt--safer----items {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 120%;
    color: #fff;
    list-style-type: disc;
    margin-left: 1.25rem;
}

/* Privacy */
.onlinecasinospt__privacy__top {
    padding: 3rem 0;
}

.onlinecasinospt__privacy h1 {
    font-size: 2.3rem;
    font-family: var(--font-bold);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.25rem;
    word-break: break-all;
}
.onlinecasinospt__privacy h2 {
    font-size: 1.4rem;
    font-family: var(--font-medium);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.625rem;
}
.onlinecasinospt__privacy p {
    font-size: 1rem;
    font-family: var(--font-regular);
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

.onlinecasinospt__privacy__bottom {
    margin-bottom: 1rem;
}

/* Others styles */
.onlinecasinospt__run-show {
    display: none;
    width: 100%;
    overflow: hidden;
}

/* Mobile styles */
@media screen and (max-width: 1260px) {
    .onlinecasinospt__page--container {
        padding: 0 0.75rem;
    }
}
@media screen and (max-width: 1100px) {
    .onlinecasinospt--info--container {
        display: flex;
        flex-direction: column;
    }

    .onlinecasinospt--info---description {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .onlinecasinospt__card---left {
        flex: 0 1 160px;
    }

    .onlinecasinospt__card---descr {
        flex: 0 1 380px;
    }

    .onlinecasinospt__card---right {
        overflow: hidden;
    }

    .onlinecasinospt__run-show {
        display: flex;
    }

    .onlinecasinospt__run-hide {
        display: none;
    }

    .onlinecasinospt__card--top {
        flex-direction: column;
        height: auto;
        max-width: 625px;
        width: 100%;
        margin: 0 auto;
        gap: 0.1rem;
    }

    .onlinecasinospt__card---right {
        flex-direction: column;
        gap: 0.3rem;
        flex: 0 1 100px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }

    .onlinecasinospt__card-num {
        flex-direction: row;
        align-items: center;
    }

    .onlinecasinospt__card---payments {
        flex-wrap: nowrap;
    }

    .onlinecasinospt__card---right-right {
        padding: 0.625rem;
    }

    .onlinecasinospt__casino---items__btn {
        max-width: 520px;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .onlinecasinospt__header--text_main {
        display: none;
    }

    .onlinecasinospt__card---wrapper_img {
        border-bottom-left-radius: 0;
    }

    .onlinecasinospt__header-welcome {
        flex-direction: column-reverse;
    }

    .onlinecasinospt__card---topbox {
        flex-direction: column;
        gap: 0.3rem;
    }

    .onlinecasinospt__card---topbox___items {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 625px) {
    .onlinecasinospt__footer--description {
        flex-direction: column;
    }

    .onlinecasinospt__header--title_main {
        font-size: 1.25rem;
        text-transform: none;
    }

    .onlinecasinospt--safer---title {
        font-size: 1.25rem;
    }

    .onlinecasinospt__header----text {
        font-size: 0.6rem;
    }

    .onlinecasinospt__header----icon-like,
    .onlinecasinospt__header----icon-check,
    .onlinecasinospt__header----icon-coin {
        max-width: 18px;
        width: 100%;
        height: 18px;
    }

    .onlinecasinospt__header--advantages {
        gap: 0.3rem;
    }
    .onlinecasinospt__header---items {
        padding: 0.2rem;
    }

    #onlinecasinosptDatetime,
    .onlinecasinospt--faq----items__text,
    .onlinecasinospt--info---text,
    .onlinecasinospt--safer---text,
    .onlinecasinospt--safer----items {
        font-size: 0.75rem;
    }

    .onlinecasinospt--faq-box {
        padding: 2.25rem 0;
    }
    .onlinecasinospt--info---lists {
        gap: 0.75rem;
    }

    .onlinecasinospt--info---image {
        max-width: 308px;
        width: 100%;
        height: 250px;
    }
    .onlinecasinospt__footer--parthers {
        gap: 0.5rem;
    }

    .onlinecasinospt--info-box {
        padding: 0 0 4rem;
    }

    .onlinecasinospt__card---wrapper_img {
        flex: 1 1 300px;
        justify-content: flex-end;
    }
    .onlinecasinospt__card---descr {
        flex: 1 1 280px;
    }

    .onlinecasinospt__footer--nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .onlinecasinospt__footer-container {
        gap: 1.875rem;
    }
    .onlinecasinospt__footer--description_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }

    .onlinecasinospt__footer----gamcare {
        max-width: 122px;
        width: 100%;
        height: 35px;
    }

    .onlinecasinospt__footer----srij {
        max-width: 65px;
        width: 100%;
        height: 35px;
    }

    .onlinecasinospt__footer----sicad {
        max-width: 40px;
        width: 100%;
        height: 35px;
    }

    .onlinecasinospt__footer----egba {
        max-width: 110px;
        width: 100%;
        height: 35px;
    }
    .onlinecasinospt__footer----gambleaware {
        max-width: 175px;
        width: 100%;
        height: 35px;
    }
}

@media screen and (max-width: 525px) {
    .onlinecasinospt__card---img {
        max-width: 148px;
        width: 100%;
        height: 48px;
    }

    .onlinecasinospt__card---name_top {
        font-size: 0.625rem;
    }

    .onlinecasinospt__card---name_text {
        font-size: 0.85rem;
    }

    .onlinecasinospt__card---topbox___items {
        font-size: 0.5rem;
    }

    .onlinecasinospt__card---left {
        flex: 0 1 130px;
    }

    .onlinecasinospt__casino---items__btn {
        height: 34px;
        font-size: 0.75rem;
    }

    .onlinecasinospt__card---right {
        flex: 0 1 85px;
    }

    .onlinecasinospt__card---payments-hide {
        display: none;
    }

    .onlinecasinospt__card-rat {
        font-size: 0.85rem;
    }

    .onlinecasinospt__card-rat_stars li img {
        max-width: 14px;
        width: 100%;
        height: 14px;
    }

    .onlinecasinospt__card---left {
        gap: 0.1rem;
    }

    .onlinecasinospt__card---wrapper_img {
        gap: 1.25rem;
        padding-bottom: 0.5rem;
    }

    .onlinecasinospt__header__image {
        max-width: 150px;
        width: 100%;
        height: 150px;
    }
}

@media screen and (max-width: 359px) {
    .onlinecasinospt__header--advantages {
        flex-wrap: wrap;
        justify-content: center;
    }

    .onlinecasinospt__card---img {
        max-width: 120px;
        width: 100%;
        height: 40px;
    }

    .onlinecasinospt__card---payments {
        flex-wrap: wrap;
    }
    .onlinecasinospt__card---right {
        flex: 0 1 110px;
    }
}
