@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora|Open+Sans&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

h1, h2, h3 {
	margin-bottom: 1rem;
}

h2, h3 {
	margin-top: 3.5rem;
}

p {
	margin-bottom: 1.75rem;
}
p + ul.list, p + ol.list {
	margin-top: -1.125rem;
}

h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}
@media (min-width: 48rem) {
	h1 {
		font-size: 2.8125rem;
		line-height: 3.5rem;
	}
}
h1 + h2, h1 + h3 {
	margin-top: 0;
}

h2 {
	font-size: 2.125rem;
	line-height: 2.5rem;
}
h2 + h3 {
	margin-top: 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 2rem;
}

strong {
	font-weight: bold;
}

ul.list, ol.list {
	padding-left: 1.3em;
	margin-bottom: 0.875rem;
}
ul.list li, ol.list li {
	margin-bottom: 0.625rem;
}

ul.list li {
	text-indent: -1.3em;
}
ul.list li:before {
	content: '—';
	margin-right: 0.3em;
}

ol.list {
	list-style-type: decimal;
}

body > header {
	border-bottom: 1px solid #8e8e8e;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	width: 100%;
}
body > header .header-container {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 48rem) {
	body > header .header-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
body > header .header-container > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
body > header .header-container > .clwg {
	width: 100%;
}
body > header .logo {
	height: 1.75rem;
	width: 217px;
}
body > header .logo a {
	border-bottom: 0;
	display: block;
}
body > header .logo .st0 {
	fill: #212121;
}
@media (min-width: 48rem) {
	body > header .logo .st0 {
		fill: white;
	}
}
body > header .left {
	position: relative;
}
body > header .left .right {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: white;
	position: absolute;
	right: 0.625rem;
	top: 0;
	text-transform: uppercase;
}
body > header .left .right > div {
	float: left;
	margin-left: 1.25rem;
}
body > header .left .right > div .icon, body > header .left .right > div .text {
	float: left;
}
body > header .left .right .project-name {
	display: none;
}
body > header .left .right .menu {
	cursor: pointer;
}
body > header .left .right .menu .text {
	display: none;
}
@media (min-width: 48rem) {
	body > header .left .right .menu .text {
		display: block;
	}
}
body > header .left .right .icon {
	height: 28px;
	width: 28px;
	position: relative;
}
body > header .left .right .icon i {
	background-color: #212121;
	height: 1px;
	display: block;
	left: 0;
	width: 80%;
	position: absolute;
}
body > header .left .right .icon i.i1 {
	top: 9px;
}
body > header .left .right .icon i.i2 {
	top: 13px;
}
body > header .left .right .icon i.i3 {
	top: 17px;
}
@media (min-width: 48rem) {
	body > header .left .right .icon i {
		background-color: white;
	}
}

@media (min-width: 48rem) {
	body > header.index {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
}

body > header.inner {
	transition-property: background-color;
	transition-duration: 0.3s;
}
body > header.inner .logo .st0 {
	transition-property: fill;
	transition-duration: 0.3s;
}
@media (min-width: 48rem) {
	body > header.inner {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}
	body > header.inner.highlight {
		background-color: white;
	}
	body > header.inner.highlight .left .right {
		color: #212121;
	}
	body > header.inner.highlight .left .right .icon i {
		background-color: #212121;
	}
	body > header.inner.highlight .logo .st0 {
		fill: #212121;
	}
}

.nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	visibility: hidden;
	z-index: 100;
}
.nav-wrap.on {
	visibility: visible;
}
.nav-wrap.on nav.main {
	opacity: 1;
	visibility: visible;
}

.nav-overlay {
	background-color: #212121;
	display: none;
}

nav.main {
	font-size: 0.875rem;
	line-height: 3.5rem;
	position: absolute;
	z-index: 110;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	background: white;
	padding: 10px 2.5rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-transform: uppercase;
}
nav.main ul li {
	border-bottom: 1px solid #e0e0e0;
}
nav.main ul li a {
	border-bottom: 1px solid rgba(33, 33, 33, 0.3);
	color: #212121;
	text-decoration: none;
	transition-duration: 0.2s;
	border-bottom: 0;
	display: block;
}
nav.main ul li a.active {
	color: #fa6042;
}

.nav-container {
	position: relative;
}

.nav-cross {
	height: 30px;
	position: absolute;
	width: 30px;
	right: 0;
	top: 13px;
	cursor: pointer;
}
.nav-cross:before, .nav-cross:after {
	background-color: #e0e0e0;
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
	transform-origin: 50% 0;
	left: 0;
	top: 50%;
}
.nav-cross:before {
	transform: rotateZ(45deg);
}
.nav-cross:after {
	transform: rotateZ(-45deg);
}

@media (min-width: 48rem) {
	.nav-overlay {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		cursor: pointer;
		opacity: 0;
		transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	nav.main {
		left: auto;
		width: 320px;
		transform: translateX(100%);
		opacity: 1;
		visibility: visible;
	}

	.nav-wrap.on .nav-overlay {
		opacity: 0.4;
	}
	.nav-wrap.on nav.main {
		transform: translate(0, 0);
		transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}
.next {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	text-decoration: none;
	transition-duration: 0.2s;
	background-position: center center;
	background-size: cover;
	border-bottom: 0;
	display: block;
	padding-top: 28.125%;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.next:hover {
	color: white !important;
}
.next .text {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.75rem;
}
.next:before {
	background-color: #212121;
	content: '';
	opacity: 0.3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.next-container {
	position: absolute;
	right: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.next-container .label {
	font-size: 0.875rem;
	line-height: 2rem;
	display: none;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
.next-container .blk {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 48rem) {
	.next-container .blk {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.next-container .blk > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
.next-container .blk > .clwg {
	width: 100%;
}
@media (min-width: 48rem) {
	.next-container .blk .text {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}

.next-curving {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/curving/main-curving-image.jpg?20151229000000);
}

.next-metal {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/metal/main-metal-image.jpg?20151229000000);
}

.next-embroidery {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/embroidery/main-embroidery-image.jpg?20151229000000);
}

.next-glass {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/glass/main-glass-image.jpg?20151229000000);
}

.next-pottery {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/pottery/main-pottery-image.jpg?20151229000000);
}

.next-painting {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/painting/main-painting-image.jpg?20151229000000);
}

/*
*  Owl Carousel - Core
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
* 	Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.cn-next, .cn-prev {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6);
	background-repeat: no-repeat;
	background-size: auto 30px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	width: 3.5rem;
	height: 3.5rem;
	transform: translateY(-50%);
}

.cn-next {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/arrow_right.svg?20151229000000);
	background-position: 55% center;
	right: 1.25rem;
}

.cn-prev {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/arrow_left.svg?20151229000000);
	background-position: 45% center;
	left: 1.25rem;
}

main.index .index-row {
	margin-bottom: 1rem;
}
main.index .index-row .container {
	height: 100%;
	display: flex;
	flex-direction: column;
}
main.index .index-row .container .text-container {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.5rem;
	padding-bottom: 1.75rem;
	width: 100%;
}
@media (min-width: 48rem) {
	main.index .index-row .container .text-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
main.index .index-row .container .text-container > div {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 48rem) {
	main.index .index-row .container .text-container > div {
		max-width: 600px;
	}
}
main.index .index-row .container .text {
	transition-property: background-color;
	transition-duration: 0.4s;
	background-color: #212121;
	color: white;
	flex-shrink: 0;
	width: 100%;
	z-index: 1;
}
main.index .index-row .container .text h2 {
	margin-top: 0;
}
main.index .index-row .container .image {
	background-position: center center;
	background-size: cover;
	flex-grow: 1;
	width: 100%;
}
main.index .index-row .container h1 {
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
@media (min-width: 48rem) {
	main.index .index-row .container {
		display: block;
		position: relative;
	}
	main.index .index-row .container .text {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		background-color: transparent;
	}
	main.index .index-row .image {
		height: 100%;
	}
}
main.index > .intro {
	position: relative;
	overflow: hidden;
	margin-bottom: 3.5rem;
}
main.index > .intro .intro-video {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/intro-placeholder.jpg?20151229000000);
	background-size: cover;
	position: relative;
	overflow: hidden;
}
main.index > .intro .intro-video video {
	opacity: 0;
	position: absolute;
	display: block;
	width: 100%;
}
main.index > .intro .intro-video video.canplay {
	opacity: 1;
}
main.index > .intro .intro-video:after {
	background-color: rgba(33, 33, 33, 0.6);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
main.index > .intro .container .text {
	align-items: flex-end;
}
@media (min-width: 75rem) {
	main.index > .intro .text-container > div {
		width: 50%;
		margin-right: 25%;
		margin-left: 25%;
	}
}
main.index > .intro h1 {
	font-size: 2rem;
	line-height: 3rem;
}
@media (min-width: 48rem) {
	main.index > .intro h1 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}
main.index > .intro .intro-container {
	background-color: rgba(33, 33, 33, 0.5);
}
main.index > .desc {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.5rem;
}
@media (min-width: 48rem) {
	main.index > .desc {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
main.index > .desc .desc-container .text {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 75rem) {
	main.index > .desc .desc-container {
		width: 50%;
		margin-right: 25%;
		margin-left: 25%;
	}
}
main.index > .interview {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: none;
	margin-bottom: 3.5rem;
}
@media (min-width: 48rem) {
	main.index > .interview {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 48rem) {
	main.index > .interview {
		display: flex;
		flex-wrap: wrap;
	}
	main.index > .interview > .cl {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		width: 100%;
	}
	main.index > .interview > .clwg {
		width: 100%;
	}
	main.index > .interview .int-prev {
		width: 33.33333%;
	}
}
main.index .authors {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-top: 7rem;
	margin-bottom: 3.5rem;
}
@media (min-width: 48rem) {
	main.index .authors {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
main.index .authors > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
main.index .authors > .clwg {
	width: 100%;
}
main.index .authors .title {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}
main.index .authors ul {
	margin-bottom: 1.75rem;
}
main.index .authors ul li {
	margin-bottom: 0.4em;
}
@media (min-width: 48rem) {
	main.index .authors .left {
		width: 33.33333%;
	}
	main.index .authors .center {
		width: 33.33333%;
	}
	main.index .authors .right {
		width: 33.33333%;
	}
}
@media (min-width: 75rem) {
	main.index .authors .title {
		margin-left: 25%;
		width: 50%;
		margin-right: 25%;
	}
	main.index .authors .left {
		margin-left: 25%;
		width: 16.66667%;
	}
	main.index .authors .center {
		width: 16.66667%;
	}
	main.index .authors .right {
		width: 16.66667%;
		margin-right: 25%;
	}
}
main.index .curving .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/curving.jpg?20151229000000);
	background-position: center bottom !important;
}
main.index .painting .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/painting.jpg?20151229000000);
}
main.index .glass .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/glass.jpg?20151229000000);
}
main.index .metal .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/metal.jpg?20151229000000);
}
main.index .embroidery .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/embroidery.jpg?20151229000000);
}
main.index .pottery .image {
	background-image: url(//im.kommersant.ru/CorpImages/Projects/matreshki/index/iri/pottery.jpg?20151229000000);
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}

main.painting .fd-3 .fd-contacts {
	display: none;
}
@media (min-width: 75rem) {
	main.painting article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.painting article.fd-2 .b-1, main.painting article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.painting article.fd-3 .b-1 {
		margin-left: 30%;
	}
}
main.painting .fd-1-ar {
	position: relative;
	margin-bottom: 1.75rem;
}
main.painting .fd-1-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
main.painting .fd-1-ar > img, main.painting .fd-1-ar svg, main.painting .fd-1-ar video, main.painting .fd-1-ar iframe, main.painting .fd-1-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 75rem) {
	main.embroidery article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.embroidery article.fd-2 .b-1, main.embroidery article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.embroidery article.fd-3 .b-1 {
		margin-left: 30%;
	}
}

main.curving .fd-1 .fd-gallery .g-1 .img-ar, main.curving .fd-1 .fd-gallery .g-2 .img-ar {
	position: relative;
}
main.curving .fd-1 .fd-gallery .g-1 .img-ar:before, main.curving .fd-1 .fd-gallery .g-2 .img-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 150%;
}
main.curving .fd-1 .fd-gallery .g-1 .img-ar > img, main.curving .fd-1 .fd-gallery .g-1 .img-ar svg, main.curving .fd-1 .fd-gallery .g-1 .img-ar video, main.curving .fd-1 .fd-gallery .g-1 .img-ar iframe, main.curving .fd-1 .fd-gallery .g-1 .img-ar .owl-carousel, main.curving .fd-1 .fd-gallery .g-2 .img-ar > img, main.curving .fd-1 .fd-gallery .g-2 .img-ar svg, main.curving .fd-1 .fd-gallery .g-2 .img-ar video, main.curving .fd-1 .fd-gallery .g-2 .img-ar iframe, main.curving .fd-1 .fd-gallery .g-2 .img-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 75rem) {
	main.curving article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.curving article.fd-2 .scr-1 {
		display: none !important;
	}
	main.curving article.fd-2 .b-1, main.curving article.fd-2 .b-2, main.curving article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.curving article.fd-3 .b-1 {
		margin-left: 30%;
	}
}
main.curving .fd-1-ar {
	position: relative;
	margin-bottom: 1.75rem;
}
main.curving .fd-1-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
main.curving .fd-1-ar > img, main.curving .fd-1-ar svg, main.curving .fd-1-ar video, main.curving .fd-1-ar iframe, main.curving .fd-1-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

main.metal .fd-2 .scr-1, main.metal .fd-3 .scr-1 {
	display: none;
}
@media (min-width: 75rem) {
	main.metal .fd-2 .scr-1, main.metal .fd-3 .scr-1 {
		display: block;
	}
	main.metal article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.metal article.fd-2 .b-1, main.metal article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.metal article.fd-3 .b-1 {
		margin-left: 30%;
	}
}
main.metal .fd-1-ar {
	position: relative;
	margin-bottom: 1.75rem;
}
main.metal .fd-1-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
main.metal .fd-1-ar > img, main.metal .fd-1-ar svg, main.metal .fd-1-ar video, main.metal .fd-1-ar iframe, main.metal .fd-1-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 75rem) {
	main.glass article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.glass article.fd-2 .b-1, main.glass article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.glass article.fd-3 .b-1 {
		margin-left: 30%;
	}
}
main.glass .fd-1-ar {
	position: relative;
	margin-bottom: 1.75rem;
}
main.glass .fd-1-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
main.glass .fd-1-ar > img, main.glass .fd-1-ar svg, main.glass .fd-1-ar video, main.glass .fd-1-ar iframe, main.glass .fd-1-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 75rem) {
	main.pottery article.fd-1 .b-1 {
		margin-left: 30%;
	}
	main.pottery article.fd-2 .b-1, main.pottery article.fd-2 .b-4 {
		margin-left: 30%;
	}
	main.pottery article.fd-3 .b-1 {
		margin-left: 30%;
	}
}

main.int h1 {
	font-size: 2.125rem !important;
	line-height: 2.5rem !important;
}
main.int h1.qt {
	text-indent: -0.65em;
}
main.int .q {
	font-weight: bold;
	margin-bottom: 1rem;
}
main.int .vstup {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 3.5rem;
}
main.int .aut {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #757575;
}
main.int .int-photo {
	margin-bottom: 1rem;
}
main.int .int-photo .img-ar {
	position: relative;
}
main.int .int-photo .img-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
main.int .int-photo .img-ar > img, main.int .int-photo .img-ar svg, main.int .int-photo .img-ar video, main.int .int-photo .img-ar iframe, main.int .int-photo .img-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
main.int .fd-int {
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7rem;
}
main.int .fd-int > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
main.int .fd-int > .clwg {
	width: 100%;
}
@media (min-width: 48rem) {
	main.int .fd-int {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 75rem) {
	main.int .fd-int .text {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #212121;
	font-family: "Open Sans", sans-serif;
}

a {
	border-bottom: 1px solid rgba(66, 131, 192, 0.3);
	color: #4283c0;
	text-decoration: none;
	transition-duration: 0.2s;
}
a:hover {
	border-bottom-color: rgba(216, 2, 2, 0.3);
	color: #d80202;
}

.to-edit {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #757575;
	background-color: yellow;
}

.button {
	font-size: 0.875rem;
	line-height: 2.5rem;
	background-color: white;
	border-radius: 2px;
	border: 0;
	color: #212121;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding: 0 1.25rem;
}

.button-on-white {
	background-color: #4283c0;
	color: white;
}
.button-on-white:hover {
	background-color: #3a76ae;
	color: white;
}

.inner .parallax-mirror {
	background-color: #757575;
}
.inner .main-image-container {
	position: relative;
}
.inner .main-image-container .main-text-container {
	color: white;
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.inner .main-image-container .main-text {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.5rem;
	margin-bottom: 1.75rem;
}
@media (min-width: 48rem) {
	.inner .main-image-container .main-text {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.inner .main-image-container .main-text > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
.inner .main-image-container .main-text > .clwg {
	width: 100%;
}
.inner .main-image-container .main-text h1 {
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
@media (min-width: 48rem) {
	.inner .main-image-container .main-text h1 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}
.inner .main-image-container .main-image {
	width: 100%;
}
@media (min-width: 75rem) {
	.inner .main-text .cl {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}

.int-prev .photo {
	margin-bottom: 0.75rem;
	width: 13rem;
}
.int-prev .photo .img-ar {
	position: relative;
	background-color: whitesmoke;
}
.int-prev .photo .img-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.int-prev .photo .img-ar > img, .int-prev .photo .img-ar svg, .int-prev .photo .img-ar video, .int-prev .photo .img-ar iframe, .int-prev .photo .img-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.int-prev h3 {
	margin-top: 0;
}
.int-prev h3 a {
	border-bottom: 1px solid rgba(33, 33, 33, 0.3);
	color: #212121;
	text-decoration: none;
	transition-duration: 0.2s;
}
.int-prev h3 a:hover {
	border-bottom-color: rgba(216, 2, 2, 0.3);
	color: #d80202;
}
.int-prev .qt {
	text-indent: -0.5em;
}

article.fd {
	margin-bottom: 7rem;
}
article.fd .fd-text {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.5rem;
}
@media (min-width: 48rem) {
	article.fd .fd-text {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
article.fd .fd-text > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
article.fd .fd-text > .clwg {
	width: 100%;
}
article.fd .fd-text .text {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
article.fd .fd-text .text > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
article.fd .fd-text .text > .clwg {
	width: 100%;
}
article.fd .fd-text .text .scr, article.fd .fd-text .text .scr-small {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.75rem;
	text-align: center;
}
article.fd .fd-text .text .scr > div, article.fd .fd-text .text .scr-small > div {
	padding: 1.75rem 10%;
	border-bottom: 1px solid #757575;
	border-top: 1px solid #757575;
}
article.fd .fd-text .text .scr:before, article.fd .fd-text .text .scr-small:before {
	border-top: 1px dotted #212121;
	content: '';
	display: none;
	height: 2rem;
	width: 49px;
}
article.fd .fd-text .facts {
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-top: 3.5rem;
	display: none;
}
article.fd .fd-text .facts p.title {
	margin-bottom: 0.5rem;
	font-weight: bold;
}
article.fd .fd-int {
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.5rem;
}
article.fd .fd-int > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
article.fd .fd-int > .clwg {
	width: 100%;
}
@media (min-width: 48rem) {
	article.fd .fd-int {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 48rem) {
	article.fd .fd-int .int-prev {
		width: 75%;
		margin-right: 25%;
	}
	article.fd .fd-int .int-prev .photo {
		float: left;
	}
	article.fd .fd-int .int-prev .title, article.fd .fd-int .int-prev .intro {
		margin-left: 15.5rem;
	}
}
@media (min-width: 75rem) {
	article.fd .fd-int .int-prev {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}
article.fd .fd-gallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.5rem;
}
article.fd .fd-gallery > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
article.fd .fd-gallery > .clwg {
	width: 100%;
}
@media (min-width: 48rem) {
	article.fd .fd-gallery {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
article.fd .fd-gallery .img-ar {
	background-color: whitesmoke;
}
article.fd .fd-gallery .cl {
	margin-bottom: 1.75rem;
}
article.fd .fd-gallery .g-1 .img-ar, article.fd .fd-gallery .g-2 .img-ar {
	position: relative;
}
article.fd .fd-gallery .g-1 .img-ar:before, article.fd .fd-gallery .g-2 .img-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.66667%;
}
article.fd .fd-gallery .g-1 .img-ar > img, article.fd .fd-gallery .g-1 .img-ar svg, article.fd .fd-gallery .g-1 .img-ar video, article.fd .fd-gallery .g-1 .img-ar iframe, article.fd .fd-gallery .g-1 .img-ar .owl-carousel, article.fd .fd-gallery .g-2 .img-ar > img, article.fd .fd-gallery .g-2 .img-ar svg, article.fd .fd-gallery .g-2 .img-ar video, article.fd .fd-gallery .g-2 .img-ar iframe, article.fd .fd-gallery .g-2 .img-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
article.fd .fd-gallery .g-3 .img-ar {
	position: relative;
}
article.fd .fd-gallery .g-3 .img-ar:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
article.fd .fd-gallery .g-3 .img-ar > img, article.fd .fd-gallery .g-3 .img-ar svg, article.fd .fd-gallery .g-3 .img-ar video, article.fd .fd-gallery .g-3 .img-ar iframe, article.fd .fd-gallery .g-3 .img-ar .owl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 48rem) {
	article.fd .fd-gallery .g-1, article.fd .fd-gallery .g-2 {
		width: 50%;
	}
}
article.fd .fd-contacts {
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}
article.fd .fd-contacts > .cl {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}
article.fd .fd-contacts > .clwg {
	width: 100%;
}
@media (min-width: 48rem) {
	article.fd .fd-contacts {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
article.fd .fd-contacts .title {
	margin-top: 0;
}
article.fd .fd-contacts .contacts {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
article.fd .fd-contacts .contacts p {
	margin-bottom: 0.25rem;
}
article.fd .fd-contacts .contacts .plant {
	margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
	article.fd .fd-contacts .cl {
		width: 50%;
	}
}
@media (min-width: 75rem) {
	article.fd .fd-contacts .cl {
		width: 33.33333%;
	}
	article.fd .fd-contacts .title {
		margin-left: 16.66667%;
	}
	article.fd .fd-contacts .contacts {
		margin-right: 16.66667%;
	}
}
@media (min-width: 48rem) {
	article.fd .fd-text .text {
		width: 75%;
	}
	article.fd .fd-text .facts {
		display: flex;
		flex-wrap: wrap;
		width: 25%;
		align-content: flex-start;
	}
	article.fd .fd-text .facts > .cl {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		width: 100%;
	}
	article.fd .fd-text .facts > .clwg {
		width: 100%;
	}
	article.fd .fd-text .facts .cl {
		width: 100%;
	}
}
@media (min-width: 75rem) {
	article.fd .fd-text .text {
		width: 83.33333%;
	}
	article.fd .fd-text .text .b {
		width: 60%;
		margin-right: 10%;
	}
	article.fd .fd-text .text .scr-small {
		display: block;
		margin-bottom: 1.75rem;
	}
	article.fd .fd-text .text .scr > div, article.fd .fd-text .text .scr-small > div {
		padding: 0;
		border: 0;
		text-align: left;
	}
	article.fd .fd-text .text .scr:before, article.fd .fd-text .text .scr-big:before, article.fd .fd-text .text .scr-small:before {
		display: block;
	}
	article.fd .fd-text .text .scr, article.fd .fd-text .text .scr-big {
		width: 30%;
		padding-right: 3.75rem;
	}
	article.fd .fd-text .text .scr:before, article.fd .fd-text .text .scr-big:before {
		display: block;
	}
	article.fd .fd-text .facts {
		width: 16.66667%;
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-100%);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}
