.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;
}
.jumbotron_flash .left_block{
    padding: 40px 70px 54px 0;
}
.jumbotron_flash .left_block p{
    margin-bottom: 16px;
}
.img_right {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.img_right img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.sticker-box {
    float: right;
    padding-right: 13%;
    display: block;
    width: auto;
    margin-left: 10%;
}
.sticker-box img{
    max-width: 183px;
}
.block_tel {
    display: inline-block;
    padding: 35px 27px 35px 0;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: #6E808E;
    background-image: url(../../upload/red_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 16px;
}
.block_tel span{
    color:#fff;
}
.adv_block:not(.block_tabs_cont){
    padding:34px 15px 90px;
}
.item_adv {
    display: flex;
}
.item_adv .img_wrap{
    margin-right: 15px;
}
.how_connect .btn-box{
    margin-top: 54px;
    margin-bottom: 90px;
}
.how_price .middle_title {
    margin-top: 90px;
    margin-bottom: 43px;
}
.block_price {
    display: flex;
    justify-content: center;
    padding-bottom: 14px;
}
.item_block_price {
    background: #FFFFFF;
    border: 1px solid #D2DAE0;
    border-radius: 16px;
    padding: 24px 20px 24px 24px;
    font-weight: 600;
    margin-right: 25px;
    width: 100%;
    max-width: 353px;
    display: flex;
    align-items: center;
}
.item_block_price:last-child{
    margin-right: 0;
}
.item_block_price .right_block {
    font-size: 72px;
    line-height: 86px;
    text-align: center;
    text-transform: uppercase;
    color: #15BAFF;
    font-weight: 400;
    flex: auto;
}
.link_instruction_block {
    margin: 0 auto;
    display: flex;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #D2DAE0;
    border-radius: 16px;
}
@media all and (max-width:768px){
    .col-m-50 {
        width: 100%;
    }
    .img_right {
        height: 350px;
        width: 90%;
        margin: 0 auto;
    }
    .sticker-box{
        float:none;
    }
    .block_price {
        flex-flow: wrap;
    }
    .item_block_price {
        margin: 0 0 15px;
    }
}
@media all and (max-width:360px){
    .item_block_price {
        flex-flow:wrap;
    }
}