
.form{
	height:100px;
	background-color:#333;
}
.form form{
	overflow:hidden;
	position:relative;
	top:23px;
}
.cont {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}
.form .grup{
	float:left;
	border: 1px solid #666666;
	border-radius: 4px;
	width:260px;
	height:56px;
	margin-right:40px;
}
.form .grup:last-child{
	margin-right:0;
}
.form .grup i{
	width:20px;
	height:20px;
	display:block;
	background:url(/images/indexicon.png);
	float:left;
	position:relative;
	top:16px;
	left:20px;
}
.form .grup:nth-child(1) i{background-position:0 -20px;}
.form .grup:nth-child(2) i{background-position:-20px -20px;}
.form .grup:nth-child(3) i{background-position:-40px -20px;}
.form .grup select,
.form input{
	float:left;
	height:54px;
	width:200px;
	background-color:transparent;
	border:0;
	color:#666;
	position:relative;
	left:30px;
	font-size:16px;
}
.form .grup button{
	color:#fff;
	background-image: linear-gradient(-135deg, #169BDE 0%, #0096DF 100%);
	width:100%;
	height:100%;
	border:0;
	font-size:16px;
	border-radius: 4px;
}
.form .grup:last-child{
	border:0;
}
.form .grup select:focus{
	outline:0;
	border:0;
}
@media screen and (max-width:1200px) {
	.form{height: 60px;}
	.form form {
	    overflow: hidden;
	    position: relative;
	    top: 10px;
	}
	.form .grup i {
	    width: 20px;
	    height: 20px;
	    display: block;
	    background: url(/images/indexicon.png);
	    float: left;
	    position: relative;
	    top: 8px;
	    left: 2px;
	}
	.cont{max-width: 100%; margin: 0 auto; overflow: hidden;}
	.form .grup {
	    float: left;
	    border: 1px solid #666666;
	    border-radius: 4px;
	    width: 22%;
	    height: 40px;
	    margin-right: 3%;
	}
	.form .grup:nth-child(4) {
	    margin-right: 0;
	}
	.form .grup select, .form input {
	    float: left;
	    height: 38px;
	    width: 60%;
	    background-color: transparent;
	    border: 0;
	    color: #666;
	    position: relative;
	    left: 10px;
	    font-size: 14px;
	}
}