.manufacturer-content {
  font-size: 16px;
  margin-bottom: -5px;
}
.manufacturer-content p {
  margin-bottom: 24px;
}
.manufacturer-content-img {
  float: left;
  max-width: 163px;
  width: 50%;
  margin: 0 15px 0 0;
}
.manufacturer-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 10px;
}
.manufacturer-elem {
  margin: 0 12px 24px;
  width: calc(33.3333% - 24px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  padding: 20px 12px 18px;
  transition: box-shadow 0.2s ease-out;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}
.manufacturer-elem:hover {
  box-shadow: 0 1px 8px rgba(63, 63, 63, 0.3);
}
.manufacturer-elem:hover .manufacturer-elem-more {
  text-decoration: none;
}
.manufacturer-elem-img {
  width: 132px;
  margin: 0 auto 18px;
}
.manufacturer-elem-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 24px;
  position: relative;
}
.manufacturer-elem-title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 120px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  background: #d96e1d;
}
.manufacturer-elem-more {
  font-size: 15px;
  font-weight: 600;
  color: #d96e1d;
  text-decoration: underline;
  margin: 0;
}
.go-more-link-block {
  padding: 16px 0 22px;
}
.go-more-link {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.go-more-link:hover span {
  border-bottom-color: transparent;
}
.go-more-link span {
  border-bottom: 1px solid #d96e1d;
  margin-right: 10px;
  transition: border-bottom-color 0.2s ease-out;
}
.go-more-link::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' fill-rule='evenodd' width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D96E1D' d='M7.637 1.42l.89-.89a.958.958 0 0 1 1.359 0l7.793 7.788a.958.958 0 0 1 0 1.36L9.886 17.47a.958.958 0 0 1-1.36 0l-.889-.89a.963.963 0 0 1 .016-1.375l4.83-4.602H.964A.96.96 0 0 1 0 9.64V8.36a.96.96 0 0 1 .962-.963h11.522L7.653 2.794a.956.956 0 0 1-.016-1.375z'/%3E%3C/svg%3E");
}
@media (max-width: 619px) {
  .manufacturer-elem {
    width: calc(50% - 24px);
  }
}
@media (max-width: 399px) {
  .manufacturer-list {
    display: block;
  }
  .manufacturer-elem {
    width: auto;
  }
}

