body {
  background-color: #000;
  color: #fff;
  font-family: "Gilroy";
}
body.locked {
  overflow: hidden;
}
body.locked .header {
  position: fixed;
  z-index: 103;
}

h1, h2, h3, h4 {
  font-family: "Gilroy-Bold";
}

a {
  text-decoration: none;
}
a:visited {
  color: #fff;
}

.r180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.white {
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

.burger {
  cursor: pointer;
  overflow: hidden;
}
.burger.open {
  z-index: 101;
}
.burger.open span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger.open span:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger.open span:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger.open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url("../img/section-bg.jpg") center/cover no-repeat;
}
.mobilemenu.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobilemenu ul {
  text-align: center;
}
.mobilemenu ul li {
  margin: 15px 0;
}
.mobilemenu ul li a {
  font-size: 30px;
  line-height: 150%;
  color: white;
}

.header {
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.header .logo {
  z-index: 202;
  position: relative;
  max-width: 100px;
}
.header .burger {
  margin-top: 12px;
  display: none;
}
@media screen and (max-width: 769px) {
  .header .burger {
    display: block;
  }
}
.header .burger span {
  background-color: #EE5A47;
  width: 30px;
  height: 4px;
  margin: 5px 0;
  display: block;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  width: 300px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .btn {
    width: 100%;
  }
}
.btn-red {
  background: #EE5A47;
}
.btn-transparent {
  border: 1px solid #EE5A47;
}

.redbox {
  position: relative;
}
.redbox::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #EE5A47;
  z-index: -1;
  left: -5px;
  bottom: -5px;
}

.hero {
  background: url("../img/section-bg.jpg") center/cover no-repeat;
  padding: 90px 0 30px;
}
.hero .logo {
  margin-bottom: 50px;
}
.hero h1 {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.hero .brand {
  font-size: 32px;
  line-height: 95.4%;
  text-transform: uppercase;
  color: #E64D41;
  display: block;
  margin-bottom: 10px;
}
.hero p {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
}

.about {
  background: #FFFFFF;
  color: #000;
  padding: 32px 10px;
}
.about h2 {
  font-size: 24px;
  line-height: 29px;
  color: #EE5A47;
  margin-bottom: 15px;
}
.about span {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 40px;
}
.about span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #EE5A47;
  left: 0px;
  top: 0px;
}

.stats {
  padding: 32px 10px;
  background-color: #000;
  color: white;
}
.stats--block {
  margin: 15px 0;
}
.stats h3 {
  font-size: 24px;
  line-height: 29px;
  color: #EE5A47;
}
.stats p {
  font-size: 16px;
  line-height: 19px;
  color: #9E9E9E;
  margin: 15px 0;
}
.stats--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 150px;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .stats--label {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stats--label .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stats .opened .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stats--more {
  max-height: 0;
  overflow: hidden;
}
.stats .index {
  font-size: 18px;
  color: #FFFFFF;
}
.stats .value {
  font-family: "Gilroy-Bold";
  margin: 0 30px;
}
.stats .value-green {
  color: #A2DC61;
}
.stats .value-yellow {
  color: #FFE06F;
}
.stats .value-orange {
  color: #FF7A00;
}
.stats .value-pink {
  color: #FF6A6E;
}
.stats .value-red {
  color: #FF0000;
}

.devices {
  background: #fff;
  color: #000;
  padding: 32px 10px 32px;
}
.devices h4 {
  font-size: 24px;
  line-height: 29px;
  color: #EE5A47;
  margin-bottom: 20px;
}
.devices .name {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
  display: block;
}
.devices .text {
  font-size: 16px;
  line-height: 19px;
  color: #9E9E9E;
  display: block;
  text-align: justify;
}
.devices img {
  max-width: 100%;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}
.devices ul li {
  list-style-type: disc;
  margin: 5px 0;
}

.work {
  background: #fff;
  color: #000;
  padding: 32px 10px;
}
.work h5 {
  font-size: 24px;
  line-height: 29px;
  color: #EE5A47;
  margin-bottom: 20px;
}
.work p {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
  text-align: justify;
}
.work img {
  margin-right: 10px;
}
.work span {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #000718;
}
.work .d-flex {
  margin-bottom: 15px;
}

.certs {
  padding: 32px 10px;
  background-color: #000;
  color: white;
}
.certs h6 {
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.certs p {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.certs--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .certs--images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.certs--images img {
  max-width: 100%;
}
.certs figure {
  min-width: 70px;
  padding: 15px 0;
}
.certs img {
  margin-right: 10px;
}
.certs span {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.certs .d-flex {
  margin-bottom: 15px;
}

.map {
  padding-top: 120px;
  padding-bottom: 60px;
}
.map #mapblock {
  width: 100%;
  height: 500px;
}
.map .filter {
  margin: 30px 0;
}
.map .filter a {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000718;
  display: inline-block;
}
.map .filter a.active {
  background: #EE5A47;
  color: #fff;
}
.map .result {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #A2DC61;
  display: block;
  margin: 30px 0;
}

.footer {
  background: url("../img/section-bg.jpg") center/cover no-repeat;
  padding: 50px 0;
}
.footer ul {
  margin-top: 30px;
}
.footer ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
}
.footer ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.footer .info {
  margin-top: 30px;
}
.footer .info .adress:before {
  content: url(../img/icon-map-pin.svg);
}
.footer .info .tele:before {
  content: url(../img/icon-phone.svg);
}
.footer .info .email:before {
  content: url(../img/icon-mail.svg);
}
.footer .info span {
  display: block;
  margin: 15px 0;
  position: relative;
  padding-left: 20px;
}
.footer .info span:before {
  position: absolute;
  left: 0;
  top: 0;
}

#map {
  max-width: 100%;
  height: 600px;
  top: 100px;
}
#map .leaflet-control {
  display: none;
}
#map .main {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .top {
  width: auto;
  background-color: rgba(0, 0, 0, 0.5058823529);
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
#map .main .top h1 {
  font-size: 16px;
  color: #00e1e5;
}
#map .main .controls {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left {
  height: 250px;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5058823529);
  border-radius: 0 20px 20px 0;
}
#map .main .controls .left .left-top {
  padding: 0 15px;
  border-bottom: solid 1px #00e1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left .left-top span {
  font-size: 14px;
  color: #00e1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left .left-top span b {
  font-size: 30px;
  margin-right: 10px;
}
#map .main .controls .left .left-top .play:hover {
  cursor: pointer;
}
#map .main .controls .left .left-top .play {
  margin-left: 50px;
  border: solid 1px #00e1e5;
  padding: 3px;
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
#map .main .controls .left .scan-block {
  padding: 15px 30px;
}
#map .main .controls .left .scan-block .scan-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left .scan-block .scan-time .time::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #00e1e5;
  border-radius: 4px;
  margin-right: 5px;
}
#map .main .controls .left .scan-block .scan-time .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left .scan-block .scan-time .time span {
  color: white;
  font-size: 16px;
}
#map .main .controls .left .scan-block .scan-time .time .name {
  font-size: 12px;
  margin-left: 5px;
}
#map .main .controls .left .scan-block .scan-time .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .left .scan-block .scan-time .number span {
  font-size: 16px;
  color: white;
}
#map .main .controls .left .scan-block .scan-time .number .result {
  margin-left: 5px;
  font-size: 12px;
  color: #07c101;
}
#map .main .controls .right {
  height: 80vh;
  width: 18%;
  background-color: rgba(0, 0, 0, 0.5058823529);
  border-radius: 20px 0 0 20px;
}
#map .main .controls .right .right-top {
  padding: 0 15px;
  border-bottom: solid 1px #00e1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .right .right-top span {
  font-size: 14px;
  color: #00e1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .right .right-top span b {
  font-size: 30px;
  margin-right: 10px;
}
#map .main .controls .right .right-top .option .obj {
  border-radius: 8px;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}
#map .main .controls .right .position-block {
  padding: 15px 30px;
}
#map .main .controls .right .position-block .scan-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#map .main .controls .right .position-block .scan-position .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#map .main .controls .right .position-block .scan-position .position span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: white;
  background-color: orange;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
#map .main .controls .right .position-block .scan-position .position .position-name {
  margin-left: 5px;
  color: white;
  font-size: 12px;
}
#map .main .controls .right .position-block .scan-position .position-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#map .main .controls .right .position-block .scan-position .position-number .num {
  color: white;
  font-size: 16px;
  margin-right: 30px;
}
#map .main .controls .right .position-block .scan-position .position-number span {
  font-size: 12px;
  color: #07c101;
}

.selected {
  background-color: #00e1e5;
}

.type-mod {
  position: absolute;
  bottom: 100px;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.type-mod a {
  text-decoration: none;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.3764705882);
  border-radius: 4px;
  margin: 0 4px;
}
.type-mod a span {
  color: white;
}
.type-mod .selected-type {
  background-color: #575757;
}/*# sourceMappingURL=style.css.map */