@import "/promosites/css/privacy.css" screen;

hr{
	margin: 0px;
	height: 1px;
	border: none;
	background: #CCC;
	color: #CCC;
}


.tab4 {
	position: relative;
	bottom: -1px;
	height: 39px;
	margin-right: -10px !important;
	z-index: 10;
}
.tab4>li {
	background: #8cc566;
	position: relative;
	width: 156px;
	margin-right: 3px;
	padding: 10px 0px 7px 0px;
	border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 20px;
	font-size: 14px !important;
	color: black;
	text-align: center !important;
}
.tab4>li.active {
	background: #4B8AC1;
	border: 1px solid #4B8AC1;
	border-bottom: none;
	color: white !important;
	padding-bottom: 10px;
	top: -3px;
	margin-bottom: -3px;
}
.tab4>li:last-of-type {
	margin-right: 0px !important;
}
.tab4>li,
.tab4>li * {
	cursor: pointer;
}



#form {
	/*
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	margin: -5px;
	background: #efefef;
	*/
}
/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
*/
#form .upload_hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 0;
	padding: 0 !important;
}
#form .upload_button {
	background: #8cc566;
	border: none;
	color: white;
	font-size: 14px;
	padding: 4px 10px;
	float: right;
}
#form .upload_visible {
	width: 375px !important;
	cursor: pointer;
}




#form table {
	width: 100%;
}
#form table td {
	position: relative;
	padding: 4px 5px;
	vertical-align: top;
}
#form .form-required {
	position: absolute;
	top: 4px;
	right: 5px;
	height: 28px;
	width: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 250%;
	overflow: hidden;
	z-index: 10;
	cursor: help;
}
#form .fix_request .starrequired {
	right: 72px !important;
}
#form input[type=text],
#form input[type=data],
#form input[type=date],
#form input[type=phone] {
	border: 1px solid #ccc;
	min-height: 16px;
}
#form input {
	max-width: 443px;
	padding: 4px 10px;
	margin: 0px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	border-radius: 2px;
	line-height: 30px;
}
#form textarea {
	border-radius: 2px;
}
#form td {
	position: relative;
}
#form td .placeholder {
	position: absolute;
	top: -12px;
	left: 4px;
	max-width: 457px;
	font-size: 10px;
	padding: 2px 5px;
	background: #8bade4;
	color: white;
	border-radius: 5px 5px 0px 0px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#form input::-webkit-input-placeholder					{opacity: 1; transition: opacity 0.3s ease;}
#form input::-moz-placeholder										{opacity: 1; transition: opacity 0.3s ease;}
#form input:-moz-placeholder										{opacity: 1; transition: opacity 0.3s ease;}
#form input:-ms-input-placeholder								{opacity: 1; transition: opacity 0.3s ease;}
#form input:focus::-webkit-input-placeholder		{opacity: 0; transition: opacity 0.3s ease;}
#form input:focus::-moz-placeholder							{opacity: 0; transition: opacity 0.3s ease;}
#form input:focus:-moz-placeholder							{opacity: 0; transition: opacity 0.3s ease;}
#form input:focus:-ms-input-placeholder					{opacity: 0; transition: opacity 0.3s ease;}

#form textarea::-webkit-input-placeholder				{opacity: 1; transition: opacity 0.3s ease;}
#form textarea::-moz-placeholder								{opacity: 1; transition: opacity 0.3s ease;}
#form textarea:-moz-placeholder									{opacity: 1; transition: opacity 0.3s ease;}
#form textarea:-ms-input-placeholder						{opacity: 1; transition: opacity 0.3s ease;}
#form textarea:focus::-webkit-input-placeholder	{opacity: 0; transition: opacity 0.3s ease;}
#form textarea:focus::-moz-placeholder					{opacity: 0; transition: opacity 0.3s ease;}
#form textarea:focus:-moz-placeholder						{opacity: 0; transition: opacity 0.3s ease;}
#form textarea:focus:-ms-input-placeholder			{opacity: 0; transition: opacity 0.3s ease;}




#form td.colspan3 {
	width: 465px;
}
#form td.colspan3 input,
#form td.colspan3 textarea {
	width: 443px;
}
#form td.colspan2 {
	width: 306px;
}
#form td.colspan2 input {
	width: 284px;
}
#form td.colspan1 {
	width: 147px;
}
#form td.colspan1 input {
	width: 125px;
}

#form .select {
	position: relative;
	width: 200px;
	border: 1px solid #ccc !important;
	padding: 0px !important;
	margin: 2px 0px 0px 0px !important;
	min-height: 25px;
	overflow: hidden;
	display: block;
}
#form .select:hover {
	border: 2px solid #8bade4 !important;
	margin: 1px -1px -1px -1px !important;
	border-radius: 1px;
}
#form select {
	width: 230px;
	padding: 3px 10px;
	border: none;
	min-height: 25px;
	outline: none;
	margin: 0px;
	display: block;
	background: url(/img/arr.png) no-repeat 82% 50%;
}
#form textarea {
	padding: 4px 10px;
	width: 250px;
	height: 97%;
	min-height: 90px;
	border: 1px solid #ccc;
	resize: none;
	margin-top: 1px;
}
#form input[type=checkbox],
#form input[type=radio] {
	position: relative;
	top: 2px;
	margin-bottom: -2px;
	width: auto !important;
}
#form input[type=submit],
#form input[type=button],
#form button {
	width: auto !important;
	background: #8cc566;
	border: none;
	color: white;
	font-size: 14px;
	cursor: pointer;
	margin: 0px;
}
#form input[readonly] {
	border: 1px solid #ddd;
}
.buttons {
	min-height: 26px;
	margin: 0px;
	padding: 8px 5px;
	border-top: 1px solid #ccc;
	background: #EFEFEF;
}
#form .button {
	margin: 0px 5px;
}
#form .prev {
	float: left;
}
#form .next {
	float: right;
}
#form .submit {
	float: right;
}



.tab_item {
	border: 1px solid #ccc;
}



#form h5 {
	margin: 10px 0px 5px 0px;
}
#form label,
#form label input[type=checkbox],
#form label input[type=radio] {
	cursor: pointer;
}
.hide {
	display: none;
}
#form .fact_addr {
	display: none;
}
#form .doc_addr {
	display: none;
}

#form .check {
	color: #ccc;
}






.payments {
	padding: 5px 0px;
	margin-right: -20px;
}
/*
.payments:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 32px;
}
*/
.payments > p:not('iconed'),
.payments > p:not('iconed1') {
	display: block;
	padding-left: 0px;
	border-right: none;
	padding-bottom: 5px;
}
.payments > .iconed,
.payments > .iconed1 {
	text-align: left;
	display: inline-block;
	/*border-right: 1px solid #ccc;*/
}
.payments > .iconed:last-of-type,
.payments > .iconed1:last-of-type {
	border-right: none;
}

.payments > .iconed,
.payments > .iconed1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
}

.payments > .links.iconed,
.payments > .links.iconed1 {
	padding-left: 8px;
}
.payments > .iconed:after {
	position: relative;
	display: block;
	content: " ";
	width: 42px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.payments > .iconed1:after {
	display: block;
	content: " ";
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*
.payments > .iconed._maestro:after,
.payments > .iconed1._maestro:after {
	background-image: url('/img/icon/maestro.svg');
}
.svg_no .payments > .iconed._maestro:after,
.svg_no .payments > .iconed1._maestro:after {
	background-image: url('/img/icon/maestro.png');
}

.payments > .iconed._mastercard:after,
.payments > .iconed1._mastercard:after {
	background-image: url('/img/icon/mastercard.svg');
}
.svg_no .payments > .iconed._mastercard:after,
.svg_no .payments > .iconed1._mastercard:after {
	background-image: url('/img/icon/mastercard.png');
}

.payments > .iconed._ya:after,
.payments > .iconed1._ya:after {
	background-image: url('/img/icon/ya.svg');
}
.svg_no .payments > .iconed._ya:after,
.svg_no .payments > .iconed1._ya:after {
	background-image: url('/img/icon/ya.png');
	background-size: 18px 18px;
}

.payments > .iconed._visa:after,
.payments > .iconed1._visa:after {
	background-image: url('/img/icon/visa.svg');
}
.svg_no .payments > .iconed._visa:after,
.svg_no .payments > .iconed1._visa:after {
	background-image: url('/img/icon/visa.png');
}

.payments > .iconed._webmoney:after,
.payments > .iconed1._webmoney:after {
	background-image: url('/img/icon/webmoney.svg');
}
.svg_no .payments > .iconed._webmoney:after,
.svg_no .payments > .iconed1._webmoney:after {
	background-image: url('/img/icon/webmoney.png');
}
*/

.payments > ._mir:after{
	background-image: url('/img/icon/mir.png');
	width: 60px;
}
.payments > ._visa:after{
	background-image: url('/img/icon/visa.png');
	width: 60px;
}
.payments > ._mastercard:after{
	background-image: url('/img/icon/mastercard.png');
	width: 50px;
}
.payments > ._maestro:after{
	background-image: url('/img/icon/maestro.png');
}
.payments > ._alfabank:after{
	background-image: url('/img/icon/alfabank.png');
}
.payments > ._sberbank:after{
	background-image: url('/img/icon/sberbank.png');
}
.payments > ._qiwi:after{
	background-image: url('/img/icon/qiwi.png');
}
.payments > ._webmoney:after{
	background-image: url('/img/icon/webmoney.png');
}
.payments > ._apple_pay:after{
	background-image: url('/img/icon/apple_pay.png');
}
.payments > ._ya:after{
	background-image: url('/img/icon/ya.png');top:-3px;
}
.payments > ._PSB:after{
	background-image: url('/img/icon/PSB.png');
}



#result_before {
	content: ' ';
	display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../img/black_50.png');
	z-index: 9008;
}
#result {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 350px;
	margin: -175px 0px 0px -300px;
	z-index: 9009;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#res_content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 20px solid white;
	background: white;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 4px;
}
#res_content h1,
#res_content h2,
#res_content h3,
#res_content h4,
#res_content h5,
#res_content h6 {
	margin-top: 0px !important;
}
#res_close {
	content: ' ';
	position: absolute;
	display: block;
	top: -10px;
	right: -10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url('../img/cancel.png') no-repeat 50% 50% white;
	cursor: pointer;
	z-index: 1000;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}