#plany_callback{
	padding:35px 30px;
	background: rgba(75, 85, 100, 0.1);
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 4px;
	margin-bottom:40px;
}

#plany_callback .plist{
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:20px;
	align-items:end;
}

#plany_callback .plist .prow_region{
	grid-column: span 2;
}

#plany_callback .plist .prow_region .jq-selectbox{
	width:100%;
}

#plany_callback label{
	display:block;
	margin:0px;
}

#plany_callback label .l{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	margin-bottom:10px;
}

#plany_callback label.error .l{
	color:red;
}

#plany_callback input[type="text"],
#plany_callback button{
	width:100%;
	height:40px;
}

#plany_callback input[type="text"]{
	border: 1px solid #ECECEC;
	border-radius: 10px;
	background:#fff;		
}

#plany_callback input[type="text"]:invalid{
	box-shadow:none;
	outline:none;
	border: none;
}

#plany_callback button{
	font-weight: 700;
	font-size: 14px;
}

#plany_callback .message{
	text-align:center;
	font-weight:bold;
	padding-top:20px;
	font-size:16px;
	color:green;
	display:none;
}

.plany_callback_title{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:5px;	
}

.plany_callback_note{
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	margin-bottom:25px;
	text-align: center;
}


@media (max-width: 1000px){

	#plany_callback{
		padding:20px;
	}	
}

@media (max-width: 720px){
		
	#plany_callback .plist{
		grid-template-columns:repeat(1, 1fr);
	}
	
	#plany_callback .plist .prow_region{
		grid-column: span 1;
	}
}