.editor:root {
  --theme-main-color: #2f4858;
  --theme-second-color: #b32519;
  --theme-third-color: #ff6214;
}
.editor .color-picker--theme-main-color {
  background: var(--theme-main-color, #2f4858);
}
.editor .color-picker--theme-second-color {
  background: var(--theme-second-color, #b32519);
}
.editor .color-picker--theme-third-color {
  background: var(--theme-third-color, #ff6214);
}

.color-picker-panel {
  position: absolute;
  width: 150px;
  top: 85%;
  left: 0;
  border-radius: 8px;
  border: 1px solid #cccccc;
  line-height: normal;
  background: #fff;
  padding: 0px 15px 15px;
}
.color-picker-panel .color-picker-panel_row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
}
.color-picker-panel .color-picker-panel_row-title {
  font-size: 14px;
  margin-right: 15px;
}
.color-picker-panel .color-picker-panel_row-value {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.booklet-page {
  width: 842px;
  height: 595px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}
.booklet-page__inner {
  width: 100%;
  height: 100%;
}
.booklet-page .editor-select {
  cursor: pointer;
  width: fit-content;
}

.add-row {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.add-row svg {
  fill: var(--theme-main-color, #2f4858);
}

.remove-row {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 100%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.remove-row svg {
  fill: var(--theme-main-color, #2f4858);
}

.booklet-content {
  width: 100%;
  height: 595px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  border: 5px solid #fff;
}
.preview-content .booklet-page .editor-select {
  white-space: nowrap;
}

.preview-content .booklet-page .editor-select,
.preview-content .booklet-page .editor-input {
  cursor: default;
}

.booklet-main {
  border: 4px solid #fff;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
}
.booklet-main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.booklet-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}
.booklet-main__top {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 384px;
  height: 170px;
  z-index: 6;
  background-image: url(/assets/img/templates/59/preza-19-main-ellipse-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--theme-main-color, #2f4858);
  display: flex;
  justify-content: flex-end;
  padding: 14px 20px;
}
.booklet-main__top [contenteditable] {
  max-width: 315px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--theme-main-color, #2f4858);
}
.booklet-main__top > div {
  max-width: 315px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--theme-main-color, #2f4858);
}
.booklet-main__bottom {
  position: absolute;
  z-index: 6;
  bottom: -1px;
  left: -1px;
  width: 325px;
  height: 136px;
  background-image: url(/assets/img/templates/59/preza-19-main-ellipse-bottom.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 35px 20px 10px;
}
.booklet-main__type {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--theme-second-color, #b32519);
  margin-bottom: 20px;
  max-width: 220px;
  max-height: 50px;
}
.booklet-main__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-main-color, #2f4858);
  cursor: default;
  max-width: 250px;
  max-height: 25px;
}

.booklet-char.char-zem-sale .booklet-char__img {
  right: -170px;
  width: 735px;
  height: 735px;
}
.booklet-char.char-zem-sale .booklet-char__shape {
  width: 560px;
}
.booklet-char.char-zem-sale .booklet-char__content {
  padding-left: 20px;
}
.booklet-char.char-zem-sale .booklet-char__title {
  margin-bottom: 40px;
  padding-left: 20px;
}
.booklet-char.char-zem-sale .booklet-char__list {
  height: 457px;
}
.booklet-char.char-zem-sale .booklet-char__label {
  margin-bottom: 3px;
}
.booklet-char.char-zem-sale .booklet-char__text {
  font-size: 13px;
}
.booklet-char.char-zem-sale .circle-1 {
  top: 7px;
  left: 15px;
}
.booklet-char.char-zem-sale .circle-2 {
  top: 149px;
  left: 220px;
}
.booklet-char.char-zem-sale .circle-3 {
  bottom: 154px;
  left: 165px;
}
.booklet-char.char-zem-rent .booklet-char__img {
  right: -215px;
  width: 735px;
  height: 735px;
}
.booklet-char.char-zem-rent .booklet-char__shape {
  width: 520px;
}
.booklet-char.char-zem-rent .booklet-char__content {
  padding-left: 20px;
}
.booklet-char.char-zem-rent .booklet-char__title {
  margin-bottom: 40px;
  padding-left: 20px;
}
.booklet-char.char-zem-rent .booklet-char__list {
  height: 457px;
}
.booklet-char.char-zem-rent .booklet-char__label {
  margin-bottom: 3px;
}
.booklet-char.char-zem-rent .booklet-char__text {
  font-size: 13px;
}
.booklet-char.char-zem-rent .circle-1 {
  top: 7px;
  left: 15px;
}
.booklet-char.char-zem-rent .circle-2 {
  top: 149px;
  left: 220px;
}
.booklet-char.char-zem-rent .circle-3 {
  bottom: 54px;
  left: 258px;
}
.booklet-char .btn-edit-bg {
  left: 45%;
}
.booklet-char .circle-1 {
  position: absolute;
  top: 7px;
  left: 15px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char .circle-2 {
  position: absolute;
  top: 186px;
  left: 157px;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char .circle-3 {
  position: absolute;
  bottom: 41px;
  left: 258px;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char__img {
  position: absolute;
  width: 770px;
  height: 737px;
  border-radius: 100%;
  right: -159px;
  top: -70px;
  overflow: hidden;
}
.booklet-char__img img {
  position: absolute;
  top: 70px;
  left: 0;
  width: 611px;
  height: 585px;
  object-fit: cover;
}
.booklet-char__shape {
  width: 608px;
  height: 585px;
  float: right;
  shape-outside: circle(50%);
  shape-margin: 20px;
}
.booklet-char__content {
  padding: 25px 0 25px 35px;
}
.booklet-char__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-main-color, #2f4858);
  margin-bottom: 25px;
  padding-left: 5px;
  max-width: 265px;
  max-height: 60px;
}
.booklet-char__list {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booklet-char__item {
  font-size: 20px;
  margin: 10px 0;
  position: relative;
}
.booklet-char__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-char__label {
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
  max-width: 189px;
  max-height: 15px;
}
.booklet-char__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  max-width: 189px;
  max-height: 40px;
}

.booklet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booklet-char-zd .btn-edit-bg {
  left: 55%;
}
.booklet-char-zd .circle-1 {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char-zd .circle-2 {
  position: absolute;
  top: 109px;
  right: 215px;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char-zd .circle-3 {
  position: absolute;
  top: 305px;
  right: 30px;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char-zd .circle-4 {
  position: absolute;
  bottom: 38px;
  right: 260px;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-char-zd__img {
  position: absolute;
  width: 737px;
  height: 737px;
  border-radius: 100%;
  left: -182px;
  top: -70px;
  overflow: hidden;
}
.booklet-char-zd__img img {
  position: absolute;
  right: 0;
  top: 70px;
  width: 555px;
  height: 585px;
  object-fit: cover;
}
.booklet-char-zd__wrap {
  display: flex;
  justify-content: flex-end;
}
.booklet-char-zd__content {
  padding: 25px 0;
  position: relative;
  width: 320px;
  display: block;
  height: 100%;
}
.booklet-char-zd__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-main-color, #2f4858);
  margin-bottom: 25px;
  padding-right: 38px;
  text-align: right;
  max-width: 343px;
  max-height: 50px;
}
.booklet-char-zd__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-char-zd__item {
  font-size: 20px;
  position: relative;
}
.booklet-char-zd__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-char-zd__label {
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
  max-width: 274px;
  max-height: 15px;
}
.booklet-char-zd__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  max-width: 274px;
  max-height: 40px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__title {
  margin-bottom: 89px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__list {
  height: 320px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__item:nth-child(1) {
  margin-left: 40px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__item:nth-child(2) {
  margin-left: 65px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__item:nth-child(3) {
  margin-left: 65px;
}
.booklet-char-zd.char-zd-4 .booklet-char-zd__item:nth-child(4) {
  margin-left: 40px;
}
.booklet-char-zd.char-zd-5 .circle-2 {
  top: 164px;
  right: 159px;
}
.booklet-char-zd.char-zd-5 .circle-3 {
  top: 352px;
  right: 125px;
}
.booklet-char-zd.char-zd-5 .circle-4 {
  bottom: 24px;
  right: 269px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__img {
  left: -198px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__content {
  width: 338px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__title {
  margin-bottom: 54px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__list {
  height: 416px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__item:nth-child(1) {
  margin-left: 25px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__item:nth-child(2) {
  margin-left: 54px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__item:nth-child(3) {
  margin-left: 65px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__item:nth-child(4) {
  margin-left: 43px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__item:nth-child(5) {
  margin-left: 9px;
}
.booklet-char-zd.char-zd-5 .booklet-char-zd__text {
  font-size: 13px;
}
.booklet-char-zd.char-zd-8 .circle-2 {
  top: 137px;
  right: 126px;
}
.booklet-char-zd.char-zd-8 .circle-3 {
  top: 374px;
  right: 40px;
}
.booklet-char-zd.char-zd-8 .circle-4 {
  bottom: 29px;
  right: 103px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__img {
  left: -198px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__content {
  width: 343px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__title {
  margin-bottom: 24px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__list {
  height: 487px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(1) {
  margin-left: 19px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(2) {
  margin-left: 51px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(3) {
  margin-left: 69px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(4) {
  margin-left: 75px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(5) {
  margin-left: 75px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(6) {
  margin-left: 60px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(7) {
  margin-left: 40px;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__item:nth-child(8) {
  margin-left: 0;
}
.booklet-char-zd.char-zd-8 .booklet-char-zd__text {
  font-size: 15px;
}

.booklet-galery {
  border: 3px solid #ffffff;
}
.booklet-galery .circle-1 {
  position: absolute;
  top: 269px;
  left: 17px;
  z-index: 5;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-galery .circle-2 {
  position: absolute;
  bottom: 12px;
  left: 389px;
  z-index: 5;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-galery .ellips-1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 64px;
  height: 144px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-5-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-galery .ellips-2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
  width: 118px;
  height: 42px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-5-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-galery .ellips-3 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 183px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-5-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-galery .ellips-4 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 4;
  width: 251px;
  height: 45px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-5-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-galery .ellips-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 74px;
  height: 44px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-5-center.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-galery__grid {
  display: grid;
  gap: 1px 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.booklet-galery__item {
  position: relative;
  height: 294px;
}
.booklet-galery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.booklet-info {
  border: 3px solid #ffffff;
}
.booklet-info .circle {
  position: absolute;
  top: 24px;
  right: 258px;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-info__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.booklet-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.booklet-info .btn-edit-bg {
  left: 18%;
}
.booklet-info .svg-preloader {
  left: 18%;
}
.booklet-info__content {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 71px;
  width: 630px;
  height: 515px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-6-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 32px 17px 100px 123px;
}
.booklet-info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-main-color, #2f4858);
  margin-bottom: 25px;
  max-width: 350px;
  max-height: 50px;
  text-align: center;
  margin-left: 60px;
}
.booklet-info__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
  max-height: 270px;
  max-width: 464px;
}

.booklet-mansory .ellips-1 {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 4;
  width: 42px;
  height: 63px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-7-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-mansory .ellips-2 {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 4;
  width: 44px;
  height: 48px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-7-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-mansory .ellips-3 {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 4;
  width: 40px;
  height: 53px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-7-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-mansory .ellips-4 {
  position: absolute;
  left: -5px;
  bottom: -5px;
  z-index: 4;
  width: 61px;
  height: 38px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-7-4.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-mansory .ellips-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 49px;
  height: 73px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-7-5.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.booklet-mansory__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  height: 100%;
}
.booklet-mansory__item {
  width: 100%;
  height: 100%;
  position: relative;
}
.booklet-mansory__item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.booklet-mansory__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.booklet-mansory__item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.booklet-mansory__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.booklet-kommunic {
  border: 3px solid #ffffff;
}
.booklet-kommunic .btn-edit-bg {
  left: 75%;
}
.booklet-kommunic .circle-1 {
  position: absolute;
  top: 35px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-kommunic .circle-2 {
  position: absolute;
  top: 275px;
  left: 249px;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-kommunic__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.booklet-kommunic__img img {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.booklet-kommunic__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 352px;
  height: 595px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-8-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 45px 20px 35px;
}
.booklet-kommunic__title {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-main-color, #2f4858);
  max-width: 280px;
  max-height: 50px;
}
.booklet-kommunic__list {
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-kommunic__item {
  position: relative;
  margin: 10px 0;
}
.booklet-kommunic__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-kommunic__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(47, 72, 88, 0.61);
  max-width: 280px;
  max-height: 20px;
}
.booklet-kommunic__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  max-width: 280px;
  max-height: 40px;
}

.booklet-kommunic-com {
  border: 3px solid #ffffff;
}
.booklet-kommunic-com .btn-edit-bg {
  left: 70%;
}
.booklet-kommunic-com .svg-preloader {
  left: 70%;
}
.booklet-kommunic-com .circle-1 {
  position: absolute;
  top: 22px;
  left: 25px;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-kommunic-com .circle-2 {
  position: absolute;
  top: 275px;
  left: 249px;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-kommunic-com__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.booklet-kommunic-com__img img {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.booklet-kommunic-com__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 352px;
  height: 595px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-8-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 45px 20px 35px;
}
.booklet-kommunic-com__title {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-main-color, #2f4858);
  margin-bottom: 38px;
}
.booklet-kommunic-com__list {
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-kommunic-com__item {
  position: relative;
}
.booklet-kommunic-com__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-kommunic-com__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(47, 72, 88, 0.61);
  max-width: 272px;
  max-height: 20px;
}
.booklet-kommunic-com__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  max-width: 272px;
  max-height: 40px;
}

.booklet-infrac .circle {
  position: absolute;
  top: 52px;
  left: 21px;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-infrac__img {
  position: relative;
  width: 100%;
  height: 442px;
}
.booklet-infrac__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(/assets/img/templates/59/preza-19-ellipse-10.svg);
}
.booklet-infrac__content {
  position: relative;
  width: 100%;
  height: 143px;
  padding: 33px 22px 30px 40px;
  display: flex;
  align-items: center;
}
.booklet-infrac__title {
  position: relative;
  flex: 0 1 190px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #434446;
  max-width: 200px;
  max-height: 77px;
}
.booklet-infrac__text {
  flex: auto;
  padding-left: 25px;
  text-align: center;
  max-height: 90px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
}
.booklet-infrac__text .editor-textarea {
  text-align: center;
}

.booklet-map .circle-1 {
  position: absolute;
  top: 48px;
  left: 75px;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-map .circle-2 {
  position: absolute;
  top: 203px;
  right: 198px;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-map__img {
  width: 100%;
  height: 100%;
}
.booklet-map__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-map__content {
  position: absolute;
  top: 18px;
  left: 0;
  width: 404px;
  height: 266px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-11.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 56px 40px 30px 30px;
}
.booklet-map__title {
  position: relative;
  padding-left: 64px;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #434446;
  max-width: 334px;
  max-height: 50px;
}
.booklet-map__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #434446;
  max-width: 334px;
  max-height: 35px;
}
.booklet-map__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #434446;
  max-width: 334px;
  max-height: 68px;
}

.booklet-contacts {
  border: 3px solid #ffffff;
}
.booklet-contacts .btn-edit-bg {
  left: 33%;
}
.booklet-contacts .circle-1 {
  position: absolute;
  top: 35px;
  left: 116px;
  width: 40px;
  height: 40px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-contacts .circle-2 {
  position: absolute;
  top: 183px;
  right: 114px;
  width: 10px;
  height: 10px;
  background: var(--theme-third-color, #ff6214);
  border-radius: 100%;
}
.booklet-contacts__img {
  width: 100%;
  height: 100%;
}
.booklet-contacts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.booklet-contacts__content {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: 359px;
  height: 350px;
  background-image: url(/assets/img/templates/59/preza-19-ellipse-12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 43px 15px 40px 62px;
}
.booklet-contacts__title {
  position: relative;
  padding-left: 73px;
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #434446;
  max-width: 282px;
  max-height: 30px;
}
.booklet-contacts__avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #c4c4c4;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.booklet-contacts__avatar .btn-edit-bg {
  left: 50%;
}
.booklet-contacts__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.booklet-contacts__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #434446;
  padding-left: 15px;
  margin-bottom: 8px;
  max-height: 35px;
}
.booklet-contacts__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #434446;
  padding-left: 15px;
  margin-bottom: 8px;
  max-width: 282px;
  max-height: 20px;
}

.svg-preloader {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.address_result {
  position: absolute;
  top: 100%;
  z-index: 10;
  font-size: 12px;
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0;
}
.address_result li {
  color: #333333;
  background-color: white;
  padding: 5px 15px;
  border: 1px solid gainsboro;
  cursor: pointer;
}

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