.Breadcrumbs__Wrapper_1XGWg {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-bottom: var(--padding--lg);
}

  @media screen and (max-width: 1023px) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media (--screen--sm-max) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media screen and (min-width: 1024px) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media (--screen--md-min) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media print {.Breadcrumbs__Wrapper_1XGWg {
    display: none
}
  }

.Breadcrumbs__Arrow_35rms {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Breadcrumbs__Arrow_35rms > svg > path {
      fill: currentColor;
    }

@media screen and (max-width: 1023px) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media (--screen--sm-max) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media screen and (min-width: 1024px) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (--screen--md-min) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

.EmptyFilter__Wrapper_5587_ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: rgb(240, 248, 255);
  background-color: var(--color--bg-light);
  color: rgb(18, 82, 245);
  color: var(--color--second-blue);
  font-weight: 300;
}

  @media screen and (max-width: 1365px) {.EmptyFilter__Wrapper_5587_ {
    height: 104px;
    font-size: 26px;
    line-height: 32px
}
  }

  @media (--screen--md-max) {.EmptyFilter__Wrapper_5587_ {
    height: 104px;
    font-size: 26px;
    line-height: 32px
}
  }

  @media screen and (min-width: 1366px) {.EmptyFilter__Wrapper_5587_ {
    height: 126px;
    font-size: 32px;
    line-height: 38px
}
  }

  @media (--screen--lg-min) {.EmptyFilter__Wrapper_5587_ {
    height: 126px;
    font-size: 32px;
    line-height: 38px
}
  }

.PreloaderWrapper__Wrapper_3XWaE {
  transition: opacity 0.3s;
}

.PreloaderWrapper__isLoading_huaur {
  opacity: 0.1;
}

.ShowMore__Button_1oBbO {
  --color: var(--color--second-blue);
  --backgroundColor: var(--color--bg-light);

  position: relative;
  display: block;
  width: 100%;
  height: 78px;
  padding: 0;
  background-color: var(--backgroundColor);
  color: var(--color);
  font-weight: 500;
  line-height: 78px;
  text-align: center;
  text-decoration: none;
}

  .ShowMore__Button_1oBbO:disabled {
    pointer-events: none;
  }

  @media screen and (max-width: 767px) {.ShowMore__Button_1oBbO {
    left: 50%;
    width: 100vw;
    margin-left: -50vw
}
  }

  @media (--screen--xs-max) {.ShowMore__Button_1oBbO {
    left: 50%;
    width: 100vw;
    margin-left: -50vw
}
  }

  .ShowMore__Button_1oBbO span {
    transition: opacity 0.3s;
  }

.ShowMore__IsLight_37n0a {
  --backgroundColor: var(--color--white);

  border-top: 1px solid rgba(18, 82, 245, 0.2);

  border-top: 1px solid rgba(var(--rgb--second-blue), 0.2);
}

.ShowMore__FullWidth_yK0LX {
  left: calc(-50vw + 50%);
  width: 100vw;
}

@media screen and (max-width: 767px) {

.ShowMore__FullWidth_yK0LX {
    margin-left: 0;
    margin-left: initial
}
  }

@media (--screen--xs-max) {

.ShowMore__FullWidth_yK0LX {
    margin-left: 0;
    margin-left: initial
}
  }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

.ShowMore__FullWidth_yK0LX {
    left: calc(-50vw + 50% + 17px / 2);
    width: calc(100vw - 17px)
}
  }

.ShowMore__IsLoading_1S9r6 span {
    opacity: 0.5;
  }


/*# sourceMappingURL=calendar.0a52ca2d.chunk.css.map*/