/* Курсор-указатель для всех интерактивных элементов */
    button,[type=button],[type=submit],[type=reset],[role=button],a.btn,.btn,select,summary{cursor:pointer}
    button:disabled,select:disabled,.btn:disabled,[disabled]{cursor:not-allowed}
    .site-logo-img{height:96px;width:auto;border-radius:.6rem;display:block}
    .site-logo-img--footer{height:104px}
    /* Отступ под фиксированной шапкой, когда она не прозрачная */
    body.has-solid-header .site-main{padding-top:5rem}
    /* Контент CMS-страниц */
    .cms-page{max-width:1000px;margin:0 auto;padding:3rem 1.5rem 4rem;color:#1a1d2e;line-height:1.7}
    .cms-page img{max-width:100%;height:auto;border-radius:.5rem}
    .cms-page h1,.cms-page h2,.cms-page h3{font-family:"Playfair Display",serif;line-height:1.25;margin:1.5rem 0 .75rem;color:#1a1d2e}
    .cms-page h1{font-size:clamp(1.75rem,4vw,2.5rem)}
    .cms-page a{color:#2a96a5}
    .cms-page table{max-width:100%}
    .page-hero{background:linear-gradient(135deg,#2a96a5,#1e7a87);color:#fff;padding:3.5rem 1.5rem 2.5rem}
    .page-hero__inner{max-width:1000px;margin:0 auto}
    .page-hero__crumbs{font-size:.875rem;color:hsla(0,0%,100%,.85);margin-bottom:.75rem}
    .page-hero__crumbs a{color:#fff;opacity:.85}
    .page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(1.6rem,4vw,2.5rem);line-height:1.2}
