.message-form {
	max-width: 416px;
	margin: 14px 0 0;
	border-top: 1px solid #e6e6e6;
}
	.message-form form {
		display: flex;
		flex-wrap: wrap;
	}
	.message-form-title {
		font: normal normal 18px/33px 'Gotham-Pro-Regular','Roboto','Arial','sans-serif';
		color: #00004d;
		margin: 0;
		background: #fff;
		padding: 17px 1px 14px;
		font-weight: 600;
	}
	.message-form-result {
		padding: 17px 1px 14px;
	}
	.message-form_info {
		margin-bottom: 2.0em;
	}
	.message-form_item {
		position: relative;
		margin: 0;
		zoom: 1;
	}
	#message-form-item-234 {
		margin-top: 20px;
	}
	.message-form_item_text {
		margin: 0;
	}
	#message-form-item-89 {
		margin: 28px 0 10px 41px;
	}
	.message-form_item:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
		.message-form_item label {
			display: block;
			margin: 0 0 0.3em 0;
			text-align: left;
		}
			.message-form_item label .required {
				color: #CC0000;
			}
		.message-form_item_text label, .message-form_item_textarea label {
			position: absolute;
			top: 9px;
			left: 18px;
			z-index: 2;
		}
		#message-form-item-92 label {
			top: 82px;
			left: 31px;
		}
	.message-form_field {
		position: relative;
	}
		.message-form_checkbox label, .message-form_radio label {
			display: inline;
			float: none;
			width: auto;
			margin: 0;
			text-align: left;
			font-size: 14px;
			line-height: 20px;
		}
        .message-form_checkbox label::before {
            content: '';
            position: relative;
            top: 6px;
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 8px;
            border: 1px solid rgba(0, 0, 77, .2);
            border-radius: 4px;
            box-sizing: border-box;
            background-color: #fff;
        }
        .message-form_checkbox input {
            display: none;
        }
        .message-form_checkbox input[type="checkbox"]:checked + label::before {
            background-color: var(--site-primory-color);
            border-color: var(--site-primory-color);
        }
        .message-form_checkbox input[type="checkbox"]:checked + label::after {
            content: '';
            position: absolute;
            top: 11px;
            left: 9px;
            width: 5px;
            height: 9px;
            border: 2px solid #fff;
            border-top: none;
            border-left: none;
            transform: rotate(45deg);
        }
		.message-form_text input, .message-form_date input {
			width: 278px;
			height: 48px;
			margin: 0;
			padding: 5px 15px;
			background: #FFF;
			border: 1px solid #ccccdb;
			border-radius: 8px 0 0 8px;
			overflow: hidden;
		}
		.message-form_date input {
			/*width: 170px;*/
		}
			.message-form_date .calendar-icon {
				position: absolute;
				top: 4px;
				left: 342px;
			}
		.message-form_item .textarea {
			width: 387px;
			height: 252px;
			margin: 0;
			padding: 5px 15px;
			background: #FFF;
			border: 1px solid #d2d2d2;
			border-radius: 4px;
		}
		.message-form_item.message-form_item_textarea {
			background: #fff;
			width: 50%;
			overflow: hidden;
			padding: 0 21px 18px;
			float: left;
		}
		.message-form_dropdown select {
			width: 367px;
			margin-left: 1px;
			font: normal 16px/1.2 Arial, sans-serif;
		}
		

		.message-form_item-hint {
			display: block;
			clear: both;
			padding: 0.4em 0 0 0;
			color: #979797;
			font-size: 11px;
		}
		.message-form_item-error {
			display: block;
			clear: both;
			margin: 0;
			padding: 0.4em 0 0 0;
			color: #dd4b39;
			font-size: 11px; 
		}
		.message-form_error .message-form_text input, .message-form_error .message-form_date input, .message-form_error textarea {
			border-color: #dd4b39 !important;
		}

		 .captcha {
			float: left;
			margin: -5px 0 0 -5px; 
		}
			.captcha_item {
				float: left;
				padding: 8px;
			}
			.captcha_selected {
				padding: 5px;
				border: 3px solid red;
			}
				.captcha_item span {
					display: block;
					width: 25px;
					height: 25px;
					overflow: hidden;
					text-indent: -5000px;
				}

				.grahic-captcha .captcha_item span {
					display: block;
					width: 30px;
					height: 30px;
					overflow: hidden;
					text-indent: -5000px;
					background-image: url('img/shape.png');
				}
				.grahic-captcha .square {
					background-position: 0 0;
				}
				.grahic-captcha .rectangle {
					background-position: -30px 0;
				}
				.grahic-captcha .triangle {
					background-position: -60px 0;
				}
				.grahic-captcha .round {
					background-position: -90px 0;
				}
				.grahic-captcha .polyhedron {
					background-position: -120px 0;
				}
				.grahic-captcha .trapeze {
					background-position: -150px 0;
				}
				.grahic-captcha .rhombus {
					background-position: -180px 0;
				}
				.grahic-captcha .oval {
					background-position: -210px 0;
				}
				.grahic-captcha .star {
					background-position: -240px 0;
				}
				
		.captcha-text {
			position: relative;
			float: left;
			height: 24px;
			margin: 3px 0 0 15px;
			padding: 0 10px;
			line-height: 25px;
			background-color: #f2efda;
			background-color: #fff9c9;
			border: 1px solid #c7bf93;
		}
			.captcha-text_corner {
				position: absolute;
				margin-top: 7px;
				margin-left: -10px;
				top: 0;
				left: 0;
				width: 10px;
				height: 10px;
				overflow: hidden;
				background: url(img/tip-yellow_arrows.png) no-repeat -30px 0;
			}
			.color-captcha-text label {
				color: #000;
				font-size: 12px;
			}

	.hidden-captcha {
		display: none;
	}

	.message-form_submit {
		/*float: right;*/
		/*margin: 94px 25px 0 0;*/
	}
		.message-form_submit input {
			/*font: normal 16px/1.2 'Gotham-Pro-Regular','Roboto','Arial','sans-serif';*/
			cursor: pointer;
			padding: 17px 28px 17px;
			border-radius: 0 8px 8px 0;
			font-size: 14px;
			line-height: 1;
		}
	.message-form_required-sing {
		margin-top: 1.2em;
		margin-left: 310px;
		font-size: 11px;
	}
	.message-form-text {
		padding: 7px 0 10px;
		font-size: 14px;
	}
@media (max-width: 991px) {
	.message-form {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 768px) {
	.message-form {
		padding-bottom: 6px;
		border-bottom: 1px solid #e6e6e6;
	}
	.message-form form {
		flex-wrap: wrap;
	}
	.message-form-title {
		padding: 17px 1px 5px;
	}
	.message-form_item {
		flex-basis: 100%;
		width: 100%;
	}
	.message-form .message-form_item {
		margin: 0 0 8px;
	}
	.message-form_item_text label, .message-form_item_textarea label {
		top: 7px;
	}
	.message-form_text input, .message-form_date input {
		height: 40px;
		border-radius: 8px;
	}
	.message-form .message-form_submit {
		width: 100%;
		flex-basis: 100%;
		margin: 0;
	}
	.message-form_submit input {
		width: 100%;
		padding: 12px 28px 14px;
		border-radius: 8px;
	}
}
.b-message-form_personal-data {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.b-message-form_personal-data a,
.b-message-form_personal-data a:visited,
.message-form_field_item a,
.message-form_field_item a:visited {
    color: var(--site-primory-color);
}