.elementor-kit-6{--e-global-color-primary:#F5E5DC;--e-global-color-secondary:#C5C5C5;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFCE80;--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-6 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){margin-block-end: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 *//* Активная вкладка */
.elementkit-nav-link.active, 
.elementkit-nav-link[aria-selected="true"] {
  position: relative;
  z-index: 1;
}

/* Фон с блюром */
.elementkit-nav-link.active::before, 
.elementkit-nav-link[aria-selected="true"]::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #BBA174;
  background: linear-gradient(0deg, rgba(187, 161, 116, 1) 0%, rgba(187, 161, 116, 0.11) 100%);
  filter: blur(20px);
  opacity: 0.4;
  z-index: -1;
  border-radius: 8px;
}

/* Та самая полосочка снизу */
.elementkit-nav-link.active::after, 
.elementkit-nav-link[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -2px; /* можно подрегулировать */
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.01) 100%);
  opacity: 0.15;
  border-radius: 2px;
  animation: fadeIn 0.3s ease;
  z-index: 2;
}

/* Анимация полоски */
@keyframes fadeIn {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}/* End custom CSS */