.clear:after{
	content: "";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;	
}

.menu_title ,.detail_title,.plan_title,.customer_title{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.mtitle_span,.detail_span,.plan_span,.customer_span{
	width: calc(50% - 150px);
	display: inline-block;
}

.mtitle_span hr,.detail_span hr,.plan_span hr ,.customer_span hr{
	margin: 0;
	margin-bottom: 9px;
	border: 1px solid #cee1ff;
}

.menu_h2 h2,.detail_h2 h2 ,.plan_h2 h2,.customer_h2 h2{
	display: inline-block;
}

.menus_row{
	text-align: center;
    height: 205px;
	margin-top: 5px;
}

.menus_img img {
	width: 40%;
}

.details_one{
	text-align: center;
	background: #f8f8f8;
	padding-top: 20px;
	margin-top: 20px;
	/*height: 400px;*/
	height:0px;
	padding-bottom:50%;
}

.done_img{
	position:relative;
}

.done_img img{
	margin: 0 auto;
	width: auto;
	padding: 0 15px;
}

.details_two{
	/*height:290px;*/
	height:0px;
	padding-bottom:35%;
}

.details_three{
	padding-top:20px ;
}

.details_four .details_texts{
	display: block;
	text-align: center;
}

.details_four .details_text{
	display: none;
}

.details_text{
	text-align: center;
}

.details_img{
	line-height:40px;
}

.details_img h3{
	display: inline-block;
	margin: 0;
}

.details_img img{
	height: 40px;
	width: 40px;
	margin-top: -13px;
	margin-right: 10px;	
}

.details_four{
	background: #f8f8f8;
	padding-top:20px ;
}

.trait{
	background: #f8f8f8;
	padding: 40px 20px;
}

.traits,.plans{
	display: flex;
}
.traits_one , .traits_two,.plans_one,.plans_two{
	align-self: center;
}

.plan{
	padding: 40px 20px;
}

.plans_one label{
	color: #1296db;
}

.plans_one a{
	background: #29afed;
	padding: 8px 15px;
	border-radius: 3px;
	margin-left: 20px;
}

.cooperations{
	padding: 20px 0;
}

.cgal {
	margin-bottom: 10px;
}

.cgal>div{
	background: #eaeaea;
	padding: 10px;
	height: 80px;
	display:flex;
}

.cgal>div:after{
	content: "";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}

.cgal div span{
	align-self:center;
	margin-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cgal div img{
	float: left;
	height: 50px;
	width: 50px;
	margin-top:5px;
}

@media (min-width:768px) {
	.menus_row{
		height: auto;
		padding-right: 0;
   		padding-left: 0;
	}
	
	.menus_img img {
		width: 30%;
	}
	
	.detailss .container .row{
		display: flex;
	}
	
	.details_text{
		align-self: center;
		text-align: left;
	}
	
	.details_four .details_texts{
		display: none;
	}
	
	.details_four .details_text{
		display: block;
	}
	
	.details_one{
		padding-bottom: 40%;
	}
}

@media (min-width:998px) {
	.details_two{
		height:290px;
		padding-bottom:0;
	}
	
	.details_one{
		height:400px;
		padding-bottom:0%;
	}
}

