.t-checkbox__indicator {
    border: 1px solid #3F7976;
    background-color: white;
    border-radius: 5px;
}

.t-checkbox__indicator:after {
    border: solid #52A597;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}
.t702 .t-form_bbonly .t-input-title {
    padding-bottom: 10px;
}