.fon {
	width: 1242px;
	min-height: 1080px;
	max-height: 10000px;
	background-color: white;
	margin: auto;
	position: relative;
	top: 100px;
	margin-bottom: -950px;
}
.fon2 {
	width: 1242px;
	min-height: 1080px;
	max-height: 10000px;
	background-color: white;
	margin: auto;
	position: relative;
	top: 125px;
	margin-bottom: -950px;
}
.content {
	width: 90%;
	min-height: 1080px;
	max-height: 10000px;
	margin: auto;

}
.head {
	width: 100%;
	text-align: left;
	margin: auto;
}
.header {
	font-weight: bold;
	font-size: 47px;
	width: 100%;
	height: 60px;
	margin: 0 0 50px 50px;
	padding-top: 50px;
}
.text {
	line-height: 1.5;
	font-size: 22px;
	text-align: justify;
}
.slogan-osk {
	width: 100%;
	height: 15%;
}



.slogan {
	text-transform: uppercase;
	text-align: center;
	font-size: 66px;
}
a {
	text-decoration: none;
	color: #0A6BB6;
	border-bottom: 1px solid rgba(0, 101, 179, 0.3);
}
h2 {
	margin-top: 0;
}
/* МЕНЮ СТРАНИЦ */
.block-menu-page {
	width: 1242px;
	min-height: 350px;
	max-height: 800px;
	background-color: white;
	margin: auto;
	border-bottom: 1px solid rgba(0, 101, 179, 0.7);
	position: relative;
	top: 125;
}
#company-menu ul {
    color: black;
    margin-top: 100px;
}

#company-menu ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 22px;
    margin: 0px 15px 20px 15px;
}

#company-menu a {
    text-decoration: none;
    color: #253b4d;
    border-bottom: 1px solid rgba(0, 101, 179, 0.3);
}

#company-menu ul a:hover {
    color: #D81B16;
    border-bottom: 1px solid #D81B16;
}

#company-menu ul a:active {
    color: white;
    border-bottom: none;
    border-radius: 10px;
    background-color: #325A7B;
}
/* СПИСОК РУКОВОДИТЕЛЕЙ */
.managment-content {
	width: 100%;
}
.managment {
	width: 100%;
	height: 424px;
	border: 2px solid #253B4D;
	margin: 50px 0;
}
.managment-img {
	width: 50%;
	float: left;
}
.managment-text {
	width: 50%;
	float: right;
}
.managment-name {
	width: 100%;
	height: 50%;
}
.managment-position {
	width: 100%;
	height: 50%;
}
.photo-managment {
	width: 524px;
	height: 424px;
	border-right: 2px solid #253B4D;
}
.managment-fio {
	font-weight: bold;
	color: black;
	font-size: 44px;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;

}
.position {
	color: #466D8E;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	margin: 0 auto;
	padding: 0;
}
/* ОФОРМЛЕНИЕ ВЫВОДА ПОСТОВ */
.block-post {
	width: 100%;
}
.post {
	width: 100%;
	padding: 40px 0;
	display: flex;
}
.post-img {
	width: 35%;
}
.date {
	color: #A2AEB9;
	font-size: 18px;
}
.post-text {
	width: 65%;
	color: #435A6E;
}
.post-name {
	font-size: 16px;
	line-height: 1.2;
	color: #435A6E;
}
.post-preview {
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
}
.content-news {
	width: 80%;
	min-height: 1080px;
	max-height: 10000px;
	float: left;
}
.sidebare-news {
	width: 20%;
	height: 100%;
	float: right;
}
/* ОФОРМЛЕНИЕ ШАБЛОНА ПОСТА */
.header-post {
	text-transform: uppercase;
	margin: 0 0 50px 0;
	padding-top: 40px;
	text-align: left;
	width: 100%;
}
.data-block {
	width: 100%;
	height: 80px;
}
.data-post {
	color: #A2AEB9;
	font-size: 22px;
}
.fon-post {
	width: 1242px;
	min-height: 1080px;
	max-height: 10000px;
	background-color: white;
	margin: auto;
	position: relative;
	top: 125px;
	margin-bottom: -950px;
}
/* ================================ КОНТАКТЫ ====================== */
.contact-fon {
	width: 100%;
	display: flex;
}
.contact {
	width: 50%;
	text-align: left;
}
.contact-block {
	width: 100%;
	margin-top: 50px;
}
.contact-head {
	width: 100%;
	font-size: 18px;
}
.contact-head2 {
	width: 100%;
	font-size: 18px;
	margin-top: 20px;
}
.stadt {
	width: 100%;
	font-size: 16px;
	color: #314A5F;
}
.contact-adress {
	width: 100%;
}
.contact-contact {
	width: 100%;
}
.weather {
	width: 100%;
}
.sidebar-contact {
	width: 50%;
}
.contact-map {
	margin: 40px 0 0 20px;
}
.contact-smm {
	margin: 0 0 0 20px;
}