* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	cursor: default;
}

.container {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}
.header {
	background-color: #2bb0d4;
	padding: 15px 20px;
	color: #fff;
}
.offer_title {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.offer_subtitle {
	display: block;
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
.rev_slider {
	display: block;
	margin-top: 30px;
}
.sect1 {
	padding: 0px 30px;
}
.timers{
	width: 350px;
	margin: 0 auto;
	background-color: white;
	height: 100px;
	padding-top: 20px;
}
.timer_block {
	text-align: center;
	width: 340px;
	color: black;
	text-transform: uppercase;
	text-align: center;
}

.timer_block p {
	padding-top: 7px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.timer_block .timer_item {
	display: inline-block;
	padding: 6px 0 0 0;
	width: 80px;
	height: 96px;
	
}
.timer_block .timer_item:nth-child(2) {
	margin: 0 5px;
	position: relative;
}

.timer_block .timer_item:nth-child(2):before, 
.timer_block .timer_item:nth-child(2):after {
	display: block;
	content: ':';
	width: 1px;
	font-size: 36px;
	line-height: 44px;
	position: absolute;
	top: 0;
}

.timer_block .timer_item:nth-child(2):before {
	left:0px;
}

.timer_block .timer_item:nth-child(2):after {
	right: -10px;
}

.timer_block .count {
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	box-shadow: rgb(218 218 218) 1px 1px 0px 1px;
    border-radius: 3px;
    margin-left: 22px;
    margin-bottom: 5px;
	width: 50px;
	padding: 2px 3px;
    color: #000;
}

.timer_block .text {
	font-size: 11px;
	margin-left: 13px;
}
.inner_text {
	font-size: 20px;
	text-align: center;
	padding-top: 70px;
	font-weight: bold;
}
.star_img {
	padding-top: 20px;
}
.item-li li {
	list-style: none;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
.item-li li span {
	height: 36px;
	display: inline-block;
	width: 40px;
	border-radius: 10px;
	background-color: #2bb0d4;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
}
.item-li {
	padding-top: 20px;
}
.price {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
}
.price .old-price {
	display: block;
	margin-right: 20px;
	color: rgb(63, 59, 59);
	font-weight: bold;
	text-decoration: line-through;
}
.price .new-price {
	display: block;
	color: #2bb0d4;
	font-weight: bold;
}
.sale {
	text-align: center;
	font-size: 20px;
	padding-top: 7px;
}
.sale-item {
	text-align: center;
	font-size: 20px;
	color: #2bb0d4;
	display: block;
	padding-bottom: 30px;
}
.form_title {
	padding-top: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	margin-bottom: 30px;
}
.field {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0 30px 0 150px;
	width: 400px;
	height: 50px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	outline: none;
	}
	.btn {
		display: block;
		width: 400px;
		height: 50px;
		background: #2bb0d4;
		margin: 0 auto;
		color: #fff;
		border: none;
		font-size: 17px;
		border-radius: 4px;
		font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #fff;

	}
	.form-text-item {
		font-size: 17px;
		text-align: center;
		font-weight: 300;
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.form-text-item span {
		color: #fff;
		font-weight: bold;
		background: rgb(245, 3, 3);
		padding: 4px 7px;
		border-radius: 5px;
	}
	.sect2 {
		background-color:#2bb0d4 ;
		padding: 25px 20px 0px 20px;
	}
	.sect2-2 {
		background-color: rgb(218, 246, 247);
		padding: 20px 60px 20px 60px;
		text-align: center;
	}
	.sect2-2 img {
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.sect2-2 p {
		font-weight: bold;
		padding-bottom: 20px;
	}
	.sect2-2 li {
		text-align: left;
		margin-top: 4px;
	}
	.sect2-2 ul {
		padding-bottom: 20px;
	}
	.sect2-2  span {
		font-size: 14px;
		font-style: italic;
		display: block;
		padding-bottom: 20px;
	}
	.btn-ico {
		display: block;
		width: 300px;
		height: 60px;
		background: #ffd900;
		margin: 0 auto;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		font-size: 17px;
		border-radius: 30px;
		font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.sect2-3 {
	padding-top: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.sect2-3 span {
	display: block;
	font-size: 30px;
	padding: 14px 0px;
}
.sect2-4 {
	display: block;
	margin-top: 60px;
	background-color: rgb(218, 246, 247);
}
.sect2-4 p{
	padding: 20px;
	
}
.sect2-4 img {
	display: block;
	margin: 0 auto;
}
.sect2-4 span {
	text-align: center;
	display: block;
	padding-top: 10px;
	font-size: 20px;
	color: rgb(245, 3, 3);
	font-weight: bold;
}
.like_car {
	background-color: rgba(0, 0, 0, 0.37);
	background-image: url(../img/18037698_800.jpg);
	background-size: cover;
	margin-top: -5px;
	padding: 50px 20px 50px 20px;
	color: #fff;
}
.like_car span {
	font-size: 25px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0px 30px 0px;
}
.like_car p {
	padding-bottom: 30px;
}
.support {
	background-color: #e0f8ff;
	padding: 30px 20px;

}
.offer_sup {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 30px;
}
.support_line {
	padding: 20px;
	background-color: #fff;
}
.content_box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}
.content_box img {
	margin-right: 20px;
}
.content_box span {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}
.sect4 span {
	padding: 30px 20px;
	text-align: center;
	display: block;
	font-size: 25px;
	font-weight: bold;
}
.video {
	margin: 0 auto;
	display: block;
}
.reviews span {
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: 400;
	padding: 0;
}
.reviews p {
	font-size: 25px;
	padding: 25px 0px 15px 0px;
	text-align: center;
	font-weight: bold;
}
.reviews {
	background-image: url(../img/koto.jpg);
	background-size: cover;
}
.slider img {
	border-radius: 50%;
}
.slider {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	padding: 35px 20px 0px 20px;
}
.slider p {
	font-size: 16px;
}
.slid_img {
	display: flex;
	align-items: center;
}
.slid_img img {
	margin-right: 10px;
}
.rev_name span {
	text-align: left;
}
.rev_name h5 {
	font-size: 15px;
}
.deliverery {
	padding: 35px 20px;
	background-color:#2bb0d4 ;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.del_icon {
	display: flex;
	font-size: 16px;
	align-items: center;
	margin-top: 20px;
	text-align: left;
}
.del_icon img {
	margin-right: 15px;
}
.footer	{
	text-align: center;
	padding: 30px 20px;
}
