a{
  color: #000;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html{
font: normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}


blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
content: '';
}

ins{
  text-decoration: underline;
}

del{
  text-decoration: line-through;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

body{
margin:0px;
padding:0px;
font-size:14px;
font-family:ff-meta-web-pro, sans-serif;
font-weight:400;
font-style: normal;
background:#fff;
}

body input, body textarea, body button, body select{
font-family:ff-meta-web-pro, sans-serif;
font-weight:400;
font-style: normal;
}

body a, body a:hover{
text-decoration:none;
}

.body-hide-ow{
overflow: hidden;
}

.conteiner{
width:calc(100% - 40px);
max-width:1320px;
padding:0px 20px;
margin:0px auto;
}



/*HEADER TOP PAGE*/

.top-page-header{
width:100%;
position:relative;
}


.top-page-header-up{
width:100%;
height:97px;
background:#c8eafc url('../images/tlo-1.png') no-repeat top center;
}



.top-page-header-menu{
background:#fff;
padding:42px 0px 78px 0px;
}

.top-page-header-menu-block{
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:nowrap;
}

.top-page-header-menu-block-left img{
padding-bottom:10px;
}

.top-page-header-menu-block-left img{
width:370px;
height:auto;
display:block;
}

.top-page-header-menu-block-right-nav > div > ul{
display:flex;
justify-content:flex-end;
align-items:flex-end;
flex-wrap:nowrap;
}

.top-page-header-menu-block-right-nav > div > ul > li{
list-style-type:none;
position:relative;
margin-left:38px; 
}

.top-page-header-menu-block-right-nav > div > ul > li > a{
display:block;
font-size:21px;
line-height:21px;
text-transform:uppercase;
font-weight:400;
color:#00489c;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
padding-bottom:10px;
}

.top-page-header-menu-block-right-nav > div > ul > li:hover > a,
.top-page-header-menu-block-right-nav > div > ul > .current-menu-item > a,
.top-page-header-menu-block-right-nav > div > ul > .current-menu-parent > a{
color:#2eb8f3;
}

.top-page-header-menu-block-right-nav > div > ul > li > ul{
position:absolute;
top:100%;
left:0px;
opacity:0;
visibility:hidden;
min-width:350px;
width:100%;
background:rgba(55,186,243,0.9);
padding:18px 13px;
border-radius:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:99; 
}

.top-page-header-menu-block-right-nav > div > ul > li:hover > ul{
opacity:1;
visibility:visible;
}

.top-page-header-menu-block-right-nav > div > ul > li > ul > li{
list-style-type:none;
position:relative;
display:block;
}

.top-page-header-menu-block-right-nav > div > ul > li > ul > li > a{
font-size:21px;
line-height:normal;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
}

.top-page-header-menu-block-right-nav > div > ul > li > ul > li > a:hover,
.top-page-header-menu-block-right-nav > div > ul > li > ul > .current-menu-item > a{
color:#00489c;
}

.top-page-header-menu-block-right-nav-swicher{
width:30px;
height:20px;
border-top:2px solid #00489c;
border-bottom:2px solid #00489c;
cursor:pointer;
position:relative;
margin-left:20px;
display:none;
margin-bottom:15px;
}

.top-page-header-menu-block-right-nav-swicher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:2px;
background:#00489c;
margin-top:-1px;
}

.top-page-header-menu-block-right-nav-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
display:none;
}


/*BANERY POTRÓJNY*/

.baner-page-two-block{
position:relative;
width:100%;
height:326px;
overflow:hidden;
max-width:1320px;
margin:0px auto;
background:#2eb8f3;
}

.baner-page-two-a{
position:absolute;
left:0px;
top:0px;
width:37.5%;
height:100%;
clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
-webkit-clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
-ms-clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.baner-page-two-b{
position:absolute;
left:32.8%;
top:0px;
width:35.1%;
height:100%;
clip-path:polygon(156% 0, 100% 0%, 85% 100%, 0% 100%);
-webkit-clip-path:polygon(16% 0, 100% 0%, 85% 100%, 0% 100%);
-ms-clip-path:polygon(16% 0, 100% 0%, 85% 100%, 0% 100%);
}

.baner-page-two-c{
position:absolute;
right:0px;
top:0px;
width:36.5%;
height:100%;
clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
-webkit-clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
-ms-clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

.baner-page-two-a img, .baner-page-two-b img, .baner-page-two-c img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}



/*BANERY PODWÓJNY*/

.baner-page{
background:#f0f5ee;
padding-bottom:50px;
position:relative;
}

.baner-page::before{
content:'';
position:absolute;
bottom:25px;
left:0px;
width:100%;
height:75px;
background:url('../images/tlo-2.png') no-repeat top center;
z-index:10;
}

.baner-page-block{
position:relative;
width:100%;
height:550px;
overflow:hidden;
max-width:1320px;
margin:0px auto;
background:#2eb8f3;
}

.baner-page-block-one{
position:absolute;
right:0px;
top:0px;
width:100%;
height:100%;
}

.baner-page-block-one img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}




.baner-page-block-left-button{
position:absolute;
bottom:90px;
left:12%;
z-index:11;
background:rgba(55,186,243,0.9);
padding:4px 26px;
border-radius:12px;
color:#fff;
font-size:44px;
line-height:normal;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.baner-page-block-left-button:hover{
background:rgba(0,72,156,0.9);
}

.baner-page-block-right-button{
position:absolute;
bottom:90px;
right:12%;
z-index:11;
background:rgba(0,72,156,0.9);
padding:4px 26px;
border-radius:12px;
color:#fff;
font-size:44px;
line-height:normal;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.baner-page-block-right-button:hover{
background:rgba(55,186,243,0.9);
}

.baner-page-block-left{
position:absolute;
left:0px;
top:0px;
width:53.5%;
height:100%;
clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
-webkit-clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
-ms-clip-path:polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.baner-page-block-right{
position:absolute;
right:0px;
top:0px;
width:53.5%;
height:100%;
clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
-webkit-clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
-ms-clip-path:polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

.baner-page-block-left img, .baner-page-block-right img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}


.baner-page-team{
height:37px;
position:relative;
background: rgb(240,245,238);
background: -moz-linear-gradient(90deg, rgba(240,245,238,1) 50%, rgba(255,255,255,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(240,245,238,1) 50%, rgba(255,255,255,1) 50%);
background: linear-gradient(90deg, rgba(240,245,238,1) 50%, rgba(255,255,255,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f5ee",endColorstr="#ffffff",GradientType=1);
}


.baner-page-team-block{
background:url('../images/tlo-3.png') no-repeat top center;
height:37px;
}



/*SEKCJA STRONA GŁÓWNA*/

.home-page{
background:#f0f5ee;
padding:0px 0px 70px 0px;
}

.home-page-block{
position:relative;
}

/*.home-page-block::before{
content:'';
position:absolute;
top:-153px;
left:-204px;
width:290px;
height:290px;
border:1px solid #40bdf3;
border-radius:50%;
z-index:10;
}

.home-page-block::after{
content:'';
position:absolute;
top:-169px;
left:-197px;
width:290px;
height:290px;
border:1px solid #40bdf3;
border-radius:50%;
z-index:10;
}*/

.home-page-block-con{
width:100%;
max-width:1000px;
margin:0px auto;
}

.home-page-block-team{
padding:50px 0px 50px 0px;
background:#f0f5ee;
}

.home-page-block-team-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;
}

.home-page-block-team-top-img{
width:354px;
}

.home-page-block-team-top-img-ob{
width:100%;
height:354px;
margin-bottom:20px;
border-radius:16px;
overflow:hidden;
}

.home-page-block-team-top-img-ob img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-block-team-top-text{
width:calc(100% - 384px);
}

.home-page-block-team-bottom{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -15px;
}

.home-page-block-team-bottom-item{
width:calc(33.3333333333333333333% - 30px);
margin:0px 15px;
}

.home-page-block-team-bottom-item-ob{
width:100%;
height:254px;
margin-bottom:20px;
border-radius:16px;
overflow:hidden;
}

.home-page-block-team-bottom-item-ob img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

/*PDSTRONA FORMULARZ*/

.home-page-block-form{
padding:50px 0px 50px 0px;
background:#f0f5ee;
}

.home-page-block-form-content{
width:100%;
max-width:1000px;
margin:0px auto;
}

.home-page-block-form-content-input label{
display:block;
font-size:24px;
font-weight:300;
color:#464749;
margin-bottom:10px;
}

.home-page-block-form-content-input input{
width:calc(100% - 14px);
border:1px solid #464749;
padding:4px 6px;
display:block;
font-size:24px;
font-weight:300;
color:#464749;
margin-bottom:15px;
outline:none;
}

.home-page-block-form-content-check{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:15px;
border:1px solid #000;
}

.home-page-block-form-content-check-l{
width:290px;
text-align:right;
font-size:24px;
font-weight:400;
color:#464749;
line-height:normal;
padding:10px 0px 10px 10px;
word-wrap:break-word;
}

.home-page-block-form-content-check-in{
font-size:24px;
font-weight:300;
color:#464749;
line-height:normal;
padding:10px 0px 10px 25px;  
}

.home-page-block-form-content-input-button{
text-align:center;
padding:40px 0px;
}

.home-page-block-form-content-input-button-a{
display:inline-block;
font-size:29px;
font-weight:700;
color:#fff;
line-height:normal;
font-family:"caecilia", sans-serif;
padding:12px 20px 9px 20px;
border-radius:12px;
background:#2eb8f3;
border:1px solid #fff;
-webkit-box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
-moz-box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
cursor:pointer;
}

.home-page-block-form-content-input-button-a:hover{
background:#1556a2;
}

.home-page-block-form-content-alert{
font-size:24px;
font-weight:400;
color:#00489c;
line-height:normal;
text-align:center;
padding:40px 0px; 
display:none; 
}


/*NAGŁOWKI GŁÓWNE STRONY*/

.page-header-one
{
font-size:36px;
font-weight:300;
color:#00489c;
line-height:normal;
font-family: "caecilia", sans-serif;
}

.page-header-center
{
text-align:center;
}

.page-header-right
{
text-align:right;
}

.page-header-m-a
{
margin:0px 0px 40px 0px;
}

.page-header-m-b
{
margin:0px 0px 20px 0px;
}

.page-header-m-c
{
margin:0px 0px 40px 0px;
padding-top:30px;
}

.page-header-two
{
font-size:26px;
font-weight:300;
color:#00489c;
line-height:normal;
font-family: "caecilia", sans-serif;
}

.page-header-three
{
font-size:20px;
font-weight:300;
color:#00489c;
line-height:normal;
font-family: "caecilia", sans-serif;
}




/*TEKSTY P*/

.text-page-one p{
font-size:24px;
font-weight:300;
color:#464749;
line-height:40px;
}

.text-page-two p{
font-size:16px;
font-weight:300;
color:#464749;
line-height:24px;
}

.text-page-one-padding-a p{
padding-bottom:40px;
}

.text-page-one-padding-b p{
padding-bottom:20px;
}


.text-page-center{
text-align:center;
}

.text-page-one ul{
padding:0px;
margin:0px;
}

.text-page-one ul li{
font-size:24px;
font-weight:300;
color:#464749;
line-height:40px;
padding:0px 0px 0px 18px;
margin:0px;
position:relative;
list-style-type:none;
}

.text-page-one ul li::before{
content:'';
position:absolute;
left:0px;
top:11px;
width:4px;
height:4px;
background:#415e9c;
border-radius:50%;
}

.text-page-one p .alignnone{
height:180px;
width:auto;
border-radius:16px;
margin-right:30px;
margin-bottom:15px;
}

.text-page-one p .alignleft{
height:180px;
width:auto;
border-radius:16px;
margin-right:30px;
margin-bottom:15px;
}

.text-page-one p .alignright{
height:180px;
width:auto;
border-radius:16px;
margin-left:30px;
margin-bottom:15px;
}

.text-page-one p .aligncenter{
height:180px;
width:auto;
border-radius:16px;
margin-left:15px;
margin-right:15px;
margin-bottom:15px;
}


.text-page-one h2, .text-page-one h3, .text-page-one h4, .text-page-one h5{
font-size:36px;
font-weight:300;
color:#00489c;
line-height:normal;
font-family: "caecilia", sans-serif;
padding-bottom:20px;
}

/*PLIKI DOWNLOAD*/

.page-download-header{
font-size:24px;
font-weight:700;
color:#464749;
line-height:40px;
margin-bottom:20px;
}

.page-download-file{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.page-download-file-item{
margin:0px 20px 30px 0px;
text-align:center;
font-size:16px;
font-weight:300;
color:#464749;
line-height:24px;
padding-top:50px;
background:url('../images/pdf.png') no-repeat top center;
word-wrap:break-word;
}




/*PODSTRONA Z BAIAŁYMI BLOKAMI FAQ*/

.page-block-har{
background:#fff;
border-bottom:1px solid #999c9e;
}

.page-block-har-header{
font-size:30px;
font-weight:300;
color:#5c6062;
line-height:normal;
font-family: "caecilia", sans-serif;
cursor:pointer; 
padding:35px 75px 30px 75px; 
position:relative;
}

.page-block-har-header::before{
content:'';
position:absolute;
right:75px;
width:50px;
height:50px;
top:22px;
background:url('../images/kol-a.gif') no-repeat center center;
}

.page-block-har-open .page-block-har-header::before{
background:url('../images/kol-b.gif') no-repeat center center;
}

.page-block-har-txt{
padding:0px 75px 30px 75px;
display:none;   
}

.page-block-har-open .page-block-har-txt{
display:block;   
}

/*OBRAZKI TREŚCI*/

.page-image-con-b{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -15px;
}

.page-image-con-b-item{
width:calc(33.33333333333333333% - 30px);
margin:0px 15px;
}

.page-image-con-b-item-text{
margin-bottom:20px;
}


.page-image-con-b-item-img{
width:100%;
height:180px;
border-radius:16px;
overflow:hidden;
margin-bottom:20px;
}

.page-image-con-b-item-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.page-image-con-a{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.page-image-con-a-item{
width:calc(50% - 15px);
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-direction:row-reverse;
flex-wrap:wrap;
}

.page-image-con-a-item-text{
margin-bottom:20px;
width:calc(50% - 15px);
}

.page-image-con-a-item-text p{
word-wrap:break-word;
}

.page-image-con-a-item-img{
width:calc(50% - 15px);
height:180px;
border-radius:16px;
overflow:hidden;
margin-bottom:20px;
width:calc(50% - 15px);
}

.page-image-con-a-item-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

/*PRZYCISK NA KAŻDEJ STRONIE*/

.page-button-form{
background:#f0f5ee;  
}

.page-button-form-content{
display:flex;
justify-content:flex-end;
align-items:flex-start;
flex-wrap:nowrap;
transform:translateY(-45px); 
-webkit-transform: translateY(-45px);
-ms-transform: translateY(-45px);
position:relative;
z-index:90;
width:100%;
max-width:1000px;
margin:0px auto;
}

.page-template-team .page-button-form-content{
transform:translateY(0px); 
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px); 
padding-bottom:40px;
}

.page-button-form-content a{
font-size:29px;
font-weight:700;
color:#fff;
line-height:normal;
font-family:"caecilia", sans-serif;
padding:12px 20px 9px 20px;
border-radius:12px;
background:#2eb8f3;
border:1px solid #fff;
-webkit-box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
-moz-box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
box-shadow: 8px 8px 10px 1px rgba(195, 195, 196, 1);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
}

.page-button-form-content a:hover{
background:#1556a2;
}


/*STOPKA*/

.footer-page{
border-top:3px solid #2eb8f3;
padding:50px 0px;
}


.footer-page-top{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.footer-page-top-blok-a{
width:calc(25% - 55px);
padding-right:55px;
}

.footer-page-top-blok-b{
width:50%;
}


.footer-page-top-blok-header{
color:#4d71b5;  
font-size:18px; 
font-weight:400;
line-height:30px;
margin-bottom:36px;
}

.footer-page-top p{
color:#464749;  
font-size:18px; 
font-weight:300;
line-height:30px;
padding-bottom:36px; 
}

.footer-page-bottom{
padding-left:50%;
color:#464749;  
font-size:18px; 
font-weight:300;
line-height:30px;
padding-bottom:36px; 
}

.footer-page-bottom a{
color:#464749;  
font-size:18px; 
font-weight:300;
line-height:30px;
padding-bottom:36px; 
}

