@import url('./artists.css');
@import url('./artists_zoom.css');
@import url('./blocks/project__developments_info.css');

.edition {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f2f2f2;
}

.edition__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edition__link_page {
  font-size: 15px;
  color: black;
}

.edition__link_page:hover {
  color: rgba(0, 0, 0, 0.7);
}

.edition__wrap {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #a8a8a8;
}

.edition__item {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  /*   display: none; */
}

.edition__item:hover {
  cursor: pointer;
}

.edition__item:hover .edition__item_img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.edition__item:hover .edition__item_name {
  color: rgba(0, 0, 0, 0.5);
}

/* .edition__item:nth-child(1), .edition__item:nth-child(2), .edition__item:nth-child(3), .edition__item:nth-child(4) {
  display: block;
}

@media screen and (max-width: 767px) {
  .edition__item:nth-child(2), .edition__item:nth-child(3), .edition__item:nth-child(4) {
    display: none;
  }
} */

.edition__item_img {
  background-color: #ffffff;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.edition__item_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.edition__item_name {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  margin: 15px 0 2px 0;
  letter-spacing: 0.4px;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .edition__item_name {
    text-align: center;
  }
}

.edition__item_year {
  display: block;
  color: #808080;
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .edition__item_year {
    text-align: center;
  }
}

.edition__promo {
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #83888c;
}

@media screen and (max-width: 767px) {
  .edition__promo {
    padding-bottom: 50px;
  }
}

.edition__promo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 600px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .edition__promo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-top: 130px;
  }
}

.edition__promo_img img {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .edition__promo_img img {
    width: 180px;
  }
}

.edition__promo_info {
  margin-left: 180px;
}

@media screen and (max-width: 1200px) {
  .edition__promo_info {
    margin-left: 120px;
  }
}

@media screen and (max-width: 992px) {
  .edition__promo_info {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .edition__promo_info {
    margin-left: 0;
    margin-top: 30px;
  }
}

.edition__promo_info-top {
  display: block;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Formular';
}
.edition__promo_info-top a {
  color: #ffffff;
  text-decoration: none;
}
.edition__promo_info-top a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .edition__promo_info-top {
    text-align: center;
  }
}

.edition__promo_info-title {
  display: block;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Formular';
  width: 100%;
  max-width: 460px;
  margin: 10px 0 25px 0;
}

@media screen and (max-width: 992px) {
  .edition__promo_info-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .edition__promo_info-title {
    text-align: center;
    margin: 15px 0;
  }
}

.edition__promo_info-description,
.edition__promo_info-description * {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-description {
    text-align: center;
  }
}

.edition__promo_info-date {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-date {
    text-align: center;
  }
}

.edition__promo_info-isbn {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 70px;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .edition__promo_info-isbn {
    text-align: center;
    margin-top: 20px;
  }
}

.edition__info {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.edition__info_top {
  padding: 40px 0;
}

.edition__info_top span {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 710px;
  display: block;
  margin: 0 auto;
  font-family: 'Formular';
}

.edition__info-title {
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 992px) {
  .edition__info-title {
    margin-bottom: 25px;
  }
}

.edition__info-description {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.edition__info-description a {
  color: #000000;
  text-decoration: underline;
}
.edition__info-description a:hover {
  text-decoration: none;
}

.edition__info-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.edition__info-person_img {
  background-color: #c4c4c4;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .edition__info-person_img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .edition__info-person_img {
    width: 120px;
    height: 120px;
  }
}

.edition__info-person_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 160px;
}

@media screen and (max-width: 1300px) {
  .edition__info-person_img img {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .edition__info-person_img img {
    max-width: 120px;
  }
}

.edition__info-person_name {
  font-size: 17px;
  color: #000000;
  line-height: 21px;
  font-family: 'Formular';
  margin-top: 15px;
  width: 100%;
  max-width: 120px;
  text-align: center;
}
