.infoContact{
    margin-bottom: 35px;
}
.infoContact .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.infoContact .grid .col{
    width: 33.333333%;
    padding: 0 15px;
}
.infoContact .be{
    margin-bottom: 40px;
}
.infoContact .be .ti{
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}
.infoContact .be .ct{
    font-size: 18px;
    line-height: 26px;
    color: #888888;
}
.infoContact .be .ct a{
    color:inherit;
}
.infoContact .be .ct a:hover{
    color: #231f20;
}
/*=====================================================*/
.formOrder .title{
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
.formOrder .content{
	border:solid 1px #dddddd;
	padding: 50px 30px;
}
.formOrder .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.formOrder .grid .col{
	width: 20%;
	padding: 0 5px;
}
.formOrder input,
.formOrder select{
	width: 100%;
	height: 50px;
	border-radius: 25px;
	padding-left: 20px;
	border:solid 1px #dddddd;
}
.formOrder button{
	width: 100%;
	height: 50px;
	background: #231f20;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	border-radius: 25px;
	border:solid 2px #231f20;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.formOrder button:hover{
	background: #ffffff;
	color: #231f20;
}
.formOrder button span{
	padding-left: 35px;
	background-image: url(../images/i-o-hi.png);
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-transition: background-image 0.3s linear;
	-o-transition: background-image 0.3s linear;
	transition: background-image 0.3s linear;
}
.formOrder button:hover span{
	background-image: url(../images/i-o-hi-back.png);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.infoContact .grid .col{
	width: 50%;
}
.formOrder .grid .col{
	width: 33.333333%;
	margin-bottom: 10px;
}
.formOrder .grid .col:last-child{
	width: 66.666667%;
}
.formOrder .content{
	padding: 25px;
}
.infoContact .be{
	margin-bottom: 20px;
}
.infoContact{
	margin-bottom: 15px;
}
}

@media all and (max-width: 768px){
.infoContact .grid .col{
	width: 100%;
}
.formOrder .grid .col{
	width: 50%;
}
.formOrder .grid .col:last-child{
	width: 100%;
}
}

@media all and (max-width: 480px){
.formOrder .grid .col{
	width: 100%;
}
.formOrder .content{
	padding: 15px;
}
}