.menu.mac-os {
	overflow-y: hidden;
}

.owl-item .item {
	min-height: 400px;
	height: 100%;
}
.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
	-moz-animation: -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
	 -o-animation: -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}

.loader {
	position: absolute;
    width: 100%;
	top: calc(50% - 45px) !important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex: 0 1 auto;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    -ms-flex-negative: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
	-webkit-justify-content: center;
    justify-content: center;
	z-index: -1;
}
@-webkit-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
	100% {
		opacity: 0;
	}
}
@keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
	100% {
		opacity: 0;
	}
}

 @font-face {
 font-family: 'ProximaNovaRegular';
 src: url('../fonts/proxima_nova_regular-webfont.eot') format('eot'),
      url('../fonts/ProximaNova-Regular.woff') format('woff'),
      url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
      url('../fonts/ProximaNova-Regular.svg') format('svg');
 }
@font-face {
 font-family: 'ProximaNovaBold';
 src: url('../fonts/Proxima_Nova_Bold.otf') format('otf'),
    url('../fonts/Proxima_Nova_Bold.woff') format('woff'),
      url('../fonts/Proxima_Nova_Bold.ttf')  format('truetype'),
      url('../fonts/Proxima_Nova_Bold.svg') format('svg'),
      url('../fonts/Proxima_Nova_Bold.eot') format('eot');
 }
@font-face {
 font-family: 'ArnoPro';
 src: url('../fonts/ArnoPro-LightDisplay.woff2') format('woff2'),
      url('../fonts/ArnoPro-LightDisplay.woff') format('woff'),
      url('../fonts/ArnoPro-LightDisplay.ttf')  format('truetype'),
      url('../fonts/ArnoPro-LightDisplay.svg') format('svg'),
      url('../fonts/ArnoPro-LightDisplay.eot') format('eot');
 }
@font-face {
 font-family: 'Open-sans';
 src: url('../fonts/open-sans.regular.woff2') format('woff2'),
      url('../fonts/OpenSans.woff') format('woff'),
      url('../fonts/OpenSans.ttf')  format('truetype'),
      url('../fonts/OpenSans.svg') format('svg'),
      url('../fonts/open-sans.regular.eot') format('eot');
 }
 @font-face {
 font-family: 'Open-sansBold';
 src: url('../fonts/open-sans.bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff'),
      url('../fonts/OpenSans-Bold.ttf')  format('truetype'),
      url('../fonts/OpenSans-Bold.svg') format('svg'),
      url('../fonts/open-sans.bold.eot') format('eot');
 }
@font-face {
 font-family: 'Open-sansLight';
 src: url('../fonts/open-sans.light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff'),
      url('../fonts/OpenSans-Light.ttf')  format('truetype'),
      url('../fonts/OpenSans-Light.svg') format('svg'),
      url('../fonts/open-sans.light.eot') format('eot');
 }

  
/*Мобильная версия */
 @media (min-width:320px) and (max-width:961px) {
	 .owl-item .item {
		 height: 100%;
	 }
	 .view__more {
		 display: none !important;
	 }

	 body.mobileOwl .collection .collection__wrapper .slider .owl-loaded  .owl-dots {
		 display: none !important;
	 }
	.toggled .collection .mobileLogo {
		opacity: 0.5;
	}
	.work.menu.toggled {
		overflow-y: hidden;
	}
	body.menu .toggled .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy.zoom {
		opacity: 0.5;
	}
	/* body.work .toggled .avtor{ */
		/* opacity: 0.6; */
	/* } */
	/* body.work .toggled .contact { */
		/* opacity: 0.6; */
	/* } */
	.menu #wrapper {
		transition: 0s !important;
	}
	.menu.toggled #wrapper {
		/* padding-bottom: 97px !important; */
		transition: 0s;
	}
	.collection__video video{
		display: none;
	}
	.collection__video img {
		visibility: visible !important;
		position: fixed;
		z-index: -100;
		height: 100%;
		min-width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.collection__button a, .collection__button a:active, .collection__button a:focus {
		margin-top: 75px !important;
	}
	.logo {
		zoom: 0.7;
	}
	div.text-center.collection__button {
		left: calc(50% - 127px);
	}
	.boitsik .opacity {
		opacity: 0.3 !important;
		width: 100% !important;
		height: 100% !important;
	}
	.toggled #page-content-wrapper .work_item a .opacity2, .toggled #page-content-wrapper .work_item a .inner .info, .toggled #page-content-wrapper .mobileLogo, .toggled #page-content-wrapper .work_item a .opacity2, .toggled #page-content-wrapper .view__more {
		opacity: 0.7 !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy {
		height: 100%;
	}
	#sidebar-wrapper_visible img {
		margin: 49px 0 0 50px;
		zoom: 0.6;
		position: fixed;
		right: 10%;
		display: none;
	}

	body.mobileOwl .collection .collection__wrapper .slider #owl-demo  .owl-nav {
		top: calc(50% - 45px) !important;
		opacity: 1 !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider #owl-menu  .owl-nav {
		visibility: collapse !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy.zoom {
		width: 100% ! important;
	}

	.menu div#page-content-wrapper {
		top: 0%;
	}
	#sidebar-wrapper_visible {
		z-index: 11 !important;
	}
	.toggled #sidebar-wrapper {
		width: 148px !important;
		z-index: 111111 !important;
	}
	.menu #wrapper #sidebar-wrapper .sidebar-nav__menu ul.sidebar-nav li {
		font-size: 10px !important;
	}
	.menu #sidebar-wrapper .sidebar-nav__menu img {
		display: none;
	}
	.menu #wrapper #page-content-wrapper .boitsik {
		display: block !important;
	}
	.toggled #sidebar-wrapper_visible {
		z-index: 1 !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.left  {
		width: 100% !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .left {
		width: 100% !important;
		left: 0 !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy {
		z-index: 1 !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.left, body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.right {
		animation: 0s !important;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .left, body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .right{
		animation: 0s !important;
	}
	/* body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .left, body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.left { */
		/* opacity: 0.6; */
	/* } */
	.menu .toggled #sidebar-wrapper_visible .sidebar-nav__menu_visible a img {
		opacity: 0.6;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info {
		bottom: calc(50% - 50px) !important;
	}	
	.info h2 {
		font-size: 32px !important;
	}
	.info p {
		font-size: 8px !important;
		width: 63px !important;
	}
	.toggled .push-wrap a#menu-toggle_visible, .toggled .push-wrap a#menu-toggle_visible:hover, .toggled .push-wrap a#menu-toggle_visible:focus, .toggled .push-wrap a#menu-toggle_visible:active {
		background: url(../images/icon_mobile.png) center no-repeat !important;
	}
	.work_item.big, .work_item {
		padding-bottom: 55% !important;
	}
	#work #page-content-wrapper {
		top: 0 !important;
		padding: 0 !important;
	}
	.view__more p {
		padding-left: calc(50% - 55px) !important;
	}
	.view__more {
		background-position: calc(50% - 10px) 50px !important;
	}
	#work #wrapper #sidebar-wrapper {
		width: 163px;
	}
	#work #wrapper #sidebar-wrapper .sidebar-nav__menu img {
		display: none !important;
	}
	.menu #wrapper #page-content-wrapper .boitsik {
		display: none;
	}
	#work #wrapper #sidebar-wrapper .sidebar-nav__menu ul.sidebar-nav li {
		font-size: 10px !important;
	}
	.push-wrap {
		position: absolute;
		z-index:111111;
		padding: 0;
	}
	#work .menu #sidebar-wrapper {
		overflow-x: hidden;
		-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;
	}
	/* .work .push-wrap a#menu-toggle, .push-wrap a#menu-toggle:hover, .push-wrap a#menu-toggle:focus, .push-wrap a#menu-toggle:active { */
		/* padding: 15px !important; */
	/* } */
	body.work.menu {
		overflow-y: auto;
	}
	.mobileLogo {
		display: block !important;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		position: absolute;
		z-index: 111111 !important;
		right: -10px;
		margin-top: 12px;
	}
	.mobileLogo.mobileLogo-press {
		-webkit-transform: scale(1);
		transform: scale(1);
		/* right: 20px; */
		margin-top: 20px;
		margin-right: 23px;
	}
	.mobileLogo img {
		visibility: visible !important;
	}
	.mobile_visible {
		display: block !important;
	}
	.mobile_collapse {
		display: none !important;
	}
	#owl-demo {
		width: 100% !important;
	}
	.collection .collection__wrapper a.btn, .collection .collection__wrapper a.btn:active, .collection .collection__wrapper a.btn:focus {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
	.video {
		 width: 100% !important;
		 height: 100% !important;
	 }
	 .work_item.small.animated, .work_item.big.animated, .work_item.width_bold{
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
	 }
 }
	#work #wrapper #sidebar-wrapper .sidebar-nav__menu img {
		position: relative;
		z-index: 1;
	}
	#sidebar-wrapper_visible img {
		z-index: -1;
	}
@media (max-width:960px) {
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#owl-demo .item img.owl-lazy {
		width: 70% !important;
		margin-left: calc(50% - 35%) !important;
	}
	.toggled #menu-toggle_visible {
		left: 138px !important;
	}
	/* .menu #wrapper.toggled #sidebar-wrapper { */
		/* width: 148px !important; */
	/* } */
	#work .toggled #menu-toggle_visible {
		left: 138px !important;
	}
	.owl-loaded  .owl-dot span {
		width: 6px !important;
		height: 6px !important;
		margin: 0px 3px !important;
	}
}
 @media (max-width:961px) {
	.loader {
		top: calc(50% - 45px) !important;
	}
	 .owl-loaded  .owl-dots.left {
		 /* margin: 70px !important; */
		 bottom: 150px !important;
	 }
	.info img {
		zoom: 0.6;
	}
	body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  {
		z-index: 1;
	}
	#avtor_img, #contact_img  {
		width: 100% !important;
	}
	#contact_img, #contact_info {
		display: block;
	}
	#avtor_img img, #contact_img img {
		width: 100%;
	}
	#avtor_img {
		overflow: hidden;
	}
	#avtor_img img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	#contact_img img {
		margin: 0;
		float: none;
	}
	#avtor_info, #contact_info{
		width: 100% !important;
		padding-top: 50px !important;
	}
	#contact_info {
		padding-left: 0px !important;
		position: absolute;
		top: 60%;
		padding-bottom: 120px;
	}
	#contact_info h1 {
		padding-left: 20px !important;
	}
	#contact_info h4 {
		padding-left: 20px !important;
	}
	#contact_info .line {
		margin-left: 20px !important;
	}
	#contact_info .email {
		margin-left: 20px !important;
	}
	#avtor {
		background: none;
	}

	#avtor_info {
		display:block;
		padding-left: 0px !important;
		position: absolute;
		top: 50% !important;
	}
	#avtor_txt {
		width: auto !important;
		padding-right: 30px !important;
		padding-left: 20px !important;
	}
	#avtor_info h1 {
		margin-right: 10px;
		padding-left: 20px !important;
	}
	#avtor_info h4 {
		padding-left: 20px !important;
	}
	#avtor_info .line {
		margin-left: 20px !important;
	}
	.collection .collection__wrapper h1 {
		font-size: 25px !important;
		margin-left: 0 !important;
		margin-top: 30px !important;
		text-align: center;
		margin-bottom: 20px !important;
	}
		.owl-nav {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.owl-loaded  .owl-nav div.owl-prev {
		right: calc(100% + 85px) !important;
	}
	 .owl-nav div.owl-next {
		left: calc(100% + 85px) !important;
	}
	.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, .sidebar-nav li a:focus {
		font-size: 10px !important;
	}
	.menu #wrapper #sidebar-wrapper h5 {
		position: absolute !important;
		top: 90% !important;
		font-size: 7px !important;
	}
	#work #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, .sidebar-nav li a:focus {
		font-size: 10px !important;
	}
	#work #wrapper #sidebar-wrapper h5 {
		position: absolute !important;
		top: 90% !important;
		font-size: 7px !important;
	}
	.menu #wrapper #sidebar-wrapper h5.madeByAsterman, #work #wrapper #sidebar-wrapper h5.madeByAsterman {
		padding-top: 15px;
		letter-spacing: 1px !important;
	}
}



/* Версия для планшетов */
 @media (min-width:768px) and (max-width: 960px) {
	 #theTablet.work_item, #theTablet_left.work_item {
		 width: 50% !important;
	 }
	 #theTablet_left.work_item a img.lazy {
		width: auto;
		position: relative;
		left: -70%;
	 }
 }
 @media (min-width:768px) and (max-width: 961px) {
	 .loader {
		 margin-top: 45% !important;
	 }
	 .owl-carousel .owl-item img {
		 width: 100%;
		 height: auto;
	 }
	 .owl-loaded  .owl-dots {
		 /*margin: 70px !important;*/
		 /* bottom: 400px !important; */
	 }
	 .mobileLogo img {
		visibility: visible !important;
	 }
	 .mobileLogo {
		display: block !important;
		zoom: 0.6;
		position: absolute;
		z-index: 1;
		right: 0;
		margin-top: 48px;
		margin-right: 53px;
	}
	.mobileLogo.mobileLogo-press {
		zoom: 1;
	}
	 .collection__video img {
		height: auto !important;
		width: 100% !important;
	 }

	 body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy {
		 width: 100% !important;
	 }
	 #avtor_info {
		width: 625px !important;
		padding-left: 100px! important;
		height: initial !important;
		padding-bottom: 120px !important;
	 }
	 #contact_info {
		width: 625px !important;
		padding-left: 100px! important;
		top: 65% !important;
		height: initial !important;
		padding-bottom: 120px !important;
	 }

	#avtor_txt {
		width: 430px !important;
	}
	#avtor_info, #contact_info {
		width: 580px !important;
	}
	#avtor_img img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	 #theTablet.work_item a img.lazy {
		width: auto;
		position: relative;
		left: -21%;
	 }

	 .mobileLogo {
		-webkit-transform: scale(1);
		transform: scale(1);
	 }
	 .menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, .sidebar-nav li a:focus {
		font-size: 12px !important;
	}
	.menu #wrapper #sidebar-wrapper h5 {
		font-size: 9px !important;
	}
	.toggled #menu-toggle_visible {
		left: 138px !important;
	}
	/* .menu #wrapper.toggled #sidebar-wrapper { */
		/* width: 198px !important; */
	/* } */
	#work #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, .sidebar-nav li a:focus {
		font-size: 12px !important;
	}
	#work #wrapper #sidebar-wrapper h5 {
		font-size: 9px !important;
	}
	/* #work .toggled #menu-toggle_visible { */
		/* left: 185px !important; */
	/* } */
 }

   @media (min-width:568px) and (max-width: 960px) {
 	 #owl-demo {
		 width: 80% !important;
	 }
	 #owl-demo .item img.owl-lazy {
		 width: 101%;
	 }
	  .owl-loaded  .owl-nav div {
		 opacity: 0.7 !important;
	 }
	 .owl-nav {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	 }
	 .owl-loaded  .owl-nav div.owl-prev {
		right: calc(100% + 130px) !important;
	 }
	  .owl-nav div.owl-next {
		left: calc(100% + 135px) !important;
	 }
	.owl-carousel .owl-stage-outer {
		 margin: 0;
	}
	 .collection .collection__wrapper h1 {
		 font-size: 45px !important;
	 }
	 .collection .collection__wrapper a.btn, .collection .collection__wrapper a.btn:active, .collection .collection__wrapper a.btn:focus {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-left: 50px !important;
		margin-top: 30px !important;
	 }

	 .collection .collection__wrapper h1 {
		margin-top: 110px !important;
	 }
}

  @media (min-width:568px) and (max-height: 414px) {
	  #avtor_img img {
		position: absolute !important;
		top: -10% !important;
	  }
	  #avtor_info {
		  top: 150% !important;
	  }
	  .avtor_info {
		  height: 120% !important;
	  }
  }
   @media (min-width: 769px) and (max-width: 1365px) {
	   .avtor_info h1 {
		   width: 50% !important;
	   }
	   .avtor_txt {
		   width: 290px !important;
	   }
	   .avtor_info {
		   padding-top: 25px !important;
	   }
   }
  @media (max-height: 414px) {
    .collection__button a, .collection__button a:active, .collection__button a:focus {
		margin-top: 25px !important;
	}
  }
  @media (max-height: 414px) and (max-width: 736px){
	  .collection__video img {
		width: 100% !important;
		height: auto !important;
	  }
	  body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy {
		  height: auto !important;
	  }
	  .owl-carousel .owl-item img {
		  width: 100% !important;
		  height: auto !important;
	  }
	  body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item .info {
		bottom: 0 !important;
		top: calc(50% - 260px);
	  }
	  .owl-loaded .owl-dots {
	    position: absolute !important;
		left: calc(50% - 24px) !important;
		top: calc(50% + 100px) !important;
		margin: 0px !important;
		margin-top: 40px !important;
	  }
	  body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  {
		  bottom: 0 !important;
	  }
	  .menu #wrapper, .menu.toggled #wrapper {
		min-height: 500px !important;
	  }
	  #owl-demo .item img.owl-lazy {
		  width: 101% !important;
	  }
	  .owl-loaded  .owl-nav div.owl-prev {
		right: calc(100% + 122px) !important;
		zoom: 0.8;
	  }
	   .owl-nav div.owl-next {
		left: calc(100% + 122px) !important;
		zoom: 0.8;
	  }
	  #owl-demo .item img.owl-lazy {
		  margin: 0 !important;
	  }
	  #owl-demo {
		  height: 70% !important;
	  }
  }
 /*INDEX, главная страница*/
	.animated {
		-webkit-animation-fill-mode: none;
		animation-fill-mode: none;
	}
	.mobileLogo {
		display: none;
	}
	.mobile_visible {
		display: none;
	}
	.mobile_collapse {
		display: block;
	}

	body.overflowHidden {
		overflow:hidden;
	}
.boitsik .opacity{
  background: #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.collection__video img {
	visibility: collapse;
}
.mac-os .boitsik .opacity {
   z-index: 0;
}


.collection__button {
	position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 148px);
}
.collection__button a, .collection__button a:active, .collection__button a:focus{
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "ProximaNovaBold";
  padding: 19px 33px;
  margin-top: 150px;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 4px;
}
.collection__button a:hover {
	text-decoration: none;
	color:#010101;
	background: #ffffff;
  transition: 1s;
}
.collection__video img {
	display: hidden;
}
.collection__video video{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.logo {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}
 /*END INDEX, главная страница*/

/*COLLECTION*/

.sidebar-collection #sidebar-wrapper {
  z-index: 11111;
  display: block;
  position: fixed;
  left: 0;
}

ul li a.active {
  color: #a09f9f;
}

.grid {
  background: #DDD;
}

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

.grid-item {
  width: 40%;
  float: left;
  height: 370px;
  overflow: hidden;
}
.opacity {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 1111;
  opacity: 0.3;
}
.grid-sizer {
  width: 20%;
  min-height: 100%;
  height: auto;
}
.grid-item a .title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  padding-top: 140px;
  color: #ffffff;
  opacity: 0;
   -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.grid-item a:hover .title {
  opacity: 1;
  z-index: 11111;
  transition: 1s;
}
.grid-item a:hover img.zoom {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
   transform:scale(1.25);
   -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.grid-item a img.zoom {
  -webkit-transform:scale(1); /* Safari and Chrome */
  -moz-transform:scale(1); /* Firefox */
  -ms-transform:scale(1); /* IE 9 */
  -o-transform:scale(1); /* Opera */
   transform:scale(1);
   -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.grid-item a:hover .opacity {
  opacity: 0.7;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.grid-item a .opacity {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.grid-item a img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.grid-item a:hover p {
  text-decoration: underline;
}
.grid-item--height2 a img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.grid-item--width2 {
  width: 60%;
  overflow: hidden;
}
.grid-item a .title h2 {
  font-family: "ArnoPro";
  font-size: 50px;
  font-weight: 400;
}
.grid-item a .title p {
  font-family: "ProximaNovaBold";
  font-size: 11px;
  letter-spacing: 3px;
}
.content {
  padding-left: 290px;
}
/*END COLLECTION*/


/*SIDEBAR, MENU*/
.menu nav {
  width: 275px;
  position: fixed;
  top: 0;
  left: 0;
}
.push-wrap {
  -webkit-transition: all 300ms ease 0;
  -moz-transition: all 300ms ease 0;
  -o-transition: all 300ms ease 0;
  transition: all 300ms ease 0;

  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-nav .push-wrap {
  -webkit-transform: translate(275px, 0);
  -moz-transform: translate(275px, 0);
  -ms-transform: translate(275px, 0);
  -o-transform: translate(275px, 0);
  transform: translate(275px, 0);

  -webkit-transform: translate3d(275px, 0, 0);
  -moz-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  -o-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0);
}

body {
  overflow-x: hidden;
  text-transform: uppercase;
  margin: 0;
}

/* Toggle Styles */

.menu #wrapper {
  /* background: #000000; */
  background-size: cover;
  margin: 0;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.menu #sidebar-wrapper {
  background: #ffffff;
  display: none;
  z-index: 1000;
  position: absolute;
  left: -290px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.menu #wrapper.toggled #sidebar-wrapper {
  width: 290px;
}

.menu #page-content-wrapper {
  width: 100%;
  position: absolute;
  z-index: 11;
  /* padding: 15px; */
  top: 50%;
}


/* Sidebar Styles */

.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: 63px 0 0 47px;
  letter-spacing: 3px;
}

.menu #wrapper #sidebar-wrapper .sidebar-nav__menu ul.sidebar-nav li {
  line-height: 40px;
  font-family: "ProximaNovaBold";
  font-size: 13px;
}

.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, .sidebar-nav li a:focus {
  display: block;
  text-decoration: none !important;
  height: 48px;
  line-height: 60px;
  font-size: 13px;
  color: #000000;
}

.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a:hover {
  color: #a09f9f;
}
.menu #sidebar-wrapper .sidebar-nav__menu {
  width: 290px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.menu #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.menu #wrapper #sidebar-wrapper h5 {
    position: absolute;
    bottom: 50px;
    padding-left: 48px;
    color: #878585;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "ProximaNovaRegular";
    width: 200px;
}
@media(max-width:960px) {
  .menu #wrapper #sidebar-wrapper .sidebar-nav__menu {
    position: relative;
  }
  .menu #wrapper #sidebar-wrapper h5 {
    position: relative;
    top: 50px;
  }
}
.push-wrap a#menu-toggle, .push-wrap a#menu-toggle:hover, .push-wrap a#menu-toggle:focus, .push-wrap a#menu-toggle:active {
  display: block;
  text-decoration: none;
  background: url(../images/icon_too.png) center no-repeat;
  width: 53px;
  height: 53px;
  outline: none;
  border: 0;
  border-radius: 0;
  color: transparent;
  padding: 0 !important;
  margin: 15px;
}
.push-wrap a#menu-toggle.menu-toggle-press, .push-wrap a#menu-toggle.menu-toggle-press:hover, .push-wrap a#menu-toggle.menu-toggle-press:focus, .push-wrap a#menu-toggle.menu-toggle-press:active {
  display: block;
  text-decoration: none;
  background: url('../images/icon_too-press.png') center no-repeat;
  width: 53px;
  height: 53px;
  outline: none;
  border: 0;
  border-radius: 0;
  color: transparent;
  padding: 0 !important;
  margin: 15px;	
}
.toggled .push-wrap a#menu-toggle_visible, .toggled .push-wrap a#menu-toggle_visible:hover, .toggled .push-wrap a#menu-toggle_visible:focus, .toggled .push-wrap a#menu-toggle_visible:active {
  display: block;
  text-decoration: none;
  background: url(../images/icon.png) center no-repeat;
  width: 53px;
  height: 53px;
  outline: none;
  border: 0;
  border-radius: 0;
  color: transparent;
}
.menu #sidebar-wrapper .sidebar-nav__menu img {
  margin: 49px 0 0 50px;
}
.toggled .push-wrap a#menu-toggle {
  display: none;
}
.toggled .push-wrap a#menu-toggle.menu-toggle-press {
  display: none;
}
#menu-toggle_visible {
  position: absolute;
  top: 0;
  display: none;
}
.toggled #menu-toggle_visible {
  display: block;
  position: absolute;
  left: 290px;
}
.toggled #sidebar-wrapper {
  display: block;
  position: absolute;
  left: 0;
}
#sidebar-wrapper_visible {
  position: absolute;
  z-index: 1;
  left: 0;
}
.menu #sidebar-wrapper {
  z-index: 100;
}
#sidebar-wrapper_visible img{
    margin: 49px 0 0 50px;
}
.toggled #sidebar-wrapper_visible {
  position: absolute;

  left: 0;
}


/*CAROUSEL COLLECTION*/

.collection_bg {
  position: fixed;
  background: #000000;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
.collection_bg img {
  position: absolute;
  -webkit-filter: blur(6px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: calc(50% + 20px);
  min-height: calc(50% + 20px);
  z-index: -11;
}
.toggled .bg {
	position: absolute;
    opacity: 0.6;
    background-color: rgb(0, 0, 0);
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.collection_bg .bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: #000000;
  opacity: 0.4;
  z-index: 1111111;
}
.collection .collection__wrapper {
  margin: 0 auto;
  align-content: center;
}
.collection .collection__wrapper h1 {
  margin-top: 69px;
  margin-bottom: 40px;
  margin-left: 112px;
  color: #ffffff;
  font-size: 50px;
  font-family: 'ArnoPro';
  text-transform: none;

}
.collection .collection__wrapper h1 q {
  quotes: "\00ab" "\00bb";
}
.collection .collection__wrapper a.btn, .collection .collection__wrapper a.btn:active, .collection .collection__wrapper a.btn:focus {
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "ProximaNovaBold";
  padding: 19px 45px 18px 62px;
  margin-top: 56px;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 4px;
  margin-left:  114px;
  background: url(../images/prev_btn_coll.png) no-repeat;
  background-position: 30px 20px;
}
.collection .collection__wrapper a.btn:hover {
  text-decoration: none;
  color:#010101;
  background: url(../images/arrow_black.png) #ffffff no-repeat;
  background-position: 30px 20px;
  transition: 1s;
}
#owl-demo .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy{
  display: block;
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
#owl-demo {
  position: relative;
  vertical-align: middle;
  width: calc(100% - 250px);
  margin: 0 auto;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-dots.left {
	left: 145px;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .left {
	animation: left 1s steps(100) 1;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .right {
	animation: right 1s steps(100) 1;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.right {
  animation: right 1s steps(100) 1;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.left {
  animation: left 1s steps(100) 1;
}

body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-dots.left {
	animation: left 1s steps(100) 1;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-dots.left {
	animation: left 1s steps(100) 1;
}
@keyframes left {
  0% {
    left: 145px;
  }
   100% {
    left: calc(0 + 145px);
  }
}
@keyframes right {
  0% {
    left: 145px;
  }
   100% {
    left: 0;
  }
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  .owl-nav .owl-next {
	animation: null 0 1;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.left {
	position: absolute;
	width: calc(100% - 290px);
    left: 290px;
}
.arrow_left, .arrow_right {
  display: inline-block;
}
.owl-nav {
    position: absolute;
    top:calc(50% - 100px);
    width: 100%;
}
.owl-loaded  .owl-nav div.owl-prev {
  position: absolute;
  right: calc(100% + 33px);
  background: url(../images/arrow_left.png) no-repeat;
  width: 112px;
  height: 112px;
}
 .owl-nav div.owl-next {
  position: absolute;
  left: calc(100% + 31px);
  background: url(../images/arrow_right.png) no-repeat;
  width: 112px;
  height: 112px;
}
.owl-loaded  .owl-nav div {
  border-radius: 0;
}
.owl-loaded  .owl-dots .owl-dot span {
  background: #ffffff;
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  display: block;
  border-radius: 6px;
  opacity: 0.5;
}
.owl-loaded  .owl-dots .active span{
	opacity: 1;
}
.owl-carousel .owl-dot {
	display: inline-block;
}
#owl-menu .owl-dots {
	position: relative;
	bottom: 150px;
}
#owl-demo .owl-dots {
  margin: 52px;
  text-align: center;
}

body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  {
    text-align: center;
    position: absolute;
    width: 100%;
	bottom: 0px; //bottom 60px
    text-align: center;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info {
	position: absolute;
    z-index: 11111;
	left: 0;
    color: #090909;
    text-align: center;
    bottom: calc(0% + 200px);
	width: 100%;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.whcol{
	color: #fff !important;
}

body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info p {
	font-family: 'Open-Sans';
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  .owl-nav {
	position: absolute;
    top: calc(100% - 112px);
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  .owl-nav .owl-next{
	position: fixed;
	left: calc(100% - 113px);
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  .owl-nav .owl-prev{
	left: 0;
    right: 0;
	transition: 1s;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu  .owl-nav .owl-prev.left {
	left: calc(0% + 290px);
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy {
	position: absolute;
    width: 100%;
    z-index: 111;
    left: 0;
	transition: 1s;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .owl-stage-outer .owl-stage .owl-item .item a img.owl-lazy.zoom {
	width: 110%;
	transition: 1s;
	z-index: 11;
}

body.menu {
	overflow: hidden;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu {
	height: 100%;
}

body.menu .toggled .collection .collection__wrapper .slider .toggled .item a img.owl-lazy {
	zoom: 1.5;
}
body.menu .toggled .collection .sidebar__wrapper {
	position: relative;
}

body.game_video {
	margin-bottom: 50px;
}
.game_video {
	margin-bottom: 50px;
}
    /*LOOKBOOK*/


body.work {
    margin: 0;
    overflow-x: hidden;
    text-transform: uppercase;
}
.work_item {
    position: relative;
    float: left;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
body .collection .collection__wrapper .slider #owl-demo .owl-stage-outer .owl-stage div.owl-item {
	background: none;
}
.work_item.width_bold {
	width: 100%;
}
@media screen and (min-width: 961px) {
    .work_item {
        width:60%;
        padding-bottom: 33%
    }
	.work_item.full {
		width: 100%;
	}
	.work_item.big {
        width:40%;
    }
}
@media screen and (min-width: 1200px) {
    .work_item {
        width:60%;
        padding-bottom: 33%;
    }
	.work_item.full {
		width: 100%;
	}
}


.work_item a {
    display: block;
    -webkit-transition: background 1s ease, transform 1s ease; /* Safari and Chrome */
    -moz-transition: background 1s ease, transform 1s ease; /* Firefox */
    -ms-transition: background 1s ease, transform 1s ease; /* IE 9 */
    -o-transition: background 1s ease, transform 1s ease; /* Opera */
    transition:background 1s ease, transform 1s ease;
}
.work_item a img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}
.work_item a img.lazy {
    -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1);
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.work_item a:hover img.lazy {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.work_item a .inner {
    z-index: 11111;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #222;
    width: 100%;
    opacity: 1;
    text-align: center;


}
.work_item a .inner .helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.work_item a .inner .info {
    max-width: 100%;
    max-height: 100%;
	display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
	opacity: 0.7;
}
.work_item a .inner .info p,.work_item a .inner .info h2 {
    color: #fff;
}
.work_item a:hover .inner {
        background: rgba(0,0,0,0.7);
        opacity: 1;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
}
.work_item a:hover .inner .info {
	opacity: 0.7;
  -webkit-transition: all 300ms ease 0;
  -moz-transition: all 300ms ease 0;
  -o-transition: all 300ms ease 0;
  transition: all 300ms ease 0;
}
@media screen and (min-width: 961px) {
    .work_item a:hover .inner {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }
	.work_item a .inner .info {
    max-width: 100%;
    max-height: 100%;
	display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
	opacity: 0;
}
}
.work_item .opacity2 {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 1111;
    opacity: 0.3;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
@media screen and (min-width: 769px) {
	.small .info h2 {
	  width: 380px;
	}
}
.info q {
  quotes: "\00ab" "\00bb";
}
.info h2 {
    font-family: "ArnoPro";
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info p {
	border-bottom: 1px solid #090909 !important;
}
body.menu #wrapper .collection .collection__wrapper .slider .owl-menu .item  .info.whcol p {
	border-bottom: 1px solid #fff !important;
}

.info p {
    font-family: "ProximaNovaBold";
    font-size: 11px;
    letter-spacing: 3px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin-top: 0;
    width: 80px;
    margin: 0 auto;
}

#work #wrapper #sidebar-wrapper {
    z-index: 1000;
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    left: 0px;
    overflow-x: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#work #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 50%;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: 63px 0 0 47px;
  letter-spacing: 3px;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav li a, #work #wrapper #sidebar-wrapper .sidebar-nav__menu .work .sidebar-nav li a:focus {
  display: block;
  text-decoration: none !important;
  height: 48px;
  line-height: 60px;
  font-size: 13px;
  color: #000000;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu ul li a.active {
  color: #a09f9f;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu ul li a:hover {
  color: #a09f9f;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu {
  width: 290px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#work .sidebar-nav > .work .sidebar-brand a {
  color: #999999;
}
#work .sidebar-nav > .work .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu ul.sidebar-nav li {
  line-height: 40px;
  font-family: "ProximaNovaBold";
  font-size: 13px;
}
#work #wrapper #sidebar-wrapper h5 {
    position: absolute;
    bottom: 50px;
    padding-left: 48px;
    color: #878585;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "ProximaNovaRegular";
    width: 200px;
    font-weight: 300;
}
.menu #wrapper #sidebar-wrapper h5.madeByAsterman, #work #wrapper #sidebar-wrapper h5.madeByAsterman {
    bottom: 40px;
    font-size: 8px;
    letter-spacing: 2.2px;
	color: #d9d9d9;
}
@media(max-width: 961px) {
  #work #wrapper #sidebar-wrapper .sidebar-nav__menu {
    position: relative;
  }
  #work #wrapper #sidebar-wrapper h5 {
    position: relative;
    top: 50px;
  }
  #work #wrapper #sidebar-wrapper .sidebar-nav__menu .sidebar-nav {
	  margin: 63px 0 0 29px;
	}
}
@media(min-width:961px) {
    #work #wrapper {
        padding-left: 290px;
    }
    #work #wrapper.toggled {
        padding-left: 0;
    }
    #work #wrapper #sidebar-wrapper {
        width: 290px;
    }
    #work #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #work #page-content-wrapper {
        padding: 0;
        position: relative;
    }
	#work #page-content-wrapper .container-fluid .row .push-wrap {
        display:none;
    }
    #work #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
#work #wrapper #sidebar-wrapper .sidebar-nav__menu img {
  margin: 49px 0 0 50px;
}

/*END LOOKBOOK*/


/*CONTACT*/
.contact{
  width: 100%;
  overflow-x: hidden;
}
.contact_info, .contact_img {
    display: inline-block;
    width: 50%;
}
.contact_info{
    position: absolute;
    height: auto;
    background: #ffffff;
    padding-left: 82px;
    padding-top: 190px;
}
.contact_img img {
  margin: 107px 0 150px;
  float: right;
}
.contact_img {
  background: #ededed;
}
.contact_info h1 {
  font-family: "ArnoPro";
  font-size: 70px;
  text-transform: none;
  margin: 0;
  font-weight: 400;
}
.contact_info h4 {
  font-family: "Open-sans";
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 6px;
}
.contact .line {
  width: 82px;
  height: 1px;
  background: #000000;
  margin-top: 28px;
}
.email p {
  font-family: "Open-Sans";
  font-size: 14px;
  text-transform: none;

}
.email img {
  padding: 3px;
}
.email p {
  margin-top: 29px;
  margin-bottom: 4px;
}
/* .descrinst { */
	/* position: absolute; */
	/* display: none; */
	/* opacity: 0; */
	/* transition: 0.8s; */
    /* margin-left: -350px; */
    /* padding: 10px; */
    /* margin-top: 17px; */
    /* background: #f3f3f3; */
    /* height: 200px; */
    /* -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3); */
    /* -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3); */
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.3); */
/* } */
/* .inst{ */
	/* position: relative; */
	/* padding: 0; */
	/* display: inline-block; */
	/* cursor: pointer; */
/* } */
.spoiler_body {
	display:none;
	}
}
.spoiler_links {
	cursor:pointer;
	}
	
.inst_1_h img{
	display:inline-block;
}
.inst_1_h h2{
	display:none;
	text-decoration:none;
	text-transform:none;
	font-size:8pt;
}
.inst_1_h:hover h2{
	display:inline-block;
	position:absolute;
	margin-left:5px;
	padding-top:2px;
}
.inst_2_h img{
	display:inline-block;
}
.inst_2_h h2{
	display:none;
	text-decoration:none;
	text-transform:none;
	font-size:8pt;
}
.inst_2_h:hover h2{
	display:inline-block;
	position:absolute;
	margin-left:5px;
	padding-top:2px;
}
.opInst {
    opacity:0.4;
    filter:alpha(opacity=40); 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE 5.5+*/
	-moz-opacity: 0.4; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.4; /* Konqueror 3.1, Safari 1.1 */
	

}
/*END CONTACT*/

/*AVTOR*/

.avtor {
  overflow-x: hidden;
}
.avtor_img {
  display: inline-block;
  width: 50%;
}
.avtor_img img {
  width: 100%;
  float: right;
}
.avtor_info{
  display: inline-block;
  position: absolute;
  height: 100%;
  background: #ffffff;
  padding-left: 56px;
  padding-top: 189px;
  width: 50%;
}
.avtor_info h1 {
  font-family: "ArnoPro";
  font-size: 70px;
  text-transform: none;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
}
.avtor_info h4 {
  font-family: "Open-sans";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0;
}
.avtor .line {
  width: 82px;
  height: 1px;
  background: #000000;
  margin-top: 29px;
}
.avtor_txt {
  font-family: "Open-Sans";
  font-size: 14px;
  width: 430px;
  text-transform: none;
  padding-right: 270px;
  margin-top: 29px;
  line-height: 1.5;
}
/*END AVTOR*/

/*PRESS*/
.press {
  background: #f3f3f3;
  padding-top: 108px;
  margin: 0;
}
.press_video, .press_txt {
  display: inline-block;
}
.press_video {
  width: 54%;
}

.press_txt {
  vertical-align: top;
  padding-left: 40px;
  width: 45%;
}
@media(max-width: 768px) {
	.press_video {
	  width: 100%;
	}
	.press_txt {
	  width: 100%;
	}
}
.press_txt .press_txt-date {
  text-transform: none;
  font-family: 'Open-sans';
  font-size: 14px;
  color: #bababa;
}
.press_txt .press_txt-name {
  text-transform: none;
  font-family: 'ArnoPro';
  font-size: 30px;
  color: #000000;
}
.press_txt a {
  text-decoration: none;
}
img.press_video-content {
    width: 100%;
    margin-bottom: 20px;
}
.press__content {
  width: 100%;
  background: #f3f3f3;
  padding-bottom: 30px;
}
.view__more {
  background: url(../images/arrow__sie.png) no-repeat rgba(0,0,0,0.3);
  background-position: calc(50% - 100px) 68px;
  width: 100%;
  height: 95px;
  position: fixed;
  bottom: 0;
  z-index: 11111;
  font-family: 'Open-sansBold';
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  display: block;
}
.view__more p {
  padding-top: 34px;
  padding-left: calc(50% - 160px);
  margin: 0;
  letter-spacing: 3px;
}

/*END PRESS*/


// PRESS AUTSIDE

// .press_autside {
//   width: 60%;
//   height: 100%;
//   background: #f3f3f3;
// }
.press_autside_content-txt {
  width: 66%;
  display: block;
  margin-left: 10%;
  padding-top: 140px;
  padding-bottom: 117px;
}

.press_autside_content-txt .press_video {
  width: 100%;
  margin-top: 22px;
}
.press_autside_content-txt a.btn, .press_autside_content-txt a.btn:active, .press_autside_content-txt a.btn:focus {
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "ProximaNovaBold";
  padding: 19px 45px 18px 62px;
  margin-top: 56px;
  color: #000000;
  border: 1px solid #000000;
  letter-spacing: 4px;
  margin-left: 0;
  margin-top: 50px;
  background: url(../images/arrow_black.png) no-repeat;
  background-position: 30px 20px;
}
.press_autside_content-txt .press_txt-date {
    text-transform: none;
    font-family: 'Open-sans';
    font-size: 13px;
    color: #bababa;
    letter-spacing: 4px;
}
.press_autside_content-txt .press_txt-name {
  text-transform: none;
  font-family: 'ArnoPro';
  font-size: 50px;
  line-height: 1.2;
  color: #000000;
  padding-top: 4px;
}
.press_autside-txt {
  font-family: 'Open-sans';
  font-size: 14px;
  text-transform: none;
  line-height: 1.6;
  margin-top: 22px;
}
/* // PRESS AUTSIDE END  */
@media (min-width:769px) and (max-width: 961px) {
	.press_autside_content-txt {
		width: 80% !important;
	}
}
@media(max-width: 768px){
	.press_autside_content-txt {
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.press_txt .press_txt-name {
		font-size: 22px;
	}
	.press_txt .press_txt-date {
		font-size: 10px;
	}
	.press_autside_content-txt .press_txt-date {
		font-size: 10px;
	}
	.press_autside_content-txt .press_txt-name {
		font-size: 30px;
	}
	.press_autside_content-txt a.btn, .press_autside_content-txt a.btn:active, .press_autside_content-txt a.btn:focus {
		font-size: 7px;
	}
}
