*{
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
}

body{
	margin: 0;
	padding: 0;
	color: #c4c9de;
	overflow-x: hidden;
	background: #1f1d1d;
}

.wrap{

}

.header{
	min-height: 10vh;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-bottom: 1px solid #ffffff29;
}
.airbag{
background-image: url('../img/airbag.png');
background-repeat: no-repeat;
width: 100px;
height: 80px;
right: 25px;
position: absolute;
transition: .3s;
}
.ops{
	position: absolute;
	background-image: url('../img/ops_lexus.png');
	width: 300px;
	height: 152px;
	right: 20px;
	top: -10px;
	border-radius: 20px;
	box-shadow: inset 0 0 20px black;
	transition: 2s;
	transition-delay: 2s;

}

.logo{
	height: 100%;
	text-align: center;
}

.logo>a{
	line-height: 2em;
	color: #f11111;
	font-size: 2rem;
	text-shadow: 0 0 20px white;
}
.content{
	font-size: 1.5rem;
	/*padding-top: 5%;*/
	position: relative;
	line-height: 1.5em;
}

.tab{
	white-space: nowrap;
	position: relative;
	padding-left: 100vw;
	transition: 6s;
	margin-bottom: 5px;
}
.tab img{
	position: absolute;
	top: 10px;
	left: -15vw;
	transition: .3s;
	transition-delay: 5s;
	border-radius: 50%;
	box-shadow: 0 0 25px white;
	background-color: #446360;
}

h2,h1{
	font-size: 2rem;
	padding-left: 10%;
}
.descript, .passoff, .reshenie, .chto, .res, .ship{
	background-color: #151414;
	z-index: 1;
	position: relative;
	overflow-x: hidden;
	border-radius: 12px;
	box-shadow: inset 0 0 12px white;
	/*box-shadow: 0 0 9px white;*/
	margin: 70px auto 20px auto;
	opacity: 0;
	transition: 5s;
	max-width: 1100px;
	padding: 30px;
}
.wis{
	opacity: 1;
}
.img{
	height: 250px;
	background:url(../img/do.png) 0px;
	background-repeat: no-repeat;
	width: 250px;
	border-radius: 50%;
	box-shadow: inset 0 0 40px black;
	opacity: .6;
	position: absolute;
	right: 70px;
	top: 50px;
}
.imgdesc{
	height: 70px;
	background:url(../img/on.png) 5px;
	background-repeat: no-repeat;
	width: 100px;
	border-radius: 35px;
	box-shadow: inset 0 0 30px #151414;
	opacity: .6;
	position: absolute;
	left: 30px;
	top: 40px;
}
.img2desc{
	height: 70px;
	background:url(../img/off.png) 5px;
	background-repeat: no-repeat;
	width: 150px;
	border-radius: 35px;
	box-shadow: inset 0 0 20px #151414;
	opacity: .8;
	position: absolute;
	right:  50px;
	top: 30px;
}
.footer{
	text-align: center;
}
.ship{
	margin-bottom: 30px;
}
.ship img{
	float: right;
	border-radius: 20px;
}
li{
	list-style-image: url('../img/i.png');
	padding-left: 20px;
}

@media (max-width: 600px){
	.header{
		grid-template-columns: 1fr 0.01fr 1fr;
	}
	.content{
		font-size: 1rem;
	}
	.ops{
		display: none;
	}
	h1,h2{
		font-size: 1rem;
	}
	.tab{
		white-space: normal;
		padding-left: 10%;
		margin-bottom: 20px;
		transition: 0s;
	}
	.tab img{
		left: 5px;
		top: 6px;
	}
	.imgdesc{
		top: -10px;
		left: 0px;
	}
	.img2desc{
		display: none;
	}
	.descript, .passoff, .reshenie, .chto, .res, .ship{
		margin-top: 0px;
		transition: 2s;
		opacity: 1;
	}
	.img{
		opacity: .3;
	}
	li{
		list-style: circle;
		padding-left: 0px;
	}
	.airbag{
		right: -15px;
	}
}




