.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 150px 200px;
}
.wrap.no-top {padding-top: 0}
.wrap.no-bottom {padding-bottom: 0}

strong {font-weight: 500}

h2 {
	font-family: the-seasons, sans-serif;
	font-size: 42px;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 25px;
}

.opacity-hover a {transition: opacity 0.25s}
.opacity-hover a:hover {opacity: 0.6}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 150px;
	right: 25px;
	width: 50px;
	height: 50px;
	border: 2px solid #9D762F;
	border-radius: 50%;
	overflow: hidden;
	display: none;
}

#scroll-top img {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	transition: top 0.5s;
}
#scroll-top:hover img {top: -100%}

.box-link {
	display: inline-block;
	color: #F0DAB8;
	background: #1C1713;
	font-weight: 500;
	padding: 12px 20px;
	margin-top: 40px;
	transition: background 0.5s;
}
.box-link:hover {background: #9D762F}


#menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 50px 0;
	display: flex;
	justify-content: space-between;
}

#menu > div {height: 40px}

#menu > div img {
	display: inline-block;
	height: 100%;
}

#menu > div a {
	display: inline-block;
	height: 100%;
	margin-left: 50px;
}

#header {
	background-image: url(../img/header-bg.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
}

#header > article {
	max-width: 475px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	top: -50px;
	margin-bottom: -50px
}

#header > article > img {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

#header > article > footer {
	position: relative;
	color: #9D762F;
	margin-top: 15px;
}

#header > article > footer > p {
	background: #F0DAB8;
	position: relative;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	top: -2px;
}

#header > article > footer > span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #9D762F;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#scroll-down {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #9D762F;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 25px auto 0;
}

#scroll-down img {
	display: block;
	width: 100%;
	position: relative;
	top: -100%;
	transition: top 0.5s;
}
#scroll-down:hover img {top: 0}

#header-text {
	width: 100%;
	height: 425px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 225px;
	color: #9D762F;
	font-family: the-seasons, sans-serif;
	font-size: 200px;
	line-height: 200px;
	font-weight: 500;
	white-space: nowrap;	
}

#header-text > div {position: absolute}
#header-text > div:first-of-type {
	top: 0;
	left: 0;
}
#header-text > div:last-of-type {
	bottom: 0;
	right: 0;
}

#header-text > div span {position: relative}

#licznik {
	color: #654917;
	text-align: center;
	background: #ffeecf;
}

#licznik > div {
	max-width: 1000px;
	display: block;
	position: relative;
	margin: 0 auto;	
	left: -25px;
}

#licznik > div > div {
	display: inline-block;
	margin: 0 30px;
	position: relative;
}

#licznik > div h2 {
	margin-bottom: 0;
	font-size: 115px;
	line-height: 115px;
	width: 150px;
	text-align: right;
	font-weight: 600;
}

#licznik p {
	display: block;
	width: 100px;
	text-align: right;
	transform: rotate(90deg);
	position: absolute;
	font-size: 20px;
	bottom: 65px;
	right: -65px;
}

#koniec img {
	width: 300px;
	display: block;
	position: relative;
	margin: 0 auto 75px;
}

#koniec h2 span {font-size: 56px}

#koniec p {
	font-family: the-seasons, sans-serif;
    font-size: 115px;
    line-height: 115px;
    font-weight: 600;
	color: #9D762F;
}

#koniec p span {font-size: 42px}




#koniec {
	color: #654917;
	text-align: center;
	background: #ffeecf;
}




#article-figure > div {
	display: flex;
	flex-wrap: wrap;
}

#article-figure > div > article {box-sizing: border-box}

#article-figure > div > figure {
	background-size: cover;
	background-position: center;
	position: relative;
}

#article-figure > div:nth-of-type(1) {flex-direction: row-reverse}

#article-figure > div:nth-of-type(1) > article {
	width: 50%;
	padding: 150px 100px 150px 0
}

#article-figure > div:nth-of-type(1) > figure {
	width: 50%;
	border-radius: 0 200px 0 0;
}

#article-figure > div:nth-of-type(1) > figure > img{
	display: block;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}

#rotate-logo {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	display: block;
}

#rotate-logo img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


#rotate-logo img:last-of-type {
	-webkit-animation: rotate-center 20s linear infinite both;
	        animation: rotate-center 20s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#article-figure > div:nth-of-type(2) > article {
	width: calc(50% + 100px);
	padding: 150px 0 150px 100px;
}

#article-figure > div:nth-of-type(2) > figure {width: calc(50% - 100px)}

#partnerzy {text-align: center}

#partnerzy a {
	display: inline-block;
	margin: 25px 50px 0;
	height: 65px;
}

#partnerzy a img {
	display: block;
	height: 100%;
}

#footer {
	background: #2E2620;
	color: #F0DAB8;
	padding: 50px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(../img/footer-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150px;
}

#footer > div:nth-of-type(2) {text-align: right}

#footer a {color: #F0DAB8}

.footer-txt-rwd {display: none}

#ciasteczka-info {
	background: #9D762F;
	text-align: center;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	display: none;
}

#ciasteczka-info > div {
	position: relative;
	display: inline-block;
}

#ciasteczka-info p a {color: white}

#ciasteczka-info p a:hover {text-decoration: underline}

#ciasteczka-akcept {
	position: absolute;
	display: table;
	top: -15px;
	right: -20px;
	padding: 5px;
	font-size: 14px;
	color: white;
}
	



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
.wrap {padding: 150px 150px}	
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
.wrap {padding: 100px 100px}

#header > article {
    max-width: 400px;
    top: -25px;
	margin-bottom: -25px;
}	

#header-text {
    height: 350px;
    top: 175px;
    font-size: 150px;
    line-height: 150px;
}

#article-figure > div:nth-of-type(1) > article {padding: 100px 100px 100px 0}

#article-figure > div:nth-of-type(2) > article {padding: 100px 0 100px 100px}
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.wrap {padding: 100px 75px}	
	
h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 25px;
}	

.box-link {margin-top: 25px}

#scroll-top {
    bottom: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
}
	
#header > article {max-width: 350px}

#scroll-down {
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
}	

#header-text {
    height: 300px;
    top: 150px;
    font-size: 125px;
    line-height: 125px;
}	

#licznik > div > div {margin: 0 25px}

#licznik > div h2 {
    font-size: 80px;
    line-height: 80px;
    width: 105px;
}

#licznik p {
    font-size: 18px;
    bottom: 60px;
}

#koniec img {margin: 0 auto 50px}

#koniec h2 span {font-size: 48px}

#article-figure > div:nth-of-type(1) > article {padding: 75px 50px 75px 0}

#rotate-logo {
    top: -25px;
    right: -25px;
    width: 175px;
    height: 175px;
}

#article-figure > div:nth-of-type(2) > figure {width: calc(50% - 50px)}

#article-figure > div:nth-of-type(2) > article {
	width: calc(50% + 50px);
	padding: 75px 0 75px 50px;
}
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
.wrap {padding: 75px 50px}

#footer {
	padding-top: 150px;
	background-position: center 25px;
    background-size: 150px;
}

#menu {padding: 25px 25px 0}

#menu > div a {margin-left: 25px}

#header {padding-top: 100px}

#header > article {
	top: 0;
	margin-bottom: 0;
}

#header-text {
	height: 225px;
	top: 200px;
	font-size: 100px;
	line-height: 100px;
}

#licznik > div {
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
}

#licznik > div > div {
	width: 50%;
	box-sizing: border-box;
	margin: 25px 0 0;
	padding: 0 50px;
}

#licznik p {
	right: -25px;
	bottom: 60px;
}

#koniec img {width: 250px}

#article-figure > div {display: block}

#article-figure > div:nth-of-type(1) > figure {
    width: 100%;
	height: 450px;
    border-radius: 0 150px 0 0;
}

#article-figure > div:nth-of-type(1) > article {
	width: 100%;
	padding: 50px 0 75px;
}

#article-figure > div:nth-of-type(2) > figure {
	width: 100%;
	height: 400px;
}

#article-figure > div:nth-of-type(2) > article {
	width: 100%;
	padding: 50px 00;
}

}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
.wrap {padding: 50px 25px}

h2 {
	font-size: 28px;
	line-height: 36px;
}

#menu {padding: 15px 25px 0}

#menu > div {height: 35px}

#licznik > div h2 {
	font-size: 70px;
	line-height: 70px;
	width: 85px;
}

#licznik p {
	right: -10px;
	bottom: 57px;
}

#koniec h2 span {font-size: 38px}

#koniec p {
    font-size: 84px;
    line-height: 84px;
}

#koniec p span {font-size: 36px}

#rotate-logo {
	top: -25px;
	right: 10px;
	width: 150px;
	height: 150px;
}
	
#partnerzy a {height: 55px}

#footer {
	padding: 175px 25px 25px;
	background-size: 125px;
}

.footer-txt {display: none}

.footer-txt-rwd {
	display: block;
	width: 100%;
	text-align: center;
}

#ciasteczka-info {padding: 20px 25px}


#ciasteczka-akcept {
	top: -15px;
	right: -15px;
}

}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
.wrap {padding: 40px 20px}

#scroll-top {
	bottom: 8px;
	right: 8px;
	width: 34px;
	height: 34px;
}
	
#menu {padding: 15px 15px 0}

#menu > div {height: 30px}	

#menu > div a {
	height: 24px;
	margin-left: 15px;
	margin-top: 3px;
}

#header {padding-top: 85px}

#header > article > img {
    max-width: 275px;
    margin: 0 auto 25px;
}

#header-text {
	height: 200px;
	top: 160px;
	font-size: 80px;
	line-height: 80px;
}

#licznik h2 {margin-bottom: 0}

#licznik > div {left: 0}

#licznik > div h2 {
	font-size: 60px;
	line-height: 60px;
	width: 75px;
}

#licznik > div > div {padding: 0 20px}

#licznik p {
	font-size: 16px;
	right: -3px;
	bottom: 53px;
}

#koniec img {
	width: 225px;
	max-width: 100%;
	margin-bottom: 30px;
}

#koniec p {
	font-size: 64px;
	line-height: 64px;
}

#koniec p span {font-size: 28px}

#rotate-logo {
	top: -20px;
	width: 125px;
	height: 125px;
}

#article-figure > div:nth-of-type(1) > figure {
	height: 400px;
	border-radius: 0 100px 0 0;
}

#article-figure > div:nth-of-type(1) > article {padding: 20px 0 40px}

#article-figure > div:nth-of-type(2) > figure {height: 350px}

#article-figure > div:nth-of-type(2) > article {padding: 20px 0}

#partnerzy h2 {margin-bottom: 0}

#footer {padding: 175px 20px 20px}
	
}