@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);
/*font-family: 'Open Sans', sans-serif;*/
* {
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/24px 'Open Sans', sans-serif;
	width: 100%;
	background: #f0f0e6;
	background: -moz-linear-gradient(left,  #f0f0e6 0%, #faeddd 100%);
	background: -webkit-linear-gradient(left,  #f0f0e6 0%,#faeddd 100%);
	background: linear-gradient(to right,  #f0f0e6 0%,#faeddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0e6', endColorstr='#faeddd',GradientType=1 );
    min-width: 1000px;


}
a{
    color: #4DAB83;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #4DAB83;
}
p{margin-bottom: 18px}
.clear{clear:both;}
blockquote{
	background: #E7E4C1;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 18px;
 }
blockquote p {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 100;
	margin-bottom: 20px;
}
h1{font-size:24px; text-transform: uppercase}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #E3DDC7;
	margin-bottom: 34px;
}
.header .wrapper{
	height: 72px;
}

.top-menu{
	padding-top: 20px;
}
.top-menu ul{}
.top-menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.top-menu ul li a{
	font-size: 13px;
	text-decoration: underline;
	color: #3D956F;
	text-transform: uppercase;
}
.top-menu ul li.active a,
.top-menu ul li a:hover{
	color: #000;
}

.phone{
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	background: url("images/ico-phone.png") 0 50% no-repeat;
	line-height: 27px;
	padding-left: 35px;
	margin-top: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 317px 0 0;
}

.content img{
	max-width: 100%;
}

.content ul{
	list-style: none;
	margin: 0 0 18px 10px;
}
.content ol{
	margin: 0 0 18px 30px;
}
.content li{
	margin-bottom: 8px;
	font-size: 14px;

}
.content ul li:before{
	content: '•';
	font-size: 40px;
	color: #5FBC94;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.content table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 18px;
}
.content table td{
	border-bottom: 1px solid #F2EFE4;
	background: #E4E3D8;
	text-align: center;
	vertical-align: top;
	padding: 10px 15px;
}
.content table tr:nth-child(even) td{
	background: #EBE9DE;
}
.content table tr td:first-child{
	border-radius: 3px 0 0 3px;
}
.content table tr td:last-child{
	border-radius: 0 3px 3px 0;
}
.content table tr:first-child td{
	background: #5FBC94;
	color: #fff;
}
.content img {
    margin: 5px 10px 0 0;
}
/***********************/
.tabs{
	overflow: hidden;
	list-style: none;
	margin: 0 !important;
}
.tabs li:last-child{
	margin-right: 0;
}
.tabs li{
	float: left;
	background: #E4E3D8;
	line-height: 43px;
	height: 43px;
	width: 223px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 0;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}
.content .tabs li:before{
	display: none;
}
.tabs li.current{
	background: #E7E4C1;
	height: 47px;
}
.box {
	display: none;
	background: #E7E4C1;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.box.visible {
	display: block;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 257px;
	margin-left: -257px;
	position: relative;
}

.green{
	background: #24B89A;
	border-radius: 10px;
	padding: 30px 12px;
	color: #fff;
	margin-bottom: 40px;
}
.card{
	text-align: center;
	font-size: 24px;
	line-height: 130%;
}
.card span{
	display: inline-block;
	padding-top: 5px;
	font-size: 14px;
}
.card img{
	display: block;
	margin: 0 auto 30px;
    border-radius: 200px;
}

.green form{
	display: none;
	border-top: 1px solid #3FCBAC;
	padding-top: 30px;
	margin-top: 25px;
}
.green form input[type=text],
.green form input[type=tel],
.green form input[type=email]{
	width: 100%;
	border: 0;
	background: #F1F0E5;
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 14px;
}
.green form label{
	display: block;
	margin-bottom: 15px;
}
.green form label span{
	display: block;
	margin-left: 20px;
}
.green form input[type=radio]{
	display: block;
	float: left;
	margin-top: 18px;
}
.green form input[type=submit]:hover{
	background: #838383;
}
.green form input[type=submit]{
	background: #555555;
	border: 0;
	width: 100%;
	height: 53px;
	border-radius: 26px;
	color: #fff;
	cursor: pointer;
}
.green .open:hover{
	background: #838383;
}
.green .open{
	background: #555555;
	border: 0;
	width: 100%;
	height: 53px;
	line-height: 53px;
	border-radius: 26px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-top: 30px;
}
/**************************/
.greenH{
	background: #5FBC94;
	border-radius: 10px;
	padding: 20px 0 20px 30px;
	color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
}
.greenH .card{
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 130%;
	margin-right: 30px;
}
.greenH .card span{
	display: inline-block;
	padding-top: 5px;
	font-size: 14px;
}
.greenH .card img{
	display: block;
	margin: 0 auto 10px;
}

.greenH form{
	margin-top: 25px;
	float: left;
}
.greenH form > div:first-child{
	margin-right: 25px;
	width: 340px;
}
.greenH form > div{
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
.greenH form input[type=text],
.greenH form input[type=tel],
.greenH form input[type=email]{
	width: 100%;
	border: 0;
	background: #F1F0E5;
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 25px;
}
.greenH form .line{
	margin: 33px 0;
	height: 1px;
	background: #FFFFFF;
}
.greenH form label{
	display: block;
	margin-bottom: 15px;
}
.greenH form label span{
	display: block;
	margin-left: 20px;
}
.greenH form input[type=radio]{
	display: block;
	float: left;
	margin-top: 18px;
}
.greenH form input[type=submit]:hover{
	background: #838383;
}
.greenH form input[type=submit]{
	display: block;
	background: #555555;
	border: 0;
	width: 236px;
	height: 53px;
	border-radius: 26px;
	color: #fff;
	cursor: pointer;
	clear: both;
	margin: 0 auto 0;
}
.greenH .open:hover{
	background: #838383;
}
/**************************/
.arts{}
.arts ul{
	margin: 0;
}
.arts ul li{
	list-style: none;
	margin-bottom: 20px;
}
.arts ul li a{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
.arts ul li a:hover{
	text-decoration: none;
	color: #4DAB83;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: 30px;
	background: #282828;
	color: #fff;
}
.footer .wrapper{
	padding: 30px 0;
}

.bot-menu{
}
.bot-menu ul{}
.bot-menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.bot-menu ul li a{
	font-size: 13px;
	text-decoration: underline;
	color: #fff;
	text-transform: uppercase;
}
.bot-menu ul li.active a,
.bot-menu ul li a:hover{
	color: #4DAB83;
	text-decoration: none;
}

.phoneB{
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url("images/ico-phone.png") 0 50% no-repeat;
	line-height: 27px;
	padding-left: 35px;
}

.counts{
	float: right;
}
.counts img{
	vertical-align: middle;
	margin-left: 20px;
	display: inline-block;
}

.copy{
	color: #B0B0B0;
	font-size: 12px;
	line-height: 130%;
}

.bc {
    color: #c2c2c2;
    font-size: 12px;
    margin: 20px 0;
}
.bc a {
    color: #a4a4a4;
    font-size: 13px;

}

.bc span {
    color: #24b89a;
}
/*----------------------*/
input.error {
    box-shadow: 0 0  0 1px #ff0000;
}
input.order_was_sent {

}
.modal_window {
    padding: 40px 27px;
    box-shadow: 0 0 100px -10px #444;
    background-color: #f0f0e6;

}
.articles {
    text-transform: uppercase;
}

.articles-bott-block li{
    display: inline-block;
}
/*------------maps-----------*/
.open_map_1, .open_map_2 {
    display: inline-flex;
    border-bottom: 1px dashed #4dab83;
    color: #4dab83;
    cursor: pointer;
    margin-bottom: 18px;
}
.map_1, .map_2 {
    display: none;
}