/* cmsms stylesheet: conference modified: пятница, 7 августа 2026 г. 17:39:32 */
.conference_slide {
  height: 900px;
  width: auto;
}

.conference_slider .conference_slide {
  display: none;
}
.conference-container {
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.conference_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
.conference-card {
  height: 400px;
  display: grid;
  gap: 20px;
  max-width: 600px;
  justify-items: center;
  text-align: center;
  color: #2a3f5a;
}
/*.conference-card-wide {
   min-height: 400px
  display: grid;
  gap: 20px;
  max-width: 900px;
  justify-items: center;
  text-align: center;
  color: #2a3f5a;
}*/
.conference-card-wide {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  justify-items: center;
  text-align: center;
  color: #2a3f5a;
}

.conference-title-back {
  display: grid;
  gap: 5px;
  max-width: 500px;
  justify-items: center;
  text-align: center;
}
.conference-title {
  margin: 0;
  font-size:2.2em;
}

.conference-type {
  margin: 0;
  font-weight: 300;
  font-size: 1em;
}

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

.conference-time {
  font-weight: bolder;
}

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

.conference-contacts {
  font-style: italic;
  font-weight: 300;
}

.conference-contacts a {
  color: inherit;
  text-decoration: none;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 300;
  font-size: 0.8em;
}

.conference-contacts a:visited,
.conference-contacts a:hover,
.conference-contacts a:active,
.conference-contacts a:focus {
  color: inherit;
  text-decoration: none;
}
.conference-description {
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1, 5;
}
.conference-description-top {
  width: 100%;
  text-align: left;
  line-height: 1, 5;
  font-size:1em;
  margin-bottom:40px;
}

.conference-list {
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1;
}

.conference-list li {
  margin-bottom: 10px;
  font-size: 1em;
}

.conference-list li::marker {
  font-size: 1em;
  font-weight: 700;
  color: #2a3f5a;
}
.conference-section {
  width: 100%;
}

.conference-section-title {
  margin: 0 0 12px;
  text-align: left;
  color: #2a3f5a;
  text-transform: uppercase;
  font-size: 0.9em;
}

.conference-list {
  margin: 0;
  text-align: left;
  line-height: 1;
}

.conference-list li {
  margin-bottom: 10px;
  font-size: 0.8em;
}

.conference-list li::marker {
  color: #2a3f5a;
  font-size: 1em;
  font-weight: 700;
}

.conference-program {
    width: 100%;
    color: #2A3F5A;
    text-align: center;
}

.conference-program p {
    margin: 0 0 18px;
    line-height: 1.5;
    font-size: 18px;
}

.conference-program p:first-child {
    margin-top: 20px;
}

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

.conference-program strong {
    font-weight: 700;
}
