@import "reset.css";


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Lato', sans-serif;
background-color:#fffded;
min-height:100%;
}

body input, body textarea, body button{
font-family: 'Lato', sans-serif;
}


.body-ow{
overflow:hidden;
}

.kontener{
width:100%;
max-width:1200px;
padding:0px;
margin:0px auto;
position:relative;
}

.kontener-dwa{
width:calc(100% - 30px);
max-width:1890px;
padding:0px 15px;
margin:0px auto;
position:relative;
}

/*NGŁÓWEK STRONA*/

.naglowek-belka-gora{
background:#000;
padding:5px 0px;
}


.naglowek-belka-gora-zaw{
display:flex;
justify-content:flex-end;
align-items:center;
}

.naglowek-belka-gora-zaw-kontakt-a
{
margin:0px 10px 0px 0px;
}

.naglowek-belka-gora-zaw-kontakt-a svg
{
fill:#fff;
display:inline-block;
vertical-align:middle;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


.naglowek-belka-gora-zaw-kontakt-a:hover svg
{
fill:#c5c5c3;
}

.svg-mail
{
width:25px;
height:auto;
}

.svg-tel
{
width:20px;
height:auto;
}

.naglowek-belka-gora-zaw-kontakt-a > span, .naglowek-belka-gora-zaw-kontakt-a > a
{
display:inline-block;
vertical-align:middle;
line-height:normal;
color:#fff;
font-size:16px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px 5px;
}

.naglowek-belka-gora-zaw-kontakt-a:hover > span, .naglowek-belka-gora-zaw-kontakt-a > a:hover
{
color:#c5c5c3;
}

.naglowek-belka-gora-zaw-jezyk
{
margin-left:40px;
}

.naglowek-belka-gora-zaw-jezyk ul
{
display:block;
}

.naglowek-belka-gora-zaw-jezyk ul li
{
display:inline-block;
vertical-align:middle;
position:relative;
}

.naglowek-belka-gora-zaw-jezyk ul li::after
{
content:'|';
display:inline-block;
vertical-align:middle;
line-height:normal;
color:#fff;
font-size:12px;
}

.naglowek-belka-gora-zaw-jezyk ul li:last-child::after
{
display:none;
}

.naglowek-belka-gora-zaw-jezyk ul li a
{
display:inline-block;
vertical-align:middle;
line-height:normal;
color:#fff;
font-size:12px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px 5px;
text-transform:uppercase;
}

.naglowek-belka-gora-zaw-jezyk ul li a img
{
display:none;
}

.naglowek-belka-gora-zaw-jezyk ul li a:hover
{
color:#c5c5c3;
}



.naglowek-belka-menu
{
background:#fffded;
padding:7px 0px;
width:100%;
}

.naglowek-belka-menu-zaw
{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.naglowek-belka-menu-zaw
{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.naglowek-belka-menu-zaw-logo
{
width:442px;
}

.naglowek-belka-menu-zaw-logo img
{
width:100%;
height:auto;
}

.naglowek-belka-menu-nawigacja
{
width:calc(100% - 502px);
}

.naglowek-belka-menu-nawigacja > div > ul
{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
margin:0px;
padding:0px;
position:relative;
}

.naglowek-belka-menu-nawigacja > div > ul > li
{
list-style-type:none;
display:block;
margin:0px;
padding:0px;
}

.naglowek-belka-menu-nawigacja > div > ul > li > a
{
display:block;
line-height:normal;
color:#000;
font-size:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px;
padding:5px 0px;
opacity:1;
position:relative;
}

.naglowek-belka-menu-nawigacja > div > ul > li:hover > a,
.naglowek-belka-menu-nawigacja > div > ul > .current-menu-item > a
{
opacity:0.5;
}


.naglowek-belka-menu-nawigacja > div > ul > .menu-rodzic > a
{
padding:5px 20px 5px 0px;
}

.naglowek-belka-menu-nawigacja > div > ul > .menu-rodzic > a::before
{
content:'';
top:14px;
right:5px;
position:absolute;
width:4px;
height:4px;
border-right:2px solid black;
border-bottom:2px solid black;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
transform: rotate(45deg); 
-webkit-transform: rotate(45deg); 
-ms-transform:rotate(45deg);
transform-origin:center center;
-webkit-transform-origin:center center;  
-ms-transform-origin:center center;
}

.naglowek-belka-menu-nawigacja > div > ul > .menu-rodzic:hover > a::before
{
top:16px;
transform: rotate(-134deg); 
-webkit-transform: rotate(-134deg); 
-ms-transform:rotate(-134deg);
}


.naglowek-belka-menu-nawigacja > div > ul > li > ul
{
position:absolute;
top:100%;
left:0px;
width:180px;
background:#fffded;
padding:10px 20px;
-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.26);
-moz-box-shadow:    1px 1px 8px 0px rgba(0, 0, 0, 0.26);
box-shadow:         1px 1px 8px 0px rgba(0, 0, 0, 0.26);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
visibility:hidden;
opacity:0;
z-index:999;
}

.naglowek-belka-menu-nawigacja > div > ul > li:hover > ul
{
visibility:visible;
opacity:1;
}

.naglowek-belka-menu-nawigacja > div > ul > li > ul > li
{
list-style-type:none;
display:block;
margin:0px;
padding:5px 0px;
}


.naglowek-belka-menu-nawigacja > div > ul > li > ul > li > a
{
line-height:normal;
color:#000;
font-size:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px;
opacity:1;
}

.naglowek-belka-menu-nawigacja > div > ul > li > ul > li > a:hover,
.naglowek-belka-menu-nawigacja > div > ul > li > ul > .current-menu-item > a
{
opacity:0.5;
}

.naglowek-belka-menu-nawigacja-zam
{
width:40px;
height:40px;
background:url('../images/ico-close.png') no-repeat center;
cursor:pointer;
display:none;
}

.naglowek-belka-menu-nawigacja-przeloncznik
{
width:40px;
height:40px;
background:url('../images/ico-menu.png') no-repeat center;
cursor:pointer;
display:none;	
}

/*SLAJDER*/

.slaider-strona-glowna
{
position:relative;	
}

.slaider-strona-glowna-slajd
{
position:relative;
}

.slaider-strona-glowna-slajd-ob
{
width:100%;
height:552px;
position:relative;
}

.slaider-strona-glowna-slajd-ob::before
{
content:'';
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background:#000;
opacity:0.8;
}

.slaider-strona-glowna-slajd-ob img
{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}


.slaider-strona-glowna .owl-theme .owl-nav 
{
margin-top:0px;
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:999;
}

.slaider-strona-glowna .owl-carousel .owl-nav button.owl-next
{
background:0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
position:absolute;
top:0px;
right:20px;
width:16px;
height:34px;
background:url('../images/st-p.png') no-repeat center; 
margin-top:-17px;
}

.slaider-strona-glowna .owl-carousel .owl-nav button.owl-next span
{
display:none;
}

.slaider-strona-glowna .owl-carousel .owl-nav button.owl-prev
{
background:0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
position:absolute;
top:0px;
left:20px;
width:16px;
height:34px;
background:url('../images/st-l.png') no-repeat center; 
margin-top:-17px;
}

.slaider-strona-glowna .owl-carousel .owl-nav button.owl-prev span
{
display:none;
}

.slaider-strona-glowna .owl-theme .owl-dots
{
position:absolute;
bottom:26px;
left:0px;
width:100%;
z-index:999;
}

.slaider-strona-glowna .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span 
{
background:#878787;
}

.slaider-strona-glowna .owl-theme .owl-dots .owl-dot span 
{
width:50px;
height:4px;
margin:0px 12px;
background:#fff;
border-radius:0px;
}

.slaider-strona-glowna-slajd-tekst
{
position:absolute;
top:50%;
left:0px;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width:100%;
}

.slaider-strona-glowna-slajd-tekst-zaw
{
width:calc(100% - 100px);
max-width:754px;
margin:0px auto;
padding:0px 50px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}

.slaider-strona-glowna-slajd-tekst-zaw-l
{
width:calc(100% - 270px);
line-height:normal;
color:#fff;
font-size:36px;
text-align:center;
}

.slaider-strona-glowna-slajd-tekst-zaw-p
{
width:270px;
}

.slaider-strona-glowna-slajd-tekst-zaw-p img
{
width:100%;
height:auto;
}




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-carousel.off {
    display: block;
}



/*SEKCJA STRONA GŁÓWNA*/

.sekcja-strona-glowna
{
padding:36px 0px;
}

.sekcja-strona-glowna-bloki
{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;	
}

.sekcja-strona-glowna-nag
{
display:block;
color:#000;
font-size:48px;
font-weight:700;
padding:30px 0px;
}

.sekcja-strona-glowna-bloki-nag
{
width:calc(50% - 15px);
}

.sekcja-strona-glowna-bloki-nag a
{
display:block;
border:4px solid #000;
border-right:0px solid #000;
margin-right:76px;
color:#000;
font-size:48px;
text-align:center;
font-weight:700;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
padding:0px 10px;
height:115px;
text-transform:uppercase;
}

.sekcja-strona-glowna-bloki-nag span
{
display:block;
position:relative;
top:50%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
line-height:normal;
}

.sekcja-strona-glowna-bloki-nag a:hover
{
opacity:0.5;
}

.sekcja-strona-glowna-bloki-nag a::before
{
content:'';
top: 14px;
right: -43px;
position: absolute;
width: 82px;
height: 82px;
border-right: 4px solid black;
border-top: 4px solid black;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform-origin: center center;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
background: #fffded;
opacity:1;
}

.sekcja-strona-glowna-bloki-nag a:hover::before
{
opacity:0.8;
}

.sekcja-strona-glowna-nag-dwa{
display:block;
color:#000;
font-size:24px;
font-weight:700;
padding:30px 0px;
text-transform:uppercase;
}

.sekcja-strona-glowna-tekst-blok{
margin-bottom:30px;
}

.sekcja-strona-glowna-tekst-blok p{
color:#000;
font-size:18px;
font-weight:400;
line-height:26px;
}

/*SEKCJA PODSTRONA*/


.sekcja-podstrona
{
padding:0px 0px 36px 0px;
}

.sekcja-podstrona-naglowek
{
width:100%;
height:160px;
position:relative;	
margin-bottom:40px;
}

.sekcja-podstrona-naglowek::before
{
content:'';
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background:#000;
opacity:0.8;
}

.sekcja-podstrona-naglowek img
{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.sekcja-podstrona-naglowek-tekst
{
position:absolute;
top:50%;
left:0px;
width:100%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.sekcja-podstrona-naglowek-tekst-nag
{
color:#fff;
font-size:46px;
line-height:normal;
}



.sekcja-podstrona-img img
{
width:100%;
height:auto;
display:block;
border:2px solid #000;
margin-bottom:40px;
}

.sekcja-podstrona-tekst
{
color:#000;
font-size:18px;
font-weight:400;
line-height:26px;
margin-bottom:40px;
}

.sekcja-podstrona-tekst ul, .sekcja-podstrona-tekst ol
{
padding:0px;
margin-left:40px;
}

.sekcja-podstrona-tekst li
{
margin-bottom:20px;
}

.sekcja-podstrona-tekst p
{
padding-bottom:20px;
}

/*PODSTRONA OFERTA*/

.sekcja-podstrona-oferta-bloki
{
margin-bottom:30px;		
}

.sekcja-podstrona-oferta-bloki h2, .sekcja-podstrona-oferta-bloki h3, .sekcja-podstrona-oferta-bloki h4
{
color:#000;
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:10px;		
}

.sekcja-podstrona-oferta-bloki p
{
color:#000;
font-size:20px;
font-weight:400;
line-height:26px;
padding-bottom:30px;	
}

/*PODSTRONA SZUKAM PRACY*/

.sekcja-podstrona-szukam-pracy
{
border:2px solid #000;
margin-bottom:40px;
padding:50px 50px 20px 50px;
}

.sekcja-podstrona-szukam-pracy-nag{
color:#000;
font-size:34px;
font-weight:700;
line-height:26px;
margin-bottom:30px;	
}

.sekcja-podstrona-szukam-pracy p
{
color:#000;
font-size:18px;
font-weight:400;
line-height:26px;
padding-bottom:30px;
}

.sekcja-podstrona .sekcja-strona-glowna-formularz
{
max-width:100%;
padding-top:0px;
}

.sekcja-podstrona-szukam-pracy-kontakt
{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin-bottom:20px;
}

.sekcja-podstrona-szukam-pracy-kontakt a
{
margin:0px 10px 10px 0px;
background:#000;
padding:12px 12px;
}

.sekcja-podstrona-szukam-pracy-kontakt a svg
{
fill:#fff;
display:inline-block;
vertical-align:middle;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


.sekcja-podstrona-szukam-pracy-kontakt a:hover svg
{
fill:#c5c5c3;
}


.sekcja-podstrona-szukam-pracy-kontakt a span
{
display:inline-block;
vertical-align:middle;
line-height:normal;
color:#fff;
font-size:16px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px 5px;
}

.sekcja-podstrona-szukam-pracy-kontakt a:hover span
{
color:#c5c5c3;
}

/*SEKCJA KONTAKT*/

.sekcja-podstrona-kontakt
{
}

.sekcja-podstrona-kontakt p
{
color:#000;
font-size:18px;
font-weight:400;
line-height:26px;
padding-bottom:30px;
}

.sekcja-podstrona-kontakt-firma
{
text-align:center;
margin-bottom:30px;
}

.sekcja-podstrona-kontakt-firma-nag
{
color:#000;
font-size:34px;
font-weight:700;
line-height:26px;
margin-bottom:30px;	
}

.sekcja-podstrona-kontakt-osoby
{
display:flex;
justify-content:center;
align-items:flex-start;
flex-wrap:wrap;
text-align:center;
}

.sekcja-podstrona-kontakt-osoba
{
width:calc(33.3333333333333% - 20px);
margin-bottom:40px;	
}

.sekcja-podstrona-kontakt-osoba img
{
border:2px solid #000;
margin-bottom:20px;
}

.sekcja-podstrona-kontakt-osoba-nag
{
color:#000;
font-size:22px;
font-weight:700;
line-height:26px;
margin-bottom:22px;	
}

/*WARTOŚCI I ZASADY*/

.sekcja-podstrona-wartosci-i-zasady
{
text-align:center;		
}

.sekcja-podstrona-wartosci-i-zasady-gora
{
margin-bottom:30px;
}

.sekcja-podstrona-wartosci-i-zasady-gora h2, .sekcja-podstrona-wartosci-i-zasady-gora h3, .sekcja-podstrona-wartosci-i-zasady-gora h4
{
color:#000;
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:30px;		
}

.sekcja-podstrona-wartosci-i-zasady-gora p
{
color:#000;
font-size:20px;
font-weight:400;
line-height:26px;
padding-bottom:30px;	
}

.sekcja-podstrona-wartosci-i-zasady-bloki
{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.sekcja-podstrona-wartosci-i-zasady-blok
{
width:calc(33.33333333333% - 40px);
margin-bottom:40px;
}

.sekcja-podstrona-wartosci-i-zasady-blok-nag
{
width:calc(100% - 74px);
border:2px solid #000;
margin-right:50px;
color: #000;
font-size: 22px;
font-weight:700;
line-height: 26px;
text-align:center;
position:relative;
padding:10px 10px;
border-right:0px;
text-transform:uppercase;
position:relative;
margin-bottom:30px;
}

.sekcja-podstrona-wartosci-i-zasady-blok-nag::before{
content:'';
position:absolute;
top:0px;
right:-1px;
width:2px;
height:73%;
background:#000;
transform:rotate(-45deg); 
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform-origin:top left;
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
}

.sekcja-podstrona-wartosci-i-zasady-blok-nag::after{
content:'';
position:absolute;
bottom:0px;
right:-1px;
width:2px;
height:73%;
background:#000;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform-origin:bottom left;
-webkit-transform-origin:bottom left;
-ms-transform-origin:bottom left;
}

.sekcja-podstrona-wartosci-i-zasady-blok p
{
color:#000;
font-size:18px;
font-weight:400;
line-height:26px;
padding-bottom:30px;
text-align:left;	
}

/*FORMULARZE*/

.sekcja-strona-glowna-formularz
{
width:100%;
max-width:600px;
margin:0px auto;
padding:36px 0px;
}

.sekcja-strona-glowna-formularz-nag
{
color:#000;
font-size:24px;
text-align:center;
font-weight:700;
margin:0px 0px 30px 0px;
line-height:normal;	
}

.formularz-poz input[type='text']
{
display:block;
width:calc(100% - 34px);
line-height:40px;
padding:0px 15px;
border:2px solid #000;
background: transparent;
margin: 0px 0px 10px 0px;
outline: none;
color:#000;
font-size:16px;
resize:none;
height:40px;
font-weight:700;
}

.formularz-poz textarea
{
display:block;
width:calc(100% - 34px);
line-height:normal;
padding:10px 15px;
border:2px solid #000;
background: transparent;
margin: 0px 0px 10px 0px;
outline: none;
color:#000;
font-size:16px;
resize:none;
font-weight:700;
height:100px;
}

.formularz-poz input[type='text']::-webkit-input-placeholder { 
color:#000;
opacity:1;
}
.formularz-poz input[type='text']::-moz-placeholder {
color:#000;
opacity:1;
}
.formularz-poz input[type='text']:-ms-input-placeholder { 
color:#000;
opacity:1;
}
.formularz-poz input[type='text']:-moz-placeholder {
color:#000;
opacity:1;
}

.formularz-poz textarea::-webkit-input-placeholder { 
color:#000;
opacity:1;
}
.formularz-poz textarea::-moz-placeholder {
color:#000;
opacity:1;
}
.formularz-poz textarea:-ms-input-placeholder { 
color:#000;
opacity:1;
}
.formularz-poz textarea:-moz-placeholder {
color:#000;
opacity:1;
}

.formularz-poz-ch
{
  width:100%;
  padding:0px 0px 30px 0px;
  
}

.formularz-poz-ch input
{
  display:none;
}

.formularz-poz-ch label 
{
  position:relative;
  padding-left:30px;
  display:block;
  font-weight:400;
  font-size:12px;
  margin:0px;
  color:#000;
  line-height:15px;
  text-align:left;

}

.formularz-poz-ch label a, .formularz-poz-ch label a:hover
{

  font-weight:400;
  font-size:12px;
  color:#000;
  line-height:15px;
  text-decoration:none;

}

.formularz-poz-ch label::before 
{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:20px;
  height:20px;
  border:2px solid #000;
  background:transparent;   
}

.formularz-poz-ch label::after 
{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
    
}

.formularz-poz-ch input[type="checkbox"]:checked + label::after 
{

  content:'';
  position:absolute;
  top:2px;
  left:7px;
  width:7px;
  height:12px;
  border-right:2px solid black;
  border-bottom:2px solid black;
  color:#dcdcdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

.formularz-poz-wyslij
{
text-align:center;
padding-top:50px;
}

.formularz-poz-wyslij-przycisk
{
display:inline-block;
padding:16px 0px;
background:black;
color:#fff;
font-size:16px;
resize:none;
font-weight:700;
border:0px;
margin:0px;
cursor:pointer;
width:100%;
max-width:160px;	
}

.sekcja-formularz-okno
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:9999999;
background:rgba(0,0,0,0.9);
display:none;

}

.sekcja-formularz-okno-zaw
{
position:relative;
top:50%;
width:calc(100% - 90px);
max-width:500px;
margin:0px auto;
background:white;
border-radius:6px;
text-align:center;
padding:30px;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%); 
}

.sekcja-formularz-okno-zaw-zam, .sekcja-formularz-okno-zaw-zam:hover
{
display:inline-block;
padding:16px 0px;
background:black;
color:#fff;
font-size:16px;
resize:none;
font-weight:700;
border:0px;
margin:0px;
cursor:pointer;
width:100%;
max-width:160px;	
}


.sekcja-formularz-okno-zaw-tekst
{
font-weight:700;
color:#000;
font-size:18px;
line-height:18px;
margin:0px 0px 30px 0px;	
}

/*STOPKA*/

.stopka
{
background:#000;
padding:50px 0px 38px 0px;
}

.stopka-bloki
{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.stopka-blok-a
{
width:300px;
}

.stopka-blok-b
{
width:240px;
}

.stopka-blok-a img
{
margin-bottom:30px;
}

.stopka-blok-a p
{
color:#fff;
font-size:16px;
font-weight:400;
line-height:24px;
}

.stopka-blok-a p a
{
color:#fff;
font-size:16px;
font-weight:400;
line-height:24px;
opacity:1;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.stopka-blok-a p a:hover
{
opacity:0.5;
}

.stopka-blok-b-nag
{
color:#fff;
font-size:16px;
font-weight:700;
line-height:24px;
margin-bottom:30px;
padding-top:13px;
}

.stopka-blok-b ul
{
display:block;
margin:0px;
padding:0px;
}

.stopka-blok-b ul li
{
display:block;
margin:0px;
padding:0px;
list-style-type:none;
}

.stopka-blok-b ul li a
{
display:inline-block;
color:#fff;
font-size:16px;
font-weight:400;
line-height:24px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
}

.stopka-blok-b ul li a:hover
{
opacity:0.5;
}

.stopka-copy
{
padding-top:20px;
text-align:center;
color:#fff;
font-size:11px;
font-weight:400;
line-height:12px;
}


