.registration {
	font-size: 16px;
	color: #777;
}

	.registration h1 {
		width: 360px;
	}

	.registration .registration-info {
		width: 360px;
		margin-bottom: 10px;
	}

	.registration .registration-types {
		float: right;
		width: 515px;
		margin: 0 20px 0 0;
	}

		.registration .registration-types ul {
			list-style: none;
			margin: 0 0 22px 0;
			text-align: right;
		}

			.registration .registration-types ul li {
				display: inline-block;
				margin: 0;
				padding: 10px 20px 11px;
				font-weight: bold;
				color: #333;
			}

			.registration .registration-types ul li.current {
				border-radius: 6px;
				background: #d4d4d4;
					background: -moz-linear-gradient(top, #d4d4d4 0%, #f4f4f4 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#f4f4f4));
					background: -webkit-linear-gradient(top, #d4d4d4 0%,#f4f4f4 100%);
					background: -o-linear-gradient(top, #d4d4d4 0%,#f4f4f4 100%);
					background: -ms-linear-gradient(top, #d4d4d4 0%,#f4f4f4 100%);
				background: linear-gradient(to bottom, #d4d4d4 0%,#f4f4f4 100%);
				box-shadow: inset 0 2px 4px 0 #888;
			}

			.registration .registration-types ul a {
				border-bottom: 1px dotted;
				text-decoration: none;
				color: #26a200;
			}

			.registration .registration-types ul a:hover {
				color: #c20000;
			}

			.registration .registration-types .description {
				position: relative;
				padding: 15px 20px 20px;
				border: 1px solid;
				border-color: transparent #e1e1e1 #a6a6a6;
				border-radius: 6px;
				background: #f1f1f1;
					background: -moz-linear-gradient(top, #f1f1f1 0%, #fafafa 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fafafa));
					background: -webkit-linear-gradient(top, #f1f1f1 0%,#fafafa 100%);
					background: -o-linear-gradient(top, #f1f1f1 0%,#fafafa 100%);
					background: -ms-linear-gradient(top, #f1f1f1 0%,#fafafa 100%);
				background: linear-gradient(to bottom, #f1f1f1 0%,#fafafa 100%);
				font-size: 14px;
				line-height: 18px;
				color: #646464;
				box-shadow: 0 1px 0 0 #dedede;
			}

				.registration .registration-types .description:before {
					content: '◢';
					position: absolute;
					left: 50%;
					bottom: 100%;
					font-size: 28px;
					color: #f1f1f1;
					z-index: 0;
					text-shadow: 1px 0 #dfdfdf;
						-o-transform: scaleX(1.4);
						-ms-transform: scaleX(1.4);
						-moz-transform: scaleX(1.4);
						-webkit-transform: scaleX(1.4);
					transform: scaleX(1.4);
				}

				.registration .registration-types .description.type-advertizer:before {
					left: 48%;
				}

				.registration .registration-types .description.type-partner:before {
					left: 68%;
				}

				.registration .registration-types .description.type-agency:before {
					left: 89%;
				}

	.registration .form-body {
		position: relative;
	}

	.registration .form-row {
		display: inline-block;
		margin: 0 20px 0 0;
		vertical-align: top;
	}

        .registration .form-row .field {
			display: block;
			width: auto;
			margin-bottom: 10px;
			font-weight: bold;
			color: #373737;
        }

		.registration .form-row .value {
			position: relative;
			display: block;
			width: 245px;
		}

		.registration .form-row-login .value,
		.registration .form-row-last_name .value {
			width: 360px;
		}

			.registration .value input[type="text"],
			.registration .value input[type="password"] {
				width: 235px;
			}

			.registration .modern-select {
				width: 245px;
			}

			.registration .form-row-login input[type="text"],
			.registration .form-row-last_name input[type="text"] {
				width: 350px;
			}

			.auth-form .value input[type="text"].correct,
			.auth-form .value input[type="password"].correct {
				border-color: transparent;
				box-shadow: 0 0 3px 3px #b7e2bb;
			}

			.auth-form .value input[type="text"].incorrect,
			.auth-form .value input[type="password"].incorrect {
				border-color: transparent;
				box-shadow: 0 0 3px 3px #f2c5c5;
			}

			.registration .form-row .field-error {
				position: absolute;
				top: 100%;
				left: 0;
				margin: 6px 0 0 0;
				padding: 4px 5px 5px;
				background: #f0f0f0;
				font-size: 12px;
				font-weight: bold;
				box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
			}

			.registration .form-row .value .hint {
				margin-top: 6px;
			}

			.registration .form-row-password .value .hint {
				position: absolute;
				width: 390px;
			}

			#error-phone {
				position: absolute;
				width: 235px;
				margin: 6px 0 0 0;
			}

	.registration .form-row-password {
		padding-bottom: 2.5em;
	}

	.registration .form-row-user_type {
		display: block;
		margin-top: 25px;
	}

	.registration .form-row-user_type .value {
		display: inline-block;
		width: auto;
	}

	.registration .form-row-company {
		margin-bottom: 10px;
	}

        .registration .form-row .choice {
			display: inline-block;
			vertical-align: top;
			padding: 7px 10px;
			font-size: 16px;
			color: #777;
		}

			.registration .form-row .choice.active {
				background: #f0f0f0;
			}

			.registration .form-row-company input[type="text"] {
				width: 315px;
			}

	.registration .form-row-tab {
		display: inline-block;
		margin: 0;
		padding: 10px 20px 10px 15px;
		background: #f0f0f0;
	}

	.registration .field-status {
		position: absolute;
		top: 100%;
		left: 0;
		margin: 6px 0 0 0;
		padding: 4px 5px 5px;
		background: #f0f0f0;
		font-size: 12px;
		font-weight: bold;
		z-index: 2;
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	}

		.registration .field-status.correct {
			visibility: hidden;
		}

		.registration .field-status.incorrect {
			color: #c20000;
		}

			.registration .field-status .icon-validation {
				display: none;
			}

		.registration .form-row-password .field-status {
			top: 5.8em;
		}

	.registration .info-links {
		margin-bottom: 0;
	}

		.registration .info-links .confirm label {
			margin-left: 5px;
		}

.registration .hint {
	font-size: 12px;
	font-style: italic;
	color: #616161;
}

.registration .notice {
	font-size: 14px;
	line-height: 1.4;
	color: #313131;
}

.registration .form-error {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}

.registration .cancel-registration {
	margin-right: 140px;
	font-size: 12px;
	font-weight: bold;
}


.registration  .payment-types-availability .title {
	font-size: 16px;
}