.tlk-form__item .tlk-input, .tlk-form__item .t-input, .tlk-form__item.tlk-form__item_radio, .tlk-form__one-code-form .tlk-input {
    color: rgba(21, 21, 24, 1);
    border-color: rgba(230, 230, 230, 1);
    border-width: 1px;
    border-radius: 8px;
    font-weight: 500;
    height: 56px !important;
}

.tlk-input, .tlk-form__item .tlk-input, .tlk-form__item .t-input-phonemask__wrap {
    border-radius: 4px;
    border: 1px solid #d4d7db;
    height: 56px !important;
}

@media screen and (max-width: 960px) {
    body .t-store__grid-cont .t-store__card-list {
        row-gap: 0px !important; 
    }
}