@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,500,700,700i&subset=latin-ext');.header{width:100%;height:100px;position:fixed;top:0;left:0;z-index:100;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.25);box-shadow:0 0 30px 0 rgba(0,0,0,0.25)}@media all and (max-width: 860px){.header{position:static;height:auto}}.header--mobileActive{height:100vh;overflow-y:auto}.header__menu__burgerButton{width:50px;height:50px;display:none}.header__menu__burgerButton span{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (max-width: 860px){.header__menu__burgerButton{display:initial}}span .header__menu__burgerButton__burger{height:4px;display:block;background-color:#000001;width:100%;position:relative}span .header__menu__burgerButton__burger:before,span .header__menu__burgerButton__burger:after{position:absolute;left:0;height:4px;content:'';width:100%;background-color:#000001}span .header__menu__burgerButton__burger:before{top:-12px}span .header__menu__burgerButton__burger:after{bottom:-12px}.header__container{height:100px;background-color:#fffffe}@media all and (max-width: 860px){.header__container{height:auto}}.header__question{width:161px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#008d31;color:#fffffe;padding-right:16px;font-size:1.6rem;line-height:1em}@media all and (max-width: 860px){.header__question{width:100%;padding:20px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header__question a{color:#fffffe;text-decoration:none;margin-top:12px;font-size:1.4rem;line-height:1em}.header__question a:hover{color:rgba(255,255,254,0.5)}@media all and (max-width: 860px){.header__question a{padding-top:20px}}.header__question strong{position:relative}.header__question strong:before{display:block;content:'';position:absolute;width:22px;height:22px;background-image:url('../img/call.png');left:-30px;top:-3px}.header header{width:161px}@media all and (max-width: 860px){.header header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;height:80px;background-color:#fffffe;z-index:101}}.header nav{width:431px;height:100%}.header nav html[lang="en"]{width:640px}@media all and (max-width: 860px){.header nav{display:none;width:100%}}.header__mainMenu{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (max-width: 860px){.header__mainMenu{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__mainMenu li{width:100%;border-bottom:1px solid #3c3c3c}}.header__mainMenu a{font-size:1.7rem;line-height:1.5em;text-decoration:none;color:#3c3c3c;-webkit-transition:color .6s;transition:color .6s}.header__mainMenu a:hover,.header__mainMenu a.active{color:#008c30}@media all and (max-width: 860px){.header__mainMenu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.header__mainMenu a.active:after{display:none}}.header__mainMenu .has-submenu a.active{position:relative}.header__mainMenu .has-submenu a.active:after{content:'';position:absolute;border-style:solid;border-color:#fffffe transparent transparent;border-width:15px 9px;bottom:-68px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__mainMenu__submenu{width:100vw;height:calc(100vh - 100px);position:fixed;background-color:#000;top:-100vh;left:0;padding-top:80px;z-index:-1;background-size:cover;position:top left}.aboutCompanyPage .header__mainMenu__submenu{background-image:url('/Media/menu/o-firmie.jpg')}.offerPage .header__mainMenu__submenu{background-image:url('/Media/menu/oferta.jpg')}.clientZonePage .header__mainMenu__submenu{background-image:url('/Media/menu/strefa-klienta.jpg')}@media all and (max-width: 860px){.header__mainMenu__submenu{background-image:none;position:static;top:unset;left:unset;display:none;height:auto;padding-top:0;width:100%}.header__mainMenu__submenu h3{display:none}}.header__mainMenu__submenu h3{font-size:3rem;font-weight:bold;color:#fffffe}.header__mainMenu__submenu__items{font-size:1.7rem;line-height:1.5em;list-style-type:none;margin:0;padding:0}.header__mainMenu__submenu__items li{padding-bottom:22px;padding-left:18px;position:relative}.header__mainMenu__submenu__items li:before{position:absolute;font-family:'FontAwesome';font-size:1em;left:0;top:-1px;content:'\f105';color:rgba(255,255,254,0.3);-webkit-transition:color .6s;transition:color .6s}@media all and (max-width: 860px){.header__mainMenu__submenu__items li{padding-bottom:0;padding-left:0}.header__mainMenu__submenu__items li:before{display:none}}.header__mainMenu__submenu__items li a{color:rgba(255,255,254,0.3)}@media all and (max-width: 860px){.header__mainMenu__submenu__items li a{height:50px;color:#fffffe}}.header__mainMenu__submenu__items li:hover:before,.header__mainMenu__submenu__items li:hover a{color:#fffffe}.header__mainMenu__submenu--active{top:100px}.header__tools{width:91px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media all and (max-width: 860px){.header__tools{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;padding:15px 0}}.header__tools__button--lang{position:relative;font-family:'Lato',sans-serif;font-size:1.5rem;line-height:1em;text-transform:uppercase}.header__tools__button--lang:after{position:absolute;font-family:'FontAwesome';font-size:1em;right:-16px;top:-2px;content:'\f107'}.header__tools__langList{display:none;position:absolute;background-color:#fffffe;margin:0;padding:0;list-style-type:none;-webkit-box-shadow:1px 1px 10px 0 rgba(0,0,0,0.5);box-shadow:1px 1px 10px 0 rgba(0,0,0,0.5);-webkit-transform:translateX(-25%);transform:translateX(-25%);top:63%}.header__tools__langList--active{display:block}.header__tools__langList li a{display:block;padding:6px 15px}.header__tools__button--search{width:34px;height:34px;border-radius:17px;background-color:#008d31;background-image:url('../img/search.png');background-position:center;background-repeat:no-repeat;-webkit-transition:background-color .5s;transition:background-color .5s;outline:none}.header__tools__button--search:hover{background-color:rgba(0,141,49,0.8)}.header__tools__searchForm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:34px;-webkit-transition:width .8s;transition:width .8s;overflow:hidden;position:absolute;right:0;top:0;background-color:#fffffe}@media all and (max-width: 860px){.header__tools__searchForm{position:static;width:100%}}.header__tools__searchForm div{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (max-width: 860px){.header__tools__searchForm div{width:100%;padding:10px 0}}.header__tools__searchForm--active{width:300px;-webkit-transition:width .8s;transition:width .8s}.header__tools__searchForm input[type="text"]{width:250px;border:none;color:#3c3c3c;padding-left:5px;font-size:1.5rem;border-bottom:1px solid rgba(0,0,1,0.4);-webkit-transition:border-color .6s;transition:border-color .6s}@media all and (max-width: 860px){.header__tools__searchForm input[type="text"]{width:calc(100% - 50px)}}.header__tools__searchForm input[type="text"]:placeholder-shown{color:rgba(0,0,1,0.4);-webkit-transition:color .6s;transition:color .6s}.header__tools__searchForm input[type="text"]:focus{border-color:#000001}.header__tools__searchForm input[type="text"]:focus:placeholder-shown{color:rgba(0,0,1,0.1)}.wrap--header{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fffffe}@media all and (max-width: 860px){.wrap--header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer{width:100%;height:201px;background-color:#171c22}@media all and (max-width: 768px){footer{height:auto}}.footerUpperPart{height:137px;border-bottom:1px solid #2e3339;color:#fffffe;font-size:1.8rem}@media all and (max-width: 768px){.footerUpperPart{height:auto}.footerUpperPart .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footerUpperPart a{color:#fffffe}.footerUpperPart a:hover{color:rgba(255,255,254,0.6)}.footerUpperPart__address{height:100%;width:251px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footerUpperPart__address h2{text-transform:uppercase;margin:0;line-height:1}.footerUpperPart__address p{line-height:1em;margin:0;margin-top:28px}@media all and (max-width: 768px){.footerUpperPart__address{height:auto;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0}}.footerUpperPart__contact{list-style-type:none;padding:0;margin:0;line-height:1.5em}@media all and (max-width: 768px){.footerUpperPart__contact{margin-bottom:30px}.footerUpperPart__contact a{height:50px}}.footerUpperPart__ctlGroup{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footerUpperPart__ctlGroup a{height:65px}.footerLowerPart{color:#fffffe;height:64px;position:relative;overflow:hidden}@media all and (max-width: 1200px){.footerLowerPart p{margin-left:30px}.footerLowerPart .wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (max-width: 480px){.footerLowerPart{height:auto;padding-top:20px}.footerLowerPart .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footerLowerPart a{font-size:1.3rem;line-height:1.5;color:#fffffe}.footerLowerPart a:hover{color:rgba(255,255,254,0.6)}.footerLowerPart p{font-size:1.3rem;line-height:1.5}.footerLowerPart p span{font-size:1em}.footerLowerPart ul{list-style-type:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footerLowerPart ul li:not(:last-of-type){margin-right:22px}.footerLowerPart__scrollUpLink{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:55px;height:55px;background-color:#fffffe;right:4.75vw;bottom:-27px;border-radius:28px}@media all and (max-width: 480px){.footerLowerPart__scrollUpLink{right:1vw}}.footerLowerPart__scrollUpLink i{color:#171c22;font-size:3rem;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s}.footerLowerPart__scrollUpLink:hover i{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.wrap{width:960px;margin:0 auto}@media all and (max-width: 960px){.wrap{margin:0;padding:0 5px;width:100%}}.wrap--flex{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}*{-webkit-box-sizing:border-box;box-sizing:border-box}button{border:none;background-color:transparent;outline:none;cursor:pointer;padding:0}.closed-body{overflow:hidden}html{font:400 10px/1.5em 'Roboto',sans-serif}html.font{font:400 11px/1.5em 'Roboto',sans-serif}body{padding-top:100px}@media all and (max-width: 960px){body{padding-top:0}}body p,body a,body strong,body b,body span{font-size:1.6rem;line-height:1.5em}body h2{font-size:3.4rem;line-height:1.5em}a{color:#008c30;-webkit-transition:color .8s;transition:color .8s;text-decoration:none}a .cls-1{stroke:#008c30;-webkit-transition:stroke .8s;transition:stroke .8s}a .cls-2{stroke:#008c30;-webkit-transition:stroke .8s;transition:stroke .8s}a svg{width:33px;height:13px;margin-left:15px;margin-top:3px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .8s;transition:-webkit-transform .8s;transition:transform .8s;transition:transform .8s, -webkit-transform .8s}a:hover{color:rgba(0,140,48,0.5)}a:hover .cls-1,a:hover .cls-2{stroke:rgba(0,140,48,0.5)}a:hover svg{-webkit-transform:translateX(10px);transform:translateX(10px)}.section--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media all and (max-width: 860px){.section--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (max-width: 860px){.section--flex--columnReverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.intro{padding-top:50px;padding-bottom:110px}.greenText{color:#008c30}.gray-bg{width:100%;background-color:#f7f7f7}.sludge{position:fixed;width:100px;height:100px;border-radius:50%;background-color:#008d31;-webkit-transition:background-color .6s;transition:background-color .6s;bottom:30px;right:30px;cursor:pointer;background-image:url(../img/sludge_open.png);background-repeat:no-repeat;background-position:55% 55%;-webkit-transition:.2s;transition:.2s;-webkit-box-shadow:0 0 19px 2px rgba(0,0,0,0.25);box-shadow:0 0 19px 2px rgba(0,0,0,0.25)}@media all and (max-width: 768px){.sludge{display:none}}.sludge:hover{background-color:rgba(0,141,49,0.8)}.sludge-text{position:absolute;background-color:#fffffe;top:-28vh;left:-300px;width:400px;padding:0 45px 45px 45px;border-radius:15px;cursor:default;-webkit-transform:translateX(110%);transform:translateX(110%);-webkit-transition:.8s;transition:.8s;opacity:0;-webkit-box-shadow:0 0 19px 2px rgba(0,0,0,0.25);box-shadow:0 0 19px 2px rgba(0,0,0,0.25)}.sludge-text__title{font-size:28px}.sludge-text__paragraph{font-size:16px}.sludge-text__link{font-size:16px;position:relative}.sludge-text svg{height:25px;width:33px;position:absolute;top:50%;-webkit-transform:translateY(-60%);transform:translateY(-60%)}.sludge-text--visible{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.sludge__open{background-image:url(../img/sludge_close.png);background-repeat:no-repeat;background-position:50% 50%}ol{counter-reset:li;padding:0;list-style-type:none;font-size:1.6rem;line-height:1.5}ol>li{position:relative;padding-left:30px;counter-increment:li}ol>li:before{position:absolute;left:0;font-size:1em;color:#008c30;content:counter(li, decimal) '.';font-weight:bold}ol.letter{counter-reset:li}ol.letter li{counter-increment:li;padding-left:20px}ol.letter li:before{content:counter(li, lower-latin) ')'}blockquote{margin:0;padding-top:50px;padding-bottom:42px;padding-left:125px}@media all and (max-width: 480px){blockquote{padding-left:0}}blockquote p{font-size:1.8rem;line-height:1.5em;margin:0}blockquote .quotation{font-size:2.4rem;line-height:1.5em;font-weight:700;font-style:italic;margin:0;position:relative;color:#000001}blockquote .quotation:before{display:block;content:'';width:97px;height:4px;background-color:#000001;position:absolute;left:-125px;top:13px}@media all and (max-width: 480px){blockquote .quotation:before{display:none}}.custom{font-size:1.6rem;line-height:1.5em;padding:0;list-style-type:none}.custom li{padding-left:21px;position:relative}.custom li:before{content:'\f111';position:absolute;color:#008c30;font-size:8px;left:0;font-family:'FontAwesome';top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mt70{margin-top:70px}.mb60{margin-bottom:60px}.csrIntro{padding-top:50px;padding-bottom:60px}.csrIntro p{font-size:1.8rem;line-height:1.5em}.csrContent{padding-top:70px;padding-bottom:80px}.csrList{margin:0;padding:60px 0;list-style-type:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.csrList li{width:20%;font-size:1.8rem;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (max-width: 960px){.csrList li{width:100%}}.csrList li span{margin-top:30px;font-size:1em}.aboutCompanyBg{padding:65px 0}.aboutCompanyBg h3{font-size:1.8rem;line-height:1.5em;text-align:center}.aboutList{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:0;padding-left:0;padding-top:95px}.aboutList li{width:22%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.aboutList li div{margin-top:50px;width:100%;text-align:center;height:195px}.missionAndStrategy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:65px;padding-bottom:90px;min-height:calc(65vh - 301px)}.missionAndStrategy h3{font-size:2.4rem;line-height:1.5em;margin:0}.missionAndStrategy p{margin:0}.missionAndStrategy div{width:760px}.news__loadMore{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:1.6rem;line-height:1.5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:100px}.news__loadMore a svg{height:16px;width:40px}.sitemapPage .categories{list-style-type:none;font-size:2.4rem;line-height:1.5;margin:0;padding:85px 0;color:#3c3c3c}.sitemapPage .categories a{color:#3c3c3c;font-size:2.4rem;line-height:1.5}.sitemapPage .categories>li:last-of-type{margin-top:30px}.sitemapPage .categories .custom{font-size:1.6rem;line-height:1.5;margin:30px 0;padding-left:40px}.sitemapPage .categories .custom a{color:#3c3c3c;font-size:1.6rem}#privacy{position:fixed;width:100%;bottom:0;left:0;background-color:#fffffe;-webkit-box-shadow:0 -1px 15px 0 rgba(0,0,0,0.25);box-shadow:0 -1px 15px 0 rgba(0,0,0,0.25);padding:20px 0}#privacy .prvClose{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#privacy .prvClose button{color:#008c30;height:40px;font-size:1.5rem}.wcag_hide{height:1px;width:1px;position:absolute;font-size:0 !important;top:0}.homeSlider{width:100%;height:calc(100vh - 100px);position:relative;overflow:hidden}.homeSlider__scrollDownLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:53px;height:53px;background-color:#fffffe;border-radius:27px;position:absolute;bottom:-21px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-shadow:0 -1px 7px 0 rgba(0,0,0,0.25);box-shadow:0 -1px 7px 0 rgba(0,0,0,0.25)}.homeSlider__scrollDownLink:hover i{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.homeSlider__scrollDownLink i{font-size:1.9em;color:#3c3c3c;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.homeSlider__slider{width:10000%;height:100%;padding:0;margin:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.homeSlider__slider__item{color:#fffffe;height:100%;width:100vw;background-position:top left}.homeSlider__slider__item .wrap{height:100%;padding-left:203px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media all and (max-width: 1200px){.homeSlider__slider__item .wrap{padding-left:5px}}.homeSlider__slider__item--first{background-image:url('/Media/slider/slider-1.jpg');background-size:cover}.homeSlider__slider__item--first .wrap{padding-left:223px}@media all and (max-width: 1200px){.homeSlider__slider__item--first .wrap{padding-left:5px}}.homeSlider__slider__item--first h3{-webkit-transform:translateX(226px);transform:translateX(226px);width:967px}@media all and (max-width: 1200px){.homeSlider__slider__item--first h3{-webkit-transform:none;transform:none;width:auto}}.homeSlider__slider__item--first__dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.homeSlider__slider__item--first__dots button{border:none;outline:none;background-color:#fffffe}.homeSlider__slider__item--first__dots button:first-of-type{width:10px;height:10px;border-radius:5px}.homeSlider__slider__item--first__dots button:nth-of-type(2){width:13px;height:13px;border-radius:7px;margin-left:11px}.homeSlider__slider__item--second{background-image:url('/Media/slider/slider-2.jpg');background-size:cover}.homeSlider__slider__item--second p{width:785px;-webkit-transform:translateX(35px);transform:translateX(35px)}@media all and (max-width: 1200px){.homeSlider__slider__item--second p{-webkit-transform:none;transform:none}}@media all and (max-width: 768px){.homeSlider__slider__item--second p{width:100%}}.homeSlider__slider__item--second__dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.homeSlider__slider__item--second__dots button{border:none;outline:none;background-color:#fffffe}.homeSlider__slider__item--second__dots button:nth-of-type(2){width:10px;height:10px;border-radius:5px;margin-left:11px}.homeSlider__slider__item--second__dots button:first-of-type{width:13px;height:13px;border-radius:7px}.homeSlider__slider__item h3{font-size:7.5rem;line-height:1.25em;margin:0}.homeSlider__slider__item h3 span{font-size:1em}@media all and (max-width: 960px){.homeSlider__slider__item h3{font-size:5rem;line-height:1.25em}}.homeSlider__slider__item p{font-size:1.8rem;line-height:1.5em;position:relative}.homeSlider__slider__item p:before{display:block;content:'';width:220px;height:4px;background-color:#fffffe;left:-262px;top:10px;position:absolute}@media all and (max-width: 1200px){.homeSlider__slider__item p:before{display:none}}.homeNews{padding-bottom:50px;position:relative;overflow:hidden}.homeNews__titleLayer{width:100%;height:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.15)}@media all and (max-width: 360px){.homeNews__titleLayer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;padding-bottom:15px}}.scrollDownLink{-webkit-box-shadow:0 -1px 7px 0 rgba(0,0,0,0.25);box-shadow:0 -1px 7px 0 rgba(0,0,0,0.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:53px;height:53px;background-color:#fffffe;border-radius:27px;position:absolute;bottom:-21px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.scrollDownLink:hover i{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.scrollDownLink i{font-size:1.9em;color:#3c3c3c;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.homeOffer{background-color:#f7f7f7;position:relative;overflow:hidden}.homeOffer:before{content:'';display:block;height:69%;width:80%;position:absolute;left:-6%;bottom:0;background-image:url('/Media/tree.svg');background-position:left bottom;background-repeat:no-repeat;z-index:0}.homeOffer__list{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:74px 0 100px 0;height:auto;z-index:1}@media all and (max-width: 860px){.homeOffer__list{-ms-flex-pack:distribute;justify-content:space-around}}.homeOffer__list__item{width:280px;height:252px}.homeOffer__list__item:first-of-type{z-index:10}.homeOffer__list__item:first-of-type h2{margin:0}.homeOffer__list__item:not(:first-of-type){padding-top:120px;padding-left:22px;padding-right:22px;text-align:center;position:relative;background-color:transparent;-webkit-transition:background-color .5s;transition:background-color .5s}.homeOffer__list__item:not(:first-of-type) p{margin-top:0}.homeOffer__list__item:not(:first-of-type) a{color:#3c3c3c;opacity:0}.homeOffer__list__item:not(:first-of-type) a i{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s}.homeOffer__list__item:not(:first-of-type) a:hover i{-webkit-transform:translateX(3px);transform:translateX(3px)}.homeOffer__list__item:not(:first-of-type):before{display:block;width:100%;height:95px;content:'';position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-position:center bottom;background-repeat:no-repeat}.homeOffer__list__item:not(:first-of-type):hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.25);box-shadow:0 0 30px 0 rgba(0,0,0,0.25);background-color:#fffffe}.homeOffer__list__item:not(:first-of-type):hover a{opacity:1}.homeOffer__list__item:nth-of-type(2):before{background-image:url('/Media/home-offer/excavator.png')}.homeOffer__list__item:nth-of-type(3):before{background-image:url('/Media/home-offer/recycling.png')}.homeOffer__list__item:nth-of-type(4):before{background-image:url('/Media/home-offer/recultivation.png')}.homeOffer__list__item:nth-of-type(5):before{background-image:url('/Media/home-offer/worker.png')}.homeOffer__list__item:nth-of-type(6):before{background-image:url('/Media/home-offer/transport.png')}.homeReference{padding-top:67px}.homeReference img{width:458px;height:auto}@media all and (max-width: 480px){.homeReference img{width:96%}}.homeReference div{width:400px}@media all and (max-width: 480px){.homeReference div{width:100%}}.homeReference div h2{margin-top:0}.homeReference__list{list-style-type:none;padding:0;margin:0}.homeReference__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px 0}.homeReference__list li span{padding-left:43px;width:75%;line-height:1.5em;position:relative}.homeReference__list li span:before{content:url('../img/pdf-icon.png');position:absolute;left:0;top:-8px}.homeReference__list li:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,0.1)}.homeOfferQuestion{padding:30px 0 77px 0}.homeOfferQuestion div{width:400px}@media all and (max-width: 480px){.homeOfferQuestion div{width:100%}}.homeOfferQuestion div span{display:block;text-align:right;margin-top:40px}.homeOfferQuestion img{width:460px;height:auto}@media all and (max-width: 480px){.homeOfferQuestion img{width:96%}}.ourClientsList{width:960px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:80px 0;list-style-type:none;-ms-flex-wrap:wrap;flex-wrap:wrap}@media all and (max-width: 960px){.ourClientsList{margin:0;padding:0 5px;width:100%}}.ourClientsList--flex{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (max-width: 960px){.ourClientsList{-ms-flex-pack:distribute;justify-content:space-around}}.ourClientsList li{width:240px;height:290px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px}.ourClientsList li:not( :nth-of-type(4n)){border-right:1px solid rgba(0,0,0,0.15)}@media all and (max-width: 960px){.ourClientsList li:not( :nth-of-type(4n)){border-right:none}}.ourClientsList li img{margin-bottom:68px}.ourClientsList li p{font-weight:bold;font-size:1.7rem;line-height:1.5;text-align:center;width:90%}.breadcrumbs{width:100%}.breadcrumbs__top{height:35vh;background-position:center;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#000001;color:#fffffe;font-size:1.4rem}.offerQuestionPage .breadcrumbs__top{background-image:url('/Media/topy/top-zapytanie-ofertowe.jpg')}.referencePage .breadcrumbs__top{background-image:url('/Media/topy/top-referencje.jpg')}.wasteAndByProductPage .breadcrumbs__top{background-image:url('/Media/topy/top-odpady-i-produkty.jpg')}.offerPage .breadcrumbs__top{background-image:url('/Media/topy/top-oferta.jpg')}.contactPage .breadcrumbs__top{background-image:url('/Media/topy/top-kontakt.jpg')}.csrPage .breadcrumbs__top{background-image:url('/Media/topy/top-dzialalnosc-csr.jpg')}.aboutCompanyPage .breadcrumbs__top{background-image:url('/Media/topy/top-o-spolce.jpg')}.newsPage .breadcrumbs__top{background-image:url('/Media/topy/top-aktualnosci.jpg')}.missionAndStrategyPage .breadcrumbs__top{background-image:url('/Media/topy/top-misja-i-strategia.jpg')}.ourClientsPage .breadcrumbs__top{background-image:url('/Media/topy/top-nasi-klienci.jpg')}.imageGalleryPage .breadcrumbs__top{background-image:url('/Media/topy/top-galeria-zdjec.jpg')}.dangerousWasteTransportPage .breadcrumbs__top{background-image:url('/Media/topy/top-transport-odpadow-niebezpiecznych.jpg')}.breadcrumbs__top a{color:#c5c5c5;font-size:1.4rem}.breadcrumbs__top a:hover{color:#fffffe}.breadcrumbs__top__path{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style-type:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__top__path li:not(:first-of-type){margin-left:14px;position:relative}.breadcrumbs__top__path li:not(:first-of-type):before{position:absolute;content:'/';left:-9px;top:4px;color:#c5c5c5}.breadcrumbs__top__path li:last-of-type a{color:#fffffe}.no-image .breadcrumbs__top{height:144px;background-image:none;background-color:#fffffe;color:#000001}.no-image .breadcrumbs__top li:last-of-type a{color:#000001}.no-image .breadcrumbs__top h2{color:#008c30}.no-image .breadcrumbs__top a{color:#c5c5c5;font-size:1.4rem}.no-image .breadcrumbs__top a:hover{color:#000001}.breadcrumbs__tools{height:71px;border-bottom:1px solid rgba(0,0,0,0.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__tools ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;list-style-type:none;padding:0;height:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.breadcrumbs__tools ul li{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:21px}.breadcrumbs__tools__print svg{width:30px;height:30px}.breadcrumbs__tools__print svg .cls_1,.breadcrumbs__tools__print svg .cls_2{fill:#fffffe;-webkit-transition:fill .6s;transition:fill .6s}.breadcrumbs__tools__print svg .cls_2{stroke:#fffffe;-webkit-transition:stroke .6s;transition:stroke .6s;stroke-miterlimit:10;stroke-width:3.5px}.breadcrumbs__tools__print:hover svg .cls_1,.breadcrumbs__tools__print:hover svg .cls_2{fill:rgba(255,255,254,0.5)}.breadcrumbs__tools__print:hover svg .cls_2{stroke:rgba(255,255,254,0.5)}.no-image .breadcrumbs__tools__print:hover svg .cls_1,.no-image .breadcrumbs__tools__print:hover svg .cls_2{fill:rgba(0,0,0,0.5)}.no-image .breadcrumbs__tools__print:hover svg .cls_2{stroke:rgba(0,0,0,0.5)}.no-image .breadcrumbs__tools__print svg .cls_1,.no-image .breadcrumbs__tools__print svg .cls_2{fill:#000}.no-image .breadcrumbs__tools__print svg .cls_2{stroke:#000;-webkit-transition:stroke .6s;transition:stroke .6s;stroke-miterlimit:10;stroke-width:3.5px}.breadcrumbs__tools__fontSize{text-transform:uppercase;color:#fffffe;-webkit-transition:color .5s;transition:color .5s}.no-image .breadcrumbs__tools__fontSize{color:#000}.breadcrumbs__tools__fontSize:hover{color:rgba(255,255,254,0.5)}.no-image .breadcrumbs__tools__fontSize:hover{color:rgba(0,0,0,0.5)}.breadcrumbs__tools__share{cursor:pointer;position:relative}.breadcrumbs__tools__share svg{width:30px;height:30px}.breadcrumbs__tools__share svg .cls_1,.breadcrumbs__tools__share svg .cls_2{fill:#fffffe;-webkit-transition:fill .6s;transition:fill .6s}.breadcrumbs__tools__share svg .cls_2{stroke:#fffffe;-webkit-transition:stroke .6s;transition:stroke .6s;stroke-miterlimit:10;stroke-width:3.5px}.breadcrumbs__tools__share:hover svg .cls_1,.breadcrumbs__tools__share:hover svg .cls_2{fill:rgba(255,255,254,0.5)}.breadcrumbs__tools__share:hover svg .cls_2{stroke:rgba(255,255,254,0.5)}.no-image .breadcrumbs__tools__share:hover svg .cls_1,.no-image .breadcrumbs__tools__share:hover svg .cls_2{fill:rgba(0,0,0,0.5)}.no-image .breadcrumbs__tools__share:hover svg .cls_2{stroke:rgba(0,0,0,0.5)}.no-image .breadcrumbs__tools__share svg .cls_1,.no-image .breadcrumbs__tools__share svg .cls_2{fill:#000}.no-image .breadcrumbs__tools__share svg .cls_2{stroke:#000}.breadcrumbs__tools__share ul{display:none}.breadcrumbs__tools__share:hover ul{display:block;list-style-type:none;margin:0;position:absolute;height:123px;width:56px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-119px;border-radius:3px;background-color:#008c30}.breadcrumbs__tools__share:hover ul:before{position:absolute;content:'';left:50%;top:-28px;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-style:solid;border-color:transparent transparent #008c30;border-width:14px 14px}.breadcrumbs__tools__share:hover ul li{height:33.333%;width:100%;margin:0}.news__newsGrid{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style-type:none;padding:0;margin:0}@media all and (max-width: 860px){.news__newsGrid{-ms-flex-pack:distribute;justify-content:space-around}}.news__newsGrid li{width:280px;height:342px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:54px}.news__newsGrid li p{width:100%;margin:0}.news__newsGrid__itemBackground{height:161px;width:280px;background-position:center;background-size:cover;background-image:url('/Media/mbeko-placeholder.jpg')}.singleNews{padding-bottom:50px}.singleNews figure{margin:50px 0;display:block}.singleNews figure img{width:72%;height:auto;margin:0 auto;display:block}@media all and (max-width: 960px){.singleNews figure img{width:90%}}.singleNews .date{font-size:1.4rem;line-height:1.5em;margin-bottom:35px}.singleNews .return{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;width:190px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.singleNews .return svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:0}.offerList{margin:0;padding:0;list-style-type:none}.offerList>li{padding:55px 0}.offerList>li:nth-of-type(odd){background-color:#f7f7f7}.offerList h3{font-size:2.4rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:23px}.offerList h3 img{margin-right:44px}.offerIntro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:142px}.offerIntro h3{font-size:2.6rem;line-height:1.5}.offerQuestionForm{width:100%;padding-top:70px;font-size:1.6rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:50px}@media all and (max-width: 960px){.offerQuestionForm{padding:70px 10px 50px 10px}}.offerQuestionForm label{font-weight:700}.offerQuestionForm__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:470px;height:90px;margin-bottom:30px}.offerQuestionForm__item:nth-of-type(odd){margin-right:20px}@media all and (max-width: 960px){.offerQuestionForm__item{width:100%}.offerQuestionForm__item:nth-of-type(odd){margin-right:0}}.offerQuestionForm__item input{width:100%;height:55px;border:none;outline:none;padding-left:17px}.offerQuestionForm__textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:30px}.offerQuestionForm__textarea textarea{resize:none;margin-top:10px;border:none;width:100%;height:277px;padding:22px 16px}.offerQuestionForm__sendBtn{color:#008c30;-webkit-transition:color .8s;transition:color .8s;text-decoration:none}.offerQuestionForm__sendBtn .cls-1,.offerQuestionForm__sendBtn .cls-2{stroke:#008c30;-webkit-transition:stroke .8s;transition:stroke .8s}.offerQuestionForm__sendBtn svg{width:33px;height:13px;margin-left:15px;margin-top:3px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .8s;transition:-webkit-transform .8s;transition:transform .8s;transition:transform .8s, -webkit-transform .8s}.offerQuestionForm__sendBtn:hover{color:rgba(0,140,48,0.5)}.offerQuestionForm__sendBtn:hover .cls-1,.offerQuestionForm__sendBtn:hover .cls-2{stroke:rgba(0,140,48,0.5)}.offerQuestionForm__sendBtn:hover svg{-webkit-transform:translateX(10px);transform:translateX(10px)}.contact__message{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:6em}@media all and (max-width: 768px){.contact__message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2em 0 0 2em;margin:0}}.contact .contact__street strong,.contact .contact__street p{font-size:2.4rem}.contact .contact__street p{margin:0}.contact .contact__call{font-size:1.8rem;line-height:1.5em;margin-left:13rem;width:165px}@media all and (max-width: 768px){.contact .contact__call{margin-left:0}}.contact .contact__call div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact .contact__call div a{font-weight:bold}.contact .contact__map{width:100%;height:380px;margin:50px 0 8em 0;background:#808080}.wasteCodes{width:100%;border-collapse:collapse;font-size:1.6rem;line-height:1.5;-webkit-transform:translateY(-50px);transform:translateY(-50px)}.wasteCodes th{font-weight:400;height:131px;text-align:left;vertical-align:middle}.wasteCodes th,.wasteCodes td{padding-left:28px}.wasteCodes th:first-of-type,.wasteCodes td:first-of-type{width:126px}.wasteCodes td{padding-top:8px;padding-bottom:33px;vertical-align:top;font-size:1.4rem;line-height:1.5}.wasteCodes td.category{font-weight:bold;font-size:1.6rem;line-height:1.5}.wasteCodes td:last-of-type{padding-right:5px}.wasteCodes td:last-of-type:not(.category){padding-left:55px;position:relative}.wasteCodes td:last-of-type:not(.category):before{content:'';position:absolute;top:1px;left:28px;height:30px;width:1px;background-color:rgba(0,0,0,0.2)}.wasteCodes td:first-of-type{font-weight:bold;font-size:1.6rem;color:#008c30}.wasteCodes tbody tr:first-of-type td{padding-top:54px}.wasteCodes thead{background-color:#fffffe;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.25);box-shadow:0 0 20px 0 rgba(0,0,0,0.25)}.referenceList{padding-top:16px;padding-bottom:30px}.referenceList li{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;padding-top:36px;padding-bottom:36px}.referenceList li span:before{top:-3px}.referenceList li:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,0.15)}.referenceList li ul{font-size:1.4rem;line-height:1.5;padding:0;padding-top:23px;margin:0;width:100%}.referenceList li ul li{padding:0;padding-left:34px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:none;border-left:1px solid rgba(0,0,0,0.15)}.referenceList li ul li:not(:last-of-type){border-bottom:none;margin-bottom:27px}.galleryItem{width:938px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}@media all and (max-width: 960px){.galleryItem{width:99vw}}.galleryItem li{width:179px;height:124px}.galleryItem li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;position:relative}.galleryItem li a:before{width:100%;height:100%;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;color:#fffffe;font-weight:bold;content:'> zobacz';background-color:rgba(0,0,0,0.6);z-index:1;top:0;left:0}.galleryItem li a:hover:before{display:-webkit-box;display:-ms-flexbox;display:flex}.galleryItem li a img{width:100%}.galleryWrap{padding:70px 0}.galleryWrap .owl-carousel{position:relative}.galleryWrap .owl-theme .owl-nav{position:absolute;z-index:-1;width:calc(100% + 120px);top:0;margin-top:0;left:-60px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (max-width: 960px){.galleryWrap .owl-theme .owl-nav{width:100%;position:static;height:auto}}.galleryWrap .owl-theme .owl-nav .owl-prev,.galleryWrap .owl-theme .owl-nav .owl-next{width:33px;height:13px;padding:0;background:none}.galleryWrap .owl-theme .owl-nav .owl-prev svg,.galleryWrap .owl-theme .owl-nav .owl-next svg{width:100%;height:100%}.galleryWrap .owl-theme .owl-nav .owl-prev:hover,.galleryWrap .owl-theme .owl-nav .owl-next:hover{background:none}.galleryWrap .owl-theme .owl-nav .owl-prev:hover svg,.galleryWrap .owl-theme .owl-nav .owl-next:hover svg{opacity:.6}.galleryWrap .owl-theme .owl-nav .owl-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}