.event {
  position: relative;
  z-index: 5;
  overflow-x: clip;
  background: var(--white, #fff);
  color: var(--black, #000);
  padding: 120px 0;
}
@media (max-width: 991px) {
  .event {
    padding: 80px 0;
  }
}
.event .event__content {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .event .event__content {
    flex-direction: column;
  }
}
.event .event__main {
  max-width: 692px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .event .event__main {
    max-width: 510px;
  }
}
@media (max-width: 991px) {
  .event .event__main {
    max-width: 100%;
  }
}
.event .event__title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .event .event__title {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .event .event__title {
    margin-bottom: 20px;
  }
}
.event .event__info {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .event .event__info {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .event .event__info {
    margin-bottom: 20px;
  }
}
.event .info-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .event .info-part:first-child {
    max-width: 285px;
  }
}
@media (max-width: 1199px) {
  .event .info-part {
    gap: 10px;
  }
}
.event .info-part .info-item {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 575px) {
  .event .info-part .info-item {
    line-height: 1.38;
  }
}
.event .info-part .info-item:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/check.svg") no-repeat center, var(--yellow, #fed700);
  background-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .event .info-part .info-item:before {
    top: 0;
  }
}
.event .schedule-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  background: var(--gray, #f3f3f3);
  border-radius: var(--radius-l, 20px);
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .event .schedule-wrap {
    gap: 20px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .event .schedule-wrap {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
}
.event .schedule-list {
  list-style: none;
  max-width: 356px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .event .schedule-list {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .event .schedule-list {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .event .schedule-list {
    max-width: 100%;
    line-height: 1.49;
  }
}
.event .schedule-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #DFDFDF;
  padding-left: 28px;
}
.event .schedule-list li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/clock.svg") no-repeat top 3px right 4px, var(--yellow, #fed700);
  background-size: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .event .schedule-list li:before {
    top: 0;
  }
}
.event .schedule-image {
  max-width: 235px;
  width: 100%;
}
@media (max-width: 1199px) {
  .event .schedule-image {
    max-width: 145px;
  }
}
@media (max-width: 991px) {
  .event .schedule-image {
    max-width: 235px;
  }
}
@media (max-width: 767px) {
  .event .schedule-image {
    order: 2;
    max-width: 237px;
    margin: auto;
  }
}
.event .schedule-hint {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event .schedule-hint {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .event .places-info {
    text-align: center;
  }
}
.event .event__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event .event__action {
    margin-right: -80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event .event__action {
    flex-direction: column;
    align-items: flex-start;
  }
  .event .event__action .price-box {
    width: 350px;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .event .event__action {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
}
.event .event__extra-text {
  font-size: 18px;
  margin: 5px 0 20px;
}
@media (max-width: 575px) {
  .event .event__extra-text {
    width: 350px;
    font-size: 19px;
    text-align: center;
    margin: 0 auto 15px;
  }
}
.event .event__extra-text b {
  position: relative;
  background: var(--yellow, #fed700);
}
.event .event__extra-text b::before, .event .event__extra-text b::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--yellow, #fed700);
  z-index: 1;
}
.event .event__extra-text b::before {
  left: -9px;
  clip-path: polygon(66% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 98% 70%);
}
.event .event__extra-text b::after {
  right: -9px;
  clip-path: polygon(100% 0, 2% 29%, 62% 100%, 0 100%, 0 0);
}
.event .event__btn {
  max-width: 433px;
}
@media (max-width: 1199px) {
  .event .event__btn {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .event .event__btn {
    height: unset;
    padding: 13px 30px;
  }
}
.event .event__figure-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 575px) {
  .event .event__figure-part {
    gap: 17px;
  }
}
.event .event__figure {
  position: relative;
  background: url("../images/event-bg.webp") no-repeat, var(--gray, #f3f3f3);
  background-size: 920px;
  background-position-y: -90px;
  background-position-x: 96%;
  border-radius: var(--radius-l, 20px);
  animation: infinityMove 100s infinite ease-in-out;
}
@media (max-width: 575px) {
  .event .event__figure {
    background-size: 720px;
    background-position-y: -10px;
  }
}
.event .event__figure:before {
  content: '';
  display: block;
  padding-bottom: 113%;
}
@media (max-width: 1199px) {
  .event .event__figure:before {
    padding-bottom: 111%;
  }
}
@media (max-width: 991px) {
  .event .event__figure:before {
    padding-bottom: 30%;
  }
}
@media (max-width: 767px) {
  .event .event__figure:before {
    padding-bottom: 80%;
  }
}
@media (max-width: 575px) {
  .event .event__figure:before {
    padding-bottom: 100%;
  }
}
.event .event__figure .event__image {
  width: 115%;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .event .event__figure .event__image {
    width: 50%;
    height: unset;
    left: auto;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .event .event__figure .event__image {
    width: 85%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .event .event__figure .event__image {
    width: 101%;
    left: -100px;
    right: -100px;
  }
}
.event .event__figure .event__image img {
  object-fit: contain;
  max-height: 100%;
}
.event .event__figure .dynamic {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .event .event__figure .dynamic {
    margin: 0;
  }
}
.event .event__banner {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  background: var(--gray, #f3f3f3);
  border-radius: var(--radius-l, 20px);
  padding: 15px;
}
@media (max-width: 1199px) {
  .event .event__banner {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .event .event__banner {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .event .event__banner {
    gap: 15px;
    font-size: 19px;
    line-height: 1.3;
  }
}
.event .event__banner .event__banner__image {
  position: relative;
  overflow: hidden;
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  background: var(--white, #fff);
  border-radius: var(--radius-m, 10px);
}

/*# sourceMappingURL=event.css.map */
