/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse;
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
}
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	overflow-y: scroll; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	line-height: 1;
	background: #fff;
	color: #232323;
	text-align: left;
	font: 13px 'Open Sans', sans-serif; /* используем безопасные шрифтовые CSS стеки */
}
input, select, button, textarea {
	font-family: 'Open Sans', sans-serif; /* чтобы шрифт был такой же как и везде */
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer; /* курсор в виде руки для всех кликабельных элементов форм */
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #6da753;
	text-decoration: underline;
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
}
a:hover {
	color: #6da753;
	text-decoration: none;
}
a:focus, a:active {
	color: #6da753;
	text-decoration: underline;
}
/* --------------- /базовые настройки ---------*/

.clr {
	clear: both;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
.top-menu {
	padding-bottom: 40px;
	padding-top: 30px;
	width: 980px;
	margin: 0 auto;
}
.top-menu ul {
	width: 100%;
}
.top-menu ul li {
	float: left;
	list-style: none;
	padding-right: 43px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
.top-menu ul li a, .top-menu ul li p {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
}
.top-menu ul li a:hover, .top-menu ul li.current-menu-item a, .top-menu ul li.current-post-ancestor a, .top-menu ul li.current-menu-ancestor a, .top-menu ul li.current-menu-item p, .top-menu ul li.current-post-ancestor p, .top-menu ul li.current-menu-ancestor p {
	color: #6da753;
}
.top-menu ul li.current-menu-ancestor li a {
	color: #FFF;
}
.top-menu ul li ul {
	display: none;
}
.top-menu ul li:hover ul {
	display: block;
	position: absolute;
	padding-top: 20px;
	margin-left: -15px;
}
.top-menu ul ul li {
	display: block;
	font-size: 12px;
	width: 143px;
	list-style: square !important;
	font-weight: 300;
	background-image: none;
	padding-left: 0px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-menu ul ul li a, .top-menu ul ul li p {
	color: #FFF;
}
.top-menu ul ul li.current-menu-item a, .top-menu ul ul li.current-menu-item p {
	color: yellow;
}
.top-menu ul ul li a:hover {
	color: #ffd600;
}
/*-----------------2 уровень-----------------*/
.top-menu ul.sub-menu {
	background: transparent url(../img/sub_menu_fon.png) 0 0 repeat-x;
	width: auto;
	text-align: left !important;
	padding: 10px 15px;
	width: 143px !important;
	z-index: 9999;
}
.sub-menu ul li {
	line-height: 30px;
	z-index: 9999;
}
/*-----------------3 уровень-----------------*/
.top-menu ul ul li ul {
	display: none !important;
}
.top-menu ul ul li:hover ul {
	display: block !important;
	position: absolute !important;
	padding-top: 10px !important;
	margin-left: 158px;
}
.top-menu ul.sub-menu ul {
	background: transparent url(../img/sub_menu_fon_left.png) 0 0 repeat-x;
	text-align: left !important;
	padding: 10px 15px;
	width: 153px !important;
	z-index: 9999;
	margin-top: -37px;
}
.top-menu ul.sub-menu ul li {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 10px !important;
	line-height: 145% !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.top-phone {
	float: right;
	text-align: right;
	color: #595959;
	margin-top: 8px;
}
.top-phone .big {
	font-weight: 700;
	font-size: 29px;
	color: #000;
}
.top-phone .big span {
	color: #6da753;
}
.header .logo {
	float: left;
}
.header .slogan {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 300px;
	margin-top: 45px;
}
.header {
	margin-top: 15px;
}
.column {
	width: 100%;
}
.column.left {
	float: left;
	width: 680px;
}
.column.right {
	float: right;
	width: 250px;
}
.column.full {
	width: 100%
}
.content-home {
	width: 977px!important;
	text-align: justify
}
.sert-home {
	margin-left: 30px
}
h1, .div-h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 10px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 10px;
}
#user_interaction {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 4374px;
}
.list_carousel {
	width: 980px;
	overflow: hidden;
	padding: 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	float: left;
	display: block;
	width: 235px;
	list-style: none !important;
	margin: 0 !important;
	padding-right: 15px;
	padding-top: 15px;
}
.list_carousel li img {
	width: 100%;
	height: 70px;
}
.list_carousel li:hover img {
	opacity: 0.6;
}
.list_carousel li:hover .news-date {
	color: #535353;
}
.list_carousel li:hover a {
	color: #a51818;
}
.pagination_carousel {
	float: right;
	margin: -24px 0 0 0;
}
.pagination_carousel a {
	float: left;
	margin: 0 0 0 7px;
	background-color: #c3c3c3;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.pagination_carousel a.selected {
	background-color: #6da753;
}
.news-date {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #6da753;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news-desc {
	margin-bottom: 10px;
}
.news-more {
	font-size: 12px;
	float: right;
	text-decoration: none!important;
	background: #6fa655;
	color: #fff!important;
	padding: 5px 10px;
	border: 1px solid #6fa655;
	margin-top: 15px;
}
.news-more:hover {
	background: #d3e4cb;
	color: #5a8843!important;
}
.new_block {
	margin-top: 20px;
}
.footer .text-left {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 306px;
	margin-right: 30px;
}
.footer .text-left.last {
	margin-right: 0px;
}
.footer-logo {
	float: left;
	background-repeat: no-repeat;
	width: 196px;
	height: 42px;
	margin-right: 135px;
}
.footer-logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
.sertifikat {
	text-align: center;
	margin-left: -7px;
	margin-right: -30px;
}
.ngg-gallery-thumbnail-box {
	margin-right: 11px !important;
}
.sertifikat .more-link {
	font-size: 12px;
}
.sertifikat img {
	width: 95px;
	height: auto !important;
	padding: 5px;
	margin: 0px 10px 15px 10px;
	-moz-box-shadow: 0 3px 13px #888;
	-webkit-box-shadow: 0 3px 13px#888;
	box-shadow: 0 3px 13px #888;
}
.sertifikat img:hover {
	opacity: 0.6;
}
.sertifikat.full img {
	width: auto !important;
}
.column.right .sertifikat .ngg-navigation {
	display: none !important;
}
.top-liner {
	width: 100%;
	background-image: url(../img/top-menu-bg.png);
	background-repeat: repeat-x;
	height: 25px;
	background-position: top;
}
.news-item {
	margin-bottom: 15px;
	text-align: justify
}
.news-item .left {
	float: left;
	width: 230px;
	text-align: center
}
.news-item .right {
	float: left;
	width: 455px
}
.news-item .right .title {
	font-size: 18px;
	color: #232323;
	margin-bottom: 10px;
}
.news-item .right .date {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #6da753;
	margin-bottom: 10px;
}
.news-item .right .text {
	margin-bottom: 0px;
}
/* PAGE NAVIGATION
--------------------------------------------------------- */
.wp-pagenavi {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 23px;
	color: #000;
}
.wp-pagenavi span.current {
	background-color: #70a555;
	color: #FFF;
	padding: 5px 15px;
}
.wp-pagenavi a {
	display: inline-block;
	height: 100%;
	padding: 5px 15px;
	margin-right: 10px;
}
.errors {
	padding: 15px;
	border: 1px solid #E96666;
	background-color: #FCE5E5;
	margin-top: 15px;
}
.errors p {
	margin: 0 !important;
}
/*CONTACT FORM*/
.contact-form {
	margin-bottom: 40px;
	margin-top: 15px;
	font-weight: 300;
}
.contact-form .left .title, .contact-form .right .title {
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.contact-form .left a {
	color: #595959;
	font-weight: 700;
}
.contact-form .left {
	float: left;
	width: 24%;
	padding-right: 6%;
	color: #595959;
	font-size: 13px;
}
.contact-form .left .adress, .contact-form .left .contacts {
	margin-bottom: 20px;
}
.contact-form .left .adress span, .contact-form .left .contacts span {
	font-weight: normal;
}
.contact-form .left .logo {
	float: none;
	margin-bottom: 20px;
}
.contact-form .right {
	float: right;
	width: 63%;
	border-left: 1px solid #d1d1d1;
	padding: 0px 3%;
	text-transform: uppercase;
}
.contact-form .right p {
	color: #595959;
	text-transform: none;
	font-size: 13px;
	margin-bottom: 20px;
}
.contact-form .right label {
	clear: both;
	display: inline;
	float: left;
	font-size: 14px;
	font-weight: 700;
	width: 120px;
	padding-top: 9px;
	color: #000;
}
.contact-form .right .f-right {
	float: right;
	width: 75%;
	margin-bottom: 15px;
}
.contact-form .right .f-right input, .contact-form .right .f-right textarea {
	width: 100%;
	border: 1px solid #9a9a9a;
	padding: 7px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.contact-form .right .f-right textarea {
	min-height: 100px;
}
.contact-form .right input.send {
	width: auto;
	font-weight: 700;
	font-size: 14px;
	background-color: #6fa655;
	border: 1px solid #5a8843;
	color: #FFF;
}
/*ERROR LIGHT*/
.contact-form .right .f-right input.wpcf7-not-valid, .contact-form .right .f-right textarea.wpcf7-not-valid, .feedback-content input.wpcf7-not-valid {
	border: 1px solid #EF8080;
}
.docs .item {
	float: left;
	width: 20%;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-bottom: 15px;
}
.docs .item.pdf {
	background-image: url(../img/pdf.png);
}
.docs .item.docx {
	background-image: url(../img/docx.png);
}
.docs .item.excel {
	background-image: url(../img/excel.png);
}
.docs .item.zip {
	background-image: url(../img/zip.png);
}
.docs .item a {
	display: block;
	height: 100%;
	color: #232323;
	padding-top: 90px;
}
.docs .item a:hover {
	color: #6da753;
}
.links .item {
	float: left;
	width: 20%;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	height: 150px;
}
.links .item a {
	display: block;
	padding-top: 110px;
	margin-top: -110px;
	z-index: 20;
	position: relative;
	color: #232323;
	text-align: center;
}
.links .item a:hover {
	color: #6da753;
}
.subcat {
	margin-top: 0px;
	margin-bottom: 20px;
}
.subcat ul {
	margin: 0;
	padding: 0;
}
.subcat ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.subcat ul li a {
	display: block;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.subcat li a:hover {
	color: #6ea554;
}
.subcat ul li.current-menu-item a, .subcat ul li.current-menu-parent a {
	color: #6ea554;
	text-decoration: none;
}
ul {
	margin-left: 35px;
	padding-bottom: 0;
}
ul li {
	list-style: square;
}
.list_services {
	width: 245px !important;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 10px 15px 30px 0 !important;
}
.list_services ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_services li {
	float: left;
	display: block;
	list-style: none !important;
	margin: 0 !important;
	padding-top: 15px;
}
.list_services li img {
	width: 100%;
	height: 120px;
}
.list_services li.last {
	float: right;
	padding-right: 0px;
}
.list_services li:hover img {
	opacity: 0.6;
}
.list_services .title {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
}
.list_services .title a {
	text-decoration: none;
	color: #535353;
}
.list_services li:hover a {
	color: #a51818;
}
.list_services.about li {
}
.list_services.about li img {
	height: auto;
}
.list_services.about .title {
	font-size: 14px;
}
.trademark {
	float: left;
}
html, body {
	height: 100%; /* задаем высоту тела документа */
}
.main { /* основной блок, который должен растянуться до подвала */
	min-height: 100%; /* задаем минимальную высоту основного блока */
}
* html .main { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
}
.hFooter { /* это распорка в основном блоке - резервируем место для подвала */
	height: 130px; /* высота нашего подвала */
	clear: both;
}
.footer {
	height: 60px;
	margin-top: -100px;
	padding-top: 20px;
	border-top: 1px solid #c3c3c3;
	color: #222222;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#sendmail .wpcf7-form-control {
	padding: 5px 10px;
}
#sendmail div.wpcf7-validation-errors {
	margin-top: 0px;
}
/*----- left menu -----*/
.menu-left {
	width: 315px;
	float: left;
}
#menu-left {
	width: 220px;
	float: left;
}
#menu-left a, #menu-left p {
	text-decoration: none;
	color: #000;
	margin: 0;
}
#menu-left li ul li.current-menu-item a, #menu-left li ul li.current-menu-item p {
	color: #6da753;
}
#menu-left a:hover {
	color: #6da753;
}
#menu-left li.current-menu-item a {
	color: #6da753;
}
#menu-left li.current-menu-item ul li a {
	color: #000;
}
#menu-left li.current-menu-item ul li a:hover {
	color: #6da753;
}
ul.left_sub_menu li.current-menu-item:before {
	display: none;
}
#menu-left li {
	width: 203px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 2px 2px 0;
	font-size: 14px;
}
#menu-left li.current-menu-item ul.sub-menu, #menu-left li.current-menu-parent ul.sub-menu {
	display: block;
}
#menu-left li ul.sub-menu li {
	text-transform: none;
	padding-left: 20px;
	font-weight: normal;
	font-size: 13px;
	width: 295px;
}
#menu-left li ul.sub-menu li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 7px;
	background: #6da753;
	position: absolute;
	margin: 6px 0 0 -11px;
}
.content-uslugi {
	float: left;
	width: 705px;
	text-align: justify;
}
.content-uslugi p {
	margin: 0 0 10px;
}
.content-uslugi ul, .content-uslugi ol, .news-item ul, .news-item ol, {
 margin:0 0 10px 35px;
 padding-bottom: 0;
}
.head-menu {
	color: #000;
}
/* Left menu  */
.list_services .menu-left-container #menu-left ul.left_sub_menu li {
	text-transform: none;
	padding-left: 20px;
	font-weight: normal;
	/* font-size: 13px; */
	width: 225px;
}
ul.left_sub_menu li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 7px;
	background: #6da753;
	position: absolute;
	margin: 6px 0 0 -11px;
}
.kama_breadcrumbs {
	margin: 10px 0
}
.kama_breadcrumbs .crums-item {
	float: left;
}
.kama_breadcrumbs .sep {
	padding: 0 8px;
	background: url(../img/sep.jpg) no-repeat center center;
	margin: 0 0 0 8px;
}
/* services */ 
.services-list {
	width: 100%;
	float: left;
}
.services-list .service-item {
	float: left;
	text-align: center;
	position: relative;
	width: 230px;
	height: 320px;
	margin: 1px 1px;
	border: 1px solid #fff;
}
.services-list .service-item:hover {
	border: 1px solid #5a8843;
}
.services-list .service-item strong {
	float: left;
	width: 100%;
	margin: 1px 0;
}
.services-list .service-item .serv-product {
	color: #000;
	margin: 0 0 10px;
	float: left;
	width: 100%;
	height: 35px;
}
.services-list .service-item a {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
.services-list .service-item a img {
	float: left;
}
.services-list .service-item a:hover .serv-product {
	color: #6da753;
}
.btn-services {
	background: #6fa655;
	width: 180px;
	float: left;
	margin: 10px 0 20px 25px;
	height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	border: 1px solid #5a8843;
}
.serv-form-wrapper {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #222;
	opacity: 0.6;
	z-index: 10;
	top: 0;
	left: 0;
}
.serv-form-blk {
	display: none;
	position: fixed;
	width: 300px;
	/*height: 310px;*/
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -135px 0 0 -150px;
	z-index: 15;
	padding: 10px 20px;
}
.serv-form-blk .form-wrapper .title {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 5px;
	font-size: 18px;
	font-weight: bold;
}
.serv-form-blk .form-wrapper .serv-product {
	float: left;
	width: 100%;
	color: #6da753;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.form-wrapper .contacts-f {
	float: left;
	margin: 15px 0 5px;
}
.form-wrapper .contacts-f p {
	float: left;
	width: 100%;
}
.form-wrapper .contacts-f strong {
	float: left;
	width: 145px;
	font-size: 16px;
}
.form-wrapper .contacts-f strong span {
	color: #6da753;
}
.form-wrapper .form-item {
	float: left;
	width: 100%;
	margin: 5px;
}
.form-wrapper .form-item span {
	float: left;
	width: 65px;
}
.form-wrapper .form-item input[type="text"] {
	width: 210px;
	float: left;
}
.form-wrapper .form-item input[type="tel"] {
	width: 210px;
	float: left;
}
.btn-sub-blk input[type="submit"] {
	background: #6fa655;
	width: 150px;
	float: left;
	margin: 20px 0 0 75px;
	height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 28px;
	cursor: pointer;
	border: 1px solid #5a8843;
}
.btn-sub-blk input[type="submit"]:hover {
	background: #d3e4cb;
	color: #5a8843;
}
.serv-small-form {
	float: right;
	margin: 5px 0 0 20px;
	padding: 7px;
	border: solid 2px #6da753;
	background: url(../img/form-bg.png) no-repeat 12px 48px #6da753;
}
.serv-small-form .price-descr {
	float: left;
	vertical-align: middle;
	color: #e5e5e5;
	display: none;
}
.serv-small-form .price-descr p {
	text-align: center;
	margin: 3px 0 0 2px;
	float: left;
}
.serv-small-form .price-descr span {
	font-weight: 700;
	font-size: 21px;
}
.serv-small-form .btn-form-serv {
	color: #fff;
	border-radius: 3px;
	background: rgb(182,91,107);
	box-shadow: 0 -3px rgb(219,158,169) inset;
	transition: 0.2s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	padding: 8px 12px 10px;
	border: 0;
}
.serv-small-form .btn-form-serv:hover {
	background: rgb(219,158,169);
	color: rgb(182,91,107);
}
.serv-small-form .btn-form-serv:active {
	background: rgb(33,147,90);
	box-shadow: 0 3px rgb(33,147,90) inset;
}
/*.serv-small-form .btn-form-serv {
	color: #fff;
	background: #6fa655;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid #5a8843;
}*/
.serv-small-form .input-serv-cont input[type="text"], .serv-small-form .input-serv-cont input[type="tel"] {
	width: 135px;
	padding: 5px;
	float: left;
	color: #000;
	margin: 0 10px 10px 0;
	background: #fff;
	border: solid 2px #fff;
}
.serv-small-form .input-serv-cont input[type="tel"] {
	margin-right: 0;
}
.serv-small-form .serv-subject-form {
	display: none;
}
.serv-small-form .wpcf7-validation-errors, .serv-small-form .wpcf7-mail-sent-ok {
	width: 290px;
	float: left;
	margin: 10px 0 0;
}
.services-page {
	float: left;
	width: 100%;
}
.services-page .price-title {
	float: left;
	width: 290px;
	margin: 5px 0 20px;
	font-size: 20px;
	text-align: center;
}
.opis-p {
	font-size: 18px;
	font-weight: bold;
}
.price-rent {
	float: right;
	text-align: center
}
.services-page strong {
	font-size: 15px;
}
.services-page .btn-one-services {
	text-align: center;
	margin: 20px auto 0;
	background: #6fa655;
	width: 180px;
	height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid #5a8843;
}
.services-page .btn-one-services:hover, .btn-services:hover {
	background: #d3e4cb;
	color: #5a8843;
}
.services-page .descr-list {
	float: left;
	width: 100%;
}
.services-page .descr-list table {
	width: 100%;
}
.services-page .descr-list table tr th {
	background: #b3d0a4;
	padding: 6px 2%;
	vertical-align: middle;
	text-align: center;
}
.services-page .descr-list table tr td {
	background: #e5e5e5;
	padding: 5px 2%;
	vertical-align: middle;
	text-align: center;
}
.services-page .descr-list table tr:hover td {
	background: #D9D9D9;
}
.services-page .descr-list table tr td:first-child, .services-page .descr-list table tr th:first-child {
	text-align: left;
	width: 80%;
}
.services-page .descr-list .item-title {
	width: 96%;
	font-weight: bold;
	background: #b3d0a4;
	padding: 3px 2%;
}
.services-page .descr-list .item-text {
	width: 96%;
	background: #e5e5e5;
	padding: 3px 2%;
}
.services-page .descr-list .item-text span {
	float: right;
	width: 100px;
	text-align: left;
}
.caroufredsel_wrapper {
	width: 980px !important;
}
.form-wrapper .close-form-btn {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	top: 5px;
	text-align: right;
	line-height: 30px;
	cursor: pointer;
}
.button-download {
	color: #fff!important;
	text-decoration: none!important;
	background: url(../img/save.png) no-repeat 5px 4px #6da754;
	padding: 3px 5px 4px 26px;
	font-weight: bold;
	border: 1px solid #6da753;
}
.button-download:hover {
	color: #6da754!important;
	background: url(../img/save.png) no-repeat 5px -18px #d3e4cb;
}
#fancybox-title-over {
	display: none !important;
}
.ngg-gallery-thumbnail {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.ngg-navigation {
	padding-bottom: 6px !important;
	font-size: 15px !important;
	margin-bottom: 20px;
}
.green-block {
	border: 4px solid #b6cf6a;
	padding: 25px;
	padding-bottom: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 25px 0;
	font-size: 16px;
}
.h2_as_h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}
#menu-left li.current-menu-item p {
	color: #6da753;
}
#menu-left {
	border: 1px solid #6da753;
	padding-left: 10px;
	background-color: #f4f4f4;
	width: 233px;
}
#menu-left:before {
	content: "УСЛУГИ";
	font-size: 22px;
	background-color: #6da753;
	display: block;
	border-left: 0px solid #6da753;
	margin-left: -10px;
	width: 223px;
	padding: 2px 10px 7px 10px;
	color: #f4f4f4;
}
.serv-small-form {
	background: url(../img/form-bg.png) no-repeat 12px 133px #6da753;
}
#sendmail {
	padding: 25px;
}
#sendmail div.wpcf7-response-output {
	margin: 0;
	padding: 10px 15px;
}
.recaptcha .wpcf7-form-control {
	padding: 0 !important;
}
input.wpcf7-submit {
	border: 0;
	height: 40px;
	padding: 0 15px !important;
	background-color: #6da753;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}
#sendmail textarea {
	max-height: 100px;
}
