.bar-hero {
  background: var(--bar-dark);
  overflow: hidden;
  padding-top: 0;
}

.bar-hero .unslider {
  overflow: hidden;
  position: relative;
}

.bar-hero .bar-hero__slider,
.bar-hero .bar-hero__frame {
  min-height: 620px;
  height: 82svh;
  max-height: 780px;
}

.bar-hero__frame {
  background-position: center;
  background-size: cover;
  isolation: isolate;
  position: relative;
}

.bar-hero__frame:after {
  background: var(--bar-dark);
  content: "";
  inset: 0;
  opacity: 0.78;
  position: absolute;
  z-index: 1;
}

.bar-hero__inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
  justify-content: center;
  padding-bottom: 82px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}

.bar-hero__content {
  max-width: min(1080px, 70vw);
  width: 100%;
}

.bar-hero__title {
  color: var(--bar-text-light);
  font-size: clamp(42px, 5vw, 78px);
  hyphens: none;
  line-height: 0.96;
  margin: 0 0 24px;
  max-width: 1080px;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.bar-hero__text {
  color: var(--bar-text-light);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.45;
  margin-bottom: 28px;
  max-width: 620px;
}

.bar-hero__text p {
  margin: 0;
}

.bar-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bar-hero__panel {
  background: var(--bar-surface-dark);
  border: 1px solid var(--bar-border-dark);
  border-radius: var(--bar-radius-lg);
  box-shadow: 0 16px 34px #020813;
  color: var(--bar-text-light);
  display: none;
  max-width: 360px;
  padding: 22px;
  width: 100%;
}

.bar-hero .bar-button {
  min-height: 44px;
}

.bar-hero .unslider-nav {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.bar-hero .unslider-nav ol {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.bar-hero .unslider-nav li {
  align-self: center;
  background: transparent;
  border: 1px solid rgba(254, 254, 254, 0.72);
  border-radius: 999px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  overflow: hidden;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, width 180ms ease;
  width: 11px;
}

.bar-hero .unslider-nav li:hover,
.bar-hero .unslider-nav li:focus,
.bar-hero .unslider-nav li.unslider-active {
  background: var(--bar-accent-orange);
  border-color: var(--bar-accent-orange);
  transform: none;
  width: 24px;
}

.bar-hero .unslider-arrow {
  align-items: center;
  background: rgba(15, 26, 42, 0.78);
  border: 1px solid rgba(254, 254, 254, 0.24);
  border-radius: 999px;
  color: var(--bar-text-light);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 46px;
  justify-content: center;
  left: var(--bar-container-pad);
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 46px;
  z-index: 5;
}

.bar-hero .unslider-arrow.next {
  left: auto;
  right: var(--bar-container-pad);
}

.bar-hero .unslider-arrow:hover,
.bar-hero .unslider-arrow:focus {
  background: var(--bar-accent-orange);
  border-color: var(--bar-accent-orange);
  color: var(--bar-dark);
  outline: 0;
  transform: translateY(-50%) translateY(-2px);
}

@media (max-width: 1199px) {
  .bar-hero__content {
    max-width: min(760px, 64vw);
  }

  .bar-hero__title {
    font-size: clamp(38px, 6vw, 66px);
  }
}

@media (max-width: 767px) {
  .bar-hero .bar-hero__slider,
  .bar-hero .bar-hero__frame {
    min-height: 560px;
    height: auto;
  }

  .bar-hero__inner {
    align-items: flex-start;
    padding-bottom: 54px;
    padding-top: 128px;
  }

  .bar-hero .unslider-nav {
    bottom: 20px;
  }

  .bar-hero .unslider-arrow {
    display: none;
  }

  .bar-hero__content {
    max-width: 100%;
  }

  .bar-hero__title {
    font-size: clamp(34px, 10.5vw, 48px);
    hyphens: auto;
    line-height: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

}

.bar-hero__panel-label {
  color: var(--bar-accent-green);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bar-hero__panel strong {
  display: block;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 12px;
}

.bar-hero__panel p {
  color: var(--bar-text-light);
  margin: 0;
}

#homeicons {
  padding-bottom: 0;
}

.bar-card-grid {
  align-items: stretch;
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #homeicons .bar-card-grid.columns--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bar-card {
  background: var(--bar-card-light);
  border: 1px solid var(--bar-border-light);
  border-radius: var(--bar-radius-lg);
  box-shadow: 0 14px 28px #d9dde3;
  color: var(--bar-text-dark);
  display: block;
  height: 100%;
  margin-bottom: 20px;
  padding: 28px 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bar-card:hover,
.bar-card:focus {
  border-color: var(--bar-accent-red);
  box-shadow: var(--bar-shadow);
  text-decoration: none;
}

.bar-card__icon {
  color: var(--bar-accent-red);
  font-size: 42px;
  margin-bottom: 18px;
  transition: color 180ms ease, transform 180ms ease;
}

section#homeicons .bar-card__icon i {
  color: inherit;
  font-size: inherit;
  transform: none;
}

.bar-card:hover .bar-card__icon,
.bar-card:focus .bar-card__icon {
  color: var(--bar-accent-blue);
}

section#homeicons .bar-card:hover .bar-card__icon i,
section#homeicons .bar-card:focus .bar-card__icon i {
  color: inherit;
  transform: none;
}

.bar-card__title {
  font-size: 24px;
  line-height: 1.05;
  margin: 0 0 14px;
}

.bar-card__text,
.bar-card__text p {
  color: var(--bar-text-muted);
  margin: 0;
}

.bar-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.bar-service-links {
  background: var(--bar-dark-soft);
  color: var(--bar-text-light);
  margin-top: 46px;
  padding: 34px 0;
}

.bar-link-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.bar-link-list__item {
  border-bottom: 1px solid var(--bar-border-dark);
}

.bar-link-list__link {
  color: var(--bar-text-light);
  display: block;
  padding: 12px 0;
}

.bar-link-list__link i {
  color: var(--bar-text-light);
  margin-right: 8px;
}

.bar-link-list__link span {
  font-weight: 700;
}

.bar-link-list__link:hover,
.bar-link-list__link:focus {
  color: var(--bar-accent-orange);
  text-decoration: none;
}

section#news.bar-news {
  background: var(--bar-dark-soft);
  border: 0;
  color: var(--bar-text-light);
  padding-top: clamp(44px, 5vw, 64px);
  position: relative;
}

section#news.bar-news .bar-section__intro {
  margin-bottom: 24px;
}

section#news.bar-news .bar-section__intro h1,
section#news.bar-news .bar-section__intro h2 {
  color: var(--bar-text-light);
}

section#news.bar-news .bar-section__intro p,
section#news.bar-news .meta {
  color: var(--bar-text-light);
}

section#news.bar-news .bar-news__grid {
  gap: 28px;
  margin-top: 28px;
}

section#news.bar-news .col-center-2 {
  margin-top: 34px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1199px) {
  section#news.bar-news .bar-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  section#news.bar-news .bar-news__grid {
    grid-template-columns: 1fr;
  }
}

.bar-testimonials {
  background: var(--bar-page-light);
}

.bar-testimonials__slider {
  margin-top: 42px;
}

.bar-testimonials__slider ul {
  margin: 0;
  padding: 0;
}

.bar-testimonials .csinner,
.bar-testimonials .csinner .slidewrap {
  height: auto;
  min-height: 320px;
}

section#clientslider.bar-testimonials .bar-testimonial {
  background: var(--bar-card-light);
  border: 1px solid var(--bar-border-light);
  border-radius: var(--bar-radius-xl);
  box-shadow: 0 14px 28px #d9dde3;
  list-style: none;
  padding: clamp(30px, 4vw, 56px);
}

.bar-testimonial__inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: 132px minmax(0, 1fr);
}

.bar-testimonial__media {
  display: flex;
  justify-content: center;
}

section#clientslider.bar-testimonials .bar-testimonial__avatar.sliderimg {
  background-color: var(--bar-dark-soft);
  border: 1px solid var(--bar-border-light);
  float: none;
  height: 116px;
  margin: 0;
  width: 116px;
}

.bar-testimonial__quote {
  border-left: 0;
  color: var(--bar-text-dark);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
  margin: 0 0 22px;
  padding: 0;
}

.bar-testimonial__name {
  color: var(--bar-accent-red);
  display: block;
  font-size: 14px;
}

section#clientslider.bar-testimonials .col-center-2 {
  margin-top: 34px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .bar-testimonial__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
