body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

h2{
	font-size: 38px;
	color: #81008d;
	text-align: center;
	padding-bottom: 60px;
	font-weight: 700;
	padding-top: 40px;
}

.box, .box_2{
	padding-bottom: 20px;
	text-align: center;
}
.box span, .box_2 span{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.box .title{
	text-transform: uppercase;
	color: #81008d;
	font-size: 20px;
	font-weight: 700;
	padding-top: 35px;
}
.box .text{
	color: #282828;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 400;
}

.box_2 .title{
	color: #282828;
	font-size: 20px;
	font-weight: 700;
	padding-top: 35px;
}
.box_2 .text{
	color: #282828;
	font-size: 16px;
	font-weight: 400;
}


.btn{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	background-color: #aa0f80;
	border: 1px solid #aa0f80;
	height: 66px;
	line-height: 66px;
	padding: 0 75px;
	margin: 0 auto;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	margin-bottom: 30px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.btn:hover{
	color: #aa0f80;
	background-color: #fff;
}

.bg{
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 226px;
	text-align: center;
	margin-top: 30px;
}
.bg span{
	color: #fff;
	font-size: 35px;
	line-height: 120%;
	padding: 70px 0;
	display: inline-block;
	width: 100%;
	padding: 75px 0;
}
.bg span strong{
	font-weight: 700;
}

#logo{
	width: 300px;
	float: left;
}
.top{
	background-image: url(../img/bg_top.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 652px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.top .ico{
	float: left;
	margin: 10px 0 0 80px;
}
.top span, .top h1{
	display: inline-block;
	width: 100%;
	margin: 0;
}
.top .text_1{
	color: #fff;
	font-size: 43px;
	font-weight: 400;
	padding-bottom: 10px;
}
.top h1{
	color: #fff;
	font-size: 51px;
	font-weight: 700;
	padding-bottom: 35px;
}
.top .text_2{
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 120%;
	padding-bottom: 75px;
}
.top .fb{
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	height: 59px;
	background-image: url(../img/fb.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	
}

.top #mysz{
	position: absolute;
	left: 50%;
	margin-left: -63px;
	bottom: -90px;
	width: 126px;
	height: 88px;
	background-image: url(../img/mysz.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}