@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:#e03c32;
	--kolor2:#e1e1e1;
	--kolor3:#1d1d1d;
	--kolor4hover:#950902;
}


*{
    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-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 400px;
    background-color: var(--kolor2);
}

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;
}


h2{
    font-size: 2rem;
}

h3{
    font-size: 1.15rem;
}

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


.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-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;
    padding-left:5%;
    padding-right:5%;
}

#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;
}


.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;
}

body:not(.itemid-101) .menuglownemenu li > a:hover,
body:not(.itemid-101) .menuglownemenu li > a:focus,
.menuglownemenu li > a:hover,
.menuglownemenu li.active > a{
    color:var(--kolor1) !important;
    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: var(--kolor3);
    font-weight: 400;
    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{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    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;
}

.slideshowck  .camera_caption > div div.camera_caption_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}


.slideshowck .camera_caption > div div.camera_caption_desc {
    font-weight: 700;
    margin-top: 5px;
}

.icons{
    display:none;
}

#stopka{
    margin-top: 40px;
}

.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;
}

#member-profile .validate{
background-color: #2f7d32;
color:#fff
}

#member-profile .validate:hover{
    background-color: #4ec452;
}

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: #000;
    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;
}


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;
    flex: 1;
    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{
    font-size: 0.9rem;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #555;
}


#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:#fff;
}

.menuglownemenu li.deeper a:hover,
.menuglownemenu  li.deeper .active > a{
    color:var(--kolor1);
    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;
}


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;
    margin-right: auto;
    text-align: left;
    max-width: 450px;
    margin-left: 1rem;
    align-self: center;
    height: auto;
}


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: 100px;
}


.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;
}
    
.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: #000;
    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: #000;
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;
  }


#data_register_privacy label{
    background-color: #dddcdc;  
}

#data_register_privacy .active{
    background-color: #08816e;
    color:#fff;
    border: solid 1px;
}





.m487{
    width: 100vw;
    height: 80vh;
}


.m487 > .custom,
.m487 video {
    object-fit: cover;
    width: 100vw;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    
  }


.m487tlonadwideo{ 
    background-image: url(../../../images/glo/slajd-tlo.webp);
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center
}


.m487opisslajdu{
    color: #fff;
    margin-left: max(calc(calc(100vw - 1200px) / 2), 5%);
    max-width: 800px;
    margin-right:auto;
}


.m487opisslajduduzy{
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.1;
}


.m487opisslajduduzy strong{
    color:var(--kolor1);
}

.m487opisslajmaly{
    max-width: 700px;
}

.m487opissladlinki{
    margin-top: 1.5rem;
}

.m487opissladlinki a{
    display: inline-block;
    background-color: var(--kolor1);
    color: #fff;
    text-decoration: none;
    border-radius: 2rem;
    padding: 0.9em 2em;
    font-weight: 600;
}


.m487opissladlinki a:hover,
.m487opissladlinki a:focus{
    background-color: var(--kolor4hover);
    transition:all 0.5s ease 0s;
}

.itemid-101 #menu_naglowek{
    position: relative;
    z-index: 1;   
}

.itemid-101 .logostrony {
   max-height: 120px;
}

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


body:not(.itemid-101) .menuglownemenu li a {
    color:var(--kolor3);
}


body .menuglownemenu .parent li a ,
body:not(.itemid-101) .menuglownemenu .parent li a {
    color:#fff;
}

body .menuglownemenu .parent li{
    margin-bottom: 0.5em;
}



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

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





.m489{
    background-color: var(--kolor3);
    color: #fff;
    padding: 2rem;
    border-radius: 1em;
}


.m489 .m489gora p :nth-child(1){
    font-weight: 600;
    color: var(--kolor1);
}


.m489 .m489gora h2 {
    font-size: 2rem;
    margin-top: 0;
    font-weight: 500;
}


.m489dolliczby{
    display: grid;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3rem;
    text-align: center;   
}


.m489dolliczby p span:nth-child(1){
font-size: 4rem;
  font-weight: 600;
  background-color: var(--kolor1);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kolor3);
}


.m489dolliczby p{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.m489dolliczby p span:nth-child(2){
color: var(--kolor1);
  text-transform: uppercase;
  font-weight: 900;
  top: -45px;
  position: relative;
  background-color: var(--kolor3);
  line-height: 1;
  padding: 0.2em 0.6em;
  font-size: 1em;
}

.m489dolliczby p span.m489mniejszeliczby{
    font-size: 3rem; 
}










.m490{
    margin-top: 8rem;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 3rem;
    overflow: hidden;
}

.m490prawo .m490prawoczerwony{
    font-weight: 800;
    color: var(--kolor1);
    background-image: url(../../../images/glo/m490-log.webp);
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-left: 60px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 1.1rem; 
}

.m490prawo{
    align-self: center;
}



.m490prawo h1{
text-transform: uppercase;
  font-size: 2.7rem;
  line-height: 1.2;
}

.m490prawoopis{
    margin-top: 1.1rem;  
}


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


.przyciskglowny{
    background-color: var(--kolor1);
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
    padding: 0.7em 2em;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 2em;    
}

.przyciskglowny:hover,
.przyciskglowny:focus{
    background-color: var(--kolor3);
    text-decoration: none;
    transition:all 1s ease 0s;
}


@media(max-width:600px){

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











.m491{
    margin-top: 4rem;
}



.m491boxy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 2rem;
    gap: 1.5rem;

}

.m491boxy1 { grid-area: 1 / 1 / 3 / 2; }
.m491boxy2 { grid-area: 1 / 2 / 3 / 3; }
.m491boxy3 { grid-area: 1 / 3 / 2 / 5; }
.m491boxy4 { grid-area: 2 / 3 / 3 / 4; }
.m491boxy5 { grid-area: 2 / 4 / 3 / 5; } 


.m491boxy > a {
    min-height: 300px;
    background-image: url(../../../images/glo/491-box5.webp);
    background-size: cover;
    background-position: center center;
    display: flex;
    position: relative;
    align-items: flex-end;
    text-decoration: none;
    border-radius: 0.5em;
    transition: all 3s ease 0s;   
}


.m491boxy > a:nth-child(2){
    background-image: url(../../../images/glo/491-box2.webp);
}

.m491boxy > a:nth-child(3){
    background-image: url(../../../images/glo/491-box3.webp);
}

.m491boxy > a:nth-child(4){
    background-image: url(../../../images/glo/491-box4.webp);
}

.m491boxy > a:nth-child(5){
    background-image: url(../../../images/glo/491-box1.webp);
}


.m491boxy > a::after{
    content: "";
    background: linear-gradient(to bottom, transparent,rgba(0,0,0,0.6));
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 0.5em;
}

.m491boxy > a:hover:after{
background: linear-gradient(to bottom, transparent,rgba(224, 60, 50, 0.2));
transition: all 3s ease 0s;  


}



.m491boxy > a > span{
    z-index: 1;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;

    padding-left: 1rem;
    padding-bottom: 1rem;
}


.m491boxy > a:hover,
.m491boxy > a:focus{
    scale: 0.9;
    transition: all 3s ease 0s;    
}


.naglowekduzy,
.m491gora h2,
.m491gora h1{
    margin-top: 0;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;   
}

.m491gora p{
    max-width: 500px;
}


@media(max-width:799px){

    .m491boxy > a {
        min-height: 150px;
    }


    .m491boxy {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        }
        
        .m491boxy1 { grid-area: 1 / 1 / 3 / 2; }
        .m491boxy2 { grid-area: 1 / 2 / 2 / 3; }
        .m491boxy3 { grid-area: 2 / 2 / 4 / 3; }
        .m491boxy4 { grid-area: 4 / 2 / 6 / 3; }
        .m491boxy5 { grid-area: 3 / 1 / 6 / 2; }
        




}



.m489gora p:nth-child(1){
font-weight: 600;
  color: var(--kolor1);
}








.m492{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 2rem;
    overflow: hidden;
    align-items: center;
}


.m492prawo h2{
    margin-top: 0;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;  
}


.m492prawo a{
    color: var(--kolor1);
    text-decoration: none;
}


@media(max-width:799px){

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

    .m492lewomapa{
        order: 2;
    }


}


@media(max-width:500px){
    .m492prawo h2 {
        font-size: 4rem;
    }
}





.m493{
    background-color: #dcdcdd;
    display: flex;
    gap: 2em;
    align-items: center;
    padding: 2em;
    justify-items: center;
    justify-content: center;
}

.m493 img{
max-height: 60px;
width: auto;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray; 
opacity: 0.6;
}


.m493 img:hover{
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}







.m485{
    background-color: var(--kolor3);
    text-align: center;    
}

.m485gora{
   padding-block: 5rem; 
}


.m485logo img{
    margin-inline: auto;
    max-height: 200px;
    width: auto;
}

.m485linki{
    margin-top: 2rem;
    border-top: solid 2px #3b3b3b;
    border-bottom: solid 2px #3b3b3b;
    padding: 1em 0;
    max-width: 900px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    gap: 3rem;
}


.m485linki a{
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.m485linki a:hover,
.m485linki a:focus{
    color: var(--kolor1);
}


.m485adres{
    color: #dbdbdb;
    margin-top: 2rem;
    margin-bottom: 5rem;
}


.m485maile a{
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 400;
    display: block;
}


.m485maile a:focus,
.m485maile a:hover{
    color: var(--kolor1);
}


.m485dol{
    background-color: #000;
    color: #dbdbdb;
    padding: 1.5em;   
}





body .camera_bar_cont > span{
    background-color: var(--kolor1) !important;
}



.m260{
    box-sizing: border-box;
    border-top: solid 1px #d0d0d0;
    }
    
    
    .m260 > div{
        border-top: solid 1px #d0d0d0;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    }
    
    .m260 > div h3{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 21px;
    line-height: 33px;
    padding-right: 5%;
    margin: 0;
    }
    
    

    
    .m260 > div p strong{
    font-weight: 600;
    }
    
    
.m260 p img{
    margin-top: 2rem;
}


.wprowadzeniedoprojektow h1{
font-size: 3rem;
font-weight: 900;
}

.wprowadzeniedoprojektow p{
font-size: 1.1rem;
  max-width: 700px;
  margin-bottom: 2rem;
}


body #events .item-container {
    width: 49%;
}


body #events .item-container .title{
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
}

body #events .item .eg-content .data {
    background-color: transparent;
    padding: 1rem 2rem;
}




.m486{
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 2rem;
}


.m486mapa iframe{
    min-height: 600px;
    width: 100%;
}


.m486opisz{
    align-self: flex-end;
}


.m486opisz > p:nth-child(1){
font-weight: 600;
  font-size: 1.3rem;
  color: var(--kolor1);
}


.m486opisz > p:nth-child(1)::after{
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--kolor1);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}

.m486opisz > h1{
    font-size: 3rem;
    font-weight: 800;
}


.m486opiszbiornik{
    background-image: url(../../../images/glo/m486tlo.webp);
    background-size: cover;   
    padding: 2rem;
    margin-top: 2rem;
}

.m486opisszczegoly{
    padding: 3rem;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    border-radius: 0.1rem;
    background: #fff;   
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color:#000;
text-decoration: none;
font-weight: 500;
}



.m486opisszczegoly a{
color:#000;
text-decoration: none;
font-weight: 500;
}

.m486opisszczegolydane p{
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.m486opisszczegoly i{
    margin-right:0.5rem;
    margin-top: 0.3em;
}

.m486opisszczegolydane p{
    display: flex; 
}



.m486opiszbiornik b{
    display: block;
}



.slideshowck,
.slideshowck *,
.slideshowck img{
    border-radius: 0.5em;  
}




body .formularz22 .cf-input{
    border-color: #000;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
    background: transparent;
}


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


body .formularz22  .formularz22-opis-dodatkowy h6{
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}


body .formularz22 #cf_1 .cf-content-wrap:nth-child(1){
    display: none;
}



body .formularz22 .cf-text-left button{
    width: 100%;
    background-color: var(--kolor1) !important;
    box-sizing: border-box;
    border: none !important;
    padding: 1.5em 2em;
}


body .formularz22 #cf_1 ,
body .formularz22 .cf-form-wrap,
body .formularz22 .cf-form-wrap input{
    background-color: transparent !important;
    color:var(--kolor1);
}


body .formularz22 .cf-form-wrap textarea,
body .formularz22 .cf-form-wrap input[type="text"]{
    color:var(--kolor1);
}


body .formularz22 .cf-form-wrap input::placeholder,
body .formularz22 .cf-form-wrap textarea::placeholder {
    color: #333;
}

body .formularz22{
    padding-top: 2rem;
}


.ikonainsta{
    height: 30px;
    width: 30px;   
}

.item-354 .image-title{
    display: none;
}




.wideosklepstacjonarny{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 1rem;
}




.m492 img{
    border-radius: 1em;
}




#boxy5{
    background:#f2f2f1;
    text-align:center;
    padding: 10vh 20px;
    margin-top: 5rem;
    border-radius: 1rem;
    overflow: hidden;
    }
    
    #box5-kontener,
    #box5-kontener > div{
    display: flex;
    flex-wrap: wrap;
    }
    
    #box5-kontener{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width:100%;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 5rem;
    }
    
    
    #box5-kontener > div{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;

    }
    
    
    #boxy5 h2{
    width: 100%;
    max-width: 800px;
  margin-inline: auto;
    }
    
    
    #boxy5 h2 b{
        display: block;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 5vh;
        margin-top: 5px;
        line-height: 1.5;
    }
    
    
    
    
    
    #boxy5 > div span{
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 1rem;
    }
    

    #boxy5 > div span b{
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.3em;
        display: block;
    }
    
    
    #boxy5 #box5-kontener p{
    font-weight: 200;
    line-height: 1.2em;
    }
    

    
.wyszukaj-srodek{
    max-width: 600px;
  margin-inline: auto;
}



.cytat{
    padding-block: 5rem;
  text-align: center;
  margin-inline: auto;
  font-size: 1.5rem;
}


.cytat strong{
    font-style: italic;
}




.hramonijka .podharmonia{
    border: solid 1px #aaa4a4;
    margin-bottom: 25px;
    border-radius: 0.5rem;
    }
    
    .hramonijka{
    margin-top:30px;
    }
    
    .hramonijka .podharmonia > div{
    display:none;
    padding: 10px 20px;
    }
    
    .hramonijka .podharmonia h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-transform:uppercase;
    cursor: pointer;
    padding: 10px 20px;
    background: url(../../../images/ikony/88plus.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    transition:all 1s ease 0s;
    background-size: 20px 20px;
    }
    


    

    .skontaktujsieglaerie{
        margin-block:2rem;
    }