@font-face {
  font-family: "Transforma Sans";
  src: url("../fonts/TransformaSans_Trial-Regular.ttf");
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Transforma Sans", sans-serif;
  line-height: 1.2;
  color: rgb(3, 38, 51);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1 {
  margin: 0;
  font-size: 2.4rem;
  font-family: "Transforma Sans", sans-serif;
  text-align: left;
}

h2 {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Transforma Sans", sans-serif;
}

h2.subtitle {
  text-align: left;
  margin-bottom: 1rem;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

.intro,
.outro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-size: cover;
  background-color: rgba(98, 166, 255, 0.916);
  color: rgb(3, 38, 51);
  filter: saturate(70%);
  text-align: left;
}

.intro {
  background: #2A7B9B;
  background: linear-gradient(180deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 50%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.outro {
  background: #2A7B9B;
  background: linear-gradient(180deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 50%);
  padding: 1rem;
}

.intro-heading-wrapper {
  background-color: rgba(88, 207, 136, 0.8);
  background-image: url("../images/dlja-ljuboznatelnyh.jpg");
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  padding: 2rem;
  margin-bottom: 0.5rem;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .intro-heading-wrapper {
    flex-basis: 100%;
    padding: 3rem 1rem;
  }
}

.intro-text-wrapper,
.outro-text-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8rem 1.4rem;
  flex-basis: 50%;
}
@media (max-width: 1200px) {
  .intro-text-wrapper,
  .outro-text-wrapper {
    flex-basis: 100%;
  }
}

.intro-img-wrapper {
  flex-basis: 50%;
  text-align: center;
}

.intro-img {
  max-width: 90%;
}

.book {
  display: flex;
  justify-content: space-around;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 32px 0;
  margin: 1rem 0;
}
.book:nth-child(odd) {
  background: #3ba3b8;
  background: linear-gradient(0deg, rgb(59, 163, 184) 35%, rgb(0, 212, 255) 100%);
}
.book:nth-child(even) {
  background: #2A7B9B;
  background: linear-gradient(180deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 50%);
}
@media (max-width: 992px) {
  .book {
    padding: 0;
  }
}

.book-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1400px) {
  .book-wrapper {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}

.book-cover-link {
  flex-basis: 25%;
  flex-grow: 1;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.book-cover {
  /* border-radius: 4px; */
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.2);
  max-height: 270px;
}

.book-cover-wrapper {
  flex-basis: 33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}
@media (max-width: 992px) {
  .book-cover-wrapper {
    flex-basis: 100%;
  }
}

.book-card {
  flex-basis: 67%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.4rem 0.8rem;
}
@media (max-width: 992px) {
  .book-card {
    flex-basis: 100%;
  }
}

.book:nth-child(odd) .book-wrapper {
  flex-direction: row;
}

.book:nth-child(even) .book-wrapper {
  flex-direction: row-reverse;
}

.book-title {
  padding: 0 10px;
}

.book-description {
  padding: 0 10px;
}/*# sourceMappingURL=style.css.map */