/*# sourceMappingURL=styles.css.map */
@charset "UTF-8";
/* CSS Document */

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #EFE1CF;
}

ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {

	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
*{ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* end reset browser styles */

#mainPage{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
p {
	font-family:'HelveticaNeueCyr', sans-serif;
	font-size: 14px;
	font-weight:400;
}

img {
	display:block;
	position: relative;
	width: 100%;
}

body {
	background-color:#F26400;
	
}
header {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	display:block;
	overflow: hidden;
}

#mainHeder{
	max-width: 1024px;
	margin: 0 auto;
	display:block;
	position: relative;
	top: 0;
}
contHeder{
	max-width: 1024px;
	margin: 0 auto;
	display:block;
	position: relative;
height:250px;
	top: 0;
}
.contShapka {
	display: block;
	width: 30%;
	top: 11%;
	left: 7%;
	position: absolute;
	z-index: 1;
}

#emblema {
	display:block;
	top: 10%;
	width: 100%;
}

h1 {
	font-family:'HelveticaNeueCyr', sans-serif;
	font-size: 16px;
	font-weight:600;
	line-height: 22px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 15px;
	display: block;
}

h2 {
	font-family:'HelveticaNeueCyr', sans-serif;
	font-size: 12px;
	font-weight:300;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
	display: block;
}

/* рабочая область*/

.mainWork{
	display: block;
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #EFE1CF;
}



@media (max-width: 736px){
	
#emblema {
		top: 11%;
		width: 100%;
		z-index: 2;
	}

.contShapka {
		margin-bottom: 9%;
	}
	
p a{
	display: block;
}
	
	
p a:hover{
	display: block;
}	
}


@media (max-width: 414px){
	
.contShapka {
	display: block;
	margin-bottom: 22%;
	width: 37%;
	top: 8%;
	left: 4%;
	position: absolute;
	z-index: 1;
}

h1 {
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 7px;
	display: block;
}

h2 {
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 9px;
	font-weight: 300;
	line-height: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 5px;
	display: block;
}	
}

