/* inspect™ brand & web design - www.inspect.pl */


html,body,div,span,applet,object,main,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}body{text-rendering:optimizeLegibility}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}a:focus{outline:none}a:active,a:hover{outline:0}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent}b,strong{font-weight:bold}body{-webkit-font-smoothing:antialiased}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button,input,select,textarea{text-transform:none;*vertical-align:middle}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}img{-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse;border-spacing:0}textarea{overflow:auto;resize:vertical;vertical-align:top}html{scroll-behavior: smooth;}

@font-face {
  font-family: pve;
  src: url("./../fonts/300.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: pve;
  src: url("./../fonts/350.woff2") format("woff2");
  font-weight: 350;
}

@font-face {
  font-family: pve;
  src: url("./../fonts/500.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: pve;
  src: url("./../fonts/600.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: pve;
  src: url("./../fonts/600.woff2") format("woff2");
  font-weight: 700;
}


/* colors:

Black: #000
Green: #409D27
Brown: #AA5B0E
Blue: #313E9A
Orange: #E88613
Text: #444
Light Gray: #EEE
White: #FFF

/* utils */


body {line-height:1.4;}
body,input,select,textarea {font-family:'pve', 'Axiforma', 'Helvetica Neue', Helvetica, Arial, sans-serif}

.in-wrap {width:auto;max-width:1520px;margin:0 auto;padding:0 28px;}
* {color:#444;box-sizing:border-box;font-size:20px;line-height:32px;font-weight:500}
img {max-width:100%;height:auto;}

/* basic styles */

.in-display {}
h1 {color:#444;font-weight:500;font-size:40px;line-height:50px;margin-bottom:24px;letter-spacing:1.5px;}
h2 {color:#444;font-weight:500;font-size:30px;line-height:38px;margin-bottom:24px;}
h3 {color:#444;font-weight:500;font-size:26px;line-height:34px;margin-bottom:24px;}
h4 {color:#444;font-weight:350;font-size:24px;line-height:36px;margin-bottom:24px;}
h5 {color:#444;font-weight:350;font-size:20px;line-height:32px;margin-bottom:24px;}

p {font-size:15px;color:#444;line-height:27px;margin-bottom:24px;letter-spacing:.5px;font-weight:350}
p.lead {font-size:24px;font-weight:350;line-height:36px;margin-bottom:24px;}
p strong {font-weight:500;}
p em {font-style:italic}
p small {font-size:13px;line-height:20px}

a {cursor:pointer;text-decoration:underline;color:#444;-webkit-transition: all .20s ease; -moz-transition: all .20s ease; -ms-transition: all .20s ease; -o-transition: all .20s ease; transition: all .20s ease;}
a:visited {color:#444}
a:hover {color:#999}
a:hover img {opacity:.75;}
a:active {color:#999}

ul {margin-left:0;padding-left:16px;margin-bottom:24px;font-size:15px;font-weight:350;line-height:27px;list-style:none;}
ul li {margin-bottom:12px;line-height:27px;font-size:15px;}
ul li:before {content:'•';color:#666;position:relative;left:-10px}

ol {margin-left:0;padding-left:16px;margin-bottom:24px;font-size:20px;}
ol li {margin-bottom:12px;}

.in-content-wrap ul, .in-content-wrap ol, .in-content-wrap ul li, .in-content-wrap ol li {font-size:15px;line-height:27px}

.input-wrap {width:100%;display:block;margin-bottom:8px;}
.input-wrap label {font-size:10px;font-weight:500;color:#666;display:block;width:100%;text-transform:uppercase}

input,
input:empty {width:100%;box-sizing:border-box;padding:10px 20px;font-size:17px;line-height:27px;max-width:600px;border-radius:0 !important;border-color:#666}
input:hover {border-color:#000;}
input:active {}
input:focus {}
input:valid {}
input:invalid {}
input:disabled {}

textarea,
textarea:empty {max-width:100%;box-sizing:border-box;width:100%;margin-bottom:0;border-color:#666;padding:10px 20px;font-size:17px;line-height:27px;border-width:2px;}
textarea:hover {}
textarea:active {}
textarea:focus {}
textarea:disabled {}

input[type=submit] {}
[type=submit]:hover {}
[type=submit]:active {}
[type=submit]:focus {}
[type=submit]:disabled {}

input[type=checkbox] {}
input[type=checkbox]:hover {}
input[type=checkbox]:active {}
input[type=checkbox]:focus {}
input[type=checkbox]:disabled {}
input[type=checkbox]:hover:checked {}
input[type=checkbox]:active:checked {}
input[type=checkbox]:focus:checked {}
input[type=checkbox]:disabled:checked {}

input[type=radio] {}
input[type=radio]:hover {}
input[type=radio]:active {}
input[type=radio]:focus {}
input[type=radio]:disabled {}
input[type=radio]:hover:checked {}
input[type=radio]:active:checked {}
input[type=radio]:focus:checked {}
input[type=radio]:disabled:checked {}

table {}
table th {}
table th td {}
table tr {}
table tr td {}

table.in-borderless {}
table.in-borderless th {}
table.in-borderless th td {}
table.in-borderless tr {}
table.in-borderless tr td {}

button, button.primary, .in-button, .in-button-primary {background:#000;font-weight:700;color:#fff;text-decoration:none;padding:15px 60px;text-transform:uppercase;letter-spacing:2px;font-weight:300;border-radius: 0;display:inline-block;border:none;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;font-size:17px;line-height:28px;}
.in-button:visited, .in-button-primary:visited {color:#fff}
button:hover, button.primary:hover, .in-button:hover, .in-button-primary:hover {background:#222;color:#FFF;}
button:disabled, button.primary:disabled, .in-button:disabled, .in-button-primary:disabled {opacity:.25}


hr {border:0;border-top:1px solid #E7EAE1;display:block;height:1px;margin:32px 0;padding:0}

::selection {text-shadow:none;background:#999;color:#fff}
::-moz-selection {text-shadow:none;background:#999;color:#fff}

.in-cover {display: none;position: fixed; height: 100vh;width: 100vw;background: transparent; z-index: 9;}

.in-cover.in-active {display: block;background: rgba(0, 0, 0, 0.8);}
.pve-symbols-footer {margin:50px 0 20px;width:100%;height:auto;}

/* layout */

header {background:#fff;position:sticky;top:0;left:0;right:0;z-index:10;}
header a {color:#000;}
.in-logo {width:60px;height:34px;display:block;}
header .in-logo {background:url(../img/grupa-pve.png) no-repeat center center;background-size:contain}
header a.in-logo:hover {opacity:.75}
header .hamburger-inner, header .hamburger-inner:after, header .hamburger-inner:before {background-color:#000;}
header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner:after, header .hamburger.is-active .hamburger-inner:before {background-color:#333;}
header .in-wrap {display:flex;flex-direction: row;justify-content:space-between;position:relative}
header .nav-group {display: flex;flex-direction:column;align-items:flex-end}
header .in-wrap {padding-top:32px;padding-bottom:0;}
.in-top-nav a {text-decoration:none;margin:0 8px;text-transform:uppercase;font-weight:500;letter-spacing:1px}
.in-top-nav a:hover {opacity:.75}
.in-top-number {margin-right:10px}

.in-breadcrumbs {margin:32px 0;color:#ccc;font-size:13px}
.in-breadcrumbs a, .in-breadcrumbs a.visited, .in-breadcrumbs span {color:#666;font-size:10px;line-height:36px;font-weight:500;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-decoration:none;}

.in-nav {display:none;}
.in-nav ul {margin:0;}
.in-nav ul li {position:relative}
.in-nav li {margin-bottom:0;font-weight:700;}
.in-nav ul li:before {display:none}
.in-nav a {padding:10px 16px;text-decoration:none;border-radius:0;text-decoration:none;margin-left:0;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:13px;margin-left:0;padding-left:0;color:#409D27;}
.in-nav a:visited {color:#409D27;}
.in-nav a:hover {color:#409D27;margin-left:20px;}
.in-nav ul.children {list-style:none;}

li.menu-item-has-children ul.sub-menu a:after {display:none !important;background:none}
li.menu-item-has-children ul.sub-menu a {background:none;margin:0;padding:0;color:#fff;margin-right:15px;}

.in-gallery {display:grid;grid-template-columns: 1fr 1fr 1fr;grid-gap:30px;margin-bottom:30px}

.in-breadcrumbs a {color:#AEB4A5;font-size:10px;}
.in-breadcrumbs span.separator {width:6px;height:10px;background:url('../img/separator.svg') no-repeat center center;display:inline-block;margin:0 16px;position:relative;top:1px}



.in-grid-element img {margin-bottom:32px;}


.in-slide img {object-fit: cover;object-position: 50%;max-width: none;max-height: none;position: absolute;height:calc(100vh - 160px);width:100%;max-height:600px}
.in-slide {height:calc(100vh - 160px);max-height:600px;}
.in-slide .in-wrap {z-index:2;top:0;display:flex;flex-direction:row;align-items:center;height:calc(100vh - 160px);max-height:600px;left:auto;right:auto;}
.in-slide .in-wrap * {text-align:center}
.in-slide-content {margin:0 auto;display:block;max-width:1500px}
.in-slide-content p {font-size:30px;line-height:44px;font-weight:500;color:#fff;font-weight:300;letter-spacing:2px;}
.in-slide-content {margin: 0 auto 0 0;}
.in-slide-content a {text-decoration:none;}
.in-slide-content a strong {color:#fff;}
.in-slide-content p.in-slide-content-title {color:#fff;font-size:68px;line-height:72px;font-weight:300;letter-spacing:.5px;text-align:left;}
.in-slide-content p.in-slide-content-title:before {width:13px;height:400px;position:absolute;bottom:0;left:0;content:'';background:#fff;top:-420px;}
.in-slide-content p.in-slide-content-title:after {width:55px;height:58px;background:url(../img/arrow-white.svg) no-repeat center center;background-size:cover;content:'';margin-top:20px;display:block;-webkit-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -moz-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -o-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);}
.in-slide-content a:hover p.in-slide-content-title:after {margin-left:40px;}
.slick-prev, .slick-next {position: absolute;display: block;height: 32px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;top: calc(50% - 25px);padding: 0;border: none;outline: none;border-radius: 0;box-sizing: border-box;border: none; background: url("../img/slider-arrow.svg") no-repeat center center;background-size: 20px;z-index: 1; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: .25;}
.slick-prev:before, .slick-next:before {font-size: 20px;line-height: 1;color: #fff;opacity: .75;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
.slick-prev {left: 20px;right: auto;visibility: visible !important;-webkit-backface-visibility: hidden !important;transform: translate3d(0, 0, 0); }
.slick-next {left: auto;right: 20px;visibility: visible !important;-webkit-backface-visibility: hidden !important;transform: translate3d(0, 0, 0); }
.slick-next {-webkit-transform: rotate(180deg);    -moz-transform: rotate(180deg);    -ms-transform: rotate(180deg);    -o-transform: rotate(180deg);    transform: rotate(180deg); }
.slick-next:hover, .slick-prev:hover {opacity: .5;background: url("../img/slider-arrow.svg") no-repeat center center;background-size: 20px;}
.slick-dots {position: absolute;bottom: 60px;height: auto;list-style: none;display: block;text-align: left;width: 100%;margin-bottom: 0;box-sizing: border-box;text-align: center;transform: translate3d(0, 0, 0);padding: 0; }
.slick-dots li:before {content: '';display: none; }
.slick-dots li {position: relative;display: inline-block;height: 3px;width: 100px;margin: 0 10px; padding: 0; cursor: pointer;text-align: center; }
.slick-dots li button {background: #fff;border: none;display: block;height: 3px;width: 100px;outline: none;line-height: 0;font-size: 0;color: transparent;padding: 0;cursor: pointer;z-index: 999;min-width: 0;text-align: center;border-radius: 0;-webkit-appearance: none; }
.slick-dots li button:hover, .slick-dots li button:focus {outline: none;}
.slick-dots li.slick-active button {box-sizing: border-box; background: #ccc; }

.in-intro {padding:90px 0 60px;}
.in-intro p {font-size:23px;line-height:44px;color:#333;font-weight:700;text-align:center;font-weight:350;letter-spacing:1.5px;max-width:900px;display:block}
.in-intro p.in-intro-header {font-size:50px;line-height:72px;color:#333;font-weight:700;text-align:center;letter-spacing:.5px;}


.in-partners {margin:40px 0 60px;}
.in-partners h4 {font-size:30px;line-height:42px;color:#444;font-weight:400;margin-bottom:30px}
.in-partners-list {display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;}
.in-partners-outro {font-size:28px;line-height:40px;text-align:center;color:#000;font-weight:700;padding:32px 0;}
.in-partners-outro a, .in-partners-outro a:visited {color:#000}

.in-work-with-us h3 {font-size:27px;line-height:52px;color:#333;text-transform:uppercase;font-weight:300;letter-spacing:2px;}
.in-work-with-us h3:after {content:'';width:100%;height:10px;display:block;background:#000;border-radius:10px 0 10px 0;margin-top:8px}

.in-work-with-us-intro {font-size:36px;line-height:48px;color:#000;font-weight:700}

.in-testimonials h3 {font-size:36px;line-height:48px;color:#333;text-transform:uppercase;font-weight:300;letter-spacing:2px;}
.in-testimonials h3:after {content:'';width:100%;height:10px;display:block;background:#000;border-radius:10px 0 10px 0;margin-top:8px}

.in-news {margin-bottom:124px;}
.in-news h3 {font-size:27px;line-height:52px;color:#333;font-weight:300;}
.in-news h3:after {content: '';
  width: 50px;
  height: 2px;
  display: block;
  background: #000;
  margin-top: 8px;
  display: inline-block;
  margin-left: 20px;}
.in-single-news a {text-decoration:none;}
.in-single-news img {margin-bottom:32px;display:block}

.in-work-with-us {margin-top:32px;}
.in-single-person img {border-radius:50%;display: block;width:80%;margin:32px auto;}
.in-single-person .in-quote {font-weight:700;}
.in-single-person .in-name {font-size:28px;line-height:34px;font-weight:700;}
.in-single-person .in-name-subtitle {font-size:17px;line-height:26px;color:#000;position:relative;top:0;display:block}

.in-testimonials {padding:32px 0;background:#E7EAE1;}

.in-news-intro p {font-size:24px;font-weight:350;font-weight: 500;
    line-height: 40px;
    color: #333;
    letter-spacing: 1px;}

    .in-portfolio img {
      margin-bottom:20px
    }

    .in-portfolio h3 {font-size:19px;line-height:30px;margin-bottom:10px}

footer {padding:32px 0 64px;}
footer * {color:#444;}
footer a {color:#444;font-weight:500;text-decoration:none}
footer a:visited {color:#444;}
footer a:hover {color:#999;}
footer address p, footer p {color:#444;font-weight:350}
footer ul li a {font-size:13px;line-height:22px;}
footer ul li  {line-height:22px}

.in-copyright-info p, .in-copyright-info p a {
font-size: 11px;
line-height: 26px;
font-weight: 700;
color: #aaa;}

footer h4 {font-size:12px;font-weight:500;margin-bottom:0}

.in-footer-logo {width:100px;height:auto;display:block;margin-bottom:32px;}
.in-footer-copyright {padding-top:32px;
  width: auto;}
.in-newsletter-desc {font-size:20px;line-height:32px;font-weight:700;color:#fff;}

#menu-o-nas {color:#000;font-weight:700;font-size:24px;line-height:32px;}
#menu-o-nas a {margin-bottom:10px !important;display:block}
#menu-item-111 {width:100%;font-size:32px;font-weight:700;line-height:38px;color:#222;border-bottom:2px solid #D9D8D6}
#menu-o-nas .current_page_item a {color:#222}

span.in-more {background: #ccc;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;}
span.in-more:hover {background:#000;padding-left:60px;}

a.in-all {margin:16px 0 32px;display:inline-block}
.in-lead {font-size:24px;color:#222;line-height:38px;font-weight:700;}
.in-photo-and-lead-lead p {font-size:24px;color:#222;line-height:38px;font-weight:350;}

.in-photo-and-lead {margin-bottom:32px;}
.in-lead-date {display:block;font-weight:700;color:#D9D8D6;font-size:13px;line-height:27px;margin-bottom:16px;text-transform:uppercase;letter-spacing: .5px}

.in-content-wrap h1, .in-content-wrap h2, .in-content-wrap h3, .in-content-wrap h4,
.in-content-wrap h1 *, .in-content-wrap h2 *, .in-content-wrap h3 *, .in-content-wrap h4 * {color:#000}

.in-partners-page-list {text-align:center;}

.in-file {text-decoration:none;font-size:20px;line-height:32px;font-weight:700;color:#000}
.in-file span {text-decoration:underline;color:#000}
.in-file img {margin-right:20px;float:left;margin-bottom:15px;}

.in-box {display:flex;flex-direction:row;background:#fff;align-items:center;}
.in-box-img {width:50%;height:auto;}
.in-box-content {width:50%;height:auto;background:#fff;padding:60px;box-sizing:border-box}
.in-box.in-prawo {flex-direction:row-reverse;}

.in-box.in-prawo .in-box-content {padding-left:0}
.in-box.in-lewo .in-box-content {padding-right:0}


.in-top-nav {display:flex;flex-direction:row;position:absolute;top:40px;right:20px;}
.pve-showcase img {width:50%;max-width:100px;height:auto;display:block;}
.pve-showcase span.pve-showcase-border {width:50%;max-width:100px;height:5px;background:#000;display:block}
.in-top-number {font-size:20px;font-weight:500;color:#409D27;letter-spacing:1px}
.in-top-lang {font-size:15px;color:#999;top:3px;position:relative;}
.pve-showcase {margin:80px auto;}
.pve-showcase a {text-decoration:none;font-size:12px;color:#444;font-weight:500;}
.pve-showcase-image-wrap {margin-bottom:40px;}

.in-important-info p {font-size:23px;letter-spacing:1px;line-height:36px;max-width:800px}

.in-important-info-button {font-weight:500;text-decoration:none;color:#409D27;}

.in-intro-wrap {background:#f0f0f0;}

.pve-showcase-image-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.pve-showcase-image-wrap img {margin-right:40px;}
.in-footer-top {display:flex;flex-direction:row;align-content:flex-end;justify-content:space-between}

.in-footer-top-contact {text-align:right}
.in-footer-top-contact a {font-weight:700;font-size:20px;line-height:28px;color:#409D27}

.in-footer-column ul {padding-left:0;margin-bottom:0}
.in-footer-column ul li:before {display:none;}
.in-footer-column ul li {margin-bottom:0}
.in-footer-column .menu {margin-bottom:12px}
ul.sub-menu li a {border-bottom:none !important}

.pve-showcase .in-grid-column:nth-of-type(1) .pve-showcase-border {background: #409D27}
.pve-showcase .in-grid-column:nth-of-type(2) .pve-showcase-border {background: #AA5B0E}
.pve-showcase .in-grid-column:nth-of-type(3) .pve-showcase-border {background: #313E9A}
.pve-showcase .in-grid-column:nth-of-type(4) .pve-showcase-border {background: #E88613}

address p {font-size:12px;line-height:22px}

.in-important-info {position:relative;}
.in-important-info h3:before {position: absolute;
  right: auto;
  top: 6px;
  bottom: 0;
  width: 1000px;
  background: #409d27;
  height: 25px;
  content: '';
  display: block;
  left: -1050px;}

  .in-footer-copyright {display:flex;flex-direction:row-reverse;justify-content:space-between}

  .partners-poziom {display:none;}
  .partners-pion {width:100%;display:block;}

  .pve-showcase a:hover .pve-showcase-border {margin-left:25px;}
  .in-meet-title {position:relative;}
  /* .in-meet-title:before {
        width: 13px;
        height: 400px;
        position: absolute;
        bottom: 0;
        left: 35.3%;
        content: '';
        background: #fff;
        top: -440px;
    } */

/* media queries */

@media only screen and (max-width: 679px) {

header .in-wrap {flex-direction:column;padding:16px;}
header .in-logo {width:100px;height:57px}
header span.in-krs {font-size:15px;position:absolute;top:-4px;right:72px;display:block;white-space:nowrap}
header .nav-group {display:block;}
header .in-top-nav {position:absolute;right:16px;top:16px;text-align:right}
header .in-top-nav a {position:relative;top:0px;margin-left:6px;}
header .in-top-nav a svg {width:25px;height:auto;}
header .hamburger {position:absolute;top:62px;right:16px;}
header .hamburger:after {clear:both;content:'';display:table;}
header .nav-group {flex-direction:row;max-width:100%;}
header .in-nav {width:100%;flex-wrap:nowrap}
header button.hamburger {padding:0;background-color:rgba(255,255,255,0);}

h1 {font-size:30px;line-height:42px}
h2 {font-size:26px;line-height:40px;}
h3 {font-size: 24px;line-height: 36px;margin-bottom: 10px;}
h4 {margin-bottom:14px;line-height:34px;font-size:20px;line-height:29px;}

.in-nav ul {padding-left:22px;max-width:100%;box-sizing:border-box;}
.in-slide-content p.in-slide-content-title {font-size:24px;line-height:32px}
.in-slide-content p {font-size: 17px;line-height: 26px;}
button, button.primary, .in-button, .in-button-primary {font-size: 17px;line-height: 26px;padding: 12px 23px;}
.in-slide .in-wrap {height:calc(100vh - 200px)}
.in-slide .in-wrap {justify-content:top;align-items:top;}
.in-slide img {height:calc(100vh - 200px);max-height:600px}
.in-slider {height:calc(100vh - 200px)}
.slick-dots {bottom:24px;}
.slick-dots li button, .slick-dots li {width:50px;}
.in-intro p.in-intro-header {font-size: 26px;line-height: 32px;margin-top:16px}
.in-intro p {font-size: 19px;line-height: 29px;}
.in-news h3 {font-size:20px;line-height:32px;}
.in-news h3::after {height:5px;}
.in-newsletter h4 {font-size:20px;line-height:32px;}
.in-newsletter h4:after {height:5px;}
.in-testimonials h3 {font-size:20px;line-height:32px;}
.in-testimonials h3:after {height:5px;}
.in-work-with-us h3 {font-size:20px;line-height:32px;}
.in-work-with-us h3:after {height:5px;}
.in-newsletter-container {text-align:center;}
.in-newsletter-container img {width:200px;height:200px;margin:24px 0 24px}
.mailerlite-form-field label {text-align:left;}
.in-work-with-us-intro {font-size:20px;line-height:29px;}
.in-work-with-us-options h4 {font-size:20px;line-height:29px;}
.in-single-person img {max-width:150px;width:150px;height:150px}
.in-quote {font-size:17px;line-height:27px;margin-bottom:12px;}
.in-single-person .in-name {font-size:20px;line-height:29px;}
.in-single-person .in-name-subtitle {font-size:15px;line-height:23px;}
.in-work-with-us-option-1-content span, .in-work-with-us-option-1-content span strong {font-size:18px;line-height:26px;}
.in-work-with-us-option-1-content div span:first-child {width:100%;}
.in-work-with-us-option-1-content div {display:block;margin-bottom:12px;}
.in-donate-buttons p, .in-donate-buttons p strong {font-size:20px;line-height:29px;}
.in-payment-options {text-align:center;}
.in-payment-logo img {width:150px;height:auto;display:block;margin-bottom:16px;margin-left:auto;margin-right:auto;}
.in-payment-logo span {display:block;font-size:20px;line-height:29px;margin-bottom:24px;}
.in-donate-buttons-list a.in-button {padding:6px 8px;}
.in-partners h4 {font-size:20px;line-height:29px;}
.in-partners h4:after {height:5px;}
.in-partners-outro {font-size:20px;line-height:29px;}
.in-account-number p {font-size: 20px;line-height: 27px;}
.sub-menu {display:none;}
#menu-item-42 {margin-top:16px;margin-bottom:12px;}
#menu-menu-glowne {margin-top:12px;}
.in-copyright-info p {font-size:12px;line-height:19px;}
ul#menu-o-nas li::before {display:none;}
ul#menu-o-nas {padding-left:0;margin-left:0;}
.in-sidebar-nav #menu-item-111 a {font-size:22px;line-height:29px;margin-bottom:10px !important}
.in-sidebar-nav #menu-item-111 {margin-bottom:10px;}
.in-sidebar-nav a {font-size:17px;line-height:26px;text-decoration:none;}
#menu-o-nas a {margin-bottom:8px !important}
#menu-o-nas li {margin-bottom:0;line-height:26px}
.in-main-content {margin-bottom:32px;}
li.menu-item-has-children a::after {display:none}
.in-breadcrumbs a, .in-breadcrumbs a.visited, .in-breadcrumbs span {font-size:11px;line-height:20px;}
.in-breadcrumbs span.separator {margin:0 8px}
.in-breadcrumbs {margin-bottom:16px}
.in-news-intro p {font-size:17px;line-height:29px;font-weight:350}
.in-news-page {margin-bottom:32px}
p.in-lead {font-size:20px;line-height:29px;}
.in-photo-and-lead-lead p {font-size:20px;line-height:29px;}

.in-single-news img {width:100%;height:auto;}
span.in-more {margin-bottom:32px;display:inline-block}
.in-news .in-news-list-fix .in-single-news:nth-of-type(5),
.in-news .in-news-list-fix .in-single-news:nth-of-type(6),
.in-news .in-news-list-fix .in-single-news:nth-of-type(7),
.in-news .in-news-list-fix .in-single-news:nth-of-type(8) {display:none}

.in-slider {overflow:hidden}

.in-booking-link {top: -9px !important;font-size:10px !important;padding-top:5px;padding-bottom:5px !important;}
header .hamburger-inner, header .hamburger-inner:after, header .hamburger-inner:before {height:2px !important;border-radius:none;}
.in-boxes {background:#fff !important}
.in-box {flex-direction:column !important;background:#fff;}
.in-boxes .in-wrap {padding:0;}
.in-box-img {width:100%;}
.in-box-content {width:100%;padding-left:0;padding-right:0;padding-top:32px !important;padding:30px}
.in-slide-content .in-button {font-weight:500;font-size:13px;line-height:22px;}
span.in-more {margin-top:30px !important}
.in-slide-content p.in-slide-content-title {letter-spacing:.5px;}
.in-news {padding-top:0 !important;margin-top:0}
.in-nav a {font-size:14px;font-weight:350;padding-top:5px;padding-bottom:5px;}
.in-nav ul li {line-height:26px}

.in-news h3:after {display:none;}
.in-single-news img {max-width:66%;}
.in-news h3 {font-size: 30px;margin-bottom: 39px;}

.in-single-news span.in-more {margin-top:0 !important}
.in-single-news {border-bottom: 1px solid #ccc;
      margin-bottom: 30px;
  }
  .in-boxes-fix {padding-top:0 !important}
  .in-news {margin-bottom:32px;}
  .in-footer-copyright {border-top:1px solid #aaa}
.in-nav a {padding-left:13px !important;}
.in-breadcrumbs {margin-top:16px;color:#666;}
.in-photo-and-lead-lead p {line-height:34px;}
.in-photo-and-lead {padding-bottom:0;border-bottom:none}
.in-kadra h2 {margin-top:0 !important}
.in-kadra img {margin-bottom:16px !important;}

.in-nav ul.sub-menu li {margin-right:20px;}
}

@media only screen and (min-width: 680px) {

.in-nav a:hover {margin-left:0;}

.partners-poziom {display:block;width:100%;}
.partners-pion {display:none;}

header .in-wrap {flex-direction:column;}
header .in-logo {margin-bottom:-30px;}

.in-nav {display:block !important;overflow:none;width:100%}
.in-nav ul {width:100%;display:flex;flex-direction:row;justify-content:space-between;padding-left:0}
.in-nav ul li {margin-left:6px;}
.in-nav ul li:last-child a {margin-right:0;}
.in-nav ul li:first-child {margin-left:0;}
.in-nav ul.sub-menu {margin:0;padding: 12px 28px 8px 22px;position:absolute;top:55px;left:0;display:flex;flex-direction:row;background:#409D27;width:auto;border-radius:0;}
.in-nav ul.sub-menu li {margin-left:0;border-bottom:none;}
.in-nav li.menu-item-has-children a {border-radius:0;}
.in-nav li.menu-item-has-children ul.sub-menu {display:none;}
.in-nav li.menu-item-has-children:hover ul.sub-menu {display:flex;}
.in-cover {display:none !important;}
.hamburger {display:none !important;}

.in-nav a {position:relative;top:0;padding-right:0;margin-right:10px}
.in-nav li {border-bottom:28px solid rgba(64,157,39,0);}
.in-nav li.sub-menu {border-bottom:none;}
.in-nav li:hover {border-bottom-color:#409D27}

.in-grid-2, .in-grid-3, .in-grid-4, .in-grid-6, .in-grid-8, .in-grid-12 {display:grid;grid-template-columns:1fr 1fr;grid-gap:60px}

.in-partners-list {grid-template-columns:1fr 1fr 1fr 1fr;}
.in-gallery {grid-template-columns:repeat(4, 1fr);}

.in-work-with-us-option-1 {display:grid;grid-template-columns: 1fr 3fr;grid-gap:32px;}
.in-work-with-us-option-2 {display:grid;grid-template-columns: 1fr 3fr;grid-gap:32px;}

/* .in-work-with-us-intro {max-width:65%;} */
.in-work-with-us-options h4 {color:#000}

.in-news-intro p {max-width:65%}

.in-main-content {display:flex;flex-direction:row-reverse;justify-content:space-between}
.in-content-wrap {width:75%;margin-bottom:80px;}
.in-main-content .in-sidebar {margin-left:64px;width:25%;padding:30px;background:#eee;v}
.in-sidebar ul, .in-sidebar li {padding-left:0;margin-left:0;margin-bottom:8px;padding-bottom:0}
.in-sidebar a {text-decoration:none;}
.in-sidebar li:before {display:none}

footer .in-footer-columns {display: flex;
  flex-direction: row;align-items:flex-start}
  footer .in-footer-columns p {margin-bottom:0;}

.in-photo-and-lead {display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;margin-bottom:64px;margin-top:64px}
.in-banks {max-width:620px;}

.in-logo {width:100px;height:57px}
.in-news-intro p {font-weight:350}
.in-news-intro {margin-bottom:64px !important}
.in-photo-and-lead-lead {margin-bottom:32px !important}

footer .in-footer-column {border-top:5px solid #eee;padding-top:20px;margin-top:20px}

}

@media only screen and (min-width: 680px) and (max-width:1080px) {
.in-nav a {padding:3px;}
header .in-logo {width:100px;height:57px;}
}



@media only screen and (min-width: 960px) {
.in-breadcrumbs {margin:32px 0}
footer .in-footer-columns {grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:48px;padding-top:34px;}

.in-grid-3, .in-grid-6 {grid-template-columns:1fr 1fr 1fr;}
.in-grid-4, .in-grid-8, .in-grid-12 {grid-template-columns:repeat(4, 1fr);}
.in-partners-list {display:grid;flex-direction:row;justify-content:space-between;align-items:center;}

.in-newsletter {margin-top:60px;}

.in-intro {margin:80px 0;}
li.menu-item-has-children ul.sub-menu a {white-space:nowrap}
.in-work-with-us-intro {margin:60px 0;}
.google-maps {margin-top:32px;}
}

@media only screen and (min-width: 680px) and (max-width:1080px) {

}

@media only screen and (min-width: 1300px) {
  header .in-wrap {flex-direction:row;}
  header .in-logo {margin-bottom:0;margin-top:10px;}
  .in-nav {margin-top:48px;}
  .in-gallery {grid-template-columns:repeat(6, 1fr);margin-top:80px;}
  .in-grid-6 {grid-template-columns:repeat(6, 1fr);}
  .in-grid-8 {grid-template-columns:repeat(8, 1fr);}
  .in-grid-12 {grid-template-columns:repeat(12, 1fr);}
  .in-partners-list {grid-template-columns:repeat(7, 1fr);grid-gap:0}

  .in-single-person img {width:200px;height:200px}
  .in-partners-list {margin:90px 0 30px}
  .in-newsletter h4 {margin-bottom:60px;}
  .in-partners-outro {max-width: 80%;margin: 0 auto 64px;}
  .in-intro p {max-width:900px;margin-left:auto;margin-right:auto;}
  p.in-lead {margin:32px 0 64px;}
  .in-photo-and-lead-lead {margin:32px 0 64px;}
  .in-news-intro {margin:32px 0}
  .in-news-page {margin-bottom:90px;}

  .in-testimonials * {text-align:center !important;}

  footer .in-footer-columns {display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}

  .in-photo-and-lead {display:block;}
  .in-photo-and-lead {margin-bottom:0;padding-bottom:0;border-bottom:none;}
  .in-photo-and-lead-photo img {float: right;
    max-width: 40%;
    height: auto;
    margin: 0 0 50px 50px;}
/*
    .in-single-news img {
      margin-bottom: 32px;
      display: block;
      float: right;
      width: 40%;
      margin: 0 0 5% 5%;
    } */



}

/* temporary */

.in-sidebar a {text-transform:uppercase;letter-spacing:1px;font-size:15px;}
.in-sidebar li {text-align:right;}

.in-transitions {-webkit-transition: all .20s ease; -moz-transition: all .20s ease; -ms-transition: all .20s ease; -o-transition: all .20s ease; transition: all .20s ease;}
.in-smooth-transitions, .in-nav li, .in-nav li *, .pve-showcase-border {-webkit-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -moz-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -o-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);}

a, button, .button, .in-button, img, a img, span.in-more, .in-meet a:after {-webkit-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -moz-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1); -o-transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);transition: all 0.5s cubic-bezier(0, 0.99, 1, 1);}

.in-boxes {margin-top:40px;}

.in-file {display:block;}
.in-file:after {display:table;clear:both;content:''}
#menu-menu-glowne {padding-left:0;}

.in-video {
  width:100%;
min-width: 100% !important;
  padding: 0 !important;
  height: 100% !important;
  max-height:600px;
  object-fit: cover;
}

.in-video-fix.in-slide .in-wrap {top:-100%;position:relative;}

.in-box h2, .in-box h3 {font-weight:350;}

.in-boxes-fix {padding-top:120px;}
.in-content-centered {margin-left:auto;margin-right:auto;}

footer .in-author a {opacity:1}

.in-content-full .in-content-wrap {margin-left:0;margin-right:auto;}
.google-maps {width:100%;height:450px;-webkit-filter: grayscale(100%);margin-bottom:28px;
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  filter: gray; }


  .in-single-news p {
      font-weight: 500;
      font-size: 13px;
      line-height: 23px;
      letter-spacing: .5px;
      color: #999;
  }

  span.in-more {margin-top:15px}

.in-kadra img {border-radius:50%;max-width:50%;margin:0 auto;display:block;margin-bottom:32px;}
.in-osoba p, .in-osoba * {text-align:center;}
.in-osoba {margin-bottom:32px;}
.in-kadra h2 {text-align:center;}

.wpcf7-radio .wpcf7-list-item-label {float:left}
.wpcf7-radio input[type="radio"] {float:left;width:15px;height:15px}
.wpcf7-radio {display:flex;flex-direction:column;}

.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 13px;
font-weight: normal;
display: block;
margin-top: 6px;}

input.wpcf7-form-control.wpcf7-submit {border:none;width:auto;display:inline-block;text-transform:uppercase;background:#000;color:#fff;letter-spacing:1px;padding-left:30px;padding-right:30px;font-size:13px;}
input.wpcf7-form-control.wpcf7-submit:hover {background:#666}

.wpcf7-response-output {padding:10px 20px;font-size:13px;}
.wpcf7 form .wpcf7-response-output {margin:0 !important;border-width:5px;margin-top:32px !important}

.wpcf7-list-item {margin-left:0;}
input[type="radio"] {position:relative;top:2px}
.input-wrap p {margin-bottom:0}
.in-name {font-size:17px;line-height:30px;font-weight:350;}
.in-name .in-stanowisko {font-size:13px;line-height:20px;font-weight:500;text-transform:uppercase;color:#aaa}
.in-kadra h2 {margin: 64px 0 48px;display:block}

.wpcf7-radio input[type="radio"] {margin-left:20px;}
.wpcf7 {margin-bottom:32px}

.in-meet {background:url('../img/kontakt.jpg') no-repeat center left; background-size: cover;padding:120px 0 80px;margin:80px 0;}

.in-meet p {
    color: #fff;
    font-size: 23px;
    line-height: 38px;
    font-weight: 350;
    letter-spacing: .5px;
    text-align: left;
    padding-left:35%;
    padding-top:
}
.in-meet p.in-meet-title {
    color: #fff;
    font-size: 60px;
    line-height: 68px;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: left;
}

.in-meet a {text-decoration:none;}
.in-meet a:after {
    width: 55px;
    height: 58px;
    background: url(../img/arrow-white.svg) no-repeat center center;
    background-size: cover;
    content: '';
    margin-top: 20px;
    margin-left:35%;
    display: block;
    -webkit-transition: all .5s cubic-bezier(0,.99,1,1);
    -moz-transition: all .5s cubic-bezier(0,.99,1,1);
    -o-transition: all .5s cubic-bezier(0,.99,1,1);
    transition: all .5s cubic-bezier(0,.99,1,1);
    position:relative;
    left:0;
}

.in-meet a:hover:after {left:40px}

.pve-offer {padding-top:80px;padding-bottom:60px;}
.pve-offer a {text-decoration:none;}
.pve-offer h2 {font-weight:500;font-size:30px;line-height:38px;margin-bottom:0;}
.pve-offer h3 {font-weight:500;font-size:23px;line-height:30px;margin-top:30px;color:#409D27;}
.in-case-studies-intro h2 {font-weight:500;font-size:30px;line-height:38px;margin-bottom:0;}
.in-box h2, .in-box h3 {font-weight:400;font-size:23px;line-height:30px;}
.in-box h2 {color:#409D27}
.in-box {margin-bottom:60px;}

footer ul li a:before {
    position: absolute;
    right: auto;
    top: 6px;
    bottom: 0;
    width: 1000px;
    background: #fff;
    height: 8px;
    content: '';
    display: block;
    left: -1050px;
}
footer ul li a {display:block;position:relative;}

span.title-border-span {width:50%;max-width:100px;height:5px;background:#409D27;display:block;position:relative;top:-11px;left:20px}
.title-wrap {display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;margin-bottom:60px}

  .pve-offer.pve-offer-fix {padding-top:0}

/* localization */

.in-main-content .in-sidebar {background:#fff}


/* dev */

body.page-id-64 header .in-logo, body.parent-pageid-64 header .in-logo, body.parent-pageid-77 header .in-logo {background:url('../img/dev.png') no-repeat center center;background-size:cover;width:96px;height:76px;top:-12px;position:relative;}

body.page-id-175 header .in-logo, body.parent-pageid-175 header .in-logo, body.parent-pageid-188 header .in-logo {background:url('../img/con.png') no-repeat center center;background-size:cover;width:96px;height:76px;top:-12px;position:relative;}

body.parent-pageid-182 header .in-logo {background:url('../img/con.png') no-repeat center center;background-size:cover;width:96px;height:76px;top:-12px;position:relative;}



body.page-id-177 header .in-logo, body.parent-pageid-177 header .in-logo, body.parent-pageid-192 header .in-logo {background:url('../img/wind.png') no-repeat center center;background-size:cover;width:96px;height:76px;top:-12px;position:relative;}

body.page-id-180 header .in-logo, body.parent-pageid-180 header .in-logo, body.parent-pageid-190 header .in-logo {background:url('../img/sto.png') no-repeat center center;background-size:cover;width:96px;height:76px;top:-12px;position:relative;}






body.page-id-64 footer ul li.menu-dev a:before, body.parent-pageid-64 footer ul li.menu-dev a:before, body.parent-pageid-77 footer ul li.menu-dev a:before {background:#409D27}

body.page-id-175 footer ul li.menu-con a:before, body.parent-pageid-175 footer ul li.menu-con a:before, body.parent-pageid-188 footer ul li.menu-con a:before {background:#AA5B0E}

body.page-id-182 footer ul li.menu-con a:before {background:#AA5B0E}

body.page-id-177 footer ul li.menu-wind a:before, body.parent-pageid-177 footer ul li.menu-wind a:before, body.parent-pageid-192 footer ul li.menu-wind a:before {background:#313E9A}

body.page-id-180 footer ul li.menu-sto a:before, body.parent-pageid-180 footer ul li.menu-sto a:before, body.parent-pageid-190 footer ul li.menu-sto a:before {background:#E88613}


body.page-id-64 .in-top-number, body.parent-pageid-64 .in-top-number, body.parent-pageid-77 .in-top-number {color:#409D27}

body.page-id-175 .in-top-number, body.parent-pageid-175 .in-top-number, body.parent-pageid-188 .in-top-number, body.parent-pageid-182 .in-top-number {color:#AA5B0E}

body.page-id-177 .in-top-number, body.parent-pageid-177 .in-top-number, body.parent-pageid-192 .in-top-number {color:#313E9A}

body.page-id-180 .in-top-number, body.parent-pageid-180 .in-top-number, body.parent-pageid-190 .in-top-number {color:#E88613}




li#menu-item-200 a:hover {color:#AA5B0E}
li#menu-item-200:hover {border-bottom-color:#AA5B0E}
li#menu-item-200 ul.sub-menu {background:#AA5B0E}
li#menu-item-200 ul.sub-menu li a:hover {color:#fff}

li#menu-item-204 a:hover {color:#313E9A}
li#menu-item-204:hover  {border-bottom-color:#313E9A}
li#menu-item-204 ul.sub-menu {background:#313E9A}
li#menu-item-204 ul.sub-menu li a:hover {color:#fff}

li#menu-item-208 a:hover {color:#E88613}
li#menu-item-208:hover  {border-bottom-color:#E88613}
li#menu-item-208 ul.sub-menu {background:#E88613}
li#menu-item-208 ul.sub-menu li a:hover {color:#fff}

ul.sub-menu li a:hover {opacity:.5}



/*
Black: #000
Green: #409D27
Brown: #AA5B0E
Blue: #313E9A
Orange: #E88613
Text: #444
Light Gray: #EEE
White: #FFF */

/*fixes*/

   .in-intro-new-fix {margin-top:80px;}

   .page-template-template-glowna-con .in-important-info h3:before {background:#AA5B0E}


@media only screen and (max-width: 679px) {

  header .in-logo {width:70px}
  .in-top-number {font-size:15px;}
  .in-top-lang {font-size:14px;top:0;}
  header .hamburger {top:50px;right:25px;}
  .pve-showcase .in-column {margin-bottom:40px}
  .in-intro-new-fix {margin-top:40px;}


}

.wpcf7 {border-top:1px solid #ccc;margin-top:40px;padding-top:40px;}
.wpcf7 label {font-weight:700;display:block;text-transform:uppercase;}
.wpcf7-form-control-wrap {display:block;margin-top:5px;margin-bottom:20px}
.wpcf7-acceptance {float:left;margin:0 15px 5px 0}
.wpcf7-acceptance input {padding:0; margin:0;position:relative;top:5px}
.in-req, .in-req p {color:#970808}
.in-acceptance, .in-acceptance p {font-size:12px;line-height: 22px}

body.page-id-64 span.title-border-span, body.parent-pageid-64 span.title-border-span, body.parent-pageid-77 span.title-border-span {background:#409D27}
body.page-id-175 span.title-border-span, body.parent-pageid-175 span.title-border-span, body.parent-pageid-188 span.title-border-span, body.parent-pageid-182 span.title-border-span {background:#AA5B0E}
body.page-id-177 span.title-border-span, body.parent-pageid-177 span.title-border-span, body.parent-pageid-192 span.title-border-span {background:#313E9A}
body.page-id-180 span.title-border-span, body.parent-pageid-180 span.title-border-span, body.parent-pageid-190 span.title-border-span {background:#E88613}


body.page-id-64 h1, body.parent-pageid-64 h1, body.parent-pageid-77 h1, body.page-id-64 h2, body.parent-pageid-64 h2, body.parent-pageid-77 h2, body.page-id-64 h3, body.parent-pageid-64 h3, body.parent-pageid-77 h3 {color:#409D27}
body.page-id-175 h1, body.parent-pageid-175 h1, body.parent-pageid-188 h1, body.page-id-175 h2, body.parent-pageid-175 h2, body.parent-pageid-188 h2, body.page-id-175 h3, body.parent-pageid-175 h3, body.parent-pageid-188 h3 {color:#AA5B0E}

body.parent-pageid-182 h1, body.parent-pageid-182 h2, body.parent-pageid-182 h3 {color:#AA5B0E}

body.page-id-175 h1, body.parent-pageid-175 h1, body.parent-pageid-188 h1, body.page-id-175 h2, body.parent-pageid-175 h2, body.parent-pageid-188 h2, body.page-id-175 h3, body.parent-pageid-175 h3, body.parent-pageid-182 h3 {color:#AA5B0E}

body.page-id-177 h1, body.parent-pageid-177 h1, body.parent-pageid-192 h1, body.page-id-177 h2, body.parent-pageid-177 h2, body.parent-pageid-192 h2, body.page-id-177 h3, body.parent-pageid-177 h3, body.parent-pageid-192 h3  {color:#313E9A}
body.page-id-180 h1, body.parent-pageid-180 h1, body.parent-pageid-190 h1, body.page-id-180 h2, body.parent-pageid-180 h2, body.parent-pageid-190 h2, body.page-id-180 h3, body.parent-pageid-180 h3, body.parent-pageid-190 h3 {color:#E88613}

body.page-id-64 .in-nav a, body.parent-pageid-64 .in-nav a, body.parent-pageid-77 .in-nav a {color:#409D27}
body.page-id-175 .in-nav a, body.parent-pageid-175 .in-nav a, body.parent-pageid-188 .in-nav a, body.parent-pageid-182 .in-nav a {color:#AA5B0E}
body.page-id-177 .in-nav a, body.parent-pageid-177 .in-nav a, body.parent-pageid-192 .in-nav a {color:#313E9A}
body.page-id-180 .in-nav a, body.parent-pageid-180 .in-nav a, body.parent-pageid-190 .in-nav a {color:#E88613}

label.hour textarea {height:150px;}

.pve-showcase .in-grid-4 a {text-align: justify;display: block;line-height:22px}
.in-important-info p {text-align:justify}

.in-intro-wrap {background:url('../img/pve-tlo.jpg') no-repeat center center; background-size:cover}
.in-intro-wrap * {color:#fff !important}

.in-news-intro p {text-align: justify}
.in-boxes .in-box-content p {text-align: justify}
.in-boxes .in-box-content * {text-align: justify}

.page-id-188 .in-content-centered.in-content-wrap {width:100% !important}
.page-id-77 .in-content-centered.in-content-wrap {width:100% !important}



@media only screen and (min-width: 680px) and (max-width: 1280px) {
  header .nav-group {margin-top:50px !important}
  }

@media only screen and (max-width: 679px) {
    .in-meet {padding:30px 0;margin:40px 0}
    .in-meet p.in-meet-title {font-size:20px;line-height:24px;}
    .in-meet p {padding-left:0;font-size:16px;line-height:1.7}
    .in-meet a:after {width:26px;height:27px;left:0;margin-left:0;}
    .in-meet:hover  a:after {left:20px}
    header .hamburger {top:45px}
    .in-top-number {margin-right:10px}
    .in-nav a {font-weight:700}
    .pve-showcase .in-grid-4 a {margin-bottom:40px}
    .in-important-info p {font-size:16px;line-height:28px}
    .in-important-info {margin-bottom:40px}
    .in-intro p {font-size:16px;line-height:28px}
    .in-intro {padding:40px 0}
    .pve-offer {padding-top:40px;padding-bottom:40px}

    body.page-id-64 header .in-logo, body.parent-pageid-64 header .in-logo, body.parent-pageid-77 header .in-logo {background:url('../img/dev.png') no-repeat center center;background-size:cover;width:70px;height:55px;top:-1px;position:relative;}

    body.page-id-175 header .in-logo, body.parent-pageid-175 header .in-logo, body.parent-pageid-188 header .in-logo {background:url('../img/con.png') no-repeat center center;background-size:cover;width:70px;height:55px;top:-1px;position:relative;}

    body.page-id-177 header .in-logo, body.parent-pageid-177 header .in-logo, body.parent-pageid-192 header .in-logo {background:url('../img/wind.png') no-repeat center center;background-size:cover;width:70px;height:55px;top:-1px;position:relative;}

    body.page-id-180 header .in-logo, body.parent-pageid-180 header .in-logo, body.parent-pageid-190 header .in-logo {background:url('../img/sto.png') no-repeat center center;background-size:cover;width:70px;height:55px;top:-1px;position:relative;}

    .in-footer-column p {margin-bottom:0}
    .in-footer-column {margin-bottom:15px}
    .in-footer-copyright {flex-direction:column}
    .page-template-template-contact .in-main-content h2 {font-size:20px;line-height:32px}
    .pve-symbols-footer {margin-top:0}
    footer {padding-bottom:30px}
    .google-maps {margin-bottom:0}
    .in-box.in-prawo .in-box-content {padding-left:30px}
    .in-box.in-lewo .in-box-content {padding-right:30px}
    .in-box {margin-bottom:0px}
    .title-wrap {margin-bottom:20px}
    }

  .page-template-template-contact .in-content-wrap {
      width:100%;
    }

  .page-id-69 .in-main-content {display:none}
  .page-template-template-glowna-dev .in-grid-column {text-align: justify}

  .in-top-nav a {opacity:.5}
  .in-top-nav a.current, .in-top-nav a:hover {opacity:1 !important;color:#000 !important}