.elementor-kit-6{--e-global-color-primary:#C41A1E;--e-global-color-secondary:#1D1818;--e-global-color-text:#4D4D4D;--e-global-color-accent:#1D1818;--e-global-color-518e073:#FFFFFF;--e-global-color-91ad638:#F3F3F3;--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:"Figtree";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-331ff2a-font-family:"Chakra Petch";--e-global-typography-331ff2a-font-size:24px;--e-global-typography-331ff2a-font-weight:600;--e-global-typography-60239f0-font-family:"Chakra Petch";--e-global-typography-60239f0-font-size:44px;--e-global-typography-60239f0-font-weight:600;--e-global-typography-60239f0-line-height:56px;--e-global-typography-866c210-font-family:"Chakra Petch";--e-global-typography-866c210-font-size:76px;--e-global-typography-866c210-font-weight:700;--e-global-typography-ac06493-font-family:"Figtree";--e-global-typography-ac06493-font-size:20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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: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-60239f0-font-size:36px;--e-global-typography-60239f0-line-height:1.2em;--e-global-typography-866c210-font-size:52px;--e-global-typography-866c210-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root
{
    --czerwony:#C41A1E;
}
html, body
{
       overflow-x: hidden;
}


/*btn*/
.mask_btn a {
  -webkit-mask-image: url(https://ferierinflight.pl/wp-content/uploads/2025/12/Vector-15.png);
  mask-image: url(https://ferierinflight.pl/wp-content/uploads/2025/12/Vector-15.png);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}



/*Baneru*/
.baner
{
    aspect-ratio: 1366/611;
}
/*Baner arrow*/
.arrow
{
    position:absolute;
    bottom: 50px;
    right: 0;
}
@media (max-width:1024px){
    .arrow:not(.mainarrow){
        display:none;
    }
}
.arrow a:hover  svg > g > path:nth-child(1)
{
    fill:white !important;
}
.arrow  a:hover  svg > g > path:nth-child(2)
{
    fill:#C41A1E !important;
    transform: translateY(5px);
   transition: .3s;
}
.arrow a svg path:nth-of-type(2)
{
   transition: .3s;
}





/*Separatory przy tytułach*/
.tyt-sep-left h2,
.tyt-sep-right h2
{
    margin-bottom: 20px;
}
.tyt-sep-left::after,
.tyt-sep-right::after 
{
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 55vw;
  margin-top: 20px;
  background-color: var(--czerwony);
}
.tyt-sep-right::after {left: 0;}
.tyt-sep-left::after {right: 0;}
@media (max-width:1024px){
    .tyt-sep-left::after,
.tyt-sep-right::after 
{
    width:85vw;
}
.tyt-sep-right::after,
.tyt-sep-left::after
{   
    left: -20px !important;
    right: unset;
}

}/* End custom CSS */