.dib {
    display: block;
}
 



@media only screen and (min-width : 0px) and (max-width : 240px) {
    body{
        background: url("../img/bg.png") center center/cover no-repeat;
        background-attachment: fixed;
    }
    .navbar-brand img {
        width: 100%;
    }
    .row{
        margin-top: 10px;
    }
    .dib {
        display: inline-block;
    }
    .main_title_big {
        font-size: 17px;
    }
    .main_title_smal {
        font-size: 15px;
    }

    .offer_box {
        display: inline-table;
        padding: 20px;
        width: 100%;
    
        border-radius: 10px 50px 10px 50px;
        -moz-border-radius: 10px 50px 10px 50px;
        -webkit-border-radius: 10px 50px 10px 50px;
    
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .mfo_organization_amount_title,
    .mfo_organization_procent_title,
    .mfo_organization_descr_title{
        font-weight: bold;
        font-size: 17px;
        margin-top: 10px;
    }

    .mfo_organization_amount,
    .mfo_organization_procent{
        font-size: 15px;
    }


    .mfo_organization_logo{
        margin-top: 30px;
    }
    .offer_box img {
        margin-top: 0px;
        width: 100%;
    }
    button{
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px;
    }

    .offer_box_promo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 150px;
        /* background-color: blue; */
        text-align: center;
        
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
    }

    .offer_box_promo_text{
        padding: 5px 10px;
        font-size: 10px;
        color: cornsilk;
    }
    .mfo_organization_box{
        display: inline-block;
    }

}















@media only screen and (min-width : 241px) and (max-width : 319px) {
    body{
        background: url("../img/bg.png") center center/cover no-repeat;
        background-attachment: fixed;
    }
    .row{
        margin-top: 10px;
    }
    .dib {
        display: inline-block;
    }
    .main_title_big {
        font-size: 17px;
    }
    .main_title_smal {
        font-size: 15px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .offer_box {
        display: inline-table;
        padding: 20px;
        width: 100%;
    
        border-radius: 10px 50px 10px 50px;
        -moz-border-radius: 10px 50px 10px 50px;
        -webkit-border-radius: 10px 50px 10px 50px;
    
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .mfo_organization_amount_title,
    .mfo_organization_procent_title,
    .mfo_organization_descr_title{
        font-weight: bold;
        font-size: 20px;
        margin-top: 10px;
    }

    .mfo_organization_amount,
    .mfo_organization_procent{
        font-size: 15px;
    }
    

    .mfo_organization_logo{
        margin-top: 30px;
    }
    .offer_box img {
        margin-top: 0px;
        width: 100%;
    }
    button{
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px;
    }

    .offer_box_promo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 150px;
        /* background-color: blue; */
        text-align: center;
        
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
    }

    .offer_box_promo_text{
        padding: 5px 10px;
        font-size: 10px;
        color: cornsilk;
    }
    .mfo_organization_box{
        display: inline-block;
    }
}



















@media only screen and (min-width : 320px) and (max-width : 480px) {
    body{
        background: url("../img/bg.png") center center/cover no-repeat;
        background-attachment: fixed;
    }

    .row{
        margin-top: 10px;
    }
    .dib {
        display: inline-block;
    }

    .main_title_big {
        font-size: 20px;
    }
    .main_title_smal {
        font-size: 20px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .offer_box {
        display: inline-table;
        padding: 20px;
        width: 100%;
    
        border-radius: 10px 50px 10px 50px;
        -moz-border-radius: 10px 50px 10px 50px;
        -webkit-border-radius: 10px 50px 10px 50px;
    
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .mfo_organization_logo {
        padding-top: 0px;
    }
    .mfo_organization_logo a {
        font-size: 20px;
    }

    .mfo_organization_amount_title,
    .mfo_organization_procent_title,
    .mfo_organization_descr_title{
        font-weight: bold;
        font-size: 20px;
        margin-top: 10px;
    }

    .mfo_organization_amount,
    .mfo_organization_procent{
        font-size: 18px;
    }
    .mfo_organization_logo{
        margin-top: 30px;
    }
    .offer_box img {
        margin-top: 0px;
        width: 90%;
    }
    button{
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
    }

    .offer_box_promo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 200px;
        /* background-color: blue; */
        text-align: center;
        
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
    }

    .offer_box_promo_text{
        padding: 5px 10px;
        font-size: 15px;
        color: cornsilk;
    }
    .mfo_organization_box{
        display: inline-block;
    }
}

@media only screen and (min-width : 481px) and (max-width : 515px) {
    body{
        background: url("../img/bg.png") center center/cover no-repeat;
        background-attachment: fixed;
    }
    .row{
        margin-top: 10px;
    }
    .dib {
        display: inline-block;
    }
    .main_title_big {
        font-size: 25px;
    }
    .main_title_smal {
        font-size: 20px;
    }

    .offer_box {
        display: inline-table;
        padding: 20px;
        width: 100%;
    
        border-radius: 10px 50px 10px 50px;
        -moz-border-radius: 10px 50px 10px 50px;
        -webkit-border-radius: 10px 50px 10px 50px;
    
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
    .mfo_organization_logo a {
        font-size: 20px;
    }
    .mfo_organization_amount_title,
    .mfo_organization_procent_title,
    .mfo_organization_descr_title{
        font-weight: bold;
        font-size: 30px;
        margin-top: 10px;
    }

    .mfo_organization_amount{
        font-size: 25px;
    }
    
    .mfo_organization_procent{
        font-size: 25px;
    }
    .mfo_organization_logo{
        margin-top: 30px;
    }
    .navbar-brand img {
        width: 100%;
    }
    button{
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px;
    }

    .offer_box_promo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 250px;
        /* background-color: blue; */
        text-align: center;
        
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
    }

    .offer_box_promo_text{
        padding: 5px 10px;
        font-size: 18px;
        color: cornsilk;
    }
    .mfo_organization_box{
        display: inline-block;
    }
}

