.bmc_br .form_input textarea{
    height: 43px;
}
.info_pop .recaptcha{
    margin: 10px auto!important;
}
.intro_press{
    min-height: 60px;
}
.cols_right blockquote{
    margin: 0;
    padding: 15px 30px;
}

.price.free {
    color: #1b8c00;
}

.service_price_command .list_personal {
    justify-content: center;
}

.command_content_text {
    font-size: 1.6rem;
    line-height: 20px;   
}

.list_doc ul {
    width: 50%;
    margin: 0;
    padding: 0 45px;
    font-size: 1.6rem;
    line-height: 20px;
}

.list_doc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flow: row wrap;
    margin: 30px -15px;
}

@media (max-width: 767px) {
    .list_doc ul {
        width: 100%;
    }
    
    .list_doc {
        margin: 30px 0;
    }
    
    .list_doc ul {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    ul.top_menu li:nth-child(2) ul {
        min-width: 200px;
    }
}