.m-delivery {
    background-color: #f4f4f4;
    /*background-color: #eee;*/
    padding: 0 0 115px 0;
}

.delivery-h1 {
    margin: 50px 0 35px 0;
    font-size: 39px;
    font-weight: 400;
    color: #1d1d1d;
    overflow: hidden;
}

.main-delivery {
    margin: 30px 0 90px 0;
}

.main-delivery-wr {
    font-size: 24px;
    line-height: 44px;
    max-width: 715px;
}

.main-delivery-wr b {
    font-weight: 800;
}

.dop-delivery {
    margin: 0 0 50px 0;
    background-image: url(/includes/img/rus.png);
    background-repeat: no-repeat;
    background-position: 50% 70%;
}

.dop-delivery-head {
    font-size: 31px;
    color: #1d1d1d;
    border-bottom: solid 2px rgb(216, 217, 217);
    max-width: 490px;
    height: 56px;
}

.dop-delivery-body {

}

.dop-delivery-body p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    max-width: 490px;
}

.dop-delivery-body p b {
    font-weight: 500;
}

.dop-delivery-body .img-wr {
    margin: 50px 0 25px 0;
}

.dop-delivery-body img {
    margin: 0 40px 0 0;
}

.dop-delivery-body img.miro {
    max-height: 34px;
}









/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .delivery-h1 {
        font-size: 32px;
    }
    .main-delivery-wr {
        font-size: 16px;
        line-height: 30px;
    }
    .dop-delivery-head {
        font-size: 22px;
        max-width: inherit;
        height: 56px;
    }
    .dop-delivery-body p {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 16px;
        max-width: inherit;
    }
    .col-delivery-dop {
        margin: 40px 0 0 0;
    }
    .m-delivery {
        padding: 55px 0 30px 0;
    }
    .dop-delivery {
        background-image: none;
    }
    .main-delivery {
        margin: 10px 0 10px 0;
    }
    .delivery-h1 {
        margin: 50px 0 10px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .main-delivery-wr {
        font-size: 16px;
        line-height: 30px;
    }
    .dop-delivery-head {
        font-size: 22px;
        max-width: inherit;
        height: 56px;
    }
    .dop-delivery-body p {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 16px;
        max-width: inherit;
    }
    .col-delivery-dop {
        margin: 40px 0 0 0;
    }
    .m-delivery {
        padding: 80px 0 30px 0;
    }
    .dop-delivery {
        background-size: contain;
    }
    .main-delivery {
        margin: 10px 0 10px 0;
    }
    .delivery-h1 {
        margin: 50px 0 10px 0;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}