/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
	font: 13px/18px Tahoma, Geneva, sans-serif;;
	width: 100%;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.block-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}

.block-inner:before,
.block-inner:after {display: table; line-height: 0; content: ' ';}
.block-inner:after {clear: both;}


.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table; line-height: 0; content: ' ';}
.clearfix:after {clear: both;}

.pull-left {float: left;}
.pull-right {float: right;}

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

.btn {
    display: inline-block;
    padding: 14px 30px 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border: 0;
    border-top: 1px solid #ffaf00;
    border-bottom: 2px solid #7c6339;
    outline: 0;
    cursor: pointer;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.41);

    background: #ff9000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTYyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff9000 0%, #d96200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9000), color-stop(100%,#d96200));
    background: -webkit-linear-gradient(top,  #ff9000 0%,#d96200 100%);
    background: -o-linear-gradient(top,  #ff9000 0%,#d96200 100%);
    background: -ms-linear-gradient(top,  #ff9000 0%,#d96200 100%);
    background: linear-gradient(to bottom,  #ff9000 0%,#d96200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9000', endColorstr='#d96200',GradientType=0 );

    -moz-box-shadow: 0 0 0 5px rgba(164,96,0, 0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(164,96,0, 0.1);
    box-shadow: 0 0 0 5px rgba(164,96,0, 0.1);
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 124px;
	background: #fff;
    border-top: 6px solid #a6ce39;

    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.26);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.26);
}

.header .logo {margin-top: 15px;}
.header .description {
    width: 270px;
    margin: 42px 0 0 27px;
    color: #888;
    line-height: 16px;
}
.header .phones {}
.header .phones strong {
    display: block;
    margin: 22px 10px 10px 0;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.callback-wrapper {display: none;}
.callback-wrapper .title {
    text-transform: uppercase; font-weight: bold; font-size: 19px;
}
.callback-forms .fancybox-skin {background: #fa9b1e; padding: 30px 40px !important;}
.callback-forms .fancybox-close {
    position: absolute;
    top: -21px;
    right: -21px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
    background: url("../pic/close.png") no-repeat 0 0;
}
.terms-and-conditions .fancybox-skin {background: #fff; padding: 35px 40px !important;}
.terms-and-conditions p{
	margin:0 0 5px ;
	}
.terms-and-conditions .fancybox-close{
	background:url(../pic/close.jpg);
	width:15px;
	height:15px;
	right:18px;
	top:18px;
	}
.callback-forms form {width: 100%; padding: 20px 2px 0;}
.callback-forms form input {
    display: block;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 15px;
    line-height: 48px;
    border: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 0 2px #e78300;
    -webkit-box-shadow: 0 0 0 2px #e78300;
    box-shadow: 0 0 0 2px #e78300;
}
.callback-forms form button {width: 100%;}
/* Middle
-----------------------------------------------------------------------------*/
.content {}

.top-green-promo {
    text-align: center;
    height: 313px;
    background: #fff url("../pic/green-promo-bg.png") no-repeat top center;
}

.top-green-promo strong {
    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    color: #3b5100;
    display: block;
    margin-top: 7px;
}

.top-green-promo .price,
.top-green-promo span {
    display: block;
    margin: 17px 0;
    font-size: 60px;
    color: #3b5100;
    font-weight: bold;
    line-height: 48px;
}
.top-green-promo span {font-size: 26px;}

.titles {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
    color: #333;
    margin: 20px 0;
}
.titles .block-inner > div {padding: 18px;}
.titles .marked {
    background: #a6ce39;
    font-size: 41px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin: 0 0 0 130px;
}

.large-order-panel {background: #fa9b1e;}
.large-order-panel .icons {margin-top: 37px;}
.large-order-panel .icons .item {width: 160px; text-align: center; color: #333; font-weight: bold;}
.large-order-panel .icons .item img {display: block; margin: 0 auto;}

.large-order-panel form {width: 324px; margin: 30px 0 30px 40px;}
.large-order-panel form input {
    display: block;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 15px;
    line-height: 48px;
	height: 48px;
    border: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 0 2px #e78300;
    -webkit-box-shadow: 0 0 0 2px #e78300;
    box-shadow: 0 0 0 2px #e78300;
}
.large-order-panel form button {width: 100%;}

.countdown-wrapper {
    height: 140px;
    background: url("../pic/counter-bg.png") no-repeat bottom center;
    text-align: center;
    font-size: 14px; color: #333;
    margin-top: -10px;
}
.countdown-wrapper .countdown {margin: 10px auto; width: 450px;}
.countdown-wrapper .countdown .cntSeparator {
    display: block;
    width: 23px;
    height: 82px;
    color: transparent;
    background: url("../pic/dots.png") no-repeat 50% 50%;
}

.green-icons .icons {margin: 58px -20px 100px;}
.green-icons .icons .item {width: 180px; text-align: center; color: #333; font-weight: bold; margin-left: 20px;}
.green-icons .icons .item img {display: block; margin: 0 auto;}

.clients-wrapper {background: #f7fbeb; padding-bottom: 78px;}
.clients-wrapper .block-inner {width: 800px;}
.clients-wrapper .titles {text-align: center; margin: 40px 0;}
.clients-wrapper .item-wrapper {margin-left: -10px;}
.clients-wrapper .item-wrapper .item {
    display: inline-block;
    vertical-align: top;
    width: 256px;
    height: 176px;
    margin-left: 10px;
    margin-bottom: 8px;
    padding: 15px;
    background: #fff;
    border-bottom: 2px solid #d7dbcd;
    text-align: center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.subtitle{
	clear:both;
	}
.clients-wrapper .item-wrapper .item img {display: block; margin: 0 auto 10px;}

.form-wrapper {background: #fa9b1e;}
.form-wrapper form {/*width: 324px; */margin: 40px 0;}
.form-wrapper form input {
    display: inline-block;
    width: 345px;
    padding: 0 12px;
    margin-right: 20px;
    line-height: 48px;
	height: 48px;
    border: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 0 2px #e78300;
    -webkit-box-shadow: 0 0 0 2px #e78300;
    box-shadow: 0 0 0 2px #e78300;
}
.form-wrapper form input.error, .large-order-panel form input.error, .callback-forms form input.error{
    -moz-box-shadow: 0 0 12px 1px #ff0000;
    -webkit-box-shadow: 0 0 12px 1px #ff0000;
    box-shadow: 0 0 12px 1px #ff0000;
	color:#ff0000;
	border:2px solid #ff0000;
	}
.form-wrapper .title {
    font-weight: bold; font-size: 19px;
    padding-left: 40px;
    background: url("../pic/arrow.png") no-repeat center left;
    margin-left: -40px;
    text-transform: uppercase; color: #333;
}

.choose-wrapper .titles {text-align: center; margin: 40px 0;}
.choose-wrapper .choose-item-wrapper {margin-left: -20px; margin-bottom: 40px;}
.choose-wrapper .choose-item-wrapper .choose-item {
    padding: 15px 15px 15px 60px;
    margin: 0 0 20px 20px;
	font-size:14px;
	line-height:19px;
    background: #f7fbeb url("../pic/choose.png") no-repeat 20px 15px;
	vertical-align:top;
    width: 465px;
    display: inline-block;
}
#terms-and-conditions .choose-wrapper .choose-item-wrapper {margin-bottom: 0px;}
.biggest{
		font-size:23px;
		line-height:26px;
		margin: -3px 0 15px;
		display:inline-block;
		vertical-align:top;
	}
	.b-link,.b-link:active,.b-link:visited, .b-link:hover{ 
			font-size:13px;
			color:#3b5100;
			margin:-25px 247px 0 0;
			float:right;
			text-decoration:none;
			border-bottom: 1px dotted #3b5100;
				}
	.b-link:hover{
		border-bottom: 1px dotted #fa9b1e;
		}
.work-scheme .titles {text-align: center; margin: 40px 0;}
.work-scheme {background: #f7fbed;}
.work-scheme .scheme-wrapper {
    background: #afd93e;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 58px;
}
.work-scheme .scheme-wrapper .scheme-item {
    background: url("../pic/arr.png") no-repeat left top;
    width: 190px;
    padding: 19px 10px 19px 40px;
    height: 135px;
}
.work-scheme .scheme-wrapper .scheme-item:first-child {background: none;}
.work-scheme .scheme-wrapper .scheme-item img {display: block; margin: 0 auto;}

.reviews {padding-bottom: 60px;}
.reviews .titles {text-align: center; margin: 40px 0;}

.bxslider {}
.bxslider li {padding: 15px 25px; border: 1px solid #e7e7e7;}
.bxslider li.active {border: 2px solid #afd93e; padding: 14px 23px;}
.bxslider li img {display: block; margin: 0 auto;}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 17px;
    outline: 0;
    width: 21px;
    height: 35px;
    text-indent: -9999px;
    z-index: 99;
}

.bx-wrapper .bx-prev {
    left: 80px;
    background: url("../pic/bx-arr.png") no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right: 80px;
    background: url("../pic/bx-arr.png") no-repeat -21px 0;
}
.hidden{
	display:none;
	}
.other {}
.other .titles {text-align: center; margin: 40px 0;}

.other .other-item-wrapper {margin-left: -20px; margin-bottom: 40px;}
.other .other-item-wrapper .other-item {
    padding: 15px 15px 15px 40px;
    margin: 0 0 20px 20px;
    background: #a6ce39 url("../pic/other.png") no-repeat 10px 15px;
    border-bottom: 2px solid #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 304px;
    height: 115px;
    display: inline-block;
    vertical-align: top;
}
.other .other-item-wrapper .other-item a,.other .other-item-wrapper .other-item a:active, .other .other-item-wrapper .other-item a:visited, .other .other-item-wrapper .other-item a:hover{
	color:#333;
	font-size:14px;
	}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 421px;
	background: url("../pic/map.jpg") no-repeat /*70px*/ 50% 0;
}

.addr {background: #fff; padding: 20px 30px; width: 490px; margin-top: 30px;}
.addr-item-wrapper {margin-top: 30px;}
.addr-item-wrapper .addr-item {margin-bottom: 20px;}
.addr-item-wrapper span {
    color: #818181;
    display: inline-block;
    width: 50px;
    height: 20px;
    float: left;
}
#terms-and-conditions .biggest{
	font-size:24px;
	color:#333;
	font-family:Tahoma;
	font-weight:normal;
	}

.foot_dev {
    padding-bottom:20px;
}

.foot_dev span,
.foot_dev a {
    float:left;
}

.foot_dev span {
    width:110px;
}

.foot_dev img {
    width:20px;
    margin:0 5px 0 8px;
}