.template-menu, #header, #nav, .bx-breadcrumb, .main_content_banner > a,
.l-container.i-clfx.footer-links, footer.l-footer {
  display: none !important;
}
.container {
  width: 100%;
}
.wrapper {
  width: 1280px;
}
.main_content {
  width: 1000px;
}
.main_content_banner {
  width: 245px;
}
.side-menu {
  margin-top: 106px;
  padding: 0;
}
.side-menu li {
  padding-left: 0;
  margin-bottom: 0;
}
.side-menu li a {
  display: block;
  font-size: 18px;
  border-bottom: none;
  padding: 15px 20px;
}
.side-menu li a.active {
  color: #00b5c2;
  background-color: #e9e9e9;
}
.side-menu.korp-inner {
  width: 245px;
  position: absolute;
  top: 0;
  right: 0;
}
h1 {
  font-family: "FFKievitWebProBold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
h2, h3 {
  font-family: "Roboto";
  color: #030303;
}
h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
h3 {
  font-size: 16px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .l-main__header, footer {
    display: none;
  }
}