@charset "UTF-8";
/* Кастомные стили */
img {
  max-width: 8%;
}

.page-wrapper header .brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.page-wrapper header .brand img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.page-wrapper header .brand .brand-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.page-wrapper header .brand .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.page-wrapper header .brand .brand-text .lit-bite {
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
}

.page-wrapper header .brand .brand-text .lit-bite strong {
  font-weight: bold;
  color: #000;
}

.page-wrapper header .brand .brand-text .marketplace {
  font-size: 24px;
}

.page-wrapper header .brand .brand-text .marketplace em {
  color: #FF8C00;
  font-style: italic;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  margin-bottom: 15px;
}

.feature-card:last-child {
  margin-bottom: 0;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff8c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.feature-content h4 {
  margin: 0 0 5px 0;
}

.feature-content p {
  margin: 0;
}

.about-subheader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.about-subheader img {
  max-height: 96px;
  width: auto;
  max-width: none;
  flex-shrink: 0;
}

.about-subheader__link {
  display: inline-flex;
}

.about-subheader h3 {
  margin: 0;
  padding-right: 10px;
}

.form-alert-bar {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-top: 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-alert-bar.is-visible {
  display: flex;
}

.form-alert-bar--success {
  background-color: rgba(46, 125, 50, 0.12);
  color: #1b5e20;
}

.form-alert-bar--error {
  background-color: rgba(198, 40, 40, 0.12);
  color: #b71c1c;
}

.page-wrapper header nav .navigation li a {
  font-size: 1.5rem;
}

/*# sourceMappingURL=custom.css.map */
