

.talks-widget-button {
background: #121416!important;
 color: #d3b273!important;
}

/*-- Расписание — начало --*/

.xdget-lessonSchedule h3 {
    margin-bottom: 20px;
}

.schedule-block {
    margin-bottom: 30px;
    padding: 0;
    background: none;
}
.schedule-block .time {
    color: #fff;
}
.day {
    position: relative;
    
    background: #121416;
    border: 1px solid #121416;
    border-radius: 7px;  
}

.day-label {
    display: inline-block !important;
    margin: 15px 20px 10px;
    
    font-size: 16px;
    color: #fff;
    
    border-bottom: 1px solid white;
}

.day-label::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: 3px;
    width: 15px;
    height: 15px;
    
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/94316/sc/150/h/9222636c954103b7f813bde2f3fd7d6c.png);
    background-repeat: no-repeat;
}

.event a {
    color: #d3b273;
    transition: all .3s;
}

.event a:hover {
    color: #d3b273 !important;
}

.record {
    padding: 10px 20px 10px 10px;
}

.event {
    color: #fff;
}
/*-- Расписание — конец --*/

