.popup-default-text {
	text-align: center;
	cursor: default;
}
.order-call-top {
	height: 66px;
	padding-top: 17px;
	text-align: center;
}
.order-call-top .header,
.form-header {
    font-size: 26px;
	font-weight: bold;
    margin-bottom: 4px;
	/*margin-top: 17px;*/
}
.order-call-top p {
    margin-bottom: 14px;
}
.pass-name-text{
	margin-bottom: 25px;
	margin-top: 4px;
}

.tour-search-form .date .relative {
    width: auto;
}
.tour-search-form .date .relative .hidden-fake {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.tour-search-form .date > div > div,
.tour-search-form .date > div > label{
    float: left;
}
/*.order-call-top a,*/
.order-call-mid a,
.call-password-recovery .back a{
    color: #ff5200;
}
.order-call-mid .agree a {
	text-decoration: underline;
}
.call-password-recovery a.orange-button:active {
	line-height: 49px;
}
.link-password {
	text-align: center;
	margin-bottom: 16px;
}
.call-password-recovery .back a,
.link-password a {
	text-decoration: underline;
	text-align: center;
}
.call-password-recovery .back a:hover,
.link-password a:hover {
	text-decoration: none;
}
.order-call-mid a:hover {
	text-decoration: none;
}
.call-password-recovery .back {
	text-decoration: none;
	font-size: 12px;
}
.order-call-mid #agree {
    margin:3px 6px 0 12px;
}
.order-call-form .agree {
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	margin-bottom: 14px;
	text-align: center;
}
.order-call-form input[type="checkbox"] {
	width: 15px;
	box-shadow: none;
	vertical-align: middle;
}
.disabled-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.001);
	z-index: 10;
	display: none;
}

/*disabled popup, when sending data*/
.order-recall-form.disabled-popup,
.order-recall-form.disabled-popup .order-call-top,
.order-recall-form.disabled-popup a,
.order-recall-form.disabled-popup textarea,
.order-recall-form.disabled-popup input[type="text"],
.order-recall-form.disabled-popup input[type="password"],
.order-recall-form.disabled-popup textarea.help,
.order-recall-form.disabled-popup input.help
{
    color: #a7a9a8;

}
.order-recall-form.disabled-popup {
	border-radius: 4px;
}
.order-recall-form.disabled-popup,
.order-recall-form.disabled-popup .form-row input,
.order-recall-form.disabled-popup .form-row textarea{
	background-color: #f5f7f6!important;
}
.order-recall-form.disabled-popup .orange-button,
.order-recall-form.disabled-popup a.orange-button{
	background-color: #cacaca!important;
	color: #cacaca;
}
.order-recall-form.disabled-popup .order-call-button-block .ajax-loader-grey {
	display: block;
}
.order-recall-form.disabled-popup .nationality-mask {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;  /*IE6-9*/
    -webkit-filter: grayscale(100%);  /*Chrome 19+, Safari 6+, Safari 6+ iOS*/
	opacity:0.5;
}
.order-recall-form.disabled-popup .order-call-top a {
    color: #7f7f7f;
    border-bottom-color: #7f7f7f;
}
.order-recall-form.disabled-popup .orange-button,
.order-recall-form.disabled-popup .orange-button:hover,
.call-password-recovery.disabled-popup .orange-button {
    background: #7f7f7f;
    color: #ffffff;
    cursor: progress;
}
.ajax-loader-grey {
	margin-left: 50%;
	margin-right: 8px;
	position: absolute;
	top: 15px;
	width: 16px;
	height: 16px;
	background: url(/images/common/ajax-loader-call-us.gif) no-repeat;
	display: none;
}
.order-recall-form .form-row.mail {
	position: relative;
}
.order-recall-form .form-row.mail input {
	padding-right: 27px;

}
.ajax-loader-grey-mail {
	margin-left: 50%;
	margin-right: 8px;
	position: absolute;
	top: 8px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(/images/common/ajax-loader-grey-dark.gif) no-repeat;
	display: none;
}

.order-call-form,.call-reg-form {
	width: 391px;
	margin: 0 auto;
}
.call-password-recovery {
	text-align: center;
	background: #ffffff;
	display: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
/*.order-call-popup,*/
/*.call-password-recovery,*/
.order-call-popup-wrapper{
	width: 451px;
	background: #ffffff;
	font: 12px 'PT Sans';
	display: none;
	position: fixed;
	top: 240px;
	left: 511px;
	z-index: 10201;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
}

.order-recall-form .messages-block {
	top: 51px;
}
.popup-close {
	width: 9px;
	height: 9px;
	background: url(/images/newdesign/popup-close.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
.order-recall-form .form-row input,
.order-recall-form .form-row textarea,
.call-password-recovery input{
	background: none repeat scroll 0 0 padding-box #f4f5f4;
	border: 1px solid #f0f0f0;
	border-top-color: #F6F6F6;
	border-bottom-color: #ffffff;
	/*background: #f4f5f4;*/
	padding: 4px 12px 7px;
	height: 32px;
	text-align: left;
	font: 16px 'PT Sans', sans-serif;
	-webkit-box-shadow: 0 1px 1px 0 #d6d8d7 inset;
	box-shadow: 0 1px 1px 0 #d6d8d7 inset;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 18px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order-recall-form .form-row input.help {
	background-color: transparent;
	border: 1px solid transparent;
	box-shadow: none;
}
.order-recall-form input.help,
.order-recall-form textarea.help{
	color:#949494;
}
.order-recall-form input#call-phone{
	padding: 4px 6px 6px 54px;
}
.order-recall-form .form-row textarea {
	resize: none;
	height: 148px;
	margin-bottom: 15px;
}
.order-call-button-block {
	padding-bottom: 30px;
	position: relative;
}
.order-recall-form .form-row.phone {
	float: left;
	width: 206px;
}
.order-recall-form .form-row.name {
	float: right;
	width: 175px;
}
.order-recall-form .form-row.phone input,
.order-recall-form .form-row.name input {
	margin-bottom: 15px;
}

.order-recall-form.already-registered .order-call-form .agree {
	display: none;
}
.order-recall-form.already-registered .order-call-form .link-password {
	display: block;
}
.order-recall-form .form-row.pass,
.order-recall-form .order-call-form .link-password{
	display: none;
}
.order-recall-form.already-registered .form-row.pass {
	width: 100%;
}
.order-call-button-block .orange-button {
	width: 100%;
	margin-left: 1px;
	background: #ff5400;
}
.order-call-button-block .orange-button:hover {
	background: #ff4200;
}
.call-pass-button-block {
	margin: 12px 0 30px;
}
.call-pass-button-block .orange-button {
	width: 100%;
}
.order-recall-form .messages-block {
	top: 25px;
}
.popup-header-text {
	height: 76px;
	padding-top: 17px;
}
.order-recall-form .messages-block .green {
	margin-top: -11px;
}
.call-password-recovery .messages-block .green {
	margin-top: -21px;
}

.call-password-recovery .messages-block .red {
	color: #ffffff;
}
.call-password-recovery input {
	text-align: center;
}
.order-call-popup-wrapper .account-info .open-form-phone .active-dropdown, .open-form-phone .active-dropdown {
	top: 32px;

}