.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.container-kom {
  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;
}

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

.button:hover {
  background-color: #fff;
  color: #e71b22;
}

.button.coming-soon {
  display: none;
  border-color: #b7bcc3;
  background-color: #b7bcc3;
  color: #fff;
  line-height: 20px;
  cursor: default;
}

.section {
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dfe3e5;
  background-color: #fff;
}

.section.dark-bg {
  padding-top: 60px;
  background-color: #3e4f68;
}

.section.grey {
  background-color: #f6f9fb;
}

.section.headbanner {
  padding-top: 100px;
  background-image: url('../images/head.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.bottom-banner {
  border-bottom-style: none;
  background-image: url('../images/head.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.book1 {
  background-image: url('../images/в-сердце-пармы.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.book2 {
  background-image: url('../images/железный-пояс.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.heading-2._1 {
  width: 580px;
  margin-bottom: 15px;
}

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

.podpis.padding {
  width: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}

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

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

.tel.left {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  text-align: left;
}

.tel.center {
  display: none;
}

.tel.right {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.column_foother {
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}

.popup-author-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0px, 0px);
}

.popup-contact {
  position: absolute;
  left: 50%;
  top: 50px;
  right: 0%;
  z-index: 2000;
  display: block;
  overflow: auto;
  width: 540px;
  height: auto;
  margin-bottom: 50px;
  padding: 20px 20px 35px;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #fff, #fff);
  transform: translate(-50%, 0px);
}

.popup-close-1 {
  width: 16px;
  height: 16px;
  float: right;
  background-image: url('../images/573ae5b8c84afe8749aea56b_x_1573ae5b8c84afe8749aea56b_x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.link-book:hover {
  opacity: 1;
  color: red;
}

.bookshelf {
  display: -ms-grid;
  display: grid;
  width: 480px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.book-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex: 0 0 auto;
}

.authors-gallery {
  position: static;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu {
  display: inline-block;
  margin-top: 0px;
  float: left;
  text-transform: uppercase;
}

.brand {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  float: right;
  align-items: flex-end;
}

.brand:hover {
  opacity: 0.85;
}

.brand.senchin {
  float: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  height: 50px;
  background-color: #f6f9fb;
}

.nav-link {
  height: 50px;
  padding: 18px 15px 10px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  opacity: 1;
  color: #323232;
  text-decoration: underline;
}

.nav-link.w--current {
  color: rgba(24, 39, 59, 0.6);
  text-decoration: none;
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

.div-block {
  display: block;
  height: 100%;
  padding: 0px 0px 0px 20px;
  box-shadow: 0 1px 25px 0 rgba(73, 65, 60, 0.3);
}

.go-top {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 2000;
  padding: 12px 50px 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3e4f68;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/arrow-blue.svg');
  background-position: 83% 47%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transition: color 150ms ease, background-color 150ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #3e4f68;
  font-size: 16px;
}

.go-top:hover {
  border-color: #e71b22;
  background-color: #e71b22;
  background-image: url('../images/arrow-white.svg');
  background-position: 83% 47%;
  background-size: 18px;
  color: #fff;
}

.go-top.w--current {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 60px;
  display: none;
  border-color: #323232;
  background-color: transparent;
  background-image: url('../images/arrowTopGrey.svg');
  background-size: 24px;
  color: #323232;
  cursor: pointer;
}

.go-top.w--current:hover {
  border-color: #323232;
  background-color: #323232;
  background-image: url('../images/arrowTopWhite.svg');
  background-size: 24px;
  color: #fff;
}

.popup-link-1 {
  transition: opacity 150ms ease;
  text-decoration: none;
  cursor: pointer;
}

.popup-link-1:hover {
  opacity: 0.8;
  color: #718da1;
}

.about-author {
  margin: 20px 10px -13px;
}

.popup-zag {
  font-family: 'PT Sans', sans-serif;
  font-size: 36px;
  line-height: auto;
  text-align: center;
}

.paragraf-author {
  display: inline-block;
  margin-bottom: 13px;
  clear: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.popup-link-2 {
  transition: opacity 150ms ease;
  text-decoration: none;
  cursor: pointer;
}

.popup-link-2:hover {
  opacity: 0.8;
}

.popup-link-3 {
  transition: opacity 150ms ease;
  text-decoration: none;
  cursor: pointer;
}

.popup-link-3:hover {
  opacity: 0.8;
}

.popup-link-4 {
  transition: opacity 150ms ease;
  text-decoration: none;
  cursor: pointer;
}

.popup-link-4:hover {
  opacity: 0.8;
}

.popup-author-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-author-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-author-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-close-4 {
  width: 16px;
  height: 16px;
  float: right;
  background-image: url('../images/573ae5b8c84afe8749aea56b_x_1573ae5b8c84afe8749aea56b_x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-close-3 {
  width: 16px;
  height: 16px;
  float: right;
  background-image: url('../images/573ae5b8c84afe8749aea56b_x_1573ae5b8c84afe8749aea56b_x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-close-2 {
  width: 16px;
  height: 16px;
  float: right;
  background-image: url('../images/573ae5b8c84afe8749aea56b_x_1573ae5b8c84afe8749aea56b_x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_logo_ridero {
  width: auto;
  height: 50px;
  cursor: pointer;
}

.go-top_mobile {
  display: none;
  height: 0px;
}

.go-top_mobile.w--current {
  display: none;
}

.popup-link {
  margin-top: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.popup-link:hover {
  color: #323232;
}

.coming-soon {
  font-family: 'PT Sans', sans-serif;
  color: #374b5a;
  font-size: 18px;
  line-height: 24px;
}

.small-text {
  display: block;
}

.div-block-2 {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e1e5e7;
  background-image: url('../images/Татьяна_Шишова_фото.jpg');
  background-position: 32% 50%;
  background-size: cover;
}

.div-block-2.portrait2 {
  background-image: url('../images/Елена-Растянис.jpg');
  background-position: 50% 20%;
  background-size: cover;
  filter: grayscale(100%);
}

.div-block-2.portrait3 {
  background-image: url('../images/Анастасия-Есаева.jpg');
  background-position: 50% 50%;
  background-size: cover;
  filter: grayscale(100%);
}

.div-block-2.portrait4 {
  background-image: url('../images/Алексей-Рачунь.jpg');
  filter: grayscale(100%);
}

.div-block-2.portrait5 {
  background-image: url('../images/Елена-Мазур.jpg');
  background-position: 50% 50%;
  filter: grayscale(100%);
}

.body {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 10px;
}

.heading-4 {
  display: inline-block;
  margin-top: 5px;
  padding-right: 40px;
  float: left;
  font-family: Franklingothicbookc, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-4:hover {
  opacity: 1;
}

.h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px solid #3e4f68;
  font-family: Franklingothicbookc, sans-serif;
  color: #3e4f68;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book {
  width: 180px;
  height: 256px;
  min-width: 180px;
  margin-bottom: 30px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3) 2%, hsla(0, 0%, 100%, 0.3) 4%, hsla(0, 0%, 58%, 0.15) 6%, hsla(0, 0%, 100%, 0) 36%, hsla(0, 0%, 100%, 0) 96%, hsla(0, 0%, 100%, 0.07)), url('../images/ПЕРЕПЛЕТ_ВСП_17мм-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 2px 15px 0 rgba(70, 84, 91, 0.3);
  transition: opacity 150ms ease;
}

.book:hover {
  opacity: 0.86;
}

.book._2 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3) 2%, hsla(0, 0%, 100%, 0.3) 4%, hsla(0, 0%, 58%, 0.15) 6%, hsla(0, 0%, 100%, 0) 36%, hsla(0, 0%, 100%, 0) 96%, hsla(0, 0%, 100%, 0.07)), url('../images/ПЕРЕПЛЕТ_ЖЕЛЕЗНЫЙ_ПОЯС_17мм_22_07-2.png');
}

.div-hor {
  display: flex;
  width: 980px;
  align-items: flex-start;
}

.book-description {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #3e4f68;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.paragraph {
  width: 680px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph.left {
  margin-bottom: 13px;
  text-align: left;
}

.paragraph.small {
  width: 480px;
  text-align: center;
}

.logo {
  margin-bottom: 0px;
}

.book-big {
  width: 280px;
  height: 398px;
  min-width: 280px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.3), rgba(0, 0, 0, 0.3) 2%, hsla(0, 0%, 100%, 0.3) 4%, hsla(0, 0%, 68.7%, 0.15) 6%, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 96%, hsla(0, 0%, 100%, 0.3)), url('../images/ПЕРЕПЛЕТ_ВСП_17мм-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 2px 30px 0 rgba(70, 84, 91, 0.3);
}

.book-big._1 {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.3), rgba(0, 0, 0, 0.3) 2%, hsla(0, 0%, 100%, 0.3) 4%, hsla(0, 0%, 68.7%, 0.15) 6%, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 96%, hsla(0, 0%, 100%, 0.3)), url('../images/ПЕРЕПЛЕТ_ВСП_17мм-2.png');
}

.book-big._2 {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.3), rgba(0, 0, 0, 0.3) 2%, hsla(0, 0%, 100%, 0.3) 4%, hsla(0, 0%, 68.7%, 0.15) 6%, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 96%, hsla(0, 0%, 100%, 0.3)), url('../images/ПЕРЕПЛЕТ_ЖЕЛЕЗНЫЙ_ПОЯС_17мм_22_07-2.png');
}

.social-2 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 30px;
  justify-content: center;
}

.social_button {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
}

.social_button:hover {
  opacity: 0.7;
}

.div-vert {
  position: relative;
  z-index: 2;
  display: flex;
  width: 980px;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-vert.center {
  align-items: center;
}

.whatsapp-icon {
  margin-top: -3px;
}

.photo {
  position: relative;
  z-index: 1;
  width: 280px;
  height: 280px;
  border-radius: 2px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
}

.photo._2 {
  height: auto;
  min-width: 280px;
}

.quote {
  margin-bottom: 0px;
  margin-left: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.quote-block {
  display: flex;
  height: 280px;
  align-items: center;
  background-image: url('../images/quotes2.svg'), url('../images/quotes1.svg');
  background-position: 625px 215px, -15px 15px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.div-photo {
  width: 280px;
  margin-right: 30px;
  padding-bottom: 0px;
}

.name-text {
  margin-bottom: 28px;
}

.h3 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.text-link {
  color: #e71b22;
}

.text-link:hover {
  text-decoration: none;
}

.div-block-3 {
  margin-bottom: -13px;
}

.slider {
  width: 780px;
  height: 438px;
  margin-bottom: 32px;
  border-radius: 4px;
  background-color: transparent;
}

.slider.pages {
  height: auto;
}

.left-arrow {
  left: -80px;
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow {
  right: -80px;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-nav {
  bottom: -50px;
}

.mask {
  box-shadow: 0 2px 30px 0 rgba(70, 84, 91, 0.3);
}

.grid-author {
  width: 980px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 280px auto;
  grid-template-columns: 280px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-book {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-book.right {
  -ms-grid-columns: auto 280px;
  grid-template-columns: auto 280px;
}

.div-quote {
  display: flex;
  width: 980px;
  align-items: center;
}

.ridero {
  margin-bottom: 15px;
}

.text-block {
  margin-top: 0px;
  color: #3e4f68;
  font-size: 16px;
  line-height: 22px;
}

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

@media screen and (max-width: 991px) {
  .button {
    font-size: 16px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.book1 {
    padding-right: 20px;
  }

  .foother {
    z-index: 10;
  }

  .tel.left {
    font-size: 12px;
  }

  .tel.center {
    font-size: 12px;
  }

  .tel.right {
    font-size: 12px;
  }

  .popup-contact {
    top: 50%;
    width: 540px;
    transform: translate(-50%, -50%);
  }

  .bookshelf {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .authors-gallery {
    margin-bottom: 0px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe3e5;
    background-color: #f6f9fb;
  }

  .nav-link:hover {
    opacity: 1;
    color: #323232;
  }

  .div-block {
    padding-left: 0px;
  }

  .go-top {
    display: none;
  }

  .go-top.w--current {
    z-index: 100;
  }

  .menu-button {
    height: 50px;
    padding-top: 14px;
    padding-left: 14px;
    float: left;
  }

  .menu-button.w--open {
    padding-left: 14px;
    background-color: #a7a7a7;
  }

  .icon-2 {
    color: #000;
  }

  .go-top_mobile {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1000;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('../images/arrowTopBlack.svg');
    background-position: 50% 35%;
    background-size: 75%;
    background-repeat: no-repeat;
    transition: all 150ms ease;
    color: transparent;
  }

  .go-top_mobile:active {
    border-color: #e71b22;
    background-image: url('../images/arrowTopRed.svg');
  }

  .go-top_mobile.w--current {
    display: block;
  }

  .heading-4 {
    display: none;
    padding-left: 10px;
  }

  .div-hor {
    width: auto;
  }

  .book-description {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph {
    width: auto;
    text-align: left;
  }

  .div-vert {
    width: 100%;
    max-width: none;
  }

  .div-vert.center {
    max-width: 100%;
  }

  .photo._2 {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
  }

  .quote {
    font-size: 22px;
    line-height: 32px;
  }

  .quote-block {
    background-image: url('../images/quotes2.svg'), url('../images/quotes1.svg');
    background-position: 100% 100%, -20px 0%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }

  .div-photo {
    display: flex;
    margin-right: 0px;
    flex-direction: column;
    align-items: center;
  }

  .name-text {
    margin-bottom: 20px;
  }

  .h3 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;
  }

  .name {
    text-align: center;
  }

  .slider {
    width: 480px;
    height: 269px;
  }

  .grid-author {
    width: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-quote {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-kom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    height: 42px;
    padding-top: 9px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .section {
    padding: 35px 15px 40px;
  }

  .section.dark-bg {
    padding-top: 40px;
  }

  .section.headbanner {
    padding-top: 80px;
  }

  .section.book1 {
    background-image: url('../images/1-top-mobile.svg');
    background-position: 0% 0%;
    background-size: 100%;
  }

  .section.book2 {
    background-image: url('../images/2-top-mobile.svg');
    background-position: 100% 0%;
    background-size: 100%;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
  }

  .heading-2._1 {
    width: auto;
    margin-bottom: 10px;
  }

  .podpis {
    font-size: 16px;
    line-height: 24px;
  }

  .foother {
    z-index: 10;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
  }

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

  .tel.center {
    margin-bottom: 10px;
    text-align: center;
  }

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

  .column_foother {
    display: block;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .popup-contact {
    position: absolute;
    top: 0%;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    transform: translate(-50%, 0px);
  }

  .link-book {
    margin-bottom: 15px;
  }

  .bookshelf {
    width: 100%;
    justify-content: center;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bookname {
    font-size: 16px;
    line-height: 24px;
  }

  .authors-gallery {
    width: 100%;
    margin-bottom: 0px;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navbar {
    z-index: 1000;
    height: 40px;
  }

  .about-author {
    margin-right: 0px;
    margin-bottom: -12px;
    margin-left: 0px;
  }

  .paragraf-author {
    margin-bottom: 12px;
  }

  .image_logo_ridero {
    width: auto;
    height: 40px;
  }

  .menu-button {
    height: 40px;
    padding-top: 8px;
    padding-left: 12px;
  }

  .menu-button.w--open {
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .go-top_mobile {
    bottom: 5px;
  }

  .go-top_mobile.w--current {
    bottom: 5px;
  }

  .h4 {
    font-size: 16px;
  }

  .book {
    width: 120px;
    height: 171px;
    min-width: 120px;
    margin-bottom: 25px;
  }

  .book-description {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .paragraph {
    width: auto;
    line-height: 24px;
  }

  .paragraph.left {
    margin-bottom: 12px;
    line-height: 24px;
  }

  .paragraph.small {
    width: auto;
  }

  .logo {
    width: 380px;
  }

  .book-big {
    width: 200px;
    height: 285px;
    min-width: 200px;
  }

  .social_button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-vert {
    margin-right: auto;
    margin-left: auto;
  }

  .div-vert.center {
    margin-bottom: 0px;
  }

  .photo {
    width: 200px;
    height: 200px;
  }

  .photo._2 {
    height: 200px;
    min-width: 200px;
  }

  .quote {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .quote-block {
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .h3 {
    margin-bottom: 0px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
  }

  .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .slider.pages {
    width: 100%;
  }

  .left-arrow {
    left: -50px;
    display: block;
    width: 50px;
  }

  .left-arrow.pages {
    display: none;
  }

  .right-arrow {
    right: -50px;
    display: block;
    width: 50px;
  }

  .right-arrow.pages {
    display: none;
  }

  .slide-nav {
    bottom: -50px;
  }

  .grid-author {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-book {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-book.right {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .div-quote {
    flex-direction: column;
    background-image: url('../images/quotes2.svg');
    background-position: 100% 100%;
    background-size: 90px;
    background-repeat: no-repeat;
  }

  .link-block {
    width: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.headbanner {
    background-image: url('../images/head-mobile.jpg');
  }

  .section.bottom-banner {
    background-image: url('../images/bottom-banner-mobile.jpg');
  }

  .section.book1 {
    background-image: url('../images/1-top-mobile.svg');
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section.book2 {
    background-image: url('../images/2-top-mobile.svg');
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .foother {
    z-index: 10;
  }

  .tel.left {
    margin-bottom: 5px;
    text-align: center;
  }

  .tel.center {
    margin-bottom: 10px;
  }

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

  .column_foother {
    display: block;
  }

  .popup-contact {
    position: absolute;
    display: block;
  }

  .bookshelf {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .authors-gallery {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .nav-menu {
    margin-top: 0px;
  }

  .navbar {
    height: 40px;
  }

  .popup-zag {
    margin-top: 0px;
    float: none;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .paragraf-author {
    text-align: left;
  }

  .image_logo_ridero {
    width: auto;
    height: 40px;
    float: right;
  }

  .menu-button {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 12px;
  }

  .heading-4 {
    display: none;
  }

  .h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .logo {
    width: auto;
  }

  .div-vert {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-vert.center {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .slider {
    width: 280px;
    height: 157px;
  }

  .left-arrow {
    left: -9vw;
    width: 30px;
    background-position: 50% 50%;
    background-size: 13px;
  }

  .right-arrow {
    right: -9vw;
    width: 30px;
    background-position: 50% 50%;
    background-size: 13px;
  }

  .slide-nav {
    bottom: -50px;
  }

  .grid-author {
    justify-items: center;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-_919e1af0-b448-4a67-a011-712cfcaac251-d876fe22 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_45ba5b2c-0982-5325-00c9-55d6a814bd6a-d876fe22 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d9b91bbc-bb71-12f7-7545-8391aef3d35e-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e266ac3-eda7-b50a-2641-79cab48d13bb-d876fe22 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_85b1fe87-5604-8a0f-14bb-e373aa8cb14f-d876fe22 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4a7b731f-cdd1-4cc6-efa8-29de2cf68d90-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a82f3a86-6858-68fd-d352-e3bdb5b20657-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2932e6b7-f1e7-ecb0-140a-4328f8ab1962-d876fe22 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2932e6b7-f1e7-ecb0-140a-4328f8ab1960-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_45ba5b2c-0982-5325-00c9-55d6a814bd6a-d876fe22 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_81f2357e-cee5-7c23-4b57-d04ad3ec167c-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45ba5b2c-0982-5325-00c9-55d6a814bd6a-d876fe22 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_81f2357e-cee5-7c23-4b57-d04ad3ec167c-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_977cc2db-0f2d-80a4-69ee-3e25c9f114cb-d876fe22 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Franklingothicdemic';
  src: url('../fonts/FranklinGothicDemiC.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklingothicbookc';
  src: url('../fonts/FranklinGothicBookC.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}