#NashGlavbuh-calc-container .procenty {
  margin: 0;
}
.procenty {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 12px 15px 15px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.procenty > *:first-child {
  margin-top: 0 !important;
}
.procenty > *:last-child {
  margin-bottom: 0 !important;
}
.procenty .label-checkbox {
  display: inline-block;
}
.procenty .procenty-block {
  display: none;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.procenty .procenty-block.active {
  display: flex;
}
.procenty .pb-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  color: #343A40;
  margin-bottom: 15px;
}
.procenty .pb-field {
  width: 100%;
}
.procenty .pb-field + .pb-field {
  margin-top: 15px;
}
.procenty .pb-field.double {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.procenty .pb-field.double .pb-field {
  width: 245px;
  margin-top: 0;
}
.procenty .mid-word {
  display: inline-block;
  color: #868E96;
  padding: 0 10px;
}
.procenty input[type="text"],
.procenty select {
  position: relative;
  min-width: unset!important;
  width: 100%;
}
.procenty .percent-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.procenty .percent-input input[type="text"] {
  padding-right: 30px;
}
.procenty .percent-input label {
  position: absolute;
  height: 100%;
  right: 15px;
  top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #a5a5a5;
  padding: 13px 0;
}
.procenty .pb-btn-wrap {
  margin-top: 15px;
}
.procenty button.button {
  min-width: 160px;
  padding-left: 15px;
  padding-right: 15px;
}
.procenty .pb-result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.procenty .pb-result strong {
  font-size: 18px;
  line-height: 1.25;
  color: #343A40;
}
.procenty .pb-result .calc-copy-result {
  display: flex;
  border: 0 none;
  background: none;
  padding: 0;
  margin-left: 10px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.procenty .pb-result .calc-copy-result svg path {
  transition: all 0.3s;
}
.procenty .pb-result .calc-copy-result:hover svg path,
.procenty .pb-result .calc-copy-result:focus svg path {
  fill: #339CD3;
}
@media (max-width: 767px) {
  .procenty .procenty-block {
    flex-direction: column;
  }
  .procenty .pb-field.double {
    justify-content: space-between;
  }
  .procenty .pb-field.double .pb-field {
    width: 100%;
  }
  .procenty .pb-field.double .pb-field + .pb-field {
    margin-top: 15px;
  }
  .procenty input[type="text"],
  .procenty select {
    min-width: auto;
    width: 100%;
  }
  .procenty button.button {
    width: 100%;
  }
  .procenty .pb-result {
    width: 100%;
  }
}
