html {
  overflow-x: hidden;
}

.header_my {
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: "RF-Dewi";
  font-weight: 700;
}

h1 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
}

h5 {
  font-family: "RF-Dewi";
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb {
  background-color: #ffffff;
}

.eventCalendar-list-wrap .eventCalendar-subtitle {
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 141%;
  color: #262626;
  margin-top: 80px;
}

em {
  margin-top: 7px;
}
em span {
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #99A5C0;
}

.read_more {
  align-items: center;
  width: 141px;
  height: 40px;
  background: #E9F1FF;
  border-radius: 12px;
  border: none;
  font-family: "RF-Dewi";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #3059B1;
}
.read_more svg {
  margin-left: 11px;
}

.col-lg-5 {
  padding: 0;
}

#news_filter {
  margin-bottom: 10px;
  position: relative;
  bottom: 25px;
  left: 5px;
}
#news_filter #news_date_filter {
  margin-right: 10px;
  width: 124px;
  height: 33px;
  background: #254DA3;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  padding-left: 10px;
}
#news_filter #news_date_filter:focus-visible {
  outline: none;
  border: none;
}
#news_filter #news_search {
  width: 364px;
  height: 33px;
  background: #E9F1FF;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 10px;
  border: none;
}
#news_filter #news_search:focus-visible {
  outline: none;
  border: none;
}
#news_filter button {
  position: absolute;
  background-color: transparent;
  top: 5px;
  left: 11.3%;
  border: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background-image: url("/_local/gorkyfilm/img/datePicker.svg");
  margin-right: 8px;
}