.unit-converter-page__header{margin-bottom:32px}.unit-converter-page__lead{max-width:720px}.uc{display:grid;gap:24px}.uc__top{max-width:320px}.uc__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}.uc__field{display:flex;flex-direction:column;gap:8px}.uc__field:not(:last-child){margin-bottom:16px}.uc__label{font-weight:600}.uc__center{display:flex;justify-content:center;align-items:center}.uc__swap{width:52px;height:52px;border-radius:50%;border:1px solid #d3d5d8;background:#fff;cursor:pointer;font-size:24px}.uc__info{display:grid;grid-template-columns:repeat(2,1fr);gap:90px}.uc__info-card{padding:20px;border:1px solid #d3d5d8;border-radius:16px;background:#eef2fc;box-shadow:0 10px 30px rgba(15,23,42,.08)}.uc__info-label{margin-bottom:8px;font-weight:600}.uc__subtitle{margin-bottom:16px}.uc__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.uc__result-card{display:flex;flex-direction:column;gap:8px}.uc__result-label{font-size:14px;color:#6b7280}.uc__result-value{font-size:20px;font-weight:700;line-height:1.2;word-break:break-word}.uc__result-card--active{border-color:#121a24}@media (max-width:767px){.uc__grid{grid-template-columns:1fr}.uc__info{grid-template-columns:1fr;gap:20px}}