.event {
  margin-bottom: 80px;
}

.event__container {
  position: relative;
}

.event__slider {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.event__slide {
  display: flex;
  max-width: 31.25%;
  height: auto;
}

.event__card {
  display: flex;
  flex-direction: column;
}

.event__title--main {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  color: #333;
}

.event__info {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 18px 50px 45px 50px;
  margin-top: -3px;
  border: 1px solid #999;
  border-top: none;
}

.event__address {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.event__time {
  margin: 0;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.event__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}

.event__dscr {
  margin: 0;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.event__link {
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #9D5CD0;
  border-bottom: 1px solid #9D5CD0;
}

.event__button {
  fill: #ECECEC;
  transition: fill .2s ease-in-out;
}

.event-button-next {
  width: 54px;
  height: 54px;
  position: absolute;
  right: -1.5625%;
  top: 51%;
  z-index: 10;
}

.event-button-next:focus {
  outline: none;
}

.event-button-next:focus .button-elipse {
  stroke: #9D5CD0;
}

.event__button:hover {
  fill: #D1A9F0;
}

.event__button:active {
  fill: #9D5CD0;
}

.event__link:focus {
  border-color: #FFF;
  background-color: #7943A4;
  color: #FFF;
  outline: none;
}

.event__link:hover {
  color: #7943A4;
}

.event__link:active {
  color: #000;
  border-color: transparent;
  border-color: #000;
}

.event-pagination {
  display: none;
}
