.fseo_questions_step.with_arrow:after{
    background-image: url('../img/arrow_right_blue.png');
}
.fseo_questions_step_number{
    border-color: #496c9f;
    color: #3f649a;
}
.fseo_questions_step_description{
    color: #57baff;
}
.fseo_question_cats_title{
    color: #fff;
    background-color: #8191b6;
    background-image: url('../img/ico_questions_white.png');
}
.fseo_question_cats_title:after{
    background: transparent;
}
.fseo_questions_cats_list_main > li > a{
    background: #abb4c8;
}
.fseo_questions_cats_list_sub > li > a{
    color:#5c71a0;
}
.fseo_questions_cats_list li.active > a{
    background: #9dd7ff;
    color:#fff;
    border-color: #9dd7ff;
}
.fseo_questions_cats_list li.active > ul{
    border-color: #9dd7ff;
}
.fseo_questions_expert_desc{
    color:#000;
}
.fseo_questions_expert_card{
    border-color: #448ccb;
}
.fseo_questions_expert_btn button{
    background: #4d6497;
    border-radius: 0;
}
.fseo_questions_experts:after{
    background: transparent;
}
.fseo_questions_list_title a{
    color:#000;
}
.fseo_questions_list_count_text, .fseo_questions_list_count_number{
    color: #3f649a;
}
#question_form_submit{
    background: #4d6497;
    border-radius: 0;
}
.fseo_questions_list_show_more a{
    color: #57baff;
    border-color: #57baff;
}
@media(max-width: 768px){
    .fseo_questions_step.with_arrow:after{
        background: url('../img/arrow_step_down_blue.png') 0 0 no-repeat;
    }
}