button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'DM Sans', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #161722;
	background: #EFF3F6;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1230px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
header {
	width: 100%;
	position: fixed;
	top: 20px;
	left: 0;
	z-index: 600;
}
header .inner {
	background: #FFFFFFE5;
	height: 70px;
	width: 100%;
	padding: 7px;
	border-radius: 35px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
header a.button {
	float: right;
	position: relative;
	padding-left: 35px;
}
header .button:before {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0,-50%);
	background: #00A466;
	border-radius: 50%;
	content: '';
}
body#logged header {
	top: 52px;
}
.logo {
	float: left;
	width: 133px;
	margin: 18px 0 0 30px;
}
.main-menu {
	text-align: center;
	float: left;
	margin-top: 18px;
	width: calc(100% - 368px);
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	display: inline-block;
	margin: 0 15px;
}
.main-menu li a {
	color: #161722B2;
	display: inline-block;
}
.main-menu li a:hover {
	color: #00A466;
}
header .menu-show {
	position: absolute;
	right: 55px;
	top: 0;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #161722;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 34px;
}
header .menu-show span:nth-child(4) {
	top: 45px;
}
body.open-mobile {
	overflow: hidden;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
body:before {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: 300ms fadeIn;
	-moz-transition:300ms fadeIn;
	-ms-transition: 300ms fadeIn;
	-o-transition: 300ms fadeIn;
	transition: 300ms fadeIn;
}
.open-mobile:before {
	opacity: 1;
	z-index: 500;
}
.open-mobile .main-menu {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	left: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
.open-mobile .main-menu ul {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	display: block;
	transform: translate(0,-50%);
}
.open-mobile .main-menu ul li {
	width: 100%;
	float: left;
	margin: 10px 0 !important;
}
.open-mobile .main-menu ul li a {
	font-size: 28px;
}
.main-box {
	z-index: 100;
	width: calc(100% - 20px);
	/*background-image: url('img/main-box.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: center top;
	height: calc(100vh - 20px);
	text-align: center;
	position: relative;
	border-radius: 32px;
	margin: 10px;
}
.main-box .slider .item {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: center top;
	height: calc(100vh - 20px);
	border-radius: 30px;
}
.main-box .inner {
	position: absolute;
	padding: 0 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 200;
	width: 100%;
	max-width: 1050px;
}
.main-box h1 {
	text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	font-size: 72px;
	line-height: 135%;
	margin-bottom: 20px;
	font-weight: 700;
}
.main-box p {
	text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28.8px;
	max-width: 700px;
	display: table;
	margin: 0 auto 20px;
}
a.button {
	height: 56px;
	line-height: 56px;
	border: 0;
	background: #161722;
	color: #fff;
	text-align: center;
	border-radius: 28px;
	padding: 0 25px;
	display: table;
}
a.button.green {
	background: #00A466;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
a.button.center {
	margin: 0 auto;
}
section {
	width: 100%;
	float: left;
}
section.content {
	padding: 90px 0 50px;
}
.section-title {
	font-size: 36px;
	line-height: 145%;
	font-weight: 700;
	color: #161722;
	margin: 0 0 45px;
	text-align: center;
}
.section-title strong {
	color: #00A466;
}
.cars {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.cars .item {
	float: left;
	width: calc(33.333% - 16px);
	margin: 0 24px 24px 0;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.cars .item:nth-child(3n+0), .services .item:nth-child(4n+0), .refs .item:nth-child(3), .refs .item:nth-child(7) {
	margin-right: 0;
}
.cars .item thumb img {
	display: block;
}
.cars .item .content {
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	z-index: 100;
	background: linear-gradient(180deg, rgba(36, 39, 49, 0) 0%, #242731 100%);
}
.cars .item .content h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 130%;
	color: #fff;
}
.cars .item .content .infos span {
	display: inline-block;
	font-size: 15px;
	margin-right: 3%;
	padding: 7px 0 5px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.cars .item .content .infos span.km {
	background-image: url('img/icon-km.svg');
}
.cars .item .content .infos span.date {
	background-image: url('img/icon-date.svg');
}
.cars .item .content .infos span.price {
	background-image: url('img/icon-price.svg');
}
.services, .refs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.services .item, .refs .item {
	background: #fff;
	float: left;
	width: calc(25% - 18px);
	margin: 0 24px 24px 0;
	position: relative;
	border-radius: 16px;
	padding: 30px 30px 10px;
}
.services .item {
	padding-bottom: 30px;
}
.services .item h3 {
	color: #161722;
	font-size: 20px;
	margin: 0 0 15px;
}
.services .item p, .refs .item p {
	line-height: 135%;
}
.refs .item {
	width: calc(33.333% - 16px);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	padding-top: 70px;
	background-image: url('img/icon-star.svg');
}
.refs .item.big {
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-image: none;
	background-color: transparent;
	font-size: 18px;
}
.refs .item.big p:nth-child(1) {
	font-size: 36px;
	font-weight: 700;
	max-width: 790px;
	display: block;
	margin: 0 auto 20px;
}
.refs .item p {
	margin-bottom: 20px;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.refs {
	margin-bottom: 40px;
}
section.contact {
	background: #00A466;
	padding: 50px 0;
	color: #fff;
}
a.button.lightgreen {
	background-color: #57B994;
}
a.button.inline {
	display: inline-block;
	margin-left: 10px;
}
section.contact p {
	margin-right: 20px;
	float: left;
	font-size: 22px;
	margin-top: 15px;
}
footer {
	background: #161722;
	padding-top: 60px;
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #fff;
}
footer .title {
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
footer .col p {
	line-height: 145%;
	margin-bottom: 15px;
}
footer .col {
	float: left;
	width: 33.333%;
	margin-bottom: 45px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col li {
	margin-bottom: 10px;
}
footer .col a {
	color: #B9B9BC;
}
footer .col.links a {
	color: #00A466;
}
footer .col a:hover {
	text-decoration: underline;
}
footer .top {
	float: left;
	width: 100%;
}
footer .copy {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 25px 0;
	background: #20222F;
}
.clear {clear: both;}
.only-mobile {display: none;}

@media (max-width: 1200px) {
	.cars .item .content h3 {font-size: 18px;}
	.main-box h1 {font-size: 55px;}
	.main-menu li {margin: 0 7px;}
	section.contact {text-align: center;}
	section.contact p {margin: 0 0 25px; width: 100%;}
	a.button.inline {margin: 0 10px;}
}
@media (max-width: 900px) {
	.main-menu ul {display: none;}
	header .menu-show {display: block;}
	.cars .item {width: calc(50% - 16px);}
	.cars .item .thumb img {width: 100%;}
	.services .item, .refs .item {width: calc(50% - 16px);}
	.main-menu {width: auto;}
	header a.button {margin-right: 90px;}
	
}
@media (max-width: 740px) {
	.cars .item, .services .item, .refs .item {width: 100%; margin-right: 0;}
	.services .item, .refs .item {text-align: center;}
	.refs .item.big p:nth-child(1), .section-title {font-size: 26px;}
	.refs .item {background-position: 50% 30px;}
	section.content {padding: 60px 0 30px;}
	.main-box h1 {font-size: 40px; line-height: 120%;}


}
@media (max-width: 650px) {
	footer {text-align: center;}
	footer .col {width: 100%; margin: 15px 0;}
	section.contact a.button.inline {margin-bottom: 20px;}

}
@media (max-width: 550px) {
	header a.button {display: none;}

}

