/*!
Theme Name: rekvizit.info
Theme URI: 
Author: 
Description: Description
Version: 1.0.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rekvizit.info is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
html{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box
}
ul, ol {
	list-style-type: none
}
a {
	text-decoration: none
}
@font-face {
	font-family: Open Sans;
	src: url(fonts/opensans.ttf)
}
@font-face {
	font-family: Merriweather;
	src: url(fonts/merriweatherregular.ttf)
}
body {
	width: 100%;
	height: 100%;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: normal
}
.container {
	width: 1132px;
	margin: auto
}
@media screen and (max-width: 1170px) {
	.container { width: 940px }
}
@media screen and (max-width: 970px) {
	.container { width: 750px }
}
@media screen and (max-width: 780px) {
	.container { width: 500px }
}
@media screen and (max-width: 530px) {
	.container { width: 100% }
}

/*header*/
.header-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto
}
.htop-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #f3f3f3;
}
.h-logo {
	float: left;
	width: auto;
	height: 100%
}
.h-logo img {
	float: left;
	width: 206px;
	height: 34px;
	margin-top: 5px
}
span.hlogotext {
	float: left;
	margin: 8px 0px 0px 15px;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #231f20
}
.hsearch-wrap {
	float: right;
	position: relative;
	width: 435px;
	height: 20px;
	margin-top: 8px
}
.hsearch-wrap span {
	font-size: 13px;
	color: #949494;
	font-weight: 300
}
.hsearch-wrap button {
	width: 60px;
	height: 18px;
	position: absolute;
	top: 1px;
	right: 8px;
	background: none;
	border: 0px;
	cursor: pointer
}
.hsearch-wrap button:hover, .hsearch-wrap button:focus {
	outline: 0px
}
i.fa-search {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
	color: #949494;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.hsearch-wrap input {
	display: block;
	width: 435px;
	height: 22px;
	padding-left: 10px;
	padding-bottom: 2px;
	border: 1px solid #d6d6d6;
	border-radius: 25px;
	background: none
}
.hsearch-wrap input:focus {
	outline: 0px
}
.search-noresults {
	display: block;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #000000
}
.msearchopen {
	display: none
}
.humburger {
	display: none;
	float: right;
	width: 30px;
	height: auto;
	margin-top: 7px;
	margin-left: 15px;
	cursor: pointer
}
.humburger span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 4px 0px;
	background-color: #c20c19
}
/*header menu*/
.hmenu-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
}
.hmenu-items {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	position: relative;
	width: 100%;
	height: 100%
}
.hmenu-item {
	height: 35px;
	padding: 0px 5px
}
.hmenu-item:first-child {
	padding-left: 0px
}
.hmenu-item:last-child {
	padding-right: 0px
}
.hmenu-item:hover, .menu-underline {
	border-bottom: 5px solid #c20c19
}
.hmenu-item a {
	display: block;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #231f20;
	font-weight: 500
}
/*header category menu*/
.categmenu-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #d3d3d3
}
.categmenu-items {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.categmenu-item {
	width: auto;
	height: 93px;
	padding-top: 18px;
	text-align: center;
	margin: 0px 15px
}
.categmenu-item a {
	display: block
}
.categmenu-item img {
	display: block;
	position: relative;
	width: 38px;
	height: 36px;
	margin: auto
}
.categmenu-item span {
	display: block;
	position: relative;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #231f20;
	font-weight: 400
}
span.categmenu-divider {
	width: 1px;
	height: 25px;
	margin-top: 35px;
	background-color: #f3f3f3
}
.burger-button {
	display: none;
	float: right;
	position: relative;
	width: 25px;
	height: 19px;
	margin: 5px 0px 0px 5px
}
.burger-button img {
	width: 25px;
	height: 19px;
}
i.catmenu-close {
	display: none
}
@media screen and (max-width: 1170px) {
	.hmenu-items {
		width: 100%;
		margin: auto
	}
}
@media screen and (max-width: 970px) {
	.hsearch-wrap, .hsearch-wrap input {
		width: 300px
	}
	.humburger {
		display: inline-block;
	}
	.categmenu-wrap {
		display: none;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 280px;
		height: auto;
		background-color: #ffffff;
		border: 1px solid #d3d3d3;
		z-index: 1
	}
	.categmenu-items {
		display: block;
		position: relative
	}
	.categmenu-item {
		margin: auto;
		border-bottom: 1px solid #d3d3d3
	}
	.categmenu-item span {
		display: inline-block;
		width: auto;
		text-align: center
	}
	.categmenu-item:last-child {
		border-bottom: 0px
	}
	span.categmenu-divider {
		display: none
	}
	i.catmenu-close {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 5px;
		color: #d3d3d3;
		cursor: pointer;
		z-index: 2
	}
}
@media screen and (max-width: 780px) {
	.h-logo img {
		float: left;
		width: 60%;
		height: auto;
		margin-top: 10px
	}
	span.hlogotext {
		display: inline-block;
		font-size: 12px;
		line-height: 24px
	}
	.hsearch-wrap, .hsearch-wrap input {
		width: 150px
	}
}
@media screen and (max-width: 530px) {
	.h-logo {
		width: 210px;
		margin-left: 10px
	}
	.humburger {
		margin-right: 10px
	}
	.hsearch-wrap {
		display: none;
		position: absolute;
		top: 0px;
		width: 320px;
		height: 35px;
		margin: auto;
		padding-top: 8px; 
		background-color: #ffffff;
		z-index: 1
	}
	.hsearch-wrap input {
		width: 300px;
		margin: auto
	}
	.hsearch-wrap button {
		top: 9px;
		right: 20px;
		width: 25px;
		height: 20px;
		padding-bottom: 3px
	}
	.msearchopen {
		display: block;
		float: right;
		margin-top: 9px;
		margin-right: 7px;
		width: 25px;
		height: 25px;
		cursor: pointer;
	}
	.msearchopen i {
		font-size: 20px
	}
	.hmenu-items {
		width: 300px;
		justify-content: space-between;
		overflow-y: hidden;
		overflow-x: auto
	}
	.hmenu-items::-webkit-scrollbar {
 		display: none;
		overflow: -moz-scrollbars-none
	}
	.hmenu-item {
		height: 35px;
		padding: 0px 5px;
		margin-right: 35px
	}
	.hmenu-item:last-child {
		margin-right: 0px
	}
	.htop-wrap .container {
		width: 320px
	}
	.hsearch-wrap span {
		display: none
	}
}

/*breadcrumbs*/
.breadcrumbs-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto
}
.breadcrumbs-wrap a, span.bread-divider {
	position: relative;
	font-size: 13px;
	line-height: 28px;
	color: #949494;
	font-weight: 300
}
.content-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto
}
/*sidebar*/
.sidebar-wrap {
	float: right;
	position: relative;
	width: 300px;
	height: auto
}
.baner-item {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 615px
}
.baner-item img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto
}
/*main content*/
.mainblock-wrap {
	float: left;
	position: relative;
	width: 800px;
	height: auto;
	border-top: 1px solid #d3d3d3
}
.newsone-item {
	clear: both;
	display: block;
	position: relative;
	width: 800px;
	height: 200px;
	padding: 15px 0px;
	border-bottom: 1px solid #d3d3d3
}
.newsone-item:last-child {
	border-bottom: 0px
}
.newsone-img {
	float: left;
	position: relative;
	width: 244px;
	height: 170px;
	overflow: hidden
}
.newsone-img img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto
}
.newsone-info {
	float: right;
	position: relative;
	width: 525px;
	height: 100%
}
a.happened {
	display: block;
	margin: 5px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #c20d19;
	font-weight: 400
}
.newsone-info h3 {
	width: 100%;
	height: 52px;
	font-size: 23px;
	line-height: 26px;
	color: #231f20;
	font-weight: 700;
	overflow: hidden
}
.newsone-info p {
	width: 100%;
	height: 36px;
	margin: 5px 0px;
	font-size: 15px;
	line-height: 18px;
	color: #6e6e6e;
	font-weight: 300;
	overflow: hidden
}
.newsone-bottom {
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
	padding-top: 5px;
	overflow: hidden
}
.newsone-bottom p {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #b7b7b7;
	font-weight: 300
}
.newsone-bottom a {
	font-size: 14px;
	line-height: 21px;
	color: #6e6e6e;
	font-weight: 600
}
.newsone-bottom span {
	float: right
}
@media screen and (max-width: 1170px) {
	.sidebar-wrap {
		display: none
	}
	.breadcrumbs-wrap {
		width: 940px;
		margin: auto
	}
	.mainblock-wrap {
		display: block;
		float: none;
		width: 940px;
		margin-left: auto;
		margin-right: auto
	}
	.newsone-item {
		width: 100%
	}
	.newsone-info {
		width: 665px
	}
}
@media screen and (max-width: 970px) {
	.breadcrumbs-wrap {
		width: 750px
	}
	.mainblock-wrap {
		width: 750px;
		margin-left: auto;
		margin-right: auto
	}
	.newsone-item {
		width: 750px
	}
	.newsone-info {
		float: left;
		margin-left: 30px;
		width: 475px
	}
}
@media screen and (max-width: 780px) {
	.breadcrumbs-wrap {
		width: 500px;
		height: auto
	}
	.mainblock-wrap {
		width: 500px;
	}
	.newsone-item {
		width: 500px;
		height: 200px;
		padding: 20px 0px;
		margin-left: auto;
		margin-right: auto
	}
	.newsone-info {
		margin-left: 15px;
		margin-top: 0px;
		width: 240px
	}
}
@media screen and (max-width: 530px) {
	.breadcrumbs-wrap {
		width: 300px
	}
	.mainblock-wrap {
		width: 320px
	}
	.newsone-item {
		width: 320px;
		height: 360px;
		padding: 20px 0px
	}
	.newsone-img {
		width: 100%;
		overflow: hidden
	}
	.newsone-info {
		width: 290px;
		height: 150px
	}
	.newsone-bottom p span {
		display: block;
		float: none
	}
}
/*main page*/
/*left column*/
.main-left {
	float: left;
	position: relative;
	width: 586px;
	height: auto
}
.column-name {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	padding-top: 5px;
	border-bottom: 3px solid #eb1b23
}
.column-name img {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0px 15px
}
.column-name span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 700
}
.lnbimage {
	display: block;
	position: relative;
	width: 586px;
	height: auto;
	margin-top: 20px;
	overflow: hidden
}
.lnbimage a {
	display: block;
}
.lnbimage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lnbimage-info {
	display: block;
	position: absolute;
	left: 35px;
	bottom: 40px;
	max-width: 516px;
	height: auto
}
.ghost-text {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 2px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #2a2a2a;
	font-weight: 400;
	background: rgba(255,255,255,0.3)
}
.lnbimage-text {
	display: block;
	position: relative;
	width: auto;
	max-width: 100%;
	max-height: 75px;
	margin-top: 20px;
	padding: 7px 15px;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-family: Merriweather;
	font-weight: 400;
	background: rgba(0,0,0,0.7);
	overflow: hidden
}
.lnbshort {
	display: block;
	position: relative;
	width: 100%;
	height: 152px;
	margin-top: 20px;
	padding: 0px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6
}
.lnbshort-image {
	float: left;
	position: relative;
	width: 158px;
	height: 150px;
	overflow: hidden
}
.lnbshort-image  img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lnbshort-info {
	float: right;
	position: relative;
	width: 400px;
	height: auto;
	padding-top: 20px
}
.lnb-date, .post-categories a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #a8a8a8;
	font-weight: 300
}
.post-categories, .post-categories li, .post-categories a  {
	display: inline-block;
}
.post-categories a {
	margin-right: 10px
}
.lnbimage-info .post-categories a {
	color: #2a2a2a;
}
.lnbshort-topic {
	display: block;
	width: 100%;
	height: 64px;
	margin-top: 20px;
	font-size: 24px;
	line-height: 32px;
	color: #231f20;
	font-family: Merriweather;
	font-weight: 400;
	overflow: hidden
}
.lnbbig {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px
}
.lnbbig-image {
	display: block;
	position: relative;
	width: 586px;
	height: 350px;
	overflow: hidden
}
.lnbbig-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lnbbig-info {
	display: block;
	position: relative;
	width: 100%;
	height: 110px;
	padding: 15px 15px 5px 15px;
	border-bottom: 1px solid #d6d6d6;
}
.lnbbig-topic {
	display: block;
	width: 100%;
	height: 64px;
	margin-top: 15px;
	font-size: 24px;
	line-height: 32px;
	color: #231f20;
	font-family: Merriweather;
	font-weight: 400;
	overflow: hidden
}
.lshort-advert {
	display: block;
	position: relative;
	width: 586px;
	height: 78px;
	overflow: hidden;
	margin-top: 20px
}
.lshort-advert img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lnbtext {
	display: block;
	position: relative;
	width: 100%;
	height: 110px;
	margin-top: 20px;
	padding: 20px 15px 0px 15px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6
}
.lnbtext-text {
	display: block;
	width: 100%;
	height: 56px;
	margin-top: 5px;
	font-size: 20px;
	line-height: 28px;
	color: #231f20;
	font-family: Merriweather;
	font-weight: 400
}
.mainnews-item:nth-child(n+6), .newsone-item:nth-child(n+6), .newslist-item:nth-child(n+6) {
	display: none	
}
.more-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 25px 0px
}
.more-button, .less-button {
	position: absolute;
	width: 170px;
	height: 40px;
	top: 0px;
	left: 50%;
	right: 50%;
	margin-left: -85px;
	padding-top: 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #c20c19;
	border: 2px solid #c20c19;
	border-radius: 25px;
	cursor: pointer
}
.less-button {
	display: none
}
/*middle column*/
.main-middle {
	float: left;
	position: relative;
	width: 300px;
	height: auto;
	margin-left: 25px
}
.middle-newspaper {
	display: block;
	position: relative;
	width: 300px;
	height: 458px;
	margin-top: 20px
}
.middle-newspaper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.midnewspaper-info {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.7)
}
.midnews-number {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-family: Merriweather;
	font-weight: 400
}
.midnews-date {
	font-size: 13px;
	line-height: 17px;
	color: #d6d6d6;
	font-weight: 300
}
.mnbround {
	display: block;
	position: relative;
	width: 300px;
	height: 95px;
	margin-top: 20px;
	padding: 0px 15px
}
.mnbround-image {
	float: left;
	position: relative;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	overflow: hidden
}
.mnbround-image img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.mnbround-info {
	float: right;
	width: 160px;
	height: 95px;
	overflow: hidden
}
.mnbround-info span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #322e2f;
	font-weight: 700
}
.mnbround-info p {
	width: 100%;
	height: 64px;
	margin-top: 10px;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #888888;
	font-weight: 300;
	overflow: hidden
}
.mnbbig {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-bottom: 1px solid #d6d6d6
}
.mnbbig-image {
	display: block;
	position: relative;
	width: 300px;
	height: 160px;
	overflow: hidden
}
.mnbbig-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.mnbbig-info {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 15px
}
.mnbbig-catname {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #6e6e6e;
	font-weight: 400
}
.mnbbig-catabout {
	display: block;
	width: 260px;
	height: auto;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #231f20;
	font-family: Merriweather;
	font-weight: 400;
	overflow: hidden
}
.mnbbig-info p {
	width: 100%;
	height: 51px;
	margin: 10px 0px 5px 0px;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #6e6e6e;
	font-weight: 300;
	overflow: hidden
}
.mnbimage {
	display: block;
	position: relative;
	width: 300px;
	height: 200px;
	margin-top: 20px;
	overflow: hidden
}
.mnbimage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.mnbimage-info {
	display: block;
	position: absolute;
	width: 300px;
	height: 50px;
	padding: 4px 15px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden
}
.mnbimage-info a {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-family: Merriweather;
	font-weight: 400
}
/*right column*/
.main-right {
	float: right;
	position: relative;
	width: 195px;
	height: auto;
	padding-top: 20px
}
.mright-items {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}
.mright-newspaper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.mright-newspaper img {
    display: block;
    width: 100%;
    height: auto
}
.mrightnewspaper-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 50px;
	padding: 5px 10px 10px 10px;
    background-color: rgba(0,0,0,0.7)
}
.mrightnewspaper-info .midnews-number {
	font-size: 14px;
	
}
.mright-item {
	display: block;
	position: relative;
	width: 195px;
	height: auto;
	margin-top: 20px
}
.mright-blockname {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	padding: 7px 15px;
	background-color: #404040;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700
}
.mright-icon {
	display: block;
	position: relative;
	width: 195px;
	height: 40px;
	overflow: hidden
}
.mright-icon img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 92px;
	height: 30px;
	margin: auto
}
.mright-image {
	display: block;
	position: relative;
	width: 195px;
	height: 95px;
	overflow: hidden
}
.mright-image img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 195px;
	height: 95px;
	margin: auto
}
.mright-info {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 5px 15px 10px 15px
}
.mright-type {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #231f20;
	font-weight: 400
}
.mrighttype-name {
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #231f20;
	font-weight: 700;
	overflow: hidden
}
.mright-info .stars {
	display: block;
	position: relative;
	
}
i.fa-star {
	display: inline-block;
	font-size: 12px;
	margin-right: 1px;
	color: #d0d0d0
}
i.fa-star.yellow {
	color: #ffa900
}
.mright-text {
	display: block;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 20px;
	color: #231f20;
	font-weight: 400;
	overflow: hidden
}
.mright-phone {
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #231f20;
	font-weight: 700
}
.mright-address {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #0068de;
	font-weight: 400;
	text-decoration: underline
}
.mright-time {
	font-size: 13px;
	line-height: 38px;
	color: #231f20;
	font-weight: 400
}
@media screen and (max-width: 1170px) {
	.main-left {
		width: 590px
	}
	.lnbimage {
		width: 590px;
		height: 490px
	}
	.lnbbig-image {
		width: 590px;
		height: 355px
	}
	.lshort-advert {
		width: 590px;
		height: 80px
	}
	.main-middle {
		float: right;
		width: 320px;
		margin-left: 0px
	}
	.middle-newspaper {
		width: 320px;
		height: 489px
	}
	.mnbround {
		width: 320px;
	}
	.mnbround-info {
		width: 180px
	}
	.mnbbig-image {
		width: 320px;
		height: 171px
	}
	.mnbbig-catabout {
		width: 280px
	}
	.mnbimage {
		width: 320px;
		height: 215px
	}
	.mnbimage-info {
		width: 320px
	}
	.main-right {
		display: none
	}
}
@media screen and (max-width: 970px) {
	.main-content-wrap {
		width: 590px;
		margin: auto
	}
	.main-left, .main-middle {
		display: block;
		float: none;
		margin: auto
	}
	.main-middle {
		width: 100%
	}
	.middle-newspaper {
		width: 100%;
		height: auto
	}
	.mnbround, .mnbbig {
		width: 100%
	}
	.mnbbig {
		width: 100%;
		padding-bottom: 20px
	}
	.mnbround-info {
		display: inline-block;
		width: 430px;
	}
	.mnbbig-image {
		float: left;
		width: 300px;
		height: 190px;
		margin-left: 0px
	}
	.mnbbig-info {
		display: inline-block;
		width: 290px;
		height: 190px;
		padding-top: 0px
	}
	.mnbbig-catabout {
		width: 100%
	}
	.mnbimage {
		width: 100%;
		height: auto;
		padding: 0px
	}
	.mnbimage-info {
		width: 100%;
		height: auto;
		padding: 10px 15px;
		left: 0px	
	}
}
@media screen and (max-width: 780px) {
	.main-content-wrap {
		width: 500px
	}
	.main-left {
		width: 100%
	}
	.lnbimage {
		width: 500px;
		height: 410px
	}
	.lnbimage-info {
		max-width: 430px
	}
	.lnbshort-info {
		width: 320px
	}
	.lnbbig-image, .lshort-advert {
		width: 500px
	}
	.mnbround-info {
		width: 350px;
	}
	.mnbbig-image {
		float: left;
		width: 220px;
		height: 185px;
	}
	.mnbbig-info {
		width: 280px;
		height: 185px;
		padding-bottom: 0px
	}
	.mnbimage-info {
		width: 470px
	}
}
@media screen and (max-width: 540px) {
	.main-extra .container {
		padding: 0px;
	}
	.main-content-wrap {
		width: 320px
	}
	.lnbimage {
		width: 320px;
		height: 262px
	}
	.lnbimage-info {
		bottom: 20px;
		left: 15px;
		max-width: 290px
	}
	.lnbshort {
		height: 110px
	}
	.lnbshort-image {
		width: 100px;
		height: 100px
	}
	.lnbshort-info {
		width: 205px;
		padding-top: 0px;
		padding-left: 10px;
		height: auto
	}
	.lnb-date {
		font-size: 11px;
		line-height: 20px
	}
	.lnbshort-topic {
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px
	}
	.lnbbig-image, .lshort-advert {
		width: 320px;
		height: auto;
	}
	.lnbbig-topic {
		font-size: 18px;
		line-height: 23px;
		margin-top: 0px
	}
	.mnbround {
		height: 215px;
	}
	.mnbround-image {
		display: block;
		float: none;
		margin: auto
	}
	.mnbround-info {
		display: block;
		width: 300px;
		margin: auto;
		margin-top: 15px;
		text-align: center
	}
	.mnbbig-image {
		display: block;
		float: none;
		width: 320px;
		height: 205px;
		margin: auto
	}
	.mnbbig-info {
		width: 300px;
		height: 150px;
		margin: 15px 10px 0px 10px;
		padding: 0px
	}
	.mnbimage {
		width: 320px
	}
	.mnbimage-info {
		width: 320px
	}
	.mnbimage-info a {
		font-size: 14px
	}
}


/*article page*/
.articleblock-wrap {
	float: left;
	position: relative;
	width: 800px;
	height: auto
}
.article-item {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px 0px 0px;
	font-size: 17px;
	line-height: 28px;
	color: #231f20;
	font-weight: 300
}
.article-item p {
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	margin-bottom: 28px;
	font-weight: 100
}
.article-item #text {
	margin-top: 25px;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #231f20;
	font-weight: 100
}
.article-container {
	display: block;
	position: relative;
	width: 526px;
	height: auto;
	margin: auto
}
.article-time {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #9d9d9d;
	font-weight: 300
}
.article-time a {
	margin-right: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #9d9d9d;
	font-weight: 300
}
.article-item h1 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 40px;
	line-height: 48px;
	color: #231f20;
	font-family: Merriweather;
	font-weight: 400;
	overflow: hidden
}
.article-item h3 {
    margin: 25px 0px 12px 0px
}
.article-item img, .wp-caption img {
    width: 100%;
    height: auto;
    margin: 15px 0px
}
.article-item iframe {
    width: 100%;
    height: 295px;
    margin: 15px 0px
}
.article-item ul, .article-item ol {
    list-style-type: circle;
    margin: 25px;
	font-family: Open Sans, sans-serif;
	font-size: 17px
}
.article-item ol {
    list-style-type: decimal
}
.article-item li {
    padding-left: 5px;
	font-family: Open Sans, sans-serif;
	font-size: 17px
}
.article-item table {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    overflow-x: auto;
}
.article-item td, .article-item th {
    border: 1px solid #d3d3d3
}
.article-item td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}
.article-italic {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #231f20;
	font-weight: 300;
	font-style: italic;
	overflow: hidden
}
.article-image {
	display: block;
	position: relative;
	width: 800px;
	height: 375px;
	margin-top: 20px;
	overflow: hidden
}
.article-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.article-author {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9d9d9d;
	font-weight: 300
}
.article-author a {
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
	font-weight: 600
}
.article-social {
	display: block;
	width: 100%;
	margin: 25px 0px 20px 0px
}
.article-vk, .article-fb, .article-ok, .article-google,
.article-mailru, .article-twitter {
	display: inline-block;
	position: relative;
	width: auto;
	height: 35px;
	margin-right: 4px;
	background-color: #1c3753;
}
.article-fb {
	background-color: #2d3a67;
}
.article-ok {
	background-color: #ff6900;
}
.article-google {
	background-color: #ca232b;
}
.article-mailru {
	background-color: #2a456e;
}
.article-twitter {
	background-color: #15c2d2;
}
.article-vk img, .article-fb img, .article-ok img,
.article-google img, .article-mailru img, .article-twitter img {
	float: left;
	width: 24px;
	height: 24px;
	margin: 6px 5px;
}
.aricle-socdivider {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 20px;
	margin: 8px 0px;
	background-color: #9d9d9d;
}
.article-ok .aricle-socdivider {
	background-color: #d3d3d3;
}
.article-socnumber {
	float: right;
	height: 24px;
	margin: 4px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fffefe;
	font-weight: 400
}
.article-item blockquote {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 25px;
	margin: 15px 0px;
	font-style: italic;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	background: url('images/blockquote.png') no-repeat top right
}
.article-bloquote img {
	position: absolute;
	width: 98px;
	height: 94px;
	top: -10px;
	right: -10px;
	z-index: -1
}
.article-bloquote span {
	display: block;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #3e3b3c;
	font-weight: 400;
	font-style: italic
}
.article-meta {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 35px 0px 45px 0px
}
.article-meta a {
	display: inline-block;
	position: relative;
	width: auto;
	height: 24px;
	padding: 2px 10px;
	margin: 4px 2px 4px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #231f20;
	font-weight: 300;
	text-transform: capitalize;
	background-color: #e3e3e3
}
.articles-images {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	height: 166px;
	margin-top: 20px
}
.artimage-item {
	position: relative;
	width: 262px;
	height: 166px;
	overflow: hidden
}
.artimage-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cobver
}
.artimages-info {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	padding: 0px 10px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.artimages-info p {
	bottom: 40px;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 400
}
.artimages-info span {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px 0px 15px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #8b8b8b;
	font-weight: 400
}
.article-baner {
	display: blcok;
	width: 816px;
	height: 167px;
	margin: 20px 0px
}
.article-baner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
@media screen and (max-width: 1170px) {
	.articleblock-wrap {
		display: block;
		float: none;
		width: 816px;
		margin-left: auto;
		margin-right: auto
	}
}
@media screen and (max-width: 970px) {
	.articleblock-wrap {
		width: 716px
	}
	.artimage-item {
		width: 32%
	}
	.article-image {
		width: 100%
	}
	.artimages-info p {
		max-height: 54px;
		overflow: hidden
	}
	.article-baner {
		width: 100%
	}
}
@media screen and (max-width: 780px) {
	.articleblock-wrap, .article-container {
		width: 500px
	}
	.article-image {
		height: 216px
	}
	.artimage-item {
		width: 48%
	}
	.artimage-item:nth-child(3) {
		display: none
	}
	.article-bloquote {
		width: 100%
	}
}
@media screen and (max-width: 530px) {
	.articleblock-wrap, .article-container {
		width: 300px
	}
	.articles-images {
		display: block;
		flex-flow: none;
		height: auto;	
	}
	.artimage-item {
		display: block;
		width: 300px;
		margin: 15px auto
	}
	.artimage-item:nth-child(3) {
		display: block
	}
}

/*footer*/
.footer-wrap {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid #d6d6d6;
}
.footer-inside {
	display: flex;
  	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px
}
.f-logo, .f-menu, .f-contact {
	position: relative;
	width: auto
}
.f-contact:nth-child(1) {
	float: right;
}
.f-logo img {
	display: block;
	position: relative;
	width: 206px;
	height: 34px;
	margin-top: 7px
}
.f-copy {
	display: block;
	font-size: 13px;
	color: #848484;
	font-weight: 300;
	margin-left: 15px
}
.f-director {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 15px 0px
}
.f-director p {
	font-size: 14px;
	line-height: 28px
}
.f-director span {
	font-weight: bold
}
.fbig-name {
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #000000
}
.f-menu a {
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 30px;
	color: #000000
}
.f-redact {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.f-redact span {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #000000
}
span.fblock-name {	
	font-weight: bold
}
span.fblock-write {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer
}
#vk_groups {
	width: 270px;
	height: 216px;
	margin: 15px 0px;
	overflow: hidden
}
.fblock-law {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 15px 0px;
	text-align: center;
	font-size: 13px
}
.mnenie {
	margin-top: 5px;
	font-weight: bold
}
.age {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: auto;
	font-size: 20px	
}
.footer-counters {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 10px 0px	
}
.count-item {
	width: auto;
	margin: 0px 3px
}
@media screen and (max-width: 1170px) {
	.footer-inside {
		width: 100%
	}
}
@media screen and (max-width: 970px) {
	.footer-inside {
	  	flex-flow: row wrap;
		height: 410px
	}
	.f-contact:last-child {
		display: block;
		position: absolute;
		top: 135px;
		right: 0px
	}
	.f-redact {
		display: inline-block;
		margin-right: 25px
	}
}
@media screen and (max-width: 780px) {
	.footer-inside {
	  	flex-flow: row wrap;
		height: 450px
	}
	.footer-inside > div {
		width: 50%
	}
	.f-menu {
		padding-left: 75px
	}
	.f-contact:first-child {
		left: 0px;
	}
	#vk_groups {
		width: 230px;
	}
	.f-redact {
		display: block
	}
}
@media screen and (max-width: 530px) {
	.f-logo img {
		margin-left: auto;
		margin-right: auto
	}
	.f-copy { 
		margin-left: 5px
	}
	.footer-inside {
		height: auto
	}
	.footer-inside > div {
		display: block;
		width: 100%;
		text-align: center
	}
	.f-menu {
		padding-left: 0px;
		margin-bottom: 15px
	}
	.f-redact {
		margin-right: 0px
	}
	#vk_groups {
		width: 270px;
		margin: 15px auto
	}
	.fblock-law {
		padding: 10px
	}
	.age {
		position: relative
	}
}
.nameofthepage {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #000000
}
.archive-img img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: fill
}
.archive-info {
	margin-top: 15px
}
/*newspaper*/
.issuuembed {
	display: block;
	position: relative;
	width: 100%;
	height: 500px
}
.news-list {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	width: 600px;
	margin: 25px auto
}
.newslist-item {
	width: 250px;
	height: auto;
	margin: 20px 25px 0px 25px
}
.newslist-title {
	display: inline-block;
	width: auto;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000
}
.newslist-image {
	display: block;
	position: relative;
	width: 250px;
	height: 358px;
	margin-top: 15px;
	overflow: hidden
}
.newslist-image img {
	display: block;
	width: 100%;
	height: auto
}
.nameofthenewspaper {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #000000
}
@media screen and (max-width: 780px) {
	.news-list {
		width: 100%;
		justify-content: center
	}
}
@media screen and (max-width: 530px) {
	.nameofthepage {
		width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}
.article-container p strong {
	font-weight: bold
}
.article-container h2 {
	margin-bottom: 12px
}
.article-container .post-categories {
	margin: 0px
}
.article-item p.wp-caption-text::before {
	content: "Фото: ";
	font-size: 14px;
	line-height: 18px;
	color: #9d9d9d;
	font-weight: 300;
}
.article-item p.wp-caption-text {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
	font-weight: 600;
}
.clear{
    clear:both;display:block;width:100%;height:35px;
}