

/* Start:/local/templates/rutector/components/bitrix/news.list/feedback_page/style.css?17904212195290*/
.director_page .question_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.director_page .question_wrapper .form-group {
    width: 50%;
}
.director_page .question_wrapper .form-group.textarea {
    width: 100%;
}
.director_page .question_wrapper .form-group .input_block {
    display: flex;
}
#feedback_page .director_page .question_wrapper .form-group .input_block input{
    margin-bottom: 0;
}
#feedback_page p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #617087;
}
#feedback_page .callBackHeader{
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.feedback_wrapper .callBackButtons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.feedback_wrapper .callBackButtons .category_page{
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.feedback_wrapper .callBackButtons .category_page.active:before{
    content: '';
    position: absolute;
    background-color: #000000;
    width: 30px;
    height: 20px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-top: 20px solid #0054A4;
}
.feedback_wrapper .form_block{
    display: none;
    margin-top: 30px;
    /*position: absolute;*/
    /*top: 120px;*/
}
.callBackHeader {
    padding-top: 10px;
    color: #014d97;
    font-size: 24px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}



table.form-table
{
    width:100%;
    background-color:white;
    border-collapse:collapse;
    font-size:100%;
    font-weight:normal;
    line-height:160%;
}

table.form-table th, table.form-table td
{
    border:1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align:top;
}

table.form-table th
{
    background-image:url(/local/templates/rutector/components/bitrix/news.list/feedback_page/images/table_head.gif);
    background-repeat:repeat-x;
    text-align: left;
    color:#25639A;
}


table.form-table td
{
    padding: 15px 5px;
}

.form-required
{
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/rutector/components/bitrix/news.list/feedback_page/images/icon_warn.gif);
}

.callbackForm.pageForm{
    margin-top: 25px;
}
.callbackForm.pageForm input[type=submit]{
    border: none;
    background: #D31320;
    padding: 10px 15px;
    height: auto;
    font-weight: bold !important;
    font: 17px Calibri;
    color: #ffffff;
}
form .form-group {
    display: flex;
}
#feedback_page form input[type=checkbox] {
    display: block;
}

.pageForm .bigBefore {
    font-size: 18px;
    font-weight: bold;
    width: 600px;
    text-align: center;
    margin-left: auto;
}
.pageForm p {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
.pageForm .aside {
    font-style: italic;
    color: #727272;
    font-size: 15px;
}
.pageForm .form-group input{
    height: 34px;
    font-size: 14px;
}
.pageForm .form-group input[type=checkbox]{
    height: 15px;
    width: auto;
}
#soglasie{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
#soglasie input[type=checkbox]{
    margin-right: 10px;
}
#soglasie .control-label{
    padding-top: 0;
    font-size: 12px;
    width: auto;
}
.dealer-form label{
    width: 15px;
}
.col-md-6.radio{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.col-md-6.radio label:nth-child(2){
    margin-right: 10px;
}
#feedback_page form{
    width: 600px;
    margin-left: auto;
    padding: 0 30px;
}
#feedback_page form .input_block{
    width: 100%;
}
#feedback_page form input[type=text]{
    margin-left: 4px;
    color: rgb(125, 124, 129);
    padding-left: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B5B6B8;
    width: 95%;
}
#feedback_page form input.textarea .form-required{
    display: none;
}
#feedback_page form textarea{
    border: 1px solid #B5B6B8;
    width: 85%;
    margin: auto;
    height: 100px;
}
#feedback_page form .bigBefore{
    text-align: center;
}
.bottom_form .submit_block{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15px;
    justify-content: space-between;
}
.callBackForm1{
    padding-top: 31px;
    padding-right: 65px;
    font-size: 21px;
    text-align: right;
    min-height: 476px;
    margin-top: 45px;
    background-size: cover;
}
@media (min-width: 768px){
    .pageForm .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
        font: 15px Calibri;
    }
}
@media (max-width: 768px){
    form .form-group{
        flex-direction: column;
    }
}
@media (max-width: 800px){
    .callBackForm1{
        width: 100%!important;
        background-image: none!important;
        padding: 0;
    }
    .callBackForm1 #feedback_page form{
        width: 100%;
    }
    .pageForm .bigBefore, #feedback_page form{
        width: 100%;
    }
    .feedback_wrapper .form_block{
        padding: 0 15px;
    }
    .feedback_wrapper .callBackButtons{
        flex-direction: column;
    }
    .feedback_wrapper .callBackButtons .category_page{
        margin-bottom: 10px;
    }
}

/* End */
/* /local/templates/rutector/components/bitrix/news.list/feedback_page/style.css?17904212195290 */
