.s-flex.row{
    margin: 0 -10px;
}
.s-page{
    margin-top: 0;
    padding: 0;
}
.s-page p {
    text-align:left;
    margin-bottom: 0;
}
.item_section b {
    display: inline-block;
    margin-bottom: 10px;
}
.middle_title,.s-page h2,.adv_block .middle_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
}
.blue{
    color: #15BAFF;
}
.middle_title.blue .line_title {
    display: block;
    height: 3px;
    background: #15baff;
    margin-top: 25px;
}
.jumbotron_flash .left_block{
    padding: 40px 70px 54px 0;
}
.jumbotron_flash .left_block p{
    margin-bottom: 16px;
}
.jumbotron_flash .left_block .btn-box{
    margin-top: 34px;
}
.img_right {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.img_right img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
a.btn.btn-prime:not(.callback-mfp) {
    border-radius: 50px;
}
.index-rubric .s-container {
    padding: 0 10px;
}
.index-rubric .btn-prime {
    text-transform: none;
    font-weight: 400;
    margin-top: 24px;
}
.index-rubric {
    padding-top: 16px;
}
.index-rubric span.title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #6E808E;
}
.index-rubric .subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #223449;
    margin-bottom: 24px;
}
.item_index_rubric {
    display: flex;
}
.list_icon {
    margin-right: 15px;
}
.item_index_rubric strong{
    display: inline-block;
    margin-bottom: 10px;
}
@media all and (min-width: 768px){
    .col-m-35{
        width: 35%;
    }
    .col-m-65{
        width: 65%;
    }
}
@media all and (max-width:768px){
    .col-m-50 {
        width: 100%;
    }
    .img_right {
        height: 350px;
        width: 90%;
        margin: 0 auto;
    }
    .jumbotron_flash .left_block{
        padding: 24px 0;
    }
}
