@font-face {
    font-family: 'Poppins';
    src: url('/templates/biznespraktycznie/czcionki/Poppins-Regular400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/templates/biznespraktycznie/czcionki/Poppins-Medium500.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/templates/biznespraktycznie/czcionki/Poppins-Bold600.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/templates/biznespraktycznie/czcionki/Poppins-SemiBold700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/templates/biznespraktycznie/czcionki/Poppins-ExtraBold900.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}



:root {
    --kolor1: #37aa40;
    --kolor2: #d63a28;
    --kolor3: #131414;
    --kolor-blad: #CC0000;
    --kolor-przycisk-zgoda: #1863DC;
    --kolor-lini: #dddddd;
    --szary-tekst: #bbc1c1;
    --szare-tlo: #f0f9f0;
    --kolor-ostrzezenie: #ff7c08;
    --kolor-sukses: #59b259;
    --kolor-napisy-mobilne-menu: #fff;

}


* {
    box-sizing: border-box;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body {
    font-display: swap;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 400px;
}

.item-pagepolitbb,
.politbb {
    font-family: 'Poppins', sans-serif !important;
}

a {
    color: var(--kolor1);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

h2,
h3,
h4,
h5 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0.3em;
}


h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.15rem;
}

ul {
    list-style-type: square;
    padding-left: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


.hikashop_filter_main_Czegoszukasz_1,
.mod-breadcrumbs__wrapper,
#menu_naglowek,
#zbiornik,
.wyrownanie {
    max-width: calc(1200px + 10%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}



.itemid-101 #zbiornik,
.itemid-555 #zbiornik,
.itemid-141 #zbiornik,
.itemid-144 #zbiornik,
.itemid-145 #zbiornik {
    max-width: 100%;
    width: 100%;
    padding: 0;
}


.zlewakolumna #zbiornik {
    display: flex;
    justify-content: space-between;
}

.zlewakolumna #kolumnalewo {
    width: 25%;
    flex-shrink: 0;
    flex-grow: 0;
}

.zlewakolumna #content {
    width: 73%;
    flex-shrink: 0;
    flex-grow: 0;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.item-page {
    display: flow-root;
}

.podslajdem {
    max-width: 800px;
    text-align: center;
    margin-top: -100px;
    position: relative;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-bottom: 120px;
    font-weight: 600;
}

#naglowek_gora {
    background: #f3f3f2;
    font-size: 0.70rem;
    color: #555;
}

#naglowek_gora .custom {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#naglowek_gora #lewa-gora span {
    margin-left: 10px;
}

#naglowek_gora #lewa-gora span a {
    text-decoration: none;
    color: #000;
}

#naglowek_gora #prawa-gora {
    text-align: right;
    flex: 50%;
}

#naglowek_gora #prawa-gora>span {
    margin-left: 20px;
}

#naglowek_srodek {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
  padding-right: 5%;
    align-items: center;
}


.menuglownemenu {
    display: flex;
    list-style: none;
    z-index: 10;
    align-items: center;
}

.menuglownemenu li a {
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-size: 0.9rem;
}

.menuglownemenu li a:hover,
.menuglownemenu li.active a {
    color: var(--kolor1);
    transition: all 1s ease 0s;
}


.menuglownemenu li {
    margin-left: 25px;
}

.mod-menu__sub {
    display: none;
}

.menuglownemenu .deeper:hover .mod-menu__sub,
.menu-podrzedne-rozwiniete {
    display: block;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    padding: 15px 20px;
    background: #fff;
    font-weight: 400;
    border: solid 1px #eee;
    box-shadow: 5px 5px 10px #ddd;
    z-index: 10;
}

.menuglownemenu .deeper:hover .mod-menu__sub li {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.menuglownemenu .deeper:hover .mod-menu__sub li a {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1rem;
}

.menu-podrzedne-rozwiniete li {
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.menu-podrzedne-rozwiniete li a {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 0.8rem;
    line-height: 21px;
}

.menuglownemenu .menu-podrzedne-rozwiniete li a {
    color: #000;

}


.menuglownemenu .menu-podrzedne-rozwiniete li a:hover {
    color: #ddd;
}


.menuglownemenu .menu-podrzedne-rozwiniete .menuhikarozwij {
    padding-left: 15px;
}

.menuglownemenu .menu-podrzedne-rozwiniete .menuhikarozwij a {
    font-weight: normal;
    font-size: 0.8rem;
}

.slideshowck .camera_caption>div {
    background: transparent;
    color: #000;
    text-align: left;
    max-width: 400px;
}

.slideshowck .camera_pag_ul {
    position: absolute;
    right: 20px;
    bottom: 0px;
}


.icons {
    display: none;
}



.view-profile .profile-edit {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.alert,
.alert-notice,
.alert-warning {
    background: #e7000e;
    color: #fff;
    display: flex;
    padding: 10px;
    margin-bottom: 30px;
    padding-left: 2em;
    padding-right: 2em;
}


.alert .close {
    color: #fff;
}

.alert>div,
.alert-notice>div,
.alert-warning>div {
    width: 100%;
}


.alert .alert-heading,
.alert-notice .alert-heading,
.alert-warning .alert-heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#member-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 1rem;
}



body #member-profile #jform_actionlogs_actionlogsExtensions_chosen {
    width: auto !important;
    margin-right: 10px;
}

body #member-profile .chosen-search-input {
    min-width: 150px;
}


#member-profile>fieldset {

    padding: 30px;
    padding-top: 30px;
    padding-top: 0;
}

#member-profile>fieldset:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 1;
}


.profile-edit .control-group {
    width: 100%;
    margin-top: 20px;
}


input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 10px;
    border: solid 1px #ddd;
}

input[type="checkbox"] {
    border: solid 1px #000;
    box-shadow: 0px 0px 1px #555;
}


label {
    font-size: 0.8rem;
    margin-bottom: 5px;
    display: inline-block;
    color: #555;
}


button.btn-primary,
.hikabtn,
#hikashop_register_form_button,
.btn {
    background: var(--kolor1);
    box-shadow: none;
    border-style: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: lowercase;
    margin-top: 10px;
    padding: 10px 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
}

.m426 .custom p a.pokukrj {
    display: none;
}

button.btn-primary:hover,
.hikabtn:hover,
#hikashop_register_form_button:hover,
.btn:hover,
button.btn-primary:focus,
.hikabtn:focus,
#hikashop_register_form_button:focus,
.btn:focus {
    background: var(--kolor2);
    transition: all 1s ease 0s;
}

#naglowek_srodek-prawo {
    display: flex;
    width: auto;
    justify-content: space-between;
}

.chzn-container-single .chzn-single {
    height: 35px;
    line-height: 35px;
}

.view-login #content,
.view-reset #content,
.view-registration #content,
.view-remind #content {
    padding-left: 5%;
    padding-right: 5%;
    background: #f3f3f2;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-registration #content,
.view-reset #content,
.view-remind #content {
    justify-content: center;
}


.view-login #content>div:nth-child(3) {
    background: #fff;
    width: 48%;
    padding: 20px;
}

.view-login #content>div:nth-child(3)::before {
    content: "Przypomnij hasło / Zarejestruj się";
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.view-login #content #system-message-container {
    width: 100%;
}

.view-login .login .control-group:nth-child(3) {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.view-registration .registration input,
.view-login .login input,
.view-login .remind input,
.view-reset .reset input {
    width: 100%;
}

.view-registration .registration form fieldset,
.view-login .login form fieldset,
.view-remind .remind form fieldset,
.view-reset .reset form fieldset {
    border: none;
}

.view-login .login form fieldset::before {
    content: "Zaloguj się";
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.view-login #stopka,
.view-remind #stopka,
.view-reset #stopka {
    margin-top: 0px;
}

.view-login .nav-stacked {
    display: flex;
    margin-left: 0;
    padding-left: 0;
}

.view-login .nav-stacked li {
    list-style-type: none;
    display: block;
    margin-right: 20px;
    background: #e7000e;
    color: #fff;
}

.view-login .nav-stacked li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.view-registration #member-registration fieldset>legend {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

ol.breadcrumb {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

ol.breadcrumb li {
    list-style: none;
    font-size: 13px;
    display: flex;
    align-items: center;
}



ol.breadcrumb li a {
    color: #757575;
    text-decoration: none;
    font-size: 0.8rem;
}

ol.breadcrumb li span {
    margin-left: 5px;
}

ol.breadcrumb li:nth-child(1) {
    width: 0;
    display: none;
}

ol.breadcrumb li:nth-child(2),
ol.breadcrumb li:nth-child(2) span {
    margin-left: 0;
    padding-left: 0;
}

ol.breadcrumb li:nth-child(n+2) span::after {
    content: "";
    background-image: url(../../../images/ikony/strzalka.svg);
    width: 20px;
    height: 5px;
    display: inline-block;
    background-color: transparent;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 8px;
}

ol.breadcrumb li:last-child span::after {
    display: none;
}





#strona-kontaktowa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#strona-kontaktowa>div {
    width: 48%;
}

#strona-kontaktowa-mapa iframe {
    width: 100%;
    min-height: 450px;
    border: none;
}


#strona-kontaktowa h2 {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}


#strona-kontaktowa #strona-kontaktowa-opis>span {
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    background-position: 0px 5px;
    margin-top: 15px;
}

#strona-kontaktowa a {
    text-decoration: none;
    color: #000;
}

#strona-kontaktowa b {
    font-weight: 600;
}

#strona-kontaktowa .ikonatelefon {
    background-image: url(../../../images/ikony/zestaw2-telefon-ikona.svg);
}

#strona-kontaktowa .ikonaemail {
    background-image: url(../../../images/ikony/zestaw2-poczta-ikona.svg);
}

#strona-kontaktowa .ikonaadres {
    background-image: url(../../../images/ikony/zestaw2-adres-ikona.svg);
}


#strona-kontaktowa .ikonadanerejestrowe {
    background-image: url(../../../images/ikony/zestaw2-czas-ikona.svg);
}



#strona-kontaktowa .ikonaadres u {
    text-decoration: none;
}


#strona-kontaktowa #strona-kontaktowa-opis span,
#strona-kontaktowa #strona-kontaktowa-opis span b {
    display: block;
    color: #000;
    line-height: 1.4;
}

#strona-kontaktowa #strona-kontaktowa-opis div span a {
    color: #000;
}

#menuglownemenu-zamkniecie {
    display: none;
}

#naglowek_srodek-lewo {
    display: flex;
    align-items: center;
}

#menu_naglowek #naglowek_srodek {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


body #ca_banner {
    max-width: 300px;
    left: auto !important;
    bottom: 30px !important;
    height: auto !important;
    padding: 20px !important;
    border: none !important;
    border-style: none !important;
    background: rgba(0, 0, 0, 0.8) !important;
}

#ca_banner h2 {
    font-size: 0.9rem !important;
    font-weight: bold !important;
    line-height: 21px !important;
}

#ca_banner p {
    font-size: 12px !important;
    line-height: 17px !important;
}

#ca_banner .accept {
    background: #fff !important;
    text-shadow: none !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px !important;
}

#ca_banner .accept:hover {
    background: #006ab6 !important;
    color: #fff !important;
    transition: all 1s ease 0s;
}

#ca_banner .infoplus a {
    color: #fff;
}

.pull-right img {
    width: 100%;
    height: auto;
}

.pull-right {
    width: 45%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.layout-blog #stopka {
    float: none;
    clear: both;
}


.menuglownemenu .deeper li a {
    color: #000;
}

.menuglownemenu li.deeper a:hover,
.menuglownemenu li.deeper .active>a {
    color: #ddd;
    transition: all 1s ease 0s;
}


body ul.sigFreeClassic {
    display: flex;
    flex-wrap: wrap;
}

body ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    width: 24%;
}

body ul.sigFreeClassic li.sigFreeThumb a {
    width: 100% !important;
    height: 100% !important;
}

body ul.sigFreeClassic li.sigFreeThumb a img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
}




ul.breadcrumb li:nth-child(1) {
    width: 0;
}

ul.breadcrumb li:nth-child(2) a.pathway span {
    margin-left: 0;
}


.logostrony {
    height: 100%;
    width: auto;
    max-height: 50px;
}


.com-users-login {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.com-users-login #com-users-login__form {
    background-color: #fff;
    width: 49%;
}

.com-users-login .com-users-login__options {
    width: 49%;
    background: #fff;
    padding: 20px;
}


.com-users-login .input-password-toggle {
    padding: 0.5em 2em;
    border-radius: 2px;
}

.com-users-login .com-users-login__remember .form-check #remember {
    width: auto;
}

.com-users-login__remember {
    margin-top: 1em;
}

.com-users-login .com-users-login__submit .btn {
    padding: 1em 5em;
    font-size: 1rem;
}

.com-users-login .com-users-login__options a {
    display: block;
    color: #656565;
    border: solid 1px #aaa;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 2px;
    margin-bottom: 10px;
}

.com-users-login .com-users-login__options a:hover {
    background-color: var(--kolor1);
    border-color: var(--kolor1);
    color: #fff;
}


form#user-registration {
    background-color: #fff;
    max-width: 600px;
}

.naglowekblokada {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 100% !important;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.menu-placeholder {
  display: none;
}

.chosen-container-single .chosen-single {
    height: 40px;
    background: transparent;
    line-height: 40px;
    border-radius: 0;
    border: solid 1px #ddd;
}

.chosen-container-single .chosen-single div b {
    margin-top: 8px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #444;
    background-image: none;
    color: #fff;
}


.right {
    float: right;
    max-width: 40%;
    padding-left: 5%;
    padding-bottom: 2%;
}

.right img {
    width: 100%;
    height: auto;
}



@media (min-width:1200px) {
    #zaciemniajaca-tlo {
        display: none;
    }
}



#naglowek_gora .custom {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
     color: var(--szary-tekst);
    margin-left: auto;
    margin-right: auto;
}

#naglowek_gora {
    background: var(--kolor1);
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
}


#naglowek_gora .custom a {
      color: var(--szary-tekst);
    text-decoration: none;
}

#naglowek_gora .custom a:hover {
    opacity: 0.6;
}



.m370a {
    background-image: url(../../../images/glo/m370atlo.webp);
    padding-top: 7em;
    padding-bottom: 7em;
}


#content .hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
}

.mod-breadcrumbs__wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}




.com-users-login #com-users-login__form,
.view-remind .com-users-remind form,
.view-reset .com-users-reset form {
    padding: 20px;
}


.view-registration #jform_privacyconsent_privacy input {
    width: auto;
}



.layout-firsttime #com-users-methods-list {
    display: none;
}




.visually-hidden {
    display: none;
}

.mod-languages button {
    display: none;
}

.mod-languages {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

body div.mod-languages li {
    margin: 0;
}



#menumobilneikona {
    display: none
}

#system-message-container {
    width: 100%;
}


.view-registration button.novalidate,
.view-registration .modal-footer {
    display: none;
}

.view-registration .show .modal-footer {
    display: block;
}


#member-profile p {
    font-size: 0.8rem;
}


.gt_switcher_wrapper {
    position: relative !important;
}

.gt_switcher_wrapper img {
    margin-right: 5px !important;

}

.gt_option {
    position: absolute !important;
    height: auto !important;
    top: 23px !important;
}


.m426 .custom .gt_switcher_wrapper div:nth-child(1) a:nth-child(2) {
    margin-left: 0 !important;
}



#member-profile .validate,
#data_register_privacy label {
    background-color: transparent;
    border: solid 2px var(--kolor-przycisk-zgoda);
    color: var(--kolor-przycisk-zgoda);
    font-weight: 500;
}

#member-profile .validate:hover,
#data_register_privacy label:hover,
#data_register_privacy label:focus,
#data_register_privacy .active {
    background-color: var(--kolor-przycisk-zgoda);
    color: #fff;
    border: solid 2px var(--kolor-przycisk-zgoda);
}

#hikashop_product_quantity_alt,
joomla-alert,
body joomla-alert[type="success"],
body joomla-alert[type="warning"],
body joomla-alert[type="danger"],
body joomla-alert[type="info"],
body #hikashop_messages_info,
body #hikashop_messages_warning,
body div.hikashop_messages.hikashop_error {
    background-color: #fff;
    border-color: transparent;
    color: #000;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07);
    color: var(--kolor-blad);
    margin: 0;
    margin-bottom: 0px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}


body #hikashop_messages_info {
    color: var(--kolor-przycisk-zgoda);
}


#hikashop_messages_warning ul,
div.hikashop_messages.hikashop_error ul {
    border-left: solid 5px var(--kolor-blad);
}

body #hikashop_messages_info ul {
    border-left: solid 5px var(--kolor-przycisk-zgoda);
}

joomla-alert {
    color: var(--kolor-przycisk-zgoda);
}

joomla-alert .alert-heading {
    font-weight: 600;
}


joomla-alert[type="warning"] .alert-heading,
joomla-alert[type="warning"] .alert-message {
    border-left: solid 5px var(--kolor-ostrzezenie);
    color: var(--kolor-ostrzezenie);
    padding-left: 1rem;
}

#hikashop_product_quantity_alt,
joomla-alert[type="info"] .alert-heading,
joomla-alert[type="info"] .alert-message {
    border-left: solid 5px var(--kolor-przycisk-zgoda);
    color: var(--kolor-przycisk-zgoda);
    padding-left: 1rem;
}



joomla-alert[type="success"] .alert-heading,
joomla-alert[type="success"] .alert-message {
    border-left: solid 5px var(--kolor-sukses);
    padding-left: 1rem;
    color: var(--kolor-sukses);
}

body joomla-alert[type="info"] {
    color: var(--kolor-przycisk-zgoda);
}

joomla-alert[type="danger"] .alert-heading,
joomla-alert[type="danger"] .alert-wrapper {
    border-left: solid 5px var(--kolor-blad);
    padding-left: 1rem;
}

#member-profile .small,
#hikashop_registration_password_line .small {
    font-size: 0.8rem;
    color: var(--szary-tekst);
}


#member-profile input[type="text"],
#member-profile input[type="password"] {
    width: 100%;
}


.btn-danger {
    color: var(--kolor-blad);
    border: solid 2px var(--kolor-blad);
    background-color: transparent;
}



.btn-danger:hover,
.btn-danger:focus {
    background-color: var(--kolor-blad);
    color: #fff;
    border: solid 2px var(--kolor-blad);
}


.hikashop_address_listing_div .hikashop_billing_addresses .hikashop_user_address,
.hikashop_address_listing_div .hikashop_shipping_addresses {
    font-size: 0.9rem;
}


#hikashop_product_right_part #hikashop_product_characteristics,
.hikashop_filter_title,
.com_hikashop thead,
.hika_order_shipping_address_title,
fieldset legend {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}




body.view-captive {
    min-height: 100vh;
    background-color: var(--szare-tlo);
}

body.view-captive .users-mfa-captive {
    background: #fff;
    padding: 2rem;
    text-align: center;
}



.m426 .custom {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}


.m426 .custom p {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    gap: 1rem;
}

@media(max-width:800px){
    .m426 .custom p:nth-child(2){
        display: none;
    }
}

.m426 .custom p img {
    height: 15px;
    width: auto;
}


.m426 .custom p a {
    display: flex;
    align-items: center;

}

.m426 .custom p:nth-child(1) img {
    margin-right: 0.7em;
}

.m426 .custom p:nth-child(1) a:nth-child(2) {
    margin-left: 2em;
}

.m426 .custom p:nth-child(2) a:nth-child(2) {
    margin-left: 0.4em;
}

#naglowek_gora {
background: var(--kolor3);
  font-size: 0.8rem;
  padding-top: 0px;
  padding-bottom: 12px;
  color: var(--szary-tekst);
}

.menuglownemenu li a {
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    font-size: 1rem;
}

#naglowek_srodek-prawo {
    display: flex;
    width: auto;
    justify-content: flex-end;
}

@media(min-width:1200px) {



    #menu-mobilne {
        display: flex;
        align-content: center;
        align-items: center;
    }

    #menu-mobilne ul {
        margin-right: 1.5rem;
    }


        .menuglownemenu {
        width: max-content;
		
    }


    #menu-mobilne > ul{
        gap: 2rem;
		padding: 0;
    }

}

.m426 i {
    color: #b8b8b8;
    margin-right: 0.3em;
    font-size: 1rem;
}






#menu_naglowek {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}


#menu-mobilne>ul,
#menu_naglowek #naglowek_srodek {
    max-width: calc(1200px + 10%);
    margin-left: auto;
    margin-right: auto;
}

.menuglownemenu {
    padding-left: 0;
}

@media(min-width:1200px) {


    .menuglownemenu li {
        margin-left: 0;
    }

    .menuglownemenu {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }


    .menuglownemenu li a {
        text-decoration: none;
        font-weight: 600;
        text-transform: none;
        color: #000;
        font-size: 0.90rem;
    }

}




.wyszukiwarkaduza75 #hikashop_filter_main_div_module_149 {
    margin: 0;
    padding: 0;
}

.wyszukiwarkaduza75 .hikashop_filter_main_Wyszukiwarka_1 {
    min-height: 20px !important;
    float: none;
    width: 99%;
}


.wyszukiwarkaduza75 #filter_text_Czegoszukasz_1 {
    background-image: url(../../../images/ikony/255-czarna-lupa.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 94%;
    border-radius: 30px;
    padding: 0.7em 2em;
    max-width: 260px;
    text-transform: lowercase;
    color: #868686;
    font-size: 0.85rem;
    font-style: italic;
}


.wyszukiwarkaduza75 .hikashop_filter_main_Czegoszukasz_1 {
    min-height: auto !important;
}












body .slideshowck .camera_caption {
    display: block !important;
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}


body .slideshowck .camera_caption>div {
    position: relative;
    text-align: left;
    max-width: min(50%, 650px);
    margin-left: auto;
    align-self: center;
    height: auto;
    margin-right: max(calc(calc(100vw - 1200px) / 2), 5%);
}



.slideshowck .camera_caption>div div.camera_caption_title span:nth-child(1) {
    display: inline-block;
    color: #fff;
    background-color: var(--kolor1);
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 0.2em 1em;
}

.slideshowck .camera_caption>div div.camera_caption_title span:nth-child(2) {
    display: block;
    font-size: 4rem;
    line-height: 1;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-weight: 800;
}


.slideshowck .camera_caption>div div.camera_caption_title span:nth-child(3) {
    font-weight: 400;
    font-size: 1.5rem;
    display: block;
}


.slideshowck .camera_caption>div div.camera_caption_desc {
    font-weight: 400;
    margin-top: 15px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.7;
}


.m550 {
    margin-top: 3rem;
    font-size: 3vw;
    max-width: 600px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.4em;
}


.m550 span {
    color: var(--kolor1);
}


#hikashop_module_151 .hk-row-10>.hkc-md-2,
#hikashop_module_138 .hk-row-10>.hkc-md-2 {
    width: 100% !important;
}



.m416 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.m416 p {
    margin-bottom: 0;
    border: solid 1px #eeeeee;
    padding: 2em 1.5em 2em 4.9em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: .8rem;
    background-image: url(../../../images/ikony/m416_v4.webp);
    background-repeat: no-repeat;
    background-position: 7% 40%;
    color: #5d5d5d;
}

.m416 p strong {
    color: #000;
    font-size: 1rem;
}

.m416 p:nth-child(n+2) {
    border-left: none;
}


.m416 p:nth-child(2) {
    background-image: url(../../../images/ikony/m416_v3.webp);
}

.m416 p:nth-child(3) {
    background-image: url(../../../images/ikony/m416_v2.webp);
}

.m416 p:nth-child(4) {
    background-image: url(../../../images/ikony/m416_v1.webp);
}





.m370 {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-block: 5rem;
    justify-content: space-between;
}


.m370>div {
    width: 48%;
}


.m370>div h2 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.4em;
}


.m370>div:nth-child(1) img {
    margin-bottom: 2em;
}

.m370>div:nth-child(2) img {
    margin-top: 2em;
}

.m370>div img {
    width: auto;
    height: auto;
}



.kolor-czerwony {
    color: var(--kolor1);
}




.naglowek-przekreslenie {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.naglowek-przekreslenie b {
    width: auto;
    max-width: 150px;
    background: #000;
    height: 2px;
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
}


.naglowek-przekreslenie span {
    text-transform: lowercase;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
}








.m497gora {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.2fr;
    font-size: 0.9rem;
    gap: 3rem;
}

.m497gora>div:nth-child(3) {
    display: flex;
    gap: 0.6em;
}

.m497gora>div:nth-child(3) a,
.m497gora>div:nth-child(3) i {
    display: block;
}

.m497gora>div:nth-child(3) i {
    color: #fff;
    font-size: 1.2rem;
    background-color: #484f58;
    padding: 0.5em;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
}

.m497gora>div:nth-child(3) i:hover {
    opacity: 0.8;
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
    background-color: var(--kolor1);
}


.m497dol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    gap: 2rem;
}


.m497dol strong {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}


.m497dol p {
    margin-bottom: 2rem;
}


.liniaczerwonam497 {
    background-color: var(--kolor1);
    width: 50px;
    height: 5px;
    display: block;
    margin-bottom: 1rem;
}


.m497skleplinki {
    column-count: 2;
    gap: 1em;
}


.m497skleplinki a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.m497dol a {
    margin-bottom: 0.5em;
    display: block;
    color: #fff;
    text-decoration: none;
}

.m497dol a:hover {
    color: var(--kolor1);
}


.m497-ikony-platnosci i {
    font-size: 2rem;
}

.m497-ikony-platnosci {
    display: flex;
    gap: 0.5em;
}

.m497-ikony-platnosci img {
    max-height: 36px;
    width: auto;
}



@media (max-width:799px) {

    .m497gora {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .m497dol {
        grid-template-columns: 1fr;
    }

}


@media (max-width:480px) {

    .m497skleplinki {
        column-count: 1;
    }

    .m497dollewo {
        order: 2;
    }

    .m497dol {
        gap: 0;
    }
}



.m497logostl img {
    height: 50px;
    width: auto;
}



.view-article #zbiornik {
    margin-top: 1rem;
}

.itemid-101 #zbiornik {
    margin-top: 0rem;
}

#hikashop_checkout_shipping_3_0__0__6__custom .hikashop_checkout_shipping_submit,
#hikashop_checkout_shipping_3_0__0__7__custom .hikashop_checkout_shipping_submit {
    display: none;
}



.m426 {
    padding-top: 12px;
}


#naglowek_gora #mod-custom152 {
    background-color: #5cb85c;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0.4rem;
}

.przewidywanadatadostawy {
    margin-bottom: 1rem;
}



.dodatkowy-rabat-zielony strong:nth-child(1) {
    display: block;
    font-size: 1rem;
}


.dodatkowy-rabat-zielony {
    background: #caffca;
    padding: 1em 1em;
    display: block;
    font-size: 0.8rem;
    margin-top: 1em;
    border-radius: 0.3em;
}


#hikashop_category_information_menu_131 {
    display: flex;
    flex-direction: column;
}

.hikashop_category_description {
    order: 2;
}



.m497logostl {
    margin-right: 5%;
    width: 95%;
    height: auto;
}



.otaczanie-lewo {
    float: right;
    max-width: 500px;
    padding-left: 30px;

}


@media(max-width:800px) {
    .otaczanie-lewo {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 3rem;
        padding-left: 0px;
    }

}



.tabela-wz1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabela-wz1 tr:nth-child(odd) td {
    background: #f0f0f0;
}

.tabela-wz1 tr:nth-child(even) td {
    background: #f8fafa;
}


.tabela-wz1 tr td {
    padding: 20px;
    border-right: solid 3px #fff;
}

.tabela-wz1 tr td:nth-child(2) {
    text-align: center;
}

.tabela-wz1 tr td b {
    display: block;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.tabela-wz1 tr th {
    text-transform: uppercase;
    padding-bottom: 10px;
}





.m343 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.m343 .mod-articlescategory {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-left: 0;
}

.m343>h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.m343 a {
    text-decoration: none;
    color: #000;
}

.m343>p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    text-align: center;
}

.m343 li {
    list-style-type: none;
}

.m343 .mod-articles-category-category {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.8rem;
    margin-top: 2em;
}


.m343 .mod-articles-category-title {
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 600;
}



.m343 .mod-articles-category-readmore a {
    color: var(--kolor1);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: lowercase;
    display: inline-block;
}

.m343 .mod-articles-category-readmore {
    margin-top: 0;
    margin-bottom: 0;
}

.m343 .mod-articles-category-introtext {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m343 .mod-articles-category-date {
    background-color: var(--kolor1);
    color: #fff;
    padding: 1em 0.1em;
    max-width: 150px;
    display: block;
    text-align: center;
    position: relative;
    top: 50px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: 5%;
}


.m343 .mod-articles-category-date span:nth-child(1) {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1;
    display: block;
}


.m343 .mod-articles-category-date span:nth-child(2) {
    font-size: 0.8rem;
}


.m343 ul li img {
    width: 100%;
    height: 200px;
    border-radius: 0.2em;
    object-fit: cover;
}



.article-info .article-info-term {
    display: none;
}


.kolumnalewoklasa {
    list-style-type: none;
    padding-left: 0;
}


.kolumnalewoklasa .mod-articles-category-date {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5em 1em;
    position: relative;
    top: 1em;
    left: 1em;
}


.mod-articles-category-introtext {
    font-size: 0.9rem;
}

.kolumnalewoklasa ul {
    list-style-type: none;
    padding-left: 0;
}



.kolumnalewoklasa .mod-articles-category-title {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.2rem;
}


.kolumnalewoklasa .mod-articles-category-readmore a {
    color: var(--kolor1);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: lowercase;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right;
    padding-right: 28px;
    display: inline-block;
}







.blogglownaklasa .right {
    float: none;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
}



.blogglownaklasa .com-content-article {
    display: flex;
    flex-direction: column;
}


.blogglownaklasa figure {
    width: 100%;
    height: 30vh;
    border-top: solid 1px #EEE;
    padding-top: 1rem;
}

.blogglownaklasa figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 1em;
}

.article-info {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}



@media(max-width:1200px) {

    .m343 {
        padding-left: 5%;
        padding-right: 5%;
    }

}


@media(max-width:850px) {

    .blogglownaklasa #kolumnalewo {
        margin-top: 3rem;
    }

    .blogglownaklasa #kolumnalewo ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

}



@media(max-width:480px) {

    .m343 .mod-articlescategory {
        grid-template-columns: 1fr;
    }


    .blogglownaklasa #kolumnalewo ul {
        grid-template-columns: 1fr;
    }
}


.blog-lead {
    font-weight: 600;
    font-size: 1rem;
}


body .cc-window {
    border: solid 1px #eee;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    border-radius: 0.5em;
}


.stalybanerkomunikat {
    background: red;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 0px;
    font-size: 0.8rem;
    line-height: 1.3;
}



@media (min-width:1400px) {

    .m210>div {
        max-width: 1200px;
        min-height: 500px;
        display: flex;
        text-align: justify;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

}




@media (max-width:1200px) {

    #naglowek_gora #lewa-gora {
        display: none;
    }

    #naglowek_gora #prawa-gora {
        text-align: center;
        flex: 100%;
    }


    ol.breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }


    .view-profile .profile-edit {
        margin-left: 0px;
        margin-right: 0px;
        box-sizing: border-box;
    }

    #member-profile {
        grid-template-columns: 1fr;
    }

    #member-profile {
        display: block;
    }

    .m550 {
        margin-top: 1rem;
        font-size: 2rem;
    }




    .menu-mobilne-otworzone {
        background: var(--kolor3);
        top: 0;
        bottom: 0;
        left: 0;
        right: 20px;
        z-index: 10;
        position: fixed;
        overflow: auto;
        width: 80%;
    }

    .menuglownemenurozwiniee {
        flex-direction: column;
        text-align: left;
        margin-left: 0;
        padding-left: 0;
        left: 0;
        right: 0;
        background: transparent;
        top: 0px;
        margin-top: 0;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        z-index: 11;
    }

    /*.menuglownemenu::before,*/
    #menumobilneikona {
        display: block;
        background-image: url(../images/menu.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        height: 20px;
        width: 20px;
    }

    .menuglownemenu li {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0;
        padding-left: 20px;
        background: transparent;
        display: none;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .menuglownemenu li a {
        font-weight: 400;
        color: #000;
    }


    .menuglownemenu li .nav-child a {
        box-sizing: border-box;
    }

    .menuglownemenu li .nav-child li {
        padding-left: 0;
        padding-right: 0;
    }

    .menuglownemenu li .nav-child li:nth-child(1) {
        border-top: solid 1px #eee;
    }

    .menuglownemenu .parent {
        flex-wrap: wrap;
    }

    .menuglownemenu .parent>a {
        width: 80%;
        order: 1;
    }

    .menuglownemenu .parent>.menu-trojkat {
        width: 20%;
        order: 2;
        text-align: right;
        align-self: center;
    }

    .menuglownemenu .parent>.menu-trojkat::after {
        content: "";
        left: 10px;
        top: 50px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 10px;
        border-color: var(--kolor-napisy-mobilne-menu) transparent transparent;
        margin-top: 10px;
        z-index: 9999;
        transform: rotate(0deg);
        display: block;
        margin-left: auto;
    }

    .menuglownemenu li.active a {
        color: var(--kolor-napisy-mobilne-menu);
        opacity: 1;
    }


    .menuglownemenu li a:hover,
    .menuglownemenu li.active>a,
    .menuglownemenu .nav-child li.active>a {
        opacity: 0.5;
        transition: all 1s ease 0s;
        color: var(--kolor-napisy-mobilne-menu);
    }




    .menuglownemenu .parent>.menu-trojkat-odwrocony::after {
        margin-top: -10px;
        transform: rotate(180deg);
    }


    .menuglownemenu .parent>ul {
        order: 3;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0px;
        margin-top: 0;
    }


    .menuglownemenu .parent .mod-menu__sub {
        display: none;
    }


    .menuglownemenu li a {
        font-weight: 400;
        color: var(--kolor-napisy-mobilne-menu);
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-size: 1rem;
        text-transform: none;
    }



    .menuglownemenu .parent .mod-menu__sub a {
        font-size: 0.8rem;
    }


    #filtry-mobilne-zamkniecie,
    #menuglownemenu-zamkniecie {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
        color: #000;
        font-size: 50px;
        line-height: 50px;
        font-weight: 600;
        margin-right: 0px;
        cursor: pointer;
        display: none;
        top: 0px;
        box-sizing: border-box;
        justify-content: space-between;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
    }


    #filtry-mobilne-zamkniecie {
        display: block;
        padding: 0;
        color: #fff;
        text-align: right;
        margin-bottom: 0.5em;
    }

    #menuglownemenu-zamkniecie>div:nth-child(1) {
        width: 70%;
        display: block;
    }

    #menuglownemenu-zamkniecie>div:nth-child(2) {
        width: auto;
        display: block;
        color: var(--kolor-napisy-mobilne-menu);
    }

    .menuglownemenurozwiniee li {
        display: block;
        ;
    }

    .sklepwer2 .menuglownemenu {
        border: none;
        padding: 0;
        margin: 0;
    }

    .sklepwer2 .menuglownemenurozwiniee {
        justify-content: flex-start;
    }

    .sklepwer2 .menuglownemenurozwiniee::before {
        display: none;
    }

    .menuglownemenurozwiniee .parent .nav-child {
        display: block;
    }


    .menuglownemenurozwiniee .parent .nav-child li:nth-child(1)::before {
        display: none;
    }

    .menuglownemenurozwiniee .parent .nav-child {
        display: none;
        padding-left: 0px;
    }

    #naglowek_srodek-lewo {
        width: 50%;
    }

    #naglowek_srodek-lewo img {
        width: 100%;
        vertical-align: middle;
    }

    #naglowek_srodek-prawo {
        width: 50%;
        justify-content: flex-end;
    }

    #naglowek_gora .kontosklepnaglowek {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }


    .zlewakolumna .header {
        width: 100%;
        z-index: 7;
    }

    ul.breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }


    ul.breadcrumb {
        flex-wrap: wrap;
    }

    .podslajdem {
        display: none;
    }

    #member-profile>fieldset {
        width: 100%;
        margin-bottom: 20px;
    }

    .view-login .login,
    .view-login #content>div:nth-child(3) {
        width: 100%;
        margin-bottom: 30px;
    }

    .view-login .nav-stacked {
        flex-wrap: wrap;
    }

    .view-login .nav-stacked li {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    #strona-kontaktowa>div {
        width: 100%;
        margin-bottom: 30px;

    }

    #strona-kontaktowa-opis {
        order: 1;
    }

    #strona-kontaktowa-mapa {
        order: 2;
    }


    .breadcrumb span {
        margin-left: 2px;
    }


    .header {
        margin-bottom: 20px;
    }

    #kolumnalewo .hikashop_filter_main {
        min-height: 30px !important;
    }

    #hikashop_module_113 a {
        text-align: center;
    }


    .slideshowck .camera_caption>div {
        text-align: center;
        max-width: 400px;
    }


    .m426 .custom p a:nth-child(2) {
        display: none;
    }


    .camera_wrap .camera_pag .camera_pag_ul {
        display: none;
    }


    body #naglowek_srodek-lewo img.logostrony {
        max-width: 100%;
        height: auto;
    }


    #zaciemniajaca-tlo {
        background-color: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
        overflow: hidden;
        opacity: 0.7;
        height: 100vh;
        transition: all 0.3s ease-out 0s;
    }


    .m370-przed h2 {
        font-size: 2.5rem;
    }


    .hikashop_filter_fieldset_mobile .hikashop_filter_main_Sortowanie_4 {
        display: none;
    }


    .tabela-wz1 {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }

    .stalybanerkomunikat {
        margin-bottom: 60px;
    }






}



@media (max-width:860px) {

    .zlewakolumna #zbiornik {
        flex-wrap: wrap;
    }

    .zlewakolumna #content,
    .zlewakolumna #kolumnalewo {
        width: 100%;
    }

    .zlewakolumna #kolumnalewo {
        order: 2;
    }





}


@media (max-width:480px) {



    .slideshowck .camera_caption>div div.camera_caption_title span:nth-child(1),
    .slideshowck .camera_caption_desc {
        display: none !important;
    }

    .slideshowck .camera_caption>div div.camera_caption_title span:nth-child(2) {
        font-size: 1.3rem;
        line-height: 1.3;
        margin-top: 0;
    }

    .m370 {
        flex-wrap: wrap;
    }



    .m370>div {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }


    .m370>div:nth-child(1) img {
        order: 2;
        margin-top: 2em;
    }



    .m370>div h2 {
        font-size: 2.2rem;
        line-height: 1.2;
    }



    .slideshowck .camera_caption>div div.camera_caption_title span:nth-child(3) {
        font-size: 0.8rem;
    }

    body #naglowek_srodek-lewo img.logostrony {
        max-width: 200px;
    }


    #naglowek_srodek-lewo {
        display: flex;
        align-items: center;
    }



    .kontosklepnaglowek>.moduletable #hikashop_cart_module {
        margin-right: 10px;
    }


    #hikashop_product_right_part h1 {
        line-height: 25px;

    }

    #hikashop_product_right_part .hikacart {
        padding: 0.875em 3em;
    }

    .zlewakolumna #kolumnalewo {
        margin-top: 40px;
    }

    .kontosklepnaglowek a {
        border: none;
    }


    #mobilna-opis-slajdy {
        z-index: 2;
        position: relative;
        height: 100%;
        display: flex;
        color: #000;
        justify-content: center;
        align-items: center;
        font-size: 3vh;
        line-height: 3.5vh;
    }

    #mobilna-opis-slajdy>div {
        padding-left: 5%;
        padding-right: 5%;
        align-self: flex-end;
        text-align: center;
        background: #fff;
        margin-left: 1em;
        margin-right: 1em;
        color: #000;
        padding: 1em 0.8em 0 0.8em;
    }

    #mobilna-opis-slajdy-opis {
        font-size: 0.8rem;
        display: block;
        line-height: 1.5;
    }


    #mobilna-opis-slajdy-tytul {
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.5;
        display: block;
        margin-bottom: 0.4em;
        text-transform: uppercase;
    }

    #mobilna-opis-slajdy-tytul b {
        font-weight: normal;
    }


    .pull-right {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }


    body ul.sigFreeClassic li.sigFreeThumb {
        float: none;
        width: 49%;
    }

    .view-checkout #hikashop_checkout_login_1_0 h1 {
        line-height: 1.2;
    }


    .com-users-login {
        flex-wrap: wrap;
    }

    .com-users-login #com-users-login__form {
        width: 100%;
        margin-bottom: 30px;
    }


    .com-users-login .com-users-login__options {
        width: 100%;
        padding: 30px 20px 20px 20px;
    }



    .right {
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin: 0;
        margin-right: 0;
    }



}




.m423gora a.m621{
    margin-top: 2rem;
}





.przycisk,
.menuglownemenu li a.m621,
a.m621{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1.4rem;
padding: 1em 1em 1em 2em;
  border-radius:999rem;
  background:linear-gradient(180deg, #45aa2d 0%, #3f9f29 100%);
  color:#fff;
  letter-spacing:-0.02em;
  text-decoration:none;
  box-shadow:0 .4rem 1.2rem rgba(63, 159, 41, .25);
  transition:transform .2s ease, box-shadow .2s ease;
  font-weight: 600;
  width: auto;
      font-size: 0.90rem;

}

.przycisk::after,
.m621::after{
  content:"";
  flex-shrink:0;
width: 1.4rem;
  height: 1.4rem;
  border-radius:50%;
  background:
    rgba(255,255,255,.2)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/2rem no-repeat;
  backdrop-filter:blur(.4rem);
  background-size: 20px;
}

.przycisk:hover,
.m621:hover,
.m621:focus-visible{
  transform:translateY(-0.1rem);
  box-shadow:0 .6rem 1.8rem rgba(63, 159, 41, .35);
}



.przycisk-czarny{
  background: var(--kolor3);
}



.przycisk-czarny:hover{
  box-shadow:0 .6rem 1.8rem rgba(0, 0, 0, .35);
}




.m621:focus-visible{
  outline:.2rem solid var(--kolor1);
  outline-offset:.3rem;
}

@media (max-width:767px){
  .m621{
    width:100%;
    padding:1.4rem 1.6rem 1.4rem 2rem;
    gap:1rem;
  }

  .m621::after{
    width:3.8rem;
    height:3.8rem;
  }
}





.m614{
  padding:5rem 1.5rem;
  background:
    linear-gradient(90deg,#fff 45%,rgba(255,255,255,.7) 60%,rgba(255,255,255,0) 75%),
    url("/../../../images/glo/m614.webp") right center / contain no-repeat;
}

.m614__inner{
  max-width:1200px;
  margin:0 auto;
}

.m614__content{
  max-width:36rem;
}

.m614__label{
font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--kolor1);
  margin-bottom: 0;
  border-left: solid 8px var(--kolor1);
  padding-left: 1rem;
}

.m614__title{
  font-size:clamp(2.2rem,3vw,3.2rem);
  line-height:1.15;
  font-weight:800;
  color:#000;
  margin-bottom:1.5rem;
  margin-top: 1rem;
}

.m614__subtitle{
  font-size:1.05rem;
  color:#000;
  margin-bottom:1.8rem;
}

.m614__list{
  list-style:none;
  padding:0;
  margin:0 0 2.2rem 0;
}

.m614__list li{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  padding-left:0;
  margin-bottom:1rem;
}

.m614__list li::before{
  content:none;
}

.m614__icon{
  flex:0 0 1.25rem;
  width:1.25rem;
  height:1.25rem;
  color:var(--kolor1);
  margin-top:.1rem;
}

.m614__icon svg{
  display:block;
  width:100%;
  height:100%;
}

.m614__cta{
  display:flex;
  gap:.7rem;

  @media(max-width:900px){
    flex-direction: column;
  }

}

.m614__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:1rem 1.6rem;
  border-radius:2rem;
  font-weight:600;
  text-decoration:none;
  transition:.25s;
  width:fit-content;
}

.m614__btn--main{
  background:var(--kolor3);
  color:#fff;
}

.m614__btn--main:hover{
  background:var(--kolor1);
}

.m614__btn--phone{
  background:var(--kolor1);
  color:#fff;
  font-weight:700;
}

.m614__btn--phone:hover{
  background:var(--kolor3);
}

.m614__link{
  font-size:.95rem;
  color:var(--kolor1);
  text-decoration:none;
}

.m614__link:hover{
  text-decoration:underline;
}

@media(max-width:900px){
  .m614{
       background-position: top center;
    background-size: cover;
    padding-bottom:2rem;
    padding-top: 2rem;
  }
}





.itemid-315 #glowny-zbior #content {
  padding-left: 0%;
  padding-right: 0%;
}









@keyframes m614FadeUp{
  from{
    opacity:0;
    transform:translateY(2rem);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes m614FadeIn{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

@keyframes m614Pulse{
  0%{
    box-shadow:0 0 0 0 rgba(233,168,0,.4);
  }
  70%{
    box-shadow:0 0 0 1rem rgba(233,168,0,0);
  }
  100%{
    box-shadow:0 0 0 0 rgba(233,168,0,0);
  }
}

.m614__label{
  animation:m614FadeIn .6s ease forwards;
}

.m614__title{
  animation:m614FadeUp .7s ease forwards;
}

.m614__subtitle{
  animation:m614FadeUp .9s ease forwards;
}

.m614__list li{
  opacity:0;
  animation:m614FadeUp .6s ease forwards;
}

.m614__list li:nth-child(1){animation-delay:.2s;}
.m614__list li:nth-child(2){animation-delay:.35s;}
.m614__list li:nth-child(3){animation-delay:.5s;}

.m614__btn--main{
  animation:m614FadeUp 1s ease forwards, m614Pulse 2.5s infinite;
}

.m614__btn--phone{
  animation:m614FadeUp 1.1s ease forwards;
}

.m614__link{
  animation:m614FadeIn 1.3s ease forwards;
}































.m622{
  background:rgba(242,239,234,.55);
  padding:clamp(4rem,8vw,7rem) 1.25rem;
  overflow:hidden;
}

.m622__inner{
  max-width:72rem;
  margin:0 auto;
}

.m622__head{
  max-width:42rem;
  margin:0 auto clamp(3rem,6vw,5rem);
  text-align:center;
  animation:m622FadeUp .7s ease both;
}

.m622__title{
  margin:0 0 .65rem;
  color:#111;
  font-size:clamp(1.8rem,3vw,2.55rem);
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.03em;
}

.m622__lead{
  margin:0;
  color: #000;
  font-size:clamp(.95rem,1.4vw,1.08rem);
  line-height:1.6;
}

.m622__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(1.1rem,2vw,1.45rem);
}

.m622__card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:100%;
  padding:clamp(.85rem,1.4vw,1rem);
  background:#fff;
  border-radius:1rem;
  box-shadow:0 .8rem 2rem rgba(76,53,36,.06);
  opacity:0;
  transform:translateY(2rem);
  animation:m622CardIn .75s ease forwards;
  transition:transform .35s ease, box-shadow .35s ease;
}

.m622__card:nth-child(2){
  animation-delay:.12s;
}

.m622__card:nth-child(3){
  animation-delay:.24s;
}

.m622__card:hover{
  transform:translateY(-.45rem);
  box-shadow:0 1.2rem 2.8rem rgba(76,53,36,.12);
}

.m622__image{
  width:100%;
  aspect-ratio:1.28/1;
  object-fit:cover;
  border-radius:.75rem;
  margin-bottom:1rem;
  transition:transform .45s ease, filter .45s ease;
}

.m622__card:hover .m622__image{
  transform:scale(1.025);
  filter:saturate(1.08);
}

.m622__card-title{
  margin:0 0 .75rem;
  color:#111;
  font-size:clamp(1.35rem,2vw,1.65rem);
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.035em;
}

.m622__text{
margin: 0 0 1rem;
  color: var(--kolor3);
  font-size: .85rem;
  line-height: 1.62;
}

.m622__link{
  display:inline-flex;
  align-items:center;
  gap:.45em;
  margin-top:auto;
  padding:.48rem .85rem;
  color:var(--kolor-sukses);
  font-size:.9rem;
  line-height:1;
  text-decoration:none;
  border:.0625rem solid currentColor;
  border-radius:999rem;
  transition:color .25s ease, background-color .25s ease, transform .25s ease;
}

.m622__link:hover,
.m622__link:focus-visible{
  color:#fff;
  background:var(--kolor-sukses);
  transform:translateX(.18rem);
}

.m622__link:focus-visible{
  outline:.18rem solid rgba(89,178,89,.3);
  outline-offset:.18rem;
}

@keyframes m622FadeUp{
  from{
    opacity:0;
    transform:translateY(1.25rem);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes m622CardIn{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:60rem){
  .m622__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:42rem){
  .m622{
    padding:3.5rem 1rem;
  }

  .m622__grid{
    grid-template-columns:1fr;
  }

  .m622__card{
    border-radius:.9rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m622__head,
  .m622__card,
  .m622__image,
  .m622__link{
    animation:none;
    transition:none;
  }

  .m622__card{
    opacity:1;
    transform:none;
  }

  .m622__card:hover,
  .m622__card:hover .m622__image{
    transform:none;
  }
}

























.m623{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.96) 0%,
      rgba(242,239,234,0.92) 100%
    );
  padding:6rem 1.5rem 5rem;
}

.m623::before{
content: "";
  position: absolute;
  inset: auto 0 0rem 0;
  height: 18rem;
  background-image: url("../../../images/glo/m623_v1.webp");
  opacity: 0.7;
  pointer-events: none;
  background-size: cover;
height: 100%;
}

.m623__inner{
  position:relative;
  z-index:1;
  max-width:80rem;
  margin:0 auto;
}

.m623__top{
  max-width:48rem;
  margin:0 auto;
  text-align:center;
}

.m623__title{
  margin:0;
  color:var(--kolor3);
  font-size:clamp(2rem, 2vw + 1rem, 3rem);
  font-weight:700;
  line-height:1.15;
}

.m623__subtitle{
  margin:0.75rem 0 1.5rem;
  color:var(--kolor1);
  font-size: clamp(1.0rem, 1.5vw, 2rem);
  font-weight:600;
  line-height:1.3;
}

.m623__text{
  font-size:1rem;
  line-height:1.8;
}

.m623__text p{
  margin:0;
}

.m623__text p + p{
  margin-top:0.75rem;
}

.m623__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:2rem;
  align-items:end;
  margin-top:5rem;
}

.m623__line{
  position:absolute;
  top:4.5rem;
  left:12%;
  right:12%;
  height:1.75rem;
  border-radius:10rem;
  background:
    linear-gradient(
      90deg,
      rgba(115, 196, 93, 0.15) 0%,
      rgba(115, 196, 93, 0.9) 50%,
      rgba(115, 196, 93, 0.15) 100%
    );
  filter:blur(0.05rem);
}

.m623__step{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
    align-items:center;
  text-align:center;
}

.m623__step img{
  display:block;
  width:100%;
  max-width:14rem;
  height:auto;
  object-fit:contain;
}

.m623__step span{
  margin-top:1rem;
  color:#000;
  font-size: clamp(1.1rem, 0.9vw + 0.5rem, 1.4rem);
  font-weight:700;
  line-height:1.3;
}

.m623__features{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:2rem;
  margin-top:5rem;
}

.m623__feature{
  position:relative;
  padding-right:1.5rem;
}

.m623__feature:not(:last-child)::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:0.0625rem;
  height:100%;
  background:rgba(81, 90, 97, 0.12);
}

.m623__icon{
  width:3.5rem;
  height:3.5rem;
  margin-bottom:1.25rem;
}

.m623__icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.m623__feature h3{
  margin:0 0 0.9rem;
  color:var(--kolor1);
  font-size: clamp(1rem, 1vw + 0.3rem, 1.8rem);
  font-weight:700;
  line-height:1.25;
}

.m623__feature p{
  margin:0;
  color:var(--kolor3);
  font-size:1rem;
  line-height:1.7;
}

@media (max-width:68rem){
  .m623__features{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .m623__feature:nth-child(2)::after{
    display:none;
  }
}

@media (max-width:52rem){
  .m623{
    padding:4.5rem 1.25rem 4rem;
  }

  .m623__timeline{
    grid-template-columns:1fr;
    gap:3rem;
    margin-top:4rem;
  }

  .m623__line{
top: 8%;
    bottom: 8%;
    left: 50%;
    right: auto;
    width: 40%;
    height: auto;
    transform: translateX(-50%);
    filter: blur(10px);
    opacity: 0.2;
  }

  .m623__step img{
    max-width:11rem;
  }

  .m623__features{
    grid-template-columns:1fr;
    gap:2.5rem;
    margin-top:4rem;
  }

  .m623__feature{
    padding-right:0;
    padding-bottom:2rem;
    border-bottom:0.0625rem solid rgba(81, 90, 97, 0.12);
  }

    .m623__feature:nth-last-child(odd){
        text-align: right;
    }

    .m623__feature:nth-last-child(odd) .m623__icon {
        margin-left: auto;
    }

  .m623__feature::after{
    display:none;
  }

  .m623__feature:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
}


.m623__feature{
  transition:transform 0.25s ease, opacity 0.25s ease;
}

.m623__feature.is-active{
  transform:translateY(-0.35rem);
}

.m623__feature.is-active .m623__icon img{
  transform:scale(1.08);
}

.m623__icon img{
  transition:transform 0.25s ease;
}
















.m616{
  padding:4.75rem 1.5rem;
  background:#fff;
}

.m616__inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:5.5rem;
  align-items:start;
}

.m616__title{
  max-width:38rem;
  margin:0 0 1.6rem;
font-size: clamp(1.25rem,2.5vw,2.65rem);
  line-height: 1.4;
  font-weight: 600;
  color:#111;
  letter-spacing:-.04em;
  text-wrap:balance;
}

.m616__content{
  max-width:40rem;
}

.m616__content p{
  margin:0 0 1.55rem;
  font-size:1.08rem;
  line-height:1.68;
  color:#333;
  letter-spacing:.01em;
}

.m616__content .m616__lead{
font-size: clamp(1rem,1.3vw,1.52rem);
  line-height: 1.6;
  color:#111;
  font-weight:500;
  letter-spacing:-.02em;
}

.m616__highlight{
  max-width:34rem;
  font-weight:800;
  color:#111;
}

.m616__right{
  min-width:0;
}

.m616__items{
  display:flex;
  flex-direction:column;
}

.m616__item{
  position:relative;
  display:grid;
  grid-template-columns:3.85rem 1fr;
  gap:1.25rem;
  min-height:8.65rem;
  padding:0 0 1.1rem 1.6rem;
}

.m616__item::before{
  content:"";
  position:absolute;
  left:.12rem;
  top:0;
  bottom:.55rem;
  width:.12rem;
  background:#d3d8d6;
  border-radius:4rem;
}

.m616__item.is-active::before{
  background:var(--kolor-sukses);
}

.m616__icon{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:2.9rem;
  height:2.9rem;
  color:var(--kolor-sukses);
}

.m616__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.m616__text h3{
  margin:0 0 .35rem;
font-size: clamp(1.1rem, 0.9vw + 0.5rem, 1.4rem);
  line-height:1.15;
  font-weight:500;
  color:#111;
  letter-spacing:-.035em;
}

.m616__text p{
  max-width:33rem;
  margin:0;

  color:#3f3f3f;
  letter-spacing:.04em;
}

.m616__summary{
  margin:.8rem 0 0;
  padding-left:0;
  font-size:1.05rem;
  line-height:1.65;
  color:var(--kolor-sukses);
  font-weight:700;
  letter-spacing:.04em;
}

@media (max-width:1024px){
  .m616__inner{
    grid-template-columns:1fr;
    gap:3.5rem;
  }

  .m616__title,
  .m616__content,
  .m616__content p,
  .m616__highlight,
  .m616__text p{
    max-width:none;
  }
}

@media (max-width:640px){
  .m616{
    padding:3.5rem 1rem;
    padding-bottom: 0;
  }

  .m616__inner{
    gap:2.5rem;
  }

  .m616__content p{
    font-size:1rem;
  }

  .m616__item{
    grid-template-columns:3.1rem 1fr;
    gap:1rem;
    min-height:auto;
    padding:0 0 1.75rem 1rem;
  }

  .m616__item::before{
    left:0;
    bottom:.8rem;
  }

  .m616__icon{
    width:2.55rem;
    height:2.55rem;
  }

  .m616__text p,
  .m616__summary{
    font-size:.98rem;
  }
}



























.m617{
  position:relative;
  width:100%;
  background:#fff;
  overflow:hidden;
}

.m617__inner{
  margin:0 auto;
}

.m617__hero{
  position:relative;
  min-height:44rem;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:3rem;
  align-items:center;
}

.m617__hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("../../../images/glo/m617_v1.webp") left top / cover no-repeat;
  z-index:0;
}

.m617__hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.14) 25%, rgba(255,255,255,.84) 43%, rgba(255,255,255,.97) 100%);
  z-index:0;
}

.m617__visual{
  position:relative;
  min-height:44rem;
  z-index:1;
}

.m617__content{
  position:relative;
  z-index:1;
  max-width:48rem;
  margin-left:auto;
  padding:2rem 6vw 9rem 0;
}

.m617__title{
  margin:0 0 1.25rem;
font-size: clamp(1.25rem,2.5vw,2.65rem);
  line-height: 1.4;
  font-weight: 600;
  color:#000;
  letter-spacing:.01em;
  text-wrap:balance;
}

.m617__lead{
  margin:0 0 1.55rem;
font-size: clamp(1.1rem,1.2vw,1.3rem);
  line-height: 1.45;
  font-weight: 500;
  color:#000;
  text-wrap:balance;
}

.m617__text{
  margin:0 0 1.45rem;
  font-size:clamp(1rem,1.1vw,1.15rem);
  line-height:1.65;
  color:#000;
}

.m617__highlight{
  margin:0;
  font-size:clamp(1.05rem,1.2vw,1.2rem);
  line-height:1.55;
  font-weight:700;
  color:#000;
}

.m617__badge,
.m617__icon{
  display:none;
}

.m617__cards{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:.35rem;
  width:min(85rem, calc(100% - 10vw));
  margin:-7.25rem auto 2.2rem;
}

.m617__card{
  min-height:12.5rem;
  padding:2rem 1.35rem 1.7rem;
  background:#f1faf0;
  border:1px solid rgba(221,221,221,.55);
  border-radius:1.6rem;
  text-align:center;
  box-shadow:0 1rem 2.5rem rgba(76,53,36,.06);
}

.m617__card-title{
  margin:0 0 .75rem;
font-size: clamp(1.1rem, 0.9vw + 0.5rem, 1.4rem);
  line-height: 1.15;
  font-weight: 500;
  color:#000;
  text-wrap:balance;
}

.m617__card-text{
  margin:0 auto;
  max-width:20rem;
  font-size:clamp(.95rem,1vw,1.05rem);
  line-height:1.55;
  color:#000;
}

@media (max-width:1100px){
  .m617__hero{
    min-height:auto;
    grid-template-columns:1fr;
    gap:0;
    padding-top:24rem;
  }

  .m617__hero::before{
    background-position:left top;
  }

  .m617__hero::after{
    background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.2) 28%, rgba(255,255,255,.9) 55%, rgba(255,255,255,.98) 100%);
  }

  .m617__visual{
    position:absolute;
    inset:0;
    min-height:auto;
  }

  .m617__content{
    max-width:none;
    padding:2rem 7vw 8rem;
  }

  .m617__cards{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    width:calc(100% - 10vw);
    margin-top:-5.5rem;
  }
}

@media (max-width:640px){
  .m617__hero{
    padding-top:18rem;
  }

  .m617__content{
    padding:2rem 6vw 3rem;
  }

  .m617__cards{
    grid-template-columns:1fr;
    width:calc(100% - 8vw);
    margin:0 auto 2rem;
    gap:.75rem;
  }

  .m617__card{
    min-height:auto;
    border-radius:1.35rem;
  }
}

@keyframes m617FadeUp{
  from{
    opacity:0;
    transform:translateY(2rem);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.m617__title,
.m617__lead,
.m617__text,
.m617__highlight,
.m617__card{
  opacity:0;
  animation:m617FadeUp .7s ease forwards;
}

.m617__lead{
  animation-delay:.15s;
}

.m617__text{
  animation-delay:.3s;
}

.m617__highlight{
  animation-delay:.45s;
}

.m617__card:nth-child(1){
  animation-delay:.2s;
}

.m617__card:nth-child(2){
  animation-delay:.35s;
}

.m617__card:nth-child(3){
  animation-delay:.5s;
}

.m617__card:nth-child(4){
  animation-delay:.65s;
}

@media (prefers-reduced-motion:reduce){
  .m617__title,
  .m617__lead,
  .m617__text,
  .m617__highlight,
  .m617__card{
    animation:none;
    opacity:1;
    transform:none;
  }
}



























.m624{
  padding:clamp(3rem,6vw,6rem) 1.5rem;
  overflow:hidden;
}

.m624__grid{
  max-width:80rem;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(2.5rem,5vw,6rem);
  align-items:start;
}

.m624__col{
  position:relative;
  display:flex;
  flex-direction:column;
  opacity:0;
  transform:translateY(2rem);
  animation:m624FadeUp .9s ease forwards;
  align-items: flex-start;
}

.m624__col:nth-child(2){
  animation-delay:.25s;
}

.m624__col::before{
  content:"";
  position:absolute;
  inset:auto -10% -15% auto;
  width:14rem;
  height:14rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(89,178,89,.12) 0%,rgba(89,178,89,0) 72%);
  pointer-events:none;
  animation:m624Pulse 6s ease-in-out infinite;
}

.m624__title{
  margin:0 0 1.5rem;
font-size: clamp(1.1rem, 0.9vw + 0.5rem, 1.4rem);
  line-height: 1.15;
  font-weight: 500;
  color: #000;
  letter-spacing:-0.02em;
}

.m624__text{
  margin:0 0 1.5rem;
  font-size:1.05rem;
  line-height:1.8;
  max-width:38rem;
}

.m624__label{
  margin:0 0 1rem;
  font-size:1.05rem;
  font-weight:500;
  color:var(--kolor1);
}

.m624__list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.m624__list li{
  position:relative;
  padding-left:2rem;
  font-size:1.05rem;
  line-height:1.6;
  opacity:0;
  transform:translateX(-1rem);
  animation:m624SlideIn .6s ease forwards;
}

.m624__list li:nth-child(1){
  animation-delay:.3s;
}

.m624__list li:nth-child(2){
  animation-delay:.45s;
}

.m624__list li:nth-child(3){
  animation-delay:.6s;
}

.m624__list li:nth-child(4){
  animation-delay:.75s;
}

.m624__list li::before{
  content:"→";
  position:absolute;
  left:0;
  top:0;
  color:var(--kolor-sukses);
  font-size:1.4rem;
  line-height:1.2;
  font-weight:700;
  transition:transform .3s ease,color .3s ease;
}

.m624__list li:hover::before{
  transform:translateX(.35rem);
  color:var(--kolor2);
}

.m624__summary{
  margin:2.5rem 0 0;
  max-width:34rem;
font-size: clamp(1rem, 0.9vw, 1.1rem);
  line-height: 1.15;
  font-weight: 500;
  color: #000;
}

.m624__cta-text{
  margin:2.5rem 0 1.5rem;
font-size: clamp(1rem, 0.9vw, 1.1rem);
  line-height: 1.15;
  font-weight: 500;
  color: #000;
}

.m624__button{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:fit-content;
  display:inline-flex;
  align-items:center;
  gap:0.6rem;
  min-height:3.75rem;
  padding:0 1.8rem;
  border-radius:999rem;
  background:linear-gradient(135deg,var(--kolor-sukses),#6dcf86);
  color:#fff;
  text-decoration:none;
  font-size:1.05rem;
  font-weight:600;
  transition:transform .25s ease, box-shadow .25s ease;
}

.m624__button::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent 20%,
    rgba(255,255,255,.35) 50%,
    transparent 80%
  );
  transform:translateX(-130%);
  animation:m624Shine 4.5s ease-in-out infinite;
  z-index:-1;
}

.m624__button:hover,
.m624__button:focus-visible{
  transform:translateY(-0.15rem) scale(1.03);
  box-shadow:0 1rem 2rem rgba(0,0,0,0.12);
}

.m624__button:hover svg{
  transform:translateX(.3rem);
}

.m624__button:focus-visible{
  outline:0.15rem solid var(--kolor1);
  outline-offset:0.2rem;
}

.m624__button svg{
  flex-shrink:0;
  transition:transform .3s ease;
}

@keyframes m624FadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes m624SlideIn{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes m624Pulse{
  0%,100%{
    transform:scale(1);
    opacity:.6;
  }

  50%{
    transform:scale(1.15);
    opacity:1;
  }
}

@keyframes m624Shine{
  0%{
    transform:translateX(-130%);
  }

  45%{
    transform:translateX(130%);
  }

  100%{
    transform:translateX(130%);
  }
}

@media (max-width:768px){
  .m624{
    padding:3.5rem 1.25rem;
  }

  .m624__grid{
    grid-template-columns:1fr;
    gap:3rem;
  }

  .m624__summary,
  .m624__cta-text{
    margin-top:2rem;
  }

  .m624__title{
    font-size:1.7rem;
  }

  .m624__text,
  .m624__list li,
  .m624__label{
    font-size:1rem;
  }

  .m624__summary,
  .m624__cta-text{
    font-size:1.3rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m624__col,
  .m624__list li,
  .m624__button::before,
  .m624__col::before{
    animation:none;
    opacity:1;
    transform:none;
  }

  .m624__button,
  .m624__button svg,
  .m624__list li::before{
    transition:none;
  }
}






.m423 > .custom .m423dol{
    background: #000;
}

.m423 > .custom .m423dol > div:nth-child(1){
    display: flex;
    max-width: 1000px;
    margin-inline: auto;
    width: 90%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: space-between;
    align-items: flex-end;
}

.m423 > .custom .m423dol > div:nth-child(1) a{
    text-decoration: none;
    color:#fff;
    font-weight: 600;
}


.m423 > .custom .m423dol > div:nth-child(1) a:hover{
    opacity: 0.6;
}

.m423 > .custom .m423dol > div:nth-child(1) a:last-child{
    margin-left: 3em;

    @media(max-width:480px){

    }
}


.m423 > .custom .m423dol > div:nth-child(1) > p:nth-child(1) img{
    max-height: 120px;
    width: auto;
}

.m423 .m423gora > div{
    max-width: 1000px;
    margin-inline: auto;
    width: 90%;
    text-align: center;
    background-image: url(../../../images/glo/m423tlo.webp);
    padding: 6% 10%;
    background-size: cover;
}

.m423 .m423gora{
    background: linear-gradient(to bottom, #fff 0%,#fff 50%,#fff 50%,#000 50%,#000 100%);
}


.m423 .m423gora h3{
    margin-top: 0;
font-size: clamp(1.1rem, 0.9vw + 0.5rem, 1.4rem);
  line-height: 1.15;
  font-weight: 500;
}





.m423 > .custom .m423dol > div:nth-child(2){
    text-align: center;
    padding-bottom: 1rem;

}

.m423 > .custom .m423dol > div:nth-child(2) a{
    color:#b7b7b7;
    font-size: 0.8rem;
    text-decoration: none;
}

.m423 > .custom .m423dol > div:nth-child(2) a:hover,
.m423 > .custom .m423dol > div:nth-child(2) a:focus{
    opacity: 0.6;
}

.m423 > .custom .m423dol > div:nth-child(2) a:nth-child(1){
    padding-left: 1rem;
    margin-left: 1rem;
    padding-right: 1rem;
    border-right: solid 1px;
    margin-right: 1rem;
    line-height: 1;
    display: inline-block;

    @media(max-width:1200px){
            border-right: none;
            margin-bottom: 1em;
    }

}





@media(max-width:480px){

    
    .m423 .m423gora h3 {
        font-size: 1.5rem;
    }

    .m423 .m423gora > div {
        padding: 3rem;
    }

    .m423 > .custom .m423dol > div:nth-child(1) {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        text-align: center;
    }

    .m423 > .custom .m423dol > div:nth-child(1) a:last-child {
        margin-left: 0;
      }


      .m423 > .custom .m423dol > div:nth-child(2) a {
        display: block;
      }

      .m423 > .custom .m423dol > div:nth-child(2) a:nth-child(2n) {
        border: none;
      }



}






































.m625{
  background:var(--szare-tlo);
  padding:clamp(3rem, 7vw, 6rem) 1rem;
}

.m625__inner{
  max-width:72rem;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(18rem, .9fr);
  gap:1.25rem;
  align-items:start;
}

.m625__form-box{
  background:#fff;
  border-radius:1.75rem;
  padding:clamp(1.5rem, 4vw, 3rem);
  box-shadow:0 1.25rem 3rem rgba(76, 53, 36, .08);
}

.m625__eyebrow{
  margin:0 0 .85rem;
  color:var(--kolor1);
  font-size:.95rem;
  font-weight:700;
}

.m625__title{
  max-width:38rem;
  margin:0;
  color:var(--kolor3);
  font-size:clamp(2rem, 4vw, 3.15rem);
  line-height:1.08;
  letter-spacing:-.04em;
}

.m625__text{
  max-width:35rem;
  margin:1.35rem 0 0;
  font-size:1rem;
  line-height:1.75;
}

.m625__line{
  width:100%;
  height:.0625rem;
  margin:2rem 0;
  background:var(--kolor-lini);
}

.m625__side{
  display:grid;
  gap:1.25rem;
}

.m625__image{
  width:100%;
  aspect-ratio:1 / .98;
  display:block;
  object-position: top;
  object-fit:cover;
  border-radius:1.75rem;
  box-shadow:0 1.25rem 3rem rgba(76, 53, 36, .08);
}

.m625__contact-list{
  display:grid;
  gap:.85rem;
}

.m625__contact{
  display:flex;
  align-items:center;
  gap:1.1rem;
  padding:1.4rem;
  background:#fff;
  color:var(--kolor3);
  border-radius:1.35rem;
  text-decoration:none;
  box-shadow:0 1rem 2.5rem rgba(76, 53, 36, .07);
  transition:transform .2s ease, box-shadow .2s ease;
}

.m625__contact:hover{
  transform:translateY(-.15rem);
  box-shadow:0 1.25rem 3rem rgba(76, 53, 36, .11);
}

.m625__contact:focus-visible{
  outline:.2rem solid var(--kolor-przycisk-zgoda);
  outline-offset:.2rem;
}

.m625__icon{
  width:2.7rem;
  height:2.7rem;
  display:grid;
  place-items:center;
  flex:0 0 auto;
color: var(--kolor1);
  background:var(--szare-tlo);
  border-radius:50%;
  font-size:1.2rem;
  font-weight:700;
}

.m625__contact strong{
  display:block;
  margin:0 0 .25rem;
  font-size:1.2rem;
  font-weight:700;
}

.m625__contact small{
  font-size:.95rem;
}

.m625 form{
  display:grid;
  gap:1rem;
}

.m625 form label{
  display:block;
  margin:0 0 .45rem;
  color:var(--kolor3);
  font-size:.9rem;
  font-weight:700;
}

.m625 input,
.m625 textarea,
.m625 select{
  width:100%;
  min-height:3.25rem;
  border:0;
  border-radius:.55rem;
  background:#fafafa;
  color:var(--kolor3);
  padding:.95rem 1rem;
  font:inherit;
  box-shadow:inset 0 0 0 .0625rem rgba(221, 221, 221, .45);
}

.m625 textarea{
  min-height:10rem;
  resize:vertical;
}

.m625 input:focus,
.m625 textarea:focus,
.m625 select:focus{
  outline:.18rem solid rgba(24, 99, 220, .25);
  box-shadow:inset 0 0 0 .0625rem var(--kolor-przycisk-zgoda);
}

.m625 input::placeholder,
.m625 textarea::placeholder{
  color:var(--szary-tekst);
}

.m625 button,
.m625 input[type="submit"]{
  width:max-content;
  min-height:3.2rem;
  border:0;
  border-radius:999rem;
  background:var(--kolor2);
  color:#fff;
  padding:.85rem 1.6rem;
  font-weight:700;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}

.m625 button:hover,
.m625 input[type="submit"]:hover{
  background:var(--kolor3);
  transform:translateY(-.1rem);
}

.m625 button:focus-visible,
.m625 input[type="submit"]:focus-visible{
  outline:.2rem solid var(--kolor-przycisk-zgoda);
  outline-offset:.2rem;
}

.m625 input[type="checkbox"],
.m625 input[type="radio"]{
  width:1.1rem;
  min-height:1.1rem;
  padding:0;
  accent-color:var(--kolor2);
}

@media (max-width:56rem){
  .m625__inner{
    grid-template-columns:1fr;
  }

  .m625__image{
    aspect-ratio:16 / 10;
  }
}

@media (max-width:36rem){
  .m625{
    padding-inline:.75rem;
  }

  .m625__form-box,
  .m625__contact{
    border-radius:1.15rem;
  }

  .m625 button,
  .m625 input[type="submit"]{
    width:100%;
  }
}



.itemid-130 #zbiornik {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.itemid-130 .m423 .m423gora{
    display: none;
}

.m625__contact--static{
  cursor:default;
}

.m625__contact--static:hover{
  transform:none;
}

body .convertforms .cf-content-wrap, 
body .convertforms .cf-form-wrap {
  padding: 0;
}



body .convertforms .cf-btn {
  background-color: var(--kolor1);
  border-radius: 2rem;
}

body .convertforms .cf-input {
    background-color: #f0f9f0;
    border-radius: 5px;
}




































.m626{
  position:relative;
  padding:clamp(2.5rem, 4.5vw, 4rem) 1rem;
  background:#fff;
  overflow:hidden;
}

.m626__inner{
  max-width:92rem;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(28rem, 36.8rem) minmax(38rem, 1fr);
  gap:clamp(2rem, 3.8vw, 4rem);
  align-items:start;
}

.m626__content{
  padding-top:.35rem;
  animation:m626ContentIn .75s cubic-bezier(.22, 1, .36, 1) both;
}

.m626__eyebrow{
  width:max-content;
  max-width:100%;
  margin:0 0 2.15rem;
  padding:.78rem 1.35rem;
  border:.0625rem solid #42a42b;
  border-radius:999rem;
  color:#079638;
  background:#fff;
  font-size:.84rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.m626__title{
  margin:0;
  color:#07111f;
  font-size:clamp(2.2rem, 3vw, 3.2rem);
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.05em;
}

.m626__title span{
  color:#079f3d;
}

.m626__text{
  max-width:35.8rem;
  margin:1.9rem 0 0;
  color:#2f3a4d;
  font-weight:400;
  line-height:1.55;
}

.m626__features{
  display:grid;
  gap:1.55rem;
  margin-top:2.35rem;
}

.m626__feature{
  display:grid;
  grid-template-columns:4.25rem minmax(0, 1fr);
  gap:1.35rem;
  align-items:center;
  animation:m626FeatureIn .7s cubic-bezier(.22, 1, .36, 1) both;
}

.m626__feature:nth-child(1){
  animation-delay:.08s;
}

.m626__feature:nth-child(2){
  animation-delay:.16s;
}

.m626__feature:nth-child(3){
  animation-delay:.24s;
}

.m626__feature:nth-child(4){
  animation-delay:.32s;
}

.m626__icon{
  width:4.25rem;
  height:4.25rem;
  display:grid;
  place-items:center;
  border:.0625rem solid rgba(66, 164, 43, .22);
  border-radius:.75rem;
  background:#fff;
  color:#0aa343;
  font-size:1.55rem;
  box-shadow:0 .75rem 1.7rem rgba(15, 23, 42, .035);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.m626__feature:hover .m626__icon{
  transform:translateY(-.18rem) scale(1.04);
  background:rgba(66, 164, 43, .055);
  box-shadow:0 1rem 2rem rgba(66, 164, 43, .13);
}

.m626__feature h3{
  margin:0;
  color:#07111f;
  font-size:1.13rem;
  font-weight:700;
  line-height:1.34;
  letter-spacing:-.015em;
}

.m626__feature p{
  margin:.35rem 0 0;
  color:#334155;
  font-size:1rem;
  font-weight:400;
  line-height:1.48;
}

.m626__visual{
  display:grid;
  gap:1.45rem;
  align-items:start;
  padding-top:0;
  animation:m626VisualIn .85s cubic-bezier(.22, 1, .36, 1) .1s both;
}

.m626__diagram,
.m626__panel{
  width:100%;
  display:block;
  object-fit:cover;
  background:#fff;
  transition:transform .35s ease, filter .35s ease;
}

.m626__diagram{
  max-width:100%;
  border-radius:1.2rem;
  filter:none;
}

.m626__panel{
  max-width:100%;
  border-radius:.75rem;
  box-shadow:0 1.6rem 3.6rem rgba(15, 23, 42, .09);
}

.m626__diagram:hover,
.m626__panel:hover{
  transform:translateY(-.3rem);
}

.m626__bottom{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  margin-top:.5rem;
  animation:m626FeatureIn .7s cubic-bezier(.22, 1, .36, 1) .38s both;
}

.m626__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:1.65rem;
  margin-top:0;
}

.m626__button{
  min-height:3.95rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:.9rem 1.75rem;
  border-radius:.42rem;
  font-size:1.06rem;
  font-weight:600;
  line-height:1;
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease, border-color .22s ease;
}

.m626__button i{
  font-size:1rem;
  transition:transform .22s ease;
}

.m626__button:hover i{
  transform:translateX(.28rem);
}

.m626__button--primary{
  min-width:14.9rem;
  background:#09a445;
  color:#fff;
  box-shadow:0 .8rem 1.6rem rgba(9, 164, 69, .2);
}

.m626__button--primary:hover{
  transform:translateY(-.16rem);
  box-shadow:0 1.1rem 2.1rem rgba(9, 164, 69, .3);
}

.m626__button--secondary{
  min-width:18rem;
  border:.0625rem solid #0aa343;
  background:#fff;
  color:#07111f;
}

.m626__button--secondary:hover{
  color:#09a445;
  transform:translateY(-.16rem);
}

.m626__button:focus-visible{
  outline:.18rem solid rgba(66, 164, 43, .35);
  outline-offset:.2rem;
}

.m626__notes{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:1.35rem;
  margin-top:0;
  color:#2f3a4d;
  font-size:.95rem;
  line-height:1.4;
}

.m626__notes span{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
}

.m626__notes i{
  color:#09a445;
  font-size:1.12rem;
}

@keyframes m626ContentIn{
  from{
    opacity:0;
    transform:translateY(1.1rem);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes m626FeatureIn{
  from{
    opacity:0;
    transform:translateY(.9rem);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes m626VisualIn{
  from{
    opacity:0;
    transform:translateX(1.35rem);
  }

  to{
    opacity:1;
    transform:translateX(0);
  }
}

@media (max-width:78rem){
  .m626__inner{
    grid-template-columns:1fr;
  }

  .m626__visual{
    max-width:54rem;
  }

  .m626__title,
  .m626__text{
    max-width:48rem;
  }

  .m626__bottom{
    align-items:flex-start;
    flex-direction:column;
  }

  .m626__notes{
    justify-content:flex-start;
  }
}

@media (max-width:42rem){
  .m626{
    padding-inline:.85rem;
    padding-top: 0;
  }

  .m626__eyebrow{
    margin-bottom:1.45rem;
    padding:.7rem 1rem;
    font-size:.72rem;
  }

  .m626__title{
    font-size:clamp(2.2rem, 10vw, 3rem);
  }

  .m626__text{
    margin-top:1.35rem;
    font-size:1.03rem;
  }

  .m626__feature{
    grid-template-columns:3.65rem minmax(0, 1fr);
    gap:1rem;
  }

  .m626__icon{
    width:3.65rem;
    height:3.65rem;
    font-size:1.28rem;
  }

  .m626__feature h3{
    font-size:1.03rem;
  }

  .m626__buttons{
    width:100%;
    flex-direction:column;
    gap:1rem;
  }

  .m626__button{
    width:100%;
    min-width:0;
  }

  .m626__notes{
    flex-direction:column;
    gap:.8rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m626__content,
  .m626__feature,
  .m626__visual,
  .m626__bottom{
    animation:none;
  }

  .m626__icon,
  .m626__button,
  .m626__button i,
  .m626__diagram,
  .m626__panel{
    transition:none;
  }
}










































.m627{
  padding:clamp(3.5rem, 6vw, 6rem) 1rem;
  background:#fff;
  overflow:hidden;
}

.m627__inner{
  max-width:90rem;
  margin:0 auto;
}

.m627__head{
  max-width:70rem;
  margin:0 auto;
  text-align:center;
  animation:m627FadeUp .7s cubic-bezier(.22, 1, .36, 1) both;
}

.m627__eyebrow{
  margin:0 0 1.25rem;
  color:#0aa343;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1.2;
  text-transform:uppercase;
}

.m627__title{
  margin:0;
  color:#07111f;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.05em;
}

.m627__text{
  max-width:65rem;
  margin:1.45rem auto 0;
  color:#2f3a4d;
  font-size:clamp(1.05rem, 1.45vw, 1.35rem);
  line-height:1.55;
}

.m627__steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:clamp(1.2rem, 2.4vw, 2.4rem);
  margin-top:clamp(3rem, 6vw, 5rem);
}

.m627__step{
  position:relative;
  text-align:center;
  animation:m627FadeUp .75s cubic-bezier(.22, 1, .36, 1) both;
}

.m627__step:nth-child(1){
  animation-delay:.06s;
}

.m627__step:nth-child(2){
  animation-delay:.14s;
}

.m627__step:nth-child(3){
  animation-delay:.22s;
}

.m627__step:nth-child(4){
  animation-delay:.3s;
}

.m627__step:nth-child(5){
  animation-delay:.38s;
}

.m627__box{
  width:100%;
  aspect-ratio:1 / 1;
  display:grid;
  place-items:center;
  margin:0 auto;
  border:.0625rem solid rgba(15, 23, 42, .12);
  border-radius:.85rem;
  background:#fff;
  box-shadow:0 .9rem 2rem rgba(15, 23, 42, .035);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.m627__box img{
  width:68%;
  height:68%;
  display:block;
  object-fit:contain;
  max-height: 100px;
  transition:transform .28s ease;
}

.m627__step:hover .m627__box{
  transform:translateY(-.35rem);
  border-color:rgba(66, 164, 43, .35);
  box-shadow:0 1.4rem 3rem rgba(15, 23, 42, .08);
}

.m627__step:hover .m627__box img{
  transform:scale(1.06);
}

.m627__connector{
  position:absolute;
  top:calc((100vw - 2rem - (4 * clamp(1.2rem, 2.4vw, 2.4rem))) / 10);
  right:calc(-1 * clamp(1.2rem, 2.4vw, 2.4rem) - .8rem);
  width:clamp(4.5rem, 6vw, 6rem);
  height:2.1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0aa343;
  z-index:2;
}

.m627__connector::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  border-top:.125rem dotted #0aa343;
  transform:translateY(-50%);
}

.m627__connector::after{
  content:"";
  position:absolute;
  right:.05rem;
  top:50%;
  width:.6rem;
  height:.6rem;
  border-top:.1rem solid rgba(10, 163, 67, .45);
  border-right:.1rem solid rgba(10, 163, 67, .45);
  transform:translateY(-50%) rotate(45deg);
}

.m627__connector span{
  position:relative;
  z-index:1;
  width:2.15rem;
  height:2.15rem;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0aa343;
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  box-shadow:0 .4rem 1rem rgba(10, 163, 67, .2);
}

.m627__step h3{
  margin:2rem 0 0;
  color:#07111f;
  font-size:1.2rem;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-.02em;
}

.m627__step p{
  margin:.9rem auto 0;
  color:#2f3a4d;
  font-size:1rem;
  line-height:1.55;
}

.m627__summary{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr) auto;
  gap:2rem;
  align-items:center;
  margin-top:clamp(3rem, 5vw, 4.5rem);
  padding:2.35rem 3.6rem 0;
  border-top:.0625rem solid rgba(15, 23, 42, .12);
  animation:m627FadeUp .75s cubic-bezier(.22, 1, .36, 1) .45s both;
}

.m627__summary-icon{
  width:6.2rem;
  height:6.2rem;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(66, 164, 43, .1);
  color:#0aa343;
  font-size:2rem;
}

.m627__summary-text h3{
  margin:0;
  color:#07111f;
  font-size: clamp(1.45rem,1.6vw, 1.3rem);
  line-height:1.25;
  font-weight:800;
}

.m627__summary-text p{
  max-width:47rem;
  margin:.8rem 0 0;
  color:#2f3a4d;
  font-size:1.08rem;
  line-height:1.55;
}

.m627__button{
  min-height:4.2rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:1rem 2.1rem;
  border-radius:.5rem;
  background:#0aa343;
  color:#fff;
  font-size:1.18rem;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  box-shadow:0 1rem 2rem rgba(10, 163, 67, .22);
  transition:transform .22s ease, box-shadow .22s ease;
}

.m627__button i{
  transition:transform .22s ease;
}

.m627__button:hover{
  transform:translateY(-.18rem);
  box-shadow:0 1.2rem 2.4rem rgba(10, 163, 67, .3);
}

.m627__button:hover i{
  transform:translateX(.28rem);
}

.m627__button:focus-visible{
  outline:.18rem solid rgba(66, 164, 43, .35);
  outline-offset:.2rem;
}

@keyframes m627FadeUp{
  from{
    opacity:0;
    transform:translateY(1rem);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (min-width:90rem){
  .m627__connector{
    top:5.6rem;
  }
}

@media (max-width:68rem){
  .m627__steps{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .m627__connector{
    display:none;
  }

  .m627__summary{
    grid-template-columns:auto minmax(0, 1fr);
    padding-inline:0;
  }

  .m627__button{
    grid-column:1 / -1;
    width:max-content;
  }
}

@media (max-width:40rem){
  .m627{
    padding-inline:.85rem;
  }

  .m627__steps{
    grid-template-columns:1fr;
    gap:2rem;
  }

  .m627__box{
    max-width:12rem;
  }

  .m627__step h3{
    margin-top:1.2rem;
  }

  .m627__summary{
    grid-template-columns:1fr;
    gap:1.3rem;
    text-align:left;
  }

  .m627__summary-icon{
    width:4.8rem;
    height:4.8rem;
    font-size:1.55rem;
  }

  .m627__button{
    width:100%;
    font-size:1rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m627__head,
  .m627__step,
  .m627__summary{
    animation:none;
  }

  .m627__box,
  .m627__box img,
  .m627__button,
  .m627__button i{
    transition:none;
  }
}





















































.m628{
position: relative;
  padding: clamp(4rem, 6vw, 6rem) 1rem;
  background: url("../../../images/glo/m628_v1.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
background-size: cover;
  overflow: hidden;


    @media(max-width:1200px){
        background-size: auto;
    }


}

.m628__inner{
  position:relative;
  z-index:1;
  max-width:92rem;
  margin:0 auto;
}

.m628__head{
  max-width:58rem;
  margin:0 auto;
  text-align:center;
  animation:m628FadeUp .7s cubic-bezier(.22, 1, .36, 1) both;
}

.m628__eyebrow{
  margin:0 0 1rem;
  color:#0aa343;
  font-size:.95rem;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.m628__title{
  margin:0;
  color:#07111f;
  font-size:clamp(2.5rem, 4.2vw, 4.3rem);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.06em;
}

.m628__title span{
  color:#0aa343;
}

.m628__text{
  margin:1.5rem auto 0;
  color:#334155;
  font-size:clamp(1.05rem, 1.4vw, 1.35rem);
  line-height:1.6;
}

.m628__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.5rem;
  margin-top:4rem;
  max-width: 1300px;
  margin-inline: auto;
}

.m628__card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:2.1rem;
  border:.0625rem solid rgba(15, 23, 42, .08);
  border-radius:1.4rem;
  background:#fff;
  box-shadow:0 1rem 2.5rem rgba(15, 23, 42, .04);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation:m628FadeUp .75s cubic-bezier(.22, 1, .36, 1) both;
}

.m628__card:nth-child(1){
  animation-delay:.08s;
}

.m628__card:nth-child(2){
  animation-delay:.18s;
}

.m628__card:nth-child(3){
  animation-delay:.28s;
}

.m628__card:hover{
  transform:translateY(-.45rem);
  box-shadow:0 1.6rem 3.5rem rgba(15, 23, 42, .08);
}

.m628__card--featured{
  border-color:rgba(10, 163, 67, .35);
  background:linear-gradient(180deg, rgba(10, 163, 67, .03) 0%, #fff 100%);
}

.m628__badge{
  position:absolute;
  top:1rem;
  left:50%;
  transform:translateX(-50%);
  padding:.7rem 1.2rem;
  border-radius:999rem;
  background:#0aa343;
  color:#fff;
  font-size:.92rem;
  font-weight:700;
  line-height:1;
  box-shadow:0 .8rem 1.5rem rgba(10, 163, 67, .22);
}

.m628__icon{
  width:6.4rem;
  height:6.4rem;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(10, 163, 67, .08);
  color:#0aa343;
  font-size:2.6rem;
}

.m628__card h3{
  margin:1.8rem 0 0;
  color:#07111f;
  font-size:2rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.04em;
}

.m628__line{
  width:2.2rem;
  height:.18rem;
  margin:1.35rem 0 1.8rem;
  border-radius:999rem;
  background:#0aa343;
}

.m628__card p{
  margin:0;
  color:#334155;
  line-height:1.7;
}

.m628__flow{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:auto;
  padding:1.7rem 1rem;
  border-radius:1rem;
  background:#f7faf7;
}

.m628__flow-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.6rem;
  color:#0aa343;
  text-align:center;
}

.m628__flow-item i{
  font-size:2.2rem;
}

.m628__flow-item span{
  color:#334155;
  font-size:.92rem;
  font-weight:600;
}

.m628__flow-group{
  display:flex;
  align-items:center;
  gap:.8rem;
}

.m628__flow-mini{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.45rem;
  color:#0aa343;
}

.m628__flow-mini i{
  font-size:1.6rem;
}

.m628__flow-mini span{
  color:#334155;
  font-size:.8rem;
  font-weight:600;
}

.m628__flow-arrow{
  color:#0aa343;
  font-size:1.1rem;
}

.m628__bottom{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr) auto;
  gap:2rem;
  align-items:center;
  margin-top:2rem;
  padding:2rem 2.2rem;
  border:.0625rem solid rgba(15, 23, 42, .08);
  border-radius:1.2rem;
  background:#fff;
  box-shadow:0 1rem 2.5rem rgba(15, 23, 42, .03);
  animation:m628FadeUp .8s cubic-bezier(.22, 1, .36, 1) .4s both;
  max-width: 1300px;
  margin-inline: auto;
}

.m628__bottom-icon{
  width:5.5rem;
  height:5.5rem;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(10, 163, 67, .08);
  color:#0aa343;
  font-size:2rem;
}

.m628__bottom-content h3{
  margin:0;
  color:#07111f;
  font-size:1.45rem;
  line-height:1.3;
  font-weight:800;
}

.m628__bottom-content p{
  margin:.75rem 0 0;
  color:#334155;
  font-size:1.05rem;
  line-height:1.6;
}

.m628__button{
  min-height:4rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:1rem 2rem;
  border-radius:.6rem;
  background:#0aa343;
  color:#fff;
  font-size:1.08rem;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 1rem 2rem rgba(10, 163, 67, .22);
  transition:transform .22s ease, box-shadow .22s ease;
}

.m628__button i{
  transition:transform .22s ease;
}

.m628__button:hover{
  transform:translateY(-.18rem);
  box-shadow:0 1.2rem 2.5rem rgba(10, 163, 67, .3);
}

.m628__button:hover i{
  transform:translateX(.28rem);
}

.m628__button:focus-visible{
  outline:.18rem solid rgba(66, 164, 43, .35);
  outline-offset:.2rem;
}

@keyframes m628FadeUp{
  from{
    opacity:0;
    transform:translateY(1rem);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:78rem){
  .m628__grid{
    grid-template-columns:1fr;
  }

  .m628__bottom{
    grid-template-columns:1fr;
    text-align:center;
  }

  .m628__bottom-icon{
    margin:0 auto;
  }

  .m628__button{
    width:100%;
  }
}

@media (max-width:42rem){
  .m628{
    padding-inline:.85rem;
  }

  .m628__title{
    font-size:clamp(2.2rem, 10vw, 3rem);
  }

  .m628__card{
    padding:1.7rem;
  }

  .m628__icon{
    width:5.4rem;
    height:5.4rem;
    font-size:2.1rem;
  }

  .m628__card h3{
    font-size:1.65rem;
  }

  .m628__card p{
    font-size:1.02rem;
  }

  .m628__flow{
    display:grid;
    grid-template-columns:1fr;
    gap:.9rem;
    padding:1.35rem 1rem;
  }

  .m628__flow-group{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    width:100%;
    gap:.75rem;
  }

  .m628__flow-mini,
  .m628__flow-item{
    min-height:4.8rem;
    justify-content:center;
    padding:.7rem .45rem;
    border:.0625rem solid rgba(10, 163, 67, .12);
    border-radius:.75rem;
    background:#fff;
  }

  .m628__flow-mini i,
  .m628__flow-item i{
    font-size:1.45rem;
  }

  .m628__flow-mini span,
  .m628__flow-item span{
    font-size:.78rem;
  }

  .m628__flow-arrow{
    display:grid;
    place-items:center;
    width:2rem;
    height:2rem;
    margin:0 auto;
    border-radius:50%;
    background:rgba(10, 163, 67, .08);
    color:#0aa343;
    font-size:.95rem;
  }

  .m628__flow-arrow i{
    transform:rotate(90deg);
  }

  .m628__card--featured .m628__flow{
    grid-template-columns:1fr;
  }

  .m628__card--featured .m628__flow-item{
    width:100%;
  }

  .m628__bottom{
    padding:1.6rem;
  }

  .m628__bottom-content h3{
    font-size:1.2rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m628__head,
  .m628__card,
  .m628__bottom{
    animation:none;
  }

  .m628__card,
  .m628__button,
  .m628__button i{
    transition:none;
  }
}
































.m629{
  padding:clamp(3rem, 5vw, 5rem) 1rem;
  background:#fff;
}

.m629__inner{
  max-width:78rem;
  margin:0 auto;
  display:grid;
  gap:1.4rem;
}

.m629__top,
.m629__bottom{
  position:relative;
  overflow:hidden;
  border:.0625rem solid rgba(15, 23, 42, .08);
  border-radius:1.1rem;
  background:#fff;
  box-shadow:0 1rem 2.5rem rgba(15, 23, 42, .03);
}

.m629__top{
  display:grid;
  grid-template-columns:minmax(18rem, .8fr) minmax(20rem, 1.2fr);
  gap:clamp(2rem, 5vw, 4rem);
  align-items:center;
  padding:clamp(2.5rem, 5vw, 4.5rem);
}

.m629__top::before,
.m629__bottom::before{
  content:"";
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:.55;
  pointer-events:none;
}

.m629__top > *,
.m629__bottom > *{
  position:relative;
  z-index:1;
}

.m629__title,
.m629__bottom-title{
  margin:0;
  color:#07111f;
  font-size:clamp(2.1rem, 3.4vw, 3.2rem);
  line-height:1.16;
  font-weight:800;
  letter-spacing:-.05em;
}

.m629__title span,
.m629__bottom-title span{
  color:#0aa343;
}

.m629__line,
.m629__small-line{
  display:block;
  width:3.9rem;
  height:.2rem;
  border-radius:999rem;
  background:#0aa343;
}

.m629__line{
  margin:2rem 0;
}

.m629__top-text p{
  max-width:22rem;
  margin:0;
  color:#07111f;
  line-height:1.75;
}

.m629__cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1.5rem;
}

.m629__card{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:20rem;
  padding:3rem 2rem;
  border:.0625rem solid rgba(15, 23, 42, .08);
  border-radius:1.1rem;
  background:#fff;
  text-align:center;
  box-shadow:0 1rem 2.5rem rgba(15, 23, 42, .05);
  transition:transform .25s ease, box-shadow .25s ease;
  animation:m629FadeUp .7s cubic-bezier(.22, 1, .36, 1) both;
}

.m629__card:nth-child(2){
  animation-delay:.12s;
}

.m629__card:hover{
  transform:translateY(-.35rem);
  box-shadow:0 1.4rem 3rem rgba(15, 23, 42, .08);
}

.m629__icon,
.m629__step-icon{
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(10, 163, 67, .08);
  color:#0aa343;
}

.m629__icon{
  width:8rem;
  height:8rem;
  font-size:3.2rem;
}

.m629__card h3{
  margin:2rem 0 0;
  color:#07111f;
  font-size:1.7rem;
  line-height:1.2;
  font-weight:800;
}

.m629__small-line{
  width:3rem;
  margin:1.4rem 0 1.7rem;
}

.m629__card p{
  margin:0;
  color:#243047;
  font-size:1rem;
  line-height:1.65;
}

.m629__bottom{
  padding:clamp(2.4rem, 5vw, 4rem) clamp(1.5rem, 5vw, 5rem);
  background:linear-gradient(180deg, #f5fbf4 0%, #eef8ed 100%);
}

.m629__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:2rem;
  margin-top:1rem;
}

.m629__timeline::before{
  content:"";
  position:absolute;
  top:9.45rem;
  left:8%;
  right:8%;
  height:.125rem;
  background:linear-gradient(90deg, #0aa343 0 48%, transparent 48% 52%, #0aa343 52% 100%);
  background-size:2rem .125rem;
}

.m629__step{
  position:relative;
  text-align:center;
  animation:m629FadeUp .7s cubic-bezier(.22, 1, .36, 1) both;
}

.m629__step:nth-child(2){
  animation-delay:.1s;
}

.m629__step:nth-child(3){
  animation-delay:.2s;
}

.m629__step:nth-child(4){
  animation-delay:.3s;
}

.m629__step-icon{
  width:6.3rem;
  height:6.3rem;
  margin:0 auto;
  margin-bottom: 3rem;
  font-size:2.4rem;
}

.m629__number{
  position:relative;
  z-index:2;
  width:2.25rem;
  height:2.25rem;
  display:grid;
  place-items:center;
  margin:1.1rem auto 1.3rem;
  border-radius:50%;
  background:#0aa343;
  color:#fff;
  font-weight:800;
  box-shadow:0 .45rem 1rem rgba(10, 163, 67, .22);
  top: -15px;
}

.m629__step h3{
  margin:0;
  color:#07111f;
  font-size:1.18rem;
  line-height:1.25;
  font-weight:800;
}

.m629__step p{
  max-width:12rem;
  margin:1rem auto 0;
  color:#243047;
  font-size:1rem;
  line-height:1.65;
}

.m629__notice{
  max-width:52rem;
  margin:2.8rem auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2rem;
  padding:1.4rem 2rem;
  border:.0625rem solid rgba(10, 163, 67, .18);
  border-radius:.85rem;
  background:rgba(255, 255, 255, .45);
}

.m629__notice span{
  width:3.9rem;
  height:3.9rem;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#0aa343;
  color:#fff;
  font-size:1.6rem;
}

.m629__notice strong{
  color:#07111f;
  font-size:1.45rem;
  line-height:1.3;
  font-weight:800;
}

.m629__notice mark{
  background:none;
  color:#0aa343;
}

@keyframes m629FadeUp{
  from{
    opacity:0;
    transform:translateY(1rem);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:70rem){
  .m629__top{
    grid-template-columns:1fr;
  }

  .m629__top-text p{
    max-width:100%;
  }

  .m629__timeline{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .m629__timeline::before{
    display:none;
  }
}

@media (max-width:42rem){
  .m629{
    padding-inline:.85rem;
  }

  .m629__top{
    padding:2rem 1.4rem;
  }

  .m629__cards,
  .m629__timeline{
    grid-template-columns:1fr;
  }

  .m629__card{
    min-height:auto;
    padding:2rem 1.5rem;
  }

  .m629__icon{
    width:6.5rem;
    height:6.5rem;
    font-size:2.4rem;
  }

  .m629__bottom{
    padding:2rem 1.4rem;
  }

  .m629__notice{
    flex-direction:column;
    gap:1rem;
    text-align:center;
  }

  .m629__notice strong{
    font-size:1.18rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .m629__card,
  .m629__step{
    animation:none;
  }

  .m629__card{
    transition:none;
  }
}




@media(max-width:1200px){
    #menu-mobilne .m621{
        padding: 1rem;
        border-radius: 2px;
        text-align: left;
    justify-content: space-between;
    }

      .m621::after {
        width: 1.5rem;
        height: 1.5rem;
    }

    
    .m423dol > div > p:nth-child(1){
        margin-block: 2rem;
    }

        .m423dol > div > p:nth-child(2) a{
        display: block;
        margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      padding: 0;
    }


    

}




.m628__bottom .m628__bottom-icon img{
max-height: 50px;
}




@media (max-width:1200px) {
    #menu-mobilne.menu-mobilne-otworzone + #menumobilneikona {
        display: none !important;
    }

    .menuglownemenurozwiniee li.item-549{
      display: none;
    }
}









body .cc-invisible,
body .cc-window .cc-btn.cc-dismiss{
  display: none !important;
}

