@charset "UTF-8";
.lpc-credit-calc-2 {
  overflow: hidden;
}
.lpc-credit-calc-2__wrap, .lpc-credit-calc-2__grid-box, .lpc-credit-calc-2__grid {
  position: relative;
}
.lpc-credit-calc-2__grid-box .lp-block-bg_item {
  border-radius: inherit;
}
.lpc-credit-calc-2__title {
  margin-bottom: 40px;
}
.lpc-credit-calc-2__form {
  display: flex;
  align-items: center;
}
.lpc-credit-calc-2__form-container {
  width: calc(50% - 16px);
}
.lpc-credit-calc-2__form-field {
  margin-bottom: 18px;
}
.lpc-credit-calc-2__form-field input[type="text"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  border: none;
}
.lpc-credit-calc-2__form-field input[type="range"] {
  position: absolute;
  left: 16px;
  bottom: -1px;
  width: calc(100% - 32px);
  appearance: none;
  -webkit-appearance: none;
  height: 3px;
  background: linear-gradient(to right, #300f76 0%, #300f76 var(--progress, 50%), #cfcfda var(--progress, 50%), #cfcfda 100%);
  border-radius: 999px;
  outline: none;
  margin: 0;
}
.lpc-credit-calc-2__form-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary-color-base);
  cursor: pointer;
}
.lpc-credit-calc-2__form-field input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: var(--primary-color-base);
  cursor: pointer;
}
.lpc-credit-calc-2__form-field .pill-group-2 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  border-radius: 16px;
  background: #fff;
  padding: 5px;
}
.lpc-credit-calc-2__form-field .pill-group-2._pill_group_style {
  display: flex;
  justify-content: space-between;
}
.lpc-credit-calc-2__form-field .pill-group-2 > label {
  flex: 1 1 auto;
}
.lpc-credit-calc-2__form-field .pill-group-2 > label .lp-button {
  width: 100%;
}
.lpc-credit-calc-2__form-field .pill-group-2 input {
  display: none;
}
.lpc-credit-calc-2__form-field .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}
.lpc-credit-calc-2__form-field .pill.lp-button {
  font-size: 1em;
  min-height: auto;
  padding: 12px 9px;
}
.lpc-credit-calc-2__form-field .pill.lpc-button--type-2 {
  background: transparent;
}
.lpc-credit-calc-2__form-field .pill-group-2 input:checked + .pill {
  color: #fff;
}
.lpc-credit-calc-2__form-field .percent-box {
  min-width: 58px;
  text-align: right;
  font-weight: 700;
  color: #373744;
  border-left: 1px solid #d7d7df;
  padding-left: 12px;
}
.lpc-credit-calc-2__form-range-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #8a8a95;
  margin-bottom: 8px;
}
.lpc-credit-calc-2__form-range-value, .lpc-credit-calc-2__form-range-dual {
  width: 100%;
  background: #f2f2f6;
  border: 1px solid #d7d7df;
  border-radius: 12px;
  padding: 15px 16px;
}
.lpc-credit-calc-2__form-range-dual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.lpc-credit-calc-2__form-range-inputs {
  position: relative;
}
.lpc-credit-calc-2__form-label {
  margin-bottom: 8px;
}
.lpc-credit-calc-2__summary {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  margin-left: 32px;
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.lpc-credit-calc-2__summary-grid {
  display: flex;
  align-items: flex-start;
}
.lpc-credit-calc-2__summary-rate {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lpc-credit-calc-2__monthly {
  padding: 16px;
  border-radius: 12px;
  background: #f4f5f8;
}
.lpc-credit-calc-2__monthly-lable {
  margin-bottom: 4px;
}
.lpc-credit-calc-2__monthly-value {
  color: #32323b;
  margin-bottom: 4px;
}
.lpc-credit-calc-2__summary-buttons {
  display: flex;
  gap: 8px;
}
.lpc-credit-calc-2__summary-buttons .lp-button {
  flex: 1 1 50%;
  font-size: 1em;
  min-height: auto;
  padding: 12px 9px;
}
.lpc-credit-calc-2__icon-box {
  margin: 0 10px 0 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
  flex: 0 0 auto;
}
.lpc-credit-calc-2__icon {
  max-width: 40px;
  max-height: 40px;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.lpc-credit-calc-2__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpc-credit-calc-2__icon svg {
  width: 100%;
  height: 100%;
}
.lpc-credit-calc-2__disclaimer {
  display: flex;
  align-items: center;
}
.lpc-credit-calc-2__disclaimer-text.lp-header-text-1, .lpc-credit-calc-2__disclaimer-text.lp-header-text-2, .lpc-credit-calc-2__disclaimer-text.lp-header-text-3, .lpc-credit-calc-2__disclaimer-text.lp-header-text-4 {
  color: var(--text-color-a-07);
}
.lpc-credit-calc-2__disclaimer-text.lp-header-text-4 {
  font-size: 14px;
}
.lpc-credit-calc-2__primary-btn {
  width: 100%;
}
.lpc-credit-calc-2 .muted {
  color: #8a8a95;
}
.lpc-credit-calc-2 .sheet {
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 31, 0.48);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}
.lpc-credit-calc-2 .sheet.active {
  display: flex;
}
.lpc-credit-calc-2 .sheet-inner {
  background: #fff;
  width: min(1024px, 100%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(32, 24, 66, 0.08);
  padding: 22px;
  /* Весь скролл */
  /* Дорожка */
  /* Ползунок */
  /* Ховер */
}
.lpc-credit-calc-2 .sheet-inner ::-webkit-scrollbar {
  width: 5px;
}
.lpc-credit-calc-2 .sheet-inner ::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.lpc-credit-calc-2 .sheet-inner ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.lpc-credit-calc-2 .sheet-inner ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.lpc-credit-calc-2 .sheet-card {
  max-height: 85vh;
  overflow: auto;
}
.lpc-credit-calc-2 .sheet-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.lpc-credit-calc-2 .sheet-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}
.lpc-credit-calc-2 .close-btn {
  border: 0;
  background: #f1f1f6;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}
.lpc-credit-calc-2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.lpc-credit-calc-2 th, .lpc-credit-calc-2 td {
  padding: 10px 8px;
  border-bottom: 1px solid #ececf2;
  text-align: left;
  white-space: nowrap;
}
.lpc-credit-calc-2 th:first-child, .lpc-credit-calc-2 td:first-child, .lpc-credit-calc-2 th:nth-child(2), .lpc-credit-calc-2 td:nth-child(2) {
  text-align: left;
}
.lpc-credit-calc-2 .sheet-text {
  font-size: 14px;
  line-height: 1.5;
  color: #41414a;
  margin: 0;
}
.summary-required-doc__title + .summary-required-doc__list {
  margin-top: 10px;
}
.summary-required-doc__item {
  display: flex;
  align-items: center;
}
.summary-required-doc__item + .summary-required-doc__item {
  margin-top: 6px;
}
.summary-required-doc__icon-box {
  padding: 0.2em;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2em;
  min-height: 2em;
}
.summary-required-doc__icon {
  font-size: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-required-doc__icon img {
  max-width: 100%;
  max-height: 100%;
}
.summary-required-doc__icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: var(--primary-color-base);
}
.summary-required-doc__text.marker-start {
  margin-top: 4px;
}
[data-media-source="media-lg"] .lpc-credit-calc-2__grid, [data-media-source="media-md"] .lpc-credit-calc-2__grid, [data-media-source="media-sm"] .lpc-credit-calc-2__grid, [data-media-source="media-xs"] .lpc-credit-calc-2__grid {
  flex-direction: column-reverse;
}
[data-media-source="media-lg"] .lpc-credit-calc-2__img-box {
  margin-top: 32px;
}
[data-media-source="media-md"] .lpc-credit-calc-2__img-box, [data-media-source="media-sm"] .lpc-credit-calc-2__img-box, [data-media-source="media-xs"] .lpc-credit-calc-2__img-box {
  margin-top: 20px;
}
[data-media-source="media-sm"] .lpc-credit-calc-2__form, [data-media-source="media-xs"] .lpc-credit-calc-2__form {
  flex-wrap: wrap;
}
[data-media-source="media-md"] .lpc-credit-calc-2__form-container {
  width: calc(50% - 10px);
}
[data-media-source="media-md"] .lpc-credit-calc-2__summary {
  margin-left: 20px;
  width: calc(50% - 10px);
}
[data-media-source="media-sm"] .lpc-credit-calc-2__form-container, [data-media-source="media-xs"] .lpc-credit-calc-2__form-container {
  width: 100%;
}
[data-media-source="media-sm"] .lpc-credit-calc-2__summary, [data-media-source="media-xs"] .lpc-credit-calc-2__summary {
  margin-left: 0;
  width: 100%;
  padding: 20px;
}
[data-media-source="media-md"] .lpc-credit-calc-2__summary-buttons, [data-media-source="media-sm"] .lpc-credit-calc-2__summary-buttons, [data-media-source="media-xs"] .lpc-credit-calc-2__summary-buttons {
  flex-direction: column;
}
