.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;
}
.creditTypeItem > label{
    margin-bottom: 13px;
}
.creditTypeItem:last-child > label{
    margin-bottom: 0;
}
.fieldWithSlider{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    height: 48px;
}
.minVal,
.maxVal{
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 0;
}
#showCreditTerm{
    color: rgba(0, 0, 0, 0.96);
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
#default_form_creditTerm + .rangeslider{
    height: 4px;
    background: rgba(81, 122, 138, 0.08);
}
.floating-label{
    display: none;
}
.auth p {
    padding: 0.5rem 0;
    line-height: normal;
    margin-bottom: 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;
}
.form-errors{
    color: rgba(238, 41, 52, 1);
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.6px;
}
.sendAgain{
    cursor: pointer;
    color: #499B22;
}
.rangeslider__labels__label:first-of-type{
    text-align: left;
}
.rangeslider__labels__label:first-of-type:before{
    margin: 0;
    left: 6px;
}
.rangeslider__labels__label:last-of-type {
    text-align: right;
}
.rangeslider__labels__label:last-of-type:before {
    right: 9px;
    left: auto;
}
.uird,
.uird:focus,
.uird:hover,
.uird:visited{
    text-decoration: none;
    color: rgba(78, 165, 36, 1);
}
.inputNum{
    min-width: 180px;
}
.closePInfo{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="14" height="14" viewBox="0 0 1792 1792"><path d="m1082.2 896.6 410.2-410c51.5-51.5 51.5-134.6 0-186.1s-134.6-51.5-186.1 0l-410.2 410L486 300.4c-51.5-51.5-134.6-51.5-186.1 0s-51.5 134.6 0 186.1l410.2 410-410.2 410c-51.5 51.5-51.5 134.6 0 186.1 51.6 51.5 135 51.5 186.1 0l410.2-410 410.2 410c51.5 51.5 134.6 51.5 186.1 0 51.1-51.5 51.1-134.6-.5-186.2l-409.8-409.8z"/></svg>');
    background-position: center;
    height: 16px;
    width: 16px;
    right: 6px;
    top: 8px;
    cursor: pointer;
}
.wrapPrepaymentInfo{
    display: none;
    border-radius: 6px;
    right: 0;
    bottom: 8px;
    background-color: #fff;
}
.addPrepaymentInfo{
    position: relative;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    background-color: rgba(81, 122, 138, 0.08);
    padding: 8px 20px 8px 12px;
}
@media (min-width: 1200px) {
    #divAuth{
        width: calc(100% - 506px);
    }
    .wrapPrepaymentInfo{
        max-width: 65%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #divAuth{
        width: calc(100% - 415px);
    }
    .wrapPrepaymentInfo{
        max-width: 74%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrapSides{
        height: 445px;
    }
    .leftSide {
        flex: 0 0 calc(100% - 295px);
        max-width: calc(100% - 295px);
        padding-right: 15px;
    }
    .rightSide {
        flex: 0 0 295px;
        max-width: 295px;
        padding-left: 14px;
    }
    #divAuth{
        width: calc(100% - 390px);
        bottom: 40px;
    }
}
@media (min-width: 992px) {
    .auth .wrapFloatLabel {
        margin-right: 1.5rem;
        float: left;
        display: inline-block;
        width: 30%;
        min-width: 240px;
        max-width: 310px;
    }
    #divAuth {
        bottom: 40px;
    }
}
@media (max-width: 991px) {
    .auth .wrapFloatLabel,
    .auth .green-button {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 768px){
    .parentWrap{
        position: relative;
    }
    #divAuth{
        position: absolute;
    }
    #default_form_save{
        position: absolute;
        bottom: 40px;
    }
    .creditText:last-of-type {
        margin-bottom: 0;
    }
}