@media screen and (max-width: 920px) {
  .desktop {
    display: none; } }

@media screen and (min-width: 920px) {
  .mobile {
    display: none; } }

.form input, .form textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  margin-top: 5px;
  padding-bottom: 10px;
  font-family: 'Lustria', serif; }

.form.green input, .form.green textarea {
  color: white;
  border-bottom: solid 1px white; }

.form:not(.green) input, .form:not(.green) textarea {
  color: #0E4142;
  border-bottom: solid 1px #0E4142; }

.form textarea {
  resize: none;
  overflow-y: hidden; }

.form .warn {
  margin-top: 5px;
  font-size: 12px; }

.form .field {
  margin-bottom: 30px;
  width: 100%; }
  .form .field label {
    display: block; }
    .form .field label.margin {
      margin-bottom: 20px; }
    .form .field label .unit {
      float: right; }

.form .info {
  font-style: italic; }

.form .checkbox {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 40px; }
  .form .checkbox > * {
    pointer-events: none; }
  .form .checkbox.selected .box:after {
    transform: scale(0.4);
    -webkit-transform: scale(0.4); }
  .form .checkbox .box {
    position: relative;
    width: 15px;
    height: 15px;
    border: solid 1px #85BAA0;
    margin-right: 10px; }
    .form .checkbox .box:after {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      background-color: #85BAA0;
      transform: scale(0);
      -webkit-transform: scale(0);
      transition: all .2s ease-in-out; }
  .form .checkbox .label {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
  supported by Chrome and Opera */
    margin: 0;
    line-height: 0; }

.estimation {
  margin-top: 150px;
  padding-top: 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 920px) {
    .estimation {
      margin-top: 80px; } }
  .estimation #info {
    display: none;
    margin-top: 0;
    text-align: center; }
  .estimation .button {
    display: block;
    width: 100px;
    text-align: center;
    margin: 30px auto 15px auto; }
  .estimation .half {
    width: calc(50% - 32px);
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 920px) {
      .estimation .half {
        width: 100%;
        margin-left: 0 !important; }
        .estimation .half h3:after {
          left: -10px;
          transform: translate(-100%) !important; } }
    .estimation .half:nth-child(2) {
      margin-left: 60px; }
      .estimation .half:nth-child(2) h3:after {
        transform: translate(10px); }
    .estimation .half:nth-child(1) h3:after {
      left: -10px;
      transform: translate(-100%); }
  .estimation .form h3, .estimation .form p, .estimation .form label {
    color: #0E4142; }
  .estimation .form h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left; }
    .estimation .form h3:after {
      content: '';
      position: absolute;
      width: 800%;
      height: 1px;
      top: 50%;
      background-color: #0E4142; }

/*# sourceMappingURL=estimation.css.map*/