.rs-search-books {
  margin: 80px 0px;
  position: relative;
}
@media (max-width: 1920px) {
  .rs-search-books {
    margin: calc(35px + 45 * (100vw - 320px) / 1600) 0px calc(35px + 45 * (100vw - 320px) / 1600);
  }
}
.rs-search-books__wrapper {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 70px 15px 80px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1920px) {
  .rs-search-books__wrapper {
    padding: calc(35px + 35 * (100vw - 320px) / 1600) 15px calc(35px + 45 * (100vw - 320px) / 1600);
  }
}
.rs-search-books__wrapper .search {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 944px;
}
.rs-search-books__wrapper .search .search__input {
  background: #ffffff;
  border: 2px solid #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}