body{
    margin: 0 !important;
    background: radial-gradient(circle at 18% 0, rgba(23, 72, 149, .35), transparent 28%), radial-gradient(circle at 78% 12%, rgba(47, 118, 255, .20), transparent 30%), var(--bg) !important;
    color: var(--text) !important;
}

body .page-top-wrapper,
body .page-top,
body .breadcrumbs,
body .breadcrumb,
body .breadcrumbs-wrapper,
body .topic,
body .topic__heading,
body h1#pagetitle,
body .right_block > h1:first-child {
  display: none !important;
}

body .right_block,
body .right_block.wide_,
body .left_block + .right_block,
body .middle > .container,
body .middle > .maxwidth-theme,
body .content-md > .container,
body .maxwidth-theme,
body .wrapper_inner {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .middle,
body .content-md,
body .wrapper_inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .left_block {
  display: none !important;
}

body .right_block {
  float: none !important;
  margin: 0 !important;
}

body {
  overflow-x: hidden !important;
}

ul li:before {
    content: "";
    position: relative;
    left: 0;
    top: 11px;
    background: #666;
    width: 0px !important;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

h2, h3{
  color: #edf5ff !important;
}


