.services-production.block {
  margin-bottom: 6.25rem;
}
@media (max-width: 992px) {
  .services-production.block {
    margin-bottom: 3rem;
  }
}
.services-production__inner {
  display: flex;
  flex-direction: column;
}
.services-production .services-production__title.block-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #9c9c9c;
  margin-bottom: 2.31rem;
  align-self: flex-start;
}
.services-production__content {
  width: 100%;
  margin-bottom: 0;
}
.services-production__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 3rem;
  row-gap: 1.56rem;
  padding-left: 0;
  margin-bottom: 0;
}
.services-production__item {
  list-style: none;
}
.services-production__item a {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  display: flex;
  column-gap: 0.43rem;
  transition: 0.3s;
}
.services-production__item a::before {
  content: "+";
  color: #9c9c9c;
  transition: 0.3s;
}
.services-production__item a:hover {
  color: #b81f1b;
  text-decoration: none;
}
.services-production__item a:hover::before {
  color: #b81f1b;
}
.services-production__link {
  border: 0.06rem solid #fff;
  min-width: 12.93rem;
}
.services-production__link:hover {
  color: #565656;
  background-color: #fff;
}
.vocabulary-uslugi-proizvodstva {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vocabulary-uslugi-proizvodstva .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.vocabulary-uslugi-proizvodstva .field--name-description {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
}
