.shortcode_hlight {
    background: #e1eacdad;
    padding: 20px 30px 1px;
    border-left: 4px solid #9a9776;
    text-align: justify;
    margin: 20px 0;
    border-radius: 12px;
}
button#btn-Tuvan {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 11px 35px;
  background-image: linear-gradient(to TOP, #701419, #c72b32);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: auto;
  margin-top: 30px;
  /* display: inline-block; */
  margin-bottom: 32px;
  border: 2px solid #dab97d;
  font-size: 22px;
  cursor: pointer;
  animation-name: zoom;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.single .block_quote, .single blockquote {
  display: block;
  background: #fffbf7;
  padding: 3% 8%;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #5e5e5e;
  border: 1px dashed #7b5812;
  position: relative;
  border-radius: 12px;
  text-align: justify;
}

.single .block_quote::before, .single blockquote::before {
  content: "";
  background-image: url(../inc/images/ri_double-quotes-top.svg);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.single  .block_quote::after, .single blockquote::after {
  content: "";
  background-image: url(../inc/images/ri_double-quotes-bottom.svg);
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: top;
  left: inherit;
  background-size: 100%;
}
.shortcode_node {
  border: 1px dashed #7b5812;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: justify;
  padding: 15px;
  padding-left: 2rem;
  background: #fffbf7;
  border-radius: 12px;
}
.shortcode_node p {
  margin-bottom: 0px !important;
}
.shortcode_node li {
  padding: 7px 0px;
  margin-bottom: 0 !important;
}
.hiden_image_content {
  position: relative;
}

.hiden_image_content_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #6f6767;
  opacity: 1;
  z-index: 9;
}
.db-st-mc img {
  width: 45px;
  margin: 0 10px;
}
.hiden_image_content_overlay_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  text-align: center;
}

.hide_img_text_noti {
  text-align: center;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.button_hide_img {
  background: #fff;
  color: #000;
  padding: 8px 19px;
  line-height: 50px;
  border-radius: 5px;
  cursor: pointer;
}

.hiden_this_items_img {
  display: none;
}
.button_hide_img_mc {
  background: #fff;
  color: #000;
  padding: 8px 19px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  max-width: 122px;
  display: none;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 600px) {
  div#CHANGEME-results-container {
    column-count: 1;
    column-gap: 30px;
    padding-bottom: 70px;
  }
  .block_quote::before {
    top: 5px;
    left: 5px;
  }
  .block_quote::after {
    bottom: 5px;
    right: 5px;
  }
}
.shortcode_node ul {
  /* padding-left: 0px; */
}
