.litepicker {
  display: block !important;
}
.litepicker--box {
  display: inline-block;
}
.litepicker--box .month-item {
  border-radius: 2rem;
  background-color: #f6f7fb;
  -webkit-box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
}
.litepicker--box .month-item-header {
  padding: 2rem 3rem;
  background-color: #000000;
}
.litepicker--box .month-item-header::before {
  display: none;
}
.litepicker--box .month-item-weekdays-row {
  background-color: #fbf4eb;
}
.litepicker--box .month-item-weekdays-row::before {
  display: none;
}
.litepicker .month-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.litepicker .month-item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35.5rem;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
}
.litepicker .month-item-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -50vmax;
  right: -50vmax;
  background-color: #000000;
}
.litepicker .month-item-header button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.litepicker .month-item-header button svg {
  pointer-events: none;
}
.litepicker .month-item-header div {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.litepicker .month-item-header .month-item-name,
.litepicker .month-item-header .month-iten-year {
  font-weight: 500;
  text-transform: uppercase;
}
.litepicker .month-item-header .month-item-year {
  margin-left: 0.5rem;
}
.litepicker .month-item-weekdays-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 2rem 1.6rem;
  max-width: 35.5rem;
  margin: 0 auto;
}
.litepicker .month-item-weekdays-row::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -50vmax;
  right: -50vmax;
  display: block;
  background-color: #f6f7fb;
}
.litepicker .month-item-weekdays-row div {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.litepicker .container__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35.5rem;
  margin: 0 auto;
  padding: 2rem;
}
.litepicker .container__days div {
  cursor: pointer;
  position: relative;
  margin: 0.5rem 0;
  width: 4.5rem;
  height: 4.5rem;
}
.litepicker .container__days div span {
  pointer-events: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.5rem;
}
.litepicker .container__days div.is-in-range span, .litepicker .container__days div.is-start-date span, .litepicker .container__days div.is-end-date span {
  color: #fff;
}
.litepicker .container__days div.is-in-range span {
  border-radius: 0;
  background-color: #4A9EA6;
}
.litepicker .container__days div.is-start-date span, .litepicker .container__days div.is-end-date span {
  position: relative;
  background-color: #208892;
}
.litepicker .container__days div.is-start-date::after, .litepicker .container__days div.is-end-date::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  background-color: #4A9EA6;
}
.litepicker .container__days div.is-start-date::after {
  right: 0;
}
.litepicker .container__days div.is-start-date.is-flipped::after {
  right: auto;
  left: 0;
}
.litepicker .container__days div.is-end-date::after {
  left: 0;
}
.litepicker .container__days div.is-end-date.is-flipped::after {
  left: auto;
  right: 0;
}
.litepicker .container__days div.is-start-date.is-end-date span {
  border-radius: 50%;
}
.litepicker .container__days div.is-start-date.is-end-date::after {
  display: none;
}
.litepicker .container__tooltip {
  display: none;
}

.page-header {
  padding: 30px 0 0;
}
@media (min-width: 901px) {
  .page-header {
    padding: 97px 0 0;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
@media (min-width: 901px) {
  .breadcrumbs {
    margin: 0 0 60px;
  }
}
.breadcrumbs .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
  color: #000;
  opacity: 0.3;
  font-size: 16px;
}
.breadcrumbs .breadcrumb-item__arrow {
  margin: 0 0 0 20px;
}
.breadcrumbs .breadcrumb-item:last-child {
  display: none;
}
@media (min-width: 901px) {
  .breadcrumbs .breadcrumb-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
.breadcrumbs .breadcrumb-item:last-child .breadcrumb-item__arrow {
  display: none;
}

@media (max-width: 900px) {
  .about-page-title {
    display: none;
  }
}

.filter-select {
  position: relative;
}
.filter-select__input {
  display: none;
}
.filter-select__main {
  cursor: pointer;
}
@media (max-width: 600px) {
  .filter-select__main {
    width: 100%;
    text-align: left;
    padding: 2rem 3rem;
    border-top: 0.1rem solid #e6e7ea;
  }
}
@media (min-width: 601px) {
  .filter-select__main {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    border: 0.1rem dashed #17110d;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.filter-select__main:hover, .filter-select--open .filter-select__main {
  background-color: #fff;
}
.filter-select--open .filter-select__main {
  border-color: transparent;
}
@media (min-width: 601px) {
  .filter-select--filtered .filter-select__main {
    background-color: #4A9EA6;
  }
}
@media (max-width: 600px) {
  .filter-select__options {
    display: none;
    padding: 1rem 3rem;
    text-align: center;
  }
}
@media (min-width: 601px) {
  .filter-select__options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    margin-left: -12rem;
    width: 24rem;
    max-height: 30rem;
    overflow-y: auto;
    padding: 3rem;
    border-radius: 2rem;
    background-color: #fff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 601px) {
  .filter-select--open .filter-select__options {
    opacity: 1;
    margin-top: 1rem;
    visibility: visible;
  }
}
.filter-select__options li {
  margin-top: 1.5rem;
}
.filter-select__options li > button {
  font-weight: 500;
}
.filter-select__options li:first-child {
  margin-top: 0;
}
.filter-select__options li ul {
  border-top: 1px solid #e6e7ea;
  margin-top: 6px;
  padding-top: 10px;
  padding-left: 10px;
}
.filter-select__options li ul button {
  font-size: 1.4rem;
  font-weight: 400;
}
.filter-select__option {
  text-align: left;
}

.post-filters__main {
  display: block;
}

.post-filter-tag {
  cursor: pointer;
}
@media (max-width: 600px) {
  .post-filter-tag {
    padding: 2rem 3rem;
  }
}
@media (min-width: 601px) {
  .post-filter-tag {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    border: 0.1rem solid #17110d;
  }
}

@media (max-width: 600px) {
  .post-filters-list {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 101;
    inset: 0;
    padding: 2rem;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.post-filters-list--open {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
@media (min-width: 601px) {
  .post-filters-list--open {
    display: none;
  }
}
@media (min-width: 601px) {
  .post-filters-list__open-wrap {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filters-list__inner {
    position: relative;
    background-color: #fff;
    border-radius: 2rem;
    padding: 6rem 0 1rem;
    height: 100%;
  }
}
@media (min-width: 601px) {
  .post-filters-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem;
  }
}
@media (min-width: 601px) {
  .post-filters-list__item {
    padding: 0 0.75rem;
  }
}
@media (max-width: 600px) {
  .post-filters-list__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #208892;
  }
}
@media (min-width: 601px) {
  .post-filters-list__close {
    display: none;
  }
}
.post-filters-list__clear {
  display: none;
}
.post-filters-list__clear--visible {
  display: block;
}
.post-filters-list__clear--pc {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  padding: 1.2rem;
  border: 0.1rem solid #17110d;
  background-color: #4A9EA6;
}
@media (max-width: 600px) {
  .post-filters-list__clear--pc {
    display: none;
  }
}
@media (min-width: 601px) {
  .post-filters-list__clear--mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filters-list__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 2rem 3rem;
    border-top: 0.1rem solid #e6e7ea;
  }
}
@media (min-width: 601px) {
  .post-filters-list__footer {
    display: none;
  }
}

.post-filter-date {
  position: relative;
}
@media (max-width: 600px) {
  .post-filter-date {
    margin-top: 2rem;
  }
}
.post-filter-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.75rem;
}
.post-filter-date__item {
  padding: 0 0.75rem;
}
@media (max-width: 600px) {
  .post-filter-date__item--icon {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filter-date__item--date {
    width: 100%;
    max-width: 13rem;
  }
}
.post-filter-date__picker {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -17.7rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.post-filter-date__picker.open {
  margin-top: 1rem;
  opacity: 1;
  visibility: visible;
}
.post-filter-date__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 6px 20px;
  border-radius: 50px;
  border: 1px dashed #17110d;
}
@media (max-width: 600px) {
  .post-filter-date__input {
    width: 100%;
    max-width: 15rem;
  }
}
@media (min-width: 601px) {
  .post-filter-date__input {
    width: 15rem;
  }
}
.post-filter-date__input span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-filter-date__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
  border: 1px dashed #17110d;
}

.list-item {
  position: relative;
  margin: 0 0 20px;
  border-radius: 10px;
}
@media (min-width: 901px) {
  .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
  }
}
.list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #fff;
  border-radius: 10px;
}
.list-item__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 10px;
}
@media (min-width: 901px) {
  .list-item__image {
    width: 350px;
    height: auto;
  }
}
@media (min-width: 1201px) {
  .list-item__image {
    width: 420px;
    height: auto;
  }
}
.list-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-item--unaviable .list-item__image img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.list-item__image-ovelay {
  display: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(11, 14, 22, 0.5);
}
.list-item--unaviable .list-item__image-ovelay {
  display: block;
}
.list-item__image-ovelay-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background-color: #208892;
}
@media (max-width: 600px) {
  .list-item__image-ovelay-text {
    width: 200vw;
    margin-top: -2rem;
    margin-left: -100vw;
    -webkit-transform: rotate(-28deg);
         -o-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
}
@media (min-width: 601px) {
  .list-item__image-ovelay-text {
    width: 36rem;
    margin-top: -1.9rem;
    margin-left: -18rem;
    -webkit-transform: rotate(-41.8deg);
         -o-transform: rotate(-41.8deg);
            transform: rotate(-41.8deg);
  }
}
.list-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}
@media (min-width: 901px) {
  .list-item__main {
    padding: 20px 50px;
  }
}
.list-item__type {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 5px 30px;
  border-radius: 50px;
}
@media (min-width: 901px) {
  .list-item__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-item__type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
.list-item__type--event {
  background-color: #FCB918;
}
.list-item__type--article {
  background-color: #93EAF2;
}
.list-item__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}
@media (min-width: 901px) {
  .list-item__title {
    margin: 0 0 10px;
  }
}
.list-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 901px) {
  .list-item__desc {
    max-height: 92px;
    overflow: hidden;
  }
}
.list-item__event .list-item__desc {
  display: none;
}
@media (min-width: 901px) {
  .list-item__event .list-item__desc {
    display: block;
    max-height: 60px;
  }
}
.list-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 105px;
  padding: 10px 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007883), to(#4A9EA6));
  background: -webkit-linear-gradient(left, #007883 0%, #4A9EA6 100%);
  background: -o-linear-gradient(left, #007883 0%, #4A9EA6 100%);
  background: linear-gradient(90deg, #007883 0%, #4A9EA6 100%);
}
.list-item__date-wrap {
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-item__date-to {
  margin: 0 0 0 10px;
}
.list-item__date-text {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}
.list-item__date-day {
  margin: 0 0 4px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
}
.list-item__date-month {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}
.list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 901px) {
  .list-item__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 18px 0 0;
  }
}
.list-item__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 17px;
}
@media (min-width: 901px) {
  .list-item__info-row {
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 20px;
    margin: 0 10px 10px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
  }
}
.list-item__info-icon {
  max-width: 11px;
  margin: 0 10px 0 0;
}
.list-item__info-icon svg {
  width: 11px;
  height: auto;
}
.list-item__info-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.list-item__favorite {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 901px) {
  .list-item__favorite {
    top: 10px;
  }
  .list-item__favorite .add-to-favourites svg {
    fill: transparent;
  }
  .list-item__favorite .add-to-favourites svg path {
    stroke: #000;
  }
  .list-item__favorite .add-to-favourites:hover svg {
    fill: rgba(32, 136, 146, 0.5);
  }
  .list-item__favorite .add-to-favourites.active svg {
    fill: #208892;
  }
  .list-item__favorite .add-to-favourites.active svg path {
    stroke: #000;
  }
  .list-item__favorite .add-to-favourites.active:hover svg {
    fill: rgba(0, 0, 0, 0.5);
  }
}

/*# sourceMappingURL=template-events.css.map*/