.card__img {
  justify-content: center;
}
.kite-how-many-triangles {
  position: relative;
}
.kite-how-many-triangles.winner .interactive-container {
  display: none;
}
.count-answer {
  width: 50%;
  font-size: 61px;
  font-weight: 700;
  text-align: center;
  color: var(--main-text-color);
  opacity: 1;
  transition: all 250ms ease 0s;
  z-index: 9;
}

.count-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}

.kite-how-many-triangles .card__text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: start;
  width: 88%;
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card__img-wrapper {
  width: 88vw;
  height: 100vw;
  position: relative;
  margin-top: 2vw;
}
@media screen and (min-width: 436px) {
  .card__img-wrapper {
    width: 266px;
    height: 380px;
    margin-top: 15px;
  }
}

.main {
  position: relative;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  font-size: 18px;
}
#body_pzl-classics .for-float-wrapper .intro__title-letter {
  margin-top: 7px;
}

/* ========================= */
.vector-6,
.vector-7,
.triangle-1,
.triangle-2,
.triangle-3,
.triangle-4,
.triangle-5,
.triangle-8,
.triangle-9,
.triangle-10 {
  fill: rgba(0, 0, 0, 0);
  stroke: #648dd4;
  cursor: pointer;
}
.vector-6.selected,
.vector-7.selected,
.triangle-1.selected,
.triangle-2.selected,
.triangle-3.selected,
.triangle-4.selected,
.triangle-5.selected,
.triangle-8.selected,
.triangle-9.selected,
.triangle-10.selected {
  fill: red;
}
.interactive-container {
  width: 88%;
  height: 82px;
  margin: 0 auto 19px;
  display: flex;
  align-items: center;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .interactive-container {
    margin: 0 auto 38px;
  }
}
.interactive-text-container {
  display: flex;
  width: 70%;
  padding-right: 10px;
  transition: all 250ms;
  flex-wrap: wrap;
}
.interactive-text {
  font-size: 21px;
  color: #00ac00;
  display: flex;
  width: 88%;
  margin: 0 auto;
  transition: all 250ms;
  opacity: 1;
  justify-content: center;
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interactive-text.transparent {
  opacity: 0;
}
.interactive-button {
  position: relative;
  font-size: 27px;
  color: white;
  height: max-content;
  display: flex;
  padding: 10px 21px;
  border-radius: 7px;
  background-color: green;
  cursor: pointer;
  width: 50%;
  justify-content: center;
}

@media screen and (min-width: 436px) {
  .interactive-button {
    padding: 10px 18px;
  }
}
.interactive-button.disabled {
  color: white;
  background-color: silver;
  cursor: default;
}
.main .restart.restart-icon {
  display: flex;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7px;
  left: 81%;
  cursor: pointer;
  z-index: 2;
}
.main .card__img {
  height: 88vw;
}
.main .card__img {
  height: 302px;
  width: 302px;
}

.num {
  color: var(--main-text-color);
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
  opacity: 0;
}
.card__wrap-blocked .num {
  opacity: 1;
}
.card__wrap-blocked .main .restart.restart-icon {
  display: none;
}
.num-1 {
  top: 49.6%;
  left: 26%;
}
.num-2 {
  top: 49.6%;
  left: 41.8%;
}
.num-3 {
  top: 49.6%;
  left: 58.2%;
}
.num-4 {
  top: 49.6%;
  left: 74%;
}
.num-5 {
  top: 60.2%;
  left: 26%;
}
.num-6 {
  top: 60.2%;
  left: 41.8%;
}
.num-7 {
  top: 60.2%;
  left: 58.2%;
}
.num-8 {
  top: 60.2%;
  left: 74%;
}
.num-9 {
  top: 77.4%;
  left: 45.6%;
}
.num-10 {
  top: 77.4%;
  left: 54%;
}
