.pagination {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.pagination-buttons {
  max-width: 200px;
  display: flex;
  gap: 16px;
}
.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #EAEAEA;
  text-decoration: none !important;
  text-align: center;
  height: 64px;
  width: 64px;
}
.pagination-btn:hover {
  padding: 16px;
  background: #FF6A39;
}
.pagination-btn:hover svg path {
  stroke: #fff;
}
.event-item {
  margin-top: 10px;
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event-item {
    flex-direction: column;
  }
}
.event-item.event-item--past .event-item__left,
.event-item.event-item--past .event-item__link {
  background: #949494;
}
.event-item__left {
  width: 25%;
  min-width: 200px;
  background: #FF6A39;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 0;
  font-family: 'bc-sklonar', sans-serif;
  font-weight: 700;
  font-size: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .event-item__left {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .event-item__left {
    width: 100%;
  }
}
.event-item__left.image {
  padding: 0;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .event-item__left.image {
    min-height: 204px;
  }
}
.event-item__left .month {
  color: #fff;
}
.event-item__left img {
  width: 100%;
  height: auto;
  max-height: 183px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1550px) {
  .event-item__left img {
    max-height: 173px;
  }
}
@media only screen and (max-width: 1300px) {
  .event-item__left img {
    max-height: 144px;
  }
}
@media only screen and (max-width: 1024px) {
  .event-item__left img {
    max-height: 140px;
  }
}
.event-item__month {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 12px;
}
.event-item__date {
  font-family: 'bc-sklonar', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.event-image__wrapper {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.event-image__date {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'bc-sklonar', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.event-item__content {
  padding: 24px 40px;
  width: 75%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 2px solid #000;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .event-item__content {
    width: 100%;
    padding: 24px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .event-item__content {
    padding: 24px 20px;
  }
}
.event-item__header {
  display: flex;
  align-items: center;
  font-family: 'bc-sklonar', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  column-gap: 12px;
  margin-bottom: 16px;
}
.event-item__body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #4D4D4D;
  min-height: 160px;
}
@media only screen and (max-width: 1550px) {
  .event-item__body {
    min-height: 150px;
  }
}
@media only screen and (max-width: 1300px) {
  .event-item__body {
    min-height: 117px;
  }
}
@media only screen and (max-width: 1024px) {
  .event-item__body {
    min-height: 200px;
  }
}
.event-item__body p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #4D4D4D;
}
.event-item__body p + p {
  margin-top: 8px;
}
.event-item__body h3 {
  font-family: 'bc-sklonar', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 630px) {
  .event-item__body h3 {
    font-size: 18px;
  }
}
.event-item__link {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 64px;
  width: 64px;
  background: #FF6A39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-item__link svg,
.event-item__link a {
  height: 24px;
  width: 24px;
}
.events-filter select,
.events-filter ::picker(select) {
  appearance: base-select;
}
.events-filter select {
  display: flex;
  gap: 72px;
  padding: 16px 20px;
  font-family: 'bc-sklonar', sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #fff;
  cursor: pointer;
}
.events-filter select:open::picker-icon {
  rotate: 180deg;
}
.events-filter select:hover,
.events-filter select:focus {
  background: #efefef;
}
.events-filter select::picker-icon {
  color: #000;
  transition: 0.4s rotate;
}
.events-filter select option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 0;
  background: #fff;
  padding: 12px;
  transition: 0.4s;
}
.events-filter select option::checkmark {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1827.701 303.065 698.835 1431.801 92.299 825.266 0 917.564 698.835 1616.4 1919.869 395.234z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  content: "";
}
.anniversary-header {
  margin-top: 95px;
  padding: 140px 0 0;
  background: #E2D8CE;
}
@media only screen and (max-width: 1300px) {
  .anniversary-header {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .anniversary-header {
    margin-top: 88px;
  }
}
.anniversary-header h1 {
  margin-bottom: 26px;
}
.anniversary-header p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #4D4D4D;
}
.anniversary-header p + p {
  margin-top: 16px;
}
.events-title {
  font-family: 'bc-sklonar', sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #000000;
}
@media only screen and (max-width: 630px) {
  .events-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .events-title {
    font-size: 36px;
  }
}
.anniversary-header__wrapper {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .anniversary-header__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-gap: 0;
  }
}
.anniversary-header__content {
  padding: 0 0 86px;
}
@media only screen and (max-width: 1024px) {
  .anniversary-header__content {
    padding: 0 0 0;
  }
}
.anniversary-header__image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 300px;
}
@media only screen and (max-width: 1024px) {
  .anniversary-header__image {
    min-height: max-content;
  }
}
.anniversary-header__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  max-width: 660px !important;
}
@media only screen and (max-width: 1024px) {
  .anniversary-header__image img {
    max-width: 600px !important;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.section-events {
  padding: 140px 0 60px;
}
@media only screen and (max-width: 630px) {
  .section-events {
    padding: 80px 0 20px;
  }
}
.section-events-past {
  padding: 40px 0 200px;
}
.scheduled-events {
  margin-top: 40px;
}
@media only screen and (max-width: 630px) {
  .scheduled-events {
    margin-top: 16px;
  }
}
.scheduled-events__form {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 630px) {
  .scheduled-events__form {
    gap: 16px;
  }
}
/*# sourceMappingURL=custom.css.map */