.modal__body {
    min-height: 400px;
}
.ig-spinner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-height: 400px;
    background-color: transparent;
}
.ig-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.alternative-casinos-item .alternative-casinos-item__bonus {
    font-size: 18px;
}
.alternative-casinos-item .alternative-casinos-item__bonus span {
    font-size: 27px;
}
.pos-rel {
    position: relative;
}
.bg-overlay-full {
    display: block;
}
.bg-overlay-mobile {
    display: none;
}
.bg-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 4;
}
.overlay-content {
    position: relative;
    z-index: 8;
}
@media (max-width: 1024px) {
    .bg-overlay-full {
        display: none;
    }
    .bg-overlay-mobile {
        display: block;
    }
}

h3.faq-question__text, h3.faq-item__question-text  {
    margin: 0;
}

.cta-wrap {
    position: relative;
    display: block;
    padding: 18px 12px 20px 20px;
    max-width: 836px;
    margin: 18px auto;
}
.cta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
}
.cta-header {
    display: flex;
    flex-direction: row;
    width: 64%;
    border-radius: 8px;
    background: #FFFFFF1A;
    padding: 8px;
    margin-top: 2px;
}
.cta-casino-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3px;
    margin-bottom: 13px;
}
.cta-casino-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cta-casino-name {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin-right: 16px;
}
.cta-casino-rating {
    display: flex;
    flex-direction: row;
    max-width: 148px;
    color: #a9adb9;
}
.cta-casino-rating-stars {
    margin-right: 10px;
}
.cta-casino-rating-stars > img {
    width: 14px;
    height: 14px;
}
.cta-casino-rating-value {
    font-size: 14px;
    margin-left: 1px;
    font-weight: normal;
}
.cta-casino-rating-value span:first-child {
    font-size: 16px;
    color: #5b8f35;
    font-weight: bold;
    margin-right: 1px;
}
.cta-casino-rating-value span:last-child {
    margin-left: 1px;
}
.cta-casino-image {
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    min-width: 128px;
    border-radius: 8px;
    margin-right: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-casino-image-mob {
    display: none;
}
.cta-casino-features, .content-section ul.cta-casino-features {
    list-style: none;
    margin: 0;
    color: #ffffff;
}
.content-section ul.cta-casino-features li {
    margin: 0;
}
li.cta-casino-feature {
    position: relative;
    padding-left: 18px;
    margin: 0;
    font-size: 12px;
    line-height: 1.25em;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}
.content-section ul.cta-casino-features li:not(:last-child), ul.cta-casino-features li:not(:last-child){
    margin-bottom: 8px;
}
.cta-casino-feature::before {
    content: url(../images/table-features.svg);
    position: absolute;
    top: -1px;
    left: 1px;
}
.cta-body {
    width: 36%;
    padding-left: 12px;
}
.cta-bonuses {
    text-align: center;
    margin-bottom: 12px;
}
.cta-bonus-text {
    color: #A9ADB9;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 8px;
}
.cta-bonus-text > img {
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.cta-bonus {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
.cta-bonus:not(:last-child){
    margin-bottom: 6px;
}
.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.cta-casino-button {
    display: inline-block;
    background: var(--color-primary);
    border-radius: 10px;
    padding: 11px 8px;
    font-size: 14px;
    line-height: 1.286em;
    width: 163px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cta-review-link {
    display: inline-block;
    color: var(--color-text-add);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dashed rgba(124, 132, 142, 0.5);
    text-decoration: none;
    margin: 0;
}
@media (max-width: 900px) {
    .cta {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .cta-header {
        width: 100%;
        margin-bottom: 12px;
    }
    .cta-body {
        width: 100%;
        padding-left: 0;
    }
    .cta-bonuses {
        margin-bottom: 15px;
    }
    .cta-casino-button {
        padding: 8px 8px;
        width: 140px;
    }
}
@media (max-width: 600px) {
    .cta-wrap {
        padding: 8px;
    }
    .cta-casino-name {
        font-size: 14px;
        margin-right: auto;
    }
    .cta-bonus-text {
        font-size: 12px;
    }
    .cta-bonus-text > img {
        margin-right: 12px;
    }
    .cta-bonus {
        font-size: 20px;
    }
    .cta-casino-rating-value {
        font-size: 10px;
    }
    .cta-review-link {
        order: -1;
        margin-bottom: 8px;
    }
    .cta-casino-header {
        margin-top: 0;
        margin-bottom: 0;
        flex-wrap: nowrap;
    }
    .cta-casino-image {
        display: none;
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .cta-casino-image-mob {
        display: block;
    }
    .cta-header {
        flex-wrap: wrap;
        padding: 8px 8px 12px 8px;
    }
    .cta-casino {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .cta-casino-inner {
        flex-direction: column;
        align-self: center;
    }
    .cta-casino-features, .content-section ul.cta-casino-features {
        margin-top: 10px;
    }
    .content-section ul.cta-casino-features li:not(:last-child) {
        margin-bottom: 4px;
    }
}

.ig-op-line {
    width: 12px;
    height: 2px;
    border-radius: 1px;
}

.ig-d-none {
    display: none;
}
.ig-d-block {
    display: block;
}
.ig-d-inline_block {
    display: inline-block;
}
.ig-d-flex {
    display: flex;
}
.ig-justify-start {
    justify-content: flex-start;
}
.ig-justify-center {
    justify-content: center;
}
.ig-align-center {
    align-items: center;
}
.ig-flex-row {
    flex-direction: row;
}
.ig-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ig-ws-nowrap {
    white-space: nowrap;
}
.ig-w-50 {
    width: 50%;
}
