.budget {
  margin-top: 35px;
  margin-bottom: 50px;
}
  .budget .checkbox label {
    font-size: 16px;
  }
  .budget .main-button {
    margin-top: 3rem;
  }
/*.budget .LaserCut2mm,
.budget .LaserCut16mm,
.budget .LaserCut5mm,
.budget .CncBending2mm,
.budget .CncBending16mm,
.budget .CncBending5mm,*/
.budget .CncBending,
.budget .LaserCut {
  /*display: none;*/
}
.budget .sub-title {
  color: #da251c;
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
}
.budget .certified {
  background: url(../images/icon-certified.png) no-repeat left center;
  font-size: 23px;
  height: 95px;
  padding: 20px 0px 20px 90px;
}

.budget .remove-field-button {
  background-color: #db341d;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  margin-left: auto;
  display: block;
  margin-bottom: -10px;
  margin-right: 10px;
  z-index: 1;
  position: relative;
}
.budget .clone-button {
  border: none;
  background-color: transparent;
  display: block;
  margin-left: auto;
  font-weight: 700;
  margin-top: 15px;
}
.budget .clonable-fields-field,
.budget .margin-bottom {
  margin-bottom: 50px;
}
.budget .form-sidebar {
  background-color: #f8f7f7;
}
  .budget .form-sidebar .form-control.attachment {
    margin-bottom: 5px;
  }
  .budget .form-sidebar .warnning {
    color: #ff0000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .budget .container-form .choose-material-type {
    color: #5c5c5c;
    font-size: 19px;
    margin: 0px 0px 15px 0px;
  }
  .budget .form-sidebar .topic-title {
    margin-left: 25px;
    font-size: 23px;
  }
  .budget .form-sidebar .ornament-left {
    margin-left: 25px;
  }
  .budget .form-sidebar .simple-img {
    display: block;
    margin: 20px auto;
    max-width: 550px;
    width: 100%;
  }

.budget .client-data {
  margin-bottom: 50px;
}

.budget .icon-attachment {
  background: url(../images/icon-attachment.png) no-repeat left center;
  font-size: 23px;
  height: 95px;
  margin-top: 90px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding: 15px 0px 15px 90px;
}

.budget .icon-comment {
  background: url(../images/icon-comment.png) no-repeat left center;
  font-size: 23px;
  height: 95px;
  margin-top: 90px;
  margin-left: 50px;
  padding: 8px 0px 8px 90px;
}

.budget .simple-text {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .budget .sub-title {
    margin: 0px 0px 25px 0px;
  }
  .budget .icon-attachment {
    height: 95px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    padding: 15px 0px 15px 90px;
  }
  .budget .icon-comment {
    height: 145px;
    margin-left: 25px;
  }
  .budget .certified {
    height: 190px;
    padding: 40px 0px 20px 90px;
  }
  .budget .form-sidebar .simple-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
