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

/* all projects */

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

.projects-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 125px);
}

.all-proj-title {
  margin: 90px auto 50px auto;
}

.projects-item {
  margin-right: 53px;
  margin-bottom: 75px;
  position: relative;
  width: calc(100% / 3 - 53px);
}

.projects-item .share {
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 300;
}

.projects-item-info {
  position: relative;
}

.projects-item-info .title-h3 {
  margin-top: 7px;
  line-height: 1;
}

.projects-item-info .bold-title {
  margin-top: 35px;
  display: block;
}

.projects-item-info .bold-title:after {
  content: url(../img/btn-arrow.png);
  margin-left: 10px;
}

.projects-item-img {
  margin-bottom: 40px;
  text-align: center;
}

.projects-item-img>img {
  width: 100%;
  height: auto;
}

/* sidebar */

.data-nav-item a {
  font-size: 20px;
  line-height: 46px;
  text-transform: uppercase;
}

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

/* 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;
}

.projects-item .social-icons {
  width: 130px;
  right: 15px;
  left: auto;
  bottom: -15px;
}

.projects-item .social-icons img {
  margin-right: 13px;
}

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

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

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

.share-wrapper {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 15px;
  right: 0;
}

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

/* titles */

.bold-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

/* 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;
}

.artist-work .btn {
  border: none;
  width: 240px;
  margin: 25px 0;
}

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

.btn:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -2px;
}

.select-wrapper {
  position: relative;
}

.arhive-select-wrapper {
  display: none;
}

.select-wrapper-all {
  display: none;
}

@media (max-width: 1024px) {
  .select-wrapper-all {
    display: block;
  }
  .arhive-select-wrapper {
    display: block;
  }
}

.select-wrapper .title-h3, .projects-list {
  margin-left: 12px;
}

.data-nav-list-mob {
  position: absolute;
  top: 25px;
  z-index: 100;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  left: -100px;
  function-timing-duration: linear;
}

.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.projects-item-info .bold-title {
  position: relative;
  z-index: 10;
  margin-right: 60px;
}

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

.pagination {
  width: 100%;
  margin: 0 auto;

}

.projects-item .social-icons {
  right: 30px;
}

.social-icons {
  text-align: right;
}

.data-nav-list {
  margin-top: -15px;
}

.projects-item-img img {
  width: auto;
  height: auto;
  max-height: 460px;
  max-width: 100%;
}

.artists-pics-item-img img {
  width: 100%;
  height: auto;
}

/*  ====================== MEDIA ======================*/
@media all and (min-width: 768px) {
  .pagination {
    position: absolute;
    bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .pagination {
    position: absolute;
    bottom: 0;
  }
}

@media all and (max-width: 1024px) {
  .sidebar-hidden {
    display: none;
  }
  .select-wrapper .title-h3 {
    position: relative;
    display: inline-block;
  }
  .data-nav-list-mob a {
    color: #8f8f8f;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2.8px;
  }
  .select-wrapper .title-h3:after {
    content: "";
    width: 0;
    height: 0;
    right: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: black transparent;
  }
  .year-select {
    pointer-events: all;
    position: relative;
  }
  .projects-list {
    width: 100%;
    align-items: flex-start;
  }
  .project-wrapper>div.projects-list {
    border-right: none;
  }
  .projects-item-img {
    width: 100%;
  }
  .projects-item-img>img {
    width: 100%;
    height: auto;
  }
  .projects-list .projects-item {
    width: calc(100% / 3 - 45px);
    margin-right: 45px;
  }
}

@media all and (max-width: 768px) {
  .projects-list .projects-item {
    width: calc(100% / 2 - 30px);
  }
  .projects-list {
    justify-content: space-between;
  }
  .projects-list .projects-item {
    margin-right: 30px;
  }
  .project-wrapper {
    margin-right: -20px;
    width: 100%;
    margin: 0 auto;
  }
  .projects-item-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .projects-list {
    margin-left: 0;
  }
}

@media all and (max-width: 640px) {
  .projects-list .projects-item {
    width: 100%;
    max-width: 500px;
  }
}

@media all and (max-width: 425px) {

  .all-proj-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
  .select-wrapper .title-h3, .projects-list {
    margin-left: 0;
  }
  .projects-item {
    margin-bottom: 20px;
  }
}


/*NEW*/
@media all and (max-width: 1440px) {
  .projects-list {
    width: calc(100% - 95px);
  }
}

@media all and (max-width: 1024px) {
  .projects-list {
    width: 100%;
  }
}

@media all and (max-width: 425px) {
  header {
    padding-right: 20px;
  }
}
