.white{
	background:#fff;
	font-size: 1.5rem;
	padding: 20px;
}
header{	border-top:solid  3px #999;}
.white h2{
	margin-top:45px;
}
.white p{
	margin-top: 25px;
}
.white h2{
	margin-bottom: 25px;
}

.hero-text2{
	font-size: 2.8rem;
	line-height: 2.8rem;
	color:#dedede;
	
}
.hero-fon{
	display: flex;
	 justify-content: space-around; 
	align-items: center;

	/*padding: 125px 100px;
	background-image: url(../images/water6.png);*/
	height:540px;
	position: relative;
}
.hero-column{
	min-height:540px;
	position: relative;
}
.column-btn{
	margin: 50px;
}
.btn-result{
	height: 60px;
	line-height: 60px;
	width: 320px;
	background: #ee3355;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.8rem;
		text-transform:uppercase;
	color:#dedede;

	font-family:'Oswald', sans-serif;
}

@media (max-width: 900px){
.hero-fon{
		flex-direction: column;
		height: 450px;
	/*	padding-top:40px;
		padding-bottom:40px;*/
		padding: 40px;

	}
}