.event-recent-posts__last-img img,
.event-recent-posts__post-img img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.event-recent-posts__last-img:hover img,
.event-recent-posts__post-img:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.event-recent-posts__last-title:hover,
.event-recent-posts__post-title:hover {
  color: currentColor;
}

.single-event {
  padding: 135px 0 48px;
}

.single-event__link {
  background-color: var(--color-blue);
  padding: 17px 33px;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  height: 64px;
}

.single-event__tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.single-event__info {
  margin-bottom: 65px;
}

.single-event__tags .recent-event__event-date {
  background-color: unset;
}

.single-event__link:hover,
.single-event__subscribe .field-wrapper input[type="submit"]:hover {
  background-color: #ffd650;
}

.single-event__title {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 48px;
  max-width: 1000px;
}

.single-event__images {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: calc(70% - 55px);
  height: 600px;
}

.single-event__image {
  width: 100%;
  max-width: 100%;
}

.single-event__image>img {
  display: block;
}

.single-event__link-icon {
  width: 24px;
  height: 24px;
}

.single-event__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.single-event__link-title {
  color: var(--color-gray-blue);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.single-event__content {
  padding: 48px 0 140px;
}

.single-event__content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--color-gray-blue);
}

.single-event__content h3 {
  margin-bottom: 22px;
  font-size: 24px;
  color: var(--color-gray-blue);
  font-weight: 700;
}

.single-event__content p,
.single-event__content ul {
  font-size: 18px;
  color: #545454;
}

.single-event__content p {
  font-weight: 400;
  line-height: 155%;
}

.single-event__content ul li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.single-event__content ul li:last-child {
  margin-bottom: 25px;
}

.single-event__content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 13px;
  background-color: var(--color-blue);
}

.single-event__slider {
  position: relative;
  margin: 45px 0 40px;
}

.single-event__slider-navigation {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 10px;
}

.single-event__slider-navigation .nav-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.single-event__share-socials .share::before {
  display: none;
}

.single-event__subscribe-wrapper .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 700;
  color: #e6501e;
  padding-left: 10px;
  display: none;
}

.single-event__slider-navigation .nav-btn svg path {
  stroke: #fff;
}

.single-event__slider-navigation .nav-btn:hover svg rect {
  fill: #fff;
}

.single-event__slider-navigation .nav-btn:hover svg path {
  stroke: #000;
}

.single-event__slider-navigation svg rect {
  fill: transparent;
}

.single-event__slider-navigation .nav-prev {
  transform: rotate(180deg);
}

.single-event__slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.single-event__slider-slide {
  height: 455px;
}

.single-event__content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 110px;
}

.single-event__content-content {
  flex: 1 0 calc(70% - 110px);
  width: calc(70% - 110px);
}

.single-event__subscribe {
  flex: 1 0 calc(30% - 110px);
  width: calc(30% - 110px);
}

.single-event__subscribe-wrapper {
  background-color: #fffbed;
  padding: 40px;
  margin-bottom: 20px;
}

.single-event__subscribe-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-gray-blue);
  margin-bottom: 32px;
  max-width: 160px;
}

.single-event__subscribe-title p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 25px;
  text-align: center;
}

.single-event__subscribe .field-wrapper input {
  width: 100%;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 500px;
  height: 56px;
  padding: 0 20px;
  font-family: inherit;
  color: #27383f;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.single-event__subscribe .field-wrapper input::placeholder {
  color: #27383f;
}

.single-event__subscribe .field-wrapper input.wpcf7-not-valid {
  border-color: #e6501e;
}

.single-event__subscribe .field-wrapper input:focus {
  border-color: #3593ff;
}

.single-event__subscribe .field-wrapper input[type="submit"] {
  color: var(--color-gray-blue);
  text-transform: uppercase;
  margin-top: 25px;
  height: 56px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  border: none;
  background-color: #ffc300;
}

.single-event__share-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.event-recent-posts__last-title,
.event-recent-posts__title {
  font-weight: 700;
  color: var(--color-gray-blue);
}

.single-event__share-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.single-event__share-socials .share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 50%;
  transition: background-color 0.5s;
  padding: 0;
}

.single-event__share-socials .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.single-event__share-socials .share svg {
  width: 14px;
  height: 14px;
}

.single-event__share-socials .share svg path {
  transition: fill 0.5s;
  fill: #545454;
}

.single-event__share-socials .share:hover {
  background-color: #ededed;
}

.event-recent-posts__title {
  font-size: 48px;
  margin-bottom: 50px;
}

.event-recent-posts__posts {
  display: flex;
  gap: 130px;
}

.event-recent-posts__last {
  width: 100%;
  max-width: 440px;
}

.event-recent-posts__last-img {
  display: block;
  width: 440px;
  height: 250px;
  margin-bottom: 25px;
  overflow: hidden;
}

.event-recent-posts__last .recent-event__event-date,
.event-recent-posts__post-info .recent-event__event-date {
  margin-bottom: 10px;
}

.event-recent-posts__last-title {
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 15px;
}

.event-recent-posts__last-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  color: #545454;
  margin-bottom: 15px;
}

.event-recent-posts__other .event-recent-posts__post {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}

.event-recent-posts__other .event-recent-posts__post:first-child {
  padding-top: 0;
}

.event-recent-posts__post-img {
  width: 180px;
  height: 125px;
  overflow: hidden;
  flex: 0 0 auto;
}

.event-recent-posts__post-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-blue);
  margin-bottom: 15px;
}

.event-recent-posts {
  padding: 120px 0;
  background-color: #f6f6f6;
}

.event-recent-posts__post-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  color: var(--color-dark-gray);
  display: none;
}

.single-event--controls__inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 20px;
}

.single-event--arrow {
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 2px rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
}

.single-event--arrow:hover,
.single-event--arrow:focus {
  background-color: white;
  border-color: white;
}

.single-event--arrow svg {
  width: 24px;
  height: 24px;
}

.single-event--arrow:hover svg path,
.single-event--arrow:focus svg path {
  stroke: #27383f;
}

.single-event__slider-pagination {
  width: fit-content !important;
  max-width: 100%;
  padding: 12px 16px;
  background-color: rgba(39, 56, 63, 0.6);
  border-radius: 46px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.single-event__slider-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background-color: #fff6da;
  transition: background-color 0.4s ease, opacity 0.4s ease;
}

.single-event__slider-pagination .swiper-pagination-bullet-active {
  background-color: #ffc300;
}

@media screen and (max-width: 1024px) {
  .single-event__images {
    max-width: 800px;
    margin: 0 auto;
    height: auto;
  }

  .event-recent-posts {
    padding: 60px 0;
  }

  .single-event {
    padding: 60px 0 0;
  }

  .single-event__title.title-regular {
    font-size: 64px;
    font-weight: 700;
  }

  .single-event__image,
  .single-event__image2 {
    max-width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .single-event__title.title-regular {
    font-size: 44px;
  }
}

@media screen and (max-width: 575px) {
  .single-event__images {
    flex-direction: column;
    margin-bottom: -35px;
  }

  .single-event__image,
  .single-event__image2 {
    height: 300px;
  }
}