@import url("https://fonts.googleapis.com/css?family=Lora:400,700|PT+Sans+Narrow:400,700");
body {
  max-width: 660px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #617984;
  font-size: 16px; }
  body .all-form .box {
    margin-bottom: 10px; }
    body .all-form .box .title {
      color: #244c5f;
      font-family: 'PT Sans Narrow', sans-serif;
      width: 100%;
      font-size: 20px;
      display: block;
      border-bottom: 1px solid #CCC;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    body .all-form .box .form-group {
      margin-bottom: 15px; }
      body .all-form .box .form-group label {
        display: inline-block;
        width: 185px;
        vertical-align: top; }
        body .all-form .box .form-group label .red-star {
          color: #790000; }
        body .all-form .box .form-group label.little-text {
          font-size: 14px; }
      body .all-form .box .form-group input, body .all-form .box .form-group select, body .all-form .box .form-group textarea {
        font-size: 16px;
        padding: 5px 4px;
        color: #999;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 3px #eee inset; }
      body .all-form .box .form-group input {
        width: 207px; }
        body .all-form .box .form-group input.number-input {
          width: 87px; }
      body .all-form .box .form-group select {
        width: 217px;
        background: none; }
      body .all-form .box .form-group textarea {
        width: calc(100% - 200px); }
      body .all-form .box .form-group .btn-success {
        border: none;
        background-color: #95b72d;
        color: white;
        text-transform: uppercase;
        padding: 16px 24px;
        cursor: pointer;
        box-shadow: none; }
      body .all-form .box .form-group.text-center {
        text-align: center; }
    body .all-form .box #sum_div label {
      display: inline-block;
      width: 185px;
      vertical-align: top; }
    body .all-form .box #sum_div .ginput_container {
      display: inline-block; }
      body .all-form .box #sum_div .ginput_container span {
        font-weight: 400;
        color: #900; }
        body .all-form .box #sum_div .ginput_container span.price-title {
          color: #617984; }
    body .all-form .box.first-box .main-title {
      color: #244c5f;
      font-size: 30px;
      font-family: 'PT Sans Narrow', sans-serif;
      margin-bottom: 20px;
      display: block;
      text-align: center; }
    body .all-form .box.first-box select {
      width: calc(100% - 190px); }
    body .all-form .box.first-box input[type="checkbox"] {
      width: 20px;
      border: none;
      box-shadow: none; }
  body .all-form #osszes_span {
    color: #060;
    font-weight: 400; }

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