.brands-types {
  display: flex;
  justify-content: space-between;
}
.brands-types__type {
  flex-basis: calc(33% - 10px);
}
.brands-types__type-input {
  display: none;
}
.brands-types__type-input:checked + .brands-types__type-label {
  background: #ff9c00;
  border-color: #ff9c00;
  color: #fff;
}
.brands-types__type-label {
  font-size: 15px;
  line-height: 1em;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  display: block;
  padding: 25px;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.brands-text {
  margin-top: 30px;
}

.brands-partners__layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brands-partners__item {
  flex-basis: calc(33% - 10px);
  height: 80px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.brands-partners__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=brands.css.map */
