#footer {
  width: 100%;
  height: 80svh;
  background: var(--black);
  color: var(--white);
  box-shadow: 0 -5px 20px var(--black);
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 10px;
}

#footer .footer-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.logo {
  height: fit-content;
  align-self: flex-end;
}

.logo img {
  width: 100%;
}

#footer section {
  width: 100%;
}

.footer-title {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-buttons {
  /* height: 8svh; */
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 25px;
}

.footer-buttons div {
  flex: 1;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-project {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--padding-sm);
}

.right {
  align-self: flex-start;
  text-align: justify !important;
}

.left {
  text-align: justify !important;
  align-self: flex-end;
  color: var(--black);
}

.message {
  min-width: 75%;
  max-width: min(85%, 600px);
  margin-bottom: 10px;
  padding: clamp(12px, 3vw, 20px) clamp(15px, 4vw, 30px) !important;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-radius: 12px;
  font-size: clamp(14px, 2vw, 16px);
}

.quest-buttons {
  display: flex;
  color: var(--dark-blue);
  padding: unset !important;
  gap: 5px;
}

.quest-buttons > * {
  flex: 1;
  text-align: center;
  font-size: 25px;
  padding: 5px !important;
}

.company {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: clamp(16px, 2%, 25px);
}

.bisness {
  flex: 1;
}

.about-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--padding-sm);
}

.slider-container {
  margin-top: var(--padding-sm);
  width: 100%;
  height: 20svh;
}

.slider-track {
  height: 100%;
  width: auto;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  gap: var(--padding-sm);
  margin: 0 -10px;
  padding: 0 10px;
}

.slide-photo {
  height: 100%;
  aspect-ratio: 3 / 4;
  background-color: var(--white);
}
