body * {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
[v-cloak] {
    display: none;
}
.oh {
    overflow: hidden !important;
}
.ov {
    overflow: visible !important;
}
.pa {
    position: absolute;
}
.pr {
    position: relative;
}
.cp {
    cursor: pointer;
}
a {
    color: rgba(55,156,211,1);
}
.nowrap {
    white-space: nowrap;
}
.wrap {
    white-space: normal;
    height: auto;
}

strong {
    color: inherit;
}

.box-glowna, .radio__button, .box, .button, .menu-list a, .menu-list button, .menu-list .menu-item, .navbar-dropdown, .notification, .form-column-title, .popular-news, .popular-news .news-item, .news-list, .has-border-radius {
    border-radius: 0.75rem !important;
}

.has-text-weight-xlight {
    font-weight: 100;
}
.box-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.navbar-parent {
    width: 100%;
}
.hero-parent {

}
.hero.is-halfheight .hero-body {
    align-items: start;
    margin-top: 10rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}
.main-logo {
    display: inline-block;
    padding: 0.5rem;
}
.main-logo img {
    width: auto;
    height: 60px;
}
.main-title {
    margin-top: 5rem !important;
    margin-bottom: 0rem !important;
    font-size: 4.5rem !important;
}
#main-form {
    margin-top: 6rem;
}
.hero.is-medium .hero-body {
    align-items: start;
    margin-top: 3.5rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}
.first-section .container {
    margin-top: 0rem;
}
.navbar {
    background: transparent;
}
.navbar-item, .navbar-link {
    color: #fff;
    line-height: 1.5rem;
    padding: 2rem 0.75rem;
}
.navbar-menu.is-active .navbar-item, .navbar-menu.is-active .navbar-link {
    padding: 0.5rem 0.75rem;
}
.hero .navbar-item, .hero .navbar-link {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
}
.hero .navbar-item:hover span, .hero .navbar-link:hover span {
    border-bottom: solid 1px rgba(255, 125, 69, 0.4);
}

.hero .navbar-item:hover span, .hero .navbar-link:hover span {
    border-bottom: solid 1px rgba(118, 217, 5, 0.4);
}
.hero .navbar-menu.is-active .navbar-item:hover, .hero .navbar-menu.is-active .navbar-link:hover {
    color: #d1d816 !important;
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-link.is-active {
    background-color: transparent;
}
.hero .navbar-item.is-active span, .hero .navbar-link.is-active span, .hero .navbar-item.is-active:hover span, .hero .navbar-link.is-active:hover span {
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.navbar-menu.is-active .navbar-item:hover span, .navbar-menu.is-active .navbar-link:hover span {
    border: none;
}
.navbar-item img {
    max-height: 3.5rem;
}
.main-presentation {
    background-image: url("/img/przydomowa-oczyszczalnia-kominek-wentylacyjny.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.main-presentation.is-rainwater {
    background-image: url("/img/deszczowka-og.jpg");
}
.main-presentation__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-presentation .navbar-parent,
.main-presentation .hero-body {
    position: relative;
    z-index: 1;
}
.main-presentation__body-bottom {
    align-items: flex-end;
}
.main-presentation.is-medium {
    min-height: 40vh !important;
}
.main-presentation.is-rainwater-compact {
    min-height: 56vh !important;
}
.main-presentation.is-rainwater-compact .hero-body {
    margin-top: 6rem;
}
.main-presentation.is-rainwater-compact .main-title {
    margin-top: 1rem !important;
    max-width: 760px;
}
.main-presentation.is-small {
    --portal-small-hero-h: var(--bulma-success-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-success-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-success-l) + 4%));
    min-height: 6.14rem !important;
    background: linear-gradient(
        141deg,
        hsl(var(--portal-small-hero-h), var(--portal-small-hero-s), calc(var(--portal-small-hero-l) - 8%)) 0%,
        hsl(var(--portal-small-hero-h), var(--portal-small-hero-s), var(--portal-small-hero-l)) 58%,
        hsl(var(--portal-small-hero-h), var(--portal-small-hero-s), calc(var(--portal-small-hero-l) + 7%)) 100%
    );
}
.main-presentation.is-small.is-primary {
    --portal-small-hero-h: var(--bulma-primary-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-primary-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-primary-l) + 4%));
}
.main-presentation.is-small.is-link {
    --portal-small-hero-h: var(--bulma-link-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-link-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-link-l) + 4%));
}
.main-presentation.is-small.is-info {
    --portal-small-hero-h: var(--bulma-info-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-info-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-info-l) + 4%));
}
.main-presentation.is-small.is-success {
    --portal-small-hero-h: var(--bulma-success-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-success-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-success-l) + 4%));
}
.main-presentation.is-small.is-warning {
    --portal-small-hero-h: var(--bulma-warning-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-warning-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-warning-l) + 4%));
}
.main-presentation.is-small.is-danger {
    --portal-small-hero-h: var(--bulma-danger-h);
    --portal-small-hero-s: max(42%, calc(var(--bulma-danger-s) - 8%));
    --portal-small-hero-l: min(62%, calc(var(--bulma-danger-l) + 4%));
}
.navbar-item:hover, .navbar-link:hover {
    background: transparent !important;
}
.has-text-weight-black {
    font-weight: 900 !important;
}
.pixels {
    margin: 3rem 0;
}
button {
    border-radius: 0.5rem !important;
}
button.is-medium {
    padding: 1rem 3rem;
    height: 3rem;
    line-height: 1rem;
}
.box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16) !important;
}
.header-buttons {
    padding: 0.5rem;
}
.header-buttons a, .footer-buttons a {
    display: block;
    color: #000;
    line-height: 1.25em;
}
.header-buttons .header-buttons__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-contact .footer-buttons__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 100;
}
.header-buttons .header-buttons__data {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: nowrap;
}
.footer-contact .footer-buttons__data {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: nowrap;
}
.header-buttons__icon,
.footer-buttons__icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-size: 70%;
    background-position: right center;
    background-repeat: no-repeat;
}
.news-item__icon {
    display: block;
    width: 1.75rem;
    height: 2.5rem;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.popular-news .news-item__icon {
    width: 2rem;
    height: 2rem;
}
.news-item__label {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-size: 0.875rem;
}
.news-item__label a {
    color: #999;
}
.popular-news .news-item__label {
    font-size: 0.875rem;
}
.header-buttons__icon.i-email {
    background-image: url("/img/icon-email.svg");
}
.footer-buttons__icon.i-email {
    background-image: url("/img/icon-email-w.svg");
}
.header-buttons__icon.i-mobile {
    background-image: url("/img/icon-mobile.svg");
}
.footer-buttons__icon.i-mobile {
    background-image: url("/img/icon-mobile-w.svg");
}
.news-item__icon.i-calendar {
    background-image: url("/img/icon-calendar.svg");
}
.news-item__icon.i-list {
    background-image: url("/img/icon-list.svg");
}
.label {
    color: #666;
}
label p {
    margin-bottom: 0.5rem;
}

.select select, .textarea, .input {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border-width: 0 0 1px 0;
}
.submit-parent {
    margin-top: 1rem;
}
.hero-farm-orange {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.hero-farm-orange__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-farm-orange .hero-body {
    position: relative;
    z-index: 1;
}
footer {
    padding: 4rem 1rem 4rem;
    background-color: #181814;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --portal-footer-glow-h: var(--bulma-info-h);
    --portal-footer-glow-s: 100%;
    --portal-footer-glow-l: 38%;
}
footer::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 0;
    height: min(37.5%, 11.25rem);
    pointer-events: none;
    filter: blur(18px);
    transform: translateY(1.1rem) scaleX(1.03);
    background:
        linear-gradient(0deg, hsla(var(--portal-footer-glow-h), var(--portal-footer-glow-s), calc(var(--portal-footer-glow-l) + 7%), 0.22) 0%, hsla(var(--portal-footer-glow-h), var(--portal-footer-glow-s), calc(var(--portal-footer-glow-l) + 2%), 0.14) 22%, hsla(var(--portal-footer-glow-h), var(--portal-footer-glow-s), var(--portal-footer-glow-l), 0.08) 44%, hsla(var(--portal-footer-glow-h), var(--portal-footer-glow-s), calc(var(--portal-footer-glow-l) - 8%), 0.035) 68%, transparent 100%);
}
footer > * {
    position: relative;
    z-index: 1;
}
.footer-logo {
    height: 4.5rem;
    width: auto;
}
.footer-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff;
}
.footer-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.footer-menu a {
    display: block;
    padding: 0.25rem 0;
    margin: 0.25rem 0;
    color: #fff;
    font-weight: 400;
}
.footer-contact {
    color: #fff;
    padding: 1rem 0;
}
.footer-contact a {
    color: #fff;
}
.footer-column-box strong {
    color: #fff;
}
.footer-social-icons {
    padding: 1.5rem 0;
}
.footer-social-icons a {
    display: inline-block;
    height: 2.5rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    box-shadow: 0 0 6px rgb(0 0 0 / 1%) !important;
    border-radius: 0.5rem;
}
.footer-social-icons a:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 15%) !important;
}
.footer-social-icons a img {
    height: 1.5rem;
    width: auto;
}
.popular-news {
    background-color: #cce6f6;
    padding: 2rem;
    margin-top: 4rem;
}
.news-item {
    position: relative;
}
.news-item:hover {
    background-color: #f9f9f9;
}
.news-page:hover, .popular-news .news-list:hover {
    background-color: transparent;
}
.popular-news .news-list {
    border: none;
}
.popular-news .news-list:hover {
    background-color: #fff;
}
.news-item .news-item__image, .news-item .news-item__image-cropp {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
.news-item__image-cropp-img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item .news-item__image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.news-item.news-full .news-item__image-cropp {
    padding-bottom: 30.833%;
}
.news-item.news-half .news-item__image-cropp {
    padding-bottom: 61.666%;
}
.news-item.news-list .news-item__image-cropp {
    padding-bottom: 67.5%;
}
.news-item.news-page .news-item__image-cropp {
    padding-bottom: 46.67%;
}
.compact-news-card {
    display: block;
    height: 100%;
}
.compact-news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.85rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eef3f7;
}
.compact-news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.85rem;
    object-fit: cover;
}
.compact-popular-news {
    height: 100%;
}
.compact-news-sidebar {
    height: auto;
    margin-top: 0;
    position: sticky;
    top: 1.5rem;
}
.compact-popular-news__item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(15, 41, 68, 0.1);
}
.compact-popular-news__item:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.compact-popular-news__item:last-of-type {
    padding-bottom: 0;
}
.compact-popular-news__image {
    display: block;
    flex: 0 0 74px;
    width: 74px;
    aspect-ratio: 4 / 3;
    border-radius: 0.55rem;
    overflow: hidden;
    background-color: #eef3f7;
}
.compact-popular-news__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.55rem;
    object-fit: cover;
}
.compact-popular-news__content {
    display: block;
    min-width: 0;
}
.compact-popular-news__title {
    display: block;
    color: #111827;
    font-weight: 700;
    line-height: 1.2;
}
.rainwater-news-card {
    display: block;
    height: 100%;
}
.rainwater-news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.85rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eef3f7;
}
.rainwater-news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.85rem;
    object-fit: cover;
}
.rainwater-popular-news {
    height: 100%;
}
.rainwater-news-sidebar {
    height: auto;
    margin-top: 0;
    position: sticky;
    top: 1.5rem;
}
.rainwater-popular-news__item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(15, 41, 68, 0.1);
}
.rainwater-popular-news__item:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.rainwater-popular-news__item:last-of-type {
    padding-bottom: 0;
}
.rainwater-popular-news__image {
    display: block;
    flex: 0 0 74px;
    width: 74px;
    aspect-ratio: 4 / 3;
    border-radius: 0.55rem;
    overflow: hidden;
    background-color: #eef3f7;
}
.rainwater-popular-news__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.55rem;
    object-fit: cover;
}
.rainwater-popular-news__content {
    display: block;
    min-width: 0;
}
.rainwater-popular-news__title {
    display: block;
    color: #111827;
    font-weight: 700;
    line-height: 1.2;
}
.popular-news .news-list p {
    height: 3rem;
    overflow: hidden;
}
.news-details {
    padding: 0.5rem 0;
}
.news-list .news-details {
    padding: 0;
}
.news-details .column {
    line-height: 1rem;
}
.news-item .title {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.news-list {
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.popular-news .news-list {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0.5rem;
}
.news-list:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.earn-item {
    background-color: #00b1eb;
    color: #fff;
    font-size: 1rem;
}
.earn-item .earn-details {
    font-weight: bold;
    line-height: 1.5rem;
    padding: 2rem 2rem 0.5rem 1rem;
    box-sizing: border-box;
    min-height: 5.5rem;
}
.earn-item .earn-link {
    display: flex;
    font-weight: bold;
    padding: 0.5rem 1rem 1rem;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    align-content: center;
    gap: 0.5rem;
}
.earn-item .earn-link span {
    line-height: 1rem;
}
.earn-item .earn-link span img {
    vertical-align: middle;
}
.earn-item .earn-item__image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}





.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.h1 {
    padding: 0.5em 0 !important;
    margin: 0 !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
}
.h2 {
    padding: 0.5em 0 !important;
    margin: 0 !important;
    font-size: 3.5rem !important;
    line-height: 1.25em !important;
    font-weight: 700 !important;
}

.path {
    display: block;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1em;
    padding-top: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.path a {
    color: #555;
}
.path a:hover {
    color: rgb(55,156,211);
}
.path i {
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
    color: rgba(255,255,255,0.65);
    background-image: url("/img/icon-arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lead {
    font-style: italic;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.35em;
    padding: 0 0.5rem 1em;
}
.content {
    padding: 1em 0.5em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/*.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}*/

.content .content {
    padding: 1rem 0.5rem;
}

.menu-list a.is-active {
    background-color: rgb(55,156,211);
}


.content ul.ul-menu {
    margin: 1rem 0;
}
.content ul.ul-menu li {
    margin: 0.5rem 0;
    list-style: none;
}
.content ul.ul-menu li a {
    display: inline-block;
    padding: 0.5rem 0;
}

.row-gallery-list {
    margin-bottom: 25px !important;
}
.gallery-list-a {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
}
.gallery-list-header {
    color: #1D1D1B;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2em;
    padding: 2rem 0 1rem;
    border-top: solid 1px #E7E7E7;
    margin-top: 2rem;
}



/* PLIKI DO POBRANIA */
.file-list {
    padding: 20px 0;
}
.file-list li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}
.file-list li a {
    padding: 10px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.file-list li a span {
    display: inline-block;
}
.file-list li a span.file-list__icon {
    width: 47px;
    min-width: 47px;
    height: 47px;
    background: url("/img/file_w.svg") 50% 50% no-repeat;
    background-size: contain;
    border: solid 7px #fff;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 0 0;
    font-size: 0.5625rem;
    line-height: 10px;
}

.contact-row {
    padding-left: 1rem;
    border-left: solid 4px hsl(var(--portal-secondary-h), var(--portal-secondary-s), var(--portal-secondary-l));
    position: relative;
}

.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


.columns.is-vbottom {
    align-items: end;
}
.box-100 {
    height: 100%;
}
.box-order {
    position: relative;
    padding-bottom: 3.5rem;
}
.box-order .button {
    position: absolute;
    bottom: 1.25rem;
    width: calc(100% - 2.5rem);
}
.form-icon {
    width: 5rem;
    height: auto;
}
.save-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0.5rem;
    z-index: 50;
}
.save-button .container {
    max-width: 960px !important;
}
#callpage.cp-theme-light .cp-tooltip__inner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16) !important;
    border-radius: 6px !important;
}


.cell-background {
    height: 100%;;
    position: relative;
}
.h2-main {
    font-size: 5rem !important;
    font-weight: 400 !important;
    background: #fff;
    margin: -1rem -1rem 1rem;
    padding-bottom: 1rem;
}
.cell-background h3 {
    font-size: 3rem !important;
    margin-bottom: 0 !important;
    font-weight: 900 !important;
    line-height: 0.85em;
    padding-bottom: 0.25em !important;
}
.cell-background h4 {
    font-size: 1rem !important;
    font-weight: 600 !important;
}
.cell-background .content {
    font-weight: 400 !important;
    padding: 0 0 3rem;
}
.cell-background {
    position: relative;
}
.cell-background .button {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    border-radius: 50% !important;
}

.cell-image-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
    overflow: hidden;
}

.cell:nth-child(6n+1) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(55,156,211,0.92) 0%, rgba(103,187,231,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(55,156,211,0.92)), color-stop(100%,rgba(103,187,231,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(55,156,211,0.92) 0%,rgba(103,187,231,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(55,156,211,0.92) 0%,rgba(103,187,231,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(55,156,211,0.92) 0%,rgba(103,187,231,0.99) 100%);
    background: linear-gradient(45deg,  rgba(55,156,211,0.92) 0%,rgba(103,187,231,0.99) 100%);
}
.cell:nth-child(6n+2) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(47,201,208,0.92) 0%, rgba(75,223,228,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(47,201,208,0.92)), color-stop(100%,rgba(75,223,228,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(47,201,208,0.92) 0%,rgba(75,223,228,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(47,201,208,0.92) 0%,rgba(75,223,228,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(47,201,208,0.92) 0%,rgba(75,223,228,0.99) 100%);
    background: linear-gradient(45deg,  rgba(47,201,208,0.92) 0%,rgba(75,223,228,0.99) 100%);
}
.cell:nth-child(6n+3) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(185,193,41,0.92) 0%, rgba(209,216,22,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(185,193,41,0.92)), color-stop(100%,rgba(209,216,22,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(185,193,41,0.92) 0%,rgba(209,216,22,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(185,193,41,0.92) 0%,rgba(209,216,22,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(185,193,41,0.92) 0%,rgba(209,216,22,0.99) 100%);
    background: linear-gradient(45deg,  rgba(185,193,41,0.92) 0%,rgba(209,216,22,0.99) 100%);
}
.cell:nth-child(6n+4) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(230,191,43,0.92) 0%, rgba(244,214,12,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(230,191,43,0.92)), color-stop(100%,rgba(244,214,12,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(230,191,43,0.92) 0%,rgba(244,214,12,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(230,191,43,0.92) 0%,rgba(244,214,12,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(230,191,43,0.92) 0%,rgba(244,214,12,0.99) 100%);
    background: linear-gradient(45deg,  rgba(230,191,43,0.92) 0%,rgba(244,214,12,0.99) 100%);
}
.cell:nth-child(6n+5) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(215,136,36,0.92) 0%, rgba(234,157,36,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(215,136,36,0.92)), color-stop(100%,rgba(234,157,36,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(215,136,36,0.92) 0%,rgba(234,157,36,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(215,136,36,0.92) 0%,rgba(234,157,36,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(215,136,36,0.92) 0%,rgba(234,157,36,0.99) 100%);
    background: linear-gradient(45deg,  rgba(215,136,36,0.92) 0%,rgba(234,157,36,0.99) 100%);
}
.cell:nth-child(6n+6) .cell-background {
    background: -moz-linear-gradient(45deg,  rgba(205,39,83,0.92) 0%, rgba(227,71,108,0.99) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(205,39,83,0.92)), color-stop(100%,rgba(227,71,108,0.99)));
    background: -webkit-linear-gradient(45deg,  rgba(205,39,83,0.92) 0%,rgba(227,71,108,0.99) 100%);
    background: -o-linear-gradient(45deg,  rgba(205,39,83,0.92) 0%,rgba(227,71,108,0.99) 100%);
    background: -ms-linear-gradient(45deg,  rgba(205,39,83,0.92) 0%,rgba(227,71,108,0.99) 100%);
    background: linear-gradient(45deg,  rgba(205,39,83,0.92) 0%,rgba(227,71,108,0.99) 100%);
}

.cell-gradient {
    min-height: 25vh;
    height: 100%;
    padding: 1rem;
}





.radio, .box-glowna {
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 11px 57px -52px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 11px 57px -52px rgba(0, 0, 0, 1);
    box-shadow: 0px 11px 57px -52px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    padding: 0;
    display: none;
}
.radio.is-active {
    background: #0dc800;
}
.radio__label {
    position: relative;
    display: block;
    font-size: 1.875rem;
    line-height: 1.625rem;
    padding: 1rem;
    font-weight: 100;
    color: #fff;
}
.radio__label-description {
    position: absolute;
    display: block;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: .05rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    top: 0.25rem;
    left: 0;
    width: 100%;
}
.radio__img {
    display: block;
    padding: 0 4rem;
    margin-top: -1rem;
}
.radio__img img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.radio__price {
    display: block;
    font-size: 3rem;
    line-height: 1rem;
    font-weight: 900;
    color: #0dc800;
    margin: 0.25rem 0 0;
}
.radio__price span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    color: #606060;
    vertical-align: baseline;
    padding-left: 0.25rem;
}
.radio__vat {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    color: #606060;
}
.radio__desc {
    display: block;
    font-size: 0.6875rem;
    line-height: 1em;
    font-weight: 300;
    color: #606060;
    padding-bottom: 1rem;
}
.radio__button {
    display: inline-block;
    color: #fff;
    background-color: #0dc800;
    border-radius: 0.75rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    padding: 0.5rem 2.5rem;
    margin: 0.5rem 0 1rem;
    border: 0;
}
.radio__details {
    display: block;
    border-top: solid 1px #e3e3e3;
    margin: 1rem 1rem 2rem;
}
.radio__details span {
    display: block;
    border-bottom: solid 1px #e3e3e3;
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #606060;
    text-align: left;
}

.radio:hover {
    -webkit-box-shadow: 0px 11px 49px -32px rgba(156, 219, 7, 1);
    -moz-box-shadow: 0px 11px 49px -32px rgba(156, 219, 7, 1);
    box-shadow: 0px 11px 49px -32px rgba(156, 219, 7, 1);
}
.radio.is-active {
    -webkit-box-shadow: 0px 11px 69px -32px rgba(156, 219, 7, 1);
    -moz-box-shadow: 0px 11px 69px -32px rgba(156, 219, 7, 1);
    box-shadow: 0px 11px 69px -32px rgba(156, 219, 7, 1);
}

.columns>.column:nth-child(1)>.radio .radio__label, .columns>.column:nth-child(1)>.radio.is-active {
    background: rgb(55,156,211);
    background: -moz-linear-gradient(-45deg,  rgba(55,156,211,1) 0%, rgba(103,187,231,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(55,156,211,1) 0%,rgba(103,187,231,1) 100%);
    background: linear-gradient(135deg,  rgba(55,156,211,1) 0%,rgba(103,187,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009041', endColorstr='#76d905',GradientType=1 );
}
.columns>.column:nth-child(2)>.radio .radio__label, .columns>.column:nth-child(2)>.radio.is-active {
    background: rgb(47,201,208);
    background: -moz-linear-gradient(-45deg,  rgba(47,201,208,1) 0%, rgba(75,223,228,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(47,201,208,1) 0%,rgba(75,223,228,1) 100%);
    background: linear-gradient(135deg,  rgba(47,201,208,1) 0%,rgba(75,223,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dac14', endColorstr='#9ddb07',GradientType=1 );
}
.columns>.column:nth-child(3)>.radio .radio__label, .columns>.column:nth-child(3)>.radio.is-active {
    background: rgb(185,193,41);
    background: -moz-linear-gradient(-45deg,  rgba(185,193,41,1) 0%, rgba(209,216,22,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(185,193,41,1) 0%,rgba(209,216,22,1) 100%);
    background: linear-gradient(135deg,  rgba(185,193,41,1) 0%,rgba(209,216,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb300', endColorstr='#bbdb11',GradientType=1 );
}
.columns>.column:nth-child(4)>.radio .radio__label, .columns>.column:nth-child(4)>.radio.is-active {
    background: rgb(230,191,43);
    background: -moz-linear-gradient(-45deg,  rgba(230,191,43,1) 0%, rgba(244,214,12,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(230,191,43,1) 0%,rgba(244,214,12,1) 100%);
    background: linear-gradient(135deg,  rgba(230,191,43,1) 0%,rgba(244,214,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b800', endColorstr='#cce30d',GradientType=1 );
}
.columns>.column:nth-child(1)>.radio .radio__price,
.columns>.column:nth-child(1)>.box-glowna__item-price .radio__price {
    color: #00b1eb;
}
.columns>.column:nth-child(2)>.radio .radio__price,
.columns>.column:nth-child(2)>.box-glowna__item-price .radio__price {
    color: #4bdfe4;
}
.columns>.column:nth-child(3)>.radio .radio__price,
.columns>.column:nth-child(3)>.box-glowna__item-price .radio__price {
    color: #d1d816;
}
.columns>.column:nth-child(4)>.radio .radio__price,
.columns>.column:nth-child(4)>.box-glowna__item-price .radio__price {
    color: #f4d60c;
}

.columns>.column:nth-child(1)>.radio .radio__button,
.columns>.column:nth-child(1)>.box-100 .button {
    background-color: #00b1eb;
}
.columns>.column:nth-child(2)>.radio .radio__button,
.columns>.column:nth-child(2)>.box-100 .button
{
    background-color: #4bdfe4;
}
.columns>.column:nth-child(3)>.radio .radio__button,
.columns>.column:nth-child(3)>.box-100 .button {
    background-color: #d1d816;
}
.columns>.column:nth-child(4)>.radio .radio__button,
.columns>.column:nth-child(4)>.box-100 .button {
    background-color: #f4d60c;
}


.columns>.column:nth-child(1)>.radio:hover, .columns>.column:nth-child(1)>.radio.is-active {
    -webkit-box-shadow: 0px 11px 49px -32px rgba(0,206,255, 1);
    -moz-box-shadow: 0px 11px 49px -32px rgba(0,206,255, 1);
    box-shadow: 0px 11px 49px -32px rgba(0,206,255, 1);
}
.columns>.column:nth-child(2)>.radio:hover, .columns>.column:nth-child(2)>.radio.is-active {
    -webkit-box-shadow: 0px 11px 49px -32px rgba(0,250,255, 1);
    -moz-box-shadow: 0px 11px 49px -32px rgba(0,250,255, 1);
    box-shadow: 0px 11px 49px -32px rgba(0,250,255, 1);
}
.columns>.column:nth-child(3)>.radio:hover, .columns>.column:nth-child(3)>.radio.is-active {
    -webkit-box-shadow: 0px 11px 49px -32px rgba(216,226,0, 1);
    -moz-box-shadow: 0px 11px 49px -32px rgba(216,226,0, 1);
    box-shadow: 0px 11px 49px -32px rgba(216,226,0, 1);
}
.columns>.column:nth-child(4)>.radio:hover, .columns>.column:nth-child(4)>.radio.is-active {
    -webkit-box-shadow: 0px 11px 49px -32px rgba(255,217,0, 1);
    -moz-box-shadow: 0px 11px 49px -32px rgba(255,217,0, 1);
    box-shadow: 0px 11px 49px -32px rgba(255,217,0, 1);
}


.box-glowna .radio__button {
    background-color: #fff;
    color: #000;
}
.radio:hover .radio__button, .box-glowna .radio__button:hover {
    background-color: #1a1c19 !important;
}
.box-glowna .radio__button:hover {
    color: #fff;
    background: #000;
}
.radio.is-active .radio__label {
    background: transparent !important;
}
.radio.is-active .radio__img {
    padding: 0 3rem;
    margin-top: -2rem;
    margin-bottom: 0.5rem;
}
.radio.is-active .radio__price, .radio.is-active .radio__price span, .radio.is-active .radio__vat, .radio.is-active .radio__details span {
    color: #fff !important;
}
.radio.is-active .radio__details, .radio.is-active .radio__details span {
    border-color: rgba(255,255,255,0.5);
}
.radio.is-active .radio__vat {
    margin-bottom: 1.5rem;
}
.radio.is-active .radio__price {
    margin: 0.75rem 0 0;
}
.radio.is-active .radio__button {
    display: none;
}


.checkbox.is-small input {
    vertical-align: middle;
}



.product-item {
    background-color: #fff;
    padding: 1rem 0.5rem;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.1);
    position: relative;
    height: 100%;
}
.product-item__s-slider {
    margin: 0 0.5rem 1rem 0.5rem;
}
.product-item__slider {
    padding-bottom: 120%;
    margin: 0 0 1rem 0;
}
.product-item:hover {
    -webkit-box-shadow: 0px 4px 17px 0px rgba(212,218,22,0.2);
    -moz-box-shadow: 0px 4px 17px 0px rgba(212,218,22,0.2);
    box-shadow: 0px 4px 17px 0px rgba(212,218,22,0.2);
}
.product-item .content {
    padding-left: 2rem;
    padding-right: 2rem;
}
.product-item a {
    text-decoration: none !important;
}
.product-photo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding-bottom: 62.5%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.product-photo__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-map-title {
    margin-top: 3rem;
}
.contact-map-section {
    margin-bottom: 4rem;
}
.weather-details-row {
    margin-top: 0.75rem;
}
.related-location-section {
    border-top: 1px solid rgba(0, 174, 239, 0.14);
    padding-top: 2.5rem;
}
.related-services-section {
    padding-top: 1.5rem;
}
.related-location-grid,
.related-services-grid {
    display: grid;
    gap: 0.85rem;
}
.related-location-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.related-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-location-card,
.related-service-card {
    background: #ffffff;
    border: 1px solid rgba(0, 174, 239, 0.16);
    border-radius: 0.75rem;
    box-shadow: 0 14px 30px rgba(22, 32, 51, 0.04);
    color: #162033;
    display: block;
    min-height: 100%;
    padding: 0.95rem;
}
.related-location-card span,
.related-service-card span {
    color: #536176;
    display: block;
    font-size: 0.84rem;
    line-height: 1.35;
}
.related-location-card strong,
.related-service-card strong {
    display: block;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 0.25rem;
}
.related-service-card strong {
    margin-top: 0;
    margin-bottom: 0.35rem;
}
.related-location-card:hover,
.related-service-card:hover {
    border-color: rgba(0, 174, 239, 0.34);
    color: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 12%));
}
.product-item__image {
    position: absolute;
    left: 0;
    top: 5%;
    overflow: hidden;
    padding: 0.5rem;
    width: 100%;
    height: 45%;
}
.product-item__s .product-item__image {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}
.product-item__image>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-item__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item__details {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    padding: 0 0.75rem;
    text-align: center;
    overflow: hidden;
}
.product-price {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.35rem;
    padding-top: 1rem;
}
.product-price strong {
    display: block;
    font-size: 2rem;
}
.product-price strong span {
    font-weight: 300;
    font-size: 80%;
}
.product-price-promo {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.25rem;
    padding-top: 0.5rem;
}
.product-price-promo strong {
    display: block;
    font-size: 1.5rem;
}
.product-price-promo strong span {
    font-weight: 300;
    font-size: 80%;
}
.delivery {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.35rem;
    padding-top: 1rem;
}
.delivery strong {
    font-size: 1rem;
}
.delivery strong span {
    font-weight: 300;
    font-size: 80%;
}
.no-delivery {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.35rem;
    padding-top: 1rem;
}

.product-detail-light {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    color: #999;
}
.product-detail-light span {
    font-weight: 400;
    color: #666;
}


/* klasy produktu ze sklepu */

/* klasy produktu ze sklepu */

.product-page-cover {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.product-page-cover__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-presentation {
    background-color: #fff;
    padding: 1.25rem;
}
.image-presentation img {
    width: 100%;
}
.product-page-label {
    font-size: 0.75rem;
    font-weight: 300;
}
.product-page-price {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.product-page-price-old {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: -0.75rem;
    text-decoration: line-through;
}
.product-page-weight, .product-page-detail {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.product-page-detail-light {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    color: #999;
}
.product-page-detail-light span {
    font-weight: 400;
    color: #666;
}
.product-page-shipping {
    padding-bottom: 1rem;
}
.product-page-count {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 1rem;
}
.product-page-count-box {
    display: inline-block;
}
.product-page-count-flex {
    display: flex;
}
.product-page-count__minus,
.product-page-count__plus {
    display: inline-block;
    background: #222;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.45rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
}
.product-page-count__minus:hover,
.product-page-count__plus:hover {
    background: #d6ffef
}
.product-page-pieces {
    text-align: center;
    display: inline-block;
    margin: 0 1rem;
    font-weight: bold;
    min-width: 3ex;
    color: #333;
}

.product-page-add {
    font-weight: 400;
    color: #fff !important;
    background: #50b890 !important;
    text-align: center;
    border: none !important;
}
.product-page-add:hover {
    color: #000 !important;
    background: #08c079 !important;
}


.product-page-count-box__basket .product-page-pieces {
    margin: 0 0.25rem;
    line-height: 1.4em;
}
.product-page-count-box__basket .product-page-pieces input {
    border: none;
    max-width: 4ex;
    padding: 0;
    margin: 0;
    box-shadow: none;
}


.product-circle {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 18px 44px rgba(7, 18, 28, 0.18);
    overflow: hidden;
}
.product-circle-image {
    width: 82%;
    height: 80%;
    position: relative;
}
.product-circle-image__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.page-gallery-slider {
    padding: 0.5rem 0 0;
}
.page-gallery__box {
    padding: 0.5rem;
    position: relative;
}
.page-gallery__item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: solid 1px #444;
    position: relative;
    overflow: hidden;
}
.page-gallery__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-order {
    padding: 1rem;
    font-size: 0.95rem;
    margin: 1rem 0;
    background: #d6ffef;
}
.product-cta-box,
.product-cta-hero,
.product-cta-button {
    --portal-product-cta-h: var(--bulma-success-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-success-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-success-l) + 6%));
}
.product-cta-box.is-primary,
.product-cta-hero.is-primary,
.product-cta-button.is-primary {
    --portal-product-cta-h: var(--bulma-primary-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-primary-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-primary-l) + 6%));
}
.product-cta-box.is-link,
.product-cta-hero.is-link,
.product-cta-button.is-link {
    --portal-product-cta-h: var(--bulma-link-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-link-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-link-l) + 6%));
}
.product-cta-box.is-info,
.product-cta-hero.is-info,
.product-cta-button.is-info {
    --portal-product-cta-h: var(--bulma-info-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-info-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-info-l) + 6%));
}
.product-cta-box.is-success,
.product-cta-hero.is-success,
.product-cta-button.is-success {
    --portal-product-cta-h: var(--bulma-success-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-success-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-success-l) + 6%));
}
.product-cta-box.is-warning,
.product-cta-hero.is-warning,
.product-cta-button.is-warning {
    --portal-product-cta-h: var(--bulma-warning-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-warning-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-warning-l) + 6%));
}
.product-cta-box.is-danger,
.product-cta-hero.is-danger,
.product-cta-button.is-danger {
    --portal-product-cta-h: var(--bulma-danger-h);
    --portal-product-cta-s: min(100%, calc(var(--bulma-danger-s) + 24%));
    --portal-product-cta-l: min(66%, calc(var(--bulma-danger-l) + 6%));
}
.product-cta-box.is-custom,
.product-cta-hero.is-custom,
.product-cta-button.is-custom {
    --portal-product-cta-h: var(--portal-product-cta-custom-h, var(--bulma-primary-h));
    --portal-product-cta-s: var(--portal-product-cta-custom-s, var(--bulma-primary-s));
    --portal-product-cta-l: var(--portal-product-cta-custom-l, var(--bulma-primary-l));
}
.product-cta-box {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 96%, 0.78)),
        hsl(var(--portal-product-cta-h), max(38%, calc(var(--portal-product-cta-s) - 36%)), 95%);
    border: 1px solid hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 72%, 0.38);
    border-radius: 0.875rem;
    box-shadow: 0 24px 54px rgba(17, 31, 45, 0.08);
    color: inherit;
    padding: 1.35rem;
}
.product-cta-hero {
    background:
        radial-gradient(circle at 18% 28%, hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 78%, 0.72), transparent 34%),
        linear-gradient(
            135deg,
            hsl(var(--portal-product-cta-h), max(58%, calc(var(--portal-product-cta-s) - 20%)), 34%) 0%,
            hsl(var(--portal-product-cta-h), max(64%, calc(var(--portal-product-cta-s) - 14%)), 43%) 55%,
            hsl(var(--portal-product-cta-h), max(70%, calc(var(--portal-product-cta-s) - 8%)), 50%) 100%
        ) !important;
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 80%, 0.24);
    overflow: hidden;
}
.product-cta-hero .title,
.product-cta-hero .subtitle {
    color: #ffffff;
}
.product-cta-hero .subtitle {
    opacity: 0.86;
}
.product-cta-box > .columns {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0.75rem;
    box-shadow: 0 18px 42px rgba(17, 31, 45, 0.05);
    padding: 1.25rem;
}
.product-cta-box .input,
.product-cta-box .textarea {
    background-color: rgba(255, 255, 255, 0.96);
    border-color: hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 72%, 0.45);
    box-shadow: none;
}
.product-cta-box .input:focus,
.product-cta-box .textarea:focus {
    border-color: hsl(var(--portal-product-cta-h), var(--portal-product-cta-s), calc(var(--portal-product-cta-l) - 10%));
    box-shadow: 0 0 0 0.125em hsla(var(--portal-product-cta-h), var(--portal-product-cta-s), 72%, 0.22);
}
.product-cta-box .form-consents {
    background: rgba(255, 255, 255, 0.62);
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
}
.product-main-button {
    background: hsl(var(--portal-main-h), var(--portal-main-s), var(--portal-main-l)) !important;
    border-color: transparent !important;
    border-radius: 0.625rem;
    box-shadow: 0 10px 22px hsla(var(--portal-main-h), var(--portal-main-s), 32%, 0.18);
    color: var(--portal-main-contrast, #ffffff) !important;
    font-weight: 800;
    transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.product-main-button:hover,
.product-main-button:focus {
    color: var(--portal-main-contrast, #ffffff) !important;
    filter: saturate(1.06) brightness(0.96);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px hsla(var(--portal-main-h), var(--portal-main-s), 30%, 0.22);
}
.product-main-button:focus-visible {
    outline: 3px solid hsla(var(--portal-main-h), var(--portal-main-s), 50%, 0.32);
    outline-offset: 3px;
}
.product-cta-button {
    background: hsl(var(--portal-main-h), var(--portal-main-s), var(--portal-main-l)) !important;
    border-color: transparent !important;
    border-radius: 0.625rem;
    box-shadow: 0 12px 26px hsla(var(--portal-main-h), var(--portal-main-s), 32%, 0.18);
    color: var(--portal-main-contrast, #ffffff) !important;
    font-weight: 900;
}
.product-cta-button:hover {
    color: var(--portal-main-contrast, #ffffff) !important;
    filter: saturate(1.06) brightness(0.96);
    transform: translateY(-1px);
}

.wykres {
    min-height: 210px;
    width: 100%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.wykres .hover-shape {
    fill-opacity: 0;
}
.wykres .hover-show-circle {
    fill-opacity: 0;
}
.wykres .hover-show-text {
    fill: #000;
    fill-opacity: 0;
    font-size: 6px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.wykres tspan {
    fill: #00b1eb;
    font-size: 20px;
}
.wykres .h1-text {
    fill: #000;
    font-size: 6.5px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.wykres .label-text {
    fill: #000;
    font-size: 5.5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.wykres .hover-show-line {
    stroke-opacity: 0;
}
.wykres g:hover .hover-show-circle {
    fill-opacity: 1;
}
.wykres g:hover .hover-show-text {
    fill-opacity: 1;
}
.wykres g:hover .hover-show-line {
    stroke-opacity: 0.25;
}


.slide-container {
    width: 100%;
}

.input-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.input-slider:hover {
    opacity: 1;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #d1d816;
    cursor: pointer;
}

.input-slider::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #d1d816;
    cursor: pointer;
}


.image-left-border {
    display: inline-block;
    position: relative;
}
.image-left-border:before {
    content: '';
    display: inline-block;
    background-color: #00b1eb;
    position: absolute;
    right: 100%;
    top: 4rem;
    width: 6rem;
    height: calc(100% - 8rem);
}

.title-pixel {
    margin: 4rem 0 !important;
    padding: 1rem;
    position: relative;
}
.title-pixel:after {
    content: '';
    display: inline-block;
    background-color: #D9D9D9;
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: -1;
}
.dlaczego-img {
    background-image: url("/img/bezpieczenstwo-pracownikow.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wypadki-img {
    background-image: url("/img/jak-unikac-wypadkow-w-pracy-dzieki-szkoleniom-BHP.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project-values {
    width: 90%;
}
.project-value-sell {
    position: relative;
    width: calc(90% - 3rem);
    background-color: #00b1eb;
    color: #000;
    margin-bottom: 2rem;
}
.project-value-sell:before {
    content: '';
    display: inline-block;
    background-color: #00b1eb;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 3rem;
    height: 50%;
}
.project-value-buy {
    position: relative;
    width: calc(90% - 3rem);
    background-color: #00b1eb;
    color: #fff;
    margin-bottom: 2rem;
}
.project-value-buy:before {
    content: '';
    display: inline-block;
    background-color: #00b1eb;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 3rem;
    height: 50%;
}
.project-value__icon {
    text-align: center;
    padding: 3rem;
}
.project-value__label {
    padding: 0 1.5rem 1.5rem;
    font-weight: 900;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    min-height: 5.25rem;
}

.hr-image>div {
    width: 75%;
}
.image-left-top-border {
    display: inline-block;
    position: relative;
}
.image-left-top-border:before {
    content: '';
    display: inline-block;
    background-color: #00b1eb;
    position: absolute;
    right: 100%;
    top: 0;
    width: 3rem;
    height: 50%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.course {
    height: 100%;
    border: solid 1px #e9e9e9;
    position: relative;
}
.course:hover {
    background-color: #f9f9f9;
}
.course__name {
    min-height: 3em;
}
.course__photo {
    height: 0;
    width: 100%;
    padding-bottom: 64.59%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.course__details {
    padding: 1rem;
}
.course__action {
    padding-top: 1rem;
}


.form-column-title {
    height: 100%;
    padding: 2rem;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: hsl(var(--portal-secondary-h), var(--portal-secondary-s), var(--portal-secondary-l));
}
.form-box {
    background:
        linear-gradient(
            135deg,
            hsla(var(--portal-secondary-h, var(--bulma-primary-h)), var(--portal-secondary-s, var(--bulma-primary-s)), 97%, 0.96) 0%,
            #ffffff 54%,
            hsla(var(--bulma-warning-h), var(--bulma-warning-s), 96%, 0.62) 100%
        );
    border: 1px solid hsla(var(--portal-secondary-h, var(--bulma-primary-h)), var(--portal-secondary-s, var(--bulma-primary-s)), 76%, 0.34);
    border-left: 0;
    border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 0 18px 42px rgba(20, 35, 55, 0.05);
    margin-left: -1px;
    min-height: 100%;
    padding: 2rem 3rem;
}
.form-box .input,
.form-box .textarea {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: hsla(var(--portal-secondary-h, var(--bulma-primary-h)), var(--portal-secondary-s, var(--bulma-primary-s)), 72%, 0.5);
    box-shadow: none;
}
.form-box .input:focus,
.form-box .textarea:focus {
    border-color: hsl(var(--portal-secondary-h, var(--bulma-primary-h)), var(--portal-secondary-s, var(--bulma-primary-s)), calc(var(--portal-secondary-l, var(--bulma-primary-l)) - 8%));
    box-shadow: 0 0 0 0.125em hsla(var(--portal-secondary-h, var(--bulma-primary-h)), var(--portal-secondary-s, var(--bulma-primary-s)), 72%, 0.22);
}

.h-triangle {
    position: relative;
}
.h-triangle:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 2rem solid hsl(var(--portal-secondary-h), var(--portal-secondary-s), var(--portal-secondary-l));
    border-left: 2rem solid transparent;
    transform: rotate(-45deg);
    margin-left: -4rem;
}

.partners {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    padding-top: 1.5rem;
}
.partners a {
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
}



.crop-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* KADROWANIE */

.js_kadr {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.js_kadr img {
    position: absolute;
    height: auto;
    width: auto;
    margin: 0;
    max-width: none;
}
.image-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-4-3 {
    display: block;
    position: relative;
    padding-bottom: 75%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-thumb-list {
    padding-bottom: 71.428%;
}

.image-thumb-list__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modal-content, .modal-card {
    width: 800px;
    max-width: 95%;
}
.modal-close-button {
    padding: 1rem;
    margin: 1rem;
}
.order-modal-title {
    padding: 0 1.25rem 1rem;
}
.order-modal-contact {
    margin-top: 2rem;
}



.article-faq {
    margin: 3rem 0 2rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e9ef;
}

.article-faq h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #222b3a;
}

.article-faq__item {
    border-bottom: 1px solid #e6e9ef;
}

.article-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    background: transparent;
    color: #222b3a;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.article-faq__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: 1rem;
    border-radius: 4px;
    background: #eef2f7;
    color: #222b3a;
    font-weight: 900;
}

.article-faq__answer {
    display: none;
    padding: 0 3rem 1rem 0;
    color: #4c5565;
    line-height: 1.7;
}

.article-faq__item.is-active .article-faq__answer {
    display: block;
}

.article-faq__item.is-active .article-faq__icon {
    background: hsl(var(--portal-main-h), var(--portal-main-s), var(--portal-main-l));
    color: var(--portal-main-contrast, #fff);
    font-size: 0;
}

.article-faq__item.is-active .article-faq__icon:before {
    content: "-";
    font-size: 1rem;
}

.article-faq__item.is-hidden {
    display: none;
}

.article-faq__toggle {
    margin-top: 1.2rem;
}

.rainwater-calculators {
    background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.rainwater-calculators__intro {
    max-width: 900px;
    margin-bottom: 1.75rem;
}

.rainwater-calculators__intro .title {
    margin-bottom: 0.6rem;
}

.rainwater-calculators__intro p {
    color: #3f4d62;
}

.rainwater-calculators__eyebrow,
.rainwater-tool__label,
.rainwater-result__label {
    color: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 10%));
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.rainwater-tool {
    background: #ffffff;
    border: 1px solid rgba(20, 157, 207, 0.16);
    border-radius: 0.75rem;
    box-shadow: 0 18px 45px rgba(31, 62, 92, 0.08);
    height: 100%;
    padding: 1.5rem;
}

.rainwater-tool--blue {
    border-color: rgba(18, 93, 214, 0.16);
}

.rainwater-tool--daily {
    background: linear-gradient(135deg, #ffffff 0%, #f4fff5 100%);
    border-color: hsla(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l), 0.26);
}

.rainwater-tool__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.rainwater-tool__header .title {
    font-size: 1.35rem;
    line-height: 1.15;
    margin-bottom: 0;
}

.rainwater-tool__number {
    align-items: center;
    background: linear-gradient(135deg, hsl(var(--bulma-primary-h), var(--bulma-primary-s), var(--bulma-primary-l)), hsl(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l)));
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 2.6rem;
    font-size: 1.1rem;
    font-weight: 900;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.rainwater-tool--blue .rainwater-tool__number {
    background: linear-gradient(135deg, hsl(var(--bulma-link-h), var(--bulma-link-s), var(--bulma-link-l)), hsl(var(--bulma-info-h), var(--bulma-info-s), var(--bulma-info-l)));
}

.rainwater-tool--daily .rainwater-tool__number {
    background: linear-gradient(135deg, hsl(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l)), hsl(var(--bulma-primary-h), var(--bulma-primary-s), var(--bulma-primary-l)));
}

.rainwater-tool .input,
.rainwater-lead-panel .input,
.rainwater-lead-panel .textarea {
    border-color: rgba(45, 71, 98, 0.2);
    box-shadow: none;
}

.rainwater-tool .icon.is-right {
    color: #8b97a8;
    font-size: 0.75rem;
    font-weight: 700;
    pointer-events: none;
}

.rainwater-preset-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.rainwater-preset-row .button {
    border-color: hsla(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l), 0.28);
    color: #27405c;
    font-weight: 800;
}

.rainwater-field-visual {
    align-items: center;
    background: linear-gradient(180deg, #f7fbff 0%, #eef8fb 100%);
    border: 1px solid rgba(20, 157, 207, 0.14);
    border-radius: 0.75rem;
    display: flex;
    height: 132px;
    justify-content: center;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.rainwater-field-visual svg {
    display: block;
    height: 104px;
    max-width: 132px;
    width: 100%;
}

.rainwater-field-visual--roof svg {
    height: 98px;
    max-width: 122px;
}

.rw-line-dark,
.rw-line-blue,
.rw-line-blue-dark,
.rw-line-green,
.rw-line-cloud-inner,
.rw-dash-blue,
.rw-rain-line,
.rw-stroke-dark,
.rw-stroke-blue,
.rw-stroke-dark-soft,
.rw-stroke-green {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.35;
}

.rw-line-dark,
.rw-stroke-dark {
    stroke: #2f2a25;
}

.rw-line-blue,
.rw-stroke-blue,
.rw-rain-line {
    stroke: hsl(var(--bulma-info-h), var(--bulma-info-s), var(--bulma-info-l));
}

.rw-line-blue-dark {
    stroke: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 13%));
    opacity: 0.48;
}

.rw-line-cloud-inner {
    stroke: #2f2a25;
    opacity: 0.45;
}

.rw-line-green,
.rw-stroke-green {
    stroke: hsl(var(--bulma-success-h), var(--bulma-success-s), calc(var(--bulma-success-l) - 7%));
}

.rw-line-green-soft {
    opacity: 0.28;
    stroke-width: 1.2;
}

.rw-dash-blue {
    stroke: hsl(var(--bulma-info-h), var(--bulma-info-s), var(--bulma-info-l));
    stroke-dasharray: 8 6;
    stroke-width: 1.8;
}

.rw-rain-line {
    stroke-width: 5;
}

.rw-rain-line-soft {
    opacity: 0.45;
    stroke-width: 3.2;
}

.rw-fill-white {
    fill: #fffdf8;
}

.rw-fill-blue {
    fill: hsl(var(--bulma-info-h), var(--bulma-info-s), var(--bulma-info-l));
}

.rw-fill-blue-glass {
    fill: hsla(var(--bulma-info-h), var(--bulma-info-s), 76%, 0.72);
}

.rw-fill-blue-light {
    fill: hsl(var(--bulma-info-h), var(--bulma-info-s), 78%);
}

.rw-fill-green {
    fill: hsl(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l));
}

.rw-fill-green-dark {
    fill: #315942;
}

.rw-fill-green-light {
    fill: hsl(var(--bulma-success-h), var(--bulma-success-s), 86%);
}

.rw-fill-path {
    fill: #f4f1dc;
}

.rw-fill-stone {
    fill: #d9d4c9;
}

.rw-stroke-dark-soft {
    stroke: rgba(47, 42, 37, 0.42);
}

.rw-fill-red {
    fill: #f05b45;
}

.rw-fill-red-dark {
    fill: #df4d3a;
}

.rw-fill-sand {
    fill: #efc87b;
}

.rw-fill-cloud {
    fill: #ffffff;
}

.rainwater-tool__details {
    background: rgba(20, 157, 207, 0.08);
    border-radius: 0.65rem;
    padding: 0.85rem 1rem;
}

.rainwater-tool__details summary {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
}

.rainwater-result {
    background: hsl(var(--bulma-success-h), var(--bulma-success-s), 94%);
    border-radius: 0.75rem;
    margin-top: 1.25rem;
    padding: 1rem;
}

.rainwater-result--blue {
    background: hsl(var(--bulma-info-h), var(--bulma-info-s), 94%);
}

.rainwater-result--daily {
    background: #f3fff3;
    border: 1px solid hsla(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l), 0.18);
}

.rainwater-result strong {
    color: #162033;
    display: block;
    font-size: 2.35rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.rainwater-result span {
    color: #415066;
    display: block;
    font-size: 0.9rem;
}

.rainwater-product-suggestions {
    border-top: 1px solid rgba(20, 157, 207, 0.14);
    margin-top: 1.25rem;
    padding-top: 1rem;
}

.rainwater-product-suggestions__label {
    color: #162033;
    font-size: 0.95rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.rainwater-product-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(20, 157, 207, 0.16);
    border-radius: 0.65rem;
    display: flex;
    gap: 0.8rem;
    margin-top: 0.65rem;
    padding: 0.65rem;
}

.rainwater-product-card__image {
    align-items: center;
    background: #f5fbff;
    border-radius: 0.55rem;
    display: flex;
    flex: 0 0 76px;
    height: 58px;
    justify-content: center;
    overflow: hidden;
}

.rainwater-product-card__image img {
    display: block;
    max-height: 58px;
    max-width: 76px;
    object-fit: contain;
}

.rainwater-product-card__body {
    flex: 1 1 auto;
    min-width: 0;
}

.rainwater-product-card__title {
    color: #162033;
    display: block;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
}

.rainwater-product-card__meta {
    color: #69778b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    gap: 0.4rem;
    margin-top: 0.15rem;
}

.rainwater-product-card__price {
    color: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 12%));
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: 0.2rem;
}

.rainwater-product-card__cta {
    flex: 0 0 auto;
}

.rainwater-lead-panel {
    background: linear-gradient(135deg, hsl(var(--bulma-primary-h), var(--bulma-primary-s), 96%), hsl(var(--bulma-success-h), var(--bulma-success-s), 94%));
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
}

.rainwater-benefits-section {
    border-top: 1px solid rgba(20, 157, 207, 0.16);
    margin-top: 2.5rem;
    padding-top: 2rem;
}

.rainwater-benefit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.rainwater-benefit-card {
    background: #ffffff;
    border: 1px solid rgba(20, 157, 207, 0.16);
    border-radius: 0.75rem;
    box-shadow: 0 18px 36px rgba(22, 32, 51, 0.04);
    padding: 1rem;
}

.rainwater-benefit-card strong {
    color: #162033;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.rainwater-benefit-card span {
    color: #536176;
    display: block;
    font-size: 0.9rem;
    line-height: 1.45;
    margin-top: 0.65rem;
}

.rainwater-local-answer,
.rainwater-local-warning,
.rainwater-local-faq {
    border: 1px solid rgba(20, 157, 207, 0.14);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.rainwater-local-answer {
    background: linear-gradient(135deg, hsl(var(--bulma-info-h), var(--bulma-info-s), 97%), #ffffff);
}

.rainwater-local-warning {
    background: linear-gradient(135deg, #ffffff, hsl(var(--bulma-warning-h), var(--bulma-warning-s), 97%));
}

.rainwater-local-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rainwater-local-faq {
    background: linear-gradient(135deg, #ffffff, hsl(var(--bulma-info-h), var(--bulma-info-s), 98%));
}

.rainwater-local-faq__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.rainwater-local-faq__item {
    background: #ffffff;
    border: 1px solid rgba(20, 157, 207, 0.14);
    border-radius: 0.75rem;
    box-shadow: 0 18px 36px rgba(22, 32, 51, 0.04);
    padding: 1rem;
}

.rainwater-local-faq__item h3 {
    color: #162033;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 0.65rem;
}

.rainwater-local-faq__item p {
    color: #536176;
    font-size: 0.93rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.rainwater-rainfall-section {
    background: linear-gradient(135deg, hsl(var(--bulma-info-h), var(--bulma-info-s), 97%), hsl(var(--bulma-primary-h), var(--bulma-primary-s), 97%));
    border: 1px solid rgba(20, 157, 207, 0.16);
    border-radius: 0.75rem;
    margin: 2.5rem 0;
    padding: 1.5rem;
}

.rainwater-rainfall-eyebrow {
    color: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 12%));
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.rainwater-rainfall-stats {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.rainwater-rainfall-stat {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(20, 157, 207, 0.14);
    border-radius: 0.65rem;
    padding: 0.8rem;
}

.rainwater-rainfall-stat strong {
    color: #162033;
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
}

.rainwater-rainfall-stat span {
    color: #536176;
    display: block;
    font-size: 0.86rem;
    line-height: 1.35;
    margin-top: 0.25rem;
}

.rainwater-rainfall-map {
    background: #ffffff;
    border: 1px solid rgba(20, 157, 207, 0.16);
    border-radius: 0.75rem;
    margin: 0;
    overflow: hidden;
    padding: 0.75rem;
}

.rainwater-rainfall-map img {
    border-radius: 0.5rem;
    display: block;
    height: auto;
    width: 100%;
}

.rainwater-rainfall-map figcaption {
    color: #69778b;
    font-size: 0.82rem;
    line-height: 1.35;
    margin-top: 0.65rem;
}

.rainwater-grant-section {
    background: linear-gradient(135deg, hsl(var(--bulma-success-h), var(--bulma-success-s), 96%), hsl(var(--bulma-info-h), var(--bulma-info-s), 97%));
    border: 1px solid rgba(90, 190, 70, 0.18);
    border-radius: 0.75rem;
    margin: 2.5rem 0;
    padding: 1.5rem;
}

.rainwater-grant-facts {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.rainwater-grant-fact {
    background: #ffffff;
    border: 1px solid rgba(90, 190, 70, 0.16);
    border-radius: 0.65rem;
    padding: 0.95rem;
}

.rainwater-grant-fact strong {
    color: hsl(var(--bulma-info-h), var(--bulma-info-s), calc(var(--bulma-info-l) - 12%));
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
}

.rainwater-grant-fact span {
    color: #536176;
    display: block;
    font-size: 0.85rem;
    line-height: 1.35;
    margin-top: 0.25rem;
}

.rainwater-grant-checklist {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 157, 207, 0.12);
    border-radius: 0.75rem;
    padding: 1rem;
}

.rainwater-grant-checklist ul {
    margin-top: 0.5rem;
}

.rainwater-grant-checklist li {
    margin-bottom: 0.35rem;
}

.rainwater-weather-contact {
    border-top: 1px solid rgba(20, 157, 207, 0.16);
    padding-top: 2rem;
}

.rainwater-weather-image {
    border-radius: 0.75rem;
    overflow: hidden;
}

.rainwater-weather-area {
    border-radius: 0.75rem;
}

@media (max-width: 1024px) {
    .related-location-grid,
    .related-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-title {
        font-size: 2.5rem !important;
        margin-top: 4rem !important;
    }

}

@media (max-width: 768px) {
    .related-location-grid,
    .related-services-grid {
        grid-template-columns: 1fr;
    }

    .main-presentation {
        background-image: url("/img/przydomowa-oczyszczalnia-kominek-wentylacyjny-m.jpg");
        background-position: 50% 70%;
    }
    .main-presentation.is-rainwater {
        background-image: url("/img/deszczowka-og.jpg");
    }

    .form-column-title {
        padding: 1rem;
    }
    .form-box {
        border-radius: 0 0 0.5rem 0.5rem;
        margin-left: 0;
        padding: 1rem 1rem;
    }

    .cell-image-background {
        margin-bottom: 1rem;
    }

    .news-details .column {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }

    .article-faq h2 {
        font-size: 1.35rem;
    }

    .article-faq__question {
        font-size: 0.95rem;
    }

    .article-faq__answer {
        padding-right: 0;
    }

    .main-title {
        font-size: 2rem !important;
        margin-top: 3rem !important;
    }
    .main-presentation.is-rainwater-compact {
        min-height: 42vh !important;
    }
    .main-presentation.is-rainwater-compact .hero-body {
        margin-top: 4rem;
    }
    .rainwater-calculators {
        padding-top: 2rem;
    }
    .rainwater-tool,
    .rainwater-lead-panel {
        padding: 1rem;
    }
    .rainwater-benefit-grid {
        grid-template-columns: 1fr;
    }
    .rainwater-local-answer,
    .rainwater-local-warning,
    .rainwater-local-faq {
        padding: 1rem;
    }
    .rainwater-local-grid,
    .rainwater-local-faq__grid {
        grid-template-columns: 1fr;
    }
    .rainwater-rainfall-section {
        padding: 1rem;
    }
    .rainwater-rainfall-stats,
    .rainwater-grant-facts {
        grid-template-columns: 1fr;
    }
    .rainwater-grant-section {
        padding: 1rem;
    }
    .rainwater-result strong {
        font-size: 1.85rem;
    }
    #main-form {
        margin-top: 0rem;
        margin-bottom: -2rem;
    }

}
