@media screen and (min-width: 980px) {
  .wrapper {
    width: 94%;
  }
}
@media screen and (min-width: 1175px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 1370px) {
  .wrapper {
    width: 86%;
  }
}
@media screen and (min-width: 1580px) {
  .wrapper {
    padding-left: 160px;
  }
}

.banner {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

html,
body {
  margin: 0;
  padding: 0;
}
html.sidebar--open,
body.sidebar--open {
  height: 100vh;
  overflow: hidden;
}
html.sidebar--open .header__button__icon--burger,
body.sidebar--open .header__button__icon--burger {
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 300ms ease, transform 450ms ease;
}
html.sidebar--open .header__button__icon--cross,
body.sidebar--open .header__button__icon--cross {
  opacity: 1;
  transform: rotate(0);
  transition: opacity 300ms ease, transform 450ms ease;
}
@media screen and (min-width: 640px) and (max-width: 1420px) {
  html.sidebar--open .wrapper,
  html.sidebar--open .header__container,
  body.sidebar--open .wrapper,
  body.sidebar--open .header__container {
    left: 320px;
  }
}
@media screen and (min-width: 1419px) and (max-width: 2060px) {
  html.sidebar--open .wrapper,
  html.sidebar--open .header__container,
  body.sidebar--open .wrapper,
  body.sidebar--open .header__container {
    left: calc(320px - (100% - 1420px) / 2);
  }
}
html.sidebar--open .site-overlay,
body.sidebar--open .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  animation: fade 0.5s;
  z-index: 5000001;
}

.page {
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  left: 0;
  display: flex;
  margin: auto;
  max-width: 1420px;
  transition: left 300ms ease;
}
@media screen and (min-width: 980px) {
  .wrapper {
    padding-right: 30px;
  }
}
.wrapper__main {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 980px) {
  .wrapper__main {
    width: calc(100% - 160px);
  }
}
.wrapper__aside {
  display: none;
  flex: 0 0 auto;
  width: 160px;
  overflow: visible;
}
@media screen and (min-width: 980px) {
  .wrapper__aside {
    display: block;
  }
}

.aside--skyscraper {
  position: fixed;
  width: 160px;
  z-index: 11;
}
@media screen and (min-width: 1175px) {
  .aside--skyscraper {
    width: 200px;
  }
}
@media screen and (min-width: 1870px) {
  .aside--skyscraper {
    width: 300px;
  }
}

.toolbar-fixed .header--fixed {
  position: relative;
  z-index: 99;
}
.toolbar-fixed .page {
  padding-top: 0;
}
.toolbar-fixed .main-content {
  padding-top: 0;
}
.toolbar-fixed .toolbar .toolbar-bar .toolbar-icon-home {
  margin: auto;
}

.print-logo {
  width: 22px;
  height: 22px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 50%;
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
kas,
k-bcn,
share-item,
.OUTBRAIN,
.grid__column--aside {
  aria-hidden: true;
}

/*# sourceMappingURL=layout.css.map */
