﻿.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .event-list {
    row-gap: 47px;
    column-gap: 10px;
  }
}
@media (min-width: 1633px) {
  .event-list {
    column-gap: 20px;
  }
}
.event-item {
  width: 100%;
}
@media (min-width: 992px) {
  .event-item {
    width: 24%;
  }
}
.event-link {
  display: flex;
  gap: 17px;
  width: 100%;
  text-align: right;
  text-decoration: unset;
}
@media (min-width: 992px) {
  .event-link {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    max-width: 360px;
  }
}
.event-link:hover {
  text-decoration: underline;
  text-decoration-color: #000000;
}
.event-link:hover .tag {
  text-decoration: underline;
  text-decoration-color: #FFDD46;
}
.event-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 0.952;
  color: #000000;
}
@media (min-width: 992px) {
  .event-title {
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .event-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
}
.event-info-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .event-info-item {
    margin-bottom: 0;
  }
}
.event-info-item p {
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.333;
  color: #757575;
}
.event-info-item:last-child {
  margin-bottom: unset;
}
.event-content {
  width: 69%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .event-content {
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
  }
}
.event .img-block img {
  height: 100%;
  object-fit: cover;
}
.event-filter {
  display: flex;
}
@media (min-width: 992px) {
  .event-filter {
    margin-top: 43px;
    margin-bottom: 55px;
  }
}
.event-describe {
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
@media (min-width: 992px) {
  .event-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.story-mosaic-container {
  justify-content: space-between;
  margin-left: -11px;
  margin-top: 6px;
}

.story-overview {
  width: 100%;
  margin-right: 0;
  direction: rtl;
  column-count: 1;
}
@media (min-width: 992px) {
  .story-overview {
    margin-left: 11px;
    width: 71%;
    max-width: 360px;
    column-count: 1;
  }
}
.story-overview .content-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.story-overview .mosaic-item-content {
  justify-content: space-between;
  padding-right: 16px;
  padding-left: 19px;
}
.story-overview .mosaic-item {
  cursor: pointer;
  border: none;
  padding: 0;
}
.story-overview .mosaic-item .img-preview {
  width: 100%;
  height: 100%;
}
.story-overview .mosaic-item .img-preview img {
  height: 100%;
  object-fit: cover;
}
.story-overview .mosaic-item-alt {
  text-decoration: none;
}
.story-overview .mosaic-item-alt::after {
  content: "";
  background: none;
}
.story-overview .mosaic-text-gradient {
  -webkit-mask-image: linear-gradient(to bottom, #ffffff 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, #ffffff 95%, transparent 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 36px;
}
.story-overview .create-story-inner-text * {
  font-size: 35px;
  font-weight: 800;
  line-height: 99.875%;
  text-align: center;
}

.images-slider .slick-arrow,
.images-slider .swiper-button-prev,
.images-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #F4F4F4;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0;
  line-height: 0;
}
.images-slider .slick-arrow::after,
.images-slider .swiper-button-prev::after,
.images-slider .swiper-button-next::after {
  content: "" !important;
  display: block;
  background: url("../../images/ico-arrow.svg") no-repeat;
  width: 23px;
  height: 22px;
}
.images-slider .slick-next,
.images-slider .swiper-button-next {
  right: unset;
  left: 0;
}
.images-slider .slick-next::after,
.images-slider .swiper-button-next::after {
  transform: rotate(180deg);
}

.story-overview-page .holder {
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .story-overview-page .holder {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
@media (min-width: 992px) {
  .story-overview-page .filter-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
  }
}
.story-overview-page .filter-content .text {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .story-overview-page .filter-content .text {
    width: 50%;
    max-width: 694px;
    padding-bottom: 13px;
  }
}
.story-overview-page .filter-content form {
  width: 100%;
}
@media (min-width: 992px) {
  .story-overview-page .filter-content form {
    margin-top: 4px;
  }
}
.story-overview-page .filter-content .search-input:focus-visible {
  outline: 1px solid #0F69FC;
}
@media (min-width: 992px) {
  .story-overview-page .filter-content .search-input {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .story-overview-page .filter-content .seach-wrapper .btn-search {
    background-image: url(../../images/search-icon.svg);
    width: 42px;
    left: 12px;
  }
}
.story-overview-page form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .story-overview-page form {
    width: 50%;
  }
}
.story-overview-page .fade:not(.show) {
  display: none;
}
.story-overview-page .btn-story {
  position: fixed;
  bottom: 0;
  right: 0px;
  left: 0;
  width: 100%;
  max-height: 60px;
  background: #FFDD46;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  z-index: 3;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #2C267A;
  gap: 17px;
}
@media (min-width: 992px) {
  .story-overview-page .btn-story {
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    background-color: #1C613B;
    width: auto;
    padding: 17px 17px 12px;
    min-width: 216px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: static;
    box-shadow: none;
  }
}
.story-overview-page .btn-story:active {
  background: #FFDD46;
}
@media (min-width: 992px) {
  .story-overview-page .btn-story:active {
    background: #1C613B;
  }
}
.story-overview-page .btn-story::before {
  content: "";
  display: block;
  background-image: url("../../images/plus-blue.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
}
@media (min-width: 992px) {
  .story-overview-page .btn-story::before {
    background-image: url("../../images/ico-plus-white.svg");
  }
}
.story-overview-page .search-btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 217, 217, 0.3);
  color: #2C267A;
  text-align: left;
  position: relative;
  font-size: 17px;
}
.story-overview-page .search-btn::before {
  content: "";
  background-image: url("../../images/ico-filter.svg");
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-left: 8px;
}
.story-overview-page .search-btn:focus-visible {
  outline: 1px solid #2C267A;
}
.story-overview-page .search-btn .selected-filter-circle {
  position: absolute;
  top: -7.5px;
  left: -7.5px;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 100%;
}
.story-overview-page .content {
  margin-top: 32px;
}
.story-overview-page .content .search-result-text .overview-clear-btn {
  background-position: 50%;
  cursor: pointer;
  padding: 0 30px;
  margin: 0;
  background: url("../../images/ico-close-small.svg") no-repeat 90% 50%;
  color: #2C267A;
  border: none;
  width: auto;
  height: auto;
  position: static;
}
@media (min-width: 992px) {
  .story-overview-page .content .search-result-text .overview-clear-btn {
    height: 100%;
    display: inline-block;
    background-position: 100% 50%;
    padding: 10px 20px;
    margin: 0 15px;
  }
}
.story-overview-page .content .search-result-text .overview-items-count {
  display: inline-block;
}
.story-overview-page .content .filter-content > div {
  margin-right: -2px;
}
@media (min-width: 992px) {
  .story-overview-page .content .filter-content > div {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .story-overview-page .content .filter-content > div:first-child {
    width: 50%;
    max-width: 694px;
    flex-shrink: 0;
  }
}
.story-overview-page .btn-nav-dropdawn {
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  color: #2C267A;
  background: transparent;
  border: none;
  justify-content: flex-start;
  column-gap: 14px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  white-space: normal;
  font-family: "TelAvivMuseum0.1b-Regular", sans-serif;
  text-align: right;
}
.story-overview-page .btn-nav-dropdawn:active {
  background: transparent;
  border: none;
  color: inherit;
}
.story-overview-page .btn-nav-dropdawn:focus, .story-overview-page .btn-nav-dropdawn:focus-visible {
  outline: 1px solid #F2CC45;
  outline-offset: 2px;
}
.story-overview-page .btn-nav-dropdawn::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 24px;
  border: 0;
  background: url(../../images/arrow-tab-blue.svg) no-repeat center/contain;
  margin: 0;
}
.story-overview-page .btn-nav-dropdawn.show::after {
  transform: rotate(180deg);
}
.story-overview-page .grey {
  color: #757575;
}
.story-overview-page .nav-wrapper {
  gap: 23px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 992px) {
  .story-overview-page .nav-wrapper {
    border-bottom: 1px solid #DCDCDC;
  }
}
.story-overview-page .nav-list {
  gap: 23px;
}
@media (min-width: 1366px) {
  .story-overview-page .nav-list {
    gap: 33px;
  }
}
.story-overview-page .nav-link {
  font-size: 52px;
  line-height: 49px;
  color: #2C267A;
  opacity: 0.65;
  border: none;
  position: relative;
  font-family: "TelAvivMuseum0.1b-Regular", sans-serif;
  padding-right: 0;
  padding-left: 0;
}
.story-overview-page .nav-link:focus-visible {
  outline-color: #2C267A;
}
@media (min-width: 992px) {
  .story-overview-page .nav-link {
    padding-top: 0;
    padding-left: 4px;
  }
}
@media (min-width: 1280px) {
  .story-overview-page .nav-link {
    font-size: 68px;
    line-height: 63px;
    padding-left: 8px;
  }
}
@media (min-width: 1366px) {
  .story-overview-page .nav-link {
    padding-left: 16px;
  }
}
.story-overview-page .nav-link.active, .story-overview-page .nav-link.router-link-active {
  opacity: 1;
  color: #2C267A;
}
.story-overview-page .nav-link.active:after, .story-overview-page .nav-link.router-link-active:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #2C267A;
  position: absolute;
  bottom: 0;
  right: 0;
}
.story-overview-page .dropdown-item {
  inset: unset !important;
  left: 0;
}
.story-overview-page .dropdown-item .nav-link {
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  color: #000000;
  padding-bottom: 0;
}
.story-overview-page .dropdown-item .nav-link::after {
  display: none;
}
.story-overview-page .dropdown-item .nav-link.active {
  display: none;
}
.story-overview-page .dropdown-menu {
  border-radius: unset;
  border: 1px solid #D3D3D3;
}
.story-overview-page .search-input-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .story-overview-page .search-input-wrapper {
    max-width: 413px;
  }
}
.story-overview-page .search-input-wrapper.active .search-input {
  padding-right: 44px;
}
.story-overview-page .search-input-wrapper.active .clear {
  display: inline-block;
}
.story-overview-page .clear {
  right: 0;
  background-position: 50%;
  z-index: 3;
  width: 13px;
  height: 100%;
  padding: 10px;
  padding-right: 31px;
  cursor: pointer;
}
.story-overview-page .search-input-white {
  color: #ffffff;
  width: 100%;
}
@media (min-width: 992px) {
  .story-overview-page .search-input-white {
    max-width: 413px;
  }
}
.story-overview-page .search-input-white::placeholder {
  color: #ffffff;
}
.story-overview-page .btn-nav-dropdawn-white {
  color: #ffffff;
}
.story-overview-page .btn-nav-dropdawn-white::after {
  border-color: #ffffff;
}
.story-overview-page .list-title {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 11px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .story-overview-page .list-title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 37px;
  }
}
.story-overview-page .list-title-yellow {
  color: #FFDD46;
}
.story-overview-page .no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .story-overview-page .no-result {
    margin-top: 131px;
    margin-bottom: 322px;
  }
}
.story-overview-page .no-result p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  color: #757575;
}
@media (min-width: 992px) {
  .story-overview-page .no-result p {
    font-size: 18px;
  }
}
.story-overview-page .no-result strong {
  font-size: 21px;
  line-height: 29px;
  color: #000000;
}
.story-overview-page .search:focus-visible {
  outline: 1px solid #2C267A;
}

.event-info .share-btn {
  display: flex;
  background-color: rgba(217, 217, 217, 0.3019607843);
  height: 37.5px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .event-info .share-btn {
    padding: 0 17px;
    cursor: pointer;
  }
}
.event-info .share-btn img {
  max-height: 20px;
  margin: 8px 0;
}
.event-info .share-btn p {
  line-height: 37.5px;
  text-align: center;
  color: #282373;
  margin: 0 6px;
}

.share-dropdown {
  position: absolute;
  top: 56px;
  right: 6px;
  padding: 26px;
  min-width: 194px;
}
.share-dropdown img {
  max-height: 24px;
}
.share-dropdown .share-dropdown-item {
  display: flex;
}
.share-dropdown .share-dropdown-item p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 0 16px;
  white-space: nowrap;
}
.share-dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -8px;
}

.story-overview-page-2 {
  color: #ffffff;
}
.story-overview-page-2 .search {
  background-image: url("../../images/ico-search-white.svg");
  background-color: unset;
}
.story-overview-page-2 .list-wrap {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .story-overview-page-2 .list-wrap {
    border-bottom: 1px solid white;
    margin-bottom: 40px;
  }
}
.story-overview-page-2 .nav-link {
  color: #ffffff;
}
.story-overview-page-2 .nav-link.active:after, .story-overview-page-2 .nav-link.router-link-active:after {
  background: #ffffff;
}
.story-overview-page-2 .nav-link:focus-visible {
  outline-color: #ffffff;
}
.story-overview-page-2 .btn-nav-dropdawn {
  color: #ffffff;
  padding-right: 0;
  padding-left: 0;
  margin-right: -2px;
}
.story-overview-page-2 .tag {
  min-width: 92.5px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .story-overview-page-2 .tag {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: unset;
  }
}
.story-overview-page-2 .event-link:hover .tag {
  text-decoration: none;
}
@media (min-width: 992px) {
  .story-overview-page-2 .filter-content > div.text:first-child {
    width: 35%;
  }
}
@media (min-width: 1280px) {
  .story-overview-page-2 .filter-content > div.text:first-child {
    width: 50%;
    max-width: 694px;
  }
}
.story-overview-page-2 .map-btn {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .story-overview-page-2 .map-btn {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .story-overview-page-2 .map-btn {
    background: unset;
    text-decoration: underline;
    width: auto;
  }
}
.story-overview-page-2 .map-btn::before {
  background-image: url("../../images/ico-map.svg");
  width: 38px;
  height: 25px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .story-overview-page-2 .event-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
}
@media (min-width: 1366px) {
  .story-overview-page-2 .event-content-wrapper {
    flex-direction: initial;
    align-items: center;
  }
}
.story-overview-page-2 .event-info-item p {
  color: #ffffff;
}
@media (max-width: 992px) {
  .story-overview-page-2 .event-info-item p {
    font-size: 17px;
  }
}
.story-overview-page-2 .event-info-list {
  display: flex;
  gap: 29px;
}
@media (min-width: 992px) {
  .story-overview-page-2 .event-info-list {
    gap: 10px;
  }
}
@media (min-width: 1366px) {
  .story-overview-page-2 .event-info-list {
    gap: 29px;
  }
}
.story-overview-page-2 form {
  flex-direction: column;
  align-items: end;
  gap: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .story-overview-page-2 form {
    flex-direction: revert;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 4px;
  }
}

.story-overview-page-3 {
  color: #ffffff;
}
.story-overview-page-3 .search {
  background-image: url("../../images/ico-search-white.svg");
  background-color: unset;
}
.story-overview-page-3 swiper-slide {
  width: fit-content;
}
.story-overview-page-3 .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .story-overview-page-3 .nav-link.active, .story-overview-page-3 .nav-link.router-link-active {
    color: #ffffff;
  }
}
.story-overview-page-3 .nav-link.active:after, .story-overview-page-3 .nav-link.router-link-active:after {
  background: #ffffff;
}
.story-overview-page-3 .nav-link:focus-visible {
  outline-color: #ffffff;
}
.story-overview-page-3 .btn-nav-dropdawn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .story-overview-page-3 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 25px;
    margin-left: -15px;
  }
}
.story-overview-page-3 .list-wrap {
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .story-overview-page-3 .list-wrap {
    padding-bottom: 51px;
  }
}
.story-overview-page-3 .list-link {
  width: 170px;
  margin: 0 7px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .story-overview-page-3 .list-link {
    width: 231px;
    margin: 0;
  }
}
.story-overview-page-3 .list-link:hover, .story-overview-page-3 .list-link:focus {
  text-decoration: underline;
  color: #ffffff;
}
.story-overview-page-3 .list-link img {
  width: 100%;
}
.story-overview-page-3 .list-text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .story-overview-page-3 .list-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-top: 7px;
  }
}
.story-overview-page-3 .list-title {
  padding-bottom: 8px;
  margin-bottom: 17px;
  border-bottom: 1px solid #757575;
}
@media (min-width: 992px) {
  .story-overview-page-3 .list-title {
    line-height: 1.4375;
    padding-bottom: 6px;
    margin-bottom: 23px;
  }
}
.story-overview-page-3 .dropdown-menu {
  background-color: #2D2E2E;
  border: 1px solid #2D2E2E;
}
.story-overview-page-3 .dropdown-menu .nav-link {
  color: #ffffff;
}
.story-overview-page-3 .filter-content {
  margin-bottom: 30px;
}

.story-overview-page-2 .btn-nav-dropdawn::after,
.story-overview-page-3 .btn-nav-dropdawn::after {
  background: url(../../images/arrow-down2-white.svg) no-repeat center/contain;
}

#storyModal-1 .column video {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
@media (min-width: 992px) {
  #storyModal-1 .column video {
    width: auto;
    max-width: 100%;
    max-height: 100dvh;
  }
}
@media (min-width: 992px) {
  #storyModal-1 .column {
    width: 50%;
    height: fit-content;
  }
}
#storyModal-1 .column .swiper-pagination-fraction {
  direction: ltr;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  width: 60px;
  margin: 0 20px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #storyModal-1 .column .swiper-pagination-fraction {
    margin: 0 80px;
  }
}
#storyModal-1 .block-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #storyModal-1 .block-img {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #storyModal-1 .block-img img {
    max-width: 737px;
  }
}
@media (min-width: 992px) {
  #storyModal-1 .images-slider {
    padding-top: 56px;
    margin-top: -56px;
  }
}
@media (max-width: 992px) {
  #storyModal-1 .modal-body .event-info-list .event-info-item {
    margin-bottom: 0;
  }
}
#storyModal-1 .row-top {
  flex-direction: column;
  border-bottom: 1px solid #D6D3C0;
  padding-bottom: 20px;
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  #storyModal-1 .row-top {
    border-bottom: 1px solid #E76033;
    padding-bottom: 42px;
    margin-bottom: 27px;
    flex-direction: row;
    column-gap: 30px;
  }
}
#storyModal-1 .row-bottom {
  flex-direction: column;
}
@media (min-width: 1200px) {
  #storyModal-1 .row-bottom {
    flex-direction: row;
  }
}
#storyModal-1 .modal-dialog {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  border: none;
}
@media (min-width: 1200px) {
  #storyModal-1 .modal-dialog {
    max-width: 85%;
    margin: auto;
  }
}
#storyModal-1 .modal-content {
  border-radius: 0;
}
#storyModal-1 .modal-header {
  border-bottom: none;
  margin-top: 28px;
  margin-left: 32px;
}
@media (min-width: 992px) {
  #storyModal-1 .modal-header {
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  #storyModal-1 .modal-body {
    padding-left: 63px;
    padding-right: 63px;
    padding-bottom: 109px;
  }
}
#storyModal-1 .modal-body .text-type-text a {
  color: inherit;
}
#storyModal-1 .popup-title {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 13px;
  font-weight: 700;
}
#storyModal-1 .event-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #storyModal-1 .event-info {
    margin-bottom: 31px;
  }
}
@media (min-width: 1200px) {
  #storyModal-1 .event-info {
    gap: 5px;
  }
}

.modal .btn-close {
  width: 37px;
  height: 34px;
  background-image: url("../../images/close-modal-icon.svg");
  background-repeat: no-repeat;
  background-size: 29px 26px;
  margin-top: -8px;
  margin-left: -8px;
}
.modal .btn-close:focus-visible, .modal .btn-close:focus {
  outline: 1px solid #2C267A;
  outline-offset: 2px;
  box-shadow: none;
}
.modal .btn-close:hover {
  opacity: 1;
}
.modal a:focus-visible, .modal a:focus {
  outline: 1px solid #2C267A;
}

.list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
}
.list-tag .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: transparent;
  border: 1px solid #D7D3C0;
  color: #757575;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 6px;
}
.list-tag .tag:focus, .list-tag .tag:focus-visible {
  outline: 1px solid #2C267A;
  outline-offset: 3px;
}

#filter-search .nav {
  background: #282373;
  color: #ffffff;
  width: 100%;
  margin-left: -30px;
}
@media (min-width: 992px) {
  #filter-search .nav {
    max-width: 373px;
    margin-left: 8px;
    flex-shrink: 0;
  }
}
#filter-search .nav-link {
  display: flex;
  align-items: center;
  min-height: 117px;
  font-size: 21px;
  line-height: 1.40875;
  color: #F2F1E8;
  text-align: right;
  padding-right: 26px;
  padding-left: 26px;
  gap: 30px;
  position: relative;
  opacity: 1;
}
@media (min-width: 992px) {
  #filter-search .nav-link {
    font-size: 19px;
  }
}
#filter-search .nav-link::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #4C47AE;
  bottom: 0;
  position: absolute;
}
@media (min-width: 992px) {
  #filter-search .nav-link::after {
    left: 0;
  }
}
#filter-search .nav-link.active {
  background-color: #1D1865;
  border-radius: unset;
}
#filter-search .nav-link .icon-back {
  margin-right: auto;
}
@media (min-width: 992px) {
  #filter-search .nav-link .icon-back {
    display: none;
  }
}
#filter-search .modal-dialog {
  max-width: 1268px;
  top: 53%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  #filter-search .modal-dialog {
    margin: auto;
    top: 55%;
  }
}
@media (min-width: 1310px) {
  #filter-search .modal-dialog {
    margin-left: 20px;
  }
}
#filter-search .modal-content {
  border-radius: unset;
}
#filter-search .filter-option {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  min-width: 136px;
  align-items: center;
  padding: 4px 14px;
  display: flex;
  color: #F2F1E8;
  justify-content: center;
}
@media (min-width: 992px) {
  #filter-search .filter-option {
    position: absolute;
    left: 17px;
    justify-content: space-between;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  #filter-search .filter-option::after {
    content: "";
    display: block;
    background: url("../../images/ico-close-filter.svg") no-repeat;
    width: 13px;
    height: 10px;
  }
}
#filter-search .filter-option p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}
@media (min-width: 992px) {
  #filter-search .filter-option p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  #filter-search .close {
    border: none;
    padding: 10px;
    background: url("../../images/back.svg") no-repeat 100% 50%;
    right: 20px;
    position: absolute;
  }
}
#filter-search .modal-header {
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #D6D3C0;
  z-index: 2;
}
@media (min-width: 992px) {
  #filter-search .modal-header {
    border-bottom: unset;
    position: absolute;
    left: 21px;
    top: 28px;
    padding: 0;
  }
}
#filter-search .header-title {
  position: relative;
  font-size: 18px;
  line-height: 25px;
}
#filter-search .header-title::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 4px;
  background-color: #C5C6DD;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#filter-search .modal-body {
  padding: 0;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  #filter-search .modal-body {
    overflow-x: hidden;
    direction: ltr;
  }
}
@media (min-width: 992px) {
  #filter-search .modal-body {
    overflow-y: unset;
  }
}
@media (max-width: 991.98px) {
  #filter-search .modal-body > div {
    direction: rtl;
  }
}
#filter-search .modal-body form {
  flex-direction: column;
}
@media (min-width: 992px) {
  #filter-search .modal-body form {
    gap: 40px;
  }
}
#filter-search .modal-body form .column {
  width: 100%;
}
#filter-search .modal-body form label {
  font-size: 18px;
  line-height: 1.42375;
  color: #000000;
}
@media (min-width: 992px) {
  #filter-search .modal-body form label {
    font-size: 17px;
  }
}
#filter-search .modal-footer {
  border-top: 1px solid #DFDDDD;
  padding: 0;
  align-items: stretch;
}
@media (min-width: 992px) {
  #filter-search .modal-footer {
    padding: 10px;
    height: 80px;
    align-items: unset;
  }
}
#filter-search .modal-footer .btn {
  width: auto;
  border: none;
  margin: 0;
  width: 70%;
}
@media (min-width: 992px) {
  #filter-search .modal-footer .btn {
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
  }
}
#filter-search .modal-footer .clear {
  cursor: pointer;
  padding: 10px 20px;
  background: url("../../images/ico-close-small.svg") no-repeat 90% 50%;
  margin: 0;
  color: #2C267A;
  border: none;
  width: 30%;
  position: static;
  font-size: 17px;
}
@media (min-width: 992px) {
  #filter-search .modal-footer .clear {
    width: auto;
    background-position: 100% 50%;
  }
}
#filter-search .list-tag {
  gap: 20px 9px;
  margin-top: 14px;
}
#filter-search .list-tag .tag {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  padding-left: 17px;
  padding-right: 17px;
}
#filter-search .list-tag .tag.active {
  background-color: #282373;
  color: #ffffff;
  border: 1px solid #282373;
  transition: 0.3s ease;
}
#filter-search .list-tag-item {
  position: relative;
}
#filter-search .tab-pane {
  left: -200%;
  position: absolute;
  background: #ffffff;
  transition: left 0.7s;
  padding: 40px 15px;
  width: 100%;
  bottom: 0;
  top: 0;
}
@media (min-width: 992px) {
  #filter-search .tab-pane {
    left: 0;
    position: static;
    padding: 37px 0 0 0;
  }
}
#filter-search .tab-pane.active {
  left: 0;
  transition: left 0.7s;
}
#filter-search .tab-content {
  max-height: 467px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  padding-left: 66px;
  padding: 15px;
  margin-top: -20px;
  direction: ltr;
}
@media (min-width: 992px) {
  #filter-search .tab-content {
    flex-grow: 1;
    padding-right: 10px;
    padding-left: 116px;
    margin-top: unset;
  }
}
#filter-search .tab-content > * {
  direction: rtl;
}
#filter-search .tab-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #F0EDED;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#filter-search .tab-content::-webkit-scrollbar {
  width: 5px;
  background-color: #CDCBCB;
  border-radius: 10px;
}
#filter-search .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #CDCBCB;
}
#filter-search .list-writer {
  margin-top: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #filter-search .list-writer {
    justify-content: space-between;
    max-width: 722px;
  }
}
#filter-search .list-writer-item {
  border-bottom: 0.5px solid #E0DFD4;
  width: 50%;
  padding-top: 11px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #filter-search .list-writer-item {
    width: 31%;
    max-width: 213px;
  }
}
#filter-search .list-writer-item label {
  border: none;
  white-space: unset;
}
@media (min-width: 992px) {
  #filter-search .list-writer-item label {
    width: 100%;
  }
}
#filter-search .btn-writer {
  background: transparent;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#filter-search .btn-writer.active {
  background: #2C267A;
  border: 1px solid #2C267A;
  color: #ffffff;
}
#filter-search input:focus-visible,
#filter-search button:focus-visible {
  outline: 1px solid #2C267A;
}
#filter-search .search-input:focus-visible {
  outline: 1px solid #0F69FC;
}

[type=radio] {
  display: flex;
  appearance: none;
  background: #EBEBEB;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 15px;
}
[type=radio]::after {
  color: transparent;
  text-shadow: 0 0 0 transparent;
  margin: auto;
  content: "";
  background: transparent;
  font-size: 1.5rem;
  flex-basis: 50%;
  height: 50%;
  border-radius: 50%;
}
[type=radio]::after:hover {
  box-shadow: 0 0 2px 0 #0C0, 0 0 2px 1px fade(black, 25), 0 0 1px 0 #0C0 inset, 0 0 2px 1px fade(black, 35) inset;
  transition: all 200ms ease-in;
}
[type=radio]:checked {
  box-shadow: 0 0 2px 0 #0C0, 0 0 2px 1px fade(black, 25), 0 0 1px 0 #0C0 inset, 0 0 2px 1px fade(black, 35) inset;
}
[type=radio]:checked::after {
  color: #2A2875;
  background-color: #2A2875;
  transition: all 200ms ease-in;
}

.range-slide {
  position: relative;
  width: 80%;
  height: 4px;
  margin: 40px;
  max-width: 330px;
}
@media (min-width: 992px) {
  .range-slide {
    width: 100%;
    max-width: 592px;
  }
}
.range-slide .slide-min,
.range-slide .slide-max {
  position: absolute;
  top: -40px;
  color: #7D7D7D;
  cursor: none;
}
.range-slide .slide-min {
  right: -20px;
}
.range-slide .slide-max {
  left: -20px;
}
.range-slide .slide {
  position: absolute;
  top: 0;
  height: 4px;
  background: #D9D9D9;
  left: 9px;
  right: 9px;
}
.range-slide .slide::after, .range-slide .slide::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  position: absolute;
  top: -3px;
  border-radius: 50%;
}
.range-slide .slide::after {
  left: 0;
}
.range-slide .slide::before {
  right: 0;
}
.range-slide .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background-color: #E76033;
}
.range-slide .thumb {
  position: absolute;
  z-index: 2;
  text-align: left;
  background-color: #4ee44e;
  border-radius: 50%;
  outline: none;
  margin-left: -9px;
  background: #E76033;
  border: 4px solid #F9F9F9;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.22);
  width: 34px;
  height: 34px;
  top: -15px;
}
.range-slide input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 3px;
  top: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
}
.range-slide input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  border-radius: 50%;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.range-slide .display {
  margin: 40px;
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.range-slide .years {
  position: absolute;
  left: -28px;
  top: -40px;
  color: #7D7D7D;
}
.range-slide .years-max {
  left: 0;
}
.range-slide .years-min {
  right: 0;
}

.tab-pane.active .range-slide {
  --slider-connect-bg: #1C613B;
  --slider-connect-bg-disabled: #dfdddd;
  --slider-handle-width: 34px;
  --slider-handle-height: 34px;
  --slider-handle-bg: #1C613B;
  --slider-handle-border: 4px solid #f9f9f9;
  --slider-handle-shadow: 0px 7px 15px rgba(0, 0, 0, 0.22);
  --slider-handle-shadow-active: 0px 7px 15px rgba(0, 0, 0, 0.22);
  --slider-tooltip-bg: transparent;
  --slider-tooltip-color: #000000;
  --slider-tooltip-font-size: 17px;
  --slider-tooltip-font-weight: 400;
}

.seach-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.seach-wrapper .btn-search {
  position: absolute;
  left: 30px;
  top: 0;
  border: none;
  background: transparent;
  background-image: url(../../images/ico-search-blue.svg);
  width: 32px;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.seach-wrapper .search-input {
  border: 1px solid #D9D8D0;
  background-color: transparent;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  width: 100%;
}

#v-pills-2 .seach-wrapper {
  margin-top: 13px;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  #v-pills-2 .seach-wrapper {
    margin-top: 3px;
    margin-right: 50px;
    margin-bottom: 88px;
    justify-content: flex-start;
    max-width: 703px;
  }
}
@media (min-width: 992px) {
  #v-pills-2 .search-input {
    max-width: 703px;
  }
}

#v-pills-3 .seach-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #v-pills-3 .seach-wrapper {
    margin-bottom: unset;
  }
}

.video-stop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.video-stop .video-stop-text {
  font-size: 17px;
  color: #2D3079;
  position: relative;
}

#stop-video-button {
  appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  left: 4px;
  background-image: url("../../images/video-stop.svg");
}
#stop-video-button:hover {
  cursor: pointer;
}
#stop-video-button:checked {
  background-image: url("../../images/video-play.svg");
}
#stop-video-button:checked:hover {
  cursor: pointer;
}

audio.audio-container::-webkit-media-controls-enclosure {
  border-radius: 0;
  max-height: 36px;
}

@media (min-width: 992px) {
  [dir=ltr] .story-overview-page .nav-link {
    font-size: 48px;
  }
}
[dir=ltr] .story-overview-page .nav-list {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  [dir=ltr] .story-overview-page .nav-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .story-overview-page .btn-story {
    width: auto;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  [dir=ltr] .story-overview-page .search-btn {
    width: 100%;
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  [dir=ltr] #filter-search .modal-body {
    direction: rtl;
  }
}
[dir=ltr] #filter-search .tab-content {
  direction: rtl;
}
[dir=ltr] #filter-search .tab-content > * {
  direction: ltr;
}
[dir=ltr] #filter-search .modal-footer .clear {
  background-position: 5%;
}
@media (min-width: 992px) {
  [dir=ltr] #filter-search .modal-footer .clear {
    background-position: 0;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #filter-search .nav {
    margin-left: -1px;
  }
}
[dir=ltr] #filter-search .nav-link {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  [dir=ltr] #filter-search .nav-link {
    flex-direction: row;
  }
}
[dir=ltr] #filter-search .nav-link .icon-back {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  [dir=ltr] #filter-search .close {
    transform: rotate(180deg);
  }
}
[dir=ltr] #storyModal-1 .column .swiper-pagination-fraction {
  direction: rtl;
}
[dir=ltr] .swiper-button-prev:after {
  transform: rotate(180deg);
}
[dir=ltr] .swiper-button-next:after {
  transform: rotate(0deg);
}
[dir=ltr] .story-overview-page-3 .btn-nav-dropdawn {
  white-space: break-spaces;
  flex-wrap: wrap;
}
