.elementor-kit-6{--e-global-color-primary:#98711C;--e-global-color-secondary:#0F2A43;--e-global-color-text:#F8F3F0;--e-global-color-accent:#EFE3CD;--e-global-color-1b2dd45:#FFFFFF;--e-global-color-5016e70:#83631D;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2rem;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2rem;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4rem;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-052e459-font-family:"Open Sans";--e-global-typography-052e459-font-size:20px;--e-global-typography-052e459-text-transform:uppercase;--e-global-typography-de26e50-font-family:"Open Sans";--e-global-typography-de26e50-font-size:12px;--e-global-typography-de26e50-line-height:1.5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:00px;}.elementor-element{--widgets-spacing:00px 00px;--widgets-spacing-row:00px;--widgets-spacing-column:00px;}{}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-kit-6{--e-global-typography-primary-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-gradient {
     font-weight: 500;
  background: linear-gradient(180deg, rgba(152, 113, 28, 1) 22.1%, rgba(152, 127, 16, 0.29) 51.2%, rgba(152, 113, 28, 1) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.shine-block {
  overflow: hidden;
}

.shine-block::before {
  content: "";
  position: absolute;
  top: -60%;                 /* захват ещё выше */
  left: -100%;               /* начинается дальше влево */
  width: 120%;               /* шире сам блик! */
  height: 220%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 65%,
    rgba(255,255,255,0.85) 80%,
    rgba(255,255,255,0.3) 100%
  );
  transform: skewX(-25deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.shine-block:hover::before {
  opacity: 1;
  animation: shine-wide 1.5s linear forwards;
}

@keyframes shine-wide {
  0%   { left: -80%; opacity: 0.4;}
  70%  { left: 100%; opacity: 0.7;}
  100% { left: 130%; opacity: 0;}
}/* End custom CSS */