body {
	background-color: #0b0b0b; 
}



.section {
	padding: 80px 0;
}


.section__header {
	width: 100%;
	max-width: 950px;
}



.section__suptitle {
	font-size: 24px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

.section__title {

	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.section__title:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 30px auto 0;

	background-color: #5ff5f8
}

.video__sites {
	margin: 10px auto 20px;
	float: right;

}
.video__sites2 {
	margin: 20px auto 20px;
}
.btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px 30px;

	border: 3px solid #97978f;

	font-size: 14px;
	font-weight: 700;
	color: #97978f;
	text-transform: uppercase;
	text-decoration: none;

	transition: background .1s linear, color .1s linear;

}

.btn:hover {
	background-color: #97978f;
	color: #fff
}