

:root {
    --cD: #343855;
    --cS: #96a8ee;;
    }

/*контейнер прогресс-бара*/
.xdget-common-container {
    z-index: 35;
}

.progress_1 .i-block {
    margin: 0 0 20px;
    padding: 10px 30px 30px;
    box-shadow: 0 4px 32px 0 rgba(52, 56, 85, 0.1), inset 0 0 26px 0 rgba(104, 111, 195, 0.5);
background: #fff, linear-gradient(90deg, rgba(142, 160, 255, 0) 0%, rgba(142, 160, 255, 0.3) 100%);
 }

/*Просмотрено лекций*/
.progress_1 .ach-header {
    min-height: 60px;
}

.progress_1 .achh-title {
    font-family: 'Averta CY',sans-serif;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    float: left;
    color: var(--cD);
}

/*сколько из скольки*/
.progress_1 .achh-count {
    position: relative;
    top: 0px;
    margin-top: 20px;
    float: right;
    font-family: 'Averta CY',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: right;
    color: var(--cD);
}
/*сколько*/
/*.achh-count .st1 {
    font-weight: 500;
    font-size: 18px;
}*/

/*полоса шкалы*/
.progress_1 .ach-progressbar {
    position: relative;
    top: 0px;
    width: 100%;
    height: 20px;
    border: 1px solid #7184cf;
    border-radius: 30px;
}
/*заполнение полосы шкалы*/
.progress_1 .ach-progressbar .ach-line {
    position: relative;
    top: 1px;
    left: 2px;
    height: 16px;
    min-width: 16px;
    background: var(--cS);
    border-radius: 30px;
}
/*% полосы шкалы*/
.progress_1 .ach-perc {
    position: absolute;
    top: 10px;
    right: -4px;
    font-family: 'Averta CY',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: var(--cD);
}

.progress_1 .ach-perc::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 7px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 40px;
}

@media (max-width:495px) {
  .progress_1 .achh-title {
    margin-top: 10px;
    font-size: 20px;
}
  .progress_1 .achh-count {
    margin-top: 10px;
    font-size: 16px;
}
}

@media (max-width:495px) {
.progress_1 .ach-header {
    min-height: 50px;
}
  .progress_1 .achh-title {
    margin-top: 10px;
    font-size: 18px;
}
  .progress_1 .achh-count {
    margin-top: 10px;
    font-size: 14px;
}
}
@media (max-width:425px) {
.progress_1 .i-block {
    margin-top: 20px;
  }
}
