﻿.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #949494;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.nice-select {
  border: none;
  max-width: 230px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 17px;
  line-height: 300%;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  border-radius: unset;
}
@media (min-width: 992px) {
  .nice-select {
    border: 1.5px solid #949494;
    margin-left: 20px;
  }
}
.nice-select:focus, .nice-select:focus-visible {
  outline: 1px solid #2C267A;
  outline-offset: 2px;
}
.nice-select::after {
  background: url(../../images/dropdown.svg) no-repeat;
  width: 22px;
  height: 22px;
  transform: rotate(0);
  transform-origin: unset;
  right: unset;
  left: 12px;
}
@media (min-width: 992px) {
  .nice-select.open {
    border: 1.5px solid #0F69FC;
  }
}
.nice-select.open::after {
  width: 19px;
  transform: translateY(-12px) rotate(179deg);
}
.nice-select .list {
  padding-top: 14px;
  padding-bottom: 22px;
}
.nice-select .nice-select-dropdown {
  width: 100%;
  background: #ffffff;
  border: 1px solid #949494;
  border-radius: 0;
  margin-top: 1px;
}
.nice-select .option {
  padding: 10px 20px;
  white-space: break-spaces;
  line-height: 20px;
  text-align: right;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: transparent;
}
.nice-select .option:focus-visible, .nice-select .option:focus, .nice-select .option.focus {
  outline: 1px solid #2C267A;
  outline-offset: 2px;
}

.option.disabled {
  display: none;
}

.nice-select-label-container {
  position: relative;
}

.nice-select-label {
  position: absolute;
  top: -7px;
  color: #757575;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 992px) {
  .nice-select-label {
    top: -25px;
    z-index: unset;
  }
}

[dir=ltr] .nice-select::after {
  right: 6px;
}

.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;
  }
}

@media (min-width: 992px) {
  .events-page {
    padding-top: 61px;
  }
}
.events-page .holder {
  max-width: 1633px;
  padding: 15px;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .events-page .holder {
    padding: 0 50px;
    margin-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .events-page .holder .event-filter {
    justify-content: space-between;
    gap: 2px;
  }
  .events-page .holder .event-filter .nice-select .current {
    margin: 0 10px;
  }
  .events-page .holder .event-filter .nice-select:nth-child(3) {
    padding-right: 0;
    justify-content: flex-start;
  }
  .events-page .holder .event-filter .nice-select:nth-child(3) .current {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .events-page .event-filter {
    margin-top: 40px;
    margin-bottom: 19px;
  }
}
.events-page .event-filter select {
  display: none;
}
.events-page .event-link:focus, .events-page .event-link:focus-visible, .events-page .event-link:active, .events-page .event-link.nice-select.open {
  outline: 1px solid #2C267A;
}
.events-page .event-item a:focus, .events-page .event-item a:focus-visible, .events-page .event-item a:active, .events-page .event-item a.nice-select.open {
  outline: 1px solid #2C267A;
}
@media (min-width: 992px) {
  .events-page .event-list {
    row-gap: 50px;
  }
}
.events-page .section-title {
  margin-bottom: 32px;
}
.events-page .text-result {
  font-size: 17px;
  line-height: 1.352;
  color: #757575;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .events-page .nice-select {
    padding-left: 44px;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .events-page .nice-select:after {
    left: 20px;
  }
}
.events-page .filter-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.events-page .clear-filters {
  color: #2D3079;
  font-size: 17px;
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 2px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
}
@media (min-width: 992px) {
  .events-page .clear-filters {
    margin-top: unset;
  }
}
.events-page .clear-filters:focus, .events-page .clear-filters:focus-visible, .events-page .clear-filters:active, .events-page .clear-filters.nice-select.open {
  outline: 1px solid #2C267A;
}
.events-page .clear-filters::before {
  content: "";
  background: url(../../images/close-blue.svg) 50% 50% no-repeat;
  width: 10px;
  height: 12px;
}
.events-page .clear-filters > span:hover {
  text-decoration: underline;
}
.events-page .past-events-wrapper {
  background: #F5F5F0;
}
.events-page .past-events-wrapper .holder {
  padding-top: 62px;
  margin-top: 69px;
  padding-bottom: 150px;
  margin-bottom: 0;
}
.events-page .past-events-wrapper .holder .event-describe {
  color: #000000;
  font-size: 20px;
}
.events-page .past-events-wrapper .holder .event-item a {
  display: block;
  text-decoration: none;
}
@media (max-width: 992px) {
  .events-page .past-events-wrapper .holder .event-item a {
    display: flex;
  }
}
@media (max-width: 992px) {
  .events-page .past-events-wrapper .holder .event-item a .event-content {
    padding-right: 15px;
  }
}
.events-page .list-title {
  color: #1C613B;
  border-bottom: 1px solid #CECBBA;
  padding-bottom: 30px;
  overflow-wrap: break-word;
  /*word-spacing: 100vw;*/
  font-weight: 700;
}
@media (min-width: 992px) {
  .events-page .list-title {
    margin-bottom: 53px;
    padding-bottom: 44px;
  }
}
.events-page .list-title-blue {
  color: #2C267A;
}
.events-page p {
  max-width: 895px;
}
.events-page .btn-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .events-page .btn-wrapper {
    margin-top: 40px;
    margin-bottom: 39px;
  }
}
.events-page .list-link {
  text-decoration: unset;
  display: flex;
  gap: 17px;
  width: 100%;
  color: #000000;
}
@media (min-width: 992px) {
  .events-page .list-link {
    flex-direction: column;
  }
}
.events-page .list-link:hover, .events-page .list-link:focus {
  text-decoration: underline;
}
.events-page .active-events-partial .event-list {
  justify-content: end;
}
@media (min-width: 992px) {
  .events-page .event-info {
    column-gap: 14px;
  }
}
@media (min-width: 992px) {
  .events-page .event-info-item {
    align-items: flex-start;
    column-gap: 8px;
  }
}
.events-page .event-info-item .location {
  width: 15px;
}
@media (min-width: 992px) {
  .events-page .event-info-item .location {
    width: 18px;
  }
}
.events-page .event-info-item .calendar {
  width: 17px;
}
@media (min-width: 992px) {
  .events-page .event-info-item .calendar {
    width: 22px;
    margin-top: -2px;
  }
}
@media (min-width: 992px) {
  .events-page .event-info-item p {
    font-size: 17px;
  }
}

.article-page-section.one-event-page .top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .article-page-section.one-event-page .top-wrapper {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .article-page-section.one-event-page .block-img {
    margin: 0;
  }
}
.article-page-section.one-event-page .content .block-img {
  max-width: 491px;
  margin: 50px auto;
}
.article-page-section.one-event-page .text-block {
  margin: 0;
}
.article-page-section .autor-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (min-width: 992px) {
  .article-page-section .autor-wrapper {
    gap: 11px;
  }
}
.article-page-section .autor-wrapper-avatar {
  border-radius: 50%;
  border: 1px solid #757575;
}
.article-page-section .autor-wrapper p {
  font-size: 17px;
  line-height: 24px;
  color: #888888;
}
.article-page-section .section-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .article-page-section .section-title {
    margin-bottom: 0;
  }
}
.article-page-section .btn-prev {
  margin-bottom: 20px;
}

.article-overflow.events-page .banner-wrapper {
  position: relative;
}
.article-overflow.events-page .banner-content {
  right: 25px;
  bottom: 15px;
  left: 23px;
}
@media (min-width: 992px) {
  .article-overflow.events-page .banner-content {
    right: 36px;
    bottom: 21px;
    width: 80%;
    max-width: 883px;
  }
}
.article-overflow.events-page .banner-content .title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.article-overflow.events-page .banner-content .text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: pre;
  text-wrap: wrap;
}
.article-overflow.events-page .list-title {
  font-size: 21px;
  line-height: 1.14875;
  padding-bottom: 11px;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .article-overflow.events-page .list-title {
    font-size: 32px;
    padding-bottom: 0;
    padding-top: 38px;
    border-bottom: unset;
    margin-bottom: 12px;
    margin-top: unset;
  }
}
.article-overflow.events-page .list-wrap {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .article-overflow.events-page .list-wrap {
    border-bottom: 1px solid #CECBBA;
  }
}
.article-overflow.events-page .list-title {
  padding-bottom: 11px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .article-overflow.events-page .list-title {
    padding-bottom: 0;
    padding-top: 38px;
    border-bottom: unset;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .article-overflow .list-link {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .article-overflow .event-title {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .article-overflow .article-button-showMore {
    border: 1px solid rgba(44, 38, 122, 0.3);
  }
}
.article-overflow .article-button-showMore:focus, .article-overflow .article-button-showMore:focus-visible, .article-overflow .article-button-showMore:active, .article-overflow .article-button-showMore.nice-select.open {
  outline: 1px solid #2C267A;
}
@media (min-width: 992px) {
  .article-overflow .list-title {
    word-spacing: inherit;
  }
}

@media (min-width: 992px) {
  .exhibition-artists .content {
    padding-right: 34px;
  }
}
.exhibition-artists .section-title {
  margin-bottom: 39px;
}
.exhibition-artists .exhibition-list {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
@media (min-width: 992px) {
  .exhibition-artists .exhibition-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, auto);
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .exhibition-artists .exhibition-list {
    grid-template-columns: repeat(3, 300px);
  }
}

.past-exhibitions.events-page .text {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 23px;
}

.logos-component .img-block {
  display: flex;
  justify-content: center;
}
