/****** тройной прогресс ******/
.xdget-trainingAchievements {
   display:none;
}

.progress-cont {
  background: #ffffff;
  padding: 20px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: var(--shadow);
     -moz-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}


.progresses-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -webkit-flex-direction: column; 
       -moz-box-orient: vertical; 
       -moz-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
  }
  .progresses-wrapper .progress-col {
    width: 100%; 
    -webkit-box-flex: 1; 
    -webkit-flex: 1 1 100%; 
       -moz-box-flex: 1; 
        -ms-flex: 1 1 100%; 
            flex: 1 1 100%; 
  }
  .progresses-wrapper .progress-col-1,
.progresses-wrapper .progress-col-2 {
    margin: 0 0 10px 0 !important;
  }
.progresses-wrapper .progress-col-3 {
    margin: 0 0 -20px 0 !important;
  }


/*** 1й прогресс-бар ***/
.progresses-wrapper .progress-col-1 {
  background: #010207; /* Цвет фона */
  --line-background: #000AFF; /* Цвет полоски */
}
/*** 2й прогресс-бар ***/
.progresses-wrapper .progress-col-2 {
  background: #010207; /* Цвет фона */
  --line-background: #000AFF; /* Цвет полоски */
}
/*** 3й прогресс-бар ***/
.progresses-wrapper .progress-col-3 {
  background: #010207; /* Цвет фона */
  --line-background: #000AFF; /* Цвет полоски */
}

/* цвет цифр и текста */

text.chart-number,
text.chart-label {
  fill: #ffffff!important;
}


.progresses-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.progresses-wrapper .progress-col {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px); 
  -webkit-box-flex: 1; 
  -webkit-flex: 1 1 -webkit-calc(100% - 0px); 
     -moz-box-flex: 1; 
      -ms-flex: 1 1 calc(100% - 0px); 
          flex: 1 1 calc(100% - 0px); 
}



@media (max-width:991px) {
  .progresses-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -webkit-flex-direction: column; 
       -moz-box-orient: vertical; 
       -moz-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
  }
  .progresses-wrapper .progress-col {
    width: 100%; 
    -webkit-box-flex: 1; 
    -webkit-flex: 1 1 100%; 
       -moz-box-flex: 1; 
        -ms-flex: 1 1 100%; 
            flex: 1 1 100%; 
  }
  .progresses-wrapper .progress-col {
    margin: 0 0 25px 0 !important;
  }
}
.progresses-wrapper .progress-col:nth-child(2){
  margin: 0 25px;
}
.progresses-wrapper .progress-col {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 20px 105px 20px 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progresses-wrapper .progress-box {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  width: 100%;
  display: none;
}
.progresses-wrapper .progress-value .donut-segment {
  stroke:var(--line-background);
}
.progresses-wrapper .progress-value .donut-ring {
  stroke:var(--white); 
}
.progresses-wrapper .ui-progressbar {
  border: none!important;
  height: 6px;
  background: none;
}
.progresses-wrapper .ui-progressbar .ui-progressbar-value {
  border: none!important;
  -webkit-border-radius: 4px!important;
     -moz-border-radius: 4px!important;
          border-radius: 4px!important;
  margin: 0!important;
  min-width: 0!important;
  text-align: center;
  color: white;
  font-size: 14px;
  position: relative;
  -webkit-transition: width 1.5s ease-in-out .2s;
  -o-transition: width 1.5s ease-in-out .2s;
  -moz-transition: width 1.5s ease-in-out .2s;
  transition: width 1.5s ease-in-out .2s;
  background: var(--line-background);
}
.progresses-wrapper .progress-title {
  font-family: var(--font_1);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 4px;
}
.progresses-wrapper .progress-text {
  font-family: var(--font_2);
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  font-size: 12px;
} 
.progresses-wrapper .progress-value {
  font-family: var(--font_1);
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;  
  line-height: 1;
  position: absolute;
  top: 50%; right: 15px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--line-background);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progresses-wrapper .progress-value span:nth-child(2) {
  font-size: 30%;
}
.progresses-wrapper:not(.editable) .xdget-productTiming {
  display:none;
}
.progresses-wrapper:not(.editable) .xdget-trainingAchievements {
  display:none;
}

