/* cmsms stylesheet: conference modified: вторник, 11 августа 2026 г. 17:25:13 */
.conference_slide {
  height: 900px;
  width: auto;
}

.conference_slider .conference_slide {
  display: none;
}

.conference_gray{
  background-color: #EFF2F7 !important;
}
.conference_blue{
  background-color: #E4F2FD !important;
}
.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-card-wide-left {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 900px;
  justify-items: center;
  text-align: left;
  color: #2a3f5a;
  /* border: 1px solid green; */
}

.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: left;
}

.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;
}

#conference-map{
    margin:auto;
}
#conference-map {
 position: relative;
 width: 100%;
 height: 700px; }
#conference-map iframe {
 width: 100%;
 height: 100%;
 display: block;
 border: 0;
 }
@media (max-width: 768px) {
 #conference-map {
     height: 400px;
 } 
}
@media (max-width: 480px) {
 #conference-map { 
     height: 300px;
 }
}
/* ОБЛАКО ТЕГОВ*/

#tag-cloud {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

#tag-cloud .tagcloud--item img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

/* ГАЛЕРЕЯ*/

.gallery-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 45px;
}

/* Сам слайд */
.gallery-slider .swiper-slide {
    width: 100%;
    height: 700px;

    overflow: hidden;
    border-radius: 12px;
}

/* Изображение */
.gallery-slider .swiper-slide img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* Стандартные стрелки Swiper */
.gallery-slider .swiper-button-prev,
.gallery-slider .swiper-button-next {
    color: #ffffff;

    width: 44px;
    height: 44px;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.55);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.gallery-slider .swiper-button-prev:hover,
.gallery-slider .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-slider .swiper-button-prev {
    left: -30;
}

.gallery-slider .swiper-button-next {
    right: -30;
}

/* Размер стандартных стрелок */
.gallery-slider .swiper-button-prev::after,
.gallery-slider .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

/* Пагинация */
.gallery-slider .swiper-pagination {
    bottom: 10px;
}

.gallery-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

    opacity: 0.45;
    background: #000;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.gallery-slider .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.25);
}

/* Адаптив */
@media (max-width: 1000px) {

   

    .gallery-slider .swiper-slide {
        height: 350px;
    }

}

@media (max-width: 600px) {

    

    .gallery-slider .swiper-slide {
        height: 280px;
        border-radius: 8px;
    }

    .gallery-slider .swiper-button-prev,
    .gallery-slider .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .gallery-slider .swiper-button-prev::after,
    .gallery-slider .swiper-button-next::after {
        font-size: 15px;
    }

}
