#template
{
	display:none;
}


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

.dt-wrap,
.dt-wrap *,
.dt-wrap *:before,
.dt-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration-skip-ink: none;
}

.dt-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.dt-head__title,
#content .dt-head__title {
  margin: 0;
  padding: 5px 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.dt-head .dt-head__help-link {
  display: block;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  padding-left: 25px;
  background: url(../images/page-deposit-tax/ico-help.svg) 0 center no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.dt-head .dt-head__help-link:hover {
  text-decoration: none;
}

.dt-desc,
#content .dt-desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

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

.dt-deposit__head {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.dt-deposit__item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.dt-deposit__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dt-deposit__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.dt-deposit__title-link {
  display: block;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  background: #ecf6e8 url(../images/page-deposit-tax/ico-calc-green.svg) center center no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  border: 1px dashed #56cd19;
  border-radius: 50%;
}

.dt-deposit__desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.dt-deposit__unit {
  padding-right: 10px;
  margin-bottom: 20px;
}

.dt-deposit__unit:last-child {
  padding-right: 0;
}

.dt-deposit__unit_sum {
  width: 200px;
}

.dt-deposit__unit_rate {
  width: 90px;
}

.dt-deposit__unit_date {
  width: 160px;
}

.dt-deposit__unit_day {
  width: 100px;
}
.dt-deposit__unit_check {
  width: 154px;
  padding-top: 25px;
}

.dt-deposit__unit_type {
  width: 160px;
}

.dt-deposit__remove {
  padding-top: 25px;
}

.dt-deposit__remove-btn {
  display: block;
  border: none;
  width: 36px;
  height: 36px;
  padding: 0;
  background: url(../images/page-deposit-tax/ico-remove.svg) center center no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  opacity: .35;
  cursor: pointer;
  font-size: 0;
}

.dt-deposit__remove-btn:hover {
  opacity: .7;
}

.dt-deposit__sum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dt-deposit__sum-input {
  width: 120px;
}

.dt-deposit__sum-select {
  width: 70px;
}

.dt-deposit__error-note {
  margin-top: 6px;
  color: #fa8693;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display:none;
}

.dt-label {
  position: relative;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.dt-label__tooltip {
  display: none;
  min-width: 116px;
  max-width: 220px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  background-color: rgba(0,0,0,98);
}

.dt-label__tooltip a {
  color: #fff;
  text-decoration: underline;
}

.dt-label__tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid rgba(0,0,0,98);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.dt-label:hover .dt-label__tooltip {
  display: block;
}

.dt-control {
  position: relative;
}

.dt-control .dt-input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
}

.dt-control .dt-input.dt-input_error {
  border-color: #fa8693;
}

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

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

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

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

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

.dt-control .dt-input_date {
  outline: none;
}

.dt-control .dt-input_date::-webkit-inner-spin-button {
  display: none;
}

.dt-control .dt-input_date::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background: url(../images/page-deposit-tax/ico-calendar.svg) no-repeat center;
  background-size: contain;
}

.dt-control .dt-input_date::-webkit-clear-button {
  display: none;
}

.dt-control .dt-input[disabled] {
  color: #d7d7d7;
}

.dt-control__note {
  position: absolute;
  bottom: -24px;
  left: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.dt-select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 22px 0 7px;
  background: url(../images/page-deposit-tax/ico-arrow-select.svg) calc(100% - 7px) center no-repeat;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.dt-select[disabled] {
  color: #d7d7d7;
  background-image: url(../images/page-deposit-tax/ico-arrow-select-disabled.svg);
}

.dt-checkbox {
  display: block;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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

.dt-checkbox__label {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 5px 0 5px 26px;
  cursor: pointer;
}

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

.dt-checkbox__control:checked + .dt-checkbox__label:before {
  background-image: url(../images/page-deposit-tax/ico-checkbox.svg);
}

.dt-checkbox__control[disabled]:checked + .dt-checkbox__label:before {
  background-image: url(../images/page-deposit-tax/ico-checkbox-disabled.svg);
}

.dt-checkbox__control[disabled] + .dt-checkbox__label {
  color: #d7d7d7;
}

.dt-deposit__foot {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}

.dt-deposit__add {
  margin-bottom: 10px;
}

.dt-deposit__add-btn {
  background: #ecf6e8 url(../images/page-deposit-tax/ico-add.svg) 14px 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;
  white-space: nowrap;
  padding: 0 10px 0 32px;
  cursor: pointer;
}

.dt-deposit__add-btn:hover {
  background-color: #e3f7db;
}

.dt-deposit__id-label {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

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

.dt-deposit__id-control {
  width: 120px;
  margin-right: 10px;
}

.dt-deposit__id-btn {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  border: none;
  cursor: pointer;
  padding: 0 22px;
  background-color: #56cd19;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
}

.dt-deposit__id-btn:hover {
  background-color: #5fda20;
}

.dt-deposit__id-help {
  margin-left: 20px;
}

.dt-help {
  position: relative;
}

.dt-help__ico {
  width: 16px;
  height: 16px;
  background: url(../images/page-deposit-tax/ico-help.svg) center center no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.dt-help__tooltip {
  display: none;
  min-width: 116px;
  max-width: 220px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.98);
}

.dt-help__tooltip a {
  color: #ccc;
}

.dt-help__tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid rgba(0,0,0,0.98);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.dt-help:hover .dt-help__tooltip {
  display: block;
}

.dt-tax {
  margin-bottom: 30px;
}

.dt-tax__title {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}

.dt-tax__desc {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.dt-tax__label {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

.dt-tax__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.dt-tax__control {
  width: 80px;
  margin-right: 15px;
}

.dt-tax__note {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
}

.dt-btn {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #56cd19;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}

.dt-btn:hover {
  background-color: #5fda20;
}

.dt-result {
  margin-top: 30px;
}

.dt-result__head {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.dt-result__item {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}

.dt-result__group {
  margin-bottom: 30px;
}

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

.dt-result__title_offset {
  margin-left: -30px;
}

.dt-result__desc {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}

.dt-result__mark {
  color: #fff;
  border-radius: 2px;
  padding: 0 8px;
  white-space: nowrap;
}

.dt-result__mark_green {
  background-color: #8ec52e;
}

.dt-result__mark_orange {
  background-color: #ff8000;
}

.dt-result__sum {
  font-size: 27px;
  font-weight: 700;
  background-color: #e9e9e9;
  border-radius: 2px;
  padding: 3px 10px;
  white-space: nowrap;
}

.dt-result__point {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.dt-result__point:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.dt-result__point_green:before {
  background-color: #8ec52e;
}

.dt-result__point_orange:before {
  background-color: #ff8000;
}

.dt-result__save {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dt-result__save-btn {
  display: block;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(86, 193, 39, 0.56);
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 10px 0 32px;
  background: #56c127 url(../images/page-deposit-tax/ico-save.svg) 10px center no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  border: none;
}

.dt-result__save-btn:hover {
  background-color: #5fda20;
}

.dt-result__save-label {
  color: #c1c0c0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 20px;
  margin-left: 20px;
}

.dt-result__save-value {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dt-result__save-value a {
  color: #0166cc;
  text-decoration: underline;
}

.dt-result__save-value a:hover {
  color: #0166cc;
  text-decoration: none;
}

.dt-mobile-action {
  display: none;
}

.dt-total {
  max-width: 480px;
}

.dt-total__head {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}

.dt-total__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  padding: 8px 0;
  border-bottom: 1px solid #c8c8c8;
}


@media (max-width: 1000px) {

  .dt-deposit__group {
    padding-right: 0;
    margin-right: -10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dt-control__note {
    bottom: -20px;
  }

  .dt-deposit__remove {
    width: 100%;
    padding-top: 0;
  }

  .dt-deposit__remove-btn {
    font-size: 14px;
    text-decoration: underline;
    width: auto;
    padding-right: 24px;
    background-position: 100% 50%;
  }

}

@media (max-width: 800px) {

  .dt-wrap {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .dt-calc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dt-result__sum {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dt-mobile-action {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 900;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 -0.5px 1.9px 0.1px rgba(0, 0, 0, 0.2);
  }

  .dt-mobile-action__btn {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #56cd19;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
  }

  .dt-mobile-action__btn:hover {
    background-color: #5fda20;
  }

}

@media (max-width: 600px) {

  .dt-calc {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-head {
    display: block;
    margin-bottom: 20px;
  }

  .dt-head__title {
    margin-bottom: 10px;
  }

  .dt-result__sum {
    font-size: 25px;
  }

  .dt-result__desc {
    line-height: 33px;
  }

}

@media (max-width: 530px) {

  .dt-total__item {
    display: block;
    font-size: 19px;
  }

}

@media (max-width: 425px) {

  .dt-deposit__unit_check {
    width: 100%;
    padding-top: 0;
  }

  .dt-deposit__unit_type {
    width: 100%;
  }

  .dt-tax__title,
  .dt-result__head {
    font-size: 26px;
    line-height: 32px;
  }

  .dt-result__item {
    padding-left: 0;
  }

  .dt-result__title_offset {
    margin-left: 0;
  }

  .dt-result__sum {
    font-size: 25px;
  }

  .dt-result__save {
    display: block;
  }

  .dt-result__save-label {
    margin-right: 0;
    margin-left: 0;
  }

}