.scrolling-wrapper {
	overflow: hidden
}

.scrolling-elements {}

.scrolling-single {
	display: block;
	position: absolute;
}

#logo {
	display: block;
	width: 250px;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 200px;
}

#slider {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-position: center;
    background-size: cover;
    position: relative;
	display: flex;
	flex-direction: row-reverse;
}

#slider > figure {
	width: 50%;
	box-sizing: border-box;
	padding-left: 100px;
	display: flex;
	align-items: center;
	text-align: left;
	position: relative;
}

#slider > figure > img {
	display: block;
	height: 100%;
}

#slider > article {
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
	display: flex;
	align-items: center;
	text-align: left;
	position: relative;
}

#slider > article > div {
	max-width: 550px;
	margin-top: 50px;
}

#slider #slider-figure img {display: none}

#slider-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#slider-bg > figure:first-of-type {
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/slider-bg-1.png);
	background-size: cover;
	background-position: left center;
}

#slider-bg > figure:last-of-type {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/slider-bg-2.png);
	background-size: cover;
	background-position: right center;
}

#akrodeon-wrapper {padding-bottom: 100px}

#akordeon {
	max-width: 1300px;
	position: relative;
	margin: 75px auto -15px;
}

#akordeon > div {
	box-sizing: border-box;
	width: 100%;
	background: white;
	border-radius: 29px;
	margin-bottom: 15px;
	padding: 30px 75px;
	text-align: left;
	transition: background 0.5s;
	cursor: pointer;
}
#akordeon > div:hover {background: #f2f2f2}
#akordeon > div.clicked {background: #f2f2f2 !important}

#akordeon > div header {
	width: 100%;
	min-height: 66px;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
	display: flex;
	align-items: center;
}

#akordeon > div header img {
	width: 66px;
	position: absolute;
	top: 0;
	left: 0;
}

#akordeon > div header h4 {
	margin-bottom: 0;
	position: relative;
}

#akordeon > div header span {
	position: absolute;
	top: 20px;
	right: -30px;
	font-size: 25px;
    font-weight: 700;
	color: #4da6dd
}

#akordeon > div article {
	margin-top: 40px;
	padding-left: 100px;
	display: none;
}

#aplikacje {padding-top: 200px}

#aplikacje > div {
	display: flex;
	align-items: center;
	position: relative;
}

#aplikacje > div > figure {width: 35%}

#aplikacje > div > figure > img {
	display: block;
	width: 100%;
}

#aplikacje > div > article {
	width: 65%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 150px;
	position: relative;

}

#aplikacje .aplikacje-links {
	margin-top: 50px;
}

#aplikacje .aplikacje-links a {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
}

#aplikacje .aplikacje-links a img {
	display: block;
	width: 100%;
}

#aplikacje-bg {
	width: 100% !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/aplikacje-bg.png);
	background-size: contain;
}


#dosko {
	width: 100%;
	max-width: 1300px;
	position: relative;
	margin: 100px auto 0;
	display: flex;
}

#dosko > div {
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 25px;
}

#dosko > div > img {
	display: block;
	position: relative;
	margin: 0 auto 40px;
}

#dosko .sociale {
	width: 100%;
	margin-top: 25px;
}

#dosko .sociale a {
	display: inline-block;
	height: 26px;
	margin: 0 10px;
}

#dosko .sociale a img {
	display: block;
	height: 100%;
}

#send-mail {
	padding-top: 100px;
	padding-bottom: 100px;
}

#send-mail form {margin-top: 75px}

#send-mail form > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

#send-mail input {
	border: none;
	box-sizing: border-box;
	width: calc(50% - 100px);
	font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 20px;
    line-height: 27px;
	border-radius: 29px;
	height: 58px;
	padding-left: 20px;
}

#send-mail input:focus {outline: none}

#send-mail input:-webkit-autofill,
#send-mail input:-webkit-autofill:hover, 
#send-mail input:-webkit-autofill:focus{
	border-bottom: none;
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

#send-mail .link-box {margin-top: 0}

#formularz-msg {
	margin-top: 15px;
	display: none;
}

#rodo {
	box-sizing: border-box;
	text-align: left;
	padding-left: 25px;
	position: relative;
	font-size: 13px;
	line-height: 13px;
}

.rodo-checker {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	background: white;
	cursor: pointer;
}
.rodo-checker.clicked {background: #e6aa00}

#referencje-wrapper {
	padding-top: 100px;
	padding-bottom: 200px;
}

#referencje-wrapper .header img {
	display: block;
	width: 150px;
	position: relative;
	margin: 0 auto 30px;
}

#refrencje-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/referencje-bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#referencje_fade {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 75px auto 0;
}

#referencje_fade-wrap {
	width: 100%;
	position: relative;
}
.referencje_fade-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.referencje_fade-cont.active {z-index: 2}

.referencje_fade-cont {
	display: flex;
	align-items: center;
}

.referencje_fade-cont > figure {width: 225px}

.referencje_fade-cont > figure img {
	display: block;
	width: 100%;
}

.referencje_fade-cont > figcaption {
	text-align: left;
	padding-left: 75px;
	box-sizing: border-box;
	width: calc(100% - 225px);
}

#referencje_nav {
	position: relative;
	margin-top: 20px;
	text-align: left;
	padding-left: 300px;
}

#referencje_nav a {
	display: inline-block;
	margin-right: 20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: white;
	transition: background 0.25s;
}
#referencje_nav a:hover {background: #4da6dd}
#referencje_nav a.active {background: #4da6dd !important}

#footer {
	padding-top: 75px;
	padding-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
}

#footer > div:nth-of-type(1) {
	width: 40%;
	box-sizing: border-box;
	padding-right: 75px;
}

#footer > div:nth-of-type(1) > img {
	display: block;
	max-width: 100%;
}

#footer > div:nth-of-type(2) {
	width: 30%;
	box-sizing: border-box;
	padding-right: 50px;
}

#footer > div:nth-of-type(2) ul {list-style: none}

#footer > div:nth-of-type(2) li {margin-bottom: 5px}

#footer > div:nth-of-type(3) {width: 30%}

#footer > div:nth-of-type(3) a {
	width: 150px;
	display: block;
	margin-bottom: 10px;
	
}

#footer > div:nth-of-type(3) a img {
	display: block;
	width: 100%;
}


/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#logo {
	width: 200px;
	left: 100px;
}	

#akrodeon-wrapper {padding-bottom: 50px}

#aplikacje > div > article {padding-left: 100px}

#send-mail input {width: calc(50% - 90px)}

#referencje-wrapper .header img {width: 120px}

#referencje_fade {margin: 50px auto 0}

#footer > div:nth-of-type(1), #footer > div:nth-of-type(2), #footer > div:nth-of-type(3) {width: 33.33%}

#footer > div:nth-of-type(1) > img {width: 250px}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
#slider > figure {padding-left: 0}
	
#akordeon {margin: 50px auto -15px}	

#akordeon > div {padding: 30px 50px}

#akordeon > div header span {right: -15px}

#dosko {margin: 75px auto 0}


#send-mail form {margin-top: 50px}
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
#slider {
	display: block;
	height: auto;
}	

#slider > figure {
    width: 100%;
	height: 70vh;
    display: block;
	text-align: center;
}

#slider> figure > img {
    display: block;
    height: 100%;
	position: relative;
	margin: 0 auto;
}
	
#slider > article {
    width: 100%;
    padding-right: 0;
    display: block;
    text-align: center;
}	

#slider > article > div {
    max-width: 100%;
    margin-top: 50px;
}

#slider-bg > figure:first-of-type {
	width: 100%;
	height: 70vh;
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	top: 120px !important;
}

#slider-bg > figure:last-of-type {display: none}
	
#logo {
    width: 175px;
    left: 50px;
	top: 20px;
}

#aplikacje > div > figure {width: 30%}

#aplikacje > div > article {padding-left: 75px}

#dosko {
    margin: 50px auto -50px;
	display: block;
}

#dosko > div {
    width: 100%;
	max-width: 800px;
    padding: 0;
	margin: 0 auto 50px;
}

#dosko > div > img {margin: 0 auto 25px}

#send-mail input {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

#footer {
	padding-top: 30px;
	padding-bottom: 75px;
}

#footer > div:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
}

#footer > div:nth-of-type(1) > img {
    width: 250px;
	position: relative;
	margin: 0 auto 75px;
}

#footer > div:nth-of-type(2), #footer > div:nth-of-type(3) {width: 40%}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#aplikacje > div {display: block}

#aplikacje > div > figure {
	width: 80%;
    max-width: 350px;
    padding: 0 !important;
    margin: 0 auto 50px;
}	

#aplikacje > div > article {
    width: 100%;
    text-align: center;
    padding-left: 0;
}

#aplikacje-bg {
    width: 100% !important;
    height: 50%;
    background-image: url(../img/aplikacje-bg.png);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.referencje_fade-cont {
	display: block
}

.referencje_fade-cont > figure {
    position: relative;
	margin: 0 auto 30px;
}

.referencje_fade-cont > figcaption {
    text-align: center;
    padding-left: 0;
    width: 100%;
}

#referencje_nav {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
}

#referencje_nav a {margin: 0 10px}

#footer > div:nth-of-type(2) {
    width: 50%;
	padding-right: 25px;
}

#footer > div:nth-of-type(3) {
	box-sizing: border-box;
    width: 50%;
	padding-left: 25px;
}
	
}


/*GRID: 568px */
@media all and (max-width: 568px) {
	
#logo {
    width: 150px;
    left: 20px;
    top: 20px;
}

#slider {padding-top: 80px}	

#akrodeon-wrapper {padding-bottom: 10px}

#akordeon {margin: 30px auto -10px}

#akordeon > div {
	padding: 20px 40px 20px 20px;
	margin-bottom: 10px;
}

#akordeon > div header {
    min-height: 50px;
    padding-left: 70px;
}

#akordeon > div header img {width: 50px}

#akordeon > div header span {
    top: 13px;
    right: -24px;
    font-size: 22px;
}

#akordeon > div article {
    margin-top: 20px;
    padding-left: 0;
}

#aplikacje {padding-top: 150px}

#aplikacje .aplikacje-links {margin-top: 30px}

#dosko > div > img {
	height: 50px;
    margin: 0 auto 15px;
}

#send-mail {
    padding-top: 50px;
    padding-bottom: 50px;
}

#send-mail form > div {
    display: block;
}

#send-mail input { 
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    border-radius: 23px;
    height: 47px;
    padding: 0 20px;
    margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}

#referencje-wrapper {
    padding-top: 50px;
    padding-bottom: 150px;
}

#referencje-wrapper .header img {
    width: 100px;
	margin-bottom: 20px;
}

#footer {
    padding-top: 10px;
    padding-bottom: 50px;
}

#footer > div:nth-of-type(1) > img {
    width: 200px;
    margin: 0 auto 50px;
}

#footer > div:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
	text-align: center;
	margin-bottom: 40px;
}

#footer > div:nth-of-type(3) {
    width: 100%;
    padding-left: 0;
	text-align: center;
}

#footer > div:nth-of-type(3) a {display: inline-block}
	
}


/*GRID: 440px */
@media all and (max-width: 440px) {
	
#logo {
    width: 100px;
    left: 15px;
    top: 10px;
}

#slider {padding-top: 60px}	

#slider > figure {height: 60vh}

#slider-bg > figure:first-of-type {
    width: 140%;
    height: 70vh;
    top: 80px !important;
	left: -20px;
}

#send-mail form {margin-top: 30px}

#referencje-wrapper .header img {
    width: 80px;
    margin-bottom: 10px;
}

#referencje_fade {margin: 25px auto 0}
	
}