@container section-12 (min-width: 1px) {
.slot-word-en-1211 {
  width: 100%;
  height: 11.458333cqh;
  background-color: /* transparent; */ rgba(0, 0, 0, 0.1); /* немного затемнения для видимости */
  /* padding-bottom: 0.5cqw; */
  align-items: center;   /* по центру вертикально */
  /* line-height: 1; */
  display: flex;
  justify-content: center; /* по центру горизонтально */
  align-items: flex-end;   /* к нижнему краю */
  /* border: solid 1px #333333; /* Временно. УДАЛИТЬ ! */
}
.word-en {
  font-size: var(--fs-h1);
  font-weight: var(--w-focus);
  /* display: flex;
  align-items: flex-end; */
}
.area-transcript-en-1220 {
  width: 100%;
  height: 10cqw;
  background-color: transparent; /* rgba(0, 0, 0, 0.2); /* немного затемнения для видимости */
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* по центру горизонтально */
  align-items: center;   /* по центру вертикально */
  /* border: solid 1px #333333; /* Временно. УДАЛИТЬ ! */
}
.slot-btn-1221 { /* 1221,1223,1261,1263 */
  width: 15cqw;
  height: 100%;
  background-color: /* transparent; */ rgba(0, 0, 0, 0.2); /* немного затемнения для видимости */
  /* box-shadow: 0 0 0.925926cqh var(--shadow-color); */
}
/* ----------------------------------------------- */
.slot-image-1231 {
  /* padding: auto; /* Центрирование изображения внутри слота */
  display: flex;
  justify-content: center;
  width: 100%;
  height: 62.5cqw;
  background-color: /* transparent */ rgba(0, 0, 0, 0.1); /* немного затемнения для видимости */
}
.slot-image-1231 img {
  height: 62.5cqw;
  /*width: auto;
  /* object-fit: contain; */
}
/* ----------------------------------------------- */
.slot-word-ru-1241 {
  width: 100%;
  height: 10cqw;
  background-color: transparent; /* Временно. УДАЛИТЬ ! */
  display: flex;
  justify-content: center; /* по центру горизонтально */
  align-items: center;   /* к нижнему краю */
  /* border: solid 1px #333333; /* Временно. УДАЛИТЬ ! */
}
.transcript-en {
  font-size: var(--fs-h2);
  font-weight: var(--w-note);
}
.word-ru {
  font-size: var(--fs-h2);
  font-weight: var(--w-text);
}
.slot-transcript-ru-1251 {
  width: 100%;
  height: 8cqw;
  background-color: /* transparent; */ rgba(0, 0, 0, 0.1); /* немного затемнения для видимости */
  display: flex;
  flex-direction: row;
  justify-content: space-around; /* по центру горизонтально */
  align-items: center;   /* по центру вертикально */
  /* border: solid 1px #333333; /* Временно. УДАЛИТЬ ! */
}
.transcript-ru {
  font-size: var(--fs-h3);
  font-weight: var(--w-note);
}
.area-space-rep-1260 {
  width: 100%;
  height: 11.458333cqw;
  background-color: /* transparent; */ rgba(0, 0, 0, 0.1); /* немного затемнения для видимости */
  display: flex; 
  flex-direction: row;
  justify-content: space-between; /* по центру горизонтально */
  align-items: center;   /* по центру вертикально */
  /* border: solid 1px #333333; /* Временно. УДАЛИТЬ ! */
}
}