.callbackkiller * { cursor: initial!important; }

html { scrollbar-color: #EDEDF2; scrollbar-width: thin; } html::-webkit-scrollbar { width: 20px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #EDEDF2 !important; } html::-webkit-scrollbar-thumb:hover { background: #EDEDF2 !important; } html::-webkit-scrollbar-thumb { background: #d6d6da !important; border: 0px solid #EDEDF2 !important; -webkit-border-radius: 5px !important;  }

@media (min-width: 960px) {
    /* Все формы по умолчанию горизонтальные */
    .t-form__inputsbox {
        display: flex;
        flex-wrap: wrap;
    }
    .t-input-group_cb {
        order: 1;
        margin-top: 13px;
    }
    .t-input-group_cb .t-checkbox__labeltext div {
        font-size: 8px !important;
        font-weight: 300;
    }
    .t-input-group {
        width: 100%;
    }
    .t-input-title,
    .t-input-subtitle {
        height: auto;
    }
