/*
font-family: 'Mulish', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
/** GENERAL **/
body {
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  color: #212529;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 700;
  color: #212529;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  color: inherit;
}

h1, .h1 {
  font-size: 44px;
  line-height: 55px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 48px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 35px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 19px;
  line-height: 24px;
}

p {
  line-height: 19px;
}

a {
  color: #0CA678;
}

a:hover, a:focus {
  color: #12B886;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input,
button {
  outline: none;
}

input:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

ul.no_bullets,
ul.no_bullets ul,
ul.no_bullets ol,
ul.socials,
ul.menu,
ul.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-green {
  color: #0CA678;
}

.problock .pros-cons ul li:before, .comtable__row ul li:before, #articles .articles__list button[data-toggle]:before, #welcome .welcome__links li a span.title:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#hero:after, #articles .articles__header:after, #hero:before, #articles .articles__header:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: 5;
}

#hero:before, #articles .articles__header:before {
  width: 109px;
  height: 102px;
  left: 10px;
  background-image: url(../images/leaves-1.svg);
}

#hero:after, #articles .articles__header:after {
  width: 86px;
  height: 80px;
  right: 10px;
  background-image: url(../images/leaves-2.svg);
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

/** END GENERAL **/
/** BUTTONS **/
.searchform input[type="submit"],
.btn {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.searchform input.btn-primary[type="submit"],
.btn.btn-primary {
  background-color: #0CA678;
}

.searchform input.btn-primary[type="submit"]:hover, .searchform input.btn-primary[type="submit"]:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #12B886;
}

.searchform input.btn-red[type="submit"],
.btn.btn-red {
  background-color: #F03E3E;
  color: #fff;
}

.searchform input.btn-red[type="submit"]:hover, .searchform input.btn-red[type="submit"]:focus,
.btn.btn-red:hover,
.btn.btn-red:focus {
  background-color: #FA5252;
}

.btn-link {
  color: #0CA678;
  font-weight: 700;
  text-decoration: none;
}

.btn-link:hover {
  color: #12B886;
  text-decoration: underline;
}

/** END BUTTONS **/
/** FORMS **/
.searchform input[type="text"] {
  border: 1px solid #ddd;
  height: 32px;
  padding: 0px 10px;
  border-radius: 5px;
  outline: none;
}

.searchform input[type="submit"] {
  background-color: #0CA678;
  color: #fff;
}

/** END FORMS **/
/** HEADER **/
#site-header {
  position: relative;
  padding: 20px 0;
  z-index: 200;
}

#site-header button.toggle-menu {
  position: relative;
  width: 28px;
  height: 14px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

#site-header button.toggle-menu > span {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #0CA678;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#site-header button.toggle-menu > span:nth-child(1) {
  top: 0;
}

#site-header button.toggle-menu > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#site-header button.toggle-menu > span:nth-child(3) {
  bottom: 0;
}

#site-header button.toggle-menu:not(.collapsed) > span:nth-child(1), #site-header button.toggle-menu:not(.collapsed) > span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}

#site-header button.toggle-menu:not(.collapsed) > span:nth-child(1) {
  transform: rotate(45deg);
}

#site-header button.toggle-menu:not(.collapsed) > span:nth-child(2) {
  opacity: 0;
}

#site-header button.toggle-menu:not(.collapsed) > span:nth-child(3) {
  transform: rotate(-45deg);
}

#site-header nav ul.menu li a {
  display: inline-block;
  color: #212529;
  font-weight: 700;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#site-header nav ul.menu li:hover > a, #site-header nav ul.menu li.current-menu-item > a {
  color: #0CA678;
}

@media (min-width: 992px) {
  #site-header nav {
    display: block;
  }
  #site-header nav ul.menu > li {
    position: relative;
    margin-left: 35px;
    padding: 5px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  #site-header nav ul.menu > li.current-menu-item {
    border-bottom: 2px solid #0CA678;
  }
  #site-header nav ul.menu > li:hover > ul.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #site-header nav ul.menu ul.sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 30px;
    min-width: 200px;
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    -webkit-transition: all .25s;
  }
  #site-header nav ul.menu ul.sub-menu li a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
  }
  #site-header nav ul.menu ul.sub-menu li a:hover {
    background-color: rgba(12, 166, 120, 0.08);
  }
}

@media (max-width: 991px) {
  #site-header .container {
    position: relative;
  }
  #site-header button.toggle-menu {
    position: absolute;
    top: 14px;
    right: 15px;
  }
  #site-header nav ul.menu {
    border-radius: 5px;
    padding: 12px;
    margin-top: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  }
  #site-header nav ul.menu li a {
    display: block;
    padding: 5px 0;
  }
  #site-header nav ul.menu ul {
    padding-left: 15px;
  }
}

/** END HEADER **/
/** FOOTER **/
#site-footer {
  background-color: #212529;
  padding: 32px 0;
  color: #fff;
}

#site-footer a {
  color: inherit;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#site-footer .container {
  max-width: 1000px;
}

#site-footer a.logo {
  display: inline-block;
  margin-bottom: 24px;
}

#site-footer ul.menu {
  margin-bottom: 15px;
}

#site-footer ul.menu li {
  display: inline-block;
  margin: 0 20px;
}

#site-footer ul.menu li a {
  color: #E9ECEF;
}

#site-footer ul.menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

#site-footer ul.socials {
  margin-bottom: 15px;
}

#site-footer ul.socials li {
  display: inline-block;
}

#site-footer ul.socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

#site-footer ul.socials li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#site-footer p {
  font-size: 13px;
  line-height: 16px;
  color: #DEE2E6;
  margin-bottom: 0;
}

#site-footer p a:hover {
  text-decoration: underline;
}

#site-footer p.disclaimer {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #site-footer ul.menu li {
    margin: 0 10px;
  }
}

/** END FOOTER **/
/** WELCOME SECTION **/
#welcome {
  padding: 30px 0 60px;
}

#welcome .welcome__text {
  margin-bottom: 40px;
}

#welcome .welcome__text h1 {
  margin-bottom: 8px;
}

#welcome .welcome__text p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0;
}

#welcome .welcome__links li a {
  display: block;
  position: relative;
  border-radius: 12px;
  padding: 25px 25px 25px 112px;
  color: #495057;
  line-height: 19px;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#welcome .welcome__links li a img {
  position: absolute;
  top: 24px;
  left: 24px;
}

#welcome .welcome__links li a span {
  display: block;
}

#welcome .welcome__links li a span.title {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-right: 20px;
}

#welcome .welcome__links li a span.title:after {
  content: '\f105';
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 18px;
}

#welcome .welcome__links li a:hover {
  background-color: #E6FCF5;
}

@media (min-width: 1200px) {
  #welcome .welcome__links {
    margin-left: -24px;
  }
}

/** END WELCOME SECTION **/
/** ARTICLES SECTION **/
#articles {
  margin-bottom: 80px;
}

#articles .articles__header {
  position: relative;
  padding: 55px 20px 260px;
  background-color: #0CA678;
  background-image: url(../images/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  color: #fff;
}

#articles .articles__header:before {
  top: 47px;
  opacity: 0.3;
}

#articles .articles__header:after {
  bottom: 52px;
  opacity: 0.3;
}

#articles .articles__header h2 {
  margin-bottom: 8px;
}

#articles .articles__header p {
  margin-bottom: 0;
}

#articles .articles__header .container {
  max-width: 700px;
  position: relative;
  z-index: 10;
}

#articles .articles__list {
  position: relative;
  background-color: #fff;
  border: 1px solid #E9ECEF;
  border-radius: 8px;
  padding: 12px 12px 24px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
  margin: -214px 0 42px 0;
}

#articles .articles__list img {
  display: block;
  width: 100%;
  height: 202px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px;
  object-fit: cover;
}

#articles .articles__list p.h4 {
  margin: 0 12px 16px;
}

#articles .articles__list ul.menu {
  padding: 0 12px;
}

#articles .articles__list ul.menu li {
  margin-bottom: 9px;
}

#articles .articles__list ul.menu li a {
  display: block;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#articles .articles__list ul.menu li a:hover {
  color: #0CA678;
}

#articles .articles__list .collapse {
  position: relative;
}

#articles .articles__list .collapse:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 92%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s;
  -webkit-transition: opacity .25s;
}

#articles .articles__list .collapse:not(.show) {
  display: block;
  height: 170px;
  overflow: hidden;
}

#articles .articles__list .collapse:not(.show)::after {
  opacity: 1;
  visibility: visible;
}

#articles .articles__list .collapsing {
  height: 170px;
}

#articles .articles__list button[data-toggle] {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  background-color: #0CA678;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(8, 127, 91, 0.3);
  text-indent: -999px;
  overflow: hidden;
}

#articles .articles__list button[data-toggle]:before {
  content: '\f106';
  font-size: 17px;
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#articles .articles__list button[data-toggle]:hover {
  background-color: #12B886;
}

#articles .articles__list button.collapsed[data-toggle]:before {
  content: '\f107';
}

@media (min-width: 1340px) {
  #articles .articles__header {
    margin: 0 40px;
    border-radius: 8px;
  }
}

@media (min-width: 1480px) {
  #articles .articles__header {
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 8px;
  }
}

@media (min-width: 1600px) {
  #articles .articles__header:before {
    left: -68px;
    opacity: 1;
  }
  #articles .articles__header:after {
    right: -54px;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  #articles .col-lg-4:not(:first-child) .articles__list {
    margin-top: 0;
  }
}

/** END ARTICLES SECTION **/
/** POST SECTION **/
.post-section .inner {
  padding: 75px 0 60px;
}

.post-section.gray .inner {
  background-color: #F8F9FA;
}

.post-section h2 {
  margin-bottom: 50px;
}

.post-item {
  margin-bottom: 40px;
}

.post-item .post-item__photo {
  position: relative;
  border-radius: 8px;
  border: 1px solid #DEE2E6;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .25s;
  -webkit-transition: box-shadow .25s;
}

.post-item .post-item__photo:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.post-item .post-item__photo img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.post-item .post-item__photo .category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BF7A39;
  border-radius: 0 0 8px 0;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.post-item .title {
  margin-bottom: 12px;
}

.post-item .title a {
  transition: color .25s;
  -webkit-transition: color .25s;
}

.post-item .title:hover {
  color: #0CA678;
}

.post-item .meta {
  color: #868E96;
  margin-bottom: 0;
}

.post-item-inline {
  margin-bottom: 30px;
}

.post-item-inline p:not([class]) {
  line-height: 24px;
  margin-bottom: 0;
}

.post-item-inline .post-item__photo {
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.post-item-inline .post-item__photo img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.post-item-inline .title {
  margin-bottom: 12px;
}

.post-item-inline .title:hover {
  color: #0CA678;
}

.post-item-inline .meta {
  margin-bottom: 16px;
}

.post-item-inline .meta li {
  color: #868E96;
}

.post-item-inline .meta li:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.post-item-inline .meta li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #CED4DA;
  position: absolute;
  top: 3px;
  right: 0;
}

.post-item-inline .meta li a {
  color: inherit;
  font-weight: 700;
}

@media (min-width: 576px) {
  .post-item-inline .post-item__photo {
    width: 268px;
  }
  .post-item-inline .post-item__text {
    width: calc(100% - 268px);
    padding-left: 20px;
  }
}

@media (min-width: 1340px) {
  .post-section .inner {
    margin: 0 40px;
    border-radius: 8px;
  }
}

@media (min-width: 1480px) {
  .post-section .inner {
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 8px;
  }
}

@media (max-width: 575px) {
  .post-item-inline .meta {
    font-size: 14px;
  }
  .post-item-inline .meta li:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }
  .post-item-inline .meta li:not(:last-child):after {
    height: 12px;
    top: 4px;
  }
}

/** END POST SECTION **/
/** HERO SECTION **/
#hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #E6FCF5;
  border-radius: 8px;
  padding: 80px 0;
  margin-bottom: 114px;
}

#hero:before {
  bottom: 200px;
  opacity: 0.3;
}

#hero:after {
  top: 136px;
  opacity: 0.3;
}

#hero h2 {
  margin-bottom: 80px;
}

#hero .container {
  position: relative;
  z-index: 10;
}

#hero .col-md-4 {
  padding-bottom: 40px;
}

#hero .col-md-4 p {
  margin-bottom: 22px;
}

#hero .col-md-4 .icon {
  width: 100%;
  height: 169px;
}

#hero .col-md-4 .title {
  margin: -20px 0 8px;
}

@media (min-width: 992px) {
  #hero .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  #hero .row .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  #hero:before {
    left: -68px;
    opacity: 1;
  }
  #hero:after {
    right: -54px;
    opacity: 1;
  }
}

/** END HERO SECTION **/
/** breadcrumbs **/
#breadcrumbs {
  font-size: 13px;
  margin-bottom: 30px;
  padding-top: 12px;
}

#breadcrumbs a, #breadcrumbs span {
  display: inline-block;
  color: #495057;
  line-height: 16px;
}

#breadcrumbs span {
  display: flex;
  align-self: center;
}

#breadcrumbs a:hover {
  color: #0CA678;
}

#breadcrumbs i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-image: url(../images/small-right.svg);
  background-repeat: no-repeat;
}

#breadcrumbs > span > span > span > i,
#breadcrumbs > span > span > span > span {
  display: none;
}

@media (max-width: 575px) {
  #breadcrumbs {
    display: none;
  }
}

/** END breadcrumbs **/
/** pagination **/
.pagination {
  display: block;
  border-radius: 0;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  background-color: #0CA678;
  min-width: 32px;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 5px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.pagination .nav-links .current {
  background-color: #F8F9FA;
  color: #495057;
}

/** END pagination **/
/** author-header **/
.author-header {
  background-color: #0CA678;
  border-radius: 8px;
  padding: 0.5px 20px 35px;
  margin: 65px 0 38px;
  color: #fff;
}

.author-header p:not([class]) {
  line-height: 24px;
  margin-bottom: 16px;
}

.author-header .inner {
  max-width: 840px;
  margin: 0 auto;
}

.author-header div.photo {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.12);
  margin: -62px auto 24px;
  overflow: hidden;
}

.author-header div.photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-header .name {
  color: #fff;
  margin-bottom: 12px;
}

.author-header .socials li {
  display: inline-block;
  margin: 0 6px;
}

.author-header .socials li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
  color: #0CA678;
  line-height: 40px;
  text-align: center;
}

/** END author-header **/
/** SIDEBAR **/
.widget {
  background-color: #F8F9FA;
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 30px;
}

.widget .widget-title {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.widget .toc_widget_list li a {
  color: #212529;
  line-height: 19px;
}

.widget .toc_widget_list li a:hover {
  color: #0CA678;
}

.widget .toc_widget_list li li {
  padding-top: 6px;
}

.widget .toc_widget_list > li {
  margin-bottom: 16px;
}

.widget .toc_widget_list > li > a {
  font-weight: 700;
}

.widget .toc_widget_list > li:last-child {
  margin-bottom: 0;
}

.widget .post-item {
  margin-bottom: 32px;
}

.widget .post-item:last-child {
  margin-bottom: 0;
}

.widget .post-item .post-item__photo {
  border: 0;
}

.widget .post-item .post-item__photo img {
  height: 176px;
}

.widget .post-item .post-item__photo .category {
  display: none;
}

/** END SIDEBAR **/
/** CONTENT **/
.content-wide {
  padding-bottom: 50px;
}

.content-sidebar {
  padding-bottom: 130px;
}

.entry-title {
  margin-bottom: 20px;
}

.entry-meta {
  margin-bottom: 26px;
}

.entry-meta .meta {
  position: relative;
  padding: 5px 0 0 40px;
}

.entry-meta .meta img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.entry-meta .meta a {
  color: inherit;
  font-weight: 700;
}

.entry-meta ul.shares li {
  display: inline-block;
  margin-right: 10px;
}

.entry-meta ul.shares li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.entry-meta ul.shares li a.facebook {
  background-color: #4267B2;
}

.entry-meta ul.shares li a.twitter {
  background-color: #1EA1F3;
}

.entry-photo {
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
}

.entry-content {
  font-size: 17px;
}

.entry-content p {
  line-height: 30px;
  margin-bottom: 25px;
}

.entry-content ul:not([class]),
.entry-content ol:not([class]) {
  margin-bottom: 25px;
}

.entry-content ul:not([class]) li,
.entry-content ol:not([class]) li {
  line-height: 30px;
}

.post-tags {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 48px;
}

.post-tags > span {
  display: inline-block;
  margin-right: 8px;
}

.post-tags a {
  display: inline-block;
  background-color: #E9ECEF;
  border-radius: 5px;
  padding: 8px 13px;
  margin-left: 12px;
  color: #212529;
  font-weight: 700;
}

.post-tags a:hover {
  background-color: #F1F3F5;
}

.post-author {
  background-color: #F1F3F5;
  border-radius: 5px;
  margin-bottom: 48px;
  overflow: hidden;
}

.post-author .name {
  background-color: #0CA678;
  padding: 20px 20px;
}

.post-author .name img {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #fff;
  object-fit: cover;
  margin: 0 0 15px;
}

.post-author .name span {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.post-author .description {
  padding: 30px 30px;
}

.post-author .description p {
  line-height: 24px;
}

.post-author .description p:last-child {
  margin-bottom: 0;
}

.related-posts {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DEE2E6;
}

.related-posts > h4 {
  margin-bottom: 20px;
}

.related-posts .post-item-inline:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  entry-photo img {
    width: 100%;
    height: 446px;
    object-fit: cover;
  }
  .post-author .name {
    position: relative;
    width: 214px;
  }
  .post-author .name:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #0CA678;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .post-author .description {
    width: calc(100% - 214px);
    padding: 50px 40px;
  }
}

@media (min-width: 992px) {
  .content-sidebar .content {
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .entry-meta,
.post-tags {
    font-size: 14px;
    line-height: 16px;
  }
  .entry-meta .meta {
    padding-top: 0;
    margin-top: 10px;
  }
  .entry-meta .meta .date {
    display: block;
  }
  .entry-meta ul.shares li {
    margin-right: 0;
    margin-left: 8px;
  }
  .entry-meta ul.shares li:first-child {
    display: block;
    margin-bottom: 4px;
  }
}

/** END CONTENT **/
/** COMMENTS **/
#comments .comments-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

#comments .comment-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DEE2E6;
}

#comments .comment-list p:not([class]) {
  margin-bottom: 8px;
}

#comments .comment-list > li {
  margin-bottom: 32px;
}

#comments .comment-list li.comment {
  position: relative;
  padding-left: 64px;
}

#comments .comment-list .comment-author {
  position: absolute;
  top: 0;
  left: 0;
}

#comments .comment-list .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

#comments .comment-list .comment-meta {
  margin-bottom: 4px;
}

#comments .comment-list .comment-meta a {
  color: #868E96;
}

#comments .comment-list .comment-meta .fn {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-style: normal;
}

#comments .comment-list .comment-meta .fn a {
  color: #212529;
}

#comments .comment-list .comment-reply-link {
  font-size: 13px;
  font-weight: 700;
  color: #212529;
}

#comments .comment-list .comment-reply-link:hover {
  color: #0CA678;
}

#comments .comment-list .comment-reply-link > i {
  color: #868E96;
  font-size: 12px;
  margin-right: 6px;
  transform: rotateY(180deg);
}

#respond .comment-reply-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

#respond span.required {
  color: #0CA678;
}

#respond form input[type="text"],
#respond form input[type="email"],
#respond form textarea {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #DEE2E6;
  border-radius: 5px;
  padding: 0 12px;
  outline: none;
}

#respond form textarea {
  height: 149px;
  padding: 10px 12px;
  resize: vertical;
}

#respond form input[type="submit"] {
  display: inline-block;
  min-width: 146px;
  border: 0;
  border-radius: 5px;
  background-color: #0CA678;
  padding: 0 20px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  outline: none;
}

#respond form label {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
}

#respond form > * {
  margin-bottom: 16px;
}

#respond form .form-submit {
  padding-top: 8px;
}

@media (min-width: 575px) {
  #respond form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  #respond form > * {
    width: 100%;
    padding: 0 12px;
  }
  #respond form .comment-form-email,
#respond form .comment-form-url {
    width: 50%;
  }
}

/** END COMMENTS **/
/** MODULE comparison-table **/
.comtable__header {
  display: none;
  background-color: #495057;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 21px;
}

.comtable__row {
  padding: 15px 15px;
}

.comtable__row ul,
.comtable__row ul li {
  margin: 0 0 !important;
  padding: 0 0 !important;
  list-style: none !important;
}

.comtable__row ul li {
  position: relative;
  padding-left: 25px !important;
  font-size: 15px;
  line-height: 30px;
}

.comtable__row ul li:before {
  content: "\f058";
  font-size: 14px;
  color: #0CA678;
  position: absolute;
  top: 0;
  left: 0;
}

.comtable__row .col-lg-3 {
  position: static;
}

.comtable__row .title {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 10px;
}

.comtable__row .badge {
  position: relative;
  max-width: 100%;
  border-radius: 5px;
  background-color: #D3F9D8;
  padding: 0 10px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #37B24D;
  line-height: 16px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  overflow: hidden;
}

.comtable__row .badge strong {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 10;
}

.comtable__row .badge:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.comtable__row a.btn {
  display: block;
  padding: 9px 15px;
  margin-bottom: 6px;
}

.comtable__row a.btn-link {
  font-size: 15px;
}

@media (min-width: 992px) {
  .comtable__header {
    display: block;
  }
  .comtable__row {
    border-bottom: 1px solid #DEE2E6;
  }
  .comtable__row ul {
    margin-top: -6px !important;
  }
  .comtable__row .col-lg-2 {
    padding-left: 5px;
    padding-right: 0px;
  }
  .comtable__row .col-lg-3.text-center {
    align-self: center;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .comtable__row {
    position: relative;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  .comtable__row:last-child {
    margin-bottom: 0px;
  }
  .comtable__row img {
    display: block;
    margin: 0px auto 20px;
  }
  .comtable__row ul {
    margin-bottom: 20px !important;
  }
  .comtable__row .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
  }
  .comtable__row .title {
    text-align: center;
  }
}

/** END MODULE comparison-table **/
/** MODULE problock **/
.problock .problock__heading {
  position: relative;
  padding-left: 60px;
  margin-bottom: 18px;
}

.problock .problock__heading span.number {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
  background-color: #0CA678;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.problock .problock__photo {
  margin-bottom: 20px;
}

.problock .pros-cons {
  padding: 20px 20px;
  border-radius: 5px;
}

.problock .pros-cons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.problock .pros-cons ul li {
  position: relative;
  padding: 0 0 2px 25px;
}

.problock .pros-cons ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}

.problock .pros-cons ul li:last-child {
  padding-bottom: 0;
}

.problock .pros-cons .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.problock .pros {
  background-color: #E6FCF5;
}

.problock .pros .title {
  color: #0CA678;
}

.problock .pros ul li:before {
  content: '\f00c';
  color: #0CA678;
}

.problock .cons {
  background-color: #FFF5F5;
}

.problock .cons .title {
  color: #F03E3E;
}

.problock .cons ul li:before {
  content: '\f068';
  font-size: 10px;
  color: #F03E3E;
}

.problock .btn {
  padding: 10px 20px;
  font-size: 17px;
  text-transform: uppercase;
}

.problock .row .col-md-6 {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .problock .pros-cons {
    min-height: 100%;
  }
}

/** END MODULE problock **/
/** EXTRA **/
body.category .post-item .post-item__photo .category {
  display: none;
}

/** END EXTRA **/
