/* cmsms stylesheet: conference modified: четверг, 6 августа 2026 г. 17:44:19 */
.conference_slide {
  height: 900px;
  width: auto;
}
.conference_slider .conference_slide {
  display: none;
}
.conference_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.conference-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.conference-card {
    display: grid;
    gap: 20px;
    max-width: 500px;
   justify-items: center;
   text-align: center;
}

.conference-title {
    margin: 0;
}

.conference-type {
    margin: 0;
}

.conference-date time {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.conference-address {
    font-style: normal;
}

.conference-contact {
    margin-bottom: 8px;
}

.conference-contact:last-child {
    margin-bottom: 0;
}

.conference-contact a {
    word-break: break-word;
}
