.rf-intro_warehouse {
  padding: 80px 0 60px 0;
  background: url(../../img/bg_intro_5.jpg) top center no-repeat;
  background-size: cover;
}
.rf-intro_warehouse .rf-intro__btn {
    float: none;
}
body{background-color:#fff;}
body .container.work-area{background-color:transparent !important;}
.breadcrumbs-wrapper{background-color:#f2f2f2;}
.rf-capabilities {
  padding: 110px 0 100px 0;
  font-size: 20px;
}
.rf-capabilities__items {
  margin-top: 65px;
  text-align: center;
}
.rf-capabilities__item {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  margin-bottom: 50px;
  margin-right: 29px;
  position: relative;
  text-align: left;
}
.rf-capabilities__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.rf-capabilities__item:nth-child(1):after {
  width: 198px;
  height: 197px;
  background: url(../../img/gear.png) no-repeat;
  top: -47px;
  right: -12px;
}
.rf-capabilities__item:nth-child(2):after {
  width: 315px;
  height: 261px;
  background: url(../../img/camera.png) no-repeat;
  top: -55px;
  right: -12px;
}
.rf-capabilities__item:nth-child(3):after {
  width: 204px;
  height: 204px;
  background: url(../../img/counter.png) no-repeat;
  top: -47px;
  right: -12px;
}
.rf-capabilities__item:nth-child(4):after {
  width: 201px;
  height: 211px;
  background: url(../../img/map.png) no-repeat;
  top: -60px;
  right: -12px;
}
.rf-capabilities__item:nth-child(5):after {
  width: 199px;
  height: 195px;
  background: url(../../img/calendar.png) no-repeat;
  bottom: -80px;
  right: -12px;
}
.rf-capabilities__item:nth-child(6):after {
  width: 194px;
  height: 187px;
  background: url(../../img/box2.png) no-repeat;
  bottom: -50px;
  right: -40px;
}
.rf-capabilities__item:nth-child(3n) {
  margin-right: 0;
}
.rf-capabilities__item-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height:auto;
  min-height:72px;
}
.rf-video {
  background-color: #f7f7f7!important;
}
.rf-capabilities__item-text{font-size: 16px;line-height: 1.5;}
.rf-using2__cell-title.m120{height:auto;min-height:120px;margin-bottom:20px;}
@media screen and (max-width: 767px) {
  .rf-capabilities {
    padding: 30px 0 30px 0;
    font-size: 16px;
  }
  .rf-capabilities__item-title {
    font-size: 20px;
  }
  .rf-capabilities__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .rf-capabilities__item:after {
    display: none;
  }
  .rf-capabilities__item-title {min-height:auto;}
  .rf-using2__cell-title.m120{min-height:auto;margin-bottom:30px;}
}