.t-checkbox__control {
    display: flex !important;
}

@media screen and (max-width: 480px) {
.t-checkbox__indicator {
    width: 18px !important;
    height: 18px !important;
}
}