

/* Start:/local/templates/two_col/components/bitrix/main.feedback/made-to-order/style.css?17627050403849*/
.made-to-order_form{
	background: #F9F9F9;
	padding: 100px 0;
	position: relative;
}
.made-to-order_form .container{
	position: relative;
	display: flex;
	z-index: 1;
}
.made-to-order_form .text {
	width: 50%;
	margin-right: 5%;
}
.made-to-order_form .name{
	font-style: italic;
	font-weight: 900;
	font-size: 50px;
	line-height: 123%;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #212121;
}
.made-to-order_form .description{
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 123%;

	color: #A6A6A6
}
.made-to-order_form form{
	width: 50%;
	/*margin: 60px auto 0;*/
}
.made-to-order_form form .form-group{
	display: flex;
}
.made-to-order_form form .group{
	width: 50%;
}
.made-to-order_form form .group:first-child{
	margin-right: 20px;
}
.made-to-order_form .group input,
.made-to-order_form .group .chosen-container-single .chosen-single,
.made-to-order_form .file-upload {
	height: 62px;
	background: #EDEDED;
	border-color: #EDEDED;
	padding: 0 10px;
	margin-bottom: 20px;
	width: 100%;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #4A4A4A; 
}
.made-to-order_form .group .chosen-container-single .chosen-single {
	margin: 0px;
	display: flex;
	align-items: center;
}
.made-to-order_form .group .chosen-container .chosen-drop {
	border: none;
}
.made-to-order_form .group .chosen-container .chosen-results {
	background: #EDEDED;
	color: #4A4A4A; 
}
.made-to-order_form .group .chosen-container .chosen-results li.highlighted {
	background: transparent;
	font-weight: 300;
	color: #BF0000
}
.made-to-order_form .group input.parsley-error,
.made-to-order_form .group textarea.parsley-error {
  border: 1px solid #FF0000 !important;
}
.made-to-order_form .file-upload {
    display: flex;
	align-items: center;
	justify-content: space-between;
    position: relative;
}

.made-to-order_form .file-upload label {
    outline: 0;
    border: 0;
    cursor: pointer;
}

.made-to-order_form .file-upload input {
    display: none;
}
.made-to-order_form textarea {
	background: #EDEDED;
	border-color: #EDEDED;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 114px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #4A4A4A;
}
.made-to-order_form textarea:focus{
	outline: none;
}
.made-to-order_form form .wrapper__submit{
	width: 100%;
}
.made-to-order_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: #3E3E3E;
	height: 61px;
	width: 100%;
	background: #F7E22D;
	border: none;
	margin-top: 30px;
}
.message-error-made-to-order{
	color: #FF0000;
}
@media screen and (max-width: 992px) {
	.made-to-order_form{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.made-to-order_form .container {
		flex-direction: column;
	}
	.made-to-order_form .text,
	.made-to-order_form form{
		width: 100%;
		margin: 0px;
	}
}
@media screen and (max-width: 768px) {
	.made-to-order_form{
		padding: 40px 15px;
	}
	.made-to-order_form .name{
		font-size: 22px;
	}
	.made-to-order_form .description{
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 30px;
	}
	.made-to-order_form form .form-group{
		flex-direction: column;
	}
	.made-to-order_form form .group:first-child{
		margin: 0px;
	}
	.made-to-order_form form .group{
		width: 100%;
	}
	.made-to-order_form .group input, .made-to-order_form .group .chosen-container-single .chosen-single, .made-to-order_form .file-upload{
		margin-bottom: 13px;
	}
	.made-to-order_form form .wrapper__submit .main-button{
		margin-top: 13px;
	}
}
/* End */
/* /local/templates/two_col/components/bitrix/main.feedback/made-to-order/style.css?17627050403849 */
