html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto';
	font-weight: 400;
}
a {
	cursor: pointer;
	color: #0099E8;
}
a:hover {
	color: #21B267;
}
.wrapper {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}
.nav {
	background: #0099E8;
	height: 60px;
}
.logo {
	float: left;
	height: 60px;
	padding-top: 17px;
}
.menu {
	font-family: 'Roboto Condensed';
	float: right;
	height: 60px;
	font-size: 16px;
}
.menu ul, .menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu ul {
	display: inline-block;
	margin-right: 20px;
}
.menu li {
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
.menu li a {
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	height: 60px;
	display: inline-block;
}
.menu li a:hover {
	background: #008EE8;
}
.phone {
	background: #fff;
	color: #0099E8;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 30px;
}
.header {
	background-size: cover;
	padding: 60px 0px 120px;
	color: #fff;
}
h1.header_title {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	font-family: 'Roboto Condensed';
	padding: 0px;
	margin: 0px;
}
h2.header_sub_title {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0px;
	margin: 30px 0px;
	font-weight: 400;
}
.feedback {
	margin: 0 auto;
	display: table;
	background: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 30px;
	color: #999;
	font-size: 14px;
}
.feedback span {
	display: inline-block;
	padding: 0 10px;
	line-height: 20px;
}
.feedback a {
	display: inline-block;
}
.feedback a img {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
.how_review {
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-top: 20px;
}
.services {
	display: table;
	width: 100%;
	margin-top: -40px;
}
.item_services {
	display: table-cell;
	width: 33.3%;
}
.item_services_bg {
	background: #FFFFFF;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.03);
	margin: 10px;
	padding: 40px;
}
.item_services_bg:hover {
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.03);
}
.icon_services {
	width: 130px;
	height: 130px;
	background: #FEA830;
	border-radius: 65px;
	margin: 0 auto;
	margin-top: -100px;
	text-align: center;
	line-height: 130px;
}
.icon_services img {
	vertical-align: middle;
}
.head_services {
	font-size: 22px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	color: #464547;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	text-transform: uppercase;
}
.price_services {
	font-size: 22px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #FEA830;
	text-align: center;
}
.text_services {
	color: #7C7C7C;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
}
.services_button {
	text-align: center;
	padding-top: 10px;
}
.services_button a {
	background: #21B267;
	border-radius: 69px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 30px;
	text-decoration: none;
	margin: 0 auto;
	display: inline-block;
}
.services_button a:hover {
	color: #fff;
	background: #0F7E44;
}
.services_phone {
	color: #999;
	font-size: 13px;
	text-align: center;
	display: block;
	padding-top: 10px;
}

@media only screen and (max-width : 1200px) {
 
}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
        .services {
	display: block;
	width: 100%;
	margin-top: -40px;
}
.item_services {
	display: block;
	width: 100%;
    margin-bottom:100px;
}
 
h1.header_title {
	font-size: 30px;
	line-height: 30px;

} 
.menu { display:none;}
.phone {display:none;}
 
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


 
}
 
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
