@charset "UTF-8";
/*-- Common theme variables -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,800,900&display=swap");
:root {
  --primary: #f2f2f2;
  --secondary: #707070;
  --tertiary: #cccccc;
}

/*-- End of Common theme variables -- */
/*-- Parts styles -- */
.preloader {
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.preloader h1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: var(--secondary);
  filter: blur(3px);
  opacity: 1;
  transition: all 0.5s;
  animation: shift 3.2s ease-in-out infinite alternate;
}

@keyframes shift {
  0%,40%, 44%, 58%, 61%, 65%,69%,73%,100% {
    transform: skewX(0deg);
  }
  41% {
    transform: skewX(10deg);
  }
  42% {
    transform: skewX(-10deg);
  }
  59% {
    transform: skewX(40deg) skewY(10deg);
  }
  60% {
    transform: skewX(-40deg) skewY(-10deg);
  }
  63% {
    transform: skewX(10deg) skewY(-5deg);
  }
  70% {
    transform: skewX(-50deg) skewY(-20deg);
  }
  71% {
    transform: skewX(10deg) skewY(-10deg);
    filter: blur(3px);
  }
}
header {
  height: 80px;
  width: 100%;
  position: relative;
}
header .row {
  height: 100%;
  align-items: center;
}
header a {
  display: inline-block;
}
header a img {
  height: 2.2rem;
}

.menu-section {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 5px;
}
.menu-section .menu {
  display: inline-block;
  position: absolute;
  width: 26px;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: var(--secondary);
  cursor: pointer;
  z-index: 2;
}
.menu-section .menu::before, .menu-section .menu::after {
  position: absolute;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.menu-section .menu:before {
  content: "M      U";
  top: -60px;
  left: -130%;
  width: 120px;
}
.menu-section .menu:after {
  content: "N";
  top: 50px;
  left: 103%;
}
.menu-section .menu:hover::before, .menu-section .menu:hover::after {
  top: -0.3em;
  opacity: 1;
  transition: 0.2s ease, opacity 0.17s 0.03s ease-in;
}
.menu-section .menu.on:before, .menu-section .menu.on:after {
  display: none;
}
.menu-section .menu.on .bar-1 {
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-section .menu.on .bar-2 {
  opacity: 0;
}
.menu-section .menu.on .bar-3 {
  transform: rotate(-45deg) translate(7px, -7px);
}

.bar-1, .bar-2, .bar-3 {
  height: 2px;
  backface-visibility: hidden;
  background: var(--secondary);
  margin: 0 auto 8px;
  transition: transform 0.4s ease;
}

/*-- Navigation block -- */
.main-menu {
  position: fixed;
  display: none;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 60px;
  z-index: 999;
  overflow: hidden;
  background-color: #f7f7f7;
}
.main-menu > .row, .main-menu > .row *[class*="col"] {
  height: 100%;
}

.nav-menu {
  line-height: 6rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 10rem;
  align-items: center;
  height: 100%;
  text-align: right;
}
.nav-menu li {
  list-style: none;
}
.nav-menu a {
  font-size: 3.6rem;
  text-decoration: none;
  color: var(--secondary);
  transition: 0.5s;
}
.nav-menu a:hover {
  font-size: 5.2rem;
}

.example {
  margin: 0 auto;
  position: relative;
}

.bg-menu {
  opacity: 0.8;
  background-image: url(../img/main-menu-parallax/bg-main-menu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.main-menu-parallax {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
}
.main-menu-parallax:first-child {
  width: 100vw;
  height: 100vh;
}
.main-menu-parallax .level {
  display: block;
  position: absolute;
  width: 66.5%;
  height: 88%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-menu-parallax span:nth-child(1) {
  background-position: 90% 49%;
}
.main-menu-parallax span:nth-child(2) {
  background-position: 49% 16%;
}
.main-menu-parallax span:nth-child(3) {
  background-position: 92% 85%;
}
.main-menu-parallax span:nth-child(4) {
  background-position: 7rem 92%;
}
.main-menu-parallax span:nth-child(5) {
  background-position: 92% 20px;
}
.main-menu-parallax span:nth-child(6) {
  background-position: 11rem 41%;
}
.main-menu-parallax span:nth-child(7) {
  background-position: 50% 94%;
}
.main-menu-parallax span:nth-child(8) {
  background-position: 7rem 3%;
}
.main-menu-parallax span:nth-child(9) {
  background-position: 50% 50%;
}
.main-menu-parallax.enhanced {
  background: none;
}
.main-menu-parallax.enhanced:first-child {
  background: none;
  cursor: default;
}

/*-- End of navigation block -- */
footer {
  opacity: .7;
  height: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.text-copy {
  font-size: 15px;
}

.social-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 16px;
}
.social-link img {
  width: 25px;
  height: auto;
}

/*-- End of Parts styles -- */
/*-- Common styles -- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
*:focus {
  outline: 0;
}

html {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--primary);
  font-size: calc(4px + 0.45vw);
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-width: 375px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: var(--primary);
  color: var(--secondary);
  background-image: unset;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 92%;
}

button {
  outline: 0;
}

.main {
  margin: 0 auto;
  flex: 1;
  width: calc(100% - 4rem);
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  transition: opacity 1.2s linear;
}
.main-wrapper.slideInLeft {
  opacity: 1;
}
.main-wrapper:not(.slideInLeft) {
  opacity: 0;
}

.show {
  display: flex;
}

.hide {
  display: none;
}

.close, .pswp__button.pswp__button--close {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43OTkiIGhlaWdodD0iMTkuNzk5IiB2aWV3Qm94PSIwIDAgMTkuNzk5IDE5Ljc5OSI+PHBhdGggZD0iTTkuOSwxMS4zMTMsMS40MTQsMTkuOCwwLDE4LjM4NSw4LjQ4Niw5LjksMCwxLjQxNCwxLjQxNCwwLDkuOSw4LjQ4NiwxOC4zODUsMCwxOS44LDEuNDE0LDExLjMxMyw5LjksMTkuOCwxOC4zODUsMTguMzg1LDE5LjhaIiBmaWxsPSIjNzA3MDcwIi8+PC9zdmc+) 0 0 no-repeat !important;
}

.link-line {
  display: inline-block;
  font-size: 3.1rem;
  text-transform: lowercase;
  text-decoration: none;
  color: var(--secondary);
  position: relative;
}
.link-line:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: var(--secondary);
  opacity: 0.7;
  height: 1px;
  left: 120%;
  top: 50%;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.8s;
  transform: scaleX(1);
  transform-origin: 0 100%;
}
.link-line:hover {
  color: #000000;
}
.link-line:hover:after {
  will-change: transform;
  transform: scaleX(0.5);
  transform-origin: 0 0;
}

.counter {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.counter span:last-child::before {
  content: "/";
  margin: 0 1.2rem;
}

.w-color-swiper h1, .w-color-swiper p, .w-color-swiper a.link-line {
  color: #ffffff !important;
}

p:not(.text-copy), .link-line {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transform: translate3d(-20%, 0, 0);
}

p:not(.line):not(.text-copy) {
  margin: 3rem 0 0 2.6rem;
  color: var(--secondary);
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
}

.text-wrapper {
  overflow: hidden;
  padding-right: 2rem;
}

/*-- End of Common styles -- */
/*-- Pages styles -- */
/*-- Home page styles -- */
.home-main .swiper-slide.swiper-slide-active .slider-image-right {
  background-color: transparent;
  filter: unset;
}
.home-main .swiper-container > .swiper-pagination-bullets {
  right: 18vw;
  left: auto;
}
.home-main .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
}
.home-main .swiper-slide .swiper-image {
  width: 100%;
  position: absolute;
  background-color: transparent;
  filter: unset;
}
.home-main .swiper-slide.swiper-slide-active {
  display: block;
}
.home-main .swiper-slide.swiper-slide-active .slider-image-left .image img {
  filter: grayscale(0.5);
}
.home-main .swiper-slide.swiper-slide-active .image {
  clip: rect(0, 68vw, 100vh, 0);
}
.home-main .swiper-slide.swiper-slide-active .content h1 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.home-main .swiper-slide.swiper-slide-active .content .quotation-block p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.5s;
}
.home-main .swiper-slide.swiper-slide-active .content .link-line {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 2s;
}

.bg-content {
  border: 1.2rem solid var(--primary);
  border-right-width: 0;
  border-left-width: 3.4rem;
  background-color: var(--primary);
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 30vw;
  height: 100%;
  overflow: hidden;
  clip: rect(0px, 0vw, 100vh, 0vw);
  transition: clip 0.8s cubic-bezier(0.53, 0.03, 0.39, 0.88);
  will-change: clip;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image img {
  height: auto;
  width: 115%;
  filter: grayscale(0);
  transition: all 0.8s linear;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content h1 {
  text-overflow: ellipsis;
  transform: translateY(-30%);
  opacity: 0;
  text-align: right;
  margin-right: 5rem;
  transition: transform 0.5s, opacity 0.5s;
  margin-left: 5rem;
  will-change: transform, opacity;
  font-size: 6rem;
  font-weight: 300;
}
.content .quotation-block {
  width: calc(28vw - 4rem);
  margin-top: 4vh;
  margin-right: 3rem;
}
.content .quotation-block p {
  padding-right: 15px;
  transform: translateY(-30%);
  transition: transform 0.5s, opacity 0.5s;
  will-change: transform, opacity;
  margin: 0;
}
.content .quotation-block .link-line {
  transform: translateY(-30%);
  transition: transform 0.5s, opacity 0.5s;
  will-change: transform, opacity;
  margin: 4vh 0 0 0;
}

.home-slider-nav {
  position: absolute;
  bottom: 2rem;
  right: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
  list-style: none;
  margin: 0 -2rem 0 0;
  padding: 0;
}
.home-slider-nav li {
  background: rgba(80, 80, 80, 0.38);
  width: 2rem;
  height: 22px;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}
.home-slider-nav li.current {
  width: 4rem;
  cursor: default;
  background: rgba(0, 0, 0, 0.1);
}

/*-- End of Home page styles -- */
/*-- About page styles -- */
.about-bg {
  background-color: var(--primary);
}

.about-main .swiper-slide.swiper-slide-active .slider-image-right {
  filter: grayscale(0);
  background-color: #f5f5f5;
  padding: 5rem;
}
.about-main .swiper-slide.swiper-slide-active .slider-image-left {
  filter: grayscale(1) brightness(1);
}
.about-main .swiper-image-inner.slider-image-right {
  filter: grayscale(0);
  transition: all 1s linear;
  transition-delay: 1s;
  background-blend-mode: multiply;
}

/*-- End of About page styles -- */
/*-- Works page styles -- */
.works-main .link-line {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  color: #ffffff;
  z-index: 300;
}
.works-main .link-line:after {
  opacity: 1;
  background: #ffffff;
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list {
  bottom: 14rem;
  top: 14rem;
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: calc(5rem + 48px);
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  width: 100%;
  line-height: 5.5rem;
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:after {
  display: inline-block;
  font-size: 3rem;
  color: #ffffff;
  transition: 0.5s;
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:first-child:after {
  content: "painting";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:nth-child(2):after {
  content: "portrait";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:nth-child(3):after {
  content: "graphic arts";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:nth-child(4):after {
  content: "icon";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:nth-child(5):after {
  content: "abstraction";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:nth-child(6):after {
  content: "figurative";
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:hover, .works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet-active {
  background: none;
}
.works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet:hover:after, .works-main .swiper-container > .swiper-pagination-bullets.works-list .swiper-pagination-bullet-active:after {
  font-size: 5rem;
}

/*-- End of Works page styles -- */
/*-- Gallery page styles -- */
.gallery-main {
  max-height: calc(100vh - 140px);
  min-height: 0;
}

.gallery-wrapper {
  position: relative;
  height: 100%;
}
.gallery-wrapper .gallery-grid {
  overflow: auto;
}
.gallery-wrapper .gallery-grid:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-wrapper .gallery-grid-sizer {
  width: 25%;
}
.gallery-wrapper .gallery-grid-wrapper {
  width: 100%;
}
.gallery-wrapper .gallery-grid-wrapper img {
  width: 100%;
  height: auto;
}
.gallery-wrapper .gallery-grid-item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.gallery-wrapper .gallery-grid-item:hover {
  cursor: pointer;
}
.gallery-wrapper .gallery-grid-item img {
  display: block;
  max-width: 100%;
}
.gallery-wrapper .gallery-grid-item.gallery-grid-item__expanded {
  width: 66.66%;
  z-index: 2;
}
.gallery-wrapper .tabs.is-boxed.is-fullwidth {
  bottom: 20px;
}
.gallery-wrapper .gallery-title {
  position: absolute;
  top: 0;
  left: -1.4rem;
  padding: 0;
  font-weight: 300;
  opacity: 0.8;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl !important;
  transform: scale(-1, -1) !important;
}
.gallery-wrapper nav.tabs {
  height: 80px;
  position: absolute;
  top: -80px;
  align-self: center;
  align-items: center;
}
.gallery-wrapper nav.tabs li {
  font-size: 2rem;
  padding: 0 1rem;
  list-style: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}
.gallery-wrapper nav.tabs li:hover {
  font-size: 3rem;
}

/*-- End of Gallery page styles -- */
/*-- Exhibitions page styles -- */
.exhibitions-main {
  overflow: auto;
}

.exhibitions-wrapper {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.exhibitions-wrapper.item_open .close {
  opacity: 1;
  z-index: 998;
  right: 4.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.exhibitions-wrapper img {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.exhibitions-wrapper ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exhibitions-wrapper ul li {
  float: left;
  overflow: hidden;
  padding-bottom: 2rem;
  width: calc(25% - 1.5rem);
  position: relative;
}
.exhibitions-wrapper ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.exhibitions-wrapper ul li a:before {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBkPSJNMTYsMjJWMjBoNFYxNmgydjZaTTAsMjJWMTZIMnY0SDZ2MlptMTAtNlYxMkg2VjEwaDRWNmgydjRoNHYySDEydjRaTTIwLDZWMkgxNlYwaDZWNlpNMCw2VjBINlYySDJWNloiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=) center no-repeat;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.exhibitions-wrapper ul li a:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.85);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.exhibitions-wrapper ul li a:hover:after, .exhibitions-wrapper ul li a:hover:before {
  opacity: 1;
}
.exhibitions-wrapper .port {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  background: var(--primary);
  z-index: 103;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.exhibitions-wrapper .port.show {
  display: flex;
  flex-direction: column;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 2rem;
}
.exhibitions-wrapper .port .img-exhibitions {
  max-width: 40vw;
  max-height: 60vh;
}
.exhibitions-wrapper .port .img-exhibitions img {
  width: auto;
  max-height: 60vh;
  max-width: 100%;
  height: auto;
}
.exhibitions-wrapper .port .description {
  padding: 0 8rem 4rem 6rem;
  flex: 1;
  max-width: 60vw;
}
.exhibitions-wrapper .port .description p {
  transition: unset;
  transform: unset;
  opacity: 1;
  margin-left: 0;
}
.exhibitions-wrapper .port h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin-right: 0;
  margin-bottom: 4.2rem;
  font-weight: 300;
}
.exhibitions-wrapper .port > * {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 3rem;
  flex: 1;
  max-height: 100%;
}
.exhibitions-wrapper .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -4.6rem;
  top: 1rem;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*-- End of Exhibitions page styles -- */
/*-- News page styles -- */
.news-main div[class^="slider"] p {
  margin: 0 0 3rem 0;
}
.news-main .slider-news-left {
  filter: grayscale(0) brightness(0.8);
  transition: all 1s linear;
  transition-delay: 1s;
}
.news-main .slider-news-left ~ .swiper-wrap-text h1 {
  margin-bottom: 2rem;
}
.news-main .swiper-slide.swiper-slide-active .slider-news-left {
  filter: grayscale(0.1) brightness(0.5);
}
.news-main .swiper-image-inner.slider-news-right {
  filter: grayscale(0) brightness(0.8);
  transition: all 1s linear;
  transition-delay: 1s;
  background-blend-mode: multiply;
}
.news-main .swiper-image-inner.slider-news-right ~ .swiper-wrap-text p {
  margin-top: 1.5rem;
}
.news-main .swiper-slide.swiper-slide-active .slider-news-right {
  filter: grayscale(0.1) brightness(0.5);
}
.news-main .swiper-container > .swiper-pagination-bullets {
  left: calc(50% + 3rem);
}
.news-main .swiper-container > .swiper-pagination-bullets span.swiper-pagination-bullet:before {
  color: rgba(249, 249, 249, 0.5);
}
.news-main .swiper-container > .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-top-color: var(--tertiary);
}
.news-main .swiper-container > .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: #ffffff;
}
.news-main .news-data {
  bottom: 3rem;
  right: 0;
  padding: 0 3rem;
  height: 4rem;
  position: absolute;
  background: var(--primary);
  display: flex;
  align-items: center;
}

/*-- End of News page styles -- */
/*-- Contact page styles -- */
h1.title {
  font: 300 5rem/6.2rem "Montserrat", sans-serif;
  margin-bottom: 2rem;
}

.contact-right {
  padding: 4rem 4rem 0 4rem;
}

#feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px;
}
#feedback-form [required]:focus {
  outline: none;
  transition: 0.2s linear;
}
#feedback-form input, #feedback-form textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: transparent;
  color: var(--secondary);
}
#feedback-form input:focus, #feedback-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.4);
  color: var(--secondary);
}
#feedback-form input {
  height: 50px;
}
#feedback-form textarea {
  border: 1px solid var(--secondary);
  resize: none;
  height: 33vh;
}
#feedback-form [type="submit"] {
  padding: 17px 0 15px;
  width: 200px;
  background: var(--primary);
  color: var(--secondary);
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 3rem auto 0;
  cursor: pointer;
  transition: All 0.4s ease;
  letter-spacing: 1.2px;
  border: 1px solid var(--secondary);
  display: block;
}
#feedback-form [type="submit"]:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #000000;
}

::placeholder {
  color: var(--secondary);
}

::-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

input {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 70px #ffffff !important;
}

.form-group {
  min-height: 75px;
  margin-top: 2rem;
}

.inp {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  display: inline-block;
}
.inp .label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  color: var(--secondary);
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.inp svg {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 26px;
  fill: none;
}
.inp svg path {
  stroke: var(--secondary);
  stroke-width: 2;
}
.inp svg path d {
  transition: all 0.2s ease;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 12px 0;
  height: 48px;
  border-radius: 0;
  transition: all 0.15s ease;
}
.inp input:not(:placeholder-shown) + span {
  transform: translateY(-44px) scale(0.75);
}
.inp input:focus {
  outline: none;
}
.inp input:focus + span {
  transform: translateY(-44px) scale(0.75);
  transition-delay: 0.1s;
}
.inp input:focus + span + svg path {
  animation: elasticInput 0.4s ease forwards;
}
.inp:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 120px;
  height: 0;
  border-bottom: 1px solid var(--secondary);
}

@-moz-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
  }
}
@-webkit-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
  }
}
@-o-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
  }
}
@keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25");
  }
}
.wrap-map {
  height: calc(100vh - 140px);
  display: flex;
  background-color: #000000;
  position: relative;
  animation: showDiv 0.6s forwards;
}
.wrap-map iframe {
  opacity: 0.9;
  width: 100%;
  border: 0;
}

@keyframes showDiv {
  0%, 96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-- End of Contact page styles -- */
/*-- End of Pages styles -- */
/*-- Plugins styles -- */
/*-- Swiper slider plugin - common styles -- */
.slider-relative {
  position: relative;
  height: calc(100vh - 140px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

.swiper-bg {
  background-color: #000000;
  opacity: 0.5;
}

.swiper-image {
  width: 50%;
  height: 100%;
  position: relative;
}

.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
  position: relative;
}
.swiper-image-inner.swiper-image-right {
  padding: 5rem;
}

.slider-image-left {
  filter: grayscale(0%);
  transition: all 1s linear;
  transition-delay: 1s;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-wrap-text {
  position: absolute;
  left: 5rem;
  top: 8rem;
  right: 5rem;
  bottom: 8rem;
  display: flex;
  flex-direction: column;
}
.swiper-wrap-text h1 {
  font: 300 5rem/6.2rem "Montserrat", sans-serif;
  color: var(--secondary);
  align-self: flex-start;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
.swiper-wrap-text h1 span.emphasis {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate3d(-20%, 0, 0);
  display: inline-block;
  margin-left: 2.6rem;
}
.swiper-wrap-text h1 span:not(.emphasis) {
  font-size: 3.5rem;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-pagination-fraction, .swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondary);
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-container > .swiper-pagination-bullets {
  left: calc(50% + 7rem);
  bottom: 3rem;
  text-align: right;
  display: flex;
  counter-reset: number;
}
.swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet {
  background: transparent;
  width: 3rem;
  height: 4rem;
  display: inline-flex;
  margin: 0 0.8rem;
  position: relative;
  counter-increment: number;
}
.swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet:before {
  display: inline-flex;
  position: absolute;
  content: counter(number) " ";
  right: 0;
  font-size: 12px;
  height: 4rem;
  width: 3rem;
  font-weight: 300;
  line-height: 4rem;
  justify-content: center;
  color: var(--secondary);
  border-top: 1px solid transparent;
}
.swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet-active {
  border-top: 1px solid var(--secondary);
}
.swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet-active:before {
  color: #000000;
  margin-top: -1px;
}
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 0;
  display: block;
}

.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-image-left {
  filter: grayscale(0) brightness(1);
  transition: all 1s linear;
  transition-delay: 1s;
}

.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: grayscale(0.6) brightness(0.5);
}

.swiper-image-inner.swiper-image-right {
  filter: grayscale(0) brightness(1);
  transition: all 1s linear;
  transition-delay: 1s;
  background-blend-mode: multiply;
}

.swiper-slide.swiper-slide-active {
  z-index: 1000;
}
.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: grayscale(0.5) brightness(0.6);
}
.swiper-slide.swiper-slide-active h1, .swiper-slide.swiper-slide-active p, .swiper-slide.swiper-slide-active .link-line {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.swiper-slide.swiper-slide-active h1 span.emphasis, .swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*-- End of Swiper slider plugin - common styles -- */
/*-- Photoswipe plugin styles -- */
.gallery-wrapper figcaption {
  display: none;
}
.gallery-wrapper .pswp {
  touch-action: auto !important;
}
.gallery-wrapper .pswp__bg, .gallery-wrapper .pswp__ui--fit .pswp__top-bar, .gallery-wrapper .pswp__caption {
  background-color: var(--primary) !important;
}
.gallery-wrapper .pswp__top-bar, .gallery-wrapper .pswp__caption {
  height: 80px;
  background: rgba(242, 242, 242, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.gallery-wrapper .pswp__counter {
  color: var(--secondary) !important;
  opacity: 1 !important;
  position: static !important;
}
.gallery-wrapper .pswp__caption__center {
  text-align: center;
  color: var(--secondary);
  font-size: 1.6rem;
}
.gallery-wrapper .pswp__preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  float: none;
  margin: auto;
}
.gallery-wrapper button.pswp__button {
  width: 22px;
  height: 22px;
  margin: 0 20px;
}
.gallery-wrapper .pswp__button--arrow--right:before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.gallery-wrapper .pswp__button.pswp__button--zoom {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBkPSJNMTYsMjJWMjBoNFYxNmgydjZaTTAsMjJWMTZIMnY0SDZ2MlptMTAtNlYxMkg2VjEwaDRWNmgydjRoNHYySDEydjRaTTIwLDZWMkgxNlYwaDZWNlpNMCw2VjBINlYySDJWNloiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=) 0 0 no-repeat !important;
}
.gallery-wrapper .pswp--zoomed-in .pswp__button--zoom {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBkPSJNMTYsMjJWMjBoNFYxNmgydjZaTTAsMjJWMTZIMnY0SDZ2MlpNNiwxMlYxMEgxNnYyWk0yMCw2VjJIMTZWMGg2VjZaTTAsNlYwSDZWMkgyVjZaIiBmaWxsPSIjNzA3MDcwIi8+PC9zdmc+) 0 0 no-repeat !important;
  background-position: 0;
}
.gallery-wrapper .pswp__button--arrow--left:before, .gallery-wrapper .pswp__button--arrow--right:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yMjgiIGhlaWdodD0iMjUuMDU5IiB2aWV3Qm94PSIwIDAgMjkuMjI4IDI1LjA1OSI+PHBhdGggZD0iTTIzLjY3NCwyMy42NDVsOS43MzktOS43MzlIOHYtMkgzMy40MTNMMjIuOTIzLDEuNDE1LDI0LjMzOCwwbDEyLjg5LDEyLjg5MS0uMDE0LjAxNC4wMTQuMDE0TDI1LjA4OCwyNS4wNTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNy4yMjggMjUuMDU5KSByb3RhdGUoMTgwKSIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==) center no-repeat !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
}
.gallery-wrapper .pswp__button--arrow--left, .gallery-wrapper .pswp__button--arrow--right {
  background-color: var(--primary) !important;
  border-radius: 0;
  width: 93px !important;
  height: 93px !important;
}
.gallery-wrapper .pswp--supports-fs .pswp__button--fs {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBkPSJNMTYsMjJWMjBoNnYyWm0tNiwwSDBWMTBIMTJWMjJabTAtMlYxMkgydjhabTEwLTRWMTFoMnY1Wk0xNS4xNzEsNS40MTQsMTguNTg2LDJIMTZWMGg2VjZIMjBWMy40MTVMMTYuNTg2LDYuODI4Wk0wLDVWMEgyVjVaTTYsMlYwaDZWMloiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=) 0 0 no-repeat !important;
}
.gallery-wrapper .pswp--fs .pswp__button--fs {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBkPSJNMTYsMjJWMjBoNnYyWm0tNiwwSDBWMTBIMTJWMjJabTAtMlYxMkgydjhabTEwLTRWMTFoMnY1Wk0xNCw4VjJoMlY0LjU4NmwzLjQxNC0zLjQxNCwxLjQxNSwxLjQxNEwxNy40MTQsNkgyMFY4Wk0wLDVWMEgyVjVaTTYsMlYwaDZWMloiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=) 0 0 no-repeat !important;
}
.gallery-wrapper .pswp__button.pswp__button--share {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4zNyIgaGVpZ2h0PSIxNC40MzMiIHZpZXdCb3g9IjAgMCAxNy4zNyAxNC40MzMiPjxwYXRoIGQ9Ik0tMi41MTMsMi4wNzZsNS40OC01LjU5Miw1LjQsNS41OTJzLTIuMDg3LjAxNi0yLjU0MywxLjQ0NmExMi4wNjksMTIuMDY5LDAsMCwwLDAsNC4yMzJjLjA5NCwzLjk0Miw2LjEsNC40LDYuMSw0LjRzLTQuOTczLDIuOTktOC43LDEuMDMxQy0uOTA5LDExLjI3NS40MjIsNi43OC4yMTcsMy41MjIuMTQ1LDIuNDQ2LTIuNTEzLDIuMDc2LTIuNTEzLDIuMDc2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMuODU0IDIuNTEzKSByb3RhdGUoOTApIiBmaWxsPSIjNzA3MDcwIi8+PC9zdmc+) center no-repeat !important;
}

/*-- End of Photoswipe plugin styles -- */
/*-- End of Plugins styles -- */
/*-- Media Queries -- */
@media (min-width: 1640px) {
  p:not(.line):not(.text-copy) {
    font-size: 1.8rem;
  }

  .swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet:before {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  main * p:not(.line):not(.text-copy) {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }

  .link-line:after {
    left: 0;
    top: -0.6rem;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .swiper-container > .swiper-pagination-bullets:not(.works-list) {
    left: auto;
    right: -2rem;
    display: flex;
    bottom: 0;
    top: 0;
    justify-content: center;
  }
  .swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet {
    padding-top: 4px;
  }
  .swiper-container > .swiper-pagination-bullets:not(.works-list) .swiper-pagination-bullet:before {
    font-size: 18px;
  }

  .swiper-image {
    width: unset;
    height: 50%;
  }

  .swiper-wrap-text h1 {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .home-main .swiper-slide .swiper-image:nth-child(2) {
    height: 100%;
  }

  .home-main .swiper-container > .swiper-pagination-bullets {
    right: 3rem;
    bottom: 3rem;
    left: auto;
    top: auto;
  }

  .home-main .swiper-slide .image {
    transition: all 0.3 linear;
    right: 0;
  }

  .home-main .swiper-slide.swiper-slide-active .image {
    clip: rect(0, 100vw, 100vh, 0);
  }

  .content {
    top: 45%;
    width: auto;
  }
  .content h1 {
    font-size: 5rem;
    line-height: 7.3rem;
  }
  .content h1 .bg-content {
    position: relative;
  }
  .content h1 .bg-content:after {
    position: absolute;
    width: 3rem;
    right: -3rem;
    bottom: 0;
    top: -1.2rem;
    height: 140%;
    content: "";
    display: inline-block;
    background-color: var(--primary);
  }
  .content .quotation-block {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .content .quotation-block p {
    font-size: 2.4rem;
    line-height: 3.8rem;
    flex: 1;
    overflow: auto;
  }

  .about-main .swiper-container > .swiper-pagination-bullets {
    right: 3rem;
    bottom: 3rem;
    left: auto;
    top: auto;
  }

  .works-main .swiper-slide .swiper-image:first-child {
    height: 100%;
  }
  .works-main .swiper-slide .swiper-image:last-child {
    height: 0;
  }
  .works-main .swiper-image-right ~ .swiper-wrap-text {
    white-space: nowrap;
    right: auto;
    top: auto;
    bottom: 0;
  }
  .works-main .swiper-image-right ~ .swiper-wrap-text .link-line {
    transition-delay: 2.4s;
    bottom: 8.5rem;
    margin: 0;
  }
  .works-main .swiper-image-left ~ .swiper-wrap-text .text-wrapper {
    margin-bottom: 12rem;
  }
  .works-main .swiper-slide.swiper-slide-active .swiper-image-left {
    filter: grayscale(0.6) brightness(0.4);
  }
  .works-main .swiper-container > .swiper-pagination-bullets.works-list {
    left: auto;
    right: 6rem;
    display: flex;
    flex-direction: row;
    bottom: 9rem;
    top: auto;
    justify-content: flex-end;
  }
  .works-main .swiper-container > .swiper-pagination-bullets.works-list span.swiper-pagination-bullet {
    background: transparent;
    width: 3rem;
    height: 4rem;
    display: inline-flex;
    margin: 0 0.8rem;
    position: relative;
    counter-increment: number;
    padding-top: 4px;
    border-top: 1px solid transparent;
  }
  .works-main .swiper-container > .swiper-pagination-bullets.works-list span.swiper-pagination-bullet:after {
    font-size: 18px;
    display: inline-flex;
    position: absolute;
    content: counter(number) " " !important;
    right: 0;
    height: 4rem;
    width: 3rem;
    font-weight: 300;
    line-height: 4rem;
    justify-content: center;
    color: rgba(249, 249, 249, 0.5);
  }
  .works-main .swiper-container > .swiper-pagination-bullets.works-list span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-top-color: #fff;
  }
  .works-main .swiper-container > .swiper-pagination-bullets.works-list span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    color: #ffffff;
    font-size: 18px;
    margin-top: -1px;
  }

  .exhibitions-wrapper ul li {
    width: calc(50% - 1.5rem);
  }
  .exhibitions-wrapper .close {
    top: 10rem;
  }
  .exhibitions-wrapper.item_open .close {
    right: 8rem;
    position: fixed;
    z-index: 1000;
  }
  .exhibitions-wrapper .port {
    position: fixed;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 60px;
    height: calc(100vh - 120px);
    bottom: 60px;
    top: 60px;
    opacity: 1;
  }
  .exhibitions-wrapper .port > * {
    flex-direction: column;
  }
  .exhibitions-wrapper .port > * .img-exhibitions, .exhibitions-wrapper .port > * .description {
    max-width: 90%;
  }
  .exhibitions-wrapper .port > * .description {
    padding: 4rem 0 0 4rem;
    margin-bottom: 10rem;
  }
  .exhibitions-wrapper:not(.item_open) .port {
    opacity: 0;
  }

  .news-main .news-data {
    top: 2rem;
    left: 0;
    right: auto;
  }
  .news-main .swiper-container > .swiper-pagination-bullets {
    right: 5rem;
    bottom: 5rem;
    top: auto;
  }

  .contact-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .wrap-map {
    max-height: 30vh;
  }

  #feedback-form textarea {
    height: 20vh;
  }
}
@media (max-width: 768px) {
  .menu-section {
    right: 0;
  }

  header {
    height: 60px;
  }

  .main-menu {
    top: 60px;
    overflow: hidden;
  }

  .slider-relative {
    height: calc(100vh - 120px);
  }

  .gallery-wrapper nav.tabs {
    top: -50px;
    height: 50px;
  }

  .gallery-main {
    max-height: 100vh;
    padding-top: 50px;
  }

  .gallery-wrapper .gallery-grid-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 414px) {
  .menu-section .menu {
    right: -20px;
  }

  .home-main .swiper-slide .swiper-image {
    height: 38%;
  }

  .content {
    top: calc(31% + 5px);
    left: 3rem;
  }
  .content h1 {
    margin-left: 0;
  }

  .main.about-main .swiper-image {
    height: 62%;
  }
  .main.about-main .swiper-image:first-child {
    height: 38%;
  }
  .main.about-main .swiper-image .swiper-wrap-text {
    left: 3rem;
    right: 3rem;
    top: 6rem;
  }

  .exhibitions-wrapper.item_open .close {
    right: 5rem;
  }
  .exhibitions-wrapper .port .img-exhibitions img {
    max-width: 95%;
  }

  .inp {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .main-menu-parallax .level {
    display: none;
  }

  .menu-section .menu::before, .menu-section .menu::after {
    display: none;
  }

  .menu-section {
    position: absolute;
    zoom: 0.8;
    right: 28px;
    margin-top: 4px;
  }

  .main-menu {
    overflow: hidden;
  }

  .text-wrapper {
    overflow: auto;
  }

  .home-main .swiper-container > .swiper-pagination-bullets {
    right: 16vw;
  }
}
@media (max-width: 1280px) and (orientation: portrait) {
  .contact-wrapper .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-height: 640px) and (orientation: landscape) {
  html {
    overflow: auto;
    height: auto;
  }

  body {
    height: auto;
  }

  .preloader {
    height: 100%;
    width: 100%;
    position: fixed;
  }

  .main-wrapper {
    height: auto;
  }

  .main-menu {
    overflow: auto;
  }
  .main-menu .nav-menu {
    height: auto;
    margin-top: 2rem;
  }

  .content h1 {
    font-size: 4rem;
  }

  .slider-relative {
    height: 130vh;
  }

  .main h1, .main h2, .main h3, .main h4, .main p, .main a, .main li, .main span {
    line-height: normal;
  }
  .main .swiper-wrap-text {
    left: 2rem;
    top: 3rem;
    right: 5rem;
    bottom: 3rem;
  }

  .gallery-main {
    overflow: auto;
  }
  .gallery-main .gallery-title {
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 2;
    font-size: 2.3rem;
  }

  .wrap-map {
    height: 100%;
  }
}
@media (max-height: 812px) and (orientation: portrait) {
  .wrap-map {
    display: none;
  }
}
/*-- Media Queries -- */
