.buttons-group {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.button-group {
  padding: 12px 18px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cera Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button-group:focus {
  text-decoration: none;
}

.buttons-group .button-group {
  margin-bottom: 10px;
}

.buttons-group .button-group:not(:last-child) {
  margin-right: 10px;
}

.button-group.all-blogs {
  color: #fff;
  background-color: #13395f;
}

.button-group:hover,
.button-group.active {
  opacity: 1;
}

.button-group.active {
  pointer-events: none;
}

.button-group.featured-blogs {
  color: #e11117;
  border: 1px solid #e11117;
}

.button-group.featured-blogs:hover,
.button-group.featured-blogs.active {
  color: #fff;
  background-color: #e11117;
}

.button-group.featured-blogs.active {
  pointer-events: none;
}

.button-group.latest-blogs {
  color: #15ab04;
  border: 1px solid #15ab04;
}

.button-group.latest-blogs:hover,
.button-group.latest-blogs.active {
  color: #fff;
  background-color: #15ab04;
}

.button-group.latest-blogs.active {
  pointer-events: none;
}

.button-group svg {
  margin-right: 12px;
  flex-shrink: 0;
}

.blog-category .product-layout.product-list {
  border: 1px solid #edf1f5;
}

.blog-category .product-thumb {
  border-radius: 4px 4px 10px 10px;
  border: 0;
}

.blog__articleright,
.blog__article,
.blog__articleright:hover,
.blog__article:hover {
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}

.blog_featured_inline--right .blog__articleright:not(:last-child) {
  margin-bottom: 20px;
}

.blog-latest .blog__featured {
  padding-bottom: 20px;
}

.blog-category-title-wrap,
.blog-latest-title-wrap {
  margin-bottom: 60px;
  display: flex;
}

.blog-latest-title,
.blog-category-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
}

.blog-latest-title span,
.blog-category-title span {
  font-weight: 700;
}

.blog-category-description,
.blog-latest-description {
  margin-left: auto;
  max-width: 533px;
  color: #13395f;
  font-family: "Cera Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

.blog-category-description ul,
.blog-latest-description ul {
  margin-bottom: 0;
  padding-left: 30px;
}

.blog-category-btn .to__catalog--link {
  margin-left: auto;
  margin-right: auto;
}

.blog-article-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.article-column-left {
  width: 73%;
}

.article-column-right {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-column-right .product-thumb {
  display: flex;
}

.article-column-right .bottom-block {
  margin-top: 0;
  padding-top: 16px;
}

.article-column-right .product-thumb .image {
  width: 76px;
  flex-shrink: 0;
}

.article-column-right .product-thumb .image a {
  width: 100%;
  height: 100%;
}

.article-column-right .product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-block {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.6;
}

.blog-article-block .date {
  margin-right: 20px;
}

.blog-article-banner {
  margin-bottom: 40px;
}

.article--divider {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: rgba(19, 57, 95, 0.08);
}

.article-navigation {
  margin-bottom: 160px;
}

.article-navigation-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.article-navigation-blocks a .navigation-prev-article-bottom,
.article-navigation-blocks a .navigation-next-article-bottom {
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}

.article-navigation-blocks a:hover .navigation-prev-article-bottom,
.article-navigation-blocks a:hover .navigation-next-article-bottom {
  box-shadow: 0 6px 7px 0 rgba(28, 63, 98, 0.03),
    0 13px 13px 0 rgba(28, 63, 98, 0.03), 0 29px 17px 0 rgba(28, 63, 98, 0.03),
    0 51px 21px 0 rgba(28, 63, 98, 0), 0 80px 22px 0 rgba(28, 63, 98, 0);
}

.article-navigation-blocks a:hover .navigation-article-info h4 {
  text-decoration: underline;
}

.article-navigation-blocks a:focus {
  text-decoration: none;
}

.navigation-prev-article-top,
.navigation-prev-article-bottom,
.navigation-next-article-top,
.navigation-next-article-bottom {
  display: flex;
  align-items: center;
}

.navigation-next-article .navigation-next-article-top {
  justify-content: end;
}

.navigation-prev-article-top,
.navigation-next-article-top {
  margin-bottom: 20px;
}

.navigation-prev-article-bottom,
.navigation-next-article-bottom {
  border: 1px solid #edf1f5;
  border-radius: 10px;
  overflow: hidden;
}

.navigation-prev-article,
.navigation-next-article {
  min-width: 0;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navigation-prev-article-top svg {
  margin-right: 16px;
  flex-shrink: 0;
}

.navigation-next-article-top svg {
  margin-left: 16px;
  flex-shrink: 0;
}

.navigation-article-info {
  padding: 20px;
  width: 100%;
}

.navigation-article-info h4 {
  margin-top: 0;
  margin-bottom: 16px;
  height: 42px;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.navigation-article-info .bottom-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(19, 57, 95, 0.08);
  opacity: 0.6;
}

#tab-description {
  line-height: 1.3;
}

#tab-description h3 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(19, 57, 95, 0.08);
}

#tab-description h3 b {
  font-weight: 700;
}

#tab-description ul {
  padding-left: 30px;
  /* column-count: 2;
  column-gap: 16px; */
}

#tab-description ul li {
  break-inside: avoid;
  padding: 5px 0;
}

#tab-description p img {
  max-width: 100%;
  border-radius: 10px;
}

.article-title {
  margin-top: 0;
  margin-bottom: 60px;
  color: #13395f;
  font-family: 'Cera Pro', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-title span {
  font-weight: 700;
}

@media (max-width: 1300px) {
  .blog-category .product-lists-four {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .article-column-right {
    display: none;
  }

  .article-columns {
    flex-direction: column;
  }

  .article-column-left {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #tab-description {
    margin-bottom: 80px;
  }

  .blog_featured_inline--right .blog__articleright:not(:last-child) {
    margin-bottom: 8px;
  }

  .blog-category-title-wrap,
  .blog-latest-title-wrap {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .blog-latest-title, .blog-category-title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .blog-category-description,
  .blog-latest-description {
    margin-left: 0;
  }

  .blog-article-title {
    font-size: 24px;
  }

  #tab-description ul {
    column-count: 1;
  }

  #tab-description h3 {
    font-size: 18px;
  }

  .article-title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .article-navigation {
    margin-bottom: 80px;
  }

  .article-navigation-blocks {
    gap: 8px;
  }

  .navigation-prev-article-bottom,
  .navigation-next-article-bottom {
    flex-direction: column;
  }

  .navigation-article-info {
    padding: 10px;
  }

  .bottom-block {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .blog-category .product-lists-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 850px) {
  .blog-category .bottom-block .time {
    margin-left: 23px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .blog-category .product-list .product-thumb .caption {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .blog-category .product-lists-four {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}