/*
88888888ba   88888888888  ad88888ba   88888888888  888888888888  
88      "8b  88          d8"     "8b  88                88       
88      ,8P  88          Y8,          88                88       
88aaaaaa8P'  88aaaaa     `Y8aaaaa,    88aaaaa           88       
88""""88'    88"""""       `"""""8b,  88"""""           88       
88    `8b    88                  `8b  88                88       
88     `8b   88          Y8a     a8P  88                88       
88      `8b  88888888888  "Y88888P"   88888888888       88       
*/

html{
	font-size: 62.5%;
}
html, body {
	height: 100%;
	margin: 0;
	font-family: 'Lato', 'Trebuchet MS', arial, sans-serif;
	line-height: 1.42857;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
		display:block;
}
a {
		background: none;
		text-decoration: none;
}
a:active,
a:hover {
		outline:0;
}
strong {
		font-weight:700;
}
small {
		font-size:80%
}
sub,
sup {
		font-size:75%;
		line-height:0;
		position:relative;
		vertical-align:baseline
}
sup {
		top:-.5em
}
sub {
		bottom:-.25em
}
img {
		border:0;
		vertical-align: middle;
}
pre {
		overflow:auto
}
button,
input,
optgroup,
select,
textarea {
		color:inherit;
		font:inherit;
		margin:0
}
button {
		overflow:visible
}
button,
select {
		text-transform:none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
		-webkit-appearance:button;
		cursor:pointer
}
button[disabled],
html input[disabled] {
		cursor:default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
		border:0;
		padding:0;
}
input {
		line-height:normal;
}
input[type=checkbox],
input[type=radio] {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
		height:auto;
}
input[type=search] {
		-webkit-appearance:textfield;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
		-webkit-appearance:none;
}
textarea {
		overflow:auto;
}
table {
		border-collapse:collapse;
		border-spacing:0;
}
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
td,
th,
ul {
		margin:0;
		padding:0;
}
input::-moz-focus-inner {
		border:0;
		padding:0;
}
button,
input,
label,
option,
select,
textarea {
		cursor:pointer;
}
textarea:active,
textarea:focus {
		cursor:text;
		outline:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	color: inherit;
	line-height: 1.1;
}



/*
  ,ad8888ba,   88           ,ad8888ba,    88888888ba         db         88           
 d8"'    `"8b  88          d8"'    `"8b   88      "8b       d88b        88           
d8'            88         d8'        `8b  88      ,8P      d8'`8b       88           
88             88         88          88  88aaaaaa8P'     d8'  `8b      88           
88      88888  88         88          88  88""""""8b,    d8YaaaaY8b     88           
Y8,        88  88         Y8,        ,8P  88      `8b   d8""""""""8b    88           
 Y8a.    .a88  88          Y8a.    .a8P   88      a8P  d8'        `8b   88           
  `"Y88888P"   88888888888  `"Y8888Y"'    88888888P"  d8'          `8b  88888888888  
*/

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700italic,900italic&subset=latin,latin-ext);*/

*, *:before, *:after {
	box-sizing: border-box;
}
.main-container {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 30px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

body {
	font-family: 'Lato', serif;
	font-size: 13px;
	font-weight: 400;
}
header {
	height: 150px;
	width: 100%;
}
header .main-container.top {
	font-size: 24px;
	font-style: italic;
	height: 100%;
}
header .logo {
	line-height: 30px;
}
header .logo-text {
	font-size: 42px;
	color: #007600;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
header .info-top {
	margin-left: auto;
	text-align: right;
}
header .info-number {
	font-weight: 900;
	color: #007600;
}

section.slider {
	background: #f0f0f0;
	height: 360px;
	width: 100%;
}
section.slider .slide-1 {
	background: url(gfx/slide-1.jpg) top center no-repeat;
}
section.slider .slide-2 {
	background: url(gfx/slide-2.jpg) top center no-repeat;
}
section.slider .slide-3 {
	background: url(gfx/slide-3.jpg) top center no-repeat;
}
section.slider .item {
	/*height: 100%;*/
	height: 360px;
}
section.slider .main-container {
	height: 100%;
}
section.slider .right-text .text-box {
	text-align: right;
	margin-left: auto;
}
section.slider .text-box {
	font-size: 30px;
	font-style: italic;
}
section.slider .text-box span {
	font-size: 36px;
	font-weight: 900;
	line-height: 44px;
	color: #007600;
}

section.content .main-container {
	align-items: flex-start;
}
section.content .main {
	width: 100%;
	max-width: 650px;
	margin-right: 50px;
}
section.content h1 {
	font-size: 30px;
	font-style: italic;
	font-weight: 900;
	color: #007600;
	padding: 30px 0px 20px;
}
section.content h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	color: #007600;
	padding: 0px 0px 10px;
}
section.content p {
	line-height: 24px;
	padding: 0px 0px 20px;
}
section.content ul {
	list-style: none;
	padding: 0px 0px 20px;
}
section.content ul li {
	line-height: 24px;
	padding: 0px 0px 5px 25px;
}
section.content ul li:before {
	content: '';
	width: 14px;
	height: 24px;
	margin-left: -25px;
	margin-right: 10px;
	background: url(gfx/list.png) center no-repeat;
	display: inline-block;
	position: absolute;
}
section.content .side {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
}
section.content .form {
	width: 100%;
	/*height: 800px;*/
	background: #007600;
	border: 2px solid #007600;
	margin: -50px 0px 0px;
	position: relative;
	z-index: 100;
}
section.content .form-top {
	width: 100%;
	height: 120px;
	background: url(gfx/tires.png) top right no-repeat #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
section.content .form-img {
	padding-right: 5px;
}
section.content .form-title {
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
}
section.content .form-title span {
	color: #007600;
}
section.content .form-mid {
	padding: 20px 20px 5px;
}
section.content .input {
	width: 100%;
	padding: 0px 0px 10px;
	display: inline-block;
}
section.content .input.adres {
	visibility: hidden;
	display: none;
}
section.content .input.short {
	max-width: 124px;
}
section.content .input.short:nth-of-type(odd) {
	margin-right: 25px;
}
section.content .input label {
	color: #fff;
	padding: 0px 0px 2px;
	display: block;
}
section.content .input input,
section.content .input select {
	padding: 7px;
	width: 100%;
	border: 1px solid #fff;
}
section.content .input input[type="submit"] {
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	color: #007600;
	text-transform: uppercase;
	margin-top: 15px;
	background-color: #fff;
}
section.content .input input:focus,
section.content .input select:focus {
	outline: none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px 0px 5px rgba(255, 255, 255, 0.8);
}
section.content .input input.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
section.content .input input.inputfile + label {
	font-size: 13px;
	padding: 7px;
	color: #888;
	background-color: #fff;
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
}
section.content .input input.inputfile:focus + label {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(255, 255, 255, 0.8);
}
section.content .form-mid h3 {
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 25px;
	color: rgb(255, 255, 255);
	padding: 20px 0px;
}
section.content .form-bot {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #fff;
}
section.content .form-bot a {
	font-weight: 700;
	color: #fff;
	display: block;
}
section.content .car-logos {
	height: 100px;
	width: 100%;
	background: url(gfx/car-logos.jpg) top center no-repeat;
	margin-bottom: 20px;
}

footer {
	height: 150px;
	background: url(gfx/keys.jpg) top center no-repeat #f0f0f0;
}
footer .main-container.bot {
	align-items: flex-end;
	font-size: 15px;
	font-style: italic;
	padding: 30px 30px 0px;
}
footer .logo {
	line-height: 19px;
}
footer .logo-text {
	font-size: 26px;
	color: #007600;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
footer .contact-data {
	margin-left: auto;
	text-align: right;
	padding-right: 350px;
}
footer .contact-data a {
	color: #007600;
}

#cookieBar {
	padding: 10px 0px;
	border-top: 3px solid #f0f0f0;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
#cookieBar .contentBar {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 30px;
	display: flex;
	align-items: center;
}
#cookieBar .contentBar a {
	color: #007600;
	margin-left: 10px;
}
#cookieBar .contentBar .acptButton {
	margin-left: auto;
	background: #007600;
	color: #fff;
	padding: 5px 10px;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1023px) {
	header .logo-text {
		font-size: 40px;
	}
	section.content .car-logos {
		background-size: 100%;
	}
	footer .contact-data {
		padding-right: 34%;
	}
}

@media screen and (max-width: 767px) {
	#slider {
		display: none !important;
	}
	header .main-container.top {
		flex-wrap: wrap;
	}
	section.content .main-container {
		flex-flow: column-reverse;
	}
	section.content .side {
		max-width: 100%;
	}
	section.content .form {
		margin-top: 20px;
		display: flex;
		flex-flow: row wrap;
	}
	section.content .input.short {
		width: 45%;
		max-width: 45%;
	}
	section.content .form-bot {
		width: 100%;
	}
	section.content .input.short:nth-of-type(2n+1) {
		margin-right: 10%;
	}
	section.content .input.short:nth-of-type(2n) {
		margin-left: auto;
	}
	section.content .car-logos {
		display: none;
	}
	footer .logo {
		display: none;
	}
	footer .contact-data {
		margin-left: 0;
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.main-container {
		padding: 0px 20px;
	}
	header .logo {
		line-height: 24px;
		margin-top: 20px;
	}
	header .logo-text {
		font-size: 32px;
	}
	header .logo-slogan {
		font-size: 18px;
	}
	header .info-top {
		text-align: left;
		font-size: 18px;
		margin-top: 10px;
	}
	section.content h1 {
		font-size: 20px;
		margin: 20px 0px 10px;
	}
	section.content p {
		padding-bottom: 10px;
	}
	section.content ul {
		margin-bottom: 10px;
	}
	section.content .form-img {
		display: none;
	}
	footer .contact-data {
		padding-right: 0px;
	}
	#cookieBar .contentBar {
		padding: 0 20px;
		flex-flow: column wrap;
		align-items: flex-start;
	}
	#cookieBar .contentBar a {
		margin-left: 0;
		margin-top: 5px;
	}
}