html.menu-active,
html.bonuses-active {
    max-height: 100%;
    overflow: hidden;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
.page__load-more {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 1px solid #303241;
    border-radius: 16px;
}

.page__load-more:hover {
    text-decoration: none;
    background-color: #4F5266;
    border-color: #4F5266;
    cursor: pointer;
}
.page__load-more--link {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    color: #7ED7FF;
    text-transform: initial;
    border: 0;
    border-bottom: 1px dashed;
    border-radius: 0;
}

.page__load-more--link:hover {
    text-decoration: none;
    border-bottom: 0;
    background-color: transparent;
}
.page__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin: 0 0 15px;
    list-style: none;
    border: 1px solid #303241;
    border-radius: 16px;
}

.page__pagination a,
.page__pagination span {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 1px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}

.page__pagination a:hover,
.page__pagination a:active,
.page__pagination a.current,
.page__pagination span.current {
    color: #1B1F2F;
    background-color: #F1F1F1 !important;
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.page__pagination a.prev,
.page__pagination a.next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 6 10'%3E%3Cpath fill='%23fff' d='m.285 5.39 4.45 4.45c.103.103.24.16.387.16a.543.543 0 0 0 .386-.16l.328-.327a.548.548 0 0 0 0-.774L2.1 5.002l3.741-3.74A.543.543 0 0 0 6 .873a.544.544 0 0 0-.16-.387L5.513.16A.543.543 0 0 0 5.126 0a.543.543 0 0 0-.387.16L.285 4.614a.544.544 0 0 0-.16.388c0 .147.056.285.16.388Z'/%3E%3C/svg%3E") center no-repeat;
    text-indent: -9999px;
    background-size: 10px;
}

.page__pagination a.prev:hover,
.page__pagination a.next:hover {
    background-image: url('/wp-content/themes/casinohi/assets/images/icons/chevron-dark.svg');
}

.page__pagination a.next {
    transform: rotate(180deg);
}
.casino__faq-bonuses:empty{
    display: none;
}

.casino__faq-bonuses {
    padding: 15px;
    width: 100%;
    margin-bottom: 1px;
    background-color: #2D3045;
    overflow-x: hidden;
}
.page__block--casinos {
    padding: 0 !important;
    background-color: transparent;
    overflow: hidden;
}

.page__block--casinos-margin {
    margin: 15px 0;
}

.page__block--casinos .page__block-title {
    margin-bottom: 1px;
    padding: 15px;
    background-color: #2D3045;
}

.page__block--casinos .casinos-top__title {
    display: none;
}

.page__block--casinos .page__block-title:before {
    background-image: url('/wp-content/themes/casinohi/assets/images/icons/blocks/site.svg');
}

.page__block--license .page__block-title:before {
    background-image: url('/wp-content/themes/casinohi/assets/images/icons/blocks/license.svg');
}

.page__block--support .page__block-title:before {
    background-image: url('/wp-content/themes/casinohi/assets/images/icons/blocks/support.svg');
}
.page__block--about .page__block-title:before {
    background-image: url('/wp-content/themes/casinohi/assets/images/icons/blocks/about.svg');
}

.page__block--symbols .page__block-title:before,
.page__block--plus-minus .page__block-title:before,
.page__block--properties .page__block-title:before,
.page__block--slot-bonuses .page__block-title:before,
.page__block--another-games .page__block-title:before,
.page__block--reviews .page__block-title--icon:before {
    display: none;
}
.round-ico {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: var(--khi-base-color);
    border-radius: 50%;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.page__block--symbols .page__block-title img,
.page__block--plus-minus .page__block-title img,
.page__block--properties .page__block-title img,
.page__block--slot-bonuses .page__block-title img,
.page__block--another-games .page__block-title img,
.page__block--reviews .page__block-title img {
    display: block;
    width: 40px;
    height: 40px;
}

.page__block--total {
    position: relative;
    margin: 15px 0;
    border-bottom: 3px solid var(--khi-base-color);
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.page__block--total:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 13px;
    background: linear-gradient(180deg, rgba(45, 48, 69, 0) 0%, var(--khi-base-color) 100%);
}
.page__block-title {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    align-items: center;
}

.page__block-title--icon {
    margin-bottom: 25px;
    position: relative;
}

.page__block-title--icon > img {
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.page__block-title--icon:before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: var(--khi-base-color);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    align-self: flex-start;
}
.page__block-subtitle {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.page__block-title:after,
.page__block-subtitle:after {
    content: attr(data-count);
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}

.page__block-subtitle--big-margin {
    margin-bottom: 25px;
}
.page__block-buttons {
    display: flex;
    margin-bottom: 25px;
    background-color: #2D3045;
}

.page__block-button--reviews {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    color: var(--khi-base-color);
    border: 1px solid var(--khi-base-color);
    border-radius: 20px;
    position: relative;
}

.page__block-button--reviews:hover {
    color: #1B1F2F;
    background-color: var(--khi-base-color);
}

.page__block-button--more {
    display: block;
    position: relative;
    width: 160px;
    height: 40px;
    margin: 25px auto 15px;
    padding: 10px 50px 10px 18px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #4F5266;
    border-radius: 30px;
    text-align: center;
}

.page__block-button-ico {
    display: block;
    position: absolute;
    top: 1px;
    right: 2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
}

.page__block-button--more:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html.menu-active .header-search__form {
    display: flex;
    position: initial;
    width: 100%;
    background-color: #383A48;
}

html.menu-active .header-search__form .mlives-results {
    max-width: initial;
    width: 100% !important;
    left: 0;
}

.header-search__form.active {
    display: flex;
}

.header-search__text {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    outline: none;
    font-size: 16px;
    background-color: #313C59;
    border: 0;
    border-radius: 3px;
}

html.menu-active .header-search__text {
    width: 100%;
    background-color: #383A48;
}

.header-search__text:focus {
    outline: none;
}

.header-search__text::-webkit-input-placeholder { /* Chrome */
    color: #fff;
}

.header-search__text:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.header-search__text::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.header-search__text:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

/* Search Override */
.header-search__form .mlives-results {
    margin-top: 50px;
}

.header-search__form .mlives-results__block {
    border: 0 !important;
    border-top: 1px solid #0C0F1D;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
}

.header-search__form .mlives-buttons {
    border-bottom: 1px solid #2B2F45;
    background-color: #1C1F31;
}

.header-search__form .mlives-results__button {
    background-color: #1C1F31;
}

.header-search__form .mlives-results__button:hover,
.header-search__form .mlives-results__button.active {
    background-color: #2B2F45;
}

.header-search__form .mlives-results__item {
    background-color: #1C1F31;
    border-bottom: 1px solid #2B2F45 !important;
}

.header-search__form .mlives-results__item a {
    text-decoration: none !important;
}

.header-search__form .mlives-results__item a ,
.header-search__form .mlives-results__item a:hover {
    text-decoration: underline;
}

.header-search__form .mlives-results__content {
    color: #FFF;
}

.header-search__form .mlives-results__show-all {
    background-color: #1C1F31;
    color: var(--khi-base-color);
    text-decoration: none;
}

.header-search__form .mlives-results__show-all:hover {
    background-color: #1C1F31;
    text-decoration: underline;
}

.header__bonuses-button:hover {
    opacity: .8;
}
.header__auth:hover {
    background: var(--khi-base-color-dark);
}

.header__auth__out:hover,
.header__auth__in:hover {
    fill: var(--khi-base-color);
}

.actual-mirrors-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.actual-mirrors {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #4F5266;
    border-radius: 25px;
    color: #fff;
    flex: 1;
    text-decoration: none;
    min-height: 50px;
    font-weight: 700;
    font-size: 14px;
}

.actual-mirrors__label {
    flex: auto;
}

.actual-mirrors__icon {
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    background-size: cover;
}

.actual-mirrors__icon--before {
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6959 6.98027H17.5219V2.5672C17.5219 2.20714 17.23 1.91504 16.8698 1.91504H0.652342C0.292101 1.91504 0 2.20714 0 2.5672V13.8936C0 14.2536 0.292101 14.5457 0.652342 14.5457H6.36969V16.7414H4.86955V18.0457H12.6521V16.7414H11.1522V14.5674H13.1522V16.7848C13.1522 17.1307 13.2895 17.4626 13.5341 17.7072C13.7787 17.9518 14.1106 18.0892 14.4565 18.0892H18.6957C19.0416 18.0892 19.3735 17.9518 19.6181 17.7072C19.8626 17.4626 20 17.1307 20 16.7848V8.28477C20 7.9387 19.8626 7.60695 19.6181 7.36238C19.3735 7.1178 19.0416 6.98026 18.6957 6.98026L18.6959 6.98027ZM13.1525 8.28459V11.4586H1.30468V3.19773H16.218V6.98032H14.4572C14.1113 6.98032 13.7793 7.11785 13.5348 7.36243C13.2902 7.60701 13.1528 7.93876 13.1528 8.28483L13.1525 8.28459ZM18.6959 14.7846H14.4567V10.0019H18.6959V14.7846Z' fill='white'/%3E%3C/svg%3E%0A");
}

.actual-mirrors__icon--after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9588 6.94825L6.42525 2.41618C6.06634 2.05727 5.54323 1.9171 5.05302 2.0484C4.56271 2.17981 4.17976 2.56276 4.04846 3.05297C3.91705 3.54329 4.05724 4.0664 4.41615 4.42519L7.98945 7.99997L4.41615 11.5747C4.14968 11.8412 4.00003 12.2025 4.00003 12.5793C4.00003 12.9561 4.14967 13.3175 4.41615 13.5839C4.68262 13.8503 5.04392 14 5.42071 14C5.7975 14 6.1588 13.8504 6.42527 13.5839L10.9588 9.05151C11.2254 8.78481 11.3746 8.42272 11.3733 8.04557V7.99998C11.3865 7.60723 11.2364 7.22656 10.9588 6.94847L10.9588 6.94825Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1024px) {
    .actual-mirrors__icon--after {
        display: none;
    }
}
.casino_item_burger .casino_image {
    padding: 10px 15px;
    width: 50%;
    background: #1C1F31;
}
.casino_item_burger .casino-logo-image {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.casino_item_burger .casino_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    width: 50%;
    background: #2B2E41;
}
.casino_item_burger .casino_bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.casino_item_burger .casino_bonus_title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.casino_item_burger .copy-code {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1B1F2F;
    background-color: var(--khi-base-color);
    border: 1px solid var(--khi-base-color);
    border-radius: 30px;
    cursor: pointer;
}
.casino_item_burger .copy-code::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 6px;
    background: var(--kznh-ico-clip-black);
}
.casino_item_burger .btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 7px 10px;
}
.casino_item_burger .btn-orange:hover {
    color: #1B1F2F;
    background-color: var(--khi-base-color);
    border: 1px solid var(--khi-base-color);
}

.menu__main--active .casino_item_burger {
    display: flex;
}

.app__icon.android.pointer {
    cursor: pointer;
}

@media(min-width: 768px) {
    .page__intro-show-more {
        display: none;
    }

    .page__pagination a,
    .page__pagination span {
        margin: 0 4px;
    }

    .page__pagination a.prev,
    .page__pagination a.next {
        width: auto;
        padding: 0 10px;
        font-weight: bold;
        background: none;
        text-indent: initial;
        transform: rotate(0deg);
    }

    .page__pagination a.prev:hover,
    .page__pagination a.next:hover {
        background-image: none;
    }
}
