html,body,div,h1,h3,p,a,cite,em,img,small,b,ul,li,form,label,legend,footer,header,section{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}footer,header,section{display:block}body{line-height:1}ul{list-style:none}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}



html{
	font-size:62.5%;
	height:100%;
}

.wrap{
	font-family:'Open Sans',Helvetica,Arial,Sans-Serif;
	color:#424242;
	font-weight:normal;
	line-height:1.5;
	font-size:1.6px;
	font-size:1.6rem;
}

h1,h3{
	text-rendering:optimizelegibility;
	font-weight:bold;
	margin-bottom:10px;
}

h1{
	font-size:32px;
	font-size:3.2rem;
}

h3{
	font-size:24px;
	font-size:2.4rem;
}

p{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:10px;
}

a{
	text-decoration:none;
	color: inherit;
	font-size: 16px;
	font-size: 1.6rem;
}
a:hover{
	color:rgb(33, 128, 255);
}

em{
	font-weight: bold;
}

small,
footer a{
	font-size:12px;
	font-size: 1.2rem;
}

legend{
	text-align:center;
	margin-bottom:20px;
	width:100%;
}

legend h3{
	position: relative;
}

legend h3:before{
	content:' ';
	height:24px;
	width:24px;
	background-size:24px 24px;
	position:relative;
	left:-10px;
	top:0px;
	display:inline-block;
}

/* Scaffolding */

.wrap-it-up{
	max-width:1000px;
	padding:20px;
	margin:0 auto;
	height:100%;
	position:relative;
}

ul.nav{
	height:75px;
	line-height:75px;
}

ul.nav li{
	width:33.33%;
	margin-right:-4px;
	height:inherit;
	text-align:right;
}

ul.nav li img{
	height:74px;
}

section.main{
	background:url('1.jpg') center right no-repeat;
	color:white;
	background-size: cover;
}

section .left,
section .right{
	margin-right:-4px;
}

section .left{
	width:55%;
	padding-right:50px;
}

section .left h1,
.left p{
	text-shadow:1px 1px 0px #000;
}

section .right{
	color:#424242;
	width:45%;
	background-color:rgba(255,255,255,0.95);
	padding:20px;
	border-radius:3px;
	margin-top:10px;
}
.right input, .right select{
	width:100%;
	margin-bottom: 10px;
	padding: 12px;
}

.right input[type="submit"]{
	color:white;
	background-color: #2E9922;
	border:none;
	margin-bottom:0;
	cursor:pointer;
	outline:none;
	font-weight: bold;
	text-shadow:1px 1px darkgreen;
	font-size:16px;
	letter-spacing:1px;
}

.right input[type="submit"]:hover{
	background-color: green;
}

.right .cards{
	display:block;
	margin:20px auto 0;
}

.selling-points {
    margin-bottom: 20px;
}
.img-wrap,
.inner-content {
    width: 50%;
    margin-right: -4px;
    padding-right: 20px;
}

.inner-content a {
    color: red;
    border-bottom: 1px solid red;
}

.img-wrap img {
    display: block;
    width: 100%;
}

.reviews h3,.step-by-step h3{
	text-align:center;
	margin-bottom: 30px;
}

.reviews h3 em{
	color:rgb(33, 128, 255);
}

li.review{
	width:33.33%;
	padding-right:25px;
	margin-right:-4px;
}

li.review.last{
	padding-right:0;
}

.review-text{
	background-color:white;
	border:1px solid #DBDBDB;
	padding:35px;
	margin-bottom:25px;
	text-align:center;
	border-radius:3px;
	position: relative;
}

.review-text p{
	margin:0;
	position:relative;
}

.review-text p:before,
.review-text p:after{
	content:' ';
	position:absolute;
	height: 22px;
	width: 27px;
	display:inline-block;
}

.review-text p:before{
	top:-25px;
	left:-25px;
}

.review-text p:after{
	bottom:-25px;
	right:-25px;
	background-position: 0 -22px;
}

.reviewer img{
	height:80px;
	width:80px;
	border-radius:50%;
}

.reviewer p {
	padding:15px;
}

.review-text:after{
	content:'';
	height:24px;
	width:24px;
	position: absolute;
	bottom:-12px;
	left:26px;
	border-right:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
	background-color: white;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.reviewer p em{
	display: block;
}

footer{
	background-color: #424242;
	color:white;
	overflow:auto;
}

footer div.links{
	float:right;
}

footer div.links a{
	border-right:1px solid white;
	padding:0 5px;
}

footer div.links a.last{
	border-right:none;
}

/* Defaults */

input,
select{
	padding:10px;
	border-radius:3px;
	border:1px solid #ccc;
	font-size:14px;
	font-size:1.4rem;
	display:block;
	margin-bottom:10px;
}

label{
	margin-bottom: 10px;
	display: block;
}

select{
background-color: white;
  height: 43px;
}


/* Helpers */

.dib{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.pd30{
	padding: 30px;
}

.seperator{
	border-bottom: 1px solid #F0F0F0;
}

.bg-grey{
	background-color: #FDFDFD;
}

/* Renault */

/* Media Queries */

@media only screen and (max-width: 960px) {

	.wrap{
		font-size:1.4px;
		font-size:1.4rem;
	}

	h1{
		font-size:24px;
		font-size:2.4rem;
	}

	h3{
		font-size:20px;
		font-size:2rem;
	}

}

@media only screen and (max-width: 767px) {

	h1{
		font-size:22px;
		font-size:2.2rem;
	}

	h3{
		font-size:18px;
		font-size:1.8rem;
	}

	.wrap-it-up{
		padding:10px;
	}

	ul.nav li{
		width:50%;
		margin-right:-4px;
		height:auto;
		text-align:center;
	}

	ul.nav li:first-child{
		width:100%;
		display:block!important;
		padding:10px 0;
	}

	ul.nav li img{
		height:50px;
		display: block;
		margin:0 auto;
	}

	ul.nav{
		height:auto;
		line-height:normal;
	}

	section .left,
	section .right{
		display: block;
		width:100%;
	}

	.supported-models,
	.other-units{
		display: none;
	}

	section .left{
		text-align: center;
		padding: 0;
	}

	li.review{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}

	footer{
		text-align: center;
	}

	small,
	footer a{
		font-size:10px;
		font-size: 1rem;
	}

	footer div.links{
		float:none;
	}

	.reviews h3,.step-by-step h3{
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
}
	.img-wrap, .inner-content{
		width:100%;
	}
	.img-wrap{
		padding:0;
		margin-bottom: 20px;
	}
}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; 
	}
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
