.sidebar {
  width: 125px;
  position: relative;
}

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

.all-proj-page .sidebar {
  width: 125.5px;
}

/* select for mobile */

.select-mob {
  display: none;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.select-mob p:after {
  content: '';
  border: 6px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.select-mob img {
  width: 47px;
  height: 47px;
  margin-right: 18px;
}

.dropdown-list {
  width: 100%;
  position: absolute;
  left: 50px;
  top: 40px;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 21px 2px rgba(117, 117, 117, 0.27);
  -moz-box-shadow: 0px 5px 21px 2px rgba(117, 117, 117, 0.27);
  box-shadow: 0px 5px 21px 2px rgba(117, 117, 117, 0.27);
  padding-left: 0;
  border-radius: 3px;
  ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.dropdown-list li {
  padding: 10px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: #e2e2e252;
  transition-duration: 0.3s;
}

/* main-nav */

.main-nav {
  margin: 90px 125px 75px 0;
}

.main-nav>nav {
  text-align: right;
}

.nav_item {
  display: inline;
}

.nav_item>a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav_item:not(:last-child) {
  margin-right: 30px;
}

.nk_to-all-projects {
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.nk_to-all-projects:before {
  content: url(../img/arrow-back.png);
  margin-right: 10px;
}

/* slider */

.all-proj-slider {
  position: relative;
  width: 420px !important;
  height: 300px;
  margin: 0 85px 95px 280px;
}

.all-proj-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.all-proj-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;
  overflow: hidden;
}

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

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

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

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

.all-proj-page .share {
  bottom: auto;
}

.proj-name {
  align-self: flex-end;
  margin-bottom: 95px;
}

.all-proj-page .sidebar-bottom {
  height: 135px;
}

.proj-name .title-h3 {
  line-height: 1;
  margin: 5px 0 0 0;
}

/* project description */

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

.proj-description-section p {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}

.proj-description-title {
  width: 250px;
}

.proj-description-title .title-h1 {
  margin-top: 27px;
}

.proj-description-info {
  width: calc(100% - 240px - 125px);
  padding: 50px 30px 39px 30px;
  position: relative;
  margin-top: 4px;
}

.proj-description-info * {
  max-width: 100%;
}

.proj-description-info:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3px;
  top: -6px;
  right: 0.5px;
  background-color: #fff;
}

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

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

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

.social-icons {
  bottom: 70px;
}

.target_horizontal, .target_vertical {
  width: 420px;
  overflow: hidden;
}

.single-project-img-gorizontal img, .single-project-img-vertical img {
  max-height: 260px;
}

.target_vertical:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  /* right: 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%;
  /* right: 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: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination {
  min-width: 420px;
}

.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;
}

/* ======================= MEDIA ========================= */

@media all and (max-width: 1024px) {
  .nk_to-all-projects {
    display: none;
  }
  .proj-description-section div.proj-description-title {
    border-right: none;
  }
  .proj-description-section>div.proj-description-info {
    border-right: none;
    border-right: 1px solid #7f7f7f;
    padding-top: 120px;
    /*width: calc(100% - 125px);*/
  }
  .proj-description-title {
    position: absolute;
    top: 45px;
  }
  .main-nav {
    margin-right: 0;
  }
  .main-nav ul {
    margin-top: 45px;
  }
}

@media all and (max-width: 768px) {
  header {
    margin-bottom: 50px;
  }
  .main-nav {
    margin-top: 50px;
  }
  .main-nav h1 {
    margin-bottom: 25px;
  }
  .main-nav nav {
    display: none;
  }
  .nav_item {
    display: block;
  }
  .main-nav ul {
    margin-top: 0;
  }
  .all-project-page-wrapper {
    flex-direction: column;
  }
  .proj-name {
    text-align: center;
    width: calc(100vw - 113px);
  }
  .proj-name p {
    margin: 0;
  }
  .all-proj-slider {
    margin: 0 25px 95px 95px;
  }
  .swiper-button-prev {
    left: -85px;
  }
  .swiper-button-next {
    right: -30px;
  }
  .sidebar, .all-proj-page .sidebar {
    width: 11px;
  }
  .proj-description-section>div.proj-description-info {
    width: calc(100% - 11px);
  }
  .select-mob {
    display: inline-flex;
  }
  .swiper-slide img {
    height: auto;
  }
  .all-proj-slider {
    width: 400px !important;
    margin: 0 auto 95px auto;
  }
}

@media all and (max-width: 640px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .proj-name p {
    margin: 0;
  }
  .proj-description-section p {
    margin-left: -25px;
  }
  .sidebar-bottom {
    height: 59px;
  }
  .share {
    left: 15px;
  }
  .social-icons {
    bottom: 65px;
    left: 15px;
  }
  .main-nav h1 {
    line-height: 1;
  }
  .main-nav {
    margin-bottom: 25px;
  }
  .swiper-pagination {
    bottom: -140px;
  }
  .all-project-page-wrapper {
    width: calc(100% - 40px);
  }
  .sidebar, .all-proj-page .sidebar {
    width: 15px;
  }
}

@media all and (max-width: 425px) {
  .proj-description-section>div.proj-description-info {
    width: 100%;
    margin-right: -1px;
  }
  .all-project-page-wrapper {
    width: calc(100% - 38px);
  }
  .proj-description-info:before {
    right: 0;
  }
  .swiper-pagination {
    min-width: 100%;
  }
  .all-proj-page .share {
    left: 10px;
  }
}

.proj-description-info-section-one {
  width: 50%;
  float: left;
}

.proj-description-info-section-two {
  width: 50%;
  float: left;
}

@media all and (max-width: 768px) {
  .proj-description-info-section-one {
    width: 100%;
    float: none;
  }
  .proj-description-info-section-two {
    width: 100%;
    float: none;
  }
}

.proj-description-info-section-one_year, .proj-description-info-section-one_pages, .proj-description-info-section-one_circulation, .proj-description-info-section-one_dimensions {
  margin-bottom: 30px;
}

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

@media all and (max-width: 1024px) {
  .all-proj-slider {
    margin-left: 64px;
    margin-right: 38px;
  }

  .swiper-button-prev {
    left: -64px;
  }

  .main-nav {
    margin: 90px 30px 75px 0;
  }
}

@media all and (max-width: 768px) {
  .main-nav {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 640px) {
  .proj-description-section>div.proj-description-info {
    width: calc(100% - 65px);
  }

  .all-proj-page>.flx {
    width: calc(100% - 95px);
  }

  .all-proj-slider {
    width: 100% !important;
    margin-right: 30px;
    margin-left: 0;
  }
}

@media all and (max-width: 425px) {
  .all-proj-page>.flx {
    width: calc(100% - 45px);
  }

  .proj-description-section>div.proj-description-info {
    width: calc(100% - 45px);
  }
}
