.scroll-animation {
	opacity: 0;
	position: relative;
}

.scroll-animation-toright {left: -50px}

.scroll-animation-toleft {left: 50px}

.scroll-animation-todown {top: -50px}

.scroll-animation-toup {top: 50px}

.scroll-animation-zoom {
	transform: scale(0.5);
	opacity: 0;
}

.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 200px 350px;
}

.bc-grey {background-color: #D9DADA}
.bc-gold {background-color: #00B5A9}

.fc-gold {color: #00B5A9}

.fc-white, .fc-white a {color: white}

.black-to-gold a {transition: color 0.25s}
.black-to-gold a:hover {color: #00B5A9}

.white-to-gold a {
	color: white;
	transition: color 0.25s;
}
.white-to-gold a:hover {color: #00B5A9}

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

strong {font-weight: 600}

h2 {
	font-size: 74px;
	line-height: 86px;
	font-weight: 600;
	margin-bottom: 40px;
}

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

h4 {
	font-family: "Ubuntu", sans-serif;
	color: #00B5A9;
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 75px;
	right: 75px;
	width: 75px;
	height: 75px;
	border: 1px solid #00B5A9;
	overflow: hidden;
	display: none;
}

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

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

.link-box {
	display: inline-block;
	box-sizing: border-box;
	outline: 2px solid #00B5A9;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 19px;
	padding: 15px 50px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.link-box p {position: relative}

.link-box span {
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: height 0.5s;
}

.link-box:hover span {height: 100%}

.list-style {list-style: none}

.list-style li {
	position: relative;
	padding-left: 25px;
}

ul.list-style li::before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	top: 10px;
	left: 0;
	background-image: url(../img/list-dot.png);
	background-size: cover;
	background-position: center;
}

ol.list-style {counter-reset: item}
ol.list-style li::before {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	display: inline-block;
	content: counter(item) ".";
	counter-increment: item;
	color: #00B5A9;
	font-weight: 600;
}

#hamburger {display: none}

#menu {
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	top: 75px;
	width: 100%;
	padding: 0 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Ubuntu", sans-serif;
	font-weight: 600
}

#menu > div:first-of-type a {
	display: block;
	width: 350px;
}

#menu > div:first-of-type a img {
	display: block;
	width: 100%;
}

#menu a{display: inline-block}

#menu a.hook-link {margin-left: 30px}

#menu a.contact-link {
	position: relative;
	padding-left: 35px;
	margin-right: 30px;
}

#menu a.contact-link img {
	position: absolute;
	display: block;
	width: 25px;
	top: 1px;
	left: 0;
}

#menu-rwd {display: none}

#side-socials {
    position: fixed;
    right: 90px;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

#side-socials a {
    display: block;
    width: 100%;
    margin: 35px 0;
}

#side-socials a img {
	display: block;
	width: 100%;
}

#header {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
	box-sizing: border-box;
	padding: 50px;
	position: relative;
}

#header > div {
	width: 100%;
	height: 100%;
	position: relative;
}

#header > div img {
	position: absolute;
	width: 80%;
	max-width: 900px;
	bottom: 150px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10;
}

#slider {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}


#slider .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center;
	background-size: cover;
}

#slider .slide.active {z-index: 4 !important}

#slider .slide:nth-of-type(1) {background-image: url(../img/slider-3.jpg)}
#slider .slide:nth-of-type(2) {background-image: url(../img/slider-2.jpg)}
#slider .slide:nth-of-type(3) {background-image: url(../img/slider-1.jpg)}

#o-mnie {
	display: flex;
	flex-wrap: wrap;
}

#o-mnie > figure {
	box-sizing: border-box;
	width: 50%;
	padding-right: 75px;	
}

#o-mnie > figure > figure {position: relative}

#o-mnie > figure > figure > img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

#o-mnie > figure nav a {
	display: inline-block;
	width: 35px;
	margin-right: 35px;
}

#o-mnie > figure nav a img {
	display: block;
	width: 100%;
}

#o-mnie > figure > figure > div {
	position: absolute;
	bottom: -150px;
	right: -100px;
	width: 400px;
	box-sizing: border-box;
	padding: 25px;
}

#o-mnie > figure > figure > div > div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	padding: 0 !important;
}

#o-mnie > figure > figure > div img {
	display: block;
	width: 100%;
}

#o-mnie > figure .bc-gold {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}

#o-mnie > figure .bc-gold img {
	display: block;
	width: 100%;
}

#o-mnie > article {
	box-sizing: border-box;
	width: 50%;
	padding-left: 75px;
}

#o-mnie-more {display: none}

#cechy {
	background-image: url(../img/cechy-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
}

#cechy > article {
	width: 50%;
	box-sizing: border-box;
	padding-right: 75px;
}

#cechy > figure {
	width: 50%;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 75px;
	margin-bottom: -25px;
}

#cechy > figure > div {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#cechy > figure > div img {
	display: block;
	width: 100px;
	transition: opacity 0.75s, transform 0.75s;
	margin-right: 35px;
}

#cechy > figure > div p {width: calc(100% - 135px)}

#specjalizacje {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#specjalizacje .podpis-bg {
	position: absolute;
	width: 90%;
	bottom: -15vw;
	left: 0;
	opacity: 0.05;
}

#specjalizacje > header {margin-bottom: 75px}

#specjalizacje > nav {
	width: calc(100% + 24px);
	position: relative;
	left: -12px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px
}

#specjalizacje > nav > div {
	width: 25%;
	box-sizing: border-box;
	padding: 12px;
}

#specjalizacje > nav > div a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;	
	background-size: cover;
	background-position: center;
}
#specjalizacje > nav > div:nth-of-type(1) a {background-image: url(../img/specjalizacje-1-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(2) a {background-image: url(../img/specjalizacje-2-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(3) a {background-image: url(../img/specjalizacje-3-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(4) a {background-image: url(../img/specjalizacje-4-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(5) a {background-image: url(../img/specjalizacje-5-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(6) a {background-image: url(../img/specjalizacje-6-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(7) a {background-image: url(../img/specjalizacje-7-bg.jpg)}
#specjalizacje > nav > div:nth-of-type(8) a {background-image: url(../img/specjalizacje-8-bg.jpg)}

#specjalizacje > nav > div a > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 35px;
	text-align: center;
}

#specjalizacje > nav > div a> div > div:first-of-type {padding-top: 15%}

#specjalizacje > nav > div a> div > div:first-of-type img {
	display: inline-block;
	width: 35%;
	margin-bottom: 25px;
}

#specjalizacje > nav > div a> div > div:first-of-type h4 {
	color: white;
	margin-bottom: 0;
}

#specjalizacje > nav > div a> div > div:first-of-type .bc-gold {display: none}

#specjalizacje > nav > div a > div > div:last-of-type {
	position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background: black;
	opacity: 0;
	transition: opacity 0.75s;
}
#specjalizacje > nav > div a:hover > div > div:last-of-type {opacity: 1}

#specjalizacje > nav > div a > div > div:last-of-type span {
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#specjalizacje > nav > div a > div > div:last-of-type span img {
	display: block;
	width: 100%;
}

#specjalizacje > article {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

#specjalizacje > article > div {display: none}

#specjalizacje > article > div.active {display: block}

#media ol {
	list-style: none;
	margin-bottom: -35px;
	margin-top: 75px;
}

#media ol li {
   margin-bottom: 35px;
   position: relative;
   padding-left: 250px;
}

#media ol img {
	display: block;
	width: 175px;
	position: absolute;
	left: 0;
}

#media ol a {
	position: relative;
	padding-right: 40px;
	display: table;
}

#media ol a figure {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 19px;
	height: 19px;
	background-image: url('../img/ol-arrow.png');
	background-size: contain;
	transition: all 0.5s;
}
#media ol a:hover figure {right: -20px}

#kontakt {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-top: 0
}

#kontakt article {
	box-sizing: border-box;
	width: 50%;
	padding: 125px 0 125px 75px;
}

#kontakt article ul {
	list-style: none;
	margin-top: 15px;
	margin-bottom: -8px;
}

#kontakt article li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}

#kontakt article li img {
	display: block;
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

#kontakt figure {
	width: 50%;
	position: relative;
}

#kontakt figure span {
	position: absolute;
	display: block;
	width: calc(100% + 350px);
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../img/kontakt-figure.jpg);
	background-size: cover;
	background-position: top left;
}

#footer {
	padding-top: 75px;
	padding-bottom: 50px;
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	background-position: center;
}

#footer .nq-link {
	position: absolute;
	left: 100px;
	top: 75px;
	width: 400px;
	display: block;
}

#footer .nq-link img {
	display: block;
	width: 100%;
	max-width: 100%;
}

#footer img {
	display: block;
	width: 80%;
	max-width: 550px;
	position: relative;
	margin: 0 auto 75px;
}

#copyrights {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 15px;
}



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

h2 {
	font-size: 64px;
	line-height: 74px;
	margin-bottom: 30px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

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

.link-box {
	font-size: 16px;
	padding: 12px 40px;
	margin-top: 40px;
}

.list-style li {padding-left: 25px}

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

#menu {
	top: 60px;
	padding: 0 80px;
}

#menu > div:first-of-type a {width: 300px}

#menu a.hook-link {margin-left: 25px}

#menu a.contact-link {
	padding-left: 25px;
	margin-right: 25px;
}

#menu a.contact-link img {
	width: 20px;
	top: 3px;
}

#side-socials {
    right: 70px;
    width: 20px;
}

#side-socials a {margin: 30px 0}

#header {padding: 40px}

#header > div img {
	max-width: 800px;
	bottom: 100px;
}

#o-mnie > figure {padding-right: 50px}

#o-mnie > figure > figure > img {margin-bottom: 25px}

#o-mnie > figure nav a {
	width: 30px;
	margin-right: 30px;
}

#o-mnie > figure > figure > div {
	bottom: -150px;
	right: -75px;
	width: 350px;
	padding: 25px;
}

#o-mnie > figure > figure > div > div {padding: 25px}

#o-mnie > figure .bc-gold {padding: 50px}

#o-mnie > article {padding-left: 50px}

#cechy > article {padding-right: 50px}

#cechy > figure {
	padding-top: 35px;
	padding-left: 50px;
	margin-bottom: -25px;
}

#cechy > figure > div {margin-bottom: 25px}

#cechy > figure > div img {
	width: 75px;
	margin-right: 35px;
}

#cechy > figure > div p {width: calc(100% - 110px)}

#specjalizacje > header {margin-bottom: 50px}

#specjalizacje > nav {
	width: calc(100% + 24px);
	left: -12px;
	margin-bottom: 50px
}

#specjalizacje > nav > div {padding: 12px}

#specjalizacje > nav > div a > div {padding: 25px}

#specjalizacje > nav > div a> div > div:first-of-type img {margin-bottom: 15px}

#specjalizacje > nav > div a > div > div:last-of-type {
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
}

#specjalizacje > nav > div a > div > div:last-of-type span {
	width: 75px;
	height: 75px;
}

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

#media ol li {
   margin-bottom: 25px;
   padding-left: 200px;
}

#media ol img {width: 150px}

#media ol a {padding-right: 40px}

#media ol a figure {
	top: 2px;
	width: 16px;
	height: 16px;
}
#media ol a:hover figure {right: -20px}

#kontakt article {padding: 100px 0 100px 50px}

#kontakt article ul {
	margin-top: 10px;
	margin-bottom: -5px;
}

#kontakt article li {
	padding-left: 30px;
	margin-bottom: 5px;
}

#kontakt article li img {width: 22px}

#kontakt figure span {width: calc(100% + 300px)}

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

#footer .nq-link {
	left: 75px;
	top: 50px;
	width: 350px;
}

#footer img {
	width: 80%;
	max-width: 500px;
	margin: 0 auto 50px;
}

#copyrights {
	font-size: 12px;
	line-height: 14px;
}
	
}




/*GRID: 1600px */
@media all and (max-width: 1600px) {
	
.wrap {padding: 150px 200px}

#kontakt figure span {width: calc(100% + 200px)}
	
}



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

h2 {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 20px;
}

h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
}

h4 {
	font-size: 19px;
	line-height: 23px;
}

#side-socials {right: 50px}

#header > div img {
    max-width: 600px;
    bottom: 75px;
}

#kontakt figure span {width: calc(100% + 150px)}	

#kontakt article {padding: 75px 0 75px 50px}

#footer .nq-link {
	left: 50px;
	width: 300px
}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
#hamburger {
	display: block;
	width: 40px;
	height: 30px;
	z-index: 110;
	position: fixed;
	top: 55px;
	right: 55px;
}

#hamburger span {
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 4px;
	background: #00B5A9;
	margin: auto;
	transition: all 0.5s;
}
#hamburger span:nth-of-type(1) {top: 0}
#hamburger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
#hamburger span:nth-of-type(3) {
	bottom: 0;
	width: 50%;
}

#hamburger:hover span:nth-of-type(2) {width: 100%}

#hamburger.clicked span:nth-of-type(1) {
	bottom: 0;
	rotate: 45deg;
}
#hamburger.clicked span:nth-of-type(2) {display: none}
#hamburger.clicked span:nth-of-type(3) {
	top: 0;
	rotate: -45deg;
	width: 100%;
}

#menu {
    padding-left: 80px;
	padding-right: 100px;
}
	
#menu a.hook-link {display: none}	

#menu-rwd {
	display: block;
	width: 0;
	height: calc(var(--vh, 1vh) * 100);
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	overflow-x: hidden;
}

#menu-rwd > div {
	display: block;
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1E252B;
	color: white;
}

#menu-rwd > div > nav {
	position: absolute;
	left: 50px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 600;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}	

#menu-rwd > div > nav a {
	display: block;
	font-size: 20px;
	margin: 25px 0;
}

#menu-rwd > div > div {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

#menu-rwd a.contact-link {
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
}

#menu-rwd a.contact-link img {
    position: absolute;
    display: block;
    width: 20px;
    top: 1px;
    left: 0;
}

#menu-rwd-socials {display: none}
	
#o-mnie > figure {padding-right: 25px}

#o-mnie > article {padding-left: 25px}

#o-mnie > figure > figure > div {
	width: 250px;
	right: -50px;
}

#o-mnie > figure > figure > div > div {padding: 15px}

#cechy > figure {padding-left: 0}

#specjalizacje > nav > div {width: 33.33%}

#specjalizacje > nav > div a> div > div:first-of-type {padding-top: 15%}

#specjalizacje > nav > div a> div > div:first-of-type img {margin-bottom: 15px}

#specjalizacje > nav > div a > div > div:last-of-type span {
	width: 50px;
	height: 50px;
}

#kontakt article {padding: 50px 0 50px 50px}

#footer img {max-width: 500px}
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.black-to-gold a:hover {color: #3D3D3D}
.white-to-gold a:hover {color: white}
.opacity-hover a:hover, a.opacity-hover:hover {opacity: 1}	
#scroll-top:hover img {top: 0}
.link-box:hover span {height: 0}
#media ol a:hover figure {right: 0}	
	

.scroll-animation-toright {left: 0}
.scroll-animation-toleft {left: 0}
.scroll-animation-todown {top: 0}
.scroll-animation-toup {top: 0}	
	
	
.wrap {padding: 75px 100px}	

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

#hamburger {
	top: 40px;
	right: 40px;
}

#menu {
	padding-left: 50px;
	top: 40px;
}

#menu .contact-link {display: none}

#side-socials {right: 35px}
	
#header {padding: 25px}	

#header > div img {
	max-width: 500px;
	bottom: 50px;
}

#o-mnie > figure {
	padding-right: 0;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 75px;
}

#o-mnie > figure > figure > div {
	right: -75px;
	bottom: -100px;
	widtH: 350px;
}

#o-mnie > figure > figure > div > div {padding: 25px}

#o-mnie > article {
	padding-left: 0;
	width: 100%;
}

#cechy > article {
    width: 100%;
    padding-right: 0;
	margin-bottom: 50px;
}

#cechy > figure {
    width: 100%;
    padding-top: 0;
	display: flex;
	flex-wrap: wrap;
}

#cechy > figure > div {
	width: 50%;
	box-sizing: border-box;
}
#cechy > figure > div:nth-of-type(2n+1) {padding-right: 25px}

#cechy > figure > div img {
    width: 75px;
    margin-right: 15px;
}

#cechy > figure > div p {width: calc(100% - 90px)}

#specjalizacje .podpis-bg {
	width: 95%;
	bottom: -30vw;
}

#specjalizacje > nav {
	width: calc(100% + 10px);
	left: -5px;
}

#specjalizacje > nav > div {
	padding: 5px;
	width: 50%;
}

#specjalizacje > nav > div a> div > div:first-of-type {padding-top: 20%}

#specjalizacje > nav > div a> div > div:first-of-type img {
    width: 30%;
    margin-bottom: 10px;
}

#specjalizacje > nav > div a> div > div:first-of-type .bc-gold {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 15px auto 0;
}

#specjalizacje > nav > div a> div > div:first-of-type .bc-gold img {
	display: block;
	width: 100%;
}

#specjalizacje > nav > div a > div > div:last-of-type {display: none}

#specjalizacje > article {
	padding-left: 0;
	width: 100%;
}

#kontakt figure span {width: calc(100% + 100px)}

#footer .nq-link {
	left: 25px;
	top: 25px;
	width: 250px
}
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
#menu > div:first-of-type a {width: 250px}	
	
.wrap {padding: 50px 50px}	

#side-socials {right: 15px}

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

#o-mnie > figure > figure > div {right: -50px}

#cechy > figure {display: block}

#cechy > figure > div {width: 100%}
#cechy > figure > div:nth-of-type(2n+1) {padding-right: 0}

#specjalizacje .podpis-bg {display: none}

#specjalizacje > nav > div {width: 50%}

#specjalizacje > nav > div a > div {padding: 15px}

#specjalizacje > nav > div a> div > div:first-of-type {padding-top: 10%}

#specjalizacje > nav > div a> div > div:first-of-type .bc-gold {
	width: 36px;
	height: 36px;
	margin: 15px auto 0;
}

#media ol li {padding-left: 150px}

#media ol img {width: 125px}

#kontakt figure {
    width: 100%;
	height: 400px;
	margin-bottom: 50px;
}	

#kontakt figure span {width: 100%}

#kontakt article {
	width: 100%;
	padding: 0;
}

#footer img {max-width: 400px}

#copyrights {
    display: block;
	text-align: center;	
}




body.body-horizontal #menu-rwd > div > nav {
	top: 25px;
	transform: none;
}

 body.body-horizontal  #menu-rwd > div > nav a {margin: 0 0 15px}

body.body-horizontal #header > div img {
	max-width: 350px;
	bottom: 25px;
}

}



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

h2 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

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

#side-socials {display: none}

#hamburger {
	width: 35px;
	height: 25px;
}

#hamburger span {height: 3px}

#menu-rwd-socials {
	display: block;
	margin-top: 25px;
}

#menu-rwd-socials a {
    display: inline-block;
    width: 20px;
	height: 20px;
    margin-right: 30px;
}

#menu-rwd-socials a img {
    display: block;
    width: 100%;
}

#menu-rwd > div > nav {padding-bottom: 50px}

#header {height: 60vh}

#o-mnie > figure {margin-bottom: 50px}

#o-mnie > figure > figure > div {
    width: 300px;
	right: -40px;
}

#o-mnie > figure > figure > div > div {padding: 15px}

#o-mnie > figure > figure > div .bc-gold {padding: 25px 25px}

#specjalizacje > nav {margin-bottom: 25px}

#specjalizacje > nav > div a > div > div:first-of-type {padding-top: 0}

#specjalizacje > nav > div a> div > div:first-of-type h3 {
	font-size: 20px;
	line-height: 24px;
}

#specjalizacje > nav > div a > div > div:first-of-type .bc-gold {
	width: 30px;
	height: 30px;
}

#media ol li {
	padding-left: 0;
	margin-bottom: 35px;
}

#media ol img {
	position: relative;
	margin-bottom: 10px;
}

#footer {
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer img {margin: 0 auto 40px}

#footer .nq-link {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 50px;
}
	
}



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

h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 10px;
}

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

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

.link-box {
    outline: 2px solid #00B5A9;
    font-size: 14px;
    padding: 7px 30px;
    margin-top: 25px;
}

.list-style li {padding-left: 20px}

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

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

#menu {
	padding-left: 30px;
	top: 25px;
}

#menu > div:first-of-type em {
    display: block;
    top: 0;
    margin-right: 0;
}

#menu > div:first-of-type a {width: 200px}	

#menu-rwd {
	width: 0;
	text-align: center;
}

#menu-rwd > div {width: 100vw}
 
#menu-rwd > div > nav {
	width: 100%;
	left: 0;
	right: 0;
}

#menu-rwd > div > div {
	bottom: 20px;
	left: 0;
	width: 100%;
}

#menu-rwd a.contact-link {
	display: table;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

#menu-rwd-socials a {margin: 0 10px}
	
#header {padding: 15px}

#o-mnie > figure {margin-bottom: 30px}

#o-mnie > figure > figure > img {margin-bottom: 35px}

#o-mnie > figure > figure > div {
	display: none;
	right: -15px;
	bottom: -35px;
	width: 200px;
}

#o-mnie > figure > figure > div > div {padding: 10px}

#cechy > article {margin-bottom: 40px}

#cechy > figure {margin-bottom: -15px}

#cechy > figure > div {margin-bottom: 15px}

#cechy > figure > div img {
	width: 60px;
	margin-right: 15px;
}

#cechy > figure > div p {width: calc(100% - 75px)}

#specjalizacje > nav {
	width: 100%;
	left: 0;
}

#specjalizacje > nav > div {
	width: 100%;
	padding: 0 !important;
	margin-bottom: 10px;
}

#specjalizacje > nav > div a> div > div:first-of-type {padding-top: 15%}

#kontakt figure {
	height: 300px;
	margin-bottom: 40px;
}

	
}