#answer_add{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eee;
    opacity: 0.96;
    padding: 30px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.11);
}

#answer_add .title{
    text-align: center;
    font: 400 24px "Roboto";
    line-height: 30px;
    color: #000;
    padding: 0 30px 20px 30px;
}
#answer_add div.row_title{
    padding-bottom: 5px;
    padding-top: 5px;
}
#answer_add div.row_content{
    padding-bottom: 15px;
    padding-top: 5px;
}
#answer_add div input[type="text"],
#answer_add div input[type="email"],
#answer_add div textarea{
    text-align: left;
    outline: none;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    color: #000;
    width: 100%;
    font: 300 16px "Roboto";
    line-height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    resize: none;
}
#answer_add div textarea {
    margin-bottom: 0;
}
#answer_add .submit_block{
    padding-top: 20px;
    padding-bottom: 20px;
}
#answer_add div textarea{
    height: 100px;
}
#submit_button{
    outline: none;
    background-color: #ffd247;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-radius: 18px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
    padding: 0 30px;
    color: #000;
    font: 400 17px "Roboto";
    line-height: 35px;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 14px;
}
#submit_button:hover{
    background-color: #ffdc6f;
}

/*input[name='PROPERTY_FILE_53[]']{*/
    /*position: relative;*/
    /*left: 3px;*/
/*}*/
/*input[type="file"]:focus{*/
    /*outline: none!important;*/
/*}*/
/*input[name='PROPERTY_FILE_53[]']:before{*/
    /*position: absolute;*/
    /*content: 'Выбрать файл';*/
    /*text-align: center;*/
    /*width: 140px;*/
    /*color: #000;*/
    /*font: 400 14px "Roboto";*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*background-color: #ffd247;*/
    /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);*/
    /*-webkit-background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);*/
    /*box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);*/
    /*top: -5px;*/
    /*left: -3px;*/
    /*border-radius: 6px;*/
/*}*/
/*input[name='PROPERTY_FILE_53[]']:hover:before{*/
    /*background-color: #ffdc6f;*/
/*}*/
.captcha_block{
    padding-top: 15px;
    padding-bottom: 15px;
}

.block_messages{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.block_messages p{
    display: inline-block;
}
#message_ankor{
    height: 50px;
}
.row.file{
    display: flex;
    margin: 0;
}
.file-upload {
    position: relative;
    display: inline-block;
}
.file-upload input[type="file"]{display: none;}
.file-upload label {cursor: pointer;font-size: 16px;font-weight: 300;background-color: #ffd247;padding: 0;margin: 0;}
.file-upload span {white-space: nowrap;}
.filename {
    background: #fff;
    border: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    margin-left: 10px;
}
input[type="file"] {
    display: none;
    }
@media screen and (max-width: 480px) {
    input[type="file"] {
        color: transparent;
    }
    #answer_add{
        padding-left: 15px;
        padding-right: 15px;
    }
}