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 - #333335;

slider color - #FFFFFD;

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

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

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


.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


*/


* {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


html {
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 16px;
/* scroll-behavior: smooth; */
}

.sup {
font-size: 70%;
vertical-align: 0.4em;
line-height: 0;
}


@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;
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #444445;
width: 100%;
background: #000001;
color: #FFFFFE;
z-index: 8888;
}

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

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

float: left;
width: 1400px;
height: 4.6rem;
background: #000001;
}

.logo {
flex: 1 1 auto;
}

.logo img {
padding-top: 0.1rem;
width: 9.8em;
vertical-align: middle;
}

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

.menu {
position: relative;
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.6rem;
}

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

.lng img {
height: 1.3rem;
}

.menu li {
float: left;
}

.menu li a {
display: block;
padding: 1.65rem 1rem 1.65rem 1rem;
height: 1.3rem; 
color: #FFFFFE;
font-size: 1.25rem;
line-height: 1.3rem;
text-decoration: none;
text-transform: uppercase;
transition: 0.3s;
font-weight: 500;
}

.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 {
background-color: #333335;
transition: 0.3s;
}

.menu li a.submenu:hover {
background-color: #000001 !important;
}

.menu li ul {
position: absolute;
z-index: -10;
text-align: left;
transition: 0.3s;
transform: translateY(calc(-103% - 5rem - 2px));
}

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

.menu li ul li {
float: none;
border-top: 1px solid #333334;
}

.menu li ul li a {
height: 0.9rem;
display: block;
padding: 0.8rem;
background: none;
font-size: 0.9rem;
font-weight: 400;
line-height: 0.9rem;
color: #AAA;
}

#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: calc(4.6rem + 2px);
/*border-top: 1px solid #333334;*/
width: 100%;
height: calc(100vh - 4.6rem - 2px);
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.6rem 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;
}

.sContent {
background-size: cover;
background-position: center center;
}

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



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

.frame {
width: calc(100% - 6rem - 2px);
height: calc(100% - 10rem - 2px);
border: 1px solid rgba(255, 255, 255, 0.3);
/*border: 1px solid rgba(0, 0, 0, 0.36);*/
margin: 1.5rem;
padding: 3rem 1.5rem 4rem 1.5rem;
box-shadow: 0px 0px 4rem 2rem rgba(0, 0, 0, 0.15);
}

.fotoBox.small .frame {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
height: calc(100% - 6rem - 2px);
justify-content: center;
}

.fotoBox.small .frame h1, .fotoBox.small .frame h2 {
font-family: "PT Serif", serif;
padding: 0 0 0.3rem 0;
text-shadow: 0px 0px 1.2rem rgba(0, 0, 0, 0.5);
font-size: 3.2rem;
line-height: 3.5rem;
text-align: center;
color: #FFF;
text-transform: uppercase;
}

.sContent .hgroup {
text-align: center;
}

.sContent h3 {
font-family: "PT Serif", serif;
font-style: italic;
text-shadow: 0px 0px 1.5rem rgba(250, 240, 210, 0.5);
font-size: 3.4rem;
line-height: 4rem;
text-align: center;
color: #000;
font-weight: 400;

font-size: 3rem;
line-height: 3.5rem;
font-weight: 400;
}

.frame img {
margin-top: 3.4rem;
width: 14rem;
/*padding-bottom: 22.5rem;*/
}

.noButtons {
display: none;
}

.indicators {
position: absolute;
bottom: 2.8rem;
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: rgba(255, 255, 255, 0.5);
border: 1px solid #000;
color: #000;
cursor: pointer;
}

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

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


@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}

.scroll-btn {
	display: block;
	text-align: center;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
/*
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
*/
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 2rem;
	height: 3.4rem;
	width: 32px;
	height: 52px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(0,0,0,0.99);
	border-radius: 16px;
	background: rgba(254, 242, 215, 0.15);
	box-shadow: 0px 0px 4.4rem 0rem rgba(254, 242, 215, 0.7);
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2s linear infinite;
  -moz-animation: ani-mouse 2s linear infinite;
  animation: ani-mouse 2s linear infinite;
}


@media (max-width: 1369px) {

.frame {
height: calc(100% - 9rem - 2px);
padding-top: 2.5rem;
padding-bottom:3.5rem;
}

.sContent h3 {
font-size: 2.7rem;
line-height: 3.1rem;
}

.frame img {
margin-top: 2.4rem;
width: 12rem;
}

}


@media (min-width: 700px) and (max-width: 820px) and (orientation: portrait) {

.frame {
height: calc(100% - 10rem - 2px);
padding-top: 3rem;
padding-bottom:4rem;
}

.sContent h3 {
font-size: 3.2rem;
line-height: 3.7rem;
}

.frame img {
margin-top: 3.4rem;
width: 15rem;
}

}



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

.indicators {
bottom: auto;
left: auto;
right: 1.5rem;
z-index: 120;
width: calc(1.5rem + 2px);

flex-flow: column nowrap;

top: 50%;
transform: translateY(-50%);
}

.indicator {
margin-right: 0;
margin-bottom: 0.4rem;
}



}


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

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

.fotoBox {
width: 100%;
background: #000;
position: relative;
z-index: 50;
}

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

.fotoBox.big {
height: calc(100vh - 6rem);
height: calc(var(--vh, 1vh) * 100 - 6rem);
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 {
position: relative;
padding: 2.3rem 0 1rem 0;
background: #FFF;
color: #000002;
font-size: 1.25rem;
line-height: 1.9rem;
z-index: 100;
}

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

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

.contentBox p b {
font-weight: 600;
}

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

.contentBox h1, .contentBox h2 {
font-family: "PT Serif", serif;
padding: 0 0 1.3rem 0;
font-size: 2.6rem;
line-height: 2.9rem;
text-align: center;
text-transform: uppercase;
}

.contentBox h3, .contentBox h1.cht {
font-family: "PT Serif", serif;
padding: 0 0 1.3rem 0;
font-size: 2rem;
line-height: 2.3rem;
text-align: center;
text-transform: none;
/*font-style: italic;*/
}

.contentBox h4 {
font-family: "PT Serif", serif;
padding: 0 0 1.2rem 0;
font-size: 1.6rem;
line-height: 1.8rem;
}

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

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

.contentBox blockquote {
background: #EEE;
}

.contentBox ul {
padding: 0 0 1.2rem 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;
}

.contentBox .button, .contentBox .buttonBlack {
padding: 0 0 1.4rem 0;
position: relative;
margin-top: 0.4rem;
text-align: center;
}

.contentBox .button a {
font-weight: 500;
padding: 0.6rem 0.85rem 0.65rem 0.85rem;
display: inline-block;
background: #000;
color: #FFF;
text-decoration: none;
font-size: 1.3rem;
line-height: 1.4rem;
transition: 0.2s;

/*background: #f2f2f2;
border: 1px solid #000;
color: #000;*/

background: #b78500;
color: #fff;
}

.contentBox .button.druk {
text-align: left;
}

.contentBox .button.druk a {
padding: 0.6rem 0.8rem 0.65rem 2.8rem;
font-size: 1.15rem;
line-height: 1.4rem;
text-align: center;
background: url('../img/i-download.svg') 0.8rem center no-repeat #b78500;
background-size: 1.3rem;
}

.contentBox .button a span {
font-weight: 700;
/*color: rgba(183, 133, 0, 1);*/
}

.contentBox .button a:hover {
transform: scale(1.08);
}


@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.6rem 0 1.7rem 0;
width: 1400px;
font-size: 1rem;
line-height: 1.4rem;
}

.footerBox img {
margin: 0 0 0.3rem 0;
width: 8rem;
vertical-align: middle;
}

.footerBox a {
color: #FFF;
text-decoration: none;
transition: 0.2s;
}

.footerBox a:hover {
color: #b78500;
}

.footerBox .left {
width: 27rem;
text-align: left;
}

.footerBox .left p {
padding: 0.2rem 0 0.25rem 1.6rem;
background-size: 1.1rem !important;
display: inline-block;
}

.footerBox .left p.copy {
padding-top: 0.4rem;
color: #777;
background: url('../img/i-copy3.svg') no-repeat left 0.5rem;
background-size: 1.1rem !important;
}

.footerBox .left p.copy.priv {
padding-left: 0.9rem;
padding-right: 0.9rem;
background: none;
}

.footerBox .left p.copy a {
color: #777;
}

.footerBox .left p.pinezka {
background: url('../img/i-pinezka.svg') no-repeat left center;
}

.footerBox .left p.tel {
background: url('../img/i-tel.svg') no-repeat left center;
}

.footerBox .left p.mail {
background: url('../img/i-mail.svg') no-repeat left center;
}

.footerBox .center {
text-align: center;
color: #888;
}

.footerBox .right {
width: 27rem;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
}


.jakD {
margin-right: 0;
/*float: right;*/
/*background: #222;*/
/*width: fit-content;*/
width: max-content;
}

.jakD div {
/*background: #444;*/
display: grid;
grid-template-rows: repeat(3, auto); /* 3 wiersze po 1.5rem */
grid-auto-flow: column; /* zapełnianie kolumn */
/*gap: 0.5rem;*/
width: max-content;
column-gap: 3rem;
}

.jakD h4 {
padding-bottom: 0.2rem;
}

.jakD div p {
margin: 0;
padding: 0.4rem 0 0 0.9rem;
white-space: nowrap;
background: url('../img/arrowRight.svg?a=1') left 0.75rem no-repeat;
background-size: 0.4rem;
/*color: #aaa;*/
}




@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: 849px) {

.footerBox {
display: flex;
flex-flow: column nowrap;
/*justify-content: space-between;
align-items: center;*/
margin: auto;
}

.footerBox .left, .footerBox .right {
width: 100%;
/*text-align: left;*/
}

.footerBox .left {
padding: 1.2rem 0 1.6rem 0;
text-align: center;
}

.footerBox .right {
justify-content: center;
padding-bottom: 0.7rem;
}

.footerBox .center {
padding-top: 0.7rem;
order: -1;
}

.jakD div {
column-gap: 1.6rem;
}



}

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

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

}


/* ################
BOXY GŁÓWNA
################ */

.decorBox {

padding: 0.5rem;
background: #fff;
/*box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);*/
background: #f7f7f7;
box-shadow: inset 0px 0px 60px 0px #eaeaea;

box-shadow: inset 0px 0px 50px 0px #d8d8d8;
}

.decorContent {
padding: 0.2rem;
border: 1px dotted rgba(0, 0, 0, 0.5);
border: 1px solid white;
color: #000;
overflow: hidden;

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

font-style: italic;
}

.decorContentL {
/*float: left;*/
padding: 0.4rem 1rem 0.4rem 1.1rem;
width: calc(100% - 11.8rem);
}

.decorContent p {
padding-bottom: 0.3rem;
}

.decorContent h3, .decorContent h4 {
padding-bottom: 0.8rem;
color: #b78500;
}

.decorContent.quote {
flex-flow: column nowrap;
}

.decorContent.quote h4 {
padding: 0.8rem 0 0.9rem 0;
}

.decorContent.quote p {
padding: 0 1.2rem 1.2rem 1.2rem;
text-align: center;
}

.decorContent.quote p.bh {
padding-top: 1.2rem;
}

.decorContent img {
width: 14rem;
/*float: right;*/
}

.features .featureBox {
font-size: 1.5rem;
line-height: 2.2rem;
}

.features .feature {
width: calc(90% - 1rem - 2px);
margin: 0.5rem;
border: 1px solid #555;
padding: 1.2rem 5% 1.2rem 5%;

display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}

.features .feature div {
border: 1px solid #555;
width: 3.8rem;
height: 3.8rem;
border-radius: 50%;

/*background-image: url('../img/i-camera.svg');*/
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.features .featureBox:nth-child(1) .feature div {
background-image: url('../img/i-area.svg?a=2');
}

.features .featureBox:nth-child(2) .feature div {
background-image: url('../img/i-coffin.svg?a=2');
}

.features .featureBox:nth-child(3) .feature div {
background-image: url('../img/i-camera.svg?a=2');
}

.features .featureBox:nth-child(4) .feature div {
background-image: url('../img/i-experience.svg?a=2');
}

.features .featureBox:nth-child(5) .feature div {
background-image: url('../img/i-urn.svg?a=2');
}

.features .featureBox:nth-child(6) .feature div {
background-image: url('../img/i-location.svg?a=2');
}

.features .feature p {
/*background: #444;*/
width: calc(95% - 3.8rem - 2px);
text-align: center;
padding: 0 0 0.1rem 0;
}

.ofertaBox {
margin: 0.6rem 0 2.4rem 0;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
box-shadow: inset 0px 0px 4px 0px #dadada;
/*padding: 0.2rem;*/
background: #f7f7f7;
}

.ofertaBox:nth-child(2n) {
flex-flow: row-reverse nowrap;
}

.ofertaBox .foto {
position: relative;
display: block;
width: 46%;
}

.ofertaBox .foto img {
display: block;
width: 100%;
}

.ofertaBox .text {
width: 40%;
padding: 0 7% 0.2rem 7%;
}

.ofertaBox p {
padding: 0.4rem 0 0.4rem 0;
text-align: center !important;
}

.ofertaBox h3, .ofertaBox h4, .ofertaBox h1.cht {
padding: 0.4rem 0 0.2rem 0;
color: #b78500;
}

.ofertaBox h3.nh a, .ofertaBox h4.nh a, .ofertaBox h1.nh a {
color: #b78500;
text-decoration: none;
}

.plus {
display: block;
padding: 1.1rem;
width: 1rem;
height: 1rem;
position: absolute;
left: 0;
bottom: 0;
background: url('../img/i-plus.svg?a=2') center center no-repeat rgba(0, 0, 0, 0.5);
background-size: 1.3rem;
transition: 0.2s;
}

.i360 {
display: block;
padding: 1.1rem 1.1rem 1.1rem 3.4rem;
height: 1rem;
position: absolute;
right: 0;
bottom: 0;
background: url('../img/i-360.svg') 1rem center no-repeat rgba(0, 0, 0, 0.5);
background-size: 1.6rem 1.856rem;
font-size: 1rem;
line-height: 1rem;
color: #FFF !important;
text-decoration: none;
transition: 0.2s;
}

a.i360:hover, a.plus:hover {
background-color: rgba(183, 133, 0, 0.8);
}

.buttonBlack .i360 {
display: inline-block !important;
position: static !important;
}

.kolumbariumBox {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 0.6rem 0 1.8rem 0;
}

.kolumbariumBox p {
padding: 0 0 0 1.4rem;
border-left: 1px solid #ccc;
}

.kolumbariumBox img {
width: 13.2rem;
padding: 0 1.4rem 0 0;
}

.kontaktBox {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: flex-start;
padding-top: 0.4rem;
padding-bottom: 0.8rem;
}

.kontaktDane {
width: 20rem;
}

.kontaktDane img {
margin-bottom: 0.5rem;
height: 2.9rem;
}

.kontaktDane a {
text-decoration: none;
}

.kontaktBox iframe {
border: 0;
height: 35.5rem;
width: calc(100% - 22rem);
}

.miastoOpis {
padding: 0 0 1.4rem 0;
}

h3.z360 {
padding: 5.8rem 0 1rem 0;
margin-top: -4.2rem;
}

h3.z360:first-child {
margin-top: -5.8rem !important;
}

.box360 {
border: 0;
width: 100%;
aspect-ratio: 5 / 3;
height: auto;
}



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

.decorContent span {
display: none;
}

}


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

.ofertaBox .text {
width: 48%;
padding: 0 3% 0.2rem 3%;
}

}


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

.ofertaBox {
flex-flow: column nowrap;
}

.ofertaBox:nth-child(2n) {
flex-flow: column nowrap;
}

.ofertaBox:nth-child(2n+1) {
flex-flow: column nowrap;
}

.ofertaBox .foto {
width: 100%;
}

.ofertaBox .text {
width: calc(100% - 16%);
padding: 0.8rem 8% 0.8rem 8%;
}

.kolumbariumBox {
flex-flow: column nowrap;
/*justify-content: space-between;
align-items: center;*/
padding: 0 0 1.8rem 0;
}

.kolumbariumBox p {
padding: 0;
border-left: none;
}

.kolumbariumBox img {
padding: 0.8rem 0 1rem 0;
width: 15.2rem;
}


.kontaktBox {
flex-flow: column wrap;
}

.kontaktDane {
padding: 2.2rem 0 0 0;
text-align: center;
width: 100%;
order: 1;
}

.kontaktDane.gl {
order: 0;
padding: 0.8rem 0 1rem 0;
}

.kontaktDane p {
text-align: center !important;
}

.kontaktBox iframe {
width: 100%;
aspect-ratio: 5 / 4;
height: auto;
}

}


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

.decorContent {
flex-flow: column nowrap;
}

.decorContentL {
padding: 1rem 1rem 0.4rem 0.8rem;
width: calc(100% - 0.8rem);
}

.decorContent img {
margin: 0.4rem 0 1.2rem 0;
}

}



/* ################
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: #FFF;
background: #000001;
}

.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);
}

}