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

/* line 38, style_large.scss */
.appBody {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f7f7;
  /* .appBody__content */
}
/* line 49, style_large.scss */
.appBody .appBody__header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 55, style_large.scss */
.appBody .appBody__header .header__wrapper {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Rubrik New';
  font-weight: 600;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  letter-spacing: -.4;
}
/* line 69, style_large.scss */
.appBody .appBody__header .header__wrapper .wrapper__logo {
  width: 190px;
}
/* line 73, style_large.scss */
.appBody .appBody__header .header__wrapper .wrapper_title {
  color: #9e9e9e;
}
/* line 79, style_large.scss */
.appBody .appBody__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* .content__section */
}
/* line 84, style_large.scss */
.appBody .appBody__content .content__section {
  min-height: 430px;
  display: flex;
  justify-content: center;
  /* .section__wrapper */
}
/* line 109, style_large.scss */
.appBody .appBody__content .content__section.ts .text__descr {
  text-align: justify;
}
/* line 120, style_large.scss */
.appBody .appBody__content .content__section.contacts .descr__item {
  line-height: 1.6rem !important;
  font-size: 1rem !important;
}
/* line 125, style_large.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: black;
}
/* line 133, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper {
  position: relative;
  width: 1000px;
  display: flex;
}
/* line 138, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 144, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__title {
  font-size: 2rem;
  font-family: 'Rubrik New';
  font-weight: 600;
  font-style: italic;
  letter-spacing: -.7px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.3rem;
}
/* line 156, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__title.contacts {
  background-color: #fff;
}
/* line 161, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr {
  line-height: 1.6rem;
  font-size: 1.2rem;
}
/* line 165, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__item {
  margin-bottom: 1.7rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.52157);
  line-height: 1.5rem;
}
/* line 173, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 178, style_large.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 184, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__text .text__descr .descr__icons .icons__icon.textIcon {
  height: 8px;
}
/* line 192, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image {
  flex: 1 1 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 200, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.gateway {
  background-image: url(../images/devices/gateway.png);
}
/* line 203, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.RFID {
  background-image: url(../images/devices/RFID.png);
}
/* line 206, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.TPMS {
  background-image: url(../images/devices/TPMS.png);
}
/* line 209, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.door {
  background-image: url(../images/devices/doors.png);
}
/* line 212, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.camera {
  background-image: url(../images/devices/camera.png);
}
/* line 215, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.ts {
  background-image: url(../images/devices/TS.png);
}
/* line 218, style_large.scss */
.appBody .appBody__content .content__section .section__wrapper .wrapper__image.contacts {
  background-image: url(../images/devices/anim_contacts2.gif);
}

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