/*.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:500px;
    height: 400px;
    text-align: center;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
*/
@media screen and (min-width: 453px) and (max-width: 600px) {
.b-popup .b-popup-content{
  width: 400px;
}
.ForInputInDonate{
  width: 400px;

}
.indexnumberclass{
    text-align: top;
}
}

@media screen and (min-width: 300px) and (max-width: 452px) {
.b-popup .b-popup-content{
width: 300px;

}
.Forx{
    margin-top: -10px
}
.ForInputInDonate{
    width: 250px
}
.Nadpisi5 img{
display: none;
    }
.Nadpisi15{
display: none;
    }
.textOneTimeDonate{
    margin-bottom: 20px;
    margin-top: -20px;
}
.textForMonthDonate{
padding-top: 30px;
margin-top: 0px
}
.moneyForMonthDonate{
    margin-top: 30px;
}
}

@media screen and (max-width: 600px) {
    .rlabel {
        display: block;
        margin: 5px 0px;
        
    }
    .beautifullbutton {
        margin-top: 10px;
		width: 170px;
		padding: 20px 41px;
		text-align: center;
    }
}