.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#767676;--e-global-color-accent:#00FF00;--e-global-color-2be8a2b:#FF0000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-4052301-font-family:"Montserrat";--e-global-typography-4052301-font-size:16px;--e-global-typography-4052301-font-weight:400;background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-primary );border-radius:20px 20px 20px 20px;padding:15px 60px 15px 60px;}.elementor-kit-10 input:not([type="button"]):not([type="submit"]),.elementor-kit-10 textarea,.elementor-kit-10 .elementor-field-textual{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}.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:830px){.elementor-kit-10{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:425px){.elementor-kit-10{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:var( --e-global-typography-text-font-size );padding:15px 80px 15px 80px;}}/* Start custom CSS */.xt-wrap .xt tbody tr:nth-child(odd) {
  /* слегка светлее фона, видно, но аккуратно */
  background-color: rgba(255,255,255,0.02) !important;
  transition: background-color .22s ease, transform .12s ease;
  will-change: background-color, transform;
}

/* не трогаем четные — прозрачные */
.xt-wrap .xt tbody tr:nth-child(even) {
  background-color: transparent !important;
  transition: background-color .22s ease;
}

/* hover — только для устройств с курсором (не для touch) */
@media (hover: hover) and (pointer: fine) {
  .xt-wrap .xt tbody tr:hover {
    background-color: rgba(255,255,255,0.05) !important; /* чуть ярче */
    transform: translateY(-1px);                         /* очень легкий lift */
  }

  /* дополнительная мягкая анимация для содержимого (не трогает layout) */
  .xt-wrap .xt tbody tr:hover td {
    transition: transform .12s ease;
    transform: translateY(-0.5px);
  }
}

/* гарантируем, что ячейки не будут иметь собственный фон, мешающий полосам */
.xt-wrap .xt tbody tr td {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* если пользователи предпочитают reduced motion — выключаем анимации */
@media (prefers-reduced-motion: reduce) {
  .xt-wrap .xt tbody tr,
  .xt-wrap .xt tbody tr:hover,
  .xt-wrap .xt tbody tr td {
    transition: none !important;
    transform: none !important;
  }
}

.site {
    hyphens: none !important;
}/* End custom CSS */