﻿/*
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.css");

/* Custom change start */
::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c10000;
}

::-webkit-scrollbar-thumb:hover {
    background: #c70000;
}

.space-header-wrap {
    border-bottom: 1px solid #e50539;
}

.space-header-logo {
    width: 15%;
}

.space-header-menu {
    width: 85%;
}


.space-header-logo-ins {
    margin: 0 7px;
    padding-right: 7px ;
}

@media screen and (max-width: 479px) {
    .space-header-logo-ins {
        margin: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .space-header-logo-ins img {
        max-width: 100px;
        margin: 0 auto;
    }
}

.space-header-logo-ins a {
    display: flex;
    align-items: center;
}

.space-header-menu ul.main-menu li a {
    padding: 24px 10px;
}

.header-custom-btns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 5px;
}

@media screen and (max-width: 479px) {
    .header-custom-btns {
        margin-right: 0;
    }
}

.header-custom-link {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 15px;
    border-radius: 5px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.header-custom-link:hover {
    background-color: #434343;
    color: white;
}

@media screen and (max-width: 1199px) {
    .space-header-logo {
        width: 30%!important;
        padding: 10px 0;
    }
    .space-header-menu {
        width: 70%!important;
    }
    .space-header-logo a {
        padding-top: 0!important;
    }
    .header-custom-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .space-header-ins {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5px 0 10px;
    }
    .space-header-logo {
        width: max-content!important;
        padding: 10px 0;
    }
    .space-header-menu {
        width: max-content!important;
    }
    .header-site-name,
    .header-site-name-location {
        font-size: 20px!important;
    }
}

@media screen and (max-width: 479px) {
    .space-header-logo {
        width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    .space-header-menu {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .space-header-logo-ins a {
        padding-top: 5px!important;
        margin-left: -10px;
    }

    .header-site-name,
    .header-site-name-location {
        font-size: 16px!important;
    }

    .space-header-logo a.text-logo {
        font-size: 18px;
        justify-content: end;
    }
    .header-custom-link {
        margin-right: 5px;
        padding: 7px ;
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .space-header-ins {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .space-header-logo-ins {
        padding-top: 0 !important;
        margin-left: 0;
    }
}

@media screen and (max-width: 479px) {
    .space-header-logo-ins a {
        padding-top: 0 !important;
        margin-left: 0;
    }
}

.space-breadcrumbs a {
    color: #bb121f;
}

.space-breadcrumbs span.breadcrumb_last {
    color: #c10000;
}

.space-front-page {
    padding: 20px 0!important;
}

.wp-block-table table td:has(strong) {
    background-color: #ff0000;
    color: white;
}

/* Custom change end */

/* Banner Block Front Page start */
.card {
    background-color: #232323;
    color: white;
}

.card h1 {
    color: white;
}


.card-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.card-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 30px 20px;
    width: 50%;
}
.banner-content__title {
    margin-bottom: 16px;
}
.banner-content__text p {
    margin-bottom: 10px;
}

.banner-content__btn {
    display: block;
    text-align: center;
    padding: 15px 30px;
    background-color: #e50539;
    margin: 30px auto 10px;
    width: max-content;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 10px;
}

.card-img-block {
    padding: 30px 0 0 0;
    width: 50%;
}
.card-img-block img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .card .space-page-wrapper {
        padding-bottom: 20px;
    }
    .card-block {
        flex-direction: column;
        justify-content: center;
    }
    .card-content {
        margin: 0 20px;
        padding: 30px 0 20px;
        width: auto;
    }

    .card-img-block  {
        padding: 0 0 20px;
        width: 100%;
    }
}
/* Banner Block Front Page end */

/* Pages Link */
.page-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
    width: 100%;
}
.page-links__item {
    display: flex;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid silver;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    transition: all ease-in-out .3s;
    font-size: 20px;
    line-height: 24px;
}
.page-links__item:hover {
    border: 1px solid #e50539;
    color: #e50539;
}
/* Pages Link */


/* Custom Demo Block */
.demo-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.buttons-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
}
.iframe-container {
    margin-top: 20px;
}

.btn-demo,
.btn-real-money {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #2ecc71 !important;
    box-shadow: 0px 5px 15px 0px rgba(46, 204, 113, 0.55) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none!important;
    cursor: pointer;
    font-weight: 900;
    outline: none;
    border: none;
    white-space: nowrap;
    transition: all ease .3s;
}

.btn-demo:hover ,
.btn-real-money:hover {
    transform: scale(101%);
    font-size: 17px;
}
/* Custom Demo Block */



/* Custom Footer */
.footer,
.space-footer-copy {
    background-color: #141212;
}

.footer-top {
    padding: 70px 0 15px;
}

@media screen and (max-width: 767px) {
    .footer-top {
        padding: 30px 0 15px 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;
}

@media screen and (max-width: 767px) {
    .footer__market_list {
        justify-content: center;
    }
}

.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: #f7257f;
}

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

@media screen and (max-width: 991px) {
    .footer-menu-title {
        margin-bottom: 15px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .footer__market_list_item {
        margin: 0 10px 20px 10px;
    }
}

.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;
    margin: 0 -15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer-top-block {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
}

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

@media screen and (max-width: 991px) {
    .footer-top-item {
        width: 50%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-item {
        width: auto;
        padding: 0;
        text-align: center;
    }
}

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

@media screen and (max-width: 991px) {
    .footer-top-info {
        width: 50%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-info {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

.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;
}

@media screen and (max-width: 767px) {
    .footer__warning {
        padding: 30px 0;
        font-size: 18px;
        line-height: 32px;
    }
}

.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: #f7257f;
    text-decoration: none;
}

/* Styles for footer menu */
@media (max-width: 767px) {
    .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;
    }

    .footer-top-item.active .footer-menu-title::after {
        transform: rotate(90deg);
    }

    .footer-top-item.active .footer-menu {
        max-height: 500px;
    }

    .footer-menu li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .footer-top-item {
        width: 100%;
        margin-bottom: 0;
    }

    .footer-menu {
        display: none;
        text-align: left;
    }

    .footer-top-item.active .footer-menu {
        display: block;
    }

    .footer-top-item .footer-menu-title::after {
        font-size: 0.8em;
    }
}
/* Styles for footer menu */

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

.footer-gambels__item {
    margin: 0 10px;
}

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

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

.header-3__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0 0;
    width: max-content;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    .header-3__right {
        padding: 10px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .header-3__right {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .header-3__right {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
}

/* Lang */
.lang {
    margin: 0 15px 0 5px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    padding: 0 0 0 10px;
}

@media screen and (max-width: 1199px) {
    .lang {
        margin: 0 15px 0 5px;
        padding: 0 10px;
        border-right: 1px solid rgb(255 255 255 / 15%);
    }
}

@media screen and (max-width: 600px) {
    .lang {
        padding: 0 8px;
    }
}

.lang__sub-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    background: rgba(60, 84, 103, .54);
    border: 1px dotted hsla(0, 0%, 100%, .3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .4);
    padding: 15px;
    min-width: 170px;
}

@media screen and (max-width: 600px) {
    .lang__sub-list {
        padding: 10px;
    }
}

.lang__list_item {
    position: relative;
}

.lang__list_item_btn {
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .lang__list_item_btn {
        width: 30px;
        height: 30px;
    }
}

.lang__sub-list_item_url {
    display: block;
    border-radius: 8px;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.lang__list_item_url-icon, .lang__sub-list_item_url-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: none;
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .lang__list_item_url-icon, .lang__sub-list_item_url-icon {
        width: 30px;
        height: 30px;
    }
}

.lang__sub-list_item_url-icon {
    margin-right: 10px;
}

.lang__sub-list_item_url span {
    vertical-align: middle;
}

.lang__sub-list_item_url:hover {
    background-color: hsla(0, 0%, 98%, .52);
    transition: all .3s ease-in-out;
}

.lang.active .lang__sub-list {
    display: block;
}
/* Lang */

.space-mobile-menu-icon {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .space-mobile-menu-icon {
        margin-right: 10px;
    }
}

@media screen and (max-width: 479px) {
    .space-header {
        min-height: 95px !important;
    }
}