.questonline_footer_custom_input1{
    width:100%;
    height:47px;
    background:transparent;
    outline:0;
    border:0;
    margin:0;
    padding:0;
    font-size:17px;
    color:#000;
    line-height:1;
    font-family:proximanovareg;
    padding:0 5px 0 15px;
    border:2px #fff solid;
    background:#fff;
}
.questonline_footer_custom_textarea1{
    width:100%;
    height:107px;
    background:#fff;
    outline:0;
    border:0;
    margin:0;
    padding:0;
    font-size:17px;
    color:#000;
    line-height:1.2;
    font-family:proximanovareg;
    padding:10px 5px 0 15px;
    border:2px #fff solid;
    vertical-align:top;
}

.questonline_footer{
}
.questonline_footer_inner{
}

.questonline_footer_result{
    display:none;
	position:absolute;
	top:25px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:21px;
	line-height:1.3;
	color:green;
}
.questonline_footer_result_tx2{
    font-weight:bold;
    margin-top:5px;
}

.questonline_footer_form_wrap{
	position:relative;
    max-width:1280px;
    margin:0 auto;
}

.questonline_footer_input1{
    width:100%;
    height:49px;
    font-size:19px;
    color:#000;
    line-height:1;
    font-family:proximanovareg;
    padding:6px 5px 5px 27px;
    border:0;
    outline:0;
    border-radius:20px;
}

.questonline_footer_textarea1{
    width:100%;
    height:125px;
    font-size:19px;
    color:#000;
    line-height:1.2;
    font-family:proximanovareg;
    padding:15px 10px 5px 27px;
    border:0;
    outline:0;
    border-radius:20px;
    vertical-align:top;
}

.questonline_footer_label{
    -webkit-transition:all 0.15 ease-out 0s;
    -moz-transition:all 0.15 ease-out 0s;
    -ms-transition:all 0.15 ease-out 0s;
    -o-transition:all 0.15 ease-out 0s;
    transition:all 0.15 ease-out 0s;
}

/*
.questonline_footer input[type="text"]:focus,
.questonline_footer textarea:focus{
    border-color:#1d904c;
}
*/

.questonline_footer_label.err input[type="text"],
.questonline_footer_label.err textarea{
    border-color:#ff0000;
}

/*
.questonline_footer_label.shadowred input[type="text"],
.questonline_footer_label.shadowred textarea{
    transition:box-shadow 0.3s ease 0s;
    -webkit-box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
    -moz-box-shadow:4px 5px 8px -9px rgba(255,0,0,0.8);
    box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
}
*/

/*
.questonline_footer input[type="text"]::-webkit-input-placeholder,
.questonline_footer textarea::-webkit-input-placeholder{
	color:#797979;
}
.questonline_footer input[type="text"]:-moz-placeholder,
.questonline_footer textarea:-moz-placeholder{
    color:#797979;
}
.questonline_footer input[type="text"]:-ms-input-placeholder,
.questonline_footer textarea:-ms-input-placeholder{
    color:#797979;
}
*/

.questonline_footer_button{
    display:inline-flex;
    vertical-align:top;
    justify-content:center;
    align-items:center;
    width:100%;
    height:55px;
    border-radius:0;
    background:#e3182c;
    line-height:1;
    text-decoration:none!important;
    border:none;
    outline:none!important;
    padding:5px 10px;
    cursor:pointer;
    position:relative;
    text-decoration:underline;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:0;
    transition:all 0.15s 0s ease-out;
}
.questonline_footer_button_tx{
    font-size:18px;
    line-height:1.2;
    color:#fff;
    font-family:proximanovareg2;
}
/*
.questonline_footer_button_tx span{
    background-image:linear-gradient(to bottom,#dd787b,#dd787b);
    background-position:0 1.13em;
    background-repeat:repeat-x;
    background-size:100% 1px;
    transition:background-size 0.07s ease 0s;
}
*/
.questonline_footer_button:hover{
    background:#dc3f44;
    color:#fff;
    text-decoration:none;
}
.questonline_footer_button:active{
    top:1px;
}
.questonline_footer_button:disabled{
    background:#dc3f44;
    top:0!important;
    opacity:0.5;
    cursor:auto;
}
.questonline_footer_button_loader{
    display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-21px;
	display:none;
	background-image:url(img/loader2.gif);
	background-repeat:no-repeat;
	width:43px;
	height:11px;
}
.questonline_footer.loading .questonline_footer_button_tx{
    visibility:hidden;
}
.questonline_footer.loading .questonline_footer_button_loader{
    display:block;
}

.questonline_footer_error{
    display:none;
    text-align:left;
    margin-top:15px;
    font-size:14px;
    line-height:1.2;
    color:red;
}
.questonline_footer.error .questonline_footer_error{
    /*display:block;*/
}

.questonline_footer.result .questonline_footer_form_wrap_inner{
    visibility:hidden;
}
.questonline_footer.result .questonline_footer_form_wrap_inner,
.questonline_footer.result .questonline_footer_form_wrap_inner *{
    visibility:hidden!important;
    -webkit-transition:all 0s linear 0s!important;
    -moz-transition:all 0s linear 0s!important;
    -ms-transition:all 0s linear 0s!important;
    -o-transition:all 0s linear 0s!important;
    transition:all 0s linear 0s!important;
}
.questonline_footer.result .questonline_footer_result{
    display:block;
}
.questonline_footer.result *{
    -webkit-transition:all 0s linear 0s;
    -moz-transition:all 0s linear 0s;
    -ms-transition:all 0s linear 0s;
    -o-transition:all 0s linear 0s;
    transition:all 0s linear 0s;
}

.questonline_footer_zagol1{
    font-size:50px;
    line-height:1;
    color:#fff;
    font-family:proximanovalight;
    text-transform:uppercase;
}
.questonline_footer_zagol2{
    margin-top:12px;
    font-size:22px;
    line-height:1.3;
    color:#fff;
    font-family:proximanovalight2;
    opacity:0.98;
}

.questonline_footer_rules{
    margin-top:13px;
    font-size:15px;
    line-height:1.2;
    color:#fff;
    font-family:proximanovareg2;
    opacity:0.6;
}
.questonline_footer_rules a{
    text-decoration:underline;
    color:#fff;
}
.questonline_footer_rules a:hover{
    text-decoration:none;
    color:#fff;
}

.questonline_footer_formblock1{
    margin-top:20px;
}
.questonline_footer_formblock1:nth-child(1){
    margin:0;
}

.questonline_footer_custom_header{
    text-align:center;
}

.questonline_footer_custom_footer{
    position:relative;
    z-index:20;
    margin-top:40px;
    text-align:center;
}

.questonline_footer_custom_content{
    margin-top:48px;
}

.questonline_footer_custom_cont1{
    display:flex;
    flex-wrap:nowrap;
}
.questonline_footer_custom_cont1_box1{
    width:50%;
    padding-right:6px;
}
.questonline_footer_custom_cont1_box2{
    flex:1;
    padding-left:6px;
}


/**************/

.main-signup-block-footer__write_block_feedback_input{
  height:36px;
  border:0;
  border-radius:0;
  background:transparent;
  border-bottom:1px solid rgba(0, 0, 0, 0.3);
  color:#000;
  font-family:proximanovareg2;
  font-size:18px;
  line-height:1.98;
  width:100%;
  outline:0;
}
.main-signup-block-footer__write_block_feedback_input::-webkit-input-placeholder{
  color:#000;
}
.main-signup-block-footer__write_block_feedback_input:-ms-input-placeholder{
  color:#000;
}
.main-signup-block-footer__write_block_feedback_input::-ms-input-placeholder{
  color:#000;
}
.main-signup-block-footer__write_block_feedback_input::placeholder{
  color:#000;
}
.main-signup-block-footer__write_block_feedback_way{
  position:relative;
  z-index:10;
}
.main-signup-block-footer__write_block_feedback_way_btn{
    display:flex;
    align-items:center;
    position:relative;
    height:36px;
    border-bottom:1px solid rgba(0, 0, 0, 0.3);
    font-size:18px;
    line-height:1;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    overflow:hidden;
}
.main-signup-block-footer__write_block_feedback_way_btn_tx{
    white-space:nowrap;
}
.main-signup-block-footer__write_block_feedback_way_btn:hover{
    text-decoration:none;
    color:#000;
}
.main-signup-block-footer__write_block_feedback_way_btn::after{
  content:'';
  position:absolute;
  top:0;
  right:0px;
  width:40px;
  height:100%;
  background:transparent url(/images/main-signup-block__write_block_feedback_icon.svg) no-repeat 50%;
}
.main-signup-block-footer__write_block_feedback_way_block{
  position:absolute;
  top:35px;
  width:100%;
  max-height:350px;
  padding:20px 20px 35px 20px;
  border:1px solid #b2b2b2;
  background:#ffffff;
  opacity:0;
  visibility:hidden;
  overflow-x:auto;
  -webkit-transition:0.2s;
  transition:0.2s;
  will-change:opacity,visibility;
}
.main-signup-block-footer__write_block_feedback_way_block_item{
    margin-top:7px;
    display:block;
    color: #000;
    font-family:proximanovareg2;
    font-size:15px;
    line-height:1.07;
    color:#000;
    text-decoration:none;
    cursor:pointer;
}
.main-signup-block-footer__write_block_feedback_way_block_item:nth-child(1){
    margin:0;
}
.main-signup-block-footer__write_block_feedback_way_block_item:hover{
    color: #1fa18d;
    text-decoration:none;
}
.main-signup-block-footer__write_block_feedback_way_block_item.active{
    color:#1fa18d;
}

.main-signup-block-footer__write_block_feedback_way.active .main-signup-block-footer__write_block_feedback_way_block{
  opacity:1;
  visibility:visible;
}
.main-signup-block-footer__write_block_feedback_btn{
    margin-top:42px;
}

.questonline_footer_captcha {
    color: red;
    margin-top: 10px;
    font-size: 15px;
}