.sheet {
  position: relative; }
  .toolbar-fixed .sheet {
    z-index: 10; }
    .toolbar-fixed .sheet .sheet__header {
      top: 35px; }

.sheet__container {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  position: relative; }
  @media (max-width: 1279px) {
    .sheet__container {
      position: initial; } }

.sheet__header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1001;
  padding: 25px 120px 0;
  box-sizing: border-box; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .sheet__header {
      padding: 25px 80px 0; } }
  @media screen and (max-width: 650px) {
    .sheet__header {
      padding: 25px 30px 0; } }

.sheet__header__left .logo {
  display: block;
  margin-top: 10px; }

.sheet__header__right {
  color: #fff;
  margin-top: auto;
  margin-left: auto; }
  @media (max-width: 1279px) {
    .sheet__header__right {
      margin-bottom: 10px; } }

.sheet__footer {
  width: 100vw;
  padding: 25px 120px;
  box-sizing: border-box; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .sheet__footer {
      padding: 25px 75px; } }
  @media screen and (max-width: 650px) {
    .sheet__footer {
      padding: 25px 30px 70px; } }

.sheet__footer__top {
  width: 100%; }

.sheet__footer__right,
.sheet__footer__left {
  display: flex;
  flex-direction: column; }

.sheet__footer__left {
  width: 90%;
  justify-content: center; }

.sheet__footer__right {
  width: 10%;
  align-items: flex-end;
  justify-content: center; }

.sheet--login-page .sheet__header {
  padding: 60px 120px 0; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .sheet--login-page .sheet__header {
      padding: 60px 80px 0; } }
  @media screen and (max-width: 650px) {
    .sheet--login-page .sheet__header {
      padding: 60px 55px 0; } }
