.alert{
    text-align: center;
}
.cab-plans__val{
    width: 100%;
}
.cab-balance {
    display: flex;
    justify-content: space-between;
}
.cab-balance__item{
    width: calc(20% - 15px);
}
.main-btn{
    cursor: pointer;
}
.cabinet-links.cabinet-type {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.cabinet-type input{
    display: none;
}
.cabinet-type label, .sbmt{
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.45);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 11px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    height: 45px;
    min-width: 145px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    background: transparent;
    outline:none;
}
.cabinet-type input:checked + label,.sbmt:hover{
    background-color: #ddbb2e;
    color: #ffffff;
    box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.11);
}
.confirm_form{
    margin: 15px 0;
    text-align: center;
}
.confirm_form a{
    color: #59a632;
}
.confirm_form form{
    display: flex;
    justify-content: center;
}
.confirm_form.confirm_advcash form{
    flex-wrap: wrap;
}
.confirm_form.confirm_advcash form div+input{
    display: none;
}
.confirm_form input{
    margin: 0 10px;
}
.confirm_form div{
    color: #ffffff;
    text-align: center;
    border: 2px solid #c6aa5f;
    padding: 15px 30px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
    background-color: #222222;
}
.confirm_form iframe{
    opacity: 0;
}
#placeforstatus{
    white-space: nowrap;
}
#placeforstatus b{
    display: block;
}
.cab-balance__val{
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.cab-balance__head span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-user{
    width: 100%;
}
.calc-info__item span{
    white-space: nowrap;
}
.calc-info__item p {
    margin-right: 15px;
}
.calc-row p {
    white-space: nowrap;
    margin-right: 41px;
}
.text-input_capch {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-width: 0;
    border-left-width: 0;
}
.alert-reg {
    color: #ffffff;
    background-color: #d1ecf12e;
}
.plan_closed:after {
    content:'SOON';
    color:#fff
}
.plan_disabled .plan .soon{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:991px) {
    .cab-balance {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .cab-balance__item {
        width: calc(50% - 15px);
        margin-bottom: 15px;
    }
    .refs-slider__percent {
        font-size: 35px;
    }
    .refs-slider__percent-in_1 {
        font-size: 25px;
    }
    .refs-slider__percent-in_2 {
        font-size: 20px;
    }
    .refs-slider__percent-in_3 {
        font-size: 16px;
    }
    .refs-slider__percent-in_4 {
        font-size: 14px;
    }
}
@media screen and (max-width:479px){
    .cab-balance__item{
        width: 100%;
    }
}