@charset "utf-8";
html {
	width: 1350px;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	transform-origin: 0 0;
}

.inner {
	padding: 0 20px;
}

.sa {
	opacity: 1 !important;
	transform: none !important;
}

.loading {
	display: none !important;
}

.intro figure {
	right: -95px;
}

.intro figure img {
	width: 570px;
}

.about_img_block {
	height: 590px !important;
}

.about_img_block:before {
	left: -95px;
	width: 1350px;
	bottom: 20px;
	height: 590px;
}

@page {
	margin: 12.7mm 9.7mm;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html {
	width: inherit !important;
	transform: inherit !important;
}
}

@supports (-ms-ime-align:auto) {
html {
	width: inherit !important;
	transform: inherit !important;
	zoom: 1 !important;
	transform-origin: 50% 50% !important;
}
}

#pagetop {
	display: none !important;
}