.events-wrap {
  padding: 30px 25px 30px 25px;
}
.event-tile__outer {
  padding: 10px 15px 10px 5px;
}
.event-image-wrapper {
  text-align: center;
}
.event-link {
  font-weight: bold;
  text-decoration: none;
}
.event-date {
  font-size: 12px;
  color: #9c9c9c;
}
.event-date-event-page {
  margin-top: -30px;
  margin-bottom: 30px;
}
.event-infoblock {
  margin-bottom: 15px;
}
.event-infoblock-content {
  display: flex;
  flex-direction: column;
}
.event-image-list-wrapper {
  float: left;
  margin-right: 20px;
}
.event-image-list-wrapper img {
  max-width: 75px;
}
.event-infoblock-title {
  font-weight: bold;
}
.event-full-description {
  margin-top: 15px;
}
.event-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.event-list-register {
  display: flex;
  margin-left: auto;
}
.event-meta .events-popup-link {
  width: 100px;
  border-radius: 4px;
  border: 1px solid #ff2f3e;
  line-height: 26px;
  color: #ff2f3e;
  text-align: center;
}
.event-finished {
  width: 100px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  line-height: 26px;
  color: #797979;
  text-align: center;
    font-size: 12px;
}
.event-register {
  display: flex;
  justify-content: center;
}
.event-register .events-popup-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0288d1;
  width: 350px;
  height: 50px;
  border-radius: 4px;
  line-height: 32px;
  color: #ffffff;
}

.events-title {
  padding: 10px 10px 15px 15px !important;
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  text-align: left !important;
}
.events-gap-field {
  float: left;
  padding: 0 !important;
}
.events-gap-name {
  line-height: 1.5 !important;
  word-wrap: break-word !important;
  box-sizing: border-box !important;
  font-family: 'Roboto',sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #666666 !important;
  background: none !important;
  border: 0 none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 5px 0px 5px !important;
  text-align: left !important;
  width: 100% !important;
  float: none !important;
}

.events-gap-value {
  font-family: 'Arial', Tahoma, sans-serif !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  border: 0 !important;
  font-size: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  clear: none !important;
  padding: 5px !important;
  margin-left: 0 !important;
}

.events-gap-value input {
  width: 100% !important;
  appearance: none !important;
  box-sizing: border-box !important;
  -webkit-transition: all 0.30s ease-in-out !important;
  outline: none !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #000 !important;
  background-color: #F3F3F3 !important;
    border: 0 !important;
  border-radius: var(--border-radius) !important;
  box-shadow: none !important;
  margin: 0px 0px 0px 0px !important;
  padding: 13px 13px 13px 13px !important;
}

.events-gap-value input:focus {
  background-color: #ffffff !important;
  border-color: #335EEA !important;
  box-shadow: 0 0 5px 0 #99ccff !important;
}

.events-gap-value select {
  width: 100% !important;
  -webkit-transition: all 0.30s ease-in-out !important;
  outline: none !important;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
  font-family: 'Roboto',sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #000 !important;
  background-color: #FAFAFA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EEEEEE !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  margin: 0px 0px 0px 0px !important;
  padding: 13px 13px 13px 13px !important;
}

.events-gap-field.type-checkbox label * {
  color: #757575;
}

.events-gap-field .events-gap-option {
  margin-bottom: 0 !important;
}

.events-popup-window .s-close {
  border: 1px solid #ebebeb;
  border-radius: 4px !important;
  margin-top: 40px;
  margin-right: 40px;
}

.events-submit {
  display: flex;
  justify-content: center;
}

.events-submit button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #0288d1 !important;
  width: 100%;
  height: 40px !important;
  border-radius: var(--border-radius) !important;
  font-family: 'Roboto',sans-serif !important;
  line-height: 32px !important;
  color: #ffffff !important;
  text-transform: none !important;
  letter-spacing: 0;
}

.events-pagination {
  display: flex;
  justify-content: center;
}

.events-pagination ul {
  display: flex;
}

.events-pagination li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.events-pagination li a {
  text-decoration: none;
}

.events-pagination li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.events-pagination li.selected a {
  color: #0989d2;
}

.events-popup-window * {
    font-family: 'Roboto', sans-serif !important;
}

.errormsg {
    border: 0 !important;
}