/* FeedBack Form */
#contacts{
    display: block;
    /*#padding: 50px 35px 35px 35px;*/
    margin: 0 auto;
    color: #432a1d;
    width: 100%;
    position: relative;
    background: #fff;
}
#contacts .promo_button {
    width: 100%;
}

#feedback-form-top h2{
    margin: 0;
}

#feedback-form-top {
    
    text-align: center;
}
#feedback-form-top  {
    /*color: white;*/
    text-align: center;
}

#feedback-form-top .label-class {
    margin:  0 auto;
}

#feedback-form .label-class INPUT, #feedback-form .label-class TEXTAREA {
    /*font-family: 'Nunito';*/
    line-height: 60px;
    /*font-size: 14px;*/
    width: 100%;
    height: 60px;
    border: none;
    background-color: #f6f6f6;
    margin: 0;
    margin-top: 20px;
    padding: 0 22px 0 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.07);
    box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 7%);
    



}


#feedback-form #contacts .agreement .chk{
    float: left;
}

#feedback-form #contacts .agreement .txt{
    font-style: italic;
}

.order-form {
    width: 65%;
    margin: auto;
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

#feedback-form fieldset{
    border: none;
}

/*Success message*/
#feedback-form #contacts #message {
    width: 100%;
    background: white;
    padding-top: 30px;
    text-align: center;
}


/*Form feedback for questions short antispam*/

.captcha_verify {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.captcha_verify .captcha_img IMG  {
    height: 60px;
}
.captcha_verify .captcha_check INPUT  {

    padding-top: 0;
    padding-left: 10px;
    height: 60px;   
    border: none;
    background-color: #f6f6f6;

    min-width: 200px;
    width: 100%;
}

#feedback-form #contacts .agreement .txt label {
    font-size: 0.9em;
}

#success_page .message p {
    margin-bottom: 10px;
}
#success_page h1{
    margin: 10px auto;
}