/* STYLESHEET FILE DESCRIPTION: Generic styles, applied to all pages */

/* SLIDES
#########################################*/
/* .swiper-wrapper {width: 4000px;} */

.swiper-container {width: 100%;}

.swiper-slide {
	width: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	box-shadow: 0px 0px 25px #3b3e51;
	cursor: pointer;
}

.swiper-slide.mode_nohover {cursor: default;}

.swiper-slide > img {
    max-height: 90%;
    max-width: auto;
}

.swiper-slide:nth-child(1) {margin-left: 3%;}

.swiper-pagination {
	width: 100%;
	bottom: 1.5%;
	left: 0;
	position: absolute;
	z-index: 40;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 6px;
	background: #fff;
}

/* Over */
.swiper-slide .wrap_over {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 
		inset 0px 0px 0px 12px rgba(255,255,255,0.8),
		inset 0px 0px 0px 18px #4a4d5b;
	position: absolute;
	opacity: 0;
	z-index: 10;
	
    transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
}

.swiper-slide:hover .wrap_over {opacity: 1; z-index: 90;}

.swiper-slide.mode_nohover:hover .wrap_over {opacity: 0;}


.swiper-slide .wrap_over .wrap_inner {
	width: 100%;
	height: 100%;
	display: table;
}

.swiper-slide .wrap_over .wrap_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.swiper-slide .wrap_over .text_collection {
	margin-top: 50px;
	color: #be1718;
	font-family: Heading;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}

.swiper-slide .wrap_over .text_title,
.swiper-slide .wrap_over .text_city {
	margin-top: 10px;
	text-align: center;
	font-size: 60px;
	line-height: 72px;
	color: #be1718;
	text-transform: uppercase;
	font-family: Title;
}

.swiper-slide .wrap_over .text_city {
	font-size: 42px;
	lighting-color: 52px;
}


/* HEADER
#########################################*/
.wrap_overlay {
	width: 100%;
	height: 113px;
	bottom: 0;
	background: url('../images/global/overlay.png') repeat-x;
	position: absolute;
	z-index: 20;
}

.wrap_header {
	bottom: 7%;
	left: 5%;
	position: absolute;
	z-index: 30;
}

.wrap_header .wrap_logo {
	width: 100%;
	font-family: Title;
	font-size: 130px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}

.wrap_header .wrap_menu {
	margin-top: 10px;
	font-family: Heading;
	font-size: 42px;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}

.wrap_header .wrap_menu a {color: #fff;}


/* FOOTER
#########################################*/
.wrap_footer {
	bottom: 10px;
	right: 10px;
	position: absolute;
	z-index: 50;
}

@media (max-width: 800px) {
  .wrap_footer {
    display: none;
  }
}

.wrap_footer .wrap_copyright {
	font-size: 16px;
}

.wrap_footer .wrap_u {
	padding-right: 40px;
	background: url('../images/global/u.png') no-repeat 163px 50%;
	background-size: 19px 19px;
	color: #fff;
}

.wrap_footer .wrap_u strong {display: none;}



/* COLLECTIONS, ABOUT, CONTACT
#########################################*/
.button_close {
	width: 115px;
	height: 67px;
	top: 60px;
	left: 60px;
	background: url('../images/global/back.png') no-repeat;
	background-size: 57px 57px;
	background-position: 0 50%;
	border-right: 1px solid rgba(255,255,255,0.7);
	position: absolute;
}

.button_close span {
	margin-left: 30px;
	line-height: 67px;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	position: absolute;
}

.wrap_collection,
.wrap_about,
.wrap_contact,
.wrap_press,
.wrap_other {
	width: 100%;
	height: 100%;
	background: rgba(46, 49, 65,0.8);
	position: fixed;
	z-index: 100;
	overflow: auto;
	left: 130%;
	
/*
	-ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
*/
    
    opacity: 0;
    
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


#g_screen {
	width: 100%;
	height: 100%;
	left: 0;	
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);	
	position: absolute;
}

.wrap_collection .wrap_heading,
.wrap_about .wrap_heading,
.wrap_contact .wrap_heading,
.wrap_press .wrap_heading,
.wrap_other .wrap_heading {
	width: 100%;
	height: 170px;
	background: rgba(46, 49, 65,0.6);	
	position: fixed;
}

.wrap_collection .wrap_content,
.wrap_about .wrap_content,
.wrap_contact .wrap_content,
.wrap_press .wrap_content,
.wrap_other .wrap_content {width: 100%;}

.wrap_collection .wrap_scroll,
.wrap_about .wrap_scroll,
.wrap_contact .wrap_scroll,
.wrap_press .wrap_scroll,
.wrap_other .wrap_scroll {
	height: 100%;
	padding: 190px 30px 30px 60px;
}

.wrap_collection .wrap_scroll figure,
.wrap_press .wrap_scroll figure,
.wrap_other .wrap_scroll figure {
	margin: 0 30px 30px 0;
	display: inline-block;
}

.wrap_about .wrap_scroll figure {
	margin: 4px 10px 10px 0;
	display: inline-block;
}

.wrap_collection .wrap_scroll figcaption,
.wrap_press .wrap_scroll figcaption,
.wrap_other .wrap_scroll figcaption,
.wrap_about .wrap_scroll figcaption {display: none;}

.wrap_collection .wrap_scroll img {
	box-shadow: 0px 0px 15px #26293d;
}

/* Heading */
.wrap_collection .wrap_heading .box_icon {
	margin: 60px 0 0 200px;
	position: absolute;
}

.wrap_collection .wrap_heading .text_collection,
.wrap_about .wrap_heading .text_collection,
.wrap_contact .wrap_heading .text_collection,
.wrap_press .wrap_heading .text_collection,
.wrap_other .wrap_heading .text_collection {
	margin: 60px 0 0 290px;
	font-family: Heading;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.wrap_collection .wrap_heading .text_title,
.wrap_about .wrap_heading .text_title,
.wrap_contact .wrap_heading .text_title,
.wrap_press .wrap_heading .text_title,
.wrap_other .wrap_heading .text_title {
	margin-top: 8px;
	margin-left: 285px;
	font-size: 48px;
	font-family: Title;	
	text-transform: uppercase;
	white-space: nowrap;
}

.wrap_about .wrap_heading .text_collection,
.wrap_about .wrap_heading .text_title,
.wrap_contact .wrap_heading .text_collection,
.wrap_contact .wrap_heading .text_title,
.wrap_press .wrap_heading .text_collection,
.wrap_press .wrap_heading .text_title,
.wrap_other .wrap_heading .text_collection,
.wrap_other .wrap_heading .text_title {margin-left: 210px;}

/*
.wrap_contact .wrap_heading .text_title {
	margin: 70px 0 0 60px;
	font-size: 58px;
	font-family: Title;	
	text-transform: uppercase;
}
*/

/* MFP */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* .mfp-close {opacity: 0 !important;} */

/* About */
#screen_about .coll_photo {
	margin-bottom: 20px;
	float: left;
}

#screen_about .coll_bio {
	max-width: 500px;
	margin-left: 30px;
	float: left;
}

#screen_about h1 {
	margin-bottom: 20px;
	font-family: Title;
	text-transform: uppercase;
	font-size: 64px;
}

#screen_about .item_info {margin-bottom: 20px;}

#screen_about .item_info .text_group {
	margin-top: 3px;
	font-family: Heading;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
}

#screen_about .item_info .text_info {
	margin-left: 165px;
	font-size: 16px;
	line-height: 24px;
}

#screen_about .item_info .text_info p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}

#screen_about .item_info li {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}

#screen_about .item_info li:before,
#screen_about .item_info .item_show:before {
	width: 3px;
	height: 3px;
	margin: 10px 0 0 -6px;
	border-radius: 2px;
	background: #fff;
	opacity: 0.5;
	content: "";
	position: absolute;
}

#screen_about .item_info li:last-of-type {padding-bottom: 0;}

#screen_about .item_info .text_info p:last-of-type {margin-bottom: 0;}

#screen_about .item_show {
	width: auto;
	margin-bottom: 10px;
}

#screen_about .item_show .text_title {
	margin-bottom: 4px;
	line-height: 24px;
}

#screen_about .item_show a .text_title {
	color: #fff !important;
	line-height: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: inline;
}

#screen_about .item_show figure {display: none;}
#screen_about .item_show figure:first-child {display: block;}


/* Tabs */
.wrap_tabs {
/*
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
*/
	margin: 50px 20px 0 0;
	color: #fff;
	border: 1px solid #fff;
	float: right;
}

.wrap_tabs .item_switch {
	padding: 6px 10px 4px 10px;
	background: #fff;
	color: #343646;
	display: inline-block;
}

#screen_about .lang_ru,
#screen_about.state_ru .lang_en {display: none;}

#screen_about.state_ru .lang_ru {display: block;}

#screen_about .item_switch.name_ru,
#screen_about.state_ru .item_switch.name_en {
	color: #fff;
	background: none;
}

#screen_about.state_ru .item_switch.name_ru {
	background: #fff;
	color: #343646;
}

#screen_about .text_group {padding-top: 3px;}

/* Contact */

#screen_contact .item_contact {
	width: 200px;
	height: 200px;
	margin: 0 80px 80px 0;
	float: left;
}

#screen_contact .item_contact .text_city {
	margin-bottom: 10px;
	font-family: Heading;
	text-transform: uppercase;
	font-size: 18px;
}

#screen_contact .item_contact .text_title {
	margin-bottom: 12px;
	font-size: 18px;
}

#screen_contact .item_contact .wrap_contacts {
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

#screen_contact .item_contact .text_contact {
	font-size: 16px;
	line-height: 24px;
}

#screen_contact .item_contact .text_contact a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* Press */
#screen_press .wrap_pressColls {
	width: 100%;
	height: 100%;
	display: table;
}

#screen_press .wrap_printPress,
#screen_press .wrap_ePress {
	padding-top: 10px;
	display: table-cell;
}

#screen_press .wrap_printPress {
	padding-right: 40px;
	width: 60%;
}

#screen_press .wrap_ePress {
	width: 30%;
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 700px) {
	#screen_press .wrap_pressColls,
	#screen_press .wrap_printPress,
	#screen_press .wrap_ePress {display: block;}
	
	#screen_press .wrap_printPress,
	#screen_press .wrap_ePress {width: auto;}
	
	#screen_press .wrap_ePress {
		padding-left: 0;
		padding-top: 40px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
}

#screen_press .item_press {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#screen_press .item_press:last-child {border-bottom: none;}

#screen_press .item_press .text_title,
#screen_press .wrap_ePress .text_title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
}

#screen_press .item_ePress {
    margin-bottom: 10px;
}


#screen_press .item_ePress:before {
	width: 3px;
	height: 3px;
	margin: 10px 0 0 -6px;
	border-radius: 2px;
	background: #fff;
	opacity: 0.5;
	content: "";
	position: absolute;
}

#screen_press .item_ePress .text_publicationTitle {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
}

#screen_press .item_ePress a .text_publicationTitle {
	color: #fff !important;
	line-height: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: inline;
}

#screen_press .item_ePress .text_publication {
	margin-top: 4px;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
}



/* Other */
#screen_other .item_other {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#screen_other .item_other:last-child {border-bottom: none;}

#screen_other .item_other .text_title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
}


/* PROMO SPLASH
#########################################*/
#splash {
	position: absolute;
	z-index: 9999;
	
	transform: scale(0,0);
	-ms-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);

	opacity: 0;

	transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#splash.state_shown {
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);

	opacity: 1;
}

#splash,
#splash .wrap_screen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#splash .wrap_screen {
	background: rgba(46, 49, 65,0.8);
}

#splash .wrap_window {
	width: 80%;
	height: 630px;
	top: 50%;
	left: 50%;
	margin: -315px 0 0 -40%;
	background-position: 50% 50%;
	background-size: auto 630px;
	box-shadow: 0px 0px 65px #181A22;
	position: absolute;
}

#splash .button_open {
	width: 170px;
	margin: 0 auto;
	margin-top: 500px;
	padding: 15px 20px 15px 20px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 21px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	display: block;
}

#splash .button_open:hover {
	background: #fff;
	color: #000;
}

#splash .button_close {
	width: 70px;
	height: 70px;
	top: 20px;
	left: auto;
	right: 20px;
	background: url('../images/global/close_stroke.png') no-repeat;
	background-size: 70px 70px;
	background-position: 50% 50%;
	border-right: none;
	cursor: pointer;
	position: absolute;
}