/* line 33, style_small.scss */
html {
  display: flex;
  justify-content: center;
}

/* line 38, style_small.scss */
.appBody {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  /* .appBody__content */
}
/* line 49, style_small.scss */
.appBody .appBody__header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
}
/* line 56, style_small.scss */
.appBody .appBody__header .header__wrapper {
  width: 1000px;
  padding: 0 30px;
  box-sizing: border-box;
}
/* line 61, style_small.scss */
.appBody .appBody__header .header__wrapper .wrapper__logo {
  width: 130px;
}
/* line 65, style_small.scss */
.appBody .appBody__header .header__wrapper .wrapper__title {
  font-family: 'Rubrik New';
  font-weight: 600;
  font-style: italic;
  font-size: .6rem;
  margin-top: 8px;
  color: #9e9e9e;
}
/* line 77, style_small.scss */
.appBody .appBody__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.6);
  /* .content__section */
}
/* line 83, style_small.scss */
.appBody .appBody__content .content__section {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  /* .section__wrapper */
}
/* line 108, style_small.scss */
.appBody .appBody__content .content__section.ts .text__descr {
  text-align: justify;
}
/* line 117, style_small.scss */
.appBody .appBody__content .content__section.contacts .descr__item {
  line-height: 1.6rem !important;
  font-size: 1rem !important;
}
/* line 122, style_small.scss */
.appBody .appBody__content .content__section.contacts a:link,
.appBody .appBody__content .content__section.contacts a:visited,
.appBody .appBody__content .content__section.contacts a:hover,
.appBody .appBody__content .content__section.contacts a:active {
  color: #fff;
}
/* line 131, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper {
  position: relative;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
/* line 141, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 148, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__title {
  font-size: 1.6rem;
  font-family: 'Rubrik New';
  font-weight: 600;
  font-style: italic;
  letter-spacing: -.7px;
  margin-bottom: 1.3rem;
}
/* line 159, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__title.contacts {
  background-color: #fff;
}
/* line 164, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr {
  line-height: 1.6rem;
  font-size: 1.2rem;
}
/* line 168, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__item {
  margin-bottom: 1.7rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 175, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 180, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__icons .icons__icon {
  height: 17px;
  margin-right: 17px;
  opacity: .2;
  cursor: pointer;
}
/* line 186, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__icons .icons__icon.textIcon {
  height: 8px;
}
/* line 194, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image {
  flex: 0 0 180px;
  width: 100%;
  padding: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 205, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.gateway {
  background-image: url(../images/devices/gateway.png);
}
/* line 208, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.RFID {
  background-image: url(../images/devices/RFID.png);
}
/* line 211, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.TPMS {
  background-image: url(../images/devices/TPMS.png);
}
/* line 214, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.door {
  background-image: url(../images/devices/doors.png);
}
/* line 217, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.camera {
  background-image: url(../images/devices/camera.png);
}
/* line 220, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.ts {
  background-image: url(../images/devices/TS.png);
}
/* line 223, style_small.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.contacts {
  display: none;
}

/* line 236, style_small.scss */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
