

/* Стилизация блока Актуальные события */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.xdget-lessonSchedule {
  background: #FFFFFF;
  border: 1px solid #929292;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.xdget-lessonSchedule .bg-block {
  background: #FFFFFF;
  border-radius: 10px;
}

.xdget-lessonSchedule h3 {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding-top: 40px;
  font-family: 'Montserrat'!important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.xdget-lessonSchedule h3:before {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/283899/sc/90/h/996bc1d021e7a992104df32823da273b.png");
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.xdget-lessonSchedule h3:after {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/283899/sc/90/h/996bc1d021e7a992104df32823da273b.png");
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}

.xdget-lessonSchedule .schedule-block .day {
  margin-bottom: 0px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  font-family: 'Montserrat'!important;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.xdget-lessonSchedule .schedule-block .day:before {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/283899/sc/248/h/ee16d32bec455ad06fd922646368d5df.png");
  position: absolute;
  height: 10px;
  left: 15px;
}

.xdget-lessonSchedule .schedule-block .record {
  padding-left: 0!important;
}
.xdget-lessonSchedule .schedule-block .event {
  padding-left: 5px;
}
.xdget-lessonSchedule .schedule-block .event a {
  font-weight: 500;
  color: var(--color-main-title);
}

@media (max-width: 400px) {
    .xdget-lessonSchedule h3 {
      font-size: 18px;
      line-height: 24px;
    }
    .xdget-lessonSchedule .schedule-block .day {
      font-size: 14px;
      line-height: 18px;
    }
}

@media (max-width: 333px) {
    .xdget-lessonSchedule h3:before {
        display: none!important;
    }
    .xdget-lessonSchedule h3:after {
        display: none!important;
    }
}
