.t-checkbox__indicator, .t-radio__indicator {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.t-checkbox__indicator {
    border: 1.5px solid #213537;
    box-sizing: border-box;
    display: inline-block;
    height: 13px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 13px;
}


.t-checkbox__indicator:after {
    border-color: inherit;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    display: none;
    height: 6.5px;
    left: 2.5px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}