.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 150px 200px;
	overflow-x: hidden;
}

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

.dark-to-orange a {transition: all 0.25s}
.dark-to-orange a:hover {color: #F05A28}

.orange-to-dark a {
	color: #F05A28;
	transition: all 0.25s;
}
.orange-to-dark a:hover {color: #00505A}

.white-to-orange a {transition: color 0.25s}
.white-to-orange a:hover {color: #F05A28}

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

strong {font-weight: 700}

h2, h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 50px;
}

h2::after, h1::after {
	content: "";
	display: block;
	width: 70px;
	height: 10px;
	background: #F05A28;
	position: relative;
	margin-top: 15px;
	margin-bottom: 50px;
}

h2.has-text-align-center::after {
	margin-left: auto;
	margin-right: auto;
}
h2.has-text-align-right::after {margin-left: auto}

h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
	line-height:24px;
	font-weight: 700;
	color: #F05A28;
	margin-bottom: 15px;
}

#ciasteczka-info {
	background: #F05A28;
	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: 12px;
	line-height: 14px;
}

#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: -25px;
	padding: 5px;
	font-size: 14px;
	color: white;
}

#footer-kontakt {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #024148;
}

#footer-cms {display: none}

#footer-kontakt > figure {width: 300px}

#footer-kontakt > figure img {
	display: block;
	width: 100%;
}

#footer-kontakt > ul {
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-left: 50px;
	list-style: none;
	text-align: right;
	font-size: 20px;
}

#footer-kontakt > ul p {display: none}

#footer-kontakt > ul li {
	display: inline-block;
	margin-left: 50px;
	padding-left: 35px;
	position: relative;
	white-space: nowrap;
}

#footer-kontakt > ul li img {
	display: block;
	width: 25px;
	position: absolute;
	top: 5px;
	left: 0;
}

#footer-kontakt > ul br {display: none}

#footer {
	padding-top: 75px;
	padding-bottom: 75px;
}

#menu-menu-w-stopce {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#menu-menu-w-stopce > li {
	width: 20%;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
}

#menu-menu-w-stopce > li > a {
	font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #F05A28;
	cursor: default;
}

#menu-menu-w-stopce ul {
	list-style: none;
	margin-top: 40px;
	margin-bottom: -15px;
}

#menu-menu-w-stopce ul li {
	margin-bottom: 15px;
	line-height: 22px;
}

#footer-menu-extra > a img {
	display: block;
	margin-bottom: 15px;
}

#footer-menu-extra > nav {
	position: absolute;
	left: 0;
	bottom: -3px;
}

#footer-menu-extra > nav a {
	display: inline-block;
	width: 30px;
	margin-right: 15px;
}
#footer-menu-extra > nav a img {
	display: block;
	width: 100%;
}

#copyright {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 100px;
	right: 50px;
	width: 50px;
	height: 50px;
	background: #F05A28;
	overflow: hidden;
	border-radius: 0 8px 0 16px;
	display: none;
	border: none;
	cursor: pointer;
}

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



#menu-blocks {
	width: 100%;
	padding: 12px 75px 0;
	height: 40px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
	box-sizing: border-box;
	position: fixed;
	top: -40px;
	left: 0;
	z-index: 111;
}
#menu-blocks.focus {top: 0}

#menu-blocks ul {
	list-style: none;
	width: 100%;
}

#menu-blocks li {
	display: inline-block;
	margin-right: 25px;
}

#menu-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	padding: 0 75px;
	height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#menu-top > nav {
	position: relative;
	top: -2px;
}

#menu-top > nav a {margin-left: 15px}

#menu-top > nav a img {
	display: inline-block;
	position: relative;
	height: 16px;
	margin-right: 2px;
	top: 3px;
}

#menu-top > nav > div {
	display: inline-block;
	margin-left: 15px;
}

#menu-top > nav > div a {margin-left: 10px}

#menu {
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: white;
	padding: 0 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

#menu-home-link {
	width: 275px;
	position: relative;
	z-index: 2;
}

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

#zaloguj {position: relative}

#zaloguj-more {
	display: block;
    color: white;
    background: #F05A28;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 45px 15px 30px;
    border-radius: 0 15px 0 15px;
    transition: background-color 0.25s, color 0.25s;
}
#zaloguj-more:hover {background-color: #00505A}

#zaloguj-more figure {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../img/zaloguj-more.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	right: 20px;
	margin: auto;
	top: 0;
	bottom: 0;
}
#zaloguj-more.clicked figure {background-position: bottom center}

#zaloguj-links {
	position: absolute;
	top: 48px;
	right: -75px;
	background: white;
	width: 300px;
	box-sizing: border-box;
	padding: 25px 25px 15px;
	text-align: center;
	border-radius: 0 0 0 25px;
	display: none;
}

#zaloguj-links a {
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
}

#hamburger {display: none}

#menu-menu-gorne {
	display: block;
	position: absolute;
	margin: 0 auto;
	list-style: none;
	font-weight: 700;
	top: 35px;
	left: 0;
	width: 100%;
	text-align: center;
}

#menu-menu-gorne > li {display: inline-block}

#menu-menu-gorne > li > a {padding: 20px 25px 45px}

#menu-menu-gorne > li > div {
	display: none;
	list-style: none;
	position: absolute;
	top: 65px;
	left: 0;
	box-sizing: border-box;
	text-align: left;	
	width: 100%;
	height: 600px;
}

#menu-menu-gorne > li:hover > div, #menu-menu-gorne > li:hover ul {display: block}

#menu-menu-gorne nav {
	width: 60%;
    padding: 75px 50px 75px 200px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

#menu-menu-gorne nav ul {
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
	margin-bottom: -15px;
}

#menu-menu-gorne nav li {
	margin-bottom: 15px;
	line-height: 22px;
}

#menu-menu-gorne figure {
	width: 40%;
	height: 100%;
    position: absolute;
	top: 0;
	right: 0;
}

#menu-menu-gorne figure div {
    width: 600px;
	max-width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 100px 0 200px;
}		

#menu-menu-gorne > li ul {
	list-style: none;
	display: none;
}

#menu-menu-gorne ul li:first-of-type {margin-bottom: 25px;}

#menu-menu-gorne ul li:first-of-type a {
	font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #F05A28;
    margin-bottom: 15px;
    position: relative;
	text-transform: uppercase;
	cursor: default;
}


#menu-menu-gorne > li ul figure {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-image: url(../img/menu-tmp.jpg);
}

#menu-rwd {display: none}

.menu-copy {display: none}



#searchform {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

#searchform #s {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;	
	width: 100%;
	box-sizing: border-box;
    border: 0px;
	background: transparent;
    border-bottom: 1px solid #00505A;
    padding: 20px 96px 20px 0;
	color: #c7c7c7;
	-webkit-appearance: none;
    border-radius: 0;
}

#searchform #s:focus {
	outline: none;
	color: #00505A;
	border-bottom: 1px solid #F05A28;
}

#searchform #s:-webkit-autofill,
#searchform #s:-webkit-autofill:hover, 
#searchform #s:-webkit-autofill:focus {
	border: none;
	border-bottom: 1px solid #C7C7C7;
	-webkit-text-fill-color: #00505A;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

#searchform #searchsubmit {
	width: 96px;
	height: 96px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	background-image: url(../img/search-icon.svg);
	background-size: 43px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}








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

#scroll-top {
    bottom: 75px;
    right: 25px;
}

#footer-kontakt > figure {width: 275px}

#footer-kontakt > ul {width: calc(100% - 275px)}

#footer-kontakt > ul li {margin-left: 25px}

#menu-menu-gorne figure div {border-radius: 0 0 0 200px}
	
}


/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
h2, h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}	

h2::after, h1::after {
    width: 60px;
    height: 8px;
    margin-top: 15px;
    margin-bottom: 30px;
}

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

#menu-top {
    padding: 0 50px;
    height: 34px;
}

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

#menu-top > div {width: 250px}

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

#menu-home-link {width: 200px}

#menu-menu-gorne {top: 30px}

#menu-menu-gorne > li > a {padding: 20px 15px 35px}

#menu-menu-gorne > li > div {
	top: 60px;
	height: calc(var(--vh, 1vh) * 100 - 124px)
}

#menu-menu-gorne figure div {height: 100%}

#menu-menu-w-stopce > li {width: 25%}

#menu-menu-w-stopce > li:last-of-type {
    width: 100%;
    padding-right: 0;
	margin-top: 50px
}

#footer-menu-extra > a {
	display: inline-block;
	margin-right: 5px;
}

#footer-menu-extra > nav {
    position: absolute;
    left: auto;
	right: 0;
    bottom: 5px;
}

#zaloguj-links {right: -50px}

#searchform #s {
	font-size: 32px;
    line-height: 40px;
}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
.dark-to-orange a:hover {color: #00505A}
.orange-to-dark a:hover {color: #F05A28}
.white-to-orange a:hover {color: white}
.opacity-hover a:hover {opacity: 1}
#zaloguj-more:hover {background-color: #F05A28}
	
	
	
.wrap {padding: 50px 50px}	

#footer {padding-bottom: 50px}

#footer-kontakt > ul {
    font-size: 18px;
    padding-left: 0;
	margin-bottom: -5px;
}

#footer-kontakt > ul li {margin-bottom: 5px}

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

#scroll-top {
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 0 5px 0 10px;
}
#scroll-top:hover img {top: 0}
	
#menu-top {justify-content: flex-start}	

#menu-top > div {display: none}	

#menu-top > nav {
	width: 100%;
	position: relative;
}

#menu-top > nav > a {
    margin-left: 0;
	margin-right: 15px;
}

#menu-top > nav > div {
	position: absolute;
	top: 0;
	right: 0;
}

#menu {
	height: 80px;
	padding-right: 110px;
}

#menu-under {height: 114px}

#menu-menu-gorne {display: none}

#zaloguj-more {
    font-size: 17px;
    line-height: 17px;
    padding: 12px 35px 12px 20px;
    border-radius: 0 15px 0 15px;
}

#zaloguj-more figure {
	width: 15px;
	height: 15px;
	right: 15px;
}

#zaloguj-links {
	top: 41px;
	right: -110px;
}

#hamburger {
	position: absolute;
	top: 25px;
	right: 50px;
	display: block;
	width: 40px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: white;
}

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

#hamburger.clicked span:first-of-type {
	bottom: 0;
	transform: rotate(45deg);
}
#hamburger.clicked span:last-of-type {
	top: 0;
	transform: rotate(-45deg);
}
#hamburger.clicked span:nth-of-type(2) {display: none}


#menu-rwd {
	display: block;
	position: fixed;
	top: 114px;
	left: 0;
	z-index: 110;
	background: white;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100 - 114px);
	box-sizing: border-box;
	display: none;
	overflow-y: auto
}

#menu-rwd ul {
	list-style: none;
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

#menu-rwd-cont > ul > li {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
	border-bottom: 1px solid #D4D4D4;
}

#menu-rwd-cont  > ul > li > a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #F05A28;
    margin-bottom: 15px;
	text-transform: uppercase;
}

#menu-rwd-cont  > ul > li > figure {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #F05A28;
	position: absolute;
	top: 20px;
	right: 10px;
}

#menu-rwd-cont  ul ul {
	padding-top: 10px;
	padding-left: 25px;
	display: none;
}

#menu-rwd-top {display: none}

#searchform #s {padding: 20px 89px 20px 0;}

#searchform #searchsubmit {
    width: 89px;
    height: 89px;
    background-size: 38px;
}

	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#scroll-top {bottom: 65px}	
	
#footer-kontakt > figure {width: 100%}

#footer-kontakt > figure img {
    display: block;
    max-width: 100%;
    width: 300px;
    position: relative;
    margin: 0 auto 50px;
}

#footer-kontakt > ul {
    width: 100%;
    padding-left: 0;
}

#footer-kontakt > ul li {
    display: table;
    margin-left: 0;
    position: relative;
    margin: 0 auto 5px;
}

#footer-menu-extra > nav {bottom: 8px}

#menu-menu-w-stopce > li {
    width: 50%;
	padding-right: 0;
	margin-bottom: 50px;
}
#menu-menu-w-stopce > li:nth-of-type(2n + 1) {padding-right: 20px}
#menu-menu-w-stopce > li:last-of-type {
	margin-bottom: 0;
	margin-top: 0;
}

#menu-menu-w-stopce ul {
    margin-top: 25px;
    margin-bottom: -5px;
}

#menu-menu-w-stopce ul li {
    margin-bottom: 5px;
}
	
#menu-top {display: none}

#menu {
    top: 0;
    height: 80px;
}

#menu-rwd-cont ul ul li {
	line-height: 20px;
	margin: 10px;
}

#menu-under {height: 80px}

#menu-rwd {
	top: 80px;
	height: calc(var(--vh, 1vh) * 100 - 80px);
}

#menu-rwd-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	height: 34px;
	font-weight: 600;
}

#menu-rwd-top a  {
	position: relative;
	top: 3px;
}

#menu-rwd-top a img {
    display: inline-block;
    position: relative;
    height: 16px;
    margin-right: 2px;
    top: 3px;
}

#menu-socials-rwd a {margin-left: 10px}

#menu-top > nav > div a {
    margin-left: 15px;
}


	
}


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

h2, h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

h2::after, h1::after {
    width: 60px;
    height: 6px;
    margin-top: 10px;
    margin-bottom: 25px;
}

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

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

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

#footer {padding-top: 50px}

#footer-menu-extra > nav {
    position: relative;
	bottom: 0;
}

#menu {padding: 0 80px 0 25px}

#menu-home-link {width: 200px}

#zaloguj-more {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 35px 10px 20px;
    border-radius: 0 10px 0 10px;
}

#zaloguj-links {
	top: 36px;
	right: -80px;
	width: 275px;
	padding: 25px 15px 10px;
	border-radius: 0 0 0 15px;
}

#hamburger {
    top: 27px;
    right: 25px;
    width: 36px;
    height: 26px;
}

#menu-blocks {
	padding: 12px 20px;
	height: 76px;
	top: -80px;
}

#menu-blocks ul {margin-bottom: -5px}

#menu-blocks li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
}

#menu-rwd-cont  > ul > li > a, #menu-rwd-cont > ul > li > figure {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#menu-rwd-top {padding: 0 25px}

#menu-rwd-top a {top: 5px}

#searchform #searchsubmit {
    width: 60px;
    height: 60px;
    background-size: 30px;
}

#searchform #s {
	font-size: 26px;
    line-height: 32px;
	padding: 10px 60px 10px 0;
}

	
}



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

h2, h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

h2::after, h1::after {width: 50px}

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

h4 {
    font-size: 16px;
    line-height: 20px;
}

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

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

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

#footer-kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-kontakt > figure img {
    width: 250px;
    margin: 0 auto 40px;
}

#footer-kontakt > ul {
    text-align: center;
    font-size: 16px;
}

#footer-kontakt > ul li {
    white-space: normal;
    padding-left: 0;
}

#footer-kontakt > ul li img {
    position: relative;
    top: 0;
    margin: 0 auto 5px;
}

#footer {
	padding-top: 40px;
	padding-bottom: 40px
}	

#copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 15px;
}

#menu {
	padding: 0 60px 0 20px;
	height: 50px;
}

#menu-under {height: 50px}

#menu-home-link {width: 125px}

#zaloguj-more {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 30px 8px 15px;
    border-radius: 0 10px 0 10px;
    background-size: 12px 8px;
    background-position: calc(100% - 12px) center;
}

#zaloguj-more figure {
	right: 12px;
	width: 12px;
	height: 12px;
}

#zaloguj-links {
	top: 29px;
	left: auto;
	right: -60px;
	width: 250px;
	padding: 25px 15px 10px;
}	

#hamburger {
    top: 15px;
    right: 20px;
    width: 30px;
    height: 20px;
}

#hamburger span {height: 4px}

#menu-rwd {
	top: 50px;
	height: calc(var(--vh, 1vh) * 100 - 50px);
}

#menu-rwd-cont  > ul > li > a, #menu-rwd-cont > ul > li > figure {
	font-size: 16px;
    line-height: 20px;	
}

#menu-rwd-top {padding: 0 20px}

#searchform {
    margin-top: 25px;
    margin-bottom: 50px;
}

#searchform #s {
	font-size: 24px;
    line-height: 30px;
    padding: 10px 54px 10px 0;
}

#searchform #searchsubmit {
    width: 54px;
    height: 54px;
    background-size: 30px;
}

}