.k-featires {

}

.k-featires__list {
    margin: 0 !important;
    padding: 0 !important;
}

.k-featires__head {
    text-align: center;     
    font-size: 17px;
    line-height: 16px;
    color: #303030;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-weight: normal;
    margin-bottom: 25px;
}


.k-featires__item {
    position: relative;
    margin-bottom: 23px !important;
    font-size: 13px;
    line-height: 16px !important;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    list-style: none;
    padding: 0 !important;
    display: block;
}

.k-featires__name {
    margin-bottom: 10px;
    display: block;
}

.k-featires__val {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;    
}

.k-featires__val-curr {
    color: #7dcd00;
}

.k-featires__line {
    background: #eaeef1;    
    position: relative;
    height: 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}

.k-featires__line-inner {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #7dcd00;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: width 0.15s ease-in-out;
    -moz-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
}

.k-featires__actions {
    text-align: justify;
    line-height: 0;    
    padding-top: 26px;   
}

.k-featires__actions_align_right {
    text-align: right;    
}

.k-featires__actions_offset_right {
    margin-right: -23px;
}

.k-featires__actions_align_left {
    text-align: left;
}

.k-featires__btn-margin {
    margin-right: 44px;
}

.k-featires__actions:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}

.k-featires__btn {
    display: inline-block;
    vertical-align: top;
    text-align: center !important;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    font-family: 'helveticaneuecyrmedium';
    height: 50px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 23px;    
    -webkit-border-radius: 24px; 
    -moz-border-radius: 24px; 
    border-radius: 24px; 
    cursor: pointer;
}

.k-featires__btn:hover, .k-featires__btn:focus {
    text-decoration: none;
}


.k-featires__btn_bg_blue {
    background: #008fef;
}

.k-featires__btn_bg_green {
    background: #7dcd00;
}

.k-featires__btn_bg_red {
    background: #ff4400;
}

.k-featires__btn_bg_gray {
    background: #bbbec1;
}

.k-featires__btn_width_middle {
    width: 253px;
}

.k-featires__btn_width_small {
    width: 225px;
}

.k-featires_size_small .k-featires__item {
    margin-bottom: 9px !important;
}

.k-featires_size_small .k-featires__name {    
    margin-bottom: 5px;
    color: #0c2e50;
}

.k-featires_size_small .k-featires__line {
    height: 7px;
    background: #fff;
}

.k-featires_size_small .k-featires__val {
    color: #0c2e50;
}