

.item-image {
  width: 130px!important;
}

/*.container {
    margin-left: auto!important;
    margin-right: auto!important;
}*/

.stream-table tr {
    display: flex;
    position: relative;
    z-index: 1;
    flex: 0 0 100%;
    margin: 0 0 20px;
    transition: all 0.3s;
    border-radius: 24px;
    background-color: #ffffff;
    border: 6px solid #df474f;
    opacity: 1;
}

.stream-table tr td {
    display: block;
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.stream-table {
    margin: 15px 0 0;
}

.stream-table td a {
    padding: 30px 35px 25px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.7;
    height: 100%;
}

.stream-table .stream-title {
    color: var(--text-color);
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.stream-table tr td div {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.stream-table tr td div b {
    display: inline-block;
    background-color: var(--third-color);
    border-radius: 0;
    padding: 6px 10px 6px;
    color: var(--light-color);
    margin: 10px 25px 5px 0px;
    transition: all 0.3s;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
}

.stream-table tr[data-training-id="656948912"] {
  border: 6px solid #ffb1b1;
}

@media (max-width: 768px) {
    .stream-table .stream-title {
    font-size: 20px;
    }
}

.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 30px;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #91272d #000 #6f1313;
  border-radius: 6px;
  background: linear-gradient(#91272d, #6f1313) #6f1313;
  transition: 0.2s;
} 
.button24:hover { background: linear-gradient(#ad2b33, #ad1c24) #ad2b33; }
.button24:active { background: linear-gradient(#ad2b33, #ad1c24) #ad2b33; }

:root {
	
    --color0: #91272d; /* цвет заливки шапки и боковых границ*/
    --color1: #fff;    /* цвет заголовка в шапке */
    --color3: #5cb85d; /* цвет заголовка событий */
    --color4: #33948e; /* цвет текста событий */
    --color5: #fff;    /* цвет внутри кружочков */
    --color6: #cfd0d1; /* цвет полоски */
    --color7: #f15f50; /* цвет самих кружочков */
}

.xdget-lessonSchedule .bg-block {
    background: none;
    padding-bottom: 20px;
    border: 3px solid var(--color0);
    border-radius: 0 0 25px 25px;
    border-top: 0;
}

.xdget-lessonSchedule h3 {
    text-align: center;
    font-size: 0px;
    color:  var(--color1);
    background: var(--color0);
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

.xdget-lessonSchedule h3:before {
  content:"Расписание уроков";
  font-size: 20px;
}

.xdget-lessonSchedule .schedule-block .day {
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
    padding-bottom:10px;
}

.xdget-lessonSchedule .day:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: 1px solid var(--color7);
    background: var(--color5);
    z-index: 5;
    border-radius: 20px;
    left: 0px;
    top: 20px;
}

.xdget-lessonSchedule .day:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border: 1px solid var(--color6);
  top: 0;
  left: 10px;
}

.xdget-lessonSchedule .day .day-label
{
    font-size: 16px;
    font-weight: bold;
    color: var(--color3);
    position: relative;
    margin-bottom:0px;
    padding-left: 18px;
}

.xdget-lessonSchedule .schedule-block .day .record {
    display: flex;
    flex-direction: column;
}

.xdget-lessonSchedule .schedule-block .event {
    margin-left: 0px;
}

.xdget-lessonSchedule .schedule-block .time {
    font-size: 16px;
    font-weight: bold;
    color: var(--color3);
}

.xdget-lessonSchedule .schedule-block:before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/2739/sc/1/h/027183ffeb22c31618056e74d41635f7.png);
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 20px;
}

.stream-table tr td {
    height: 170px!important;
}

.stream-table tr td:hover {
    border-radius: 24px;
}
