@font-face {
	font-family: 'AGOpusC';
	font-style: normal;
  	font-weight: 400;
	src: url('/fonts/agopus.otf') format('opentype');
}

@font-face {
	font-family: 'AGOpusC';
	font-style: bold;
  	font-weight: 600;
	src: url('/fonts/agopus_b.otf') format('opentype');
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  font-weight:300;
  background-color:#000;
  overflow:auto;}

h1 {
	font: 3rem "AGOpusC";
	font-weight:400;
}

/* Content */

.trigger-headline {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 40%;
	left: 0;
	position: absolute;
	pointer-events: none;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding:0;
	text-shadow: 0px 0px 30px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 30px rgba(0,0,0,1);
	flex-wrap:wrap;}

.trigger-headline span {
	display: inline-block;
	position: relative;
	padding: 0  1.5vw;
	font-family: 'Marcellus', serif;
	font-size: 12vw;
	line-height:12vw;
	-webkit-transition: opacity 2.5s, -webkit-transform 2.5s;
	transition: opacity 2.5s, transform 2.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;

}

.trigger-headline h2 {
	font: 2.28vw "Ubuntu";
	padding-left:1em;
	font-weight:300;
	white-space:nowrap;
	-webkit-transition: opacity 2.5s;
	transition: opacity 2.5s;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
	letter-spacing:0.3vw;
	word-spacing:1vw;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1);}
	
	.h2eng {
	letter-spacing:0.26vw !important;
	word-spacing:0.1vw !important;
		
	}
	
	.trigger-headline h3 {
	font: 2.7vw "AGOpusC";
	font-weight:400;
	white-space:nowrap;
	-webkit-transition: opacity 2.5s;
	transition: opacity 2.5s;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
	letter-spacing:0.3vw;
	text-shadow: 0px 0px 25px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 25px rgba(0,0,0,1);
	width:100%;
	text-align:center;
	line-height:5.5em;
	}
	
	.trigger-headline h3 b {
	font: 3.5vw "Marcellus";
	}
	
@media (max-width:767px) {
	
	.trigger-headline {
	top: 45%;
	}
	
	.trigger-headline span {
	display: inline-block;
	position: relative;
	padding: 0  1.5vw;
	font-family: 'Marcellus', serif;
	font-size: 18vw;
	line-height:20vw;
	}

.trigger-headline h2 {
	font: 3.5vw "Ubuntu";
	padding-left:0.8em;
	font-weight:300;
}

.trigger-headline h3 {
	font-size: 5vw;
	line-height:6em;
	}
	
	.trigger-headline h3 b {
	font-size: 9vw;
	}
}


.trigger-headline span:nth-child(1) {
	padding-left:0px !important;
}
.trigger-headline span:nth-child(6) {
	padding-right:0px !important;
}

.js .trigger-headline--hidden span {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
	
}

.js .trigger-headline--hidden h2, .js .trigger-headline--hidden h3 {
	pointer-events: none;
	opacity: 0;
}


.segmenter {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #3c3a39;
	}


.segmenter__image {
	width: 100%;
	display: block;
}

.segmenter__background,
.segmenter__pieces,
.segmenter__piece-wrap,
.segmenter__piece-parallax,
.segmenter__piece {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.segmenter__piece-parallax {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.segmenter__pieces {
	-webkit-perspective: 500px;
	perspective: 500px;
}

.segmenter__background,
.segmenter__piece {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.segmenter__shadow {
	position: absolute;
	opacity: 0;
	box-shadow: 0px 0px 50px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,1);
}

.carousel-item {
	height:100vh;
	top:0;
	left:0;
	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#carousel2 .carousel-item {
	background-position: 50% 0%;
}

.team-1 {
	height:100vh;
	top:0;
	left:0;
	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image:url(../img/team_1.jpg);
	
}


	
.carousel-round1 {	
 position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;}
  
  .carousel-round1 a {
	max-width: 200px;
	padding: 0  1.2%;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	
}
.carousel-round1 a:hover, .carousel-round1 a:active  {
  text-decoration: none;
  outline: 0;
  }
	
.carousel-round1 img {
	max-width: 100%;
	height: auto;
	border:solid 2px #FFF;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
	}
	
	.carousel-round1 img:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	
	}
	
	.carousel-round1 p {
	color:#fff;
	margin-top:1em;
	font: 1.2rem "AGOpusC";
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
	
	
	@media (max-width:1999px) {
	.carousel-round1 p {
	font-size:1.2rem;
	margin-bottom:12px;
	}
	.carousel-round1 a {
	max-width: 200px;
	padding: 0  1.2%;
	}
	}
	
	
	
	
	@media (max-width:767px) {
	.carousel-round1 p {
	font-size:0.9rem;
	margin-bottom:8px;
	}
	.carousel-round1 a {
	max-width: 30%;
	padding: 0  1%;
	}
	}	
	
div.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:3em;
  padding-bottom:3em;
}
  

div.module.parallax-1 {
  background-image: url("/img/para_1.jpg");
  background-color:#333;
}
div.module.parallax p {
 font-weight:200 !important; 
 text-align:center; 
 color:#FFF;
 padding:0 15%;
 }
 
 div.module.parallax h1 {
 text-align:center; 
 color:#FFF;
 }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 35px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  
}

.prev-icon, .next-icon {
	font-size:75px;
	font-weight:bold;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.carousel-control-prev,
.carousel-control-next {
	width:10%;
  opacity: 1;
  
}

#carousel1 .carousel-caption {
	color:#fff;
	bottom:50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.carousel-caption p {
	font-weight:300;
}

.team1 {
	padding-left:25%; 
	padding-right:25%;
	font-family: "Ubuntu" !important;}

.sol1 {
	padding-left:15%; 
	padding-right:15%;
	/* background: rgba(0,0,0,0.2);
	padding:10px;
	border-radius:10px; */
	}

.sol1_title {
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

@media (max-width:767px) {
	
#carousel1 .carousel-caption, #carousel2 .carousel-caption {
	bottom:30px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

.carousel-caption h1, .sol1_title {
	font-size:2.2rem;
}

.carousel-caption p {
	font-size:1rem;
	line-height:1.2rem;
}


.team1 {
	padding-left:2%; 
	padding-right:2%;
}

.sol1 {
	padding-left:0; 
	padding-right:0;
}

div.module.parallax {
  background-attachment: scroll;
  padding-top:2em;
  padding-bottom:1.8em;
}

div.module.parallax p {
 font-size:1.1rem;
 padding:0 0;
 }

}

.carousel-top-round {
margin-left:auto;
margin-right:auto;
margin-top:50px;}

.carousel-top-round a {
display:inline-block;
border: 2px solid #fff;
border-radius: 50%;
background-color:#fff;
margin:7px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.carousel-top-round img {
	border-radius: 50%;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor:pointer;}
	
.carousel-top-round .active img {
	opacity: 1;
}

.carousel-top-round img:hover {
	opacity: 1;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%); /* New WebKit */
    filter: grayscale(100%); /* Current draft standard */
}

footer {
	font-weight:300;
	padding-top:40px;
	padding-bottom:10px;
	background-color:#222;}
	
#graymap {
	width:50%; 
	height:200px;
	display:inline-block;}

.contacts {
 	display:inline-block;
	position:absolute;
	left:54%;
	white-space:nowrap;
}

.arch-contact a {
color:#fff;
	text-decoration:underline;
}
	
footer a:hover, .arch-contact a:hover {
	color: #ffcc00;

}

.contacts {
	overflow:hidden;
}

.email {
	display: block;
	color:#fff;
	height:52px;
	background-image: url(/img/email.png);
	background-repeat: no-repeat;
	padding-left:42px;
	text-decoration:none}
	
.phone {
	display:block;
	color:#fff;
	height:52px;
	background-image: url(/img/phone.png);
	background-repeat: no-repeat;
	padding-left:42px;
	text-decoration:none
	}
	
.address {
	color: #fff;
	height: 52px;
	background-image: url(/img/home.png);
	background-repeat: no-repeat;
	padding-left:42px;}
	
.brand-bottom {
	display:block;
	margin-top:4px;
	opacity:0.5;
}

.brand-bottom:hover {
	opacity:1;
}

.social {
	float:right;
	margin-top:-34px;
}

.social img {
	height:32px;
	opacity:0.5;
	border-radius:3px;
	margin-left:12px;
}

.social a img:hover {
	opacity:1;
}
	
.gal-grid {
	display:block;
	width:64px;
	height:64px;
	margin-bottom:42px;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
	
.gal-grid img {
	
}

.main-nav {
	position:fixed;
	z-index:99 !important;
	width:100%;
	padding:0.6em;
	padding-right:1.3em;
}

.main-nav img {
	height:48px;
}

.main-nav a {
	display:inline-block;
	opacity: 0.75;
}

.main-nav a:hover {
	border:none;
	opacity: 1;
}

.brand-left {
	float:left;
}

.right-cub a {
	float:right;
	display:inline-block;
	height:48px;
}

 .nav-mobile {
}

#nav-toggle {
display:block;
margin-left:10px;
width:32px;
height:32px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 32px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
  top:1.8em;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#nav-toggle span:before {
  top: -12px;
}
#nav-toggle span:after {
  top: 12px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.nav-list {
 position:absolute;
 top:0px;
 right:0px;

 list-style: none;
 margin: 0;
 padding: 0;
 padding-top:70px;
 background-color:rgba(0,0,0,0.7);
 display:none;
}
.nav-list li a,
.nav-list li a:visited {
  display: block;
  padding: 0 30px;
  line-height: 2.5em;
  font-weight:200;
  color: #fff;
  text-decoration: none;
  }
  
.nav-list li a:hover,
.nav-list li a:visited:hover {
  background-color:#000;
  color: #fff;
}

.main-submenu li a {
  padding-left: 60px;
  line-height: 2em;
}

.nav-list li img {
 float:left;
 height:28px;
 margin-top:0.8em;
 margin-bottom:30px;
 margin-left:30px;
}

.lang {
	display:inline-block;
	float:left;
	padding:0 !important;
	opacity:0.5;
	margin-left:-12px;
	}
	
.lang:hover, .lang:active {
	opacity:1 !important;
	background:none !important;
	}
	
	.main-arrow {
	display:block;
	position:absolute;
	bottom:24px;
	left:48%;
	opacity:0.4;
}


.main-arrow img {
	width:36px;
	height:36px;
}

.main-arrow:hover {
	opacity:1 !important;
}

@media (max-width:767px) {

.main-nav {
	margin-top:-8px;
	padding-left:0.2em;
	padding-right:0.8em;
}

.main-nav img {
	height:48px;
}

.nav-list {

}


footer {
	font-size:1rem;
}

h1 {
	font: 2.5rem "AGOpusC";
	font-weight:400;
}

.gal-grid {
	width:48px;
	height:48px;
	margin-bottom:36px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.gal-grid img{
	width:48px;
	height:48px;
}

.carousel-top-round {
margin-top:75px;
z-index:10;}

.carousel-top-round a {
width:65px;
height:65px;
margin:4px;
}

.carousel-top-round img {
width:100%;
}

#graymap {
	width:100%; 
	height:200px;
	display:inline-block;}

.contacts {
 	display:inline-block;
	position:relative;
	left:0;
	margin-top:24px;
}

.address {
	width:90%;
	height: 64px;
	white-space:normal;}

.email {
	width:50%;
	height: 45px;
	}
	
.phone {
	width:50%;
	height: 45px;
	}
	
.social {
	float:none;
	margin-top:20px;

}

.social img {
	margin-left:0px;
	margin-right:12px;
}

}


/* Базовые стили слоя затемнения и модального окна  */
.overlayx {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
visibility: hidden;
/* фон затемнения */
background-color: rgba(0, 0, 0, 0.7);
opacity: 0;
position: fixed; /* фиксированное поцизионирование */
cursor: default; /* тип курсара */
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.overlayx:target {
visibility: visible;
opacity: 1;
}

/* стили модального окна */
.popup {
height:100vh;
width:100vw;
top:0;
left:0;
z-index: 1000;
margin: 0 auto;
/* фиксированное позиционирование, окно стабильно при прокрутке */
position: fixed;
background-color: #000;
/* трансформация */
-webkit-transform: translate(0%, 150%);
-ms-transform: translate(0%, 150%);
-o-transform: translate(0%, 150%);
transform: translate(0%, 150%);
/* анимируем трансформацию */
-webkit-transition: transform 0.6s ease-out;
-moz-transition: transform 0.6s ease-out;
-ms-transition: transform 0.6s ease-out;
-o-transition: transform 0.6s ease-out;
transition: transform 0.6s ease-out;

	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* активируем мод. окно */
.overlayx:target+.popup {
-webkit-transform: translate(0%,0%);
-ms-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}

.gal-main {
	position: absolute;
	bottom:0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:2px;
	overflow-y: auto;
	width:100%;
    background: #000;

}


.item {
	position: relative;
	-webkit-flex: 1 0 25%;
	flex: 1 0 25%;
	overflow: hidden;
	height: 16vw;
	outline: none;
	border: 2px solid #000;
	background: #000;
}

.item-big {
	position: relative;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
	overflow: hidden;
	height: 32vw;
	outline: none;
	border: 2px solid #000;
	background: #000;
}

.item_image {
	position: absolute;
	top: 50%;
	height:auto;
	width: 100%;
	opacity: 0.7;
	-webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.item:hover .item_image, .item:active .item_image {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.gal-name {
	position:absolute;
	left:0.51em;
	top:20px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	}
	
.closex {
	position:absolute;
	right:0.5em;
	top:0px;
	font-size:5.3rem;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.closex:hover{
	color: #ffcc00;
	text-decoration:none;
}

.gal-big-back {	
	background-color:#000;
}
	
.gal-big {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width:100%;
	height:18.6vw;
	opacity: 1;
	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image:url(/img/galery_big.jpg);
	}

.gal-big:hover {
	opacity: 1;
}

.gal-grid-big {
	display:block;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	
}

.grave {
	width:60vw;
	height:4.7vw;
	background-image:url(/img/grave.png);
	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	opacity:0.5;
	}

.team-header {
	position:absolute;
	width:100vw;
	top:20px;
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	text-align:center;}

@media (max-width:767px) {
	
	.gal-grid-big {
	width:48px;
	height:48px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);}
	
.grave {
	width:80vw;
	height:29vw;
	background-image:url(/img/grave_small.png);
	margin-top:30px;
}
	
.gal-main {
	position: absolute;
	top:70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

}

.gal-new {
	position: absolute;
	top:70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

}

.item {
-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	height: 38vh;

}

.gal-name {
	left:0.5em;
	top:-7px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	}
	
.team-header {
	top:-7px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
	
.closex {
	right:0.3em;
	top:-17px;
	font-size:4.2rem;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.gal-big {
	width:100%;
	height:75vw;
	background-image:url(/img/galery_small.jpg);
	}
	
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-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;
}

#solutions-1 {
background-image:url(/img/solutions_1.jpg);}

#solutions-2, #solutions-21 {
background-image:url(/img/solutions_2.jpg);}

#solutions-3, #solutions-31 {
background-image:url(/img/solutions_3.jpg);}

#solutions-4, #solutions-41 {
background-image:url(/img/solutions_4.jpg);}

#team-1 {
background-image: url(/img/team_1.jpg);}

#team-2 {
background-image: url(/img/sol/model_07.jpg);}

#team-3 {
background-image: url(/img/sol/recover_06.jpg);}


@media (max-width:767px) {

#solutions-1 {
background-image:url(/img/solutions_11.jpg);}

#solutions-2, #solutions-21 {
background-image:url(/img/solutions_21.jpg);}

#solutions-3, #solutions-31 {
background-image:url(/img/solutions_31.jpg);}

#solutions-4, #solutions-41 {
background-image:url(/img/solutions_41.jpg);}

#team-1 {
background-image: url(/img/team_11.jpg);}

div.module.parallax-1 {
background-image: url(/img/para_11.jpg);}

}

@media (max-width:500px) {

#solutions-1 {
background-image:url(/img/solutions_12.jpg);}

#solutions-2, #solutions-21 {
background-image:url(/img/solutions_22.jpg);}

#solutions-3, #solutions-31 {
background-image:url(/img/solutions_32.jpg);}

#solutions-4, #solutions-41 {
background-image:url(/img/solutions_42.jpg);}

#team-1 {
background-image: url(/img/team_12.jpg);}

div.module.parallax-1 {
background-image: url(/img/para_12.jpg);}

.trigger-headline {
text-shadow: 0px 0px 15px rgba(0,0,0,1);
-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,1);
}

.trigger-headline span {
	-webkit-transition: opacity 2.5s;
	transition: opacity 2.5s;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.js .trigger-headline--hidden span {
	pointer-events: none;
	opacity: 0;
}

.trigger-headline h2 {
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 7px rgba(0,0,0,1);}
	
.trigger-headline h3 {
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}

}



.gallery-back {
width:100%; 
overflow:hidden; 
background-color:#222;
background-image:url(/img/sol/project_11.jpg);
background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
color:#fff;}


.gallery-back h1 {
	text-align:center;
	margin-top:80px;
	font: 3rem "AGOpusC";
	font-weight:400;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.gal-new {
	position: absolute;
	bottom:0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:2px;
	overflow-y: auto;
	width:100%;
    background: #000;

}


.my-gallery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:2px;
	overflow-y: auto;
	width:100%;
    background: #000;	
}

.my-gallery figure, .gal-new figure {
	position: relative;
	-webkit-flex: 1 0 25%;
	flex: 1 0 25%;
	overflow: hidden;
	height: 16vw;
	outline: none;
	border: 2px solid #000;
	background: #000;
}

.my-gallery img, .gal-new img {
	position: absolute;
	top: 50%;
	height:auto;
	width: 100%;
	opacity: 0.7;
	-webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.my-gallery figure:hover img, .my-gallery figure:active img, .gal-new figure:hover img, .gal-new figure:active img {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

@media (max-width:767px) {
	
.my-gallery figure,  .gal-new figure {
-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	height: 38vh;

}
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s , -webkit-transform 0.6s, -o-transform 0.6s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.article {
	padding-top:3rem;
	padding-bottom:3rem;
	background-color:#333;
	color:#fff;
	border-bottom:solid 1px #ddd;
	}
	
.article p {
	font-size: 1rem;
	color:#ddd;
	text-align:justify;}

.article h2 {
margin-bottom:1.2rem;
}

.oglav {
	padding-bottom:2.5rem;
}

.oglav a {
	display:block;
	font-size: 1rem;
	color: #bbb;
	padding-bottom:0.5rem;
}

.oglav a:hover, .oglav a:active  {
	color: #fff;
	text-decoration:none;
	}
	
.arch {
	padding-top:3rem;
	padding-bottom:3rem;
	background-color:#333;
	color:#fff;
	border-bottom:solid 1px #ddd;
	}
	
.arch p, .arch img, .arch form {
	font-size: 1rem;
	color:#ddd;
	padding-left:25%; 
	padding-right:25%;

}

#team-new {
	top:42%;
}

@media (max-width:1999px) {
	
#team-new {
	top:53%;
}
}

@media (max-width:767px) {
	
.arch p, .arch img, .arch form {
	padding-left:2%; 
	padding-right:2%;

}
#team-new {
	top:38%;
}
}
