.found-cnt-photo img {
  max-width: 235px;
  max-height: 175px;
  object-fit: contain;
}
.hiddenElement {
  display: none !important;
}

.calculationControlsLot {
  position: relative;
  text-decoration: underline;
  transition: .25s;
  cursor: pointer;
}
.calculationControlsLot b {
  opacity: 1;
  cursor: pointer;
  font-weight: 400;
}
.calculationControlsLot.active b{
  opacity: 0;
}
.calculationControlsLot input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 200px;
  height: calc(100% + 40px);
  top: -20px;
  padding: 10px;
  font-size: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  opacity: 0;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
}
.calculationControlsLot.active input {
  opacity: 1;
}

.modal-inp {
  position:relative;
  width: 100%;
}
.modal-inp .required-field {
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  margin:auto;
  right:15px;
  color: rgba(191, 144, 118, 0.8);
  font-size: 12px;
  display: table;
  font-weight: 500;
}

.lotInfoCard {
  margin-top: 120px;
}