.bk-container {
  max-width: 1200px;
  padding: 0 10px;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .bk-container {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .bk-container {
    padding: 0 15px;
  }
}

.bk-section {
  min-width: 1200px;
  max-width: 1920px;
  margin-inline: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .bk-section {
    min-width: 100%;
  }
}

.bk-link-button {
  display: inline-block;
  padding: 27px 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #a8b86a 0%, #778643 40%, #778643 60%, #a8b86a 100%);
  font-family: "Circe-Bold", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.bk-link-button:hover {
  background: linear-gradient(135deg, #778643 0%, #a8b86a 40%, #a8b86a 60%, #778643 100%);
}
@media only screen and (max-width: 575px) {
  .bk-link-button {
    padding: 19px 18px;
    font-size: 16px;
    border-radius: 8px;
  }
}

.bk-page-header {
  font-family: "Circe-ExtraBold";
  font-size: clamp(31px, 6px + 7.84vw, 100px);
  text-transform: uppercase;
  line-height: 0.98;
}
@media only screen and (max-width: 575px) {
  .bk-page-header {
    line-height: 1.05;
  }
}

.bk-section-header {
  font-family: "Circe-ExtraBold";
  font-size: clamp(32px, 16.4px + 4.89vw, 75px);
  color: #55432F;
  line-height: 1;
}
.bk-section-header--center {
  text-align: center;
}

.bk-section-description {
  font-size: 22px;
  line-height: 1.35;
}
@media only screen and (max-width: 575px) {
  .bk-section-description {
    font-size: 15px;
    line-height: 1.25;
  }
}

@font-face {
  font-family: "Informer";
  font-display: swap;
  src: url("../../fonts/Informer.woff2") format("woff2"), url("../../fonts/Informer.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.icon-bk-share-block-personal-memories {
  width: 30px;
  height: 30px;
}
.icon-bk-share-block-stories-about-people {
  width: 30px;
  height: 30px;
}
.icon-bk-share-block-archival-photographs {
  width: 30px;
  height: 26px;
}
.icon-bk-share-block-newspaper-publications {
  width: 30px;
  height: 30px;
}
.icon-bk-share-block-construction-stories {
  width: 30px;
  height: 30px;
}
.icon-form-history-email {
  width: 14px;
  height: 14px;
}
.icon-bk-swipe {
  width: 18px;
  height: 21px;
}
@media only screen and (max-width: 575px) {
  .icon-bk-share-block-personal-memories {
    width: 22px;
    height: 22px;
  }
  .icon-bk-share-block-stories-about-people {
    width: 22px;
    height: 22px;
  }
  .icon-bk-share-block-archival-photographs {
    width: 22px;
    height: 18px;
  }
  .icon-bk-share-block-newspaper-publications {
    width: 22px;
    height: 22px;
  }
  .icon-bk-share-block-construction-stories {
    width: 22px;
    height: 22px;
  }
}

.bk-modal {
  display: none;
  width: 470px;
  border-radius: 40px;
  padding: 42px 46px 0;
  background-color: #957659;
  color: #fff;
  overflow: hidden;
}
.bk-modal__header {
  font-family: "Circe-Bold";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.bk-modal__text {
  margin-top: 13px;
  font-size: 20px;
  line-height: 1.3;
}
.bk-modal__img {
  margin: 7px -46px 0;
}
.bk-modal__button {
  transform: translateY(-42px);
  width: 100%;
  padding: 23px 20px;
  border: none;
  border-radius: 14px;
  background-color: #fff;
  font-family: "Circe-Bold";
  font-size: 18px;
  font-weight: bold;
  color: #F35740;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bk-modal__button:hover {
  background-color: #F35740;
  color: #fff;
}
.bk-modal .fancybox-slide--html,
.bk-modal .fancybox-close-small {
  right: 13px;
  top: 14px;
}
@media only screen and (max-width: 575px) {
  .bk-modal {
    width: 100%;
    border-radius: 20px;
    padding: 36px 16px 0;
    overflow: hidden;
  }
  .bk-modal__header {
    font-size: 24px;
  }
  .bk-modal__text {
    margin-top: 9px;
    font-size: 16px;
  }
  .bk-modal__img {
    margin: 16px -32px 0;
    text-align: center;
  }
  .bk-modal__img img {
    width: 90%;
    height: auto;
  }
  .bk-modal__button {
    transform: translateY(-25px);
    border-radius: 10px;
  }
  .bk-modal .fancybox-slide--html,
  .bk-modal .fancybox-close-small {
    right: 0px;
    top: 4px;
  }
}

@media only screen and (max-width: 575px) {
  .fancybox-slide--html {
    padding: 0;
  }
}
.book-intro {
  position: relative;
  min-height: 813px;
  padding: 30px 0 0;
  background-image: url(../../img/book/img-bg-book-intro.jpg);
  overflow: hidden;
}
.book-intro .bk-container {
  position: relative;
  z-index: 1;
}
.book-intro__header {
  margin-bottom: 0;
}
.book-intro__description {
  margin-top: 8px;
  max-width: 35%;
}
.book-intro__link-button {
  margin-top: 25px;
}
.book-intro__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54.7%;
}
@media only screen and (max-width: 979px) {
  .book-intro {
    background-size: cover;
    padding: 30px 0;
  }
  .book-intro__description {
    max-width: 100%;
  }
  .book-intro__img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .book-intro {
    min-height: 395px;
    padding: 30px 0 0;
    background-image: url(../../img/book/img-bg-book-intro--mobile.png);
  }
  .book-intro__header {
    margin-top: 2px;
  }
  .book-intro__description {
    margin-top: 4px;
  }
  .book-intro__link-button {
    margin-top: 14px;
  }
  .book-intro__img {
    margin-top: 55px;
    position: static;
  }
}

.book-intro-description {
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 575px) {
  .book-intro-description {
    font-size: 14px;
  }
}

.book-intro-img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.book-intro-img__slide {
  margin-bottom: 77px;
  padding: 20px 0;
  border-radius: 30px 0 0 30px;
  background-color: #957659;
}
.book-intro-img__book {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88.2%;
}
.book-intro-img__stones {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110%;
}
.book-intro-img figure {
  margin: 0;
}
.book-intro-img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 979px) {
  .book-intro-img__wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .book-intro-img__slide {
    margin-bottom: 0;
    padding: 7px 0;
    border-radius: 10px 0 0 10px;
  }
  .book-intro-img__book {
    bottom: 3px;
    width: fit-content;
  }
  .book-intro-img__stones {
    width: 90%;
  }
}

.book-history-people {
  padding: 76px 0 40px;
  background-image: url(../../img/book/img-bg-book-history-people.png);
  background-position: right 13px;
}
.book-history-people__header {
  max-width: 55%;
  margin-bottom: 0;
}
.book-history-people__description {
  max-width: 40%;
  margin-top: 17px;
}
.book-history-people__list {
  margin-top: 24px;
}
.book-history-people__swipe-info {
  display: none;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .book-history-people {
    background-position: center 150px;
  }
  .book-history-people__header {
    max-width: 66%;
  }
}
@media only screen and (max-width: 979px) {
  .book-history-people__list {
    margin-right: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .book-history-people__swipe-info {
    display: inline-flex;
  }
}
@media only screen and (max-width: 767px) {
  .book-history-people {
    background-position: center 220px;
  }
  .book-history-people__header {
    max-width: 100%;
  }
  .book-history-people__description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .book-history-people {
    padding: 32px 0 32px;
    background-image: url(../../img/book/img-bg-book-history-people--mobile.png);
    background-position: right bottom;
  }
  .book-history-people__list {
    margin-top: 17px;
    margin-right: -15px;
  }
}

.list-target-history-people {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
.list-target-history-people__item {
  width: 100%;
  max-width: 280px;
  padding: 25px 25px;
  border: 1px solid #957659;
  border-radius: 30px;
  background-color: #fff;
}
.list-target-history-people__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.list-target-history-people__number {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #957659;
  font-family: "Circe-Bold", sans-serif;
  font-size: 30px;
  color: #fff;
}
.list-target-history-people__name {
  margin-top: 5px;
  font-family: "Circe-Bold";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.list-target-history-people__text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.15;
}
@media only screen and (max-width: 979px) {
  .list-target-history-people {
    flex-wrap: nowrap;
  }
  .list-target-history-people__item {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 575px) {
  .list-target-history-people {
    gap: 0 16px;
  }
  .list-target-history-people__item {
    max-width: 263px;
    padding: 16px 16px 17px;
    border-radius: 19px;
  }
}

.swipe-info {
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
  border: 1px solid #957659;
  border-radius: 34px;
  background-color: #fff;
}
.swipe-info__icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 38px;
  border-radius: 85px;
  background-color: #957659;
}
.swipe-info__text {
  font-size: 15px;
  padding: 0 25px 0 0;
  letter-spacing: 0.4px;
}

.book-own-history {
  padding: 36px 0 73px;
  background-image: url(../../img/book/img-bg-book-own-history.png);
  background-position: center 18px;
}
.book-own-history__description {
  margin-top: 29px;
  padding: 0 17%;
  text-align: center;
}
.book-own-history__share {
  margin-top: 34px;
  padding: 17px 17% 0;
}
.book-own-history__appeal {
  margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
  .book-own-history__description {
    padding: 0 5%;
  }
  .book-own-history__share {
    padding: 17px 10% 0;
  }
}
@media only screen and (max-width: 979px) {
  .book-own-history__description {
    padding: 0;
  }
  .book-own-history__share {
    padding: 17px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .book-own-history {
    background-size: contain;
    background-position: center 270px;
  }
}
@media only screen and (max-width: 575px) {
  .book-own-history {
    padding: 5px 0 36px;
    background-image: url(../../img/book/img-bg-book-own-history--mobile-left.png), url(../../img/book/img-bg-book-own-history--mobile-right.png);
    background-position: left 222px, right 177px;
    background-size: unset;
  }
  .book-own-history__description {
    margin-top: 19px;
  }
  .book-own-history__share {
    margin-top: 9px;
    padding: 0;
  }
  .book-own-history__appeal {
    margin: 5px -15px 0;
  }
}

.bk-share-block {
  position: relative;
  text-align: center;
}
.bk-share-block__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  font-family: "Informer";
  font-size: 36px;
  color: #55432F;
  line-height: 1;
  letter-spacing: -0.8px;
}
.bk-share-block__cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 29px 5px;
}
.bk-share-block__card {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #FFEFDC;
  border-radius: 13px;
  padding: 7px 7px;
  width: 148px;
}
.bk-share-block__card--left-top {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: 160px;
}
.bk-share-block__card--right-top {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 153px;
}
.bk-share-block__card--left-bottom {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  align-self: flex-start;
}
.bk-share-block__card--center-bottom {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  margin-top: 29px;
}
.bk-share-block__card--right-bottom {
  grid-column: 3;
  grid-row: 2;
  justify-self: start;
  align-self: flex-start;
  width: 160px;
  margin-left: -14px;
}
.bk-share-block__icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F6E7D5;
}
.bk-share-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bk-share-block__text {
  font-size: 15px;
  line-height: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .bk-share-block__title {
    position: static;
    transform: translateX(0%) rotate(-5deg);
  }
  .bk-share-block__wrapper {
    margin: 30px -10px 0 0;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .bk-share-block__cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 20px;
  }
  .bk-share-block__card {
    flex-shrink: 0;
  }
  .bk-share-block__card--center-bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .bk-share-block__title {
    font-size: 22px;
  }
  .bk-share-block__wrapper {
    margin: 19px -15px 0 -7px;
  }
  .bk-share-block__cards {
    gap: 0 7px;
  }
  .bk-share-block__card {
    width: 140px;
    gap: 4px;
    padding: 4px 4px;
  }
  .bk-share-block__card--left-top, .bk-share-block__card--right-top, .bk-share-block__card--right-bottom {
    width: 140px;
  }
  .bk-share-block__icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .bk-share-block__text {
    font-size: 13px;
  }
}

.book-own-history-appeal {
  padding: 42px 37px 37px;
  border: 2px solid #F6E7D5;
  border-radius: 40px;
  background-color: #fff;
}
.book-own-history-appeal__header {
  font-family: "Circe-Bold";
  font-size: 36px;
  font-weight: bold;
  color: #55432F;
}
.book-own-history-appeal__form {
  margin-top: 23px;
}
@media only screen and (max-width: 575px) {
  .book-own-history-appeal {
    padding: 15px 13px 13px;
    border-radius: 20px;
  }
  .book-own-history-appeal__header {
    font-size: 23px;
  }
  .book-own-history-appeal__form {
    margin-top: 11px;
  }
}

.form-history {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 36px 34px;
  border-radius: 40px;
  background-color: #FFEFDC;
}
.form-history__row--between {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.form-history__row--center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 25px;
}
.form-history__row--top-29 {
  margin-top: 29px;
}
.form-history__row--top-25 {
  margin-top: 25px;
}
.form-history__row--top-14 {
  margin-top: 14px;
}
.form-history__label {
  cursor: pointer;
}
.form-history__label--phone {
  width: 28.5%;
}
.form-history__label--email {
  width: 28.5%;
}
.form-history__label--file {
  width: 38.5%;
}
.form-history__label-name {
  margin-bottom: 14px;
  font-family: "Circe-Bold";
  font-size: 20px;
  font-weight: bold;
  color: #55432F;
}
.form-history__label-inner {
  position: relative;
}
.form-history__label-icon {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 17px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F6E7D5;
  cursor: text;
}
.form-history__label-box {
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid #F6E7D5;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.form-history__label-box-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 18px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #55432F;
  font-size: 20px;
  color: #fff;
}
.form-history__file {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.form-history__input, .form-history__textarea {
  width: 100%;
  border: 1px solid #F6E7D5;
  border-radius: 10px;
  background-color: #fff;
  color: rgba(85, 67, 47, 0.5);
}
.form-history__input--file, .form-history__textarea--file {
  display: block;
  cursor: pointer;
  z-index: 1;
}
.form-history__input::-webkit-input-placeholder, .form-history__textarea::-webkit-input-placeholder {
  color: rgba(85, 67, 47, 0.5);
  font-family: "Circe-Regular";
  font-size: 20px;
}
.form-history__input:-moz-placeholder, .form-history__textarea:-moz-placeholder {
  color: rgba(85, 67, 47, 0.5);
  font-family: "Circe-Regular";
  font-size: 20px;
}
.form-history__input::-moz-placeholder, .form-history__textarea::-moz-placeholder {
  color: rgba(85, 67, 47, 0.5);
  font-family: "Circe-Regular";
  font-size: 20px;
}
.form-history__input:-ms-input-placeholder, .form-history__textarea:-ms-input-placeholder {
  color: rgba(85, 67, 47, 0.5);
  font-family: "Circe-Regular";
  font-size: 20px;
}
.form-history__input {
  height: 58px;
  padding: 0 47px 0 17px;
}
.form-history__textarea {
  height: 120px;
  padding: 17px 17px;
  resize: vertical;
}
.form-history__submit {
  padding: 25px 41px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #a8b86a 0%, #778643 40%, #778643 60%, #a8b86a 100%);
  font-family: "Circe-Bold";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.form-history__submit:hover {
  background: linear-gradient(135deg, #778643 0%, #a8b86a 40%, #a8b86a 60%, #778643 100%);
}
.form-history__agree {
  width: 34%;
  font-size: 12px;
}
.form-history__agree a {
  color: #55432F;
}
.form-history__agree a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .form-history__row--between {
    flex-direction: column;
    gap: 29px 0;
  }
  .form-history__label--phone, .form-history__label--email, .form-history__label--file {
    width: 100%;
  }
  .form-history__agree {
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .form-history__row--center {
    flex-direction: column;
    align-items: stretch;
    gap: 14px 0;
  }
}
@media only screen and (max-width: 575px) {
  .form-history {
    border-radius: 20px;
    padding: 15px 14px 18px;
  }
  .form-history__row--top-29 {
    margin-top: 21px;
  }
  .form-history__row--top-25 {
    margin-top: 20px;
  }
  .form-history__row--between {
    gap: 21px 0;
  }
  .form-history__label-name {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .form-history__label-box {
    height: 52px;
  }
  .form-history__label-box-text {
    font-size: 16px;
    border-radius: 8px;
    padding: 0 13px;
  }
  .form-history__input::-webkit-input-placeholder, .form-history__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-history__input:-moz-placeholder, .form-history__textarea:-moz-placeholder {
    font-size: 16px;
  }
  .form-history__input::-moz-placeholder, .form-history__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-history__input:-ms-input-placeholder, .form-history__textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-history__input {
    height: 52px;
  }
  .form-history__textarea {
    height: 105px;
  }
  .form-history__submit {
    padding: 22px 22px;
    font-size: 16px;
  }
  .form-history__agree {
    width: 95%;
    font-size: 10px;
    line-height: 1.3;
  }
}