.field-value label {
  padding-top: 20px !important; }

.form_wrapper .tpl-field.type-checkbox input[type="checkbox"]:not(checked) + label:before, .form_wrapper .tpl-field.type-multi_checkbox input[type="checkbox"]:not(checked) + label:before, .form_wrapper .tpl-field.type-radio_group input[type="checkbox"]:not(checked) + label:before, .form_wrapper .tpl-field.type-checkbox input[type="radio"]:not(checked) + label:before, .form_wrapper .tpl-field.type-multi_checkbox input[type="radio"]:not(checked) + label:before, .form_wrapper .tpl-field.type-radio_group input[type="radio"]:not(checked) + label:before {
  border-radius: 0; }

.form_wrapper .tpl-field.type-checkbox input[type="checkbox"]:checked + label:before, .form_wrapper .tpl-field.type-multi_checkbox input[type="checkbox"]:checked + label:before, .form_wrapper .tpl-field.type-radio_group input[type="checkbox"]:checked + label:before, .form_wrapper .tpl-field.type-checkbox input[type="radio"]:checked + label:before, .form_wrapper .tpl-field.type-multi_checkbox input[type="radio"]:checked + label:before, .form_wrapper .tpl-field.type-radio_group input[type="radio"]:checked + label:before {
  background: url(arrows.png) center;
  background-position: 0px -21px;
  background-size: 24px;
  box-shadow: none;
  width: 24px; }

.footer_inner {
  display: flex; }

.b_img {
  display: flex;
  align-items: flex-end; }

@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column; }

  .b_img {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-top: 15px; } }

@media (min-width: 769px) {
  .left_bot, .right_bot {
    padding-bottom: 15px; } }
