/*Стилистика чекбокса в форме*/
.t-checkbox__indicator {
    height: 15px; !important;
    width: 15px; !important;
}

.t-checkbox__indicator:after {
    left: 3px; !important;
    top: 1px; !important;
    width: 3px; !important;
    height: 6px; !important;
}