.elementor-kit-6{--e-global-color-primary:#00FFDF;--e-global-color-secondary:#757575;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00FFDF;--e-global-color-background:#000000;--e-global-color-backgroundAccent:#c9c9c9;--e-global-color-transparent:#00000000;--e-global-color-45cdfb3:#00FFDF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.05em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-ae5808f-font-family:"Chakra Petch";--e-global-typography-ae5808f-font-size:42px;--e-global-typography-ae5808f-font-weight:600;--e-global-typography-ae5808f-font-style:italic;--e-global-typography-ae5808f-letter-spacing:0.02em;--e-global-typography-e8451a2-font-family:"Chakra Petch";--e-global-typography-e8451a2-font-size:32px;--e-global-typography-e8451a2-font-weight:600;--e-global-typography-e8451a2-font-style:italic;--e-global-typography-e8451a2-letter-spacing:0.02em;--e-global-typography-5de75ae-font-family:"Chakra Petch";--e-global-typography-5de75ae-font-size:18px;--e-global-typography-5de75ae-font-weight:700;--e-global-typography-5de75ae-text-transform:uppercase;--e-global-typography-5de75ae-line-height:18px;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1288px;}.e-con{--container-max-width:1288px;}.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-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-ae5808f-font-size:36px;--e-global-typography-e8451a2-font-size:22px;}.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:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:18px;--e-global-typography-ae5808f-font-size:26px;--e-global-typography-e8451a2-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root
{
    --turkus:#00FFDF;   
}

/*Nagłówki*/
 .neon
{
      -webkit-text-stroke: 1.5px #00ffdf; 
      color:transparent !important;
}
.h_separator h3:before
{
      content: url("data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2215%22%20viewBox%3D%220%200%2029%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M29%200L19.1246%2015H0L9.87537%200H29Z%22%20fill%3D%22%2300FFDF%22/%3E%3C/svg%3E");
    width: 30px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}


/*sepraratory*/
.separator h2:after,
.separatorprawy h2:before
{
    content:"";
    background: var(--turkus);
    display: inline-block;
    position: absolute;
    height: 1px;
    bottom: 5px;
}

.separatorprawy .elementor-button:before
{
     content:"";
    background: var(--turkus);
    display: inline-block;
    position: absolute;
    height: 1px;
    bottom: 0px; 
}
.separator h2:after
{
    background: var(--turkus);
    width: 100%;
    margin-left:  50px;
}
.separatorprawy h2:before
{
    width: calc(100vw - 50px);
    transform: translate(-100vw);
}

.separatorprawy .elementor-button:before
{
   width: calc(100vw);
  transform: translate(-20vw);
  right: 0; 
}/* End custom CSS */