.h4-h2 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 350px;
	margin-bottom: 125px;
}
.h4-h2.no-bottom {margin-bottom: 0}

.h4-h2 h4 {
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	margin-bottom: 0;
}

.h4-h2 h2 {
	margin-bottom: 0;
	position: relative;
}

.article-h4-h2 {
	width: 100%;
	box-sizing: border-box;
	padding-left: 350px;
	margin-bottom: 125px;
	margin-top: 50px;
}

.scroll-hgroup h4 {opacity: 0}
.scroll-hgroup h2 {
	opacity: 0;
	left: 100px;
}

.parallax-wrap {
	position: relative;
	overflow: hidden
}

.parallax {
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	background-size: cover;
	background-position: center;
}

#header {
	width: 100%;
    height: calc(var(--vh, 1vh) * 60);
    background-position: center;
    background-size: cover;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
#header.header-home {height: calc(var(--vh, 1vh) * 100)}

#header hgroup {
	width: 100%;
	position: relative;
}
#header.header-home hgroup {z-index: 6}

#header hgroup figure {
	position: absolute;
	top: -125px;
	right: 0;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../img/home-header-arrow.png);
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

#header hgroup figure img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation:spin 10s linear infinite;
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

#header hgroup h1 {
	top: -125px;
	opacity: 0;
}

#header hgroup .link-block {
	top: 125px;
	opacity: 0;
}

#slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#slider .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#slider .slide > div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: white;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
}

#feature-icons > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#feature-icons > div > div {width: 25%}

#feature-icons > div > div > img {
	display: block;
	height: 150px;
	margin-bottom: 35px;
}

#home-entry .bc-silver {
	display: block;
	width: 50vw;
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
}

#home-entry > section {
	width: 100%;
	position: relative;
	padding-top: 75px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#home-entry > section > article {
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 75px;
}

#home-entry > section > figure {
	width: 66.66%;
	position: relative;
}

#home-entry > section > figure > figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home-entry-icons {
	position: absolute;
	top: -75px;
	right: 75px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 550px;
}

#home-entry-icons > span {
	display: block;
	width: 250px;
	box-sizing: border-box;
	padding: 35px 35px 50px;
	color: white;
}

#home-entry-icons > span img {
	display: block;
	height: 60px;
	margin-bottom: 20px;
}

#home-entry-icons > span strong {
	width: 100%;
	display: block;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 20px;
}

#home-entry-icons > span span {
	font-size: 30px;
	line-height: 36px;
}

#home-work .bc-silver {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 850px;
}

#work-all {
	width: calc(100% + 24px);
	position: relative;
	left: -12px;
	display: flex;
	flex-wrap: wrap;
}

#work-all > div {
	width: 33%;
	box-sizing: border-box;
	padding: 12px;
}

#work-all > div > div {
	position: relative;
	padding-top: 100%;
}

#work-all > div > div > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	overflow: hidden;
	
}

#work-all > div > div > a > figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;	
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	transition: all 0.5s;
}
#work-all > div > div > a:hover > figure {
	opacity: 0.2;
	transform: scale(1.1);
}

#work-all > div > div > a > figcaption {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30% 35px 35px;
	text-align: center;
}

#work-all > div > div > a > figcaption img {
	display: block;
	height: 115px;
	position: relative;
	margin: 0 auto 35px;
	transition: opacity 0.5s;
}
#work-all > div > div > a:hover > figcaption img {opacity: 0}

#work-all > div > div > a > figcaption h3 {margin-bottom: 0}

#work-all > div > div > a > figcaption span {
    display: table;
    width: 75px;
    height: 75px;
    background-color: #FF1502;
    border-radius: 50%;
    background-image: url(../img/link-block-arrow.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: calc(35% + 15px);
	margin: auto;
    right: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
#work-all > div > div > a:hover > figcaption span {opacity: 1}

#home-work #work-all > div > div > a > figcaption span {top: calc(50% - 50px)}

#work-all > div.work-all-service > div > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#work-all > div.work-all-catalog > div > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191919;
}

#work-all > div.work-all-service > div > div > figcaption, #work-all > div.work-all-catalog > div > div > figcaption {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 35px;
	text-align: center;
	display: flex;
	align-items: center;
}

#work-all > div.work-all-catalog > div > div > figcaption > div {width: 100%}

#work-all > div.work-all-service > div > div > figcaption a, #work-all > div.work-all-catalog > div > div > figcaption a {
	margin-left: auto;
	margin-right: auto;
}

#home-features {
	display: flex;
	flex-wrap: wrap
}

#home-features > .h4-h2 {width: 100%}

#home-features > figure {
	width: 50%;
	position: relative;
	box-sizing: border-box;
}

#home-features > figure .link-cont {
	position: absolute;
	bottom: 75px;
	margin: auto;
	left: 0;
	right: 0;
	max-width: 90%;
}

#home-features > article {
	width: 50%;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: -50px;
}

#home-features > article > div {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 50px;
}

#home-features > article h3.fc-red {
	position: absolute;
	top: 0;
	left: 0;
}

#about_us-entry {
	padding-left: 0;
	padding-right: 0;
}

#about_us-entry > article {
	width: calc(50% + 300px);
	box-sizing: border-box;
	padding: 100px 300px 100px 300px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
	position: relative;
}

#about_us-entry > article > figure {
	position: absolute;
	top: -100px;
	right: 100px;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../img/home-header-arrow.png);
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
}

#about_us-entry > article > figure img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 10s linear infinite;
}

#about_us-entry > figure {
	position: absolute;
	top: 100px;
	left: 0;
	height: calc(100% - 350px);
	width: calc(50% - 150px);	
}

#about_us-history {
	background-image: url(../img/about_us-history-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
}

#about_us-history > article {
	width: calc(50% + 150px);
	padding-right: 150px;
	box-sizing: border-box;
}

#about_us-history > figure {width: calc(50% - 150px)}

#about_us-quotes {
	background-image: url(../img/about_us-quotes-bg.jpg);
	background-size: cover;
	background-position: center;
}

#about_us-quotes .bc-silver {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	right: -300px;
	padding: 150px 300px 150px 150px;
}

#quotes {position: relative}

#quotes > article {display: none}
#quotes > article.active {display: block}

#quotes > nav {
	position: absolute;
	right: 75px;
	top: 50%;
    transform: translateY(-50%);
}

#quotes > nav a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #B2B3B3;
	margin-bottom: 20px;
	transition: background 0.25s;
}
#quotes > nav a:hover {background: #FF1502}
#quotes > nav a.active {background: #FF1502 !important}

#loga {
	width: calc(100% + 50px);
	position: relative;
	left: -25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -50px;
}

#loga figure {
	display: block;
	width: 16.66%;
	box-sizing: border-box;
	padding: 0 50px;
	margin-bottom: 50px;
}

#loga figure img {
	display: block;
	width: 100%;
}

#services {
	display: flex;
	flex-wrap: wrap;
}

#services > section {
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-left: 75px;
}

#services > section article {display: none}
#services > section article.active {display: block}

#services > section article > figure {
	display: block;
	width: 100%;
	height: 500px;
	margin-bottom: 75px;
	background-size: cover;
	background-position: center;
}

#services > nav {width: 400px}

#services > nav > div {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 35px;
}

#services > nav .bc-silver {margin-bottom: 50px}

#services > nav .bc-silver ul {
	padding-right: 20px;
	position: relative;
	list-style: none;
	left: -10px;
}

#services > nav .bc-silver li {width: 100%}

#services > nav .bc-silver a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px;
	line-height: 24px;
	transition: background 0.25s;
}
#services > nav .bc-silver a:hover {background: #E0E0E0}
#services > nav .bc-silver a.active {background: #E0E0E0 !important}

#services > nav .bc-silver a::after {
	content: "";
	display: block;
	position: absolute;
	right: -19px;
	top: 50%;
    transform: translateY(-50%);
	width: 9px;
	height: 18px;
	background-image: url(../img/services-arrow.png);
	background-size: contain;
	background-position: center;
	transition: all 0.25s;
}
#services > nav .bc-silver a:hover::after {right: -29px}
#services > nav .bc-silver a.active::after {right: -19px !important}

#services > nav .bc-black ul {
	list-style: none;
	margin-top: 25px;
	margin-bottom: -25px;
}

#services > nav .bc-black li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 25px 0;
	border-top: 1px solid #898989;
}

#services > nav .bc-black li img {
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}

#what_we_do-entry .h4-h2 {
	padding-top: 125px;
	border-top: 3px solid #E8E8E8;
	padding-left: 0;
}

#what_we_do-entry > figure {
	width: 100%;
	height: 400px;
	margin-bottom: 100px;
}

#what_we_do-entry > article {
	column-count: 2;
	column-gap: 100px;
}

#what_we_do_contact {display: none}

#gallery {
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    display: flex;
    flex-wrap: wrap;
}

#gallery > figure {
    width: 33.33%;
    box-sizing: border-box;
    padding: 12px;
}

#gallery > figure img {
    display: block;
	width: 100%;
}

#contact {
	padding-bottom: 150px;
	display: flex;
	flex-wrap: wrap;
}

#contact > article {
	box-sizing: border-box;
	width: calc(50% - 150px);
	padding: 150px 300px 0 100px;
}

#contact > article figure {
	display: block;
	width: 100%;
	height: 300px;
	background-image: url(../img/contact-figure.jpg);
	background-size: cover;
	background-position: center;
	margin: 50px 0;
}

#contact > section {
	box-sizing: border-box;
	width: calc(50% + 100px);
	padding: 150px 100px 150px 300px;
}

#formularz {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	position: relative
}

#formularz input, #formularz textarea {
	background-color: rgba(255,255,255,0);
	width: 100%;
	padding-bottom: 15px;
	margin-top: 35px;
	border: none;
	border-bottom: 1px solid #B2B3B3;
	font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 21px;
    line-height: 32px;
	-webkit-appearance: none;
    border-radius: 0;
}

#formularz input:focus, #formularz textarea:focus {
	outline: none;
	border-color: #FF1502;
}

#formularz textarea {
	height: 100px;
	resize: vertical;
	overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	border-bottom: 1px solid #FF1502;
	-webkit-text-fill-color: #555555;
	-webkit-box-shadow: 0 0 0px 1000px #F2F2F2 inset;
}

#rodo {
	margin-top: 25px;
	padding-left: 40px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
}

.rodo-checker {
	position: absolute;
	display: block;
	top: -3px;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #B2B3B3;
	cursor: pointer;
	transition: background 0.5s;
}
.rodo-checker:hover {background: #B2B3B3}
.rodo-checker.clicked {background: #B2B3B3 !important}

#formularz-msg {
	margin-top: 10px;
	opacity: 0;
}



/*GRID: 1920px */
@media all and (max-width: 1920px) {

.h4-h2 {
	padding-left: 300px;
	margin-bottom: 100px;
}

.article-h4-h2 {
	padding-left: 300px;
	margin-bottom: 100px;
	margin-top: 50px;
}

.scroll-hgroup h4 {opacity: 0}
.scroll-hgroup h2 {left: 100px}	

#header hgroup figure {
	top: -125px;
	width: 175px;
	height: 175px;
	background-size: 25px;
}

#header hgroup h1 {top: -100px}

#header hgroup .link-block {top: 100px}

#feature-icons > div > div > img {
	height: 120px;
	margin-bottom: 25px;
}

#home-entry .bc-silver {height: 500px}

#home-entry > section {padding-top: 50px}

#home-entry > section > article {padding-right: 50px}

#home-entry-icons {
	top: -50px;
	right: 50px;
	width: 475px;
}

#home-entry-icons > span {
	width: 225px;
	padding: 25px 25px 50px;
}

#home-entry-icons > span img {
	height: 60px;
	margin-bottom: 15px;
}

#home-entry-icons > span strong {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 15px;
}

#home-entry-icons > span span {
	font-size: 26px;
	line-height: 32px;
}

#home-work .bc-silver {height: 750px}

#work-all {
	width: calc(100% + 24px);
	left: -12px;
}

#work-all > div {
	width: 50%;
	padding: 12px;
}
#home-work #work-all > div {width: 33.33%}

#work-all > div > div {padding-top: 100%}

#work-all > div > div > a > figcaption {padding: 35% 25px 25px}

#home-work #work-all > div > div > a > figcaption {padding: 30% 25px 25px}

#work-all > div > div > a > figcaption img {
	height: 100px;
	margin: 0 auto 25px;
}

#work-all > div > div > a > figcaption span {
    width: 50px;
    height: 50px;
    top: calc(35% + 25px);
}

#home-work #work-all > div > div > a > figcaption span {top: calc(50% - 25px)}

#work-all > div.work-all-service > div > div > figcaption, #work-all > div.work-all-catalog > div > div > figcaption {padding: 25px}

#home-features > article {padding-left: 50px}

#about_us-entry > article {
	width: calc(50% + 200px);
	padding: 100px 250px 100px 200px;
}

#about_us-entry > article > figure {
	top: -88px;
	right: 75px;
	width: 175px;
	height: 175px;
	background-size: 25px;
}

#about_us-entry > figure {
	top: 100px;
	height: calc(100% - 300px);
	width: calc(50% - 100px);	
}

#about_us-history > article {
	width: calc(50% + 100px);
	padding-right: 100px;
}

#about_us-history > figure {width: calc(50% - 100px)}

#about_us-quotes .bc-silver {
	right: -250px;
	padding: 100px 250px 100px 100px;
}

#loga {
	width: calc(100% + 50px);
	left: -25px;
	margin-bottom: -50px;
}

#loga figure {
	width: 16.66%;
	padding: 0 25px;
	margin-bottom: 50px;
}

#quotes > nav {right: 50px}

#quotes > nav a {
	width: 8px;
	height: 8px;
	margin-bottom: 16px;
}

#services > section {
	width: calc(100% - 350px);
	padding-left: 50px;
}

#services > section article > figure {
	height: 400px;
	margin-bottom: 50px;
}

#services > nav {width: 350px}

#services > nav > div {padding: 50px 25px}

#services > nav .bc-silver {margin-bottom: 25px}

#services > nav .bc-silver ul {
	padding-right: 20px;
	left: -10px;
}

#services > nav .bc-silver a {
	padding: 10px 10px;
	line-height: 20px;
}


#services > nav .bc-silver a::after {
	right: -19px;
	width: 9px;
	height: 18px;
}
#services > nav .bc-silver a:hover::after {right: -29px}
#services > nav .bc-silver a.active::after {right: -19px !important}

#services > nav .bc-black ul {
	margin-top: 25px;
	margin-bottom: -25px;
}

#services > nav .bc-black li {
	padding: 25px 0;
	border-top: 1px solid #898989;
}

#services > nav .bc-black li img {width: 60px}

#what_we_do-entry .h4-h2 {
	padding-top: 100px;
	border-top: 2px solid #E8E8E8;
}

#what_we_do-entry > figure {
	height: 350px;
	margin-bottom: 75px;
}

#what_we_do-entry > article {column-gap: 75px}

#gallery > figure {width: 50%}


#contact {padding-bottom: 100px}

#contact > article {
	width: calc(50% - 100px);
	padding: 100px 250px 0 75px;
}

#contact > article figure {
	height: 250px;
	margin: 35px 0;
}

#contact > section {
	width: calc(50% + 100px);
	padding: 100px 100px 100px 250px;
}

#formularz input, #formularz textarea {
	padding-bottom: 10px;
	margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
}

#formularz textarea {height: 80px}

#rodo {
	margin-top: 10px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 18px;
}

.rodo-checker {
	top: -5px;
	width: 28px;
	height: 28px;
}

#formularz-msg {
	margin-top: 10px;
	opacity: 0;
}

	
}



/*GRID: 1600px */
@media all and (max-width: 1600px) {

#about_us-quotes .bc-silver {
    right: -150px;
    padding: 100px 150px 100px 100px;
}

#about_us-entry > article {padding: 100px 150px 100px 200px}

#contact > section {padding: 100px 100px 100px 150px}

#contact > article {padding: 100px 150px 0 75px}

}



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#header hgroup figure {
    top: -100px;
    width: 150px;
    height: 150px;
}


#about_us-entry > article {
    width: calc(50% + 150px);
    padding: 100px 100px 100px 150px;
}

#about_us-entry > article > figure {
    top: -75px;
    right: 50px;
    width: 150px;
    height: 150px;
}

#about_us-entry > figure {width: calc(50% - 75px)}

#about_us-history > article {
    width: calc(50% + 75px);
    padding-right: 75px;
}

#about_us-history > figure {width: calc(50% - 75px)}

#about_us-quotes .bc-silver {
    right: -100px;
    padding: 100px 100px 100px 100px;
}

#quotes > nav {right: 30px}		

#contact > section {padding: 100px 75px 100px 100px}

#contact > article {padding: 100px 100px 0 75px}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {

.h4-h2 {
    padding-left: 250px;
    margin-bottom: 75px;
}

.article-h4-h2 {
    padding-left: 250px;
    margin-bottom: 75px;
}

#home-entry > section {padding-top: 25px}

#home-entry-icons {
    top: -25px;
    right: 25px;
    width: 425px;
}

#home-entry-icons > span {
    width: 200px;
    padding: 25px;
}

#home-entry-icons > span strong {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

#home-entry-icons > span span {
    font-size: 20px;
    line-height: 24px;
}

#about_us-entry > article {
    width: calc(50% + 150px);
    padding: 75px 100px 75px 150px;
}

#about_us-entry > article > figure {top: -100px}

#about_us-entry > figure {
    top: 75px;
    height: calc(100% - 225px);
}	

#about_us-quotes .bc-silver {padding: 75px 100px 75px 100px}

#services > nav {width: 300px}

#services > nav .bc-silver ul {
    padding-right: 10px;
    left: -10px;
}

#services > nav .bc-black li img {width: 50px}

#services > section {
    width: calc(100% - 300px);
    padding-left: 25px;
}

#what_we_do-entry .h4-h2 {padding-top: 75px}

#what_we_do-entry > article {column-gap: 50px}

#contact {padding-bottom: 75px}

#contact > section {padding: 75px 50px 75px 75px}

#contact > article {padding: 75px 75px 0 50px}

#contact > article figure {
    height: 200px;
    margin: 35px 0;
}

#formularz input, #formularz textarea {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
    margin-top: 20px;
}

}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
#quotes > nav a:hover {background: #B2B3B3}
#services > nav .bc-silver a:hover {background: transparent}
#services > nav .bc-silver a:hover::after {right: -19px}
.rodo-checker:hover {background: transparent}




	
	
	
.h4-h2 {
	margin-bottom: 50px;
	padding-left: 225px;
}

.article-h4-h2 {
	margin-bottom: 50px;
	padding-left: 225px;
}

.scroll-hgroup h2 {left: 0}

#header hgroup figure {
    top: -75px;
    width: 125px;
    height: 125px;
}

#feature-icons > div > div > img {height: 100px}

#home-entry .bc-silver {height: 400px}

#home-work .bc-silver {height: 600px}

#home-work #work-all > div {width: 50%}

#work-all > div > div > a > figure {
	opacity: 0.4 !important;
	transform: scale(1) !important; 
}

#home-work #work-all > div > div > a > figcaption, #work-all > div > div > a > figcaption {padding: 25% 25px 25px;}

#work-all > div > div > a > figcaption img {
	opacity: 1 !important;
	height: 80px;
}

#work-all > div > div > a > figcaption span {
    position: relative;
    top: 0;
	margin-top: 25px;
	opacity: 1 !important;
}

#home-features > article {
	padding-left: 25px;
	margin-bottom: -25px;
}

#home-features > article > div {
    padding-left: 50px;
    margin-bottom: 25px;
}

#about_us-entry > article {
    width: calc(50% + 100px);
    padding: 75px 75px 75px 100px;
}

#about_us-entry > article > figure {
	top: -65px;
	width: 125px;
	height: 125px;
}

#about_us-entry > figure {
    top: 75px;
	width: calc(50% - 50px);
    height: calc(100% - 225px);
}	

#about_us-history > article {
	width: calc(50% + 50px);
	padding-right: 50px;
}

#about_us-history > figure {width: calc(50% - 50px)}

#about_us-quotes .bc-silver {
	padding: 75px 75px 75px 75px;
	right: -75px;
}

#quotes > nav {right: 20px}	

#what_we_do-entry .h4-h2 {padding-top: 50px}

#what_we_do-entry > figure {margin-bottom: 50px}

#contact {padding-bottom: 0}

#contact > section {
	width: 100%;
	padding: 75px;
}

#contact > article {
	width: 100%;
	padding: 75px;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
.h4-h2 {
	margin-bottom: 50px;
	padding-left: 0;
}

.h4-h2 h4 {
    position: relative;
    top: 0;
    transform: translateY(0%);
    margin-bottom: 15px;
}

.article-h4-h2 {
	margin-top: 25px;
	margin-bottom: 50px;
	padding-left: 0;
}

#header {height: calc(var(--vh, 1vh) * 50)}
	
#feature-icons > div {
	display: block;
	margin-bottom: -50px;
}	
	
#feature-icons > div > div {
    width: 100%;
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
	margin-bottom: 50px;
}

#feature-icons > div > div > img {
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
}

#home-entry > section {
	display: block;
}

#home-entry > section > figure {
    width: 100%;
    height: 400px;
	margin-bottom: 50px;
}

#home-entry > section > article {
    width: 100%;
    padding-right: 0;
}

#home-entry .bc-silver {width: 100%}

#work-all {
    width: calc(100% + 10px);
    left: -5px;
}

#work-all > div {padding: 5px}

#work-all > div.work-all-service figcaption p {display: none}

#home-features > figure {
    width: 100%;
	height: 400px;
	margin-bottom: 50px;
}

#work-all > div > div > a > figcaption, #home-work #work-all > div > div > a > figcaption {padding: 30% 25px 25px}

#work-all > div > div > a > figcaption img {display: none}

#work-all > div > div > a > figcaption span {
	margin-top: 15px;
	width: 40px;
	height: 40px;
}

#home-features > figure .link-cont {bottom: 25px}

#home-features > article {
	width: 100%;
	padding-left: 0;
	margin-bottom: -25px;
}	

#about_us-history > article {
	width: 100%;
	padding-right: 0;
	margin-bottom: 50px;
}

#about_us-history > figure {
	width: 100%;
	height: 400px;
}

#about_us-entry > article {
	width: 100%;
	padding: 75px 75px 150px;
	margin-bottom: -75px;
}

#about_us-entry > article > figure {
	top: auto;
	bottom: 15px;
	right: 50px;
	z-index: 2;
}

#about_us-entry > figure {
	top: 0;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 150px);
	height: 400px;
}

#loga figure {width: 25%}

#services > nav {
	width: 100%;
	margin-bottom: 25px;
}

#services > nav .bc-silver {margin-bottom: 0}

#services > section {
	width: 100%;
	padding-left: 0;
}

#services > section article > figure {margin-bottom: 25px}

#services > nav .bc-black {display: none}

#what_we_do_contact {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 25px;
	margin-top: 50px;
}

#what_we_do_contact ul {
	list-style: none;
	margin-top: 25px;
	margin-bottom: -25px;
	display: flex;
	flex-wrap: wrap;
}

#what_we_do_contact li {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 25px 25px 25px 0;
	border-top: 1px solid #898989;
}

#what_we_do_contact li img {
	display: block;
	width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}

#what_we_do-entry > article {
    column-count: 1;
    column-gap: 0;
}

#gallery {
    width: calc(100% + 10px);
    left: -5px;
}

#gallery > figure {padding: 5px}
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
.h4-h2 {margin-bottom: 25px}

.article-h4-h2 {margin-bottom: 25px}		

#header hgroup figure {
	position: relative;
	top: 0;
	width: 125px;
	height: 125px;
	margin-bottom: 25px;
}

#home-entry > section > figure {height: auto}

#home-entry > section > figure > figure {
    position: relative;
    height: 400px;
}

#home-entry-icons {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#home-entry-icons > span {
	width: 50%;
	padding: 25px;
}

#work-all > div > div > a > figcaption, #home-work #work-all > div > div > a > figcaption {padding: 20% 25px 15px}

#work-all > div > div > a > figcaption img {height: 50px}

#about_us-entry > article {
	padding: 50px 25px 100px;
	margin-bottom: -50px;
}

#about_us-entry > article > figure {
	bottom: -50px;
	right: 75px;
}

#about_us-entry > figure {width: calc(100% - 100px)}

#about_us-quotes .bc-silver {
	padding: 50px 25px;
	right: 0;
	margin-top: 50px;
}

#quotes > nav {
    position: relative;
    right: auto;
	left: 0;
    top: 0;
    transform: none;
	margin: 25px auto 0;
}

#quotes > nav a {
    display: inline-block;
    margin-bottom: 0;
	margin-right: 16px;
}

#loga figure {
	padding: 0 30px;
	margin-bottom: 60px;
}

#services > nav > div, #what_we_do_contact {padding: 25px}

#what_we_do_contact li {width: 100%}

#what_we_do-entry > figure {margin-bottom: 25px}

#contact > section {padding: 50px 25px}

#contact > article {
	padding: 50px 25px;
	text-align: left;
}

#rodo {
    font-size: 15px;
    line-height: 17px;
}
	
}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
#feature-icons > div > div {margin-bottom: -35px}	

#feature-icons > div > div {
	padding-left: 0;
	margin-bottom: 35px;
	text-align: center;
}

#feature-icons > div > div > img {
	position: relative;
	height: 75px;
	margin: 0 auto 15px;
}

#home-entry-icons > span {
	width: 100%;
	padding: 20px;
	text-align: center;
}

#home-entry-icons > span img {margin: 0 auto 15px}

#work-all > div, #home-work #work-all > div {width: 100%}

#work-all > div > div > a > figcaption {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-features > article > div {padding-left: 35px}

#about_us-entry > article {
	padding: 40px 20px 80px;
	margin-bottom: -40px;
}

#about_us-entry > article > figure {
	bottom: -65px;
	right: 40px;
}

#about_us-entry > figure {width: calc(100% - 40px)}

#about_us-history > article {margin-bottom: 40px}

#about_us-quotes .bc-silver {
	padding: 40px 20px;
	margin-top: 40px;
}

#loga {
    width: calc(100% + 40px);
    left: -20px;
    margin-bottom: -60px;
}

#loga figure {
    width: 50%;
    padding: 0 40px;
    margin-bottom: 80px;
}

#services > nav > div, #what_we_do_contact {padding: 20px}

#what_we_do-entry > figure {margin-bottom: 20px}

#gallery > figure {width: 100%}

#contact > section, #contact > article {padding: 40px 20px}

#contact > article figure {margin: 25px 0}

#formularz input, #formularz textarea {
	font-size: 15px;
	line-height: 20px;
}

#rodo {
    margin-top: 15px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 16px;
}

.rodo-checker {
    top: -5px;
    width: 24px;
    height: 24px;
}
	
}