.vacancy-test-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:25px}.vacancy-test-card{position:relative;min-height:190px;padding:22px;text-align:left;border:1px solid #dce4ef;border-radius:13px;background:#fff;color:#0b1733;transition:.2s}.vacancy-test-card:hover{border-color:#9db9fa;transform:translateY(-2px)}.vacancy-test-card.selected{border:2px solid #1458f5;background:#f4f8ff;box-shadow:0 8px 24px rgba(20,88,245,.12)}.vacancy-test-card .test-check{position:absolute;right:13px;top:13px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#edf3ff;color:#1458f5;font-size:17px}.vacancy-test-card.selected .test-check{background:#1458f5;color:#fff}.vacancy-test-card>small{display:block;padding-right:35px;color:#1460e8;font-size:9px;font-weight:700}.vacancy-test-card>b{display:block;margin:15px 0 8px;font-size:15px;line-height:1.4}.vacancy-test-card p{color:#738099;font-size:10px}.vacancy-test-card>div{display:flex;gap:12px;margin-top:20px}.vacancy-test-card strong{color:#e79d00}.vacancy-test-card div span{color:#7e8ba1;font-size:10px}@media(max-width:650px){.vacancy-test-list{grid-template-columns:1fr}}
