.zero_form .t-checkbox__control {
    display: flex;
    align-items: center;
}
.zero_form .t-checkbox__labeltext,
.zero_form .t-checkbox__labeltext div {
    display: block;
}



.t-checkbox__indicator {
    border: 1px solid #00000 !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: rgb(00, 00, 00) !important;
    border-right-color: rgb(00, 00, 00) !important;
    border-bottom-color: rgb(00, 00, 00) !important;
    border-left-color: rgb(00, 00, 00) !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
}





@media screen and (max-width: 640px) {
    .t-title_md {
        font-size: 35px !important;
    }
}