.clear{
	clear:both;
}
.container{
	max-width: 1140px;
	margin: auto;
	padding: 0 15px;	
}
.row{
	display: flex;
	padding: 0 10px;
}
.row-between{
	display: flex;
	justify-content:space-between;	
	flex-wrap: wrap;
}
.row-around{
	display: flex;
	justify-content:space-around;
	align-items:center;	
	flex-wrap: wrap;	
}

.row-center{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;	
}
.col-center{
	align-items:center;
}
.item1{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
.item2{
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
.item3{
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 15px;
}
.item4{
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}
.left-block{
	width: 30%;
}
.center-block{
	width: 70%;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
@media screen and (max-width: 1260px){
	

}