.rf-intro_access-control {
  background: url(../../img/bg_intro_4.jpg) top center no-repeat;
  background-size: cover;
}
.breadcrumbs-wrapper{background-color:#f2f2f2;}
/*=========================
  Technologies
===========================*/
body{background-color:#fff;}
.rf-section-description{font-size:22px;}
.rf-technologies {
  margin-bottom: 160px;
  font-size: 25px;
  position: relative;
}
.rf-technologies:before,
.rf-technologies:after {
  content: "";
  display: block;
  position: absolute;
}
.rf-technologies:before {
  width: 550px;
  height: 313px;
  background: url(../../img/tablet2.png) no-repeat;
  background-size:100%;
  bottom: -22%;
  left: 0;
}
.rf-technologies:after {
  width: 330px;
  height: 251px;
  background: url(../../img/tablet3.png) no-repeat;
  background-size:100%;
  bottom: -19%;
  right: 7%;
}
.rf-technologies__items {
  margin-top: 110px;
}
.rf-technologies__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding-right: 41px;
  padding-left: 41px;
  position: relative;
}
.rf-technologies__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.rf-technologies__item:nth-child(1):after {
  width: 150px;
  height: 157px;
  background: url(../../img/map.png) no-repeat;
  top: -65px;
  right: 45px;
  background-size:100%;
}
.rf-technologies__item:nth-child(2):after {
  width: 240px;
  height: 199px;
  background: url(../../img/camera.png) no-repeat;
  background-size:100%;
  bottom: 25px;
  right: 70px;
}
.rf-technologies__item:nth-child(3):after {
  width: 200px;
  height: 203px;
  background: url(../../img/running.png) no-repeat;
  opacity: .4;
  top: -85px;
  right: 20px;
  background-size:100%;
}
.rf-technologies__item-title {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size:20px;
  height:auto;
  min-height:48px;
}
.rf-technologies__item-text{font-size:16px;line-height:1.5;padding-right: 28px;}
@media screen and (max-width: 1700px) {
	.rf-technologies:after{bottom:-32%;right:15%;}
	.rf-technologies{margin-bottom:210px;}
}
@media screen and (max-width: 1200px) {
	.rf-technologies:after{right:5%;}
}
@media screen and (max-width: 960px) {
  .rf-technologies:before,
  .rf-technologies:after {
    display: none;
  }
  .rf-technologies{margin-bottom:60px;}
}
@media screen and (max-width: 767px) {
  .rf-technologies {
    margin-bottom: 50px;
  }
  .rf-technologies__items {
    margin-top: 50px;
  }
  .rf-technologies__item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
  .rf-technologies__item:after {
    display: none !important;
  }
  .rf-technologies p {
    font-size: 16px;
  }
  .rf-technologies__item-title {
    margin-bottom: 15px;
  }
}

/*===========================
  Working
============================*/
.rf-working {
  padding-top: 30px;
  background-image: url(../../img/hand2.png);
  background-repeat: no-repeat;
  background-position: -60px 100px;
}
.rf-working__items {
  padding-bottom: 170px;
  margin-top: 160px;
}
.rf-working__item {
  position: relative;
  margin-bottom: 100px;
}
.rf-working__item:nth-child(1) {
  max-width: 594px;
  transform: translateX(500px);
}
.rf-working__item:nth-child(2) {
  max-width: 740px;
  margin-bottom: 190px;
}
.rf-working__item:nth-child(2):after {
  content: "";
  display: block;
  width: 439px;
  height: 425px;
  background: url(../../img/antenna.png) center no-repeat;
  position: absolute;
  top: 0;
  right: -425px;
}
.rf-working__item:nth-child(3) {
  max-width: 620px;
  transform: translateX(440px);
}
.rf-working__item:nth-child(3):after {
  content: "";
  display: block;
  width: 1031px;
  height: 643px;
  background: url(../../img/tablet4.png) center no-repeat;
  position: absolute;
  bottom: -270px;
  left: -925px;
  z-index: -2;
}
.rf-working__item-number {
  font-size: 300px;
  font-weight: bold;
  opacity: .3;
  color: #b1b1b1;
  position: absolute;
  top: -165px;
  left: -90px;
  z-index: 1;
}
.rf-working__item-title,
.rf-working__item-text {
  position: relative;
  z-index: 2;
}
.rf-working__item-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.rf-working__item-text {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .rf-working {
    background-size: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .rf-working {
    background: none;
  }
  .rf-working__items {
    margin-top: 0;
  }
  .rf-working__item {
    max-width: 100% !important;
    margin-bottom: 30px !important;
    transform: translateX(0) !important;
    text-align: center;
  }
  .rf-working__item:after {
    display: none !important;
  }
  .rf-working__item-number {
    position: static;
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .rf-working__item-title {
    font-size: 20px;
  }
  .rf-working__item-text {
    font-size: 20px;
  }
  .rf-working__items {
    padding-bottom: 30px;
  }
}
