.elementor-kit-6{--e-global-color-primary:#009739;--e-global-color-secondary:#154734;--e-global-color-text:#000000;--e-global-color-accent:#7FADE3;--e-global-color-2cb87a8:#384967;--e-global-color-473cd73:#253746;--e-global-color-bc1fdfa:#CEDC00;--e-global-color-99e90cc:#49C5B1;--e-global-color-3237f5b:#FFFFFF;--e-global-color-71f9a82:#F3F3F3;--e-global-color-917b9c3:#25374633;--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:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6369deb-font-family:"Montserrat";--e-global-typography-6369deb-font-size:48px;--e-global-typography-6369deb-font-weight:500;--e-global-typography-6369deb-line-height:52px;--e-global-typography-a17eed4-font-family:"Montserrat";--e-global-typography-a17eed4-font-size:16px;--e-global-typography-a17eed4-font-weight:600;--e-global-typography-a17eed4-text-transform:uppercase;--e-global-typography-a17eed4-line-height:26px;--e-global-typography-4aba607-font-family:"Montserrat";--e-global-typography-4aba607-font-size:56px;--e-global-typography-4aba607-font-weight:800;--e-global-typography-4aba607-line-height:88px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-6369deb-font-size:24px;--e-global-typography-6369deb-line-height:1.2em;--e-global-typography-4aba607-font-size:40px;--e-global-typography-4aba607-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root
{
    --jzielony:#009739;
}
body
{
    overflow-x: hidden;
}

/*======================
    Maska przycisków
=======================*/
.btn
{
    
}
.btn a
{
    --bgstart: #009739;
    --bgend:#154734;
    --mask: url("https://masfalt.pl/wp-content/uploads/2025/10/Vector-21.png");
    --mask-width:243px;
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    -webkit-mask-size: contain;
          mask-size: contain;
    -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
    height: 50px;
    width: var(--mask-width);
    font-family: Montserrat !important;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 25px;
    background: linear-gradient(117deg, var(--bgend) 50%,  var(--bgstart) 50%);
    background-size: 200% 100%;
    background-position: right center;
    transition: 0.3s ease;
    padding: 12px 50px;
    color:#FFFFFF;
}
.btn a:hover
{
   background-position: left center;
   color:#FFFFFF;
}
/*======================
      TYPO + before
=======================*/
h2 b
{
    font-weight: 800 !important;
}
.befor3 h3:before
{
    content: "";
    background: url("https://masfalt.pl/wp-content/uploads/2025/10/Vector-26.svg");
    background-size: cover;
    width: 22px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}
.befor3 h3
{
    display: flex;
    gap:8px;
    align-items: center;
}
.befor h2:before
{
    content: "";
    background: url("https://masfalt.pl/wp-content/uploads/2025/10/Vector-26.svg");
    background-size: contain;
    width: 45px;
    height: 32px;
    position: absolute;
    top:6px;
    background-repeat: no-repeat;
}
.befor h2 div
{
    margin-left: 56px;
    position: relative;

}/* End custom CSS */