.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 100px 200px;
}
.wrap.no-bottom {padding-bottom: 0}
.wrap.no-top {padding-top: 0}

.iwrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.iwrap-small {max-width: 1000px}

.has-white-background-color {background-color: white}
.has-light-grey-background-color {background-color: #F2F2F2}
.has-dark-green-background-color {background-color: #003237}

.has-green-background-color {
	background-color: #1E9628;
	color: white;
}
.has-green-background-color h4 {color: white}

.has-green-color, .has-green-color a {color: #1E9628}

.has-text-align-center {text-align: center}

.fc-white, .fc-white p, .fc-white a {color: white}

.bc-color {background-color: red}

.opacity-hover a {transition: opacity 0.15s}
.opacity-hover a:hover {opacity: 0.75}

.white-to-green a {
	color: white;
	transition: color 0.15s;
}
.white-to-green a:hover {color: #1E9628}

.green-to-white a {
	color: #1E9628 !important;;
	transition: color 0.15s;
}
.green-to-white a:hover {color: white !important;}

.green-to-dark_green a {
	color: #1E9628;
	transition: color 0.15s;
}
.green-to-dark_green a:hover {color: #003237}

.dark_green-to-green a {
	color: #003237;
	transition: color 0.15s;
}
.dark_green-to-green a:hover {color: #1E9628}

strong {font-weight: 700}

em {font-style: italic}

h1 {
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 50px;
}

h2 {
	font-size: 38px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 50px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #1E9628;
}


.wp-block-spacer {height: 30px !important}

.button {
	display: table;
    box-sizing: border-box;
    border-radius: 25px;
    background: #1E9628;
    color: white;
    text-align: center;
    padding: 10px 40px;
    font-weight: 500;
	margin-top: 40px;
    transition: background 0.15s, color 0.15s;	
}

.has-green-background-color .button {
	background: white;
	color: #1E9628
}

.fc-white .button:hover {
	background: white;
	color: #003237;
}


.list-style ol {list-style: none}

.list-style li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.list-style ol img {
	display: block;
    width: 16px !important;
    position: absolute;
    top: 7px;
    left: 0;
}




#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 100px;
	right: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1E9628;
	background-image: url('../img/scroll-top.png');
	background-size: 100%;
	display: none;
	transition: background-color 0.25s;
}
#scroll-top:hover {background-color: #003237}

#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;
	color: white;
}

#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;
}




#menu-top {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	box-sizing: border-box;
}

#menu-top-fast {
	position: absolute;
	top: 12px;
	right: 100px;
}

#menu-top-teleadresy {
	position: absolute;
	top: 15px;
	left: 100px;
}

#menu-top-fast ul, #menu-top-teleadresy ul {
	list-style: none;
	display: inline-block;
}
#menu-top-teleadresy ul {
	position: relative;
	top: -4px;
}

#menu-top-fast li {
	display: inline-block;
	margin-left: 20px;
	padding-left: 22px;
	position: relative;
}

#menu-top-teleadresy li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 22px;
	position: relative;
}

#menu-top-fast li, #menu-top-teleadresy li {
	display: inline-block;
	padding-left: 22px;
	position: relative;
}

#menu-top-fast li img, #menu-top-teleadresy li img  {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
}

#menu-top-teleadresy > div {
	display: inline-block;
	margin-right: 10px;
}

#menu-top-teleadresy > div a {
	display: inline-block;
	height: 16px;
	margin-right: 10px;
}

#menu-top-teleadresy > div a img {
	display: block;
	height: 100%;
}

#menu {
	width: 100%;
	height: 90px;
	position: relative;
	box-sizing: border-box;
	z-index: 100;
}

#menu-home-link {
	display: block;
	width: 250px;
	position: absolute;
	top: 16px;
	left: 100px;
}

#menu-home-link img {
	display: block;
	width: 100%;
	position: relative;
}
#menu-home-link img:last-of-type {display: none}

#menu-menu-gorne {
	position: absolute;
	top: 10px;
	right: 210px;	
	display: block;
    list-style: none;
    font-weight: 500;
    top: 30px;
    width: 700px;
    text-align: right;
}

#menu-menu-gorne > li {
    display: inline-block;
	margin-left: 30px;
}


#menu-social {
	position: absolute;
	top: 32px;
	right: 100px;
}

#menu-social a {
	display: inline-block;
	margin-left: 15px;
}

#menu-social a img {
	display: block;
	height: 26px;
}

#hamburger {display: none}

#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: #1E9628}


#footer {
	display: flex;
	flex-wrap: wrap;
	color: white;
	background-image: url(../img/green-corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 300px 100px;
}

#footer h4 {
	padding-left: 0;
	margin-bottom: 30px;
}
#footer h4::before {display: none}

#footer > div:nth-of-type(1) {
	width: 25%;
	box-sizing: border-box;
	padding-right: 50px;
	position: relative;
}

#footer > div:nth-of-type(1) > img {
	display: block;
	width: 100%;
	max-width: 225px;
}

#foter-app {
	position: absolute;
	left: 0;
	bottom: 0;
}

#foter-app a {
	display: block;
	width: 160px;
	margin-top: 10px;
}

#foter-app a img {
	display: block;
	width: 100%;
}

#footer > div:nth-of-type(2) {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px;
}

#footer > div:nth-of-type(2) ul {list-style: none}

#footer > div:nth-of-type(2) > ul {
	display: flex;
	flex-wrap: wrap;
}

#footer > div:nth-of-type(2) > ul > li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

#footer > div:nth-of-type(2) > ul > li > a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
	display: table;
    margin-bottom: 30px;
    color: #1E9628;
	cursor: default;
}

#footer > div:nth-of-type(2) > ul > li > ul  {margin-bottom: -10px}

#footer > div:nth-of-type(2) > ul > li > ul > li {margin-bottom: 10px}

#footer > div:nth-of-type(3) {width: 25%}

#footer > div:nth-of-type(3) > div {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}

#footer-kontakt {
	font-size: 24px;
	line-height: 38px;
}

#footer-social {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;	
}

#footer-social a {
	display: inline-block;
	margin-right: 20px;
}

#footer-social a img {
	display: block;
	height: 30px;
}

#copyright {
	width: 100%;
	display: table;
	margin-top: 100px;
	font-size: 14px;
	line-height: 18px;
}



/*GRID: 1600px */
@media all and (max-width: 1600px) {
	
.wrap {padding: 100px 150px}	

}



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
.wrap {padding: 75px 100px}	

#scroll-top {
    bottom: 75px;
    right: 25px;
}

#menu-home-link {
    display: block;
    width: 250px;
    position: absolute;
    top: 16px;
    left: 75px;
}

#menu-menu-gorne {right: 200px}
	
}


/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}
	
h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}

#footer > div:nth-of-type(2) > ul > li > a {
    font-size: 16px;
    line-height: 18px;
}

#footer-kontakt {
    font-size: 20px;
    line-height: 30px;
}

#menu-top-teleadresy {left: 50px}

#menu-top-fast {right: 50px}

#menu {height: 80px}

#menu-home-link {
    width: 225px;
    top: 14px;
	left: 50px
}

#menu-social {
	top: 27px;
	right: 50px;
}

#menu-menu-gorne {
	top: 25px;
	right: 150px;
}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
	

.opacity-hover a:hover {opacity: 1}
.white-to-green a:hover {color: white}
.green-to-white a:hover {color: #1E9628 !important}
.green-to-dark_green a:hover {color: #1E9628}
.dark_green-to-green a:hover {color: #00323}

#scroll-top:hover {background-color: #1E9628}
	
.wrap {padding: 50px 50px}	

h1 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}

h2 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.wp-block-spacer {height: 324px !important}

#scroll-top {
	width: 40px;
    height: 40px;
    bottom: 50px;
    right: 5px;
}	

#footer {background-size: 210px 70px}

#foter-app {
    position: relative;
    margin-top: 40px;
}

#footer > div:nth-of-type(1) {
    width: 35%;
    padding-right: 50px;
}

#footer > div:nth-of-type(2) {
	width: 65%;
	padding: 0 0 0 50px;
}

#footer > div:nth-of-type(2) > ul > li {padding-right: 25px}

#footer > div:nth-of-type(3) {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	padding: 0;
}
 
#footer-kontakt {width: 40% !important} 

#footer > div:nth-of-type(3) > div {
	width: 30%;
	box-sizing: border-box;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	padding-right: 50px;
}

#footer-social {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;	
}

#menu-top-fast li:nth-of-type(n+2) {display: none}

#menu {height: 70px}

#menu-home-link {
    width: 200px;
    top: 12px;
	left: 50px;
}

#menu-menu-gorne {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 50px;
	top: 70px;
	left: 0;
	background: white;
	text-align: center;	
	display: none;
}

#menu-menu-gorne li {margin: 0 20px}

#menu-social {
	top: 22px;
	right: 125px;
	}

#hamburger {
	display: block;
	width: 40px;
	height: 26px;
	position: absolute;
	top: 22px;
	right: 50px;
}

#hamburger span {
	display: block;
	width: 100%;
	height: 5px;
	background: #1E9628;
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
#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}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {	
	
#footer > div:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
	margin-bottom: 50px;
}	

#footer > div:nth-of-type(1) > img {
	position: relative;
	margin: 0 auto;
}

#foter-app {
    margin-top: 50px;
	text-align: center;
}

#foter-app a {
    display: inline-block;
    margin: 0 5px;
}

#footer > div:nth-of-type(2) {
	width: 100%;
	padding: 0;
}

#footer > div:nth-of-type(3) {margin-top: 50px}

#footer > div:nth-of-type(3) > div {
    width: 50% !important;
    padding-right: 50px;
}

#footer #footer-social {
	width: 100% !important;
	padding-right: 0 !important;
	margin-top: 50px;
	text-align: center;
}

#footer-social a {margin: 0 10px}

#copyright {
    margin-top: 50px;
	text-align: center
}
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {	

.wrap {padding: 50px 20px}	

h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
    line-height: 18px;
	margin-bottom: 10px;
}

.wp-block-spacer {height: 22px !important}	

h4.has-text-align-right {padding-right: 40px}

.list-style ol li {padding-left: 22px}

.list-style ol li img {
	width: 14px !important;
	top: 3px
}

#scroll-top {
    width: 34px;
    height: 34px;
    bottom: 50px;
    right: 5px;
}

#footer {background-size: 150px 50px}

#footer h4 {margin-bottom: 20px}

#footer > div:nth-of-type(2) > ul > li > a {
    font-size: 14px;
    line-height: 16px;
	display: block;
    margin-bottom: 20px;
}

#footer > div:nth-of-type(3) > div {
    width: 100% !important;
	text-align: center;
	padding-right: 0;
}

#footer-kontakt {
    font-size: 18px;
    line-height: 26px;
	margin-bottom: 50px !important;
}

#footer-social a {margin: 0 6px}

#footer-social a img {height: 24px}	

#menu-top {display: none}

#menu-home-link {
    width: 100px;
    top: 5px;
	left: 20px;
}

#menu-home-link img:first-of-type {display: none}
#menu-home-link img:last-of-type {display: block}

#menu-social {right: 75px}

#menu-menu-gorne li {
	display: block;
	width: 100%;
	margin: 15px auto;
	position: relative;
}

#hamburger {
    width: 36px;
    height: 22px;
    top: 24px;
    right: 20px;
}

#hamburger span {height: 4px}

#sidenav {display: none}
	
}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
#scroll-top {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 5px;
}
	
#footer > div:nth-of-type(1) > img {max-width: 200px}	
	
#footer > div:nth-of-type(2) > ul > li {
    width: 100%;
    padding-right: 0;
	margin-bottom: 50px;
	text-align: center;
}	

#footer > div:nth-of-type(2) > ul > li > ul > li {margin-bottom: 0}

#footer > div:nth-of-type(2) > ul > li > ul {margin-bottom: 0}

#footer > div:nth-of-type(3) {margin-top: 0}

#menu {height: 60px}

#menu-home-link {
    width: 80px;
    top: 5px;
    left: 20px;
}

#menu-social {
	top: 19px;
	right: 65px;
}

#menu-social a {margin-left: 10px}

#menu-social a img {height: 22px}

#menu-menu-gorne {top: 60px}

#hamburger {
    width: 30px;
    height: 20px;
    top: 20px;
}

#hamburger span {height: 4px}
	
}