/* item */
.customListItem {
  position: relative;
  width: 100%;
  background: #ECF7FF;
  padding: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  color: #202020;
}

.customListItem__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

.customListItem__date {
  font-size: 20px;
  line-height: 30px;
  width: 228px;
  margin-right: 32px;
  font-weight: 500;
}

.customListItem__placeTime {
  display: flex;
  gap: 16px;
  font-size: 17px;
  line-height: 24px;
  color: #676B77;
}

.customListItem__wrap {
  display: flex;
  align-items: center;
}

.customListItem__img {
  width: 228px;
  min-width: 228px;
  height: 152px;
  margin-right: 32px;
  object-fit: cover;
}

.customListItem__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 26px;
}

.customListItem__title {
  font-size: 24px;
  line-height: 36px;
}

.customListItem__desc,
.customListItem__desc * {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.customListItem__link {
  color: #0F479C;
  cursor: pointer;
}

.customListItem__btn {
  width: 210px;
  min-width: 210px;
  margin-left: auto !important;
}

/* popup start*/
.item-popup {
  font-family: 'Roboto';
  font-style: normal;
  color: #202020;
  padding: 32px;
}

.item-popup .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.item-popup .info {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #676B77;
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

.item-popup .info-place {}

.item-popup .info-time {}

.item-popup .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 32px;
}

.item-popup .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  margin-top: 8px;
}

.item-popup .gallery {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.item-popup .gallery .left {}

.item-popup .gallery .left img {
  width: 342px;
  height: 240px;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

.item-popup .gallery .right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 350px;
}

.item-popup .gallery .right img {
  width: 163px;
  height: 112px;
  display: block;
  object-fit: cover;
  max-width: calc(50% - 8px);
}


.item-popup .show-more {
  margin-top: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0F479C;
}

.item-popup .sign {
  margin-top: 32px;
  width: 168px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* popup end*/
.container.cabinte-page .right_block {
  display: flex;
  flex-direction: column;
}

.container.cabinte-page .items-list-inner {
  order: 4;
}

.cabinte-page .search-wrapper {
  /* width: calc(50% - 23px); */
  width: 100%;
  margin-left: auto;
  margin-bottom: 32px;
  order: 3;
}

.cabinte-page .search .search-input {
  background: #fff;
  height: 48px;
  border: 1px solid #ADB4CB;
  border-radius: 4px;
}

.cabinte-page .search .btn-search {
  pointer-events: none;
}

.eventTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #202020;
  order: 2;
}

.eventCalendar__bottom {
  order: 2;
  display: flex;
  justify-content: space-between;
}

.eventCalendarInfo {
  width: 553px;
  min-width: 553px;
  padding: 32px 24px 0;
  display: flex;
  flex-wrap: wrap;
}

.eventCalendarInfoItem {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.eventCalendarInfoItem div {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #202020;
  margin-right: 9px;
  border-radius: 4px;
}

.eventCalendarInfoItem span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #202020;
}

.eventCalendarForm {
  width: 600px;
  background: #ECF7FF;
  margin-top: -135px;
  padding: 24px;
}

.eventCalendarForm .title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #202020;
}

.cabinte-page .eventCalendarForm .top-form.bordered_block {
  border: 0;
  padding: 0;
}

.cabinte-page .form .form-group {
  margin: 0;
}

.eventCalendarForm .top-form.bordered_block input {
  margin: 0;
}

.eventCalendarForm .top-form.bordered_block input:not(.btn) {
  background-color: #fff;
}

.eventCalendarForm .top-form.bordered_block .text-left {
  text-align: right;
}

.eventCalendarForm .captcha-row.form-control {
  margin: 0;
  margin-top: 8px;
}

@media (max-width: 1270px) {
  .customListItem__wrap {
    flex-wrap: wrap;
  }

  .customListItem__info {
    width: calc(100% - 260px);
    margin: 0;
  }

  .customListItem__btn {
    margin-top: 16px !important;
  }
}

@media (max-width: 650px) {
  .customListItem__top {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .customListItem__placeTime {
    flex-wrap: wrap;
    gap: 8px;
  }

  .customListItem__date {
    width: auto;
  }

  .customListItem__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .customListItem__info {
    width: 100%;
    margin-top: 24px;
  }

  .customListItem__btn {

    margin: 0 auto !important;
    margin-top: 24px !important;
  }


}

/*= CALENDAR CSS */
.eventCalendar-wrap li {
  padding: 0;
  margin: 0;
}

.eventCalendar-wrap li::before {
  display: none;
}

.eventCalendar-hidden {
  display: none;
}

.eventCalendar-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  order: 1;
}

.eventCalendar-wrap .eventCalendar-arrow {
  position: absolute;
  z-index: 5;
  top: 38px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2190_6633)'%3E%3Cpath d='M17 18.6581L10.8192 12.5606L17 6.46297L15.0972 4.58986L7 12.5606L15.0972 20.5312L17 18.6581Z' fill='%23ADB4CB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2190_6633'%3E%3Crect width='24' height='24' fill='white' transform='translate(24 0.824219) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.eventCalendar-prev {
  left: 44px;
}

.eventCalendar-next {
  right: 44px;
}

.eventCalendar-monthTitle {
  display: block;
  text-align: center;
}

.eventCalendar-monthWrap {}

.eventCalendar-currentMonth {
  z-index: 1;
}

.eventCalendar-daysList {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 504px;
  gap: 21px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.eventCalendar-daysList li {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}

.eventCalendar-daysList li::before,
.eventCalendar-daysList li::after {
  display: none;
}

.eventCalendar-daysList li a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  color: #202020;
  box-sizing: border-box;
  border-radius: 4px;

}

.eventCalendar-daysList li.eventCalendar-day-header {
  height: 32px;
  color: #0F479C;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;

}

.eventCalendar-daysList li.eventCalendar-dayWithEvents {
  background: #E2EFFF;
}

.eventCalendar-daysList li.eventCalendar-current {
  background: #A6CE39;

}

.eventCalendar-daysList li.eventCalendar-current a {
  color: #fff;
}

.eventCalendar-daysList li.today {
  border: 2px solid #ADB4CB;
  border-radius: 4px;
}

.eventCalendar-current {
  background: rgba(0, 0, 0, 0.35);
}

.eventCalendar-daysList a {
  padding: 0;
  display: block;
  text-align: center;
  font-size: 8px;
  min-width: 7px;
}

.eventCalendar-loading {
  display: block;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.eventCalendar-list {
  position: relative;
  z-index: 1;
}

.eventCalendar-oldEventList {
  z-index: 2;
}


.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev {}

.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-next {
  transform: rotate(180deg);
}

.eventCalendar-wrap .eventCalendar-arrow span {
  display: none;
}

.eventCalendar-slider {
  position: relative;
  padding: 32px 24px 0;
  overflow: hidden;
  min-width: 553px;
  height: 515px !important;
}

.eventCalendar-monthWrap {}

.eventCalendar-currentTitle {}

.eventCalendar-currentTitle .eventCalendar-monthTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #2C4053;
  text-align: center;
}

.eventCalendar-daysList.eventCalendar-showAsWeek {}

.eventCalendar-loading.error {
  background-color: red;
}

.eventCalendar-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202020;
}

.eventCalendar-list-wrap {
  position: relative;
  background: #ECF7FF;
  padding: 24px;
  height: 380px;
  overflow-y: auto;
  width: 100%;
}

.eventCalendar-list-content.scrollable {

  height: 100px;
  overflow-y: auto;
  margin: 0 5px 5px 0;
}

.eventCalendar-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.eventCalendar-list li {
  padding: 0 5px 15px;
  margin: 0;
  clear: both;
}

.eventCalendar-list li time {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202020;
}

.eventCalendar-list li time em {}

.eventCalendar-list li time small {}

.eventCalendar-list li .eventCalendar-eventTitle {
  display: block;
  clear: both;
  font-weight: bold;
  text-decoration: none;
}

.eventCalendar-list li a.eventCalendar-eventTitle {
  color: #0E8EAB;
}

.eventCalendar-list li a.eventCalendar-eventTitle:hover {
  text-decoration: underline;
}

.eventCalendar-list li .eventDesc {
  clear: both;
  margin: 0 0 5px 0;
  font-size: 80%;
  line-height: 1.2em;
}

.eventCalendar-list .eventCalendar-noEvents {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #202020;
  padding: 0;
}

.bt {
  font-size: 12px;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
  padding: 9px 34px 11px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #698B10;
  background-repeat: repeat-x;
}

.bt:hover {
  background-position: 0 -15px;
  text-decoration: none;
}

.eventItem {
  font-family: 'Roboto';
  font-style: normal;
  color: #202020;
  margin-bottom: 24px;
}

.eventItem .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.eventItem .info {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #676B77;
}

.eventItem .time {
  margin-right: 36px;
}

.eventItem .place {}

.eventItem .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 24px;
}

.eventItem .desc,
.eventItem .desc * {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0;
  margin: 0;
}

.eventItem .desc {
  margin-top: 8px;
}

.eventItem .link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0F479C;
  margin-top: 12px;
}

.eventItem .btn {
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 36px;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  background: #A6CE39;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #A6CE39;

}

.eventItem .btn:hover {
  color: #fff;
}

.eventItem .btn.false {
  display: none !important;
}

@media (max-width: 1270px) {
  .side_left .container.cabinte-page .left_block {
    width: 265px;
    padding-right: 24px;
  }

  .container.cabinte-page .right_block.narrow_Y {
    width: calc(100% - 265px);
  }

  .cabinte-page .head-block-item.dropdown-select__title {
    margin-bottom: 0;
  }

  .eventCalendar-slider {
    padding: 16px;
    min-width: 360px;
    height: 380px !important;
  }

  .eventCalendarInfo {
    min-width: 360px;
    width: 360px;
    flex-direction: column;

  }

  .eventCalendarInfoItem {
    width: 100%;
  }

  .eventCalendar-daysList {
    gap: 8px;
    width: 328px;
  }

  .eventCalendar-daysList li {
    width: 40px;
    height: 40px;
  }

  .eventCalendarForm {
    margin-top: 0;
  }

}

@media (max-width: 740px) {
  .eventCalendar-list-wrap {
    height: auto;
  }

  .eventCalendar-wrap {
    flex-direction: column;
    align-items: center;
  }

  .eventCalendar__bottom {
    flex-direction: column;
    align-items: center;
  }

  .eventCalendarInfo {
    flex-direction: row;
    width: 100%;
    padding: 16px;
    gap: 12px;
  }

  .eventCalendarInfoItem {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }

  .eventCalendarInfoItem div {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .eventCalendarForm {
    width: 100%;
    margin-top: 8px;
  }
}

/* end of CALENDAR css */