@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*-------------------------*/




body {
background: #fcfcfc;
font-family: Helvetica, Arial,  sans-serif;
background: -webkit-linear-gradient(#e0e2e6, white) no-repeat;
  background: -moz-linear-gradient(#e0e2e6, white) no-repeat;
  background: -ms-linear-gradient(#e0e2e6, white) no-repeat;
  background: -o-linear-gradient(#e0e2e6, white) no-repeat;
  background-size: 100% 80px;

}

.domen {
	 width: 15%;
     margin: 20px auto 0px;
     font-size: 18px;
}


#logo {
	width: 182px;
	height: 169px;
	margin: 30px auto 0px;
}

.description {
	font-size: 16px;
	text-align: center;
	width: 500px;
	color: #436a73;
	text-shadow: 0px 1px #FFF;
	line-height: 22px;
	margin: 0 auto;
}


.mail {
	width: 393px;
	margin: 20px auto;
	background: #f0ffc6;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
}

.mail p {
padding: 10px;
color: #7C7C7C;
}

.mail a {
color: #F00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease
}

.mail a:hover {
color: #272320;
}




