@IMPORT url("colorbox.css");
@IMPORT url("fonts/stylesheet.css?v2");

body {
	margin: 0;
	padding: 0;
	min-width: 1100px;
}

h1, h2 {
	line-height: 1.4em;
}

body, p, div, td {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'Open Sans', system-ui;
	font-weight: 300;
}

form {
	padding: 0;
	margin: 0;
}

input[type=number], input[type=text], input[type=search], input[type=email], input[type=password], textarea, select {
	font-family: 'MS Sans Serif', system-ui;
	font-size: 18px;
	border: 1px solid #a7a7a7;
	padding: 1px;
	-webkit-appearance: none;
}

input[type=button],input[type=submit] {
	-webkit-appearance: none;
}

img {
	display: block;
	max-width: 100%;
	align-self: center;
}
table {
	border: 0;
	border-spacing: 0;
}
table td {
	border: 0;
	border-spacing: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}


#slides {
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-bottom: 51px;
	z-index: 2;
}
#slides div.slide {
	height: 800px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#slides div.slide div.flex {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#slides div.slide div.flex span.name {
	color: white;
	font-size: 100px;
	/* font-weight: bold; */
	font-family: 'Playfair Display', system-ui;
	line-height: 1em;
	margin-bottom: -0.09em;
	margin-right: 10px;
	text-align: right;
}

.slides_name {
	position: absolute;
	margin-top: -142px;
	width: calc(100% - 10px);
	padding-right: 10px;
	color: white;
	font-size: 100px;
	font-family: 'Playfair Display', system-ui;
	line-height: 1em;
	text-align: right;
	z-index: 10;
	overflow: hidden;
}

#slides .slidesjs-pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 14px 0 0;
	z-index: 15;
	opacity: 1;
	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#slides .slidesjs-pagination li {
	display: block;
	padding: 0;
	margin: 0 5px;
}

#slides .slidesjs-pagination li a {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #7d7d7d;
	border: 1px solid #7d7d7d;
	opacity: 1;
	z-index: 15;
	font-size: 0;
	color: #7d7d7d;
	text-align: center;
	text-decoration: none;
}

#slides .slidesjs-pagination li a.active,
#slides .slidesjs-pagination li a:hover.active {
	background-color: black;
	border: 1px solid black;
	color: black;
}

#slides .slidesjs-pagination li a:hover {
	background-color: gray;
	border: 1px solid gray;
	color: gray;
}

#menu-open {
	width: 375px;
	height: 70px;
	background-image: url('/images/menu-open.png');
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
}

#menu {
	width: 375px;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: column;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
}

#menu-close {
	width: 375px;
	height: 70px;
	background-image: url('/images/menu-close.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#menu .menu {
	text-transform: uppercase;
	color: white;
	padding-left: 62px;
	margin-top: 0;
	margin-bottom: 30px;
	text-decoration: none;
	font-size: 22px;
    font-family: 'Helvetica', 'Open Sans', system-ui;
    font-weight: 300;
}

#menu .menu:nth-child(2) {
	margin-top: 30px;
}

#text-main {
	margin-bottom: 41px;
}

#text-main > h1 {
	/* width: 100vw; */
	padding: 0;
	text-align: center;
	font-size: 50px;
	color: #666;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	margin: 0 0 34px;
	line-height: 1em;
}

#text-main .quotes {
	font-size: 27px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}

#text-main > div, #text-main > p {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
}

#text-content {
	margin-bottom: 41px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#text-content h1 {
	padding: 0;
	text-align: center;
	font-size: 50px;
	color: #646464;
	margin: 0 0 34px;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	line-height: 1em;
}

#text-content div, #text-content p {
	/* width: 1000px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* font-family: 'Open Sans'; */
	/* font-weight: 300; */
	/* font-style: normal; */
	font-size: 20px;
}

#main-blocks {
	display: flex;
	/* justify-content: space-between; */
	width: 100%;
	margin-bottom: 75px;
}

#main-blocks > div {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	flex-basis: 0;
	position: relative;
}

#main-blocks > div.delimiter {
	flex-shrink: 0;
	flex-grow: 0;
	width: 36px;
	flex-basis: 36px;
}

#main-blocks > div a {
	/* width: auto; */
	display: flex;
}

#main-blocks > div .dark {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 35px;
	color: white;
	padding-top: 19px;
	padding-bottom: 24px;
	background-color:#000;
	opacity: 0.5;
	text-decoration: none;
	text-align: center;
	display: block;
	/*font-weight: bold;*/
	font-family: 'Playfair Display', system-ui;
}

#main-blocks > div a.name {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 35px;
	color: white;
	padding-top: 19px;
	padding-bottom: 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	/* font-weight: bold; */
	font-family: 'Playfair Display', system-ui;
}

#main-blocks > div img {
	max-width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: center;
}

#main-blocks > div div {
	text-align: center;
	margin-top: 25px;
	line-height: 1.5em;
	padding-left: 12.5%;
	padding-right: 12.5%;
}

#main-concept {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 80px;
	/* height: 599px; */
}

#main-concept .delimiter-left {
	flex-shrink: 1;
	flex-grow: 130;
	flex-basis: 130px;
}

#main-concept > .img {
	flex-grow: 974;
	flex-shrink: 1;
	display: flex;
	flex-basis: 974px;
	max-width: 974px;
	position: relative;
}

#main-concept > .img img {
	max-width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: center;
}

#main-concept .img .name {
	position: absolute;
	font-family: 'Playfair Display', system-ui;
	font-weight: bold;
	font-size: 55px;
	text-transform: uppercase;
	top: 50%;
	margin-top: -27px;
	color: white;
	margin-left: 45px;
}

#main-concept-sub {
	position: absolute;
	display: block;
}

#main-concept-sub img {

}

#main-concept > .main-text {
	flex-grow: 816;
	flex-shrink: 1;
	flex-basis: 816px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.main-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-text > h2 {
	padding: 0;
	text-align: center;
	font-size: 50px;
	margin: 0 0 30px;
	line-height: 1.5em;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	/* font-weight: 600; */
}

.main-text > div {
	text-align: center;
	padding-left: 5vw;
	padding-right: 5vw;
}

.main-text > a.more {
	border: 1px solid #979797;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	font-size: 14px;
	font-family: 'Helvetica', system-ui;
	box-sizing: border-box;
	width: 199px;
	height: 37px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2em;
}

.main-text-white {
}

.main-text-white > h2 {
	color: white;
	margin-bottom: 40px;
}
.main-text-white > div {
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	/* line-height: 1.35em; */
	/* padding-left: 10vw; */
	/* padding-right: 10vw; */
    max-width: 580px;
    font-weight: 400;
    font-size: 20px;
}
.main-text-white > div:before {
	content: none;
}
.main-text-white > div:after {
	content: none;
}
.main-text-white > a.more {
	color: white;
	border-color: white;
}

#main-team {
	background-image: url('/images/main-team-bg.png');
	display: flex;
	justify-content: space-around;
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#main-team > div.main-text {
	flex-grow: 1224;
	flex-shrink: 1;
	flex-basis: 1224px;
}

#main-team > .img {
	flex-grow: 552;
	flex-shrink: 1;
	display: flex;
	flex-basis: 552px;
}

#main-team > .img img {
	max-width: 100%;
	align-self: center;
	flex-grow: 0;
	flex-shrink: 1;
}

#main-team .delimiter {
	flex-grow: 144;
	flex-shrink: 1;
	width: 144px;
}

#footer-youtube {
	display: flex;
	justify-content: center;
	background-color: #d9d9d9;
	margin-bottom: 80px;
	height: 80px;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 35px;
	font-family: 'Helvetica', 'Open Sans', system-ui;
	text-align: center;
}

#footer-youtube:hover {
	background-color: #999;
}

#footer-youtube img {
	margin-right: 20px;
	margin-left: 20px;
}

#footer-contacts {
	display: flex;
	margin-bottom: 80px;
	width: 100%;
}

#footer-contacts .delimiter {
	flex-basis: 263px;
	flex-grow: 263;
	flex-shrink: 1;
}

#footer-contacts .delimiter-text-left {
	flex-grow: 149;
	flex-shrink: 1;
	flex-basis: 149px;
}

#footer-contacts .delimiter-text-right {
	flex-grow: 264;
	flex-shrink: 1;
	flex-basis: 264px;
}

#footer-contacts > .img {
	display: flex;
	flex-grow: 961;
	flex-shrink: 1;
	max-width: initial;
	min-height: 418px;
	background-image: url('/images/footer-map.png');
	background-position: left center;
	background-repeat: no-repeat;
	flex-basis: 961px;
}

#footer-contacts > .img img {
	align-self: center;
	max-width: 100%;
	/* flex-grow: 1; */
	/* flex-shrink: 1; */
	/* flex-basis: 0; */
}

#footer-contacts > .footer-text {
	flex-grow: 283;
	flex-shrink: 1;
	flex-basis: 283px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#footer-contacts .footer-text h2 {
	padding: 0;
	text-align: center;
	font-size: 50px;
	margin: 0 0 28px;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	line-height: 1.5em;
}

#footer-contacts .footer-text div {
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
}

#footer-blocks {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 32px;
}

#footer-blocks .delimiter {
	flex-grow: 0;
	flex-shrink: 1;
}

#footer-blocks .delimiter.d1 {
	flex-basis: 263px;
	flex-grow: 263;
	flex-shrink: 1;
}

#footer-blocks .delimiter.d2 {
	flex-basis: 148px;
	flex-grow: 148;
	flex-shrink: 1;
}

#footer-blocks .delimiter.d3 {
	flex-basis: 149px;
	flex-grow: 149;
	flex-shrink: 1;
}

#footer-blocks .delimiter.d4 {
	flex-basis: 264px;
	flex-grow: 264;
	flex-shrink: 1;
}

#footer-blocks > div {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 1;
}

#footer-blocks > div.b1 {
	flex-basis: 283px;
	flex-grow: 283;
	flex-shrink: 1;
}

#footer-blocks > div.b2 {
	flex-basis: 530px;
	flex-grow: 530;
	flex-shrink: 1;
}

#footer-blocks > div.b3 {
	flex-basis: 283px;
	flex-grow: 283;
	flex-shrink: 1;
}

#footer-blocks > div a {
	text-align: center;
	margin-bottom: 9px;
	text-decoration: none;
	font-size: 30px;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	display: flex;
	justify-content: center;
	line-height: 1.5em;
}

#footer-blocks > div a.name {
	margin-bottom: 2px;
}

#footer-blocks > div div {
	text-align: center;
	line-height: 1.7em;
}

#footer-menu {
	background-color: #d9d9d9;
	display: flex;
	padding-top: 35px;
	justify-content: space-between;
	padding-bottom: 8px;
	align-items: center;
}

#footer-menu > div {
	
}

#footer-menu .filler {
	width: 242px;
	flex-grow: 0;
	flex-shrink: 242;
	flex-basis: 242px;
}

#footer-menu .menu {
	display: flex;
	justify-content: space-evenly;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: wrap;
}

#footer-menu .menu a {
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Helvetica', 'Open Sans', system-ui;
}
#footer-menu .menu a:hover {
	/* color: #000; */
	/* font-weight: bold; */
	text-decoration: underline;
}

.socials {
	background-color: #d9d9d9;
	padding-bottom: 10px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
}

.socials a {
	padding-left: 20px;
}

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

.socials a img {
	width: 33px;
}

#footer-address {
	background-color: #d9d9d9;
	padding-bottom: 45px;
	text-align: center;
	color: #787878;
	font-family: 'Helvetica', 'Open Sans', system-ui;
	font-weight: 300;
}

#text-content .content-text {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#text-content .content-text h1 {
	padding: 0;
	text-align: center;
	font-size: 50px;
	color: #666;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	margin: 0 0 47px;
}

#text-content .content-text div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
}

#text-content .content-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#text-content .content-2h {
	margin-bottom: 35px;
	display: flex;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#text-content .content-2h .text {
	/* font-weight: 100; */
}

#text-content .content-2h .text-up {
	margin-top: -10px;
}

#text-content .content-2h .text-down {
	align-self: flex-end;
	margin-bottom: -8px;
}

#text-content .content-2h .text-right {
	text-align: right;
}

#text-content .content-2h img {}

#text-content .content-2h .text:first-child {
	/* text-align: right; */
	padding-right: 52px;
	flex-grow: 1;
}

#text-content .content-2h .text:last-child {
	padding-left: 52px;
	margin-bottom: -8px;
}

#text-content .content-image-stretch {
	width: 100%;
}

#text-content .content-last img {
	margin-bottom: 0;
}

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

.portfolio-list .object {
	width: calc(50% - 18px);
	display: flex;
	flex-direction: column;
}

.portfolio-list .object:nth-child(odd) {
	margin-right: 18px;
}

.portfolio-list .object:nth-child(even) {
	margin-left: 18px;
}

.portfolio-list .object a img {
	max-width: 100%;
}

.portfolio-list .object a:first-child:hover {
	position: relative;
}
.portfolio-list .object a:first-child:hover::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.5;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.portfolio-list .object a.name {
	text-align: center;
	font-size: 30px;
	margin-top: 9px;
	margin-bottom: 4px;
	text-decoration: none;
	font-family: 'Playfair Display', system-ui;
}

.portfolio-list .object div {
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.7em;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.video img, .video video {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

.player {
	
}

.player .preview {
	cursor: pointer;
	max-width: 100%;
}
.player .video-block {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1000px;
}

.player .video-block div {
	width: 100%;
	padding-top: 56.25%;
}

.player .video-block div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.player .video-block video {
	
}

.player .video-block .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.player .video-block .volume {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 38px;
	height: 36px;
}

.player .video-block .volume.volume-on {
	background-image: url('/images/volume-on.png');
}

.player .video-block .volume.volume-off {
	background-image: url('/images/volume-off.png?v2');
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.italic {
	font-style: italic;
}

.quotes {
	quotes: '“' '”';
}
/*
.quotes:before {
	font-size: 120px;
	font-family: 'Playfair Display';
	font-weight: normal;
	content: open-quote;
	position: relative;
	float: left;
	top: 20px;
	font-style: normal;
	color: #c8c8c8;
}
.quotes:after {
	font-size: 120px;
	font-family: 'Playfair Display';
	font-weight: normal;
	content: close-quote;
	float: right;
	position: relative;
	bottom: -30px;
	font-style: normal;
	color: #c8c8c8;
}
*/

.partners-list {
	display: flex;
	width: 1000px;
	flex-wrap: wrap;
	margin: 32px auto 95px;
	justify-content: center;
}

.partners-list > div {
	width: 250px;
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-list > div img {
}

.furniture-list {
	display: flex;
	margin-top: 41px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.furniture-list .block {
	width: calc(50% - 0.9375%);
	display: flex;
}

.furniture-list .block:nth-child(odd) {
	padding-right: 0.9375%;
}

.furniture-list .block:nth-child(even) {
	padding-left: 0.9375%;
}

.furniture-list .block .object {
	width: calc(50% - 0.9375%);
	max-width: calc(50% - 0.9375%);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

.furniture-list .block .object:first-child {
	margin-right: calc(2 * 0.9375%);
}
.furniture-list .block .object:last-child:not(:first-child) {
	margin-left: calc(2 * 0.9375%);
}

.furniture-list .block .object.double {
	width: 100%;
	max-width: 100%;
}
.furniture-list .block .object.double:first-child {
	margin-right: 0;
}
.furniture-list .block .object.double:last-child {
	margin-left: 0;
}

.furniture-list .object a:first-child:hover {
	position: relative;
}
.furniture-list .object a:first-child:hover::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.5;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.furniture-list .block .object img {
	max-width: 100%;
	transform: scale(100%);
}

.furniture-list .block .object .name {
	padding-bottom: 43px;
	text-align: center;
	line-height: 1.7em;
	text-decoration: none;
	padding-top: 7px;
	/* padding-left: 14.7%; */
	/* padding-right: 14.7%; */
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.furniture-list .block .object.double .name {
	/* padding-left: 19.75%; */
	/* padding-right: 19.75%; */
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.works-list {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
}

.works-list img {
	width: 100%;
}

.works-list a {
	width: 100%;
	display: block;
}

.works-list .delimiter {
	margin-top: 36px;
	margin-bottom: 36px;
	width: 100%;
	height: 1px;
	background-color: #646464;
}

.team .person {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.team .position {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.17em;
}

.team .email {
	font-size: 18px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #5a5a5a;
}

.team .quotes, .team .quotes-text {
	font-style: italic;
	font-size: 18px;
}

.team .quotes:before {
	font-size: 18px;
}

.team .quotes:after {
	font-size: 18px;
}

#text-content .team div.text {
	text-align: left;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.7em;
}

#text-content .team div.text-right {
	text-align: right;
}

.bottom_block {
	display: flex;
	flex-direction: column;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 404px;
}
.bottom_block:hover {
	text-decoration: none;
}
.bottom_block .header {
	font-family: 'Playfair Display', system-ui;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 45px;
	margin-top: 77px;
}
.bottom_block .text {
	color: white;
	text-align: center;
}

.language {
	position: fixed;
	top: 0;
	left: 386px;
	width: 74px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	color: white;
	font-size: 21px;
	font-family: 'Playfair Display', system-ui;
	font-weight: normal;
	padding-bottom: 5px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
}

#language-menu {
	width: 74px;
	position: fixed;
	top: 70px;
	left: 386px;
	display: flex;
	flex-direction: column;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
}

#language-menu .language-menu {
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-bottom: 17px;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Helvetica', system-ui;
	font-weight: 300;
}

#language-menu .language-menu:first-child {
	margin-top: 19px;
}

#language-menu .language-menu:last-child {
	margin-bottom: 25px;
}

.publications-list {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.publications-list .object {
	display: flex;
	padding-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #646464;
	justify-content: space-between;
	text-decoration: none;
}

.publications-list .object:first-child {
	padding-top: 0;
}

.publications-list .object:last-child {
	border-bottom: 0 solid #646464;
}

.publications-list .object:nth-child(odd) {
	
}

.publications-list .object:nth-child(even) {
	flex-direction: row-reverse;
}

.publications-list .object .info {
	display: flex;
	flex-direction: column;
}

.publications-list .object:nth-child(odd) .info {
	margin-right: 50px;
}

.publications-list .object:nth-child(even) .info {
	align-items: flex-end;
	margin-left: 50px;
}

.publications-list .object .info .text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;	
}

.publications-list .object:nth-child(even) .info .text {
	text-align: right;
}

.publications-list .object .info .name {
	display: block;
	text-decoration: none;
	flex-grow: 1;
	font-family: 'Playfair Display', system-ui;
	font-size: 35px;
	line-height: 1.25em;
	margin-top: -8px;
}

.publications-list .object .info .magazine {
	display: block;
	font-size: 25px;
	letter-spacing: 0.1em;
}

.publications-list .object .info .magazine_release {
	display: block;
	padding-bottom: 8px;
}

.publications-list .object .info .cover {
	width: fit-content;
}

.publications-list .object .info .cover img {
	
}

.publications-list .object .page {
	flex-shrink: 0;
}

.publications-list .object .page img {
	
}

.darker:hover {
	position: relative;
}
.darker:hover::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.5;
	
	display: block;
	pointer-events: none;
}

.darker03:hover::after {
	opacity: 0.3;
}

#text-content.partners-content {
	margin-bottom: 0;
}

#text-content.team-content {
	max-width: max-content;
	margin-bottom: 0;
}

#versions div {
	text-align: center;
	justify-content: center;
}

.desktop-only {
	display: flex;
}

.mobile-only {
	display: none;
}

.tablet-only {
	display: none;
}

/*

@media only screen and (max-width: 1410px) {
	#footer-menu {
		flex-direction: column;
	}
	#footer-menu .filler {
		display: none;
	}
	
	#footer-menu .menu {
		padding-left: 210px;
		padding-right: 210px;
		justify-content: center;
		margin-bottom: 7px;
	}
	
	#footer-menu .menu a {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 11px;
	}
	
	#footer-address {
		padding-bottom: 22px;
	}
}
*/

/*
@media only screen and (max-width: 1000px) {
	body {
	}
	
	#text-main .quotes {
		width: 90vw;
	}
	
	#text-main > div, #text-main > p {
		width: 90vw;
	}
}
*/

@media only screen and (max-width: 700px) {
	body {
		width: 1920px;
	}
	.slides_name {
		width: 1910px;
	}
	#slides .slidesjs-pagination {
		width: 1920px;
		left: 960px;
		transform: translateX(-960px);
	}
}

#footer-contacts > .img.img-dubai {
	background-image: url('/images/footer-map-dubai.jpg');
	background-size: auto 358px;
	background-position: 65% center;
}

@media (max-width: 1150px) and (min-width: 700px) {
	#footer-contacts > .img.img-dubai {
		background-size: auto 308px;
	}
}