/*
Theme Name: Rooster block
Author: The name of the individual or organization who developed the theme.
Description: A short description of the theme.
Version: 0.1.
Requires at least: The oldest main WordPress version supported, written in 6.00 format. 
Tested up to: The last main WordPress version the theme has been tested up to, i.e. 6.0. Write only the number.
Requires PHP: The oldest PHP version supported, in X.X format, only the number.
License: The license of the theme.
License URI: The URL of the theme license.
Text Domain: The string used for textdomain for translation. The theme slug.
*/
body {
    --wp--preset--font-family--inter: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; 
    font-family: var(--wp--preset--font-family--inter) !important;
    counter-reset: rowNumber; /* Zresetuj licznik wierszy */
    font-size: 16px;
    line-height: 1.4em !important;
}
body p, body h1, body h2, body h3 {
    line-height: 140% !important;
    counter-reset: rowNumber2; /* Zresetuj licznik wierszy */
}
p {
    margin-top: 8px;
    margin-bottom: 8px;
}


/* BUTONY */
.btnMain1, .popupTrigger:not(.btnMain1):not(.btnSub2):not(.btnSub3) > a:not(.btnMain1):not(.btnSub2):not(.btnSub3), .popupTrigger:not(.btnMain1):not(.btnSub2):not(.btnSub3) > a:not(.btnMain1):not(.btnSub2):not(.btnSub3)  {
display: inline-flex;
padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
justify-content: center;
align-items: center;
gap: 10px;border-radius: 8px;
border: 2px solid var(--Color-Green-Blue-700, #33885D);
background: var(--Color-Base-White, #FFF);
 
color: var(--Color-Green-Blue-900, #006A35) !important;
text-align: center; 
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
}
.popupTrigger:not(.btnMain1):not(.btnSub2):not(.btnSub3) > a:not(.btnMain1) {
    text-decoration: underline;
    max-width: 200px;
}
.btnMain1:hover, .popupTrigger:not(.btnMain1):not(.btnSub2):not(.btnSub3) > a:not(.btnMain1):hover {
    border-radius: 8px;
    border: 2px solid var(--Color-Green-Blue-700, #33885D);
    background: var(--Color-Green-Blue-100, #CCE1D7);
}
#editor .tab-content {
    display: flex;
}
.btnSub2 a {
    display: flex;
    padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px; 
    position: relative;border-radius: 8px;
    background: var(--Color-Orange-Orange-900, #FDBF50);
    padding: 16px 54px 16px 24px !important;
    color: var(--Color-Green-Blue-900, #006A35);
    transition-property: all;
    font-weight: 600;
    transition-duration: 500ms;
} 
.btnSub2 a:hover { 
    padding: 16px 62px 16px 32px !important; 
    background: var(--Color-Orange-Orange-900, #FDBF50);
    transition-property: all;
    transition-duration: 500ms; 
} 
.btnSub2 a::after {
    content: "";
    display: block;
    position: absolute;border-radius: 8px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left-1.svg);
    transition-property: all;
    transition-duration: 500ms;
}
.btnSub2 a:hover::after { 
    right: 16px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left-1.svg); 
    transition-property: all;
    transition-duration: 500ms;
}

.btnSub3 a {
    display: flex;
    padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    position: relative;
    background: var(--Color-Red-Orange-900, #C02810);
    padding: 16px 54px 16px 24px !important;
    color: #fff !important;
    transition-property: all;
    transition-duration: 500ms;
} 
.btnSub3 a:hover { 
    padding: 16px 62px 16px 32px !important;
    background-color: #C02810 !important;
    transition-property: all;
    transition-duration: 500ms;

}  
.btnSub3 a::after {
    content: "";
    display: block;
    position: absolute;border-radius: 8px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg);
    transition-property: all;
    transition-duration: 500ms;
}
.btnSub3 a:hover::after { 
    right: 16px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg); 
    transition-property: all;
    transition-duration: 500ms;
}

.btnSub3.zadzwon a{
    margin-top: 12px;
    padding: 16px 24px 16px 24px !important;
}
.btnSub3.zadzwon:hover a {
    
    padding: 16px 32px 16px 32px !important;
}

.btnSub3.zadzwon a::after {
display: none; 
}

.btnSub4 a {
    display: flex;
    padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    position: relative;
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--Color-Green-Blue-200, #B3D2C2);
    padding: 16px 54px 16px 24px !important;
    color: #fff !important;
    transition-property: all;
    transition-duration: 500ms;
    
} 
.btnSub4 a:hover { 
    padding: 16px 62px 16px 32px !important;
    background: transparent;
    transition-property: all;
    transition-duration: 500ms;

} 
.btnSub4 a::after {
    content: "";
    display: block;
    position: absolute;border-radius: 8px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg);
    transition-property: all;
    transition-duration: 500ms;
}
.btnSub4 a:hover::after { 
    right: 16px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg); 
    transition-property: all;
    transition-duration: 500ms;
}




/* HEADERY W BLOKACH*/
.headerText3 {
    color: var(--Color-Base-White, #FFF);
text-align: center;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 43.2px */
}

.headerText4 {color: var(--Color-Base-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */}

    #hero-section .headerText1.wp-block-heading {
        color: var(--Color-Base-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    margin: 0 auto;
    
    }
    #hero-section .headerText2.wp-block-heading {
        color: var(--Color-Base-White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 61.6px */
    }
    #hero-section  .slogan {color: var(--Color-Base-White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 22.4px */
        margin-top: 40px;
        text-transform: uppercase;}









.wp-block-cover.alignwide.gap32.flex-column {
    border-radius: 20px;
}



textarea::placeholder {
    font-family: var(--wp--preset--font-family--inter) !important;
}
.sukcesy figure {
    position: relative;
}
.sukcesy figure:NOT(.wp-block-embed):hover:after {
    position: absolute;
    top: 0px;
    left: 0px; 
    right: 0px;
    bottom: 0px;
    background-color: #32323299;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 64px 64px;
    background-image: url(/wp-content/uploads/2024/02/lupka.png);
}
.column-typ-1 { 
    border-radius: 8px;
    padding: 16px 36px;
    gap: 10px; min-height: 375px;
    justify-content: space-between !important;
}

.column-typ-1 a { 
    color: var(--232323, #FFAB14);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
display: flex;
padding: 8px 12px;
justify-content: center;
align-items: center;
gap: 12px;
position: relative;
max-width: 215px;
margin: auto;
}
 
.column-typ-1 a::after { 
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    background-repeat: no-repeat;
    height: 10px;
    background-image: url(/wp-content/uploads/2024/04/Vector-5.png);
}
.column-typ-1 a:hover::after { 
    right: 0px;
    background-image: url(/wp-content/uploads/2024/04/Vector-5-1.png); 
}
.column-typ-1 a:hover {
    color: var(--0035-bc, #012EA0) !important;
    background-color: transparent !important;

}
.column-typ-1 h2.wp-block-heading {  
    margin-top: 12px;
    border-bottom: 1px solid #99B3F4;
    margin-bottom: 0px;
    padding-bottom: 16px;text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    color: var(--232323, #232323);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    /* H4 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;}
.gap24 {
    gap: 24px;  
}
.gap20 .wp-block-column {
    
    gap: 8px;
    justify-content: center;
    align-items: center; 
}
.gap20 .wp-block-column figure {
    margin: 0 auto;
}
.pakietyColumns {
    gap: 24px;
    margin-top: 60px;
    justify-content: center;
}
.gap20 {  
    gap: 20px; 
}
.gap32 {   
    gap: 32px !important; 
}
.ofertaColumny.linearbgdark {
    background: linear-gradient(235deg, rgb(3, 61, 210) 0%, rgb(0, 24, 87) 56%) !important; 
}
.oferta .headerText3 {
    margin-top: 0px !important;
}
.linearbgdark .oferta-block h2 {
    color: var(--ffffff, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    /* H1 */
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 56px */
    letter-spacing: 0.8px;}
.d-none {
    display: none !important;
} 
.alignwide > .alignfull { width: 100%;}

.alignwide.wp-block-columns {
    margin-bottom: 0px;
}
.border-accent,blockquote cite {
    position: relative;
    margin-top: 16px;
}
body:not(.home) .entry-content > div.my80:first-of-type {
    margin-top: 106px !important;
}
#title {
    padding-bottom: 36px;
}
#title.my80 {
    margin-bottom: 0px !important;
}
#title p {
    color: var(--Color-Base-White, #FFF);
text-align: center;
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 61.6px */
position: relative;
}
#title p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 80px;
    height: 4px;
    background-color: #FDCC73;
    transform: translateX(-50%);
    border-radius: 4px;
}
.border-accent::before,blockquote cite::before {
    
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 80px;
    height: 4px;
    background-color: #33885d;
    transform: translateX(-50%);
    border-radius: 4px;
}
.border-accent.accent-left {
    margin-top: 56px;
}
.border-accent.accent-left::before {
    stroke-width: 4px;
    stroke: var(--Color-Red-Orange-900, #C02810);
    background-color: var(--Color-Red-Orange-900, #C02810);
    left: 0px; 
    top: -28px;
    transform: none;
}
blockquote::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -84px;
    transform: translateY(-50%);
    width: 80px;
    height: 90px;
    background-image: url(/wp-content/uploads/2024/03/Vector-6.png); 
}
body.admin-bar {
    margin-top: 32px;
}
body.admin-bar header.wp-block-template-part {
    margin-top: 32px;
}
header.wp-block-template-part {
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0px;
    right: 0px;
}
 
#hero-section .wp-container-core-columns-layout-2 {
    justify-content: space-between !important;
}
/*  
#hero-section a.wp-block-button__link:hover {
    
    background-color: #012EA0 !important;
}
#hero-section a.wp-block-button__link.has-white-background-color:hover  {
    color: #012EA0 !important;
    border-color: #012EA0 !important;
    background-color: #F1F5FF !important	;
} */
#socialNav a {
    display: flex;
    padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    position: relative;
background: var(--Color-Blue-Blue-900, #303A64);
padding: 12px 54px 12px 24px !important;
color: #fff !important;
}
/* .wp-element-button:hover, .wp-block-button__link:hover {
    border-radius: 8px;
background: var(--0035-bc, #012EA0) !important;
} */
body.page-template-default:not(.home) .wp-site-blocks main {
    /* margin-top: 140px !important; */
}
#socialNav a::after {
    content: "";
    display: block;
    position: absolute;
    /* background-color: #fff !important; */
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg);
}
#socialNav a:hover::after { 
    right: 16px;
    background-image: url(/wp-content/uploads/2024/06/arrows-left.svg); 
}
#socialNav a:hover { 
    background-color: #596183 !important;

}
#hero-section h1.wp-block-heading {
    margin-top: 0px;
    margin-bottom: -4px;
}
.justyfyText {
    text-align: justify;
}
.entry-content .linearbgtrue   {
    background-color: #fff;
    background: linear-gradient(60deg, rgba(80, 156, 250, 0.62) 0%, rgba(242, 245, 251, 0.19) 100%) !important; 
}
.textaligntop { 
    margin-top: 0px;
    padding-left: 70px;
}
.wp-block-navigation ul li { 
    margin-right: 0px;
    text-decoration: underline;
}
.mb-0, .mb-0 .wp-block-columns {
    margin-bottom: 0px !important;
}
.footerSocial {
    max-width: 310px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
header h2.logo-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.warunki figure {
    margin: 0px !important;
    max-width: 20px !important;
    display: block !important;
}
.warunki .wp-block-image img { 
    height: auto;
    width: 20px;
    min-width: 20px;
}
.my80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my20 {
    margin-top:  20px !important;
    margin-bottom: 20px !important;
}

.py60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.oferta .wp-block-column {
    align-items: flex-start;}
.quote { 
    display: block;
width: 609px;
padding: 28px 24px;
align-items: flex-start;
gap: 20px;border-radius: 8px;
background: var(--Color-Orange-Orange-50, #FFF7E8);
}
.columnsWithCounter .wp-block-column {
padding-top: 40px;
position: relative;
counter-increment: rowNumber; 
} 
.columnsWithCounter .wp-block-column::before {
  
    width: 40px;
    height: 40px;
    display: block;
    content: counter(rowNumber);
    background-color: #FFE369;
    text-align: center;
    line-height: 40px;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.rodzajePrzegladow.addCounter  .wp-block-column {
    padding-top: 70px;
    position: relative;
    counter-increment: rowNumber2; 
    } 
    .rodzajePrzegladow.addCounter .wp-block-column::before {
    
    width: 40px;
    height: 40px;
    display: block;
    content: counter(rowNumber2); 
    border: 2px solid #FFE369;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #FFE369;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-4 {
    margin-top: 32px !important;
}
.mb-4 {
    margin-bottom: 32px !important;
}
.mb-1 {
    margin-bottom: 8px !important;
}
.mb-2 { 
    margin-bottom: 16px !important;
}
@media screen and (max-width: 479px) {
    .faqTrigger.active::after {
        right: -37px !important;
    }
    #formularz {
        padding: 0 12px;
    }
    .gap20 {
        gap: 2px;
    }
}
.p0 {
    padding: 0px !important;
}
.m-logo {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-inline-end: 12px !important;
}
.mt-0, .mt-0 .wp-block-columns {
    margin-top: 0px !important;
}
.galeriaNavWrap { 
    /* align-self: stretch; */
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0px;
}
 ul.tabs {
    
    max-width: max-content !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    list-style: none;
    padding: 0px;
    gap: 16px;
    margin-bottom: 0px;
}
 ul.tabs li {
    color: var(--Color-Gray-Gray-600, #656565);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: 0.4px;
cursor: pointer;
}
ul.tabs li.active {
    color: var(--Color-Gray-Gray-600, #656565);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: 0.4px;
}
 ul.tabs li.active {

    color: var(--Color-Red-Orange-900, #006A35);
    border-bottom: 2px solid #006A35;
}
 .tab-content {
    display: none;
}
  .tab-content.active {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
}
body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size) !important;
}
body .wp-site-blocks main { margin-top: 0px !important;}
#hero-section {
    
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 105px;
    border-radius: 0 0 60px 60px;
}

.rodzajePrzegladow { 
    gap: 20px;
}
.rodzajePrzegladow .wp-block-column { 
    padding: 16px;
    border-radius: 8px;
}
.arrow-link {
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--Color-Green-Blue-100, #CCE1D7);
    transition-property: all;
    transition-duration: 500ms;
    margin-bottom: 0px;
    margin-top: 20px;
}

.arrow-link:hover { 
        padding: 8px 16px;
        background: var(--Color-Green-Blue-100, #CCE1D7);
        border-radius: 8px; 
        transition-property: all;
        transition-duration: 500ms;
}
.arrow-link a { 
    background-color: #006A35; /* Kolor, który chcesz */
      -webkit-mask: url('/wp-content/uploads/2024/06/arrows-left.svg') no-repeat center;
      mask: url('/wp-content/uploads/2024/06/arrows-left.svg') no-repeat center;
      -webkit-mask-size: cover;
      mask-size: cover;
}
.arrow-link img {opacity: 0;
}
footer .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#hero-section .arrow-before a.wp-block-button__link {
    padding: 12px 32px;
}
#hero-section > img {
    object-position: 100% 100%; 
    z-index: 1;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto; 
    
    max-height: 100%;
    top: 0px;
    right: 50%;
    max-width: 928px;
    transform: translateX(730px);
} 
.dash-bf {    line-height: 44px;
}

.dash-bf::after {
    width: 85px;
    height: 2px;
    display: block;
    content: "";
    background-color: #3AAA35;
}

.counterBefore2 {
    position: relative;
    counter-increment: rowNumber2; 
    padding: 28px 40px;
    border-radius: 8px;
    color: #232323;
    background: var(--Linear, linear-gradient(180deg, rgba(255, 255, 255, 0.70) 50.49%, #FFF 107.77%));
}
.counterBefore2::before {
    width: 40px;
    height: 40px;
    display: block;
    content: counter(rowNumber2);
    
    background-color: #FFAB14;
    text-align: center;
    line-height: 40px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 38px;
    position: absolute;
} 
.counterBefore2::after {
    width: 67px;
    height: 140px;
    display: block;
    content: "";
    /* counter-increment: rowNumber; */ 
    background-image: url(/wp-content/uploads/2024/04/Vector-10.png);
     
    text-align: center; 
    color: #fff;
    top: 50%;
    left: 25px;
    transform: translateY(-50%); 
    position: absolute;
}
.counterBefore2 .textaligntop strong{
    color: var(--232323, #232323);
font-family: Inter;
font-size: 18px !important;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 27px */
}
.counterBefore {
    position: relative;
    counter-increment: rowNumber;
}
.counterBefore::before {
    width: 40px;
    height: 40px;
    display: block;
    content: counter(rowNumber);
    
    background-color: #FFAB14;
    text-align: center;
    line-height: 40px;
    color: #fff;
    top: 50%; 
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
}
.counterBefore::after {
    width: 67px;
    height: 140px;
    display: block;
    content: "";
    /* counter-increment: rowNumber; */ 
    background-image: url(/wp-content/uploads/2024/04/Vector-10.png);
     
    text-align: center; 
    color: #fff;
    top: 50%;
    left: -13px;
    transform: translateY(-50%); 
    position: absolute;
}
.dash-bf::before {
    width: 85px;
    height: 2px;
    display: block;
    content: "";
    background-color: #3AAA35; 
    
}
.arrow-before {
    padding-left: 100px;
    position: relative;
}
.arrow-before::before {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 8px;
    background-image: url(/wp-content/uploads/2024/02/Arrow-2-2.png);
    background-size: cover;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.flex-column { 
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wp-block-cover.flex-column .wp-block-cover__inner-container {
    gap: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.wp-block-cover.flex-column  .wp-block-columns.alignwide {
width: 100%;
}
.flex-row { 
    gap: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex-column blockquote {  
    position: relative;
    margin: 10px 0 15px;
    border-radius: 8px;
    margin-right: 4px;
    padding: 28px 36px 28px 100px; -webkit-box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
    -moz-box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
    box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
}
.okIconBefore { 
    padding-left: 60px;
    position: relative;
    font-size: 18px;    
    font-weight: 600;
}
.okIconBefore::before {
    position: absolute;
    content: "";
    display: block;
    
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2024/03/Group-164-3.png);
    background-size: cover;
    left: 0px;
}
#opinieSection blockquote::before {
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(/wp-content/themes/roosterBlockTheme/assets/images/Cytat.png);
    background-size: cover;
    left: 35px;
    top: 35px;
}
#opinieSection blockquote::after {
    position: absolute;
    content: "";
    display: block;
    width: 127px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/01/Warstwa_1.png);
    background-size: cover;
    right: 35px;
    top: 32px;
}
footer > .wp-block-columns {
    background-color: #3aaa35;
    padding: 5px 15px;
    margin: 0px;
}
.numberIconBefore { 
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px; 
    width: calc(100% - 60px);
    cursor: pointer;
}
.numberIconBefore::before {
    
    position: absolute;
    content: counter(rowNumber);
    counter-increment: rowNumber;
    display: block;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background-color: #323232;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}
.numberIconBefore::after {
    
    content: "+";
    color: #1e514c;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: 0px;
    line-height: 40px;
    position: absolute;
}

.numberIconBefore.active::after { 
    content: "-";
    color: #1e514c;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: 0px;
    line-height: 40px;
    position: absolute;
}
.flex-column blockquote::before {
    position: absolute;
    content: "";
    display: block;
    
    width: 48px;
    height: 48px;
    background-image: url(/wp-content/themes/roosterBlockTheme/assets/images/Cytat.png);
    background-size: cover;
    left: 35px;
    top: 44px;
}
.alignCenterNarrower .wp-block-cover__background {
    background-image: url(/wp-content/uploads/2023/12/Frame-782.png), url(/wp-content/uploads/2023/12/Frame-781-1.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}
.alignCenterNarrower .border-rad-8 {
    position: relative;
    margin-right: 60px;
}
.alignCenterNarrower .border-rad-8::after {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 8px;
    background-image: url(/wp-content/uploads/2024/01/Arrow-2-1.png);
    background-size: cover;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.alignCenterNarrower .is-layout-constrained {
    max-width: 1120px;
}
.alignCenterNarrower .hero-section { 
    margin-left: 10px;
}
.alignCenterNarrower .flex-column blockquote {
    margin-right: 1px;
}
.alignCenterNarrower .arrow-before {
    padding-left: 40px;
}
.alignCenterNarrower .arrow-before::before {
   
    width: 30px; 
    background-position-x: right; 
}
.hero-section   {
    object-position: 100% 100%;
    max-width: 600px;
    max-height: 600px;
    z-index: 1;
    right: 0;
    left: auto;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 60px;
    /* border: 4px solid #E3C480; */
    border-left: 0px;
    border-top: 0px;
}
.hero-section > img {
    aspect-ratio: 1;
    object-fit: cover;
    /* margin: 50px; */
    display: block;
    border-radius: 30px 0 0 0;
}
nav.ofertamenu { 
    margin: 20px -70px;
    line-height: 64px;
    justify-content: center;
    padding: 0 20px; 
    border-radius: 40px;
}
nav.ofertamenu ul {
    background-color: transparent !important;
    justify-content: center;
}
nav ul li a {
    font-size: 16px !important;
    /* text-transform: uppercase; */
    text-decoration: none !important;
}
ul:not(.wp-block-navigation-submenu) > .wp-block-navigation-item {
    background-color: inherit;
    height: 104px;
}
nav ul li, nav ul ul li   { 
    text-decoration: none !important;
}
.wp-block-navigation-item__content {color: var(--232323, #232323) !important;
    text-align: left;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;}
nav ul ul {
    line-height: 36px !important;
    color: #323232 !important;
    border-top: 2px solid #E2E2E2 !important;
    background-color: #fff !important;
} 
nav ul ul li a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none !important;
}
#modal-1-content ul {
    
    justify-content: center;
    line-height: 50px; 
    gap: 32px;
}
header .wp-block-cover {
    overflow: visible;
    z-index: 9;
    border-bottom: 2px solid var(--Color-Green-Blue-900, #006A35);
    background: var(--Color-Base-White, #FFF);
    padding: 0px;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 355px !important;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}
#modal-1-content ul.wp-block-navigation__submenu-container {
    justify-content: center;
    line-height: 50px;
    gap: 18px;
    padding: 18px 0;
}
nav.ofertamenu ul li { 
    text-decoration: none;
}
nav.ofertamenu  ul li a {
    font-size: 14px;
    text-transform: CAPITALIZE;
    font-weight: 500;
    text-decoration: none;
}
nav.ofertamenu ul li.current-menu-item { 
    /* background: -webkit-linear-gradient(#844C11, #DF8218); */
    
    background: #DF8218;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sectionTextWidth {
    width: 1030px;
    margin: auto;
}
.sectionTextWidth .mandalaBefore {
    position: relative;
    padding: 11px 42px;
    margin: 17px 0 5px;
}

#cennikSection {  
    background-image: url(/wp-content/uploads/2023/12/tlo_refleksolog.png);
    background-repeat: no-repeat; 
    background-size: cover;
}
#servicesSection {  
    background-image: url(/wp-content/uploads/2023/12/Frame-785.png);
    background-repeat: no-repeat;
    background-position: -50px calc(100% + 54px); 
}

#faqSection {  
    background-image: url(/wp-content/uploads/2023/12/Frame-784.png);
    background-repeat: no-repeat;
    background-position: calc(100vw - 476px) -60px;
}
.sectionTextWidth .mandalaBefore::before {
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background-image: url(/wp-content/uploads/2023/12/ikona_mandala.png);
    background-size: cover;
    left: 0;
    top: 5px;
}
.oferta-block .checkicon {
    padding-left: 43px;
    display: flex;
    line-height: 35px !important;
    position: relative;
}
.oferta-block .checkicon::before {
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/wp-content/uploads/2024/06/check-3.png);
    background-size: cover;
    position: absolute;
    left: 0px; 
}
.priceWrapper {
    display: inline-flex;
padding: 36px 24px;

flex-direction: column;
justify-content: space-between;
align-items: center;border-radius: 8px;
height: 100%;
}
.priceWrapper .price {
    color: var(--232323, #232323);
    text-align: center;
    leading-trim: both;
    
    text-edge: cap;
    /* H1 */
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 56px */
    letter-spacing: 0.8px;
}
.priceWrapper .priceTitle {
    color: var(--232323, #FFAB14);
text-align: center;
leading-trim: both;

text-edge: cap;
/* Text */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 25.2px */
letter-spacing: 0.36px;
}
.pakietyColumns  .checkIconBefore {
display: inline;
} 

    .checkIconBefore {
    padding-left: 32px;
    display: flex;
    line-height: 35px;
    position: relative;
    align-self: flex-start;
    color: var(--Color-Base-Blak, #000);

    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.checkIconBefore::before {
    display: block;
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/wp-content/uploads/2024/06/check-3.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 3px;
}

.oferta-block.uslugi-grey .checkicon::before {
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/wp-content/uploads/2024/06/check-3.png);
    background-size: cover;
    position: absolute;
    left: 0px;
}
.nf-before-form-content, .field-wrap:not(.listcheckbox-wrap):not(.checkbox-wrap) .nf-field-label {
    display: none;
}
.border-rad-8 {
    border-radius: 8px;
}
.gapColumn {
    gap: 11px;
    display: flex;
    flex-direction: column;
}

.gapColumn .wp-block-group {
    
    padding: 20px;
}
.gapColumn.daneAdresowe .wp-block-group {
    
    padding: 8px 0px;
}
.gapColumn.daneAdresowe p {
    
    margin-bottom: 0px;
}
.gapColumn.daneAdresowe {
    gap: 1px;
    display: flex;
    flex-direction: column;
}
.gapColumn iframe{
    border: 0;
    border-radius: 8px;
    margin-top: 30px;
    min-height: 390px;
}
#kontakt .nf-form-cont {
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 36px;
    color: #2E3237;
}
#kontakt .nf-form-content textarea.ninja-forms-field {
    height: 110px;
}
#kontakt .nf-form-content #nf-label-field-7{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 17px;
    display: block;
}
.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    border-radius: 4px;
    background-color: #fff !important;
    transition: all .5s;
}
#nf-label-field-9 { 
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
}

 
.menuTrigger {
    position: relative;
}
.menuItem {
    display: none;
}
.menuItem.active {
    display: block;
}
.menuTrigger::after {
    
    content: " ";
    color: #d9d9d9;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: 0px;
    line-height: 40px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/Vector-1-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
} 
.menuTrigger.active::after { 
    content: " ";
    color: #d9d9d9; 
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: 0px;
    line-height: 40px;
    position: absolute; 
}
.menuTrigger:not(.active)::after {
    
    transform: rotate(180deg);
}
/* #rezerwacja::after {
    content: " ";
    
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/f_solo_1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    width: 220px;
    right: 0px;
    height: 380px;
    transform: translateY(-290px);
}

#rezerwacja::before {
    content: " ";
    
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/f_solo_1-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    width: 220px;
    left: 0px;
    height: 380px;
    transform: translateY(-90px);
} */
#rezerwacja .headerPhone {
    display: flex;
padding: 12px 20px;
justify-content: center;
align-items: center;
gap: 10px;border-radius: 8px;
background: var(--Color-Orange-Orange-100, #FFF2DC); 
}
#rezerwacja .headerPhone a{ 
 color: var(--Color-Gray-Gray-900, #232323);
text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
}
.faqTrigger::after {
    
    content: " ";
    color: #d9d9d9;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: -10px;
    line-height: 40px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/Vector-1-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}
.faqTrigger.active {
    color: #006A35 !important;
}
.gapColumn .wp-block-group:hover { 
    background-color: #f9f9f9 !important;
}
.faqTrigger.active::after { 
    content: " ";
    color: #d9d9d9;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    right: 0px;
    top: -10px;
    line-height: 40px;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(/wp-content/uploads/2024/06/Vector-1-1.svg);
}
.linetopbottom {
    padding: 12px 0px;
    margin-top: 40px;
    position: relative;
}
.linetopbottom::before,
.linetopbottom::after {
    content: "";
    background: linear-gradient(135deg,rgb(132,76,17) 0%,rgb(223,130,24) 100%) !important; 
    display: block;
    position: absolute;
    border-radius: 25%;
    height: 2px;
    width: 333px;
    left: 50%;
    transform: translateX(-50%); 
}

.linetopbottom::after { 
top: 0px;
}
.py32 {
    padding-top: 32px;
    padding-bottom: 32px;
}
#dlaczegoWarto > .wp-block-column > .wp-block-group {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
}
#dlaczegoWarto > .wp-block-column > .wp-block-group h3 { 
    color: #006a35;
}
.linetopbottom::before { 
    bottom: 0px;
    }
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    
    background: #fff !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 8px !important;
    box-shadow: none;
    color: #7e7e7e !important;
    transition: all .5s;
}
.nf-form-cont h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: center;

}
.nf-form-cont .checkbox-wrap {
    max-width: 80%;
    text-align: center;
    margin: auto;
}
.nf-form-cont .checkbox-wrap label{ 
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.02em;
text-align: left;

}
.wp-block-group.alignfull {
    padding-top: 80px;
    padding-bottom: 80px;
}
.entry-content {
    min-height: calc(100vh - 384px);
    /* background-color: #323232; */
}
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}
#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 12px !important;
}
#onas p.textaligntop {
    margin-bottom: 12px;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    
    display: flex
;
    padding: var(--Spacing-System-spacing-12, 12px) var(--Spacing-System-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    position: relative;
    background: var(--Color-Red-Orange-900, #C02810) !important;
    padding: 16px 24px 16px 24px !important;
    color: #fff !important;
    transition-property: all;
    transition-duration: 500ms;
    margin: auto;
} 
.nf-form-content input[type=submit]:hover { 
   
    background-color: #C02810 !important;
    transition-property: all;
    transition-duration: 500ms;

}
.justifyBetween {
    justify-content: space-between !important;
}
.gap16 {
    gap: 16px !important;
}
.opcjeColumns .headerText4 {
    text-transform: uppercase;
    font-family: "Montserrat";
}

.warunki .opcjeColumns .headerText4 {
    text-transform: none !important;
    font-family: "Montserrat";
    text-align: left;
}
.warunki .opcjeColumns .wp-block-column {
    gap: 12px;
    display: flex
;
    flex-direction: column;
}
.fw-img {
    margin-top: 20px;
}
.fw-img img{
    
    width: 100%;
}
#kontakt .flex-column blockquote {
    position: relative;
    margin: 10px 0 15px;
    padding: 1em 40px 1em 100px;
    margin-right: 0px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
    -moz-box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
    box-shadow: 0px 6px 25px 0px rgba(31, 30, 56, 0.05);
}
.whyus {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.whyus .wp-block-group {
    padding: 20px 32px;
}
.numberIconBefore::after {
    display: none;
}
h2.wp-block-heading.has-text-align-left {
    text-align:  left !important;
}
.wp-element-button, .wp-block-button__link {
    
    border-radius: 8px ;
    background-color: #FFAB14  ;
}
/* .popupTrigger .wp-block-button__link {
    
    border-radius: 8px  ;
    background-color: #f3851e  ;
} */
body:not(.home) .singleMenuItem ul {
    list-style: none; /* usuwa domyślne markery */
    padding-left: 0;  /* usuwa domyślne wcięcie */
  }
  
  body:not(.home) .singleMenuItem ul li {
    position: relative;
    padding-left: 25px; /* miejsce na ikonę */
    margin-bottom: 0.5em;
  }
  .imgBR > img {
    border-radius: 40px 0 40px 0;
}
  body:not(.home) .singleMenuItem ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/05/circle-check-regular.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
body:not(.home) .formHead {
    display: flex;
/* width: 610px; */
padding: 20px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
border-radius: 8px;
background: rgba(0, 64, 227, 0.05);
margin-bottom: 20px;
}
body:not(.home) .formHead .formTitle {
    color: var(--1-f-1-f-1-f, #1F1F1F);
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
letter-spacing: 0.48px;
margin: auto;
}
body:not(.home) .field-wrap:not(.listcheckbox-wrap):not(.checkbox-wrap):not(.html-wrap) .nf-field-label {
    display: flex;
    color: var(--1-f-1-f-1-f, #1F1F1F);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
}
 
body:not(.home) .formHead .formSelectedType {
    color: var(--232323, #FFAB14);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    margin: auto;
}
/* body:not(.home) .nf-form-content input[type="submit"] {
    border-radius: 8px !important;
background: #FFAB14 !important;
display: flex;
padding: 12px 28px;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--ffffff, #FFF) !important;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px  
letter-spacing: 0.32px;
} */

/* Mobile (domyślnie: jedno pod drugim) */
nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    row-gap: 12px;
  }
  
  nf-fields-wrap nf-field {
    width: 100%;
    box-sizing: border-box;
  }
  
  /* Desktop */
  @media (min-width: 768px) {
    /* Pierwsze 3 pola w jednej linii (33.33% każde) */
    nf-fields-wrap nf-field:nth-child(1),
    nf-fields-wrap nf-field:nth-child(2),
    nf-fields-wrap nf-field:nth-child(3) {
      width: calc((100% - 72px) / 3);
    }
  
    /* Pola 4-7 po dwa w jednej linii (50% każde) */
    nf-fields-wrap nf-field:nth-child(4),
    nf-fields-wrap nf-field:nth-child(5),
    nf-fields-wrap nf-field:nth-child(6),
    nf-fields-wrap nf-field:nth-child(7) {
        width: calc((100% - 36px) / 2);
    }
  
    /* Pola 8-10 po jednym w linii (100%) */
    nf-fields-wrap nf-field:nth-child(8),
    nf-fields-wrap nf-field:nth-child(9),
    nf-fields-wrap nf-field:nth-child(10) {
      width: 100%;
    }
  }
  .nf-pass.field-wrap .nf-field-element:after {
    display: none !important;
  }
  .checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
    
    font-size: 16px !important; 
    z-index: 2;
    top: 2px !important;
    left: -27px !important;
}
#modulesTrigger{
    background-image: url(/wp-content/uploads/2024/05/modul-e1715683647534.png);

}
body:not(.home) .nf-form-cont { 
    border-radius: 8px;
    border: 2px solid var(--Color-Green-Blue-700, #33885D);
    background: var(--ffffff, #FFF) !important;
    padding: 28px 20px;
    max-width: 100%;
    margin: 20px 12px;
    margin-top: 40px;
} 
    body:not(.home) .nf-form-cont .checkbox-container label{color: var(--1-f-1-f-1-f, #1F1F1F);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: auto;
    line-height: 150%; /* 19.5px */
    letter-spacing: 0.26px;}
body:not(.home) .nf-form-content textarea.ninja-forms-field {
    height: 90px;
}
body:not(.home) .html-container p {
    text-align: center;
}
body:not(.home) .checkIconBefore {
    flex-direction: column;
}
.sloganNaKoniec { 
    padding: 16px;
border-radius: 4px;
background: var(--Color-Blue-Blue-50, #E6ECFC);
align-items: center;
color: var(--232323, #232323);
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: italic;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: 0.36px;
}
body header .wp-block-site-logo {
    margin-inline-end: 0px !important;
}
header .wp-block-columns {
    gap: 0px;
}
 
@media screen and (min-width: 979px) {
    #nf-form-1-cont {
        position: sticky;
        top: 141px;
    }
} 
@media screen and (max-width: 979px) {
        
    .sectionTextWidth {width: calc(100vw - 20px);
        margin: auto;
    }
    .wp-block-site-logo a { 
        margin: auto;
        display: block !important;
        max-width: 160px;
    }
    .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
        justify-content: center !important;
    }
    .flex-column blockquote {
        position: relative;
        margin: 10px 0 15px;
        padding: 1em 15px 1em 70px;
        margin-right: 0px;
    }
    .flex-column blockquote::before {
        
    left: 13px;
    }
    .hero-section {
        
    margin-left: 0px;
    }
    .cennik-block .cennik-item .content {
        
        justify-content: space-between;
        padding: 10px 10px;
        font-size: 15px;
    } 
    .numberIconBefore {
        padding-left: 40px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        width: calc(100% - 40px);
        cursor: pointer;
    }
   
    .faq-block .faq-item .content { 
        padding: 10px 10px;
    }
    .alignCenterNarrower .border-rad-8 {
        position: relative;
        margin-right: 0px;
    }
    .alignCenterNarrower .border-rad-8::after {
         
        width: 30px;
        
        background-position-x: right;
    }
}
.showMobile {
    display: none !important;
}
#kontakt .nf-before-form-content,#kontakt  .field-wrap:not(.listcheckbox-wrap):not(.checkbox-wrap) .nf-field-label {
    display: none;
}
#kontakt  .nf-form-content label {
    font-size: 16px;
    line-height: 20px;
}
body:not(.home) .wp-block-cover.alignfull.gap32.flex-column {
    padding: 20px 20px;
}
.todayMenuWrapper {
    background-color: #e6efea; border-radius: 8px; display: flex;
    padding: 20px 28px; 
        margin-bottom: 20px !important;
    align-items: flex-start;
    gap: 20px; 
    align-self: stretch;
}
@media screen and (max-width: 479px) {
    #kontakt .wp-block-cover__inner-container > .wp-block-columns { margin-right: 15px !important; margin-left: 15px !important;}
    .wp-block-cover.alignwide.gap32.flex-column {
        border-radius: 20px;
        margin: 0 15px !important;
        padding: 60px 20px;
    }
    .wp-block-cover.alignfull.gap32.flex-column { 
        padding: 60px 20px;
    }
    .tab-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 14px;
    }
    .galeriaNavWrap {
        display: none;
    }
    #galeriaImprezy, #galeriaDania, #galeriaLokal{
        gap: 0px;
        margin-bottom: 30px;
    }
    .mobileMenuTitle {
        color: var(--Color-Red-Orange-900, #C02810);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: 0.4px;display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
flex: 1 0 0;
border-bottom: 2px solid #C02810;
padding-bottom: 16px;
    }
    .todayMenuWrapper {
        display: flex;
        padding: 20px 24px;
        flex-direction: row;
align-items: flex-start;
gap: 0px;
margin-bottom: 20px !important;
align-self: stretch;
    }
    .wp-block-cover.flex-column .wp-block-cover__inner-container, .wp-container-core-columns-is-layout-12 {
        gap: 0px;
    }
    .wp-block-columns.gap20:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: max-content !important;
    }
    body:not(.home) .entry-content > div.my80:first-of-type {
        margin-top: -8px !important;
    }
    .wp-block-columns.gap20  {
        flex-direction: column;
    /* max-width: 150px; */
    /* margin: auto; */
    align-items: center !important;
    }
    #title .has-large-font-size{

        font-size: 32px !important;
    }
    .wp-container-core-buttons-is-layout-6.wp-container-core-buttons-is-layout-6 {
        justify-content: center !important;
    }
    footer > .wp-block-group {
        padding: 00px 20px;
    }
    footer > .wp-block-group > .wp-block-columns {
        gap: 0px;
    }
    footer > .wp-block-group > .wp-block-columns p {
        text-align: left !important;
    }
    #copyToNav .is-content-justification-center {
        justify-content: flex-start;
    }
    .wp-block-columns.is-not-stacked-on-mobile.gap20  {
        flex-direction: row !important;
    /* max-width: 150px; */
    /* margin: auto; */
    align-items: center !important;
    }
    .wp-block-columns.is-not-stacked-on-mobile.gap20 .wp-block-column {
        max-width: fit-content;
    }
    
    .wp-block-columns.my80 {
        margin: 80px 15px !important;
    }
    .wp-block-cover__inner-container .wp-block-columns.my80 {
        margin: 15px 0px !important;
    }
    .todayMenuWrapper.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: content !important;
    }
    body .is-layout-flow > .alignleft {
        margin-inline-end: 0px !important;
    }
    body .is-layout-flow > .alignright {
        margin-inline-start: 0px !important;
    }
    header h2.logo-heading { 
        font-size: 12px !important;
        margin-top: 14px;
        margin-bottom: 5px;
    }
    #kontakt .nf-form-cont { 
        padding: 28px 12px; 
    }
    #kontakt  .nf-form-content label {
        font-size: 16px;
        line-height: 20px;
    }
    .wp-block-navigation-submenu > a.wp-block-navigation-item__content {
        display: none;
    }
    .headerText3,.headerText3.has-large-font-size  {
        color: var(--Color-Base-White, #FFF);
        text-align: center; 
        font-size: 28px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
    }

    .headerText4,.headerText4.has-large-font-size {
        color: var(--Color-Base-White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 25.2px */
    }
    #kontakt {
        
    padding-left: 4px;
    padding-right: 4px;
    }
    #kontakt.noForm .wp-block-group-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* header .is-vertically-aligned-center { 
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    #kontakt.noForm .mb-60 {
        gap: 32px;
    }
    #kontakt figure.wp-block-image.mt-4 {
        display: none;
    }
    #kontakt .nf-before-form-content,#kontakt  .field-wrap:not(.listcheckbox-wrap):not(.checkbox-wrap) .nf-field-label {
        display: none;
    }
    #kontakt .sectionTextWidth h2, h2.wp-block-heading {
        line-height: 1.4em;
        font-size: 28px !important;
        margin-top: 16px;
        margin-bottom: 12px;
    } 
    #kontakt .gapColumn .wp-block-group {
        padding: 8px;
    }
    @keyframes overlay-menu__fade-inside-animation {
        0% {
            opacity: 0;
            transform: translateX(100%)
        }
    
        to {
            opacity: 1;
            transform: translateX(0)
        }
    }

    .wp-block-navigation__responsive-container.has-modal-open.is-menu-open   {

        transform: translateX(0%);
        /* left: 0px !important; */
        transition: all .5s ease !important;
        display: flex !important;
    }
    .wp-block-navigation__responsive-container   {
            transform: translateX(100%);
            transition: all .5s ease !important;
            animation: overlay-menu__fade-inside-animation .5s ease !important; 
            display: none;
            right: 0px;
            top: 0px;
            bottom: 0px;
            left: 0px !important;
            background: #EAEBF0;
        } 
        
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open { 
        background: #006A35 !important;
    }
    .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
        color: #fff !important;
    }
    ul:not(.wp-block-navigation-submenu) > .wp-block-navigation-item {
        background-color: inherit;
        height: auto;
        text-transform: uppercase;
    }
    .wp-block-navigation-item__content {
        color: var(--Color-Base-White, #FFF) !important;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    }
    .wp-block-navigation__responsive-container { 
        top: 70px !important;
    }
    .counterBefore  {
        padding-top: 60px;
    }
    .counterBefore2 {
        
        padding-top: 80px;
    text-align: center;
    }
    .counterBefore::before  {
        width: 40px;
        height: 40px;
        display: block;
        content: counter(rowNumber);
        background-color: #FFAB14;
        text-align: center;
        line-height: 40px;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        position: absolute;
    }
    .counterBefore::after   {
        width: 67px;
        height: 140px;
        display: block;
        content: "";
        /* counter-increment: rowNumber; */
        background-image: url(/wp-content/uploads/2024/04/Vector-10.png);
        text-align: center;
        color: #fff;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: -50px;
        position: absolute;
    }
     .counterBefore2::before {
        width: 40px;
        height: 40px;
        display: block;
        content: counter(rowNumber2);
        background-color: #FFAB14;
        text-align: center;
        line-height: 40px;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
        top: 26px;
        position: absolute;
    }
     .counterBefore2::after  {
        width: 67px;
        height: 140px;
        display: block;
        content: "";
        /* counter-increment: rowNumber; */
        background-image: url(/wp-content/uploads/2024/04/Vector-10.png);
        text-align: center;
        color: #fff;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: -24px;
        position: absolute;
    }
    .counterBefore {
        position: relative;
        counter-increment: rowNumber;
        text-align: center !important;
    }
    .column-typ-1 h2.wp-block-heading {
text-align: center !important;
    }
    .mobile-reverse {
        flex-direction: column;
        margin-top: 20px;
    }
    .column-reverse {
        flex-direction: column-reverse; 
    }
    .wp-block-navigation__responsive-dialog .wp-block-buttons {
        margin: auto;
        margin-top: 40px;
    }
    .oferta-block .checkicon {
        padding-left: 43px;
        display: flex;
        line-height: 24px;
        position: relative;
    } 
    .oferta-block .checkicon::before{
        
    top: 4px;
    }
    #hero-section .wp-block-buttons.is-layout-flex {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #hero-section .wp-block-spacer {
        max-height: 16px !important;
    }
    .whyus h2.numberIconBefore {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .whyus .wp-block-group {
        border-radius: 8px;;
        text-align: center;
    }
    
    main.wp-block-group {
        padding-top: 70px;
    }
    #modal-1-content ul { 
        width: 100%;
    }
    .wp-block-navigation__responsive-container.is-menu-open {
        padding: 40px 20px 20px !important;
        overflow: visible !important; 
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
        padding-top: 0px !important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul:not(.wp-block-navigation-submenu) > li {
        flex-grow: 1;
        width: 100%;
        margin-right: 0px !important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul:not(.wp-block-navigation-submenu) > li.wp-block-navigation-submenu ul {
         
        padding: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        position: relative;
    }
    .m0 {
        margin: 0px auto !important;
    }
    .wp-block-navigation ul li > ul li span {

        text-decoration: none;
        text-transform: none !important;
        font-weight: 400;
    }
    #modal-1-content ul {
        justify-content: center;
        line-height: 50px;
        gap: 40px;
    }
        .wp-block-navigation ul li > ul li {
        margin-right: 0px !important;
        text-decoration: none;
        text-transform: none !important;
        font-weight: 500;
    }
    /* .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul:not(.wp-block-navigation-submenu) > li.wp-block-navigation-submenu ul:before {
         
        content: "";width: 162px;

        background: var(--Color-Blue-Blue-200, #C7D5F9);
        top:24px;
        left: 0px;
        position: absolute;
        height: 2px;

    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul:not(.wp-block-navigation-submenu) > li.wp-block-navigation-submenu ul:after {
         
        content: "";width: 162px;

        background: var(--Color-Blue-Blue-200, #C7D5F9);
        bottom:0px;
        left: 0px;
        position: absolute;
        height: 2px;

    } */
    nav ul ul {
        line-height: 36px !important;
        color: #323232 !important;
        border-top: 0px solid #006A35 !important;
        background-color: #fff !important;
    }
    .wp-block-navigation__responsive-container-close {
        position: fixed !important; 
        color: #006A35 !important;
        top: -49px !important;
        z-index: 1000000000000000000000000000 !important;
        right: 15px !important;
    }
    #modal-1-content {
        gap: 40px;
    }
     #hero-section {
        min-height: 600px !important;
     }
    .has-modal-open .wp-block-navigation__responsive-container-open {
        /* background: url(/wp-content/uploads/2024/02/Group-312.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px; */
        width: 24px;    
        height: 24px;
    }
    
    /* .has-modal-open .wp-block-navigation__responsive-container-open::after {
        content: "";
        background: url(/wp-content/uploads/2024/02/Group-312.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
        width: 24px;    
        height: 24px;
    } */
    .has-modal-open .wp-block-navigation__responsive-container-open svg{
        display: none;
    }
    .wp-block-site-logo a {
        margin: auto;
        display: block !important;
        max-width: 220px;
    }
    nav ul:not(.wp-block-navigation-submenu) > li:not(:last-of-type)::after {
        display: none;
    }
    nav.ofertamenu li{
        margin-right: 0px;
    }
    nav.ofertamenu {
        margin: 12px 00px;
        line-height: 32px;
        justify-content: center;
        padding: 0 20px;
        border-radius: 40px;
    }
    .whyus .numberIconBefore  {
        padding-left: 0px;
        padding-top: 48px; 
        width: calc(100%);
        cursor: pointer;
    }
    .whyus .numberIconBefore::before  {
        
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    }
    .gapColumn iframe { 
        max-width: 100%;
    }
    .textaligntop {
        margin-top: 0px;
        padding-left: 00px;
    }
    .sectionTextWidth  h2, h2.wp-block-heading {
        line-height: 1.4em;
        font-size: 28px !important;
    }
    #hero-section { 
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .headerText1.wp-block-heading {
        color: var(--Color-Base-White, #FFF);
text-align: center;
font-family: Inter;
font-size: 24px !important;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
    }
    .headerText2.wp-block-heading {
        color: var(--Color-Base-White, #FFF);
text-align: center;
font-family: Inter;
font-size: 36px !important;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 50.4px */
    }
    #hero-section .border-accent {
        color: var(--Color-Base-White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 22.4px */
        text-transform: uppercase;
    }
    #hero-section .has-text-align-left:not(.checkIconBefore ) {
        text-align: center !important;
    }
    .mt-60 {
        margin-top: 0px;
    }
    .rodzajePrzegladow.mt-60 {
        margin-top: 24px;
    }
    .quote {
        
    max-width: 80% !important;
    }
    .wp-elements-6e029832d8dcf3a3c0df2df8e1184480,.wp-elements-314501bb453712513b18f407717f9e17, .wp-elements-5b85d67e2579a6980c1fdba7a58db0df, .wp-elements-0b4e030c240c31b575b7d1e1f766a829 {
        text-align: center;
    }
    .arrowAnhore {
        display: none !important;
    }
    .border-accent::before, blockquote cite::before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 50%;
        width: 20%;
        height: 2px;
        background-color: #FFAB14;
        transform: translateX(-50%);
    }
    .flex-column blockquote::before { 
        top: 25px;
    }
    #hero-section h1.wp-block-heading {
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 32px !important;
    }
    header .order1,header .order3,header .order2 {
        max-width: fit-content !important;
    } 
    .wp-block-site-logo {
        margin-bottom: 12px;
        max-width: 120px;
        display: flex;
        margin-bottom: 0px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .order3 {
        order: 3;
    }
    .order4 {
        order: 4;
    }
    .popupTrigger > a:not(.btnMain1) {
        color: var(--Color-Green-Blue-900, #006A35);
text-align: center;
font-family: Inter;
font-size: 15px !important;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 21px */display: flex;
padding: var(--Spacing-System-spacing-8, 8px) var(--Spacing-System-spacing-16, 16px);
justify-content: center;
align-items: center;
gap: 10px;
    }
    #hero-section figure.wp-block-image {
        transform: translate(0px, 0px);
        margin: 0px;
    }
    #hero-section > img {
        object-position: 0 50%;
        z-index: 1;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        max-height: 225px;
        max-width: 100%;
        top: 0px;
        right: 0;
        max-width: 100%;
        object-fit: contain;
        transform: translateX(0px);
    }
    .navWrapper {
        max-width: 64px;
        align-items: end;
        display: flex;    display: flex;
        color: #006A35;
    }
    #socialNav {
        display: none !important;
    }
    .flex-column blockquote,#kontakt .flex-column blockquote,#opinieSection #opinieContent blockquote {
        position: relative;
        margin: 10px 0 15px;
        padding: 80px 15px 1em 15px;
        margin-right: 0px;
        text-align: center;
    }
    .oferta-block.uslugi-grey .checkicon::before {
        display: block;
        content: "";
        width: 33px;
        height: 33px;
        background-image: url(/wp-content/uploads/2024/04/check.svg);
        background-size: cover;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .oferta-block .checkicon {
        padding-top: 43px;
        padding-left: 0px;
        display: flex;
        line-height: 24px;
        position: relative;
    }
    .oferta-block .checkicon::before {
        display: block;
        content: "";
        width: 33px;
        height: 33px;
        background-image: url(/wp-content/uploads/2024/04/Group-164.svg);
        background-size: cover;
        left: 50%;
        transform: translateX(-50%);
    }
    /* #hero-section .has-inter-font-family {
        text-align: left;
    } */
    #hero-section .wp-block-columns:not(.mobile-reverse) {
        flex-direction: column-reverse;
    }
    .hero-section {
        margin-left: 0px;
        margin-top: 0px;
    }
    .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link.toContact {
        border-radius: 8px;
        color: #3aaa35;
        font-size: 0px;
        width: 42px;
        height: 42px;
        background: url(/wp-content/uploads/2024/01/Group-157-2.png);
        background-position: center;    
        background-size: cover;
        border: 0px;
    }
    .flex-column blockquote::before,#opinieSection #opinieContent blockquote::before,#opinieSection #opinieContent blockquote::after {
        left: 50%;
        transform: translateX(-50%);
    }
     #opinieSection #opinieContent blockquote::after {
        
    top: 140px;
    }
    .galeria-item  {
        max-width: 150px;
        display: flex;
        width: 150px;
    }
    .galeria-item img  {
        max-width: 100%;
        height: auto;
    }
    #galeriaContent {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 15px;
        /* max-width: 320px; */
        margin: auto;
    }
.wp-block-spacer {
    height: 30px !important;
}
.oferta-block .checkicon {
    margin-bottom: 48px;
    line-height: 24px !important;
}
.arrow-before::before {
display: none;
}
.arrow-before {
    padding-left: 0px;
    position: relative;
    margin: auto !important;
}
.py15 {
    padding: 0 15px;
}
body.page-template-default:not(.home) .wp-site-blocks main, body.realizacje-template-default .wp-site-blocks main {
    margin-top: 8px !important; 
}
.modulyColumns  {
    display: flex; 
    flex-direction: column-reverse;
  }
.py24 {
    padding: 0 24px;
}
.textCenterMobile {
    text-align: center;
}
footer .wp-block-column p {
    text-align: center !important;
}
.cennik-block .cennik-item .content > p:first-of-type {
    text-align: left !important;
}
header .wp-block-columns .wp-block-column:not(.order2):last-of-type{ 
    flex: 0 1 50px !important;
    flex-basis: fit-content !important;
}
header .wp-block-columns .wp-block-column:not(.order2) .wp-block-button:last-of-type{ 
    
    display: flex !important; 
    justify-content: flex-end !important;
    min-width: 48px;
}
header .wp-block-columns{
    flex-wrap: nowrap !important;
    
    justify-content: space-between;
}
header > .wp-block-cover{
    min-height: 70px !important;
    padding: 0 15px !important;
}
header .wp-block-columns .custom-logo-link{
    
    margin-top: 5px;
    margin-left: 0px;
}
.cennik-block .cennik-item .content > p:last-of-type {
    text-align: right !important;
    min-width: 55px;
}
.hideMobile {
    display: none !important;
}
.showMobile {
    display: flex !important;
}
}