@font-face {
	font-family: balkara;
	src: url(https://lesnogorie.ru/css/balkara.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

html * {
	font-family: balkara !important
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

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

article,
aside,
footer,
header,
main,
section {
	display: block
}

body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.14286;
	color: #585858;
	background-color: #fff;
	background-attachment: fixed
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

a {
	color: #007bff;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

[role=button],
a {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

[type=reset],
[type=submit],
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: balkara;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1,
h1 {
	font-size: 3.6rem
}

.h2,
h2 {
	font-size: 2.6rem
}

.h3,
h3 {
	font-size: 2.4rem
}

.h4,
h4 {
	font-size: 2rem
}

.h5,
h5 {
	font-size: 1.8rem
}

.h6,
h6 {
	font-size: 1.6rem
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.collapse {
	display: none
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-white {
	color: #fff !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b !important
}

.visible {
	visibility: visible !important
}

html {
	height: 100%;
	font-size: 10px
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	letter-spacing: .015rem
}

img {
	max-width: 100%;
	height: auto
}

body {
 	min-width: 1467px;
  	background-color: #0c0e0e;
 	background-image: url("images/body/background_dragon.jpg");
	background-position: 55% top;
	background-size: 130%;
	background-repeat: no-repeat;
	position: relative;
	overflow-x: hidden;
}

/* Летящие искры */
body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
		radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.4) 0%, transparent 2%),
		radial-gradient(circle at 40% 70%, rgba(255, 165, 0, 0.4) 0%, transparent 3%),
		radial-gradient(circle at 60% 20%, rgba(255, 215, 0, 0.4) 0%, transparent 2%),
		radial-gradient(circle at 80% 50%, rgba(255, 165, 0, 0.4) 0%, transparent 3%);
	background-size: 200% 200%;
	animation: sparkle 15s infinite linear;
	pointer-events: none;
	z-index: -1;
}

@keyframes sparkle {
	0% {
		background-position: 0% 0%;
	}
	25% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 50% 100%;
	}
	75% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@media (min-width:2048px) {
	body {
		background-size: 100% auto;
		background-position: center top
	}
}

@media (min-width:1500px) and (max-width:2048px) {
	body {
		background-position: 50% top;
		background-size: auto
	}
}

@media (min-width:1366px) and (max-width:1484px) {
	body {
		min-width: 1345px;
		background-size: 128%
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	body {
		min-width: 1263px;
		background-position: 66% top;
		background-size: 137%
	}
}

html {
	min-width: 1467px
}

@media (min-width:1366px) and (max-width:1484px) {
	html {
		min-width: 1345px
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	html {
		min-width: 1263px
	}
}

.l-wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding-bottom: 150px; /* Добавлено для футера */
	box-sizing: border-box;
}

@media (min-width:1366px) and (max-width:1484px) {
	.l-wrapper {
		min-width: 1345px;
		margin: 0 auto;
		padding-left: 120px
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	.l-wrapper {
		min-width: 1263px
	}
}

a {
	text-decoration: none;
	color: #b18549
}

a:active,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

a,
h1,
h2,
h3,
p {
	font-family: IndiraK
}

span {
	letter-spacing: 0
}

h2 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9c9274;
	font-family: balkara;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0
}

p {
	letter-spacing: 0;
	color: #9c9274;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px
}

p span {
	letter-spacing: 0;
	color: #9c9274;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.icon-container a:not(:last-child) {
	margin-right: 7px
}

.icon-container a:hover .ico {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.icon-container a .ico {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 68px;
	padding-bottom: 30px
}

h1 {
	width: auto;
	margin: 0 auto;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .56);
	color: #9c9274;
	font-family: IndiraK;
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 0;
	line-height: 21px
}

h1 span {
	display: block;
	z-index: 2;
	padding: 0 50px
}

h1 span:before {
	position: absolute;
	top: -13px;
	left: 104px;
	right: 104px;
	display: block;
	content: " ";
	height: 46px;
	background-image: url(https://lesnogorie.ru/css/images/content-news-archive/central-part-of-frame.png);
	background-repeat: repeat-x;
	z-index: -2
}

h1:before {
	position: absolute;
	top: -18px;
	left: 0;
	display: block;
	content: " ";
	height: 55px;
	width: 135px;
	background-image: url(https://lesnogorie.ru/css/images/content-news-archive/left-part-of-frame.png);
	background-repeat: no-repeat;
	z-index: -1
}

h1:after {
	position: absolute;
	top: -18px;
	right: 0;
	display: block;
	content: " ";
	height: 55px;
	width: 141px;
	background-image: url(https://lesnogorie.ru/css/images/content-news-archive/right-part-of-frame.png);
	background-repeat: no-repeat;
	z-index: -1
}

.ico-donat {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -354px -315px;
	width: 97px;
	height: 93px
}

.ico-download-small {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -314px -571px;
	width: 50px;
	height: 50px
}

.ico-download {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -603px -352px;
	width: 64px;
	height: 64px
}

.ico-email {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -745px -540px;
	width: 29px;
	height: 29px
}

.ico-key {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -745px -511px;
	width: 32px;
	height: 27px
}

.ico-letter-small {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -55px -656px;
	width: 45px;
	height: 41px
}

.ico-letter {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: 0 -571px;
	width: 100px;
	height: 83px
}

.ico-truck-small {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -102px -656px;
	width: 48px;
	height: 38px
}

.ico-truck {
	background-image: url(images/sprites/theme/theme-sprite.png);
	background-position: -102px -571px;
	width: 106px;
	height: 76px
}

.ico {
	display: inline-block
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}

.c-footer {
	width: 1212px;
	margin: 0 auto;
	background-image: url(https://lesnogorie.ru/css/images/footer/background.png);
	background-repeat: repeat-x;
	background-position: top center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

.c-footer__left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 88px 0 32px 43px
}

.c-footer__right {
	width: 50%;
	padding-left: 36px;
	padding-top: 30px
}

.c-footer__logo {
	position: relative;
	bottom: 17px;
	margin-right: 5px
}

.c-footer__text {
	width: 440px
}

.c-footer__text h3 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #575757;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
	letter-spacing: .2px;
	word-spacing: 0
}

.c-footer__text p {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #343333;
	font-family: HelveticaNeueCyr;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: -.3px;
	word-spacing: .4px
}

.c-footer__social-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 290px;
	margin: 0 auto
}

.c-footer__social-icon a:hover .c-footer__social-img-vk {
	background: url(https://lesnogorie.ru/css/images/footer/vk_icon_active.png) no-repeat center
}

.c-footer__social-img-vk {
	width: 52px;
	height: 29px;
	background: url(https://lesnogorie.ru/css/images/footer/vk_icon.png) no-repeat center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.c-footer__up {
	position: absolute;
	bottom: 2%;
	right: 50%;
	left: 48.4%
}

.c-footer__up:hover .c-footer__up-img {
	background: url(https://lesnogorie.ru/css/images/footer/up_icon_active.png) no-repeat center
}

.c-footer__up-img {
	width: 47px;
	height: 27px;
	background: url(https://lesnogorie.ru/css/images/footer/up_icon.png) no-repeat center
}

.c-footer__up span {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #323232;
	font-family: HelveticaNeueCyr;
	font-size: 14px
}

.c-header {
	width: 1212px;
	margin: 0 auto
}

.c-header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-header__lang-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 15px
}

.c-header__lang-icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.c-header__lang-icon a span {
	color: #2b2c2a;
	font-family: HelveticaNeueCyr;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 4px
}

.c-header__lang-icon a:hover .c-header__lang-img-ru {
	background: url(https://lesnogorie.ru/css/images/header/ru_flag_active.png) no-repeat center
}

.c-header__lang-img-ru {
	width: 44px;
	height: 30px;
	background: url(https://lesnogorie.ru/css/images/header/ru_flag.png) no-repeat center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.c-header__social-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.c-header__social-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 200px;
	margin-top: 7px
}

.c-header__social-icon a:hover .c-header__social-img-vk {
	background: url(https://lesnogorie.ru/css/images/header/vk_icon_active.png) no-repeat center
}

.c-header__social-img-vk {
	width: 31px;
	height: 18px;
	background: url(https://lesnogorie.ru/css/images/header/vk_icon.png) no-repeat center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.c-header__logo {
	display: block;
	width: 488px;
	height: 110px;
	position: relative;
	margin: -30px auto -20px;
	background: url(https://lesnogorie.ru/css/images/header/logo.png) no-repeat;
	z-index: 3
}

.c-menu {
	width: 1212px;
	height: 78px;
	margin: 0 auto;
	position: relative;
	background: url(https://lesnogorie.ru/css/images/menu/background.png) no-repeat center;
	z-index: 2
}

.c-menu:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 1212px;
	height: 78px;
	background: url(https://lesnogorie.ru/css/images/menu/serif-details.png) no-repeat center
}

.c-menu__wrap {
	position: relative;
	width: 987px;
	margin: 0 auto;
	padding-top: 26px;
	z-index: 2
}

.c-menu__wrap ul {
	position: relative;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-menu__wrap li {
	position: relative
}

.c-menu__wrap li:nth-child(1) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(3) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(4) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(6) .c-menu__drop-ref:after {
	display: block;
	content: " ";
	width: 16px;
	height: 10px;
	background: url(https://lesnogorie.ru/css/images/menu/down.png) no-repeat center;
	position: absolute;
	top: 34%;
	right: -17%
}

.c-menu__wrap li:nth-child(1):nth-child(6) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(3):nth-child(6) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(4):nth-child(6) .c-menu__drop-ref:after,
.c-menu__wrap li:nth-child(6):nth-child(6) .c-menu__drop-ref:after {
	right: -33%
}

.c-menu__wrap a {
	text-shadow: 0 2px 1.1px rgba(0, 0, 0, .44);
	font-family: IndiraK;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #999387;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: -.2px;
	word-spacing: 0;
	position: relative
}

.c-menu__wrap a:hover {
	color: rgba(211, 205, 194, .9)
}

.c-menu__drop-li {
	padding: 0 20px
}

.c-menu__drop-li:hover {
	min-height: 65px
}

.c-menu__drop-li:hover .c-menu__drop-container {
	display: block
}

.c-menu__non-drop-li {
	padding: 0 20px
}

.c-menu__drop-container {
	display: none;
	width: 188px;
	position: absolute;
	top: 85%;
	left: -8%;
	background: url(https://lesnogorie.ru/css/images/menu/drop-background.png) repeat top;
	padding: 10px;
	border: 2px solid #000;
	-o-border-image: url(https://lesnogorie.ru/css/https://lesnogorie.ru/css/images/menu/frame.png) 2 3 5 2 round;
	border-image: url(images/menu/frame.png) 2 3 5 2 round
}

.c-menu__drop-container:before {
	display: block;
	position: absolute;
	top: 0;
	left: 43%;
	content: " ";
	background-image: url(https://lesnogorie.ru/css/images/menu/icon-frame.png);
	width: 22px;
	height: 14px
}

.c-menu__drop-container ul {
	display: block
}

.c-menu__drop-container li {
	display: block;
	width: 100%
}

.c-menu__drop-container a {
	color: #8c8b8b;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	display: block;
	background-color: rgba(27, 32, 33, .15);
	width: 100%;
	height: 40px;
	line-height: 42px;
	padding-left: 20px;
	margin-bottom: 3px
}

.c-menu__drop-container a:hover {
	color: #8c8b8b;
	background-color: rgba(27, 32, 33, .45)
}

.c-basic {
	width: 1212px;
	height: auto;
	margin: 0 auto;
	background-color: #000;
	background-image: url(https://lesnogorie.ru/css/images/basic/main-back.png);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 27px
}

.c-basic:after {
	display: block;
	content: " ";
	width: 1212px;
	height: 31px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(https://lesnogorie.ru/css/images/basic/close-to-footer.png);
	z-index: 1
}

@media (min-width:1280px) and (max-width:1365px) {
	.c-basic {
		position: static
	}
}

.right-aside {
	width: 310px;
	background-image: url(https://lesnogorie.ru/css/images/right-aside/background.png);
	background-repeat: repeat-y
}

.right-aside__services {
	padding-top: 27px;
	margin-bottom: 29px;
	background-image: url(https://lesnogorie.ru/css/images/right-aside/background-shadow.png);
	background-repeat: no-repeat
}

.right-aside__services h3 {
	text-shadow: 1.6px 1.2px 4.6px rgba(0, 0, 0, .71);
	color: #bba27d;
	font-family: IndiraK;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 11px;
	opacity: .7
}

.right-aside__services-item {
	width: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 25px;
	cursor: pointer
}

.right-aside__services-item-img {
	margin-right: 37px;
	padding-top: 15px
}

.right-aside__services-item-img .ico {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.right-aside__services-item span {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #8c8b8b;
	font-family: balkara;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.1px;
	opacity: .75;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.right-aside__services .up-item {
	background-image: url(https://lesnogorie.ru/css/images/right-aside/services-bg-up.png);
	height: 58px;
	padding-top: 5px
}

.right-aside__services .down-item {
	background-image: url(https://lesnogorie.ru/css/images/right-aside/services-bg-down.png);
	height: 56px;
	padding-bottom: 5px
}

.right-aside__donat,
.right-aside__download {
	width: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.right-aside__donat img,
.right-aside__download img {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.right-aside__donat:hover img,
.right-aside__download:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.right-aside__donat:hover span,
.right-aside__download:hover span {
	opacity: 1;
	color: rgba(211, 205, 194, .9)
}

.right-aside__donat span,
.right-aside__download span {
	text-shadow: 1.6px 1.2px 4.6px rgba(0, 0, 0, .71);
	color: #bba27d;
	font-family: IndiraK;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	opacity: .7;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.right-aside__donat-img .ico,
.right-aside__download-img .ico {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.right-aside__download {
	background-image: url(https://lesnogorie.ru/css/images/right-aside/icon-dw-dt-container.png);
	padding: 23px 0 15px 29px
}

.right-aside__download-img {
	margin-right: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	top: 4px
}

.right-aside__donat {
	background-image: url(images/right-aside/icon-dw-dt-container.png);
	padding: 9px 0 4px 13px
}

.right-aside__donat-img {
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.right-aside__forum {
	padding: 24px 25px 0;
	background-image: url(images/right-aside/background-shadow.png);
	background-repeat: no-repeat
}

.right-aside__forum a {
	position: relative;
	display: block;
	padding-bottom: 20px
}

.right-aside__forum a:not(:last-child):after {
	position: absolute;
	left: 0;
	bottom: 15%;
	display: block;
	content: " ";
	width: 265px;
	height: 2px;
	background-color: rgba(24, 27, 29, .8)
}

.right-aside__forum a:hover span,
.right-aside__forum a:hover time {
	color: rgba(211, 205, 194, .9)
}

.right-aside__forum h3 {
	text-shadow: 1.6px 1.2px 4.6px rgba(0, 0, 0, .71);
	color: #bba27d;
	font-family: IndiraK;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
	opacity: .7;
	text-align: center;
	position: relative;
	margin-bottom: 30px
}

.right-aside__forum h3:after {
	position: absolute;
	left: 0;
	bottom: -75%;
	display: block;
	content: " ";
	width: 267px;
	height: 5px;
	background-image: url(https://lesnogorie.ru/css/images/right-aside/forum-top-line.png)
}

.right-aside__forum span {
	opacity: 1;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	font-family: balkara;
	font-weight: 300
}

.right-aside__forum-ttl {
	line-height: 15px
}

.right-aside__forum-ttl span {
	color: #849096;
	font-size: 14px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.right-aside__forum-info {
	line-height: 12px
}

.right-aside__forum-info span,
.right-aside__forum-info time {
	color: #849096;
	font-size: 12px;
	line-height: 19px;
	opacity: .7;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.right-aside__forum-info time {
	margin-right: 8px
}

.right-aside__parnters {
	padding: 32px 17px 24px;
	background-image: url(images/right-aside/background-shadow.png);
	background-repeat: no-repeat
}

.right-aside__parnters-container {
	padding-top: 18px;
	background-color: rgba(0, 0, 0, .3);
	padding-bottom: 23px
}

.right-aside__parnters-refs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.right-aside__parnters-refs a {
	display: block;
	margin-bottom: 15.5px
}

.right-aside__parnters-refs a img {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	opacity: .3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.right-aside__parnters-refs a:hover img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%)
}

.right-aside__parnters-img {
	text-align: center
}

.right-aside__parnters h3 {
	opacity: .7;
	text-shadow: 1.6px 1.2px 4.6px rgba(0, 0, 0, .71);
	color: #bba27d;
	font-family: IndiraK;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 39px;
	position: relative
}

.right-aside__parnters h3:after {
	position: absolute;
	left: 2%;
	right: 0;
	bottom: -80%;
	display: block;
	content: " ";
	width: 267px;
	height: 5px;
	background-image: url(images/right-aside/forum-top-line.png)
}

.right-aside__empty {
	background-image: url(images/right-aside/background-shadow.png);
	background-repeat: no-repeat;
	height: 300px
}

.left-aside {
	position: absolute;
	left: -120px;
	top: 139px;
	width: 124px;
	background-image: url(https://lesnogorie.ru/css/images/left-aside/central-part-of-frame.png);
	background-repeat: repeat-y;
	border-radius: 50px 0 0 50px;
	z-index: 0
}

.left-aside ul {
	z-index: 1;
	padding-left: 30px;
	padding-top: 25px
}

.left-aside ul:before {
	position: absolute;
	left: -1px;
	top: 0;
	display: block;
	content: " ";
	width: 124px;
	height: 200px;
	background-image: url(https://lesnogorie.ru/css/images/left-aside/up-part-of-frame.png);
	background-repeat: no-repeat;
	z-index: 0
}

.left-aside ul:after {
	position: absolute;
	left: -1px;
	bottom: 0;
	display: block;
	content: " ";
	width: 124px;
	height: 200px;
	background-image: url(https://lesnogorie.ru/css/images/left-aside/down-part-of-frame.png);
	background-repeat: no-repeat;
	z-index: -1
}

.left-aside ul li:not(:last-child) a:after {
	display: block;
	content: " ";
	position: absolute;
	left: -30px;
	bottom: -5px;
	height: 20px;
	width: 120px;
	background-image: url(https://lesnogorie.ru/css/images/left-aside/seperator.png);
	background-repeat: no-repeat
}

.left-aside a {
	display: block;
	width: 100%;
	margin-bottom: 7.5px;
	position: relative
}

.left-aside a:hover span {
	color: rgba(211, 205, 194, .9)
}

.left-aside a:hover .left-aside__img .ico {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.left-aside__img {
	width: 106px;
	height: 106px
}

.left-aside__img .ico {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.left-aside__img .ico-truck {
	position: relative;
	right: 8px;
	top: 3px
}

.left-aside__img .ico-letter {
	position: relative;
	right: 5px;
	bottom: 6px
}

.left-aside__txt {
	text-align: center;
	position: relative;
	bottom: 22px;
	line-height: 12px;
	right: 9px
}

.left-aside__txt span {
	text-shadow: 1.6px 1.2px 4.7px rgba(0, 0, 0, .61);
	color: #b39364;
	font-family: IndiraK;
	font-size: 13px;
	font-weight: 400;
	line-height: 10px;
	text-transform: uppercase;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	letter-spacing: -1px
}

@media (min-width:1280px) and (max-width:1365px) {
	.left-aside {
		display: none
	}
}

.left-aside__small {
	display: none
}

@media (min-width:1280px) and (max-width:1365px) {
	.left-aside__small {
		display: block;
		position: absolute;
		left: 0;
		top: 415px;
		width: 59px;
		background-image: url(https://lesnogorie.ru/css/images/left-aside/central-part-of-frame-small.png);
		background-repeat: repeat-y;
		border-radius: 0 50px 50px 0;
		z-index: 2
	}

	.left-aside__small ul {
		z-index: 1;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.left-aside__small ul:before {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		content: " ";
		width: 59px;
		height: 60px;
		background-image: url(https://lesnogorie.ru/css/images/left-aside/up-part-of-frame-small.png);
		background-repeat: no-repeat;
		z-index: 0
	}

	.left-aside__small ul:after {
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		content: " ";
		width: 59px;
		height: 60px;
		background-image: url(https://lesnogorie.ru/css/images/left-aside/down-part-of-frame-small.png);
		background-repeat: no-repeat;
		z-index: -1
	}

	.left-aside__small ul li:not(:last-child) a:after {
		display: block;
		content: " ";
		position: absolute;
		left: 0;
		bottom: -5px;
		height: 10px;
		width: 59px;
		background-image: url(https://lesnogorie.ru/css/images/left-aside/seperator-small.png);
		background-repeat: no-repeat
	}

	.left-aside__small a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		position: relative;
		width: 50px;
		height: 60px;
		padding-left: 6px
	}

	.left-aside__small a:hover .ico {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05)
	}

	.left-aside__small a .ico {
		-webkit-transition: all .3s linear;
		transition: all .3s linear
	}
}

.central-section {
	width: 894px;
	height: auto;
	background-image: url(https://lesnogorie.ru/css/images/central-section/background.png);
	background-position: 0 155%;
	position: relative;
	z-index: 1
}

.central-section:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: " ";
	width: 894px;
	height: 100%;
	background-image: url(https://lesnogorie.ru/css/images/central-section/top-part-background.png);
	background-repeat: no-repeat;
	z-index: -1
}

.content-main {
	padding-top: 100px;
	padding-left: 115px
}

.content-main .icon-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px 50px
}

.content-news__list {
	padding: 10px 43px 0;
	background-image: url(https://lesnogorie.ru/css/images/content-news/last_news_back.png);
	background-color: #0c0e0e;
	background-repeat: no-repeat
}

.content-news__list ul {
	line-height: 16px
}

.content-news__list span,
.content-news__list time {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #90876b;
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: .1px;
	word-spacing: -.5px
}

.content-news__list time {
	margin-right: 3px
}

.content-news__article {
	width: 894px;
	position: relative;
	background-image: url(https://lesnogorie.ru/css/images/content-news/news-center-back.png);
	background-repeat: repeat-y;
	background-position-y: 115px;
	z-index: 0
}

.content-news__article:before {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 894px;
	height: 115px;
	background-image: url(https://lesnogorie.ru/css/images/content-news/news-top-frame.png);
	background-repeat: no-repeat;
	z-index: -1
}

.content-news__article:not(:last-child):after {
	display: block;
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	width: 894px;
	height: 28px;
	background-image: url(https://lesnogorie.ru/css/images/content-news/news-down-shadow.png);
	background-repeat: no-repeat;
	z-index: -1
}

.content-news__article-labl {
	width: 39px;
	height: 35px;
	display: block;
	opacity: .8;
	color: rgba(153, 149, 119, .5);
	font-family: UnZialish;
	font-size: 43px;
	font-weight: 400;
	line-height: 16px;
	z-index: 2;
	padding: 46px 0 0 66px
}

.content-news__article h2 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #afa585;
	font-family: balkara;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 2;
	padding: 7px 133px 0;
	letter-spacing: 0
}

.content-news__article-txt {
	padding: 58px 43px 24px
}

.content-news__article-txt p,
.content-news__article-txt ul {
	color: #9c9274;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 0
}

.content-news__article-txt ul {
	letter-spacing: 0
}

.content-news__article-txt ul li {
	letter-spacing: 0
}

.content-news__article-txt p {
	margin-bottom: 17px
}

.content-news__article-txt a {
	font-family: balkara;
	color: #b18549;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.content-news__article-txt a:hover {
	color: rgba(211, 205, 194, .9)
}

.content-news__article-details {
	padding: 0 36px 33px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-news__article-details time {
	color: #8e8569;
	font-family: balkara;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	font-style: italic
}

.content-news__article-details a {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9e753e;
	font-family: balkara;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.content-news__article-details a:hover {
	color: rgba(211, 205, 194, .9)
}

.content-news__archive {
	background-image: url(images/content-news/news-center-back.png);
	background-repeat: no-repeat;
	background-position-y: 35%;
	padding: 17px 0 27px
}

.content-news__archive a {
	margin: 0 auto;
	width: 181px;
	height: 48px;
	display: block;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #976f3b;
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	background-image: url(https://lesnogorie.ru/css/images/content-news/button-background.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 51px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.content-news__archive a:hover {
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	color: #976f3b
}

.content-news-archive__article {
	width: 894px;
	position: relative;
	background-image: url(images/content-news/news-center-back.png);
	background-repeat: repeat-y;
	background-position-y: 115px;
	z-index: 0
}

.content-news-archive__article-wrap {
	margin-bottom: 38px
}

.content-news-archive__article:after {
	display: block;
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	width: 894px;
	height: 28px;
	background-image: url(images/content-news/news-down-shadow.png);
	background-repeat: no-repeat;
	z-index: -1
}

.content-news-archive__article h2 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #afa585;
	font-family: balkara;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 2;
	padding: 31px 43px 0;
	letter-spacing: 0;
	margin-bottom: 0
}

.content-news-archive__article-txt {
	padding: 16px 43px 24px
}

.content-news-archive__article-txt p,
.content-news-archive__article-txt ul {
	color: #9c9274;
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 0
}

.content-news-archive__article-txt ul {
	letter-spacing: 0
}

.content-news-archive__article-txt ul li {
	letter-spacing: 0
}

.content-news-archive__article-txt p:not(:last-child) {
	margin-bottom: 17px
}

.content-news-archive__article-txt a {
	font-family: balkara;
	color: #b18549;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.content-news-archive__article-txt a:hover {
	color: rgba(211, 205, 194, .9)
}

.content-news-archive__article-details {
	padding: 0 36px 29px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-news-archive__article-details time {
	color: #8e8569;
	font-family: balkara;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	font-style: italic
}

.content-news-archive__article-details a {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9e753e;
	font-family: balkara;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.content-news-archive__article-details a:hover {
	color: rgba(211, 205, 194, .9)
}

.content-information__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 50px 0 90px
}

.content-information__item {
	padding-top: 15px;
	padding-bottom: 24px;
	padding-left: 11px;
	width: 50%;
	background-image: url(https://lesnogorie.ru/css/images/content-information/information-card.png);
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.content-information__item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.content-information__item:hover span {
	color: rgba(211, 205, 194, .9)
}

.content-information__item-img {
	width: 50px;
	height: 43px;
	margin: 0;
	position: relative
}

.content-information__item-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.content-information__item span {
	text-shadow: 1.6px 1.2px 4.6px #000;
	color: #9e753e;
	font-family: IndiraK;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-right: 33px;
	padding-top: 5px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.js-collapse-content {
	display: none
}

.content-market__wrap {
	padding: 25px 29px 5px
}

.content-competitions__wrap {
	width: 840px;
	margin: 0 auto
}

.content-competitions__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px 13px
}

.content-competitions__info-img {
	margin-right: 10px
}

.content-competitions__info-txt p {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9c9274;
	font-family: balkara;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px
}

.content-competitions__info-collapse {
	padding-top: 10px
}

.content-competitions__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px 7px;
	border-bottom: 2px solid #392f1f;
	background-color: rgba(43, 18, 17, .5);
	cursor: pointer
}

.content-competitions__ttl h2 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9c9274;
	font-family: balkara;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-left: 10px;
	letter-spacing: 0
}

.content-competitions__item:not(:last-child) {
	margin-bottom: 24.5px
}

.content-competitions__item h3 {
	text-shadow: 2.4px 1.8px 1.2px rgba(0, 0, 0, .15);
	color: #9c9274;
	font-family: balkara;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 15px;
	margin-bottom: 16px;
	letter-spacing: 0
}

a {
	color: #fff
}