@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #ababab;
}
:-moz-placeholder{
	color: #ababab;
}
::-moz-placeholder{
	color: #ababab;
}
:-ms-input-placeholder{
	color: #ababab;
}
:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder{
	color: transparent;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: #738716;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
	font-family: Verdana, sans-serif;
	color: #4b4949;
	font-size: 12px;
	line-height: 165%;
	background: #fefff8 url('../images/bg.png') repeat-x center top;
}
.font{
	font-family: Georgia, 'Times New Roman', serif;
}
input:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea,
.input{
	width: 229px;
	height: 18px;
	padding: 5px 8px 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	border: solid 1px #b2d23f;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
textarea{
	resize: none;
	width: 406px;
	height: 100px;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 189px;
	height: 42px;
	margin: 0;
	padding: 0;
	line-height: 42px;
	font-size: 18px;
	color: #cd6201;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border: 0 none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	-moz-box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
	box-shadow: inset 2px 2px 5px rgba(122,116,103,0.4), 1px 1px 0 #f4f1e9;
}
.button.active,
.button:hover{
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmI4YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(191,184,166,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(191,184,166,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(191,184,166,1) 100%);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
.green{
	color: #738716;
}
.gray{
	color: #b3b6a8;
}
hr{
	border: 0 none;
	border-top: solid 1px #a9a28e;
	border-bottom: solid 1px #cfcabc;
	height: 0;
	margin: 0 0 1px;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
/* off */

/* text */
.plaintext h1,
h1.title{
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 120%;
	color: #464c28;
}
.plaintext h2,
h2.title{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 120%;
}
.plaintext h3,
h3.title{
	padding: 0 0 4px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 120%;
	color: #738716;
	border-bottom: solid 1px #738716;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	padding: 0 20px 20px;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext table{
	margin: 0 0 20px;
}
/* off */

#up2top{
	display: none;
	cursor: pointer;
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: 500px;
}
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	filter: none;
    -webkit-filter: none;
}*/
.fancybox-margin #up2top{
	margin-left: 493px;
}
#wrapper{
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/header.png') no-repeat center top;
}
.inside{
	width: 956px;
	margin: 0 auto;
}
/* header */
header{
}
header .logo,
header .login-box{
	padding: 25px 0 0;
}
header .login-box .txt{
	min-width: 150px;
	padding: 2px 0 0 8px;
}
header .login-link{
	margin: -6px 0 0;
}
header .socials{
	padding: 11px 0 0;
}
header .socials li{
	margin: 0 0 0 4px;
}
header .socials li:first-child{
	margin: 0;
}
#nav{
	width: 1094px;
	margin: 0 0 0 -67px;
	padding: 44px 0 0;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	background: url('../images/nav.png') no-repeat center 10px;
}
#nav li{
	display: inline-block;
	width: 152px;
}
#nav li a{
	text-decoration: none;
}
#nav li .txt{
	display: block;
	margin: 10px 0 0;
	padding: 2px 0 6px;
	font-size: 22px;
	line-height: 100%;
	border: solid 2px transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#nav li a:hover .txt,
#nav li.active .txt{
	border-color: #afcd3b;
}
/* header off */

/* content */
main{
	padding: 30px 0 86px;
}
.sidebar{
	width: 189px;
}
#main{
	width: 524px;
	margin: 0 0 0 13px;
	padding: 14px;
	background: #fefff8;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.category-block{
	padding: 50px 0 0;
}
.side-navigation{
	padding: 0 0 20px;
}
.news+.side-navigation{
	padding-top: 20px;
}
.category-block .side-navigation{
	width: 244px;
	margin-left: 36px;
}
.category-block .side-navigation:nth-child(2n+1){
	margin-left: 0;
}
.page-404 .category-block .side-navigation,
.page-404 .category-block .side-navigation:nth-child(2n+1){
	margin-left: 112px;
}
.page-404 .category-block .side-navigation:nth-child(3n+1){
	margin-left: 0;
}
.h2{
	position: relative;
	font-size: 18px;
	line-height: 100%;
	white-space: nowrap;
	color: #fff;
	text-shadow: 1px 1px 0 #90ac25;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}
.h2 a{
	text-decoration: none;
	color: inherit;
}
.sidebar .h2,
.category-block .h2{
	width: 100%;
	height: 42px;
	padding: 0 0 14px;
	background-image: url('../images/h2.png');
}
.category-block .h2{
	width: auto;
	padding: 0;
	margin: 0 0 20px;
	background-image: url('../images/h2-main.png');
}
.sidebar .h2.common{
	padding: 0 15px 0 0;
	background-image: url('../images/h2-common.png');
}
.news.themes .h2.common{
	margin: -6px 0 -8px;
	padding: 6px 0 8px;
	background-image: url('../images/h2-theme.png');
}
.read-more .h2.common,
.comments-block .h2.common{
	width: 189px;
	margin: -6px 0 -10px;
	padding: 6px 0 10px;
	background-image: url('../images/h2-more.png');
}
.read-more .h2.common{
	padding-bottom: 24px;
}
.comments-block .h2.common{
	background-image: url('../images/h2-comments.png');
}
.h2 img{
	position: absolute;
	left: 0;
	bottom: 4px;
}
.sidebar .h2 img{
	max-width: 90px;
	max-height: 66px;
}
.category-block .h2 img{
	bottom: -13px;
}
.h2 img[src*='fruit']{
	left: 4px;
}
.h2 img[src*='build']{
	left: -8px;
}
.h2 .txt{
	position: absolute;
	right: 0;
	top: 11px;
	width: 118px;
}
.h2.common .txt{
	position: static;
	display: table-cell;
	vertical-align: middle;
	white-space: normal;
	width: 144px;
	height: 41px;
	padding-left: 10px;
}
.side-navigation nav{
	display: none;
}
.category-block .side-navigation nav{
	display: block;
	padding: 0 0 10px;
}
.side-navigation.active nav{
	display: block;
}
.side-navigation ul{
	max-width: 94px;
	padding: 10px 0 20px;
}
.side-navigation ul li{
	padding: 4px 0 0;
}
.side-navigation ul li:first-child{
	padding: 0;
}
.h2 .arrow{
	cursor: pointer;
	font-family: sans-serif;
	position: absolute;
	right: 45px;
	bottom: 0;
	width: 30px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	text-shadow: none;
}
.h2 .active.arrow{
	height: 12px;
	padding-top: 2px;
	line-height: 12px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.side-navigation .h2 > *{
	display: block;
	height: 42px;
}
.news,
.comments{
	padding: 0 0 20px;
}
.side-navigation+.news,
.interesting+.news,
.news+.comments{
	padding-top: 40px;
}
.news-item > a{
	display: block;
	margin: 20px 0 0;
}
.news.themes .news-item > a{
	margin-top: 10px;
}
.news.themes .h2+.news-item > a{
	margin-top: 20px;
}
.news-item .img,
.catalog .img,
.catalog-list .img{
	display: inline-block;
	padding: 2px;
	border: solid 1px #b9c48f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.news-item .img img,
.catalog .img img,
.catalog-list .img{
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.news-item .txt{
	display: block;
	margin: 0 0 0 64px;
}
.news.themes .news-item .img,
.news.themes .news-item .img img{
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.news.themes .news-item .img{
	padding: 1px 0 0;
}
.news.themes .news-item .txt{
	margin-left: 24px;
}
.interesting .news-item .txt{
	margin: 0;
}
.news > .more{
	padding: 10px 0 0;
	font-size: 11px;
}
.search form{
	padding: 20px 0 40px;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
.search form *{
	vertical-align: top;
}
.search form input[type='text']{
	width: 147px !important;
}
.search form input[type='submit']{
	width: 31px;
	height: 31px;
	margin: 0 0 0 -7px;
	border: 0 none;
	background: url('../images/search.png') no-repeat left top;
}
.comment-item{
	padding-top: 20px;
}
.page-404 h1{
	margin: 0 0 40px;
}
.page-404 .search form input[type='text']{
	width: 914px !important;
}
.breadcrumb a{
	color: inherit;
}
.title-group{
	padding: 7px 0 10px;
}
.title-group *{
	display: inline-block;
	max-width: 440px;
	margin: 0 !important;
	vertical-align: middle;
}
.alphabet{
	padding: 0 0 30px;
}
.alphabet li,
.pager li{
	margin-left: 3px;
	border: solid 1px #959986;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.alphabet li:first-child,
.pager li:first-child{
	margin: 0;
}
.alphabet li:hover,
.pager li:hover{
	color: #9cb623;
	border-color: #9cb623;
}
.alphabet li.active,
.pager li.active{
	color: #fff;
	border: 0 none;
	background: rgb(200,236,91);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZWM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2I2MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(200,236,91,1) 0%, rgba(156,182,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,236,91,1)), color-stop(100%,rgba(156,182,35,1)));
	background: -webkit-linear-gradient(top,  rgba(200,236,91,1) 0%,rgba(156,182,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(200,236,91,1) 0%,rgba(156,182,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(200,236,91,1) 0%,rgba(156,182,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,236,91,1) 0%,rgba(156,182,35,1) 100%);
}
.alphabet a,
.pager a{
	display: block;
	width: 22px;
	height: 21px;
	font-size: 18px;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
}
.pager a{
	font-size: 12px;
}
.alphabet li.active a,
.pager li.active a{
	width: 24px;
	height: 23px;
	cursor: default;
}
.pager li.prev{
	margin-right: 8px;
}
.pager li.next{
	margin-left: 11px;
}
.catalog li{
	width: 167px;
	margin: 0 0 0 11px;
	padding: 0 0 20px;
}
.catalog li:nth-child(3n+1){
	margin: 0;
}
.read-more .catalog{
	padding: 10px 0 20px;
}
.catalog .img{
	margin: 0 0 4px;
}
.catalog .txt{
	display: block;
}
.catalog-list{
	margin: 0 0 20px;
	padding: 10px 0 20px;
	border-bottom: dotted 1px #738716;
}
.read-more .catalog-list{
	margin: 0;
	border: 0 none;
}
.catalog-list li{
	padding: 0 0 20px;
}
.catalog-list a{
	text-decoration: none;
}
.catalog-list .txt{
	margin: 0 0 0 206px;
}
.catalog-list .txt,
.catalog-list .title,
.catalog-list .text{
	display: block;
}
.catalog-list .title{
	font-size: 14px;
	text-decoration: underline;
	margin: 0 0 8px;
}
.catalog-list a:hover .title{
	text-decoration: none;
}
.catalog-list .text{
	text-decoration: none;
	color: #4b4949;
}
.social-section,
.attention{
	padding: 10px 0;
	margin: 0 0 40px;
	background: #f3f6e0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.attention{
	padding: 4px 10px;
	font-size: 11px;
	line-height: 150%;
	color: #959986;
}
.attention ul,
.attention ol{
	padding-top: 0;
	padding-bottom: 5px;
}
.comments-block .comment-item{
	padding: 20px 0;
	border-bottom: dotted 1px #738716;
}
.avatar{
	width: 64px;
	height: 64px;
	border: solid 1px #959986;
	background: url('../images/avatar.png') no-repeat center center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.avatar img{
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comments-block .comment-item h3{
	margin: 0 0 6px;
}
.comments-block .comment-item .txt{
	margin: 0 0 0 76px;
}
.comments-block form{
	padding: 20px 0;
}
.comments-block form td{
	vertical-align: top;
	padding: 0 0 10px;
}
.comments-block form td:first-child:not([colspan]){
	padding-top: 6px;
	padding-right: 8px;
}
.comments-block form td > a > img{
	vertical-align: middle;
	margin: -3px 0 0;
}
.comments-block input[type='checkbox']{
	position: relative;
	top: 2px;
}
.comments-block .gray input[type='checkbox']{
	opacity: 0.65;
}
.captcha{
	cursor: pointer;
}
#captcha{
	vertical-align: top;
	width: 80px;
}
.comments-block input[type='submit']{
	margin: 6px 0 0;
	padding: 0;
	font-size: 14px;
	border: 0 none;
	background: none;
	text-decoration: underline;
}
.comments-block input[type='submit']:hover{
	text-decoration: none;
}
/* content off */

/* footer */
footer{
	height: 52px;
	margin: -56px 0 0;
	padding: 4px 0 0;
	font-size: 11px;
	line-height: 165%;
}
footer .logo{
	padding: 4px 0 0;
}
footer .logo img{
	width: 128px;
}
footer .dev{
	padding: 0 0 0 5px;
}
footer .dev img{
	margin: 9px 5px 0 0;
}
/* footer off */



















/* eof */