/* ГОСТАРА: единый шрифт, единые отступы, отступ первого блока от меню */
h1 { font-size: clamp(32px, 4vw, 52px) !important; line-height: 1.15 !important; font-weight: 600 !important; }
h2 { font-size: clamp(26px, 2.6vw, 38px) !important; line-height: 1.25 !important; font-weight: 600 !important; }
h3 { font-size: clamp(20px, 1.8vw, 26px) !important; line-height: 1.3 !important; font-weight: 600 !important; }
.t-descr, .t-text { font-size: clamp(15px, 1.1vw, 17px) !important; line-height: 1.55 !important; }

.t-rec { padding-top: clamp(40px, 6vw, 90px) !important; padding-bottom: clamp(40px, 6vw, 90px) !important; }
.t-rec:has(.t-menu-base) { padding-top: 0 !important; padding-bottom: 0 !important; }

.t-rec:has(.t-menu-base) + .t-rec { padding-top: calc(var(--menu-h, 150px) + clamp(30px, 4vw, 60px)) !important; }
#t-footer .t-rec { padding-top: revert !important; padding-bottom: revert !important; }