body {
  font-size: 16px;
  line-height: 1.2em;
  background-color: white;
  word-break: normal !important;
}
/* .body {
  overflow: hidden;
} */

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#iris-o-form {
  position: relative;
  z-index: 2;
}

#iris-o-form>div {
  flex-direction: column;
  align-items: center;
}

#iris-o-form .col-md-4 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#iris-o-form-p {
  text-align: left;
  font: normal normal normal 28px/38px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}

#iris-o-form-submit {
  background-color: #93df1c;
  border-color: #93df1c;
  border-radius: 28px;
  text-align: center;
  font: normal normal normal 24px/40px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: lowercase;
  margin-top: 20px;
  width: 100%;
  transition: all .3s ease;
}

#iris-o-form-submit:hover {
  background-color: #80b647;
  border-color: #80b647;
}

@media (max-width: 992px) {
  .container.form__body {
    padding-bottom: 50px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #iris-o-form {
    padding: 0 20px;
  }
}

#contact-footer {
  display: flex !important;
  flex-direction: column !important;
}

#contact-footer a {
  display: inline-block;
  margin-bottom: 5px;
  color: #6c6c6c !important;
  text-decoration: none;
  white-space: nowrap;
}

#social-footer a .fab {
  color: #6c6c6c !important;
}

@media (min-width: 1024px) {
  #contact-footer {
    color: #6c6c6c !important;
  }
}

.alert {
  max-width: 700px;
}

.btn-1 {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #7DC35A;
  color: white;
  font: normal normal normal 18px / 20px Acrom !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-1:hover {
  color: white !important;
  background-color: #272727;
  text-decoration: none !important;
}
.btn-1:active {
  background-color: #181818;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white {
  background-color: white;
  color: #121212;
  border: 1px solid #121212;
}
.btn-1--white:hover {
  background-color: #272727;
  border-color: #272727;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white:active {
  background-color: #181818;
  border-color: #181818;
  color: white;
  text-decoration: none !important;
}

.btn-1--black {
  background-color: #121212;
  color: white;
}
.btn-1--black:hover {
  color: white !important;
  background-color: #272727;
  text-decoration: none !important;
}
.btn-1--black:active {
  background-color: #272727;
  color: white !important;
  text-decoration: none !important;
}

.container {
  /* TODO: Удалить */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1400px !important;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1400px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1100px !important;
  }
}

@media (max-width: 1140px) {
  .container {
    max-width: 768px !important;
  }
}


@media (max-width: 768px) {
  .btn-1 {
    height: 45px;
    font: normal normal normal 16px / 100% Acrom !important;
  }
}


.main {
  padding-top: 170px;
  padding-bottom: 160px;
}
.main__body {
  display: flex;
  justify-content: space-between;
}
.main__title {
  margin-right: 40px;
}
.main__title-subtitle {
  padding: 0;
  margin: 0 0 18px 0;
  font: normal normal 400 24px/100% Acrom;
  color: #121212;
}
.main__title-name {
  padding-bottom: 24px;
  width: 328px;
  border-bottom: 2px solid rgba(18, 18, 18, 0.5);
}
.main__title-text {
  padding: 0;
  margin: 8px 0 30px 0;
  font: normal normal normal 20px/100% Acrom;
  color: #121212;
}
.main__text {
  padding: 36px 50px;
  width: 937px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
.main__text p {
  padding: 0;
  margin: 0 0 12px 0;
  font: normal normal normal 20px/120% Acrom;
  color: #121212;
}

.main__img {
  margin-top: 32px;
  margin-bottom: 12px;
}
.main__btns {
  display: flex;
  justify-content: space-around;
}
.main__col {
  width: 332px;
}
.main__btns-text {
  margin-bottom: 16px;
}
.main__btns-text h2 {
  padding: 0;
  margin: 0 0 2px 0;
  font: normal normal 700 36px/110% Acrom;
  color: #121212;
  text-align: center;
}
.main__btns-text p {
  padding: 0;
  margin: 0;
  font: normal normal 400 18px/110% Acrom;
  color: #868686;
  text-align: center;
}

@media (max-width: 1140px) {
  .main {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .main__body {
    flex-direction: column;
  }
  .main__title {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .main__text {
    width: auto;
  }

  .main__btns {
    flex-direction: column;
    align-items: center;
  }
  .main__col {
    margin-bottom: 30px;
    width: auto;
    max-width: 420px;
  }
  .main__col .btn-1 {
    width: 288px;
  }
}

@media (max-width: 768px) {
  .main {
    padding-top: 140px;
  }
  .main__title {
    margin-bottom: 24px;
  }
  .main__title-subtitle {
    font: normal normal 400 21px / 100% Acrom;
  }
  .main__title-name {
    padding-bottom: 21px;
    width: 100%;
    max-width: 328px !important;
  }

  .main__text {
    padding: 24px 16px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .main__text p {
    font: normal normal normal 14px / 120% Acrom;
  }

  .main__btns {
    margin-top: 32px;
  }
  .main__btns-text {
    margin-bottom: 12px;
  }
  .main__col {
    margin-bottom: 20px;
  }
  .main__btns-text h2 {
    font: normal normal 700 24px / 110% Acrom;
  }
  .main__btns-text p {
    font: normal normal 400 16px / 110% Acrom;
  }
}

@media (max-width: 540px) {
  .main__title-text {
    font: normal normal normal 17px / 100% Acrom;
  }
}


.table__title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 12px;
  border-bottom: 1px solid #333333;
}
.table__title .mcol-1 {
  padding: 0;
  margin: 0;
  font: normal normal 700 24px/100% Acrom;
  color: #121212;
}
.table__title .mcol-2, 
.table__title .mcol-3,
.table__title .mcol-4 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal 700 32px/100% Acrom;
  text-align: right;
}

.mcol-1 {
  flex: 1;
}
.mcol-2,
.mcol-3,
.mcol-4 {
  width: 270px;
}

.table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AEAEAE;
  background-color: rgba(255,255,255,.9);
}
.row--select {
  background-color: #FAFAFA;
}
.table__row .mcol-1 {
  padding: 0;
  margin: 8px 0 8px 0;
  font: normal normal normal 20px/100% Acrom;
  color: #616161;
}
.table__row .mcol-2,
.table__row .mcol-3,
.table__row .mcol-4 {
  padding: 0;
  margin: 8px 0 8px 0;
  font: normal normal normal 20px/100% Acrom;
  color: #121212;
  text-align: right;
}


@media (max-width: 1400px) {
  .mcol-1 {
    min-width: 480px;
  }
}


@media (max-width: 1140px) {
  .table__title .mcol-1,
  .table__title .mcol-2,
  .table__title .mcol-3,
  .table__title .mcol-4 {
    font: normal normal 700 12px / 100% Acrom;
  }
  .table__row .mcol-1 {
    font: normal normal normal 14px / 100% Acrom;
  }
  .table__row .mcol-2,
  .table__row .mcol-3,
  .table__row .mcol-4 {
    font: normal normal normal 14px / 100% Acrom;
  }

  .mcol-1 {
    min-width: 348px;
  }
}

@media (max-width: 768px) {
  .table__body {
    margin-right: -15px;
    width: calc(100% + 15px);
    overflow: auto;
  }
  .table__body > div {
    padding-right: 15px;
  }
  .mcol-1 {
    min-width: 198px;
    max-width: 198px;
    flex: auto;
  }
  .mcol-2,
  .mcol-3,
  .mcol-4 {
    flex: 1;
  }
}

@media (max-width: 486px) {
  .table__body > div {
    width: 486px;
  }
  .mcol-1 {
    min-width: 198px;
    max-width: 198px;
  }
  .mcol-2,
  .mcol-3,
  .mcol-4 {
    width: 86px;
    min-width: 86px;
    flex: auto;
  }
}

.sensor {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
}
.sensor__body {
  margin-top: -9%;
  margin-right: -9%;
}
.sensor__body img {
  margin-left: auto;
  width: 70%;
}
.sensor__block {
  position: absolute;
  left: 0;
  padding: 36px 50px;
  bottom: 35%;
  font: normal normal normal 20px/120% Acrom;
  color: #121212;
  background-color: rgba(250, 250, 250, 0.95);
  width: 670px;
  border-radius: 20px;
}

.sensor__row{
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 16%;
  left: 0;
  max-width: 670px;
  width: 100%;
}

.sensor__row .mpt{
  width: calc(50% - 10px);
  max-width: unset;
}

@media (max-width: 1140px) {
  .sensor {
    padding-bottom: 60px;
  }
  .sensor__block {
    position: relative;
    margin-top: -30px;
    width: 738px;
  }

  .sensor__row{
    position: relative;
    max-width: 738px;
  }

  .sensor__row .mpt{
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .sensor__body {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sensor__body img {
    width: 100%;
  }
  .sensor__block {
    padding: 24px 16px;
    font: normal normal normal 16px/120% Acrom;
    width: calc(100% + 30px);
  }

  .sensor__row{
    display: block;
  }
  .sensor__row .mpt{
    width: 100%;
  }
}


.video {
  margin-bottom: 160px;
}
.video__body {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.video__item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.video__item > div {
	position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video__item > p {
  margin: 12px 0 0 0;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #121212;
}
.video__item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pages/lime-diff/icon-play.svg) no-repeat center;
  background-size: 62px;
  transition: .3s ease;
	z-index: 2;
}
.video__item > a:hover {
  background-size: 82px;
}

@media (max-width: 1140px) {
  .video {
    margin-bottom: 100px;
  }
  .video__body {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
		align-items: center;
  }
  .video__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
		max-width: 420px;
  }
}

@media (max-width: 768px) {
  .video {
    margin-bottom: 60px;
  }
  .video__item > p {
    margin: 8px 0 0 0;
    font: normal normal normal 16px / 120% Acrom !important;
  }
}


.library {
  padding-bottom: 130px;
}

.library__body {
  display: flex;
  align-items: stretch;
}

.library__list {
  padding: 48px 70px 55px 70px;
  margin-right: 20px;
  background-color: #FAFAFA;
  border-radius: 20px;
  width: 480px;
}

.library__list h3 {
  padding: 0;
  margin-bottom: 24px;
  font: normal normal bold 32px / 38px Acrom !important;
  color: #121212;
  text-align: center;
}

.library__list a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 46px;
  margin-bottom: 16px;
  height: 80px;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #121212;
  text-decoration: none;
  background-color: white;
  border-radius: 8px;
  transition: all .3s ease;
}
.library__list svg {
  margin-right: 16px;
  fill: #121212;
  transition: all .3s ease;
}

.library__list a:hover {
  color: white !important;
  background-color: #8FCA52;
  text-decoration: none !important;
}
.library__list a:hover svg {
  fill: white;
}

.library__icon--book {
  margin-right: 16px;
  width: 32px;
  min-width: 32px;
  height: 26px;
  background: url(../img/pages/lime-diff/library-book.png) no-repeat center;
  background-size: 100%;
}
.library__icon--drawing {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: url(../img/pages/lime-diff/library-drawing.png) no-repeat center;
  background-size: 100%;
}
.library__list a:hover .library__icon--book {
  background: url(../img/pages/lime-diff/library-book_w.png) no-repeat center;
  background-size: 100%;
}
.library__list a:hover .library__icon--drawing {
  background: url(../img/pages/lime-diff/library-drawing_w.png) no-repeat center;
  background-size: 100%;
}

.library__form {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
.library__form > div {
  width: 100%;
}

@media (max-width: 1400px) {
  .library {
    padding-bottom: 60px;
  }

  .library__list {
    padding: 28px 20px 35px 20px;
  }
}

@media (max-width: 1140px) {
  .library__body {
    flex-direction: column;
  }

  .library__list {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: auto;
    max-width: 420px;
  }

  .library__list h3 {
    margin-bottom: 16px;
    font: normal normal bold 20px / 24px Acrom !important;
  }

  .library__list a {
    margin-bottom: 8px;
    font: normal normal normal 16px / 19px Acrom !important;
    background-color: #f6f6f6;
  }

  .library__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    background-color: #F9F9F9;
  }
}

.mpt{
  max-width: 272px;
  padding: 14px 20px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-top: 30px;
  color: #121212;
  display: block;
  text-decoration: none !important;
  border: none;
  text-align: left;
}

.mpt:hover{
  text-decoration: none !important;
  border: none;
  color: #121212 !important;
}

.mpt__title{
  font-size: 16px;
  color: #8D8D8D;
}

.mpt__text{
  font-size: 20px;
  color: #121212;
  margin-top: 8px;
}

.mpt:hover .mpt__text{
  color: #121212;
}

.mpt span{
  color: #121212;
  text-decoration: underline;
}

.mpt:hover span{
  color: #121212;
  text-decoration: none;
}

@media (max-width: 960px) {
  .sensor__row .mpt{
    margin-top: 8px;
  }
  .mpt__title{
    font-size: 16px;
  }
  .mpt__text{
    font-size: 18px;
  }
  .diagnostic__card__text a{
    font-size: 12px;
  }
}