.uk-modal-dialog {
  width: max-content !important;
}

.tools {
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.tools-item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tools-item_box {
  cursor: pointer;
}
.tools-item_box.small-icon {
  padding: 7px;
}

.flipbook-container {
  padding: 0 24px;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: 0.3s ease;
  width: max-content;
  margin: 64px auto 0;
}
.flipbook-container:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.flipbook-container .flipbook-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  width: 24px;
}
.flipbook-container .flipbook-arrow:hover {
  background-color: #ccc;
}
.flipbook-container .flipbook-arrow-left {
  left: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.flipbook-container .flipbook-arrow-right {
  right: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.flipbook {
  width: 1092px;
  height: 712px;
}
@media only screen and (min-width: 1025px) and (max-width: 1284px) {
  .flipbook {
    width: 81.659vw;
    height: 54.517vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flipbook {
    width: 75vw;
    height: 97.917vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .flipbook {
    width: 68.533vw;
    height: 89.333vw;
  }
}
.flipbook .page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flipbook .page-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px;
}

/*# sourceMappingURL=turn.css.map */
