::-webkit-scrollbar {
  display: none;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-animation: showPage 1s cubic-bezier(0.19, 1, 0.22, 1);
  animation: showPage 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100dvh;
}

.button-page {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: inherit;
  cursor: pointer;
  position: relative;
}

.button-page:has(.journal-content-block-small-img-title):hover .journal-content-block-small-img-title > .text {
  -webkit-text-decoration-color: rgb(169, 169, 169);
  text-decoration-color: rgb(169, 169, 169);
}
.button-page:has(.journal-content-block-small-img-title):hover .journal-content-block-small-img-title > img {
  -webkit-filter: brightness(50%);
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.journal-content-block-small-img-title > .text {
  color: #111111;
  -webkit-text-decoration: underline 1px rgba(255, 255, 255, 0);
  text-decoration: underline 1px rgba(255, 255, 255, 0);
  -webkit-text-decoration-line: underline 1px rgba(255, 255, 255, 0);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn_animated__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  fill: none;
  -o-object-fit: cover;
  object-fit: cover;
  color: #ffffff;
}

.btn_animated__svg path {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 1.5;
  stroke: #ffffff;
  -webkit-transition: stroke-dashoffset 0.3s ease-in-out;
  -o-transition: stroke-dashoffset 0.3s ease-in-out;
  transition: stroke-dashoffset 0.3s ease-in-out;
}

.theme-dark .btn_animated path {
  stroke: #fff;
}
.desktop-hover:hover > .button-page-shadow {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.desktop-hover:hover > .button-page-shadow > .body {
  pointer-events: auto;
}

.block {
  overflow: hidden;
}

.text-italic {
  text-align: left;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.bb-custom-wrapper {
  width: 100%;
  height: 100%;
  position: relative;

  top: 0;
  left: 0;
}

.bb-custom-wrapper .bb-bookblock {
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  position: fixed;
  top: 0;
  left: 0;
}

.bb-custom-side {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  /* Centering with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.bb-item-mobile > .bb-custom-side {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  /* Centering with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.bb-custom-firstpage h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
  background: transparent;
}

.bb-custom-firstpage h1 span {
  display: block;
  font-size: 60%;
  opacity: 0.3;
  padding: 0 0 0.6em 0.1em;
}

.bb-custom-firstpage {
  text-align: center;
  padding-top: 15%;
  width: 50%;
  float: left;
  height: 100%;
}
.bb-item-mobile > .bb-custom-firstpage {
  text-align: center;
  padding-top: 15%;
  width: 100%;
  float: left;
  height: 100%;
}

.bb-custom-wrapper h3 {
  font-size: 1.4em;
  font-weight: 300;
  margin: 0.4em 0 1em;
}

.bb-custom-wrapper > nav {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.journal-button .bb-custom-wrapper > nav a:hover {
  opacity: 0.6;
}

.bar-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e4e4;
  padding: 11.5px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 45px;
  height: 100%;
}
.bar-top > .title {
  font-size: 12px;
}

.journal-right::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(right, rgba(0, 50, 26, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 50, 26, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(270deg, rgba(0, 50, 26, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 10;
}

.journal-page {
  padding: 36px 45px;
  position: relative;
}

.journal-page-bar {
  padding: 67px 45px 36px 45px;
  position: relative;
}

.journal-cover {
  padding: 22px 24px;
}

.background-cover {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.image-big {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: auto;
}

.images-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 18px;
}

.image-1 {
  background-image: url("../images/big_1.webp");
  background-position: center bottom;
}
.image-2 {
  background-image: url("../images/big_2.webp");
  background-position: center bottom;
}

.image-3 {
  background-image: url("../images/big_3.webp");
  background-position: center bottom;
}
.image-4 {
  background-image: url("../images/big_4.webp");
  background-position: center top;
}
.image-5 {
  background-image: url("../images/big_5.webp");
  background-position: center bottom;
}
.image-6 {
  background-image: url("../images/big_6.webp");
  background-position: center center;
}
.image-7 {
  background-image: url("../images/big_7.webp");
  background-position: center bottom;
}

.image-split-1-1 {
  width: 100%;
  background-image: url("../images/mid_3_1.webp");
  background-position: center bottom;
}
.image-split-1-2 {
  width: 100%;
  background-image: url("../images/mid_3_2.webp");
  background-position: center bottom;
}

.background-wide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  background-image: url("../images/big_big_1.webp");
}

.background-wide-mob {
  background-image: url("../images/big_big_1_mob.webp");
}

.background-wide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background-image: -o-linear-gradient(right, rgba(0, 50, 26, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 50, 26, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(270deg, rgba(0, 50, 26, 0) 30%, rgba(0, 0, 0, 0.1) 100%);
}

.background-cover-1 {
  position: relative;
  background-image: url("../images/background-1.webp");
}
.background-cover-2 {
  position: relative;
  background-image: url("../images/background-2.webp");
}
.background-cover-3 {
  position: relative;
  background-image: url("../images/background-3.webp");
}
.background-cover-4 {
  position: relative;
  background-image: url("../images/background-4.webp");
}
.background-cover-5 {
  position: relative;
  background-image: url("../images/background-5.webp");
}

.background-cover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 50, 26);
  background: -o-linear-gradient(268deg, rgb(0 0 0 / 18%) 30%, rgba(0, 0, 0, 0.5214460784313726) 100%);
  background: linear-gradient(182deg, rgb(0 0 0 / 18%) 30%, rgba(0, 0, 0, 0.5214460784313726) 100%);
}
.journal-content-block > .title,
.journal-page > .title,
.journal-page-bar > .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-bottom: 23px;
  -ms-flex-item-align: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start;
}

.journal-content {
  width: 100%;
  height: 100%;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.journal-content--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.journal-content-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
}
.journal-content-common-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
}

.journal-content-cover--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.journal-content-cover--bottom > .journal-content-cover-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 55px;
}
.journal-content-cover--bottom > .journal-content-cover-block--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.journal-content-cover--bottom > .journal-content-cover-block--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .common {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
}
.journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .second {
  font-style: normal;
  font-weight: 800;
  font-size: 120px;
  text-align: left;
  line-height: 95px;
  margin-left: -5px;
}
.journal-content-cover--bottom > .journal-content-cover-block > .text-custom-2 {
  font-size: 33px;
  text-transform: uppercase;
  text-align: right;
}

.journal-content-cover--bottom > .journal-content-cover-block > .text-italic {
  text-align: left;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 38px;
}

.journal-content-block {
  width: 100%;
  gap: 13px;
  height: 100%;
}

.journal-content-block-horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.journal-content-block-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.journal-content-block-img-title {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.button-page-shadow {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffff;
  z-index: 11;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3882352941);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-page-shadow > .body {
  padding: 16px 33px;
  position: relative;
  font-size: 15px;
  pointer-events: none;
}

.button-page-shadow > .body:hover .btn_animated__svg > path {
  -webkit-transition: stroke-dashoffset 0.3s ease-in-out;
  -o-transition: stroke-dashoffset 0.3s ease-in-out;
  transition: stroke-dashoffset 0.3s ease-in-out;
  stroke-dashoffset: 214;
}

.mid-1 {
  background-image: url(../images/mid_1.webp);
}
.mid-2 {
  background-image: url(../images/mid_2.webp);
}

.journal-content-block-img-title > span {
  position: absolute;
  bottom: 14px;
  left: 13px;
  font-size: 18px;
  padding-right: 13px;
}

.blocks-small {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.journal-content-block-small-img-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  text-align: left;
}

.journal-content-block-small-img-title > img {
  max-width: 130px;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.journal-content .text-default {
  font-size: 16px;
  line-height: 24px;
  margin: auto 0;
}

.description {
  line-height: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}

.logo-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  justify-content: right;
}

.logo-mini > img[alt="timeout"] {
  max-width: 56px;
}
.logo-mini > img[alt="exeed"] {
  max-width: 90px;
}

.logo-mini > img[alt="cross"] {
  max-width: 5px;
}

.background-wide > .description {
  position: absolute;
  bottom: 40px;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: rgb(141, 158, 150);
  background: -webkit-gradient(linear, left top, right top, from(rgba(141, 158, 150, 1)), to(rgba(93, 165, 131, 1)));
  background: -o-linear-gradient(left, rgba(141, 158, 150, 1) 0%, rgba(93, 165, 131, 1) 100%);
  background: linear-gradient(90deg, rgba(141, 158, 150, 1) 0%, rgba(93, 165, 131, 1) 100%);
  z-index: 999;
  border-radius: 3px;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* ____________ */

@media screen and (max-height: 973px) {
  .journal-content-block > .title {
    margin-bottom: 0px;
  }
  .journal-content-block > .title,
  .journal-page > .title,
  .journal-page-bar > .title {
    font-size: 22px;
    line-height: 28px;
  }

  .journal-content .text-default {
    font-size: 14px;
    line-height: 22px;
  }
  .journal-content-block-small-img-title {
    font-size: 15px;
  }
  .journal-content-block-small-img-title > img {
    max-width: 100px;
  }
  .journal-content-block-img-title > span {
    font-size: 16px;
  }

  .journal-content-cover--bottom > .journal-content-cover-block {
    gap: 22px;
  }

  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .common {
    font-size: 24px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .second {
    font-size: 100px;
    line-height: 80px;
  }

  .journal-content-cover--bottom > .journal-content-cover-block > .text-italic {
    font-size: 30px;
  }
  .logo-timeout {
    max-width: 170px;
    margin-bottom: 60px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-2 {
    font-size: 27px;
  }
}

@media screen and (max-height: 767px) {
  .journal-page > .title {
    font-size: 20px;
    line-height: 26px;
  }

  .journal-content .text-default {
    font-size: 13px;
    line-height: 21px;
  }

  .journal-content-block-small-img-title {
    font-size: 14px;
  }

  .journal-content-block-small-img-title > img {
    max-width: 90px;
  }

  .journal-content-block-img-title > span {
    font-size: 15px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .common {
    font-size: 20px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .second {
    font-size: 90px;
    line-height: 70px;
  }
  .logo-timeout {
    max-width: 150px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-2 {
    font-size: 23px;
  }
}

.epilogue {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  margin-top: 20px;
}

.epilogue_el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.epilogue_erid {
  margin-top: auto;
  font-size: 12px;
}

.epilogue_el > .epilogue_el_dots {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-bottom: 0.1em dashed #000;
  height: 12px;
  margin: 0px 3px;
}

.epilogue_el > .epilogue_el_link {
  text-decoration: underline;
}

/* No JS */
.no-js .bb-custom-wrapper {
  height: auto;
}

.no-js .bb-custom-content {
  height: 470px;
}

@media screen and (max-width: 33em) {
  .bb-custom-side {
    font-size: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .journal-right::before {
    content: none;
  }
  body {
    overflow-y: hidden;
  }
  .journal-right::after {
    content: none;
  }
  .bar-top > .title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .journal-button {
    width: 70px;
    height: 70px;
  }

  .journal-button--right::after {
    position: relative;
    content: url(../images/arrow.png);
    top: -3px;
    -webkit-transform: rotate(136deg) translate(3px, 0px);
    -ms-transform: rotate(136deg) translate(3px, 0px);
    transform: rotate(136deg) translate(3px, 0px);
    left: -27px;
    width: 20px;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    zoom: 80%;
  }
  .journal-button--left::after {
    position: relative;
    content: url(../images/arrow.png);
    top: -26px;
    -webkit-transform: rotate(316deg) translate(3px, 0px);
    -ms-transform: rotate(316deg) translate(3px, 0px);
    transform: rotate(316deg) translate(3px, 0px);
    left: -3px;
    width: 20px;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    zoom: 80%;
  }
  .logo-mini {
    gap: 5px;
  }
  .description {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .bar-top {
    padding: 11.5px 30px;
    min-height: auto;
  }

  .logo-mini > img[alt="timeout"] {
    max-width: 40px;
  }
  .logo-mini > img[alt="exeed"] {
    max-width: 62px;
  }

  .journal-page {
    padding: 20px 30px 35px 30px;
  }

  .journal-page-bar {
    padding: 55px 30px 27px 30px;
  }

  .journal-page > .title,
  .journal-page-bar > .title {
    font-size: 17px;
    line-height: 23px;
  }

  .journal-content .text-default {
    font-size: 13px;
    line-height: 17px;
  }
  .journal-content-block-small-img-title {
    font-size: 12px;
  }

  .journal-content-block-small-img-title > img {
    max-width: 100px;
  }
  .journal-content-block-img-title > span {
    font-size: 16px;
  }

  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .common {
    font-size: 17px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-1 > .second {
    font-size: 70px;
    line-height: 50px;
  }

  .journal-content-cover--bottom > .journal-content-cover-block > .text-italic {
    font-size: 20px;
  }
  .logo-timeout {
    max-width: 130px;
    margin-bottom: 33px;
  }
  .journal-content-cover--bottom > .journal-content-cover-block > .text-custom-2 {
    font-size: 19px;
  }

  .epilogue_el {
    font-size: 11px;
  }
  .epilogue_erid {
    font-size: 10px;
  }
  .button-page-shadow > .body {
    padding: 11px 21px;
    position: relative;
    font-size: 11px;
  }
}

@media screen and (max-width: 400px) {
  .description {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .journal-content-block-img-title > span {
    font-size: 12px;
  }

  .journal-page > .title,
  .journal-page-bar > .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .journal-content-block > .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .journal-content-block-small-img-title {
    font-size: 10px;
  }

  .journal-content-block-small-img-title > img {
    max-width: 60px;
  }
  .journal-content .text-default {
    font-size: 11px;
    line-height: 15px;
  }
}

@-webkit-keyframes showPage {
  0% {
    overflow: hidden;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  80% {
    overflow: hidden;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    overflow: hidden;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes showPage {
  0% {
    overflow: hidden;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  80% {
    overflow: hidden;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    overflow: hidden;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
