html {
	overflow:-moz-scrollbars-vertical;
    height:100%;
}

input:focus, select:focus, textarea:focus, button:focus, div.focus {
    outline:none;
}

html, body, form {
	margin:0px;
	padding:0px;
	border:0px;
}

td {
	padding:0px;
}

div, td, img {
	border:0px;
}

body {
	background:#f0f3f6;
}

body, td, p, a, div, span, input, button, select, textarea, h1, h2, h3, h4 {
	font-family:'Open Sans', Arial;
	font-size:14px;
	font-weight:400;
	color:#454545;
	text-align:left;
}

a, span.icon {
	text-decoration:underline;
}

a:hover, span.icon:hover {
	text-decoration:none;
	color:#8cbe44;
}

span.icon {
	cursor:hand;
	cursor:pointer;
}

strong, b {
	font-weight:700;
}

table.cnt {
	width:1100px;
	margin:0px auto;
	background:#fff;
}

h1 {
	font-size:25px;
	font-weight:600;
	margin:0px 0px 0px -1px;
	padding:5px 0px 15px 0px;
	color:#6a9426;
	letter-spacing:0px;
}

div.main-h1 h1 {
	color:#454545;
	font-size:20px;
}

div.h1 {
	font-size:30px;
	font-weight:600;
	margin:0px 0px 0px -1px;
	padding:0px 0px 15px 0px;
	color:#6a9426;
	letter-spacing:0px;
}

h2 {
	font-weight:700;
	font-size:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	letter-spacing:0.01em;
	color:#6a9426;
}

h3 {
	font-size:15px;
	font-weight:700;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	letter-spacing:0.01em;
	color:#858585;
}

h4 {
	font-size:14px;
	font-weight:700;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	color:#454545;
}

h3 a {
	font-size:16px;
	font-weight:700;
	letter-spacing:0.01em;
	color:#858585;
}

.scrollup {
	width:40px;
	height:40px;			
	position:fixed;
	bottom:30px;
	right:30px;
	display:none;			
	background:url('../images/scrollup.png') no-repeat;
	background-size:40px 40px;
	cursor:hand;
	cursor:pointer;
}

div.sandline {
	font-size:11px;
	color:#d3d3d3;
}

div.sandline a {
	font-size:11px;
	color:#d3d3d3;
	text-decoration:none;
}

div.sandline a:hover {
	color:#8cbe44;
}

/* ---------------------------- */

table.head {
	width:1100px;
	margin:0px auto;
	background:#f5f5f5;
	background:-webkit-gradient(#f5f5f5, #fff);
	background:linear-gradient(#f5f5f5, #fff);
}

div.logo {
	display:table;
	background:#8cbe44;
	background:-webkit-gradient(#8cbe44, #7ca934);
	background:linear-gradient(#8cbe44, #7ca934);
	padding:10px 29px 13px 26px;
	border-radius:0px 0px 20px 20px;
}

div.slogan {
	font-size:14px;
	color:#8cbe44;
	font-weight:700;
	padding-top:15px;
}

input.search {
	background:#fff url('../images/search_ico.png') no-repeat 195px center;
	background-size:15px 15px;
	border-radius:6px;
	padding:5px 15px 6px 10px;
	width:200px;
	border:1px solid #d9d9d9;
	font-size:11px;
}

table.lang span {
	font-weight:700;
	font-size:13px;
}

table.lang a {
	font-size:13px;
	text-decoration:none;
}

div.buy-phone {
	font-weight:400;
	text-align:right;
	font-size:13px;
}

table.menu td {
	padding:23px 30px 10px 0px;
}

table.menu td a, table.menu td a.act {
	text-decoration:none;
	font-size:18px;
	font-weight:600;
}

table.menu td a.act {
	color:#8cbe44;
}

table.menu-bottom td {
	padding:7px 30px 15px 0px;
}

table.menu-bottom td a, table.menu-bottom td a.act {
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	color:#b3b3b3;
	letter-spacing:0.01em;
}

table.menu-bottom td a:hover, table.menu-bottom td a.act {
	color:#8cbe44;
}

div.menu-sep {
	font-size:1px;
	border-top:1px solid #eee;
}

div.swp-bg {
	background:url('../images/swp_bg.png');
	padding:23px 0px 27px 30px;
	display:table;
	position:absolute;
	bottom:0px;
	left:0px;
	width:1070px;
}

div.swp-bg a {
	text-decoration:none;
}

div.promo-title {
	color:#fff;
	font-size:30px;
	font-weight:700;
}

div.promo-txt {
	color:#fff;
	font-size:16px;
}

div.promo-txt-s {
	color:#fff;
	font-size:13px;
}

/* ---------------------------- */

div.btn {
	display:table;
	background:#8cbe44;
	background:-webkit-gradient(#8cbe44, #7ca934);
	background:linear-gradient(#8cbe44, #7ca934);
	padding:11px 20px 11px 20px;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

div.btn:hover {
	background:#636363;
	background:-webkit-gradient(#636363, #454545);
	background:linear-gradient(#636363, #454545);
}

div.btn a {
	color:#fff;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	text-decoration:none;
}

div.btn-gr {
	display:table;
	background:#abb1b7;
	background:-webkit-gradient(#abb1b7, #8f979f);
	background:linear-gradient(#abb1b7, #8f979f);
	padding:11px 20px 11px 20px;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

div.btn-gr:hover {
	background:#636363;
	background:-webkit-gradient(#636363, #454545);
	background:linear-gradient(#636363, #454545);
}

div.btn-gr a {
	color:#fff;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
}

div.btn-open {
	display:table;
	background:#8cbe44 url('../images/btn_open.png') no-repeat right center;
	background:url('../images/btn_open.png') no-repeat right center, -webkit-gradient(#8cbe44, #7ca934);
	background:url('../images/btn_open.png') no-repeat right center, linear-gradient(#8cbe44, #7ca934);
	padding:11px 40px 11px 20px;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

div.btn-open:hover {
	background:#636363 url('../images/btn_open.png') no-repeat right center;
	background:url('../images/btn_open.png') no-repeat right center, -webkit-gradient(#636363, #454545);
	background:url('../images/btn_open.png') no-repeat right center, linear-gradient(#636363, #454545);
}

div.btn-close {
	display:table;
	background:#8cbe44 url('../images/btn_close.png') no-repeat right center;
	background:url('../images/btn_close.png') no-repeat right center, -webkit-gradient(#8cbe44, #7ca934);
	background:url('../images/btn_close.png') no-repeat right center, linear-gradient(#8cbe44, #7ca934);
	padding:11px 40px 11px 20px;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

div.btn-close:hover {
	background:#636363 url('../images/btn_close.png') no-repeat right center;
	background:url('../images/btn_close.png') no-repeat right center, -webkit-gradient(#636363, #454545);
	background:url('../images/btn_close.png') no-repeat right center, linear-gradient(#636363, #454545);
}

input.submit {
	display:table;
	background:#8cbe44;
	background:-webkit-gradient(#8cbe44, #7ca934);
	background:linear-gradient(#8cbe44, #7ca934);
	padding:10px 19px 10px 19px;
	border-radius:10px;
	color:#fff;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
	border:0px;
}

input.submit:hover {
	background:#636363;
	background:-webkit-gradient(#636363, #454545);
	background:linear-gradient(#636363, #454545);
}

div.back {
	display:table;
	background:url('../images/back_str.png') no-repeat left center;
	background-size:7px 12px;
	padding-left:14px;
}

div.back:hover {
	display:table;
	background:url('../images/back_str_hover.png') no-repeat left center;
	background-size:7px 12px;
	padding-left:14px;
}

div.forw {
	display:table;
	background:url('../images/forw_str.png') no-repeat right center;
	background-size:14px 12px;
	padding-right:14px;
	margin:0px 0px 0px auto;
}

div.forw:hover {
	display:table;
	background:url('../images/forw_str_hover.png') no-repeat right center;
	background-size:14px 12px;
	padding-right:14px;
}

/* ---------------------------- */

div.bottom-menu {
	padding-bottom:11px;
}

div.bottom-menu a {
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	color:#8d8d8d;
}

div.bottom-menu a:hover {
	color:#8cbe44;
}

div.copy-r {
	font-size:11px;
	line-height:19px;
	padding-top:15px;
	padding-bottom:24px;
	font-weight:400;
}

/* ---------------------------- */

div.slider-relative {
	width:1200px;
	height:476px;
	overflow:hidden;
	position:relative;
	background:#898989;
}

div.submenu {
	display:table;
	width:242px;
}

div.submenu a, div.submenu a.act {
	font-weight:400;
	font-size:14px;
	text-decoration:underline;
}

div.submenu a.act {
	color:#8cbe44;
}

div.submenu div {
	padding:0px 0px 11px 0px;
}

div.submenu div.title {
	padding:4px 0px 19px 0px;
	color:#b3b3b3;
	font-weight:700;
	font-size:20px;
	letter-spacing:0.01em;
	border-left:0px solid #f9f9f9;
	margin-left:-1px;
}

ul, ol {
	margin:0px 0px 20px 15px;
	padding:0px;
}

li {
	padding:0px 0px 2px 0px;
	font-size:14px;
}

li ul, li ol {
	margin:0px 0px 0px 15px;
	padding:0px;
}

p {
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:400;
	font-size:14px;
}

p.contacts {
	padding-bottom:10px;
}

p.success {
	font-weight:700;
	color:#8cbe44;
}

div.ann {
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
}

div.ann ul, div.ann ol {
	margin-bottom:0px;
}

div.ann div.title {
	font-weight:700;
	font-size:16px;
	padding:10px 15px 10px 15px;
	letter-spacing:0.01em;
	color:#fff;
	text-transform:uppercase;
	display:table;
	background:#8cbe44;
	margin-bottom:8px;
}

/*img.img {
	width:100%;
	height:auto;
}*/

.news-img {
	margin-right:20px;
}

img.logo {
	width:120px;
	float:left;
	margin:0px 15px 0px 0px;
}

table.inn {
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #f0f0f0;
}

table.inn td {
	padding:10px 0px 11px 0px;
	border-bottom:1px solid #f0f0f0;
}

table.inn td.f {
	width:100%;
}

table.inn tr.head td {
	background:#f0f0f0;
	font-size:13px;
	font-weight:600;
}

table.inn-c {
	margin-bottom:20px;
}

table.inn-c td {
	padding:10px 20px 11px 20px;
	text-align:center;
}

table.inn-c tr.n td {
	background:#f9f9f9;
}

table.inn-c tr.head td {
	background:#f0f0f0;
	font-size:13px;
	font-weight:600;
}

#map-canvas {
	width:100%;
	height:700px;
}

a.bb {
	font-size:13px;
	font-weight:700;
	color:#8cbe44;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}

a.bb:hover {
	color:#454545;
}

span.bb {
	color:#454545;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}

span.bb:hover {
	color:#8cbe44;
	text-decoration:none;
}

table.contacts {
	position:float;
	float:left;
	margin-right:30px;
}

table.contacts td {
	padding:7px 10px;
	font-size:12px;
	text-align:center;
}

table.contacts tr.n td {
	background:#f5f5f5;
}

table.contacts tr.head td {
	padding:7px 10px 7px 10px;
	font-size:13px;
	font-weight:600;
	background:#ececec;
	text-align:left;
}

div.sep {
	font-size:1px;
	width:100%;
	height:1px;
	margin:0px 0px 20px 0px;
	border-top:1px solid #eee;
}

div.sert-grp {
	font-size:14px;
	font-weight:400;
	margin:0px 0px 1px 0px;
	padding:0px 0px 15px 27px;
	letter-spacing:0.01em;
	color:#454545;
	cursor:hand;
	cursor:pointer;
	background:url('../images/sertgrp_ico.png') no-repeat left top;
	background-size:20px 20px;
	text-decoration:underline;
	display:table;
}

div.sert-grp:hover, div.sert-grp-act {
	font-size:14px;
	font-weight:400;
	margin:0px 0px 1px 0px;
	padding:0px 0px 15px 27px;
	letter-spacing:0.01em;
	color:#8cbe44;
	cursor:hand;
	cursor:pointer;
	background:url('../images/sertgrp_ico_act.png') no-repeat left top;
	background-size:20px 20px;
	text-decoration:underline;
	display:table;
}

/* ---------------------------- */

div.select {
	background:#fff url('../images/select_form_ico.png') no-repeat right center;
	background-size:27px 7px;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
	padding:0px;
	border:1px solid #d3d3d3;
	border-radius:10px;
	padding:9px 11px 11px 11px;
}

div.select select {
	background:none;
	padding:0px 0px 0px 0px;
	border:0px;
	cursor:hand;
	cursor:pointer;
	margin:0px;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	height:20px;
}

table.form td {
	padding-bottom:25px;
	font-weight:700;
}

table.form-inn {
	background:#f5f5f5;
	margin-bottom:30px;
}

table.form-inn td {
	padding:0px 30px 25px 30px;
	font-weight:700;
}

input.form {
	padding:0px;
	border:1px solid #d3d3d3;
	border-radius:10px;
	padding:10px 15px 11px 15px;
	width:500px;
	margin-top:6px;
}

textarea.form {
	padding:0px;
	border:1px solid #d3d3d3;
	border-radius:10px;
	padding:10px 15px 11px 15px;
	width:500px;
	height:100px;
	margin-top:6px;
}

.required {
	color:red;
}

input[type="radio"] {
	margin:0px;
}

div.result {
	background:#8cbe44;
	display:table;
	padding:0px 30px 5px 30px;
	width:300px;
}

div.result * {
	color:#fff;
}

div.result div.title {
	font-weight:700;
	font-size:16px;
	padding:25px 0px 10px 0px;
	letter-spacing:0.01em;
	color:#fff;
	text-transform:uppercase;
	display:table;
	background:#8cbe44;
	margin-bottom:10px;
}

div.result table.form td {
	padding-bottom:21px;
	font-weight:400;
}

div.result table.form td div {
	font-weight:700;
}

div.gr-title {
	font-weight:700;
	font-size:16px;
	padding:25px 30px 25px 30px;
	letter-spacing:0.01em;
	color:#fff;
	text-transform:uppercase;
	display:table;
	background:#8cbe44;
	margin-bottom:10px;
}

div.news-abstract-full {
	font-size:13px;
}

div.news-abstract-full span {
	font-size:13px;
	font-weight:400;
}

div.pages {
	color:#858585;
}

div.pages span {
	color:#858585;
	font-weight:700;
}

div.news-main {
	width:128px;
	height:84px;
	border:1px solid #eee;
	overflow:hidden;
}

.cur {
	cursor:hand;
	cursor:pointer;
}

div.pr-s-img {
	background:#fff;
	width:324px;
	height:148px;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:20px;
	border:1px solid #eee;
}

div.pr-s-img-l {
	background:#eee;
	width:240px;
	height:148px;
	overflow:hidden;
	margin-bottom:15px;
	border:1px solid #eee;
	border-top:0px;
	position:relative;
}

div.pr-s-img-blk {
	background:#89ba41;
	width:240px;
	margin-left:1px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

div.pr-s-img-blk a {
	color:#fff;
	text-decoration:none;
	display:table;
	margin:0px 10px 0px 10px;
}

div.pr-b-img {
	background:#fff;
	padding-bottom:80px;
	margin-bottom:15px;
	border:1px solid #eee;
	position:relative;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

div.photo-panel {
	position:absolute;
	background:#89ba41;
	bottom:-1px;
	left:-1px;
	width:768px;
	height:90px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

a.pr-lnk {
	font-weight:700;
	text-decoration:none;
}

div.pr-abstract {
	padding-top:5px;
	font-size:13px;
	padding-bottom:6px;
}

div.item-icon {
	float:left;
	margin:4px 10px 10px 0px;
	width:40px;
	height:40px;
	overflow:hidden;
	background:#89ba41;
	border-radius:5px;
}

div.item-icon-s {
	width:40px;
	height:40px;
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

div.icon {
	width:50px;
	height:50px;
	overflow:hidden;
	background:#89ba41;
	border-radius:5px;
}

div.icon-w {
	width:50px;
	height:50px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
}

div.icon-s {
	width:50px;
	height:50px;
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

a.w-lnk {	
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

table.div-btns td.div-td {
	padding:20px 30px 20px 30px;
	font-weight:700;
	color:#858585;
	cursor:hand;
	cursor:pointer;
	font-size:13px;
}

table.div-btns td.div-td-act {
	padding:20px 30px 20px 30px;
	font-weight:700;
	cursor:hand;
	cursor:pointer;
	background:#f5f5f5;
	color:#454545;
	font-size:13px;
}

table.tth {
	width:100%;
	margin-bottom:20px;
}

table.tth td {
	padding:10px 10px 11px 10px;
	border-bottom:1px solid #d3d3d3;
	font-size:13px;
	font-weight:400;
}

table.tth td.c {
	text-align:center;
}

table.tth tr.last td, table.tth tr td.last {
	border-bottom:0px;
}

table.tth tr.head td {
	font-weight:700;
	padding:10px 10px 11px 10px;
}

table.tth tr.head td.f, table.tth td.f {
	padding-left:0px;
}

table.podbor {
	width:250px;
}

table.podbor-act {
	width:250px;
}

table.podbor {	
	background:#eee;
	cursor:hand;
	cursor:pointer;
}

table.podbor td {
	font-weight:400;
	font-size:13px;
}

table.podbor:hover, table.podbor-act {	
	background:#89ba41;
	cursor:hand;
	cursor:pointer;
}

table.podbor:hover td, table.podbor-act td {
	font-weight:400;
	color:#fff;
	font-size:13px;
}

table.podbor div.item-icon, table.podbor-act div.item-icon {
	width:40px;
	height:40px;
	overflow:hidden;
	margin:0px;
}

table.podbor div.item-icon-s, table.podbor-act div.item-icon-s {
	width:40px;
	height:40px;
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

div.news-thumb {
	background:#dfdfdf;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    height:80px;
    overflow:hidden;
    width:130px;
}

div.ak {
    background:#73b23b;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    padding:20px 20px 1px 20px;
	disply:table;
	position:float;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

div.ak * {
	color:#fff;
}

/* ---------------------------- */
/* ---------------------------- */
