#hover_checker {display: block}	

.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 100px 200px;
	z-index: 3;
	background-color: white;
}

.iwrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.iwrap-small {max-width: 900px}

.fc-white, .fc-white p, .fc-white a {color: white}

.fc-red, .has-red-color {color: #FF0051}

.bc-black {
	background-color: #191D21;
	color: white;
}
.bc-black.bc-black-dark {background-color: black}
.bc-black h2, .bc-black a {color: white}

.bc-red {
	background-color: #FF0051;
	color: white;
}
.bc-red.bc-red-dark {background-color: #8C0046}
.bc-red h2, .bc-red a {color: white}
.bc-red h2 em {border-color: white}

.white-to-red a {
	color: white;
	transition: color 0.15s;
}
.white-to-red a:hover {color: #FF0051}

.red-to-white a {
	color: #FF0051;
	transition: color 0.15s;
}
.red-to-white a:hover {color: white}

.red-to-black a, .red-to-black{
	color: #FF0051;
	transition: color 0.15s;
}
.red-to-black a:hover, .red-to-black:hover {color: #59595A}

.black-to-red a {
	color: #59595A;
	transition: color 0.15s;
}
.black-to-red a:hover {color: #FF0051}

.opacity-hover a {transition: opacity 0.15s}
.opacity-hover a:hover {opacity: 0.6}

strong {font-weight: 800}

em {font-style: italic}

.ta-left {text-align: left}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	line-height: 62px;
	font-weight: 400;
	margin: 0 auto 60px auto;
	color: #191919;
	position: relative;
	letter-spacing: 2px;
	word-spacing: 1px;
	display: table;
}
.ta-left h2 {margin-left: 0}

h2 em {
	position: absolute;
	top: 5px;
	left: -60px;
	display: block;
	width: 40px;
	border-bottom: 4px solid #FF0051;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: 42px;
	font-weight: 400;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 2px;
	word-spacing: 1px;
}

h4 {
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 200;
	margin-bottom: 20px;
	letter-spacing: 2px;
	word-spacing: 1px;
}

a.box-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-weight: 900;	
	padding: 20px 30px;	
	border-radius: 30px;
	margin-top: 50px;
	display: inline-block;
	transition: all 0.25s;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	z-index: 6;
	min-width: 190px;
	text-align: center;
}
a.box-link > span {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.25s;	
}
a.box-link:hover > span {height: 100%}

a.box-link-red {
	border: 1px solid #FF0051;
	color: #FF0051;
}
a.box-link-red span {background: #FF0051}
a.box-link-red:hover {color: white}

a.box-link-white {
	border: 1px solid white;
	background-color: rgba(255,255,255,0);
	color: white;
}
a.box-link-white span {background: white}
a.box-link-white:hover {
	background-color: rgba(255,255,255,1);
	color: #FF0051;
}
.bc-black a.box-link-white:hover {color: #191D21}
.bc-black.bc-black-dark a.box-link-white:hover {color: black}
.bc-red a.box-link-white:hover {color: #FF0051}
.bc-red.bc-red-dark a.box-link-white:hover {color: #8C0046}

.more-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 800;	
}

#footer-contact {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	position: relative;
	z-index: 3;
}

#footer-contact.contact {
	padding-top: 50px;
	background: white;
	flex-direction: row;
}

#footer-contact > figure {
	width: 50%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/footer-bg.jpg);
}

#footer-contact > article {
	box-sizing: border-box;
	padding: 100px 0 100px 200px;
	width: 50%;
}
#footer-contact.contact > article {
	background-image: url(../img/footer-contact-bg.jpg);
	background-size: cover;
	background-position: center
}

#footer-contact ul {list-style: none}

#footer-contact li img {
	display: inline-block;
	width: 30px !important;
	position: relative;
	margin-right: 10px;
	top: 10px;
}

#footer-contact h2 em {display: none}
body.home #footer-contact h2 em, #footer-contact.contact h2 em {display: inline-block}

#footer {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 50px;
}

#footer > div {
	box-sizing: border-box;
	padding: 60px 150px 20px;
}

#footer img {
	display: block;
	width: 400px;
	max-width: 100%;
	position: relative;
	margin: 0 auto 40px;
}

#footer-socials {
	position: relative;
	margin: 0 auto 20px 0;
}

#footer-socials a {
	display: inline-block;
	margin: 0 3px;
}

#footer-socials a img {
	display: block;
	width: 25px;
	margin-bottom: 0;
}

#copyright {
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	display: flex;
	justify-content: space-between;
}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 50px;
	right: 70px;
	width: 30px;
	padding-top: 30px;
	color: #FF0051;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: none;
}

#scroll-top figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	transition: all 0.25s;
}

#scroll-top figure img {
	display: block;
	width: 100%;
}

#scroll-top:hover figure {top: -15px}

.tel-link {cursor: default}

.wp-block-spacer {height: 20px !important}

#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;
}

#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;
}

#ciasteczka-info a {color: #FF0051}

.article-wrap {
	box-sizing: border-box;
	padding-left: 65px;
	padding-right: 65px;
}

.slash-list ul {
	list-style: none;
	font-weight: 200;
}

.slash-list li {
	position: relative;
	padding-left: 15px;
}

.slash-list li::before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
} 


/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
.wrap {padding: 60px 100px}	

.article-wrap {
    padding-left: 45px;
    padding-right: 45px;
}

h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 40px;
}

h2 em {
	top: 7px;
	left: -35px;
	display: block;
	width: 30px;
	border-bottom: 3px solid #FF0051;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 5px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h4 {margin-bottom: 15px}

a.box-link {margin-top: 40px}	

#scroll-top {right: 60px}

#footer-contact > article {padding: 60px 0 60px 100px}

#footer > div {padding: 50px 50px 20px}

#footer img {width: 300px}

}


/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
a.box-link {
    letter-spacing: 2px;
    word-spacing: 2px;
    padding: 15px 30px;
    border-radius: 30px;
    min-width: 150px;
}	

#footer-socials a img {width: 25px}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {

.wrap {padding: 50px 50px}

.article-wrap {
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}	

h2 em {
    top: 5px;
    left: -30px;
    display: block;
    width: 25px;
    border-bottom: 2px solid #FF0051;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 3px;
}
h2 em {
	position: relative;
	display: inline-block;
	left: 0;
	top: -20px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

a.box-link {
    padding: 15px 30px;
    border-radius: 30px;
    margin-top: 30px;
	font-size: 14px;
	line-height: 14px;
}

#scroll-top {
    right: 10px;
	bottom: 45px;
}

#footer-contact > article {
	width: 100%;
    padding: 50px 50px;
}

#footer-contact > figure {
    width: 100%;
    height: 500px;
}

#footer > div {padding: 30px 50px}

#footer img {width: 250px}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#hover_checker {display: none}	

.wrap {padding: 40px 20px}

a.box-link-red {color: #FF0051 !important}
a.box-link-white {
	color: white !important;
	background-color: rgba(255,255,255,0) !important;
}

.opacity-hover a {opacity: 1 !important}

.white-to-red a {color: white !important}

.red-to-white a {color: #FF0051 !important}

.red-to-black a, .red-to-black{color: #FF0051 !important}

.black-to-red a {color: #59595A !important}

.box-link > span {height: 0 !important}

#footer-contact.contact {padding-top: 20px}

#footer-contact > figure {height: 400px}

#footer-contact > article {
    width: 100%;
    padding: 40px 20px;
}

#footer {padding: 20px}

#footer > div {padding: 40px 20px 20px}
	
}


/*GRID: 568px */
@media all and (max-width: 568px) {
	
.wp-block-spacer {height: 10px !important}	
	
h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

h2 em {
	font-size: 11px;
	line-height: 11px;
    top: -15px;
	width: 20px;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 10px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    word-spacing: 1px;
}	

a.box-link {
    padding: 12px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
}

.more-link {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;	
}

#footer-contact > figure {height: 350px}

#footer-contact li img {
    width: 25px  !important;
    margin-right: 10px;
    top: 10px;
}

#footer > div {padding: 30px 20px 10px}

#footer img {
    width: 200px;
    margin-bottom: 30px;
}

#footer-socials a img {width: 22px}

#copyright {
    width: 100%;
    font-size: 11px;
    line-height: 12px;
    display: block;
}
	
}


/*GRID: 440px */
@media all and (max-width: 440px) {
	
.wrap {padding: 30px 15px}	

h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

h2 em {
	top: -10px;
	padding-bottom: 2px;
}

#scroll-top {
    bottom: 20px;
    right: 10px;
    width: 26px;
    padding-top: 26px;
}

#scroll-top figure {
    width: 26px;
    height: 26px;
}

#footer-contact > article {padding: 30px 15px}

#footer-contact.contact {padding-top: 15px}

#footer {padding: 15px}
	
}