.blog {
  background: #191b21;
  background-image: url("../img/blog/blog_bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 187px;
}

.blog .content {
  padding-bottom: 82px;
}

.blog .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 115px;
}

.blog .content .blog_filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 74px;
  flex-wrap: wrap;
  gap: 30px 0;
  width: 100%;
}

.blog .content .blog_filters .filter {
  flex: 1 1 auto;
  padding: 10px;
}

.blog .content .blog_filters .filter span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.68px;
  display: flex;
  align-items: center;
}
.blog_filters .filter .sub_catlist{
  min-width: 180px;
}
.blog_filters .filter .sub_catlist span{
  max-width: 180px;
}
.filter span a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.blog .content .blog_filters .filter span::after {
  content: "";
  width: 11px;
  height: 7px;
  background-image: url("../img/blog/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.blog .content .blog_content {
  display: flex;
  flex-wrap: wrap;
  gap: 93px 0;
  width: 100%;
}

.blog .content .blog_content .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  height: 201px;
  position: relative;
}

.blog .content .blog_content .item::before {
  position: absolute;
  z-index: 999;
  top: 31.08px;
  left: 4.83px;
  content: "";
  width: 69.08px;
  height: 79.43px;
  background-image: url("../img/blog/before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_content .item::after {
  position: absolute;
  top: 59.4px;
  right: 22.79px;
  z-index: 999;
  content: "";
  width: 74.598px;
  height: 82.196px;
  background-image: url("../img/blog/after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_content .item .item_img {
  height: 100%;
  width: 100%;
  background: #1f2128;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
}

.blog .content .blog_content .item .item_img img {
  display: block;
  width: 100%;
}

.blog .content .blog_content .item .item_img .noimg {
  display: block;
  width: 86.34px;
  height: 72.526px;
}

.blog .content .blog_content .item .item_title {
  position: absolute;
  bottom: -11px;
  right: -20.22px;
  display: flex;
  align-items: center;
  width: 241px;
  height: 39px;
  padding: 0 0 0 38px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background-image: url("../img/blog/title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_pagination {
  margin-top: 92px;
  display: flex;
  justify-content: center;
}

.blog .content .blog_pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.blog .content .blog_pagination ul .cur {
  background-color: #ed3132;
}

.blog .content .blog_pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 28px 33px 28px 32px;
  border: 2px solid #ed3132;
  cursor: pointer;
}

.blog .content .blog_pagination ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 9px;
}

.blog .content .blog_pagination ul li::before {
  display: none;
}

.blog .content .blog_pagination ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 33px 28px 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 9px;
}

@media only screen and (max-width: 1024px) {
  .blog {
    background: #191b21;
    background-image: url("../img/blog/blog_bg.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 140px;
  }

  .blog .container {
    max-width: 695px;
  }

  .blog .content {
    padding-bottom: 74px;
  }

  .blog .content .page_title {
    margin-bottom: 37px;
  }

  .blog .content .blog_filters {
    margin: 0 auto 97px auto;
    flex-wrap: wrap;
    width: 484px;
    gap: 26px 0;
  }

  .blog .content .blog_filters .filter {
    width: 33.3333333333%;
  }

  .blog .content .blog_filters .filter span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.68px;
    display: flex;
    align-items: center;
  }

  .blog .content .blog_filters .filter span::after {
    content: "";
    width: 11px;
    height: 7px;
    background-image: url("../img/blog/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
  }

  .blog .content .blog_content {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 0;
  }

  .blog .content .blog_content .item {
    display: flex;
    width: 50%;
    height: 171px;
    position: relative;
  }

  .blog .content .blog_content .item::before {
    position: absolute;
    z-index: 999;
    top: 26.57px;
    left: 3.89px;
    content: "";
    width: 55.68px;
    height: 67.9px;
    background-image: url("../img/blog/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content .item::after {
    position: absolute;
    top: 50.78px;
    right: 18.37px;
    z-index: 999;
    content: "";
    width: 60.13px;
    height: 70.26px;
    background-image: url("../img/blog/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content .item .item_img {
    height: 100%;
    width: 100%;
    background: #1f2128;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  }

  .blog .content .blog_content .item .item_img .noimg {
    display: block;
    width: 69px;
    height: 61px;
  }

  .blog .content .blog_content .item .item_title {
    position: absolute;
    bottom: -11px;
    right: -20.22px;
    display: flex;
    align-items: center;
    width: 241px;
    height: 39px;
    padding: 0 0 0 38px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background-image: url("../img/blog/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_pagination {
    margin-top: 122px;
  }

  .blog .content .blog_pagination ul li {
    padding: 28px 33px 28px 32px;
    border: 2px solid #ed3132;
    cursor: pointer;
  }

  .blog .content .blog_pagination ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 9px;
  }

  .blog .content .blog_pagination ul li::before {
    display: none;
  }

  .blog .content .blog_pagination ul span {
    padding: 28px 33px 28px 32px;
    margin-right: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .blog {
    padding-top: 128px;
  }

  .blog .content {
    padding-bottom: 80.87px;
  }

  .blog .content .page_title {
    margin-bottom: 28px;
  }

  .blog .content .blog_filters {
    flex-wrap: wrap;
    max-width: 367px;
    margin: 0 auto 89px auto;
    gap: 19.72px 0;
  }

  .blog .content .blog_filters .filter {
    width: 33.3333333333%;
  }

  .blog .content .blog_filters .filter span {
    font-size: 15px;
    line-height: 17px;
  }

  .blog .content .blog_filters .filter span::after {
    content: "";
    width: 8px;
    height: 5px;
    margin-left: 10px;
  }

  .blog .content .blog_content {
    /* flex-direction: column; */
    align-items: center;
    gap: 86px 0;
  }

  .blog .content .blog_content .item {
    display: flex;
    width: 100%;
    max-width: 357px;
    height: 201px;
    position: relative;
  }

  .blog .content .blog_content .item::before {
    position: absolute;
    z-index: 999;
    top: 31.08px;
    left: 4.83px;
    content: "";
    width: 69.08px;
    height: 79.43px;
    background-image: url("../img/blog/before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content .item::after {
    position: absolute;
    top: 59.4px;
    right: 22.79px;
    z-index: 999;
    content: "";
    width: 74.598px;
    height: 82.196px;
    background-image: url("../img/blog/after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content .item .item_img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 31% 100%);
  }

  .blog .content .blog_content .item .item_img .noimg {
    display: block;
    width: 80px;
    height: 67px;
  }

  .blog .content .blog_content .item .item_title {
    position: absolute;
    bottom: -10px;
    right: -18px;
    display: flex;
    align-items: center;
    width: 224px;
    height: 39px;
    padding: 0 0 0 35px;
    font-size: 13px;
  }

  .blog .content .blog_pagination {
    margin: 0 auto;
    margin-top: 122px;
  }

  .blog .content .blog_pagination ul li {
    font-size: 12px;
    padding: 19px 18px 18px 18px;
  }

  .blog .content .blog_pagination ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 6px;
  }

  .blog .content .blog_pagination ul span {
    font-size: 12px;
    padding: 19px 18px 18px 18px;
    margin-right: 6px;
  }
}

/*# sourceMappingURL=blog.css.map */
.blog .content .blog_content {
    z-index: 4;
	position: relative;
}
.blog_filters .filter {
    display: flex;
    align-items: center;
	justify-content: center;
}
.sub_catlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}