a:not([class]) {
	color: var(--main);
}
.logo {
	float: left;
	margin-top: 8px;
}
.tel {
    font-weight: 500;
}
.top-menu {
	padding: 0;
	margin-top: 0px;
}
.menu-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
}
.menu-item a {
    color: inherit;
}
.menu-item a:hover {
    color: var(--hover2);
	text-decoration: none;
}
.current-menu-item a {
	color: var(--hover2);
	text-decoration: underline;
}
.sub-menu {
	display:none;
	padding: 0;
    position: absolute;
    top: 46px;
    left: -10px;
    background: var(--color2);
    padding-left: 10px;
    z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-menu .sub-menu .menu-item {
	line-height: normal;
	font-weight: 400;
}
.logo div {
	font-size: 20px;
	font-weight: 500;
}
.logo span {
	font-size: 14px;
	color: #747474;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.content {
	width: 1360px;
	padding-left: 20px;
	padding-right: 20px;
}
.container {
	width: 100%;
	max-width: 1600px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.head_2 {
	background-color: var(--color2);
}
.top-menu > .menu-item {
    line-height: 46px;
}
.left_col {
	float: left;
	width: 300px;
}
.right_col {
	width: 300px;
	float: right;
}
.center_col {
	float: left;
	width: calc(100% - 600px);
	padding: 0 40px;
}
.obyavleniya_unit {
	background-color: #f1f1f1;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px;
}
.obyavleniya_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
.obyavleniya_title:hover {
	color: var(--hover);
}
.btn {
	border: 2px solid var(--main);
    display: inline-block;
    padding: 0 12px;
    line-height: 38px;
    border-radius: 3px;
    color: var(--main);
}
.btn:hover {
	background-color: var(--main);
	color: #fff;
}
.obyavleniya_date {
	font-size: 14px;
	margin-bottom: 14px;
	color: #808080;
	margin-top: 5px;
}
.top_cont svg {
	fill: var(--main);
	position: relative;
    top: 2px;
}
.scheme:hover {
	text-decoration: underline;
}
.top_cont {
	float: right;
}
.top_cont a {
	display: inline-block;
    margin-left: 25px;
    line-height: 60px;
	    float: left;
}
.head_1 {
	height: 60px;
}
.all_conts {
	font-size: 14px;
	color: var(--main);
}
.all_conts:hover {
	text-decoration: underline;
}
.left-menu {
	margin: 0;
	padding: 0;
}
.left-menu li {
	margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 20px;
}
.content-main {
	min-height: calc(100vh - 257px);
	padding-bottom: 41px;
}
.right_menu {
	margin: 0;
	padding: 0;
}
.right_menu .menu-item a:hover {
	color: var(--hover);
}
.right_menu .menu-item {
	margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
}
.front_image {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
}
footer {
	background: #f1f1f1;
	padding: 30px 0;
}
.bot_menu .menu-item {
	font-size: 14px;
}
.post_title {
	margin-top: 40px;
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: 600;
}
.news_unit {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	float: left;
}
.wp-block-file:not(.wp-element-button) {
    font-size: 14px;
}
.bot_menu {
	margin: 0;
	padding: 0;
}