.button {
    padding: 7px 15px 7px 14px;
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    color: #000;
    background-color: #FFD88D;
    border: 2px solid #FFD88D;
    font-family: inherit;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

.button:focus, .button:hover {
    background-color: transparent;
    color: #000;
}

.button-md {
    font-size: 15px;
    padding-top: 7px;
}

.button-desktop-lg {
    font-size: 16px;
    padding: 10px 24px 10px 24px;
}

.button-lg {
    font-size: 16px;
    min-width: 176px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-outline {
    color: #000;
    background-color: transparent;
}

.button-full {
    width: 100%;
}

.button-white.button-outline {
    color: #fff;
    border-color: #fff;
}

.active > .button-outline, .button-outline.active, .button-outline:hover {
    background-color: #FFD88D;
}

.text-color-secondary {
    color: var(--secondary-text-color);
}

.morelink {
    color: #1787FF;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
}

.morelink svg {
    margin-left: 9px;
    transform: translateY(3px);
    vertical-align: top;
}

@media (min-width: 1248px) {
    .morelink {
        font-size: 16px;
    }

    .morelink svg {
        margin-left: 8px;
    }
}

.morebutton {
    color: var(--accent-color);
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.morebutton:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--accent-color);
    vertical-align: middle;
    margin-left: 10px;
}

.morebutton.collapsed {
}

.morebutton.collapsed:after {
    transform: rotate(180deg);
}

.block-title {
    color: #181D27;
    font-family: var(--font-secondary);
    font-size: 20px;
    line-height: 1.5;
}

.block-description {
    color: #535862;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.block-description p:first-child {
    margin-top: 0;
}

.block-description p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1240px) {
    .block-title {
        font-size: 32px;
    }

    .block-description {
    }
}

.page-header {
    padding-top: 13px;
}

.page-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-family: var(--font-secondary);
    font-weight: normal;
}

@media (min-width: 1240px) {
    .page-header {
    }

    .page-title {
        font-size: 32px;
        line-height: 1.18;
    }
}

.section-title {
    font-size: 32px;
}

@media (min-width: 1240px) {
}

.block-subtitle {
    line-height: 1.45;
    color: #535862;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.bonus-title {
    color: #181D27;
    text-align: center;
    font-family: "Days One";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 1248px) {
    .bonus-title {
        font-size: 16px;
    }
}

.card-style {
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #BBC6D1;
}

.card-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.card-title-xs {
}

.card-title-lg {
    font-size: 20px;
    font-weight: 500;
}

.block-style-white {
    /* border-top: 0.2px solid var(--accent-color); */
    /* border-bottom: 0.2px solid var(--accent-color); */
    /* background: #FFF; */
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
}

.block-style-white:before {
    content: '';
    display: block;
    /*width: 5000px;*/
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
    border-top: 0.2px solid var(--accent-color);
    border-bottom: 0.2px solid var(--accent-color);
}

@media (min-width: 1240px) {
    .block-style-white {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.block-style-gradient {
    border-radius: 20px;
    background: linear-gradient(86deg, rgba(144, 152, 255, 0.09) -0.71%, rgba(84, 93, 215, 0.18) 99.4%);
    margin: 0 -20px;
    padding: 14px 20px 35px;
}

@media (min-width: 1240px) {
    .block-style-gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(84, 93, 215, 0.20) 100%);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 6px 36px 7px 25px;
    }
}

@media (max-width: 1239.98px) {
    .card-title-xs {
        font-size: 12px;
    }
}

.text-block {
    font-size: 16px;
}

.page-description {
    font-size: 14px;
    line-height: 1.5;
}

.page-description p {
}

.page-description p:first-child {
    margin-top: 0;
}

.page-description p:last-child {
    margin-bottom: 0;
}

.page-description h2 {
    font-size: 18px;
    margin-top: 46px;
    font-family: var(--font-secondary);
    margin: 46px 0 0 0;
    font-weight: normal;
}

@media (min-width: 1240px) {
    .page-description h2 {
        font-size: 24px;
    }
}

@media (max-width: 1239.98px) {
    .text-block-md {
        font-size: 14px;
        line-height: 1.205;
    }
}

@media (max-width: 1239.98px) {
    .text-block-xs {
        font-size: 12px;
    }
}

@media (min-width: 1240px) {
    .text-block-lg {
        font-size: 18px;
    }
}

@media (min-width: 1240px) {
    .text-block-xl {
        font-size: 20px;
    }
}

.text-block > * {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.text-block > *:first-child {
    margin-top: 0;
}

.text-block > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 1240px) {
    .text-block > * {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }
}

.slick-slider {
}

.slick-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid #BBC6D1;
    background: #FFF;
    backdrop-filter: blur(4px);
    width: 44px;
    height: 44px;
    padding: 1px 0 0 1px;
    margin-top: 24px;
    font-size: 0;
    line-height: 1;
    text-align: center;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 3;
}

.slick-arrow:hover, .slick-arrow:focus {
    border-color: #1787FF;
    color: #1787FF;
}

.slick-disabled {
}

.slick-prev {
    margin-left: -30px;
}

.slick-next {
    margin-left: 30px;
}

@media (min-width: 1240px) {
    .slick-slider {
    }

    .slick-arrow {
    }

    .slick-disabled {
    }

    .slick-prev {
    }

    .slick-next {
    }
}

@media (max-width: 1239.98px) {
    .slider-bottom-arrows.slick-initialized {
    }

    .slider-bottom-arrows .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
    }

    .slider-bottom-arrows .slick-disabled {
    }

    .slider-bottom-arrows .slick-prev {
        margin-left: -33px;
        padding-right: 1px;
    }

    .slider-bottom-arrows .slick-next {
        margin-left: 29px;
        padding-left: 5px;
    }
}

.pill-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.pill-tabs li {
    padding: 4px;
}

.pill-tabs a {
    padding: 3px 9px 0px 9px;
    min-width: 84px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
}

.pill-tabs .active {
}

.pill-tabs .active a {
}

@media (min-width: 1240px) {
    .pill-tabs li {
        padding: 4px 5px 4px 5px;
    }

    .pill-tabs a {
        font-size: 20px;
        padding: 4px 10px 2px 10px;
        min-width: 171px;
    }

    .pill-tabs {
        margin: 0 -5px;
    }
}

.popular-badge {
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    border-radius: 6px;
    background: #FCD34D;
    padding: 5px 8px 3px 5px;
    min-height: 25px;
}

.popular-badge img, .popular-badge svg {
    background: #F4F5FF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 4px 3px 4px 3px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}

@media (min-width: 1240px) {
    .popular-badge {
    }

    .popular-badge img, .popular-badge svg {
    }
}

.ratingblock {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.ratingblock img, .ratingblock svg {
    margin-right: 4px;
    margin-bottom: -1px;
}

.chevron-circle {
    display: block;
    border-radius: 50%;
    text-align: center;
    padding-top: 13px;
    padding-left: 5px;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #fff;
    transition: all 0.3s ease 0s;
    font-size: 0;
    line-height: 1;
}

.chevron-circle svg, .chevron-circle img {
}

@media (max-width: 1239.98px) {
    .chevron-circle-xs {
        width: 24px;
        height: 24px;
        padding: 6px 0px 0 2px;
    }

    .chevron-circle-xs svg, .chevron-circle-xs img {
        width: 6px;
        height: auto;
    }
}

.chevron-circle img {
    vertical-align: middle
}

a.chevron-circle:hover, a.chevron-circle:focus {
    background: none;
    color: var(--accent-color);
}

.bonusinfo {
    border-radius: 8px;
    border: 1px solid #FFF4DF;
    background: #FFF4DF;
    text-align: center;
    padding: 12px 5px 10px 5px;
}

.bonusinfo--gold {
    border-color: #F4BF64;
    background: linear-gradient(93deg, #FDD482 9.12%, #FFEF9C 29.72%, #FFF9EF 65.74%, #FFDF9C 87.95%);
}

.bonusinfo--silver {
    border-color: #C5CFDE;
    background: linear-gradient(140deg, rgba(122, 150, 172, 0.80) -27.55%, rgba(234, 239, 243, 0.80) 6.08%, rgba(194, 212, 225, 0.80) 31.31%, rgba(255, 255, 255, 0.80) 64.36%, rgba(212, 222, 229, 0.80) 87.36%, rgba(171, 189, 200, 0.80) 119.13%, rgba(188, 202, 215, 0.80) 150.89%);
}

.bonusinfo-subtitle {
    padding-bottom: 4px;
}

.bonusinfo-title {
    color: #181D27;
    font-family: var(--font-secondary);
    font-size: 18px;
}

.bonusinfo-description {
    color: #535862;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 12px;
}

.bonusinfo-description p:first-child {
    margin-top: 0;
}

.bonusinfo-description p:last-child {
    margin-bottom: 0;
}

.checklist {
    font-size: 14px;
    line-height: 1.72;
    color: #535862;
    font-weight: 500;
}

.checklist li {
    position: relative;
    padding-left: 36px;
    padding-bottom: 10px;
}

.checklist li:last-child {
    padding-bottom: 0;
}

.checklist li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/check.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
}

@media (min-width: 1240px) {
    .checklist {
    }

    .checklist li {
        padding-bottom: 12px;
    }

    .checklist li:last-child {
    }

    .checklist li:before {
    }
}

.paymethods {
    line-height: 1;
}

.paymethods-title {
    color: #535862;
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 13px;
}

.paymethods a {
    display: inline-block;
    margin-right: 16px;
}

.paymethods a:last-child {
    margin-right: 0;
}

.paymethods img {
    height: 20px;
    width: auto;
}

.paymentmethods {
}

.paymentmethods-title {
    width: 100%;
    padding: 0 0 8px 0;
}

.paymentmethods a {
    margin: 5px 16px 0 0;
}

.paymentmethods a:last-child {
}

.paymentmethods img {
    height: 20px;
    max-width: 40px;
    width: auto;
    object-fit: contain;
}

.currencies {
}

.currencies-title {
    padding-bottom: 7px;
}

.currencies-list {
    color: #181D27;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.currencies-list li {
    padding: 5px 12px;
}

@media (min-width: 1240px) {
    .paymethods {
    }

    .paymethods-title {
        font-size: 12px;
        padding-top: 2px;
    }

    .paymethods a {
    }

    .paymethods a:last-child {
    }

    .paymethods img {
        height: 24px;
    }

    .paymentmethods {
    }

    .paymentmethods-title {
    }

    .paymentmethods a {
    }

    .paymentmethods a:last-child {
    }

    .paymentmethods img {
    }

    .currencies {
    }

    .currencies-title {
    }

    .currencies-list {
    }
}

.proscons {
    font-family: var(--font-primary);
}

.proscons-style {
    border-radius: 16px;
    border: 1px solid #BBC6D1;
    background: #FFF;
    padding: 18px 0 5px 15px;
}

.proscons-rows {
    display: flex;
    flex-wrap: wrap;
}

.proscons-col {
    max-width: 100%;
    width: 100%;
}

.proscons-col:nth-child(n+2) {
    padding-top: 18px;
}

.proscons-title {
    padding-bottom: 16px;
    line-height: 1;
}

.proscons-style .proscons-title {
    color: #353637;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.proscons-list {
    font-size: 14px;
    line-height: 1.72;
}

.proscons-style .proscons-list {
    line-height: 1.2;
}

.proscons-list li {
    position: relative;
    padding: 1px 0 1px 32px;
}

.proscons-style .proscons-list li {
    padding-top: 4px;
    padding-bottom: 11px;
    padding-left: 32px;
}

.proscons-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    border-radius: 50%;
}

.proscons-style .proscons-list li:before {
    width: 20px;
    height: 20px;
    top: 2px;
}

.proscons-list li.--pros {
}

.proscons-list li.--cons {
}

.proscons-list li.--pros:before {
    background-image: url(../img/icons/pros.svg);
}

.proscons-list li.--cons:before {
    background-image: url(../img/icons/cons.svg);
}

@media (min-width: 1240px) {
    .proscons {
    }

    .proscons-style {
        padding: 13px 5px 3px 15px;
    }

    .proscons-rows {
        margin: 0 -5px;
    }

    .proscons-col {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 5px;
    }

    .proscons-col:nth-child(n+2) {
        padding-top: 10px;
    }

    .proscons-title {
        padding-bottom: 12px;
    }

    .proscons-style .proscons-title {
    }

    .proscons-list {
    }

    .proscons-style .proscons-list {
        line-height: 1.34;
    }

    .proscons-list li {
    }

    .proscons-style .proscons-list li {
        padding-right: 5px;
        padding-top: 7px;
        padding-bottom: 6px;
    }

    .proscons-list li:before {
    }

    .proscons-style .proscons-list li:before {
        top: 6px;
    }

    .proscons-list li.--pros {
    }

    .proscons-list li.--cons {
    }

    .proscons-list li.--pros:before {
    }

    .proscons-list li.--cons:before {
    }
}

.gameschecks {
}

.gameschecks-title {
    padding-bottom: 16px;
    line-height: 1;
}

.gameschecks-list {
    font-size: 14px;
    line-height: 1.72;
    column-count: 2;
    column-gap: 12px;
    /*width: 80%;*/
}

.gameschecks-list li {
    position: relative;
    padding: 1px 0 1px 32px;
    /*display: inline-block;*/
}

.gameschecks-list li:nth-child(2n+1) {
}

.gameschecks-list li:nth-child(2n) {
}

.gameschecks-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #D7D8DD;
    background-image: url(../img/icons/check-white.svg);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: 50% 50%;
}

.gameschecks-list li.--checked {
}

.gameschecks-list li.--unchecked {
}

.gameschecks-list li.--checked:before {
    background-color: var(--accent-color);
}

.gameschecks-list li.--unchecked:before {
    background-color: #D7D8DD;
}

@media (min-width: 1240px) {
    .gameschecks-list {
    }

    .gameschecks-list--xl-full {
        column-count: auto;
    }

    .gameschecks-list--xl-full li {
        display: block;
    }
}

.girlmobilefigure {
}

.girlmobilefigure img {
    width: 281px;
    margin: 0 auto;
}

@media (min-width: 1240px) {
    .girlmobilefigure {
        padding: 0 24px 0 25px;
    }

    .girlmobilefigure:before {
    }

    .girlmobilefigure img {
    }
}

.girlmobilefigure-horizontal {
    padding: 0 12px 0 0;
    margin: 0;
}

.girlmobilefigure-horizontal:before {
    height: 78.4%;
}

.girlmobilefigure-horizontal img {
}

@media (min-width: 1240px) {
    .girlmobilefigure-horizontal {
    }

    .girlmobilefigure-horizontal:before {
    }

    .girlmobilefigure-horizontal img {
    }
}

.iconbutton {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #3C3A4A;
    font-family: "Noto Sans";
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 7px;
    border: 0.5px solid transparent;
    padding: 8px 10px 8px 28px;
    transition: all 0.3s ease 0s;
    height: 100%;
}

.iconbutton-iconblock {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    display: block;
    font-size: 0;
    line-height: 1;
    padding-right: 8px;
}

.iconbutton-iconblock svg, .iconbutton-iconblock img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.iconbutton-text {
    width: 100%;
    max-width: 100%;
    flex: 1 0 0%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconbutton svg * {
    transition: all 0.3s ease 0s;
}

.active > .iconbutton, .iconbutton.active, .iconbutton:hover {
    background: #FFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    color: #3C3A4A;
}

.active > .iconbutton svg *, .iconbutton.active svg *, .iconbutton:hover svg * {
    fill: #fff;
}

@media (min-width: 1240px) {
    .iconbutton {
        display: block;
        text-align: center;
        height: 100%;
        padding: 7px 0 8px 0;
        font-size: 12px;
        border-radius: 12px;
    }

    .active > .iconbutton, .iconbutton.active, .iconbutton:hover {
        border-color: #BBC6D1;
    }

    .iconbutton-iconblock {
        margin: 0 auto;
        padding: 0;
    }

    .iconbutton-iconblock svg, .iconbutton-iconblock img {
        width: 24px;
        height: 24px;
    }

    .iconbutton-text {
        display: block;
        padding-top: 15px;
    }
}

.quote-style {
    border-radius: 4px;
    border: 0.2px solid var(--accent-color);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(84, 93, 215, 0.20) 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.quote-style--white {
    background: #fff;
}

.quote-style--round {
    border-radius: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}

h1, .h1 {
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

h5, .h5 {
}

h6, .h6 {
}

.entry-content {
    line-height: 1.184;
    line-height: 1.5;
    color: #535862;
    font-size: 14px;
}

.entry-content p {
    margin-top: 0.75em;
    margin-bottom: 1.46em;
}

.entry-content h2, .entry-content .h2 {
    font-size: 18px;
    font-family: var( --font-secondary);
    margin-top: 0.605em;
    margin-bottom: 0.605em;
    margin-bottom: 0.84em;
    line-height: 1.26;
    color: #181D27;
    font-weight: normal;
}

.entry-content .b-title {
    font-size: 28px;
    font-weight: 600;
    font-family: inherit;
}

@media (min-width: 1240px) {
    .entry-content {
        font-size: 16px;
    }

    .entry-content p {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }

    .entry-content h2 + p {
        margin-top: 1em;
    }

    .entry-content h2, .entry-content .h2 {
        font-size: 24px;
        margin-bottom: 0.66em;
        margin-top: 2.05em;
    }

    .entry-content .termsconds + h2 {
        margin-top: 1.65em;
    }

    .entry-content .b-title {
        font-size: 42px;
        margin-top: 33px;
        margin-bottom: 19px;
    }
}

.collapseblock {
}

.collapseblock-title {
    line-height: 1.36842105;
    color: #181D27;
    font-family: var(--font-secondary);
    font-size: 18px;
}

.collapseblock-togglebutton {
}

.collapseblock-togglebutton.collapsed:after {
    border-top: 8px solid var(--accent-color);
    border-bottom: 0;
}

.collapseblock-collapse {
}

@media (min-width: 1240px) {
    .collapseblock {
    }

    .collapseblock-title {
        font-size: 14px;
        font-weight: 700;
        font-family: inherit;
    }

    .collapseblock-togglebutton {
        padding-left: 15px;
    }

    .collapseblock-togglebutton:after {
        display: none;
    }

    .collapseblock-togglebutton.collapsed:after {
    }

    .collapseblock-collapse {
        height: auto !important;
        display: block;
    }
}

.casgames {
}

.casgames-title {
}

.casgames-togglebutton {
}

.casgames-collapse {
}

.casgames-list {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0 0 0;
}

.casgames-item {
    max-width: 100%;
    flex: 0 0 auto;
    width: 50%;
    padding: 4px 0;
}

.casgame {
    display: flex;
    align-items: center;
}

.casgame-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    /* 24px */
}

.casgame-iconblock {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casgame-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1240px) {
    .casgames {
        border-radius: 16px;
        border: 1px solid #BBC6D1;
        background: #FFF;
        padding: 15px 0 0 0px;
    }

    .casgames-title {
    }

    .casgames-togglebutton {
    }

    .casgames-togglebutton:after {
    }

    .casgames-togglebutton.collapsed:after {
    }

    .casgames-collapse {
    }

    .casgames-list {
        padding: 8px 32px 24px 32px;
    }

    .casgames-item {
    }

    .casgame {
    }

    .casgame-title {
        font-size: 14px;
        font-family: var(--font-secondary);
        line-height: 1.5;
    }

    .casgame-iconblock {
    }

    .casgame-icon {
    }
}

.casbonuses {
}

.casbonuses-title {
}

.casbonuses-togglebutton {
}

.casbonuses-collapse {
}

.casbonuses-list {
    padding: 3px 15px 2px 10px;
}

.casbonuses-item {
    padding: 4px 0;
}

.casbonuse {
    border-radius: 2px;
    border-left: 4px solid var(--accent-color);
    background: #fff;
    box-shadow: 0px 1px 0px 0px #E3E7EF;
    padding: 8px 90px 8px 12px;
    position: relative;
}

.casbonuse-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.casbonuse-notice {
    color: #4A5B68;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.casbonuse-content {
    padding: 3px 0 0 15px;
}

.casbonuse-title {
    color: #19232C;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.345;
}

.casbonuse-info {
    color: #7B8C98;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.17;
}

.casbonuse-source {
    color: #007DFF;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.42;
}

.casbonuse-icon {
    display: block;
    border-radius: 4px;
    border: 0.2px solid #535353;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    padding: 7px 8px 6px 10px;
}

.casbonuse-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid var(--accent-color);
    border-bottom: 5px solid transparent;
}

.casproviders {
}

.casproviders-title {
}

.casproviders-togglebutton {
}

.casproviders-collapse {
}

.casproviders-content {
}

.casproviders-list {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0 -4px;
    padding-top: 6px;
}

.casproviders-item {
    width: 100%;
    max-width: 100%;
    flex: 1 0 0%;
    padding: 4px;
    display: none;
}

.casproviders-content.--active .casproviders-item {
    display: block;
}

.casproviders-item:nth-child(-n+9) {
    display: block;
}

.casproviders-control {
    text-align: center;
    padding-top: 20px;
}

.casproviders-button {
}

.casproviders-button-more {
}

.casproviders-content.--active .casproviders-button-more {
    display: none;
}

.casproviders-button-less {
    display: none;
}

.casproviders-content.--active .casproviders-button-less {
    display: inline;
}

.casproviders-arbutton {
    text-align: center;
    display: block;
    width: 100%;
    padding: 8px 0px 15px 0px;
    font-size: 0;
    line-height: 1;
    display: none;
}

.casproviders-arbutton:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.casproviders-content.--active .casproviders-arbutton:before {
    border-bottom: 5px solid var(--accent-color);
    border-top: 0;
}

.casprovider {
    border: 1px solid #DCE3E8;
    min-width: 80px;
    text-align: center;
    display: block;
    height: 50px;
    background: #fff;
}

.casprovider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px;
}

.casprovider-logo.--white-logo {
    background: #d2d5ff;
}

.casprovider-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.casprovider-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.casprovider-img {
}

@media (min-width: 1240px) {
    .casproviders {
        border-radius: 16px;
        border: 1px solid #BBC6D1;
        background: #FFF;
        padding: 15px 0 0 0px;
    }

    .casproviders-title {
    }

    .casproviders-togglebutton {
    }

    .casproviders-collapse {
    }

    .casproviders-content {
    }

    .casproviders-list {
        padding: 6px 35px 0 32px;
    }

    .casproviders-item {
        padding: 6px 3px;
    }

    .casproviders-item:nth-child(-n+16) {
        display: block;
    }

    .casproviders-control {
        padding-top: 6px;
    }

    .casproviders-button {
        display: none;
    }

    .casproviders-button-more {
    }

    .casproviders-button-less {
    }

    .casproviders-arbutton {
        display: block;
    }

    .casproviders-arbutton:before {
    }

    .casprovider {
        height: 39px;
    }

    .casprovider-logo {
    }

    .casprovider-img {
    }
}

.collapse-icon {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 0.2px solid #535353;
    padding: 7px 5px 7px 5px;
}

.collapse-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid var(--accent-color);
}

.collapsed>.collapse-icon:before {
    transform: rotate(-180deg);
}

.gmproviders {
}

.gmproviders-header {
    padding-bottom: 31px;
}

.gmproviders-title {
}

.gmproviders-description {
}

.gmproviders-listwrap {
}

.gmproviders-list {
    margin: 0 -4px;
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
}

.gmproviders-list.slick-initialized {
    display: block;
}

.gmproviders-list .slick-arrow {
}

.gmproviders-list .slick-prev {
}

.gmproviders-list .slick-next {
}

.gmproviders-item {
    padding: 4px;
    flex: 0 0 auto;
    width: 50%;
}

.gmproviders-list.slick-initialized .gmproviders-item {
    width: auto;
}

@media (min-width: 600px) {
    .gmproviders-item {
        width: 33.3333333%;
    }
}

@media (min-width: 800px) {
    .gmproviders-item {
        width: 25%;
    }
}

@media (min-width: 1000px) {
    .gmproviders-item {
        width: 20%;
    }
}

@media (min-width: 1240px) {
    .gmproviders-item {
        width: 16.66666667%;
    }
}

.gmproviders-control {
    padding-top: 21px;
    text-align: center;
}

.gmproviders-button {
}

.gmprovider {
    border-radius: 8px;
    border: 1px solid #BBC6D1;
    background: #FFF;
    height: 64px;
    padding: 5px;
}

.gmprovider-picture {
    text-align: center;
    height: 100%;
}

.gmprovider-img {
    object-fit: contain;
    max-width: 77%;
    margin: 0 auto;
}

@media (min-width: 1240px) {
    .gmproviders {
    }

    .gmproviders-header {
    }

    .gmproviders-title {
    }

    .gmproviders-description {
    }

    .gmproviders-listwrap {
        padding-bottom: 70px;
    }

    .gmproviders-list {
        margin: 0 -8px;
    }

    .gmproviders-list .slick-arrow {
        margin-bottom: 32px;
    }

    .gmproviders-list .slick-prev {
    }

    .gmproviders-list .slick-next {
    }

    .gmproviders-item {
        padding: 8px;
    }

    .gmproviders-control {
        display: none;
    }

    .gmproviders-button {
    }

    .gmprovider {
        height: 160px;
        border-radius: 16px;
    }

    .gmprovider-picture {
    }

    .gmprovider-img {
    }
}

input[type="checkbox"] {
    border: 1px solid #545DD7;
    width: 14px;
    height: 14px;
}

.checklabel {
    user-select: none;
}

.checklabel input[type="checkbox"] {
    display: none;
}

.checkmark {
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -2px;
}

.checkmark:before {
    content: '';
    background-image: url(../img/icons/check-black.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 14px;
    height: 10px;
    display: block;
    margin: 2px 0 0 1px;
    opacity: 0;
}

input:checked ~ .checkmark:before {
    opacity: 1;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.clear {
    clear: both;
}

hr.clear {
    border: none;
    margin: 0;
}

.placard {
    position: relative;
    height: 208px;
    margin-bottom: 20px;
}

.placard:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    pointer-events: none;
}

.placard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.field {
    border-radius: 16px;
    border: 1px solid #BBC6D1;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    width: 100%;
    color: #535862;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.field--textarea {
    height: 110px;
    padding: 16px 15px 10px 15px;
    resize: none;
}

@media (min-width: 1248px) {
    .field {
        font-size: 16px;
        border-radius: 22px;
    }

    .field--textarea {
        padding-top: 15px;
    }
}

.submitbutton {
    min-width: 128px;
}
