@charset "utf-8";
/* CSS Document */
/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
    url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("../fonts/LatoBold/LatoBold.eot");
    src: url("../fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoBold/LatoBold.woff") format("woff"),
    url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body{
	font-family:"LatoRegular", Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	color:#434343;
}

div.main{
	width:1080px;
	margin:auto;
	background:#fff;
	/*-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);*/
}
div.bg-image{
	width:1080px;
	background:url(../images/bg.jpg) no-repeat center;
	height:600px;
}
div.logo{
	float:left;
	margin:20px;
	font-size:45px;
	text-align:center;
	color:#636466;
}
div.slog{
	float:left;
	margin:20px;
	width:670px;
	text-align:right;
	font-size:26px;
	color:#636466;
}

div.yello{
	width:1080px;
	background-color:#ffcb05;
	text-align:center;
	font-size:36px;
	border-radius:20px;
}
div.yello span{
	font-size:24px;
}
div.contacts{
	text-align:center;
}
h1{
	font-size:36px;
	margin:10px;
}