.total   {
    position: fixed;
    background-color: #FFD74D;
    width: 100%;
    bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    left: 0px;
    right: 0px;
    border-top: 20px solid #FFFFFF;
    padding-top: 20px;
}
#wrapper #container #mailformpro {
    position: relative;
}

#mailformpro .mailform .mfp_phase {
    position: relative;
}

.mailform .mfp_phase .mfp_buttons {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    right: 20px;
}
.mfp_phase .mfp_buttons #bl {
    padding: 10px;
    width: 200px;
}

body {
    padding-bottom: 180px;
}
button.mfp_next {
    background: #fff1d9;
    border: 2px solid rgba(255,176,7,1.00);
    position: fixed;
    z-index: 11;
    bottom: 22px;
    right: 12px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#mfp_price {
    color: #C00;
    font-size: 36px;
    padding: 10px;
    font-weight: bolder;
}
.total .ptyuui {
    color: #FF0000;
}
.total p {
    font-size: 0.8em;
    text-align: center;
}



@media (min-width:601px){
    .os{
        display: none
    }
#mailformpro .total .ptyuui {
    padding-bottom: 12px;
}


}

@media (max-width:600px){
    .op{
        display: none
    }
.total p {
    text-align: center;
    font-size: 3vw;
    margin-top: 20px;
}
    div#mfp_price {
    color: #C00;
    font-size: 20px;
    padding: 10px 10px 41px;
    font-weight: bolder;
}
#mailformpro .total .ptyuui {
    font-size: 2vw;
    text-align: center;
    margin-bottom: 10px;
}
button.mfp_next {
    background: #fff1d9;
    border: 2px solid rgba(255,176,7,1.00);
    position: fixed;
    z-index: 11;
    bottom: 27px;
    margin-left: -100px;
    margin-right: auto;
    left: 50%;
    width: 200px;
    padding-left: 0px;
}
.mailform .mfp_phase .mfp_buttons {
    position: fixed;
    bottom: 21px;
    z-index: 10;
    left: 50%;
    margin-left: -176px;
}
.mfp_phase .mfp_buttons #bl {
    padding: 10px;
    width: 200px;
}
.total {
    padding-top: 0px;
}






}
