/* reset style */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	font-weight: normal;
	font-family: "Calibri", sans-serif;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

input,
textarea {
	margin: 0;
	border: 0;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	display: inline-block;
    color:#344d00;
}

a:hover{
    /*color:#339900;*/
}

.navigation.pagination{
    margin:20px 0;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*line-height: 1;*/
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active,
:visited {
	outline: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}


.anounce-prev__descr{
    max-height: 55px;
    overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.justify-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

h2 {
	color: #7aca1d;
	text-transform: uppercase;
	font-size: 18.67px;
	line-height: 22.79px;
	font-weight: 700;
}

h2.title-light {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

h2.title-light:before {
	content: "";
	display: inline-block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 39px;
	height: 40px;
	margin-right: 5px;
	background: url("/wp-content/themes/dvor/assets/images/pen-small.png");
	background-repeat: no-repeat;
}

h2.white {
	color: #ffffff;
}

.title-dark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #339900;
	margin-bottom: 22px;
}

.title-dark:before, .title-dark:after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 31px;
	background: url("/wp-content/themes/dvor/assets/images/rose-ico.png");
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	background-repeat: no-repeat;
}

.title-dark:before {
	margin-right: 8px;
}

.title-dark:after {
	margin-left: 8px;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.form-group {
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}

.form-group:last-child {
	margin-bottom: 0;
}

input::-webkit-input-placeholder {
	color: #4c4c4c;
	font-size: 13.33px;
	line-height: 31px;
}

input::-moz-placeholder {
	color: #4c4c4c;
	font-size: 13.33px;
	line-height: 31px;
}

input:-moz-placeholder {
	color: #4c4c4c;
	font-size: 13.33px;
	line-height: 31px;
}

input:-ms-input-placeholder {
	color: #4c4c4c;
	font-size: 13.33px;
	line-height: 31px;
}

.form-control {
	width: 100%;
	padding: 0 10px;
	height: 30px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	border: 1px solid #cdcdca;
	-webkit-box-shadow: inset 2px 2px 0px 0px #e4e4e4;
	        box-shadow: inset 2px 2px 0px 0px #e4e4e4;
	background-color: #ffffff;
	line-height: 28px;
}

.form-control.has-error {
	border: 1px solid #fa0404;
	background-image: url("/wp-content/themes/dvor/assets/images/warning.svg");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
}

label.has-error {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 102%;
	color: #ff0000;
	font-size: 12px;
	text-align: left;
}

@media screen and (max-width: 991.9px) {
	label.has-error {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 5px;
	}
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13.33px;
	font-family: "Calibri",sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.btn-shadow {
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	line-height: inherit;
}

.btn-shadow:active {
	padding-top: 14px;
	padding-bottom: 12px;
}

.green-btn {
	background: url("/wp-content/themes/dvor/assets/images/green-bg1.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.yellow-btn {
	background: url("/wp-content/themes/dvor/assets/images/yellow-btn.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

h1 {
	color: #339900;
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

body {
	font-family: "Calibri", sans-serif;
	color: #393939;
	font-size: 17px;
	line-height: 24px;
	min-width: 320px;
	opacity: 1;
}

.loader {
	position: fixed;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: none repeat scroll 0 0 #ffffff;
	z-index: 9999;
}

.loader__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #339900;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.mb0 {
	margin-bottom: 0;
}

.main-content {
	background-color: #fefcf0;
}

.section {
	padding-top: 24px;
	padding-bottom: 30px;
}

.link-more {
	padding: 14px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #339900;
	border: 1px dashed #339900;
}

.link-more:active {
	padding-top: 15px;
	padding-bottom: 13px;
}

.main {
	padding-bottom: 20px;
}

.anounce-prev-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.autor-article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.autor-article__ico {
	width: 23px;
	height: 24px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
	background: url(/wp-content/themes/dvor/assets/images/comment-ico.svg);
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.autor-article__name {
	color: #ff7f00;
}

.cat-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cat-list a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14.67px;
	color: #ff7f00;
}

.cat-list a:after {
	content: "/";
	display: inline-block;
	color: #ff7f00;
	margin: 0 10px;
}

.cat-list a:last-child:after {
	display: none;
}

.cat-list a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.navigate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.navigate li {
	/*margin-right: 18px;*/
}
.navigate li:after {
    content: "/";
    display: inline-block;
    color: #ff7f00;
    margin: 0 10px;
}
.navigate a {
	line-height: 1.5;
	color: #ff7f00;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.navigate li:last-child {
	margin-right: 0;
}

.navigate li.current-item span {
	color: #4c4c4c;
	text-decoration: none;
}
.navigate li.current-item:after {
	display:none;
}

.navigate a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.2;
}

.navigate a:hover {
	color: #339900;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

@media screen and (max-width: 767.9px) {
	.navigate {
		margin-bottom: 20px;
	}
}

.atricle-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}

.atricle-line > * {
	margin-right: 20px;
}

.atricle-line > *:last-child {
	margin-right: 0;
}

@media screen and (max-width: 575.9px) {
	.atricle-line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.atricle-line > * {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.atricle-line > *:last-child {
		margin-bottom: 0;
	}
}

.comment-ico {
	width: 23px;
	height: 24px;
	background: url("/wp-content/themes/dvor/assets/images/comment-ico.svg");
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.sidebar {
	position: relative;
	z-index: 9;
	width: 263px;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1199.9px) {
	.sidebar {
		width: 223px;
	}
}

@media screen and (max-width: 991.9px) {
	.sidebar {
		position: relative;
		width: auto;
	}
}

@media screen and (max-width: 767.9px) {
	.sidebar {
		display: none;
	}
}

.sidebar .col-12 {
	padding: 0;
}

.indent {
	margin-bottom: 20px;
}

.signin-section {
	padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
	.signin-section {
		padding-bottom: 30px;
	}
}

.panel-box {
	position: relative;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	background-color: #fffce4;
}

.panel-box:before {
	content: "";
	position: absolute;
	right: 6%;
	top: -10px;
	width: 23px;
	height: 23px;
	background: url(/wp-content/themes/dvor/assets/images/leaf.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

@media screen and (max-width: 575.9px) {
	.panel-box:before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.panel-box {
		padding-bottom: 30px;
	}
}

.signin__wrapper {
	position: relative;
	padding-top: 35px;
	width: 295px;
	max-width: 100%;
	margin: auto;
}

.signin__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	width: 100%;
	background-color: #339900;
}

.signin__bottom {
	margin-top: 30px;
}

.signin__btn {
	width: 120px;
	padding-top: 8px;
	padding-bottom: 9px;
}

.signin__btn:active {
	padding-top: 9px;
	padding-bottom: 8px;
}

.signin .form-control {
	height: 32px;
	-webkit-border-radius: 7px 35px 35px 7px;
	        border-radius: 7px 35px 35px 7px;
	-webkit-border-top-right-radius: 10px 25px;
	        border-top-right-radius: 10px 25px;
	-webkit-border-bottom-right-radius: 10px 25px;
	        border-bottom-right-radius: 10px 25px;
}

input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.checkbox__custom {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	border: 1px solid #c9c8c1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.checkbox__input:checked + .checkbox__wrapper .checkbox__custom {
	border: 1px solid #ff7f00;
}

.checkbox__input:checked + .checkbox__wrapper .checkbox__custom:before {
	content: "";
	position: absolute;
	right: -2px;
	bottom: 2px;
	width: 13px;
	height: 14px;
	background: url("/wp-content/themes/dvor/assets/images/check-mark.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.checkbox__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.checkbox__label {
	font-size: 14px;
	line-height: 17px;
	text-align: left;
}

.signin-form .form-group {
	position: relative;
}

.signin-form .form-group--checkbox label.has-error {
	display: none !important;
}

@media screen and (max-width: 991px) {
	.signin-form .form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.form-message-error {
	font-size: 15px;
	font-weight: 700;
	color: #339900;
}

.anounce-prev {
	position: relative;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

.anounce-prev:before {
	content: "";
	position: absolute;
	z-index: 9;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: url("/wp-content/themes/dvor/assets/images/orange_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.anounce-prev.open:before {
	z-index: 0;
}

.anounce-prev__img {
	position: relative;
	z-index: 8;
	height: 198px;
	overflow: hidden;
}

.anounce-prev__img:before, .anounce-prev__img:after {
	content: "";
	position: absolute;
	z-index: 9;
	bottom: 9px;
	height: 17px;
	width: 50.1%;
	background-color: rgba(255, 255, 255, 0.5);
}

.anounce-prev__img:before {
	left: 0;
	-webkit-transform: skewY(9deg);
	    -ms-transform: skewY(9deg);
	        transform: skewY(9deg);
}

.anounce-prev__img:after {
	right: 0;
	-webkit-transform: skewY(-9deg);
	    -ms-transform: skewY(-9deg);
	        transform: skewY(-9deg);
}

.anounce-prev__img img {
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
	        clip-path: polygon(50% 0%, 100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
}

@media only screen and (max-width: 767.9px) {
	.anounce-prev__img:before, .anounce-prev__img:after {
		display: none;
	}
}

.anounce-prev__title {
	color: #339900;
	font-size: 18.67px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.anounce-prev__title:hover {
	color: #297305;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.anounce-prev__cat {
	margin-bottom: 15px;
}

.anounce-prev__cat-item {
	display: inline-block;
	vertical-align: middle;
}

.anounce-prev__cat-item:after {
	content: "/";
	display: inline-block;
	color: #ff7f00;
	margin: 0 2px;
}

.anounce-prev__cat-item:last-child:after {
	display: none;
}

.anounce-prev__cat-link {
	font-size: 14.67px;
	color: #ff7f00;
}

.anounce-prev__cat-link:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.anounce-prev__descr p {
	font-size: 14.67px;
	line-height: 17.9px;
}

.anounce-prev__body {
	padding: 18px 20px 10px 20px;
}

@media screen and (max-width: 575.9px) {
	.anounce-prev__body {
		padding-top: 10px;
	}
}

.anounce-prev__bottom {
	padding: 10px 20px;
	border-top: 1px dashed #dedede;
}

.anounce-prev__autor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.anounce-prev__autor-name {
	color: #ff7f00;
}

.anounce-prev__autor-ico {
	width: 23px;
	height: 24px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-right: 8px;
	background: url("/wp-content/themes/dvor/assets/images/author.png");
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.messages {
	position: relative;
}

.messages:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	background-color: #7aca1d;
}

.messages__wrapper {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px dashed #f2d89d;
	border-top: 0;
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
	background-color: #fffad7;
}

.messages__title {
	margin-bottom: 20px;
}

.messages__top {
	padding: 0 8px;
}

.messages__btn {
	width: 150px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 575px) {
	.messages__btn {
		width: 165px;
	}
}

.message {
	position: relative;
	padding: 20px;
	border-bottom: 1px dashed #f2d89d;
}

.message:first-child {
	padding-top: 0;
}

.message__section {
	position: relative;
}

.message__section:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 2px;
	height: 46px;
	background-color: #ff7f00;
}

.message__section:after {
	content: "";
	position: absolute;
	top: 18px;
	left: -18px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #ff7f00;
	border-bottom: 6px solid transparent;
}

.message:last-child {
	border-bottom: 0;
}

.message__title {
	display: block;
	color: #ff7f00;
	line-height: 1.2;
	margin-bottom: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.message__text {
	word-break: break-word;
}

.message__title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.ads__wrapper {
	position: relative;
	background-color: #fffce4;
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
}

.ads__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: url(/wp-content/themes/dvor/assets/images/orange_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.ads__bottom {
	padding: 11px;
}

.ads__btn {
	display: block;
	width: 150px;
	margin: auto;
}

.ads__title {
	margin-bottom: 20px;
}

.ad {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 13px;
	border-bottom: 1px dashed #deddd4;
}

.ad__img {
	width: 93px;
	position: relative;
	margin-right: 12px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.ad__img img {
	height: 100%;
}

.ad__img-wrapper {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.ad__title {
	font-size: 16px;
	line-height: 19.53px;
	color: #339900;
}

.ad__title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

@media only screen and (max-width: 991.9px) {
	.ad__title {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767.9px) {
	.ad__title {
		font-size: 16px;
	}
}

.signin-panel__wrapper {
	position: relative;
	padding: 20px 25px;
	background: url("/wp-content/themes/dvor/assets/images/sign-bg.png");
	background-position: 0 bottom;
	-webkit-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
}

.signin-panel__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: url(/wp-content/themes/dvor/assets/images/orange_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.signin-panel__title {
	text-align: center;
	margin-bottom: 20px;
}

.signin-panel__link {
	padding: 7px;
	color: #fff;
	background-color: #003300;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.signin-panel__btn {
	padding-top: 10px;
	padding-bottom: 16px;
	width: 87px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.signin-panel__btn:active {
	padding-top: 11px;
	padding-bottom: 15px;
}

.signin-panel .form-control {
	border: 1px solid #5c9a1f;
}

.signin-panel .form-control.has-error {
	border: 1px solid #ff0000;
}

@media only screen and (max-width: 991.9px) {
	.signin-panel .form-group.mb0 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767.9px) {
	.signin-panel .form-group.mb0 {
		margin-bottom: 0px;
	}
}

.article-list__wrapper {
	position: relative;
	padding: 5px;
	-webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
	background: url("/wp-content/themes/dvor/assets/images/menu-right-bg.png") repeat-y;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.article-list__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	height: 5px;
	background-image: url(/wp-content/themes/dvor/assets/images/orange_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.article-list__wrapper:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -10px;
	width: 23px;
	height: 23px;
	background: url(/wp-content/themes/dvor/assets/images/leaf.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

@media screen and (max-width: 575.9px) {
	.article-list__wrapper:after {
		display: none;
	}
}

.article-list__section {
	padding: 18px 9px;
	border: 1px dashed #5fb417;
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
}

.article-list__link {
	display: block;
	position: relative;
	padding-left: 14px;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	margin-bottom: 17px;
}

.article-list__link:last-child {
	margin-bottom: 0;
}

.article-list__link:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #7aca1d;
}

.article-list__link:hover {
	text-decoration: none;
}

.registr-panel__wrapper {
	position: relative;
	padding: 14px 25px 27px 25px;
	-webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
	background-color: #fffce4;
	background-image: url("/wp-content/themes/dvor/assets/images/logo-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.registr-panel__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background-color: #339900;
}

.registr-panel__title {
	margin-bottom: 12px;
}

.registr-panel__btn {
	width: 130px;
	padding-top: 9px;
	padding-bottom: 13px;
}

.registr-panel__btn:active {
	padding-top: 10px;
	padding-bottom: 12px;
}

.news-panel__wrapper {
	position: relative;
	background: url("/wp-content/themes/dvor/assets/images/menu-right-bg.png") repeat-y;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
}

.news-panel__wrapper:after {
	content: "";
	position: absolute;
	right: 10px;
	top: -7px;
	width: 29px;
	height: 29px;
	background: url("/wp-content/themes/dvor/assets/images/clapboard.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.news-panel__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background-image: url(/wp-content/themes/dvor/assets/images/orange_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.news-panel__img {
	position: relative;
	margin-right: 13px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.news-panel__img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 6px solid rgba(255, 255, 255, 0.5);
}

.news-panel__link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	line-height: 23.45px;
}

.news-panel__link:hover {
	text-decoration: none;
}

.news-panel__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	border-bottom: 1px dashed #54ab14;
}

.news-panel__item:last-child {
	border: 0;
}

.users-panel__wrapper {
	position: relative;
	background-color: #fffce4;
	-webkit-border-radius: 0 0 7px 7px;
	        border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
}

.users-panel__wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: url("/wp-content/themes/dvor/assets/images/orange_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.users-panel__title {
	margin-bottom: 10px;
}

.users-panel__item {
	padding: 4px 9px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px dashed #deddd4;
}

.users-panel__item-img {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	margin-right: 11px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.users-panel__item-name {
	color: #ff7f00;
}

.users-panel__item-name:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.users-panel__top {
	padding: 13px 10px 0 10px;
}

.users-panel__bottom {
	padding: 8px;
}

.users-panel__btn {
	display: block;
	width: 150px;
	margin: auto;
}

@media screen and (max-width: 575px) {
	.users-panel__btn {
		width: 170px;
	}
}

.ad-prev-section {
	background: url("/wp-content/themes/dvor/assets/images/section-bg.png");
	-webkit-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

.ad-prev-section [class^='col']:nth-child(3n+2) .ad-prev:before {
	background-color: #339900;
	background-image: none;
}

.ad-prev-section [class^='col']:nth-child(3n+2) .ad-prev:after {
	display: none;
}

.ad-prev {
	position: relative;
	border: 0;
}

.ad-prev:after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: -11px;
	width: 40px;
	height: 37px;
	background: url("/wp-content/themes/dvor/assets/images/leaf.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.ad-prev__top {
	padding: 15px 20px 15px 20px;
}

.ad-prev__title {
	font-size: 16px;
	line-height: 19.53px;
	color: #339900;
	margin-bottom: 10px;
}

.ad-prev__title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.ad-prev__cat {
	margin-bottom: 0;
}

.ad-prev__section {
	padding: 15px 20px;
}

.ad-prev__img {
	position: relative;
	height: 200px;
}

.ad-prev__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.ad-prev__img-wrapper {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	border: 6px solid rgba(255, 255, 255, 0.7);
}

.ad-prev-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

@media only screen and (max-width: 575px) {
	.ad-prev-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.ad-prev-bottom > * {
		margin-bottom: 10px;
	}
	.ad-prev-bottom > *:last-child {
		margin-bottom: 0;
	}
}

.ad-view-btn,
.ad-add-btn {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	background-repeat: no-repeat;
}

.ad-view-btn {
	padding-top: 9px;
	padding-bottom: 13px;
	background-image: url("/wp-content/themes/dvor/assets/images/green-btn-height.png");
}

.ad-view-btn:active {
	padding-top: 10px;
	padding-bottom: 12px;
}

.ad-add-btn {
	padding-top: 8px;
	padding-bottom: 12px;
	background-image: url("/wp-content/themes/dvor/assets/images/orange-btn-height.png");
}

.ad-add-btn:active {
	padding-top: 9px;
	padding-bottom: 11px;
}

.about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about__img {
	position: relative;
	margin-top: -95px;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

@media only screen and (max-width: 991.9px) {
	.about__img {
		display: none;
	}
}

.about__descr p {
	line-height: 19.69px;
}

@media only screen and (max-width: 767.9px) {
	.about__descr {
		margin-bottom: 10px;
	}
}

.aligncenter {
	margin-left: auto;
    margin-right: auto;
}
.alignleft {
	margin-right: auto;
}
.alignright {
	margin-left: auto;
}

.article-wysiwyg__info {
	padding-bottom: 30px;
	border-bottom: 1px dashed #deddd4;
}

.article-wysiwyg__info img {
	display: block;
	height: auto;
}

.article-wysiwyg__info p {
	margin-bottom: 20px;
}

.article-wysiwyg__info blockquote {
	padding-left: 20px;
	border-left: 5px solid #ff7f00;
	margin-bottom: 25px;
}

.article-wysiwyg__info iframe {
	max-width:100%;
}

.article-wysiwyg__info h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
.article-wysiwyg__info h1, h2, h3, h4, h5, h6 {
	margin-top: 40px;
}
.article-wysiwyg__info h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color:#339900;
}
.article-wysiwyg__info h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: 600;
	color:#339900;
}
.article-wysiwyg .article-wysiwyg__info h4 {
	font-size: 17px;
	line-height: 19px;
	font-weight: 600;
	color:#339900;
}
.article-wysiwyg__info h5 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
	color:#339900;
}
.article-wysiwyg__info h6 {
	font-size: 11px;
	line-height: 15px;
	font-weight: 600;
	color:#339900;
}

.article-wysiwyg__info > ul,
.article-wysiwyg__info > ol {
	padding-left: 20px;
	margin: 20px 0;
}

.article-wysiwyg__info > ul li,
.article-wysiwyg__info > ol li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	/*line-height: 17.9px;*/
}
.article-wysiwyg__info > ul li:last-child,
.article-wysiwyg__info > ol li:last-child {
	margin-bottom: 0;
}

.article-wysiwyg__info  > ul li:before,
.article-wysiwyg__info > ol li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #7aca1d;
}

.article-wysiwyg__top {
	margin-bottom: 10px;
}

.article-wysiwyg__img {
	position: relative;
	margin-bottom: 20px;
}

.article-wysiwyg__img:before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	height: 5px;
	background-image: url(/wp-content/themes/dvor/assets/images/orange_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.article-wysiwyg h4 {
	font-size: 18.67px;
	color: #339900;
	margin-bottom: 15px;
}

.article-wysiwyg h4:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 26px;
	height: 18px;
	background: url("/wp-content/themes/dvor/assets/images/leaf-small.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.article-wysiwyg__bottom {
	padding-top: 17px;
	padding-bottom: 95px;
}

@media screen and (max-width: 767.9px) {
	.article-wysiwyg__bottom {
		padding-bottom: 30px;
	}
}

.comment-form {
	margin-bottom: 30px;
}

.comment-form .form-group {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.comment-form .form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}

.comment-form .form-row:last-child {
	margin-bottom: 0;
}

.comment-form .form-row > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-right: 28px;
}

.comment-form .form-row > *:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767.9px) {
	.comment-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.comment-form .form-row > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.comment-form .form-label {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 85px;
	margin-right: 10px;
}

.comment-form textarea {
	padding: 10px;
	height: 85px;
}

.comment-form .btn {
	width: 120px;
	padding-top: 9px;
	padding-bottom: 13px;
}

.comment-form .btn:active {
	padding-top: 10px;
	padding-bottom: 12px;
}

.comment-form .form-bottom {
	padding-left: 86px;
}

.comment__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}

.comment__item:last-child {
	margin-bottom: 0;
}

.comment__avatar {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.comment__avatar img {
	width: 100%;
	height: 100%;
}

.comment__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 10px;
}

.comment__name {
	color: #ff7f00;
	margin-bottom: 3px;
}

.comment__date {
	font-size: 12px;
}

.comment__section {
	margin-bottom: 10px;
}

.comment__section p {
	font-size: 15px;
	line-height: 18.31px;
}

.comment__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.comment__link {
	margin-right: 20px;
	font-size: 13.23px;
	color: #ff7f00;
}

.comment__link:last-child {
	margin-right: 0;
}

.comment__link:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #a75c11;
}

.comment__link--heart {
	width: 11px;
	height: 11px;
}

.comment__link--heart svg,
.comment__link--heart path {
	width: 11px;
	height: 11px;
	fill: #ff7f00;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.comment__link--heart:hover svg,
.comment__link--heart:hover path {
	fill: #a75c11;
}

.comment__children {
	margin-left: 34px;
}

.share-soc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.share-soc.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.share-soc.column > * {
	margin-bottom: 10px;
	margin-right: 0;
}

.share-soc.column > *:last-child {
	margin-bottom: 0;
}

.share-soc.column .share-soc__label {
	color: #ff7f00;
}

.share-soc__label {
	color: #339900;
	font-weight: 700;
	font-size: 13.33px;
	margin-right: 7px;
}

.share-soc__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.share-soc__link {
	position: relative;
	width: 21px;
	height: 21px;
	margin-right: 4px;
}

.share-soc__link:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-position: center;
}

.share-soc__link:last-child {
	margin-right: 0;
}

.share-soc__link.vk {
	background: -webkit-gradient(linear, left top, left bottom, from(#4c6f96), to(#4679b3));
	background: -webkit-linear-gradient(top, #4c6f96, #4679b3);
	background: -o-linear-gradient(top, #4c6f96, #4679b3);
	background: linear-gradient(to bottom, #4c6f96, #4679b3);
}

.share-soc__link.vk:before {
	width: 10px;
	height: 12px;
	background-image: url("/wp-content/themes/dvor/assets/images/vk.svg");
}

.share-soc__link.fc {
	background: -webkit-gradient(linear, left top, left bottom, from(#4f82fb), to(#3b5fb1));
	background: -webkit-linear-gradient(top, #4f82fb, #3b5fb1);
	background: -o-linear-gradient(top, #4f82fb, #3b5fb1);
	background: linear-gradient(to bottom, #4f82fb, #3b5fb1);
}

.share-soc__link.fc:before {
	width: 12px;
	height: 14px;
	background-image: url("/wp-content/themes/dvor/assets/images/fc.svg");
}

.share-soc__link.ok {
	background: -webkit-gradient(linear, left top, left bottom, from(#fd7c17), to(#e5611b));
	background: -webkit-linear-gradient(top, #fd7c17, #e5611b);
	background: -o-linear-gradient(top, #fd7c17, #e5611b);
	background: linear-gradient(to bottom, #fd7c17, #e5611b);
}

.share-soc__link.ok:before {
	width: 12px;
	height: 14px;
	background-image: url("/wp-content/themes/dvor/assets/images/ok.svg");
}

.share-soc__link.tw {
	background: -webkit-gradient(linear, left top, left bottom, from(#a1ddfc), to(#6c9bcb));
	background: -webkit-linear-gradient(top, #a1ddfc, #6c9bcb);
	background: -o-linear-gradient(top, #a1ddfc, #6c9bcb);
	background: linear-gradient(to bottom, #a1ddfc, #6c9bcb);
}

.share-soc__link.tw:before {
	width: 12px;
	height: 14px;
	background-image: url("/wp-content/themes/dvor/assets/images/tw.svg");
}

.share-soc__link.google {
	background: -webkit-gradient(linear, left top, left bottom, from(#ba0100), to(#a01100));
	background: -webkit-linear-gradient(top, #ba0100, #a01100);
	background: -o-linear-gradient(top, #ba0100, #a01100);
	background: linear-gradient(to bottom, #ba0100, #a01100);
}

.share-soc__link.google:before {
	width: 10px;
	height: 12px;
	background-image: url("/wp-content/themes/dvor/assets/images/google.svg");
}

.header {
	position: relative;
	z-index: 15;
}

.header__top {
	position: relative;
background: #cde9a2;
background: -moz-linear-gradient(top, #cde9a2 0%, #f0f6da 100%);
background: -webkit-linear-gradient(top, #cde9a2 0%,#f0f6da 100%);
background: linear-gradient(to bottom, #cde9a2 0%,#f0f6da 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde9a2', endColorstr='#f0f6da',GradientType=0 );
}

.header__top .container {
	position: relative;
	/*padding-top: 20px;*/
	padding-bottom: 14px;
}

@media only screen and (max-width: 767.9px) {
	.header__top .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.header__top .container:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 43px;
	height: 39px;
	bottom: -10px;
	right: 20px;
	background: url("/wp-content/themes/dvor/assets/images/duck.png");
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 991.9px) {
	.header__top .container:after {
		display: none;
	}
}
.header__logo {
	display:block;
	position: relative;
	padding-left: 10px;
	padding-right: 22px;
}

.header__logo:before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 5px;
	background: url("/wp-content/themes/dvor/assets/images/orange_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

@media only screen and (max-width: 767.9px) {
	.header__logo:before {
		display: none;
	}
}

@media only screen and (max-width: 1199.9px) {
	.header__logo {
		padding-right: 0;
		padding-left: 0;
	}
	.header__logo img {
		width: 230px;
	}
}

@media only screen and (max-width: 991.9px) {
	.header__logo img {
		width: 200px;
	}
}

@media only screen and (max-width: 767.9px) {
	.header__logo {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 575.9px) {
	.header__logo {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 419.9px) {
	.header__logo {
		margin-right: 0;
	}
	.header__logo img {
		width: 50px;
	}
}

.header__bottom {
	position: relative;
	z-index: 1;
	background: url("/wp-content/themes/dvor/assets/images/menu-top-bg.png") repeat-x;
}

@media only screen and (max-width: 419.9px) {
	.logo-mobile {
		display: block;
	}
}

@media only screen and (min-width: 420px) {
	.logo-mobile {
		display: none;
	}
}

@media only screen and (max-width: 419.9px) {
	.logo-dekstop {
		display: none;
	}
}

@media only screen and (min-width: 420px) {
	.logo-dekstop {
		display: block;
	}
}

.menu {
	position: relative;
}

@media only screen and (max-width: 991.9px) {
	.menu {
		margin-right: 0;
		padding: 15px 0;
	}
}

.menu__list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 991.9px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: 100%;
	}
}

.menu__list-wrapper {
	width: 100%;
}

@media only screen and (min-width: 992px) {
	.menu__list-wrapper {
		display: block !important;
	}
}

@media only screen and (max-width: 991.9px) {
	.menu__list-wrapper {
		position: fixed;
		left: 0;
		top: 147px;
		z-index: 99;
		width: 100vw;
		height: 100vh;
		padding: 20px;
		background-color: #339900;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	.menu__list-wrapper.open {
		height: 100vh;
		display: block;
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
}

.menu .dropdown-item > .menu__submenu-link:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	margin-top: -3.5px;
	top: 50%;
	right: 13px;
	background: url("/wp-content/themes/dvor/assets/images/down-arrow.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.menu .dropdown-item:hover > .menu__submenu-link:after {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.menu__submenu {
	position: absolute;
	display: none;
	z-index: 13;
	left: 0;
	width: 290px;
}

.menu__submenu-link {
	position: relative;
	display: block;
	padding: 13px 22px;
	color: #7aca1d;
	border-bottom: 1px dashed #488b45;
}

.menu__submenu-link:hover {
	color: #ffffff;
}

.menu__submenu-item {
	position: relative;
}

.menu__submenu-item:last-child .menu__submenu-link {
	border-bottom: 1px solid #000;
}

.menu__submenu-item:nth-child(odd) {
	background-color: #006600;
}

.menu__submenu-item:nth-child(even) {
	background-color: #107303;
}

.menu__submenu-item > .menu__submenu {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	display: none;
}

@media only screen and (max-width: 991.9px) {
	.menu__submenu-item > .menu__submenu {
		position: relative;
		left: 0;
		top: 100%;
		padding-left: 20px;
	}
}

.menu__submenu-item:hover > .menu__submenu-link {
	color: #ffffff;
}

.menu__submenu-item:hover > .menu__submenu-link:after {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.menu__submenu-item:hover > .menu__submenu {
	display: block;
}

@media only screen and (max-width: 991.9px) {
	.menu__submenu {
		position: relative;
		padding-left: 20px;
		margin-top: 10px;
	}
}

.menu__item {
	position: relative;
}

.menu__item:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 992px) {
	.menu__item:hover {
		background-color: #006600;
	}
	.menu__item:hover > .menu__submenu {
		display: block !important;
	}
}

@media only screen and (max-width: 991.9px) {
	.menu__item {
		margin-bottom: 20px;
	}
	.menu__item:last-child {
		margin-bottom: 0;
	}
}

.menu__btn {
	padding: 0;
}

.menu__btn:hover {
	opacity: 1;
}

@media only screen and (min-width: 992px) {
	.menu__btn {
		display: none;
	}
}

@media only screen and (max-width: 991.9px) {
	.menu__btn {
		display: block;
	}
}

.menu__icon {
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

.menu__icon--news {
	width: 32px;
	height: 28px;
	background-image: url("/wp-content/themes/dvor/assets/images/menunews.png");
}

.menu__icon--farmstead {
	width: 38px;
	height: 28px;
	background-image: url("/wp-content/themes/dvor/assets/images/menuusadba.png");
}

.menu__icon--farm {
	width: 32px;
	height: 29px;
	background-image: url("/wp-content/themes/dvor/assets/images/menuferma.png");
}

.menu__icon--books {
	width: 30px;
	height: 28px;
	background-image: url("/wp-content/themes/dvor/assets/images/menuspravochniki.png");
}

.menu__icon--hostess {
	width: 30px;
	height: 29px;
	background-image: url("/wp-content/themes/dvor/assets/images/menuhozyaushka.png");
}

.menu__icon--soul {
	width: 32px;
	height: 27px;
	background-image: url("/wp-content/themes/dvor/assets/images/menudusha.png");
}

.menu__icon-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-right: 7px;
}

@media only screen and (max-width: 991.9px) {
	.menu__icon-wrapper {
		width: 38px;
		margin-right: 7px;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.menu__icon-wrapper * > {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu__icon-wrapper {
		display: none;
	}
}

.menu__icon-mobile {
	position: relative;
}

.menu__icon-mobile:before {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 8px;
	background: url("/wp-content/themes/dvor/assets/images/down-arrow.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (max-width: 991.9px) {
	.menu__icon-mobile {
		display: inline-block;
	}
}

@media only screen and (min-width: 992px) {
	.menu__icon-mobile {
		display: none;
	}
}

.menu__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 13.5px 10px;
	font-size: 14.667px;
	color: #fff8a9;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 1px 2px 2px #1C6EA4;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.menu__link.open .menu__icon-mobile:before {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
	.menu__link {
		font-size: 13px;
	}
}

@media only screen and (max-width: 991.9px) {
	.menu__link {
		padding: 0;
	}
}

.menu-submenu__item:hover > .menu-submenu__list {
	display: block;
}

@media only screen and (max-width: 991.9px) {
	.menu-submenu__item:hover > .menu-submenu__list {
		position: relative;
	}
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #ffffff;
	opacity: 1;
}

.search {
	width: 261px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 31px;
}

@media only screen and (max-width: 575.9px) {
	.search {
		width: 240px;
	}
}

.search > * {
	margin-right: 2px;
}

.search > *:last-child {
	margin-right: 0;
}

.search__field {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 0 12px;
	line-height: 28px;
}

@media only screen and (max-width: 575.9px) {
	.search__field {
		width: 150px;
	}
}

.search__btn {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	padding-top: 9px;
	padding-bottom: 10px;
	width: 79px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 13.33px;
	text-transform: uppercase;
	background: url("/wp-content/themes/dvor/assets/images/orange-btn.png") repeat;
	background-position: center 0;
	-webkit-appearance: inherit;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	cursor: pointer;
	border: 0;
	border-bottom: 2px solid #955200;
}

.search__btn:focus,
.search__btn :active,
.search__btn :visited {
	outline: 0;
}

.search__btn:active {
	padding-top: 10px;
	padding-bottom: 9px;
}

@media only screen and (max-width: 575.9px) {
	.search__btn {
		font-size: 12px;
	}
}

.articles-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767.9px) {
	.articles-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.articles-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 45px;
}

.articles-list__item:last-child {
	margin-right: 0;
}

.articles-list__item:hover .articles-list__link {
	color: #297305;
	text-decoration: none;
}

@media only screen and (max-width: 991.9px) {
	.articles-list__item {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 767.9px) {
	.articles-list__item {
		margin-right: 0;
		margin-bottom: 18px;
	}
	.articles-list__item:last-child {
		margin-bottom: 0;
	}
}

.articles-list__ico {
	margin-right: 17px;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 991.9px) {
	.articles-list__ico {
		width: 60px;
	}
}

@media only screen and (max-width: 767.9px) {
	.articles-list__ico {
		display: none;
	}
}

.articles-list__ico--forum {
	width: 96px;
	height: 88px;
	background-image: url("/wp-content/themes/dvor/assets/images/flower-ico.png");
}

@media only screen and (max-width: 1199.9px) {
	.articles-list__ico--forum {
		width: 70px;
	}
}

.articles-list__ico--ad {
	width: 100px;
	height: 75px;
	background-image: url("/wp-content/themes/dvor/assets/images/pen-ico.png");
}

@media only screen and (max-width: 1199.9px) {
	.articles-list__ico--ad {
		width: 70px;
	}
}

@media only screen and (max-width: 767.9px) {
	.articles-list__ico {
		width: 40px;
	}
}

.articles-list__link {
	font-size: 16px;
	font-weight: 700;
	color: #339900;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (max-width: 575.9px) {
	.articles-list__link {
		font-size: 13px;
	}
}

.sign-links {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 53px;
	padding-left: 26px;
}

@media only screen and (max-width: 1199.9px) {
	.sign-links {
		padding-right: 0;
	}
}

@media only screen and (max-width: 991.9px) {
	.sign-links {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767.9px) {
	.sign-links {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.sign-links:before {
	content: "";
	position: absolute;
	left: 26px;
	/*top: -20px;*/
	top: 0px;
	width: 100%;
	height: 5px;
	background: url("/wp-content/themes/dvor/assets/images/orange_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

@media only screen and (max-width: 991.9px) {
	.sign-links:before {
		left: 0;
		top:-13px;
	}
	.header__logo:before {
		top:-14px;
	}
}

@media only screen and (max-width: 767.9px) {
	.sign-links:before {
		display: none;
	}
}

.sign-links:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -38.5px;
	width: 1px;
	height: 77px;
	background: url("/wp-content/themes/dvor/assets/images/line-before.png");
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1199.9px) {
	.sign-links:after {
		display: none;
	}
}

.sign-links__item {
	display: block;
	position: relative;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	font-size: 16px;
	color: #ff7f00;
	padding-left: 12px;
	margin-bottom: 13px;
}

.sign-links__item:last-child {
	margin-bottom: 0;
}

.sign-links__item:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #7aca1d;
}

.sign-links__item:hover {
	text-decoration: none;
}

@media only screen and (max-width: 575.9px) {
	.sign-links__item {
		font-size: 13px;
	}
}

.sign-links__ico {
	width: 102px;
	height: 101px;
	background: url("/wp-content/themes/dvor/assets/images/house-ico.png");
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}

@media only screen and (max-width: 1199.9px) {
	.sign-links__ico {
		width: 80px;
	}
}

@media only screen and (max-width: 991.9px) {
	.sign-links__ico {
		display: none;
	}
}

.footer {
	background-color: #fff7e1;
	background-image: url("/wp-content/themes/dvor/assets/images/grass.png");
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.footer__top {
	padding-top: 34px;
	padding-bottom: 13px;
}

@media only screen and (max-width: 767.9px) {
	.footer__top {
		padding: 15px 0 20px 0;
	}
}

.footer__body > .container {
	padding-bottom: 30px;
	border-bottom: 1px dashed #deddd4;
}

.footer__bottom {
	padding-top: 14px;
	padding-bottom: 27px;
}

.footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-menu__link {
	text-transform: uppercase;
	color: #43b249;
	font-weight: 700;
}

.footer-menu__link:hover {
	color: #339900;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.footer-menu__submenu {
	margin-top: 20px;
}

.footer-menu__submenu-item {
	margin-bottom: 17px;
}

.footer-menu__submenu-item:last-child {
	margin-bottom: 0;
}

.footer-menu__submenu-link {
	position: relative;
	color: #344d00;
	padding-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-menu__submenu-link:hover {
	color: #339900;
	text-decoration: underline;
}

.footer-menu__submenu-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 3px;
	background-color: #7aca1d;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

@media only screen and (max-width: 767.9px) {
	.footer-menu__column {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991.9px) {
	.footer-menu {
		margin-bottom: 20px;
	}
}

.copyright {
	font-size: 13.33px;
	line-height: 1.3;
}

.copyright__link {
	color: #55a038;
}

.copyright__link:hover {
	color: #339900;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

@media only screen and (max-width: 767.9px) {
	.copyright {
		margin-bottom: 20px;
	}
}

.socsety {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.socsety__item {
	margin-right: 14px;
}

.socsety__item:last-child {
	margin-right: 0;
}

.socsety__link {
	position: relative;
	width: 29px;
	height: 29px;
	background-color: #5fb41f;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.socsety__link:hover {
	background-color: #43b249;
}

.socsety__link:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	        background-size: 100%;
}

.socsety__link.vk:before {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/dvor/assets/images/svk.png");
}

.socsety__link.fc:before {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/dvor/assets/images/sfb.png");
}

.socsety__link.inst:before {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/dvor/assets/images/sinst.png");
}

.socsety__link.youtube:before {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/dvor/assets/images/syt.png");
}

.subscr-form__title {
	margin-bottom: 18px;
}

.subscr-form__btn {
	padding-top: 9px;
	padding-bottom: 13px;
	width: 126px;
}

.subscr-form__btn:active {
	padding-top: 10px;
	padding-bottom: 12px;
}

.page-numbers.current{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: green;
    padding: 0 4px;
    border-radius: 4px;
}

.navigation .screen-reader-text{
    margin-bottom: 10px;
}

.subcategory a{
    font-size: 18px;
    margin: 0 20px 0 0;
    font-weight: 600;
    display:block;

}    

@media only screen and (max-width: 991.9px) {
	.subscr-form .form-group {
		margin-left: 0;
		margin-right: 0;
	}
}