body {
	padding:0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
ul{
	list-style: none;
	padding-left: 0px;
}
.container{
	max-width: 1130px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.container-lg{
	max-width: 1280px;
}
/* Header */
.header{
	background: #fff;
}
.header_content{
	align-items: center;
	justify-content: space-around;
	padding: 0 20px;
}
.logo{
	max-width: 100%;
	max-height: 100%;
}

.green_btn.order_btn{
	border-bottom: 2px solid #87ab62;
	border-radius: 0;
	padding: 14px 20px 12px;
	font-size: 16px;
}
.header_service_list{
	padding-left: 0;
	list-style: none;
	display: flex;
	margin: 0;
	margin-left: auto;
}
.header_service_list li + li{
	border-left: 1px solid #969696; 
}
.header_service_list li p{
	margin: 0;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.header_service_list li a{
	color: #4269f0;
}
.email{
	background: url("img/email.svg");
}
.phone{
	background: url("img/phone.svg");
}
.header_service_list_item{
	padding: 30px 70px 30px 140px;
	background-position: left 70px center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	text-align: left;
}

/* End header */


/* Main */
	.main{
		background-color: #f6f6f6;
	}
	/*main_header*/
	.main_header{
		position: relative;
		text-align: center;
		color: #fff;
		padding: 130px 15px 250px 15px;
		background: url("img/top-back.png") no-repeat;
		background-size: cover;
	}
	.main_header .title{
		margin-bottom: 5px;
	}
	.main_header  .description{
		font-size: 34px;
		font-weight: 100;
		margin-top: 0;
	}
	.main_header a{
		margin: 10px;
	}
	.transparent_btn{
		border: 1px solid #fff;
		color: #fff;
		background: transparent;
	}
	/*End main_header*/

	/* main_services */
	.main_services{
		background-color: #fff;
		box-shadow: 0 2px 60px 0 rgba(0,0,0, .05);
		flex-direction: column;
		align-items: center;
		margin-top: -130px;
		padding: 40px 15px;
		position: relative;
		box-sizing: border-box;
	}
	.items_content{
		display:flex;
		width: 100%;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.item{
		display: inline-flex;
		align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	}
	.main_services .item{
	  width: 300px;
    margin: 20px 20px;
  }
  .item_title{
  	font-size: 24px;
  	font-weight: 400;
  	position: relative;
  	padding: 15px 0;
  	margin: 15px 0 12px 0;
  }
  .item_img{
  	width: 170px;
  	height: 140px;
  	display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .editing_img{
  	justify-content: flex-end;
  }
  .item_text{
  	margin: 0 0 25px 0;
  	font-size: 18px;
  	font-weight: 300;
  	line-height: 25px;
  }
  .item_title:after{
  	content: '';
  	display: block;
  	position: absolute;
  	bottom: 0px;
  	width: 86px;
  	border-top: 2px solid #000;
  	left: 0;
  	right: 0;
  	margin: auto;
  }
  .a_btn.item_btn{
  	padding: 18px 30px 16px;
  	margin-top: auto;
  }
	/* End main_services */
	
	/* main_advatages */
	.main_advatages{
		justify-content: center;
		padding: 50px 0 20px;
	}
	.main_advatages .items_content{
		justify-content: center;
	}
	.main_advatages .item{
		width: 260px;
		background-color: #fff;
		margin: 20px 15px;
		padding:20px;
		box-sizing: border-box;
		box-shadow: 0 2px 10px 0 rgba(0,0,0, .05);
	}
	.main_advatages .item_title{
		font-size: 20px;
		padding-bottom: 0;
	}
	.main_advatages .item_title:after{
		display: none;
	}
	.main_advatages .item_text{
		font-size: 16px;
	}
	.main_advatages .item_img{
		width: 70px;
		height: 70px;
	}
	/* End main_advatages */

	/* main_support */
	.main_support{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 76px 15px;
		background: url(img/bottom-back.png) no-repeat center center;
		background-size: cover;
		font-size: 32px;
		color: #fff;
		font-weight: 300;
		margin-top: 60px;
	}
	.main_support p{
		margin:  15px 30px;
		text-align: center;
	}
	.main_support .a_btn{
		padding: 18px 30px 16px;
	}
	/*End main_support */
/* End main */

/* Footer */
.footer{
	background-color: #f6f6f6;
	font-weight: 300;
	font-size: 16px;
}
.footer_content{
	justify-content: space-between;
	align-items: center;
	padding: 7px 15px;
}
.accept_block, .footer_content ul{
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_text{
	text-align: center;
	background-color: #fff;
	padding:20px 10px 40px;
	margin-top: 0;
}
.accept_block ul li{
	margin: 5px 8px 0 8px;
}
.accept_block>span{
	margin-right: 15px;
}
.social_block ul li{
	margin: 0 3px;
}
.footer_content .logo{
	margin: 15px 0;
}
/* End footer */


/* common */
.a_btn{
	display: inline-flex;
	vertical-align: middle;
	padding: 20px 20px 19px 20px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.green_btn{
	color: #668546;
	transition: all .2s;
	background-image: linear-gradient(180deg, #dcf5bb 0%, #b7e886 100%);
}
.green_btn:hover{
	opacity: 0.85;
	color: #626b59;
}
.title{
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 1110px){
	.logo{
		width: 120px;
	}
	.header_service_list{
		display: table;	
		margin-left: 0px;
		width: calc(100% - 300px);
	}
	.header_service_list li {
		display: table-cell;
	}
	.header_service_list_item{
		display: table;
    margin: 0 auto;
		padding:30px 10px 30px 70px;
		background-position: left 10px center;
	}
	.main_header{
		padding: 30px 15px 50px 15px;
	}
	.main_services{
		margin-top: 0px;
	}
}
@media (max-width: 840px){
	.header_service_list{
		margin-left: auto;
		display: flex;
		width: auto;
	}
	.header_service_list_item{
		padding: 15px 30px 15px 90px;
    background-position: left 20px center;
	}
	.hidden-sm{
		display: none;
	}
}
 @media (max-width: 792px){
	.footer_content{
		justify-content: center;
	}
	.accept_block ul{
		margin: 5px 0;
	}
	.accept_block>span{
		margin-right: 0;
	}
	.xs-block{
		width: 100%;
		justify-content: center;
	}
	.main_support p{
		margin: 15px 0;
	}
	
}
 @media (max-width: 767px){
 	.hidden-xs{
 		display: none;
 	}
 	.visible-xs{
 		display: flex;
 	}
 	.header_content{
		padding: 10px 0;
	}
 	.header_service_list li{
		width: 50%;
		text-align: center;
		border-left: 0px !important;
	}
	.header_service_list{
		width: 100%;
		margin: 10px 0;
    justify-content: center;
    background: #fff;
    border: 0;
    margin: 0;
	}
	.header_service_list_item{
		padding: 15px 10px 15px 70px;
    background-position: left 10px center;
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
	}
 }
 @media (max-width: 550px){
		.header_service_list{
				flex-wrap: wrap
		}
		.header_service_list li{
			width: 100%;
		}
		.header_service_list li+li{
			border-left: 0px;
		}
 }
@media (min-width: 768px){
	.visible-xs{
 		display: none;
 	}
}



