body {
	font-family: Tahoma;
	background: #0B0B0B;
	margin: 0;
}





.nav {
	font-size: 50px;
	text-transform: uppercase;
}	

.nav__link {
	font-size: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;

	color: #ffdf00;
	text-decoration: none;

	transition: color .1s linear;
}

.nav__link:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	opacity: 0;

	background-color: #fff;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}


.nav__link:hover {
	color: #fffacd;
}


.nav__link:hover:after {
	opacity: 1;
}


.comment {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	max-width: 950px;
	width: 700px;
	margin: 10px auto 30px;	
}
.img {
	height: : 500px;
	max-height: : 700px;
	margin: 30px auto 50px;
}


.section__suptitle {
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin: 0 auto 40px;
}

.section__title {
	text-align: center;
	font-size: 72px;
	font-weight: 700;
	color: #fff
}

.section__title:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 40px auto;

	background-color: #09611d;
}
.title {
	font-size: 60px;
	text-align: center;
	color: gray;
	margin: 80px auto 90;
}