.mentors_slider_block {
  overflow: hidden;
  padding: 96px 0 64px;
  border-top: 1px solid #E4E4E4;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 66%, #f3f4f4 66%, #f3f4f4 100%);
}
@media (max-width: 991.98px) {
  .mentors_slider_block {
    background: #FAFAFA;
    padding: 48px 0;
  }
}
.mentors_slider_top {
  max-width: 550px;
}
.mentors_slider_arrows {
  display: flex;
}
@media (max-width: 991.98px) {
  .mentors_slider_arrows {
    display: none;
  }
}
.mentors_slider_arrows div {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: rgb(163, 24, 48);
  transition: background-color 0.2s;
}
.mentors_slider_arrows div:hover {
  background-color: #8E1C30;
}
.mentors_slider_arrows div.slick-disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}
.mentors_slider_arrows div.slick-disabled:hover {
  background-color: #FAFAFA;
}
.mentors_slider_arrows div.slick-disabled img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(5171%) hue-rotate(46deg) brightness(128%) contrast(54%);
}
.mentors_slider_university {
  height: 24px;
}
.mentors_slider_prev img {
  transform: rotate(180deg);
}
.mentors_slider_wrapper {
  padding-right: calc((100% - 1152px) / 2 + 16px);
  padding-left: calc((100% - 1152px) / 2 + 16px);
}
@media (max-width: 1132px) {
  .mentors_slider_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mentors_slider .slick-track {
  display: flex !important;
}
.mentors_slider .slick-slide {
  height: inherit !important;
}
.mentors_slider .slick-slide {
  margin: 0 40px 0 0;
}
@media (max-width: 991.98px) {
  .mentors_slider .slick-slide {
    margin: 0 20px 0 0;
  }
}
.mentors_slider .slick-list {
  margin: 0 -40px 0 0;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .mentors_slider .slick-list {
    margin: 0 -20px 0 0;
  }
}
.mentors_slider_dot {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 5px;
}
.mentors_slider_photo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}
.mentors_slider_photo img {
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .mentors_slider_photo {
    width: 80px;
    height: 80px;
  }
}

.open-mentor-popup {
  width: fit-content;
  cursor: pointer;
  color: rgb(163, 24, 48);
  transition: color 0.2s;
}
.open-mentor-popup:hover {
  color: #8e1c30;
  text-decoration: underline;
}

.mentor-popups-container {
  position: relative;
  z-index: 1000;
}

.mentor-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.mentor-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.mentor-popup-content {
  position: relative;
  background-color: #fff;
  margin: 50px auto;
  width: 90%;
  max-width: 600px;
  z-index: 1002;
}

.mentor-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F3F4F4;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.mentor-popup-close:hover {
  opacity: 70%;
}

.mentor-popup-photo {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .mentor-popup-photo {
    width: 80px;
    height: 80px;
  }
}

.mentor-popup-full-text-wrapper {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}
.mentor-popup-full-text-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.mentor-popup-full-text-wrapper::-webkit-scrollbar-thumb {
  background: rgb(163, 24, 48);
}

/*# sourceMappingURL=mentors_slider.css.map */
