.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 150px 200px;
}

.bc-yellow {background-color: #e6aa00}
.bc-blue {background-color: #4da6dd}
.bc-silver {background-color: #f2f2f2}
.bc-dark {background-color: #474a4a}
.bc-dark h3 {color: #e6aa00}


strong {font-weight: 800}

h2 {	
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	margin-bottom: 50px;
	z-index: 5;
}

h2 > span {
	position: relative;
	white-space: nowrap;
}

h2 > span > span:first-of-type {
	display: block;
	width: calc(100% + 4px);
	height: 18px;
	background: #e6aa00;
	position: absolute;
	bottom: 8px;
	left: -2px;
}
h2 > span > span:last-of-type {position: relative}
.bc-yellow  h2 > span > span:first-of-type {background: #4da6dd}

h3 {	
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 25px;
}

h4 {
	font-size: 25px;
	line-height: 34px;
	font-weight: 700;
}

.hover-opacity a {transition: opacity 0.25s}
.hover-opacity a:hover {opacity: 0.6}

.white-to-yellow a {
	color: white;
	transition: color 0.25s;
}
.white-to-yellow a:hover {color: #e6aa00}

.link-box {
	display: inline-block;
	background: #e6aa00;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	padding: 18px 40px;
	margin-top: 50px;
	letter-spacing: 2px;
	word-spacing: 2px;
	border-radius: 29px;
	transition: background 0.25s;
}
.link-box:hover {
	background: black;
	color: #e6aa00;
}

#hamburger {
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	z-index: 110;
	top: 40px;
	right: 40px;
	background: #e6aa00;
}

#hamburger span {
	display: block;
	position: absolute;
	width: 64px;
	height: 8px;
	background: #474a4a;
	margin: auto;
	left: 18px;
	top: 0;
	bottom: 0;
	transition: all 0.5s;
}
#hamburger span:first-of-type {
	bottom: auto;
	top: 25px;
}
#hamburger span:last-of-type {
	top: auto;
	bottom: 25px;
}
#hamburger:hover span:first-of-type {top: 46px}
#hamburger:hover span:last-of-type {bottom: 46px}

#hamburger.clicked span:nth-of-type(2) {display: none}

#hamburger.clicked span:first-of-type {
	top: 46px;
	transform: rotate(45deg);
}

#hamburger.clicked span:last-of-type {
	bottom: 46px;
	transform: rotate(-45deg);
}





#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 32px;
	right:40px;
	width: 60px;
	height: 60px;
	background-color: #e6aa00;
	background-image: url('../img/scroll-top.png');
	background-size: 100%;
	transition: background 0.25s;
	display: none;
}
#scroll-top:hover {background-color: #4da6dd}

#copyright {
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 17px;
	line-height: 23px;
	font-weight: 800;
}

#ciasteczka-info {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
	display: none;
}

#ciasteczka-info > div {
	position: relative;
	display: inline-block;
}

#ciasteczka-info p a:hover {text-decoration: underline}

#ciasteczka-akcept {
	position: absolute;
	display: table;
	top: -15px;
	right: -25px;
	padding: 5px;
	font-size: 14px;
}




#menu-wrapper {
	width: 100%;
    height: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	background-color: #e6aa00;
	background-image: url(../img/menu-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu ul {
	list-style: none;
	max-width: 80%;
}

#menu li {
	padding: 2vh 0;
}

#menu ul a {	
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
}

#menu ul a > span {
	position: relative;
	white-space: nowrap;
}

#menu ul a > span > span:first-of-type {
	display: block;
	width: calc(100% + 4px);
	height: 18px;
	background: #4da6dd;
	position: absolute;
	bottom: 8px;
	left: -2px;
}
#menu ul a > span > span:last-of-type {position: relative}




.header {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

.waves {
	position: absolute !important;	
	left: 0;
	z-index: 6;
	width: 100%  !important;
	height: 150px;
	background-size: contain;
}

.waves-1 {
	background-image: url(../img/waves-1.png);
	top: -1px;;
}

.waves-2 {
	background-image: url(../img/waves-2.png);
	bottom: -1px;
}

.article-figure {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 200px;
}
.article-figure:last-of-type {margin-bottom: 0}

.article-figure > figure {
	width: 50%;
	box-sizing: border-box;
	padding-right: 75px;
	position: relative;
}

.article-figure > figure > img {
	display: block;
	width: 100%;
	position: relative;
}

.article-figure > figure .bg-cont {
	position: absolute;
	width: calc(100% + 75px);
	height: calc(100% + 150px);
	top: -75px;
	left: -75px;
}

.article-figure > figure .bg-cont img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.article-figure > article {
	width: 50%;
	box-sizing: border-box;
	padding-left: 75px;
	text-align: left;
	position: relative;
	z-index: 3;
}

.article-figure.reverse {flex-direction: row-reverse}

.article-figure.reverse > figure {
	padding-right: 0;
	padding-left: 75px;
}

.article-figure.reverse  > figure .bg-cont {left: 0}

.article-figure.reverse > article {
	padding-left: 0;
	padding-right: 75px;
}

.article-figure.reverse .dymek {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: -50px;
	width: 50%;
}



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
.wrap {padding: 100px 100px}	

h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
}

h2 > span > span:first-of-type {
    height: 14px;
    bottom: 10px;
}

.link-box {
    padding: 18px 30px;
    margin-top: 40px;
}

#hamburger {
	width: 80px;
	height: 80px;
	right: 20px;
}

#hamburger span {
	width: 50px;
	height: 6px;
	left: 15px;
}
#hamburger span:first-of-type {top: 22px}
#hamburger span:last-of-type {bottom: 22px}
#hamburger:hover span:first-of-type {top: 37px}
#hamburger:hover span:last-of-type {bottom: 37px}

#hamburger.clicked span:first-of-type {top: 37px}
#hamburger.clicked span:last-of-type {bottom: 37px}

#scroll-top {right: 20px}

#menu ul a {	
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
}

#menu ul a > span > span:first-of-type {
    height: 14px;
    bottom: 10px;
}

.article-figure {margin-bottom: 100px}

.article-figure > figure {padding-right: 50px}

.article-figure > figure .bg-cont {
	width: calc(100% + 50px);
	height: calc(100% + 100px);
	top: -50px;
	left: -50px;
}

.article-figure > article {padding-left: 50px}

.article-figure.reverse > figure {padding-left: 50px}

.article-figure.reverse > article {padding-right: 50px}

.article-figure.reverse .dymek {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: -20px;
	width: 45%;
}	
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {

#scroll-top {
    width: 50px;
    height: 50px;
}

}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.wrap {padding: 75px 50px}	

h4 {
    font-size: 22px;
    line-height: 28px;
}

.link-box {

    font-size: 20px;
    line-height: 20px;
	padding: 18px 30px;
    margin-top: 40px;
    letter-spacing: 1px;
    word-spacing: 1px;
    border-radius: 29px;
}

#hamburger {top: 20px}	

.article-figure {
	display: block;
    margin-bottom: 75px;
}

.article-figure > figure {
	width: 80%;
	max-width: 450px;
    padding: 0 !important;
	margin: 0 auto 75px;
}

.article-figure > article {
    padding: 0 !important;
	width: 100%;
	text-align: center;
}

.article-figure.reverse .dymek {
    top: 10px;
    left: -75px;
    width: 50%;
}

.article-figure > figure .bg-cont {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    top: -25px;
    left: -25px !important;
}	
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
}	

h2 > span > span:first-of-type {
    height: 10px;
    bottom: 10px;
}
	
#hamburger {
	width: 60px;
	height: 60px;
}

#hamburger span {
	width: 40px;
	height: 6px;
	left: 10px;
}
#hamburger span:first-of-type {top: 15px !important}
#hamburger span:last-of-type {bottom: 15px !important}

#hamburger.clicked span:first-of-type {top: 27px !important}
#hamburger.clicked span:last-of-type {bottom: 27px !important}

#menu ul a {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
}

#menu ul a > span > span:first-of-type {
    height: 10px;
    bottom: 10px;
}
	
}


/*GRID: 568px */
@media all and (max-width: 568px) {
	
.wrap {padding: 50px 20px}	

h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}	

h2 > span > span:first-of-type {
    height: 8px;
    bottom: 8px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

.link-box {
    font-size: 17px;
    line-height: 17px;
    padding: 15px 30px;
    margin-top: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    border-radius: 23px;
}

#ciasteczka-info {padding: 20px 20px}

#ciasteczka-akcept {
    top: -15px;
    right: -15px;
}	

#hamburger {
	width: 50px;
	height: 50px;
}

#hamburger span {
	width: 34px;
	height: 4px;
	left: 8px;
}
#hamburger span:first-of-type {top: 12px !important}
#hamburger span:last-of-type {bottom: 12px !important}	

#hamburger.clicked span:first-of-type {top: 23px !important}
#hamburger.clicked span:last-of-type {bottom: 23px !important}

#scroll-top {
    width: 40px;
    height: 40px;
	bottom: 20px;
}

#copyright {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
}

#menu ul a {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

#menu ul a > span > span:first-of-type {
    height: 8px;
    bottom: 8px;
}

.waves {
    height: 120px;
	background-position: center;
}

.article-figure > figure {margin: 0 auto 50px}

.article-figure > figure .bg-cont {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 !important;
}

.article-figure.reverse .dymek {left: -50px}
	
}


/*GRID: 440px */
@media all and (max-width: 440px) {
	
.wrap {padding: 40px 15px}	

#hamburger {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
}

#hamburger span {
	width: 26px;
	height: 4px;
	left: 7px;
}
#hamburger span:first-of-type {top: 10px !important}
#hamburger span:last-of-type {bottom: 10px !important}	

#hamburger.clicked span:first-of-type {top: 18px !important}
#hamburger.clicked span:last-of-type {bottom: 18px !important}

#scroll-top {
    width: 34px;
    height: 34px;
    bottom: 10px;
	right: 10px
}

.article-figure {margin-bottom: 50px}

.article-figure > figure {margin: 0 auto 30px}

.article-figure.reverse .dymek {left: -35px}
	
}