* {
  font-family: "EB Garamond", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

header {
  position: relative;
}
header .hero {
  width: 100%;
  height: auto;
  max-height: 577px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .hero.herom {
  display: none;
}
header .title {
  width: 1100px;
  max-width: 90%;
  margin: -61px auto 0px;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 27px 0px 28px;
}
header .title h1 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}
header .title h1 span {
  font-size: 80px;
  font-weight: 400;
}
header .title h2 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  margin-top: 12px;
}
header .nav-container {
  height: 120px;
  background-color: #fff;
}
header nav {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  height: 120px;
  background-color: #fff;
  z-index: 10;
  padding: 20px 0px;
}
header nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}
header nav ul {
  display: flex;
  justify-content: center;
  width: 1100px;
  max-width: 90%;
  margin: auto;
  list-style-type: none;
  height: 78px;
  position: relative;
}
header nav ul .arrow {
  margin-left: 30px;
  display: block;
}
header nav ul .underline {
  position: absolute;
  height: 6px;
  width: 80px;
  bottom: -3px;
  left: 30px;
  background-color: #000;
  transition: left 0.4s ease;
  left: 0px;
}
header nav ul li {
  width: 163px;
  text-align: center;
  border-bottom: 1px solid #000;
}
header nav ul li a {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.navpoint {
  position: absolute;
  top: -140px;
  left: 0px;
}

main {
  padding-top: 43px;
}
main section.article {
  width: 1100px;
  max-width: 90%;
  margin: auto;
  padding-bottom: 100px;
  color: #000;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
main section.article p {
  width: 652px;
  margin: auto;
  font-weight: 400;
  max-width: 90%;
}
main section.article i {
  font-weight: 500;
}
main section.article strong {
  font-weight: 700;
}
main section.article h2.date {
  width: 876px;
  text-align: right;
  height: 234px;
  font-size: 50px;
  padding: 0px 32px;
  position: relative;
  max-width: 90%;
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  margin: 30px 32px 0px auto;
}
main section.article h2.date i {
  font-weight: 700;
  display: block;
}
main section.article h2.date .border {
  width: 4px;
  height: 206px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #000;
}
main section.article h2.date.horizontal .border {
  height: 4px;
  bottom: unset;
  top: 80px;
  width: 220px;
}
main section.article p.quote {
  width: 876px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 46px;
  position: relative;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}
main section.article p.quote .border {
  width: 4px;
  height: 126px;
  position: absolute;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background-color: #000;
}
main section.article p.topm {
  margin-top: -53px;
}
main section.article .imgtext {
  margin-right: -226px;
  margin-left: 60px;
  display: block;
  float: right;
}
main section.article .imgtext.top {
  margin-top: 50px;
}
main section.article .imgtext.topsmall {
  margin-top: 17px;
}
main section.article .imgtext.left {
  float: left;
  margin-right: 60px;
  margin-left: -226px;
}
main section.article .imgtext img {
  width: auto;
}
main section.article .imgtext .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  display: block;
  margin-top: 15px;
}
main section.article .imgtext .source {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  margin-top: -22px;
  display: block;
}
main section.article .imgfull {
  width: 100%;
  margin-bottom: 30px;
}
main section.article .imgfull.top {
  margin-top: 30px;
}
main section.article .imgfull img {
  width: 100%;
}
main section.article .imgfull .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  display: block;
  margin-top: 15px;
  width: 652px;
  margin: 15px auto 0px;
  max-width: 90%;
}
main section.gallery {
  position: relative;
  padding-bottom: 226px;
  padding-bottom: 76px;
}
main section.gallery h2 {
  color: #000;
  text-align: right;
  font-size: 50px;
  font-weight: 500;
  width: 844px;
  max-width: 90%;
  margin: auto;
  position: relative;
}
main section.gallery h2 .border {
  width: 206px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: -16px;
  right: -32px;
}
main section.gallery .slidernav {
  height: 78px;
  margin: 36px auto 65px;
  width: 1100px;
  max-width: 90%;
  border-bottom: 1px solid #000;
  position: relative;
}
main section.gallery .slidernav .arrow {
  display: none;
}
main section.gallery .slidernav .list {
  display: flex;
  justify-content: center;
  gap: 74px;
  align-items: center;
}
main section.gallery .slidernav .list .item {
  width: 163px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  cursor: pointer;
}
main section.gallery .slidernav .underline {
  position: absolute;
  height: 6px;
  width: 80px;
  bottom: -3px;
  left: 30px;
  background-color: #000;
  transition: left 0.4s ease;
}
main section.gallery .swiper {
  width: 100%;
  display: none;
}
main section.gallery .swiper.active {
  display: block;
}
main section.gallery .swiper .shadow {
  position: absolute;
  height: 100%;
  top: 0px;
  width: calc((100vw - 980px) / 2);
  z-index: 5;
}
main section.gallery .swiper .shadow.left {
  background: linear-gradient(90deg, #FFF 58%, rgba(255, 255, 255, 0.6) 82%, rgba(255, 255, 255, 0));
  left: 0px;
}
main section.gallery .swiper .shadow.right {
  background: linear-gradient(-90deg, #FFF 58%, rgba(255, 255, 255, 0.6) 82%, rgba(255, 255, 255, 0));
  right: 0px;
}
main section.gallery .swiper .button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  left: calc(50vw - 550px);
  transition: opacity 0.15s;
}
main section.gallery .swiper .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  right: calc(50vw - 550px);
  transition: opacity 0.15s;
}
main section.gallery .swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
main section.gallery .swiper .swiper-wrapper {
  width: 100%;
  position: relative;
}
main section.gallery .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
main section.gallery .swiper .swiper-wrapper .swiper-slide img {
  height: 600px;
  width: auto;
  margin: auto;
  display: block;
  max-width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.gallery .swiper .swiper-wrapper .swiper-slide p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  margin-top: 18px;
  padding-bottom: 4px;
}
main section.gallery .authors {
  width: 782px;
  max-width: 90%;
  padding: 42px 65px 34px;
  position: relative;
  border: 1px solid #000;
  margin: 70px auto 0;
}
main section.gallery .authors img {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 14px;
  height: 14px;
}
main section.gallery .authors p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
main section.gallery .authors p strong {
  font-weight: 700;
}
main section.gallery .authors p a {
  color: inherit;
}

@media (max-width: 1200px) {
  main section.article .imgtext, main section.article .imgtext.left {
    float: none;
    margin: 0px 0px 30px;
  }
  main section.article .imgtext.mtop, main section.article .imgtext.left.mtop {
    margin-top: 30px;
  }
  header nav ul li a {
    font-size: 18px;
  }
  main section.gallery .swiper .button-next {
    right: 10vw;
  }
  main section.gallery .swiper .button-prev {
    left: 10vw;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide img {
    height: 500px;
  }
}
#burger {
  display: none;
}

.burgerbg {
  display: none;
}

.gallery-icon {
  display: none;
}

@media (max-width: 970px) {
  .nav-container {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10;
  }
  .nav-container #menu {
    width: 280px;
    height: 100vh;
    top: 0px;
    left: auto;
    right: 0px;
    position: fixed;
    padding-top: 75px;
    right: -285px;
    transition: 0.4s ease;
  }
  .nav-container #menu ul {
    max-width: 100%;
    padding: 0px 30px;
    border-bottom: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    position: relative;
    height: 100%;
    height: calc(100dvh - 95px);
  }
  .nav-container #menu ul .underline {
    display: none;
  }
  .nav-container #menu ul .arrow {
    display: none;
  }
  .nav-container #menu ul li {
    width: auto;
  }
  .nav-container #menu ul li a {
    text-align: left;
    font-size: 20px;
    border-left: 6px solid transparent;
    padding-left: 14px;
    transition: 0.12s ease;
  }
  .nav-container #menu ul li a.active {
    border-left: 6px solid #000;
  }
  .nav-container #menu ul li.gallery-item {
    position: absolute;
    bottom: 0px;
    padding-bottom: 32px;
  }
  .nav-container #menu ul li.gallery-item a {
    padding-bottom: 14px;
  }
  .nav-container #menu ul li.gallery-item a br {
    display: none;
  }
  .nav-container #menu ul li.gallery-item .gallery-icon {
    display: block;
    position: absolute;
    left: 0px;
    left: 20px;
  }
  #burger {
    display: block;
    position: fixed;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
  }
  #burger .close {
    display: none;
  }
  .burgerbg {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 86px;
    background: linear-gradient(180deg, #ffffff 50%, rgba(255, 255, 255, 0.8509803922) 100%);
    display: block;
  }
  header.active #menu {
    right: 0px;
  }
  header.active #burger .close {
    display: block;
  }
  header.active #burger .open {
    display: none;
  }
  header .title h1 {
    font-size: 40px;
  }
  header .title h1 span {
    font-size: 60px;
  }
  main section.article p.topm {
    margin-top: 0px;
  }
  main section.article h2.date {
    height: 175px;
    margin-bottom: 30px;
  }
  main section.article h2.date .border {
    height: 100%;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide img {
    height: 400px;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
  }
  main section.gallery {
    padding-bottom: 100px;
  }
}
@media (max-width: 700px) {
  header .hero {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  header .hero.herom {
    display: block;
  }
  header .title {
    max-width: calc(100% - 64px);
    margin-top: -82px;
    padding-top: 12px;
  }
  header .title h1 {
    font-size: 22px;
    line-height: 150%;
  }
  header .title h1 span {
    font-size: 35px;
  }
  header .title h2 {
    font-size: 22px;
    margin-top: 0px;
  }
  main {
    padding-top: 10px;
  }
  main section.article {
    font-size: 18px;
    max-width: 100%;
  }
  main section.article p {
    max-width: calc(100vw - 50px);
  }
  main section.article h2.date {
    height: auto;
    padding-bottom: 55px;
    max-width: calc(100vw - 25px);
    padding: 0px 25px 55px;
    padding-left: 40px;
    font-size: 40px;
    line-height: 36px;
    font-weight: 500;
  }
  main section.article h2.date i {
    line-height: 50px;
  }
  main section.article p.quote {
    max-width: calc(100vw - 50px);
    padding: 0px 25px 0px;
    font-size: 22px;
    line-height: 30px;
  }
  main section.article .imgtext img {
    height: auto;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  main section.article .imgtext .name {
    font-size: 12px;
  }
  main section.article .imgtext .source {
    font-size: 12px;
    margin-top: -25px;
  }
  main section.article .imgfull .name {
    font-size: 12px;
    max-width: calc(100% - 50px);
  }
  main section.article {
    padding-bottom: 50px;
  }
  main section.gallery h2 {
    max-width: calc(100% - 50px);
    font-size: 40px;
  }
  main section.gallery h2 .text {
    display: none;
  }
  main section.gallery h2 .border {
    width: 173px;
    bottom: auto;
    right: 0px;
    top: -6px;
  }
  main section.gallery .swiper.active {
    margin-top: 19px;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    min-width: 140px;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    transform: translateY(100%);
    text-align: left;
    line-height: 12px;
  }
  main section.gallery .swiper {
    overflow: visible;
  }
  main section.gallery .swiper .swiper-wrapper .swiper-slide img {
    height: 188px;
  }
  main section.gallery .swiper .button-next, main section.gallery .swiper .button-prev {
    display: none;
    padding-bottom: 48px;
  }
  main section.gallery {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
  main section.gallery .slidernav {
    display: flex;
    border: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(100vw - 50px);
    order: 10;
  }
  main section.gallery .slidernav .arrow {
    display: block;
  }
  main section.gallery .slidernav .list .item {
    display: none;
  }
  main section.gallery .slidernav .list .item.active {
    display: block;
  }
  main section.gallery .slidernav .underline {
    display: none;
  }
  main section.gallery .authors {
    order: 11;
    margin-top: -25px;
    margin-bottom: 25px;
    padding: 34px;
  }
}
#fullphoto {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: 0.2s ease;
}
#fullphoto.show {
  display: flex;
  opacity: 1;
}
#fullphoto #close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#fullphoto #photo {
  width: auto;
  height: auto;
  max-width: 95vw;
  max-height: 95vh;
}/*# sourceMappingURL=style.css.map */