.cost-slide-holder {
    margin: 0 0 70px;
}

.cost-slide {
    background: url(../../images/slider-bg2.png);
    background-size: 100% 20px;
    float: left;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
}

.cost-slide .ui-widget-header {
    /*background: url(/images/slider-full-bg2.png);
    height: 9px;
    left: 6px;
    position: absolute;
    top: 5px;*/
}

.cost-slide .ui-slider-handle {
    cursor: pointer;
    margin-left: -13px;
    position: absolute;
    top: -5px;

    background-color: #ffffff;
    border: 6px solid #f27935;
    border-radius: 25px;

    height: 24px;
    width: 24px;
}
 .block_help:first-child{	    content: '';
    position: absolute;
    right: -58px;
    bottom: 31px;
    border: 1px solid #a6b9da;
    border-radius: 5%;
    background: #f27835;
    font-family: OpenSansBold;
    font-size: 14px;

    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(223,229,233,1);

    width: 130px;

    text-align: center;
    z-index: 2;
    display: none;

}

.block_help:before,.block_help:after{	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    /* border-color: #A0A0A0 transparent transparent transparent; */
    left: 66px;
    border-top: 13px solid #a5b8d9;
    bottom: -22px;
    margin-left: -10px;
    z-index: 3;}
 .block_help:after{ 	content: '';
    border-top: 12px solid #f27835;
    bottom: -20px;
}
.cost-slide .ui-slider-handle:focus {
    outline: none;
}