.events-list {
  font-family: Arial, sans-serif;
}
.events-list__header-wrp {
  font-size: 20px;
  color: #333333;
}
@media print, (min-width: 500px) {
  .events-list__header-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.events-list__header {
  font-size: 20px;
  color: #333333;
  margin-right: 20px;
}
.events-list__header-link {
  display: none;
}
@media print, (min-width: 500px) {
  .events-list__header-link {
    display: inline-block;
    font-size: 13px;
    color: #999999 !important;
    text-decoration: none;
  }
}
.events-list__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, (min-width: 500px) {
  .events-list__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.events-list__item {
  margin-bottom: 20px;
}
@media print, (min-width: 500px) {
  .events-list__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media print, (min-width: 768px) {
  .events-list__item {
    width: 33.3333%;
  }
}
@media print, (min-width: 992px) {
  .events-list__item {
    width: 25%;
  }
}
@media (max-width: 499px) {
  .event-preview__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media print, (min-width: 500px) {
  .event-preview__inner {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-preview__photo {
  display: block;
  width: 100px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
@media print, (min-width: 500px) {
  .event-preview__photo {
    width: 100%;
    margin-right: 0;
  }
}
.event-preview__descr {
  flex-grow: 1;
}
@media print, (min-width: 500px) {
  .event-preview__descr {
    position: relative;
    padding-top: 15px;
  }
}
.event-preview__top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media print, (min-width: 500px) {
  .event-preview__top-line {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding: 3px 10px;
  }
}
.event-preview__date {
  font-size: 13px;
  color: #666666;
  margin: 0 20px 0 0;
}
@media print, (min-width: 500px) {
  .event-preview__date {
    color: #CCCCCC;
  }
}
.event-preview__calendar {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url('/i/calendar666.png');
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media print, (min-width: 500px) {
  .event-preview__calendar {
    background-image: url('/i/calendar_white.png');
  }
}
.event-preview__link {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #C90C0F !important;
  text-decoration: none;
}
@media print, (min-width: 500px) {
  .event-preview__link {
    margin-bottom: 8px;
  }
}
.event-preview__place {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #666666 !important;
  text-decoration: none;
  padding-left: 15px;
  margin-bottom: 8px;
}
.event-preview__place:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url('/images/pin666.png');
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.event-preview__price {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
