

/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_order_1/style.css?17546325078479*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=cyrillic');


.form_feedback_order_under {
    font-family: 'Rubik', sans-serif;
	width: 900px; 
	display: block!important;
}
.form_feedback_order_under .loader {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
}
.form_feedback_order_under .form_feedback_order-wrap {
}
.form_feedback_order_under .form_feedback_order {
    width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
    padding-top: 40px;
}
.form_feedback_order_under .form_feedback_order_under {
	padding: 39px 27px 30px;
	font-size: 14px;
}
.form_feedback_order_under .form_feedback_order .header_grey {
	font-size: 24px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    font-weight: normal;
    text-align: left;
}
.form_feedback_order_under .form_feedback_order .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_order_under .form_feedback_order .error-content-wrap{
    padding: 0 30px;
}


.form_feedback_order_under .form_feedback_order .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}


.form_feedback_order_under .form-feedback-questions {
    margin-left: -20px;
    margin-right: -20px;
}

.form_feedback_order_under .form-feedback-radio {
	font-size: 16px;
	line-height: 30px;
    color: #888889;
    font-weight: 100;
    display: inline-block;
    margin: 10px;
	cursor: pointer;
	position: relative;
}
.form_feedback_order_under .form-feedback-radio input {
    display: none;
}
.form_feedback_order_under .form-feedback-radio input:checked + label {
    color: #c6366f;
	font-size: 20px;
}
.form_feedback_order_under .form-feedback-radio label {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
	font-weight: normal;
	vertical-align: top;
	line-height: 30px;
}
.form_feedback_order_under .form-feedback-radio label:hover { 
	color: #000;
}
.form_feedback_order_under .form-feedback-radio-wrap {
    margin: 20px;
}

.form_feedback_order_under .form-feedback-field-wrap {
	padding: 30px 20px;
    width: 50%;
}
.form_feedback_order_under .form-feedback-field {
    position: relative;
	font-size: 16px;
}
.form_feedback_order_under .form-feedback-field input {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
	height: 60px;
	width: 100%;
	font-size: 14px;
}
.form_feedback_order_under .form-feedback-field textarea {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    height: 60px;
    line-height: 29px;
    width: 100%;
    max-height: 180px;
    max-width: 100%;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	overflow: hidden;
}
.form_feedback_order_under .form-feedback-field label {
    position: absolute;
    top: 21px;
    left: 15px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-weight: normal;
}
.form_feedback_order_under .form-feedback-field-textarea {
    position: relative;
	font-size: 16px;
}

.form_feedback_order_under [data-float="left"] {
	float: left;
}
.form_feedback_order_under [data-float="right"] {
	float: right;
}

.form_feedback_order_under .form-feedback-button-wrap {
    width: 50%;
    padding: 30px 20px;
	font-size: 0;
}
.form_feedback_order_under .form-feedback-button {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}
.form_feedback_order_under .form-feedback-button .solid_button {
    display: inline-block;
    height: 54px;
    font-size: 16px;
    color: #fff;
    line-height: 53px;
    border-radius: 5px;
    border: 0;
    text-align: center;
    background: #c6366f;
    margin: 0 auto;
    transition-property: background-color, border-color;
    transition: 0.4s;
    width: 100%;
}
.form_feedback_order_under .form-feedback-button .solid_button:hover {
	color: #2c3449;
	background:#f6c12e;
}
.form_feedback_order_under .form-feedback-consent {
    display: inline-block;
    width: 60%;
    padding-left: 20px;
    font-size: 12px;
	line-height: 16px;
    vertical-align: middle;
}

.form_feedback_order_under .error {
    position: absolute;
    bottom: -20px;
    color: #c80000;
    left: 15px;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form_feedback_order_under [data-error="true"] .error {
    opacity: 1;
}
.form_feedback_order_under [data-error="true"] input,
.form_feedback_order_under [data-error="true"] textarea {
	border-color: #c80000;
}

.form_feedback_order_under [data-active="true"] label {
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 12px;
}

.form_feedback_order_under .form_feedback_order-note {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
	padding: 50px;
}

.form_feedback_order_under .form-feedback-tooltip {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
	margin-top: 10px;
    margin-left: -110px;
    width: 220px;
    z-index: 1;
}
.form_feedback_order_under .form-feedback-radio .form-feedback-tooltip {
	opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    position: absolute;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.form_feedback_order_under .form-feedback-radio:hover .form-feedback-tooltip {
	opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
}
.form_feedback_order_under .form-feedback-tooltip-wrapper {
	display: block;
	padding: 9px;
	background: #fff;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0px 4px 14px #dcdcdc;
	font-weight: normal;
    color: #000;
	
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.form_feedback_order_under .form-feedback-radio:hover .form-feedback-tooltip-wrapper {
	-webkit-transform: none;
    transform: none;
}

.form_feedback_order_under .form-feedback-tooltip-text {
    font-size: 12px;
}
.form_feedback_order_under .form-feedback-tooltip-price {
    font-size: 16px;
	margin-left: 10px;
}

@media all and (max-width: 768px) {
	.form_feedback_order_under .form_feedback_order {
		width: 100%;
	}
	.form_feedback_order_under .form-feedback-field-wrap {
		width: 100%;
		height: auto!important;
	}
	.form_feedback_order_under .form-feedback-button-wrap {
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	.form_feedback_order_under .form-feedback-button, 
	.form_feedback_order_under .form-feedback-consent {
		width: 100%;
	}
	.form_feedback_order_under .form-feedback-consent {
	    padding: 0;
		margin-top: 20px;
	}
	.form_feedback_order_under .form-feedback-field-wrap {
		padding: 30px 0px;
	}
	.form_feedback_order_under .form-feedback-button-wrap {
		padding: 30px 0px;
	}
}

.form-feedback-consent {
	margin-top: 5px;
	width: 85%;
    float: right;
    text-align: left;
}
.form-feedback-consent a, .form-feedback-consent a:hover {
	text-decoration: none;
}
.form-feedback-consent label {
	font-size: 11px;
	color: #585858;
	cursor: pointer;
	width: 90%;
}
.form-feedback-consent label:hover {color: #8e8e8e;}
.form-feedback-consent label, .form-feedback-consent input {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: normal;
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_help/style.css?15986082323974*/
.form_feedback_help {
	width: 100%;
	font-size: 0;
	padding-top: 25px;
}
.form_feedback_help .header_grey {
	margin-bottom: 18px
}
.form_feedback_help_under {
	font-size: 14px;
}
.form_feedback_help .header_grey {
	font-size: 30px;
	padding-top: 35px;
	padding-bottom:5px;
	color: #2c3449;
	font-weight: 300;
	margin-top: -30px;
	text-align: center;
}
.form_feedback_help .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_help .controls_help label{
	font-size: 14px;
	color: #4b5162;
	line-height: 24px;
	font-weight: 300;
}
.form_feedback_help .controls_help .input textarea{
	height: 135px;
}
.form_feedback_help .control .starrequired{
	color:#940939;
}
.form_feedback_help .controls_help .input input.inputfile {
	border:0;
	box-shadow:none;
}

.form_feedback_help .controls_help label{
	font-size: 14px;
	color: #4b5162;
	line-height: 24px;
	font-weight: 300;
}
.form_feedback_help .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_help .controls_help .input input,.form_feedback_help .controls_help .input textarea,.form_feedback_help .controls_help .captcha_form .input input,
.form_feedback_help .controls_help .input select{
	width: 100%;	
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px!important;	
	height: 50px;
	border: none;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	font-weight: normal;
	font-size: 15px;
	float:none;
	border: 1px solid #d5d8dc;
	border-right: 0px;
}
.form_feedback_help .controls_help .input select.nofill,
.form_feedback_help .controls_help .input input.nofill,
.form_feedback_help .controls_help .input textarea.nofill,
.form_feedback_help .controls_help .captcha_form .input input.nofill{
	border:1px solid red;
}
.form_feedback_help .controls_help .captcha_form .input input{
	width: 117px;
	display: inline-block;
}
.form_feedback_help .controls_help .captcha_form .input img {
	width: 128px;
	display: inline-block;
	vertical-align: middle;	
	text-align:right;
	margin-left: 13px;
	margin-top: -4px;
	height: 36px;
}
.form_feedback_help .controls_help .input textarea{
	height: 135px;
}
.form_feedback_help .control .starrequired{
	color:#940939;
}
.form_feedback_help .controls_help {
	width: 175px;
	display: inline-block;
}
.form_feedback_help .controls_help .input input.inputfile {
	border:0;
	box-shadow:none;
}

.form_feedback_help .buttons {
	display: inline-block;
}
.form_feedback_help .solid_button {
	display: inline-block;	
	font-size: 16px;
	color: #313a4c;
	line-height: 48px;
	border-radius: 0px;	
	border:0;
	padding:0 20px;
	text-align:center;
	background:#ffd800;
	border: 1px solid #ffd800;
	margin: 0 auto;
	transition-property: background-color, border-color;
    transition: 0.4s;
	font-weight: 400;
}
.form_feedback_help .solid_button:hover {
	color: #fff;
	background:#c6366f;
	border: 1px solid #c6366f;
}
.form_feedback_help .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}
.form_feedback_help .errors {
	color:red;
	font-size:15px;
	margin-top: 15px;
}
.form_feedback_help .text {
	font-size:11px;
	margin-top:5px;
}
.form_feedback_help .controls_help .input input.inputfile {
	padding: 7px !important;
	margin-top: 5px;
}
.consent_form_help {
	margin-top: 5px;
	width: 85%;
    float: right;
    text-align: left;
}
.consent_form_help a, .consent_form_help a:hover {
	text-decoration: none;
}
.consent_form_help label {
	font-size: 11px;
	color: #585858;
	cursor: pointer;
}
.consent_form_help label:hover {color: #8e8e8e;}
.consent_form_help label, .consent_form_help input {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: normal;
}
/* End */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_order_1/style.css?17546325078479 */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_help/style.css?15986082323974 */
