.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;
}
.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;
}
.creditTypeItem:last-child > label,
#common_form_housingType > div:last-child > label{
    margin-bottom: 0;
}
.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;
    color: rgba(0, 0, 0, 0.96);
}
.form-errors{
    color: rgba(238, 41, 52, 1);
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.6px;
}
.sendAgain{
    cursor: pointer;
    color: #499B22;
}
.wrapCreditCatInfo{
    margin-bottom: 24px;
}
#creditCatInfo{
    margin-bottom: 24px;
}
.rightSide.scroll{
    overflow-y: auto;
}

@media (min-width: 1200px){
    .wrapCreditCatInfo{
        height: 76px;
    }
    #divAuth{
        width: calc(100% - 527px);
        padding-right: 42px;
    }
}
@media (max-width: 991px) {
    .parentWrap {
        position: relative;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .wrapCreditCatInfo{
        height: 96px;
    }
    #divAuth{
        width: calc(100% - 365px);
        padding-right: 24px;
    }
}
@media (min-width: 665px) and (max-width: 991px) {
    #divAuth,
    #default_form_save{
        bottom: 46px;
        left: 16px;
    }
    .rightSide{
        margin-bottom: 80px;
    }
    .rightSide.showAuth{
        margin-bottom: 132px;
    }
    #divAuth{
        min-height: 100px;
        width: calc(100% - 40px);
    }
}
@media (min-width: 665px){
    .auth .wrapFloatLabel {
        margin-right: 1.5rem;
        float: left;
        display: inline-block;
        width: 30%;
        min-width: 240px;
        max-width: 310px;
    }
    .wrapNormativeSquare{
        width: 165px;
        margin-left: 16px;
    }
}
@media (max-width: 664px) {
    .wrapCreditType{
        margin-bottom: 12px;
    }
    .auth .wrapFloatLabel,
    .auth .green-button {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .rightSide{
        margin-bottom: 72px;
    }
    .rightSide.showAuth{
        margin-bottom: 188px;
    }
    #divAuth{
        min-height: 164px;
    }
    #divAuth,
    #default_form_save{
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }
}
@media (max-width: 400px) {
    .rightSide.showAuth{
        margin-bottom: 206px;
    }
    #divAuth{
        min-height: 182px;
    }
}
