@charset "UTF-8";

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFFFF8;
  color: #3b3b3b;
  font-family: "Palatino Linotype", Palatino, Gentium, Times, "Times New Roman", serif;
  font-size: 0;
  line-height: 0;
}


.images-list__wrap {
    position: relative;
    margin: 0;
    padding: 0;
}

.images-list__cover {
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.image-block--show {
    display: block;
}

.img-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slide-img {
    display: block;
    max-width: 90%;
    max-height: 85vh;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
}

.caption-wrap {
    margin: 10px auto;
    padding: 0 15px;
    max-width: 600px;
}

.image-caption {
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    line-height: 145%;
}

.image-caption + .image-caption {
    margin-top: 10px;
}

.bg-screen {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.bg-screen--show {
    display: block;
}


.footer__wrap {
    position: relative;
    margin: 60px 0;
    padding: 0;
}


.footer__header {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
}

.footer__header--main {
    font-size: 10vw;
    line-height: 100%;
}

.footer__copy {
    position: relative;
    margin: 21px auto;
    padding: 0;
    font-size: 17px;
    line-height: 145%;
}
