* {
  --primary: #7E54FF;
  --secondary: #9164FE;
  --tertiary: oklch(43.602% 0.14607 255.491deg);
  --quaternary: oklch(70.84% 0.096 76.72deg);
  --black: #000;
  --white: #fff;
  --info: #346cbf;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #D81B0D;
  --grey: #635a58;
  --gray-100: #f9f9f9;
  --gray-200: #F3F3F6;
  --gray-300: #e0e0e0;
  --gray-400: #999;
  --gray-500: #7a7a7a;
  --gray-700: #444;
  --gray-900: #1d1d1d;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
.single-events .breadcrumb {
  position: relative;
  z-index: 1;
  background-color: #313131;
  color: #fff;
}
.single-events .breadcrumb__links-list {
  color: #fff;
}
.single-events .breadcrumb__links-list a {
  color: #fff;
}

.single-event {
  position: relative;
}
.single-event__header {
  position: relative;
  z-index: 1;
  background-color: #313131;
  color: #fff;
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  .single-event__header {
    padding: 42px 0 56px 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__header {
    padding: 42px 0 70px 0;
  }
}
@media screen and (min-width: 1400px) {
  .single-event__header {
    padding: 60px 0 90px 0;
  }
}
@media screen and (min-width: 992px) {
  .single-event__header .container {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 380px 1fr;
    gap: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__header .container {
    grid-template-columns: 420px 1fr;
    gap: 82px;
  }
}
@media screen and (min-width: 1400px) {
  .single-event__header .container {
    gap: 120px;
  }
}
.single-event__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.single-event__thumbnail-btns {
  display: none;
  width: 100%;
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .single-event__thumbnail-btns {
    position: absolute;
    top: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    opacity: 0;
  }
}
.single-event__thumbnail-btns .btn--outline-black {
  background-color: #fff;
}
.single-event__thumbnail-btns .btn {
  flex: 1 1 0;
}
.single-event__thumbnail-wrapper {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .single-event__thumbnail-wrapper.position-fixed {
    position: fixed;
    top: 142px;
    z-index: 2;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__thumbnail-wrapper.position-fixed {
    width: 420px;
  }
}
.single-event__thumbnail-wrapper.position-fixed .single-event__thumbnail-btns {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .single-event__thumbnail-wrapper.position-fixed-footer {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 372px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__thumbnail-wrapper.position-fixed-footer {
    width: 420px;
  }
}
.single-event__thumbnail-wrapper.position-fixed-footer .single-event__thumbnail-btns {
  position: static;
  opacity: 1;
}
.single-event__details {
  background-color: #fff;
  color: #313131;
  border-radius: 4px;
  padding: 24px;
  margin-top: 36px;
}
.single-event__details-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #DED8F3;
  padding-top: 24px;
  margin-top: 24px;
}
.single-event__time, .single-event__address {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.single-event__time svg, .single-event__address svg {
  position: absolute;
  top: 2px;
  left: 0;
}
.single-event__time svg {
  top: 1px;
}
.single-event__fees {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.single-event__fee {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  line-height: 1;
}
.single-event__fee-label {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}
.single-event__fee-value {
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (min-width: 1200px) {
  .single-event__fee-value {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .single-event__content {
    padding-left: 422px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__content {
    padding-left: 502px;
  }
}
@media screen and (min-width: 1400px) {
  .single-event__content {
    padding-left: 540px;
  }
}
.single-event__excerpt {
  font-weight: 600;
  border-bottom: 1px solid #DED8F3;
  padding-bottom: 28px;
  padding-top: 28px;
}
@media screen and (min-width: 992px) {
  .single-event__excerpt {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.single-event__excerpt p {
  margin: 16px 0;
}
.single-event__sections .section {
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .single-event__sections .section {
    margin: 36px 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__sections .section {
    margin: 48px 0;
  }
}
.single-event__sections .downloads-section__heading {
  text-align: left;
}
.single-event__main {
  position: relative;
  padding: 1px 0;
}
.single-event__main::before {
  content: "";
  position: fixed;
  z-index: 0;
  display: none;
  background: radial-gradient(ellipse at center, #7d6cf8 0%, #ffffff 72%);
  opacity: 0.36;
  width: 900px;
  height: 900px;
}
@media screen and (min-width: 992px) {
  .single-event__main::before {
    display: block;
    top: 120px;
    left: -300px;
    width: 700px;
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__main::before {
    top: 140px;
    left: -100px;
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .single-event__main::before {
    left: -130px;
    width: 900px;
    height: 900px;
  }
}
.single-event__main .container {
  position: relative;
}
.single-event__related {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .single-event__related {
    padding: 52px 0;
  }
}
@media screen and (min-width: 992px) {
  .single-event__related {
    padding: 72px 0;
  }
}
@media screen and (min-width: 1400px) {
  .single-event__related {
    padding: 90px 0;
  }
}

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