/* Spacing List */
.progress-bar-container {
  position: sticky;
  top: 0;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1044px !important;
  padding: 7px 48px !important;
  z-index: 9999;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 48px !important;
  border-radius: 8px;
  border-right: 2px solid rgba(234, 104, 82, 0.2);
  border-bottom: 2px solid rgba(234, 104, 82, 0.2);
  border-left: 2px solid rgba(234, 104, 82, 0.2);
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(86, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  opacity: 1;
  transition: all 0.3s ease;
}
.progress-bar-container.progress-bar-fixed {
  position: fixed !important;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  width: 1044px !important;
  border-radius: 0 0 8px 8px;
  animation: progressBarSlideDown 0.3s ease-out;
}
@media (max-width: 1340px) {
  .progress-bar-container {
    max-width: 1000px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 1000px !important;
    width: 1000px !important;
  }
}
@media (max-width: 1256px) {
  .progress-bar-container {
    max-width: 900px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 900px !important;
    width: 900px !important;
  }
}
@media (max-width: 1024px) {
  .progress-bar-container {
    max-width: 800px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 750px !important;
    width: 750px !important;
  }
}
@media (max-width: 900px) {
  .progress-bar-container {
    max-width: 650px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 650px !important;
    width: 650px !important;
  }
}
@media (max-width: 767px) {
  .progress-bar-container.progress-bar-fixed {
    top: 40px;
  }
}
@media (max-width: 750px) {
  .progress-bar-container {
    max-width: 550px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 550px !important;
    width: 550px !important;
  }
}
@media (max-width: 660px) {
  .progress-bar-container {
    max-width: 500px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 500px !important;
    width: 500px !important;
  }
}
@media (max-width: 600px) {
  .progress-bar-container {
    max-width: 450px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 450px !important;
    width: 450px !important;
  }
}
@media (max-width: 550px) {
  .progress-bar-container {
    max-width: 400px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 400px !important;
    width: 400px;
  }
}
@media (max-width: 480px) {
  .progress-bar-container {
    padding: 7px 12px !important;
    gap: 12px !important;
  }
  .progress-bar-container.progress-bar-fixed {
    max-width: 300px !important;
    width: 300px !important;
    margin: 0 !important;
  }
}
@media (max-width: 360px) {
  .progress-bar-container.progress-bar-fixed {
    max-width: 280px !important;
    width: 280px !important;
  }
}

.progress-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.progress-bar {
  display: flex;
  gap: 6px;
  height: 6px;
  align-items: center;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1340px) {
  .progress-bar {
    gap: 5px;
  }
}
@media (max-width: 1256px) {
  .progress-bar {
    gap: 4px;
  }
}
@media (max-width: 1024px) {
  .progress-bar {
    gap: 4px;
  }
}
@media (max-width: 600px) {
  .progress-bar {
    gap: 3px;
  }
}
@media (max-width: 500px) {
  .progress-bar {
    gap: 2px;
  }
}
@media (max-width: 400px) {
  .progress-bar {
    gap: 1px;
  }
}
.progress-bar .progress-segment {
  width: 155px;
  height: 6px;
  border-radius: 50px;
  background: #F8CEC6;
  transition: background 0.3s ease;
}
.progress-bar .progress-segment.filled {
  background: #EA6852;
}
@media (max-width: 1340px) {
  .progress-bar .progress-segment {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .progress-bar .progress-segment {
    width: 80px;
  }
}
@media (max-width: 900px) {
  .progress-bar .progress-segment {
    width: 100px;
  }
}
@media (max-width: 876px) {
  .progress-bar .progress-segment {
    width: 90px;
  }
}
@media (max-width: 600px) {
  .progress-bar .progress-segment {
    width: 60px;
  }
}
@media (max-width: 500px) {
  .progress-bar .progress-segment {
    width: 50px;
  }
}
@media (max-width: 360px) {
  .progress-bar .progress-segment {
    width: 35px;
  }
}

.progress-percentage {
  color: #333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 130%;
  white-space: nowrap;
}

.video-icons-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.video-counter {
  color: #333;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 130%;
  white-space: nowrap;
}

.video-icon {
  width: 30px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  min-width: 30px;
  min-height: 20px;
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/play.svg");
}
.video-icon.watched {
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/play-active.svg");
}
@media (max-width: 600px) {
  .video-icon {
    width: 1.875rem;
    height: 1.25rem;
    min-width: 1.875rem;
    min-height: 1.25rem;
  }
  .video-icon:not(:first-child) {
    display: none;
  }
}

.bgp-block__video {
  position: relative;
}

.video-status-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0 0 0 12px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #6882A2;
  color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(98, 60, 60, 0.1);
  z-index: 10;
}
.video-status-badge.watched {
  background: #FFF;
  color: #333;
}
.video-status-badge .status-icon {
  margin: -1px -1px 0 0 !important;
  width: 41px !important;
  height: 35px !important;
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check.svg");
  background-size: 41px 35px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
}
.video-status-badge.watched .status-icon {
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check-watched.svg") !important;
}
.hover-block--active .video-status-badge {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(86, 0, 0, 0.1);
}
.hover-block--active .video-status-badge .status-icon {
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check-active.svg") !important;
}
.hover-block--active .video-status-badge .status-text {
  color: #333 !important;
}
.hover-block--active .video-status-badge.watched .status-icon {
  background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check-active-watched.svg") !important;
}
.video-status-badge .status-text {
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .video-status-badge {
    right: 8px;
    top: 8px;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .video-status-badge .status-text {
    display: none;
  }
  .video-status-badge .status-icon {
    width: 41px !important;
    height: 35px !important;
    background-size: 41px 35px !important;
  }
  .hover-block--active .video-status-badge {
    background: transparent !important;
  }
  .hover-block--active .video-status-badge .status-icon {
    background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check-active.svg") !important;
  }
  .hover-block--active .video-status-badge.watched .status-icon {
    background-image: url("https://esculap-med.ru/storage/savekidney/progress-bar/images/check-active-watched.svg") !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-container,
  .progress-bar-fill {
    transition: none;
    animation: none;
  }
  .progress-bar-fill::after {
    animation: none;
  }
}
@media (prefers-contrast: high) {
  .progress-bar-container {
    background: rgba(0, 0, 0, 0.8);
  }
  .progress-percentage {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  }
}
@keyframes progressBarSlideDown {
  0% {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=progress-bar.css.map */
