html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  font-size: 10px;
  background-color: #f7f7f7; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-size: 1.2rem; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*::selection {
  background: #f55656;
  color: #fff; }

* {
  font-family: 'Playfair Display', serif; }

.main-wrapper {
  padding: 10rem 0 19rem;
  min-height: 100vh;
  position: relative; }
  @media print {
    .main-wrapper {
      min-height: auto;
      padding: 0; } }
  @media screen and (max-width: 1400px) {
    .main-wrapper {
      padding: 8rem 2rem 19rem; } }
  @media screen and (max-width: 570px) {
    .main-wrapper {
      padding: 8rem 2rem 34rem; } }

.main {
  width: 100%;
  max-width: 1366px;
  display: flex;
  margin: auto; }
  @media print {
    .main {
      max-width: auto; } }
  @media screen and (max-width: 768px) {
    .main {
      flex-direction: column; } }
  .main aside {
    flex: 0 0 215px;
    font-size: 1.5rem;
    color: #a9a9a9; }
    @media print {
      .main aside {
        display: none; } }
    .main aside.nav-menu {
      transition: all .3s; }
      @media screen and (max-width: 768px) {
        .main aside.nav-menu {
          position: fixed;
          top: 5.5rem;
          left: 0;
          z-index: 11;
          background-color: #fff;
          padding: 2rem;
          box-shadow: 0px 20px 37px -24px rgba(0, 0, 0, 0.75);
          transform: translateX(-110%); }
          .main aside.nav-menu.opened {
            transform: translateX(0%); } }
      .main aside.nav-menu .download {
        flex: 0 0 16rem;
        background-color: #f55656;
        padding: 2rem 3rem;
        color: #fff;
        cursor: pointer;
        font-size: 1.55rem;
        position: relative; }
        @media screen and (min-width: 769px) {
          .main aside.nav-menu .download {
            display: none; } }
        .main aside.nav-menu .download .txt {
          position: relative; }
          .main aside.nav-menu .download .txt::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 27px;
            background: url(src/pdf.png);
            top: 50%;
            right: -1.5rem;
            transform: translate(100%, -50%);
            background-position: center;
            background-repeat: no-repeat; }
    .main aside a {
      text-decoration: none;
      color: #a9a9a9;
      transition: all 0.3s; }
      .main aside a:hover {
        color: #333; }
    @media screen and (max-width: 1366px) {
      .main aside.buttons {
        flex: 0 0 40px; } }
    .main aside section {
      margin-bottom: 4rem; }
      .main aside section header {
        font-weight: 800;
        margin-bottom: 1.5rem; }
      .main aside section li {
        margin-bottom: 1.5rem; }
    @media screen and (max-width: 768px) {
      .main aside .buttonblock {
        display: flex;
        justify-content: center; } }
    .main aside .buttonblock .button-icon {
      width: 4rem;
      height: 4rem;
      margin-bottom: 1rem;
      cursor: pointer;
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.3s;
      position: relative; }
      @media screen and (max-width: 768px) {
        .main aside .buttonblock .button-icon {
          margin: 0 0.5rem; } }
      .main aside .buttonblock .button-icon.follow {
        background-image: url("src/follow.png"); }
      .main aside .buttonblock .button-icon.print {
        background-image: url("src/print.png"); }
      .main aside .buttonblock .button-icon.mail {
        background-image: url("src/email.png"); }
      .main aside .buttonblock .button-icon.fb {
        background-image: url("src/fb.png"); }
      .main aside .buttonblock .button-icon:hover {
        background-color: #ebebeb; }
      .main aside .buttonblock .button-icon a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .main article {
    flex: 1 1 100%;
    margin: 0 8rem;
    background-color: #fff;
    padding: 4rem 9rem;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5em; }
    .main article.not-first-page, .main article.static-page {
      box-shadow: 0px 0px 37px -24px #000; }
    @media print {
      .main article {
        margin: 0;
        padding: 0; } }
    @media screen and (max-width: 1000px) {
      .main article {
        margin: 0 4rem;
        padding: 3rem 4rem; } }
    @media screen and (max-width: 800px) {
      .main article {
        margin: 0 2rem;
        padding: 3rem 5rem; } }
    @media screen and (max-width: 768px) {
      .main article {
        margin: 0;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 768px) {
      .main article {
        padding: 3rem 3rem; } }
    @media screen and (max-width: 768px) {
      .main article .nav-links {
        position: fixed;
        bottom: 4rem;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 5; } }
    .main article .nav-links .chapt-link {
      width: 4rem;
      height: 4rem;
      background-color: #ebebeb;
      position: absolute;
      top: 20rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30%;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .main article .nav-links .chapt-link {
          position: relative;
          top: 0;
          margin: 1rem;
          border-radius: 50%;
          box-shadow: 0px 0px 12px 0px #999; } }
      .main article .nav-links .chapt-link.prev-chapt {
        left: -2rem;
        background-image: url(src/prev.png); }
        @media screen and (max-width: 768px) {
          .main article .nav-links .chapt-link.prev-chapt {
            left: 0; } }
      .main article .nav-links .chapt-link.next-chapt {
        right: -2rem;
        background-image: url(src/next.png); }
        @media screen and (max-width: 768px) {
          .main article .nav-links .chapt-link.next-chapt {
            right: 0; } }
      .main article .nav-links .chapt-link:hover {
        background-color: #ccc; }
      .main article .nav-links .chapt-link a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .main article .main-chapter {
      margin: auto; }
    .main article.first-page {
      background-color: transparent;
      display: flex;
      padding: 0; }
      .main article.first-page .fp-img-wrapper {
        position: relative;
        margin: auto; }
        .main article.first-page .fp-img-wrapper img {
          max-width: 100%; }
      .main article.first-page a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s;
        opacity: 0;
        z-index: 8;
        /* &:hover {
                opacity:1;
               } */ }
      .main article.first-page .begin-reading {
        transition: all 0.3s;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(245, 86, 86, 0.5);
        /* &:hover {
                    opacity:1;
                } */ }
      .main article.first-page .fp-img-wrapper:hover .begin-reading, .main article.first-page .fp-img-wrapper:hover a {
        opacity: 1; }

.site-header {
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 20px 37px -24px rgba(0, 0, 0, 0.75);
  z-index: 10; }
  @media print {
    .site-header {
      display: none; } }
  .site-header .header-wrapper {
    max-width: 1366px;
    margin: auto;
    display: flex;
    font-size: 1.4rem;
    height: 5.5rem;
    padding-left: 1rem; }
    @media screen and (max-width: 768px) {
      .site-header .header-wrapper {
        justify-content: center; } }
    .site-header .header-wrapper .burger {
      display: none; }
      @media screen and (max-width: 768px) {
        .site-header .header-wrapper .burger {
          display: block;
          flex: 0 0 4rem;
          align-self: center;
          width: 4rem;
          height: 4rem;
          background-image: url(src/burger.png);
          background-size: 80%;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 0.5rem;
          left: 0.5rem; } }
    .site-header .header-wrapper .logo {
      background-image: url(src/logo.png);
      height: 30px;
      flex: 0 0 140px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      align-self: center;
      margin-right: 2rem;
      position: relative; }
      .site-header .header-wrapper .logo a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .site-header .header-wrapper .site-title {
      font-size: 1.55rem;
      color: #bababa; }
      @media screen and (max-width: 768px) {
        .site-header .header-wrapper .site-title {
          display: none; } }
    .site-header .header-wrapper div {
      flex: 1 1 auto;
      display: flex;
      align-items: center; }
    .site-header .header-wrapper .download {
      flex: 0 0 16rem;
      background-color: #f55656;
      padding: 0 3rem;
      color: #fff;
      cursor: pointer;
      font-size: 1.45rem;
      position: relative; }
      @media screen and (max-width: 768px) {
        .site-header .header-wrapper .download {
          display: none; } }
      .site-header .header-wrapper .download .txt {
        position: relative; }
        .site-header .header-wrapper .download .txt::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 27px;
          background: url(src/pdf.png);
          top: 50%;
          right: -1.5rem;
          transform: translate(100%, -50%);
          background-position: center;
          background-repeat: no-repeat; }

.subhead {
  font-size: 1.55rem;
  margin: 0 0 2.5rem;
  color: #bababa; }
  @media print {
    .subhead {
      display: none; } }
  .subhead .chapter-select {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 550px) {
      .subhead .chapter-select {
        flex-direction: column; } }
    .subhead .chapter-select .select-field {
      position: relative; }
      .subhead .chapter-select .select-field.select-eva {
        width: 37rem; }
        @media screen and (max-width: 550px) {
          .subhead .chapter-select .select-field.select-eva {
            width: 100%; } }
      .subhead .chapter-select .select-field.select-chapter {
        width: 16rem; }
        @media screen and (max-width: 550px) {
          .subhead .chapter-select .select-field.select-chapter {
            width: 100%; } }
      .subhead .chapter-select .select-field .select-field-val {
        background-color: #ebebeb;
        padding: 0.75rem 4rem 0.75rem 2rem;
        border-bottom: 1px solid #fff;
        background: #ebebeb url(src/dropdown.svg) right 10px center/20px no-repeat;
        cursor: pointer; }
      .subhead .chapter-select .select-field .select-options {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        background-color: #ebebeb;
        overflow-y: hidden;
        max-height: 0px;
        transition: all 0.3s;
        z-index: 9; }
        .subhead .chapter-select .select-field .select-options.open {
          max-height: 800px; }
        .subhead .chapter-select .select-field .select-options .select-opt {
          width: 100%;
          padding: 1rem 2rem;
          border-bottom: 1px solid #fff; }
    .subhead .chapter-select .select-separator {
      margin: 0 1rem; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
  background-color: #494949;
  color: #a9a9a9;
  padding: 4rem 2rem 3rem;
  font-size: 1.66rem;
  line-height: 2rem;
  height: 16rem;
  z-index: 6; }
  @media print {
    footer {
      display: none; } }
  @media screen and (max-width: 570px) {
    footer {
      height: 30rem; } }
  footer li {
    margin-bottom: 1.5rem; }
    footer li:last-child {
      margin-bottom: 0; }
  footer a {
    text-decoration: none;
    color: #a9a9a9;
    transition: all 0.3s; }
    footer a:hover {
      color: #fff; }
  footer .nav-columns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 80.5rem; }
    @media screen and (max-width: 570px) {
      footer .nav-columns {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
    @media screen and (max-width: 570px) {
      footer .nav-columns nav {
        margin-bottom: 1.2rem; } }
  footer .copyright {
    text-align: center; }

article {
  line-height: 1.35em; }
  article h1 {
    font-size: 2.8rem;
    margin-bottom: 0.7em;
    line-height: 1.35em; }
  article h2 {
    font-size: 2.15rem; }
  article h3 {
    font-size: 1.76rem; }
  article p {
    line-height: 1.45em;
    margin-bottom: 2em; }

.popup {
  position: absolute;
  background-color: rgba(245, 86, 86, 0.95);
  top: -1rem;
  left: -2rem;
  right: -2rem;
  padding: 8rem 7rem 5rem;
  color: #fff;
  text-align: center;
  z-index: -1;
  transform: translateY(3rem);
  opacity: 0;
  transition: all 0.3s; }
  .popup.visible {
    transform: translateY(0);
    opacity: 1; }
  .popup .popup-inner {
    max-height: 100vh;
    overflow: hidden;
    transition: all 0.3s; }
    .popup .popup-inner.hidden {
      max-height: 0; }
  .popup .success {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s; }
    .popup .success.visible {
      max-height: 200px; }
  .popup h2 {
    font-size: 1.8rem;
    margin-bottom: 4rem; }
  .popup p {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    line-height: 1.5em; }
  .popup input {
    display: block;
    margin: 0 auto 4rem;
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 7rem;
    color: #fff;
    text-align: center; }
  .popup .action-btn {
    padding: 1.5rem 7rem;
    background-color: #c32828;
    display: inline-block;
    cursor: pointer; }
  .popup .close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    background-image: url(src/close.png);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 2px; }
    .popup .close-btn:hover {
      background-color: #fff; }
