.t-checkbox__indicator {
    border: 1px solid #000;
    border-radius: 4px;
    height: 16px;
    width: 16px;
}


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




@media screen and (max-width:480px) {
.t702 .t-popup_show .t-popup__container {
    width: calc(100vw - 20px) !important;
    margin: 0 auto;
    min-height: fit-content !important;
    padding: 0 !important;
    translate: 0 calc(50vh - 50%);
}

.t-popup__close.t-popup__block-close {
    background-color: transparent;
}

.t702__descr.t-descr.t-descr_xs {
    font-size: 14px;
}
}
