@charset "UTF-8";

body{
	background: url("../img/fon.jpg");
	background-repeat: repeat;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.one{
	background: url("../img/fon20.jpg") no-repeat;
	background-size: cover;
	margin: 0;
	position:relative;
	padding-top: 150px;
	padding-bottom: 300px;
}
.link{
	text-decoration: none;
	color: white;
	padding: 10px;
}
.p_l_r_50{
	padding-right: 40px;
	padding-left: 40px;
}
.nav{
	background-color: black;
}
.start{
	text-decoration: none;
	width: 200px;
	margin: 40px 20px auto auto;
	padding: 20px 60px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;

	letter-spacing: 2px;
	border: 3px solid orange;
	color: orange;
	transition: all 0.3s linear;

}
.start:hover{
	background-color: black;
	color: #C4C4C4;
	cursor: pointer;
	text-decoration: none;
}
.content-pad-15{
	padding-right: 15px;
	padding-left: 15px;
}
.content-box{
	margin: 60px 20px 20px;
}
.ten{
	width: 200px;
}
.text-grey{
	color: grey;
}
.footer{
	background-color: black;
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
.footer_pick{
	width: 100px;
}
.footer_contact{
	padding: 15px 0 15px 0
;
}