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

/* Header start */
.space-header-ins {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.space-header-logo-ins a img {
    transform: scale(120%);
}

.space-header-menu {
    display: flex;
    width: 100%;
}

.header__btn {
    width: max-content;
    margin: 30px 0 0 auto;
}

.header__btn-link {
    text-transform: uppercase;
    color: #ffffff;
    background: #690000;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid white;
}
.header__btn-link:hover {   
    background: #ffffff;
    color: #ee1e06;
    box-shadow: 1px 1px 3px 0px rgb(255, 255, 255);
}

.space-header-menu ul.main-menu li a {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .space-header-ins {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .space-header-logo,
    .space-header-menu {
        width: auto!important;
    }
    .space-header-menu {
        display: flex;
        justify-content: end;
    }
    .header__btn {
        width: max-content;
        margin-top: 20px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .header__btn-link {
        border-radius: 10px;
        padding: 7px 10px;
        font-weight: bold;
        font-size: 18px;
    }
}

/* Header end */

/* Custom styles start */
.space-page-content dl dt {
    background: black;
}
table span {
    color: white!important;
}

h1 {
    text-align: center;
}

.space-footer-copy-left {
    margin-bottom: 0!important;
    color: white;
}

#scrolltop.show {
    bottom: 120px;
}
/* Custom styles end */

/* Catfish start */
.custom-catfish {
    display:none;
}

.custom-catfish {
    display:block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #ee1e06;
    z-index: 1000;

}

.custom-catfish__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    max-width: 1170px;
    margin: 0 auto;
}

.custom-catfish-content {
    display: flex;
    align-items: center;
    justify-content: left;
    background-size: cover;
    background-position: center;
    flex: 1;
    height: 100%;
}

.custom-catfish-content  p {
    margin-bottom: 0px;
}

.custom-catfish-content__text-title {
    font-size: 22px;
    font-weight:bold;
}

.custom-catfish-content__text-text {
    font-size: 20px;
}

.custom-catfish-content__text p {
    color: white;
}
.custom-catfish-btn1 {
    display: none;
}

.custom-catfish-btn a {
    text-decoration: none;
    color: #ee1e06!important;
    font-weight: bold;
    padding: 12px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
    transition: all ease .3s;
    border: 1px solid transparent;
    cursor: pointer;
}
.custom-catfish-btn a:hover {
    color: #ffffff!important;
    background-color: #690000;
    border: 1px solid white;
    box-shadow: 1px 1px 3px 0px rgb(255, 255, 255);
}


.custom-catfish-content__logo {
    display: flex;
    margin-right: 10px;
}

.custom-catfish-content__logo-img {
    max-height: 65px;
    width: 100%;
    max-width: 140px;
}

/* Стилі для хрестика */
.custom-catfish__cross {
    position: relative;
    top: -15px;
    right: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-catfish__cross::before,
.custom-catfish__cross::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    top: 0;
    left: 0;
}

.custom-catfish__cross::before {
    transform: rotate(45deg);
}

.custom-catfish__cross::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .custom-catfish__block {
        height: 100%;
        padding: 0 10px;
    }
    .custom-catfish-content__text-title {
        font-size: 18px;
        font-weight:bold;
    }
    .custom-catfish-btn a {
        padding: 10px 14px;
        font-size: 14px;
    }
    .custom-catfish-content__logo-img {
        height: 50px;
        width: 100%;
    }

    .custom-catfish-content__text-text {
        font-size: 16px;
    }

    .custom-catfish__cross {
        position: absolute;
        top: 10px;
        right: 5px;
    }
    #scrolltop.show {
        bottom: 100px;
    }
}


@media screen and (max-width: 480px) {
    .custom-catfish-content__text-title {
        font-size: 14px;
    }
    .custom-catfish-content__text-text {
        font-size: 12px;
    }

    .custom-catfish-btn a {
        padding: 7px 14px;
        font-size: 14px;
    }
    .custom-catfish-content__logo-img {
        max-height: 50px;
        width: 100%;
        max-width: 120px;
    }
    #scrolltop.show {
        bottom: 90px;
    }
}
/* Catfish end */


.space-header-logo {
    max-width: 170px;
}

