
.slider-price span {
    font-size: 16px;
    font-weight: 600;
}
.slider-price{
    padding: 14px 20px;
    font-family: 'Helvetica Neue Cyr Roman';
}
.slider-price .calc-value{

}
.slider-price .calc-text .left{
    float: left;
    width: 25%;
}
.slider-price .calc-text .right{
    float: right;
    width: 75%;
}
.slider-price .calc-text{
    padding: 33px 0 0 0;
    font-size: 17px;
    height: 165px;

}
.slider-price .calc-text .months{
    text-align: center;
    float: left;
    width: 200px;
    margin-left: 20px;
}
.slider-price .calc-text select {
    background-position: calc(100% - 10px) 19px!important;
    line-height: 1.5em;
    padding: 2px 34px 1px 18px;
    font-size: 26px;
    margin: 0 10px;
    border: 1px solid #aaa;
}
.payment_box .slider-price .calc-text select {
    background-position: calc(100% - 10px) 26px!important
}
.payment_box .slider-price .calc-text .price{
    padding-top: 11px !important;
}
.slider-price .calc-text .price{
    text-align: right;
    float: left;
    width: 128px;
    font-size: 16px !important;
    padding-top: 0px !important;
    margin-left: 10px!important;
}

.slider-price .calc-text .price .calc-value{
    font-size: 26px;
    font-weight: 500;
    color: #e37623;
}
.slider-price .calc-text .price .currency{
    font-size: 16px;
    color: #e37623;
}
.payment_box .slider-price .calc-text{
    padding-top: 0px;
    padding-bottom:20px;
}
.slider-price .under-slider-text{
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
}
.slider-price .bottom-text{
    line-height: 12px !important;
    font-size: 12px !important;
    margin-top: 18px !important;
    clear:  both;
}
.slider-price .bottom-text p{
    line-height: 12px !important;
    font-size: 12px !important;
    margin-bottom: 6px !important;
}
.slider-price .bottom-text ol{
    list-style: decimal !important;
    padding-left: 12px !important;
    margin-bottom: 0px !important;
}
.slider-price .bottom-text ol li{
    line-height: 12px !important;
    border-bottom: 0px !important;
}
.slider-price .bottom-text ol>li::before{
    display: none !important;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}
.title-slide{
    padding-bottom: 16px;
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
}
.title-slide p{
    margin: 0 auto;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
#slider-privat-pay-parts{
    margin-top: 3px;
}
.payment_method_privat_pay_parts .slider-privat-pay-parts{
    width: 350px;
}
#add_to_cart_button_privat_pay_parts{
    /*margin-top: -11px;*/
    float: right;
    background: #59bc6c!important;
    border: 1px solid #59bc6c;
    padding: 14px 15px 14px;

}
.privat-pay-parts-block {
    margin: 10px 0px;
}
.green-privat-pay-parts-button{
    background: #59bc6c;
    color: #fff;
}
#calc-dialog .checkout-button{
    margin-top: 10px;
    float: right;
}
.dialog-privat-pay-parts{
    padding: 0;
    border-color: #5a4c43 !important
}
.dialog-privat-pay-parts .ui-dialog-titlebar{
    text-align: center;
    background: #e37623;
    font-family: 'Helvetica Neue Cyr Roman';
    color: #fff;
    padding: 0.8em 1em;
}
.dialog-privat-pay-parts .ui-dialog-title {
    width: 100%;
    float: none;
    font-size: 20px;
    font-weight:500;
    letter-spacing: 0.5px;
}
.dialog-privat-pay-parts .ui-slider-range-min,#slider-privat-pay-parts .ui-slider-range-min{
    background: #59bc6c  !important;
}
.ui-state-active{
    background: #59bc6c !important;
    border: #59bc6c !important;
}

@media screen and (max-width: 1000px){
    .slider-price .calc-text .right {
        float: right;
        width: 100%;
    }
    .slider-price .calc-text .left {
        display: none;
    }
}
@media screen and (max-width: 800px){
    .slider-price .calc-text {
        height: 200px;
    }
    .dialog-privat-pay-parts .slider-price .calc-text .months {
        float: none;
        font-size: 13px;
    }
    .dialog-privat-pay-parts .slider-price .calc-text .price {
        margin-left: -14px!important;
    }
}