.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.sm {
  background: lightpink;
}

@media only screen and (max-width: 768px) {
  .visit {
    width: 100%;
  }
}

.booking:hover, .booking:focus, .booking:active, .booking.active {
  color: #830027;
  border-color: #463737;
  background-color: #ffcaca;
}

.booking-check:checked + .booking, .booking-check:active + .booking, .booking:active, .booking.active, .booking.show {
  color: var(--bs-btn-active-color);
  background-color: #ffb6c1;
  border-color: #830027;
}

.btn-grad {
  background-image: linear-gradient(to right, #BA5370 0%, #F4E2D8 51%, #BA5370 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .clicks {
    padding: 1px;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .clicks {
    width: 433px;
    display: none;
  }
}

@media (max-width: s) {
  .clicks {
    width: 100%;
  }
}