@charset "utf-8";

#seminars-list2 .sem-item {
  border-top: 1px solid #E0E2EA;
  position: relative;
}
#seminars-list2 .sem-body {
  padding: 20px 40px 21px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  gap: 32px;
}
#seminars-list2 .sem-body:hover,
#seminars-list2 .sem-body:focus{
  position: relative;
  box-shadow: 0 4px 16px rgba(51, 48, 90, 0.11);
  z-index: 1;
}
#seminars-list2 .favorite {
  position: absolute;
  top: 17px;
  right: 30px;
  content: url(../img/act-feed-fav.svg);
  width: 17px;
  height: 18.78px;
  transition: 0.3s;
  cursor: pointer;
}
#seminars-list2 .favorite:hover {
  opacity: 0.7
}
#seminars-list2 .favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  content: url(../img/act-feed-fav.svg);
  width: 17px;
  height: 18.78px;
  transition: 0.3s;
  cursor: pointer;
}
#seminars-list2 .favorite:hover {
  opacity: 0.7
}
#seminars-list2 .favorite.dashicons-star-filled {
  content: url(../img/act-feed-fav-fill.svg);
}
#seminars-list2 .favorite:before {
  content: '';
}

#seminars-list2 a.calendar {
  font-size: 0;
  width: 25.67px;
  height: 19.83px;
  display: block;
  content: '';
  background: url(../img/act-feed-calend.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 14px;
  right: 51px;
}
#seminars-list2 a.calendar:before {
  display: block;
  content: url(../img/act-feed-calend-plus.svg);
  position: absolute;
  bottom: -3.5px;
  left: -6.5px;
  width: 13px;
  height: 13px;
}
#seminars-list2 .sem-date {
  min-width: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  order: 1;
}
#seminars-list2 .sem-date > div {
  text-align: center;
  font-weight: bold;
  color: rgba(50, 48, 89, 0.85);
}
#seminars-list2 .sem-date .sem_day {
  font-size: 42px;
  line-height: 42px;
  margin-top: 5px;
}
#seminars-list2 .sem-date .sem_m-y, #seminars-list2 .sem-date .sem_time {
  font-size: 14px;
  line-height: 16px;
}
#seminars-list2 .sem_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  height: 36px;
  padding-left: 17px;
  padding-right: 18px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  background: #FF3C3C;
  color: #fff;
  margin-top: 11px;
}
#seminars-list2 .sem_link:before {
  content: url(../img/seminar-camera.svg);
  height: 22px;
  width: 22px;
  margin-right: 10px;
  margin-bottom: 3px;
}
#seminars-list2 .sem-title {
  margin: 0;
  flex-grow: 1;
  order: 2;
}
#seminars-list2 .sem-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #0785CE;
  display: block;
  margin: 8px 0;
}
#seminars-list2 .sem-title .sem-excerpt {
  font-size: 16px;
  line-height: 21px;
  color: rgba(51, 48, 90, 0.8);
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  display: none;
}
#seminars-list2 .sem-title .sem-excerpt * {
  color: rgba(51, 48, 90, 0.8);
}
#seminars-list2 .sem-title .sem-excerpt p {
  margin-bottom: 8px;
}
#seminars-list2 .sem-title .sem-excerpt *:last-child {
  margin-bottom: 0;
}

#seminars-list2 .sem-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 410px;
  width: 29.3%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 3;
}
#seminars-list2 .sem-lecturer-avatar {
  flex-shrink: 0;
  margin-bottom: 5px;
}
#seminars-list2 .sem-lecturer-avatar img {
  position: relative;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  width: 80px;
  contain-intrinsic-size: 80px 80px;
  margin-left: -20px;
}
#seminars-list2 .sem-lecturer-avatar img:first-child {
  margin-left: 0;
}
#seminars-list2 .sem-lecturer-avatar img:nth-child(1) {
  z-index: 3;
}
#seminars-list2 .sem-lecturer-avatar img:nth-child(2) {
  z-index: 2;
}
#seminars-list2 .sem-lecturer-avatar img:nth-child(3) {
  z-index: 1;
}
#seminars-list2 .sem-meta-block {
  width: 100%;
}
#seminars-list2 .sem-meta-block > div {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(51, 48, 90, 0.8);
}
#seminars-list2 .sem-meta-block > div:last-child {
  margin-bottom: 0;
}
#seminars-list2 .sem-lecturer-name span, #seminars-list2 .sem-duration span {
  font-weight: bold;
  font-size: 14px;
  color: rgba(51, 48, 90, 0.8);
  white-space: nowrap;
}
#seminars-list2 .sem-duration span {
  font-weight: normal;
}
#seminars-list2 .sem-rating span, #seminars-list2 .sem-rating span a {
  font-size: 14px;
  line-height: 18px;
  color: rgba(51, 48, 90, 0.8);
  white-space: nowrap;
}
#seminars-list2 .sem-rating span {
  font-weight: bold;
  margin-left: 7px;
}
#seminars-list2 .sem-rating span a {
  text-decoration: underline;
  font-weight: normal;
  color: #0785CE;
}
#seminars-list2 .sem-rating span a:hover {
  text-decoration: none;
}
#seminars-list2 .sem-rating img {
  height: 14px;
  width: 14.67px;
  margin-bottom: 2px;
}

#seminars-list2 .dot-pulse {
  bottom: -40px;
}

@media (max-width: 1249.5px) {
  #seminars-list2 .sem-title {
    margin: 0 12px;
  }
  #seminars-list2 .sem-lecturer-avatar img {
    width: 60px;
  }
  .sem-meta-block {
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  #seminars-list2 .sem-body {
    flex-wrap: wrap;
    gap: 16px;
  }
  #seminars-list2 .sem-title {
    order: 4;
    width: 100%;
  }
  #seminars-list2 .sem-lecturer-avatar img {
    width: 80px;
  }
  #seminars-list2 .sem-meta {
    flex-grow: 1;
    margin-top: 0;
  }
  #seminars-list2 .sem-date {
    margin-right: 15px;
  }
  #seminars-list2 .sem-date > div {
    text-align: left;
  }
}
@media screen and (max-width: 575.98px) {
  #seminars-list2 .sem-body {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
  #seminars-list2 .sem-date .sem_day {
    margin-top: 0;
  }
  #seminars-list2 .sem-meta {
    width: 100%;
    margin-top: 15px;
  }
}
/*---sem21---*/
.sem21-search {
  padding: 17px 18px 16px;
  background: #F8F8F8;
  margin-bottom: 26px;
}
.sem21-search .row > * {
  display: flex;
  align-items: center;
}
.sem21-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.sem21-search form label {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #323059;
  margin: 4px 24px 4px 0;
  white-space: nowrap;
}
.sem21-search input[type="text"] {
  margin: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E0E2EA;
  border-radius: 2px;
}
.sem21-search input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.sem21-search input[type="radio"]:before {
  box-shadow: 0 0 0px 1px #E0E2EA;
  border: 4px solid #ffffff;
  width: 18px;
  height: 18px;
}
.sem21-search input[type="radio"]:checked:before {
  background: #0785CE;
}
#seminar-search {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
#seminar-search input[type="text"] {
  width: 100%;
  padding: 0 40px 0 14px;
}
#seminar-search input[type="submit"] {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 0 none;
  z-index: 8;
  background: url(../img/sml-header-search.svg) no-repeat center;
  transition: 0.3s;
  font-size: 0;
  opacity: 0.5;
  padding: 0;
  margin-bottom: 0;
}
#seminar-search input[type="submit"]:hover {
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  #seminar-filters {
    margin-bottom: 10px;
  }
}
/*---END sem21---*/