@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900);
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Exo 2', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header_top {
  background:#6bb044;
  text-align: center;
  min-height:80px;
  position:relative;
}
.header_top img {
  width:240px;
  height:auto;
  margin:0;
}
.header_top:before {
  background: url(../images/pattern1.png) 0 top repeat-x;
  width: 100%;
  height: 9px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu ul {
	margin-top:20px;
	margin-bottom:20px;
	
}
.menu ul li {
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	
}
.menu a {
	font-size:22px;
	color:#fff;
}
.menu a:hover {
	text-decoration:none;
	color:black;
}
.index_text {
	text-align:left;
	margin-top:50px;
	margin-bottom:50px;
}
.index_header {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.box_1 {
	border:1px solid #6bb044;
    padding:10px;
    text-align:center;
    height:170px;
    padding:10px;
    margin-bottom:40px;
}
.inner_row {
	border:1px solid #6bb044;
	background:#6bb044;
	height:150px;

}
.inner_row:hover{
	border:1px solid #567f3e;
	background:#567f3e;
	height:150px;
	cursor:pointer;
}
span.icon_1 {
    font-size: 50px;
    line-height: 50px;
    color: white;
    margin-top:20px;
    display: block;
}
.inner_row h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: 400;
    margin-top:15px;
    text-align:center;
}
glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.share_pulso {
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
}
.footer {
	background:#6bb044;
	height:60px;
}
.footer p {
	color:white;
	margin-top:20px;
	text-align:center;
}
.news-block {
	text-align:center;
	margin-bottom:20px;
	margin-top:40px;
}
.news-header {
	margin-bottom:40px;
}
.news-one {
	padding-bottom:50px;
	padding-left:70px;
	padding-right:70px;
}
.date {
	color:grey;
	font-size:18px;
}
.news-one a {
	color:#6bb044;
}
.inner_content {
	min-height:600px;
	margin-bottom:60px;
	margin-top:60px;
}
a.index_a_uslugi:hover {
	text-decoration:none;
}
table {
	border:1px solid grey;
	padding-left:10px;
	width:auto;
}
tr {
	border:1px solid grey;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
td {
	border:1px solid grey;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;

}
.counter {
	padding-top:25px;
}

.logo-image img{
	width: auto;
	height: 78px;
	margin: 10px 0;
}
.menu ul{
	padding-left: 0;
}