.plans {}

.plans-content {
    position: relative;
    background: url("../img/bg_tarifse83f.html?ver1.2") no-repeat top center;
    border-radius: 12px;
    height: 561px;
    width: 100%;
    margin-top: -257px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.47);
    padding-top: 80px;
    padding-left: 50px;
}

.col-plan {
    width: 245px !important;
    position: relative;
    margin: 0 61px;
    z-index: 1;
    padding: 0px;
}

.col-plan:last-child {
    margin-right: 0px;
}

.col-plan label {
    cursor: pointer;
    margin: 0px;
    display: block;
    position: relative;
    height: 454px;
    width: 245px;
    z-index: 1;
    text-align: center;
}

.plan_radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.plan_radio {
    margin: 0px !important;
}

.count_label {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 0 13px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    text-align: center;
}

.count-row {}

.count-col-1 {
    float: left;
    width: 290px;
    margin: 0 55px 0 48px;
    text-align: center;
}

.count_input {
    border: 0px;
    box-shadow: none;
    background: #5ed35e;
    border-radius: 4px !important;
    height: 81px;
    width: 290px;
    color: #ffffff;
    font-family: 'Altenormal';
    padding: 0 10px 4px;
    text-align: center;
    margin-bottom: 21px;
    font-size: 36px;
}

.ui-slider-horizontal {
    margin-right: 24px;
    height: 5px;
}

.ui-slider-horizontal:before {
    content: '';
    background: #ecf5fb;
    border-radius: 3px;
    height: 5px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    border: 6px solid #f76331;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    top: -10px;
    background: #d1dfe8;
    outline: none;
    cursor: pointer;
    margin-left: 0px;
}

.slider-ranges {
    display: table;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 19px 0 0;
}

.slider-ranges span:first-child {
    float: left;
    padding-left: 8px;
}

.slider-ranges span:last-child {
    float: right;
}

.count-col-2 {
    float: left;
    width: 213px;
    text-align: center;
    margin: 0 31px;
}

.count-col-2:last-child {
    margin-left: 24px;
}

.count_value span {
    color: #424e55;
    font: bold 18px/20px SFUIDisplayBold;
    left: 2px;
    position: relative;
}

.count_value span.value-box {
    height: auto;
    width: 100%;
    color: #ffffff;
    text-align: center;
    display: block;
    font-family: 'Altenormal';
    margin-bottom: 12px;
    left: 0px;
    font-size: 22px;
}