﻿.compare__informer_content {
  display: flex;
  font-size: var(--text-h3);
  line-height: 1.44;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.compare__informer-icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  margin-right: 1rem;
  flex-shrink: 0;
}
.compare__informer_content a {
  transition: opacity 0.25s;
}
.compare__informer_content a:hover {
  opacity: 0.8;
}
.compare__informer_wrapper._active:before {
  content: "";
  position: absolute;
  height: 0.5rem;
  background: rgb(0 0 0 / 10%);
  bottom: -1px;
  left: -1px;
  right: -1px;
  animation: progressBar 5s linear;
  animation-fill-mode: both;
}
.compare__informer-product-link {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
}

.compare__informer-text {
  text-transform: lowercase;
}

