<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.raschet-ocenki-v-attestate {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 12px 15px 15px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.raschet-ocenki-v-attestate &gt; *:first-child {
  margin-top: 0 !important;
}
.raschet-ocenki-v-attestate &gt; *:last-child {
  margin-bottom: 0 !important;
}
.raschet-ocenki-v-attestate input[type="text"],
.raschet-ocenki-v-attestate select {
  position: relative;
  min-width: unset;
  width: 100%;
}
.raschet-ocenki-v-attestate select {
  padding-right: 30px;
}
.raschet-ocenki-v-attestate .select-input {
  position: relative;
}
.raschet-ocenki-v-attestate .rova-fields {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.raschet-ocenki-v-attestate .rova-fields .rova-field {
  margin-top: 15px;
  width: calc(50% - 10px);
}
.raschet-ocenki-v-attestate .rova-fields .rova-field.wide {
  width: 100%;
}
.raschet-ocenki-v-attestate .rova-fields .rova-field .rova-fields {
  margin-bottom: -15px;
}
.raschet-ocenki-v-attestate .rova-fields .rova-field .rova-fields .rova-field {
  margin: 0 0 15px;
}
.raschet-ocenki-v-attestate #important_reminder {
  margin: 0 0 20px;
  padding: 10px 15px;
}
.raschet-ocenki-v-attestate #important_reminder .important-block__content {
  font-size: 14px;
  line-height: 18px;
}
.raschet-ocenki-v-attestate .button-line {
  margin-top: 20px;
}
.raschet-ocenki-v-attestate .button-line .btn {
  min-height: 46px;
}
.raschet-ocenki-v-attestate .button-line .btn + .btn {
  margin: 0 0 0 5px;
}
.raschet-ocenki-v-attestate .calc-res {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 30px;
}
.raschet-ocenki-v-attestate .calc-res &gt; strong + strong {
  margin-top: 10px;
}
.raschet-ocenki-v-attestate .calc-res &gt; strong &gt; span {
  display: inline-block;
}
@media (max-width: 767px) {
  .raschet-ocenki-v-attestate .rova-fields .rova-field {
    width: 100%;
  }
  .raschet-ocenki-v-attestate .rova-fields .rova-field + .rova-field {
    margin-top: 20px;
  }
  .raschet-ocenki-v-attestate .button-line .btn {
    width: 100%;
    padding: 10px 15px;
  }
  .raschet-ocenki-v-attestate .button-line .btn + .btn {
    margin: 10px 0 0;
  }
}
</pre></body></html>