@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Smythe";
  src: url("fonts/Smythe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

span.clickable {
  color: blue;
}
span.clickable:hover {
  text-decoration: underline;
  cursor: pointer;
}

.related-posts {
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.related-posts h4 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
  color: #111;
}
.related-posts img {
  width: 100%;
  height: auto;
}
.related-posts ul {
  padding-left: 0;
}

.related-posts li a {
  display: block;
  text-decoration: none;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #111;
}
.related-posts li a:hover {
  text-decoration: underline;
}
.related-posts li span {
  font-size: 14px;
  padding: 10px 0 15px 30px;
  position: relative;
  display: block;
  line-height: 14px;
}

.related-posts .btn-prev,
.related-posts .btn-next {
  display: none;
}

.respond {
  margin-bottom: 50px;
}
.comments-headline {
  position: relative;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}
.comments-counter {
  position: absolute;
  top: -15px;
  right: -40px;
  height: 28px;
  width: 38px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAbCAMAAADF2xaWAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURQAAAFCeRlCeRlCeRlCeRlCeRlCeRiGpniIAAAAGdFJOUwC8K5PlV+XxD+wAAABISURBVCjP7dLBDQAgCEPRAtL9R1Y8aWLqAvwjeSEcgBtV5tBgEfBXixZS/H8MYUc1G+cgcJcFHCLbW0VOhgQIpgbQJ9SdTzAB5eUP5LIROIoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
}
#content h3.comment-reply-title {
  height: 65px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 300;
  font-family: inherit;
  color: #c0bdbf;
  padding: 0.8em;
}
#content h3.comment-reply-title:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.comment-form {
  background: #f8fafc;
  padding: 20px;
  display: none;
  border: 1px solid #dedfe1;
}
.comment-form input {
  display: block;
  outline: none;
  margin-bottom: 20px;
  padding: 0.4em 0.8em;
  font-size: 14px;
}
.comment-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form input::-moz-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form input::placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form textarea {
  width: 100%;
  display: block;
  outline: none;
  padding: 0.4em 0.8em;
  margin-bottom: 20px;
  font-size: 14px;
}
.comment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form textarea::placeholder {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-submit input {
  display: inline-block;
  outline: none;
  border: none;
  background: #509e46;
  padding: 0.7em 1.3em;
  font-size: 16px;
  color: #fff;
}
.form-submit input:hover {
  cursor: pointer;
  background: #5eb952;
}

.comment {
  margin-top: 10px;
  margin-left: 5px;
  position: relative;
}
.comment.depth-1 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.commentlist-item .commentlist-item {
  padding-left: 40px;
}
.comment-author {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #000;
  max-width: 70%;
}
.comment .meta {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  font-size: 8px;
}
.comment .meta a {
  color: #4c4b4b;
}
.comment p {
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-weight: 300;
}

.reply {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  text-decoration: underline;
  text-align: right;
}
.reply a {
  color: #509e46;
}

.submenu-tag-post ul li a {
  text-decoration: none;
  color: #509e46;
  border-bottom: 1px solid #509e46;
}
.submenu-tag-post ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0 !important;
}
.submenu-tag-post ul li {
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid #a6a6a6;
  border-style: inset;
}
.submenu-tag-post ul li:before {
  display: none;
}

.date-public {
  margin: 25px 0px;
  font-weight: 600;
  color: #000;
}

.social-share {
  display: none;
  justify-content: flex-end;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #509e46;
}

.social-share .btn-a-tvit img {
  height: 18px;
  margin-left: 5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none;
}

.social-share a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 5px;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
.header-social.social-share a {
  color: #fff;
}

.content-nav ul {
  transform: scaleY(0);
  transform-origin: left top;
  height: 0;
  transition: all 0.3s ease;
}
.content-nav.opened ul {
  height: 100%;
  transform: scaleY(1);
}
.content-nav ul ul {
  margin-bottom: 0 !important;
}
.content-nav a {
  text-decoration: none !important;
}
.content-nav a:not(.opener):hover {
  text-decoration: underline !important;
}
.content-nav .opener {
  display: block;
  font-family: "Oswald", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #a03caf !important;
  margin-bottom: 25px;
  margin-left: 10px;
  text-decoration: none !important;
}
.content-nav .opener:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 8px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAMAAADNjy/UAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAP///////////////////////////////+tNPsIAAAAIdFJOUwDQX/AwohGAPX5qBAAAAF5JREFUGNN10FsSQBEIAFA9tf8VK3fuTJE+mBxCY6QQGI9AM3mK2eyEKciwFwA3PkV9FTRG4ltIfY6zWkj+3btuK59JfTbmZLZS0iiB59+5KZ6ujmdfnZP9BWh7GrYACKMC3XCxVrkAAAAASUVORK5CYII=)
    #80b043 no-repeat center 30%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 12px;
  transition: transform 0.3s ease;
  transform: scale(-1);
}
.content-nav .opener:hover:before {
  border-color: #d2edc9;
  width: 56px;
  height: 56px;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: 4px;
  background-position-y: 45%;
}
.content-nav.opened .opener:before {
  background-position-y: 46%;
  transform: scale(-1) rotate(180deg);
}
.content .quote-content p {
  margin-bottom: 0px;
}

.content .quote-content:before {
  content: url(https://leaf.expert/wp-content/uploads/2019/07/quote1-03.png);
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
.content .quote-content p:before {
  content: "";
  min-width: 250px;

  height: 2px;
  background: #c2c2c2;
  display: block;
  position: absolute;
  width: calc(90% - 10px);
  left: 10%;
}

.content .quote-content p:after {
  content: "";
  min-width: 250px;
  width: calc(90% - 10px);
  height: 2px;
  background: #c2c2c2;
  display: block;
  position: absolute;
  right: 10%;
}
@media (min-width: 768px) {
  .content .quote-content p:before {
    width: 700px;
    left: calc((100% - 750px) / 2 + 35px);
  }
  .content .quote-content p:after {
    width: 700px;
    right: calc((100% - 750px) / 2 + 35px);
  }
}
@media (min-width: 992px) {
  .content .quote-content p:before {
    width: 920px;
    left: calc((100% - 970px) / 2 + 35px);
  }
  .content .quote-content p:after {
    width: 920px;
    right: calc((100% - 970px) / 2 + 35px);
  }
}
@media (min-width: 1200px) {
  .content .quote-content p:before {
    width: 970px;
    left: calc((100% - 1020px) / 2 + 35px);
  }
  .content .quote-content p:after {
    width: 970px;
    right: calc((100% - 1020px) / 2 + 35px);
  }
}
.content .quote-content:after {
  content: url(https://leaf.expert/wp-content/uploads/2019/07/quote1-03.png);
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  position: relative;
  float: right;
  display: inline-block;
  transform: rotate(180deg);
}
.content .quote-content {
  margin-bottom: 40px;
}
.quote-top {
  position: relative;
}
.quote-top:after {
  content: "";
  min-width: 250px;
  width: 90%;
  height: 2px;
  background: #c2c2c2;
  display: block;
  position: absolute;

  left: 10%;
}
.quote-top img,
.quote-bottom img {
  border: none;
  margin-top: 3px;
  margin-bottom: 3px;
}
.image_quote {
  border: none;
  margin: 0px;
}
.quote-bottom {
  position: relative;
  text-align: right;
}
.quote-bottom:before {
  content: "";
  min-width: 250px;
  width: 90%;
  height: 2px;
  background: #c2c2c2;
  display: block;
  position: absolute;

  right: 10%;
}
.quote-bottom img {
  transform: rotate(180deg);
}

.myA,
.myQ {
  font-size: 28px;
  color: #509e46;
  font-weight: bold;
}
.g_q {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.g_a {
}
span.g_q:before {
  content: "Q:";
  font-size: 28px;
  color: #509e46;
  font-weight: bold;
}

span.g_a:before {
  content: "A:";
  font-size: 28px;
  color: #509e46;
  font-weight: bold;
}

.g_qa {
  margin-bottom: 35px;
}

.g_summary_wrap {
  background: #509e46;
  color: #fff;
  padding: 20px 10px 15px;

  font-weight: 300;
  line-height: 1.2;
}
.g_summary_title {
  text-align: center;
  text-decoration: underline;
  padding-bottom: 15px;
}

.content ul.g_pros li:before {
  content: "+";
  color: #509e46;
  border: 1px solid #509e46;
  background: transparent;
  line-height: 8px;
  font-weight: 400;
  font-size: 15px;
}
.content ul.g_cons li:before {
  content: "-";
  color: #ad1a1a;
  border: 1px solid #ad1a1a;
  background: transparent;
  line-height: 2px;
  font-weight: 400;
  font-size: 26px;
}

.b-table,
.b-table p,
.b-table li,
.b-table td {
  font-weight: 300;
  font-size: 14px;
}
.b-table table {
  text-align: center;
  margin-bottom: 35px;
  max-width: 100%;
}
.bb2-table {
  border-spacing: 0;
  width: 100%;
  border-top: 10px solid #222;
  border-collapse: unset;
}
.bb2-table p {
  margin-bottom: 0;
}
.bb2-table__tbody-row {
  border-left: 1px solid #dcdcdc;
}
.bb2-table__tbody-row td {
  border-left: 0px;
}
.b-table tr:first-child {
  background: #509e46;
}
table.bb2-table tr:first-child {
  background: #ffffff;
}
.content .bb2-table__column-image {
  text-align: center;
  margin: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  width: 15%;
  border-right: none;
  vertical-align: middle;
  padding: 5px 0px;
  height: 150px;
}
.content .bb2-table__image {
  max-height: 150px;
  margin: 0px;
  max-width: 70%;
}
.bb2-table__column-product {
  border-bottom: 1px solid #dcdcdc;
  width: 23%;
  padding: 0 5px;
  border-right: none;
  border-left: none;
  vertical-align: middle;
}
.bb2-table__link-label {
  color: #fff;
  margin: 5px 0 5px;
  position: relative;
  text-transform: uppercase;
  background: #f47555;
  border: 2px solid #f47555;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 4px 4px;
  max-width: max-content;
  clear: both;
  font-size: 12px;
  word-break: keep-all;
  line-height: 1;
}
.bb2-table__link-label::after {
  content: "" !important;
  position: absolute;
  display: block;
  border: 12px solid;
  border-color: #f47555 transparent #f47555 transparent;
  right: -14px;
  top: -2px;
}
.bb2-table__link-label:empty {
  display: none;
}
.bb2-table__column-title {
  text-align: left;

  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 8px 0;
  display: block;
  line-height: 1.2;
  background: -webkit-linear-gradient(#1c8ad1, #0f537e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bb2-table__column-features {
  width: 35%;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  border-right: none;
  padding: 0 5px;
  vertical-align: middle;
}
.bb2-features-item-mobile-container {
  padding: 0 0;
}
.bb2-table__features-item-mobile {
  list-style-type: disc;
  line-height: 20px;

  padding: 0 0 0 25px;
  margin: 0px;
  color: #1c8ad1;
  font-size: 20px;
  text-align: left;
  list-style-type: disc;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}
.bb2-table__features-item-mobile li {
  text-align: left;
  margin: 4px 0 4px 0px;
  line-height: 20px;
  padding-left: 0px;
}
.content .bb2-table__features-item-mobile li:before {
  background: none;
  border: none;
}
.bb2-table__features-item-mobile span {
  color: #484848;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}
.bb2-table__column-button {
  border-top: 0px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30% !important;
  vertical-align: middle;
  padding: 0 10px 0 5px;
  text-align: center;
  border-left: none;
}
span.bb2-table__button {
  display: block;
  background-color: #dd3333;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 4px;
  padding: 10px 12px;
  width: auto;
  max-width: 200px;
  margin: auto auto;
  text-align: center;
  transition: 0.2s linear;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
}
.bb2-table__button:hover {
  background-color: #a50a0e !important;
  cursor: pointer;
}

.mymhetod {
  margin-bottom: 25px;
  padding: 10px;
  border-top: 5px solid #509e46;
  border-bottom: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  background: #f8fafc;
}
.g_accord_soderzh10 img {
  margin-top: 0px;
}
.g_ingredients_h,
.g_equipment_h,
.g_preparation_h {
  font-weight: bold;
  font-size: 1.4rem;
}
.mymhetod > p {
  text-align: center;
}
.steps-preparation span {
  font-weight: bold;
}
.steps-preparation p {
  margin-bottom: 20px;
}

/* таблица 1 */
#miyazaki {
  margin: 0 auto;
  border-collapse: collapse;
  font-weight: 100;
  background: #fff;
  color: #509e46;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
}
#miyazaki caption {
  font-size: 2rem;
  color: #000;
  margin: 1rem;
}
#miyazaki thead th {
  font-weight: 600;
}
#miyazaki thead th,
#miyazaki tbody td {
  padding: 0.8rem;
  font-size: 14px;
}
#miyazaki tbody td {
  padding: 0.8rem;
  font-size: 14px;
  color: #000;
  background: #fff;
}
#miyazaki tbody tr:not(:last-child) {
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd;
}
.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none;
}
.tablepress td {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.tablepress .even td {
  background-color: #fff;
}
.tablepress td div.clickable {
  color: blue;
}
.tablepress .clickable img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.plus-minus {
  margin-bottom: 35px;
}
.plus-minus-two,
.plus-minus-one {
  border: 1px solid #a6a6a6;
  font-size: 14px;
}
.plus-minus-two,
.plus-minus-one td {
  font-size: 14px;
}
.plus-minus table tr:first-child td {
  color: #fff;
}
.content .g_pros_cons tr:first-child td {
  text-align: center;
}

.g_company_flex {
  display: flex;
  align-items: center;
}
.g_company_img {
  width: 31px;
  margin-right: 10px;
}
.g_company_text {
  font-weight: bold;
}
.g_company_contacts thead th {
  text-align: center;
  color: #fff;
  background: #509e46 !important;
  border: 1px solid #a6a6a6;
  font-size: 14px;
}
.g_company_contacts {
  width: 100%;
  border-collapse: collapse;
}
.g_company_contacts tbody tr {
  background-color: #fff !important;
  border: 1px solid #a6a6a6;
}
.g_company_contacts tbody td {
  border: 1px solid #a6a6a6;
  vertical-align: middle;
  font-size: 14px;
  word-break: break-all;
}
.g_company_img img {
  border: none !important;
  margin: 0px !important;
}

.wpcr3_button_1 {
  border-color: #5c9f42;
  background: #77bc1f;
  color: #fefefe;
  font-size: 22px;
  min-width: 400px;
  min-height: 70px;
  padding: 23px 20px 17px;
}

.lightbox-opened img {
  max-width: 100%;
  margin: auto;
}

.lightbox-opened {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;

  display: flex;
  align-items: center;

  &:before {
    background-color: #333;
    background-color: rgba(#333, 0.9);
    color: #eee;
    content: "x";
    font-family: sans-serif;
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
  }
}

.no-scroll {
  overflow: hidden;
}
