*{
	margin:0;
	padding: 0;

}
body{
	background-color: #010001;
	color:#fff;
	
}
.header{
	max-width: 1230px;
	margin:auto;
	padding-top: 54px;
	display: flex;
	justify-content: space-between;
}
.list{
	display: flex;
}
.item{
	list-style: none;
}
.item-link{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color:#FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right:10px;

}
.item-link-grey{
	color:#808080;
}
.main{
	text-align: center;
	padding-top: 120px;

}

.tile{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 64px;
line-height: 75px;
margin-bottom: 26px;
margin-top: 0;
}
.description{

	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 140%;
max-width: 268px;
margin:auto;
}
.description:after{
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background-color: #fff;
	margin:auto;
	margin-top:26px;
}
.video{
	height: 750px;
	width: 100%;
	max-width: 1230px;
	margin:auto;
}
.features{
	max-width: 1230px;
	width: 90%;
	margin:auto;
	padding:50px;

}
.features-title{
	font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 140%;
/* or 34px */

text-transform: uppercase;
margin-bottom: 45px;

}
.table{
	margin-bottom: 200px;
}
.table-column{
	width: 300px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 179.69%;
}
.features{
	position: relative;
}
.features-text{
	max-width: 490px;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 29px;

}
.rocket{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	max-width:300px;
}
.footer{
padding:130px 0;
display: flex;
flex-direction:column;/* в колонку */
align-items:center;
}
.footer .logo{
	margin-bottom:43px;
}
.footer-nav{margin-bottom:28px}

.footer-nav .item-link{
	font-size: 18px;
line-height: 21px;

}
.footer-text{
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #808080;
margin-bottom:30px;
margin-top0;
	
}
.footer-link{
	color: #808080;
	
	
}
.button{

	color:#fff;
	min-width:260px;
	min-height:60px;
	padding:20px;
	text-align:center;
	border:2px solid #fff;
	box-sizing:border-box;
	border-radius:6px;
	text-decoration:none;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;

}
@media (max-width:960px){
	.rocket{
		max-width:230px;
	}
	.table-column{
		width:250px;
	}
}
@media (max-width:768px){
.header{
	flex-direction: column;
	align-items: center;
}
.header .logo{
	margin-bottom: 20px;
}
.header .main-nav{
	margin-bottom: 20px;
}
.rocket{
	max-width: 180px;
}
}
@media (max-width:576px){
.rocket{
	position: static;
	margin-bottom: 30px;
}
.table{
	margin-bottom: 0;
}
.table-column{
	font-size: 14px;
}
.footer-nav .list{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-nav .item{
	margin-bottom: 10px;
}
.footer{
	text-align: center;
}
.main{
	padding-top: 50px;

}
.features{
padding-bottom: 0;
}