section,
.section {
  padding: 70px 0;
  position: relative;
}

body section.section_pt-0,
body .section.section_pt-0 {
  padding-top: 0;
}

body section.section_pb-0,
body .section.section_pb-0 {
  padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  section,
  .section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  section,
  .section {
    padding: 30px 0;
  }
}

.section__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 13, 11, .55);
}

.section__title {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

.section__title--left {
  text-align: left;
}

.b-bread-crumbs-wrap {
  position: relative;
  z-index: 9;
}

.b-bread-crumbs__item {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.b-bread-crumbs__item:last-child {
  margin-right: 0;
}

.b-bread-crumbs__item + .b-bread-crumbs__item::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 9px;
  background-image: url(../../img/icons/arrow-right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.b-text-white .link:not(.b-text-color):not(:hover) {
  color: #fff;
}

.b-text-white .b-bread-crumbs__item + .b-bread-crumbs__item::before {
  background-image: url(../img/icons/arrow-right_white.png);
}

.b-text-white .b-bread-crumbs__item,
.b-text-white .b-bread-crumbs__link,
.b-text-white .b-bread-crumbs__active {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .b-bread-crumbs__item {
    font-size: 12px;
  }
}
