

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news_events/style.css?17696192843241*/
.news-teasers {
    background: #ffffff;
}

.news-teasers__item {
    padding: 4px 0;
}

.news-teasers__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.news-teasers__cat {
    color: #1c7ed6;
}

.news-teasers__sep {
    opacity: 0.7;
}

.news-teasers__date {
    white-space: nowrap;
}

.news-teasers__title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.news-teasers__title-link {
    color: #212529;
    text-decoration: none;
    transition: color 0.15s ease;
}

.news-teasers__item:hover .news-teasers__title-link {
    color: #1c7ed6;
}

@media (max-width: 575px) {

    .news-teasers__title {
        font-size: 18px;
        line-height: 1.3;
        text-transform: unset
    }

    .news-teasers__meta {
        margin-bottom: 10px;
    }

}

.news-hero {
  background: #ffffff;
  padding: 0 0 0;
}

.news-hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.news-hero__all {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1c7ed6;
  text-decoration: none;
  transition: color 0.15s ease;
}

.news-hero__all i {
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 2px;
}

.news-hero__all:hover {
  color: #1864ab;
}

.news-hero__card {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.news-hero__overlay {
  position: absolute;
  inset: 0;
  transition: opacity 0.25s ease;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.00) 30%,
      rgba(0, 0, 0, 0.55) 78%,
      rgba(0, 0, 0, 0.72) 100%);
}

.news-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 28px 26px;
  color: #ffffff;
  z-index: 1;
}

.news-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
  opacity: 0.95;
}

.news-hero__sep {
  opacity: 0.8;
}

.news-hero__date {
  white-space: nowrap;
}

.news-hero__h3 {
  display: block;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  max-width: 760px;
}

.news-hero__card:hover .news-hero__overlay {
  opacity: 0.9;
}

.news-hero__card:hover .news-hero__h3 {
  text-decoration: none;
}

@media (max-width: 991px) {

  .news-hero__card {
    height: 360px;
  }

  .news-hero__h3 {
    font-size: 32px;
    line-height: 36px;
    max-width: 640px;
  }
}

@media (max-width: 575px) {

  .news-hero {
    padding: 0;
  }

  .news-hero__head {
    margin-bottom: 16px;
  }

  .news-hero__card {
    height: 300px;
    border-radius: 10px;
  }

  .news-hero__content {
    padding: 18px 16px 16px;
  }

  .news-hero__meta {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .news-hero__h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }

}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles_events/style.css?17696195613241*/
.news-teasers {
    background: #ffffff;
}

.news-teasers__item {
    padding: 4px 0;
}

.news-teasers__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.news-teasers__cat {
    color: #1c7ed6;
}

.news-teasers__sep {
    opacity: 0.7;
}

.news-teasers__date {
    white-space: nowrap;
}

.news-teasers__title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.news-teasers__title-link {
    color: #212529;
    text-decoration: none;
    transition: color 0.15s ease;
}

.news-teasers__item:hover .news-teasers__title-link {
    color: #1c7ed6;
}

@media (max-width: 575px) {

    .news-teasers__title {
        font-size: 18px;
        line-height: 1.3;
        text-transform: unset
    }

    .news-teasers__meta {
        margin-bottom: 10px;
    }

}

.news-hero {
  background: #ffffff;
  padding: 0 0 0;
}

.news-hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.news-hero__all {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1c7ed6;
  text-decoration: none;
  transition: color 0.15s ease;
}

.news-hero__all i {
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 2px;
}

.news-hero__all:hover {
  color: #1864ab;
}

.news-hero__card {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.news-hero__overlay {
  position: absolute;
  inset: 0;
  transition: opacity 0.25s ease;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.00) 30%,
      rgba(0, 0, 0, 0.55) 78%,
      rgba(0, 0, 0, 0.72) 100%);
}

.news-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 28px 26px;
  color: #ffffff;
  z-index: 1;
}

.news-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
  opacity: 0.95;
}

.news-hero__sep {
  opacity: 0.8;
}

.news-hero__date {
  white-space: nowrap;
}

.news-hero__h3 {
  display: block;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  max-width: 760px;
}

.news-hero__card:hover .news-hero__overlay {
  opacity: 0.9;
}

.news-hero__card:hover .news-hero__h3 {
  text-decoration: none;
}

@media (max-width: 991px) {

  .news-hero__card {
    height: 360px;
  }

  .news-hero__h3 {
    font-size: 32px;
    line-height: 36px;
    max-width: 640px;
  }
}

@media (max-width: 575px) {

  .news-hero {
    padding: 0;
  }

  .news-hero__head {
    margin-bottom: 16px;
  }

  .news-hero__card {
    height: 300px;
    border-radius: 10px;
  }

  .news-hero__content {
    padding: 18px 16px 16px;
  }

  .news-hero__meta {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .news-hero__h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }

}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/video_events/style.css?17696201173932*/
.news-card {
    height: 100%;
    margin: 0 40px 40px 0;
}

.news-card__image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 200px;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 400ms ease;
}

.news-card__image:hover img {
    transform: scale(1.05);
}

.news-card__video-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.news-card__video-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 300ms ease;
}

.news-card__video-icon i {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 300ms ease, transform 300ms ease;
}

.news-card__image:hover .news-card__video-icon::before {
    opacity: 1;
}

.news-card__image:hover .news-card__video-icon i {
    opacity: 1;
    transform: scale(1);
}

.news-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 14px;
    color: #6b7280;
}

.news-card__category {
    color: #1c7ed6;
}

.news-card__title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2937;
    transition: color 200ms ease;
    text-transform: uppercase;
}

.news-card__preview {
    color: #9b9ea6;
    font-size: 14px;
    margin-top: 10px;
}

.video-modal .modal-dialog {
    max-width: 1040px;
}

.video-modal__content {
    border-radius: 6px;
    overflow: hidden;
    border: 0;
}

.video-modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    opacity: 1;
    font-size: 20px;
}

.video-modal__close.btn-close,
.video-modal__close.btn-close:hover,
.video-modal__close.btn-close:focus,
.video-modal__close.btn-close:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.video-modal__body {
    padding: 35px;
}

.video-modal__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.video-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal__meta {
    margin-top: 18px;
}

.video-modal__meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6b7280;
}

.video-modal__category {
    color: #1c7ed6;
}

.video-modal__title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2937;
}

.video-modal__text {
    margin-top: 8px;
    font-size: 14px;
    color: #9b9ea6;
}

.news-hero__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.news-hero__all {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1c7ed6;
    text-decoration: none;
    transition: color 0.15s ease;
}

.news-hero__all i {
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 2px;
}

.news-hero__all:hover {
    color: #1864ab;
}

@media (max-width: 992px) {

    .news-card {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 576px) {

    .news-card__title {
        font-size: 16px;
        text-transform: unset;
    }

    .video-modal__body {
        padding: 14px 14px 18px;
    }

    .video-modal__title {
        font-size: 18px;
    }

    .news-hero__head {
        margin-bottom: 16px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/news.list/news_events/style.css?17696192843241 */
/* /local/templates/main/components/bitrix/news.list/articles_events/style.css?17696195613241 */
/* /local/templates/main/components/bitrix/news.list/video_events/style.css?17696201173932 */
