/*.displayImgDivId {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: fit-content;
    height: fit-content;
    background-color: #e09797;
    position: relative;
    gap: 0;
}*/
/*
.btn {
  color: #ffffff;
  bottom: 0;
  font-size: 28px;
  font-weight: bolder;
  cursor: pointer;
  background-color: #000;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}*/
/*
.slideFigureId {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-items: center;
  width: fit-content;
  height: fit-content;
  position: relative;
}*/

.btn {
  cursor:pointer;
}

.prevButtonStol,
.prevButtonFrog {
  font-size: 36px;
}

.nextButtonStol,
.nextButtonFrog {
  font-size: 36px;
}

.buttonClass {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.raznoClass {
  display: flex;
  flex-wrap: wrap;
}

.leftDiv {
  flex: 5 200px;
}

.middleDiv {
  flex: 5 200px;
  padding: 0 20px;
}

.rightDiv {
  flex: 6 200px;
}
