.tabChoice > label{
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
    line-height: 28px;
}
.tabChoice > .active{
    color: rgba(78, 165, 36, 1);
}
.tabChoice > label:before{
    display: none;
}
.tabChoice > label:first-of-type{
    padding-left: 0;
}
#clientPhone,
#smsCode{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    height: 48px;
    color: rgba(0, 0, 0, 0.96);
}
#default_form_creditTerm {
    width: 240px;
}
.parentWrap {
    position: relative;
}
#divAuth,
#default_form_save{
    position: absolute;
}
.confirmWait {
    width: 100%!important;
    max-width: 100% !important;
    text-align: left !important;
}
#divAuth{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.floating-label{
    display: none;
}
.sendAgain.sendActive{
    color: #78b634;
}
.parentWrap > .alert{
    position: absolute;
    z-index: 2;
    box-shadow: 0 3px 8px red;
}
@media (min-width: 1200px){
    #divAuth,
    #default_form_save {
        bottom: 32px;
        left: 32px;
    }
    #divAuth{
        width: calc(100% - 426px);
        padding-right: 42px;
    }
}
@media (min-width: 992px){
    .parentWrap {
        height: 546px;
    }
    .parentWrap.withTabs {
        height: 606px;
    }
    .leftSide{
        float: left;
    }
    .rightSide{
        float: right;
    }
    .wrapExpenses{
        padding: 3px 0 3px 16px;;
    }
    .wrapExpenses > .scroll {
        padding-top: 5px;
        height: 220px;
    }
    .parentWrap.withTabs .wrapExpenses > .scroll {
        height: 283px;
    }
    .scroll{
        padding-right: 6px;
        overflow-y: scroll;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #divAuth,
    #default_form_save{
        bottom: 24px;
        left: 24px;
    }
}
@media (min-width: 665px) and (max-width: 991px) {
    .rightSide.showAuth {
        margin-bottom: 148px;
    }
    .rightSide.hideAuth {
        padding-bottom: 80px;
    }
    #divAuth {
        min-height: 100px;
        width: calc(100% - 40px);
    }
    #divAuth, #default_form_save {
        bottom: 46px;
        left: 16px;
    }
}
@media (min-width: 768px) {
    .tabChoice{
        display: inline-block;
    }
    .tabChoice > label:first-of-type{
        margin-right: 40px;
    }
}
@media (min-width: 665px){
    .auth .wrapFloatLabel {
        margin-right: 1.5rem;
        float: left;
        display: inline-block;
        width: 30%;
        min-width: 240px;
        max-width: 310px;
    }
}
@media (max-width: 664px) {
    .auth .wrapFloatLabel,
    .auth .green-button {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .phoneTextMsg{
        margin-bottom: 12px;
    }
    .rightSide.showAuth {
        margin-bottom: 180px;
    }
    .rightSide.hideAuth {
        margin-bottom: 45px;
    }
    #divAuth,
    #default_form_save {
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }
    #divAuth {
        min-height: 164px;
    }
}
@media (max-width: 314px) {
    .rightSide.showAuth{
        margin-bottom: 198px;
    }
    #divAuth{
        min-height: 182px;
    }
}
.rangeslider, .rangeslider__fill {
  display: block;
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.rangeslider {
  position: relative;
}
.rangeslider--horizontal {
  height: 4px;
  border-radius: 0 0 6px 6px;
  width: calc(100% + 2px);
  left: -1px;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: rgba(78, 165, 36, 1);
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider__handle {
  background: white;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  width: 24px;
  height: 24px;
  background-color: rgba(240, 243, 244, 1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(78, 165, 36, 1);
  border-radius: 50%;
  margin: 6px auto;
}
.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.rangeslider__labels__label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 32px;
}
.rangeslider__labels__label:before{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 6px;
  background: rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 18px;
}