#pass_loans,#guarantee_loans{
display:none;
}

.pdn-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.pdn-wrap,
.pdn-wrap *,
.pdn-wrap *:before,
.pdn-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pdn-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.pdn-calc {
  background-color: #fdfdfd;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.pdn-calc__income {
  padding: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.pdn-calc__debt {
  padding: 30px;
}

.pdn-calc__section {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pdn-calc__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pdn-calc__title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.pdn-calc__income .pdn-calc__title {
  margin-bottom: 30px;
}

.pdn-calc__desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.pdn-calc__step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
}

.pdn-calc__step-num {
  width: 40px;
  height: 40px;
  background-color: #ff6b3b;
  border-radius: 50%;
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  -o-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.pdn-calc__step-title {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -o-flex: 1 1 0;
  flex: 1 1 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 0;
}

.pdn-calc__income-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.pdn-calc__income-label {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 120px;
}

.pdn-calc__income-input {
  width: 230px;
}

.pdn-calc .pdn-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(../images/calc-pdn/ico-rub.svg) calc(100% - 10px) center no-repeat;
  -webkit-background-size: 15px 19px;
  background-size: 15px 19px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  outline: none;
}

.pdn-control::-webkit-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pdn-control::-moz-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pdn-control:-ms-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pdn-control::-ms-input-placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pdn-control::placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.pdn-calc .pdn-control:focus {
  border-color: #ccc;
}

.error-control {
  position: relative;
}

.error-control .pdn-control {
  border-color: #ff5e5b;
}

.error-control__note {
  display: none;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ff5e5b;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.error-control .error-control__note {
  display: block;
}

.pdn-calc__more {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.pdn-calc__more .pdn-calc__more-link {
  color: #56cd19;
  text-decoration: underline;
}

.pdn-calc__more .pdn-calc__more-link:hover {
  color: #56cd19;
  text-decoration: none;
}

.pdn-credit__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

.pdn-credit__head-label {
  width: 120px;
}

.pdn-credit__head-value {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -o-flex: 1 1 0;
  flex: 1 1 0;
}

.pdn-credit__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.pdn-credit__label {
  width: 120px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 0;
}

.pdn-credit__value {
  width: 230px;
  position: relative;
}

.pdn-credit__remove {
  display: block;
  width: 70px;
  height: 22px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 10px;
  padding: 0;
  border: none;
  background: url(../images/calc-pdn/ico-remove.svg) 0 center no-repeat;
  -webkit-background-size: 70px 21px;
  background-size: 70px 21px;
  cursor: pointer;
  outline: none;
}

.pdn-credit__remove:hover {
  opacity: .8;
}

.pdn-credit__add {
  display: inline-block;
  vertical-align: bottom;
  background: #ecf6e8 url(../images/calc-pdn/ico-plus.svg) 10px center no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  border: 1px solid #56cd19;
  border-radius: 4px;
  color: #56cd19;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 18px 0 32px;
  cursor: pointer;
  outline: none;
}

.pdn-credit__add:hover {
  background-color: #e2f3db;
}

.pdn-card__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

.pdn-card__head-label {
  width: 120px;
}

.pdn-card__head-value {
  width: 230px;
}

.pdn-card__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.pdn-card__label {
  width: 120px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 0;
}

.pdn-card__value {
  width: 230px;
}

.pdn-card__remove {
  display: block;
  width: 70px;
  height: 22px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 10px;
  padding: 0;
  border: none;
  background: url(../images/calc-pdn/ico-remove.svg) 0 center no-repeat;
  -webkit-background-size: 70px 21px;
  background-size: 70px 21px;
  cursor: pointer;
  outline: none;
}

.pdn-card__remove:hover {
  opacity: .8;
}

.pdn-card__add {
  display: inline-block;
  vertical-align: bottom;
  background: #ecf6e8 url(../images/calc-pdn/ico-plus.svg) 10px center no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  border: 1px solid #56cd19;
  border-radius: 4px;
  color: #56cd19;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 18px 0 32px;
  cursor: pointer;
  outline: none;
}

.pdn-card__add:hover {
  background-color: #e2f3db;
}

.pdn-calc__check {
  margin-bottom: 20px;
}

.pdn-checkbox {
  display: block;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.pdn-checkbox__control {
  position: absolute;
  opacity: 0;
}

.pdn-checkbox__label {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pdn-checkbox__label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}

.pdn-checkbox__control:checked + .pdn-checkbox__label:before {
  background-image: url(../images/calc-pdn/ico-checkbox.svg);
}

.pdn-calc__action {
  margin-top: 40px;
}

.pdn-calc__go {
  margin-bottom: 20px;
}

.pdn-calc__btn {
  display: block;
  width: 100%;
  background-color: #56cd19;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
  outline: none;
  padding: 16px;
}

.pdn-calc__btn:hover {
  color: #fff;
  background-color: #5dda1d;
}

.pdn-calc__clear {
  text-align: center;
}

.pdn-calc__clear .pdn-calc__clear-btn {
  display: inline-block;
  vertical-align: bottom;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  padding-left: 30px;
  background: url(../images/calc-pdn/ico-clear.svg) 0 2px no-repeat;
  -webkit-background-size: 19px 18px;
  background-size: 19px 18px;
}

.pdn-calc__clear .pdn-calc__clear-btn:hover {
  text-decoration: underline;
}

.pdn-result {
  display:none;	
  margin-bottom: 40px;
}

.pdn-result__title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.pdn-result__total {
  color: #000;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
}

.pdn-result__value {
  font-size: 25px;
  background-repeat: no-repeat;
  background-position: center 1em;
  background-size: 100% 4px;
}

.pdn-result__value_green {
  background-image: linear-gradient(#56cd19, #56cd19);
}

.pdn-result__value_red {
  background-image: linear-gradient(#fe6b3b, #fe6b3b);
}

.pdn-result__unit {
  padding-left: 52px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.pdn-result__unit_credit {
  background-image: url(../images/calc-pdn/ico-result-cred.svg);
  -webkit-background-size: 37px 33px;
  background-size: 37px 33px;
}

.pdn-result__unit_card {
  background-image: url(../images/calc-pdn/ico-result-card.svg);
  -webkit-background-size: 35px 34px;
  background-size: 35px 34px;
}

.pdn-result__unit-value {
  font-weight: 400;
  color: #000;
  font-size: 25px;
  line-height: 32px;
}

.pdn-result__unit-label {
  font-weight: 400;
  color: #585858;
  font-size: 19px;
  line-height: 30px;
}

.pdn-indicator {
  text-align: center;
  display:none;
  margin-bottom: 40px;
}

.pdn-indicator__heading {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

.pdn-indicator__bar {
  width: 280px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.pdn-indicator_success .pdn-indicator__bar {
  background-color: #56cd19;
}

.pdn-indicator_fail .pdn-indicator__bar {
  background-color: #ff6b3b;
}

.pdn-indicator__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

.pdn-indicator_success .pdn-indicator__title {
  color: #56cd19;
}

.pdn-indicator_fail .pdn-indicator__title {
  color: #ff6b3b;
}

.pdn-indicator__desc {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: left;
}


@media only screen and (max-width: 768px) {

  .pdn-calc__income {
    padding: 20px 10px;
  }

  .pdn-calc__debt {
    padding: 20px 10px;
  }

  .pdn-calc__section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pdn-card__remove {
    width: 31px;
  }

}

@media only screen and (max-width: 680px) {

  .pdn-card__head,
  .pdn-credit__head {
    font-size: 14px;
    line-height: 16px;
  }

  .pdn-card__head-label,
  .pdn-credit__head-label {
    width: 86px;
  }

  .pdn-card__head-value,
  .pdn-credit__head-value {
    width: 170px;
    padding-right: 10px;
  }

  .pdn-card__value,
  .pdn-credit__value {
    width: 170px;
  }

  .pdn-calc .pdn-control {
    padding-left: 10px;
    text-align: left;
  }

  .pdn-card__label,
  .pdn-credit__label {
    font-size: 18px;
    width: 86px;
  }

}

@media only screen and (max-width: 600px) {

  .pdn-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pdn-card__row {
    padding-bottom: 26px;
    position: relative;
  }

  .pdn-card__remove {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 58px;
    background-position: right center;
  }

  .pdn-card__label,
  .pdn-card__head-label {
    -webkit-flex: 0 0 86px;
    -moz-flex: 0 0 86px;
    -ms-flex: 0 0 86px;
    -o-flex: 0 0 86px;
    flex: 0 0 86px;
    width: auto;
  }

  .pdn-card__value,
  .pdn-card__head-value {
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }

}

@media only screen and (max-width: 425px) {

  .pdn-calc {
    margin-left: -10px;
    margin-right: -10px;
  }

  .pdn-calc .pdn-control {
    font-size: 18px;
    background-size: 11px auto;
    background-position: calc(100% - 6px) center;
    padding-right: 24px;
  }

  .pdn-credit__label {
    -webkit-flex: 0 0 86px;
    -moz-flex: 0 0 86px;
    -ms-flex: 0 0 86px;
    -o-flex: 0 0 86px;
    flex: 0 0 86px;
    width: auto;
  }

  .pdn-credit__value {
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }

  .pdn-credit__row {
    padding-bottom: 26px;
    position: relative;
  }

  .pdn-credit__remove {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 58px;
    background-position: right center;
  }

}