<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.manufacturers {
  padding-bottom: 90px
}
.manufacturers__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px
}
.manufacturers__left {
  margin-right: 26px
}
.manufacturers__left-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #231f20;
  margin-bottom: 17px
}
.manufacturers__left-text {
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  margin-bottom: 20px
}
.manufacturers__left-link {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #af0606;
  transition: .3s
}
.manufacturers__left-link:hover {
  text-decoration: underline
}
.manufacturers__left-link svg {
  width: 14px;
  min-width: 14px;
  height: 10px;
  margin-left: 12px
}
.manufacturers__right {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0
}
.manufacturers__item {
  width: calc(33.33333% - 30px);
  margin: 30px 15px 0;
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 18px;
  background-color: #fff;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,.1)
}
.manufacturers__item-text {
  font-size: 16px;
  line-height: 22px;
  margin-left: 28px
}
.manufacturers__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #c5c5c5
}
.manufacturers__bottom-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #231f20
}
.manufacturers__bottom-right {
  display: flex
}
.manufacturers__bottom-item {
  display: flex;
  align-items: center
}
.manufacturers__bottom-item:first-of-type {
  margin-right: 48px
}
.manufacturers__bottom-text {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
  margin-right: 250px
}
.manufacturers__bottom-link {
  font-size: 16px;
  line-height: 22px;
  color: #777;
  display: block;
  transition: .3s
}
.manufacturers__bottom-link:hover {
  text-decoration: underline
}
.manufacturers__bottom-link svg {
  width: 14px;
  min-width: 14px;
  height: 10px;
  margin-left: 12px
}
@media (max-width:1023px) {
  .manufacturers__wrap {
    flex-direction: column;
    padding-bottom: 40px
  }
  .manufacturers__left {
    margin: 0 0 30px
  }
  .manufacturers__left-text br,
  .manufacturers__left-title br {
    display: none
  }
  .manufacturers__bottom {
    flex-direction: column;
    align-items: stretch
  }
  .manufacturers__bottom-title {
    margin-bottom: 20px
  }
  .manufacturers__bottom-right {
    justify-content: space-between
  }
}
@media (max-width:767px) {
  .manufacturers {
    padding-bottom: 40px
  }
  .manufacturers__item {
    width: calc(50% - 30px)
  }
  .manufacturers__item-text {
    margin-left: 10px
  }
}
@media (max-width:655px) {
  .manufacturers__left-link svg {
    margin-left: 6px
  }
  .manufacturers__bottom-right {
    flex-direction: column
  }
  .manufacturers__bottom-item {
    justify-content: space-between
  }
  .manufacturers__bottom-item:first-of-type {
    margin: 0 0 15px
  }
  .manufacturers__bottom-text {
    margin-right: 0
  }
  .manufacturers__bottom-link svg {
    margin-left: 6px
  }
}
@media (max-width:470px) {
  .manufacturers__left-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
  }
  .manufacturers__left-text {
    font-size: 14px;
    margin-bottom: 10px
  }
  .manufacturers__left-link {
    font-size: 14px
  }
  .manufacturers__right {
    margin: -20px 0 0
  }
  .manufacturers__item {
    padding: 10px;
    width: 100%;
    margin: 20px 0 0
  }
  .manufacturers__item-text {
    font-size: 14px
  }
  .manufacturers__bottom-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
  }
  .manufacturers__bottom-text {
    font-size: 16px;
    line-height: 20px
  }
  .manufacturers__bottom-link {
    font-size: 14px
  }
}
@media (max-width:1600px) and (min-width:1024px) {
  .manufacturers__left {
    white-space: nowrap
  }
}
@media (max-width:1350px) and (min-width:1159px) {
  .manufacturers__bottom-text {
    margin-right: 150px
  }
}
@media (max-width:1160px) and (min-width:656px) {
  .manufacturers__bottom-text {
    margin-right: 60px
  }
}</pre></body></html>