#headFormContainer{
	width:100%;
	max-width: 1500px !important;
	margin: 0 auto;
	display: table;
	/*border:1px dashed red;*/
	padding:0 10px;
}
#currencyBlock{
	/*border:1px dashed blue;*/
	display: inline-block;
	margin:0 15px;
	width:440px;

}
#currencyBlockText{
	/*border:1px dashed green;*/
	display: inline-block;
	margin:0 15px;
	width: calc(100% - 500px);

}

#currencyBlockText IMG{
	right:-50px;
	top:65px;
}

#headFormContainer form{
	margin-top:0px;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: none;
}

#next_btn_s1{
	width:100%;
	font-weight: bold;
	max-width: 100%;
}


HEADER[data-page-type=cloud] .campMobileHolder{
	width:440px;
	margin-left:auto;
	margin-right:auto;
	background: #F06667;
	border:none;
}

HEADER[data-page-type=cloud] .campMobileHolder > DIV{
	background: #F06667;
}


#smallText{ font-size:17px; color:#555; max-width: 350px; line-height: 25px; }

@media(max-width:1400px){
	#smallText { max-width: 230px; }
}
@media(max-width:1280px){
	#currencyBlockText IMG{ display:none; }
	#smallText { max-width: 100%; width: 100%; font-size:21px; }
}
@media(max-width:990px){
	#currencyBlockText { display:none; }
}

@media(max-width:470px){
	HEADER[data-page-type=cloud] .campMobileHolder {
		width: calc(100% + 10px);
		margin:0 -5px;
	}
	#currencyBlock{ width:auto;	}
	.fColRight .input-group{ width:100%; }
}