

/* Start:/local/components/cresu.unipartner.documents/documents.list/templates/.default/style.css?1750315092690*/
.box__block .experts-filter-block-wrp__clear-btn--mobile {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.box__block .experts-filter-block-wrp__clear-btn--pc {
  display: none;
}
@media (max-width: 989px) {
  .box__block .inner_form__buttons {
    margin-top: 5px;
  }
  .box__block .filter-block-form__filter__link {
    background: #F5F4F7;
    color: #14254A;
    transition: box-shadow 0.25s;
    padding: 10px 20px;
    border-radius: 8px;
  }
}
@media (min-width: 990px) {
  .box__block .experts-filter-block-wrp__clear-btn--mobile {
    display: none;
  }
  .box__block .experts-filter-block-wrp__clear-btn--pc {
    display: inline-flex;
  }
}

/* End */


/* Start:/local/components/cresu.unipartner.ui/button/templates/.default/style.css?17345168903767*/
.button-form {
  border: none;
  background: #F5F4F7;
  border-radius: 8px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form:hover {
    cursor: pointer;
  }
}
.button-form__w100 {
  width: 100%;
  justify-content: center;
}
@media (max-width: 989px) {
  .button-form__w100--mobile {
    width: 100%;
    justify-content: center;
  }
}
.button-form__with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-form__left-icon {
  margin-right: 8px;
  display: block;
}
.button-form__left-icon--hidden {
  display: none;
}
.button-form__size-xl {
  height: 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.button-form__size-xl__with-icon {
  width: 64px;
}
.button-form__size-l {
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.button-form__size-l__with-icon {
  width: 56px;
}
.button-form__size-m {
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.button-form__size-m__with-icon {
  width: 48px;
}
.button-form__size-s {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.button-form__size-s__with-icon {
  width: 32px;
}
.button-form__color-white {
  background: #F5F4F7;
  color: #14254A;
  transition: box-shadow 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-white:hover {
    box-shadow: inset 0 0 0 2px #14254A;
  }
}
.button-form__color-white.active {
  background: #14254A;
  color: white;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-white.active:hover {
    box-shadow: none;
  }
}
.button-form__color-transparent {
  background: transparent;
  color: #14254A;
  transition: box-shadow 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-transparent:hover {
    box-shadow: inset 0 0 0 2px #14254A;
  }
}
.button-form__color-transparent.active {
  background: #35BE45;
  color: white;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-transparent.active:hover {
    box-shadow: none;
  }
}
.button-form__color-green {
  background: #35BE45;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-green:hover {
    background: #278A32;
  }
}
.button-form__color-green-dark {
  background: #1A9F29;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-green-dark:hover {
    background: #278A32;
  }
}
.button-form__color-blue {
  background: #14254A;
  color: white;
  transition: background 0.25s;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .button-form__color-blue:hover {
    background: #0C1831;
  }
}
.button-form.disabled {
  color: rgba(20, 37, 74, 0.2);
  pointer-events: none;
  background: #F5F4F7;
}
.button-form .preloader {
  width: 50px;
  height: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 5px;
}
.button-form .preloader.hidden {
  display: none;
}
.button-form .preloader .preloader__image {
  display: block;
}
.button-form .loader {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-top: 3px solid #575E6D;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}
.button-form .loader--visible {
  display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/components/cresu.unipartner.ui/select/templates/.default/style.css?16902765825447*/
.form-select-2-form {
  position: relative;
}
.form-select-2-form__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
  margin-bottom: 6px;
  margin-left: 16px;
  display: inline-block;
}
.form-select-2-form__block {
  background: #FFFFFF;
  border: 1px solid #D9DFD9;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  position: relative;
}
.form-select-2-form__block__label {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.462;
  color: #000000;
  opacity: 0.4;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .form-select-2-form__block:hover {
    cursor: pointer;
    border-color: #D7D7D7;
  }
}
.form-select-2-form__block.border-2 {
  border-width: 2px;
}
.form-select-2-form__block.size-xl {
  height: 64px;
}
.form-select-2-form__block.size-l {
  height: 56px;
}
.form-select-2-form__block.size-m {
  height: 48px;
}
.form-select-2-form__block.size-s {
  height: 36px;
}
.form-select-2-form__block.size-m .form-select-2-form__block__label {
  font-size: 12px;
}
.form-select-2-form__block.size-m .form-select-2-form__active__container {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.form-select-2-form__block.size-m .form-select-2-form__dropdown-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.form-select-2-form__block.size-s .form-select-2-form__dropdown-list, .form-select-2-form__block.size-s .form-select-2-form__current__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.form-select-2-form__block.opened {
  outline: none;
  border-color: #D7D7D7;
}
.form-select-2-form__active__container {
  display: flex;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.219;
  color: #14254A;
  align-items: center;
}
.form-select-2-form__current__value {
  flex: 1;
}
.form-select-2-form__current__value.no-value {
  opacity: 0.2;
}
.form-select-2-form__current__value--multiple {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-select-2-form__dropdown-list {
  position: absolute;
  z-index: 21;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0 1px #D9DFD9;
  border-radius: 8px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: white;
  max-height: 200px !important;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.form-select-2-form__dropdown-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-select-2-form__dropdown-list.border-2 {
  box-shadow: inset 0 0 0 2px #D9DFD9;
}
.form-select-2-form__dropdown-list li {
  cursor: pointer;
  transition: font-weight 0.2s;
  padding-left: 16px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .form-select-2-form__dropdown-list li:hover {
    font-weight: 700;
  }
}
.form-select-2-form__dropdown-list li > div {
  margin: 0 !important;
  padding: 0 !important;
}
.form-select-2-form__dropdown-list li:first-child > div {
  padding-top: 10px !important;
}
.form-select-2-form__dropdown-list li:last-child > div {
  padding-bottom: 10px !important;
}
.form-select-2-form__dropdown-list li.is-selected {
  font-weight: 700;
}
.form-select-2-form__dropdown-list li + li {
  margin-top: 20px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .form-select-2-form[data-type=manager] .form-select-2-form__dropdown-list li {
    transition: opacity 0.2s;
  }
  .form-select-2-form[data-type=manager] .form-select-2-form__dropdown-list li:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.form-select-2-form__icon-arrow {
  transition: transform 0.3s;
}
.form-select-2-form__icon-arrow.reverse {
  transform: rotate(-180deg);
}
.form-select-2-form__search__input {
  margin-bottom: 20px;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .form-select-2-form__icon-clear {
    transition: opacity 0.2s;
  }
  .form-select-2-form__icon-clear:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.form-select-2-form__not__found {
  padding-left: 16px;
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.form-select-2-form__manager {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 10px;
  pointer-events: none;
}
.form-select-2-form__manager__img img {
  display: block;
  width: 100%;
}
.form-select-2-form__manager__desc__fio {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #14254A;
}
.form-select-2-form__manager__desc__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #575E6D;
}
.form-select-2-form__manager__desc__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #575E6D;
  margin-top: 6px;
}
.form-select-2-form__manager__desc__location {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #abafb6;
  margin-top: 16px;
  white-space: nowrap;
}
.form-select-2-form__manager__desc__location svg {
  color: #575E6D;
  padding-right: 4px;
}

.form-select-2-form .form-select-2-form--error {
  background-color: #fff6f7;
  border-color: #E14242;
}

.checkbox-form ~ .form-select-2-form {
  margin-top: 5px;
}

/* End */


/* Start:/local/components/cresu.unipartner.ui/input/templates/.default/style.css?16902765825503*/
.form-input-form {
  position: relative;
}
.form-input-form__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #575E6D;
  margin-bottom: 6px;
  margin-left: 16px;
  display: inline-block;
}
.form-input-form--search {
  margin-bottom: 15px;
}
.form-input-form__input__form {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: inherit;
  padding: 0 16px;
  color: #14254A;
  height: 48px;
}
.form-input-form__input__form.border-2 {
  border-width: 2px;
}
.form-input-form__input__form.size-xl {
  height: 64px;
}
.form-input-form__input__form.size-l {
  height: 56px;
}
.form-input-form__input__form.size-m {
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.form-input-form__input__form.size-s {
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.form-input-form__input__form.size-xs {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.form-input-form__input__form::placeholder {
  color: #14254A;
  opacity: 0.2;
  user-select: none;
}
.form-input-form__input__form:focus {
  outline: none;
  border-color: #D7D7D7;
}
.form-input-form__input__form.with-right-icon {
  padding-right: 40px;
}
.form-input-form__input__form.with-icon {
  padding-right: 40px;
}
.form-input-form__input__form.with-left-icon {
  padding-left: 38px;
}
.form-input-form__input__form--error {
  background-color: #fff6f7;
  border-color: #E14242;
}
.form-input-form__input__form.disabled {
  opacity: 55%;
}
.form-input-form__input__wrp {
  position: relative;
}
.form-input-form__auth__eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}
.form-input-form__left__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  pointer-events: none;
}
.form-input-form__right__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
}

.input_calendar_wrp {
  position: absolute;
  z-index: 999;
}

.auth__hint {
  opacity: 0.5;
}
.auth__hint.color__gray {
  color: #575E6D;
}
.auth__hint.color__blue {
  color: #14254A;
}
.auth__hint.color__purple {
  background: #E7CEFA;
}
.auth__hint.size__s {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding-left: 16px;
}
.auth__hint.size__m {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.unipartner-body .daterangepicker {
  background-color: #F5F4F7;
  border-radius: 16px;
}

.unipartner-body .daterangepicker:after {
  border-bottom-color: #F5F4F7;
}

.unipartner-body .daterangepicker .calendar-table {
  border-radius: 12px !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 0 !important;
}

.unipartner-body .daterangepicker td {
  font-size: 14px;
  line-height: 17px;
  color: #14254A;
}

.unipartner-body .daterangepicker td.available:hover,
.unipartner-body .daterangepicker th.available:hover {
  background-color: white;
  border-color: transparent;
  color: inherit;
}

.unipartner-body .daterangepicker td.in-range {
  background-color: white;
}

.unipartner-body .daterangepicker td.active,
.unipartner-body .daterangepicker td.active:hover {
  background-color: #14254A;
  border-color: transparent;
  color: #fff;
}

.unipartner-body .daterangepicker .calendar-table {
  background-color: transparent;
}

.unipartner-body .daterangepicker td.off,
.unipartner-body .daterangepicker td.off.in-range,
.unipartner-body .daterangepicker td.off.start-date,
.unipartner-body .daterangepicker td.off.end-date {
  background-color: transparent;
}

.unipartner-body .daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0 !important;
}

.unipartner-body .daterangepicker .calendar-table th,
.unipartner-body .daterangepicker .calendar-table td {
  border: 0 solid transparent;
  padding: 3px;
}

.unipartner-body .daterangepicker .calendar-table thead tr:nth-child(1) {
  background-color: white;
  height: 45px;
}

.unipartner-body .daterangepicker .calendar-table thead tr:nth-child(2) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  height: 45px;
}

.unipartner-body .daterangepicker .drp-calendar.single {
  margin-right: 8px;
}

.unipartner-body .daterangepicker .calendar-table thead tr:nth-child(1),
.unipartner-body .daterangepicker .calendar-table thead tr:nth-child(1) th {
  border-radius: 0;
}

.unipartner-body .daterangepicker select.monthselect,
.unipartner-body .daterangepicker select.yearselect {
  background-color: transparent;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  border-color: #D9D9D9;
  height: 30px;
  padding: 0 0 0 5px;
}
.unipartner-body .daterangepicker select.monthselect option:hover,
.unipartner-body .daterangepicker select.yearselect option:hover {
  background-color: #14254A;
  color: #fff;
}

.unipartner-body .daterangepicker select:focus {
  outline: none;
}

.unipartner-body .daterangepicker th.month {
  font-size: 16px;
  line-height: 16px;
}

.unipartner-body .daterangepicker .calendar-table td {
  font-size: 14px;
}

/* End */


/* Start:/local/components/cresu.unipartner.ui/events.table/templates/documents/style.css?17503150923158*/
.events__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24vh 0;
  color: #575E6D;
  font-size: 16px;
}
@media (min-width: 990px) {
  .events__empty {
    font-size: 20px;
  }
}

.events__row {
  background-color: #F5F4F7;
  border-radius: 16px;
  min-height: 175px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  transition: border 300ms;
}
.events__row:hover {
  cursor: pointer;
  border: 1px solid #14254A;
}
@media (min-width: 990px) {
  .events__row {
    min-height: auto;
  }
}

.events__row-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .events__row-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    padding: 30px 25px;
  }
}

.events__row-desc {
  font-size: 14px;
  color: #575E6D;
  padding: 0;
  margin: 0;
}

.events__row-desc-list {
  padding-bottom: 15px;
}
@media (min-width: 990px) {
  .events__row-desc-list {
    padding-bottom: 0px;
  }
}

.events__row-title {
  font-size: 18px;
  color: #14254A;
  font-weight: bold;
}
@media (max-width: 989px) {
  .events__row-title {
    margin-block-start: 0;
  }
}
@media (min-width: 990px) {
  .events__row-title {
    margin-top: 0;
  }
}

.events__row-text {
  font-size: 16px;
  color: #14254A;
}

.events__row-button {
  font-size: 16px;
  color: white;
}
@media (min-width: 990px) {
  .events__row-button {
    max-width: 130px !important;
    height: 32px !important;
    font-size: 14px !important;
    display: flex !important;
    justify-self: flex-end !important;
    order: 2;
    position: absolute !important;
    bottom: 27px;
  }
}

@media (min-width: 990px) {
  .events__row-text-wrapper {
    width: 80%;
    order: 0;
  }
}

@media (max-width: 989px) {
  .events__row-created {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 5;
  }
}
@media (min-width: 990px) {
  .events__row-created {
    text-align: end;
    order: 1;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
}

.file-item {
  background-color: #F5F4F7;
  border-radius: 16px;
  margin-bottom: 15px;
}
@media (min-width: 990px) {
  .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
  }
}

.file__info {
  padding: 0 0 10px 0;
}
@media (min-width: 990px) {
  .file__info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 20px 0;
  }
}

.file__icon {
  font-size: 24px;
  color: #575E6D;
}

.file__name {
  font-size: 14px;
  color: #14254A;
}

.file__size {
  font-size: 14px;
  color: #575E6D;
}

.file__download {
  display: inline-block;
  margin: 0 20px 20px 20px;
  padding: 8px 16px;
  background-color: #14254A;
  color: white;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
}
.file__download:hover {
  cursor: pointer;
}
@media (max-width: 989px) {
  .file__download {
    margin: 0;
  }
}
@media (min-width: 990px) {
  .file__download {
    margin: 0;
    padding: 6px 20px;
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/events/components/bitrix/main.pagenavigation/unipartner/style.css?17406543683142*/
.unipartner-pagination .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #35BE45;
}

.unipartner-pagination .bx-pagination .bx-pagination-container ul li span {
    border-radius: 8px;
}

.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */
/* /local/components/cresu.unipartner.documents/documents.list/templates/.default/style.css?1750315092690 */
/* /local/components/cresu.unipartner.ui/button/templates/.default/style.css?17345168903767 */
/* /local/components/cresu.unipartner.ui/select/templates/.default/style.css?16902765825447 */
/* /local/components/cresu.unipartner.ui/input/templates/.default/style.css?16902765825503 */
/* /local/components/cresu.unipartner.ui/events.table/templates/documents/style.css?17503150923158 */
/* /local/templates/events/components/bitrix/main.pagenavigation/unipartner/style.css?17406543683142 */
