@font-face {
	font-family: 'Euclid';
	src: url('../fonts/EuclidBP-Bold.woff2') format('woff2'),
		url('../fonts/EuclidBP-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-0192;
}
@font-face {
	font-family: 'Euclid';
	src: url('../fonts/Euclid Flex Medium.woff2') format('woff2'),
		url('../fonts/Euclid Flex Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-0237;
}
@font-face {
	font-family:'Euclid';
	src: url('../fonts/Euclid Flex Medium Italic.woff2') format('woff2'),
		url('../fonts/Euclid Flex Medium Italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-0237;
}
body {
	font: 500 22px/28px 'Euclid', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
a {
	color: #4a90e2;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:hover {text-decoration: underline;}
form {
	padding: 0;
	margin: 0;
	border: 0;
}
input,
select,
textarea {vertical-align: middle;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
blockquote, q {quotes: none;}
q:before,
q:after {content: "";}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {outline: none;}
h2 {
	font-weight: 500;
	font-size: 44px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #51473a;
}
.single-line {white-space: nowrap;}
/* wrapper */
.wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100vh;
}
.container-fluid {max-width: 1266px;}
.row-62 {
	margin-left: -31px;
	margin-right: -31px;
}
.row-62 > * {
	padding-left: 31px;
	padding-right: 31px;
}
/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	color: #fffefe;
}
#header a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#header a:focus,
#header a:hover {text-decoration: none;}
#header a:hover {color: #ddd;}
#header .top-part {
	padding-top: 35px;
	padding-bottom: 4px;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
}
#header .top-part:after,
#header nav:after {
	content: '';
	display: block;
	clear: both;
}
#header .logo {
	float: right;
	width: 106px;
	height: 106px;
	margin-left: 20px;
	background: url('../images/logo.png') no-repeat 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#header .logo a {
	display: block;
	height: 100%;
}
#header h1 {
	float: left;
	margin: 5px 46px 0 0;
	font-weight: 500;
	font-size: 63px;
	line-height: 50px;
}
#header .str {display: block;}
#header p {
	float: left;
	margin: 69px 10px 0 0;
}
#header nav {padding-top: 46px;}
#header nav .logo,
#header .btn-menu {display: none;}
#header nav .logo {
	width: 45px;
	height: 45px;
	float: left;
	margin: -10px 20px -10px -10px;
}
#main-nav {float: left;}
#main-nav > ul {
	list-style: none;
	margin: 0 0 0 -80px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
#main-nav > ul > li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-left: 80px;
}
#header .add-menu {
	float: right;
	font-size: 20px;
	line-height: 23px;
}
#header .add-menu > ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .add-menu > ul > li {
	position: relative;
}
#header .add-menu > ul > li > a {
	display: block;
	position: relative;
	padding-right: 36px;
}
#header .add-menu > ul > li > a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .add-menu ul ul {
	position: absolute;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 10px 0 0;
	padding: 0 36px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#header .add-menu li:hover > ul,
#header .add-menu li.opened > ul {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
#header .add-menu li li {
	white-space: nowrap;
	text-align: right;
	padding: 3px 0;
}
#header .share-box {
	float: left;
	margin-left: 22px;
}
.scrolled #header nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 20px;
}
.scrolled #header nav .logo {display: block;}
.scrolled #header .add-menu ul ul {background: rgba(0,0,0, .6);}
.scrolled #header .add-menu li > ul {padding-top: 23px;}
.scrolled #main-nav > ul > li {font-size: 18px;}
.bg-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
/* visual */
.visual {
	position: relative;
	overflow: hidden;
	padding: 247px 0 45px;
	background-color: #46bbe6;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.visual:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #46bbe6;
	opacity: .4;
}
.visual .img-large {
	position: absolute;
	left: -2000px;
	right: -2000px;
	bottom: 0;
	margin: 0 auto;
	width: 1922px;
	height: 954px;
}
.visual .img-small {
	position: relative;
	left: -65px;
	width: 535px;
	height: 662px;
	margin: 0 auto;
	box-shadow: 7px 7px 7px 0 rgba(0,0,0, .07);
}
/* introduction */
.introduction {
	background: #0be;
	color: #fffefe;
	padding-top: 60px;
	padding-bottom: 70px;
}
.introduction h2 {margin-bottom: 45px;}
.introduction p {margin: 0 0 20px;}
/* exhibition */
.exhibition {
	background: #fff8f3;
	padding-top: 172px;
	padding-bottom: 158px;
}
.exhibition h2 {margin-bottom: 45px;}
.exhibition-list {
	list-style: none;
	margin: 0 -6px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.exhibition-list > li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 6px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0;
}
.exhibition-list > li > a {
	color: inherit;
}
.exhibition-list h3 {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 28px;
	padding-right: 25px;
}
.exhibition-list h3:before,
.exhibition-list h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 4px;
	margin: -1px 0 0;
	background: #00b7ea;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.exhibition-list h3:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.exhibition-list h3:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.exhibition-list .active h3:before,
.exhibition-list .active h3:after {opacity: 1;}
.exhibition-list > li > a:focus,
.exhibition-list > li > a:hover {text-decoration: none;}
.exhibition-list > li > a:hover h3 {opacity: .9;}
.exhibition-list p {margin: 0 0 28px;}
.exhibition-list .img {
	position: relative;
	height: 0;
	margin: 0 0 22px;
	padding-bottom: 74.26%;
	overflow: hidden;
}
.exhibition-list .img .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.exhibition-list li:hover .img .bg-img {margin: -5%;}
.exhibition-list .entity {
	overflow: hidden;
	display: none;
}
/* events */
.events {
	padding-top: 170px;
	padding-bottom: 148px;
}
.events h2 {
	color: #00bcef;
	margin-bottom: 46px;
}
.event-list {
	list-style: none;
	margin: 0 0 44px;
	padding: 0;
	border-top: 2px solid #ccc;
}
.event-list > li {
	border-bottom: 2px solid #ccc;
	padding-top: 18px;
	padding-bottom: 23px;
}
.event-list > li.active .opener {
	top: -14px;
	margin-bottom: -11px;
}
.event-list > li.active .opener:before {opacity: 1;}
.event-list > li.active .opener a {opacity: 0;}
.event-list .opener {
	position: relative;
	top: 4px;
	line-height: 36px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.event-list .opener:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -12px;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 1px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.event-list .opener a {
	color: inherit;
	display: block;
	position: relative;
	padding-right: 35px;
}
.event-list .opener a:hover,
.event-list .opener a:focus {text-decoration: none;}
.event-list .opener a:hover {opacity: .8;}
.event-list .entity {
	overflow: hidden;
	display: none;
	padding-right: 455px;
}
.event-list .entity:after {
	content: '';
	display: block;
	height: 10px;
}
.event-list .img {
	float: right;
	margin-left: 75px;
	margin-right: -453px;
	margin-bottom: 20px;
}
.event-list .img img {
	vertical-align: top;
	max-width: 378px;
}
.events .img-small {
	margin: 34px 0 30px;
}
.events .img-small img {
	vertical-align: top;
	max-width: 185px;
}
.event-list header {
	padding-top: 7px;
	padding-bottom: 28px;
}
.event-list h3 {
	font-weight: 500;
	font-size: 44px;
	line-height: 42px;
	color: #51473a;
	margin: 0 0 39px;
}
.event-list p {margin: 0 0 28px;}
.event-list .entity ul {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}
.list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}
/* catalog */
.catalog {
	font-size: 18px;
	line-height: 23px;
	background: #fff8f3;
	padding-top: 171px;
	padding-bottom: 182px;
}
.catalog h2 {margin-bottom: 91px;}
.catalog h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 24px;
}
.catalog p {margin: 0 0 23px;}
.catalog .list {
	font-size: 20px;
	line-height: 25px;
	color: #51473a;
}
.catalog .img-responsive {margin: 5px auto 20px;}
.catalog .btn-more {margin-top: 43px;}
.btn-more {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 80px;
}
.btn-more a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 41px;
	color: #3f362b;
}
.btn-more a:before {
	content: '\f178';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	font: 14px/23px 'FontAwesome';
	border: 1px solid;
	border-radius: 50%;
}
.btn-more a:focus,
.btn-more a:hover {
	text-decoration: none;
	opacity: .8;
}
/* press */
.press {
	padding-top: 170px;
	padding-bottom: 135px;
}
.press h2 {
	color: #00bcef;
	margin-bottom: 22px;
}
.press h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1em;
	margin: 0 0 35px;
}
.press-list {
	list-style: none;
	margin: 0 -36px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.press-list > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 36px 10px;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0;
	text-align: center;
}
.press-list a {color: inherit;}
.press-list a:hover,
.press-list a:focus {text-decoration: none;}
.press-list a:hover {color: #4a90e2;}
.press-list .img {
	position: relative;
	overflow: hidden;
	margin: 0 0 26px;
	padding: 0 0 141.18%;
	height: 0;
}
.press-list .img .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.press-list a:hover .img .bg-img {margin: -5%;}
.press-list h4 {
	font: inherit;
	text-transform: uppercase;
	margin: 0 0 10px;
}
/* credits */
.credits {
	padding-top: 171px;
	padding-bottom: 39px;
	background: #fff8f3;
}
.credits h2 {
	color: #3f362b;
	margin-bottom: 43px;
}
.credits h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 30px;
}
.credits p {margin: 0 0 52px;}
/* info */
.info {
	background: #0be;
	color: #fff;
	padding-top: 78px;
	padding-bottom: 53px;
	font-size: 14px;
	line-height: 16px;
}
.info h2 {
	margin-bottom: 52px;
	color: inherit;
}
.info h3 {
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 7px;
}
.info h4 {
	font: inherit;
	margin: 0 0 16px;
}
.info p {margin: 0 0 20px;}
.info a {color: inherit;}
.link {
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	margin-bottom: 16px;
}
.link:before {
	content: '\f178';
	position: relative;
	left: 0;
	display: inline-block;
	vertical-align: top;
	min-width: 23px;
	margin-right: 3px;
	margin-left: -28px;
	font-family: 'FontAwesome';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.link:hover,
.link:focus {text-decoration: none;}
.link:hover:before {left: 7px;}
.msg-cell {
	background: #23587e;
	color: #fff;
	padding: 20px 18px 16px;
	margin-top: 5px;
	margin-bottom: 18px;
}
.msg-cell h3,
.info .msg-cell h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
}
.info-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 32px;
}
.info-list > li:before {
	content: '-';
	margin-right: 1px;
}
.prices {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
.prices dt {
	max-width: 70%;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	-webkit-flex: 1 0 70%;
	flex: 1 0 70%;
}
.prices dd {
	text-align: right;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-flex: 1 0 30%;
	flex: 1 0 30%;
	max-width: 30%;
}
/* footer */
#footer {
	background: #23587e;
	color: #fff;
	padding-top: 28px;
	padding-bottom: 25px;
	min-height: 200px;
	font-size: 14px;
	line-height: 17px;
}
#footer a {color: inherit;}
#footer p {margin: 0 0 20px;}
#footer .socials,
#footer .footer-nav {
	text-align: right;
	margin-left: 20px;
}
#footer .footer-nav {margin-left: 0;}
#footer .logo {
	float: left;
	width: 60px;
	height: 60px;
	background: url('../images/logo.png') no-repeat 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-right: 23px;
	margin-bottom: 20px;
}
#footer .logo a {
	display: block;
	height: 100%;
}
.footer-nav {
	list-style: none;
	margin: 0 -25px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.footer-nav > li {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 23px;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0;
}
.socials {
	list-style: none;
	margin: 0 -11px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.socials > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0;
	margin: 5px 11px;
}
.socials a {display: block;}
.socials a:hover {opacity: .8;}
/* popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: scroll;
	z-index: 150;
	background: rgba(0,0,0, .3);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.popup.opened {
	visibility: visible;
	opacity: 1;
}
body.opened-popup {overflow: hidden;}
.popup .holder {
	position: relative;
	max-width: 600px;
	margin: 15px auto;
	background: #00bcef;
	color: #fff;
	text-align: center;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
}
.popup .tbl-cell {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 450px;
	padding: 36px 36px 50px;
}
.popup a {color: inherit;}
.popup .btn-close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 23px;
	height: 23px;
}
.popup .btn-close:hover {opacity: .8;}
.popup .btn-close:before,
.popup .btn-close:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 17px;
	height: 3px;
	border-bottom: 3px solid;
}
.popup .btn-close:before {
	left: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup .btn-close:after {
	right: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 45px;
}
.popup .socials {
	margin-left: -27px;
	margin-right: -27px;
	margin-bottom: 60px;
}
.popup .socials > li {
	min-width: 56px;
	font-size: 46px;
	margin: 10px 27px;
}
.popup .socials .fa-twitter {font-size: 56px;}


@media screen and (max-width: 1299px) {
	/* main-nav */
	#main-nav > ul {margin-left: -40px;}
	#main-nav > ul > li {
		margin-left: 40px;
		font-size: 18px;
	}
	.scrolled #main-nav > ul > li {font-size: 16px;}
}
@media screen and (max-width: 1219px) {
	/* header */
	#header h1 {font-size: 52px;}
	.exhibition,
	.events,
	.catalog,
	.press,
	.credits {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.catalog h2 {margin-bottom: 30px;}
	.btn-more {margin-bottom: 40px;}
	.credits p {margin-bottom: 25px;}
}
@media screen and (max-width: 1099px) {
	#main-nav > ul > li {font-size: 16px;}
	.scrolled #main-nav > ul > li {font-size: 15px;}
}
@media screen and (max-width: 991px) {
	body {
		font-size: 18px;
		line-height: 24px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.container,
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* header */
	#header {
		position: relative;
		padding-top: 65px;
		background: #00bcef;
	}
	#header .logo {
		width: 102px;
		height: 102px;
	}
	#header nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #000;
		padding: 14px 20px 13px;
	}
	#header nav .logo,
	#header .btn-menu {display: block;}
	#header nav .logo {
		float: left;
		width: 38px;
		height: 38px;
		margin: 0 20px 0 0;
	}
	#header .btn-menu {
		float: right;
		position: relative;
		z-index: 120;
		margin-left: 10px;
		padding-top: 3px;
		padding-bottom: 4px;
		width: 36px;
		height: 38px;
	}
	#header .btn-menu .line {
		display: block;
		position: relative;
		height: 1px;
		border-bottom: 1px solid;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#header .btn-menu .line + .line {margin-top: 14px;}
	.scrolled #header nav {padding: 14px 20px 13px;}
	.opened-menu {overflow: hidden;}
	.opened-menu #header .btn-menu .line:nth-child(1) {
		top: 15px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.opened-menu #header .btn-menu .line:nth-child(2) {opacity: 0;}
	.opened-menu #header .btn-menu .line:nth-child(3) {
		top: -15px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.resizing #main-nav {display: none;}
	.opened-menu #main-nav {margin-right: 0;}
	#main-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 110;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 30px 60px;
		overflow-y: auto;
		margin-right: -100%;
		background: #000;
		text-align: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#main-nav > * {
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	#main-nav > ul {margin-left: 0;}
	#main-nav > ul > li {
		display: block;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#header .share-box {
		display: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	#header .add-menu {
		padding-top: 17px;
		font-size: 16px;
		line-height: 21px;
	}
	#header .add-menu > ul > li > a {font-weight: 700;}
	#header .add-menu > ul > li > a:before {
		right: 14px;
		margin-top: -8px;
	}
	#header .add-menu ul ul {
		background: rgba(0,0,0, .6);
		padding-top: 23px;
	}
	#header .top-part {
		padding-top: 38px;
		padding-bottom: 18px;
		font-size: 14px;
		line-height: 14px;
	}
	#header h1 {
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 16px;
		font-size: 38px;
		line-height: 35px;
	}
	#header p {
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	/* visual */
	.visual {
		padding-top: 124px;
		padding-bottom: 22px;
	}
	.visual .img-large {
		width: 961px;
		height: 472px;
	}
	.visual .img-small {
		left: -32px;
		width: 268px;
		height: 331px;
	}
	.introduction,
	.exhibition,
	.events,
	.catalog,
	.press,
	.credits {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.exhibition h2 {margin-bottom: 20px;}
	.exhibition-list > li {
		font-size: 18px;
		line-height: 24px;
	}
	.exhibition-list h3 {
		font-size: 20px;
		line-height: 23px;
	}
	.exhibition-list p {margin-bottom: 24px;}
	.events h2 {margin-bottom: 25px;}
	.event-list .opener {
		line-height: inherit;
	}
	.event-list h3 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.event-list > li.active .opener a {
		overflow: hidden;
		white-space: nowrap;
	}
	.event-list header {
		padding-top: 0;
		padding-bottom: 18px;
	}
	.event-list p {margin-bottom: 24px;}
	.event-list .entity {
		padding-right: 300px;
	}
	.event-list .entity:after {display: none;}
	.event-list .img {
		margin-right: -300px;
		margin-left: 45px;
	}
	.event-list .img img {max-width: 255px;}
	/* press */
	.press-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.press-list > li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.credits h2 {margin-bottom: 20px;}
	/* info */
	.info {padding-top: 62px;}
	.info h2 {margin-bottom: 25px;}
	.info h3 {margin-top: 62px;}
	.info p br {display: none;}
	.msg-cell {margin-top: 0;}
	/* popup */
	.popup .tbl-cell {
		height: 150px;
		padding-bottom: 20px;
	}
	.popup h3 {margin-bottom: 25px;}
	.popup .socials {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 10px;
	}
	.popup .socials > li {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		font-size: 16px;
		line-height: 21px;
	}
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
	/* header */
	#header .logo {margin-right: 16px;}
	/* info */
	.info {padding-bottom: 128px;}
	.info h2 {
		font-size: 32px;
		max-width: 80%;
		margin-bottom: 23px;
	}
	.msg-cell {margin-bottom: 12px;}
	.exhibition-list > li {
		width: 100%;
		margin-bottom: 15px;
	}
	.exhibition-list .img {margin-bottom: 12px;}
	.exhibition-list h3 {margin-bottom: 18px;}
	/* event-list */
	.event-list .entity {
		padding-right: 0;
	}
	.event-list .img {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.event-list h3 {
		font-size: 24px;
		line-height: 30px;
	}
	/* press-list */
	.press-list > li {width: 50%;}
	.press-list .img {margin-bottom: 16px;}
	/* credits */
	.credits h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.prices {
		line-height: 11px;
		margin-bottom: 32px;
	}
	/* footer */
	#footer {
		padding-top: 20px;
	}
	#footer .socials,
	#footer .footer-nav {
		text-align: inherit;
	}
	#footer .footer-nav {margin-left: -21px;}
	.footer-nav > li {margin-bottom: 20px;}
	#footer .socials {
		margin-left: -11px;
		margin-bottom: 75px;
	}
	#footer .logo {
		width: 38px;
		height: 38px;
		margin-top: 2px;
		margin-right: 12px;
	}
}
@media screen and (max-width: 640px),
screen and (orientation: landscape) and (max-width: 640px),
screen and (orientation: portrait ) and (max-width: 640px) {
	/* visual */
	.visual {
		padding-top: 90px;
		padding-bottom: 17px;
	}
	.visual .img-small {
		width: 197px;
		height: 240px;
		left: 54px;
	}
	.visual .img-large {
		width: 699px;
		height: 347px;
	}
}
@media screen and (max-width: 374px),
screen and (orientation: landscape) and (max-width: 374px),
screen and (orientation: portrait ) and (max-width: 374px) {
	/* header */
	#header .logo {margin-right: 0;}
	#header h1 {font-size: 30px;}
}
/*@media screen and (min-width: 1025px) {
	body.opened-popup {padding-right: 17px;}
	.opened-popup.scrolled #header nav {margin-right: 17px;}
}*/