.elementor-kit-12{--e-global-color-primary:#FCD62B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FCD62B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-kit-12 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    font-family: Neo Sans Pro, sans-serif !important;
    font-weight: 700;
    background-color: #000;
    color: #ffffff;
}

#top {
    width: 100%;
    position: relative;
}

/* Header and Navbar styling */
.header-dark {
    background-color: #1f2022;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand img {
    max-width: 50%;
    height: auto;
}

.navbar-dark .navbar-nav {
    align-items: center;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ebb135;
}

/* Navbar actions (login and registration) */
.navbar-actions {
    display: flex;
    align-items: center;
}


/* Button styling */
.button-container {
    display: flex;
    align-items: center;
}

/* Registration button styling - с округлыми углами для всех состояний */
.btn-light.action-button {
    background: linear-gradient(180deg, #ebb135, #f5890d);
    color: #000;
    border: 1px solid #f5890d;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.btn-light.action-button:last-child {
    margin-right: 0;
}

.btn-light.action-button:hover {
    background: linear-gradient(180deg, #ebb135, #ebb135);
    color: #000;
    box-shadow: 0 0 10px rgba(235, 177, 53, 0.5);
    border: 1px solid #ebb135;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .navbar-brand img {
        max-width: 30%;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        max-width: 35%;
    }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 150px;
    }
    
    .btn-light.action-button {
        padding: 8px 12px;
        font-size: 10px;
    }
    
    /* Hide Log In button on mobile if needed */
    .login-link {
        display: none;
    }
}

/* MOBILE FIX: Position logo, burger, and Sign Up button */
@media (max-width: 576px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 60px;
        padding: 5px 15px;
    }
    
    .navbar-brand {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        z-index: 2;
    }
    
    .navbar-brand img {
        max-width: 100px;
    }
    
    .navbar-toggler {
        position: relative;
        padding: 8px 8px;
        font-size: 1.2rem;
        z-index: 3;
    }
    
    /* Position Sign Up button on the right */
    .btn-light.action-button.signup {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1001;
        padding: 8px 12px;
        font-size: 10px;
        border-radius: 30px;
    }
    
    /* Position the collapsed menu below the navbar */
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1f2022;
        z-index: 1000;
        box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    }
    
    .navbar-collapse.show {
        z-index: 1000;
        display: block;
    }
    
    .navbar-collapse.justify-content-center {
        justify-content: center !important;
    }
    
    .navbar-dark .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 15px;
    }
}

footer {
    font-family: Neo Sans Pro, sans-serif;
    color: #ffffff;
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    width: 80%;
    margin: 0 auto;
}

.footer-top {
    margin-bottom: 20px;
}

.payment-logos {
    width: 100%;
    height: auto;
    display: block;
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
}

.gsb-logo-container {
    flex: 0 0 10%;
    margin-left: 50px;
    padding-left: 20px;
}

.gsb-logo {
    width: 100%;
    height: auto;
    max-width: 60px;
}

.footer-licence-info {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
}

.footer-licence-info a {
    color: #f5890d;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-licence-info a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .footer-container {
        width: 90%;
    }
    
    .footer-bottom {
        flex-direction: column;
    }
    
    .gsb-logo {
       display: none;
    }
    
    .footer-licence-info {
        font-size: 10px;
    }
}/* End custom CSS */