.b-see-alse {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0;
}

.b-see-alse .see-alse__item {
  position: relative;
  height: 295px;
  color: #FFFFFF;
  border: 1px solid #DFDEDE;
  letter-spacing: .8px;
  overflow: hidden;
  cursor: pointer;
}

.b-see-alse .see-alse__item-name {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px;
  font-size: 20px;
  white-space: nowrap;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  transition: opacity .2s ease, visible .2s ease;
}

.b-see-alse .see-alse__item:hover .see-alse__item-name {
  opacity: 0;
  visibility: hidden;
}

.b-see-alse .see-alse__item:hover .see-alse__item-info {
  top: 0;
}

.b-see-alse .see-alse__item-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.b-see-alse .see-alse__item-inner {
  width: 100%;
}

.b-see-alse .see-alse__item-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 20px 0;
  transition: all .3s ease;
  overflow-y: auto;
}

.b-see-alse .see-alse__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-see-alse .see-alse__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-see-alse .see-alse__item-info__name {
  font-size: 20px;
  white-space: nowrap;
  min-width: 1px;
  text-overflow: ellipsis;
}

.b-see-alse .see-alse__item-char {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 20px 0px;
  padding: 12px 0;
  flex: 1;
}

.b-see-alse .see-alse__item-info__footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.b-see-alse .see-alse__item-char_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.b-see-alse .see-alse__item-char_item:last-child {
  margin-bottom: 0;
}

.b-see-alse .see-alse__item-char_item span:first-child {
  font-size: 12px;
  opacity: .8;
}

.b-see-alse .see-alse__item-char_item span:last-child {
  font-size: 14px;
  white-space: nowrap;
}

.b-see-alse .see-alse__item-char_item span:nth-child(2) {
  opacity: .3;
  border-bottom: 1px dashed #FFFFFF;
  flex: auto;
  margin: 0 6px;
}

.b-see-alse .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 20px;
  position: static;
  height: 6px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.b-see-alse .swiper-scrollbar-progressbar {}

.b-see-alse .swiper-scrollbar-drag {
  cursor: grab;
  background-color: #c1232a;
}
.b-see-alse .see-alse__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  margin-bottom: 14px;
}
.b-see-alse .see-alse__name-icon svg {
  fill: #262424;
  transition: fill .2s ease;
}
.b-see-alse .see-alse__name:hover svg  {
  fill: #c1232a;
}

.b-see-alse .see-alse__list-prev,
.b-see-alse .see-alse__list-next {
  position: static;
  width: 20px;
  height: 20px;
  transform: none;
  margin: 0;
}

.b-see-alse .see-alse__list-prev::after,
.b-see-alse .see-alse__list-next::after {
  font-size: 20px;
  color: #c1232a;
}
.b-see-alse .see-alse__list-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: fit-content;
  height: fit-content;
  margin-top: 10px;
}
.b-see-alse .see-alse__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}