@font-face {
	font-family: Merriweather;
	font-style: normal;
	font-weight: 400;
	src: url(../style/Regular.woff2) format("woff2");
	font-display: swap
}

@font-face {
	font-family: Merriweather;
	font-style: normal;
	font-weight: 700;
	src: url(../style/Bold.woff2) format("woff2");
	font-display: swap
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(../style/Roboto1.woff2) format("woff2");
	font-display: swap
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(../style/Roboto2.woff2) format("woff2");
	font-display: swap
}

.goog-text-highlight,
font>font {
	background-color: transparent !important;
	box-shadow: none !important;
	box-sizing: inherit;
	white-space: normal;
}

.skiptranslate {
	display: none !important
}


html,
body {
	background: #fdfdfd;
	font-size: 16px;
	font-family: Roboto, Arial;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	width: 100%;
	top: 0 !important;
	position: static !important
}

* {
	box-sizing: border-box
}

a {
	color: #065b05;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

a:hover {
	color: #000;
}

img {
	width: 100%;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
}

h1 {
	font-size: 26px;
	padding: 0;
	margin: 0;
	font-family: 'Merriweather', serif;
	font-weight: 400
}

h2 {
	font-size: 20px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: 700;
	margin-bottom: 5px
}

iframe {
	width: 100%;
	border-radius: 4px
}

.navi {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px 20px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top: 2px solid #1c6738;
	border-left: 2px solid #1c6738;
	color: #888;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4)
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px
}

.wrappermin {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 20px
}

.header {
	background: #fff;
	position: sticky;
	top: 0;
	color: #fff;
	z-index: 999999;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.tops {
	display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
	padding: 15px 20px;
    margin: 0 auto;
}

.header img {
	width: 120px;
	margin-bottom: -10px;
	box-shadow: none
}

.categor a {
	margin-right: 20px;
	white-space: nowrap;
	line-height: 30px;
}

.bottom20 {
	margin-bottom: 20px
}

.top40 {
	margin-top: 40px
}

.left {
	float: left;
	width: 50%
}

.right {
	float: right;
	width: 45%
}

.leftbio {
	float: left;
	width: 30%
}

.rightbio {
	float: right;
	width: 65%
}

.clear {
	clear: both
}

.gird {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 0;
	max-width: 1100px;
	margin: 0 auto
}

.girdfull {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 0;
	max-width: 1100px;
	margin: 0 auto;
	margin-left: -20px;
	margin-right: -20px
}

.img {
	background-size: cover;
	background-position: center center;
	height: 150px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.newscard {
	padding: 20px;
	margin-bottom: 20px
}

.newscardfull {
	margin-top: 10px;
	padding: 20px
}

.title {
	margin: 10px 0 5px;
	font-size: 14px
}

.date {
	color: #888;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.avtor {
	color: #888;
	margin: 20px 0;
	padding: 0
}

.shortss {
	margin: 20px 0;
	padding: 0
}

.lnk {
	color: #065b05
}

.footer {
	padding: 40px 20px;
	margin-top: 140px;
	background: #eee;
	color: #000;
	font-size: 14px
}

.fulltext {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px
}

.fulltext img {
	margin-top: 20px
}

.fulltextbio {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 40px
}

.bottom100 {
	padding-bottom: 100px
}

.post {
	margin-top: 20px
}

.relate {
	display: flex;
    max-width: 1100px;
	padding: 0;
    margin: 0 auto;
	margin-top: 40px;
	text-align: left
}

.relate img {
	width: 200px;
	margin: 0;
	margin-right: 20px
}

.speedbar {
	margin-top: 20px;
	margin-bottom: 20px
}

.texts {
	padding-top: 0;
	margin: 0
}

.quote {
	padding-left: 20px;
	border-left: 5px solid #d98a79
}

.avt {
	color: #888;
	font-size: 14px;
	margin: 10px 0;
	padding: 0
}

.avt a {
	font-weight: bold
}

.top0 {
	margin: 0;
	padding: 0
}

.sortuslang span {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	user-select: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

.sortuslang span:hover {
	color: #000
}

.sortuslangoffline span {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	user-select: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}

.sortuslangoffline span:hover {
	color: #000
}

.taggs {
	margin-bottom: 40px
}

.taggs a {
	background: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 40px
}

.taggs a:active {
	background: #ddd
}

.attachment {
	display: block
}

.attachment a {
	border: 1px solid #065b05;
	color: #065b05
}

.attachment a:active {
	background: #eee
}

.bioline {
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

.statuss {
	color: #fff;
	background: #1c6738;
	position: absolute;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 4px;
	margin-top: 5px;
	margin-left: 5px
}

@media (max-width:930px) {
	.left {
		float: left;
		width: 100%;
		margin-bottom: 20px
	}

	.right {
		float: right;
		width: 100%
	}

	.gird {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	h1,
	h2 {
		font-size: 20px
	}
	
	.footer {
		padding: 40px 0
	}
}

@media (max-width:650px) {
	.gird {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}

	.img {
		height: 160px
	}
}

@media (max-width:470px) {
	.gird {
		display: grid;
		grid-template-columns: repeat(1, 1fr)
	}
	
	.girdfull {
		display: grid;
		grid-template-columns: repeat(1, 1fr)
	}

	.img {
		height: 180px
	}

	.leftbio {
		float: left;
		width: 100%;
		margin-bottom: 20px
	}

	.rightbio {
		float: right;
		width: 100%
	}
	
	.title {
		font-size: 16px
	}
}