body {
  font-family: 'Comfortaa', cursive !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #40E0D0;
}

a {
  text-decoration: none;
}

.card-body h6 {
  font-size: .7rem;
  font-weight: 400;
}

.baraholka-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.baraholka-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.card-body .price p {
  font-size: 0.6rem;
  font-weight: 700;
}

.round-icon {
  border-radius: 20px;
  width: 27px;
  height: 27px;
  background-color: #C8C83F;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  z-index: 7;
}

.round-icon .icon {
  width: 20px;
  margin-top: 2px;
}

.round-icon-walk {
  left: 45px;
  background-color: #D59412;
}

.timerblock {
  position: absolute;
  bottom: 14px;
  width: 100%;
  font-size: .6rem;
  z-index: 7;
}

.timer {
  background-color: #1D2630;
  padding: 3px 7px;
  border-radius: 4px;
  color: #3E88F7 !important;
}

.footer {
  position: fixed;
  bottom: 0px;
  height: 90px;
  background-color: var(--bs-gray-600);
  z-index: 40;
}

.btn-foot {
  border-radius: 70px;
  width: 40px;
  height: 40px;
}

.round-icon-favorite {
  right: 10px;
  left: initial;
  background-color: var(--bs-form-invalid-border-color);
}

.card {
  background-color: initial !important;
  color: #40E0D0;
}

.main-button, .main-button:active, .main-button:hover {
  background-color: #FFB347;
  border: initial;
}
.main-button-torg, .main-button-torg:active, .main-button-torg:hover {
  background-color: #B57EDC;
  border: initial;
}
.pricecolor {
  color: #3E88F7;
}

.zoom-modal {
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  z-index: 9999;
  box-sizing: border-box;
}

/*.zoom-modal {*/
/*  opacity: 0;*/
/*  transform: scale(0.5); !* Начальный масштаб *!*/
/*  transition: all 0.3s ease-in-out; !* Переход для плавного увеличения *!*/
/*}*/

/*.zoom-modal.open {*/
/*  opacity: 1;*/
/*  transform: scale(1); !* Конечный масштаб *!*/
/*}*/

.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D2630;
  z-index: 9998;
}

.prev-btn, .next-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 77px;
  padding: 20px;
  margin: 0px;
  background: none;
  border: none;
  z-index: 10000;
  cursor: pointer;
}

.close-me {
  position: fixed;
  top: -20px;
  left: 50%;
  color: #3E88F7;
  transform: translateX(-50%);
  font-size: 54px;
  padding: 20px;
  margin: 0;
  background: none;
  border: none;
  z-index: 10000;
  cursor: pointer;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}
.bottom-drawer {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%; /* Задаем высоту на 100% экрана */
  background-color: #1D2630;
  border-top: 2px solid #333;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
  transition: bottom 0.4s ease-in-out;
  padding: 20px;
  z-index: 9;
}

.drawer-content {
  text-align: left;
  margin-top: 7px;
}

.close-button {
  background-color: #DC3545;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 30px;
  float: right;
}


