/* 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 */

/* Всплывающее окно */

.contPopUp{
	display: none;
	position: fixed;
	background-color: #080808;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.contWindowPopUp{
	display: none;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	height: 200px;
	opacity: 0;
	z-index: 101;
	
}
.contCloseBTN{
	display: block;
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 100%;
}
.closeBTN{
	display: block;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	opacity: 0.7;
}

.closeBTN:hover{
	display: block;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	opacity: 1;
}

.windowPopUp{
	display: block;
	width: 300px;
	position: relative;
	height: 200px;
	background-color: #EFE1CF;
	margin: 0 auto;
	top:-200px;
}

.contFile{
	display: block;
	width: 100%;
	position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}
.contFile p{
	display: block;
	font-family: 'CharterOSC';
    font-size: 16px;
    color: #262626;
}

.newsDetail{
	display: block;
	width: 100%;
	text-align: center;
}
.contAllIcon{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.contIcon{
	display:inline-block;
	width: 50px;
	height: 52px;
	overflow: hidden;
	margin: 10px 5px 0 5px;
	
}

/* Окончание Всплывающее окно */

#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:220px;
	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;
	font-size: 100%;
	vertical-align: baseline;
}

/* рабочая страница Наследие*/

.contKontentAllMaterial{
	display: block;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #EFE1CF;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0 50px 0 50px;
}

/* рабочая страница О нас*/

.colOne{
	display: block;
	width: 48%;
	float: left;
	overflow: hidden;
	margin-right: 4%;
}
.colToo{
	display: block;
	width: 48%;
	float: left;
	overflow: hidden;
}
.contOnas{
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.zagolovoktextOnas{
	display:block;
	font-family: 'CharterOSC';
	font-size: 22px;
	color: #262626;
	font-weight: 200;
	width: 100%;
	text-align: justify;
	margin-bottom: 20px;
}
.bodyTextOnas{
	font-family: 'CharterOSC';
    font-size: 16px;
    color: #262626;
    text-align: justify;
    margin-bottom: 30px;
    line-height: 1.5;
}
/* рабочая страница О послании*/
.ContFirstPoslanie {
    display: block;
    max-width: 1024px;
    overflow: hidden;
    margin-bottom: 3px;
}

.portretPoslanie {
    display: block;
    max-width: 270px;
    float: left;
    overflow: hidden;
}

.vstupliniePoslanie {
    display: block;
    max-width: 1024px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}
.textPoslanie {
    font-family: 'CharterOSC';
    font-size: 18px;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
    text-align: justify;
}
.podpis {
    display: block;
    font-family: 'CharterOSC';
    font-style: italic;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #4E4E4E;
}


@media (max-width: 600px){


	
.portretPoslanie {
	display: block;
	max-width: 270px;
	float: none;
	overflow: hidden;
	margin: auto;
}
	
.vstupliniePoslanie {
	display:  block;
	max-width: 1024px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
}












@media (max-width: 800px){
.contShapka {
	display: block;
	width: 30%;
	top: 11%;
	left: 35%;
}
.colOne{
	display: block;
	width: 47%;
	float: left;
	overflow: hidden;
	margin-right: 6%;
}
.colToo{
	display: block;
	width: 47%;
	float: left;
	overflow: hidden;
}
}

@media (max-width: 736px){
	
#emblema {
		top: 11%;
		width: 100%;
		z-index: 2;
	}
.contShapka {
	width: 34%;
	left: 33%;
}
.contHeder{
	height: 200px;
}	
p a{
	display: block;
}
	
	
p a:hover{
	display: block;
}	
}

@media (max-width: 654px){
.contShapka {
	width: 38%;
	left: 31%;
}
}

@media (max-width: 580px){

.colOne{
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: 0%;
}
.colToo{
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}
}

@media (max-width: 564px){
.contShapka {
	width: 42%;
	left: 29%;
}
.contHeder{
	height: 190px;
}
}
@media (max-width: 480px){
.contShapka {
	width: 44%;
	left: 28%;
}
.contHeder{
	height: 180px;
}
}
@media (max-width: 460px){
.contShapka {
	width: 50%;
	top: 10%;
	left: 25%;
}
.contHeder{
	height: 180px;
}
}

@media (max-width: 414px){
	
.contShapka {
	width: 54%;
	left: 24%;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}	
}
@media (max-width: 380px){
	
.contShapka {
	width: 64%;
	left: 18%;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}	
}

@media (max-width: 360px){
	
.contKontentAllMaterial{
	padding: 0 30px 25px 30px;
}
.vstupliniePoslanie {
	padding-left: 30px;
	padding-right: 30px;
}
}

