.lv-cmp{padding:76px 0;background:var(--lv-cream-2)}.lv-cmp__head{text-align:center;margin-bottom:38px}.lv-cmp__tablewrap{max-width:960px;margin:0 auto;overflow-x:auto;background:#fff;border-radius:var(--lv-radius);box-shadow:0 14px 30px rgba(34,57,44,.08);padding:10px}.lv-cmp table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:640px}.lv-cmp th{text-align:left;color:var(--lv-dark);font-weight:800;padding:14px 14px;border-bottom:2px solid var(--lv-cream-2);font-size:14px}.lv-cmp td{padding:13px 14px;border-bottom:1px solid #F3EDE0;color:var(--lv-text);line-height:1.5;vertical-align:top}.lv-cmp tr:last-child td{border-bottom:0}.lv-cmp tr.in td{background:#F4FAF1}.lv-cmp .yes{color:var(--lv-green);font-weight:800;white-space:nowrap}.lv-cmp .no{color:#B9AE9B;font-weight:700;white-space:nowrap}.lv-cmp__note{max-width:760px;margin:26px auto 0;text-align:center;color:var(--lv-text);line-height:1.65}
@media(max-width:680px){
.lv-cmp{padding:44px 0}
.lv-cmp table{min-width:0;font-size:14px}
.lv-cmp table,.lv-cmp tr,.lv-cmp td{display:block;width:100%}
.lv-cmp tr:first-child{display:none}
.lv-cmp tr{border-radius:14px;overflow:hidden;margin-bottom:12px;border:1px solid #F0E9DB}
.lv-cmp tr:last-child{margin-bottom:0}
.lv-cmp td{border-bottom:1px solid #F3EDE0;padding:10px 14px}
.lv-cmp td:first-child{font-size:16px;padding-top:14px}
.lv-cmp td[data-label]:not(:first-child)::before{content:attr(data-label);display:block;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9A937F;margin-bottom:3px}
.lv-cmp tr:last-child td:last-child{border-bottom:0}
.lv-cmp .yes,.lv-cmp .no{white-space:normal}
}