.langswitch {
    margin-top: -25px;
    margin-bottom: 10px;
}

.unit-indicator {
    color: darkgray;
}

.input-value {
    font-size: 12px;
    background-color: white;
    padding: 4px 6px;
}

.slider-title {
    float: left;
    margin-top: 12px;
    font-size: 14px;
}

.slider-value {
    float: right;
    width: 70px;
    border: 1px solid #CCC;
    text-align: center;
    margin-top: 5px;
}

.slider-group {

}

.slider-title-group {
    height: 40px;
}

.slider {
    width: 100%;
    margin-bottom: 60px;
}

#calculator {
    width: 700px;
    border:1px solid #d4ebff;
    padding: 30px;
    background-color: #F8F8FF;
    border-radius: 5px;
}

.label-slider-group {
    position: relative;
}

.unit-selector {
    text-align: center;
    margin-top: 10px;
}

.unit-selector .descr{
    display: inline-block;
}

/* raz slide */
.noUi-connect {
    background: #CAEEFF;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 2px solid #D3D3D3;
}
.noUi-background {
    background: #FAFAFA;
}
.noUi-target {
    position: relative;
    direction: ltr;
    border-radius: 0;
    background-color: #FAFAFA;
    border: 2px solid #D3D3D3;
}
.noUi-horizontal {
    height: 11px;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0;
}
.noUi-connect {
    box-shadow: none;
}
.noUi-handle {
    position: relative;
    z-index: 1;
    border: 2px solid white;
    border-radius: 30px;
    background: #F9F9F9;
    cursor: default;
    box-shadow: none;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -12px;
    background-color: #32CEFF;
}
.noUi-handle.noUi-handle-upper {
//    background-color: #FF4500;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-marker {
    position: absolute;
    background: #32CEFF;
}
.noUi-value-horizontal {
    padding-top: 5px;
}
.noUi-pips-horizontal {
    padding: 13px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

/*круглая хуёвина*/

#results {
    width: 100%;
    text-align: center;
    border: 0px solid red;
    margin-left: auto;
    margin-right: auto;
}
.result {
    width: 140px;
    height: 135px;
    border: 10px solid red;
    border-color: #32ceff;
    border-radius: 130px;
    margin-bottom: 10px;
    background-color: white;
    box-sizing: content-box;
    line-height: 20px;
}
#results .result {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}
.result-caption {
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #00AEEF;
}
.result-center {
    text-align: center;
}
.result-value {
    font-size: 16px;
    margin-top: 10px;
}
.result-subcaption {
    font-size: 12px;
    margin-top: 10px;
}
.result-subcaption .value {
    font-weight: bold;
    line-height : 10px;    
}

.error-group {
    text-align: center;
    color: maroon;
    display: none;
    font-size: 15px;
}

.label-pip {
    position: absolute;
    font-weight: bold;
    top: 28px;
    font-size: 10px; 
    color: #708090;
    margin-left: -25px;
    text-align: center;
}

.cat1 {
    left: 22%
}

.cat2 {
    left: 73%
}

.class1 {
    left: 9.6%;
}

.class1 span{
    padding: 0 2px;
}

.class2 {
    left: 58%;
}

.poe1 {
    left: 5%;
}

.poe2 {
    left: 20%
}

.poe3 {
    left: 38%
}

.poe4 {
    left: 73%
}

.power-slider-group {
    position: relative;
}

.power-pip-bar {
    position: absolute;
    width: 30%;
    top: 22px;
    left: 1px;
    border-top: 5px solid #32CEFF;
}

.note {
    text-align: left;
    font-size: 11px;
    padding-left: 0;
    margin-right: 20px;
    line-height: 10px;
    color: gray;
    margin-top: 15px;
}

.note li {
    padding-bottom: 5px;
}
