

/* Start:/local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948*/
@charset "UTF-8";
.breadcrumbs {
	margin-top: -9px !important; /* КОСТЫЛЬ ДЛЯ ДИЗАЙНА, У HEADER УВЕЛИЧИЛСЯ ОТСТУП, НО НЕ ДЛЯ BREADCRUMBS */
}
.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	scrollbar-width: thin; /* Для Firefox */
	scrollbar-color: transparent transparent; /* Для Chrome, Safari, Edge */
}
.breadcrumbs ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
	padding: 11px;
}
.breadcrumbs ul li p {
	margin: 0;
}
.breadcrumbs ul li a span,
.breadcrumbs ul li p {
	font-size: 15px;
	line-height: 18.29px;
	line-height: 120%;
	white-space: nowrap;
	color: #737477;
}
.breadcrumbs ul li::after {
	content: "";
	position: absolute;
	top: 15px;
	z-index: -1;
	right: -8px;
	width: 16px;
	height: 16px;
	background-image: url("/assets/icons-16.png");
	background-image: url("/assets/icons-16.webp");
	background-repeat: no-repeat;
	display: block;
	background-position: -16px 0px;
}

.breadcrumbs ul li:first-child {
	margin-left: -11px;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
@media (min-width: 992px) {
	.breadcrumbs ul li:not(:last-child):hover span {
		color: #1266cb;
	}
}
.breadcrumbs ul::-webkit-scrollbar {
	width: 5px; /* Ширина скроллбара */
	height: 2px;
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
	background-color: #c3c4c8; /* Цвет скроллбара */
}
.breadcrumbs ul::-webkit-scrollbar-track {
	background-color: #f7f8fa; /* Цвет трека скроллбара */
}
.breadcrumbs h1 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 39.01px;
	line-height: 120%;
	color: #222327;
}
@media (max-width: 992px) {
	.breadcrumbs h1 {
		font-size: 26px;
		line-height: 31.69px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17684847502620*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li {
    height: 30px;
    text-align: center;
    list-style: none !important;
    margin-left: 0;
}

.pagination ul li span {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    min-width: 32px;
    font-size: 18px;
    line-height: 21.94px;
}

.pagination ul li:not(:last-child) {
    margin-right: 4px;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    padding: 5px 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
}

.pagination-link.is-active {
    border-color: #1266cb;
}

.pagination-arrow-next,
.pagination-arrow-prev {
    display: none !important;
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: -16px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next,
    .pagination-arrow-prev {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next:hover,
.pagination-arrow-prev:hover {
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: 0px -16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next:hover,
    .pagination-arrow-prev:hover {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next {
    margin-left: 15px;
}

.pagination-arrow-prev {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination.is-arrow-next .pagination-arrow-next {
    display: block !important;
}

.pagination.is-arrow-prev .pagination-arrow-prev {
    display: block !important;
}

/* pagination State styles */

/* End */


/* Start:/local/templates/main/components/bitrix/news/events/bitrix/news.list/.default/style.css?17684847502677*/
.eventsList {
  width: 100%;
}
.eventsList h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.eventsList-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .eventsList-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.eventsCard {
  max-width: 365px;
  outline: 1px solid #ececec;
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
.eventsCard a {
  max-width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eventsCard iframe {
  border-radius: 15px;
  overflow: hidden;
  background-size: cover !important;
}
.eventsCard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.eventsCard-date {
  max-width: 90px;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #fca95e;
  border-radius: 5px;
}
.eventsCard-date span {
  color: #222327;
  font-size: 12px;
  line-height: 14.63px;
  font-weight: 700;
}
.eventsCard-img {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.eventsCard img {
  display: block;
  max-width: 100%;
  height: 205px;
  -o-object-fit: fill;
     object-fit: fill;
}
.eventsCard-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 23px;
  border-radius: 0 0 15px 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eventsCard-description {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.eventsCard-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}
.eventsCard-tags li {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 14.63px;
  border: 1px solid #ececec;
  border-radius: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eventsCard-tags li {
    margin-right: 7px;
  }
}
.eventsCard-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 21.94px;
}
@media (max-width: 576px) {
  .eventsCard-text h3 {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.eventsCard-text p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 17.07px;
}


/* End */
/* /local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17684847502620 */
/* /local/templates/main/components/bitrix/news/events/bitrix/news.list/.default/style.css?17684847502677 */
