.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Commissioner";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Commissioner";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Commissioner";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Commissioner";--e-global-typography-accent-font-weight:500;background-color:#081B30;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@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 */#top {
   width: 100%;
   position: relative;
}

footer {
   font-family: Ubuntu, sans-serif, system-ui;
   color: #d3d3d3;
   background-color: #001222;
   padding: 20px 0;
}

.footer-container {
   width: 90%;
   margin: 0 auto;
}

.footer-top {
   margin-bottom: 20px;
   display: flex;
   justify-content: center;  /* центрируем лого */
   align-items: center;
}

.payment-logos {
   width: auto;
   height: 60px; /* фиксируем одинаковую высоту */
   display: inline-block;
}

.footer-bottom {
   display: flex;
   align-items: center; /* ставим GCB лого и текст по одной линии */
   gap: 20px;
}

.gsb-logo-container {
   flex: 0 0 auto;
   margin-left: 0;
   padding-left: 0;
}

.gsb-logo {
   width: auto;
   height: 40px; /* одинаковая высота с текстом */
}

.footer-licence-info {
   flex: 1;
   font-size: 12px;
   font-weight: 400;
}

.footer-licence-info a {
   color: #FFE8A7;
   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-top {
       flex-wrap: wrap;
   }
   .payment-logos {
   width: auto;
   height: 80%; /* фиксируем одинаковую высоту */
   display: inline-block;
   margin-bottom: -20px;
}
   .footer-bottom {
       flex-direction: column;
       align-items: flex-start;
   }
   .gsb-logo {
      display: none;
   }
   .footer-licence-info {
       font-size: 10px;
   }
}/* End custom CSS */