.carousel__dots .carousel__dot.is-selected:after {
  transform: scale(1.5) translate(-35%, -35%);
}

.catalog-section-content h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

.catalog-section-content h3,
.catalog-section-content h4,
.catalog-section-content h5 {
  margin-bottom: 20px;
  text-align: center;
}

.catalog-section-content p {
  margin-bottom: 20px;
}

.catalog-section-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.catalog-section-content ul li {
  list-style: disc;
}

.line {
  display: none;
}

#bx-panel {
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 1031 !important;
}

#bx-panel ~ header .header {
  top: 147px;
}

#bx-panel.bx-panel-folded ~ header .header {
  top: 38px;
}