form[name="feedback_form_modal"] fieldset{padding: 0;
    border: 0;}
form[name="feedback_form_modal"] fieldset.radio .radio-button,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset.radio .radio-button {
	display: inline-block;
	margin: 0 20px 0 0;
}
form[name="feedback_form_modal"] fieldset .radio-button label,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button label{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 0;
}
form[name="feedback_form_modal"] fieldset .radio-button.error input + label,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button.error input + label{
	border-color: red;
}
form[name="feedback_form_modal"] fieldset .radio-button input,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button input{
	display: none;
}
form[name="feedback_form_modal"] fieldset .radio-button input + label,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button input + label{
	position:relative;
	padding-left:24px;
	text-align: left;
	width: 100%;
}
form[name="feedback_form_modal"] fieldset .radio-button input + label:before,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button input + label:before{
	position:absolute;
	top:0;
	left:0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	content: "";
	border-radius: 50%;
	background: #38596c;
	box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 9px #fff;
	transition:all .2s;
}
form[name="feedback_form_modal"] fieldset .radio-button input:checked + label:before,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset .radio-button input:checked + label:before{
	box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 4px #fff;
}

form[name="feedback_form_modal"] fieldset.checkbox .radio-button,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset.checkbox .radio-button{
	margin-bottom: 10px;
	display: block;
}
form[name="feedback_form_modal"] fieldset.checkbox .radio-button label,
form[name="IRECA_MANAGEMENT_FOOTER"] fieldset.checkbox .radio-button label{
	font-size: 0.9em;
}

label.policy_label_for_form.error{color:red !important;}
input:checked + label.policy_label_for_form.error{color:inherit !important;}

.inputtextarea.error, .inputtext.error, .inputselect.error {
	border-color: red!important;
	color: #000;
}
.ajax-web-form {
	font-size: 1.2em;
	width:100%;
	max-width: 650px;
	position: relative;
	background: #fff;
	box-shadow: 0 20px 5px rgba(0,0,0,0.1);
	color:#858282;
}
.ajax-web-form .close-icon {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 11px; right: 10px;
	height: 22px;
	width: 23px;
	background-image: url(img/close.png);
}
.ajax-web-form .title {
	padding: 9px 25px 10px;
	color: #1d76bb;
	text-transform:uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
.ajax-web-form .fields {
	padding: 25px 35px;
}
.ajax-web-form .fields:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form .field {
	margin: 0 0 20px 0;
}
.ajax-web-form .field:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form label {
	display: inline-block;
	/*width: 20%;*/
	padding: 6px 15px 0 0;
	text-align: right;
	float: left;
	box-sizing: border-box;
}
.ajax-web-form label.full-label {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: left;
	color: #0e76bc;
	font-weight: bold;
}
.ajax-web-form .input {
	/*width: 100%;
	float: left;*/
}
.ajax-web-form select,
.ajax-web-form input[type="text"],
.ajax-web-form input[type="email"],
.ajax-web-form textarea {
    border:solid 1px #000;
    width: 100%;
    padding: 7px 5px; /* Для Firefox */ /* Для Safari и Chrome */
	background:#edeff0;
}
.ajax-web-form textarea {
	margin-top:20px;}
.ajax-web-form input[type="text"],
.ajax-web-form input[type="email"] {
	height: auto;
}
.ajax-web-form .checkbox-item label {
	float: none;
	width: auto!important;
}
.ajax-web-form .checkbox-item input {
	margin-right: 5px;
}
.ajax-web-form .checkbox-item .error + label {
	color: red;
}
.ajax-web-form .captcha-block img.captcha_img {
	float: left;
	cursor: pointer;
}
.ajax-web-form .captcha-block img.reload {
	display: none;
}
.ajax-web-form .captcha-block label {
	width: 31%;
	padding-top: 2px;
	line-height:20px;
}
.ajax-web-form .captcha-block .captcha {
	float: right;
	width: 98px;
	padding-top: 9px;
	padding-bottom: 9px;
	height:35px;
}
.ajax-web-form .captcha-block:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form textarea {
	resize: none;
	height: 150px;
}
.ajax-web-form input[type="submit"] {
	float: right;
	background: linear-gradient(to bottom, #3f8ad5 0%, #1577bf 100%);
    border: none;
    cursor: pointer;
    width: 260px;
	padding: 12px 18px;
    font-size: 20px;
	color: #fff;
    border-radius: 3px;
	text-transform:uppercase;
}
.ajax-web-form input[type="submit"]:hover {
}
.ajax-web-form .form-ajax-loader {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.5);
}
.ajax-web-form .success {
	padding: 50px;
	text-align: center;
	color: green;
	font-size: 1.3em;
}
.ajax-web-form .error-form {
	padding: 50px;
	text-align: center;
	color: red;
	font-size: 1.3em;
}
/*-------- LOADER ---------*/

.sk-fading-circle {
  position: absolute;
  display: block;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}