.calc-rkkzp {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 12px 15px 15px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.calc-rkkzp > *:first-child {
  margin-top: 0 !important;
}
.calc-rkkzp > *:last-child {
  margin-bottom: 0 !important;
}
.calc-rkkzp .calc-fields {
  width: 300px;
  max-width: 100%;
}
.calc-rkkzp .field-row + .field-row {
  margin-top: 15px;
}
.calc-rkkzp strong.rk-bold {
  display: block;
  margin-bottom: 15px;
}
.calc-rkkzp input[type="text"],
.calc-rkkzp select {
  position: relative;
  min-width: unset;
  width: 100%;
}
.calc-rkkzp input[disabled] {
  background: none;
}
.calc-rkkzp .sum-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.calc-rkkzp .sum-input [class$="__label"] {
  position: absolute;
  height: 100%;
  right: 15px;
  top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #a5a5a5;
  padding: 13px 0;
}
.calc-rkkzp .select2 {
  width: 100% !important;
}
.calc-rkkzp .button-line {
  margin-top: 20px;
}
.calc-rkkzp .button-line .btn {
  min-height: 46px;
}
.calc-rkkzp .button-line .btn + .btn {
  margin: 0 0 0 5px;
}
.calc-rkkzp #result {
  margin-top: 30px;
}
.calc-rkkzp #result table {
  width: 100%;
}
.calc-rkkzp #result table tbody tr th:nth-last-child(1),
.calc-rkkzp #result table tbody tr td:nth-last-child(1),
.calc-rkkzp #result table tbody tr th:nth-last-child(2),
.calc-rkkzp #result table tbody tr td:nth-last-child(2) {
  text-align: center;
}
.calc-rkkzp #result table td,
.calc-rkkzp #result table th {
  padding: 15px;
  border: 1px solid #e9ecef;
  font-size: 13px;
  line-height: 1.15;
  color: #212529;
}
.select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  top: calc(50% - 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 300;
  padding: 15px 25px 15px 15px;
  text-overflow: ellipsis;
}
.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .calc-rkkzp .calc-fields {
    width: 100%;
  }
  .calc-rkkzp input[type="text"] {
    min-width: auto;
    width: 100%;
  }
  .calc-rkkzp .sum-input {
    width: 100%;
  }
  .calc-rkkzp .button-line .btn {
    width: 100%;
    padding: 10px 15px;
  }
  .calc-rkkzp .button-line .btn + .btn {
    margin: 10px 0 0;
  }
  .calc-rkkzp #result table tbody tr th:first-child,
  .calc-rkkzp #result table tbody tr td:first-child {
    width: auto;
  }
}
