.form-feedback-order .form-feedback-body .errortext {
    padding-bottom: 20px !important;
    display: block;
}
.adaptive-container-2 {
	max-width: 1463px;	
	padding: 0 15px;
    margin: 0 auto;
    min-width: 300px;
}
.form-feedback-order {
	color: #000;
	font-weight: normal;
}
.form-feedback-order .form-feedback-order-col-1 {
	background: #AB3362;
	color: #fff;
	display: flex;
}
.form-feedback-order-col-1-wrapper {
	padding:95px 105px 113px 131px;
	text-align: left;
	max-width: 393px;
	box-sizing: content-box;
}
.form-feedback-order .decription_form {
	font-weight: normal;
	font-size: 22px;
	line-height: 133.3%;
}
	
	
.form-feedback-order .form-feedback-order-wrapper {	
	display: flex;
	color: #000;
}
.form-feedback-order .form-feedback-order {
	padding: 39px 27px 30px;
	font-size: 14px;
}
.form-feedback-order .header_grey {
	padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
	font-size: 48px;
	line-height: 133.3%;
}

.form-feedback-order .form-feedback-order-wrapper .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}


.form-feedback-order .form-feedback-questions {
    margin-left: -20px;
    margin-right: -20px;
}

.form-feedback-order .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 .form-feedback-radio input {
    display: none;
}
.form-feedback-order .form-feedback-radio input:checked + label {
    color: #c6366f;
	font-size: 20px;
}
.form-feedback-order .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 .form-feedback-radio label:hover { 
	color: #000;
}
.form-feedback-order .form-feedback-radio-wrap {
    margin: 20px;
}

.form-feedback-order .form-feedback-field-wrap {
	padding: 30px 20px;
    width: 50%;
}
.form-feedback-order .form-feedback-field {
    position: relative;
	font-size: 16px;
}
.form-feedback-order .form-feedback-field input {
	-webkit-appearance: none;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 0;
	height: 50px;
	width: 100%;
	font-size: 14px;
    background: transparent;
}
.form-feedback-order .form-feedback-field input:focus {
	border-bottom: 2px solid #000;
}
.form-feedback-order .form-feedback-field textarea {
	-webkit-appearance: none;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 15px;
    height: 60px;
    line-height: 29px;
    width: 100%;
    max-height: 180px;
    max-width: 100%;
	font-size: 14px;
	-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;
	background: transparent;
}
.form-feedback-order .form-feedback-field textarea:focus {
	 border-bottom: 2px solid #000;
}
.form-feedback-order .form-feedback-field label {
    position: absolute;
    top: 20px;
    left: 0;
	color: #989494;
	-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: 500;
	font-size: 14px;
}
.form-feedback-order .form-feedback-field-textarea {
    position: relative;
	font-size: 16px;
}

.form-feedback-order [data-float="left"] {
	float: left;
}
.form-feedback-order [data-float="right"] {
	float: right;
}
.form-feedback-order-col-2 {
	flex-grow: 1;
	background: #fff;
}
.form-feedback-order .form-feedback-body {
	max-width: 507px;
	box-sizing: content-box;
	padding: 95px 0 113px 102px;
}
.form-feedback-order .form-feedback-button-wrap {
	max-width: 522px;
    padding-bottom: 30px;
    padding-top: 70px;
	font-size: 0;
	font-weight: normal;
}
.form-feedback-order .form-feedback-button {
    display: inline-block;
    vertical-align: middle;
}
.form-feedback-order .form-feedback-button .solid_button {
    display: inline-block;
    height: 54px;
	font-weight: normal;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 0 50px;
}
.form-feedback-order .form-feedback-button .solid_button:hover,
.form-feedback-order .form-feedback-button .solid_button:focus,
.form-feedback-order .form-feedback-button .solid_button:active {
	color: #fff;
	background:#000;
}
.form-feedback-order .form-feedback-consent {
    font-size: 12px;
	line-height: 16px;
}
.form-feedback-order .form-feedback-consent a {
    color: #000;
}
.form-feedback-order .form-feedback-consent input{
	margin: 0 4px 0 0;
}

.form-feedback-order .error {
    position: absolute;
    bottom: -20px;
    color: #e7e7e7;
    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 [data-error="true"] .error {
    opacity: 1;
}
.form-feedback-order [data-error="true"] input,
.form-feedback-order [data-error="true"] textarea {
	border-color: #e7e7e7;
}

.form-feedback-order [data-active="true"] label {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
}

.form-feedback-order .form-feedback-order-note {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	/*padding: 50px;*/
	color: #000;
}
.form-feedback-order .email_form {
	padding-right: 15px;
}

.form-feedback-order .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 .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 .form-feedback-radio:hover .form-feedback-tooltip {
	opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
}
.form-feedback-order .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 .form-feedback-radio:hover .form-feedback-tooltip-wrapper {
	-webkit-transform: none;
    transform: none;
}
.form-feedback-order-contacts {	
	display: flex;
	color:#fff;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 90px;
}
.form-feedback-order-contacts a {
	text-decoration: none;
	color: inherit;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 133.3%;
}
.form-feedback-order-contacts a:hover,
.form-feedback-order-contacts a:focus,
.form-feedback-order-contacts a:active {
	color: #fff;
}
.form-feedback-order .form-feedback-tooltip-text {
    font-size: 12px;
}
.form-feedback-order .form-feedback-tooltip-price {
    font-size: 16px;
	margin-left: 10px;
}
@media all and (max-width: 1300px) {	
	.form-feedback-order .header_grey {
		font-size: 24px;
		line-height: 133.3%;
	}
	.form-feedback-order .decription_form {
		font-weight: 500;
		font-size: 16px;
	}
		
	.form-feedback-order .form-feedback-order-col-1-wrapper {
		padding: 50px;
	}
	.form-feedback-order .form-feedback-body {
		padding: 50px;
	}
}
@media all and (max-width: 800px) {
	.form-feedback-order-contacts {	
		margin-top: 20px;
	}
	.form-feedback-order-contacts a {	
		font-size: 16px;
	}
	.form-feedback-order-wrapper {
		flex-wrap: wrap;
	}
	.form-feedback-order .form-feedback-order-col-1 {
		width: 100%;
	}
	.form-feedback-order .form-feedback-order-col-2{
		width: 100%;
		
	}
	.form-feedback-consent {
		margin-top: 10px;
	}
	.form-feedback-order .form-feedback-body {
		padding: 25px;
	}
	
}
@media all and (max-width: 450px) {		
	.form-feedback-order .form-feedback-order-col-1-wrapper {
		padding: 25px;
	}
	.form-feedback-order .email_form:first-child {
		margin-bottom: 15px;
	}
	.form-feedback-body table {
		margin-top: 11px;
	}
	.form-feedback-order .decription_form {
		font-weight: 300;
	}
	.form-feedback-order .form-feedback-field-wrap {
		padding: 10px 20px !important;
	}
	.form-feedback-order .form-feedback-button-wrap {
		padding-top: 20px;
	}
	.form-feedback-body table {
		margin-top: 40px;
	}
}