@charset "UTF-8";
.mosaic-tabs--u-if64xbt4c .mosaic-tabs__content table {
  border-collapse: collapse;
}
.mosaic-tabs--u-if64xbt4c .mosaic-tabs__content table td {
  padding: 4px 10px;
}
.mosaic-tabs--u-if64xbt4c .mosaic-tabs__content table tr:nth-child(odd) {
  background: #ffcfed;
}
a[href="/users?return_url=%2Foplata-uslug"] {
  /* Ваши стили для этой ссылки */
  display: inline-block;
  padding: 10px 20px;
  background-color: #FB38AE;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  margin-left: 5px;
}
/* Дополнительные стили при наведении */
a[href="/users?return_url=%2Foplata-uslug"]:hover {
  background-color: #03236C;
  color: #fff;
}
