.casinos {
    width: 100%;
    /*margin-top: 30px;*/
}


/* Casinos Items */

.casinos__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: #1C1F31;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

.casinos__item-info-wrapper {
    display: flex;
    align-items: center;
}

.casinos__item-aside {
    display: flex;
    align-items: center;
}

.casinos__item-aside-col {
    display: flex;
    align-items: center;
}

.casinos__item-aside-col:first-child {
    position: relative;
    margin-right: 10px;
}

.casinos__item-label {
    position: absolute;
    top: -16px;
    left: 0;
    padding: 0 7px 0 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--khi-base-color-dark);
}

.casinos__item-label:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 16'%3E%3Cpath fill='%23CE0000' d='M0 0h3v16H0z' opacity='.7'/%3E%3Cpath fill='%23CE0000' d='M4 0h2v16H4z' opacity='.5'/%3E%3Cpath fill='%23CE0000' d='M7 0h1v16H7z' opacity='.3'/%3E%3C/svg%3E") no-repeat;
    position: absolute;
    top: 0;
    right: -9px;
    width: 8px;
    height: 12px;
}

.casinos__item-label-number {
    display: inline-block;
    font-weight: normal;
}

.casinos__item-label-number-prefix {
    opacity: .5;
}

.casinos__item-label-value {
    margin-right: 10px;
}

.casinos__item-country {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 10px;
}

.casinos__item-country .casino-country:after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.casinos__item-country .casino-country--access:after {
    background-color: #5CD25D;
}

.casinos__item-country .casino-country--not-access:after {
    background-color: #FD282A;
}

.casinos__item-country .casino-country__flag {
    display: block;
    border-radius: 1px;
}

.casinos__item-country .casino-country__text {
    display: none;
}

.casinos__item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 65px;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
}

.casinos__item-logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.casinos__item--link-mobile,
.casinos__item-features {
    display: none;
}

.casinos__item-features--tile {
    display: none !important;
}

.casinos__item-info {
    margin-right: auto;
    width: 90px;
}

.casinos__item-title {
    margin-bottom: 5px;
    word-break: break-word;
}

.casinos__item-title-link {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: var(--khi-base-color);
    text-decoration: none;
}

.casinos__item-title-link:hover {
    color: var(--khi-base-color);
    text-decoration: underline;
    cursor: pointer;
}

.casinos__item-info-items {
    display: flex;
    align-items: center;
}

.casinos__item-apps {
    display: none;
}

.casinos__item-rating,
.casinos__item-reviews-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.casinos__item-rating {
    margin-right: 15px;
}

.casinos__item-rating-img,
.casinos__item-reviews-link-img {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.casinos__item-reviews-link:hover {
    color: #ffffff;
}

.casinos__item-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-right: 8px;
}

.casinos__item-button {
    flex-shrink: 0;
    display: block;
    position: relative;
    padding: 10px 0;
    margin-left: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    color: #1B1F2F;
    transition: none;
}

.casinos__item-button:hover {
    color: #1B1F2F;
    border-color: #ffffff;
}

.casinos__item-button--get {
    width: 82px;
    height: 36px;
    font-weight: bold;
    color: #1B1F2F;
    background-color: var(--khi-base-color);
    cursor: pointer;
    position: relative;
}

.casinos__item-button--get:hover {
    background-image: none;
    background-color: var(--khi-base-color-dark);
}

.casinos__item-button--get.outLink-go {
    display: flex;
    justify-content: center;
}

.casinos__item-button--get-tile {
    display: none;
}

.casinos__item-button--all-bonuses {
    display: none;
}

.casinos__item-button--review {
    width: 82px;
    font-weight: normal;
    text-indent: initial;
    color: #ffffff;
    border: 1px solid #4F5266;
}

.casinos__item-button--review:hover {
    color: #ffffff;
}


.casinos__item-button_hid {
    display: none;
}

.casinos__item-bonuses {
    order: 10;
    width: 100%;
}

.casinos__item-bonus {
    cursor: pointer;
    text-decoration: none;
}

.casinos__item-bonuses--tile {
    display: none !important;
}

.casinos__item-bonuses-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 13px 8px 11px 8px;
    background-color: rgba(223, 212, 6, .1);
    border-top: 1px dashed rgba(223, 212, 6, 0.7);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.casinos__item-bonuses-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -9px;
    margin-left: 13px;
    width: 16px;
    height: 15px;
    background: var(--kznh-ico-scissor) no-repeat;
}

.casinos__item-bonuses-inner_no-border:before {
    background: none !important;
}

.casinos__item-bonuses-inner_no-border .casinos__item-bonus {
    border: none;
    cursor: default;
    background: transparent;
}

.casinos__item-bonus-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #ffffff;
}

.casinos__item-bonus-title-prefix {
    display: none;
}

.casinos__item-bonus-promokod {
    display: flex;
    align-items: flex-end;
}

.casinos__item-bonus-promokod-prefix {
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.casinos__item-bonus-promokod-value {
    display: inline-flex;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--khi-base-color);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}


.casinos__item-bonus-promokod-value:not(.light):before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-right: -15px;
    margin-bottom: -20px;
    background: var(--kznh-ico-pointer) center no-repeat;
    background-size: contain;
}

.casinos__item-bonus-promokod-value:not(.light):after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 6px;
    background: var(--kznh-ico-clip-yellow) no-repeat;
}

.casinos__item-bonus-promokod-value:hover {
    text-decoration: none;
}

.casinos__item .get-code {
    display: none;
    justify-content: center;
    position: relative;
    width: 100%;
    text-decoration: none;
    color: var(--khi-base-color);
    max-width: 180px;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid var(--khi-base-color);
    height: 30px;
    padding: 0 15px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.casinos__item-button--get:after,
.casinos__item .get-code:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 40px;
    height: 40px;
    background: var(--kznh-ico-pointer) center no-repeat;
    background-size: contain;
}

.casinos__item-bonus-promokod--no-finger .get-code:before {
    display: none !important;
}

.casinos__item .get-code:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--kznh-ico-clip-new);
}

.casinos__item .get-code:hover {
    background-color: transparent;
    color: var(--khi-base-color);
}

.casinos__item .get-code:hover:after {
    background: var(--kznh-ico-clip-yellow) no-repeat;
}

.casinos__item-properties {
    display: none;
}

.show-top-casino-box .casinos-top__title {
    padding-bottom: 10px;
}

.show-top-casino-box .casinos-top {
    padding: 6px 8px 10px;
}

@media screen and (min-width: 667px) {
    .show-top-casino-box .casinos-top__title {
        padding: 0;
    }

    .show-top-casino-box .casinos__list {
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
}

/* Casinos List Provider View */
.casinos__list--provider .casinos__item {
    background-color: #2D3045;
    border-radius: 0;
    box-shadow: none;
}

.casinos__list--provider .casinos__item-logo {
    border-radius: 0 !important;
}

.casinos__list--provider .casinos__item {
    background-color: #1C1F31;
}

.casinos__list--provider .casinos__item .casinos__item-bonuses-inner {
    background-color: #1C1F31;
}

.casinos-top-modal {
    display: none;
}

.modal--recommended .popup__heading {
    font-size: 14px;
}

.modal--recommended .casinos-top-modal {
    display: block;
}

.modal--recommended .casinos__item:last-child {
    margin-bottom: 0;
}

.modal--recommended .casinos__item-label {
    font-size: 12px;
}

.modal--recommended .casinos__item-logo {
    width: 138px;
}

.modal--recommended .casinos__item-title-link {
    font-size: 16px;
}

.modal--recommended .casinos__item-bonus-title,
.modal--recommended .casinos__item-bonus-title > span {
    font-size: 13px;
}

.modal--recommended .casinos__item-button--all-bonuses {
    font-size: 13px;
}

.modal--recommended .casinos__item-properties,
.modal--recommended .casinos__item-features,
.modal--recommended .casinos__item-apps {
    display: none !important;
}

.single #tns3-iw #tns3-ow [data-controls="next"] {
    display: none;
}

/*** Helpers ***/

@keyframes flare {
    from {
        background-position: -150px 0;
    }
    to {
        background-position: 150px 0;
    }
}

/*** Responsive ***/

@media (min-width: 360px) {

    .casinos__item-aside-col:first-child {
        margin-right: 12px;
    }

    .casinos__item-logo {
        width: 115px;
        height: 76px;
    }

    .casinos__item-title {
        font-size: 16px;
        line-height: 16px;
    }

    .casinos__item-info {
        width: 110px;
    }

    .casinos__item-bonus-promokod-prefix {
        font-size: 14px;
    }

    .casinos__item-bonus-promokod-value {
        font-size: 14px;
    }
}

@media (min-width: 667px) {
    .casinos {
        margin-top: 0;
    }

    /* Casino Items */
    .casinos__item {
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }

    .casinos__item-label {
        top: 0;
        left: 115px;
        font-size: 12px;
        line-height: 12px;
    }

    .casinos__item-label:after {
        height: 12px;
    }

    .casinos__item-logo {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .casinos__item-info {
        max-width: initial;
    }

    .casinos__item-button--get {
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55469 22H17.4453C18.5115 22 19.3789 21.1326 19.3789 20.0664V12.8906H20.0234C20.3794 12.8906 20.668 12.6021 20.668 12.2461V7.08984C20.668 6.02368 19.8005 5.15625 18.7344 5.15625H15.0124L15.6648 4.71532C16.3761 4.23477 16.8008 3.43565 16.8008 2.57812C16.8008 1.15646 15.6443 0 14.2227 0C13.0602 0 12.0366 0.783173 11.7337 1.90422L11 4.61914L10.2663 1.90422C9.96338 0.783173 8.93985 0 7.77734 0C6.35568 0 5.19922 1.15646 5.19922 2.57812C5.19922 3.43565 5.62387 4.23477 6.33521 4.71532L6.98763 5.15625H3.26562C2.19946 5.15625 1.33203 6.02368 1.33203 7.08984V12.2461C1.33203 12.6021 1.62056 12.8906 1.97656 12.8906H2.62109V20.0664C2.62109 21.1326 3.48853 22 4.55469 22ZM3.91016 20.0664V12.8906H9.06641V20.7109H4.55469C4.19936 20.7109 3.91016 20.4217 3.91016 20.0664ZM10.3555 6.44531C10.6427 6.44531 11.2093 6.44531 11.6445 6.44531V20.7109H10.3555V6.44531ZM18.0898 20.0664C18.0898 20.4217 17.8006 20.7109 17.4453 20.7109H12.9336V12.8906H18.0898V20.0664ZM19.3789 7.08984V11.6016H12.9336V7.35689L15.7005 10.1237C15.9521 10.3754 16.3604 10.3754 16.612 10.1237C16.8637 9.87207 16.8637 9.46404 16.612 9.21227L13.8452 6.44531H18.7344C19.0897 6.44531 19.3789 6.73451 19.3789 7.08984ZM12.9781 2.24059C13.1295 1.68031 13.6412 1.28906 14.2227 1.28906C14.9335 1.28906 15.5117 1.86729 15.5117 2.57812C15.5117 3.00697 15.2992 3.40662 14.9431 3.64731L12.7102 5.15625H12.1902L12.9781 2.24059ZM7.05695 3.64731C6.70078 3.40662 6.48828 3.00697 6.48828 2.57812C6.48828 1.86729 7.06651 1.28906 7.77734 1.28906C8.35876 1.28906 8.87053 1.68031 9.02193 2.24059L9.8098 5.15625H9.28981L7.05695 3.64731ZM2.62109 7.08984C2.62109 6.73451 2.91029 6.44531 3.26562 6.44531H8.15483L5.38805 9.21227C5.13628 9.46404 5.13628 9.87207 5.38805 10.1237C5.63965 10.3754 6.04768 10.3754 6.29945 10.1237L9.06641 7.35689V11.6016H2.62109V7.08984Z' fill='%231B1F2F'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
    }

    .casinos__item-button--get:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55469 22H17.4453C18.5115 22 19.3789 21.1326 19.3789 20.0664V12.8906H20.0234C20.3794 12.8906 20.668 12.6021 20.668 12.2461V7.08984C20.668 6.02368 19.8005 5.15625 18.7344 5.15625H15.0124L15.6648 4.71532C16.3761 4.23477 16.8008 3.43565 16.8008 2.57812C16.8008 1.15646 15.6443 0 14.2227 0C13.0602 0 12.0366 0.783173 11.7337 1.90422L11 4.61914L10.2663 1.90422C9.96338 0.783173 8.93985 0 7.77734 0C6.35568 0 5.19922 1.15646 5.19922 2.57812C5.19922 3.43565 5.62387 4.23477 6.33521 4.71532L6.98763 5.15625H3.26562C2.19946 5.15625 1.33203 6.02368 1.33203 7.08984V12.2461C1.33203 12.6021 1.62056 12.8906 1.97656 12.8906H2.62109V20.0664C2.62109 21.1326 3.48853 22 4.55469 22ZM3.91016 20.0664V12.8906H9.06641V20.7109H4.55469C4.19936 20.7109 3.91016 20.4217 3.91016 20.0664ZM10.3555 6.44531C10.6427 6.44531 11.2093 6.44531 11.6445 6.44531V20.7109H10.3555V6.44531ZM18.0898 20.0664C18.0898 20.4217 17.8006 20.7109 17.4453 20.7109H12.9336V12.8906H18.0898V20.0664ZM19.3789 7.08984V11.6016H12.9336V7.35689L15.7005 10.1237C15.9521 10.3754 16.3604 10.3754 16.612 10.1237C16.8637 9.87207 16.8637 9.46404 16.612 9.21227L13.8452 6.44531H18.7344C19.0897 6.44531 19.3789 6.73451 19.3789 7.08984ZM12.9781 2.24059C13.1295 1.68031 13.6412 1.28906 14.2227 1.28906C14.9335 1.28906 15.5117 1.86729 15.5117 2.57812C15.5117 3.00697 15.2992 3.40662 14.9431 3.64731L12.7102 5.15625H12.1902L12.9781 2.24059ZM7.05695 3.64731C6.70078 3.40662 6.48828 3.00697 6.48828 2.57812C6.48828 1.86729 7.06651 1.28906 7.77734 1.28906C8.35876 1.28906 8.87053 1.68031 9.02193 2.24059L9.8098 5.15625H9.28981L7.05695 3.64731ZM2.62109 7.08984C2.62109 6.73451 2.91029 6.44531 3.26562 6.44531H8.15483L5.38805 9.21227C5.13628 9.46404 5.13628 9.87207 5.38805 10.1237C5.63965 10.3754 6.04768 10.3754 6.29945 10.1237L9.06641 7.35689V11.6016H2.62109V7.08984Z' fill='%231B1F2F'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    }

    .casinos__item-button--get:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        width: 40px;
        height: 40px;
        background: var(--kznh-ico-pointer) no-repeat;
    }

    .casinos__item-button--review {
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        background: url('/wp-content/themes/casinohi/assets/images/icons/arrow-white.svg') no-repeat;
        background-position: center center;
        background-size: 20px;
    }

    .casinos__item-bonuses {
        order: initial;
        margin-left: 10px;
    }

    .casinos__item-bonuses-inner {
        background-color: transparent;
        margin: 0 10px 0 0;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .casinos__item-bonuses-inner:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 15px;
        background: var(--kznh-ico-scissor) no-repeat;
        top: initial;
        left: 0;
        bottom: 10px;
        margin-top: 0;
        margin-left: -10px;
        transform: rotate(-90deg);
    }

    .casinos__item-bonuses--empty .casinos__item-bonuses-inner:before {
        display: none;
    }

    .casinos__item-bonuses--empty .casinos__item-bonus {
        display: none;
    }

    .casinos__item-button--get {
        display: none;
    }

    .casinos__item-bonus {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 5px;
        text-align: center;
        background-color: rgba(223, 212, 6, .1);
        border: 1px dashed var(--khi-base-color-dark);
        border-radius: 5px;
    }

    .casinos__item-bonus-promokod-prefix,
    .casinos__item-bonus-promokod-value {
        font-size: 14px;
        line-height: 14px;
    }

    .casinos__item-bonus-title {
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
    }

    .casinos__item-bonus-title--no-code {
        margin-bottom: 0;
    }

    .casinos__item-bonus-title > span {
        font-size: 16px;
        line-height: 16px;
    }

    /* Casinos List Provider View */
    .casinos__list--provider .casinos__item {
        margin-bottom: 1px;
        background-color: #2D3045;
    }

    .casinos__list--provider .casinos__item .casinos__item-bonuses-inner {
        background-color: #2D3045;
    }

    /* Casinos List Provider View */
    .modal--recommended .popup__heading {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {

    .casinos__item {
        min-height: 89px;
    }

    .casinos__item-info-wrapper {
        flex-shrink: 0;
        width: 320px;
    }

    .casinos__item-aside-col:first-child {
        margin-right: 35px;
    }

    .casinos__item-logo {
        width: 134px;
        height: 89px;
    }

    .casinos__item-label {
        left: 134px;
    }

    .casinos__item-rating,
    .casinos__item-reviews-link {
        font-size: 15px;
    }

    .casinos__item-bonuses {
        margin-left: 20px;
        max-width: calc(100% - 320px - 74px);
    }

    .casinos__item-bonuses-inner {
        margin: 0;
    }

    .casinos__item-bonus {
        margin-right: 20px;
        padding: 10px;
    }

    .casinos__item-button--get {
        display: flex;
        margin-left: auto;
    }

    .casinos__item-bonus-title {
        font-size: 16px;
        line-height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: initial;
    }

    .modal--recommended .popup__heading {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .modal--recommended .casinos__item-info-wrapper {
        order: 0;
        flex-direction: row;
        justify-content: initial;
        width: 50%;
    }

    .modal--recommended .casinos__item-aside {
        align-items: center;
    }

    .modal--recommended .casinos__item-aside-col:first-child {
        margin-right: 20px;
    }

    .modal--recommended .casinos__list--tile .casinos__item-info {
        display: block;
        width: auto;
        height: initial;
        padding: 0;
    }

    .modal--recommended .casinos__item-logo {
        width: 138px;
    }

    .modal--recommended .casinos__item-title {
        margin: 0 0 10px;
    }

    .modal--recommended .casinos__item-bonuses--tile {
        display: none !important;
    }

    .modal--recommended .casinos__item-bonuses--list {
        display: flex !important;
    }

    .modal--recommended .casinos__item-bonuses {
        order: 1;
        max-width: initial;
        width: 50%;
        background-color: transparent;
    }

    .modal--recommended .casinos__item-bonuses-inner {
        flex-direction: row;
        justify-content: center;
        min-height: initial;
        height: 100%;
        border: none;
        border-left: 1px dashed var(--khi-base-color-dark);
        border-radius: 0;
    }

    .modal--recommended .casinos__item-bonus-title,
    .modal--recommended .casinos__item-bonus-title > span {
        font-size: 16px;
        line-height: 16px;
    }

    .modal--recommended .casinos__item-buttons {
        order: 10;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid #2B2E41;
        border-left: 0;
    }

    .modal--recommended .casinos__item-button--all-bonuses,
    .modal--recommended .casinos__item-button--get-tile {
        width: calc(50% - 8px);
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {

    .casinos__item-info-wrapper {
        width: 400px;
    }

    .casinos__item-aside-col:first-child {
        margin-right: 25px;
    }

    .casinos__item-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 240px;
        flex-shrink: 0;
    }

    .casinos__item-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .casinos__item-button {
        margin-left: 15px;
    }

    .casinos__item-button--get {
        height: 40px;
        padding: 10px 20px;
        line-height: 20px;
    }

    .casinos__item-button--review {
        width: 40px;
        height: 40px;
    }

    .casinos__item-button--review {
        width: auto;
        padding: 10px 23px;
        line-height: 20px;
        font-weight: normal;
        text-indent: initial;
        color: #ffffff;
        background: none;
    }

    .casinos__item-button--review:hover {
        color: #ffffff;
        background-color: #4F5266;
        border-color: #4F5266;
    }

    .casinos__item-bonuses {
        margin-left: 40px;
    }

    .casinos__item-bonus {
        margin-right: 10px;
    }

    .casinos__item-button--get {
        display: flex;
        align-items: center;
        width: initial;
        margin-left: auto;
        padding: 2px 2px 2px 10px;
        text-indent: initial;
        background-image: none;
    }

    .casinos__item-button--get:hover {
        background-image: none;
    }

    .casinos__item-button--get:before {
        order: 10;
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        margin-left: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55469 22H17.4453C18.5115 22 19.3789 21.1326 19.3789 20.0664V12.8906H20.0234C20.3794 12.8906 20.668 12.6021 20.668 12.2461V7.08984C20.668 6.02368 19.8005 5.15625 18.7344 5.15625H15.0124L15.6648 4.71532C16.3761 4.23477 16.8008 3.43565 16.8008 2.57812C16.8008 1.15646 15.6443 0 14.2227 0C13.0602 0 12.0366 0.783173 11.7337 1.90422L11 4.61914L10.2663 1.90422C9.96338 0.783173 8.93985 0 7.77734 0C6.35568 0 5.19922 1.15646 5.19922 2.57812C5.19922 3.43565 5.62387 4.23477 6.33521 4.71532L6.98763 5.15625H3.26562C2.19946 5.15625 1.33203 6.02368 1.33203 7.08984V12.2461C1.33203 12.6021 1.62056 12.8906 1.97656 12.8906H2.62109V20.0664C2.62109 21.1326 3.48853 22 4.55469 22ZM3.91016 20.0664V12.8906H9.06641V20.7109H4.55469C4.19936 20.7109 3.91016 20.4217 3.91016 20.0664ZM10.3555 6.44531C10.6427 6.44531 11.2093 6.44531 11.6445 6.44531V20.7109H10.3555V6.44531ZM18.0898 20.0664C18.0898 20.4217 17.8006 20.7109 17.4453 20.7109H12.9336V12.8906H18.0898V20.0664ZM19.3789 7.08984V11.6016H12.9336V7.35689L15.7005 10.1237C15.9521 10.3754 16.3604 10.3754 16.612 10.1237C16.8637 9.87207 16.8637 9.46404 16.612 9.21227L13.8452 6.44531H18.7344C19.0897 6.44531 19.3789 6.73451 19.3789 7.08984ZM12.9781 2.24059C13.1295 1.68031 13.6412 1.28906 14.2227 1.28906C14.9335 1.28906 15.5117 1.86729 15.5117 2.57812C15.5117 3.00697 15.2992 3.40662 14.9431 3.64731L12.7102 5.15625H12.1902L12.9781 2.24059ZM7.05695 3.64731C6.70078 3.40662 6.48828 3.00697 6.48828 2.57812C6.48828 1.86729 7.06651 1.28906 7.77734 1.28906C8.35876 1.28906 8.87053 1.68031 9.02193 2.24059L9.8098 5.15625H9.28981L7.05695 3.64731ZM2.62109 7.08984C2.62109 6.73451 2.91029 6.44531 3.26562 6.44531H8.15483L5.38805 9.21227C5.13628 9.46404 5.13628 9.87207 5.38805 10.1237C5.63965 10.3754 6.04768 10.3754 6.29945 10.1237L9.06641 7.35689V11.6016H2.62109V7.08984Z' fill='%231B1F2F'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-color: var(--khi-base-color-dark);
        border-radius: 50%;
    }

    .modal--recommended .popup__heading {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .modal--recommended .popup__heading {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {

    .casinos__item-info-wrapper {
        width: 320px;
    }

    .casinos__item-info {
        display: block;
        width: 120px;
    }

    .casinos__item-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
    }

    .casinos__item-rating {
        margin-right: 24px;
    }

    .casinos__item-bonuses {
        margin-left: 20px;
        max-width: calc(100% - 320px - 134px);
    }
}


@media (max-width: 500px) {
    .casinos__item-button_hid {
        display: block;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
    }

    .casinos__item-info {
        display: none;
    }

    .casinos__item-buttons {
        display: none;
    }

    .casinos__item {
        flex-direction: row;
        align-items: inherit;
    }

    .casinos__item-bonuses {
        flex: 1;
        width: 60%;
    }

    .casinos__item-info-wrapper {
        flex: 1;
        width: 40%;
    }

    .casinos__item-info-wrapper,
    .casinos__item-aside {
        flex-direction: column;
        background: #262A41;
    }

    .casinos__item-aside {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .casinos__item--link-mobile {
        display: flex;
        color: var(--khi-base-color);
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-decoration: none;
        margin: 0 0 10px;
    }

    .casinos__item-bonuses-inner {
        flex-direction: column;
        border: 0;
        height: 100%;
        border-radius: 0;
        background: #262A41;
        padding-left: 15px;
    }

    .casinos__item-aside-col:first-child {
        margin-right: 0;
    }

    .casinos__item-bonuses-inner:before,
    .casinos__item-bonus-promokod-value {
        display: none;
    }

    .casinos__item-bonus-title {
        font-size: 16px;
        line-height: normal;
    }

    .casinos__item .get-code {
        display: flex;
    }

    .casinos__item-bonus {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        height: 100%;
    }

    .casinos__item-bonus-promokod {
        justify-content: center;
    }

    .casinos__item-bonus-promokod-prefix,
    .casinos__item-country {
        display: none;
    }

    .casinos__item-bonus-title-prefix {
        display: block;
    }

    .casinos__item-logo {
        width: 100%;
        height: 150px;
        padding: 10px;
    }

    .casinos__item-button {
        display: none;
    }

    .casinos__item-button--get {
        width: 180px;
        margin: 8px 0 0;
        height: 30px;
        padding: 0;
        align-items: center;
    }
}

@media screen and (max-width: 375px) {
    .casinos__item-info-wrapper {
        max-width: 140px;
    }
}


/**
 * FIX for light version
 */
@media (max-width: 500px) {
    .light .casinos__item-bonus {
        text-align: center;
        justify-content: center;
    }

    .light .casinos__item-bonus-promokod {
        flex-direction: column;
        align-items: center;

    }

    .light .casinos__item-bonus-promokod-prefix,
    .light .casinos__item-bonus-promokod-value {
        display: flex;
    }
}


.live-dealer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 15px 0;
}

.live-dealer__game {
    display: block;
    position: relative;
    height: 0;
    padding-top: 62.5%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.live-dealer__game:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 1;
}

.live-dealer__game:not(.loading):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MDVfMTQwNTYpIj4KPHBhdGggZD0iTTE2IDBDNy4xNjM1NiAwIDAgNy4xNjM0NCAwIDE2QzAgMjQuODM2NiA3LjE2MzU2IDMyIDE2IDMyQzI0LjgzNjQgMzIgMzIgMjQuODM2NiAzMiAxNkMzMiA3LjE2MzQ0IDI0LjgzNjQgMCAxNiAwWk0yMS41MyAxNi44NDgxTDEzLjUzIDIxLjg0ODFDMTMuMzY4MSAyMS45NDkyIDEzLjE4NDEgMjIgMTMgMjJDMTIuODMzMyAyMiAxMi42NjYzIDIxLjk1ODUgMTIuNTE1MSAyMS44NzQ1QzEyLjE5NzMgMjEuNjk4MyAxMiAyMS4zNjM4IDEyIDIxVjExQzEyIDEwLjYzNjMgMTIuMTk3MyAxMC4zMDE4IDEyLjUxNTEgMTAuMTI1NUMxMi44MzMgOS45NDgyNSAxMy4yMjE3IDkuOTU5IDEzLjUzIDEwLjE1MTlMMjEuNTMgMTUuMTUxOUMyMS44MjIzIDE1LjMzNSAyMiAxNS42NTUzIDIyIDE2QzIyIDE2LjM0NDcgMjEuODIyMyAxNi42NjUxIDIxLjUzIDE2Ljg0ODFaIiBmaWxsPSIjRkZCNDAwIi8+CjxwYXRoIGQ9Ik0yMS41MyAxNi44NDgxTDEzLjUzIDIxLjg0ODFDMTMuMzY4MSAyMS45NDkyIDEzLjE4NDEgMjIgMTMgMjJDMTIuODMzMyAyMiAxMi42NjYzIDIxLjk1ODUgMTIuNTE1MSAyMS44NzQ1QzEyLjE5NzMgMjEuNjk4MyAxMiAyMS4zNjM4IDEyIDIxVjExQzEyIDEwLjYzNjMgMTIuMTk3MyAxMC4zMDE4IDEyLjUxNTEgMTAuMTI1NUMxMi44MzMgOS45NDgyNSAxMy4yMjE3IDkuOTU5IDEzLjUzIDEwLjE1MTlMMjEuNTMgMTUuMTUxOUMyMS44MjIzIDE1LjMzNSAyMiAxNS42NTUzIDIyIDE2QzIyIDE2LjM0NDcgMjEuODIyMyAxNi42NjUxIDIxLjUzIDE2Ljg0ODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM3MDVfMTQwNTYiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+');
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 2;
}

.live-dealer__game.loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    margin-left: -28px;
    margin-top: -28px;
    border-top: 5px solid #FF7A00;
    border-right: 5px solid #FF7A00;
    border-bottom: 5px solid rgba(255, 255, 255, .2);
    border-left: 5px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1.1s infinite linear;
    animation: loading 1.1s infinite linear;
    z-index: 9;
    will-change: transform;
}

.live-dealer__game-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.live-dealer__game-title {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 3;
}

.live-dealer__game:hover:before,
.live-dealer__game:hover:after,
.live-dealer__game:hover .live-dealer__game-title {
    opacity: 1;
}


@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.popup__body.live-dealer-modal {
    max-width: 900px;
    padding: 25px;
    background: #2F3452;
}
.live-dealer-modal .popup__close{
    background:      #22252D url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==") 50% 50% no-repeat !important;
    background-size: 13px !important;
}

.live-dealer-modal__title,
.live-dealer-modal .popup__heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.75px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FF7A00;
}

.live-dealer-modal__title {
    font-size: 18px;
}

.live-dealer-modal__subtitle {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.live-dealer-modal .popup__content {
    margin-bottom: 24px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #fff;
}

.live-dealer-modal__list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    counter-reset: live-dealer;
}

.live-dealer-modal__list li {
    display: flex;
    align-items: flex-start;
}

.live-dealer-modal__list li:not(:last-child) {
    margin-bottom: 10px;
}

.live-dealer-modal__list li:before {
    counter-increment: live-dealer;
    content: counter(live-dealer);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #FF7A00;
    background-color: rgba(255, 255, 255, .20);
    border-radius: 2px;
}

.live-dealer-modal__content ul li {
    opacity: .8;
}

.live-dealer-modal__content ul li::marker {
    color: #FF7A00;
}

.live-dealer-casino {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: repeat(2, auto);
    gap: 15px;
    column-gap: 20px;
    background: #262A41;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    border-radius: 0 8px 8px;
}

.live-dealer-casino.has-label {
    margin-top: 16px;
}

.live-dealer-casino:after {
    content: '';
    display: block;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(28, 31, 49, 1);
    z-index: -1;
    border-radius: 0 0 0 8px;
}

.live-dealer-casino__badge {
    position: absolute;
    top: -11px;
    left: 0;
    padding: 0 7px 0 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #02A8F4;
    white-space: nowrap;
}

.live-dealer-casino__logo-link {
    grid-area: 1 / 1 / 3 / 2;
    display: grid;
    align-self: center;
}

.live-dealer-casino__promo {
    display: grid;
    justify-self: center;
    align-self: center;
    text-decoration: none;

    grid-template-rows: repeat(2, auto);
    row-gap: 5px;
    column-gap: 10px;
    width: 100%;
}

.live-dealer-casino__promo-text {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}

.live-dealer-casino__promo-prefix {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
    color: rgba(255, 255, 255, .7);
}

.live-dealer-casino__promo-code {
    color: var(--khi-base-color);
    font-size: 16px;
    line-height: 16px;
    justify-self: center;
    align-self: center;
    border-bottom: solid var(--khi-base-color) 1px;
    position: relative;

    font-weight: 700;
}

.live-dealer-casino__button {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
    border-radius: 20px;
    text-indent: initial;
    text-decoration: none;
    text-align: center;
    min-width: 90px;
    background: var(--khi-base-color);
    border: 1px solid var(--khi-base-color);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    width: 120px;
    display: grid;
    justify-self: center;
    align-items: center;
}

.live-dealer-casino__button:hover {
    background: var(--khi-base-color-dark);
    color: rgba(27, 31, 47, 1);
}


/*** Responsive ***/
@media (min-width: 576px) {
    .live-dealer-casino {
        grid-template-columns: 100px auto 120px;
        align-items: center;
        grid-template-rows: auto;
    }

    .live-dealer-casino__promo {
        grid-template-columns: 100px auto;
    }

    .live-dealer-casino__promo-prefix,
    .live-dealer-casino__promo-text {
        text-align: left;
    }

    .live-dealer-casino__promo {
        grid-template-rows: repeat(2, auto);
        grid-template-columns: 100px auto;
    }

    .live-dealer-casino__logo-link {
        grid-area: 1 / 1 / 3 / 2;
    }

    .live-dealer-casino__promo-prefix {
        text-align: left;
    }

    .live-dealer-casino__promo-text {
        grid-area: 1 / 1 / 2 / 3;
    }



    .live-dealer-casino__promo-code {
        justify-self: left;
    }
}

@media (min-width: 768px) {
    .live-dealer-casino {
        gap: 0 15px;
    }

    .live-dealer {
        grid-template-columns: repeat(3, 1fr);
    }

    .live-dealer-modal__title,
    .live-dealer-modal .popup__heading {
        font-size: 35px;
    }

    .live-dealer-modal__title {
        font-size: 30px;
    }
}