.t-submit {
    -webkit-appearance: none;
    background-image: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    padding-left: 0px !important;
}


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

.t-checkbox__control.t-checkbox__control_flex {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}


.t-text {
    font-family: 'Manrope';
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}


.t708 .t708__btn-text {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 100;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #EF3C33;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 100px;
}

.t708 .t708__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -100000px;
    transform: translateY(-50%);
    border-left-color: #292929;
}