/**
Theme Name: Nord-Ost by MamyStrategie Child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factgo-child
Template: factgo
*/

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E30613 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}

.cky-btn-accept {
    background: #E30613 !important;
    color: #ffffff;
    border: 2px solid #E30613 !important;
}

.cky-btn-preferences {
    color: #E30613 !important;
    background: transparent;
    border: 2px solid #E30613 !important;
}

/* Preloader */
#custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease;
}

#custom-preloader .box-spinner {
    width: 80px;
    height: 80px;
    background: url('/wp-content/uploads/2026/02/Zasob-2.svg') no-repeat center;
    background-size: contain;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.4; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.4; }
}

