/*
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("../mercury/style.css");

/* Custom styles */
/* Стилі для повзунка */
::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #0b1e3a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #00efe5;
    border-radius: 10px;
    border: 3px solid #0b1e3a;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #02cbc2;
}


.space-header-wrap {
    background: linear-gradient(90deg, #1c212b 50%, #0454c8 100%);
}

.space-box {
    background: #091225;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ffffff;
}
.space-page-content {
    color: #ffffff;
}

.modify-date {
    font-size: 12px;
    line-height: 12px;
    color: silver;
    margin: 10px 0 10px;
}

.space-header-menu ul.main-menu {
    padding-right: 10px;
}

.space-header-menu ul.main-menu li a {
    font-family: 'Lato-Regular';
    font-weight: bold;
    font-size: 18px;
}

.space-header-height .space-header-logo a {
    color: #ffffff;
    padding-top: 0;
    max-width: 190px;
    margin-top: 15px;
}
.space-header-menu ul.main-menu li a {
    font-weight: bold;
}
.space-header-logo-ins:after {
    content: unset;
}

.custom-btn {
    display: flex;
    gap: 7px;
    align-items: center;
}

.custom-btn__link:first-child {
    background: transparent;
    color: #ffffff;
}
.custom-btn__link {
    display: flex;
    padding: 10px 15px;
    /*background: #00efe5;*/
    background: #00efe5;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 9px;
    border: 1px solid white;
    color: #020814;
    gap: 10px;
    transition: all ease .3s;
}
.custom-btn__link:hover {
    transform: scale(102%);
}

.space-header-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.space-header-menu {
    display: flex;
    align-items: center;
    width: auto!important;
}

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



@media screen and (max-width: 1200px) {
    .space-header-height .space-header-logo a {
        margin-top: 5px;  
    }
    .space-header-height .space-header-logo a img {
        width: auto;
    }
    .custom-btn {
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .space-header-logo-ins {
        margin: 5px;
    }

    .custom-btn__link {
        display: flex;
        padding: 7px 10px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        border: 1px solid white;
        gap: 7px;
        transition: all ease .3s;
    }
}

@media screen and (max-width: 540px) {
    .custom-btn__link {
        display: flex;
        padding: 7px 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid white;
        gap: 7px;
        transition: all ease .3s;
    }

    .custom-btn {
        margin-top: 10px;
        margin-right: 45px;
    }
}
/* Custom styles */


/* Header styles */
.space-mobile-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.burger-toggle {
    display: none;
}

.burger-label,
.close-label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line {
    width: 100%;
    height: 4px;
    background: #ffffff;
    margin: 2px 0;
    transition: transform 0.3s ease;
}

.burger-toggle:checked + .burger-label .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger-toggle:checked + .burger-label .line:nth-child(2) {
    opacity: 0;
}

.burger-toggle:checked + .burger-label .line:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

/* Показати меню, коли чекбокс активний */
.space-box:has(.burger-toggle:checked) ~ .space-mobile-menu {
    opacity: 1;
    visibility: visible;
}

/* Сховати меню, коли чекбокс неактивний */
.space-box:has(.burger-toggle:not(:checked)) ~ .space-mobile-menu {
    opacity: 0;
    visibility: hidden;
}

/* Header styles */

/* BTN styles */
.custom-animated-button {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00EEE5;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease;
    margin: 15px 0;
}
.custom-animated-button:hover {
    transform: scale(105%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
/* BTN styles */


/* Home Banner */
.banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(0);
    animation: expandBanner .5s ease-out forwards;
}

.banner-content {
    width: max-content;
    margin: 0 auto;
    max-width: 390px;
}

.banner-content__title {
    font-family: 'CasinoFlat', sans-serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #ffffff;
    text-transform: initial;
    font-size: 35px;
    line-height: 32px;
    color: #00ebff;
    font-weight: 700;
    margin: 0 0 23px 0;
}
.banner-content__title-2 {
    font-family: 'RefrigeratorDeluxe-Heavy', sans-serif;
    text-transform: initial;
    color: #e6f1ff;
    font-size: 45px;
    margin: 0;
    line-height: 48px;
}
.banner-content__title-3 {
    font-family: 'RefrigeratorDeluxe-Heavy', sans-serif;
    text-transform: initial;
    font-size: 22px;
    line-height: 30px;
    color: #e6f1ffb3;
    letter-spacing: .66px;
    margin: 0;
}

.banner-content__btn {
    display: block;
    width: max-content;
    border: 1px solid #00efe5;
    background: #00efe5;
    border-radius: 10px;
    padding: 14px 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 70px auto  100px;
    transition:  all ease .3s;
}

.banner-content__btn:hover {
    display: block;
    width: max-content;
    border: 1px solid #00efe5;
    transform: scale(102%);
}

@keyframes expandBanner {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 998px) {
    .banner {
        background-size: cover;
        background-position: center;
    }

    .banner-content__title {
        font-weight: 700;
        color: #00efe5;
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background-position: center;
    }
    .banner-content__title {
        font-weight: 700;
        font-size: 32px;
        margin: 110px auto 60px auto;
        text-align: center;
    }

    .banner-content__btn {
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 540px) {
    .banner-content__title {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 1px;
        margin: 30px auto 30px auto;
    }
}

/* Home Banner */


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

.schema-faq-question {
    display: block;
    padding: 20px 45px 20px 60px;
    color: #ffffff;
    background-color: #17294E;
    border: 1px solid #ededed;
    font-size: 18px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}

.schema-faq-question:before {
    content: "?";
    text-align: center;
    color: #2e3246;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 20px;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    background-size: 13px;
    background-position: center center;
    transition: all 0.3s;
}

.schema-faq-section__active .schema-faq-question:before {
    /*background-color: #024c07;*/
}

.schema-faq-question:after {
    content: "➤";
    color: #ffffff;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 20px;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    background-size: 100%;
    background-position: center center;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.schema-faq-section__active .schema-faq-question:after {
    color: #ffffff;
    transform: rotate(90deg);
}

.schema-faq-section {
    overflow: hidden;
    margin-bottom: 20px;
}

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

.schema-faq-section__active .schema-faq-question {
    background-color: #0E1931;
    color: #ffffff;
    border-color: #fff;
}

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

/* Footer Top */
.space-footer-copy {
    background-color: #1C1E25;
}

.footer-top__company-logo img {
    max-height: 100px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
    width: 100%;
}

.footer-top__company {
    width: 30%;
}

.footer-top__company-social {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-top__company-social-link {
    display: block;
    width: 21px;
    height: 24px;
    margin-right: 10px;
}

.footer-top__company-social-link img {
    width: 100%;
    height: 100%;
}

.footer-top__company-copyright {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

.footer-top__menus {
    display: flex;
    justify-content: space-between;
    width: 68%;
}

.footer-top__menus-item-title {
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-top__menus ul a {
    color: white;
    text-decoration: none;
}

.footer-top__menus ul li {
    margin-bottom: 10px;
}

.footer-top__menus ul a:hover {
    text-decoration: underline;
}

.footer-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


@media screen and (max-width: 998px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer-top__company {
        width: auto;
    }

    .footer-top__company-logo {
        max-width: 325px;
    }

    .footer-top__company-social {
        justify-content: center;
    }

    .footer-top__company-logo-link {
        display: flex;
        justify-content: center;
    }

    .footer-top__company-copyright {
        margin-bottom: 30px;
    }

    .footer-top__menus {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-top__menus {
        flex-wrap: wrap;
    }
    .footer-top__menus-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer-top__menus-item-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-top__menus ul a {
        font-size: 14px;
    }

}

@media screen and (max-width: 540px) {
    .footer-top__menus {
        flex-wrap: wrap;
    }
    .footer-top__menus-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-top__menus-item-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-top__menus ul a {
        font-size: 14px;
    }
}

.footer-center__title {
    text-align: center;
    text-transform: uppercase;
    color: #9e9e9e;
    font-weight: 600;
}

.footer-center__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.footer-center__images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-center__images-img img {
    max-width: 175px;
    max-height: 50px;
    min-width: 50px;
    width: auto;
}
.footer-center__images-img_2 img {
    max-width: 175px;
    max-height: 80px;
    min-width: 50px;
    width: auto;
}

.footer-center__content {
    display: flex;
    align-items: center;
    width: 50%;
}

.footer-center__content-img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.footer-center__content-img img {
    width: 100%;
    height: 100%;
}

.footer-center__content-text {
    font-size: 14px;
    color: #838383;
    line-height: 14px;
}

.footer-bottom__content {
    padding: 10px 15px 40px;
    text-align: center;
    color: #737373;
    font-weight: 500;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
}


@media screen and (max-width: 768px) {
    .footer-center {
        flex-direction: column-reverse;
    }

    .footer-center__content {
        font-size: 12px;
        width: 100%;
    }

    .footer-center__images {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-center__content-text {
        color: #838383;
    }

    .footer-center__images-img img {
        max-width: 175px;
        max-height: 40px;
        min-width: 50px;
        width: auto;
    }
    .footer-center__images-img_2 img {
        max-width: 175px;
        max-height: 70px;
        min-width: 50px;
        width: auto;
    }
}
/* Footer Top */


/* Public */
.public {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid rgb(127 140 141 / 37%);
    color: #7f8c8d;
}

.public__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px;
}

.public__item {
    margin-left: 20px;
}

.public__author_link {
    color: #7f8c8d;
    transition: all 0.3s;
}

.public__author_link:hover {
    color: #000000;
}

.white {
    border-top: 1px solid rgb(178 190 195 / 37%);
    color: #b2bec3;
    z-index: 1;
}

.public-sidebar {
    padding-top: 20px;
    font-size: 14px;
    border-top: 1px solid rgb(127 140 141 / 37%);
    color: #7f8c8d;
}

.public-sidebar-margin {
    margin: 30px -30px 0;
}

.public-sidebar-full {
    margin-top: 30px;
    text-align: center;
}

.public-sidebar__item {
    margin-bottom: 15px;
}

.public-sidebar__date-update {
    margin-bottom: 0;
}

.public-bottom {
    padding-bottom: 20px;
}

.public-block {
    flex-wrap: wrap;
}

.public-for-title {
    border-top: none;
    margin: 20px 0;
}

.public__author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.public__author_url-img {
    margin: 0 12px;
}

.public__author_photo {
    display: block;
    width: 32px;
    border-radius: 50%;
    border: 3px solid rgb(127 140 141 / 37%);
    transition: all 0.3s;
}
/* Public */

/* 404 */
.error {
    background: #121318;
}
.error__body {
    color: #ffffff;
    text-align: center;
}

.error_sub-title {
    color: #ffffff;
}

.error__media_img {
    max-width: 300px;
}

.error__bottom {
    text-align: center;
    padding-top: 30px;
}

.error .error__bottom-url {
    display: inline-block;
    border: 1px solid #00efe5;
    /*background-color: #1d247b;*/
    padding: 10px 20px;
    border-radius: 4px;
    color: #00efe5;
    text-decoration: none;
    min-width: 200px;
    text-align: center;
    transition: all 0.3s;
}

.error .error__bottom-url:hover {
    box-shadow: 0px 0px 15px 0px rgb(29, 36, 123);
    color: #ffffff;
}

.error__media {
    padding: 20px 0;
}

.error .error__title {
    color: #00efe5;
    display: block;
    font-size: 70px;
}
/* 404 */