@charset "UTF-8";
.event {
  padding-top: 48.828125px;
  padding-bottom: 48.828125px;
}
.event__date {
  margin-bottom: 25px;
}
.event__title {
  margin-bottom: 31.25px;
}
.event__image {
  margin-bottom: 31.25px;
}
.event__image img {
  max-width: 100%;
  height: auto;
}
.event__body {
  line-height: 1.5;
  margin-bottom: 31.25px;
}
.event__body p {
  overflow: hidden;
}
.event__pager {
  text-align: center;
}
.event__pager a {
  color: #e94347;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.event__pager a:hover {
  color: #c8171c;
}
.event__pager span {
  margin-left: 5px;
  margin-right: 5px;
}
.event__tags {
  margin-bottom: 31.25px;
}
.event__prev::before {
  content: "❮";
  margin-right: 5px;
  line-height: 0;
  font-weight: normal;
}
.event__next::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.event__application-form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
.event__application-form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.event__title-item {
  margin-bottom: 31.25px;
}
.event__name-item {
  margin-bottom: 31.25px;
}
.event__mixed-form-item {
  margin-bottom: 31.25px;
  display: flex;
  justify-content: space-between;
}
.event__email-item {
  width: calc(50% - 15.625px);
}
.event__phone-item {
  width: calc(50% - 15.625px);
}
.event__actions button {
  background-color: #e94347;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  border: solid 1px #e94347;
  box-shadow: 3px 3px 5px #f9cccd, -3px 3px 5px #f9cccd;
}
.event__actions button:hover {
  background-color: #df1a1f;
}
.event__actions button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.event__actions button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.event__actions button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 768px) {
  .event__mixed-form-item {
    flex-direction: column;
  }
  .event__email-item {
    width: 100%;
    margin-bottom: 31.25px;
  }
  .event__phone-item {
    width: 100%;
  }
}

/*# sourceMappingURL=event.css.map */
