.t-checkbox__indicator {
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    height: 12px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 12px;
}

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

element.style {
}
.t-feed__buttons-wrapper {
    -ms-flex-pack: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 20px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0 20px;
}