@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:#22245f;
	--kolor2:#f7f7f7;
	--kolor3:#77abdb;
	--kolor4:#2e5198;
    --kolor-blad:#CC0000;
    --kolor-przycisk-zgoda:#1863DC;
    --kolor-lini:#dddddd;
    --szary-tekst:#767676;
    --szare-tlo:#dadbde;
    --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;
}

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

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: 1.5rem;
}

h3{
    font-size: 1.15rem;
}

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

#hikashop_product_custom_info_main,
.view-product  .hk-row-fluid,
.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,
.view-product #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: 20%;
    flex-shrink: 0;
    flex-grow: 0;
}

.zlewakolumna #content{
    width: 78%;
    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: 600;
    color: var(--kolor1);
    font-size: 0.9rem;
}

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

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



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: flex-end;
}

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


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


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



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




.m506 .custom{
    max-width: 1200px;
    margin-inline: auto;
    color: #fff;
}


.m506 .custom div p:nth-child(1) a{
margin-left: 0.5rem;

}


#naglowek_gora .custom {
    padding-left: 0;
    padding-right: 0;
}

#naglowek_gora .custom a,
.m506 .custom a,
.m506 .custom span{
color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}

.tlumaczflaga .switcher .selected {
  background: transparent;
}


.tlumaczflaga .switcher .option {
  position: absolute;
  background-color: var(--kolor1);
}

#naglowek_gora .custom .tlumaczflaga .switcher .option a:hover {
  opacity: 0.6;
  color: var(--kolor1);
}





.m506 .custom > p:nth-child(1) a{
    margin-right:2rem;
}


.m506 .custom > p:nth-child(1) a i{
    margin-right:0.5rem;
}

#naglowek_gora {
    padding-top: 1rem;
    padding-bottom: 1rem;
}



.menuglownemenu li a.link-znajdz-opony,
a.link-znajdz-opony{
    display: block;
  border: solid 2px;
  border-radius: 2rem;
  padding: 1em 3em 1em 1em;
  font-size: 0.75rem;
  background-image: url(../../../images/ikony/strzalka-czarna.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
}


.menuglownemenu li a.link-znajdz-opony:hover,
a.link-znajdz-opony:hover{
background-color: var(--kolor2);
  border-color: var(--kolor2);
  transition: all 0.5s ease 0s;
  padding-right: 3rem;
}






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: 50%;
    margin-left: auto;
    align-self: flex-end;
    height: auto;
    margin-left: max(calc(calc(100vw - 1200px) / 2), 5%);
    color: #fff;
    padding: 0;
    margin-bottom: 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;
}









/* m383 */

.m383{
    margin-top: 6rem;
}


.m383boxy{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    padding-right: 2em;
    padding-left: 2em;
    
}


.m383boxy > div{
    background-color: var(--kolor2);
    padding: 1.5em;
    border-radius: 2.5em;
}

.m383boxy > div:hover{
    scale: 1.05;
    transition: all 1s ease 0s;
}



.m383boxy > div img{
    width: 100%;
    height: auto;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}


.m383boxy > div h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0.5em;
    display: flex;
  gap: 0.5em;
}



.m383boxy > div p{
    margin-top: 0.2em;
    margin-bottom: 0.6em;
    font-size: 0.9rem;
    line-height: 1.6;
}

.m383boxy > div a{
    text-decoration: none;
    color: var(--kolor1);
    font-size: 0.9rem;
    display: block;
    text-align: right;
    font-weight: 600;
    background-image: url(../../../images/glo/strzalka-czarna.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px;
    background-size: 20px;
}


.m383boxy > div a:hover{
    opacity: 0.7;
    padding-right: 40px;
    transition: all 0.5s ease 0s;
}


.m383naglowek span{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3;
}

.m383naglowek h2{
    margin-top: 0.2rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.m383naglowek::after{
    content: "";
    width: 80px;
    height: 8px;
    background: linear-gradient(to right,var(--kolor1),var(--kolor3),var(--kolor1));
    display: block;
    margin-bottom: 3em;
    margin-top: 0.3em;
}


.m383 .m383boxy:nth-child(2){
    border-top: dashed 3px var(--kolor1);
    border-right: dashed 3px var(--kolor1);
    padding-top: 2em;
    padding-bottom: 2em;
    border-top-right-radius: 3em;
    margin-bottom: 0;
}


.m383 .m383boxy:nth-child(3){
    border-top: dashed 3px var(--kolor1);
    border-bottom: dashed 3px var(--kolor1);
    border-left: dashed 3px var(--kolor1);
    padding-top: 2em;
    padding-bottom: 2em;
    border-top-left-radius: 3em;
    border-bottom-left-radius: 3em;
}





.m411{
    position: relative;
    overflow: hidden;
}

.m411::after{
    content: "PROFIL";
    opacity: 0.6;
    color: #e6e5e5;
    font-size: 20vw;
    position: absolute;
    right: 10%;
    display: block;
    top: 0;
    z-index: 0;
    font-weight: 900;
    overflow: hidden;
}



.m411-kontener{
    width: calc(1200px + 10%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    max-width: 1300px;
}

.m411-obraz img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.m411-obraz{
z-index: 1;
position: relative;
}


.m411-podpisy{
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.m411-podpisy p span:nth-child(2){
    display: block;
    color: var(--kolor1);
    font-weight: 600;
    max-width: 300px;
    text-align: center;
    position: relative;
}

.m411-podpisy p span:nth-child(3){
    max-width: 300px;
    display: block;
    font-size: 0.8rem;
    color: #413838;
    text-align: center;
    z-index: 1;
position: relative;
}

.m411-podpisy-prawo p span{
    margin-left: auto;
}

.m411-podpisy p span:nth-child(1){
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    top: 20px;
    position: relative;
    top: 10px;
position: relative;
}

.m411-podpisy-prawo p span:nth-child(1){
    top: 20px;
}

.m411-podpisy .m411-podpisy-lewo p span:nth-child(1) > span:nth-child(1),
.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(2){
    width:95%;
    background-color: var(--kolor1);
    height: 3px;

}

.m411-podpisy .m411-podpisy-lewo p span:nth-child(1) > span:nth-child(2),
.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(1){
    width:15px;
    height: 15px;
    background-color: var(--kolor1);
    background-color: #5155d7;
    border-radius: 50%;
    top: 10px;
    position: relative;
    aspect-ratio: 1;
    animation: pulsuj 1.5s infinite ease-in-out;
    z-index: 1;

}

/* Radarowa fala: */
.m411-podpisy .m411-podpisy-lewo p span:nth-child(1) > span:nth-child(2)::before,
.m411-podpisy .m411-podpisy-lewo p span:nth-child(1) > span:nth-child(2)::after,
.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(1)::before,
.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #5155d7;
  opacity: 0.6;
  animation: radar-pulse 2s infinite;
  z-index: -1;
}

.m411-podpisy .m411-podpisy-lewo p span:nth-child(1) > span:nth-child(2)::after,
.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(1)::after {
  animation-delay: 1s;
}

@keyframes radar-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(1){
    top: 0;
    margin-left: 0;
    margin-right: 0;
}

.m411-podpisy .m411-podpisy-prawo p span:nth-child(1) > span:nth-child(2){
    margin-left: 0;
}

/* punnkt 1 po lewo */
.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(1){
    margin-top: 250px;
}

.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(1) > span:nth-child(1){
    margin-left: 230px;
    width: 350px;
}


/* punnkt 2 po lewo */
.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(2){
    margin-top: 80px;
}

.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(2) > span:nth-child(1){
    margin-left: 260px;
    width: 245px;
}


/* punnkt 3 po lewo */
.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(3){
    margin-top: 50px;
}

.m411 .m411-podpisy .m411-podpisy-lewo > p:nth-child(3) > span:nth-child(1){
    margin-left: 274px;
    width: 256px;
}


/* punnkt 1 po prawo */
.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(1){
    margin-top: 335px;
}

.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(1) > span:nth-child(1){
    margin-right: 270px;
    width: 250px; 
}

/* punnkt 2 po prawo */
.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(2){
    margin-top: 45px;
}

.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(2) > span:nth-child(1){
    margin-right: 160px;
    width: 420px;
}

/* punnkt 3 po prawo */
.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(3){
    margin-top: 35px;
}

.m411 .m411-podpisy .m411-podpisy-prawo > p:nth-child(3) > span:nth-child(1){
    margin-right: 310px;
    width: 300px;
}





.m502{
    background-image: url(../../../images/glo/502_tlo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 5rem 8rem;
    text-align: center;
    background-position: top center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}


.m502boxy{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.m502naglowek{
    margin-bottom: 2rem;
}



.m502naglowek p::before{
    content: "";
    background-image: url(../../../images/logo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    height: 80px;
    opacity: 0.07;
    z-index: 0;
    position: relative;
}


.m502naglowek p{
position: relative;
  color: var(--kolor1);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.m502naglowek p span{
    margin-top: -35px;
    position: relative;
    display: block;
  display: flex;
  justify-content: center;
  color: var(--kolor3);
}




.m502naglowek h2{
    font-size: 2rem;
}


.m502boxy > div{
background-color: #f7f7f7;
  box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.06);
  border-radius: 1.5rem;
}

.m502boxy video,
.m502boxy > div img{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    width: 100%;
    filter: contrast(1.2) saturate(1.2) brightness(1.1);
}


.m502boxy > div > div{
    padding: 2rem;
    text-align: left;
}



.m502boxy > div > div > p:nth-child(1){
    background-repeat: no-repeat;
    color: var(--kolor1);
    font-weight: 600;
    background-size: 30px;
    margin-bottom: 0.3em;
    font-size: 0.9rem;
}


.m502boxy > div > div > strong{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.2em;
    line-height: 1.3;
    font-weight: 600;
}


.m502boxy > div > div > p:nth-child(3){
    font-size: 0.9rem;
    margin-bottom: 1em;
}



.m502boxy > div > div > a{
text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  background-image: url(../../../images/ikony/strzalka-czarna.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 1.4em;
  color: var(--kolor1);
}


.m502boxy > div > div > a:hover,
.m502boxy > div > div > a:focus{
opacity: 0.5;
padding-right: 2.4em;
transition: all 0.5s ease 0s;
}




@media (max-width:900px){

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






/* m384 */

.m384{
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}


.m384 .m384-opis{
    width: 51%;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-end;
}


.m384 .m384-zdjecie{
    width: 47%;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-end;
}


.m384 .m384-zdjecie img{
    width: 100%;
    height: auto;
}


.m384-opis-wprowadzenie h2{
    margin-top: .2em;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
}

.m384-opis-wprowadzenie h2 span {
    background-color: #a9eefc;
    line-height: 0.9;
    display: inline-block;
}

.m384-opis-wprowadzenie p{
    max-width: 600px;
}


.m384-opis-wprowadzenie > span{
    margin-top: 0;
    color: var(--kolor1);
    margin-bottom: 0;
    font-weight: 600;
}

.m384-opis-wprowadzenie::after{
    content: "";
    width:150px;
    height: 1px;
    display: block;
    border-bottom: dashed 3px var(--kolor1);
    margin-bottom: 3em;
    margin-top: 1em;
}


.m384-opis-kafelki > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}


.m384-opis-kafelki > div p:nth-child(1){
    width: 60px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 10px;
}

.m384-opis-kafelki > div p:nth-child(1) img{
    width: 100%;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.m384-opis-kafelki > div p:nth-child(2) strong{
    display: block;
    font-weight: 600;
    font-size: 1.3rem;
}

.m384-opis-kafelki > div p:nth-child(2) span{
    font-size: 0.9rem;
    line-height: 1.6;
    display: block;
}

.m384-opis-kafelki > div p{
    margin-top: 0;
}


.m384-opis-kafelki > div:last-child p{
    margin-bottom: 0;
}




.m447{
    margin-block: 5rem;
    display: flex;
	 overflow: hidden;
     margin-right: max(calc(calc(100vw - 1200px) / 2), 5%);
}


.m447 p:nth-child(1){
    width: 50%;
    background-color: var(--kolor2);
    color: var(--kolor1);
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    padding: 3rem;
    flex-shrink: 0;
    font-size: 2rem;
    flex-grow: 0;
    align-self: center;
    z-index: 1;
}


.m447 p:nth-child(2){
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    width: 70%;
    border: solid 12px var(--kolor2);
    margin-left: -20%;
    padding-left: 25%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5%;
}


.m447 a{
color: var(--kolor1);
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin-right: 1rem;
}






.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 .moduletable  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;
    background-image: url(../../../images/glo/m341.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right;
    padding-right: 28px;
    display: inline-block;
}


.m343 .mod-articles-category-readmore a:hover,
.m343 .mod-articles-category-readmore a:focus{
    opacity: 0.6;
}

.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;
	object-fit: cover;
}








#stopka{
    background-color: var(--kolor1);
    color:#fff;  
}


#stopka a:hover,
#stopka a:focus{
    opacity: 0.6;
}

#stopka .custom{
    max-width:calc(1200px + 10%);
    margin-left:auto;
    margin-right:auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5rem;
}

.m446-gora{
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}


.m446-dol{
    border-top: solid 1px #2b455d;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-block: 2rem;
}

.m446-dol p:nth-child(2){
    text-align: right;
    color: #2b455d;
}

.m446-gora-prawo > div:nth-child(2) p a,
.m446-dol p:nth-child(1) a{
    color: #fff;
    text-decoration: none;
}

.m446-dol p:nth-child(1) a{
    color: var(--kolor2);
}


.m446-dol p:nth-child(1) a:nth-child(1){
    margin-right:2em;
}


.m446-gora-lewo p:nth-child(1){
    font-size: 2.5rem;
}



.m446-gora-lewo p:nth-child(2){
    font-size: 1.1rem;
    margin-top: 1rem;
}


.m446-gora-lewo p img{
    max-height: 100px;
    width: auto;
}


.m446-gora-prawo{
    display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.m446-gora-prawo strong{
    font-size: 1.2rem;
    margin-bottom: 1.5em;
    display: block;
}


.m446-gora-prawo > div:nth-child(2) p a{
display: block;
}

.m446-gora-prawo > div:nth-child(2) p a:nth-child(1){
    text-decoration: underline;
}

.m446-gora-prawo > div:nth-child(2) p a:nth-child(2){
    font-weight: 600;
}


.m446-gora-prawo p{
    line-height: 2;

}



.m446spol{
    display: flex;
    gap:0.6rem;
    margin-top:2rem;
}

.m446spol img{
    height: 40px;
    width: 40px;
}

.m446spol a.m540spoleczno{
    background-color: var(--kolor2);
    color: #fff;
    padding: 1em;
    font-size: 1rem;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.m446spol .m540spoleczno:hover,
.m446spol .m540spoleczno:focus{
    background-color: #fff;
    color:var(--kolor1);
    transition:all 0.5s ease 0s;
    scale:1.1;

}



.m446spol i{
    font-size: 1.4rem;
    color: #fff;
}


.m446spol a i{
margin-right: 0.3rem;
}

.m446spol a:nth-child(1) i{
    font-size: 1.2rem;
}



.m446-gora-lewo a.link-znajdz-opony{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-image: url(../../../images/glo/strzalka-biala.svg);
    font-weight: 600;
    padding: 1em 3em 1em 2em;
}



.m446-gora-lewo a.link-znajdz-opony:hover{
    color: var(--kolor1);
    background: #fff;
    opacity: 1;
}






body #hikashop_category_information_module_ div.hikashop_subcontainer, 
body #hikashop_category_information_module_ div.hikashop_subcontainer span, 
body #hikashop_category_information_module_ div.hikashop_container {
    text-align: left;
}




.hikashop_products_listing .produkt-nazwa{
text-transform: uppercase;
  color: var(--kolor1);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1px
}


body .hikashop_products_listing .hikashop_product_name a{
color: #000;
  font-size: 2rem;
  line-height: 1.2;
}



.hikashop_products_listing  .produkt-opis{
    color: #555;
    font-size: 0.8rem;
    line-height: 1.4;
    min-height: 54px;
}

.produkt-przycisk{
    background-color: var(--kolor1);
  text-transform: uppercase;
  color: #fff;
  margin-top: 1em;
  border-radius: 2rem;
  display: inline-block;
  text-align: center;
  padding: 1em 0.1em;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}


.produkt-przycisk:hover,
.produkt-przycisk:focus{
    background-color: var(--kolor3);
    transition: all 0.2s linear 0s
}

.przyciskpadding{
    padding: 1em 2em;
}



.produkt-zbiornik-parametry{
    display: grid;
  grid-template-columns: 0.7fr 1fr;
}

.produkt-parametry span{
 display: block;
  background-color: #efeff0;
  font-size: 0.75rem;
  border-radius: 0.3em;
  padding: 0.5em 1em;
  margin-bottom: 1em;   

  background-image: url(../../../images/ikony/ikona-pogoda.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 32px;

}

#produkt-typ{
  background-image: url(../../../images/ikony/ikona-samochod.svg);
  background-size: 13px;
}


#produkt-gwarancja{
  background-image: url(../../../images/ikony/ikona-gwarancja.svg);
  background-size: 13px;
}

.produkt-parametry {
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.hikashop_products_listing .hikashop_subcontainer  {
box-shadow: 0px 0px 20px 12px rgba(0,0,0,0.1);
  padding: 1.5em !important;
  border-radius: 1.2em;
  min-height: 434px;
  
}



.hikashop_product_show_default #hikashop_product_name_main{
color: var(--kolor1);
  text-transform: uppercase;
  font-size: 4rem;
    line-height: 1;
  font-weight: 600;

}


.hikashop_product_show_default .produkt-nazwa{
color: #000;
  text-transform: uppercase;
  font-weight: 600;
}


.tagi-gora-strony{
display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.m383boxy > div h3 span{
    text-transform: uppercase;
}

.m383boxy > div h3 span,
.tagi-gora-strony > div{
background-color: var(--kolor3);
  color: #fff;
  display: block;
  border-radius: 2em;
  padding: 0.1em 2em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
}

.m383boxy > div h3 span:nth-child(2),
.tagi-gora-strony > div:nth-child(2){
    background-color: var(--kolor4);
}



.tagi-gora-strony > div:nth-child(3){
    background-color: var(--kolor1);
}

.tagi-gora-strony > div:nth-child(4){
    background-color: #15173b;
}


#hikashop_product_description_main{
    margin-top:0rem;
}



.product-zdjecie{
height: 30vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}



@media(min-width:1200px){


    body #hikashop_product_left_part{
        width:35%;
    }

    body #hikashop_product_right_part{
        width:65%;
    }
}



.tabela-opon{
    display: flex;
     gap:1rem;
}


.hikashop_product_custom_tabelaopon_line .key{
    display: none;
}


.hikashop_product_custom_tabelaopon_line br{
    display: none;
}



.tabela-opon-kolumna{
  flex: 1;
  max-width: 300px;
}



.tabela-opon-kolumna p{
background-color: var(--kolor1);
  text-align: center;
  color: #fff;
 padding: 0 1em 1em 1em;
  font-size: 0.9rem;
  line-height: 1.6;
  white-space: pre-line;

  
}



.tabela-opon-kolumna p:first-of-type {
background-color: var(--kolor3);
  text-align: center;
  color: #fff;
  padding: 0;
  font-size:1rem;
  margin-bottom: 0.2em;
}


.filtrywkolumna .hikashop_product_custom_info_main h3{
    display: none;
}


#hikashop_filter_main_div_module_131 .hikashop_filter_fieldset {
    display: inline-block;
    width: 100%;
}

#hikashop_filter_main_div_module_131 .hikashop_filter_fieldset{
    width: 100%;
}




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


.m288 a{
display: block;
border: solid 1px #eee;
padding: 20px 20px 20px 70px;
text-decoration: none;
background-image: url(../../../images/ikony/pobierz-ikona.png);
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 20px center;
margin-bottom: 20px;
}

.m288 a span{
display: block;
width:100%;
}

.m288 a span:nth-child(1){
font-weight: 600;
color:#000;
}

.m288 a span:nth-child(2){
color: #4a4a4a;
font-size:13px;
}

.m288 a:hover{
background-color: #fdf3f4;
color: #fff;
}




.zastosowanie-opon{
    margin-top: 2rem;
    margin-top: 2rem;
    max-width: 290px;
}


.zastosowanie-opon p:nth-child(1){
display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: var(--kolor1);
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0.1em;
  padding-inline: 0.6em;
}


.zastosowanie-opon p:nth-child(2){
    background-color: var(--kolor1);
    color: #fff;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
}


.zastosowanie-opon p:nth-child(2) span:nth-child(1){  
    width: 80%;
    background-color: var(--kolor3);
    border-radius: 3rem;
    padding-left: 1rem;
    padding-block: 0.4em;

 
}

.zastosowanie-opon p:nth-child(2) span:nth-child(2){
    padding-right: 1rem;
    padding-block: 0.4em; 
}


.z50  p:nth-child(2) span:nth-child(1) {
  width: 50%;
}


.z20  p:nth-child(2) span:nth-child(1) {
  width: 20%;
}




.m499{
    display: grid;
    grid-template-columns: 1fr 1fr;  
    gap: 5rem; 
    overflow: hidden;
    position: relative;
}

.m499 h1{
    line-height: 1.3;
    font-size: 2.9rem;
    margin-top: 0.4em;
}

.m499lewopodtytul{
    color: var(--kolor3); 
    font-size: 1.2rem;
}


.m499lewowodny{
    font-size: 7rem;
    display: block;
    font-weight: 900;
    opacity: 0.04;
    position: absolute;
    top: 0;
    line-height: 1;
  margin-top: 0;
  display: block;
}

.m499lewo{
    padding-top: 4rem;
}


.m499liniagradinet{
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 6px;
    background: linear-gradient(to right, var(--kolor1), transparent);
    max-width: 150px;
    border-radius: 2em;
}


.m499prawo{
    position: relative;
}


.m499prawo p:nth-child(3){
    position: absolute;
    z-index: -2;
    max-width: 400px;

  right: 30px;
}



.m499prawo p:nth-child(2){
    position: absolute;
    z-index: -1;
    max-width: 300px;
 top: 500px;
  left: 100px;
}

.m499prawo p:nth-child(1){
    position: absolute;
    z-index: 0;
    background-color: var(--kolor1);
    max-width: 300px;
    padding: 2em;
    font-size: 1.5rem;
    text-align: center;
    right: 0;
    top: 50%;
}


.m499prawo p,
.m499prawo p img{
    border-radius: 0.5em;
}



@media(max-width:800px){

    .m499 h1 {
        font-size: 2.1rem;
    }
}


@media(max-width:700px){

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

    .m499prawo {
        position: relative;
        min-height: 700px;
      }

      .m499prawo p:nth-child(1) {
        top: 40%;
      }



}







.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{
font-weight: 600;
  font-size: 1.3rem;
  color: var(--kolor1);
}


.m486opisz > p::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;
}


#naglowekflagitlmacz{
display: flex;
  align-items: center;
  gap: 1rem;
}


.article-info{
display: flex;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  gap: 1rem;
  color: #555;
  margin-left: -1rem;
  margin-top: 0.5em;
}

.visually-hidden{
    display: none !important;
}


#hikashop_module_110 .hikashop_products_listing .hikashop_subcontainer {
min-height: auto;
}

body #hikashop_module_110 .hikashop_products_listing .hikashop_product_name a {
  font-size: 1rem;
}

.gt_container-ex9y2s .gt_switcher .gt_selected {
  background: transparent !important;
}

.gt_container-ex9y2s .gt_switcher .gt_selected a::after {
filter: brightness(0) invert(1);
}

.gt_container-ex9y2s .gt_switcher .gt_option {
    background-color: var(--kolor1) !important;
}

.gt_container-ex9y2s .gt_switcher .gt_selected a:hover {
  background: transparent !important;
}



.gt_container-ex9y2s .gt_switcher .gt_selected a {
    display: flex;
    align-items: center;
}

.gt_container-ex9y2s .gt_switcher .gt_option a:hover {
  background: transparent !important;
}