.Y21-top__topics-list {
  display: block;
  margin-bottom: 30px;
}

.Y21-top__topics-list .slick-track {
  display: flex;
  height: auto;
}

.Y21-top__topics-list .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
}

.Y21-top__topics-list .slick-slide>div {
  height: 100%;
  display: flex;
  justify-content: center;
}

.Y21-top__topics-item {
  border-bottom: none;
  margin-bottom: 0;
  display: flex !important;
}

.Y21-top__topics-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Y21-top__topics-btn-arrow,
.Y21-top__topics-btn-player {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  border: 1px solid #cc0000;
  background-color: #cc0000;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
  transition-property: background, border, color, fill, content, opacity, -webkit-transform;
  transition-property: background, border, color, transform, fill, content, opacity;
  transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}

.Y21-top__topics-btn-arrow::before,
.Y21-top__topics-btn-player::before {
  color: #fff;
  font-size: 1.5rem;
  top: unset;
}

.Y21-top__topics-btn-arrow.icon-arrow-left {
  margin-right: 20px;
}

.Y21-top__topics-btn-arrow.icon-arrow-right {
  margin-left: 20px;
}

.Y21-top__topics-btn-player {
  margin-left: 8px;
}

.Y21-top__topics-slider-dots {}

.Y21-top__topics-slider-dots .slick-dots {
  position: unset;
  font-size: 0;
}

.Y21-top__topics-slider-dots .slick-dots li button:before{
  background: #666666;
}
.Y21-top__topics-slider-dots .slick-dots li.slick-active button:before {
    background: #cc0000;
    opacity: 1;
}


@media (hover: hover) {
  [class^="Y21-top__topics-btn-"]:hover {
    background-color: #fff;
  }

  [class^="Y21-top__topics-btn-"]:hover::before {
    color: #cc0000;
  }
}

@media screen and (max-width: 767px) {
  .Y21-top__topics-list {
    margin-bottom: 15px;
  }

  .Y21-top__topics-btn-arrow,
  .Y21-top__topics-btn-player {
    width: 2.5rem;
    height: 2.5rem;
  }

  .Y21-top__topics-btn-arrow.icon-arrow-left {
    margin-right: auto;
  }

  .Y21-top__topics-btn-arrow.icon-arrow-right {
    margin-left: auto;
  }
}