.hook {
	position: relative;
	top: -89px;
}

.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 125px 75px;
	overflow: hidden;
}

.wrap.no-top {padding-top: 0}
.wrap.no-bottom {padding-bottom: 0}

.iwrap {
	width: 100%;
	max-width: 1800px;
	position: relative;
	margin: 0 auto;
}

.iwrap-small {max-width: 1100px}

.bc-silver {background-color: #F8F8F8}

.bc-color {
	background-color: #004678;
	color: white;
}
.bc-color h2, .bc-color h4 {color: white}

.fc-color, .has-color-color {color: #004678}

.bc-dark {
	background-color: #373C3C;
    color: white;
}

.ta-left {text-align: left}

.dark-to-red a {transition: color 0.25s}
.dark-to-red a:hover {color: #004678}

.red-to-dark a {
	color: #004678;
	transition: color 0.25s;
}
.red-to-dark a:hover {color: #373C3C}

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

strong {font-weight: 600}

em {font-style: italic}

h1, h2 {
	font-size: 38px;
	line-height: 58px;
	font-weight: 300;
	color: #004678;
	position: relative;
	display: table;
	margin: 0 auto 40px;
}
.ta-left h2 {margin-left: 0}

h3 {
	font-size: 25px;
	line-height: 34px;
	font-weight: 400;
	color: #004678;
	margin-bottom: 25px;
}

h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 80px;
	color: #004678;
}
h4::before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #004678;
	position: absolute;
	top: 12px;
	left: 0;
}
.bc-color h4::before {background: white}


.list-style ul {
	list-style: none;
	margin-bottom: -5px;
	margin-top: 5px;
	width: 100%;
}

.list-style ul li {
	position: relative;
	padding-left: 20px;	
	margin-bottom: 5px;
}
.list-style ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #004678;
	position: absolute;
	top: 12px;
	left: 0;
}


.link-arrow {
    display: table;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #004678;
	margin-top: 35px;
    word-spacing: 2px;
    letter-spacing: 2px;
    transition: color 0.15s;
    padding-right: 45px;
    background: none;
}

.link-arrow::after {
    content: "";
    width: 33px;
    height: 5px;
    display: block;
    background-image: url(../img/button-arrow.svg);
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 0;
    transition: right 0.15s;
}

.link-arrow.link-arrow-white {color: white}
.link-arrow.link-arrow-white::after {background-image: url(../img/button-arrow-white.svg)}

.link-arrow:hover::after {right: -10px}

.link-arrow.back {
    padding-left: 45px;
	padding-right: 0;
}

.link-arrow.back::after {
    background-image: url(../img/button-arrow-back.svg);
    transition: left .15s;
	left: 0;
	right: auto;
}

.link-arrow.back:hover::after {
	right: auto;
	left: -10px;
}

.link-box {
	position: relative;
	display: table;
	color: white;
	background: #780500;
	transition: all 0.15s;
	padding: 12px 45px;	
	border-radius: 0;
	border: 1px solid #780500;	
	font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    word-spacing: 2px;
    letter-spacing: 2px;	
	margin-top: 25px;
	transition: all 0.15s;
}
.link-box:hover {
	color: #780500;
	background: white;
}

/*
.bc-color .link-box {
	color: #780500;
	background: white;

}
.bc-color .link-box:hover {
	color: white;
	background: #780500;
}
*/

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background-color: #004678;
	display: none;
	overflow: hidden;
}

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

#scroll-top:hover img {top: -100%}

#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;
	text-align: center;
	background: white;
}

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

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

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

.wp-block-spacer {height: 25px !important}

#footer {
	border-bottom: 15px solid #004678;
	background-image: url(../img/footer-bg.svg);
	background-size: auto 150px;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #C7C7C7;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 125px;
}

#footer a {
	color: #C7C7C7;
	transition: color 0.15s;
}
#footer a:hover {color: white}

#footer-logo {
	display: block;
	width: 500px;
	position: relative;
	margin: 0 auto;
}

#footer-menu ul {
	list-style: none;
	width: 100%;
	border-top: 1px solid #726F6F;
	border-bottom: 1px solid #726F6F;
	margin-top: 75px;
    margin-bottom: 35px;
    padding-top: 40px;
	padding-bottom: 30px;
	text-align: center
}

#footer-menu > ul > li {
	display: inline-block;
	margin: 0 20px 10px;
}

#footer-stopka {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#menu {
	background: white;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 0 50px 0 420px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
}

#menu-under {
	width: 100%;
	height: 100px;
}

#hamburger {display: none}

#menu-home-link {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 400px;
}

#menu-home-link img {
	display: block;
	width: 100%;
}

#menu-cont {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

#menu-cont ul {
	list-style: none;
	text-align: right;
	width: 100%;
	font-weight: 600;
}

#menu-cont li {
	display: inline-block;
	margin-left: 50px;
	position: relative;
}

#menu-cont li::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #004678;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: -30px;
}
#menu-cont li:first-of-type::before {display: none}

#menu-cont li a {color: #004678}

#sidenav {
    position: fixed;
    right: 0;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
	display: block;
}

#sidenav a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #C7C7C7;
	margin: 15px auto;	
}
#sidenav a:hover, #sidenav a.active {background: #004678}





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

.iwrap {max-width: 1500px}

h1, h2 {
	font-size: 32px;
	line-height: 46px;
	margin: 0 auto 30px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 70px;
}
h4::before {
	width: 50px;
	height: 2px;
	top: 12px;
}


.list-style ul li {padding-left: 15px}
.list-style ul li::before {
	width: 5px;
	height: 5px;
	top: 10px;
}


.link-arrow {
    font-size: 14px;
    line-height: 14px;
	margin-top: 30px;
    padding-right: 45px;
}

.link-arrow::after {
    width: 33px;
    height: 5px;
    top: 4px;
}

.link-box {
	padding: 10px 40px;	
	font-size: 14px;
    line-height: 14px;	
	margin-top: 25px;
}

#footer {
	border-bottom: 10px solid #004678;
	background-size: auto 125px;
	font-size: 14px;
	line-height: 16px;
	padding-top: 75px;
	padding-bottom: 100px;
}

#footer-logo {width: 400px}

#footer-menu ul {
	margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 35px;
	padding-bottom: 25px;
}

#footer-menu > ul > li {margin: 0 15px 10px}

#menu {
	height: 90px;
	padding: 0 50px 0 420px;
}

#menu-under {height: 90px}

#menu-home-link {
	top: 18px;
	left: 50px;
	width: 380px;
}

#menu-cont li {margin-left: 40px}

#menu-cont li::before {
	width: 6px;
	height: 6px;
	top: 10px;
	left: -25px;
}
	
}






/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;	
	padding-left: 40px;
}
h4::before {width: 30px}	
	
#menu-cont ul {
    font-size: 18px;
    line-height: 20px;
}	

#menu-cont li {margin-left: 40px}

#menu-cont li::before {
	left: -25px;
	top: 7px;
}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
.hook {top: -79px}
	
h1, h2 {
    font-size: 28px;
    line-height: 36px;
}	

h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}

#scroll-top {
    width: 40px;
    height: 40px;
}
	
#menu {
    height: 80px;
    padding: 0 50px 0 400px;
}	

#menu-under {height: 80px}

#menu-home-link {
    top: 18px;
    width: 325px;
}

#footer {
	background-size: auto 120px;
	padding-bottom: 75px;
	padding-top: 50px;
}
	
#footer-menu ul { margin-top: 25px}	
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {	

.dark-to-red a:hover {color: #373C3C}
.red-to-dark a:hover {color: #004678}
.opacity-hover a:hover {opacity: 1}
.link-arrow:hover::after {right: 0}
#footer a:hover {color: #C7C7C7}
#sidenav a.active {background: #004678 !important}
#sidenav a:hover {background: #C7C7C7}
#scroll-top:hover img {top: 0}

	
	
.hook {top: -69px}		
	
.wrap {padding: 75px 50px}	

.ta-left {text-align: center}

.link-arrow {
	margin-left: auto;
	margin-right: auto;
}

h2, .ta-left h2 {
    margin-left: auto;
	margin-right: auto;
}
	
#menu {
	height: 70px;
	padding: 0;
}	

#menu-under {height: 70px}

#hamburger {
	display: block;
	width: 36px;
	height: 22px;
	position: absolute;
	top: 24px;
	right: 50px;
}

#hamburger span {
	display: block;
	width: 100%;
	height: 6px;
	background: #004678;
	position: absolute;
	left: 0;
	margin: auto;	
}
#hamburger span:first-of-type {top: 0}
#hamburger span:last-of-type {bottom: 0}

#hamburger.clicked span:first-of-type {
	bottom: 0;
	transform: rotate(-45deg);
}

#hamburger.clicked span:last-of-type {
	top: 0;
	transform: rotate(45deg);
}

#menu-home-link {
    top: 15px;
    width: 300px;
}
	
#menu-cont {
	position: absolute;
	top: 70px;
	left: 0;
	background: white;
	padding: 25px 50px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: none;
}	

#menu-cont ul {
	text-align: center;
    font-size: 18px;
    line-height: 20px;
	font-size: 16px;
    line-height: 18px;
}

#menu-cont li {margin: 5px 15px}

#menu-cont li::before {
    width: 6px;
    height: 6px;
    top: 6px;
    left: -20px;
}
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {}



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

h1 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
}	

h2 {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 20px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
	padding-left: 35px;
}

h4::before {
	width: 25px;
	top: 8px;
}

.link-box {padding: 8px 30px}

#scroll-top {
    bottom: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
}

#footer {
    background-size: auto 100px;
    padding-bottom: 75px;
    padding-top: 50px;
}

#footer-logo {width: 275px}

#footer-stopka > div {
	width: 100%;
	text-align: center;
}

#footer-menu ul {
	margin-top: 25px;
	padding-bottom: 20px;
}

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

#ciasteczka-akcept {right: -15px}

#menu {height: 60px}	

#menu-under {height: 60px}

#hamburger {
	width: 32px;
	height: 18px;
	top: 22px;
	right: 25px;
}

#hamburger span {height: 5px}

#menu-home-link {
    top: 15px;
    width: 250px;
	left: 25px;
}

#menu-cont {
	top: 60px;
	padding: 25px 20px;
}

#menu-cont li {
    width: 100%;
	margin: 5px 0;
}

#menu-cont li::before {display: none}

#sidenav {display: none}

.list-style ul li {padding-left: 12px}

.list-style ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
}
	
}



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

h1, h2 {
    font-size: 22px;
    line-height: 28px;
	padding: 0;
	margin-bottom: 15px;
}	

h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.link-arrow {margin-top: 20px}

#scroll-top {
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
}

#footer {
    background-size: auto 100px;
    padding-bottom: 75px;
    padding-top: 40px;
}

#footer-logo {width: 200px}

#menu {height: 50px}	

#menu-under {height: 50px}

#hamburger {
	width: 32px;
	height: 16px;
	top: 17px;
	right: 20px;
}

#hamburger span {height: 4px}

#menu-home-link {
    top: 10px;
    width: 225px;
	left: 20px;
}	

#menu-cont {top: 50px}
	
}