/* Общие стили страницы */
/*body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.newbu .about #transcroller-body .cards .card__item .card .card__image--01{background-image:url(../img/about/01_a.jpg)}
.newbu .about #transcroller-body .cards .card__item .card .card__image--02{background-image:url(../img/about/02_tr.jpg)}
.newbu .about #transcroller-body .cards .card__item .card .card__image--03{background-image:url(../img/about/03_shv.jpg)}
.newbu .about #transcroller-body .cards .card__item .card .card__image--04{background-image:url(../img/about/04_bal.jpg)}
.newbu .about #transcroller-body .cards .card__item .card .card__image--05{background-image:url(../img/about/05_sh_oz.jpg)}
.newbu .about #transcroller-body .cards .card__item .card .card__image--06{background-image:url(../img/about/06_tr_big.jpg)}
/* Ссылка-кнопка*/
.adobe-button {
  display: inline-block;
  text-align: center;
  font-size: clamp(16px, 5vw, 28px);
  padding: 0.6em 2em;
  background-color: #FF0000;
  background-image: linear-gradient(to right, #5b0000, #FF0000);
  color: white;
  text-decoration: none;
  border: 2px solid white; /* Белая рамка */
  border-radius: 12px;
  cursor: pointer;
  font-family: 'El Messiri', Arial, sans-serif;
  transition: transform 0.1s ease-in-out, box-shadow 0.2s;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: auto;
}

/* Эффект при нажатии */
.adobe-button:active {
  transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 400px) {
  .adobe-button {
    padding: 0.5em 1.5em;
    border-radius: 10px;
  }
}
