@media (max-width: 575.98px) {
  .stock-calc {
    padding: 64px 0;
  }
}
@media (min-width: 576px) {
  .stock-calc {
    padding: 40px 0;
  }
}
.stock-calc-detail .stock-calc__title {
  color: var(--bs-white);
}
.stock-calc-detail .stock-calc__description {
  color: var(--bs-white);
}
.stock-calc-detail .stock-calc__picture:not(.-is_empty) {
  position: relative;
}
.stock-calc-detail .stock-calc__picture:not(.-is_empty) img {
  position: relative;
  z-index: 1;
}
.stock-calc-detail .stock-calc__picture:not(.-is_empty)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 70%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-primary);
  filter: blur(80px);
  border-radius: 100%;
  z-index: 0;
}
.stock-calc-detail .stock-calc__text ul:first-child li {
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
.stock-calc-detail .stock-calc__text ul:first-child li span {
  color: inherit;
}
.stock-calc-detail .stock-calc__text ul:last-child {
  border-color: var(--bs-primary);
}
.stock-calc-detail .stock-calc__text ul:last-child li {
  color: var(--bs-white);
}
.stock-calc-detail .stock-calc__form h3 {
  color: var(--bs-white);
}
.stock-calc-detail .stock-calc__form .form-agreement {
  color: var(--bs-white);
}
.stock-calc__info {
  height: 100%;
}
.stock-calc__title {
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}
.stock-calc__description {
  color: white;
  margin-bottom: 40px;
}
.stock-calc__description span {
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .stock-calc__description {
    margin-bottom: 22px;
  }
}
.stock-calc__picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stock-calc__picture img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 47/25;
}
@media (max-width: 767.98px) {
  .stock-calc__picture.-is_empty {
    height: 276px;
  }
  .stock-calc__picture.-is_empty img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .stock-calc__picture.-is_empty {
    justify-content: flex-end;
  }
}
.stock-calc__text ul:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.stock-calc__text ul:first-child li {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  column-gap: 8px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--bs-primary);
  font-size: 1rem;
  color: white;
}
.stock-calc__text ul:first-child li span {
  font-family: "AtypText Bold", Arial, sans-serif;
  color: white;
}
@media (max-width: 575.98px) {
  .stock-calc__text ul:first-child li {
    flex-direction: row;
    width: 100%;
    font-size: 0.875rem;
  }
  .stock-calc__text ul:first-child li:nth-child(2), .stock-calc__text ul:first-child li:nth-child(3) {
    flex-direction: column;
    width: unset;
  }
}
.stock-calc__text ul:first-child li.nowrap {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.stock-calc__text ul:first-child li::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: var(--primary-bg-intensive);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: var(--bs-box-shadow-decorate);
}
.stock-calc__text ul:first-child li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: var(--bs-primary);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.stock-calc__text ul:last-child {
  position: relative;
  border: 1px solid var(--bs-primary);
  border-radius: 12px;
  padding: 12px 12px 12px 36px;
}
.stock-calc__text ul:last-child li {
  color: white;
}
.stock-calc__text ul:last-child li:not(:last-child) {
  margin-bottom: 16px;
}
.stock-calc__text ul:last-child::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: var(--primary-bg-intensive);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: var(--bs-box-shadow-decorate);
}
.stock-calc__text ul:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: var(--bs-primary);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.stock-calc__text h5 {
  margin-top: 0;
}
.stock-calc-text__link {
  font-size: 18px;
  margin-top: 10px;
  color: inherit;
  text-decoration: none;
}
.stock-calc-text__link:hover {
  text-decoration: none;
}
.stock-calc__form h3 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}
.stock-calc__form .form-agreement {
  color: var(--bs-gray-900);
  opacity: 0.5;
  font-size: 0.875rem;
}
.stock-calc__form .form-agreement a {
  color: inherit;
}
.stock-calc__form .form-agreement a:hover {
  text-decoration: underline;
}
.stock-calc__form .form-control {
  background-color: var(--primary-bg);
  color: white;
  border-color: var(--bs-primary);
}
.stock-calc-form__credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  font-family: "AtypText Bold", Arial, sans-serif;
  border-radius: 12px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  margin-bottom: 48px;
}
.stock-calc-form-credit__text {
  font-size: 1.125rem;
}
.stock-calc-form-credit__number {
  font-size: 1.875rem;
}
.stock-calc.credit-page .stock-calc__title {
  color: var(--bs-body-color);
}
.stock-calc.credit-page ul:first-child li {
  border-color: var(--bs-body-color);
  color: var(--bs-body-color);
}
.stock-calc.credit-page ul:first-child li span {
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-primary);
}
.stock-calc.credit-page ul:last-child {
  border: 1px solid var(--bs-body-color);
}
.stock-calc.credit-page ul:last-child li {
  color: var(--bs-body-color);
}
.stock-calc.credit-page ul:last-child li:not(:last-child) {
  margin-bottom: 16px;
}
.stock-calc.credit-page .stock-calc__form .form-control {
  border-color: var(--bs-body-color);
  background-color: transparent;
  color: var(--bs-body-color);
}
.stock-calc.credit-page .stock-calc__form h3 {
  color: var(--bs-primary);
}

.nice-select .list .option:first-child {
  display: none;
}
