.radio{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:17px}.radio__field:checked+.radio__mark:before{content:"";position:absolute;top:calc(50% - 5px);left:calc(50% - 5px);width:10px;height:10px;background-color:#fff;outline:4px solid #ff1900;outline-offset:2px;border-radius:50%}.radio__mark{position:relative;width:20px;height:20px;border-radius:50%;border:1px solid #adadad}.radio__name{font-weight:400;font-size:16px;line-height:130%;color:#b2b2b2;max-width:300px}