/* --- DONATE --- */
.donateYandex label > input{
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */  
}
.donateYandex label > input + img{
  cursor:pointer;
  border:1px solid #a9a9a9;
  margin-right: 4px;
}
.donateYandex label > input:checked + img{
  border:1px solid #a70000;
}
.yandRadio {margin-bottom: 5px;}
.yandSum {margin-bottom: 10px}
.lastImg {margin-right: 0 !important;}

