body {
  display: block;
}

@media (max-width:575px) { 
  .doonAJ {
    bottom: 80px !important;
    right: 10px !important;
  }

  .dohEF {
    width: 48px !important;
    height: 48px !important;
  }
}

.product-description .full {
  max-height: 0;
  overflow: hidden;
  display: none;
}

.product-description.expanded .full {
  max-height: 3000px;
  display: block;
}

.product-description .shortened {
  display: block;
}

.product-description.expanded .shortened {
  display: none;
}

.product-description * {
  font-size: 14px !important;
  font-family: var(--font-main) !important;
}

.product-description.expanded .show-more-btn::after {
  content: 'Свернуть';
}

.show-more-btn {
  background: none;
  border: none;
  color: #A00001;
  cursor: pointer;
  padding: 5px 0;
  font: inherit;
}

.show-more-btn::after {
  content: 'Ещё';
  font-weight: bold;
}

/* Стили для универсальной лендинговой кнопки SMLBTN.1 */
.maniere-landing-universal-btn-text {
  word-break: break-word;
  margin-bottom: 1rem;
}

.maniere-landing-universal-btn-link {
  display: flex;
  align-items: center;
  width: 100%;
}

.maniere-landing-universal-btn-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #bd0209;
  color: white;
  min-width: 250px;
  padding: 0.15rem;
}

.maniere-landing-universal-btn-block {
  margin: 1rem;
}

.page--subscribe-landing-saccess {
  /* sAccess?? */
  padding-top: 30px;
}
