/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.6
*/
@import url("style_1.css");


/* Custom styles */
.custom-btn {
    display: flex;
    background-color: rgb(246, 157, 38);
    color: white!important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none!important;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 10px 0;
    transition: all ease .3s;
}
a.custom-btn:hover {
    background: rgb(232, 142, 20);
    transform: scale(105%);
}

.custom-title-space {
    padding: 20px 0;
}
/* Custom styles */



/* Header Styles */
.header-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.space-header-2-top-logo a.header-btns__link {
    display: block;
    background: rgb(246, 157, 38);
    color: white!important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 10px 0;
    transition: all ease .3s;
}
.space-header-2-top-logo a.header-btns__link:hover {
    background: rgb(232, 142, 20);
    transform: scale(105%);
}

.space-header-2-nav-ins .header-btns {
    display: none;
}

.space-header-2-nav-ins a.header-btns__link {
    display: block;
    color: white;
    background: rgb(246, 157, 38);
    font-weight: bold;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 50px;
}

.space-header-2-wrap.fixed .space-header-2-nav-ins .header-btns {
    display: flex;
    margin: 10px 0 0 0;
}

.space-header-2-wrap.fixed .space-header-2-nav-ins {
    display: flex;
    flex-direction: column-reverse;
}


@media screen and (max-width: 768px) {
    .space-header-2-top-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        width: 100%!important;
        margin: 0 5px;
    }

    .pace-header-2-top-ins {
        display: flex;
        justify-content: space-between;
    }

    .space-header-2-top-search {
        display: none;
    }

    .header-btns {
        gap: 5px;
    }

    .space-header-2-top-logo a.header-btns__link {
        white-space: nowrap;
        font-size: 14px;
        padding: 7px 10px;
    }
}
/* Header Styles */


/* FAQ */
.schema-faq {
    padding-top: 10px;
}

.schema-faq-question {
    display: block;
    padding: 20px 25px;
    color: #ffffff;
    background-color: #1d4673;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}

.schema-faq-question:before {
    content: "";
    width: 14px;
    height: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
}

.schema-faq-question:after {
    content: "";
    width: 3px;
    height: 14px;
    position: absolute;
    right: 15.5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
}

.schema-faq-section__active .schema-faq-question:after {
    opacity: 0;
}

.schema-faq-section {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #1d4673;
    border-radius: 3px;
}

.schema-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #444;
    opacity: 0;
}

.schema-faq-section__active {
    background: #ffffff;
    padding-bottom: 15px;
}

.schema-faq-section__active .schema-faq-question {

}

.schema-faq-section__active .schema-faq-answer {
    padding: 20px;
    opacity: 1;
}
/* FAQ */


/* TOP Banner styles */
.banner-top {
    background: #1c4673;
}

.banner-top__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 10px;
}
.banner-top__image {
    max-width: 40%;
    min-width: 35%;
}

.banner-top__content-title {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}

.banner-top__content-content {
    margin-bottom: 20px;
}

.banner-top__content-content p {
    color: white;
    line-height: 18px;
}


.banner-top__content-btn.custom-btn {
    display: flex;
    width: max-content;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .banner-top__block {
      flex-direction: column;
    }

    .banner-top__content-btn.custom-btn {
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .banner-top__image {
        width: 80%;
        max-width: unset;
        min-width: unset;
    }
}
/* TOP Banner styles */





/* Footer styles */
.space-footer-copy,
.footer-top {
    background-color: #1d4673;
}

.footer-top {
    padding: 30px 0 0 0;
}


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

.footer__market_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    transition: all .3s;
}

.footer-menu li a:hover {
    color: rgb(246, 157, 38);
}

.footer-menu-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-menu-title a {
    color: inherit;
}



.footer__market_list {
    display: flex;
    flex-wrap: wrap;
}

.footer__market_list_item {
    margin: 0 20px 20px 0;
}



.footer__market_list_item_url {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 158px;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s;
}

.footer__market_list_item_url svg {
    display: block;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

.footer__market_list_item_url:hover {
    color: #f7257f;
    border-color: #f7257f;
}

.footer__market_list_item_url:hover svg path {
    fill: #f7257f;
}

.footer-top-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.footer-top-item {
    width: 25%;
    padding: 0 15px;
}

.footer-top-items {
    width: 25%;
    padding: 0 15px;
}


.footer-top-info {
    width: 34%;
    padding: 0 15px;
}


.footer-description {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 15px;
}

.footer__org_list {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    grid-gap: 20px;
    align-items: center;
    border-top: 1px solid rgb(255 255 255/37%);
}

.footer__warning {
    background-color: #fff;
    padding: 40px 0;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center;
    line-height: 36px;
}



.footer-copyright {
    background-color: #111111;
    padding: 30px 0;
    color: #cecece;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    text-align: center;
}

.footer__org_list-url-logo {
    width: auto;
    max-height: 40px;
}

.footer-copyright-text {
    width: 100%;
}

.footer-description p {
    padding-bottom: 1.45em;
}

.footer-description a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
}

.footer-description a:hover {
    color: #d63031;
    text-decoration: none;
}



.footer-top-item__link {
    text-align: center;
    display: block;
    margin-bottom: 5px;

}

.footer-top-item__btn {
    display: block;
    border: none;
    width: max-content;
    text-transform: uppercase;
    font-weight: bold;
    color: #06066f;
    padding: 10px 20px;
    background: #05c489;
    margin: 0 auto;
    letter-spacing: 1px;
}

.responsible-space {
    display: block;
}

.space-footer-copy-left {
    text-align: center;
    color: #c0c0c0;
}

.footer-image-link {
    display: flex;
}



@media screen and (max-width: 991px) {
    .footer-top-info, .footer-top-item {
        width: 50%;
        margin-bottom: 25px;
    }
    .footer-top-info {
        margin-bottom: 35px;
    }
    .footer-menu-title {
        margin-bottom: 15px;
    }
    .footer-top-item__link {
        width: max-content;
        margin: 0 auto;
    }
    .footer-top-item__img {
        max-height: 180px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-info, .footer-top-item {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__market_list_item {
        margin: 0 10px 20px;
    }
    .footer-top {
        padding: 30px 0 15px;
    }
    .footer__market_list {
        justify-content: center;
    }
    .footer-top-block {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    .footer-top-items {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .footer__warning {
        padding: 30px 0;
        font-size: 18px;
        line-height: 32px;
    }
    .space-page-section-ins {
        padding-bottom: 10px;
    }
    .footer-top-item .footer-menu-title {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .footer-top-item .footer-menu-title::after {
        content: '\25B8';
        transition: transform 0.3s ease-out;
        font-size: 0.8em;
    }
    .footer-top-item.active .footer-menu-title::after {
        transform: rotate(90deg);
    }
    .footer-top-item.active .footer-menu {
        max-height: 500px;
        display: block;
    }
    .footer-menu {
        display: none;
        text-align: left;
    }
    .footer-menu li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
    .footer-top-item {
        width: 100%;
        margin-bottom: 0;
    }
    .space-footer-top-age {
        gap: 0 10px;
    }
    .copyright-block {
        font-size: 12px;
    }

    .space-footer-copy {
        padding: 10px 0!important;
    }
}

@media screen and (max-width: 478px) {
    .footer-space {
        padding-bottom: 50px;
    }
}





/* Footer Gambles start */
.footer-gambles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    color: white;
    gap: 15px;
}

.footer-gambles__item-link {
    position: relative;
    display: block;
    max-width: 120px;
    max-height: 60px;
}

.footer-gambles__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 60px;
}
/* Footer Gambles end */

/* Cookie */
.cookie-consent {
    position: fixed;
    bottom: 10px;
    border-radius: 10px;
    background-color: #0c2a4d;
    color: white;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    width: 70%;
    left: 15%;
    right: 15%;
}

.close-consent {
    position: absolute;
    right: 5px;
    top: 5px;
    float: right;
    font-size: 20px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#acceptCookie {
    background-color: #1d4673;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    margin: 5px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .cookie-consent {
        font-size: 12px;
        width: 90%;
        left: 5%;
        right: 5%;
    }
}
/* Cookie */
/* Footer styles */








/* ACF Block */
.twice-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.twice-box__left,
.twice-box__right {
    flex: 1;
    padding: 20px;
}


.twice-box .casinos-block__item-btn {
    width: max-content;
}

@media screen and (max-width: 768px) {
    .twice-box {
        flex-direction: column;
    }
}

/* ACF Block */




/* Shortcode casinos */
.casinos-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.casinos-block__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ff840b;
    box-shadow: 0 4px 15px 0 #f1e6ca;
}
.casinos-block__item:first-child {
    border: 1px solid #0b7937;
    box-shadow: 0 4px 15px 0 #cff1ca;
}

.casinos-block__item-brand-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-width: 200px;
}
.casinos-block__item-brand-number span {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: white;
    background-color: #4f4f4f;
    border-radius: 20px 20px 0 0;
    padding: 5px 0;
}
.casinos-block__item:first-child .casinos-block__item-brand-number span {
    background-color: #0b7937;
}
.casinos-block__item:nth-child(2) .casinos-block__item-brand-number span {
    background-color: #ff840b;
}
.casinos-block__item:nth-child(3) .casinos-block__item-brand-number span {
    background-color: #ff2b2b;
}
.casinos-block__item:nth-child(4) .casinos-block__item-brand-number span {
    background-color: #4f4f4f;
}
.casinos-block__item-brand-number img {
    max-width: 80%
}





.casinos-block__item-title {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
}

.casinos-block__item-link {
    font-weight: bold;
    color: #0b7937!important;
    font-size: 18px;
    line-height: 20px;
}

.casinos-block__item-rating {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    gap: 5px;
}
.casinos-block__item-rating .space-companies-archive-item-rating {
    margin-bottom: 0;
}

.casinos-block__item-rating span {
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    color: #0b7937;
}

.casinos-block__item-bonus {
    flex-grow: 1;
    text-align: center;
    border: 1px solid #0b7937;
    border-radius: 10px;
    font-size: 20px;
    line-height: 22px;
    color: #0b7937;
    margin: 0 10px;
    padding: 10px;
}

.casinos-block__item-advantages {
    flex-grow: 1;
    padding: 0 10px;
}
.casinos-block__item-advantage {
    display: flex;
    align-items: center;
    gap: 5px;
}

.casinos-block__item-btn {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 0 0 10px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.casinos-block__item-btn {
    position: relative;
    animation: pulse 3s infinite ease-in-out;
}

@media screen and (max-width: 1200px) {
    .casinos-block__item-advantages {
        display: none;
    }
    .casinos-block__item-bonus {
        flex-grow: 1;
    }
}

@media screen and (max-width: 768px) {
    .casinos-block__item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .casinos-block__item-brand-number {
        margin-left: auto;
        width: 47%;
    }
    .casinos-block__item-title {
        width: 47%;
        align-items: start;
        padding: 0 5px;
    }

    .casinos-block__item-bonus {
        text-align: center;
        width: 100%;
    }

    .casinos-block__item-advantages {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }



    .casinos-block__item-btn {
        width: 100%;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        line-height: 24px;
        padding: 10px 20px;
        margin: 0;
    }


    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.02);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1);
        }
    }
}

/* Shortcode casinos */