#creditcalc {
    margin-top: 100px;
}
.credit__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .credit__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    width: 100%;
    /* margin-top: 66px; */
  }
  .credit__calc-title {
    font-size: 20px;
    padding-bottom: 15px;
    color: #2C2C2C;
    font-weight: 600;
  }
  .credit__calc-models {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .credit__calc-models-item {
    border: 1px solid transparent;
    background-color: var(--color-more-light-gray);
    /* max-width: 235px; */
    /* width: 100%; */
    flex: 1;
    height: 94px;
    display: flex;
    flex-direction: column;
            justify-content: center;
            align-items: center;
    /* gap: 12px; */
    cursor: pointer;
    transition: all .4s ease-in-out;
    padding: 24px 13px 10px;
  }
  .credit__calc-models-item.active {
      border-color: var(--color-red);
      /* border: none; */
  }
  .credit__calc-models-item:hover {
      background: var(--color-light-gray);
      /* border: none; */
  }
  .credit__calc-models-item__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    width: 100%;
    text-align: left;
  }
  .credit__calc-models-item img {
    width: 110px;
    left: 16px;
  }
    .credit__calc-models .select2-container--default .select2-selection--single {
        border: 1px solid var(--color-black);
        height: 50px;
        display: flex;
        align-items: center;
        padding-left: 6px;
    }
    .credit__calc-models .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px;
        height: 100%;
    }


  .credit__calc-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    gap: 41px;
  }
  .credit__calc-inputs-item {
    /* background: #F2F8FA; */
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: visible;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 22px;
    height: fit-content;
  }
  .credit__calc-inputs-item__title {
    font-size: 16px;
    font-weight: 600;
    color: #2C2C2C;
    padding-bottom: 8px;
  }
  .credit__calc-inputs-item__range {
    /* max-width: 430px; */
    width: 100%;
    height: 3px;
    bottom: 0;
    border: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .credit__calc-inputs-item__range .noUi-base, .credit__calc-inputs-item__range .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .credit__calc-inputs-item__range .noUi-connects {
    background: var(--color-more-light-gray);
  }
  .credit__calc-inputs-item__range .noUi-connect {
    background: var(--color-red);
  }
  .credit__calc-inputs-item__range .noUi-base::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid var(--color-red);
    left: 0;
    top: -6px;
    left: -15px;
    background-color: white;
    z-index: 2;
  }
  .credit__calc-inputs-item__range-value {
    font-size: 22px;
    font-weight: 700;
    color: #2C2C2C;
  }
  .credit__calc-inputs-item__range-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .credit__calc-inputs-item__range-values-item {
    font-size: 13px;
    font-weight: 600;
    color: #2C2C2C;
  }
  .credit__calc-inputs-item .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    right: -5px;
    border: 3px solid var(--color-red);
    cursor: pointer;
  }
  .credit__calc-inputs-item .noUi-handle::after {
    display: none;
  }
  .credit__calc-inputs-item .noUi-handle::before {
    display: none;
  }
  .credit__calc-inputs-item .noUi-touch-area {
    background-color: var(--color-red);
  }
  .credit__car {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 100%;
    gap: 24px;
    position: relative;
    box-shadow: 0px 1px 6px 0px #00000040;
    padding: 30px 40px;
  }
  .credit__car-percent {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .credit__car-img-container {
      max-width: 400px;
      height: 210px;
      flex: auto;
      display: flex;
      justify-content: center;
      align-items: end;
  }
  .credit__car-info {
    flex: auto;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .credit__car-img {
      object-fit: contain;
      width: 100%;
      height: 100%;
  }
  .credit__car-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 70px;
  }

  .credit__car-info-prices {
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 230px;
  }


  .credit__car-info-title {
    font-size: 16px;
    line-height: 1;
    color: #2C2C2C;
    font-weight: 600;
    padding-bottom: 8px;
    flex: none;
  }
  .credit__car-info-value {
    font-size: 28px;
    line-height: 1;
    color: var(--color-red);
    font-weight: 700;
  }
  .credit__car-info-list {
    flex: none;
    display: flex;
    gap: 40px;
  }
  .credit__car-info-list-item {

  }
  .credit__car-info-list-name {
    font-size: 14px;
    line-height: 100%;
    color: var(--color-gray);
    padding-bottom: 10px;
  }
  .credit__car-info-list-value {
    font-size: 20px;
    line-height: 100%;
  }
  .credit__car-form .desk-hide {
    display: none;
  }
  .credit__car-form .agreement__text, .agreement p {
    color: #989595;
  }
  .credit__form-inputs {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
  }
  .credit__car-form input {
    height: 43px;
    flex: auto;
    width: 100%;
    padding: 14px 10px;
    border: 1px solid #989595;
    text-transform: uppercase;
    color: #989595;
}
.credit__car-form input::placeholder {
    text-transform: uppercase;
    color: #989595;
}
  .credit__car-btn {
    width: 242px;
    flex: none;
  }
  
  @media (max-width: 991px) {
    #creditcalc {
        margin-top: 40px;
    }
    .credit__car {
     box-shadow: none;
      gap: 20px;
      padding: 0;
    }
    .credit__car-percent {
        display: none;
      }
    .credit__car-wrapper {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        box-shadow: 0px 1px 6px 0px #00000040;
        padding: 20px 14px;
    }
    .credit__car-info-prices {
        width: 100%;
    }
    .credit__calc {
      /* margin-top: 39px;
      padding: 0 20px; */
      max-width: 100%;
    }
    .credit__calc-inputs-item__range {
      /* max-width: 320px; */
      width: calc(100% - 20px);
    margin: 0 10px;
    }
    .credit__calc-models-item {
      /* max-width: 160px;
      height: 32px;
      gap: 9px; */
      height: 64px;
      padding: 10px 15px 8px;
    }
    .credit__calc-models-item img {
      /* width: 38px;
      height: 21px; */
        width: 80%;
    }
    .credit__calc-models-item__title {
      font-size: 10px;
      /* margin-right: 10px; */
    }
    .credit__calc-inputs-item__range-value {
        font-size: 16px;
    }
    .credit__car-info {
        padding: 0;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .credit__car-info-title {
        
    }
    .credit__car-info-value {
        font-size: 25px;
    }
    .credit__car-info-list {
        gap: 20px;
    }
    .credit__car-info-list-name {
        font-size: 12px;
    }
    .credit__car-btn {
      width: 100%;
    }
    .credit__car-img-container {
      height: 229px;
      display: none;
    }
    .credit__car-img {
      max-width: 300px;
      margin-bottom: 20px;
    }

    .credit__form-inputs {
        flex-direction: column;
    }
    .credit__car-btn {
        width: 100%;
    }

    .credit__car-form .desk-hide {
        display: flex;
      }

      .credit__car-form .mob-hide {
        display: none;
      }
      .credit__calc-title {
        font-size: 16px;
      }

      .credit__calc-models .select2-container--default .select2-selection--single {
        height: 40px;
      }
      .credit__calc-models {
        margin-bottom: 20px;
      }
      .credit__calc-inputs-item {
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        gap: 4px;
      }
      .credit__calc-inputs-item__title {
        font-size: 14px;
        padding: 0;
      }
      .credit__calc-inputs-item__title::after {
        content: ":";
      }
  }