img {
	max-width: 100%;
	display: block;
}
* {
	box-sizing: border-box;
}
html {
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.wrapp {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 25px 0;
	box-shadow: 0 0px 11px 0px #989898;
}
.setting__block {
	display: none;
	margin: 30px 0;;
	padding: 0 25px;
}
.setting__block--opened {
	display: block;
}
.setting__button {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 20px 60px;
	font-size: 20px;
	margin-bottom: 15px;
	border: 0;
	background-color: #90B630;
	color: #FFF;
	text-align: center;
}
.setting__link {
	background-color: #E9B600;
}
.head {
	background: url(../images/cabel.jpg) no-repeat;
	height: 297px;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.head__text {
	position: absolute;
	right: 20px;
	top: 80px;
	font-size: 21px;
}