

/* Start:/assets/css/normalize.css?16253136746466*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/assets/css/style.css?16787978047746*/
body {
    font-family: 'EB Garamond';
    font-size: 20px;
	line-height: normal;
    color: #333;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.s-width {
    max-width: 980px;
    margin: 0 auto;
}

.header {
    min-height: 68px;
}

.header .col-r {
  padding-bottom: 2px;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.flex-end {
    align-items: flex-end;
}

.mainmenu {
    margin: 0;
    padding: 0;
    display: flex;
}

.mainmenu .submenu {
	margin: 0;
    padding: 0;
	display: block;
	position: absolute;
	left: calc(50% - 110px);
    width: 220px;
    top: 100%;
    background: #fff;
	overflow: hidden;
	max-height: 0;
  z-index: 100;
	transition: all 0.8s linear;
}

.mobile-menu .mainmenu .submenu {
	position: static;
	width: 100%;
}

.mainmenu li.hasmenu:hover .submenu {
	max-height: 1080px;
	transition: max-height 0.8s linear;
}

.mainmenu .submenu li {
	display: block;
	margin: 0;
	padding: 0;
}

.mainmenu .submenu li a {
	display: block;
	padding: 6px 10px;
	text-align: center;
}

.mainmenu>li {
    display: inline-block;
    margin: 0 30px;
	position: relative;
}

.mainmenu>li:last-child {
    margin: 0 0 0 30px;
}

.mainmenu>li>a {
    font-size: 15px;
    font-weight: 400;
}

.mainmenu a {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.mainmenu a.active {
	color: #999494;
}

header a {
    color: rgb(54,54,54);
    text-decoration: none;
    transition: color 0.6s ease;
}

header a:hover {
    color: #999494;
    transition: color 0.6s ease;
}

.in-block {
    display: inline-block;
}

.h-block {
    margin-right: 40px;
}

.h-block:last-child {
    margin-right: 0;
}

.lang-changer a {
    padding: 0 13px;
    position: relative;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.lang-changer a:first-child {
    padding-left: 0;
}

.lang-changer a:last-child {
    padding-right: 0;
}

.lang-changer a:not(.lang-changer a:last-child)::before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #cbcbcb;
    right: 0;
    top: calc(50% - 17px);
}

.main-banner img {
    max-width: 100%;
	width: auto;
	height: 594px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}

.main-section.mt {
    margin-top: 76px;
}

.main-section>h1 {
    margin: 206px 0 213px;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    color: #5e5e5e;
    text-transform: uppercase;
}

.main-section>h1.smaller-line {
    margin: 180px 0 190px;
}

.main-section>h1::before,
.main-section>h1::after {
    display: block;
    content: '';
    position: absolute;
    width: 1.5px;
    height: 138px;
    left: calc(50% - 1px);
    background: #cbcbcb;
}

.main-section>h1.smaller-line::before,
.main-section>h1.smaller-line::after {
    height: 125px;
}

.main-section>h1::before {
    top: calc(100% + 50px);
}

.main-section>h1.smaller-line::before {
    top: calc(100% + 24px);
}

.main-section>h1::after {
    bottom: calc(100% + 50px);
}

.main-section>h1.smaller-line::after {
    bottom: calc(100% + 24px);
}

.project-list-item .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
     opacity: 0;
    background: linear-gradient(0deg, rgba(73, 71, 71, 0.86), rgba(73, 71, 71, 0.86));
    transition: opacity 0.6s ease;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.project-list-item .overlay h3 {
    font-style: italic;
    font-weight: 500;
    font-size: 0.85em;
    color: #fbfbfb;

}

.project-list-item .overlay:hover {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.project-list-item-wrap {
    width: calc(50% - 40px);
    margin: 0 40px 80px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.project-list-item-wrap:nth-last-child(-n+2) {
    margin-bottom: 0!important;
}

.project-list-item-wrap::before {
  content: "";
  padding-top: 100%;
  float: left;
}

.project-list-item-wrap:nth-child(2n) {
    margin: 0 0 80px 40px;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
}

.project-list-item {
    background-color: #cbcbcb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.text-center {
    text-align: center;
}

.contacts {
    font-size: 1.08em;
    font-weight: 400;
    line-height: 46px;
}

.contacts h3 {
    text-transform: uppercase;
    font-size: 1.08em;
    font-weight: 400;
}

.logo img {
    display: block;
}

.social-links ion-icon{
	color: #949494;
	font-size: 30px;
}

.social-links {
	text-align: center;
}

.footer {
	margin-top: 30px;
  margin-bottom: 30px;
}

section.s-section {
	margin-top: 11px;
}

section.s-section.mb {
	margin-bottom: 50px;
}

h1 {
	font-size: 1.23em;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	color: #5e5e5e;
}

section.s-section h1 {
	font-size: 0.88em;
	line-height: 30px;
}

.project-slider img {
	display: block;
	height: 580px;
}

.project-slider a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.project-slider a::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 71, 71, 0);
	transition: background 0.6s ease;
}

.project-slider a:hover::before {
	background: rgba(73, 71, 71, 0.46);
	transition: background 0.6s ease;
}

.fslightbox-container {
	background: linear-gradient(rgba(255,255,255,.9),#fff 1810%)!important;
}

.fslightbox-slash {
	background: #333!important;
}

.fslightbox-slide-number-container {
	color: #5e5e5e!important;
}

.fslightbox-toolbar,
.fslightbox-slide-btn {
	background: none!important;
}

.fslightbox-svg-path {
	fill: #333!important;
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-path,
.fslightbox-toolbar-button:hover .fslightbox-svg-path{
	fill: #5e5e5e!important;
}
.bio-photo {
	width: 50%;
	max-width: 426px;
	float: left;
	margin-right: 20px;
}

section.s-section h1.simple {
	font-size: 1.65em;
	line-height: 56px;
	color: #333;
    margin: 0;
	padding: 50px 0 20px;
	text-transform: none;
}

.bio-section p {
	text-align: justify;

}

.article-date {
	font-size: 1.54em;
	line-height: 52px;
	letter-spacing: 0.05em;
	font-feature-settings: 'pnum' on, 'onum' on;
}

.article-header {
	font-size: 1.54em;
line-height: 52px;
letter-spacing: 0.07em;
font-feature-settings: 'pnum' on, 'onum' on;
	font-weight: 400;
	margin: 0;
}

.article-body p {
	font-size: 0.85em;
line-height: 26px;
letter-spacing: 0.045em;
font-feature-settings: 'pnum' on, 'onum' on;
	color: #5e5e5e;
	margin: 0;
}

.article-item {
	margin-bottom: 40px;
}

.with-fields {
	padding-left: 24px;
	padding-right: 24px;
}

.mobile-menu-btn {
	display: none;
}

.mobile-menu {
	display: none;
	z-index: 100;
}

.toggle-container {
  transition: all 0.8s linear;
  overflow: hidden;
  max-height: 0;
	box-sizing: content-box;
	min-height: 0;
}

.toggle-container.active:not(.submenu) {
  transition: all 0.8s linear;
	min-height: 100vh;
  max-height: 1080px;
}

.mobile-menu li.hasmenu ion-icon{
	font-size: 24px;
    position: absolute;
    right: 20px;
    top: 8px;
	transition: transform 0.6s ease;
}

.mobile-menu li.hasmenu ion-icon.toggled {
	transform: rotate(180deg);
	transition: transform 0.6s ease;
}

li.hasmenu {
	position: relative;
}

.map {
	margin-top: 25px;
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}


main.s-width {
	margin-top: 40px;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

/* End */


/* Start:/assets/css/responsive.css?16253136743029*/
@media screen and (max-width: 1280px) {
/*
	.s-width {
		margin-left: 60px;
		margin-right: 60px;
	}

	.project-list-item-wrap {
    	width: calc(50% - 10px);
    	margin: 0 10px 20px 0;
	}

	.project-list-item-wrap:nth-child(2n) {
    	margin: 0 0 20px 10px;
	}

	.bio-photo {
		width: 100%;
		max-width: none;
		float: none;
		margin-right: 0;
	}
*/
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 20px;
	}

	.mainmenu>li {
    	margin: 0 25px;
	}

	.mainmenu>li:last-child {
    	margin: 0 0 0 25px;
	}

	.mainmenu a {
		font-size: 19px;
	}

    .s-width {
		margin-left: 60px;
		margin-right: 60px;
	}

	.project-list-item-wrap {
    	width: calc(50% - 10px);
    	margin: 0 10px 20px 0;
	}

	.project-list-item-wrap:nth-child(2n) {
    	margin: 0 0 20px 10px;
	}

	.bio-photo {
		width: 100%;
		max-width: none;
		float: none;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.s-width {
		margin-left: 20px;
		margin-right: 20px;
	}

	.header {
		flex-wrap: wrap;
	}

	.header .col,
	.header .h-block {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.header .col {
		margin: 20px auto;
	}

	.lang-changer-wrap,
	.mainmenu-wrap {
		display: none;
	}

	.logo img {
    	margin: 0 auto;
	}

	.header .col-r {
		margin: 0;
	}

	.mobile-menu {
		position: absolute;
	    background: #fff;
	    width: 100%;
	    left: 0;
	    right: 0;
	    padding-bottom: 0;
		display: block;
	}

	.mobile-menu.active {
		padding-bottom: 60px;
		display: block;
	}

	.header .col.mobile-menu-btn {
		display: block;
		text-align: right;
		margin: 0;
		padding-bottom: 16px;
	}

	.mobile-menu-burger ion-icon {
		font-size: 40px;
    	padding: 13px;
		border: 1px solid #E3DEDA;
		border-radius: 33px;
		color: #333;
	}

	.mobile-menu .mainmenu {
		flex-direction: column;
	}

	.mobile-menu .mainmenu>li,
	.mobile-menu .mainmenu>li:last-child {
    	margin: 30px 0 0;
	}

	.mobile-menu .mainmenu a {
		font-size: 30px;
	}

	.mobile-menu .lang-changer a {
		font-size: 22px;
	}

	.mainmenu .submenu li a {
		padding: 12px 0;
	}

	.mainmenu .submenu li:first-child a {
		padding-top: 24px;
	}

	.main-section.mt {
		margin-top: 0;
	}

	.project-slider img {
		width: 100%;
		height: auto;
	}

	.project-slider>div {
		margin-bottom: 20px;
	}

	.with-fields {
		margin-left: 0;
		margin-right: 0;
	}

	.mainmenu li.hasmenu:hover .submenu {
		max-height: 0;
	}

	.mainmenu li.hasmenu:hover .submenu.active {
		max-height: 1080px;
		transition: max-height 0.8s linear;
	}
}

@media screen and (max-width: 480px) {


	.project-list-item-wrap {
    	width: 100%;
    	margin: 0 0 20px 0;
	}

	.project-list-item-wrap:nth-child(2n) {
    	margin: 0 0 20px 0;
	}

	.project-list-item-wrap:nth-last-child(-n+2) {
    	margin-bottom: 20px!important;
	}

	.main-section>h1 {
		margin: 100px 0 120px;
	}

	.main-section>h1::before,
	.main-section>h1::after {
		height: 70px;
	}

	.main-section>h1::before {
    	top: calc(100% + 10px);
	}

	.main-section>h1::after {
    	bottom: calc(100% + 10px);
	}
}

/* End */
/* /assets/css/normalize.css?16253136746466 */
/* /assets/css/style.css?16787978047746 */
/* /assets/css/responsive.css?16253136743029 */
