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

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



/* main-nav */

.main-nav {
  margin: 90px 125px 70px 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 85px 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;
}

.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 {
  margin-top: 8px;
  margin-bottom: 85px;
}

.all-proj-page .publication_img_wrapper {
  margin: 30px 30px 0 0 ;
  min-height: unset;
}

/* project description */

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

.proj-description-section p {
  line-height: 22px;
}

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

.proj-description-info {
  width: calc(100% - 250px - 125px);
  padding: 50px 30px 45px 30px;
  position: relative;
}

.proj-description-section .sidebar {
  width: 124px;
}

.proj-description-info:after, .proj-description-info:before {
  content: "";
  position: absolute;
  background-color: #fff;
}

.proj-description-info:after {
  width: 3px;
  height: 4px;
  top: 0;
  right: -3px;
}

.proj-description-info:before {
  width: 4px;
  height: 3px;
  top: -2px;
  right: 0;
}

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

.all-proj-page .flx>img {
  margin: 30px 40px;
}

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

.lecture-author, .lecture-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.social-icons {
  bottom: 60px;
}

.title-h3, .lecture-date {
  color: #8f8f8f;
  font-size: 14px;
  font-style: italic;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

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

@media all and (max-width: 1024px) {
  .proj-description-section .sidebar, .all-proj-page .sidebar {
    width: 125px;
  }
}

@media (max-width: 920px) {
  .all-proj-page .publication_img_wrapper {
    margin: 30px 0 0 0;
  }
}

@media all and (max-width: 768px) {
  .all-proj-page {
    padding-left: 50px;
  }
  .all-proj-page>.flx {
    flex-direction: column;
    justify-content: flex-end;
  }
  .flx img {
    margin-left: 0;
  }
  .main-nav {
    margin: 30px 125px 30px 0;
  }
  header {
    margin-bottom: 0;
  }
  .proj-description-info {
    width: 100%;
    padding: 50px 30px 45px 0;
  }
  .proj-description-title {
    display: none;
  }
  .proj-description-section .sidebar, .all-proj-page .sidebar {
    width: 11px;
  }
  .sidebar-bottom {
    width: 12px;
  }
  .all-proj-page .flx>img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-right: 0;
    margin-left: 0;
  }
  .share {
    left: 15px;
  }
  .proj-description-info p>img {
    height: auto;
    max-width: 400px;
  }
}

@media all and (max-width: 640px) {
  .proj-description-section .sidebar, .all-proj-page .sidebar {
    width: 13px;
  }
  .sidebar-bottom {
    width: 14px;
  }
  .proj-description-info p>img {
    width: 100%;
  }
}

@media all and (max-width: 425px) {
  .main-nav {
    margin-right: 0;
  }
  .proj-description-section .sidebar, .all-proj-page .sidebar {
    width: 11px;
  }
  .sidebar-bottom {
    width: 12px;
  }
}

/*NEW*/
.all-proj-page {
  justify-content: flex-end;
}

.all-proj-page .publication_img_horizontal,
.all-proj-page .publication_img_vertical {
  max-width: none;
}

.all-proj-page .publication_img_horizontal img,
.all-proj-page .publication_img_vertical img {
  max-height: 550px;
}

.one-pub-wrapper {
  width: auto;
  flex-direction: column;
  padding-right: 30px;
}

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

  /*.one-pub-wrapper {*/
  /*  width: calc(100% - 95px - 250px);*/
  /*}*/
}

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

  .all-proj-page .sidebar, .all-proj-page .sidebar-bottom {
    width: 66px !important;
    min-width: 66px !important;
  }
}

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


  .all-proj-page .sidebar, .all-proj-page .sidebar-bottom {
    width: 46px !important;
    min-width: 46px !important;
  }
}
