body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0; vertical-align: middle;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}

/*
pasek top tlo - #000001;
pasek top color - #FFFFFE;
pasek top line - #333334;
pasek top hover - #222223;

slider color - #FFFFFD;

content color - #000002;
content hover - #666665;

stopka tlo - #000003;
stopka color - #FFFFFD;

boxy tlo - #000004;
boxy color - #CCCCCD;
boxy obrys - #FFFFFB;

*/


html {
font-family: Arial;
font-size: 16px;
line-height: 16px;
/* scroll-behavior: smooth; */
}

@media all and (max-width: 1199px) {

html {
font-size: 14px;
line-height: 14px;
}

}

@media all and (max-width: 999px) {

html {
font-size: 12px;
line-height: 12px;
}

}


.cleaner {
clear: both;
}

body {
background: #000;
margin: 0;
padding: 0;
}

body.block {
overflow: hidden;
}

.marginBotBig {
margin-bottom: 1.8rem !important;
}

.paddingBotBig {
padding-bottom: 1.8rem !important;
}

.wide {
margin-left: calc((100vw - 1400px) / -2) !important;
width: 100vw!important;
}


@media all and (max-width: 1499px) {

.wide {
margin-left: calc((100vw - 100%) / -2) !important;
width: 100vw !important;
}

}


/* ################
TOP
################ */




.headerBox {
position: fixed;
width: 100%;
background: #FFFFFF;
color: #00212f;
z-index: 9999;
}

.headerBox .left, .headerBox .right {
float: left;
width: calc(50% - 700px);
height: 4.5rem;
background: #FFFFFF;
}

.header {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;

float: left;
width: 1400px;
height: 4.5rem;
background: #FFFFFF;
}

.logo {
flex: 1 1 auto;
}

.logo img {
width: 9em;
vertical-align: middle;
}

nav ul, .menu ul {
background: #FFFFFF;
}

.menu {
display: flex;

margin-right: -1rem;
}

.lng {
margin-left: 1rem !important;
border-left: 1px solid #333334;
}

.lng li a.submenu {
display: flex;
align-items: center;

padding-top: 0;
padding-bottom: 0;
height: 4.5rem;
}

.lng li ul {
border: 1px solid #333334;
border-top: none;
margin-left: -1px;
}

.lng img {
height: 1.3rem;
}

.menu li {

}

.menu li a {
display: block;
padding: 1.6rem 1rem 1.6rem 1rem; 
color: #00212f;
font-size: 1.3rem;
line-height: 1.3rem;
text-decoration: none;
transition: 0.3s;
}

.menu li a.submenu {
cursor: pointer;
padding-right: calc(1rem + 14px) !important;
background: url('../img/arrowDown.svg') no-repeat;
background-position: calc(100% - 1rem) center;
}

.menu li a:hover {
color: #0078ab;
transition: 0.3s;
}

.menu li a.submenu:hover {
color: #0078ab !important;
}

.menu li ul {

position: absolute;
z-index: -10;
text-align: left;
transition: 0.3s;
/*transform: translateY(-102%);*/
}

nav .menu li:last-child ul {
right: 0;
}

.menu li ul li {
float: none;
border-bottom: none;
background: #FFFFFF;
}

.menu li ul li {
  border-top: 1px solid red;
}

.menu li ul li a {
display: block;
padding: 1rem;
background: none;
font-size: 1.15rem;
font-weight: 400;
line-height: 1.15rem;
}

#hamburgerBox {
display: none;
width: 32px;
height: 20px;
}

.hamburger {
cursor: pointer;
margin: 0;
border: 0;
padding: 0;
background-color: transparent;
}

.hamburger__container {
display: flex;
position: relative;
align-items: center;
width: 32px;
height: 20px;

}

.hamburger__bars {
position: absolute;
width: 32px;
height: 2px;
background: #FFFFFE;
transition: transform 220ms ease-in-out;
}

.hamburger__bars:before, .hamburger__bars:after {
display: block;
position: absolute;
width: 32px;
height: 2px;
background-color: #FFFFFE;
content: '';
}
.hamburger__bars:before {
top: -9px;
transition: top 100ms 250ms ease-in, transform 220ms ease-in-out;
}
.hamburger__bars:after {
bottom: -9px;
transition: bottom 100ms 250ms ease-in,  transform 220ms ease-in-out;
}

.hamburger--active .hamburger__bars {
transition: transform 220ms 120ms ease-in-out;
transform: rotate(225deg);
}
.hamburger--active .hamburger__bars:before {
top: 0;
transition: top 100ms ease-out;
}
.hamburger--active .hamburger__bars:after {
bottom: 0;
transition: bottom 100ms ease-out,  transform 220ms 120ms ease-in-out;
transform: rotate(-90deg);
}

.hamburger:focus, .hamburger__container:focus {
outline: none;
}


@media all and (max-width: 1499px) {

.headerBox .left, .headerBox .right {
width: 50px;
}

.header {
width: calc(100% - 100px);
}

.fotoMainBox {
min-height: 580px;
}

}


@media all and (max-width: 999px) {

.headerBox .left, .headerBox .right {
width: 30px;
}

.header {
width: calc(100% - 60px);
}

#hamburgerBox {
display: block;
}

nav {
position: fixed;
top: 0;
left: 0;
z-index: -10;
overflow: auto;
overflow-y: scroll;
/*-webkit-overflow-scrolling: touch;*/
margin-top: 4.4rem;
border-top: 1px solid #333334;
width: 100%;
height: calc(100vh - 4.4rem - 1px);
background-color: rgba(0, 0, 0, 0.84);
transition: 0.3s;
transform: translateY(-110%);
}

nav.active {
transition: 0.3s;
transform: translateY(0);
}

nav .menu {
position: absolute;
padding: 0 0 4.4rem 0;
width: 100%;
}

nav .menu li, nav .menu li ul li {
float: none;
border-top: 1px solid #333334;
text-align: left;
}

nav li:first-child {
border-top: none;
}

nav .menu li:last-child {
border-bottom: 1px solid #333334;
}

nav .menu li ul li:last-child {
border-bottom: none;
}

nav .menu li a, nav .menu li ul li a {
padding: 1rem 30px 1rem 30px;
font-size: 1.4rem;
line-height: 1.4rem;
}

nav .menu li ul li a {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
padding-left: 3.2rem;
font-size: 1.2rem;
line-height: 1.2rem;
}

nav .menu li a.submenu {
background-position: calc(100% - 35px) center;
}

nav .menu li ul {
display: block;
position: static;
border-top: none;
padding: 0;
text-align: center;
transform: translateY(-0%);
}

.lng img {
height: 20px !important;
}

.lng li ul li {
border-top: none;
}

.fotoMainBox {
min-height: 500px;
}

.fotoMain h1, .fotoMain h2 {
font-size: 3.4rem;
line-height: 3.4rem;
}

}

@media all and (max-width: 767px) {

.headerBox .left, .headerBox .right {
width: 15px;
}
.header {
width: calc(100% - 30px);
}
.fotoMainBox {
min-height: 440px;
}
.fotoMain h1, .fotoMain h2 {
font-size: 3rem;
line-height: 3rem;
}

}

@media not all and (hover: none) {
.menu li:hover ul {
/*transform: translateY(0);*/
}
}

@media (hover: none) {
.lng .hov {
transform: translateY(0%) !important;
}
}

/* ################
SLIDER
##################*/

.slides {
height: 100%;
width: 100%;
position: relative;
}

.slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
font-size: 2rem;
line-height: 2rem;
color: #FFFFFD;
opacity: 0;
transition: opacity 1000ms;
background-size: cover;
}

.sContent {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
align-items: center;
}

.sContent > *:first-child {
margin-top: 2rem;
}

.sContent > *:last-child {
margin-bottom: 4rem;
}

.sContent h1, .sContent h2 {
padding: 0.6rem;
background: rgba(0, 0, 0, 0.5);
font-size: 4rem;
line-height: 4rem;
text-align: center;
}

.slide:nth-child(1) {
opacity: 1;
z-index: 100;
}

.noButtons {
display: none;
}

.indicators {
position: absolute;
bottom: 1.5rem;
left: 1.5rem;
z-index: 120;
width: calc(100% - 3rem);

display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: flex-start;
}

.indicator {
margin-right: 0.4rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.6rem;
text-align: center;
background: #000;
border: 1px solid #000;
color: #FFF;
cursor: pointer;
}

.indicator:last-child {
margin-right: 0;
}

.indicator[data-state=active] {
background: #FFF;
color: #000;
}


/* ################
FOTO
################ */

#topMargin {
width: 100%;
height: 4.4rem;
}

.fotoBox {
width: 100%;
background: #000; 
}

.fotoLine {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}

.fotoBox.big {
height: calc(100vh - 4.4rem);
min-height: 680px;
}

.fotoBox.small {
height: 480px;
}


@media all and (max-width: 1499px) {
.fotoBox.big {
min-height: 580px;
}
}

@media all and (max-width: 1699px) {
.fotoBox.small {
height: 390px;
}
}

@media all and (max-width: 1399px) {
.fotoBox.small {
height: 320px;
}
}

@media all and (max-width: 999px) {

.fotoBox.big {
min-height: 500px;
}
.fotoBox.small {
height: 280px;
}
.foto h1, .foto h2 {
font-size: 3.4rem;
line-height: 3.4rem;
}

}

@media all and (max-width: 767px) {

.fotoBox.big {
min-height: 440px;
}
.fotoBox.small {
height: 240px;
}
.foto h1, .foto h2 {
font-size: 3rem;
line-height: 3rem;
}

}


/* ################
CONTENT
################ */

#content {
padding: 2rem 0 1rem 0;
background: #FFF;
color: #000002;
font-size: 1.3rem;
line-height: 1.8rem;
}

.contentBox {
margin: auto;
width: 1400px;
}

.contentBox p {
padding: 0 0 1.2rem 0;
text-align: justify;
}

.contentBox .topMargin {
padding-top: 0.8rem;
}

.contentBox h2 {
padding: 0 0 1.2rem 0;
font-size: 1.9rem;
line-height: 2.2rem;
}

.contentBox h3 {
padding: 0 0 1.2rem 0;
font-size: 1.65rem;
line-height: 1.95rem;
}

.contentBox h4 {
padding: 0 0 1.2rem 0;
font-size: 1.4rem;
line-height: 1.6rem;
}

.contentBox a {
color: #000002;
transition: 0.3s;
}

.contentBox a:hover {
color: #666665;
transition: 0.3s;
}

.contentBox blockquote {
background: #EEE;
}

.contentBox ul {
padding: 0 0 0.7rem 0;
line-height: 1.6rem;
}

.contentBox ol {
padding: 0 0 0.7rem 2.4rem;
line-height: 1.6rem;
list-style-type: decimal;
}

.contentBox ul li {
padding: 0 0 0.5rem 1rem;
background: url('../img/arrowRight.svg?a=2') no-repeat left 0.5rem;
background-size: 0.4rem;
}

.contentBox ol li {
padding: 0 0 0.5rem 0;
}

.contentBox table {
margin-bottom: 1.2rem;
border: 1px solid #666;
border-width: 0 0 1px 1px;
width: 100%;
}

.contentBox table caption {
padding: 0 0 0.4rem 0;
color: #777;
text-align: center;
}

.contentBox table td, .contentBox table th {
border: 1px solid #666;
border-width: 1px 1px 0 0;
padding: 0.3rem 0.6rem 0.3rem 0.6rem;
}

.contentBox table th {
background: #EEE;
font-weight: bold;
}

@media all and (max-width: 1499px) {

.contentBox {
width: calc(100% - 100px);
}

}

@media all and (max-width: 999px) {

.contentBox {
width: calc(100% - 60px);
}

}

@media all and (max-width: 767px) {

.contentBox {
width: calc(100% - 30px);
}

}


/* ################
FOOTER
################ */

footer {
background: #000003;
color: #FFFFFD;
}

.footerBox {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 1.2rem 0 1.2rem 0;
width: 1400px;
}

.footerBox img {
margin: 0 0 0.6rem 0;
width: 90px;
vertical-align: middle;
}

.footerBox .left {
width: 300px;
text-align: left;
}

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

.footerBox .right {
width: 300px;
text-align: right;
}

@media all and (max-width: 1499px) {

.footerBox {
width: calc(100% - 100px);
}

}

@media all and (max-width: 999px) {

.footerBox {
width: calc(100% - 60px);
}

}

@media all and (max-width: 767px) {

.footerBox {
flex-flow: column nowrap;
width: calc(100% - 30px);
}
.footerBox .center {
padding: 1rem 0 1rem 0;
}
.footerBox .left, .footerBox .right {
text-align: center;
}

}


/* ################
BLOKI
################ */

.oneBlocks, .twoBlocks, .threeBlocks, .fourBlocks {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
}

.oneBlocks > div, .twoBlocks > div, .threeBlocks > div, .fourBlocks > div {
background-size: cover;
background-position: center center;
color: #CCCCCD;
background: #555555;
}

.twoBlocks > div:last-child, .threeBlocks > div:last-child, .fourBlocks > div:last-child {
margin-right: 0 !important;
}

.oneBlock {
margin: 0.6rem 0 1.8rem 0;
width: calc(100%);
background: #000004;
color: #CCCCCD;
text-align: center;
}

.oneBlock.break {
padding-bottom: 0.6rem;
}

.oneBlock.break > div {
margin-bottom: 2rem;
}

.twoBlocks {
padding-bottom: 2rem;
text-align: center;
}

.twoBlocks.break {
padding-bottom: 0.6rem;
}

.twoBlocks > div {
width: 50%;
}

.twoBlocks.break > div {
margin-right: 1.8rem;
margin-bottom: 1.8rem;
width: calc(50% - 0.9rem);
}

.threeBlocks {
padding-bottom: 2rem;
text-align: center;
}

.threeBlocks.break {
padding-bottom: 0.8rem;
}

.threeBlocks > div {
width: 33.3333%;
}

.threeBlocks.break > div {
margin-right: 1.5rem;
margin-bottom: 1.5rem;
width: calc(33.3333% - 1rem);
}

.fourBlocks {
padding-bottom: 2rem;
text-align: center;
}

.fourBlocks.break {
padding-bottom: 1.4rem;
}

.fourBlocks > div {
width: 25%;
}

.fourBlocks.break > div {
margin-right: 1.6rem;
margin-bottom: 1.7rem;
width: calc(25% - 1.2rem);
}

.borderBox {
width: calc(100% - 2rem - 2px) !important;
height: calc(100% - 2rem - 2px) !important;
border: 1px solid #FFFFFB !important;
padding: 1rem !important;
}

@media all and (min-width: 700px) {
.twoBlocks.break > div:nth-of-type(even) {
margin-right: 0;
}
}

@media all and (max-width: 699px) {

.twoBlocks.break > div {
margin-right: 0;
}
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even),
.twoBlocks.break > div:nth-of-type(odd), .twoBlocks.break > div:nth-of-type(even) {
width: 100%;
}

}

@media all and (min-width: 1000px) {
.threeBlocks.break > div:nth-of-type(3n) {
margin-right: 0;
}
}

@media all and (min-width: 600px) and (max-width: 999px) {

.threeBlocks.break > div:nth-of-type(2n) {
margin-right: 0;
}
.threeBlocks > div {
width: 50%;
}
.threeBlocks.break > div {
width: calc(50% - 0.75rem);
}
	
}

@media all and (max-width: 599px) {

.threeBlocks.break > div {
margin-right: 0;
}
.threeBlocks > div {
width: 100%;
}
.threeBlocks.break > div {
width: calc(100%);
}
	
}

@media all and (min-width: 1100px) {
.fourBlocks.break > div:nth-of-type(4n) {
margin-right: 0;
}
}

@media all and (min-width: 720px) and (max-width: 1099px) {

.fourBlocks.break > div:nth-of-type(3n) {
margin-right: 0;
}
.fourBlocks > div {
width: 33.333%;
}
.fourBlocks.break > div {
width: calc(33.333% - 1.0666rem);
}
	
}

@media all and (min-width: 500px) and (max-width: 719px) {

.fourBlocks.break > div:nth-of-type(2n) {
margin-right: 0;
}
.fourBlocks > div {
width: 50%;
}
.fourBlocks.break > div {
width: calc(50% - 0.8rem);
}
	
}

@media all and (max-width: 499px) {

.fourBlocks.break > div {
margin-right: 0;
}
.fourBlocks > div {
width: 100%;
}
.fourBlocks.break > div {
width: calc(100%);
}

}




/* ################
GALERIA
################ */

.gallery4, .gallery6 {
overflow: hidden;
padding: 1.4rem 0 0.6rem 0;
}

.gallery6 {
padding-bottom: 0.8rem;
}

.gallery4 img {
float: left;
border: 1px solid #000004;
width: calc(25% - 2px - 0.6rem);
margin: 0 0.8rem 0.8rem 0;
}

@media all and (min-width: 920px) {

.gallery4 a:nth-of-type(4n) img {
margin-right: 0;
}

}

@media all and (min-width: 540px) and (max-width: 919px) {

.gallery4 a:nth-of-type(3n) img {
margin-right: 0;
}
.gallery4 img {
width: calc(33.333% - 2px - 0.5333rem);
}

}

@media all and (max-width: 539px) {

.gallery4 a:nth-of-type(2n) img {
margin-right: 0;
}
.gallery4 img {
width: calc(50% - 2px - 0.4rem);
}

}


.gallery6 img {
float: left;
border: 1px solid #000004;
width: calc(16.6666% - 2px - 0.5rem);
margin: 0 0.6rem 0.6rem 0;
}

@media all and (min-width: 900px) {

.gallery6 a:nth-of-type(6n) img {
margin-right: 0;
}

}

@media all and (min-width: 500px) and (max-width: 899px) {

.gallery6 a:nth-of-type(4n) img {
margin-right: 0;
}
.gallery6 img {
width: calc(25% - 2px - 0.45rem);
}

}

@media all and (max-width: 499px) {

.gallery6 a:nth-of-type(3n) img {
margin-right: 0;
}
.gallery6 img {
width: calc(50% - 2px - 0.4rem);
}

}