.head {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 120px;
  float: none;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  background-image: url('../images/bgrond-01.svg'), -webkit-linear-gradient(270deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg');
  background-image: url('../images/bgrond-01.svg'), linear-gradient(180deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg');
  background-position: 50% 101%, 0px 0px, 50% 53%;
  background-size: 102%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.container {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: justify;
}

.container.top {
  margin-bottom: 50px;
  padding-top: 80px;
}

.button {
  display: inline-block;
  width: auto;
  margin: 0px auto;
  padding: 12px 20px 15px;
  border: 1px solid #ff7e00;
  border-radius: 4px;
  background-color: #ff7e00;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  border-width: 1px;
  border-color: #ff7e00;
  background-color: #fff;
  color: #ff7e00;
}

.button.ridero-login {
  width: 204px;
  margin-bottom: 30px;
  text-align: center;
}

.section {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0px;
  border-bottom: 2px solid #e6e7e8;
}

.section.vrez {
  position: static;
  z-index: 1;
  overflow: visible;
  height: auto;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 0px;
  border-top: 1px none #000;
  border-bottom: 1px none #e6e7e8;
  background-image: -webkit-linear-gradient(270deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
  background-image: linear-gradient(180deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
  background-position: 0px 0px, 50% 59%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.shelf {
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
}

.section.shelf.prosa {
  position: relative;
  z-index: 10;
  margin-top: -110px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-style: none;
  border-bottom-width: 1px;
}

.all-paragrafs {
  display: block;
  width: auto;
  margin: 0px auto 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.podpis {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  list-style-type: disc;
}

.container_section {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.foother {
  position: relative;
  z-index: 2;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.tel {
  color: #fff;
  text-align: center;
}

.tel.left {
  text-align: left;
}

.tel.right {
  text-align: right;
}

.ridero-login {
  display: block;
}

.ridero-login.button.white {
  margin-bottom: 0px;
  border-color: #80b027;
  background-color: #80b027;
  color: #fff;
}

.ridero-login.button.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #80b027;
}

.link-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.link-book:hover {
  position: relative;
  opacity: 1;
}

.link-book.nolink {
  cursor: default;
}

.link-book.nolink:hover {
  opacity: 1;
}

.bookshelf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sign {
  display: none;
  height: 120px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.book {
  display: block;
  width: 210px;
  height: 210px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(109, 127, 135, .5);
}

.book:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4));
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4));
  background-position: 50% 50%, 0px 0px;
  background-size: 66px, auto;
  background-repeat: no-repeat, repeat;
}

.book._4 {
  background-image: url('../images/07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.book._4:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/07.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/07.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._3 {
  background-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.book._3:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/11.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/11.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._2 {
  background-image: url('../images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.book._2:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/03.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/03.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._1 {
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.book._1:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/02.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/02.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._5 {
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._5:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/01.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/01.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._6 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._6:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/05.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/05.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._7 {
  background-image: url('../images/14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._7:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/14.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/14.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._8 {
  background-image: url('../images/08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._8:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/08.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/08.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._9 {
  background-image: url('../images/09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._9:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/09.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/09.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._10 {
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._10:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/10.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/10.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._11 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._11:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/04.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/04.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._12 {
  background-image: url('../images/13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._12:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/13.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/13.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._13 {
  background-image: url('../images/06.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._13:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/06.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/06.jpg');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._14 {
  background-image: url('../images/15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._14:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/15.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/15.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._16 {
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._16:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/16.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/16.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._17 {
  background-image: url('../images/17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._17:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/17.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/17.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._18 {
  background-image: url('../images/18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._18:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/18.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/18.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._19 {
  background-image: url('../images/19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._19:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/19.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/19.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._20 {
  background-image: url('../images/20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._20:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/20.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/20.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.book._21 {
  background-image: url('../images/21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._21:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/21.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/21.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}
.book._22 {
  background-image: url('../images/22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._22:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/22.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/22.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}
.book._23 {
  background-image: url('../images/23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book._23:hover {
  background-image: url('../images/sound-icon-02.svg'), -webkit-linear-gradient(270deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/23.jpg');
  background-image: url('../images/sound-icon-02.svg'), linear-gradient(180deg, rgba(6, 48, 0, .4), rgba(6, 48, 0, .4)), url('../images/23.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 66px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.bookname {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.book-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vrez {
  padding-left: 80px;
}

.image_zag {
  display: none;
  width: 648px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.nav-menu {
  float: left;
}

.brand {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 0px;
  border-radius: 4px;
}

.brand:hover {
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  opacity: 0.7;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  height: 50px;
  background-image: -webkit-linear-gradient(270deg, #374b5a, #374b5a);
  background-image: linear-gradient(180deg, #374b5a, #374b5a);
}

.nav-link {
  height: 50px;
  padding-top: 14px;
  padding-bottom: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #a5baca;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.w--current {
  color: #fff;
}

.div-block {
  height: 100%;
  padding: 0px 0px 0px 20px;
}

.image_logo_ridero {
  width: 275px;
  height: 50px;
}

.heading2 {
  display: block;
  margin: 0px auto 25px;
  font-family: 'PT Serif', serif;
  color: #fff;
  text-align: center;
}

.heading2.top {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  font-size: 48px;
}

.image_bg {
  position: absolute;
  left: 82%;
  top: 75px;
  bottom: 0px;
  width: 240px;
  height: 270px;
  background-image: url('../images/03.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_bg.left {
  left: auto;
  top: 60px;
  right: 82%;
  bottom: 0px;
  width: 260px;
  background-image: url('../images/02.svg');
  background-size: auto;
}

.background {
  position: absolute;
  left: 0px;
  top: 105px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .95) 8%), url('../images/591d7c5cc1457728938d8fcd_pattern-05-2.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .95) 8%), url('../images/591d7c5cc1457728938d8fcd_pattern-05-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.ridero-link.button {
  border-color: #80b027;
  background-color: #fff;
  color: #80b027;
}

.ridero-link.button:hover {
  background-color: #80b027;
  color: #fff;
}

html.w-mod-js *[data-ix="new-interaction"] {
  height: 80px;
}

.book-block[data-ix^="scroll-naive-"] {
	opacity: 0;
	-ms-transform: translate(0, 80px);
	    transform: translate(0, 80px);
	transition: .3s cubic-bezier(.5,0,.5,1) all;
}

.book-block[data-ix="scroll-naive-1"] { transition-delay: .1s; }
.book-block[data-ix="scroll-naive-2"] { transition-delay: .2s; }
.book-block[data-ix="scroll-naive-3"] { transition-delay: .3s; }
.book-block[data-ix="scroll-naive-4"] { transition-delay: .4s; }

.book-block__visible[data-ix^="scroll-naive-"] {
	opacity: 1;
	-ms-transform: translate(0, 0);
	    transform: translate(0, 0);
}

@media (max-width: 991px) {
  .head {
    z-index: 10;
    background-image: url('../images/bgrond-01.svg'), -webkit-linear-gradient(270deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg');
    background-image: url('../images/bgrond-01.svg'), linear-gradient(180deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg');
    background-position: 50% 101%, 0px 0px, 50% 50%;
    background-size: 102%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
  }
  .button {
    font-size: 16px;
  }
  .section.vrez {
    padding-top: 60px;
    padding-left: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-position: 0px 0px, 50% 59%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .all-paragrafs {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .foother {
    z-index: 10;
  }
  .bookshelf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .book {
    width: 166px;
    height: 166px;
  }
  .book._11 {
    width: 150px;
  }
  .bookname {
    font-size: 16px;
  }
  .book-block {
    width: 180px;
  }
  .nav-menu {
    padding-bottom: 20px;
    background-color: #a5baca;
  }
  .navbar {
    background-color: #374b5a;
    background-image: none;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link.w--current {
    color: #374b5a;
  }
  .div-block {
    padding-left: 0px;
  }
  .menu-button {
    height: 50px;
    padding-top: 14px;
    float: left;
  }
  .menu-button.w--open {
    background-color: #a5baca;
  }
  .icon-2 {
    color: #fff;
  }
  .heading2 {
    width: 600px;
    line-height: 42px;
  }
  .heading2.top {
    width: auto;
    line-height: 48px;
  }
  .image_bg {
    left: 90%;
    top: 130px;
    width: 137px;
    height: 160px;
    background-size: auto;
  }
  .image_bg.left {
    top: 120px;
    right: 91%;
    width: 147px;
    height: 160px;
  }
  .ridero-link.button {
    width: 166px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .head {
    height: 320px;
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg'), url('../images/bgrond-01-mobile-01.svg');
    background-image: linear-gradient(180deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg'), url('../images/bgrond-01-mobile-01.svg');
    background-position: 0px 0px, 50% 50%, 50% 101%;
    background-size: auto, 1280px, 101%;
    background-repeat: repeat, repeat, no-repeat;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.top {
    height: auto;
    padding-top: 60px;
  }
  .section.vrez {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-position: 0px 0px, 53% 22%;
    background-size: auto, 1300px;
    background-repeat: repeat, repeat;
  }
  .section.shelf.prosa {
    margin-top: -90px;
  }
  .all-paragrafs {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_section.bottom {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .foother {
    z-index: 10;
    height: auto;
  }
  .tel.left {
    margin-bottom: 10px;
    text-align: center;
  }
  .tel.center {
    margin-bottom: 10px;
    text-align: center;
  }
  .tel.right {
    text-align: center;
  }
  .bookshelf {
    width: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .book-block {
    width: 190px;
  }
  .image_zag {
    width: 540px;
  }
  .navbar {
    height: 40px;
  }
  .image_logo_ridero {
    width: auto;
    height: 40px;
  }
  .menu-button {
    height: 40px;
    padding-top: 10px;
    padding-left: 12px;
  }
  .heading2 {
    width: auto;
    margin-bottom: 20px;
    line-height: 42px;
  }
  .heading2.top {
    width: auto;
    line-height: 56px;
  }
  .image_bg {
    left: 88%;
    top: 150px;
  }
  .image_bg.left {
    top: 150px;
    right: 88%;
    width: 137px;
    height: 150px;
  }
}

@media (max-width: 479px) {
  .head {
    position: relative;
    z-index: 10;
    height: auto;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient(270deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg'), url('../images/bgrond-01-mobile-01.svg');
    background-image: linear-gradient(180deg, rgba(32, 61, 12, .3), rgba(8, 19, 1, .6)), url('../images/andres.jpg'), url('../images/bgrond-01-mobile-01.svg');
    background-position: 0px 0px, 50% 50%, 50% 100%;
    background-size: auto, 1280px, 104%;
    background-repeat: repeat, repeat, no-repeat;
  }
  .container.top {
    padding-top: 40px;
  }
  .section.vrez {
    background-image: -webkit-linear-gradient(270deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 58, 47, .5), rgba(47, 58, 47, .5)), url('../images/narrative.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .section.shelf.prosa {
    padding-top: 0px;
  }
  .all-paragrafs {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .foother {
    z-index: 10;
  }
  .tel.left {
    margin-bottom: 10px;
    text-align: center;
  }
  .tel.center {
    margin-bottom: 10px;
  }
  .tel.right {
    text-align: center;
  }
  .bookshelf {
    width: auto;
  }
  .sign {
    height: 40px;
    margin-bottom: 20px;
  }
  .book-block {
    width: 190px;
    margin-bottom: 40px;
  }
  .image_zag {
    width: 360px;
  }
  .navbar {
    height: 40px;
  }
  .image_logo_ridero {
    width: auto;
    height: 40px;
    float: right;
  }
  .menu-button {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-left: 12px;
  }
  .heading2 {
    line-height: 42px;
  }
  .image_bg {
    left: 82%;
    top: 165px;
    width: 120px;
  }
  .image_bg.left {
    top: 160px;
    right: 81%;
  }
  .background {
    background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .95) 4%), url('../images/591d7c5cc1457728938d8fcd_pattern-05-2.jpg');
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .95) 4%), url('../images/591d7c5cc1457728938d8fcd_pattern-05-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  .ridero-link.button {
    width: auto;
  }
}

@font-face {
  font-family: 'Td neumann';
  src: url('../fonts/td-neumann.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}