#orderpage-section .orderpage-form-col-l .orderpage-form-nocol.uct-invalid:after, #orderpage-section .orderpage-form-col-r .orderpage-form-nocol.uct-invalid:after, #orderpage-section .orderpage-form-col-l.uct-invalid:after, #orderpage-section .orderpage-form-col-r.uct-invalid:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
    right: 24px;
    position: absolute;
    top: 29px !important;
    font-size: 22px;
    color: #d1031c;
  }
  
  #orderpage-section .orderpage-form-col-l .orderpage-form-nocol.uct-valid:after, #orderpage-section .orderpage-form-col-r .orderpage-form-nocol.uct-valid:after, #orderpage-section .orderpage-form-col-l.uct-valid:after, #orderpage-section .orderpage-form-col-r.uct-valid:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
    right: 24px;
    position: absolute;
    top: 29px !important;
    font-size: 22px;
    color: #22ca32;
  }   
  
#orderpage-section .order-conditions-block input:checked + label::after {
  content: "\f00c"; font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
