/* Quick.Cms.Ext v6.x default stylesheet */

@import url("style-sliders.css");
@import url("style-widgets.css");
/* Above files contains CSS for sites modules such as forms or page details.
We recommend merging all .css files into one file at the end of the site development process. 
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Mulish', sans-serif;
*/

/* Layout variables */
:root {
  --color-text: #363636;
  --color-primary: #171717;
  --color-dark: #1aadcf;
  --color-secondary: #959595;
  --color-white: #fff;
  --color-grey: #f6f6f6;
  --color-divider: #e8eaee;
}

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color: #464d59;font-size:1em;font-family: 'Mulish', sans-serif;}

body{padding:0;background:#efefef;}

a{color: #2e9e44;text-decoration:none;transition: all 0.5s ease}
a:hover{color:#000;text-decoration:none; transition: all 0.5s ease}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background: #2e9f45 url(img/sprite.svg#info) no-repeat 1rem center;background-size:2rem;color:var(--color-white);font-size:1.5rem;}
.msg.done a, .msg.error a{color:var(--color-white);}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg p{margin:.7em 4rem;line-height:2.25rem;}
.msg p:first-child{font-size:2rem;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid var(--color-white);text-decoration:none;font-size:0.813rem;}
.msg a.action:hover{background:var(--color-white);}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:var(--color-secondary);}
body.is-msg-error404 .msg.error{margin-top:3rem;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}
hr{display:block;background-color:#e6e6e6;border-width:1px;width:100%;height:1px;margin:20px auto;}

.icon{display:inline-block;content:"";flex-shrink:0;width:1.5rem;height:1.5rem;fill:var(--color-white);}
.icon--labeled{margin-left:.75em;width:1.5em;height:1.5em;}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff;}
.preloader span{ background-position:center center; background-repeat:no-repeat; background-image:url(img/preloader.jpg);animation-name: lightSpeedIn;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both; position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; }

.button {display: block;position: relative;z-index: 1;float:left;padding: 15px 30px 13px;background:linear-gradient(to right, #3760bc 0%,#38a3d7 100%);cursor:pointer;color: #fff;font-family: 'Mulish', sans-serif;font-size: 1.1em;text-transform: uppercase;font-weight: 500;line-height: 1em;margin: 25px 0 15px;}
.button input{background:none;font-weight:900;font-family: 'Mulish', sans-serif;font-size:0.875em;cursor:pointer;color:#fff}
 .button:hover{color:#fff}
 .button:before{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -1;opacity: 0;background:#3760bc;-webkit-transition: all 250ms linear;content: ".";text-indent: -99999px;outline:0;}
 .button:hover:before, .button:focus:before, .button:focus:before {opacity: 1;color: #fff;}
.button:after{content:"\276f";margin-left: 12px;font-size: 0.85em;}

#slider-1 .quick-slider-slide .description a{color:#ffd42c;font-weight:800;padding: 8px 25px;display: inline-block;border: 2px solid #fff;margin-top: 25px;}
#slider-1 .quick-slider-slide .description a:hover{background:#ffd42c;color:#fff}


.form-full .save.button{background:#fff;margin: 0;}
.form-full .save.button:hover input{color:#fff}
.form-full .save.button:before{background:#389bd3;}
.form-full .save.button:after{color: #375ebc;margin: 0 17px 0 0;}
.form-full .save.button:hover:after{color:#fff}
#container:after{content:"";display:table;clear:both;}

#body, #foot{margin:0 auto;padding:0;}

.is-page-home #body-bg{position:relative;background: #fff url(img/bg-home.jpg) no-repeat right top;}
.is-page-home #body-bg:before{content: "";display: block;position: absolute;left: 0;top: 0px;height:8px;width:100%;box-shadow: inset 1px 5px 7px -2px rgba(0, 0, 0, 0.26);z-index: 101;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:var(--color-white);}
#skiplinks a:focus{top:0;background:#000;color:var(--color-white);}

/* LOGO, SLOGAN, MENU */
.header__navigation{background: #ffffff;position: relative;}

.header__navigation:before{content: "";display: block;position: absolute; left: 0;bottom:-8px;height:8px; width:100%;box-shadow: inset 1px 5px 7px -2px rgba(0, 0, 0, 0.26);z-index:9;}

.header__navigation .container{display:flex;flex-flow: row wrap;justify-content:space-between;align-items:flex-start;position:relative;width: 1300px;margin: 0 auto;z-index: 102;}

#logo{padding: 12px 0;order:-4;flex: 0 0 auto;background: #fff;line-height: 0;}

#logo #title-img{flex: 1 0 auto;margin-right: 0;}
#logo #title{color:var(--color-text);line-height:1em;text-decoration:none;font-size: 1.45em;flex: 0 0 100%;margin-top: 34px;}
#logo #title a span{color:var(--color-secondary);text-transform: uppercase;font-weight: 500;}
#logo #title a strong{color: #363636;font-weight: 700;}
#logo #title a em{color:var(--color-secondary);font-style:normal;}
#logo #slogan{color:var(--color-text);font-size: 1em;font-weight: 600;flex: 1 0 auto;margin: 39px 0 0 32px;position:relative;padding-left: 32px;line-height: 1.1em;}
#logo #slogan:before{content:'';display:block;position:absolute;top: -7px;left:0;width:1px;height: 48px;background: #cccccc;}


#box-right{padding: 0;flex: 0 0 67%;}

#box-right .box{padding: 26px 0px 20px;display: flex;flex-flow: row wrap;justify-content: flex-end;align-items: flex-start;}
#box-right .box .tel a:before {content:url( img/tel.png);top: 12px;position: absolute;left: -48px;}
#box-right .box .tel{color:#636363;line-height: 1em;text-align: right;}
#box-right .box .tel a{font-size: 2.5em;position: relative;padding: 0;color: #2d9e44;font-weight: 600;font-family: 'Barlow Condensed', sans-serif;}
#box-right .box .tel span{float:left;padding-right: 70px;font-weight: 600;font-size: 0.875em;line-height: 1.25em;margin-top: -3px;}


#box-right .mail a:before {content:url( img/mail.png);top: 7px;position: absolute;left: -40px;}
#box-right .mail{color:#636363;line-height: 1em;text-align: right;margin-left: 70px;}
#box-right .mail a{font-size: 1.95em !important;position: relative;padding: 0;color: #2d9e44;font-weight: 600;font-family: 'Barlow Condensed', sans-serif;}
#box-right .mail a:hover, #box-right .tel a:hover{color:var(--color-dark)}

/* MENU TOP
   to style mobile and desktop menu use: .menu-top ...
   to style only desktop menu use: .header__menu ...
   to style only mobile menu use: .mm-ocd ...
*/
.header__menu .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;text-align: center;margin: 0 auto;justify-content: flex-end;}
.header__menu .menu__link{display:block;padding: 12px 0px;color: #474f5a;text-decoration:none;transition:all 0.5s ease;font-weight: 700;margin: 0;position: relative;margin: 0 17px;}
.menu__link:hover, .selected > .menu__link, .selected-parent > .menu__link{color: #2e9e44;background: transparent;}

.header__menu .menu > ul > li:first-child > a:before{display:none}

/* DROP DOWN MENU */
.header__menu{background: transparent;float: right;}
.header__menu ul ul{display:none;} /* drop down submenus hidden */

.header__menu li:hover > ul{display:flex;padding: 1.5em;min-width: 100%;text-align: left;} /* show drop down submenu on hover */
/* drop down submenus styles */
.header__menu ul ul{position:absolute;top:100%;left: 0;z-index:10;width:auto;height:auto;white-space:nowrap;background: #2e9e44;list-style:none;flex-flow: row wrap;justify-content:flex-start;animation-name: fadeIn;transform-origin: center bottom;animation-duration: .75s;animation-fill-mode: both;}
.header__menu .level-1-el.drop-down:before{top:50%;transform:translateY(-50%) rotate(-90deg);} /* dropdown mark - second level */


.header__menu .level-1-el{flex: 0 0 100%;}

.header__menu .level-1-el a{font-size: 0.9rem;color: #ffffff !important;border-bottom: 0;padding: 10px 52px 10px 0;font-weight: 700;margin: 0;text-align: left;text-transform: inherit;letter-spacing: 0;border-bottom: 1px solid #7ec38c;}
.header__menu .level-2-el a{font-size:0.875rem;}
/* third level submenu */
.header__menu .level-2-menu{top:0;left:100%;border-left:5px solid var(--color-primary);}
.header__menu li{position:relative;font-size: 1rem;}



.header__menu .level-1-menu .menu__link:after{display:none}
.header__menu .menu-top > ul > li.drop-down:hover > a:before{content:"\25be";color: #2e9e44;font-size: 0.875em;position: absolute;left: 0;right: 0;bottom: 0;}
/*
.header__menu .menu__link:after{content:'';display:block;position:absolute;bottom:0;margin:auto;width:10%;height:5px;background:transparent;transition:all 0.5s ease;}
.header__menu .menu__link:hover:after, .header__menu .menu__link .selected:after, .header__menu .menu__link .selected-parent:after{width:99%;background:#0093dd;}
*/

.header__menu li.drop-down:hover a, .header__menu li.drop-down.selected a{/* background:#fff; */color: #2e9e44;} 
.header__menu .level-1-el a:hover, .header__menu .level-1-el.selected a{color: #373737 !important;}

/* Hamburger only on small screen */
button.hamburger{display:none}


/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
.is-page-home #body-bg{margin:-10px auto 0;}
#body-bg{display: block;width:100%;margin: 0 auto;background: #fff;position: relative;overflow: hidden;}
#body{clear:both;margin: 0 auto;width: 1300px;}
#body:after{content:"";display:table;clear:both;}

#page.column{flex: 0 0 77%;padding-right: 5%;}
#body #content{clear:both;display:flex;flex-flow: row-reverse;justify-content:center;margin:0;width: 100%;}



/* PAGE */
#page{position:relative;margin: 60px 0;text-align:left;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:.8em 0 .4em;color:var(--color-secondary);font-size:2.417rem;font-weight:normal;}
#page .msg.error h1, #page .msg.error .heading-1{margin-top:.4em;color:var(--color-white);}
#page .msg.error.panel h1{margin:0;font-size:1rem;}

/* PAGE - BREADCRUMB (navigation path) */
#head-title{position:relative;background: #fff;}
#head-title .container{display:flex;flex-flow:row wrap;list-style:none;text-align: left;margin: 0 auto;justify-content: flex-start;width: 1300px;background: url(img/breadcrumb.jpg) no-repeat left 10% top;}

#head-title:before{content: "";display: block;position: absolute;left: 0;bottom:-8px;height:8px;width:100%;box-shadow: inset 1px 4px 6px -2px rgba(0, 0, 0, 0.16);z-index:9;}

.breadcrumb{flex: 0 0 100%;color: #464e59;font-weight: 600;padding: 28px 0 29px;}
.breadcrumb ol{list-style:none;}
.breadcrumb li{display:inline-block;}
.breadcrumb strong{color: #464e59;font-weight: 600;}
.breadcrumb li a{color: #2e9e44;font-weight: 600;}
.breadcrumb li:not(:first-child)::before{content:"\25b6";display:inline-block;padding: 0 12px;color: #474f5a;font-size: 0.55em;vertical-align: middle;}
.breadcrumb li em:before{content:"\25b8";display:inline-block;padding: 0 12px;color: #cca352;font-size: 0.8em;}
.breadcrumb li em{font-style:normal}
.breadcrumb li:first-child a{color: #757575;}

/* PAGE CONTENT */
.contact #page {margin-top: 50px;display: inline-block;width: 100%;}
.contact #page div.content > p{padding-bottom:0.1em;color: #545352;font-family: 'Mulish', sans-serif;}
.contact #page div.content{float: right;width: 65%;}
.contact #page div.content table td{padding: 13px;border-bottom: 1px solid #c9cacd;font-size: 2.25em;color: #2d9e44;font-weight: 600;font-family: 'Barlow Condensed', sans-serif;vertical-align: middle;line-height: 25px;}
.contact #page div.content table{width:80% !important}
.contact #page div.content table td strong{font-size: 0.975rem;color:#464c59;font-family: 'Mulish', sans-serif;margin-top: -8px;display: block;}
.contact #page div.content img {display: inline-block;padding: 0px 2px 0 0;vertical-align: middle;}

.contact #page div.content h4{font-size: 2em;color: #2d9e44;font-weight: 600;font-family: 'Barlow Condensed', sans-serif;line-height: 25px;margin: 5px 0;}


.is-page-home #page div.content{width: 100%;float:right}
.is-page-home #page div.content p img{float: right;margin-right: 20%;}

#page div.content.short{width: 34%;float: left;padding-right: 7%;}

#page div.content{line-height:1.5em;font-weight: 500;}
#page div.content > ul, #page div.content > ol, #page div.content .right ul, #foot-box-2 .container table td ul{padding: 0 0 0 6px;list-style: none;position: relative;z-index: 1;}
/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li:before, #page div.content .right ul li:before, #foot-box-2 .container table td ul li:before{content:'\25cf';position: absolute;top: -1px;color: #2e9e44;left: 0;font-size: 1.175em;}
#page div.content > ul li, #page div.content .right ul li, #foot-box-2 .container table td ul li{margin: 8px 0;padding: 0 0 0 28px;position: relative;line-height: 1.45em;display: flex;}
.is-page-home #page div.content > h2{font-size: 3.5rem;}
#page div.content > h2, .form-full h2, #foot-box div.content.short h2, #foot-box-1 .container > h2{font-size: 2.5rem;line-height: 1em;color: #2d9e44;font-weight: 300;margin-bottom: 50px;font-family: 'Barlow Condensed', sans-serif;}
#page div.content > h3, #foot-box div.content.short h3, #foot-box-1 .container > h3{font-size: 1rem;color: #464c59;font-weight: 800;margin-bottom: 6px;line-height: 1.1em;text-transform:uppercase;}
#foot-box div.content.short h2{font-weight:400}
#page div.content h4{font-size: 2rem;color: #252422;font-weight: 500;margin-bottom: 40px;line-height: 1.1em;}

#page div.content > p{padding-bottom:1em;color: #545352;font-family: 'Mulish', sans-serif;}

#page div.content .left{float: left;width: 50%;margin-bottom: 50px;}
#page div.content .right{float: right;width: 48%;}

#page > time{color:var(--color-text);opacity:.7;}

#page div.content .table{border: 1px solid #adadad;background:#fff}
#page div.content .table tbody tr:nth-child(1) td:nth-child(1){background: #375fbc;color:#fff;font-weight:700;border-right: 0;font-size: 1.75em;}
#page div.content .table tbody tr:nth-child(1) td:nth-child(2){background: #375fbc;color:#fff;font-weight:700;border: 0;}
#page div.content .table tbody tr td:nth-child(odd){}
#page div.content .table tbody tr td{border-bottom: 1px solid #adadad;padding: 18px 30px 15px;font-size: 1.12em;font-weight: 600;color: #555555;}
#page div.content .table tbody tr td:nth-child(2){color: #38a4d7;font-weight:700;}

/* IMAGES STYLES */
/* global */

ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 1rem 0;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:var(--color-primary);font-size:0.875em;}
ul[class*="images-"] img{max-width:100%;}
ul[class*="images-"] img:hover{transition: all 0.5s ease}
div.content .images-gallery{padding:0;}
div.content .images-gallery li:before{display:none}
div.content .images-gallery.images-0 li{flex: 0 0 auto;padding: 0 42px 36px 0px !important;margin: 0 !important;}
div.content .images-gallery.images-0{/* flex: 0 0 37%; */justify-content: inherit;float: left;}

#page .images-column.images-1{padding: 5px 40px 40px 0;margin: 0;}
#page .images-column.images-1 li{padding:0;margin:0}
#page .images-column.images-1 li:before{display:none}

/* list custom */
.images-1{clear:left;float:left;margin:.5rem 1.5rem 0 0;}
.images-2{clear:right;float:right;margin: .5rem 0 0 6rem;position: relative;z-index: 2;}
.images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-gallery li{padding:.3rem 2rem;}
div.content .images-gallery{clear:none;list-style: none;padding: 0 !important;margin: 0;}
.images-gallery li{flex: 0 0 calc( 100% / 4 );}
.images-gallery li img{ border: 1px solid #b9b9b9;}

#page div.content > ul.images-column li:before{display:none}

.before-image #page .images-2 li{margin: 30px 0 56px;}
.before-image #page .images-2 li a{display:table;width:100%;line-height:1px;position: relative;}

.before-image .images-2 li a:before{content:url('img/before.png');display:block;position:absolute;top: 0px;left: 0;transition: all 0.5s ease;}
.before-image .images-2 li a:hover:before{animation-name: pulse;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}


/* FILES LIST STYLES */
.files-list{width:100%;margin:1rem 0 .5rem;list-style:none;}
.files-list__link{display:flex;}
.files-list__description{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
/* Simple download list */
.files-list--simple{padding-left:1rem;border-left:2px solid var(--color-divider);}
.files-list--simple .files-list__link{margin-top:1rem;}

/* File type icon */
.files-list__link:before{content:'';display:inline-block;width:16px;height:20px;margin-right:10px;--sprite:-260px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.zip .files-list__link:before{background-position:0 0;}
.xml .files-list__link:before{background-position:0 -20px;}
.xls .files-list__link:before{background-position:0 -40px;}
.web .files-list__link:before{background-position:0 -60px;}
.vcf .files-list__link:before{background-position:0 -80px;}
.txt .files-list__link:before{background-position:0 -100px;}
.sys .files-list__link:before{background-position:0 -120px;}
.swf .files-list__link:before{background-position:0 -140px;}
.psd .files-list__link:before{background-position:0 -160px;}
.pps .files-list__link:before{background-position:0 -180px;}
.png .files-list__link:before{background-position:0 -200px;}
.pic .files-list__link:before{background-position:0 -220px;}
.pdf .files-list__link:before{background-position:0 -240px;}
.nn .files-list__link:before{background-position:0 -260px;}
.msg .files-list__link:before{background-position:0 -280px;}
.media .files-list__link:before{background-position:0 -300px;}
.fla .files-list__link:before{background-position:0 -320px;}
.exe .files-list__link:before{background-position:0 -340px;}
.chm .files-list__link:before{background-position:0 -360px;}
.cdr .files-list__link:before{background-position:0 -380px;}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0.5em 0;font-size:1.25rem;color:var(--color-secondary);}
.title a{color:inherit;font-weight:normal;background:none;text-decoration:none;}
.title a:hover{color:var(--color-primary);background:none;text-decoration: none;}
time.date{display:block;padding:0 0 0.3em;color:var(--color-text);opacity:.7;}
[class|="pages"]{clear:both;margin:.5rem 0;list-style:none;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:0.3em 0 0;}
[class|="pages"] p{padding:.3em 0;}
[class|="pages"] .image{line-height:1px;}
[class|="pages"] .image img{max-width:100%;width: 100%;}
.description ul, .description ol{margin:.5em 2em;list-style:disc;}
.description li{padding:0;border:0;background:none;}
.description ol{list-style:decimal;}

/* standard list */
.pages-list .page{margin:15px 0;padding:1.5rem 2.5%;border:1px solid var(--color-divider);border-top:5px solid var(--color-divider);}
.pages-list .page .image{float:left;margin:0 2.5% 5px 0;}

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content: space-between;}
.pages-gallery .page:hover{border: 1px solid #2e9e44;}
.pages-gallery .page{margin:15px 0;padding: 0;border: 1px solid #b9b9b9;text-align:center;border-radius: 25px;background: #fff;position: relative;z-index: 11;}
.pages-gallery .title{font-size:1rem;padding: 0;display: flex;flex-flow: row wrap;justify-content: space-around;align-items: center;min-height: 80px;width: 100%;color: #464e59;font-weight: 800;position: relative;z-index: 8;}
.pages-gallery .title a{color:#464e59;font-weight: 800;padding: 16px;text-transform: uppercase;flex: 0 0 100%;position: relative;z-index: 2;}
.pages-gallery .page:hover a{color:#2e9e44}
.pages-gallery .page .image{margin: 0;}
.pages-gallery div.description{padding:0.3em 0;font-size:0.875rem;text-align:justify;}

.pages-gallery .page:after {content:url('img/kwiatek.png');position: absolute;left: 1px;bottom: -4px;z-index: 2;}

.pages-gallery .page .image img{border-radius:25px 25px 0 0;border-bottom: 1px solid #b9b9b9;}

.pages-gallery{  --cols: calc((100%/ 5 ) - 1.7rem);}
.pages-gallery .page{flex:0 0 var(--cols);}
.pages-gallery:before, .pages-gallery:after{content:"";flex:0 1 var(--cols);}
.pages-gallery:before{order:99;}

.galeria4 .pages-gallery{  --cols: inherit;justify-content: space-between;width: 92%;margin: 0 auto;}
.galeria4 .pages-gallery .page{flex: 0 0 19%;margin: 25px 3%;}


/*.pages-51{--cols: calc((100%/ 4 ) - 1rem);display:flex;flex-flow:row wrap;justify-content:space-between;margin: 80px 0;}
.pages-51 .page{flex:0 0 var(--cols);margin: 10px 1%;padding: 0;text-align:center;position: relative;}
.pages-51 .page .title a{color:#fff;font-weight: 500;text-transform: uppercase;font-size: 0.975rem;padding: 25px 0 25px 18%;display: inline-block;}

.pages-51 .page .image{overflow:hidden}
.pages-51 .page .image img{transition: all 4.5s ease;transition: transform 4s ease;overflow:hidden}
.pages-51 .page:hover .image img{transform: scale(1.1,1.1) rotate(3deg);transition: all 4.5s ease;transition: transform 4s ease; } */


#page .owl-theme .owl-dots{float:right;margin: 8px 25px 0;}
#page .owl-theme .owl-dots .owl-dot span{background:#176390}
#page .owl-theme .owl-dots button{background:none}
#page .owl-theme .owl-dots .owl-dot.active span{background:#eb2d3a}
#page .owl-theme .owl-nav{float:right;margin: 0;}
#page  .owl-next:before{content:"\25b6";color: #176390;font-weight: 400;transition: all 0.5s ease;font-size: 1.1em;}
#page  .owl-prev:before{display: block;content:"\25c0";color: #176390;font-weight: 400;transition: all 0.5s ease;font-size: 1.1em;}
#page .owl-theme.pages-51 .owl-nav span{display:none}
#page .container #owl-products{float:right;width: 70%;}

#page .owl-theme .owl-nav [class*=owl-]{background:transparent}


.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{background: #fff;color: #667285;--color-secondary:var(--color-white);font-size: 0.913em;font-weight: 500;position: relative;}
#foot .container{display:flex;flex-wrap:wrap;justify-content:space-between;width: 1300px;margin: 0 auto;}
#foot .container{padding:1.5rem 0;}
#foot a, #foot strong{font-weight:700;color: #667285;text-decoration:none;}
#foot a:hover{text-decoration:none;}
#foot .os {}
#foot .copy{margin: 18px 0 8px;}
#foot .left{flex: 0 0 100%;border-top: 1px solid #e2e2e2;padding: 2em 0;}
#foot .top{flex: 0 0 100%;padding: 3em 0;}
#foot .top .logos{}
#foot .top .leftlogo{float:left;width: 30%;}
#foot .top .leftlogo a{display: inline-block;padding: 8px 22px;text-align: center;}
#foot .top .rightlogo{float:right;width: 68%;}
#foot .top .rightlogo span{display: block;width:100%}

#foot:before{content: "";display: block;position: absolute;left: 0;top:0;height:8px;width:100%;box-shadow: inset 1px 2px 7px -2px rgb(0 0 0 / 14%);z-index: 99;}

#foot #box-right{float:right}
#foot #box-right a{font-size: 2.1em;}
#foot .left-box{float:left}
#foot #box-right .box .tel a:before{top: 7px;}

/*  #foot-box  */
#foot-box{background: #fff;color: #464d59;--color-secondary:var(--color-white);font-size:1.083em;overflow: hidden;}
#foot-box .container{display:flex;flex-wrap:wrap;justify-content:space-between;width: 1300px;margin: 0 auto;background: url(img/bg-home3.jpg) no-repeat left bottom;}
#foot-box div.content.short{flex: 0 0 38%;padding: 100px 6% 0 0;font-weight: 500;line-height: 1.45em;}
#foot-box div.content.short a, #page div.content > p .bottom{background:#2e9e44;color: #ffffff;font-weight: 800;padding: 8px 25px;display: inline-block;border: 2px solid #fff;margin-top: 42px;font-size: 1rem;}
#page div.content > p .bottom{margin-top: 0;font-size: 1rem;}
#foot-box div.content.short a:hover, #page div.content > p .bottom:hover{background:#ffd42c;color: #ffffff;border: 2px solid #fff;}
#foot-box .widgets-list.widgets-9.container{width: 62%;float:right;background: url(img/wzorek.jpg);padding: 54px 0 54px 80px;color: #fff;position: relative;}
#foot-box .widgets-list.widgets-9.container .widget{flex:0 0 100%;position: relative;z-index: 2;}
#foot-box .widgets-list.widgets-9.container .widget > div.description p{color: #ffffff;font-weight: 500;font-family: 'Mulish', sans-serif;}
#foot-box .widgets-list.widgets-9.container .widget > div.description td{padding: 25px 35px;font-size: 0.913em;}

#foot-box .widgets-list.widgets-9.container:before{content:"";background: url(img/wzorek.jpg);right: -465px;top:0;width: 500px;height:100%;position: absolute;z-index: 1;}

/*  #foot-box-1  */
#foot-box-1{background: url(img/bg-home-oferta.jpg) no-repeat;color:var(--color-white);--color-secondary:var(--color-white);font-size:1.083em;position: relative;}
#foot-box-1 .container{display:flex;flex-wrap:wrap;justify-content:space-between;width: 1200px;margin: 0 auto;padding: 3em 0 4em;}
#foot-box-1:before{content: "";display: block;position: absolute;left: 0;top:0;height:8px;width:100%;box-shadow: inset 1px 4px 7px -2px rgba(0, 0, 0, 0.16);z-index: 99;}
#foot-box-1:after{content: "";display: block;position: absolute;left: 0;bottom: -8px;height: 8px;width:100%;box-shadow: inset 1px 5px 7px -2px rgba(0, 0, 0, 0.16);z-index: 99;}
#foot-box-1 .container > h2, #foot-box-1 .container > h3{width:100%}
#foot-box-1 .container > h2{font-size: 2.85em;margin-bottom: 20px;}
#foot-box-1 .owl-theme.pages-51 .owl-nav{position: absolute;right: 0;margin: 0;top:50%;width: 100%;font-size: 1.5em;transform: translateY(-50%);}
#foot-box-1 .owl-theme.pages-51 .owl-nav .owl-prev{padding: 11px 18px;border-radius: 0;margin: 0;position: absolute;left: -79px;background: transparent;font-size: 1.2em;}
#foot-box-1 .owl-theme.pages-51 .owl-nav .owl-next{padding: 11px 18px;border-radius: 0;margin: 0;position: absolute;right: -79px;background: transparent;font-size: 1.2em;}
#foot-box-1 .owl-theme.pages-51 .owl-nav span{display:none}
#foot-box-1 .owl-theme.pages-51 .owl-nav .owl-next:before{content:"\276f";color: #5e7380;font-weight: 200;transition: all 0.5s ease;}
#foot-box-1 .owl-theme.pages-51 .owl-nav .owl-prev:before{display: block;content:"\276e";color: #5e7380;font-weight:300;transition: all 0.5s ease;}
#foot-box-1 .owl-theme.pages-51 .owl-nav button:focus{outline:0;transition: all 0.5s ease}
#foot-box-1 .owl-theme.pages-51 .owl-nav button:hover{opacity:0.9;transition: all 0.5s ease;background: #fff;}

#foot-box-1 #owl-comments{float:right;width: 100%;}
#foot-box-1 .owl-dots{position:absolute;bottom: -46px;right: 0;margin: 0;left: 0;text-align: center;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #2e9e44 !important;}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{background: #929292 !important;}
#foot-box-1 .owl-theme .owl-dots .owl-dot span{width: 12px;height: 12px;background:transparent;margin: 5px 5px;}
#foot-box-1 .owl-theme .owl-dots .owl-dot{background: transparent;}



#foot-box-1 .pages-51 .page{margin: 15px 8%;padding: 0;border: 1px solid #b9b9b9;text-align:center;border-radius: 25px;background: #fff;position: relative;z-index: 11;}
#foot-box-1 .pages-51 .title{font-size:1rem;padding: 0;display: flex;flex-flow: row wrap;justify-content: space-around;align-items: center;min-height: 92px;width: 100%;color: #464e59;font-weight: 800;position: relative;z-index: 8;}
#foot-box-1 .pages-51 .title a{color:#464e59;font-weight: 800;padding: 16px;text-transform: uppercase;flex: 0 0 100%;position: relative;z-index: 2;}
#foot-box-1 .pages-51 .page:hover a{color:#2e9e44}
#foot-box-1 .pages-51 .page .image{margin: 0;}
#foot-box-1 .pages-51 div.description{padding:0.3em 0;font-size:0.875rem;text-align:justify;}
#foot-box-1 .pages-51 .page:hover{border: 1px solid #2e9e44;}
#foot-box-1 .pages-51 .page:after {content:url('img/kwiatek.png');position: absolute;left: 1px;bottom: -4px;z-index: 2;}

#foot-box-1 .pages-51 .page .image img{border-radius:25px 25px 0 0;border-bottom: 1px solid #b9b9b9;}

/*  #foot-box-2  */
#foot-box-2{background: #fbfbfb;color:var(--color-white);--color-secondary:var(--color-white);font-size:1.083em;background-size: cover !important;background-repeat: no-repeat !important;position: relative;}
#foot-box-2:before{content: "";display: block;position: absolute;left: 0;top:0;height:8px;width:100%;box-shadow: inset 1px 2px 7px -2px rgb(0 0 0 / 14%);z-index: 99;}
#foot-box-2 .container{display:flex;flex-wrap:wrap;width: 1300px;margin: 0 auto;position: relative;padding: 4em 0;justify-content: flex-end;}

#foot-box-2 .container table{background:#fff;width: 49% !important;font-size: 0.95em;}
#foot-box-2 .container table td{padding:30px}
#foot-box-2 .container table tr:first-child td{background:#2e9e44;color: #ffffff;font-weight: 800;text-align: center;}
#foot-box-2 .container table td ul{padding: 40px 0 40px 27px;}

.sekcjatekst #foot-box-2 .container p{color:#2d9e44;font-family: 'Barlow Condensed', sans-serif;font-size: 2em;float: right;flex: 0 0 40%;text-align: right;}

/* #foot-maps */
#foot-maps{position:relative;}
#foot-maps #map{clear:both;height:100%;min-height:400px;width:100%;color:#4f1402;border: 0;margin-top: 0;float: left;}		
#foot-maps:before{content: "";display: block;position: absolute;left: 0;top:0;height:8px;width:100%;box-shadow: inset 1px 4px 7px -2px rgba(0, 0, 0, 0.16);z-index: 99;}

/* logo box */
#logo-box{background: #f0f0f0 url(img/bg-opinie.png) no-repeat left 30% center;color: #5e7380;--color-secondary:var(--color-white);font-size:1.083em;display: flow-root;}
#logo-box .container{display: block;width: 1300px;margin: 0 auto;padding: 70px 0;text-align: right;}
#logo-box .container .owl-item{padding: 0;text-align: center;margin: 0 auto;}
#logo-box .container .owl-carousel .owl-item img{width:auto;max-width: 88px;text-align: center;margin: 0 auto;filter:grayscale(100%); transition: all 0.5s ease}
#logo-box .container .owl-carousel .owl-item:hover img{filter:inherit; transition: all 0.5s ease}
#logo-box .container .owl-carousel .owl-stage-outer{padding: 17px 0;}
#logo-box .container .owl-theme.pages-51 .owl-nav{top:30%}

#logo-box .opis{float:left;width: 100%;/* position: relative; */}
#logo-box .opis:before {content:url('img/cd.png');position: absolute;left: -151px;bottom: 80px;}
#logo-box .title1{color: #2d9e44;font-size: 2em;text-align: left;line-height: 1.1em;font-family: 'Barlow Condensed', sans-serif;text-align: center;}
#logo-box .title1 strong{color:#ff7f00;font-weight:700;display: block;position: relative;}
#logo-box .title1 strong:after{content:'';background: #929292;width:55px;height: 2px;display: block;margin: 18px 0;}
#logo-box .title2{color:#404040;font-weight:500;font-family: 'DM Sans', sans-serif;font-size: 0.975em;float: left;text-align: left;}

#logo-box .owl-theme.pages-51 .owl-nav{position: absolute;right: 0;margin: 0;top:50%;width: 100%;font-size: 1.5em;transform: translateY(-50%);}
#logo-box .owl-theme.pages-51 .owl-nav .owl-prev{padding: 11px 18px;border-radius: 0;margin: 0;position: absolute;left: -79px;background: transparent;font-size: 1.2em;}
#logo-box .owl-theme.pages-51 .owl-nav .owl-next{padding: 11px 18px;border-radius: 0;margin: 0;position: absolute;right: -79px;background: transparent;font-size: 1.2em;}
#logo-box .owl-theme.pages-51 .owl-nav span{display:none}
#logo-box .owl-theme.pages-51 .owl-nav .owl-next:before{content:"\276f";color: #5e7380;font-weight: 200;transition: all 0.5s ease;}
#logo-box .owl-theme.pages-51 .owl-nav .owl-prev:before{display: block;content:"\276e";color: #5e7380;font-weight:300;transition: all 0.5s ease;}
#logo-box .owl-theme.pages-51 .owl-nav button:focus{outline:0;transition: all 0.5s ease}
#logo-box .owl-theme.pages-51 .owl-nav button:hover{opacity:0.9;transition: all 0.5s ease;background: #fff;}

#logo-box #owl-comments{float:right;width: 100%;}
#logo-box .owl-dots{position:absolute;bottom: -14px;right: 40%;margin: 0;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #2e9e44 !important;}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{background: #929292 !important;}
#logo-box .owl-theme .owl-dots .owl-dot span{width: 12px;height: 12px;background:transparent;margin: 5px 5px;}
#logo-box .owl-theme .owl-dots .owl-dot{background: transparent;}


#logo-box #comments{float:right;width: 40%;position: relative;border: 0;}
#logo-box #comments article{border: 0;padding: 0;}
#logo-box #comments p{color:#464d59;line-height: 1.35em;font-size: 0.975em;}
#logo-box #comments h3{margin-top:20px}
#logo-box #comments h3:before{content:'-';margin:0 .5em;font-size: 0.975em;color: #2d9e44;}


@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:.5cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #body #page h1{margin:.5cm 0 0;font-size:1.25rem;}

  #body, #head1, #foot{float:none;}
  #menu-main, #foot .options{display:none;}
  .msg p:first-child{font-size:1rem;}
}

/* PLUGINS */

/* COMMENTS */
#comments{padding: 0 0 3em;border-top: 1px solid var(--color-divider);}
#comments h2{padding-bottom:1rem;color:var(--color-secondary);font-size:1.5rem;font-weight:normal;border-bottom:1px solid var(--color-divider);}
#comments article{width:100%;margin:1rem 0;padding: 3rem 0;border-bottom:1px solid var(--color-divider);}
#comments header{margin-bottom:.5rem;}
#comments h3{display:inline-block;font-size:1rem;color: #2d9e44;font-weight: 700;margin-bottom: 20px;}
#comments h3:after{content:'-';margin:0 .5em;font-size: 0.975em;color: #2d9e44;}
#comments time{float:right;color: #747a82;font-size:0.875rem;font-weight: 700;}
#comments p{line-height:1.5em;font-style: italic;font-weight: 500;}
#comments .msg{margin:2rem 0 3rem;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
}
.comments-count{display:block;padding:0.3em 0;color:#6e6e6e;}

#comments-form legend{font-size: 2.5rem;line-height: 1em;color: #ffffff;font-weight: 300;margin-bottom: 44px;font-family: 'Barlow Condensed', sans-serif;float: left;width: 100%;}
#comments-form h4{font-size: 1rem;color: #ffff00;font-weight: 800;margin-bottom: 16px;line-height: 1.1em;text-transform: uppercase;width: 100%;float: left;}

/* CONTACT-PANEL */
.contact-panel{padding:1.5rem 0;}


/* OTHER (less popular styles) */

table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding: 8px 12px;border: 0;font-size:100%;font:inherit;vertical-align:baseline;font-family: 'Mulish', sans-serif;}

/* FORMS */
input[type="text"], input[type="password"], input[type="file"], input[type="email"], form select, form textarea{padding:2px;border-width: 0px;border-style:solid;border-color: #a3dcae;font-size:1rem;outline: 0;border: 1px solid #a3dcae;outline: 0;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color: #fff;outline: 0;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;outline: 0;}
input[type="submit"], button[type="submit"]{padding:0.4em 0.9em;border-width:1px;border-style:solid;background: transparent;color:var(--color-white);transition:all 0.3s ease;font-size:1rem;border-radius:2px;outline: 0;font-family: 'Mulish', sans-serif;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background: transparent;cursor:pointer;outline: 0;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;font-size:.875em;}
/* forms common classes */
.form-full{margin: 40px 0 0 0;padding: 0;float: right;width: 100%;position:relative;background: #2e9e44;}
.form-full fieldset{float:left;width: 63%;position:relative;padding: 40px 0 0;}
.form-full:before{content:"";background: #2e9e44;left: -500px;top:0;width: 500px;height:100%;position: absolute;}
.form-full:after{content:"";background: #2e9e44;right: -500px;top:0;width: 500px;height:100%;position: absolute;}

.form-full dl{display:flex;flex-flow: row wrap;justify-content: space-between;margin: 54px 0;position: relative;z-index: 12;width: 100%;}
.form-full dt{padding:0 0 7px;width: 100%;}
.form-full dd{margin-bottom: 8px;color: #fff;flex: 0 0 100%;padding: .3rem 0.15em;text-align: left;}
.form-full dd.captcha{flex: 0 0 34%;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width: 100%;padding: 16px;font-size:1em;outline: 0;background: #2e9e44;color: #fff;font-family: 'Mulish', sans-serif;font-weight: 700;}
.form-full .save{text-align: right;padding: 0;flex: 0 0 30%;}
.form-full .save input{padding: 15px 25px;text-transform:uppercase;border: 0;color: #2e9e44;font-weight: 800;outline: 0;background: #ffff00;border:2px solid #ffff00}
.form-full .save:hover input{padding: 15px 25px;text-transform:uppercase;border: 0;color: #ffff00;font-weight: 800;outline: 0;background: #2e9e44;border:2px solid #ffff00}

.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}
::-webkit-input-placeholder{color: #ffffff; opacity: 1;}
:-moz-placeholder{color: #ffffff; opacity: 1;}
::-moz-placeholder{color: #ffffff; opacity: 1;}
:-ms-input-placeholder {color: #ffffff; opacity: 1;}

.form-full fieldset:after{content:url( img/bg-form.png);position:absolute;top: 0;right: -55%;z-index: 1;}


.regulamin{float:left;width:100%;clear:both;margin: 10px 0px;color: #252422;font-size:0.813em;padding: 0 8px;}

label[for="iRulesAccept"]{ cursor: pointer; display: inline-block; font-size: 15px; margin-right: 2px; padding-left:18px; position: relative; } 
label[for="iRulesAccept"]:before{ background-color: #ffffff; box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.3), 0px 1px 1px 1px rgba(255,255,255,0.2); bottom: 0; content: ""; display: inline-block; height: 14px; left: 0px; margin-right:8px; position: absolute; width: 14px; } 
label[for="iRulesAccept"]:before{background-color: #ffffff;box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.3), 1px 2px 2px 1px rgba(255,255,255,0.2);bottom: 0;content: "";display: inline-block;height: 14px;left: 0px;margin-right:8px;position: absolute;width: 14px;} 
.okcheckbox:checked + label:before{ color: #584128; content: "\2713"; font-size: 15px; line-height: 15px; text-align: center; font-weight:bold }
.form-full .regulamin input[type="checkbox"]{height: 0;width: 0;margin: 0;position: absolute;-moz-appearance:initial}
.form-full .regulamin input[type="checkbox"].warning-required::before  {content: '\2192';position: absolute;left: -22px;top: -2px;width: 20px;height: 20px;color: #ff0707;outline: 0;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;width:100%;padding:.5em 0;text-align:center;font-size:1rem;color:var(--color-white);line-height:normal;background:rgba( 0, 0, 0, 0.2 );}
#quick-box .navigation__sep{padding:0 3px;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:var(--color-white);font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid var(--color-white);border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:1rem;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;opacity:.25;}
.panel-link:hover{opacity:1;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}
.panel-link.list{background-position:-121px 0;}
.panel-link.list:hover{background-position:-121px -21px;}
.subpage-edit{position:relative;display:block;}
.subpage-edit .panel-link{position:absolute;right:-10px;top:-10px;}
.sub:hover .subpage-edit .panel-link:not(:hover){opacity:0.5;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}


/* OTHER */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:var(--color-primary)}.hamburger.is-active .hamburger-label{display:none}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:var(--color-primary);border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger-label{display:block;margin-top:5px;text-transform:uppercase;font-size:.75rem}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}

 /*!
 * Mmenu Light v3.0.0
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
 
@media screen and (max-width:1300px){ 
  #body, #foot .container, .header__navigation .container, #foot-box-1 .container, .header__navigation .container, #foot .container, #body-box-1 .container, #foot-box .container, #logo-box .container, #foot-box-2 .container, .slider .description, #head-title .container{width:95%}
	button.hamburger{display:inline-block;outline: 0;}
	#box-right{flex:0 0 auto}
	#foot .top .rightlogo img, #foot .top .leftlogo img{max-width:100%;height: auto;}
	
	#foot-box-1 .container{width: 84%;}
}
@media screen and (max-width:1024px){
  #logo-box{background-position: -237px center;background-size: cover;}
	#foot .left-box, #foot #box-right{width:100%;text-align: center;margin: 0 auto;}
	#box-right .box{width:100%;justify-content: center;}
	.breadcrumb{padding: 10px 0 10px;}
	
	#foot-box-2 .container table{width: 100% !important;}
	
	#page div.content.short, .contact #page div.content{width: 100% !important;}
	
	#foot .top .leftlogo, #foot .top .rightlogo{width:100%;text-align: center;}
}
@media screen and (max-width:900px){
  #logo img{width:200px}
	
	.pages-gallery{--cols: calc((100%/ 3 ) - 1.7rem);}
	.pages-gallery .page{}
	
	#foot-box div.content.short, #foot-box .widgets-list.widgets-9.container{width:100%;flex: 0 0 100%;padding: 40px 0;}
	 #foot-box .widgets-list.widgets-9.container{flex: 0 0 105%;margin-left: -5%;}
	 
	 #logo-box #comments{width: 100%;background: rgb(255 255 255 / 73%);float: inherit;display: inline-block;}
	 #logo-box .container{padding: 10px 0;}
	 
	 .sekcjatekst #foot-box-2 .container p{flex: 0 0 84%;text-align: center;margin: 0 auto;background: rgb(255 255 255 / 60%);padding: 25px;font-size: 1.65em;}
	 
	 #page div.content.short{width:100%}
	 
	 #foot-box-1 .owl-theme.pages-51 .owl-nav .owl-next{right: -49px;}
	 #foot-box-1 .owl-theme.pages-51 .owl-nav .owl-prev{left: -49px;}
}
@media screen and (max-width:820px){
  .galeria4 .pages-gallery{width:100%}
	.galeria4 .pages-gallery .page{flex: 0 0 31%;margin: 25px 1%;}
}

@media screen and (max-width:640px){
	#header #box-right .box .tel a:before{display:none}
	#box-right .box .tel span{position:absolute;left: 12px;top: 100px;text-align: left;}
	
  .pages-gallery .page{flex: 0 0 46%;margin: 25px 2%;}
	.images-gallery li{flex:1 0 100%;}
	
	.form-full fieldset{width: 100%;}
	.form-full dd.captcha{flex:0 0 100%}
	
  #foot .widget.type-4 li{flex:0 0 33%;text-align: center;}
	#foot .widget.type-4 li:after{display:none}
	
	#container{overflow:hidden}
	
	#foot-box-2 .container table td ul{padding: 40px 0 40px 0;}
	
	
	.images-2, .images-2 li{width:100%;margin: 10px auto !important;text-align:center;float: none;padding: 0 !important;}
}
@media screen and (max-width:540px){
  #foot #box-right .box .tel, #foot  #box-right .mail{width:100%;text-align: center;margin: 15px auto;margin-left: 24px;}
	
	.galeria4 .pages-gallery .page{flex: 0 0 48%;margin: 25px 1%;}
	#foot-box-2{background-position: -237px center !important;background-size: cover;}
	
	#foot-box-1 .owl-theme.pages-51 .owl-nav .owl-next{right: -40px;}
	 #foot-box-1 .owl-theme.pages-51 .owl-nav .owl-prev{left: -40px;}
	 #foot-box-1 .container{width: 70%;}
}

@media screen and (max-width:440px){
	#box-right .box .tel a{font-size: 1.75em;}
	#logo img{width:160px}
	#box-right .box .tel span{top: 84px;padding-right: 0;}
	.is-page-home #page div.content > h2, #foot-box-1 .container > h2{font-size:2.5rem;}
	#foot-box .widgets-list.widgets-9.container .widget > div.description td{display:table;width: 90% !important;margin: 15px auto;padding: 25px 0 25px 0;margin-left: 7%;}
	
	.galeria4 .pages-gallery .title{font-size: 0.875rem;}
	
	.contact #page div.content table{width: 100% !important;}
}
@media screen and (max-width:410px){
	.pages-gallery .title a{padding: 16px 4px;font-size: 0.875em;}
	#page div.content > h2, .form-full h2, #foot-box div.content.short h2, #foot-box-1 .container > h2{font-size: 2rem;}
	
	#comments time{display:block;width:100%;margin-bottom: 10px;}
}