.blog-page {
  position: relative; }
  .blog-page:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #D0D0D0;
    width: 100%;
    height: 1px;
    content: ''; }
  .blog-page__top {
    padding: 55px 0 40px; }
  .blog-page__title h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #25282E;
    margin: 0; }

.blog__products-pagination {
  margin: 110px 0 100px; }
  @media (max-width: 1199.98px) {
    .blog__products-pagination {
      margin: 70px 0 100px; } }

.blog-wrapper {
  position: relative; }
  .blog-wrapper:before {
    position: absolute;
    top: 0;
    right: -400px;
    background: #D0D0D0;
    width: 400px;
    height: 1px;
    content: ''; }
  .blog-wrapper:after {
    position: absolute;
    bottom: 0;
    right: -400px;
    background: #D0D0D0;
    width: 400px;
    height: 1px;
    content: ''; }

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-left: 1px solid #D0D0D0;
  margin-bottom: 40px;
  border-bottom: 1px solid #D0D0D0; }
  .blog-categories:before {
    position: absolute;
    top: 0;
    left: -400px;
    background: #D0D0D0;
    width: 400px;
    height: 1px;
    content: ''; }
  .blog-categories:after {
    position: absolute;
    bottom: -1px;
    left: -400px;
    background: #D0D0D0;
    width: 400px;
    height: 1px;
    content: ''; }
  .blog-categories__item {
    padding: 12px 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #25282E;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
    transition: 0.5s;
    margin-bottom: -1px; }
    @media (max-width: 2500.98px) and (min-width: 1199.98px) {
      .blog-categories__item:hover {
        background: #E5E8F4; } }
  .blog-categories .active {
    background: #E5E8F4;
    font-weight: 600; }

.blog-content__top {
  display: flex;
  margin-bottom: 15px; }

.blog-content__top-left {
  width: 457px;
  border-top: 1px solid #D0D0D0;
  margin-right: 20px;
  position: relative; }
  .blog-content__top-left a {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #25282E;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s; }
    @media (max-width: 2500.98px) and (min-width: 1024.98px) {
      .blog-content__top-left a:hover {
        color: #e60003; } }

.blog-content__top-right {
  width: 652px;
  height: 396px; }
  .blog-content__top-right img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.blog-content__category-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D0D0D0;
  padding-top: 4px; }
  .blog-content__category-bottom p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #898989; }
  .blog-content__category-bottom .date {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-align: right;
    color: #898989; }

.blog-content__bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px 60px; }
  .blog-content__bottom .advices__item {
    margin: 0 15px; }

.blog__products .blog-content:nth-child(2n) .blog-content__top .blog-content__top-left {
  order: 2;
  margin-right: 0;
  margin-left: 20px; }

.blog__products .blog-content:nth-child(2n) .blog-content__top .blog-content__top-right {
  order: 1; }

@media (max-width: 1199.98px) {
  .blog-categories:before, .blog-wrapper:before, .blog-wrapper:after, .blog-categories:after {
    display: none; }
  .blog-categories {
    border-top: 0; } }

@media (max-width: 1023.98px) {
  .blog-categories {
    border-bottom: 0; }
  .blog-page:before {
    display: none; }
  .blog-categories__item {
    padding: 12px 15px;
    border: 0;
    background: #e5e8f4;
    opacity: 0.5;
    margin: 5px; }
  .blog-categories {
    border: 0; }
  .blog-categories .active {
    opacity: 1; }
  .blog-content__top-right {
    width: 52%;
    height: 300px; }
  .blog-content__top-left {
    width: 46%; } }

@media (max-width: 767.98px) {
  .blog-content__bottom {
    margin: 0 auto 20px; }
  .blog-content__top-left a {
    font-size: 22px;
    line-height: 30px; }
  .blog-content__top {
    margin: 0 10px 15px; }
  .blog-content__top-right {
    width: 49%; }
  .blog-content__top-left {
    width: 48%; }
  .blog-content__top-right {
    height: 235px; }
  .blog-content__bottom .advices__item {
    margin: 0 10px 20px; }
  .blog__products-pagination {
    margin-bottom: 50px; }
  .blog__products .blog-content:nth-child(2n) .blog-content__top .blog-content__top-left {
    margin-left: 0; }
  .blog-content__top-left {
    margin-right: 0; }
  .blog-content__top {
    margin: 0 0 15px; }
  .blog-page__top {
    padding: 30px 0 35px; }
  .blog__products-pagination {
    margin: 40px 0 50px; } }

@media (max-width: 576.98px) {
  .blog-content__top {
    display: flex;
    flex-wrap: wrap; }
  .blog-content__top-left {
    width: 100%;
    order: 2; }
  .blog-content__top-right {
    width: 100%;
    order: 1; }
  .blog-content__category-bottom {
    position: relative;
    bottom: inherit; }
  .blog-content__top-left a {
    display: block;
    top: inherit;
    transform: inherit;
    position: relative;
    margin: 22px 0;
    font-size: 18px;
    line-height: 22px; }
  .blog-content__bottom .advices__item {
    margin: 0 0 20px;
    width: 100%; }
  .blog__products-pagination {
    margin: 20px 0 50px; } }

@media (max-width: 480.98px) {
  .blog-page__title h1 {
    font-size: 24px;
    line-height: 30px; }
  .blog-page__top {
    padding: 15px 0 20px; } }
