.event-section {
  padding: 20px 0 80px;
}

.event-section h4 {
  font-weight: 600;
  margin: 30px 0 10px;
}

.wp-block-cover.has-background-dim.event-cover {
  position: relative;
  overflow: visible;
  background-attachment: fixed;
}

.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}

.wp-block-cover.has-background-dim.event-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(106, 17, 203, 1) 24%,
    rgba(37, 117, 252, 1) 100%
  );
  opacity: 0.65;
  /* z-index: 1; */
}
.event-cover * {
  z-index: 1;
}

.event-cover .tz-item {
  color: #000;
}

.wp-block-cover.event-cover .container {
  padding-top: 80px;
  padding-bottom: 50px;
}

.event-cover .event-location,
.event-cover .event-date {
  display: inline-flex;
  align-items: center;
  margin: 0 100px 0 50px;
  max-width: 250px;
  position: relative;
  color: #fff;
}

.event-cover .event-location .material-icons,
.event-cover .event-date .material-icons {
  position: absolute;
  left: -55px;
  font-size: 46px;
}

.event-cover .wp-block-cover-text,
.event-cover h2 {
  text-align: left;
  margin: 90px 0 30px;
  border-bottom: 3px solid #ed1c94;
  padding: 0 0 25px;
  max-width: 80%;
  color: #fff;
}

.event-cover .event-intro {
  max-width: 80%;
  color: #fff;
}

.event-buttons {
  margin: 50px 0 25px;
}

a.button {
  display: inline-block;
}

a.button * {
  vertical-align: middle;
}

a.button.btn-primary,
a.button.btn-secondary {
  border: 1px solid #0066cc;
  padding: 14px 24px;
  border-radius: 8px;
  background: #0066cc;
  margin: 20px 0;
}

a.button.btn-primary:focus,
a.button.btn-secondary:focus {
  outline: none;
  text-decoration: none;
}

a.button.btn-primary:focus {
  border-color: #204d74;
}

a.button.btn-secondary {
  background: transparent;
}

a.button.btn-secondary.inverted {
  border: 1px solid #fff;
  color: #fff;
}

.event-buttons .button.btn-secondary {
  margin-right: 50px;
}

.arrow-down-btn.scroll {
  background: #fff;
  width: 150px;
  border-radius: 100%;
  color: #0066cc;
  height: 110px;
  display: block;
  text-align: center;
  margin: 50px auto -125px;
  z-index: 10;
  padding: 8px 0;
}

.arrow-down-btn .material-icons {
  color: inherit;
  font-size: 50px;
}

.event.title-section {
  position: relative;
}

.event-cover {
  overflow: visible;
  background-attachment: fixed;
}

.event.title-section:after {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 3px solid #ed1c94;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: -15px;
}

.webinar-timezones-compact {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/*ABOUT*/

.about-event-img {
  color: #fff;
  padding: 8% 0 0;
}

.about-event-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(106, 17, 203, 1) 24%,
    rgba(37, 117, 252, 1) 100%
  );
  opacity: 0.65;
}

.about-event-img * {
  color: #fff;
  z-index: 1;
  position: relative;
}

.event-features {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.event-features .event-feature {
  display: inline-block;
  /* width: 25%; */
  margin: 3%;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.event-feature .material-icons {
  display: block;
  font-size: 36px;
  margin: 0 0 12px;
}

/* Event Speakers */
.event-speakers {
  background: #f7f9fb;
}

.event-section-intro {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
  width: 90%;
}

.event-speakers-list {
  list-style: none;
}

.event-speaker-item {
  display: inline-block;
  width: 18%;
  margin: 15px 2% 15px 0;
  min-width: 160px;
  text-align: center;
  vertical-align: top;
}

.event-speaker-img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover !important;
  margin: 0 auto 15px !important;
  display: block !important;
}

.event-speaker-item:last-child,
.event-speaker-item:nth-child(5n) {
  margin-right: 0;
}

.event-section.event-speakers .event-speaker-name {
  margin: 20px 0 6px;
  border-bottom: 1px solid #e077b3;
  padding: 0 0 7px;
}

.event-speaker-intro {
  font-weight: 300;
  font-size: 0.9em;
}

/* Schedule */

.ft-contents {
  background: #f7f9fb;
  padding: 20px;
}

.event-section .timeline-element {
  color: inherit;
  margin: 10px 0 1em;
  overflow: visible;
}

.event-section .timeline-element-left {
  overflow: visible;
}

.timeline-element-left img {
  margin-right: 10px;
  top: -7px;
  position: relative;
}

.timeline-element-body {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 15px;
}

.timeline-element-body .timeline-element-speaker {
  color: #3d39e6;
  font-size: 18px;
  margin: 0 0 2px;
}

.timeline-element-body p {
  font-size: 15px;
}

.event-section .timeline-element h4 {
  margin: 4px 0 10px;
}

.event-section .timeline-element-left strong {
  display: block;
}

.timeline-details-link {
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  position: relative;
}

.timeline-details-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  top: 7px;
  left: -20px;
  -webkit-transition: border-color 0.3s;
}

/* Countdown */

.event-section.container.countdown {
  padding-bottom: 0;
  overflow: visible;
  z-index: 1;
}

.countdown-container {
  overflow: hidden;
  width: 480px;
  margin: 10px auto;
}

.countdown-container .block {
  height: 80px;
  width: 80px;
  float: left;
  margin: 0 20px 50px 0;
  padding: 31px 0 0;
  text-align: center;
  position: relative;
}

.countdown-container .block:last-child {
  margin-right: 0;
}

.countdown-container .time {
  font-weight: 700;
  color: #3d39e6;
  font-size: 42px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  line-height: 0.5;
  padding: 0 0 20px;
}

.countdown-container .label {
  position: relative;
  padding-top: 10px;
  color: #333;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.countdown .event-buttons {
  max-width: 380px;
  margin: 20px auto -60px;
}

.countdown .arrow-down-btn.scroll {
  padding: 54px 0 0;
  margin-bottom: -35px;
}

/* Registration info content */

.registration-info-content {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .registration-info-content {
    max-width: 100%;
  }
}

/* Registration */
.meetings-bg .event.title-section {
  color: #fff;
  margin-top: 90px;
}

.event-section.meetings-bg .event-section-intro {
  color: #fff;
}

.event-section.meetings-bg .event-section-intro a,
.event-section.meetings-bg .event-section-intro a:visited {
  color: #d5e8fb;
  text-decoration: underline;
}

.event-section.meetings-bg .event-section-intro a:hover,
.event-section.meetings-bg .event-section-intro a:focus,
.event-section.meetings-bg .event-section-intro a:active {
  color: #fff;
  text-decoration: none;
}

/* Venue */
.event-section.venue iframe {
  width: 100%;
  height: 560px;
  position: relative;
}

.venue-address-box {
  background: #fff;
  padding: 20px;
  position: absolute;
  bottom: -500px;
  left: 20%;
}

/* Accommodation */
.event-section .event-section-sub-title {
  font-size: 24px;
  margin: 0 0 20px;
}

.accomodation-contacts {
  margin: 30px 0;
}

.accomodation-contacts a {
  display: inline-block;
  width: 35%;
  margin-right: 10%;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
}

.accomodation-contacts .material-icons {
  position: absolute;
  left: 0;
  top: 0;
}

.main-wrap {
  padding-bottom: 250px;
}

.image-right .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.image-right .col-sm-1 {
  display: none;
}

.webinar.cioms-event-registration-form {
  max-width: 70%;
  margin: 0 auto;
}

/* Стили для экранов шириной до 991px */
@media (max-width: 991px) {
  .webinar.cioms-event-registration-form {
    max-width: 100%;
  }
}

/* Поле купона скрыто по умолчанию */
.uxg-webinar-coupon {
  display: none;
}




