.new-editor-wrapper {
  /*{
    color: #212121;
    font-family: 'RobotoRegular', 'Arial';
    width: 100%;
  }*/
}
.new-editor-wrapper table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 16px;
  box-sizing: border-box;
}
.new-editor-wrapper .texttable td,
.new-editor-wrapper .texttable th {
  border: 1px solid #ffffff !important;
  background-color: #eeeeee;
  padding: 8px 16px !important;
}
.new-editor-wrapper .texttable table th {
  background-color: #333333;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.new-editor-wrapper div.element-1 {
  background-color: #db4437 !important;
  padding: 16px 16px 16px 16px !important;
  display: block;
}
.new-editor-wrapper .element-1 p {
  color: #ffffff !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.new-editor-wrapper div.element-2 {
  border-left: 3px solid;
  border-color: #26A59A;
  padding-left: 12px;
}
.new-editor-wrapper .element-2 p {
  color: #333 !important;
  font-size: 16px;
  line-height: 22px !important;
  margin: 0;
  padding: 0;
}
.new-editor-wrapper div.element-3 {
  background-color: #EEEEEE !important;
  padding: 16px 16px 16px 16px !important;
  display: block;
  float: left;
}
.new-editor-wrapper .element-3 p {
  color: #333 !important;
  font-size: 16px;
  line-height: 22px !important;
  margin: 0;
  padding: 0;
}
.new-editor-wrapper ol.element-4 {
  padding-left: 0;
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: item;
  /* Обнуляем счетчик списка */
  float: left;
  margin-top: 20px;
  margin-bottom: 64px;
}
.new-editor-wrapper ol.element-4 li {
  display: block;
  min-height: 80px;
  height: 100%;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  color: #212121 !important;
  font-family: 'RobotoRegular', 'Arial';
  margin-top: 48px;
}
.new-editor-wrapper ol.element-4 li:before {
  content: counter(item) '';
  /* Добавляем к числам скобку */
  counter-increment: item;
  /* Задаём имя счетчика */
  color: #3f51b5;
  font-size: 60px;
  display: inline-block;
  min-height: 45px;
  padding-top: 10px;
  vertical-align: top;
  position: absolute;
  top: 4px;
  left: 0px;
}
.new-editor-wrapper ol.element-4 li h2 {
  margin-bottom: 9px;
}
.new-editor-wrapper .element-5 {
  padding-left: 85px;
}
.new-editor-wrapper .element-5 .yes,
.new-editor-wrapper .element-5 .no {
  float: left;
  position: relative;
}
.new-editor-wrapper .element-5 .yes:before,
.new-editor-wrapper .element-5 .no:before {
  height: 50px;
  padding-top: 5px;
  display: block;
  float: left;
  position: absolute;
  left: -85px;
  width: 85px;
  font-size: 36px;
  color: #9d9d9d;
  font-family: 'RobotoRegular', 'Arial';
}
.new-editor-wrapper .element-5 .yes:before {
  content: 'Да';
}
.new-editor-wrapper .element-5 .no:before {
  content: 'Нет';
}
.new-editor-wrapper .element-5 p {
  color: #333 !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.new-editor-wrapper .graph {
  display: inline-block !important;
  width: 100%;
  padding: 35px 0 !important;
}
.new-editor-wrapper .graph_column {
  background-color: #5c6bc0 !important;
  display: inline-block !important;
  border: 12px solid white !important;
  margin-right: -4px !important;
  vertical-align: bottom !important;
  position: relative;
  box-sizing: border-box;
}
.new-editor-wrapper .graph_column_name {
  width: 100%;
  height: 38px;
  background-color: #eeeeee !important;
  position: absolute;
  bottom: -38px;
  text-align: center;
  color: #1f1f1f !important;
  font-size: 16px !important;
  padding: 6px;
  box-sizing: border-box;
  font-family: 'RobotoRegular', 'Arial' !important;
  word-break: break-all;
}
.new-editor-wrapper .graph_column_value {
  width: 100%;
  height: 38px;
  position: absolute;
  top: -38px;
  text-align: center;
  color: #9d9d9d !important;
  font-size: 16px !important;
  box-sizing: border-box;
  padding-top: 8px;
  font-family: 'RobotoRegular', 'Arial' !important;
}
.new-editor-wrapper .quote-element {
  color: #9d9d9d;
  font-size: 22px !important;
  font-family: 'RobotoRegular', 'Arial' !important;
  font-style: normal !important;
  border: none !important;
  margin-left: 10px !important;
}
.new-editor-wrapper .quote-element:before {
  content: "«";
  margin-left: -35px;
  color: #d9d9d9;
  font-family: 'RobotoRegular', 'Arial' !important;
  font-size: 48px;
  margin-top: -23px;
  position: absolute;
}
.new-editor-wrapper .quote-element:after {
  content: "»";
  margin-left: 4px;
  color: #d9d9d9;
  font-family: 'RobotoRegular', 'Arial' !important;
  font-size: 48px;
  margin-top: -20px !important;
  position: absolute;
}
.new-editor-wrapper .element-6 {
  padding-left: 85px;
  position: relative;
}
.new-editor-wrapper .element-6_text {
  font-size: 16px !important;
}
.new-editor-wrapper .element-6 p {
  color: #333 !important;
  font-size: 16px !important;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}
.new-editor-wrapper .element-6_ava-empty {
  box-sizing: border-box !important;
  width: 72px;
  height: 72px;
  float: left;
  position: absolute;
  left: 0px;
  top: 5px;
}
.new-editor-wrapper .element-6_ava-photo {
  box-sizing: border-box !important;
  width: 72px;
  height: 72px;
  float: left;
  position: absolute;
  left: 0px;
  top: 5px;
  border: none !important;
  background-image: none !important;
}
.new-editor-wrapper .image-block {
  float: left;
  position: relative;
  margin-bottom: 64px;
}
.new-editor-wrapper .image-block .image-block_button-increase {
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 26px;
  right: 16px;
}
.new-editor-wrapper .image-block .image-block_button-increase i {
  color: #ffffff;
  font-size: 32px;
}
.new-editor-wrapper .image-block .image-block_social-butons {
  width: 32px;
  height: 400px;
  position: absolute;
  left: 16px;
  top: 0px;
  display: none;
}
.new-editor-wrapper .image-block .image-block_social-butons--hidden {
  display: none;
}
.new-editor-wrapper .image-block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.new-editor-wrapper .image-block .figcaption {
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #9d9d9d;
  font-family: 'RobotoRegular', 'Arial';
  padding-top: 8px;
  bottom: -32px;
}
.new-editor-wrapper .element-1,
.new-editor-wrapper .element-2,
.new-editor-wrapper .element-3,
.new-editor-wrapper .element-4,
.new-editor-wrapper .element-5,
.new-editor-wrapper .element-6 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  float: none !important;
  display: inline-block !important;
}
.new-editor-wrapper .element-1:first-child,
.new-editor-wrapper .element-2:first-child,
.new-editor-wrapper .element-3:first-child,
.new-editor-wrapper .element-4:first-child,
.new-editor-wrapper .element-5:first-child,
.new-editor-wrapper .element-6:first-child {
  margin-top: 0 !important;
}
.new-editor-wrapper .element-1:last-child,
.new-editor-wrapper .element-2:last-child,
.new-editor-wrapper .element-3:last-child,
.new-editor-wrapper .element-4:last-child,
.new-editor-wrapper .element-5:last-child,
.new-editor-wrapper .element-6:last-child {
  margin-bottom: 0 !important;
}
