/* m - MYxi */

.vertical-text {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  height: auto;
}

.m-wrapper>div:not(:last-child) {
  border-right: 1px solid #7f7f7f;
}

.artists-title, .pab-title {
  font-size: 35px;
  line-height: 29.41px;
  text-transform: uppercase;
}

/* aside-nav */

.m-search {
  display: flex;
  align-items: flex-end;
}

.m-search>input {
  border: none;
  outline: none;
  width: 255px;
}

.m-search>img {
  margin-left: 20px;
  cursor: pointer;
}

.m-wrapper-search-container {
  width: calc(100% - 125px);
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

::-moz-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

:-moz-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

:-ms-input-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

.m-aside-nav {
  width: 260px;
  padding-right: 23px;
  margin-bottom: 4px;
}

.m-wrapper-titles {
  width: calc(1440px - 125px);
  margin: 90px 0 40px 0;
}

.m-aside-nav-section-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
}

.m-aside-nav .h3-title {
  margin-bottom: 53px;
  text-align: right;
}

.m-aside-nav .title-h3 {
  line-height: 20px;
}

a.title-h3 {
  pointer-events: none;
  cursor: initial;
}

.m-aside-nav-section-title:before {
  content: '';
  width: 4px;
  height: 11px;
  background-color: #000;
  display: inline-block;
  margin-right: 15px;
}

.m-winner, .m-awardees {
  margin: 45px 0;
}

.winner-info p, .awardee-info p {
  margin: 0;
}

.winner-info, .awardee-info {
  flex-direction: column;
}

.winner-photo, .awardee-photo {
  margin-bottom: 12px;
}

.awardees-item {
  margin-bottom: 20px;
}

.winner-photo>img, .awardee-photo-img, .awardee-photo>img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.winner-name, .awardee-name, .finalists-item {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

.finalists-list {
  padding-left: 0;
  margin-bottom: 45px;
}

.finalists-item {
  margin-bottom: 25px;
}

/* main content */

.main-content {
  width: calc(100% - 260px - 125px);
}

.main-content * {
  max-width: 100%;
}

.main-content>div {
  padding: 45px;
}

.main-content>div:not(:last-child) {
  border-bottom: 1px solid #7f7f7f;
}

.m-info {
  position: relative;
}

.m-info p {
  line-height: 22px;
}

.m-info h2+p {
  color: #8f8f8f;
  font-size: 14px;
  font-style: italic;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin: 40px 0;
}

/* publications */

.m-pubs {
  position: relative;
}

.m-pubs:before, .m-info:before {
  content: '';
  width: 1px;
  height: 4px;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #fff;
}

.m-pubs:after, .m-info:after {
  content: '';
  width: 4px;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0px;
  background-color: #fff;
}

.m-pubs .title-h1 {
  margin-bottom: 50px;
}

.m-pubs-photo {
  position: relative;
  display: inline-block;
}

.m-pubs-interviews .m-pubs-photo-info, .m-pubs-exhibitions .m-pubs-photo-info {
  position: absolute;
  height: 70px;
  background-color: #fff;
  padding: 0 32px;
  font-weight: 900;
  bottom: 10px;
}

.m-pubs-interviews .m-pubs-photo-info {
  right: 0;
  width: 265px;
}

.m-pubs-exhibitions .m-pubs-photo-info {
  position: absolute;
  left: -60px;
  max-width: 410px;
}

.m-pubs-interviews .m-pubs-photo-info:after, .m-pubs-exhibitions .m-pubs-photo-info:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  right: -13px;
  bottom: -13px;
  border: 2px solid #000;
  display: block;
}

.m-pubs-exhibitions .m-pubs-photo-info:after {
  right: 10px;
  border-left-color: transparent;
}

.m-pubs-interviews .m-pubs-photo-info:after {
  border-right-color: transparent;
}

.m-pubs-interviews .m-pubs-photo-info:before, .m-pubs-exhibitions .m-pubs-photo-info:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  z-index: 100;
  background-color: #000;
}

.m-pubs-interviews .m-pubs-photo-info:before {
  right: -13px;
  top: 13px;
}

.m-pubs-exhibitions .m-pubs-photo-info:before {
  left: -10px;
  top: 13px;
}

.m-pubs-exhibitions .m-pubs-list {
  margin-top: 60px;
}

.m-pubs-list {
  padding-left: 0;
  width: calc(50% - 30px);
  min-width: 350px;
}

.m-pubs-list>li {
  margin-bottom: 30px;
}

.m-pubs-list>li:before {
  content: '\25E2';
  margin-right: 15px;
}

.m-pubs-list a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

.m-pubs-exhibitions {
  flex-direction: row-reverse;
}

/* sidebar nav */

.nav-data-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.nav-data-item {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 50px;
}

.active-nav-data-item {
  font-weight: 900;
}

/* slider */

.m-slider-wrapper {
  display: flex;
  margin-top: -45px;
  width: 100%;
  justify-content: center;
  position: relative;
}

.m-slider {
  position: relative;
  width: 90% !important;
  height: 480px;
  margin: 0 0 65px;
}

.m-slider .swiper-container {
  height: 100%;
}

.m-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.m-slider .swiper-button-next, .m-slider .swiper-button-prev {
  width: 16px;
  height: 26px;
  background-size: contain;
}

.m-slider .swiper-button-next {
  right: -60px;
}

.m-slider .swiper-button-prev {
  left: -60px;
}


.swiper-button-next {
  background-image: url(../img/arrow-next.png);
}

.swiper-button-prev {
  background-image: url(../img/arrow-prev.png);
}

.swiper-pagination {
  bottom: -45px;
  font-size: 13px;
}

/* social-icons */

.social-icons {
  display: none;
  transition: 0.3s;
  width: 17px;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  bottom: 5px;
  left: 25px;
  z-index: 2;
  background: #fff;
}

.social-icons img {
  margin-bottom: 13px;
  cursor: pointer;
}

.social-icons img:hover {
  opacity: 0.7;
}

.sidebar-bottom:hover .social-icons {
  display: block;
}

.share {
  position: absolute;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
}

.main-content .share-wrapper {
  position: absolute;
  bottom: 65px;
  right: 115px;
}

.main-content .share {
  left: auto;
  right: -40px;
  bottom: -15px;
}

.share-wrapper:hover .social-icons {
  display: block;
}

/* btn */

.btn {
  width: 210px;
  height: 50px;
  border: 2px solid #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.m-btn {
  width: 90px;
  border: none;
  text-align: left;
  height: auto;
  line-height: inherit;
  margin-top: 15px;
}

.m-btn:after {
  content: url(../img/btn-arrow.png);
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}

/* commission members */

.committee-block>div:not(:last-child), .partners-wrapper>div:not(:last-child) {
  border-right: 1px solid #7f7f7f;
}

.commission-member-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 125px);
  align-items: flex-start;
  margin-top: 4px;
  position: relative;
}

.commission-member-item {
  flex: 1;
  max-width: 310px;
  margin-bottom: 70px;
  position: relative;
}

.commission-member-item:not(:last-child) {
  margin-right: 90px;
}

.commission-member-list .title-h1 {
  margin: 45px 0 60px 0;
}

.member-photo p {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  text-align: right;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.member-photo img {
  max-width: 100%;
  height: auto;
}

.member-info {
  padding-top: 20px;
  padding-left: 60px;
  line-height: 22px;
}

.committee-block .read-more {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  cursor: pointer;
  bottom: -40px;
  left: 60px;
}

.commission-member-list .readmore-js-toggle.readmore-js-expanded {
  height: auto !important;
}

.commission-member-list .read-more:before {
  content: '';
  width: 147px;
  height: 4px;
  background-color: #000;
  vertical-align: middle;
  display: inline-block;
}

.commission-member-list .read-more span {
  padding: 0 12px;
}

/* partners */

.m-partners-container {
  width: calc(100% - 385px);
  padding: 45px;
  flex-wrap: wrap;
  margin-top: 4px;
  position: relative;
}

.m-partners-container:before, .commission-member-list:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: #fff;
  top: -5px;
  right: 0;
}

.partners-wrapper .m-aside-nav {
  padding: 45px;
  margin-top: 4px;
  position: relative;
}

.partners-wrapper .m-aside-nav:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  right: 0px;
}

.m-aside-nav img[alt="logo-mob"] {
  display: block;
}

.logo-text {
  margin: 0 0 0 20px;
}

.logo-text img {
  max-width: 100%;
  height: auto;
}


.partners-logo, .suport-logo {
  flex-wrap: wrap;
}

.partners-logo>div {
  width: 50%;
  margin-bottom: 38px;
}

.m-partners, .m-media-partners, .m-suport-partners {
  display: flex;
  margin-bottom: 60px;
  margin-right: 40px;
}

.m-suport-partners img {
  max-width: 100%;
  height: auto;
}

.m-partners .vertical-text, .m-media-partners .vertical-text, .m-suport-partners .vertical-text {
  text-align: right;
  margin-right: 40px;
  max-width: 300px;
}

.suport-logo {
  display: flex;
}

/* ======================= TIRRAL ======================================*/

.target_horizontal, .target_vertical {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.target_vertical img {
  max-height: 100%;
  width: auto;
}

.target_horizontal img {
  max-width: 100%;
  height: auto;
}

.target_vertical:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, .5) url(../img/image-on.png) no-repeat center;
  z-index: 101;
  pointer-events: none;
  height: 120px;
  width: 120px;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.target_horizontal:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, .5) url(../img/image-on.png) no-repeat center;
  z-index: 101;
  pointer-events: none;
  height: 120px;
  width: 120px;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.all-proj-slider-conteiner {
  border: 1px solid transparent;
}

.all-proj-slider .swiper-pagination {
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 7px;
  height: 1px;
  background-color: #000;
  margin-right: 6px;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: rotate(50deg);
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:focus {
  outline: none;
}

.publications .swiper-pagination {
  position: absolute;
  bottom: 30px;
  right: 10px;
  padding: 0 35px 50px 0;
}

.pub-item {
  margin: 95px 0;
  cursor: move;
}

.committee-block .swiper-container {
  width: 100%;
  margin-right: 40px;
}

.committee-block .swiper-wrapper {
  flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
  .wrapper-dropdown-2 {
    display: none;
  }
}

@media all and (max-width:1024px) {
  .m-wrapper .sidebar {
    display: none;
  }
  .m-wrapper-titles a.title-h3 {
    display: none;
  }
  .m-wrapper div.main-content {
    width: 100%;
    border-right: none;
  }
  .wrapper.m-wrapper {
    padding-right: 0;
  }
  .swiper-pagination {
    bottom: -75px;
  }
  .committee-block {
    display: flex;
  }
  .commission-member-item {
    margin-top: 60px;
  }
  .committee-wrapper {
    width: calc(100% - 125px);
  }
  .committee-wrapper .title-h1 {
    margin-top: 50px;
  }
  .m-partners-container {
    padding-top: 300px;
    width: calc(100% - 125px);
  }
  .partners-wrapper div.m-aside-nav {
    position: absolute;
    border-right: none;
    padding-top: 55px;
  }
  .year-select {
    width: 80px;
    pointer-events: all;
    position: relative;
    margin-left: 15px;
  }
  .m-wrapper-search-container {
    width: calc(100% - 40px);
  }
  .wrapper-dropdown-2.active .dropdown {
    z-index: 2;
  }
}

@media all and (max-width: 768px) {
  main .wrapper {
    padding: 0;
  }
  .flx-mob {
    display: flex;
    justify-content: space-between;
  }
  .m-wrapper-titles {
    width: 100%;
    display: block;
  }
  .title-h1 {
    line-height: 1;
  }
  .wrapper.m-wrapper {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 0;
  }
  .m-wrapper div.m-aside-nav {
    width: 100%;
    padding: 0 45px;
    border-top: 1px solid #7f7f7f;
    border-right: none;
  }
  .m-aside-nav .h3-title {
    text-align: left;
    margin: 45px 0 0 0;
  }
  .m-finalists, .m-winners-wrapper {
    margin-top: 34px;
  }
  .committee-block div.committee-wrapper {
    width: 100%;
    border-right: 0;
  }
  .committee-block .sidebar {
    display: none;
  }
  .committee-block .swiper-container {
    width: 100%;
  }
  .committee-block .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 55px;
  }
  .commission-member-list .read-more:before {
    width: 30%;
  }
  .readmore-js-toggle, .readmore-js-section {
    width: 258px !important;
  }
  .partners-wrapper .h3-title {
    margin-top: 0;
  }
  .m-partners-container div.m-partners, .m-partners-container div.m-media-partners, .m-partners-container div.m-suport-partners {
    width: 100%;
  }
  .m-partners-container {
    width: calc(100% - 65px);
  }
  .m-partners-container img {
    max-width: 100%;
  }
  .m-winners-wrapper .flx {
    justify-content: initial;
  }
  .m-pubs-photo {
    margin-bottom: 30px;
  }
  .commission-member-list {
    padding-right: 0;
  }
  .swiper-slide img {
    float: left;
  }
  .m-pubs-list {
    min-width: initial;
  }
  .m-pubs-interviews .m-pubs-list {
    padding-left: 60px;
  }
  .m-pubs-exhibitions .m-pubs-list {
    padding-right: 85px;
  }
  .commission-member-list {
    width: 100%;
  }
  .committee-block div.commission-member-list {
    border-right: none;
  }
  .commission-member-item {
    margin-top: 20px;
  }
  .committee-block {
    padding: 0;
  }
  .main-content>div {
    padding: 45px 30px;
  }
  main .m-wrapper-titles, main .committee-block {
    padding: 0 30px;
  }
  .wrapper.partners-wrapper {
    padding: 0;
  }
  .m-partners-container {
    width: calc(100% - 10px);
  }
  .sidebar {
    width: 66px;
  }
  .commission-member-list:before {
    display: none;
  }
}

@media all and (min-width: 640px) {
  .committee-block .swiper-button-next, .committee-block .swiper-button-prev, .committee-block .swiper-pagination {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .flx-mob {
    flex-direction: column;
  }
  .logo-text img[alt="logo-mob"] {
    display: block;
  }
  .swiper-slide img {
    height: auto;
  }
  .m-wrapper-search-container>.flx {
    flex-direction: column;
  }
  .wrapper-dropdown-2 {
    margin-bottom: 25px;
  }
  .commission-member-list .read-more {
    min-width: 255px;
  }
  footer .read-more {
    text-align: center;
  }
  .m-search {
    align-items: center;
  }
  .m-search>input {
    width: 100%;
    max-width: 275px;
  }
  .m-wrapper-search-container {
    width: 100%;
  }
  .m-search input[type=submit] {
    position: static;
    margin-left: 7px;
  }
  .m-slider .swiper-button-next, .m-slider .swiper-button-prev {
    display: none;
  }
  .committee-block .swiper-wrapper {
    flex-wrap: inherit;
  }
  .m-slider {
    width: 100% !important;
    height: 300px;
    margin: 0 0 85px 0;
  }
  .main-content .share-wrapper {
    position: absolute;
    bottom: 0;
    height: 60px;
    right: 10px;
    width: 42px;
    border-left: 1px solid #7f7f7f;
  }
  .main-content .share {
    left: auto;
    right: 10px;
    bottom: 30px;
  }
  .social-icons {
    bottom: 55px;
    left: 15px;
  }
  .m-slider-wrapper {
    padding-bottom: 30px;
  }
  .swiper-pagination {
    bottom: -95px;
  }
  .commission-member-list .read-more:before {
    width: 30%;
    max-width: 372px;
  }
  .commission-member-item {
    width: 100%;
    margin: 0 auto;
  }
  .commission-member-list .read-more {
    left: calc(50% + 20px);
    transform: translateX(-50%);
    bottom: -30px;
  }
  .member-photo p {
    margin-left: 0;
    margin-right: 0;
  }
  .readmore-js-toggle, .readmore-js-section {
    width: 100% !important;
  }
  .committee-block {
    padding-bottom: 135px;
  }
  .committee-block .swiper-pagination {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .committee-block .swiper-button-next, .committee-block .swiper-button-prev {
    bottom: 75px;
    top: auto;
    width: 16px;
    height: 26px;
    background-size: contain;
  }
  .committee-block .swiper-button-next {
    left: auto;
  }
  .committee-block .swiper-button-prev {
    bottom: 75px;
  }
  .committee-block .swiper-slide {
    overflow: hidden;
    padding-bottom: 190px;
  }
  .m-partners-container {
    width: calc(100% - 45px);
  }
  .partners-wrapper .sidebar {
    display: none;
  }
  .partners-wrapper div.m-partners-container {
    width: 100%;
    border-right: none;
  }
  .partners-logo>div {
    width: 50%;
  }
  .m-partners-container, .partners-wrapper .m-aside-nav {
    padding-left: 22px;
    padding-right: 22px;
  }
  .m-pubs .title-h1 {
    margin-top: 0;
  }
  .m-pubs-interviews .m-pubs-photo-info:after, .m-pubs-exhibitions .m-pubs-photo-info:after {
    height: 100%;
  }
  .m-pubs-interviews .m-pubs-photo-info, .m-pubs-exhibitions .m-pubs-photo-info {
    bottom: 0;
    height: inherit;
  }
  .m-pubs-photo-info p {
    margin-bottom: 5px;
  }
  .m-pubs-interviews .m-pubs-photo-info, .m-pubs-exhibitions .m-pubs-photo-info, .m-wrapper div.m-aside-nav {
    padding: 0 20px;
  }
  .m-pubs-exhibitions .m-pubs-photo-info {
    left: 3px;
  }
  .m-finalists {
    margin-top: 0;
  }
  .m-pubs-interviews .m-pubs-photo-info {
    right: -5px;
  }
  .m-pubs-photo {
    width: 100%;
  }
  .m-pubs-photo>img {
    width: 100%;
  }
  .m-pubs-list {
    min-width: auto;
  }
  .m-slider .swiper-slide img {
    width: 100%;
  }

  .m-slider .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    min-width: initial;
    width: calc(100% - 75px);
    bottom: -40px;
  }
  .m-pubs-list {
    width: 100%;
  }
  .m-pubs-interviews, .m-pubs-exhibitions {
    flex-direction: column;
  }
  .m-pubs-exhibitions .m-pubs-photo-info {
    left: -5px;
  }
  .m-pubs-exhibitions .m-pubs-list {
    margin-top: 30px;
  }
  .m-pubs-interviews .m-pubs-photo-info {
    right: 20px;
  }
  .target_horizontal, .target_vertical {
    width: 100%;
  }
  .m-pubs-interviews .m-pubs-list {
    padding-left: 0;
    margin-top: 30px;
  }
  .m-pubs-exhibitions .m-pubs-list {
    padding-right: 0;
  }
  .member-info {
    padding-left: 20px;
  }
}

@media all and (max-width: 375px) {
  .m-slider {
    height: 200px;
  }
  .main-content>div {
    padding: 40px 22px;
  }
  .committee-wrapper {
    padding-top: 0;
  }
  .m-pubs-photo {
    width: 100%;
  }
  .m-pubs-exhibitions .m-pubs-list {
    padding-right: 0;
  }
  .member-photo p {
    margin-left: 0;
  }
  .committee-block .swiper-pagination {
    bottom: 80px;
  }
  .partners-logo>div {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .commission-member-list .read-more:before {
    width: 35px;
    left: 0;
    transform: initial;
  }
  .commission-member-list .read-more {
    left: 0;
    transform: initial;
    min-width: initial;
  }
  .member-photo.flx {
    justify-content: flex-start;
  }
  .committee-block .swiper-container {
    margin-right: 0;
  }
  .committee-block .swiper-wrapper {
    padding-right: 0;
  }
}

/*NEW*/
@media all and (max-width: 1440px) {
  .m-partners-container, .main-content {
    width: calc(100% - 260px - 95px);
  }

  .commission-member-list {
    width: calc(100% - 95px);
  }

  .m-wrapper-titles {
    width: 100%;
  }

  .commission-member-list .read-more:before {
    width: 30%;
    max-width: 70px;
  }

  .committee-block .read-more {
    left: 22px;
  }

}

@media all and (max-width: 1200px) {
  .m-slider {
    width: 92% !important;
    height: 400px;
  }

  .m-slider .swiper-button-next {
      right: -40px;
  }

  .m-slider .swiper-button-prev {
      left: -40px;
  }

  .member-photo {
    overflow: hidden;
  }


  .m-pubs-exhibitions .m-pubs-photo-info {
    left: -15px;
  }

  .m-pubs-list {
    min-width: auto;
  }

}

@media all and (max-width: 1024px) {
  .m-partners-container, .main-content {
    width: calc(100% - 95px);
  }

  .m-wrapper div.main-content {
    width: calc(100% - 260px);
  }

  .m-search {
    margin-right: 30px;
  }
}

@media all and (max-width: 920px) {
    .m-slider {
        width: 90% !important;
        height: 320px;
    }

    .m-slider .swiper-button-next {
        right: -30px;
    }

    .m-slider .swiper-button-prev {
        left: -30px;
    }


  .m-search {
    margin-right: 30px;
  }


  .m-slider {
    width: 100% !important;
    margin-left: 0;
  }

  .target_horizontal, .target_vertical {
    width: 100%;
  }

}

@media (min-width: 768px) {
  .committee-block .swiper-slide {
    min-width: 45%;
    max-width: 50%;
  }

  .committee-block .swiper-container {
    margin-right: 20px;
  }
}

@media (min-width: 980px) {
  .committee-block .swiper-slide {
    min-width: 260px;
    max-width: 33%;
  }
}

@media all and (max-width: 768px) {
    .m-slider {
        width: 90% !important;
        height: 300px;
    }

  .m-pubs-interviews, .m-pubs-exhibitions {
    flex-direction: column;
  }

  .m-wrapper div.main-content {
    width: 100%;
  }

  .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .m-pubs-photo {
    max-width: 420px;
  }

  .commission-member-list {
      width: 100%;
  }

  .member-photo {
    overflow: initial;
  }

  .m-partners-container, .main-content {
    width: calc(100% - 65px);
  }

  .committee-block .swiper-container {
    margin-right: 0;
  }
}

@media all and (max-width: 640px) {
    .m-slider {
        width: 100% !important;
        height: 275px;
        margin: 0 0 50px 0;
    }
  .commission-member-list .read-more {
    left: calc(50% + 20px);
    transform: translateX(-50%);
    bottom: -30px;
  }
}
