

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

html .lesson-list li,
.chatium_body .lesson-title {
  position:relative;
}

.lesson-list li .favorites-btn,
.lesson-title-value .favorites-btn,
.lesson-title h2 .favorites-btn{
  width:42px;
  height:42px;
  background-image:url('https://lk.alfia-flow.ru/pl/fileservice/user/file/download/h/6ee7f0c384387685fef990183a2c330f.svg');
  background-size:25px;
  background-position:center;
  background-repeat:no-repeat;
  border-radius:50%;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
  bottom:12px;
  right:12px;
  position:absolute;
  display:block;
  z-index:9999999999999;
  cursor:pointer;
}

.lesson-list li .favorites-btn.active,
.lesson-title-value .favorites-btn.active,
.lesson-title h2 .favorites-btn.active{
  background-image:url('https://lk.alfia-flow.ru/pl/fileservice/user/file/download/h/94e73333fa14517197c84f91c655dc95.svg')
}

.favorites-wrapper {
  border-radius:25px;
  background:#E4D7D2;
  padding:30px 20px;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
 }

.favorites-wrapper > h2 {
  font-family: "Cormorant", sans-serif;
      color: #3C393C;
  display:flex;
    font-size:30px;
  align-items: center;
  cursor:pointer;
     line-height: 1;
    letter-spacing: -1px;
}

.favorites-wrapper > h2:after {
  content:'';
  background-image:url('https://img.icons8.com/ios/24/forward--v1.png');
  width:24px;
  height:24px;
  flex:0 0 24px;
  margin-left:auto;
  transform:rotate(90deg);
  transition:all .3s;
}

.favorites-wrapper.active > h2:after {
  transform:rotate(-90deg);
}

.favorites-wrapper .favorites-no-lessons-text {
     font-family: "Geologica", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    opacity:.7;
}

.favorites-wrapper .favorites-list {
  margin-top:20px;
  display:none;
}

.favorite-lesson-wrapper {
  position:relative;
}

.favorite-close {
  width:20px;
  height:20px;
  position:absolute;
  background-image:url('https://lk.alfia-flow.ru/pl/fileservice/user/file/download/h/caf8d8026603e8c652056070ca523720.svg');
  right:0;
  top:0;
  background-size:cover;
  opacity:1;
  transition:opacity .3s;
  cursor:pointer;
}

.favorite-lesson:hover .favorite-close {
  opacity:1
}


.favorites-wrapper .favorites-list a {
  display:flex;
  align-items: flex-start;
     font-family: "Geologica", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3C393C;
  position:relative;
}

.favorites-wrapper .favorites-list > .favorite-lesson-wrapper:not(:last-child) {
  margin-bottom:15px;
}

.favorites-wrapper .favorites-list a:before {
  content:'';
  background-image:url('https://lk.alfia-flow.ru/pl/fileservice/user/file/download/h/94e73333fa14517197c84f91c655dc95.svg');
  background-size:contain;
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  flex:0 0 24px;
  margin-right:5px;
}
