.editor:root {
  --theme-main-color: #9e0309;
  --theme-second-color: #000;
}
.editor .color-picker--theme-main-color {
  background: var(--theme-main-color, #9e0309);
}
.editor .color-picker--theme-second-color {
  background: var(--theme-second-color, #000);
}

.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: #f2f2f2;
}
.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, #9e0309);
}

.remove-row {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 100%;
  top: 50%;
  -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, #9e0309);
}

.booklet-content {
  width: 100%;
  height: 595px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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 {
  padding: 20px 30px 7px;
}
.booklet-main__header {
  display: flex;
  justify-content: flex-end;
  height: 102px;
  margin-bottom: 26px;
}
.booklet-main__title {
  max-width: 458px;
  text-align: right;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
}
.booklet-main__title .editor-textarea {
  height: 110px;
  text-align: right;
}
.booklet-main__img {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 6px;
}
.booklet-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-main__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booklet-main__type {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: var(--theme-main-color, #9e0309);
  margin-left: 15px;
  max-width: 300px;
  max-height: 35px;
}
.booklet-main__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #010217;
  margin-right: 15px;
  max-width: 300px;
  max-height: 35px;
}

.booklet-char {
  padding-right: 30px;
}
.booklet-char__wrap {
  display: flex;
  justify-content: space-between;
}
.booklet-char__img {
  flex: 0 0 530px;
  padding: 30px 0 11px 30px;
  position: relative;
}
.booklet-char__img img {
  width: 500px;
  height: 511px;
  object-fit: cover;
  margin-bottom: 8px;
}
.booklet-char__title {
  margin-left: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
  max-width: 490px;
  max-height: 40px;
}
.booklet-char__list {
  flex: 1 1 auto;
  padding: 30px 15px 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-char__item {
  position: relative;
}
.booklet-char__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-char__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}
.booklet-char__label[contenteditable] {
  max-width: 249px;
  max-height: 18px;
}
.booklet-char__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(1, 2, 23);
}
.booklet-char__text[contenteditable] {
  max-width: 249px;
  max-height: 45px;
}
.booklet-char.char-zem-sale .booklet-char__img {
  flex: 0 0 500px;
}
.booklet-char.char-zem-sale .editor-select {
  white-space: normal;
}
.booklet-char.char-zem-rent .booklet-char__img {
  flex: 0 0 500px;
}
.booklet-char.char-zem-rent .booklet-char__list {
  padding-bottom: 40px;
}

.booklet-img {
  padding: 40px 30px 39px;
  position: relative;
}
.booklet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booklet-char-zd {
  padding: 10px 30px 25px;
}
.booklet-char-zd__wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.booklet-char-zd__content {
  flex: 1 1 auto;
  position: relative;
}
.booklet-char-zd__list {
  padding: 30px 15px 17px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-char-zd__item {
  position: relative;
}
.booklet-char-zd__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-char-zd__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}
.booklet-char-zd__label[contenteditable] {
  max-width: 262px;
  max-height: 18px;
}
.booklet-char-zd__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(1, 2, 23);
}
.booklet-char-zd__text[contenteditable] {
  max-width: 262px;
  max-height: 45px;
}
.booklet-char-zd__bottom {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 10;
  width: 411px;
  height: 280px;
  border: 10px solid #f2f2f2;
}
.booklet-char-zd__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-char-zd__right {
  flex: 0 0 490px;
  height: 100%;
}
.booklet-char-zd__img {
  width: 100%;
  height: 516px;
  position: relative;
}
.booklet-char-zd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-char-zd__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
  text-align: right;
  max-width: 490px;
  max-height: 40px;
}
.booklet-char-zd.char-zd-city .booklet-char-zd__bottom {
  height: 235px;
}
.booklet-char-zd.char-zd-city .booklet-char-zd__list {
  height: 335px;
}
.booklet-char-zd.char-zd-komm .booklet-char-zd__right {
  flex: 0 0 440px;
}
.booklet-char-zd.char-zd-komm .booklet-char-zd__bottom {
  display: none;
}
.booklet-char-zd.char-zd-komm .booklet-char-zd__list {
  height: 100%;
}
.booklet-char-zd.char-zd-sklad .booklet-char-zd__right {
  flex: 0 0 440px;
}
.booklet-char-zd.char-zd-sklad .booklet-char-zd__bottom {
  height: 220px;
}
.booklet-char-zd.char-zd-sklad .booklet-char-zd__list {
  height: 350px;
}
.booklet-char-zd.char-zd-sklad .editor-select {
  white-space: normal;
  padding-right: 5px;
}

.booklet-kommunic {
  padding: 10px 30px 25px;
}
.booklet-kommunic__wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.booklet-kommunic__content {
  flex: 1 1 auto;
  position: relative;
}
.booklet-kommunic__list {
  padding: 30px 15px 17px;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-kommunic__item {
  position: relative;
}
.booklet-kommunic__item:hover .remove-row {
  opacity: 1;
  visibility: visible;
}
.booklet-kommunic__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}
.booklet-kommunic__label[contenteditable] {
  max-width: 273px;
  max-height: 18px;
}
.booklet-kommunic__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(1, 2, 23);
}
.booklet-kommunic__text[contenteditable] {
  max-width: 273px;
  max-height: 45px;
}
.booklet-kommunic__bottom {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 10;
  width: 411px;
  height: 235px;
  border: 10px solid #f2f2f2;
}
.booklet-kommunic__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-kommunic__left {
  flex: 0 0 490px;
  height: 100%;
}
.booklet-kommunic__img {
  width: 100%;
  height: 516px;
  position: relative;
}
.booklet-kommunic__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-kommunic__title {
  margin-right: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
  text-align: left;
  max-width: 486px;
  max-height: 40px;
}
.booklet-kommunic.kommunic-comm .booklet-kommunic__list {
  height: 100%;
}
.booklet-kommunic.kommunic-comm .booklet-kommunic__bottom {
  display: none;
}

.booklet-galery {
  padding: 40px 30px;
}
.booklet-galery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.booklet-galery__item {
  position: relative;
}
.booklet-galery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booklet-info {
  padding: 30px 30px 11px;
}
.booklet-info__content {
  display: flex;
  justify-content: space-between;
}
.booklet-info__img {
  flex: 0 0 391px;
  height: 511px;
  position: relative;
}
.booklet-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-info__text {
  flex: 1 1 auto;
  padding: 12px 0 0 24px;
  max-height: 511px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.booklet-info__title {
  margin-top: 10px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
}
.booklet-info__title[contenteditable] {
  max-width: 782px;
  max-height: 40px;
}

.booklet-mansory {
  padding: 40px 30px;
}
.booklet-mansory__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
.booklet-mansory__item {
  position: relative;
}
.booklet-mansory__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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-infrac {
  padding: 10px 30px 40px;
}
.booklet-infrac__wrap {
  display: flex;
  justify-content: space-between;
}
.booklet-infrac__content {
  flex: 1 1 auto;
  padding-right: 10px;
  padding-top: 30px;
  height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-infrac__text {
  height: 240px;
  overflow: hidden;
}
.booklet-infrac__left-img {
  height: 257px;
  position: relative;
}
.booklet-infrac__left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-infrac__right {
  flex: 0 0 386px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-infrac__title {
  text-align: right;
  padding-right: 9px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #010217;
}
.booklet-infrac__title[contenteditable] {
  max-width: 386px;
  max-height: 40px;
}
.booklet-infrac__img {
  height: 499px;
  position: relative;
}
.booklet-infrac__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booklet-map {
  padding: 40px 30px;
}
.booklet-map__wrap {
  display: flex;
  justify-content: space-between;
  height: 515px;
}
.booklet-map__img {
  flex: 0 0 390px;
  height: 515px;
  position: relative;
}
.booklet-map__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booklet-map__content {
  flex: 1 1 auto;
  padding: 20px 38px 16px;
  height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booklet-map__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 108%;
  color: #010217;
  margin-bottom: 27px;
}
.booklet-map__title[contenteditable] {
  max-width: 316px;
  max-height: 26px;
}
.booklet-map__text {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 152%;
  display: flex;
  align-items: center;
  color: #464646;
}
.booklet-map__text [contenteditable] {
  min-width: 100%;
  max-width: 316px;
  max-height: 92px;
}

.booklet-contacts {
  height: 270px;
}
.booklet-contacts__avatar {
  width: 73px;
  height: 73px;
  position: relative;
  background: #c4c4c4;
  border-radius: 100%;
  margin-bottom: 26px;
}
.booklet-contacts__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.booklet-contacts__name {
  font-weight: 600;
  font-size: 18;
  line-height: 22px;
  color: #010217;
  margin-bottom: 18px;
  max-height: 25px;
}
.booklet-contacts__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2f4858;
  margin-bottom: 15px;
}
.booklet-contacts__text:last-child {
  margin-bottom: 0;
}
.booklet-contacts__text[contenteditable] {
  max-width: 316px;
  max-height: 20px;
}
.booklet-contacts__text[contenteditable].booklet-contacts__about {
  max-width: 316px;
  max-height: 40px;
}

.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 */
