.vi-page-form-wrapper {
	padding-bottom: 60px;
	margin-bottom: 60px;
	position: relative;
}

.form_footer input[type=submit] {
	margin: 0!important;
}

.vi-page-form-wrapper-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	background: #f4f4f4;
	z-index: -1;
}

.vi-page-form-wrapper h3 {
	font-size: 36px;
	max-width: 350px;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
}


.vi-page-form-wrapper form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.vi-page-form-wrapper .form .form_body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	max-width: 970px;
	position: relative;
	width: 100%;
}
body .vi-page-form .form_footer {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 30px;
}
body .vi-page-form .ik_select_link {
	padding: 15px;
	background: #fff;
	border: 1px solid #bbb;
	box-sizing: border-box;
	border-radius: 10px;
	height: initial;
	margin-bottom: 20px;
}
body .vi-page-form .ik_select_link_text {
	font-size: 15px;
	line-height: 1.1;
	height: initial;
}
body .vi-page-form .ik_select_link:after {
	top: 40%;
}

body .vi-page .vi-page-form .form-control * {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #888888;
}
.vi-page-form .form-control textarea {
	width: 100%;
	margin-bottom: 0;
	height: 305px;
	min-height: 160px;
	line-height: 1.3;
	max-width: 470px;
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
	border-radius: 10px;
}
.vi-page-form-wrapper .form_body .form-control:nth-of-type(5) {
	grid-row: 1/5;
	grid-column: 2;
}
.vi-page-form-wrapper .form_body .form-control:nth-of-type(6) {
	grid-column: 2;
	border: none;
	background: none;
	margin: 0;
	width: 100%;
}
.vi-page-form-wrapper .form_body .form-control.captcha-row {
	grid-row: 5/6;
	grid-column: 1;
	max-width: 500px;
	padding-top: 20px;
	border: none;
	background: none;
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.vi-page-form-wrapper .form_body .form-control.captcha-row label {
	margin-left: auto;
	width: 50%;
	order: 2;
}
.form_body .captcha-row .captcha_image {
	width: 50%;
	height: 50px;
	position: relative;
}
.captcha-row .captcha_image img {
	height: 37px;
	border: none;
	vertical-align: top;
	width: 180px;
}
.captcha_reload {
	border: 1px solid transparent;
	cursor: pointer;
	height: 35px;
	left: 179px;
	position: absolute;
	top: 0;
	width: 36px;
	margin-left: 10px;
}
.captcha_reload::before, .captcha_reload::after {
	content: "";
	display: block;
	position: absolute;
}
.captcha_reload::before {
	border-radius: 25px;
	height: 25px;
	left: 5px;
	top: 5px;
	width: 25px;
	color: #FFF;
	background: #b4161a;
}
.captcha_reload::after {
	background: rgba(0, 0, 0, 0) url(https://ortonica.ru/bitrix/templates/aspro_mshop_copy/images/icons_wish.png) repeat scroll -67px -82px;
	height: 13px;
	left: 10px;
	top: 11px;
	transition: background 0.7s ease-in-out 0s;
	width: 15px;
}
body .vi-page .vi-page-form .captcha-row .captcha_input {
	position: static;
	height: 50px;
	margin: 0;
	padding: 0;
	max-width: 184px;
	width: 50%;
}
.vi-page-form-wrapper .form .captcha-row .captcha_input input[name="captcha_word"] {
	width: 230px;
}
.form-control .vi-input-file-title {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
body .vi-page-form .form-control .vi-input-file-custom-btn {
	background: #ECECEC;
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
	border-radius: 3px;
	width: 120px;
	height: 40px;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 35px;
}
body .vi-page-form .form-control .vi-input-file-custom-btn + b {
	line-height: 40px;
}
body .vi-page-form .form_footer button {
	display: none;
}
.form_result {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.form_result.success {
	color: green;
}
.form_result.error {
	color: red;
}
.form_footer {
	padding-bottom: 20px;
}
@media (max-width: 1200px) {
	.vi-page-form .form-control textarea {
		margin-bottom: 20px;
	}
	.vi-page-form-wrapper form {
		display: block;
	}
	.vi-page-form-wrapper .form .form_body {
		display: flex;
		flex-wrap: wrap;
		max-width: 470px;
		margin-left: auto;
		margin-right: auto;
	}
	body .vi-page-form .form-control .vi-input-file-custom-btn {
		margin-bottom: 30px;
	}
}


@media (max-width: 1024px) {
	.form_footer input[type=submit] {
		margin-top: 0!important;
	}
	.vi-page-form-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.vi-page-form-wrapper h3 {
		font-size: 24px;
	}
}

@media (max-width: 570px) {
	.vi-page-form .form-control textarea {
		min-height: 160px;
	}
	body .vi-page-form .captcha_image,
	body .vi-page-form  .captcha_input{
		height: 50px!important;
		width: 100% !important;
	}
	.captcha-row .captcha_image img {
		width: 180px;
	}
	body .vi-page-form .form-control.captcha-row label {
		width: 100%;
		order: 2;
	}
	body .vi-page .vi-page-form .captcha-row .captcha_input {
		order: 3;
	}
	.vi-page-form-wrapper .form_body .form-control.captcha-row label {
		order: 3;
		margin-left: initial;
		width: 100%;
	}
	.form_footer {
		padding-bottom: 30px;
	}
	.form_footer input[type=submit] {
		margin: 0 0 15px!important;
	}
}

@media (max-width: 1200px) {
	.form_left {
		width: 100%;
	}

	.form_right {
		width: 100%;
	}
}

.form_wrapper {
	display: flex;
	flex-direction: row-reverse;
}

@media (min-width: 1280px) {
	.form_footer input[type=submit] {
		order: 0 !important;
	}
}
