body .container.work-area{background-color:#fff;}
.rf-intro_producing {
  background: url(../../img/bg_intro_6.jpg) top center no-repeat;
  background-size: cover;
}
.rf-using2 {
  position: relative;
}
.rf-using2__section-title {
  position: absolute;
  padding-top: 25px;
  background: #f7f7f7;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 15px 20px 6px #f7f7f7;
}
.rf-using2__row {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.rf-using2__row:last-child {
  margin-bottom: 0;
}
.rf-using2__cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 25px;
}
.rf-using2__cell img {
  max-width: 100%;
  width:100%;
}
.rf-using2__cell:first-child {
  padding-right: 10px;
}
.rf-using2__cell:last-child {
  padding-left: 10px;
}
.rf-using2__cell-content {
  max-width: 440px;
}
.rf-using2__cell-content_left {
  float: right;
}
.rf-using2__cell-content_terminal {
  position: relative;
}
.rf-using2__cell-content_terminal:after {
  content: "";
  display: block;
  width: 298px;
  height: 451px;
  background: url(../../img/terminal.png) no-repeat;
  position: absolute;
  top: 60%;
  left: 95%;
}
.rf-using2__cell-content-item {
  margin-bottom: 70px;
}
.rf-using2__cell-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
}
.rf-using2__cell-list-item {
  margin-bottom: 10px;
}
.rf-using2_numbers-titles {
  margin-bottom: 100px;
  margin-top: 55px;
}
.rf-using2_numbers-titles .rf-section-title {
  margin-bottom: 55px;
}
.rf-using2_numbers-titles .rf-using2__row {
  margin-bottom: 80px;
}
.rf-using2_numbers-titles .rf-using2__cell-title {
  font-size: 40px;
  text-transform: initial;
}
.rf-using2_text-sm .rf-using2__cell-title {
  font-size: 25px;
}
.rf-using2__cell-title-number-wrap {
  display: table;
}
.rf-using2__cell-title-number-wrap .rf-using2__cell-number,
.rf-using2__cell-title-number-wrap span {
  display: table-cell;
  vertical-align: middle;
}
.rf-using2__cell-title-number-wrap .rf-using2__cell-number span {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-right: 15px;
  border: 7px solid #ffd000;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
}
.rf-using2__cell-text{font-size:20px;}
.bg_rf-using2__cell-content:before{
   content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 233px;
    top: 60px;
    left: 0px;
    background: url(../../img/camera2.png) 0% 0% / 100% no-repeat;
}
.bg_rf-using2__cell-content, .bg_rf-using2__cell-content2{position:relative;}
.rf-using2.rf-using2_text-sm.bg-primary.pt40{z-index:11;}
.bg_rf-using2__cell-content2:before{
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 231px;
    top: -195px;
    right: 170px;
    background: url(../../img/map2.png) 0% 0% / 100% no-repeat;
}
@media screen and (min-width: 1200px) {
  .rf-using2__cell:first-child {
    padding-right: 20px;
  }
  .rf-using2__cell:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 950px) {
  .rf-using2__cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .bg_rf-using2__cell-content2:before, .bg_rf-using2__cell-content:before{display:none;}
	.rf-using2 {
    padding-bottom: 25px;
  }
  .rf-using2__row,
  .rf-using2__cell {
    display: block;
  }
  .rf-using2__cell {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .rf-using2__cell img {
    display: none;
  }
  .rf-using2__cell-content {
    max-width: 100%;
  }
  .rf-using2__cell-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .rf-using2__cell-title {
    font-size: 20px !important;
  }
  .rf-using2__cell-content-item {
    margin-bottom: 20px;
  }
  .rf-using2__cell-content_left {
    float: none;
  }
  .rf-using2__cell-content_right {
    padding-right: 15px;
  }
  .rf-using2__cell-content_terminal:after {
    display: none;
  }
  .rf-using2_numbers-titles {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .rf-using2_numbers-titles .rf-section-title {
    margin-bottom: 30px;
  }
  .rf-using2_numbers-titles .rf-using2__row {
    margin-bottom: 30px;
  }
  .rf-using2__cell-title-number-wrap {
    display: block;
  }
  .rf-using2__cell-title-number-wrap .rf-using2__cell-number,
  .rf-using2__cell-title-number-wrap span {
    display: block;
    text-align: center;
  }
  .rf-using2__cell-title-number-wrap .rf-using2__cell-number {
    margin-bottom: 15px;
  }
  .bg_rf-using2__cell-content{background:none;}

  .rf-using2__cell-title-number-wrap .rf-using2__cell-number span {
    margin-right: 0;
  }
}
