.bredxt__item {
  text-shadow: 0 0 27px #010101;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.bredxt__item_active {
  font-weight: bold;
}

.bredxt__link {
  text-shadow: 0 0 27px #010101;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.bredxt__link:hover {
  color: #ffffff;
}

.bredxt__sep {
  margin: 0 3px 0 4px;
}

html[lang="en-US"] .bredxt__sep {
  margin: 4px;
}

.blog-wrapper {
  padding-bottom: 104px;
}

.blog-banner {
  margin-bottom: -94px;
  padding: 111px 0 94px 0;
  min-height: 427px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog-banner__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-banner__title {
  padding: 60px 0;
}

.blog-banner__title-text {
  margin-bottom: 0;
  text-shadow: 0 0 27px #010101;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.blog-posts__post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.blog-posts__morebtnbox {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}

.blog-posts__morebtn {
  display: inline-block;
  cursor: pointer;
  min-width: 172px;
  min-height: 44px;
  border-radius: 4px;
  background-color: #ef2329;
}

.blog-posts__morebtn.hvr-fade:hover,
.blog-posts__morebtn.hvr-fade:focus,
.blog-posts__morebtn.hvr-fade:active {
  background-color: #dd0e14;
}

.blog-posts__moretext {
  display: block;
  padding: 11.5px 16.5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.blog-posts__moretext i {
  font-size: 10px;
  margin: 0 9px 0 0;
}

html[lang="en-US"] .blog-posts__moretext i {
  margin: 0 0 0 9px;
}

.single_post {
  margin-bottom: 42px;
  padding: 0 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 3);
          flex: 0 1 calc(100% / 3);
  max-width: calc(100% / 3);
}

.single_post__link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 35px 0 #66666630;
          box-shadow: 0px 5px 35px 0 #66666630;
}

.single_post__imagebox {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: calc(50% - 10px);
}

.single_post__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 278px;
  padding: 20px 30px 40px;
}

.single_post__title {
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.12;
  letter-spacing: -0.6px;
  color: #000;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.single_post__link:hover .single_post__title {
  color: red;
}

.single_post__datebox {
  margin-bottom: 11px;
}

.single_post__date {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #777777;
}

.single_post__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: 0px;
  color: #263238;
}

.single_post__btn {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ef2329;
}

.single_post__btn i {
  font-size: 12px;
  margin: 0 12px;
}

html[lang="en-US"] .single_post__btn i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  bottom: 1px;
}

.site__footer {
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 991.98px) {
  .blog-banner {
    background-position-x: calc(50% + 90px);
  }

  .single_post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2);
            flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@media (max-width: 767.98px) {
  .blog-wrapper {
    padding-bottom: 60px;
  }

  .blog-banner {
    padding: 0;
    margin-bottom: 21px;
    min-height: 267px;
    background-position-x: calc(50% + 48px);
  }

  .blog-banner__breadcrumbs-body {
    display: none;
  }

  .blog-banner__title {
    padding: 118px 0 15px;
  }

  .blog-banner__title-text {
    font-size: 34px;
  }

  .blog-posts__post-items {
    margin: 0 -8px;
  }

  .single_post {
    margin-bottom: 22px;
    padding: 0 8px;
  }

  .single_post__info {
    padding: 21px 21px 26px;
  }

  .single_post__title {
    font-size: 21px;
  }

  .single_post__text {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .blog-banner {
    min-height: 157px;
    background-position-x: calc(50% + 36px);
  }

  .blog-banner__title {
    padding: 72px 0 15px;
  }

  .blog-posts__post-items {
    margin: 0;
  }

  .single_post {
    margin-bottom: 22px;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  .single_post__info {
    height: 238px;
  }
}