body.page-404 .page__content {
  min-height: calc(100vh - 200px);
  background-color: #333;
  height: min-content;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  flex-wrap: wrap;
  text-align: center;
  max-height: 100vh;
}
body.page-404 .main-content {
}
body.page-404 .page__content {
  width: 100%;
  max-width: 100%;
}
.page-404 .main-content div.error-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.page-404 .main-content div {
  font-size: 160px;
  line-height: 130px;
  color: #157efc;
  width: 100%;
}
.page-404 .main-content p {
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0.04em;
  width: 100%;
}
.page-404 .main-content a {
  height: 40px;
  padding: 0 30px;
  display: block;
  font-size: 17px;
  line-height: 40px;
  font-weight: 900;
  background-color: #157efc;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto";
}
.layout-block.list__block.visible {
  width: auto;
}
.list__section {
  width: calc(63.5% + 90px);

  /* width: 100%; */
}
/* .page__content {
  display: flex;
  justify-content: center;
} */
.side-content {
  position: absolute;
  /* border-left: 1px solid rgba(125, 125, 125, 0.3);
  z-index: 1; */
}
.list__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 0;
  position: relative;
}
.authorimg--figure {
  filter: grayscale(100%);
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #b0b0b0;
  text-align: center;
}
.authorimg--img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  background-color: #999;
}
.authorimg--figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #157efc;
  font-family: "DIN Pro";
}
.listelement--rovat:not(.noimage) {
  height: min-content;
  position: absolute;
  background-color: #fff;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 12px;
  color: #157efc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "DIN Pro";
}
.listelement--rovat {
  height: min-content;
  background-color: #fff;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 12px;
  color: #157efc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "DIN Pro";
}
.listelement--img {
  width: 300px;
  height: auto;
  max-height: 400px;
  display: block;
  background-color: #999;
  object-fit: cover;
}
.listelement--textHolder {
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin-top: -8px;
}
.listelement--publishDate {
  color: #828282;
  line-height: 17px;
  font-family: "DIN Pro";
  font-size: 12px;
  padding: 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  order: 2;
  width: max-content;
}
.listelement--modifyDate {
  color: #828282;
  line-height: 17px;
  font-family: "DIN Pro";
  font-size: 12px;
  padding: 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: max-content;
}
.listelement--titleLink {
  order: 1;
}
.listelement--titleText {
  padding-bottom: 0;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  order: 1;
  font-family: "DIN Pro";
  padding-top: 5px;
}
.dark .listelement--titleText,
.dark .listelement--leadText {
  color: #fff;
}
.listelement--leadText {
  height: auto;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 400;
  order: 3;
  color: #000000;
}
.listelement--tagHolder {
  order: 0;
  display: flex;
  flex-wrap: wrap;
}
.listelement--tagLink {
  background-color: #157efc;
  color: #fff;
  height: min-content;
  border: 1px solid #157efc;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "DIN Pro";
  margin-bottom: 5px;
}
.hdate {
  width: calc(63.5% + 70px);
  padding: 20px 0 0;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-style: italic;
  color: #828282;
  font-family: "Roboto";
  margin-bottom: 10px;
}
.hdate p {
  width: max-content;
  background-color: #efefef;
  color: #4d4d4d;
  padding: 2px 5px;
}
.hdate:not(:first-child) {
  border-top: 1px solid #b4b4b4;
  padding-top: 10px;
}
body.dark .authorimg--figcaption {
  color: #fff;
}
#watcher {
  position: fixed;
  width: 1px;
  height: 1px;
  bottom: 800px;
  left: 0;
}
.messageHolder {
  margin: 2vw 0;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display: none;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5rem;
  font-family: "Roboto";
  color: #000;
  /* border-top: 1px solid; */
  padding-top: 10px;
}
.messageHolder.visible {
  display: flex;
}
.dark .messageHolder {
  color: #fff;
}
/* Footer */
footer {
  background-color: #a9a9a9;
  padding: 10px;
}
footer.footer__container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
footer {
  background-color: #a9a9a9;
}
.footer__container--logo-link {
  display: block;
  width: 100%;
  height: 3.646vw;
}

.footer__container--logo-link svg {
  width: 100%;
  height: 3.646vw;
}

.footer__container--logo-link svg rect {
  fill: none;
}

.footer__container--logo-link svg g {
  fill: #efefef;
}

.footer__container--bottom {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__container--nav-link {
  font-weight: 700;
  color: #efefef;
  padding: 5px;
  font-family: "Roboto";
}
footer a.logo {
  display: block;
  width: 100%;
  height: 70px;
}

footer a.logo svg {
  width: 100%;
  height: 70px;
}

footer .links {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer a.logo svg g {
  fill: #efefef;
}

footer .links a {
  font-weight: 700;
  color: #efefef;
  padding: 5px 10px;
}

footer a.logo svg rect {
  fill: none;
}
.sticky-footer {
  position: fixed;
  height: 30px;
  bottom: 0;
}
footer.sticky-footer {
  padding: 0;
}
.sticky-footer .footer__container--bottom {
  padding-bottom: 0;
}
.sticky-footer .footer__container--logo-link {
  display: none;
}
.sticky-footer .footer__container--nav-link {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  footer.footer__container {
    width: auto;
  }
  .footer__container--bottom {
    justify-content: space-evenly;
  }
  .list__section {
    width: 100%;
    margin: 20px 0;
  }
  .hdate {
    padding: 0;
    margin-top: 20px;
    width: auto;
  }
  .layout-block.list__block.visible {
    width: auto;
    /* padding: 10px; */
  }
  .list__element {
    width: inherit;
    flex-wrap: wrap;
    padding: 0;
  }
  .listelement--img {
    width: 100%;
  }
  .listelement--textHolder {
    margin: 10px 0;
    padding: 0;
  }
  [data-type="4"] .list__element {
    flex-wrap: nowrap;
  }
  .listelement--figure {
    width: 100%;
  }
  .footer__container--logo-link {
    display: block;
    width: 100%;
    height: 30px;
  }
  .footer__container--logo-link svg {
    width: 100%;
    height: 30px;
  }
  .authorimg--img {
    width: 100px;
    height: 100px;
  }
  .listelement--tagHolder {
    display: flex;
    flex-wrap: wrap;
  }
  .listelement--tagLink {
    margin-bottom: 5px;
  }
}
