.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF8A27;--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;}.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){--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 */#hero-video {
  position: relative;
}

#hero-video .custom-logo-overlay {
  position: absolute;
  top: 40%; /* чуть выше центра (на 10%) */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: white;
  pointer-events: none;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

#hero-video .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

#hero-video .hero-content svg {
  width: 300px;
  height: 300px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  letter-spacing: 0.3em;
}

#hero-video .hero-subtitle {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
  pointer-events: auto;
}

#hero-video .hero-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  pointer-events: auto;
}

#hero-video .hero-btn:hover {
  background-color: rgba(255,255,255,0.15);
}

.elementor-kit-6 .check-item {
  position: relative;
  padding-left: 40px;
  line-height: 1.6em;
  font-size: 16px;
}

/* кружок с галочкой */
.elementor-kit-6 .check-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff; /* оранжевый фон */
  color: #ff6600;               /* белая галочка */
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}/* End custom CSS */