.text__styled {
    gap: 12px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.large-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #B7B7C6;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);


    list-style: none;
    padding-left: 0;
    margin: 0;
    clear: both;
}

.large-number li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
    counter-increment: custom-counter;
}

.large-number li:before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #6A8FFF;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.large-number__title {
    font-size: 18px;
    font-weight: 700;
    line-height: var(--spacing-l);
    text-align: left;
    color: #809FFF;
    display: block;
}

hr {
    margin: 20px 0;
    clear: both;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #595577;
}


.xs-full {
    width: 100%;
}

@media (min-width: 576px) {
    .xs-full {
        width: auto;
    }

    .large-number {
        clear: none;
    }
}

.footer {
    border-top: solid #383869 1px;
    padding-top: 24px;
}

.footer__container {
    gap: var(--spacing-ml);
    display: grid;
    padding-bottom: var(--spacing-ml);
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 40px;
    }
}

/*
 * ==========================================================================
 * Footer Menu
 * ==========================================================================
 */
.footer__menu,
.footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-row,
.footer__menu ul,
.footer__menu {
    display: flex;
    flex-direction: column;
}

.footer__menu > li + li {
    margin-top: var(--spacing-ml);
}

.footer__menu > li > ul {
    margin-top: var(--spacing-ml);
}

.footer__menu > li > a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-white);
}


.footer__menu li li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFFB2;
    text-decoration: none;
}

.footer__menu ul {
    gap: var(--gap);
}

.footer__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.footer__text p {
    margin: 0;
}

.footer__text p + p {
    margin-top: var(--gap);
}

@media (min-width: 576px) {
    .footer__menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--gap);
    }

    .footer__menu > li {
        flex: 1 0 50%;
    }

    .footer__menu > li + li {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .footer__container {
        display: grid;
        grid-template-columns: 230px auto 230px;
        gap: var(--spacing-m);
    }

    .footer__nav {
        grid-row-start: 1;
        grid-row-end: 3;

        grid-column-start: 1;
        grid-column-end: 3;
    }

    .footer__text {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}

@media (min-width: 1024px) {
    .footer__menu {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*
 * ==========================================================================
 * Footer Subscribe
 * ==========================================================================
 */

.footer___subscribe,
.subscribe__form {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.footer___subscribe {
    background: #2B2A35;
    padding: var(--gap);
    border-radius: var(--radius-m);
    align-self: baseline;
}

.sprite.letter {
    width: 24px;
    min-width: 24px;
    height: 24px;
    pointer-events: none;
    margin: 0 var(--gap);
}

.footer___subscribe-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--color-white);
}

.subscribe__label {
    display: flex;
    align-items: center;
    background: #3B3854;
    border-radius: var(--radius-m);
}

.subscribe__input {
    padding: 16px 0;
    border: 0;
    background: transparent;
    flex: 1;
    font-size: var(--spacing-base);
    color: var(--color-white);
}

/*
 * ==========================================================================
 * Footer Link's and App's
 * ==========================================================================
 */
.footer__apps,
.footer__links,
.footer__social {
    display: flex;
    gap: var(--gap);
}

.footer__links {
    flex-wrap: wrap;
}

.footer__social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__social a {
    background: #3B3854;
    padding: 7px;
    border-radius: var(--radius-m);
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social a:hover {
    background: var(--color-secondary);
}

.footer__social svg {
    width: 100%;
    height: 22px;
    fill: #fff;
}

/*
 * ==========================================================================
 * SideBar
 * ==========================================================================
 */
.module__wrapper {
    background: #3B3854;
    border-radius: var(--radius-m);
}

.module__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(255 255 255 / 70%);
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid rgb(121 121 121 / 50%);
}

.menu-sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar-expert {
    display: grid;
    row-gap: 0;
    column-gap: var(--gap);
    padding: var(--radius-m);
    grid-template-columns: 48px auto;
}

.sidebar-expert .ymyl-poster-link {
    grid-column-start: 1;
    grid-column-end: 2;

    grid-row-start: 1;
    grid-row-end: 3;

    border-radius: 12px;
    overflow: hidden;
}

.sidebar-expert .ymyl-poster-link img {
    display: block;
}

.sidebar-expert .ymyl-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

.sidebar-expert .ymyl-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #809FFF;
}


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

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.faq-section details {
    background-color: #333355;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.faq-section summary {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    list-style: none;
    color: #809FFF;
}


.faq-section summary:hover {
    color: var(--color-primary);
}

.faq-section details[open] summary {
    color: var(--color-primary);
}

.faq-section details p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF99;
}


.user__wrapper {
    width: 100%;
    background: #3B3854;
    padding: 12px;
    gap: 12px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: 100px auto;
}

.user__poster {
    width: 100px;
    position: relative;
    height: 100px;
    overflow: hidden;
    display: block;
}

.user__poster img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 4px;
}

.user__social {
    display: flex;
    gap: 5px;
    justify-self: end;
}

.user__social-link {
    width: 20px;
}

.user__social-link:hover {
    opacity: .7;
}

.user__info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.user__description {
    width: 100%;
}

.user__name,
.user__position {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

a.user__name {
    color: #FFFFFF;
    text-decoration: none;
}

.user__position {
    color: var(--color-secondary);
}

.user__description {
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .user__wrapper {
        grid-template-columns: 64px auto auto;
        grid-template-rows: auto;
    }

    .user__poster {
        width: 64px;
        height: 64px;
    }

    .user__info {
        grid-row-end: 2;
    }
}


/*
 * ==========================================================================
 * Form Registration
 * ==========================================================================
 */

.auth-popup__wrapper {
    background: #29263D;
}

.auth-popup__content-social {
    background: #793AFF80;
}

.auth-popup__tab-links .auth-popup__tab-link {
    color: #ffffff;
}

.auth-popup__tab-links .auth-popup__tab-link_active {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

.auth-popup__form-row_separator span {
    color: #793AFF80;
    border: 1px solid #793AFF80;
}

.auth-popup__form-row label {
    color: #fff !important;
}

.auth-popup__form-row label > a {
    color: rgb(255 255 255 / 80%) !important;
}

.auth-popup-btn, input[type="submit"].auth-popup__submit {
    padding: var(--spacing-sm) var(--spacing-ml);
    border-radius: var(--radius-s);
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    font-size: 14px;
    cursor: pointer;
}

.auth-popup-btn, input[type="submit"].auth-popup__submit:hover {
    background: var(--color-secondary-300);
    border-color: var(--color-secondary-300);
}

.auth-popup__form-row input[type="text"], .auth-popup__form-row input[name="user_email"], .auth-popup__form-row input[name="password"] {
    background: #fff;
    padding: 0 10px;
    border-radius: var(--radius-s);
}


.responsive__table table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 1em;
    border: 1px solid #4A4666;
    font-size: 16px;

}

.responsive__table table thead th {
    background-color: #0d055b;
    font-weight: bold;
    color: #fff;
}

.responsive__table table td,
.responsive__table table th {
    padding: 10px 15px;
    border-left: 1px solid #4d4c60;
}

.responsive__table table td:nth-child(1),
.responsive__table table th:nth-child(1) {
    border-left: 0;
}

.responsive__table table tr:nth-child(2n) td {
    background-color: #4A4666;
}

@media screen and (max-width: 767px) {

    .responsive__table {
        overflow-x: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .responsive__table::-webkit-scrollbar-thumb {
        border: 2px solid white;
        background-color: #ccc;
    }

    .responsive__table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .responsive__table::-webkit-scrollbar {
        height: 7px;
    }

    .responsive__table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(0, 0, 0, .3);
    }
}


/*
 * ==========================================================================
 * Shortcodes
 * ==========================================================================
 */
/* casino */
.top-games__wrapper,
.top-casino__wrapper {
    width: 100%;
    margin-bottom: var(--gap);
}

.top-games__wrapper .h2,
.top-casino__wrapper .h2 {
    margin-bottom: var(--gap);
}

.top-games,
.top-casino {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: 100%;
}

.top-casino__item {
    background: rgba(73, 70, 99, 1);
    border-radius: var(--radius-m);
    gap: var(--gap);
    padding: var(--gap);
    display: grid;
    grid-template-columns: 90px auto;
    flex: 1;
    position: relative;
}

.top-casino__item_badge {
    position: absolute;
    top: -10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    background: var(--color-secondary, #809FFF);
    padding: 0 var(--spacing-s) 0 var(--spacing-s);
    gap: var(--spacing-s);
    border-radius: var(--spacing-xxxs);
    display: flex;
    align-items: center;
}

.top-casino__item_badge svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.casino-top__item-logo__link,
.casino-top__item-logo {
    aspect-ratio: 3 / 2;
}

.casino-top__item-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B1B22;
}

.casino-top__item-logo img {
    aspect-ratio: 3 / 2;
    border-radius: var(--radius-xs);
    overflow: hidden;
    display: block;
    object-fit: contain;
    padding: 3px 5px;
    background: #1B1B22;
}

.top-casino__item-promo--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}

.top-casino__item-promo--code {
    display: flex;
    flex-direction: column;
}

.top-casino__item-promo--code_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.top-casino__item-promo--code_value {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 1px dashed var(--color-primary);
    display: flex;
    gap: var(--radius-s);
    cursor: pointer;
    align-self: baseline;
}

.top-casino__item-btn {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    display: flex;
    gap: var(--gap);
    align-self: end;
}

.top-casino__item-btn .btn {
    display: block;
    flex: 1;
}

@media (min-width: 768px) {
    .top-casino {
        flex-direction: column;
        width: 100%;
    }

    .top-casino__item {
        grid-template-columns: 90px auto 250px;
    }

    .top-casino__item-btn {
        grid-row: 1 / 2;
        grid-column: 3 / 4;
        align-self: center;
    }

    .top-casino__item-promo--code {
        flex-direction: row;
        gap: 5px;
        align-items: flex-end;
    }
}

/* slots */
.top-games__item {
    background: rgba(73, 70, 99, 1);
    border-radius: var(--radius-m);
    gap: var(--gap);
    padding: var(--gap);
    display: grid;
    grid-template-columns: 120px auto;
    flex: 1;
}

.top-games__item-logo {
    grid-row: 1 / 3;
}

.top-games__item-logo__link {
    border-radius: var(--radius-s);
    overflow: hidden;
    display: block;
    aspect-ratio: 3 / 2;
}

.top-games__info {
    display: grid;
    grid-template-columns: auto auto;
    align-self: center;
}

.top-games__developer {
    grid-column: 1 / 3;
}

.top-games__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
}

.top-games__rtp {
    background: #29263D;
    padding: 4px 8px 4px 8px;
    gap: var(--spacing-xs);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #FFD47E;
    display: flex;
    align-items: center;
    justify-self: end;
    align-self: baseline;
}

@media (min-width: 540px) {
    .top-games__item {
        grid-template-columns: 120px auto 140px;
    }

    .top-games__action {
        align-self: center;
    }

    .top-games__item-logo {
        grid-row: 1 / 2;
    }

    .top-games__rtp {
        justify-self: start;
    }

    .top-games__info {
        justify-self: baseline;
        gap: 0 10px;
    }
}

/* bonus */

.top-bonuses {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.top-bonuses__item {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    flex-wrap: wrap;
    position: relative;
    background: #3C3954;
    border-radius: 0 12px 12px;
    padding: 10px;
    min-width: 0;
}

.top-bonuses__item-type {
    position: absolute;
    top: -20px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    background: var(--color-secondary, #809FFF);
    padding: 0 var(--spacing-s) 0 var(--spacing-s);
    gap: var(--spacing-s);
    border-radius: var(--spacing-xxxs);
}

.top-bonuses__item-logo__wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
    aspect-ratio: 400 / 266;
}

.top-bonuses__item-logo {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 400 / 266;
    padding: 3px 5px;
    background: #1B1B22;
    display: block;
}

.top-bonuses__item-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.top-bonuses__item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;

    grid-column-start: 2;
    grid-column-end: 7;
    align-self: center;
}

.top-bonuses__item-promo--code_empty,
.top-bonuses__item-promo--code_value {
    grid-column-start: 1;
    grid-column-end: 4;
    border: 1px solid #595577;
    padding: 8px 12px 8px 12px;
    gap: 5px;
    border-radius: 12px;
    display: flex;
    align-items: center;

}

.top-bonuses__item-promo--code_value {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--color-primary);
    position: relative;
    justify-content: space-between;
    cursor: pointer;
}

.top-bonuses__item-promo--code_empty {
    font-size: 14px;
    justify-content: center;
}

.top-bonuses__item-promo--code_value small {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #8787A0;
    text-transform: none;
    background: #3C3954;
    top: -6px;
    padding: 0 3px;
    left: 10px;
    pointer-events: none;
}

.top-bonuses__item-btn {
    grid-column-start: 4;
    grid-column-end: 7;
    align-items: center;
    display: flex;
    justify-content: center;
}

.top-bonuses .btn {
    padding: 5px;
    width: 100%;
}

@media (min-width: 400px) {
    .top-bonuses__item-promo--code_value {
        font-size: 18px;
    }

    .top-bonuses .btn {
        padding: var(--spacing-s) var(--spacing-ml);
    }
}

@media (min-width: 768px) {
    .top-bonuses {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 10px;
    }
}

@media (min-width: 1024px) {
    .top-bonuses {
        grid-template-columns: repeat(3, 1fr);

    }

    .top-bonuses__item {
        grid-template-rows: auto 42px 42px;
    }

    .top-bonuses__item-promo--code_empty,
    .top-bonuses__item-promo--code_value {
        grid-column-start: 1;
        grid-column-end: 7;
    }

    .top-bonuses__item-promo--code_value small {
        top: -7px;
    }

    .top-bonuses__item-btn {
        grid-column-start: 1;
        grid-column-end: 7;
    }

    .top-bonuses .btn {

        margin-top: auto;
    }
}


.post__sitemap {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    line-height: 30px;
}

.post__sitemap a {
    text-decoration: none;
    color: var(--color-secondary);
}

.post__sitemap a:hover {
    text-decoration: underline;
}