/* Shared layout for content pages. */
body.page:not(.home) { background: #f7f6f6; }
body.page:not(.home) .block#page { display: block; width: min(1200px, calc(100% - 40px)); max-width: 1200px; margin: 0 auto; padding: 30px 0 60px; background: transparent; }
body.page:not(.home) #left { box-sizing: border-box; width: 250px; padding: 0; float: left; }
body.page:not(.home) #left .widget_nav_menu { box-sizing: border-box; position: static; margin: 0; padding: 18px 14px; border: 1px solid #ebe6e7; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px #2b03030d; }
body.page:not(.home) #left .widget_nav_menu::before { display: block; margin: 0 4px 12px; padding-bottom: 12px; border-bottom: 2px solid #64000f; color: #64000f; content: 'Разделы'; font: 700 18px/1.25 Arial, sans-serif; }
body.page:not(.home) #left .widget_nav_menu ul, body.page:not(.home) #left .widget_nav_menu li { margin: 0; padding: 0; list-style: none !important; }
body.page:not(.home) #left .widget_nav_menu > div > ul > li { border-bottom: 1px solid #f0edef; }
body.page:not(.home) #left .widget_nav_menu a { display: block; padding: 11px 6px; color: #3a3436; font: 600 14px/1.35 Arial, sans-serif; text-decoration: none !important; }
body.page:not(.home) #left .widget_nav_menu a:hover { background: #fbf4f5; color: #64000f; }
body.page:not(.home) #left .widget_nav_menu .sub-menu { margin: 0 0 7px 8px; padding-left: 10px; border-left: 2px solid #eee5e6; }
body.page:not(.home) #left .widget_nav_menu .sub-menu a { padding: 7px 5px; color: #6b6265; font-size: 13px; font-weight: 400; }
body.page:not(.home) #right_page { box-sizing: border-box; min-width: 0; margin-left: 278px; padding: 0; line-height: 1.6; }
body.page:not(.home) #right_page .post { box-sizing: border-box; margin: 0; padding: 28px 32px; border: 1px solid #ebe6e7; border-radius: 12px; background: #fff; box-shadow: 0 5px 22px #2b030312; }
body.page:not(.home) #right_page .post > h1:empty { display: none; }
body.page:not(.home) #right_page .post p { margin: 0 0 16px; padding: 0; text-indent: 0; }
body.page:not(.home) #right_page .post h2, body.page:not(.home) #right_page .post h3 { margin: 24px 0 12px; color: #64000f; line-height: 1.25; }
body.page:not(.home) #right_page .post h2:first-child, body.page:not(.home) #right_page .post h3:first-child { margin-top: 0; }
body.page:not(.home) #right_page .post img { max-width: 100%; height: auto; }
@media (max-width: 1120px) {
  body.page:not(.home) #left { display: none; }
  body.page:not(.home) #right_page { width: 100%; margin-left: 0; }
}
@media (max-width: 700px) {
  body.page:not(.home) .block#page { width: calc(100% - 24px); padding-top: 20px; }
  body.page:not(.home) #right_page .post { padding: 20px 16px; }
}
