.container {
  display: block;
  max-width: 1170px;
  /*margin-right: auto;
  margin-left: auto;*/
  /*padding: 40px;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.body {
  /*padding-top: 100px;
  background-color: #efefef;*/
}

.form_title {
  margin-bottom: 8px;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 28px;
}

.div-block {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.form_title_link {
  color: #333;
  text-decoration: none;
}

.form_required {
  margin-bottom: 32px;
  color: #ac1e1e;
}

.form_label {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.form_field {
  height: 50px;
  margin-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #979797;
  color: #333;
  font-size: 16px;
}

.form_field::-webkit-input-placeholder {
  color: #7c7c7c;
}

.form_field:-ms-input-placeholder {
  color: #7c7c7c;
}

.form_field::-ms-input-placeholder {
  color: #7c7c7c;
}

.form_field::placeholder {
  color: #7c7c7c;
}

.select {
  height: 50px;
  margin-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #979797;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/select.png');
  background-position: 98% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.file_upload {
  position: relative;
  display: inline;
  width: 140px;
  height: 50px;
  margin-bottom: 24px;
  opacity: 0;
  color: #7c7c7c;
  font-size: 16px;
  cursor: pointer;
}

.upload_button {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcdcdc;
  text-align: center;
  cursor: pointer;
}

.upload_button:hover {
  background-color: #c2c2c2;
}

.upload_text {
  font-size: 16px;
  font-weight: 400;
}

.upload_wrapper {
  position: relative;
}

.select_desc {
  height: 50px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #979797;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/select.png');
  background-position: 98% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.form_desc {
  margin-bottom: 32px;
  color: #7c7c7c;
}

.submit_button {
  height: 50px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #65ac1e;
  font-size: 16px;
  font-weight: 700;
}

.submit_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr {
  padding-top: 47px;
  padding-bottom: 47px;
  opacity: 0.4;
  color: #dcdcdc;
}

.heading {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #65ac1e;
  font-size: 32px;
  letter-spacing: -0.6px;
}

.body_copy {
  margin-bottom: 24px;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 28px;
}

.results_wrapper {
  margin-bottom: 32px;
  border: 1px solid #dcdcdc;
}

.dark_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #efefef;
}

.result_label {
  font-size: 16px;
  font-weight: 400;
}

.result_label_grey {
  max-width: 50%;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
}

.light_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result_label_green {
  color: #65ac1e;
  font-size: 16px;
  font-weight: 700;
}
.result_label_green a {
  color: #65ac1e;
  font-size: 16px;
  font-weight: 700;
  text-decoration:underline;
}

.result_label_red {
  color: #AC1E1E;
  font-size: 16px;
  font-weight: 700;
}
.result_label_red a {
  color: #AC1E1E;
  font-size: 16px;
  font-weight: 700;
  text-decoration:underline;
}

.result_label_yellow {
  color: #C8C425;
  font-size: 16px;
  font-weight: 700;
}
.result_label_yellow a {
  color: #C8C425;
  font-size: 16px;
  font-weight: 700;
  text-decoration:underline;
}

.image {
  width: 100%;
  margin-bottom: 16px;
}

.image_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image_block {
  text-align: center;
  width:100%;
}

.image_block.first {
  margin-right: 16px;
}

.image_block.second {
  margin-left: 16px;
}

.asterisk {
  color: #ac1e1e;
  font-weight: 700;
}

.radio_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 16px;
}

.radio_block {
  margin-right: 40px;
}

.radio-button-label {
  margin-bottom: 0px;
  margin-left: 8px;
}

.split_field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split_field.first {
  margin-right: 16px;
}

.split_field.second {
  margin-left: 16px;
}

.split_field.last {
  margin-left: 16px;
}

.split_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.yield_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yield_form_field {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #979797;
  color: #333;
  font-size: 16px;
}

.yield_form_field::-webkit-input-placeholder {
  color: #7c7c7c;
}

.yield_form_field:-ms-input-placeholder {
  color: #7c7c7c;
}

.yield_form_field::-ms-input-placeholder {
  color: #7c7c7c;
}

.yield_form_field::placeholder {
  color: #7c7c7c;
}

.hectare {
  margin-left: 16px;
  font-size: 16px;
}

.text_area {
  height: 50px;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 16px 24px;
  border: 1px solid #979797;
  color: #333;
  font-size: 16px;
}

.text_area::-webkit-input-placeholder {
  color: #7c7c7c;
}

.text_area:-ms-input-placeholder {
  color: #7c7c7c;
}

.text_area::-ms-input-placeholder {
  color: #7c7c7c;
}

.text_area::placeholder {
  color: #7c7c7c;
}

.h3 {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #65ac1e;
  font-size: 24px;
  letter-spacing: -0.4px;
}

.result_label_black {
  max-width: 50%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.green_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #65ac1e;
}

.red_row
{
	background-color: #AC1E1E;
}

.yellow_row
{
	background-color: #C8C425;
}

.result_label_white {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.result_label_white_b {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.unordered-list {
  margin-bottom: 24px;
  padding-left: 24px;
}

.list_item {
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .container {
    /*padding: 24px;*/
  }
  .body {
    /*padding-top: 40px;*/
  }
}

@media (max-width: 479px) {
  .submit_button {
    margin-bottom: 16px;
  }
  .submit_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dark_row {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result_label {
    margin-bottom: 4px;
  }
  .light_row {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image_block.first {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .image_block.second {
    margin-left: 0px;
  }
  .radio_wrapper {
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .radio_block {
    margin-bottom: 16px;
  }
  .split_field.first {
    margin-right: 0px;
  }
  .split_field.last {
    margin-left: 0px;
  }
  .split_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result_label_black {
    max-width: none;
  }
  .green_row {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result_label_white {
    margin-bottom: 4px;
  }
}

