.rules-bar {
    display: none;
    background: #f6f6f6;
    // -webkit-box-shadow: 0 3px 5px 0 #4c4c4c;
    // box-shadow: 0 3px 5px 0 #4c4c4c;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #007ed8;
}

.rules-bar .wrapper {
    position: relative;
}

.rules-bar p {
    padding-left: 50px;
    line-height: 24px
}

.rules-bar .close-rules {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 10px;
    background: url(../dorogi_onf/img/close-red.png) no-repeat;
}

.mobile_app{
    display: none;
    padding: 10px 20px;
    position: relative;
}

.mobile_app_content{
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.mobile_app .text{
    color: #fff;
    margin-left: 30px;
    font-size: 17px;
}

.mobile_app .download{
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 30px;
}

.mobile_app .close{
    position: absolute;
    right: 30px;
    top: 50%;
    width: 28px; height: 28px;
    margin-top: -14px;
    background: url(close.svg) no-repeat;
}

.mobile_app.apple{
    background: #737373;
}

.mobile_app.apple img{
    max-width: 45px;
}

.mobile_app.apple .download{
    background: #ff493f;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}

.mobile_app.android{
    background: #a1bf57;
}

.mobile_app.android img{
    max-width: 55px;
}

.mobile_app.android .download{
    background: #fff;
    color: #737373;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}

@media screen and (max-width: 540px) {
    .mobile_app{
        padding: 10px;
    }
    .mobile_app_content{
        padding-right: 50px;
    }
    .mobile_app .text{
        font-size: 14px;
        margin-left: 10px;
    }
    .mobile_app .download{
        padding: 10px 15px;
    }
    .mobile_app .close{
        right: 15px;
        width: 20px; height: 20px;
        margin-top: -10px;
    }
    .mobile_app.apple img{
        max-width: 30px;
    }
    .mobile_app.android img{
        max-width: 40px;
    }
}


.mobile_stores{
    padding: 40px 10px;
    text-align: center;
}

.mobile_stores a{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.page-content .full-story .map img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}