@charset "UTF-8";
.lh-post-single {
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  padding: 40px 0;
}
@media screen and (max-width: 449px) {
  .lh-post-single .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.lh-post-single .lh-post-single-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-content {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1200px) {
  .lh-post-single .lh-post-single-content-flex {
    display: flex;
  }
}
@media print {
  .lh-post-single .lh-post-single-content-flex {
    display: flex;
  }
}
@media all and (min-width: 1200px) {
  .lh-post-single .lh-post-single-content-left {
    flex: 1 0 880px;
    max-width: 880px;
    position: relative;
    padding-right: 20px;
  }
}
@media print {
  .lh-post-single .lh-post-single-content-left {
    flex: 1 0 880px;
    max-width: 880px;
    position: relative;
    padding-right: 20px;
  }
}
.lh-post-single .lh-post-single-content-right {
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .lh-post-single .lh-post-single-content-right {
    display: none;
  }
}
.lh-post-single .button {
  padding: 15px 36px;
  background: #FF6C1C;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.lh-post-single .button:hover {
  color: #ffffff;
  background-color: #E8400E;
}
.lh-post-single .button:active {
  background-color: #B52B02;
}
.lh-post-single .button[disabled] {
  background-color: #CBCCD1;
}
.lh-post-single .button.button-white {
  background: #ffffff;
  color: #202327;
}
.lh-post-single .button.button-white:hover {
  background: #F4F5F6;
  color: #8AB72B;
}
.lh-post-single .button.button-white:active {
  background-color: #EDF6D1;
  color: #202327;
}
.lh-post-single .button.button-white[disabled] {
  background-color: #CBCCD1;
  color: #202327;
}
.lh-post-single .lh-breadcrumbs {
  margin: 0 0 40px 0;
  color: #CBCCD1;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs {
    margin-bottom: 10px;
  }
}
.lh-post-single .lh-breadcrumbs li {
  display: inline-block;
}
.lh-post-single .lh-breadcrumbs li:after {
  content: "›";
  display: inline-block;
  transform: scale(1.1);
  padding: 0 6px 6px 0;
}
.lh-post-single .lh-breadcrumbs li:last-child:after {
  display: none;
}
.lh-post-single .lh-breadcrumbs .item {
  display: inline-block;
  color: #CBCCD1;
  padding: 0 6px 6px 0;
}
.lh-post-single .lh-breadcrumbs a {
  text-decoration: none;
}
.lh-post-single .lh-breadcrumbs a:hover {
  color: #8AB72B;
}
.lh-post-single .date-views-wrap {
  color: #A9ACB4;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-post-single .date-views-wrap {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .date-views-wrap {
    margin-bottom: 30px;
  }
}
.lh-post-single .date-views-wrap .post-date, .lh-post-single .date-views-wrap .post-views-count {
  display: inline-block;
}
.lh-post-single .date-views-wrap .post-views-count {
  margin-left: 0.3em;
}
.lh-post-single .date-views-wrap .post-views-count:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icons/eye.svg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 0.1em;
}
.lh-post-single .lh-blog-fact {
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact {
    margin-bottom: 20px;
  }
}
.lh-post-single .lh-blog-fact .fact-box {
  padding: 30px;
  background-color: #F4F5F6;
  border-radius: 15px;
  margin-bottom: 20px;
}
.lh-post-single .lh-blog-fact .fact-title {
  font-weight: 700;
}
.lh-post-single .lh-blog-fact .fact-source {
  font-size: 16px;
  color: #CBCCD1;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact .fact-source {
    font-size: 14px;
  }
}
.lh-post-single .lh-blog-fact.green .fact-box {
  color: #8AB72B;
  background-color: #F7FBEA;
}
.lh-post-single .lh-blog-fact.green .fact-content {
  font-weight: 600;
}
.lh-post-single .lh-blog-fact p {
  margin: 18px 0;
}
.lh-post-single .lh-blog-quote {
  border-radius: 15px;
  background-color: #F7FBEA;
  color: #202327;
  padding: 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin: 80px 0 80px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-quote {
    font-size: 18px;
    line-height: 1.35;
  }
}
.lh-post-single .lh-blog-quote:before {
  content: "“";
  display: block;
  margin-bottom: 14px;
  color: #8AB72B;
  font-size: 60px;
  line-height: 8px;
  font-weight: 700;
  margin-top: 10px;
}
.lh-post-single .lh-blog-quote .quote-content {
  margin-bottom: 4px;
}
.lh-post-single .lh-blog-quote .quote-author {
  color: #8AB72B;
}
.lh-post-single .lh-blog-quote a:hover {
  color: #3F8C00;
}
.lh-post-single .lh-blog-quote cite {
  font-style: normal;
}
.lh-post-single .lh-blog-description {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-blog-description {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single .lh-single-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: url("../images/common/no-img.png") 50% 50% no-repeat #CBCCD1;
  aspect-ratio: 2/1;
  margin: 0 0 40px 0;
}
.lh-post-single .lh-single-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap {
    margin-bottom: 20px;
  }
}
.lh-post-single .author-wrap .author-thumbnail-wrap {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #DFDFE1;
  margin-right: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-thumbnail-wrap {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.lh-post-single .author-wrap .author-thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .author-wrap .author-content-wrap {
  flex-grow: 1;
}
.lh-post-single .author-wrap .author-name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-name {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-name {
    margin-bottom: 4px;
  }
}
.lh-post-single .author-wrap .author-description {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-description {
    font-weight: 500;
  }
}
.lh-post-single .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lh-post-single .gallery br {
  display: none;
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery {
    gap: 10px;
  }
}
.lh-post-single .gallery .gallery-item {
  flex: 1 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: url("../images/common/no-img.png") 50% 50% no-repeat #F4F5F6;
  background-size: 64px 50px;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery .gallery-item {
    border-radius: 10px;
    background-size: 48px 38px;
  }
}
.lh-post-single .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .gallery.gallery-columns-2 .gallery-item {
  flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-2 .gallery-item {
    flex-basis: calc(50% - 5px);
  }
}
.lh-post-single .gallery.gallery-columns-3 .gallery-item {
  flex-basis: calc(33% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-3 .gallery-item {
    flex-basis: calc(33% - 5px);
  }
}
.lh-post-single .gallery.gallery-columns-4 .gallery-item {
  flex-basis: calc(25% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-4 .gallery-item {
    flex-basis: calc(25% - 5px);
  }
}
.lh-post-single .lh-post-single-banner-subscribe {
  border-radius: 15px;
  overflow: hidden;
  align-items: stretch;
  color: #ffffff;
  background-color: #9CA35F;
  margin-bottom: 80px;
}
@media all and (min-width: 640px) {
  .lh-post-single .lh-post-single-banner-subscribe {
    display: flex;
  }
}
@media print {
  .lh-post-single .lh-post-single-banner-subscribe {
    display: flex;
  }
}
.lh-post-single .lh-post-single-banner-subscribe .banner-left-content {
  padding: 26px 0 28px 63px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 640px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-left-content {
    flex: 1 0 50%;
  }
}
@media print {
  .lh-post-single .lh-post-single-banner-subscribe .banner-left-content {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 639px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-left-content {
    padding: 20px;
  }
}
.lh-post-single .lh-post-single-banner-subscribe .banner-title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-tags {
  font-size: 12.6px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 20px;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-tags .tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #FF6C1C;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-content {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-button-wrap {
  margin-bottom: 24px;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-button-wrap .button {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  padding: 10px 16px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-button-wrap .button {
    display: block;
    width: 100%;
  }
}
.lh-post-single .lh-post-single-banner-subscribe .banner-right-image {
  position: relative;
}
@media all and (min-width: 640px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image {
    flex: 1 0 50%;
  }
}
@media print {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 639px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image {
    height: 260px;
  }
}
.lh-post-single .lh-post-single-banner-subscribe .banner-right-image img {
  position: absolute;
  width: 140%;
  height: 154%;
  top: -40%;
  right: -34%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image img {
    width: 146%;
    height: 160%;
    top: -44%;
    right: -33%;
  }
}
@media screen and (max-width: 959px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image img {
    width: 191%;
    height: 191%;
    top: -55%;
    right: -69%;
  }
}
@media screen and (max-width: 639px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-right-image img {
    width: 180%;
    height: 150%;
    top: -35%;
    right: 46%;
    transform: translateX(50%);
  }
}
.lh-post-single .lh-post-single-common-questions {
  margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions {
    margin-bottom: 50px;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-handle {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .common-questions-handle {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-meta {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #CBCCD1;
  margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .common-questions-meta {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-list {
  margin-bottom: 40px;
}
.lh-post-single .lh-post-single-common-questions .common-questions-section.opened .section-title {
  background-color: #EDF6D1;
}
.lh-post-single .lh-post-single-common-questions .common-questions-section.opened .section-title:after {
  transform: rotate(-180deg);
}
.lh-post-single .lh-post-single-common-questions .section-title {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  padding: 15px 70px 15px 50px;
  border-radius: 12px;
  background-color: #F4F5F6;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-post-single-common-questions .section-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single .lh-post-single-common-questions .section-title:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  right: 28px;
  -webkit-mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
          mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
  background-color: #202327;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.2s ease-in-out;
}
.lh-post-single .lh-post-single-common-questions .common-questions-item {
  padding: 25px 50px 25px 50px;
  background-color: #F9FAFA;
  border-radius: 12px;
  margin-bottom: 14px;
}
.lh-post-single .lh-post-single-common-questions .item-question {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-post-single-common-questions .item-question {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single .right-subscribe-block {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 10px;
  right: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F4F5F6;
}
.lh-post-single .right-subscribe-block .thumbnail-wrap {
  height: 240px;
  position: relative;
  background-color: #CBCCD1;
}
.lh-post-single .right-subscribe-block .thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .right-subscribe-block .tags {
  position: absolute;
  bottom: 11px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  text-align: left;
}
.lh-post-single .right-subscribe-block .tags .tag {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 9px;
  border-radius: 5px;
  background-color: #FF6C1C;
  color: #ffffff;
  font-size: 12px;
}
.lh-post-single .right-subscribe-block .block-content-wrap {
  padding: 22px 18px 30px 18px;
}
.lh-post-single .right-subscribe-block .block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
.lh-post-single .right-subscribe-block .block-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
.lh-post-single .right-subscribe-block .block-button-wrap {
  text-align: center;
}
.lh-post-single .right-subscribe-block .block-button-wrap .button {
  display: block;
  font-size: 14px;
  padding: 13px 20px;
}
.lh-post-single .common-questions-banner {
  background-color: #DBEEA8;
  border-radius: 15px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner {
    display: flex;
  }
}
@media print {
  .lh-post-single .common-questions-banner {
    display: flex;
  }
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner .banner-content-left {
    flex: 1 0 69%;
    padding: 30px 5px 30px 50px;
  }
}
@media print {
  .lh-post-single .common-questions-banner .banner-content-left {
    flex: 1 0 69%;
    padding: 30px 5px 30px 50px;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-content-left {
    padding: 20px 20px 0 20px;
  }
}
.lh-post-single .common-questions-banner .banner-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .common-questions-banner .banner-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-title {
    max-width: 270px;
  }
}
.lh-post-single .common-questions-banner .banner-text {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-text {
    margin-bottom: 40px;
  }
}
.lh-post-single .common-questions-banner .banner-content-right {
  position: relative;
}
.lh-post-single .common-questions-banner .banner-content-right img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 95%;
}
@media screen and (max-width: 1199px) {
  .lh-post-single .common-questions-banner .banner-content-right img {
    bottom: -13px;
    max-height: 290px;
    left: 10px;
  }
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner .banner-content-right {
    flex: 1 0 31%;
  }
}
@media print {
  .lh-post-single .common-questions-banner .banner-content-right {
    flex: 1 0 31%;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-content-right {
    background-position: 62% 0;
    height: 280px;
  }
}
.lh-post-single .common-questions-banner .button {
  padding: 12px 20px;
  margin-right: 8px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .button {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single {
    font-size: 16px;
    line-height: 1.5;
  }
}
.lh-post-single h1 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  max-width: 780px;
}
@media screen and (max-width: 967px) {
  .lh-post-single h1 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lh-post-single h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .lh-post-single h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
  }
}
.lh-post-single h3 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .lh-post-single h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single h4 {
    font-size: 18px;
    line-height: 1.35;
  }
}
.lh-post-single a {
  color: #8AB72B;
  text-decoration: underline;
}
.lh-post-single a:hover {
  color: #3F8C00;
}
.lh-post-single p {
  margin: 20px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single p {
    margin: 30px 0;
  }
}
.lh-post-single hr {
  border: 1.3px solid #DFDFE1;
  margin: 26px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single hr {
    margin: 20px 0;
  }
}
