.subscribe-form .terms__checkbox--hidden:checked + label .terms__checkbox--custom {
    background: url('../img/check_hall.svg') no-repeat center;
    background-size: 65% 65%;
}

.unsubscribe-form .reason__checkbox--custom {
    background: url('../img/maaelu/circle.png') no-repeat 0 0;
    background-size: 27px 27px;
}

.unsubscribe-form .reason__checkbox--hidden:checked + label .reason__checkbox--custom {
    background-image: url('../img/maaelu/circle_2.png');
}