@media only screen and (max-width: 1200px) {
  .sensor-wrap {
    overflow-x: scroll;
  }
}

.sensor {
  overflow: hidden;
  opacity: 0;
  min-width: 1200px;
}
@media only screen and (max-width: 1680px) {
  .sensor > p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .sensor > p {
    font-size: 10px !important;
  }
}
.sensor .build {
  opacity: 1;
}
.sensor .central {
  opacity: 1;
  top: 57%;
  left: 35.5%;
}
.sensor .control {
  left: 65%;
}
.sensor .servers {
  left: 37%;
}
@media only screen and (max-width: 1500px) {
  .sensor .servers {
    left: 38%;
  }
}
@media only screen and (max-width: 1365px) {
  .sensor .servers {
    left: 39%;
  }
}
.sensor .workplace {
  top: 60%;
  left: 17%;
}
.sensor .sensorcable {
  top: 80%;
  left: 16%;
}
@media only screen and (max-width: 1500px) {
  .sensor .sensorcable {
    left: 14%;
  }
}
.sensor .dts {
  top: 28%;
  left: 53.5%;
}
@media only screen and (max-width: 1500px) {
  .sensor .dts {
    top: 28%;
  }
}
.sensor .magistral {
  top: 65%;
  left: 59%;
}
@media only screen and (max-width: 1500px) {
  .sensor .magistral {
    left: 58%;
  }
}
.sensor #width1,
.sensor #width2 {
  transform: translate(79px, -58px);
}
.sensor #circles {
  transform-origin: 73% 83%;
}
.sensor .km {
  top: 58.3%;
  left: 71%;
}
@media only screen and (max-width: 1500px) {
  .sensor .km {
    top: 57.4%;
  }
}
.sensor .st17 {
  fill: none;
  stroke: #2C2C56;
  stroke-width: 0.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
}
.sensor #d1 {
  display: none !important;
}

.wrap {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 28px 54px;
}
@media only screen and (max-width: 1500px) {
  .wrap {
    padding: 28px 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .wrap {
    padding: 18px 35px;
  }
}
@media only screen and (max-width: 1365px) {
  .wrap span {
    font-size: 12px;
  }
}
.wrap__title {
  color: #662883;
  font-weight: 900;
  line-height: 1.2;
  font-size: 17px !important;
  margin-bottom: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 1365px) {
  .wrap__title {
    font-size: 15px !important;
  }
}
.wrap__item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.wrap__item:last-child {
  margin-bottom: 0;
}
.wrap__item svg {
  margin-right: 10px;
  width: 45px;
}
@media only screen and (max-width: 1365px) {
  .wrap__item svg {
    width: 35px;
  }
}

.oil {
  position: relative;
  opacity: 0;
  overflow: hidden;
  min-width: 1200px;
}
.oil > p {
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1.2;
}
.oil .central {
  left: 31%;
  top: 37%;
  opacity: 0;
  font-size: 14px;
}
.oil .cable {
  left: 34%;
  top: 56%;
  font-size: 12px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .oil .cable {
    font-size: 10px;
  }
}
.oil .sensors {
  left: 35%;
  top: 79%;
  font-size: 12px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .oil .sensors {
    font-size: 10px;
  }
}
.oil .control {
  left: 10%;
  top: 76%;
  font-size: 12px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .oil .control {
    font-size: 10px;
  }
}

.optical {
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  opacity: 0;
  font-size: 14px;
  top: 69%;
  left: 67%;
}

.excavator {
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  opacity: 0;
  font-size: 14px;
  top: 82%;
  left: 59%;
}

/*# sourceMappingURL=sensor.css.map */
