@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}
body
{
	background:#FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@font-face {
font-family: 'open_sansregular';
src: url('../fonts/opensans-regular_0-webfont.eot');
src: url('../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/opensans-regular_0-webfont.woff') format('woff'),
	 url('../fonts/opensans-regular_0-webfont.ttf') format('truetype'),
	 url('../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'swiss921_btregular';
    src: url('sw921rg.eot');
    src: url('sw921rg.eot?#iefix') format('embedded-opentype'),
         url('sw921rg.woff2') format('woff2'),
         url('sw921rg.woff') format('woff'),
         url('sw921rg.ttf') format('truetype'),
         url('sw921rg.svg#swiss921_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a
{
	outline:none;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border:none;
}
#contraner
{
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
}
#wrapper
{
	width:900px;
	padding:0px;
	margin:0px auto;
}
#logo
{
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
}
#text-part
{
	width:100%;
	padding:0px;
	margin:60px 0px 50px 0px;
	float:left;
}
.text-heading
{
	width:100%;
	padding:30px 0px 20px 0px;
	margin:0px;
	float:left;
	font:normal 50px 'swiss921_btregular';
	color:#e13f26;
	text-align:center;
	line-height:54px;
}
.text
{
	width:80%;
	padding:0px 30px;
	margin:0px auto;
	font:normal 19px 'open_sansregular';
	color:#796061;
	text-align:center;
}
.down-part
{
	width:100%;
	padding:30px 0px 0px 0px;
	margin:0px;
	float:left;
}
.down-mail
{
	width:70%;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.mail
{
	width:70%;
	height:45px;
	padding:0px 3%;
	margin:0px;
	float:left;
	font:normal 19px 'open_sansregular';
	color:#796061;
	border:1px #796061 solid;
	outline:none;
	background:none;
}
.mail-button
{
	width:22%;
	height:46px;
	padding:0px 0%;
	margin:0px;
	float:right;
	font:normal 19px 'open_sansregular';
	color:#ffffff;
	border:1px #e13f26 solid;
	outline:none;
	background:#e13f26;
	cursor:pointer;
}