/* c -capabilities */

.sidebar-bottom {
  border-left: none;
}

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

/* 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;
  margin-bottom: 54px;
}

.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;
  bottom: -90px;
  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;
}

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

.capabilities-wrapper .sidebar {
  width: 124px;
}

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

/* titles */

.c-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0;
}

.title-h1.c-margin {
  margin: 90px 0;
}

/* aside nav */

.c-aside-nav ul {
  padding: 0;
  margin: 0;
}

.c-aside-nav li {
  margin-bottom: 50px;
}

.c-active {
  font-weight: 700;
}

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

.capabilities-wrapper>div:first-child {
  width: 260px;
  min-width: 260px;
}

.c-block {
  width: calc(1440px - 125px - 360px);
  padding: 35px;
  position: relative;
  margin-top: 4px;
}

.c-block:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -1px;
  width: 1px;
  height: 4px;
  background-color: #fff;
}

.c-block:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 4px;
  height: 1px;
  background-color: #fff;
}

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

.c-content {
  position: relative;
}

.c-img {
  margin-right: 50px;
}

.remove-paddings {
  padding-top: 0;
}

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

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

.c-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: initial;
  max-width: 320px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 25px;
  margin-bottom: 2px;
}

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

.pagination {
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #7f7f7f;
  width: calc(1440px - 125px - 357px);
  margin-left: 258px;
}

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

.c-block img {
  margin-right: 50px;
}

.social-icons {
  bottom: 20px;
  height: 50px;
  background-color: transparent;
}

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

@media all and (max-width: 768px) {
  /*header {*/
    /*margin-left: -35px;*/
  /*}*/
  .c-block-wrapper .title-h3 {
    padding-bottom: 60px;
  }
  .c-aside-nav {
    min-width: 151px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-aside-nav .c-title {
    font-size: 18px;
  }
  .c-block {
    width: calc(100% - 61px);
    flex-direction: column;
  }
  .c-img {
    margin-bottom: 30px;
  }
  .wrapper.capabilities-wrapper {
    padding: 0;
  }
  .pagination {
    width: calc(100% - 160px);
    margin-left: 149px;
  }
  .c-block-wrapper .sidebar-bottom {
    width: 45px;
  }
  .c-block img {
    max-width: 270px;
    height: auto;
    margin-bottom: 30px;
  }
  .c-aside-nav {
    min-width: 200px;
    width: 200px;
  }
  .capabilities-wrapper .sidebar {
    width: 60px;
  }
}

@media all and (max-width: 640px) {
  .c-aside-nav {
    display: none;
  }
  .select-mob {
    display: inline-flex;
  }
  .c-block-wrapper div.c-block {
    border-right: none;
    padding-right: 0;
  }
  .c-block-wrapper .sidebar {
    height: 71px;
    align-self: flex-end;
    border-left: 1px solid #7f7f7f;
  }
  .c-block-wrapper .sidebar-bottom, .c-block-wrapper  .sidebar{
    width: 66px !important;
  }
  .title-h1.c-margin {
    margin: 60px 0 30px 0;
  }
  .pagination {
    width: calc(100% + 10px);
    margin-left: 0;
    border-left: none;
  }
  .c-block:after {
    top: -6px;
    right: -20px;
    width: 4px;
    height: 3px;
  }
  .c-block {
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-block img {
    margin-right: 0;
  }
  .share, .social-icons {
    left: 15px;
  }
}

@media all and (max-width: 425px) {
  .c-block-wrapper .sidebar, .c-block-wrapper .sidebar-bottom {
    width: 46px !important;
  }
  header {
    margin-left: 0;
  }
  .social-icons {
    bottom: 50px;
  }
  .title-h1.c-margin {
    margin: 30px 0 54px 0;
  }
  .c-block img {
    width: 100%;
    max-width: initial;
  }
  .c-img {
    width: 100%;
    max-width: 320px;
  }
  header {
    margin-bottom: 50px;
  }
  .pagination {
    width: calc(100% - 18px);
  }
  .c-block {
    width: calc(100% - 15px);
    padding-left: 20px;
    padding-right: 0 !important;
  }

}

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

  .c-block-wrapper {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .capabilities-wrapper>div:first-child {
    width: 165px;
    min-width: 165px;
  }
}

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

  .c-block-wrapper {
    width: 100%;
  }

  .publication_img_horizontal {
    text-align: left;
  }
}

@media all and (max-width: 640px) {
  .c-block-wrapper {
    padding-left: 30px;
  }

  .c-block {
    padding-left: 0;
  }
}
