html.responsive #top .avia-fullwidth-trust-bar.container_wrap {
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  background: #e55f28;
}

html.responsive #top .luk-trust-bar {
  position: relative;
  z-index: 4;
  color: #fff;
  background: #e55f28;
}

html.responsive #top .luk-trust-bar__inner {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

html.responsive #top .luk-trust-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

html.responsive #top .luk-trust-bar__list li {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 24px;
  color: #fff;
  background: none;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}
html.responsive #top .luk-trust-bar__list li:before, html.responsive #top .luk-trust-bar__list li:after {
  content: none;
}

html.responsive #top .luk-trust-bar__list li:first-child {
  padding-right: 70px;
}

html.responsive #top .luk-trust-bar__list svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: #fff;
}
html.responsive #top .luk-trust-bar__list svg path {
  fill: currentColor;
}

@media only screen and (max-width: 720px) {
  html.responsive #top .luk-trust-bar__inner {
    width: min(calc(100% - 28px), 1200px);
  }
  html.responsive #top .luk-trust-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html.responsive #top .luk-trust-bar__list li {
    min-height: 90px;
    min-width: 0;
    padding: 18px 12px;
    font-size: 0.71rem;
  }
  html.responsive #top .luk-trust-bar__list li:first-child {
    padding-right: 12px;
  }
}
