@font-face {
  font-family: "Newtown";
  src: url("./font-new.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.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;
}
ul.filter2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    z-index: 0;
}
ul.filter2 li {
    margin-bottom: 0 !important;
    display: inline-block;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    /* z-index: 11; */
}
ul.filter2 .sub_catlist2 {
    padding: 62px 15px 15px 25px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-clip-path: polygon( 17% 0, 100% 0, 100% 83%, 83% 100%, 0 100%, 0 61%, 0 17% );
    clip-path: polygon(17% 0, 100% 0, 100% 83%, 83% 100%, 0 100%, 0 61%, 0 17%);
    background-color: #ed3132;
    opacity: 0;
    display: flex;
    flex-direction: column;
}
ul.filter2 li.list:hover .sub_catlist2 {
    display: flex;
    opacity: 1;
    z-index: 9;
}
li.list {
    flex: 1 1 auto;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
li.list a{
font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.68px;
    display: flex;
    align-items: center;
    position: relative;
}
li.list.filter:hover a {
    z-index: 99;
}
li.list.filter::after {
    content: "";
    width: 21px;
    height: 7px;
    background-image: url(../img/blog/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 14px;
	margin: 0 10px;
}
ul.filter2.blog_filters {
    margin-bottom: 0 !important;
}
li.list.filter {
    display: flex;
    justify-content: center;
}
li.list.filter::before {
  display:none;
}
.blog_filters .filter {
    display: flex;
    align-items: center;
}
.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: 84px;
}

.blog .content .blog_filters .filter span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  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_page {
  /* max-width: 963px; */
  /* margin-left: auto; */
  /* padding-left: 100px; */
  display: flex;
}

.blog_content_page__content {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .blog .content .blog_content_page {
    flex-direction: column;
    max-width: 90vw;
    margin: 0 auto;
  }

  .blog_content_page__content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .blog .content {
    overflow: hidden;
  }
}

.blog .content .blog_content_page .main {
  margin-bottom: 29px;
}

.blog .content .blog_content_page .main .main_img_wrap {
  max-width: 969px;
  height: 356px;
  position: relative;
  display: flex;
}

.blog .content .blog_content_page .main .main_img_wrap::after {
  position: absolute;
  top: -22px;
  right: -128px;
  content: "";
  width: 366px;
  height: 389px;
  background-image: url("../img/blog/blog_main_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_content_page .main .main_img_wrap .main_img {
  background-color: #1f2128;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  clip-path: polygon(0 0, 78% 0, 100% 100%, 22% 100%);
}

.blog .content .blog_content_page .main .main_img_wrap .main_img img {
  display: flex;
  width: 100%;
}

.blog .content .blog_content_page .main .main_img_wrap .main_img .noimg {
  width: 96px;
  height: 81px;
}

.blog .content .blog_content_page .main .main_img_wrap .main_title {
  display: flex;
  align-items: center;
  padding-left: 201px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 687px;
  min-height: 111px;
  background-image: url("../img/blog/main_title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.154px;
}
.blog .content .blog_content_page .main .main_img_wrap .main_title span{

}

.blog .content .blog_content_page .content_post {
  max-width: 963px;
}

.blog .content .blog_content_page .content_post p {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.944px;
  margin-bottom: 30px;
}

.blog .content .blog_content_page .content_post .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 969px;
  height: 355px;
  overflow: hidden;
  position: relative;
  margin-bottom: 71px;
}

.blog .content .blog_content_page .content_post .img_wrap::before {
  position: absolute;
  top: 117px;
  left: 31px;
  content: "";
  width: 148px;
  height: 223px;
  background-image: url("../img/blog_before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_content_page .content_post .img_wrap::after {
  position: absolute;
  top: -23px;
  right: 4px;
  content: "";
  width: 242px;
  height: 116.01px;
  background-image: url("../img/blog_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .blog_content_page .content_post .img_wrap img {
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
  width: 100%;
}

.blog .content .more_posts {
  margin-top: 44px;
  position: relative;
}

.blog .content .more_posts .title {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 69.9px;
  text-transform: uppercase;
  margin-bottom: 44px;
}

.blog .content .more_posts .ar_left {
  cursor: pointer;
  position: absolute;
  bottom: 92px;
  left: 0;
  z-index: 999999;
  width: 11.31px;
  height: 19.8px;
  background-image: url("../img/arrow_left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .more_posts .ar_right {
  cursor: pointer;
  position: absolute;
  bottom: 92px;
  right: 0;
  z-index: 999999;
  width: 11.31px;
  height: 19.8px;
  background-image: url("../img/arrow_right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .content .more_posts {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
}

.blog .content .more_posts .more_posts__slider .slick-slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blog .content .more_posts .more_posts__slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 212px;
  -webkit-clip-path: polygon(0 0, 5% 0, 100% 100%, 30% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}

.blog .content .more_posts .more_posts__slider .slick-track {
  display: flex;
  gap: 0px;
}

.blog .content .more_posts .more_posts__slider .slide .slide_content_wrap {
  width: 390px;
  height: 201px;
  position: relative;
  display: flex;
}

.blog
  .content
  .more_posts
  .more_posts__slider
  .slide
  .slide_content_wrap::before {
  position: absolute;
  z-index: 9;
  top: 31.08px;
  left: 4.83px;
  content: "";
  width: 69.077px;
  height: 79.433px;
  background-image: url("../img/more_before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.blog
  .content
  .more_posts
  .more_posts__slider
  .slide
  .slide_content_wrap
  .slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #1f2128;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  overflow: hidden;
}

.blog
  .content
  .more_posts
  .more_posts__slider
  .slide
  .slide_content_wrap
  .slide_img
  img {
  display: block;
  width: 100%;
}

.blog
  .content
  .more_posts
  .more_posts__slider
  .slide
  .slide_content_wrap
  .slide_img
  .noimg {
  display: block;
  width: 86.34px;
  height: 72.526px;
}

.blog
  .content
  .more_posts
  .more_posts__slider
  .slide
  .slide_content_wrap
  .slide_title {
  padding-left: 38px;
  padding-right: 83px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 241px;
  min-height: 39px;
  background-image: url("../img/blog_title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 1366px) {
  .blog .content .blog_content_page .main .main_img_wrap::after {
    right: -25px;
  }
}

@media only screen and (max-width: 1024px) {
  .blog .content .more_posts .more_posts__slider .slide .slide_content_wrap {
    width: 345.777px;
    height: 201px;
    position: relative;
    display: flex;
  }

  .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;
    z-index: 1;
    position: relative;
    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: 400;
    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;
    min-width: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .blog .content .blog_content_page .main .main_img_wrap::after {
    background-image: url(../img/more_after.svg);
    width: 184px !important;
    height: 88px !important;
    right: 34px !important;
    top: 41px !important;
    width: 191px;
    height: 310px;
    transform: rotate(4deg);
  }

  .blog {
    padding-top: 128px;
  }

  .blog .container {
    max-width: 100vw;
  }

  .blog .content {
    padding-bottom: 0;
  }
  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    padding-left: 170px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .blog .content .more_posts .more_posts__slider .slide .slide_content_wrap {
    margin: 0 auto;
  }

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

  .blog .content .blog_content_page {
    max-width: 100vw;
  }

  .blog_content_page__left {
    padding: 0 30px;
  }

  .blog .content .blog_filters {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 74px auto;
    gap: 19.72px 0;
  }

  .blog .content .blog_filters .filter {
   width: calc(33.3333333333% - 30px);
  }

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

  .blog .content .blog_filters .filter span {
    justify-content: center;
  }

  .blog .content .blog_content_page .main .main_img_wrap {
    width: 100%;
  }

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

  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    width: 500px;
  }

  .blog .content .blog_content_page .content_post {
    max-width: 963px;
    padding: 0 20px;
  }

  .blog .content .more_posts {
    margin-bottom: 52px;
  }
}

/*# sourceMappingURL=blog_2.css.map */

@media only screen and (max-width: 500px) {
  .blog .content .blog_content_page .main .main_img_wrap::after {
    position: absolute;
    top: -22px;
    right: -17% !important;
    transform: rotate(4deg);
    content: "";
    width: 200px;
    height: 220px;
    background-image: url(../img/blog/blog_main_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    display: flex;
    align-items: center;
    padding-left: 201px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 500px;
    min-height: 111px;
    background-image: url(../img/blog/main_title_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.154px;
  }

  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    width: 330px;
    left: 35px;
  }

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

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

  .blog .content .blog_content_page .main .main_img_wrap::after {
    position: absolute;
    top: -22px;
    right: -12px;
    content: "";
    width: 82px;
    height: 174px;
    background-image: url(../img/blog/blog_main_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content_page .content_post .img_wrap img {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
    width: 100%;
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 22% 100%);
  }

  .blog .content .blog_content_page .content_post .img_wrap::after {
    position: absolute;
    top: 48px;
    right: 0;
    content: "";
    width: 67px;
    height: 93px;
    background-image: url(../img/blog_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content_page .content_post .img_wrap::before {
    position: absolute;
    top: 60px;
    left: 0px;
    content: "";
    width: 50px;
    height: 191px;
    background-image: url(../img/blog_before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .blog .content .blog_content_page .content_post .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 969px;
    height: 355px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }

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

  .blog .content .blog_content_page .main .main_img_wrap {
    max-width: 969px;
    height: 255px;
    position: relative;
    display: flex;
  }

  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    width: 320px;
    left: 35px;
    bottom: -33px;
    padding-left: 85px;
    font-size: 14px;
    background-size: 100%;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 87% 0, 100% 100%, 22% 100%);
  }
  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    line-height: 18px;
  }
}

@media only screen and (max-width: 435px) {
  .blog .content .page_title {
    font-size: 35px;
    margin-bottom: 28px;
  }

  .blog .content .blog_filters {
    max-width: none;
    width: 100%;
  }

  .blog .content .blog_filters .filter span {
    font-size: 22px;
  }

  .blog_content_page__left_label {
    font-size: 18px;
  }

  .blog .content .blog_content {
    justify-content: center;
    gap: 76px;
  }

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

  .blog .content .blog_content_page .main .main_img_wrap {
    width: 514px;
    height: 188px;
  }

  .blog .content .blog_content_page .main .main_img_wrap .main_img {
    margin-left: -40px;
  }

  .blog .content .blog_content_page .main .main_img_wrap::after {
    background-image: url("../img/blog/Vector.svg");
    width: 57px !important;
    height: 61px;
    right: 95px !important;
    left: auto !important;
    transform: rotate(-2deg);
    bottom: auto !important;
    top: 20px !important;
  }

  .blog .content .more_posts .more_posts__slider .slide .slide_content_wrap {
    margin: 0 auto;
  }

  .blog .content .blog_content_page .main .main_img_wrap .main_title {
    left: 0;
  }
}

.blog_content_page {
  position: relative;
}

.blog_content_page__left_label {
  position: relative;
  color: #fff;
  font-family: "Newtown", sans-serif;
  font-size: 16px;
  padding-right: 20px;
  max-width: 130px;
}

.blog_content_page__left_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  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;
}

@media (max-width: 1024px) {
  .blog_content_page__left_label {
    margin-bottom: 50px;
  }
}

.blog .content .more_posts .more_posts__slider .slick-dots {
  display: none !important;
  position: absolute;
  bottom: -0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 8px;
}

.blog .content .more_posts .more_posts__slider .slick-dots li {
  margin: 0 !important;
}

.blog .content .more_posts .more_posts__slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #292b32;
  border: none;
  transition: 0.2s;
}

.blog
  .content
  .more_posts
  .more_posts__slider
  .slick-dots
  li.slick-active
  button {
  background-color: #ed3132;
}

.blog .content .more_posts .more_posts__slider .slick-dots li::before {
  display: none;
}

@media (max-width: 760px) {
  .blog_content_page__left_label::after {
    position: absolute;
    right: -40px;
  }
  .blog .content .more_posts .more_posts__slider {
    height: 250px;
  }

  .blog .content .more_posts .more_posts__slider .slick-dots {
    display: flex !important;
  }

  .blog .content .more_posts .ar_right {
    bottom: -5px;
    right: 30%;
  }

  .blog .content .more_posts .ar_left {
    bottom: -5px;
    left: 30%;
  }
}

@media (max-width: 630px) {
  .blog .content .more_posts .ar_right {
    right: 15%;
  }

  .blog .content .more_posts .ar_left {
    left: 15%;
  }
}
