/* =========== */
.card__wrap .main .card__img {
  width: 322px;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    /* width: 88%; */
  }
}
.markup-interactive {
  position: relative;
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  /* margin-top: 30px; */
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
}
.card__text.card__text-explanations.show {
  margin-top: 7px;
}
@media screen and (min-width: 436px) {
  .card__text.card__text-explanations.show {
    margin-top: 30px;
  }
}

.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}
.drop-zone {
  font-size: 14px;
  color: var(--main-text-color);
  font-weight: 400;
  text-transform: capitalize;
  width: 71px;
  height: 30px;
  padding: 2px 5px 2px 5px;

  border-radius: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  transition: font-size 250ms, background-color 250ms, color 250ms;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    /* height: 90px; */
  }
}
.drop-zone-1 {
  top: 3%;
  left: -1.8%;
  border: 2px solid #ffa6b5;
  border-style: dashed;
}
.drop-zone-2 {
  top: 16%;
  left: -1.8%;
  border: 2px solid #ffa6b5;
  border-style: dashed;
}
.drop-zone-3 {
  top: 16%;
  left: 25.2%;
  border: 2px solid var(--main-text-color);
  border-style: dashed;
}
.drop-zone-4 {
  top: 3%;
  left: 25.2%;
  border: 2px solid var(--main-text-color);
  border-style: dashed;
}
.drop-zone-5 {
  top: 16%;
  left: 52%;
  border: 2px solid #ffa6b5;
  border-style: dashed;
}
.drop-zone-6 {
  top: 16%;
  left: 79.2%;
  border: 2px solid var(--main-text-color);
  border-style: dashed;
}
.arrow,
.plural {
  position: absolute;
}

.plural {
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .plural {
    font-size: 17px;
  }
}
.arrow {
  top: 17.6%;
  left: 74%;
  font-size: 19px;
  width: 17px;
}

.plural-1 {
  top: 4%;
  left: 20.2%;
}
.plural-2 {
  top: 4%;
  left: 47.4%;
}
.tiles {
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .tiles {
  }
}

.tile {
  cursor: pointer;
}

.main .card__img svg {
  top: 0;
}

.card__wrap .main {
  position: relative;
}

.container-names {
  width: 333px;
  margin: -10px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .container-names {
    width: 320px;
  }
}
.name {
  font-size: 17px;
  text-transform: capitalize;
  color: gray;
  border: 1px solid gray;
  border-radius: 15px;
  padding: 2px 3px 3px 3px;
  user-select: none;
  width: 106px;
  text-align: center;
  margin: 7px 7px 0 0;
}
@media screen and (min-width: 436px) {
  .name {
    width: 94px;
  }
}
/* Убираем отступы у каждого третьего элемента */
.name:nth-child(3n) {
  margin-right: 0;
}

/* Убираем отступ у последнего элемента */
.name:last-child {
  margin-right: 0;
}

.interactive-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0%;
}
