@font-face {
  font-family: 'Circular Standard';
  src: url('../fonts/CircularStd/CircularStd-Book.woff');
  font-weight: normal;
  font-style: normal;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.visible {
  opacity: 1;
  visibility: visible;
}
.invisible {
  opacity: 0;
  visibility: hidden;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
a {
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
p {
  font-family: 'Circular Standard', sans-serif;
}
h2 {
  margin: 0;
  font-family: 'Circular Standard', sans-serif;
  font-size: 50px;
}
h3 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px auto 40px;
}
img {
  display: block;
  max-width: 100vw;
}
html {
  position: absolute;
  height: 100%;
  width: 100%;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  min-width: 1920px;
  width: 100%;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}
header {
  height: 130px;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
}
header .menu-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 130px;
}
header .menu-block .menu-item {
  font-size: 28px;
  font-family: 'Circular Standard', sans-serif;
  color: #000;
  line-height: 236px;
  text-align: center;
  letter-spacing: 1px;
  height: 135px;
}
header .menu-block .menu-item:hover {
  border-bottom: 3px solid #000;
  cursor: pointer;
}
header .menu-block .menu-item.active {
  border-bottom: 3px solid #000;
}
header.white .menu-item {
  color: #FFF;
}
header.white .menu-item:hover {
  border-bottom: 3px solid #FFF;
}
header.white .menu-item.active {
  border-bottom: 3px solid #FFF;
}
footer {
  height: 812px;
  background-color: #000;
  color: #FFF;
  padding: 206px 0 0 383px;
}
footer .contact-block {
  width: 340px;
}
footer .contact-block .contact-text h2 {
  font-weight: bold;
  letter-spacing: 2px;
}
footer .contact-block .contact-text p,
footer .contact-block .contact-text a {
  font-size: 21px;
  letter-spacing: 0.04em;
}
footer .contact-block .contact-text p {
  margin: 80px 0 30px 0;
}
footer .contact-block .social-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 70px;
}
footer .contact-block .social-btns .facebook {
  background: url('../../img/fb.png');
  width: 94px;
  height: 95px;
  display: block;
}
footer .contact-block .social-btns .instagram {
  background: url("../../img/ig.png");
  width: 94px;
  height: 95px;
  display: block;
}
.back-btn {
  display: block;
  line-height: 100px;
  font-size: 30px;
  font-family: 'Circular Standard', sans-serif;
  color: black;
}
.thumbnails {
  margin: 70px auto 0;
  width: 1816px;
}
.thumbnails .thumbnail {
  width: 889px;
  height: 561px;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 38px;
  background-size: cover;
}
.thumbnails .thumbnail:nth-child(even) {
  float: right;
}
.thumbnails .thumbnail .thumbnail-layer {
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.thumbnails .thumbnail .thumbnail-layer .center-block {
  margin: auto;
  text-align: center;
}
.thumbnails .thumbnail .thumbnail-layer .center-block h2 {
  color: #FFF;
  font-size: 61px;
  text-align: center;
  letter-spacing: 0 !important;
  font-weight: normal !important;
}
.thumbnails .thumbnail .thumbnail-layer .center-block p {
  letter-spacing: 0;
  color: #FFF;
  font-size: 28px;
  margin: 5px 0;
}
#home {
  width: 100%;
}
#home .swiper-slide {
  height: 100vh;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#home .swiper-slide .thumbnail-layer {
  font-family: 'Circular Standard';
  margin-bottom: 120px;
  text-align: center;
  font-size: 20px;
}
#home .swiper-slide .thumbnail-layer h2 {
  font-size: 30px;
  font-weight: normal;
}
#home .swiper-slide .thumbnail-layer p {
  margin: 10px 0;
}
#home .swiper-pagination {
  bottom: 48px;
}
#home .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: none;
  margin: 0 7px;
}
#home .swiper-pagination .swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 12px solid #FFFFFF;
}
#home .content {
  height: 2051px;
  margin-top: 100px;
}
#home .content h2 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
#exhibitions,
#extra,
#about,
#contacts,
#exhibition {
  margin-top: 228px;
}
#exhibitions h2,
#extra h2,
#about h2,
#contacts h2,
#exhibition h2,
#exhibitions h3,
#extra h3,
#about h3,
#contacts h3,
#exhibition h3 {
  text-align: center;
  font-weight: normal;
}
#extra img,
#exhibition img {
  margin: 0 auto 47px;
  max-height: 100vh;
}
#extra .back-btn,
#exhibition .back-btn {
  width: auto;
  display: block;
  text-align: center;
  margin: 0 auto 47px;
}
#extra {
  margin: 228px auto 47px;
}
#extra img {
  width: 78%;
  max-height: 100vh;
}
#extra img.portret {
  width: auto;
}
#about {
  margin-top: 340px;
}
#about .about-block {
  width: 940px;
  margin: auto;
  color: #231f20;
  font-size: 26px;
}
#about .about-block h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
#about .about-block h3:first-child {
  margin-bottom: 40px;
}
#about .about-block p {
  letter-spacing: 1px;
  font-size: 28px;
  margin: 0 0 40px 0;
}
#about .about-block .credentials p {
  letter-spacing: 0px;
  font-size: 28px;
  margin: 1.5em 0 3em 0;
}
#about .about-block img {
  margin-top: -5.5em;
  max-width: 600px;
  width: 100%;
}
#contacts {
  text-align: center;
}
#contacts span {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 30px auto 40px;
  display: block;
}
#contacts .social-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 180px auto;
  width: 360px;
}
#contacts .social-btns .facebook {
  background-image: url('../../img/fb-white.png');
  background-size: contain;
  width: 94px;
  height: 95px;
  display: block;
}
#contacts .social-btns .instagram {
  background-image: url("../../img/ig-white.png");
  background-size: contain;
  width: 94px;
  height: 95px;
  display: block;
}
@media (max-width: 1919px) {
  body {
    width: 100%;
    min-width: 100%;
  }
  body #home .thumbnails,
  body #exhibitions .thumbnails {
    width: 95%;
    max-width: 1818px;
  }
  body #home .thumbnails .thumbnail,
  body #exhibitions .thumbnails .thumbnail {
    width: 49%;
  }
  body #extra img,
  body #exhibition img,
  body #extra .back-btn,
  body #exhibition .back-btn {
    margin: 0 auto 47px;
  }
}
@media (max-width: 1380px) {
  #home .thumbnails,
  #exhibitions .thumbnails {
    width: 95%;
    max-width: 1818px;
  }
  #home .thumbnails .thumbnail,
  #exhibitions .thumbnails .thumbnail {
    width: 90%;
  }
  #about .about-block {
    width: 68%;
  }
}
/*# sourceMappingURL=style.css.map */