@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&family=Poppins:wght@300;600&display=swap");
html, body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
	font-family: Outfit, sans-serif;
	color: #242628;
	letter-spacing: 0em;
	font-size: 0;
}
main {
    min-height: calc(100vh - 300px);
}
h1, .h1 {
	font-size: 84px;
	line-height: 106px;
	font-weight: 500;
    text-transform: uppercase;
}
.title h1, .title .h1, .first h1 {
    font-size: 154px;
    line-height: 194px;
    margin: 10px 0;
}
h2, .h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
    text-transform: uppercase;
	font-family: Outfit, sans-serif;
}
h3, .h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
    text-transform: uppercase;
	font-family: Outfit, sans-serif;
}
p, span {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
a, a *, span, a:before, a:after, span:before, span:after {
	color: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.h3 {
	position: relative;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}
a.h3:before {
	content: '';
	position: absolute;
	right: 0;
    bottom: -1px;
	display: block;
	width: 100%;
	border-bottom: 1.5px solid #242628;
}
a.h3:hover:before {
	width: 0;
}
header {
    position: fixed;
    width: 100%;
	z-index: 3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.not-top {
    margin: -15px 0;
    height: 75px;
}
header a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}
header svg {
    transform: scale(0.32);
    margin: -24.5px -29px;
    opacity: 0.28;
}
header a:hover svg {
    transform: scale(0.35);
    opacity: 0.42;
}
header > .wrapper > div {
    float: right;
    line-height: 100px;
	white-space: nowrap;
    -webkit-transition: transform 2s ease;
    -moz-transition: transform 2s ease;
    -ms-transition: transform 2s ease;
    transition: transform 2s ease;
}
header > .wrapper > div > a, header > .wrapper > div > span {
	position: relative;
	margin: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1.5px solid transparent;
	font-family: Outfit, sans-serif;
	user-select: none;
}
header > .wrapper > div > a:before, header > .wrapper > div > span:before {
	content: '';
	position: absolute;
	left: 0;
    bottom: -1px;
	display: block;
	width: 0;
	border-bottom: 1.5px solid #242628;
}
header > .wrapper > div > a:hover:before, header > .wrapper > div > span:before {
	width: 100%;
}
header > .wrapper > span.mobile {
	display: none;
}
main > div:first-child {
	padding-top: 100px;
}
.first > div.wrapper > h1 {
    white-space: nowrap;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.first > div.wrapper {
    text-align: right;
    position: relative;
}
.first > div.wrapper > img {
    width: 50%;
    height: auto;
    margin: 20px 0 100px 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.first > div.wrapper > div {
    position: absolute;
    left: 80px;
    bottom: 80px;
	background-color: #FFF;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.first > div.wrapper > div > h3 {
    margin: 0;
    width: 200px;
    text-align: left;
    text-transform: uppercase;
}
.about-1 {
	background-color: #F0F3FB;
}
.about-1 > .wrapper {
    position: relative;
    padding: 80px;
}
.about-1 > .wrapper > h1, .about-1 > .wrapper > .h1, .about-1 > .wrapper > a {
    position: absolute;
    margin: -19px 0 0 0;
}
.about-1 > .wrapper > .h1 {
	font-family: Outfit, sans-serif;
	font-weight: 500;
}
.about-1 > .wrapper > div {
    margin: 20px 0 20px 50%;
    width: 50%;
}
.about-1 > .wrapper > a {
    bottom: 100px;
}
.content > .wrapper {
    padding: 80px;
}
.content.more > .wrapper {
	padding-top: 0;
}
hr {
	border: 1px solid #D7D7D7
}
.works > .wrapper > div {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}
.works > .wrapper > div > a {
    display: block;
	position: relative;
    width: 300px;
    height: 300px;
    margin: auto;
    text-align: center;
}
.works > .wrapper > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    max-height: 300px;
    transform: translate(-50%, -50%);
    vertical-align: text-bottom;
}
.works > .wrapper > div > a:after {
    display: none;
	content: "VIEW DETAILS";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #242628;
	border-bottom: 1.5px solid #242628;
}
.works > .wrapper > div > a:hover:after {
    display: block;
}
.works > .wrapper > div > a:hover > img {
	opacity: 0.2;
    filter: blur(2px);
}
.works > .wrapper > div > p {
    padding: 10px 30px;
    margin: 15px 0 60px 0;
	color: #454545;
}
.works > .wrapper > div > p > b {
    display: block;
	padding: 0 0 15px 0;
	font-weight: 600;
	color: #242628;
}
.more > .wrapper {
	text-align: center;
}
.parallax {
    height: 50vh;
    max-height: 45vw;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home .exhibitions {
	background-color: #FFFEEF;
}
.home .exhibitions > .wrapper > a {
    display: inline-block;
    margin-top: 60px;
}
.years {
    padding: 20px 0;
}
.years a, .years span {
	position: relative;
	display: inline-block;
	margin: 40px 40px 38.5px 0;
	font-size: 20px;
	line-height: 30px;
	color: #B8B8B8;
	cursor: pointer;
	text-decoration: none;
}
.years a:before, .years span:before {
	content: '';
	position: absolute;
	width: 0;
	bottom: -1px;
	left: 0;
	border-bottom: 1.5px solid #242628;
}
.years a:hover, .years span:hover, .years span.active {
	color: #242628;
}
.years a:hover:before, .years span:hover:before, .years span.active:before {
	width: 100%;
}
.year {
	height: 0;
	overflow: hidden;
}
.year.active {
	height: auto;
}
.exhibition {
	position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.exhibition > div > .slide {
    height: 0;
	margin: -24px 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.exhibition > div:first-child > .slide {
	margin: 0;
}
.exhibition > div > h3 {
	height: auto;
	margin: 40px 0;
}
.exhibition.opened > div > .slide {
	height: auto;
}
.exhibition > span {
    position: absolute;
    top: 40px;
    right: 0;
	color: #D7D7D7;
}
.exhibition > span.toggle {
	color: inherit;
    cursor: pointer;
}
.exhibition > span:before, .year > span:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	right: 0;
	border-bottom: 1.5px solid #D7D7D7;
}
.exhibition > span.toggle:before, .year > span:before {
	border-color: #242628;
}
.exhibition > span.toggle:hover:before, .year > span:hover:before {
	width: 0;
}
.exhibition > span:after {
	content: attr(data-closed);
}
.exhibition.opened > .toggle:after {
	content: attr(data-opened);
}
.exhibition > div {
    display: inline-block;
    width: calc(100% - 692px);
    vertical-align: top;
    padding: 0 120px 0 60px;
}
.exhibition > div:first-child {
    width: 512px;
    padding: 0;
}
.gallery {
	position: relative;
    width: 512px;
    height: 548px;
    margin: 0 0 40px 0;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.gallery::-webkit-scrollbar { 
    display: none;
}
.gallery > div {
	position: relative;
    display: inline-block;
    width: 512px;
    height: 548px;
	margin-right: 32px;
    text-align: center;
}
.gallery > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery > div:last-child {
	margin-right: 0;
}
.exhibitions > .wrapper {
	padding-top: 0;
}
.exhibition > div:first-child > div.slide > div.gallery div.slick-slide {
	height: 512px;
	position: relative;
}
.exhibition > div:first-child > div.slide > div.gallery div.slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow {
    position: absolute;
    bottom: 260px;
    left: 20px;
    width: 41px;
    height: 41px;
    font-size: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow.slick-next {
    left: 450px;
    transform: rotate(180deg);
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow:before, .exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    width: 45px;
    height: 45px;
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow:before {
    background-color: #FFF;
    opacity: 0.5;
    filter: blur(2px);
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow:hover:before {
    opacity: 0.8;
}
.exhibition > div:first-child > div.slide > div.gallery > button.slick-arrow:after {
    background-image: url(assets/img/arrow.svg);
    background-position: center;
}
.exhibition.opened > div:first-child > div.slide > div.gallery > ul.slick-dots {
    margin: -36px 0 0 0;
    padding: 0;
    text-align: center;
}
.exhibition.opened > div:first-child > div.slide > div.gallery > ul.slick-dots > li {
	display: inline-block;
}
.exhibition.opened > div:first-child > div.slide > div.gallery > ul.slick-dots > li > button {
	width: 10px;
    height: 10px;
    margin: 20px 6px 6px 6px;
    padding: 0;
	font-size: 0;
	border-radius: 50%;
	background-color: transparent;
	border: 1.5px solid #B8B8B8;
}
.exhibition.opened > div:first-child > div.slide > div.gallery > ul.slick-dots > li.slick-active > button {
	background-color: #B8B8B8;
}
.exhibition.opened > div:first-child > div.slide:hover > div.gallery > button.slick-arrow {
	opacity: 1;
}
.exhibition.opened > div:first-child > div.slide:hover > div.gallery > button.slick-arrow.slick-disabled {
	opacity: 0;
	z-index: -1;
}
.year > span {
	position: relative;
    display: inline-block;
    margin: 60px 0 0 0;
    cursor: pointer;
}
.news {
    overflow: hidden;
}
.news > .wrapper {
    position: relative;
    padding-top: 80px;
    white-space: nowrap;
}
.news > .wrapper > div {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 170px;
    white-space: nowrap;
	overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.news > .wrapper > div::-webkit-scrollbar { 
    display: none;
}
.news > .wrapper > div > span {
	display: block;
    position: absolute;
    right: 151px;
    bottom: 460px;
    width: 50px;
    height: 50px;
    border: 1.5px solid #B8B8B8;
    cursor: pointer;
	background-image: url(assets/img/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.news > .wrapper > div > span.next {
    right: 81px;
    transform: rotate(180deg);
}
.news > .wrapper > div > span:hover {
	background-color: #C6D1EE;
	border-color: #C6D1EE;
}
.news > .wrapper > div > a {
    position: relative;
    width: 260px;
    height: 310px;
    overflow: hidden;
    margin-right: 30px;
    padding: 20px;
    display: inline-block;
    border: 1.5px solid #B8B8B8;
    vertical-align: bottom;
	text-decoration: none;
}
.news > .wrapper > div > a:last-child {
	margin-right: 0;
}
.news > .wrapper > div > a:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: 240px;
    display: block;
    width: 90px;
    height: 90px;
    background-color: #F0F3FB;
}
.news > .wrapper > div > a > span {
    display: block;
    width: 150px;
    padding: 11px 0 0 0;
    white-space: normal;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
}
.news > .wrapper > div > a > span:before {
    content: " ";
    position: absolute;
    right: 52px;
    top: 283px;
    display: block;
    width: 25px;
    height: 0;
    border-top: 2px solid #1B1B1B;
    transform: rotate(-45deg);
}
.news > .wrapper > div > a > span:after {
    content: " ";
    position: absolute;
    right: 54px;
    top: 274px;
    display: block;
    width: 17px;
    height: 17px;
    border-top: 2px solid #1B1B1B;
    border-right: 2px solid #1B1B1B;
}
.news > .wrapper > div > a:hover:before {
	background-color: #C6D1EE;
}
.about-2 > .wrapper {
    padding-top: 100px;
}
.about-2 > .wrapper > img {
    width: 50%;
    padding: 33px 0 100px 80px;
    height: auto;
    float: right;
}
.content {
    clear: both;
}
.content.alt {
    background-color: #F4F4F4;
}
.content > .wrapper > h2 {
    margin-top: 5px;
}
.home .content > .wrapper > h2 {
	margin: 0;
	padding: 5px 0 0 0;
}
.home .content.exhibitions > .wrapper > h2 {
	padding-top: 100px;
}
.content > .wrapper > div > .h3 {
    line-height: 40px;
}
.content.two-columns > .wrapper > h2, .content.two-columns > .wrapper > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.content > .wrapper > div > p.h3 > a {
	position: relative;
	text-decoration: none;
}
.content > .wrapper > div > p.h3 > a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 100%;
	border-bottom: 1.5px solid #242628;
}
.content > .wrapper > div > p.h3 > a:hover:before {
	width: 0;
}
.content > .wrapper > div > p.h2 {
	margin: 60px 0 30px;
	color: #D7D7D7;
}
footer {
	background-color: #242628;
}
footer > .wrapper {
	padding: 80px;
}
footer > .wrapper > div {
	display: inline-block;
    font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
    white-space: nowrap;
}
footer > .wrapper > div.copyright {
    margin-right: 110px;
}
footer > .wrapper > div > a {
	position: relative;
    margin-left: 50px;
	text-decoration: none;
}
footer > .wrapper > div > a:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	right: 0;
	border-bottom: 1.5px solid #FFF;
}
footer > .wrapper > div > a:hover:before {
	width: 0;
}
footer > .wrapper > a {
	position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: -14px 0 0 0;
    float: right;
    border: 1.5px solid #000;
	background-image: url(assets/img/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	filter: invert(100%);
	opacity: 0.8;
}
footer > .wrapper > a:hover {
	opacity: 1;
}
.archive > main > .title {
    background: linear-gradient(180deg, #FFFEEF, rgba(255,255,255,0) 90%);
}
main > .title.exhibitions {
    background: linear-gradient(180deg, #FFF, rgba(255,255,255,0) 90%);
}
main > .title.contacts {
    background: linear-gradient(180deg, #B8B8B8, rgba(255,255,255,0) 90%);
}
.archive > main > .title:before, main > .title.exhibitions:before, main > .title.contacts:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    font-size: 469px;
    text-transform: uppercase;
    z-index: -1;
    background-color: rgba(0,0,0,0.3);
    color: transparent;
    text-shadow: 3px 3px 10px rgba(255, 254, 239, 0.9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    overflow: hidden;
}
main > .title.exhibitions:before {
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.9);
}
main > .title.contacts:before {
    text-shadow: 3px 3px 10px rgba(184, 184, 184, 0.9);
}
.archive > main > .title:after, main > .title.exhibitions:after, main > .title.contacts:after {
    content: " ";
    position: absolute;
    top: 45px;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(255,255,255,0.9) 75%);
    z-index: -1;
}
main > .title.contacts:after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(184, 184, 184, 0.9) 100%);
}
.archive > main > .title > .wrapper > h1, main > .title.exhibitions > .wrapper > h1, main > .title.contacts > .wrapper > h1 {
    padding: 60px 0 120px 0;
}
.post-type-archive-projects.archive > main > .title {
    background: linear-gradient(180deg, #F0F3FB, rgba(255,255,255,0) 90%);
}
.post-type-archive-projects.archive > main > .title:before {
    text-shadow: 3px 3px 10px rgba(240, 243, 251, 0.9);
}
.single > main {
    padding: 0 0 100px 0;
}
.work > .wrapper > figure {
    width: 768px;
    padding-top: 60px;
    text-align: center;
}
.work > .wrapper > figure > a {
    cursor: zoom-in;
}
.work > .wrapper > figure > a > img {
    max-height: calc(100vh - 120px);
    width: auto;
    max-width: 100%;
}
.work > .wrapper > div {
    width: 440px;
    text-align: left;
    position: fixed;
    top: 210px;
    left: calc(50% + 200px);
}
.work > .wrapper > div > p {
    max-height: calc(100vh - 600px);
    overflow: auto;
}
.work > .wrapper > .back {
    display: inline-block;
    font-size: 20px;
    margin: 20px 0 0 0;
}
.page-template-page-contacts > header svg, .page-template-page-contacts > header svg:hover {
	opacity: 1;
}
.page-template-page-contacts > header svg path {
	fill: #FFFEEF;
}
.page-template-page-contacts > header > .wrapper > div > a, .page-template-page-contacts > header > .wrapper > div > span {
    color: #FFFEEF;
}
.page-template-page-contacts > header > .wrapper > div > a:before, .page-template-page-contacts > header > .wrapper > div > span:before {
	border-color: #FFFEEF;
}
.page-template-page-contacts {
	background-color: #B8B8B8;
}
main > .title.contacts > .wrapper > h1 {
    color: #FFFEEF;
}
.page-template-page-contacts > footer {
    background-color: transparent;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.page-template-page-contacts > footer > .wrapper {
    padding: calc(50vh - 250px) 0;
    text-align: center;
}
.page-template-page-contacts > footer > .wrapper > div > a {
	display: inline-block;
	margin-left: 116px;
	padding: 40px;
	border: 1.5px solid #FFF;
}
.page-template-page-contacts > footer > .wrapper > div > a:hover {
    background-color: #FFF;
    color: #242628;
}
@media screen and (max-width: 1439px) {
	.wrapper {
		width: 100%;
		padding: 0 32px;
	}
	.works > .wrapper {
		padding-top: 64px;
	}
	.home .works > .wrapper {
		padding-top: 0;
	}
	.first > div.wrapper > h1 {
		text-align: center;
		font-size: 11vw;
		line-height: 12vw;
	}
	.first > div.wrapper > div {
		bottom: 50px;
		left: 32px;
	}
	.first > div.wrapper > img {
		width: 58.55%;
		margin-bottom: 73px;
	}
	.about-1 > .wrapper {
		padding: 60px 32px;
	}
	.about-1 > .wrapper > .h1 {
		font-size: 9vw;
		line-height: 12vw;
	}
	.about-1 > .wrapper > div {
		width: 58.55%;
		margin: 0 0 0 41.45%;
	}
	.about-1 > .wrapper > a {
		bottom: 80px;
	}
	.content > .wrapper {
		padding: 60px 32px;
	}
	.works > .wrapper > div {
		width: 33.3333%;
	}
	.works > .wrapper > div > a {
		width: calc(32vw - 21px);
		height: calc(32vw - 21px);
	}
	.works > .wrapper > div > a > img {
		max-width: calc(32vw - 21px);
		max-height: calc(32vw - 21px);
	}
	.work > .wrapper > figure {
		width: 57.1429%;
		padding-top: 30px;
	}
	.work > .wrapper > div {
		top: 220px;
		left: auto;
		right: 32px;
		width: calc(40% - 27.2px);
	}
	.years a, .years span {
		margin: 20px 40px 18.5px 0;
	}
	.more > .wrapper {
		padding: 0 0 80px 0;
	}
	.home .content.exhibitions > .wrapper > h2 {
		padding-top: unset;
	}
	.exhibition {
		padding: 10px 0;
	}
	.exhibition > div:first-child {
		width: 100%;
	}
	.exhibition > div {
		width: 100%;
		padding: 0;
	}
	.exhibition > div > h3 {
		margin: 20px 0;
	}
	/*.gallery {
		width: 100%;
		height: calc(100vw - 64px);
		max-height: calc(100vh - 150px);
		margin: 20px 0 20px 0;
	}
	.gallery > div {
		width: 100%;
		height: calc(100vw - 64px);
		max-height: calc(100vh - 150px);
	}
	.gallery > div > img {
		width: 100%;
		height: 100%;
		max-height: calc(100vh - 150px);
		object-fit: contain;
	}*/
	.exhibition > div:first-child > div.slide > div.gallery {
		width: 100%;
		height: calc(100vw - 64px);
		max-height: calc(100vh - 150px);
		margin: 20px 0 20px 0;
	}
	.exhibition.opened > div:first-child > div.slide > div.gallery > ul.slick-dots {
		margin: 0;
	}
	.exhibition > div:first-child > div.slide > div.gallery > div {
		width: 100%;
		height: calc(100vw - 100px);
		max-height: calc(100vh - 186px);
	}
	.exhibition > div:first-child > div.slide > div.gallery div.slick-slide {
		width: calc(100vw - 100px);
		height: calc(100vw - 100px);
		max-height: calc(100vh - 186px);
	}
	.exhibition > div:first-child > div.slide > div.gallery div.slick-slide img {
		width: calc(100vw - 100px);
		height: calc(100vw - 100px);
		max-height: calc(100vh - 186px);
		max-width: auto;
		object-fit: contain;
	}
	.exhibition.opened > div:first-child > div.slide:hover > div.gallery > button.slick-arrow {
		opacity: 0;
		z-index: -1;
	}
	.exhibition > div > .slide {
		position: relative;
		margin: 0;
	}
	.exhibition > div:first-child > div.slide > span {
		top: calc(50% - 20px);
		left: 34px;
		z-index: 2;
		opacity: 1;
	}
	.exhibition > div:first-child > div.slide > span.next {
		right: 34px;
		left: auto;
	}
	.news > .wrapper > div > span {
		right: 114px;
	}
	.news > .wrapper > div > span.next {
		right: 32px;
	}
	footer {
		position: relative;
		height: 200px;
	}
	footer > .wrapper {
		padding: 60px 34px;
	}
	footer > .wrapper > a {
		margin: 0;
	}
	footer > .wrapper > div {
		font-size: 16px;
	}
	footer > .wrapper > div.copyright {
		position: absolute;
		bottom: 60px;
		left: 34px;
	}
	footer > .wrapper > div.contact {
		width: 215px;
	}
	footer > .wrapper > div > a:first-child {
		position: absolute;
		bottom: 60px;
		left: 250px;
	}
	.about-1 > .wrapper > h1, .about-1 > .wrapper > .h1 {
		font-size: 10vw;
		line-height: 13vw;
		margin-top: -3px;
	}
	.about-2 > .wrapper {
		padding: 80px 32px 50px 32px;
	}
	.about-2 > .wrapper > img {
		float: none;
		display: block;
		max-height: calc(100vh - 100px);
		width: 100%;
		max-width: max-content;
		margin: 0 auto;
		padding: 0 0 60px 0;
	}
	.about-2 > .wrapper > hr {
		margin-bottom: 40px;
	}
	.content.two-columns > .wrapper > h2 {
		display: block;
		width: 100%;
	}
	.archive > main > .title:before, main > .title.exhibitions:before, main > .title.contacts:before {
		font-size: 352px;
		top: -20px;
		left: -100px;
		width: calc(100% + 100px);
	}
	.archive > main > .title > .wrapper > h1, main > .title.exhibitions > .wrapper > h1, main > .title.contacts > .wrapper > h1 {
		font-size: 84px;
		padding: 0;
	}
	.page-template-page-contacts > footer {
		height: auto;
	}
	.page-template-page-contacts > footer > .wrapper {
		padding: calc(50vh - 180px) 0;
		white-space: nowrap;
	}
	.page-template-page-contacts > footer > .wrapper > div {
		font-size: 2.2vw;
		vertical-align: middle;
	}
	.page-template-page-contacts > footer > .wrapper > div.contact {
		width: auto;
		margin-right: 2vw;
	}
	.page-template-page-contacts > footer > .wrapper > div > a {
		margin: 0 1vw;
		padding: 2vw 1vw;
	}
	.page-template-page-contacts > footer > .wrapper > div > a:first-child {
		position: static;
	}
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding: 0 22px;
	}
	header {
		width: 100vw;
		height: 80px;
		margin: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
	}
	header.not-top {
		height: 80px;
		margin: 0;
	}
	header.opened {
		background-color: #242628 !important;
	}
	header > .wrapper {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	header > .wrapper > div {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100vw;
		height: 0;
		background-color: #242628;
		color: #FFF;
		overflow: hidden;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	header.opened > .wrapper > div {
		height: calc(100vh - 80px);
		padding: 3vh 0 0 0;
	}
	header > .wrapper > a {
		margin: 0 0 0 -22px;
	}
	header svg {
		transform: scale(0.25);
		margin: -32px -20px;
	}
	header.opened > .wrapper > a {
		opacity: 0;
		z-index: -1;
	}
	/*header a:hover svg {
		transform: scale(0.25);
		opacity: 0.28;
	}
	header.opened svg {
		opacity: 1;
		filter: invert(100%);
	}*/
	header > .wrapper > span.mobile {
		display: inline-block;
		position: absolute;
		right: 20px;
		font-size: 20px;
		line-height: 30px;
		margin: 0 -22px 0 0;
		padding: 25px;
		text-transform: uppercase;
	}
	header > .wrapper > span.mobile:before {
		content: '';
		position: absolute;
		left: 25px;
		bottom: 24px;
		display: block;
		width: calc(100% - 50px);
		border-bottom: 1.5px solid #242628;
	}
	header.opened > .wrapper > span.mobile {
		color: #FFF;
	}
	header.opened > .wrapper > span.mobile:before {
		border-color: #FFF;
	}
	header.opened > .wrapper > div {
		height: calc(97vh - 80px);
		padding: 3vh 0 0 0;
	}
	header > .wrapper > div > a, header > .wrapper > div > span {
		display: block;
		margin: 0;
		padding: 0 22px;
		font-size: 5vh;
		line-height: 10vh;
	}
	main {
		min-height: calc(100vh - 510px);
	}
	main > div:first-child {
		padding-top: 80px;
	}
	.first > div.wrapper > img {
		position: absolute;
		left: 22px;
		top: 0;
		width: calc(100% - 44px);
		margin: 0;
	}
	.first > div.wrapper > h1 {
		padding-top: calc(70vw);
		padding-bottom: 3vw;
		font-weight: 600;
		font-size: 10vw;
	}
	.first > div.wrapper > div {
		position: static;
		padding-bottom: 40px;
	}
	.first > div.wrapper > div > h3 {
		font-size: 16px;
		width: 181px;
	}
	.home .about-1 {
		padding-bottom: 80px;
	}
	.about-1 > .wrapper > h1, .about-1 > .wrapper > .h1 {
		position: static;
	}
	.about-1 > .wrapper > div {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.about-1 > .wrapper > a {
		display: block;
		position: absolute;
		width: fit-content;
		bottom: 0;
	}
	.works > .wrapper > div {
		width: 50%;
	}
	.works > .wrapper > div > a {
		width: calc(50vw - 33px);
		height: calc(50vw - 33px);
	}
	.works > .wrapper > div > a > img {
		max-width: calc(50vw - 33px);
		max-height: calc(50vw - 33px);
	}
	.works > .wrapper > div > p {
		padding: 0 11px;
		margin: 25px 0 35px 0;
		color: #454545;
	}
	.more > .wrapper {
		padding: 0 0 60px 0;
	}
	.work > .wrapper > .back {
		margin-bottom: 60px;
	}
	.work > .wrapper > div {
		position: static;
		width: 100%;
	}
	.work > .album > div > * {
		margin-bottom: 0;
	}
	.work > .wrapper > div > p {
		max-height: none;
	}
	.work > .wrapper > div > .counter {
		display: none;
	}
	.work > .wrapper > figure {
		width: 100%;
	}
	.content > .wrapper {
		padding: 60px 22px;
	}
	.exhibition > span {
		top: 30px;
	}
	.exhibition > div > h3 {
		width: calc(100% - 70px);
	}
	.exhibition > div:first-child > div.slide > span {
		display: none;
		left: 22px;
	}
	.exhibition > div:first-child > div.slide > span.next {
		right: 22px;
	}
	.exhibition > div:first-child > div.slide > div.gallery {
		width: 100%;
		height: calc(100vw - 8px);
		max-height: calc(100vh - 94px);
		margin: 20px 0 20px 0;
	}
	.exhibition > div:first-child > div.slide > div.gallery > div {
		width: 100%;
		height: calc(100vw - 44px);
		max-height: calc(100vh - 130px);
	}
	.exhibition > div:first-child > div.slide > div.gallery div.slick-slide {
		width: calc(100vw - 44px);
		height: calc(100vw - 44px);
		max-height: calc(100vh - 130px);
	}
	.exhibition > div:first-child > div.slide > div.gallery div.slick-slide img {
		width: calc(100vw - 44px);
		height: calc(100vw - 44px);
		max-height: calc(100vh - 130px);
		max-width: auto;
		object-fit: contain;
	}
	.content.two-columns > .wrapper > h2, .content.two-columns > .wrapper > div {
		display: block;
		width: 100%;
	}
	.content > .wrapper > div > .h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.archive > main > .title > .wrapper > h1, main > .title.exhibitions > .wrapper > h1, main > .title.contacts > .wrapper > h1 {
		font-size: 40px;
		line-height: 50px;
		padding: 80px 0 40px 0;
	}
	.archive > main > .title:before, main > .title.exhibitions:before, main > .title.contacts:before {
		left: -20px;
		width: calc(100% + 20px);
		font-size: 215px;
		line-height: 270px;
		padding-top: 80px;
	}
	.archive > main > .title:after, main > .title.exhibitions:after, main > .title.contacts:after {
		height: 270px;
	}
	.news > .wrapper > div > span {
		right: 104px;
	}
	.news > .wrapper > div > span.next {
		right: 22px;
	}
	footer {
		height: auto;
	}
	footer > .wrapper {
		padding: 60px 22px 170px 22px;
	}
	footer > .wrapper > div {
		display: block;
	}
	footer > .wrapper > div > a {
		display: block;
		width: fit-content;
		margin: 40px 0;
	}
	footer > .wrapper > div > a:first-child {
		position: absolute;
		bottom: 110px;
		left: auto;
	}
	footer > .wrapper > div.copyright {
		position: absolute;
		bottom: 60px;
		left: 22px;
	}
	.page-template-page-contacts > header.opened svg {
		filter: none;
	}
	.page-template-page-contacts > header > .wrapper > span.mobile {
		color: #FFFEEF;
	}
	.page-template-page-contacts > header > .wrapper > span.mobile:before {
		border-color: #FFFEEF;
	}
	.page-template-page-contacts > header > .wrapper > div > a:before, .page-template-page-contacts > header > .wrapper > div > span:before {
		border: none;
	}
	.page-template-page-contacts > footer > .wrapper {
		padding: calc(50vh - 6vw - 300px) 0;
		white-space: nowrap;
	}
	.page-template-page-contacts > footer > .wrapper > div {
		width: 90%;
		margin: auto;
	}
	.page-template-page-contacts > footer > .wrapper > div.contact, .page-template-page-contacts > footer > .wrapper > div > a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 4vw;
		line-height: 8vw;
		margin: 8vw auto;
	}
	.page-template-page-contacts > footer > .wrapper > div.contact {
		margin-bottom: 0;
	}
}
@media (orientation: portrait) {
	.parallax {
		display: none;
	}
}
@supports (-webkit-touch-callout: none) {
	.parallax {
		background-attachment: scroll;
	}
}