.convertforms #cf11 .cf-control-group.col-12 {  
	width: 100%;
}
.convertforms #cf11 .cf-control-group.col-6 {  
	width: 50%;
}

#form10_fromtodatetime,
#form33_fromtodatetime,
.convertforms input.cf-input[name='cf[stoimost_poezdki_studentyi]'][readonly],
.convertforms input.cf-input[name='cf[stoimost_poezdki_vzroslyie]'][readonly]{
	color: green;
	font-weight: bold;
	padding: 0 !important;
	text-transform: uppercase;
	border: none;
}

.convertforms #cf8 .cf-control-group.col-12 {  
	width: 100%;
}
.convertforms #cf8 .cf-control-group.col-6 {  
	width: 50%;
}
.cf-list-form .convertforms{	 
	border-top: 1px solid #ddd;
}
.cf-list-form .convertforms .cf-form-wrap{
	padding:10px 20px;
}
.cf-list-form .convertforms .cf-form-wrap [name="cf[dropdown_from_to]"],
.cf-list-form .convertforms .cf-form-wrap [name="cf[vremya_otpravki]"]{
	border:none;
	cursor: context-menu;
}
.cf-list-form .convertforms .cf-form-wrap [name="cf[data_poezdki]"]{
	cursor:pointer!important;
}
#btnForm_10,
#btnForm_33{
	border: 1px solid #75757570;
	border-radius: 3px;
}
#btnForm_33.active,
#btnForm_10.active,
#btnForm_10:hover,
#btnForm_33:hover{
	border: 1px solid #4585f4;
	background: #4585f4;
	color: #fff;
	border-radius: 3px;
}

@media (min-width: 992px) {
	#cf11  .cf-form-wrap .cf-fields{
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap;
		align-items: center;
	}
	.convertforms #cf11 .cf-control-group {
		padding: 0;
		max-width: 100%;   
	}
	.convertforms #cf11 .cf-control-group .cf-control-label{
		display:none;
	}
	.convertforms #cf11 input[type="text"]:not(.form-control), 
	.convertforms #cf11 input[type="email"]:not(.form-control), 
	.convertforms #cf11 input[type="url"]:not(.form-control), 
	.convertforms #cf11 input[type="date"]:not(.form-control), 
	.convertforms #cf11 input[type="password"]:not(.form-control), 
	.convertforms #cf11 input[type="search"]:not(.form-control), 
	.convertforms #cf11 input[type="tel"]:not(.form-control), 
	.convertforms #cf11 input[type="number"]:not(.form-control), 
	.convertforms #cf11 select:not(.form-select):not(.form-control){
		border:none;
		border-right: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0;
	}
	.convertforms #cf11 .cf-control-group.col-lg-1 {    
		width: 8.33333333%;
	} 
	.convertforms #cf11 .cf-control-group.col-lg-2 {    
		width: 16.66666667%;
	}
	
	/*******************************************/
	#cf8  .cf-form-wrap .cf-fields{
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap;
	}
	.convertforms #cf8 .cf-control-group {
		padding: 0;
		max-width: 100%;   
	}
	.convertforms #cf8 .cf-control-group .cf-control-label{
		display:none;
	}
	.convertforms #cf8 input[type="text"]:not(.form-control), 
	.convertforms #cf8 input[type="email"]:not(.form-control), 
	.convertforms #cf8 input[type="url"]:not(.form-control), 
	.convertforms #cf8 input[type="date"]:not(.form-control), 
	.convertforms #cf8 input[type="password"]:not(.form-control), 
	.convertforms #cf8 input[type="search"]:not(.form-control), 
	.convertforms #cf8 input[type="tel"]:not(.form-control), 
	.convertforms #cf8 input[type="number"]:not(.form-control), 
	.convertforms #cf8 select:not(.form-select):not(.form-control){
		border:none;
		border-right: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0;
	}
	.convertforms #cf8 .cf-control-group.col-lg-1 {    
		width: 8.33333333%;
	} 
	.convertforms #cf8 .cf-control-group.col-lg-2 {    
		width: 16.66666667%;
	}
}


/*
	.cf-list-form .convertforms .cf-one-fourth {
	width: 25%;
	}
*/
@media(max-width: 640px) {
	.cf-list-form .convertforms .cf-control-group {
		padding: 0px;
	}
	.cf-list-form .convertforms {
		padding:10px 0px;
	}
}

