.b-characteristic__cont {
  display: flex;
  flex-flow: row nowrap;
}

.b-characteristic__table {
  flex: 1;
  margin-bottom: -21px;
}

.b-characteristic__table h3:first-child {
  margin-top: 0;
}

.b-characteristic__table table td:first-child {
  font-weight: 600;
}

.b-characteristic__scheme {
  flex: 0 0 369px;
  margin-left: 21px;
}

.b-characteristic__scheme img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.b-characteristic__scheme a {
  display: block;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 5px;
  border: none;
}

.b-characteristic__scheme a:nth-last-child(-n + 1) {
  margin-bottom: 0;
}

.b-characteristic__scheme a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.b-characteristic__scheme a:hover::before {
  opacity: 1;
  cursor: zoom-in;
}

@media only screen and (max-width: 1199px) {
  .b-characteristic__scheme {
    flex: 0 0 300px;
  }
}

@media only screen and (max-width: 991px) {
  .b-characteristic__cont {
    flex-direction: column-reverse;
  }

  .b-characteristic__scheme {
    margin-left: 0;
  }

  .b-characteristic__scheme a {
    pointer-events: none;
  }
}
/*# sourceMappingURL=maps/b-characteristic_1.css.map */
