@charset "utf-8";
/* CSS Document */
/* reset marginesów i dopełnień */
html, body, ul, li {
	margin: 0;
	padding: 0;
}
/* reset wysokości lini i fontu */
h1, h2, h3, h4, ul, li, ol, p {
	margin:0;
	padding:0;
	line-height: 1em;
}
/* wczytanie fontów */
@font-face {
 font-family: 'boschsans';
 src: url('static/fonts/BoschSans-Black.eot');
 src:
 url('static/fonts/BoschSans-Black.eot?#iefix') format('embedded-opentype'),
 url('static/fonts/BoschSans-Black.woff') format('woff'),
 url('static/fonts/BoschSans-Black.otf') format('opentype');
 font-style: normal;
 font-weight: 900;
}
@font-face {
 font-family: 'boschsans';
 src: url('static/fonts/BoschSans-Bold.eot');
 src:
 url('static/fonts/BoschSans-Bold.eot?#iefix') format('embedded-opentype'),
 url('static/fonts/BoschSans-Bold.woff') format('woff'),
 url('static/fonts/BoschSans-Bold.otf') format('opentype');
 font-style: normal;
 font-weight: 700;
}
@font-face {
 font-family: 'boschsans';
 src: url('static/fonts/BoschSans-Medium.eot');
 src:
 url('static/fonts/BoschSans-Medium.eot?#iefix') format('embedded-opentype'),
 url('static/fonts/BoschSans-Medium.woff') format('woff'),
 url('static/fonts/BoschSans-Medium.otf') format('opentype');
 font-style: normal;
 font-weight: 500;
}
@font-face {
 font-family: 'boschsans';
 src: url('static/fonts/BoschSans-Regular.eot');
 src:
 url('static/fonts/BoschSans-Regular.eot?#iefix') format('embedded-opentype'),
 url('static/fonts/BoschSans-Regular.woff') format('woff'),
 url('static/fonts/BoschSans-Regular.otf') format('opentype');
 font-style: normal;
 font-weight: 300;
}

/* ustawienia ogólne */
body {
	background: #fff;
	font: 0.625em/1.5em arial, tahoma, verdana, sans-serif;
}
section {
	width: 100%;
}
footer {
	background: #fff;
	width:100%;
	clear: both;
}
/* Wielokości nagłówków */
h1 {
	color: #fff;
    font-family: boschsans;
    font-size: 2rem;
	font-weight: 900;
}
h2 {
	font-family: boschsans;
	font-size: 2rem;
	font-weight: 900;
}
h3 {
	font-family: boschsans;
	font-size: 1rem;
	font-weight: 900;
}
/* Style */
header {
	height: 90px;
	position: relative;
	background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
}
header .supergraphic {
	position: absolute;
	width: 100%;
}
header .bosch-logo {
    width: 150px;
    position: absolute;
    right: 190px;
    top: 53%;
    transform: translateY(-50%);
}
.slider-top {
	height: 550px;
	background-image: url(static/img/gsr-photo-1-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-top span {
	font-family: boschsans;
	font-weight: 700;
}
.container-lg {
	padding: 30px;
}
.slider-content {
	position: relative;
    padding: 15px;
    background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
	margin-top: 280px;
}
.slider-top p:nth-child(2) {
    color: #fff;
    font-family: boschsans;
    font-size: 1rem;
	font-weight: 300;
    line-height: 1.4rem;
    margin-top: 20px;
}	
.slider-top p:nth-child(3) {
    color: #fff;
    font-family: boschsans;
    font-size: 1rem;
	font-weight: 300;
    line-height: 1.4rem;
    margin-top: 20px;
}	
.slider-claim {
	height: 31px;
    display: block;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
}
.slider-claim .claim-bottom {
	color: #fff;
    font-family: boschsans;
    font-size: 0.6rem;
	font-weight: 700;
	text-align: center;
    width: 45%;
    padding: 11px;
    background-color: #e20015;
    float: right;
}
.title-container {
	background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
    padding: 30px;
}
.title-container h1 {
	text-align: center;
	text-transform: uppercase;
}
.description ul {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
	font-family: boschsans;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}	
.description li {
	font-family: boschsans;
    padding-left: 1em;
    text-indent: -1em;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
}	
.description li:before {
	content: "▶";
    padding-right: 5px;
}	
.description img {
	width: 100%;
	margin: 30px 0;
}
.description p {
	font-family: boschsans;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 300;
}
.description p span {
	font-family: boschsans;
	font-weight: 700;
}
.description p span:nth-child(4) {
	font-family: boschsans;
	font-weight: 300;
	white-space: nowrap;
}
.text-margin-top {
	margin: 15px 0!important;
	text-align: left!important;
}
table {
	font-family: boschsans;
	border-spacing: 5px 0;
	width: 100%;
	font-weight: 500;
}
table td {
	padding: 5px;
}
table tr td{
	background-color: rgba(230, 230, 230, 1);
}
table tr:nth-child(2) td, tr:nth-child(4) td, tr:nth-child(6) td, tr:nth-child(8) td {
	background-color: rgba(200, 200, 200, 1);
}
.table-img{
	width: 80%;
	display: block;
	margin: 30px auto;
}
.specyfication-description {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.specyfication-description .description {
	width: 50%;
}
.specyfication-description .description img {
	width: 40%;
	display: block;
	margin: 30px auto;
}
.specyfication-description .description p {
    font-family: boschsans;
    font-size: 0.8rem;
    line-height: 1.2rem;
	font-weight: 300;
    text-align: center;
    padding: 0 10px;
}
.tabela-ladowarka {
	margin-top: 30px;
}
.tabela-ladowarka td img {
	width: 50%;
	display: block;
	margin: 0 auto;
	padding: 10px;
}
.tabela-ladowarka td .charger-img {
	width: 85%!important;
}
.tabela-ladowarka td  {
	text-align: center;
}
.advantages-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.advantages-1, .advantages-2, .advantages-3, .advantages-4 {
	height: 250px;
	width: 100%;
	position: relative;
}
.advantages-1 p, .advantages-2 p, .advantages-3 p, .advantages-4 p {
	position: absolute;
	font-family: boschsans;
    font-size: 0.8rem;
    line-height: 1rem;
	font-weight: 700;
    width: 40%;
}
.advantages-2 p {
	width: 45%!important;
}
.advantages-1 {
	background-image: url(static/img/advantages-1.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #e9e9ea;
}
.advantages-2 {
	background-image: url(static/img/advantages-2.png);
    background-size: 70%;
    background-position: 130px;
    background-repeat: no-repeat;
    background-color: #e9e9ea;
	margin-top: 15px;
}
.advantages-3 {
	background-image: url(static/img/advantages-3.png);
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #e9e9ea;
	margin-top: 15px;
}
.advantages-4 {
	background-image: url(static/img/advantages-4.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #e9e9ea;
	margin-top: 15px;
}
.advantages-1 p {
	top: 30px;
    left: 20px;
}
.advantages-2 p {
	bottom: 40px;
    left: 20px;
}
.advantages-3 p {
	bottom: 40px;
    left: 70px;
	width: 70%;
}
.advantages-4 p {
	top: 40px;
    left: 30px;
}
.usage-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 30px;
}
.usage img {
	width: 100%;
}
.usage .usage-text {
	margin: 15px 0 30px 0;
}
.usage .usage-text h2 {
	text-align: center;
	color: #003b6a;
}
.usage .usage-text p {
	text-align: center;
	padding: 0 30px;
	margin-top: 15px;
	font-family: boschsans;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
}
.video-section video {
	width: 100%;
}
.video-section iframe {
	height: 250px
}
.accesories .title-container {
	margin-top: -5px;
}
.container-sm {
	padding: 0 30px;
	background: #efeff0;
}
.accesory-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.accesories-1, .accesories-2, .accesories-3 {
		margin:	30px 0;
		padding: 30px;
		background: #fff;
}
.accesories-1 img {
	margin: 0 auto;
	padding: 30px 0;
	display: block;
}
.accesories-2 img, .accesories-3 img {
	margin: 0 auto;
    padding: 30px;
    display: block;
}
.accesories-1 h3, .accesories-2 h3, .accesories-3 h3 {
	text-align: center;
}
.accesories-1 p, .accesories-2 p, .accesories-3 p {
	font-family: boschsans;
    font-size: 1rem;
	font-weight: 300;
    text-align: center;
    margin-top: 15px;
}
hr {
	border-width: 2px;
    border-style: solid;
    margin-bottom: 15px;
	border-color: #efeff0;
}
.contact {
	background-image: url(static/img/gsr-photo-2-mobile.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}
.contact-container {
	padding: 30px;
	margin: 30px 30px;
	background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
}
.contact-container h3 {
	color: #fff;
	line-height: 1.4rem;
}
.contact-container p {
    font-family: boschsans;
    font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
    color: #fff;
    margin: 15px 0;
}
.contact-container a {
    font-family: boschsans;
    font-size: 0.8rem;
	font-weight: 300;
    color: #fff;
	text-decoration: underline;
	display: block;
	margin: 15px 0;
	cursor: pointer;
}
.contact-container a:nth-child(2) {
	margin: 15px 0 30px 0;
}
footer {
	width: 100%;
	background-image: linear-gradient(to right, rgba(0,59,106,1), rgba(0,86,144,1));
}
footer .footer-text {
	padding: 30px;
	color: #fff;
	text-align: left;
}
footer .footer-text:nth-child(2) {
	padding: 0 30px 30px 30px;
}
footer .footer-text h3 {
	margin-bottom: 15px;
}
footer .footer-text p {
	font-family: boschsans;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
}

@media (min-width: 640px) {
	header .bosch-logo {
		left: 60px;
		top: 50%;
	}
	.slider-top {
		background-image: url(static/img/gsr-photo-1.jpg);
	}
	.slider-content {
		width: 50%;
	}
	.slider-claim {
		padding: 0 0 0 30px;
		width: 50%;
		height: 33px;
	}
	.slider-claim .claim-bottom {
		width: 45%;
		font-size: 0.7rem;
	}
	.description ul {
		margin-left: 70%;
	}
	.description img {
		margin: -60px 0 30px 0;
	}
	.tabela {
		position: relative;
		margin-bottom: 60px;
	}
	
	.tabela-ladowarka {
		margin-top: 0;
		margin-bottom: 30px!important;
	}
	table {
		margin: 0;
		padding-top: 55px;
		width: auto;
	}
	table td {
		padding: 10px 20px;
		font-size: 0.8rem;
	}
	.table-img {
		position: absolute;
		width: 248px;
		right: 50%;
		transform: translateX(135%);
		top: 0;
		margin: 0;
	}
	.specyfication-description .description {
		width: 33%;
	}
	.advantages-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.advantages-1 {
		width: 39%;
		background-position: 80px 45px;
	}
	.advantages-2 {
		width: 59%;
		margin-top: 0;
    	background-position: right;
	}
	.advantages-3 {
		width: 59%;
	}
	.advantages-4 {
		width: 39%;
		background-position: 140px;
	}
	.advantages-1 p {
		top: 15px;
		width: 80%;
	}
	.advantages-2 p {
		bottom: 30px;
	}
	.advantages-4 p {
		top: 15px;
		left: 15px;
		width: 60%;
	}
	.container-sm {
		padding: 30px;
	}
	.usage-content {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.usage-content:nth-child(2) {
		margin-bottom: 0px;
	}
	.usage .usage-image {
		width: 48%;
	}
	.usage img {
		width: 100%;
	}
	.usage .usage-text {
		width: 48%;
	}
	.usage .usage-text h2, .usage .usage-text p {
		text-align: left;
		padding: 0;
	}
	.video-section iframe {
		height: 430px;
	}
}

@media (min-width: 1024px) {
	
	header .bosch-logo {
		left: 60px;
		top: 55%;
	}
	
	.slider-content {
		width: 35%;
	}
	.slider-claim {
		width: 35%;
	}
	.slider-claim .claim-bottom {
		width: 45%;
	}
	.description img {
		width: 60%;
		margin: -200px 50px 50px 100px;
		display: block;
	}
	.description p {
		width: 62%;
		margin: 0 auto;
		text-align: center;
	}
	table {
		margin: 0 auto;
		width: 40%;
	}
	.table-img {
		position: absolute;
		width: 350px;
		right: 54%;
		transform: translateX(170%);
		top: 105px;
		margin: 0;
	}
	.tabela-ladowarka {
		max-width: 554px;
		display: block;
		margin: 0 auto;
	}
	.specyfication-description .description {
		width: 20%;
		margin: 0 auto;
	}
	.specyfication-description .description p {
		width: 90%;
	}
	.accesory-container {
		flex-direction: row;
		justify-content: space-between;
	}
	.advantages-1 p, .advantages-2 p, .advantages-3 p, .advantages-4 p {
		position: absolute;
		font-family: boschsans;
		font-size: 0.8rem;
		line-height: 1rem;
		font-weight: 700;
		width: 40%;
	}
	.advantages-1 {
		background-size: contain;
		background-position: right;
	}
	.advantages-2 {
		background-size: 55%;
		background-position: right;
	}
	
	.advantages-3 {
		background-size: contain;
		background-position: left;
	}
	
	.advantages-4 {
		background-size: contain;
    	background-position: right;
	}
	.advantages-1 p {
		top: 30px;
		left: 30px;
	}
	.advantages-2 p {
		bottom: 30px;
		left: 30px;
	}
	.advantages-3 p {
		bottom: 50px;
		left: 55%;
	}
	.advantages-4 p {
		top: 30px;
		left: 30px;
	}
	.video-section iframe {
		height: 575px;
	}
	.container-sm {
		padding: 30px;
	}
	.accesories-1, .accesories-2, .accesories-3 {
		width: 25%;
	}
	.accesories-1 img, .accesories-2 img, .accesories-3 img {
		padding: 30px 0;
	}
	.contact {
		background-image: url(static/img/gsr-photo-2.jpg);
		background-position: bottom;
	}
	.contact-container {
		margin: 30px 30px 30px 0;
		width: 30%;
	}
	.footer-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	footer .footer-text:nth-child(2) {
		padding: 30px;
	}
	footer .footer-text {
		width: 20%;
	}
}

@media (min-width: 1680px) {
	header {
		height: 150px;
	}
	header .bosch-logo {
		width: 220px;
		top: 58%;
	}
	h1 {
		font-size: 3rem;
	}
	.slider-content, .slider-claim {
		width: 25%;
	}
	
	.slider-content p{
		width: 350px;
	}
	
	.slider-claim {
		height: 34px;
	}
	.slider-claim .claim-bottom {
		font-size: 0.8rem;
		text-align: center;
		width: 45%;
	}
	.slider-top {
		height: 800px;
	}
		
	.description .container-lg {
		max-width: 1200px;
		margin: 0 auto;
	}
	.description img {
		width: 65%;
		margin-top: -240px;
		margin-left: 0px;
	}
	.technical-specifications .container-lg {
		max-width: 1200px;
		margin: 0 auto;
	}
	.advantages-1, .advantages-2, .advantages-3, .advantages-4 {
		height: 350px; 
	}
	.advantages-1, .advantages-4 {
		width: 39.5%;
	}
	.advantages-2, .advantages-3 {
		width: 59.5%;
	}
	.advantages-1 p, .advantages-2 p, .advantages-3 p, .advantages-4 p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.usage .container-sm, .accesories .container-sm {
		max-width: 1200px;
		margin: 0 auto;
		padding: 90px 0;
	}
	.usage, .accesories {
		background: #efeff0;
	}
	.usage .usage-text p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.contact-container h3, footer .footer-text h3 {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.contact-container {
		width: 20%;
	}
	
}






