

/* Start:/local/templates/two_col/components/bitrix/main.feedback/opt/style.css?17379837212470*/
.opt_form{
	background: #F8F8F8;
	padding: 90px 0;
	position: relative;
}
.opt_form .container{
	position: relative;
	z-index: 1;
}
.opt_form .name{
	font-weight: 700;
	font-size: 44px;
	line-height: 123%;
	margin: auto auto 15px;
	text-align: center;
	text-transform: uppercase;
	max-width: 1000px;
	color: #231916;
}
.opt_form .description{
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 46px;
	text-align: center;

	color: #A6A6A6
}
.opt_form form{
	max-width: 833px;
	margin: 60px auto 0;
}
.opt_form form .form-group{
	display: flex;
}
.opt_form form .group{
	width: 50%;
}
.opt_form form .group:first-child{
	margin-right: 5%;
}
.opt_form .group input{
	height: 62px;
	background: #FFF;
	border-color: #D9D9D9;
	padding: 0 10px;
	margin-bottom: 30px;
	width: 100%;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #616161;
}
.opt_form .group input.parsley-error,
.opt_form .group textarea.parsley-error {
  border: 1px solid #FF0000 !important;
}
.opt_form textarea{
	background: #FFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 114px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	resize: none;
	color: #616161;
}
.opt_form textarea:focus{
	outline: none;
}
.opt_form form .wrapper__submit{
	width: 100%;
}
.opt_form form .wrapper__submit .main-button{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #FFF;
	height: 61px;
	width: 100%;
	background: #E60013;
	border: none;
	margin-top: 30px;
}
.message-error-opt{
	color: #FF0000;
}
@media screen and (max-width: 992px) {
	.opt_form{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.opt_form::after,
	.opt_form::before{
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.opt_form{
		padding: 56px 15px;
	}
	.opt_form .name{
		font-size: 22px;
	}
	.opt_form .description{
		font-size: 16px;
		line-height: 23px;
	}
	.opt_form form .form-group{
		flex-direction: column;
	}
	.opt_form form .group:first-child{
		margin: 0px;
	}
	.opt_form form .group{
		width: 100%;
	}
	.opt_form .group input{
		margin-bottom: 13px;
	}
	.opt_form form .wrapper__submit .main-button{
		margin-top: 13px;
	}
}
/* End */
/* /local/templates/two_col/components/bitrix/main.feedback/opt/style.css?17379837212470 */
