.detail {
  max-width: 75%;
  margin: 40px auto;
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
}

.detail .detail__title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.thumbnails-container::-webkit-scrollbar {
  height: 8px; /* Высота ползунка */
}

.thumbnails-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Цвет ползунка */
  border-radius: 4px;
}

.thumbnails-container::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Цвет ползунка при наведении */
}
