.casino-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    background: linear-gradient(0deg, #760ec0 -20%, rgba(0, 0, 0, 0) 80%)
}

@media (max-width:1352px) {
    .casino-hero {
        padding-top: calc(90px + 30 * ((100vw - 360px) / 992))
    }
}

@media (max-width:1352px) {
    .casino-hero {
        padding-bottom: calc(60px + 20 * ((100vw - 360px) / 992))
    }
}

.casino-hero .breadcrumbs {
    margin: 0 auto;
    max-width: 1090px
}

@media (max-width:1024px) {
    .casino-hero .breadcrumbs {
        padding: 0 16px
    }
}

/* START - Background images */
.casino-hero__background {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    z-index: -1;
    pointer-events: none;
}

.casino-hero__background::before,
.casino-hero__background::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.2;
}

.casino-hero__background::before {
    background-image: url("../img/c19-casino-page-01.webp");
    right: 0;
    bottom: 0;
    width: 320px;
    height: 498px;
    opacity: 0.2;
}

.casino-hero__background::after {
    background-image: url("../img/c19-casino-page-02.webp");
    left: 0;
    bottom: 0;
    width: 194px;
    height: 254px;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .casino-hero__background::before {
        top: 50px;
        bottom: auto;
        max-width: 60%;
        opacity: 0.1;
    }

    .casino-hero__background::after {
        display: none;
    }
}

/* END - Background images */

.casino-hero__body {
    position: relative;
    max-width: 1090px;
    margin: 40px auto 0 auto
}

@media (max-width:992px) {
    .casino-hero__body {
        margin: 20px auto 0 auto
    }
}

.casino-hero__title {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px
}

@media (max-width:1352px) {
    .casino-hero__title {
        font-size: calc(26px + 2 * ((100vw - 360px) / 992))
    }
}

.casino-hero__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 60px;
    margin-top: 32px
}

@media (max-width:1352px) {
    .casino-hero__content {
        column-gap: calc(0px + 60 * ((100vw - 360px) / 992))
    }
}

@media (max-width:1352px) {
    .casino-hero__content {
        margin-top: calc(20px + 12 * ((100vw - 360px) / 992))
    }
}

@media (max-width:1024px) {
    .casino-hero__content {
        flex-direction: column;
        column-gap: 0;
        row-gap: 20px
    }
}

.casino-hero__col-01 {
    display: grid;
    grid-template-columns: minmax(270px, 270px) minmax(auto, auto);
    column-gap: 30px;
    width: 100%
}

@media (max-width:767px) {
    .casino-hero__col-01 {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        column-gap: 0
    }
}

.casino-hero__poster {
    grid-column-start: 1;
    grid-row-start: span 2
}

.casino-hero__poster img {
    width: 270px;
    min-width: 270px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px
}

@media (max-width:767px) {
    .casino-hero__poster img {
        width: 100%;
        height: 250px;
        min-width: 100%
    }
}

@media (max-width:767px) {
    .casino-hero__poster {
        order: 2;
        border-top: 1px solid #23262C;
        padding-top: 20px
    }
}

.casino-hero__rating {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 12px;
    border-radius: 16px;
    background: #0F1113;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.casino-hero__rating .rating {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (max-width:767px) {
    .casino-hero__rating {
        margin: 0;
        order: 3
    }
}

.casino-hero__author {
    grid-column-start: 2;
    grid-row-start: 1;
    background-color: #0F1113;
    padding: 12px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    border-radius: 16px;
    height: 55px
}

@media (max-width:767px) {
    .casino-hero__author {
        order: 1
    }
}

.casino-hero__avatar img {
    border-radius: 100px;
    object-fit: cover
}

.casino-hero__name {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.casino-hero__name .text {
    color: #4B505A;
    font-size: 14px;
    font-weight: 500
}

.casino-hero__name .name {
    color: #E7EAEE;
    font-size: 14px
}

.casino-hero__date .date {
    padding: 0 8px;
    border-left: 1px solid #23262C;
    border-right: 1px solid #23262C;
    color: #4B505A;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500
}

@media (max-width:767px) {
    .casino-hero__date .date {
        padding: 0 0 0 8px;
        border-right: none
    }
}

@media (max-width:767px) {
    .casino-hero__date {
        margin-left: auto
    }
}

.casino-hero__timing {
    color: #4B505A;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500
}

@media (max-width:767px) {
    .casino-hero__timing {
        display: none
    }
}

.casino-hero__text {
    grid-column-start: 2;
    grid-row-start: 2;
    padding: 0 12px;
    margin-top: 22px;
    margin-bottom: 20px
}

@media (max-width:1352px) {
    .casino-hero__text {
        margin-top: calc(40px + -18 * ((100vw - 360px) / 992))
    }
}

.casino-hero__text .text {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.casino-hero__text .text img {
    display: flex;
    margin-right: 5px !important
}

@media (max-width:767px) {
    .casino-hero__text .text {
        align-items: start
    }
}

@media (max-width:767px) {
    .casino-hero__text {
        margin: 0;
        order: 4;
        padding: 0
    }
}

.casino-hero__payments {
    grid-column-start: 2;
    grid-row-start: 3;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px
}

.casino-hero__payments img {
    width: 50px;
    height: 28px;
    border-radius: 4px;
    object-fit: cover
}

@media (max-width:767px) {
    .casino-hero__payments img {
        width: 40px;
        height: 24px
    }
}

@media (max-width:767px) {
    .casino-hero__payments {
        order: 5;
        padding: 0;
        gap: 10px
    }
}

.casino-hero__payments .counter {
    width: 50px;
    height: 28px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #E7EAEE;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1352px) {
    .casino-hero__payments .counter {
        font-size: calc(12px + 2 * ((100vw - 360px) / 992))
    }
}

@media (max-width:1200px) {
    .casino-hero__payments .counter {
        width: 32px;
        height: 21px
    }
}

.casino-hero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 307px;
    min-width: 307px;
    background-color: #0F1113;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #FFCF05;
    height: 100%
}

@media (max-width:1200px) {
    .casino-hero__wrapper {
        max-width: 265px;
        min-width: 265px
    }
}

.casino-hero__wrapper .title {
    color: #4B505A;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 14px
}

.casino-hero__wrapper .text {
    color: #FFCF05;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 20px
}

.casino-hero__wrapper .link {
    border-radius: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%
}

.casino-hero__wrapper .link span {
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

@media (max-width:1024px) {
    .casino-hero__wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

.casino-main {
    padding: 90px 0;
}

@media (max-width:1352px) {
    .casino-main {
        padding-top: calc(60px + 30 * ((100vw - 360px) / 992));
        padding-bottom: 50px;
    }
}

.casino-main__body {
    display: flex;
    column-gap: 32px
}

.casino-main__col-01 {
    min-width: 420px;
    width: 420px;
    position: relative
}

@media (max-width:1200px) {
    .casino-main__col-01 {
        min-width: 350px;
        width: 350px
    }
}

@media (max-width:992px) {
    .casino-main__col-01 {
        display: none
    }
}

.casino-main__wrapper {
    min-width: 420px;
    max-width: 420px
}

@media (max-width:1200px) {
    .casino-main__wrapper {
        min-width: 350px
    }
}

.casino-main__nav {
    margin-top: 8px
}

.casino-main__casino {
    padding: 22px;
    border-radius: 16px;
    background-color: #151719
}

.casino-main__poster img {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    object-fit: cover
}

.casino-main__label {
    color: #4B505A;
    font-size: 14px;
    line-height: 120%;
    margin-top: 22px
}

.casino-main__text {
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
    margin-top: 14px
}

.casino-main__link {
    margin-top: 34px;
    border-radius: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.casino-main__link span {
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.casino-main__col-02 {
    max-width: 868px
}

@media (max-width:992px) {
    .casino-main__col-02 {
        max-width: 100%
    }
}

.casino-main__content {
    margin-top: 40px
}

.casino-main__content p {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 10px
}

.casino-main__content h2,
.casino-main__content h3,
.casino-main__content h4,
.casino-main__content h5,
.casino-main__content h6 {
    margin: 60px 0 16px 0;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.casino-main__content a {
    color: #ffffff;
    text-decoration: underline
}

.casino-main__content picture img {
    object-fit: cover;
    border-radius: 16px;
    display: flex;
    margin: 20px 0
}

.casino-main__content #ez-toc-container {
    display: none
}

.casino-main__content ul {
    padding-left: 15px;
    margin: 15px 0
}

.casino-main__content ul li {
    list-style: disc
}

.casino-main__content ul li:not(:last-child) {
    margin-bottom: 10px
}

.casino-main__content ol {
    padding-left: 15px;
    margin: 15px 0
}

.casino-main__content ol li:not(:last-child) {
    margin-bottom: 10px
}

.casino-main__content table a {
    color: #ffffff;
    text-decoration: underline
}

.casino-main__faq {
    display: none
}

.casino-main__items {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 40px
}

.casino-main__btn {
    background-color: #1B1D21;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    width: 100%
}

.casino-main__btn .title {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
    text-align: start
}

.casino-main__btn .icon {
    transition: all 0.3s ease 0s
}

.casino-main__btn._active {
    border-radius: 8px 8px 0 0
}

.casino-main__btn._active .icon {
    transform: rotate(180deg)
}

.casino-main__desc {
    background-color: #151719;
    padding: 22px;
    color: #E7EAEE;
    border-radius: 0 0 8px 8px
}

.casino-elem__hero {
    background-color: #151719;
    padding: 22px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

@media (max-width:767px) {
    .casino-elem__hero {
        padding: 0
    }
}

.casino-elem__row-01 {
    display: flex;
    align-items: stretch;
    column-gap: 12px
}

.casino-elem__row-01 .col {
    background-color: #23262C;
    border-radius: 8px;
    padding: 10px;
    width: 100%
}

.casino-elem__row-01 .col:nth-child(1) .text {
    white-space: nowrap
}

@media (max-width:767px) {
    .casino-elem__row-01 .col:nth-child(1) .text {
        white-space: normal
    }
}

@media (max-width:767px) {
    .casino-elem__row-01 .col:nth-child(1) {
        grid-column-start: 1;
        grid-row-start: 1
    }
}

@media (max-width:767px) {
    .casino-elem__row-01 .col:nth-child(2) {
        grid-column-start: 2;
        grid-row-start: 1
    }
}

@media (max-width:767px) {
    .casino-elem__row-01 .col:nth-child(3) {
        grid-column-start: span 2;
        grid-row-start: 2
    }
}

.casino-elem__row-01 .col .title {
    color: #99A0AA;
    font-size: 14px
}

.casino-elem__row-01 .col .text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

@media (max-width:767px) {
    .casino-elem__row-01 {
        display: grid;
        grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
        gap: 12px
    }
}

.casino-elem__row-02 {
    display: flex;
    flex-direction: column;
    background-color: #23262C;
    border-radius: 8px;
    padding: 10px;
    width: 100%
}

.casino-elem__row-02 .title {
    color: #99A0AA;
    font-size: 14px
}

.casino-elem__row-02 .payments {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px
}

.casino-elem__row-02 .payments img {
    width: 50px;
    height: 28px;
    object-fit: cover;
    border-radius: 4px;
    object-fit: cover
}

@media (max-width:767px) {
    .casino-elem__row-02 .payments img {
        width: 40px;
        height: 24px
    }
}

@media (max-width:767px) {
    .casino-elem__row-02 .payments {
        gap: 10px
    }
}

.casino-elem__row-03 {
    display: flex;
    column-gap: 12px
}

.casino-elem__row-03 .col {
    background-color: #23262C;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 22px
}

.casino-elem__row-03 .col:nth-child(1) {
    width: 29%
}

@media (max-width:767px) {
    .casino-elem__row-03 .col:nth-child(1) {
        grid-column-start: span 2;
        grid-row-start: 1;
        width: 100%
    }
}

.casino-elem__row-03 .col:nth-child(2) {
    width: 29%
}

@media (max-width:767px) {
    .casino-elem__row-03 .col:nth-child(2) {
        grid-column-start: span 2;
        grid-row-start: 2;
        width: 100%
    }
}

.casino-elem__row-03 .col:nth-child(3) {
    width: 22%
}

@media (max-width:767px) {
    .casino-elem__row-03 .col:nth-child(3) {
        grid-column-start: 1;
        grid-row-start: 3;
        width: 100%
    }
}

.casino-elem__row-03 .col:nth-child(4) {
    width: 20%
}

@media (max-width:767px) {
    .casino-elem__row-03 .col:nth-child(4) {
        grid-column-start: 2;
        grid-row-start: 3;
        width: 100%
    }
}

.casino-elem__row-03 .col .row .title {
    color: #99A0AA;
    font-size: 14px
}

.casino-elem__row-03 .col .row .icons {
    margin-top: 8px;
    display: flex;
    column-gap: 3px
}

.casino-elem__row-03 .col .row .icons .icon {
    width: 32px;
    height: 32px
}

.casino-elem__row-03 .col .row .icons .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.casino-elem__row-03 .col .row .text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

@media (max-width:767px) {
    .casino-elem__row-03 {
        display: grid;
        grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
        gap: 12px
    }
}

.casino-elem__rating {
    margin-top: 12px;
    display: flex;
    column-gap: 12px
}

@media (max-width:767px) {
    .casino-elem__rating {
        display: grid;
        grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
        gap: 12px
    }
}

.casino-elem__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background-color: #151719;
    border-radius: 16px;
    padding: 10px
}

@media (max-width:767px) {
    .casino-elem__item {
        width: 100%
    }
}

.casino-elem__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px
}

.casino-elem__head .title {
    color: #99A0AA;
    font-size: 14px
}

.casino-elem__head .rating {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700
}

.casino-form {
    margin-top: 50px;
    background-color: #131516
}

@media (max-width:992px) {
    .casino-form::before {
        display: none
    }
}

.casino-form__body {
    position: relative;
    padding: 80px 0 90px 0
}

.casino-form__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/comments-back-01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 0.05
}

@media (max-width:992px) {
    .casino-form__body::before {
        display: none
    }
}

@media (max-width:992px) {
    .casino-form__body {
        background-image: none
    }
}

.casino-form__form {
    position: relative;
    max-width: 65%;
    margin-left: auto
}

@media (max-width:992px) {
    .casino-form__form {
        max-width: 100%
    }
}

.casino-form__form .comment-respond .comment-reply-title {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 50px 0
}

.casino-form__form .comment-respond .comment-form {
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    gap: 25px
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form {
        display: flex;
        flex-direction: column;
        row-gap: 16px
    }
}

.casino-form__form .comment-respond .comment-form .comment-notes {
    display: none
}

.casino-form__form .comment-respond .comment-form .comment-form-comment {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    grid-column-start: 1;
    grid-row-start: span 2
}

.casino-form__form .comment-respond .comment-form .comment-form-comment textarea {
    resize: none
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form .comment-form-comment {
        order: 3
    }
}

.casino-form__form .comment-respond .comment-form .comment-form-author {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    grid-column-start: 2;
    grid-row-start: 1
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form .comment-form-author {
        order: 1
    }
}

.casino-form__form .comment-respond .comment-form .comment-form-email {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    grid-column-start: 2;
    grid-row-start: 2
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form .comment-form-email {
        order: 2
    }
}

.casino-form__form .comment-respond .comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    grid-column-start: 1;
    grid-row-start: 3
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form .comment-form-cookies-consent {
        order: 4
    }
}

.casino-form__form .comment-respond .comment-form .comment-form-cookies-consent input {
    height: fit-content
}

.casino-form__form .comment-respond .comment-form .comment-form-cookies-consent label {
    font-size: 14px;
    color: #E7EAEE;
    font-weight: 400
}

.casino-form__form .comment-respond .comment-form .form-submit {
    grid-column-start: 1;
    grid-row-start: 4
}

@media (max-width:992px) {
    .casino-form__form .comment-respond .comment-form .form-submit {
        order: 5
    }
}

.casino-form__form .comment-respond .comment-form .form-submit .submit {
    border-radius: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.casino-form__form .comment-respond .comment-form p label {
    font-size: 14px;
    color: #E7EAEE;
    font-weight: 400
}

.casino-form__form .comment-respond .comment-form p input,
.casino-form__form .comment-respond .comment-form p textarea {
    background-color: #2a2e36;
    padding: 15px 20px;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #E7EAEE;
    font-weight: 400;
    height: 100%;
}

.casino-promocode {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    max-width: 270px;
    margin-top: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    border: 1px solid #000;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    font-family: "Montserrat";
}

.casino-promocode__label {
    color: #fff;
    font-size: 22px;
}

.casino-promocode__input {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.casino-promocode__message {
    display: none;
    font-size: 14px;
    color: #00ff11;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .casino-promocode {
        max-width: 100%;
    }
    .casino-hero__author {
        margin: 0;
        order: 4;
    }
}