/* styles for single-post (blog) */

:root {
  --sp: 130px;
  --bg: #fff;
  --bg2: #f7f8fd;
  --h1: 50px;
  --h2: 40px;
  --h3: 22px;
  --h4: 18px;
  --h5: 16px;
  --l: 22px;
  --m: 20px;
  --s: 16px;
  /* --container-width: 980px; */
}

.single-post .header__wrap::before,
.author  .header__wrap::before {
  background: var(--black);
}

.post-heading {
  padding: 250px 0 100px;
  background: var(--black) 100% 50% / cover no-repeat;
  position: relative;
  overflow: hidden;
}

/* .post-heading__container {
    max-width: 840px;
  } */

.post-heading__title,
.post-heading__categories {
  position: relative;
  z-index: 2;
}

.post-heading__categories {
  width: 100%;
  max-width: 810px;
  display: flex;
  gap: 8px;
  /* position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%); */

  position: relative;
  left: auto;
  bottom: auto;
  transform: translateX(0);
  margin-top: 50px;
}

.post-heading__categories a {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  height: 40px;
  align-items: center;
  padding: 0 20px;
  color: #EDEDED;
  font-weight: 600;
}

.post-heading__pitchili {
  z-index: 1;
  filter: blur(13px);
}

.post-heading__pitchili.pitchili-1 {
  top: 0;
  left: 34%;
  transform: scale(-1, 1) rotate(252deg) translate3d(0, 0, 0);
}

.post-heading__pitchili.pitchili-2 {
  top: -54%;
  right: 60%;
  transform: rotate(286deg) translate3d(0, 0, 0);
  filter: blur(200px);
}

.post__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* justify-content: flex-end; */
}

.post-content {
  padding: calc(80px - 12px) 0;
  line-height: 1.7;
  background-color: #F5F5F5;
  color: #333333;
}

.post-content .post__content {
  width: 100%;
  /* max-width: 600px; */
  max-width: calc(100% - 350px);
}

.post-content .blog-download {
  padding: 0;
}

._banner {
  margin: 40px 0;
}

._banner + .wp-block-spacer {
  display: none;
}

/* .post-content__container,
  .single-post .breadcrumbs__container{
    max-width: 840px;
  } */

.single-post .before-after {
  position: relative;
  padding: 80px 0 60px;
  margin-top: 60px;
}

.single-post .before-after::before {
  content: " ";
  position: absolute;
  right: calc(100% + 60px);
  top: 0;
  bottom: 0;
  width: 100vw;
  background: var(--bg);
  z-index: 2;
}

.single-post .before-after .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M29.8 8L28.54 9.225L33.58 14.125L19 14.125V15.875L33.58 15.875L28.54 20.775L29.8 22L37 15L29.8 8Z' fill='black'/%3E%3C/svg%3E")
    50% no-repeat !important;
}

.single-post .before-after .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='30' viewBox='0 0 55 30' fill='none'%3E%3Cpath d='M25.2 8L26.46 9.225L21.42 14.125L36 14.125V15.875L21.42 15.875L26.46 20.775L25.2 22L18 15L25.2 8Z' fill='black'/%3E%3C/svg%3E")
    50% no-repeat !important;
}

.post-content p {
  margin: 17px 0;
}

.post-content li a,
.post-content p a {
  font-weight: 600;
  color: var(--primary);
}

.post-content li em,
.post-content p em {
  font-style: italic;
}

.post-content h2 {
  margin-top: 60px;
  font-size: 32px;
  line-height: 120%;
}

.post-content h2.accordion__title {
  margin-top: 0;
}

.post-content h3 {
  margin-bottom: 22px;
}

.post-content h4 {
  font-size: 22px;
}

.post-content strong {
  font-weight: 600;
}

.post-content figcaption {
  color: #949494;
  font-size: var(--s);
}

.post-content ol {
  list-style: decimal;
  padding-left: 20px;
}

.post-content ol li,
.post-content ul li {
  margin: 1em 0;
}

.post-content ul {
  list-style: disc;
  padding-left: 30px;
}

.post-content ul.is-styled {
  list-style-type: none;
  padding-left: 0;
}

.post-content ul.is-styled li {
  position: relative;
  padding: 5px 0;
  padding-left: 30px;
  font-size: var(--s);
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.post-content ul.is-styled li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #c9cafc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.post-content .author {
  background: #ffffff;
  box-shadow: 0px 20px 70px -10px rgba(9, 31, 67, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 54px;
  margin-top: 55px;
  position: relative;
}

.post-content .author__heading {
  width: 100px;
  flex-shrink: 0;
}

.post-content .author__photo {
  height: 100px;
  border-radius: 50%;
  background: 50% / cover no-repeat;
}

.post-content .author__posts {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}

.post-content .author__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  transition: var(--transition);
}

.post-content .author__name:hover {
  color: var(--primary);
}

/* .post-content .author__name::after {
    content: '';
    display: block;
    margin-left: 5px;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800'%3E%3Crect width='1200' height='800' fill='%230057B7'/%3E%3Crect width='1200' height='400' y='400' fill='%23FFD700'/%3E%3C/svg%3E") center/contain no-repeat;
  } */

.post-content .author__position {
  /* color: #BBC2CE; */
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 5px;
}

.post-content .author__description {
  margin: 0;
  /* color: #687188; */
  font-size: var(--s);
}

.post-content .wp-block-group.has-hover {
  transition: var(--transition);
}

.post-content .wp-block-group.has-hover:hover {
  box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
}

.post__sidebar {
  width: 100%;
  max-width: 300px;
  z-index: 3;
  /* background: var(--bg); */
}

.sidebar {
  width: 300px;
}

.sidebar.fixed {
  position: fixed;
  top: 125px;
}

.sidebar.absolute {
  position: absolute;
  bottom: 0;
}

.sidebar__title {
  border-radius: 10px 10px 0px 0px;
  background: rgba(232, 1, 40, 0.04);
  padding: 21px;
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 161%;
  /* 161.053% */
  margin: 0 !important;
}

.sidebar ul.sidebar__nav {
  list-style-type: none;
  padding: 0;
}

.sidebar ul.sidebar__nav.with-scroll {
  max-height: 300px;
  overflow: auto;
}

.sidebar .sidebar__nav li {
  margin: 0;
  border-top: 1px solid #DDDFED;
}

.sidebar .sidebar__nav li:first-child {
  border: none;
}

.sidebar__nav li a {
  /* padding: 20px; */
  padding: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 150%;
  display: block;
  transition: 0.3s ease;
}

.sidebar__nav li a:hover {
  color: var(--primary);;
}

.sidebar__nav li a.active {
  color: var(--primary);;
  background: rgba(245, 246, 255, 0.4);
}

.sidebar .subscribe {
  border-radius: 0px 0px 10px 10px;
  background: rgba(232, 1, 40, 0.04);
  padding: 21px;
}

.sidebar .subscribe__title {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; 
  /* 161.053% */
  margin-top: 0 !important;
}

.sidebar p.subscribe__subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.sidebar .subscribe__form_success {
  display: none;
}

.sidebar .subscribe__form_input {
  margin-top: 20px;
  border-radius: 7px;
  border: 1px solid #c8cbe3;
  background: #fff;
  padding: 0 13px;
  color: #000;
  font-family: var(--default-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 1;
  /* 21px */
  width: 100%;
}

.sidebar .subscribe__form_input::placeholder {
  font-family: var(--default-font-family);
  color: #c8cbe3;
}

.sidebar .subscribe__form_btn {
  border-radius: 100px;
  width: 100%;
  border: none;
  background: var(--primary);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.sidebar .subscribe__form_btn:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M14.8281 4.08524C14.828 4.08507 14.8278 4.08486 14.8276 4.08469L11.766 1.03781C11.5366 0.809559 11.1656 0.810408 10.9373 1.0398C10.709 1.26917 10.7099 1.64015 10.9393 1.86844L12.9949 3.91406H0.585938C0.262324 3.91406 0 4.17638 0 4.5C0 4.82361 0.262324 5.08594 0.585938 5.08594H12.9948L10.9393 7.13156C10.7099 7.35984 10.7091 7.73083 10.9373 7.96019C11.1657 8.18962 11.5367 8.19041 11.766 7.96218L14.8276 4.91531C14.8278 4.91513 14.828 4.91493 14.8282 4.91475C15.0577 4.68571 15.0569 4.31352 14.8281 4.08524Z' fill='white'/%3E%3C/svg%3E")
    50% no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
  transition: 0.3s ease;
  max-width: 0;
}

.sidebar .subscribe__form_btn:hover:after {
  transform: translateX(100%);
  max-width: 100%;
}

.sidebar p.subscribe__form_success {
  font-size: var(--s);
  margin: 10px 0 0 !important;
}

.sidebar__share {
  /* margin-top: 30px; */
  margin-top: 30px;
}

.sidebar__share_title {
  color: #191919;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.6px;
  /* 161.053% */
  margin: 0 !important;
}

.sidebar__share_buttons {
  /* margin-top: 17px; */
  margin-top: 10px;
  display: flex;
  gap: 11px;
}

.sidebar__share_buttons .share-button {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s ease;
}

.sidebar__share_buttons .share-button path {
  transition: 0.3s ease;
}

.sidebar__share_buttons .share-button:hover {
  background: var(--primary);
}

.sidebar__share .share-button:hover path {
  fill: #f5f6ff;
}

.article__share {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background: var(--bg2);
  border-radius: 5px;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}

.article__share_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.article__share .share-button {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.article__share .share-button path {
  transition: 0.3s ease;
}

.article__share .share-button:hover {
  background: #1f4cf0;
}

.article__share .share-button:hover path {
  fill: #fff;
}

.simular-posts {
  background: var(--bg2);
  padding-top: 80px;
  padding-bottom: var(--sp);
}

.simular-posts__title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 32px;
}

.simular-posts__items {
  /* max-width: 910px; */
  padding: 10px 35px;
}

.simular-posts .post {
  position: relative;
  background: 50% / cover no-repeat;
  border-radius: 6px;
  cursor: -webkit-grab;
  cursor: grab;
  transition: var(--transition);
  border-radius: 6px;
  overflow: hidden;
}

.simular-posts .post:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 4, 16, 0.75);
  opacity: 1;
  border-radius: 6px;
  transition: var(--transition);
}

/* .simular-posts .post:hover {
    transform: translateY(-10px);
  } */

.simular-posts .post:hover .post__categories a {
  background: rgba(0, 0, 0, 0.35);
}

.simular-posts .post:hover:before {
  background: linear-gradient(
    180deg,
    rgba(63, 65, 245, 0.1) 0%,
    rgba(63, 65, 245, 0.55) 38.02%,
    rgba(63, 65, 245, 0.83) 65.62%,
    #3f41f5 100%
  );
}

.simular-posts .post:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.simular-posts .post__inner {
  display: flex;
  flex-flow: column;
  padding: 25px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.simular-posts .post__categories a {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  align-items: center;
  height: 24px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  line-height: 100%;
  transition: var(--transition);
}

.simular-posts .post__categories a:hover {
  background: #fff;
  color: var(--dark);
}

.simular-posts .post__content {
  margin-top: auto;
}

.simular-posts .post__title a {
  color: #fff;
}

.simular-posts .swiper-button-prev {
  z-index: 10;
}

.simular-posts .swiper-button-prev:before {
  content: "";
  width: 100%;
  max-width: 15px;
  height: 2px;
  background: #bbc2ce;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}

.simular-posts .swiper-button-prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #bbc2ce;
  border-top: 2px solid #bbc2ce;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: var(--transition);
}

.simular-posts .swiper-button-next {
  z-index: 10;
}

.simular-posts .swiper-button-next:before {
  content: "";
  width: 100%;
  max-width: 15px;
  height: 2px;
  background: #bbc2ce;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--transition);
}

.simular-posts .swiper-button-next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #bbc2ce;
  border-top: 2px solid #bbc2ce;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  transition: var(--transition);
}

.simular-posts .swiper-button-prev:hover:before,
.simular-posts .swiper-button-next:hover:before {
  background: #000;
  max-width: 25px;
}

.simular-posts .swiper-button-prev:hover:after,
.simular-posts .swiper-button-next:hover:after {
  border-color: #000;
}

.blog__header {
  padding-top: 250px;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: flex-end; */
}

.author .blog__header {
  padding-top: var(--sp);
}

.blog__content .blog__subtitle {
  display: none;
}

.blog__categories {
  display: flex;
  align-items: center;
  gap: 47px;
}

.blog__categories_block {
  position: relative;
  width: 208px;
}

.blog__categories_title {
  position: relative;
  font-weight: 700;
  font-family: var(--heading-font-family);
  font-size: var(--l);
  cursor: pointer;
}

.blog__categories_title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.70344 6.07764L-0.000106812 1.42113L1.40698 -0.000174522L4.70344 3.26332L7.99989 -0.000174522L9.40698 1.42113L4.70344 6.07764Z' fill='%23333333'/%3E%3C/svg%3E%0A") center right no-repeat;
}

.blog__categories_title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='210' height='2' viewBox='0 0 210 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.981201' y1='0.519043' x2='209.02' y2='0.519043' stroke='%23333333' stroke-dasharray='2 4'/%3E%3C/svg%3E%0A") center repeat-x;
}

.blog__categories_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 1;
  height: 0;
  padding: 0 13px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
  overflow: hidden;
}

.blog__categories_block.active .blog__categories_list {
  height: auto;
  padding: 15px 13px;
}

.blog__categories_list li {
  line-height: 1;
}

.blog__categories_list a {
  width: 100%;
  font-weight: 500;
  font-size: var(--s);
  color: #BBC2CE;
  transition: var(--transition);
  line-height: 42px;
  display: inline-block;
  padding: 0 17px;
}

.blog__categories_list a:hover {
  color: var(--primary);
  background: #F7F8FD;
}

.blog__subtitle {
  display: inline-block;
  transition: var(--transition);
  font-size: var(--s);
  font-weight: 500;
  color: var(--primary);
}

.blog__subtitle:hover {
  color: var(--primary);
}

.blog__search {
  position: relative;
  width: 100%;
  margin-top: 35px;
}

.blog__search input {
  width: 100%;
  padding: 18px 64px;
  border-radius: 47px;
  background: #FFF;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.08);
  border: none;
  font-size: 16px;
  font-weight: 500;
}

.blog__search input::placeholder {
  color: #BBC2CE;
}

.blog__search .search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.blog__search-result {
  width: 100%;
  margin-top: 17px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.blog__search-result b {
  font-weight: 500;
}

.blog__posts {
  /* display: flex;
  flex-flow: wrap;
  gap: 30px; */
  padding-bottom: var(--sp);
  margin-left: -15px;
  margin-right: -15px;
}

.blog .post {
  width: 370px;
  background: #FFFFFF;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 15px;
  transition: var(--transition);
  overflow: hidden;
}

.blog .post__author {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog .post__author_photo {
  border: 2px solid #3F41F5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: 50%/cover no-repeat;
}

.blog .post__author_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: var(--s);
  transition: var(--transition);
  text-transform: capitalize;
}

.blog .post__author_name:hover {
  color: var(--primary);
}

/* .blog .post__author_name::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800'%3E%3Crect width='1200' height='800' fill='%230057B7'/%3E%3Crect width='1200' height='400' y='400' fill='%23FFD700'/%3E%3C/svg%3E") center/contain no-repeat;
} */

.blog .post__image:before {
    background: rgba(21, 20, 36, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.blog .post__image {
  overflow: hidden;
  position: relative;
  display: block;
  /* border-radius: 10px 10px 0px 0px */
}

.blog .post__image .image {
  display: block;
  background: 50%/contain no-repeat;
  transition: var(--transition);
}

.blog .post__content {
  padding: 30px;
}

.blog .post__title {
  margin-bottom: 10px;

}

.blog .post__title a {
  transition: var(--transition);
}

.blog .post__title a:hover {
  color: var(--primary);
}

.blog .post__excerpt {
  display: none;
}


.blog .post:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.1);
}

.blog .post:hover .post__image:before {
  opacity: 1;
}

.blog .post:hover .post__image .image {
  transform: scale3d(1.05, 1.05, 1);
}

.blog .post:hover .post__link {
  opacity: 1;
}

.blog .post__link:hover {
  background: var(--primary);
}

.blog .post__link:hover path {
  fill: #fff;
}

.blog-author {
  text-align: center;
  background: var(--bg2);
  padding-top: 216px;
  padding-bottom: 80px;
}

/* .blog-author .author {
  max-width: 570px;
  margin: 0 auto;
} */

.blog-author .author__photo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 25px;
  background: 50%/cover no-repeat;
}

.blog-author .author__name {
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  font-size: var(--l);
  color: #333;
  text-transform: capitalize;
}

.blog-author .author__position {
  color: #BBC2CE;
  font-size: 14px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 5px;
  letter-spacing: 0.14em;
}

.blog-author .author__description {
  color: #687188;
}

.blog-author .author__social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.author .breadcrumbs,
.author .breadcrumbs a {
  color: var(--black);
}

.author .blog {
  background: var(--bg);
}

.author .blog__title {
  color: var(--black);
}

@media (max-width: 1260px) {
  /* :root {
    --container-width: 760px;
  } */

  #continually-button-container {
    bottom: 20px !important;
  }

  .post__sidebar {
    display: none;
  }

  /* .post__container {
    padding: 0 !important;
  } */

  .post-content .post__content {
    max-width: 100%;
  }

  .blog__posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 0;
  }

  .blog .grid-item {
    /* width: calc(33.3% - 20px); */
    width: calc(50% - 15px);
  }

  .blog .post {
    margin: 15px 0 ;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .post-heading__categories {
    padding: 0 5%;
  }

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

  .simular-posts .post:hover {
    transform: translateY(0);
  }

  .blog__header {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .blog__content .blog__subtitle {
    display: block;
    margin-top: 14px;
  }

  .blog__categories {
    width: 100%;
    margin-top: 45px;
  }

  .blog__categories_title {
    font-size: 16px;
  }

  .blog__categories .blog__subtitle {
    display: none;
  }

  .blog__categories_block {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 760px) {
    :root {
    /* --container-width: 360px; */
    --sp: 80px;
    --fz-default: 16px;
    --h1: 30px;
    --h2: 24px;
    --h3: 18px;
    --m: 16px;
    --s: 14px;
  }

  .post-heading {
    text-align: center;
  }

  .post-heading__categories {
    justify-content: center;
    flex-direction: column;
  }

  .post-heading__categories a {
    font-size: 14px;
  }

  .single-post .before-after {
    padding: 60px 0 50px;
    margin-top: 40px;
  }

  .post-content h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .post-content p + h3 {
    margin-top: 35px;
  }

  .post-content h3 {
    margin-top: 15px;
  }

  .post-content .author {
    flex-wrap: wrap;
    gap: 20px;
  }

  .post-content .author__heading {
    width: 50px;
    position: absolute;
    left: 30px;
    top: 30px;
  }

  .post-content .author__photo {
    height: 50px;
    width: 50px;
  }

  .post-content .author__posts {
    font-size: 10px;
  }

  .post-content .author__name {
    padding-left: 70px;
  }

  .post-content .author__position {
    padding-left: 70px;
  }

  .post-content .author__description {
    margin-top: 50px;
  }

  .post-content p {
    margin: 14px 0;
  }

  .article__share {
    padding: 35px 20px;
  }

  .article__share_title {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .article__share_buttons {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .article__share .share-button {
    width: 40px;
    height: 40px;
  }

  .blog .grid-item {
    width: 100%;
  }
  
}
