.elementor-kit-11{--e-global-color-primary:#0B2B4C;--e-global-color-secondary:#2A9D8F;--e-global-color-text:#37424F;--e-global-color-accent:#FFB30F;--e-global-color-aba7187:#18181800;--e-global-color-9f6a23b:#000000EB;--e-global-color-9812050:#F4F6F8;--e-global-color-0a95b2a:#3CC47C;--e-global-color-625579e:#E63946;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:4.2vw;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-2fb5aef-font-family:"Manrope";--e-global-typography-2fb5aef-font-size:32px;--e-global-typography-2fb5aef-font-weight:600;--e-global-typography-2fb5aef-text-transform:none;--e-global-typography-2fb5aef-font-style:normal;--e-global-typography-2fb5aef-text-decoration:none;--e-global-typography-2fb5aef-line-height:1.2em;--e-global-typography-2fb5aef-letter-spacing:1px;--e-global-typography-2fb5aef-word-spacing:0px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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-11{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.smart-header {
  transition: transform 0.3s ease, min-height 0.3s ease, padding 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 999;
  transform: translateY(0%);
  min-height: 100px; /* исходная высота */
  padding: 0;
}

.smart-header.shrink {
  min-height: 70px; /* уменьшенная высота при скролле */
  height: 82px;
  
}

.smart-header.hide-header {
  transform: translateY(-100%);
}

.smart-header .logo {
  transition: transform 0.5s ease;
}

.smart-header.shrink .logo {
  transform: scale(0.7);
}/* End custom CSS */