﻿body {
 font-family: MinionPro 
}

html {
  scroll-behavior: smooth;
}

a:hover {
	text-decoration: none;
}
h3 {
	font-family: MinionPro;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

h4 {
	line-height: 23px;
    font-size: 19px;
    text-align: justify;
    font-family: '__Minion Pro_5';
    font-weight: 400;
	text-indent: 20px;
}

h5 {
	text-transform: uppercase;
	color: #FFF;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    font-family: '__Minion Pro_5';
    font-weight: 400;
}
h6 {
	line-height: 1.5;
    font-size: 19px;
    text-align: center;
    font-family: '__Minion Pro_5';
    font-weight: 500;
    margin: 0;
}

.mdcontainer {
	width: 78%;
    margin: auto;
    padding-bottom: 30px;
	margin-top: 30px;
	max-width: 1280px;
}


.navbar-btn {
    margin-top: 16px;
    margin-bottom: 8px;
}


* {
  box-sizing: border-box;
}

.content-section-a {
  padding: 2% 0;
  background: #f8f8f8;
  padding-bottom: 2%;
}

.content-section-b {
  padding: 2% 0;
  background: white;
  padding-bottom: 2%;
  
}


.sld {
	display: block; 
	position: relative; 
	top: -75px; 
	visibility: hidden;
}

.container1 {
    width: 1224px;
    margin: 0 auto;
    padding-left: 178px;
	
}

.container2 {
	width: 78%;
	margin: auto;
	max-width: 1280px;
}

.container3 {
	width: 100%;
	background-color: #485A61;
	color: #fff;
	height: 170px;
	box-shadow: 1px 5px 7px 3px rgba(0, 0, 0, .5);
	
}

.container4 {
	width: 78%;
	margin: auto;
	padding-top: 2%;
	max-width: 1280px;
}

.container5 {
	width: 90%;
	padding: 10px;
	margin: auto;
	height: 450px;
}

.container6 {
	width: 78%;
	margin: auto;
	max-width: 1024px;
}

.articlename {
	background-image: linear-gradient(#7c7171, #585a59);
	color: #e5dfce;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
    font-size: 20px;
	width: 200px;
	text-align: center;
	box-shadow: 1px 5px 7px 3px rgba(0, 0, 0, .4);
	position: absolute;
}

.articlenames {
	background-color: #7E7373;
	color: #e5dfce;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
    font-size: 20px;
	width: 260px;
	text-align: center;
	box-shadow: 1px 5px 7px 3px rgba(0, 0, 0, .4);
}

.column {
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.btn-color {
	box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, .1);
	color: #000;
    background-color: #fff;
	border-radius: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 500;
	margin-right: 10px;
}

.btn-color:hover {
	color: #fff;
    background-color: #b19b72;
}

.navbar-inverse {
	background-color: #fff;
	border: none;
	border-top: 6px solid #575958;
	border-radius: 0;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, .1);
	position: fixed;
	width: 100%;
	height: 75px; 
	z-index: 3
}

.btn-read {
	box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, .4);
	color: #000;
    background-color: #fff;
	border-radius: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 25px;
	font-size: 18px;
    font-family: '__Minion Pro_5';
    font-weight: 400;
	display: inline-block;
	margin: auto;
	text-align: center;
}

.btn-read:hover {
	color: #fff;
    background-color: #b19b72;
}


.logochange {
  height: 115px; 
  background-image: url("../images/logop.png");
  width: 205px;
  transition: all 0.1s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}


.logochange-alt {
  height: 70px;
  background: none;
  width: 205px;
  transition: all 0.1s;
  background-image: url("../images/logo2.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.logochange-nonalt {
  height: 70px;
  background: none;
  width: 205px;
  background-image: url("../images/logo2.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}


.slider {
  margin: 0 auto;
  width: 100%;
}

.slide_viewer {
  height: 640px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}


.slide:first-child {
  display: block;
}


.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 4; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background: rgba(0, 0, 0, 0.7);
    padding-top: 150px;
}


.modal-content {
    background: #fefefe;
    border: 1px solid #888;
    width: 60%;
	margin: 0 auto;
}


.modal-gallery {
  display: none;
  position: fixed;
  z-index: 4;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.swiper-slide {
	cursor: pointer;
}

@media (max-width: 1078px) and (min-width: 200px) {
	.modal-gallery {
	padding-top: 450px;
	z-index: 4;
	}
}


.modal-content-gallery {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 67%;
  max-width: 1200px;
}

@media (max-width: 1078px) and (min-width: 200px) {
	.modal-content-gallery {
	 width: 100%;
	}
}

.doki {
    background: url('../images/icons/1.png');
    width: 81px;
    height: 81px;
    position:relative;
	margin: auto;
}
.doki:hover > .overlay {
    width: 81px;
    height: 81px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.build {
    background: url('../images/icons/2.png');
    width: 81px;
    height: 81px;
    position:relative;
	margin: auto;
}
.build:hover > .overlay {
    width: 81px;
    height: 81px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.money {
    background: url('../images/icons/3.png');
    width: 81px;
    height: 81px;
    position:relative;
	margin: auto;
}
.money:hover > .overlay {
    width: 81px;
    height: 81px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.comm {
    background: url('../images/icons/4.png');
    width: 81px;
    height: 81px;
    position:relative;
	margin: auto;
}
.comm:hover > .overlay {
    width: 81px;
    height: 81px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}
.rem {
    background: url('../images/icons/rem.png');
    width: 81px;
    height: 81px;
    position:relative;
	margin: auto;
}
.rem:hover > .overlay {
    width: 81px;
    height: 81px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}
  


@media (max-width: 1078px) and (min-width: 200px) {
	.doki {
	background: url('../images/icons/1.png');
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.doki:hover > .overlay {
    width: 120px;
    height: 120px;
	position:absolute;
	background-color:#000;
	opacity:0.5;
	border-radius:40px;
	}
	.build {
	background: url('../images/icons/2.png');
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.build:hover > .overlay {
    width: 120px;
    height: 120px;
	position:absolute;
	background-color:#000;
	opacity:0.5;
	border-radius:40px;
	}	
	.money {
	background: url('../images/icons/3.png');
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.money:hover > .overlay {
    width: 120px;
    height: 120px;
	position:absolute;
	background-color:#000;
	opacity:0.5;
	border-radius:40px;
	}	
	.comm {
	background: url('../images/icons/4.png');
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.comm:hover > .overlay {
    width: 120px;
    height: 120px;
	position:absolute;
	background-color:#000;
	opacity:0.5;
	border-radius:40px;
	}
	.rem {
	background: url('../images/icons/rem.png');
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.rem:hover > .overlay {
    width: 120px;
    height: 120px;
	position:absolute;
	background-color:#000;
	opacity:0.5;
	border-radius:40px;
	}
}
  
.close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 40px;
    font-weight: bold;
    color: black;
}

.close:hover,
.close:focus {
    color: #5e5e5e;
    cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

 
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  margin-left: 150px;
  margin-right: 150px;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5
}
 
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
 
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

@media (max-width: 1078px) and (min-width: 200px) {
	.prev, .next {
	top: 45%;
	margin-left: 0;
	margin-right: 0;
	font-size: 150px;
	}
}



.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.imgs {
	background-size: cover;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
}
.imgs2 {
	padding-top: 15px;
    width: 100%;
    min-height: 350px;
    background-size: 530px;
    background-repeat: no-repeat;
}


.jumbotron p{
	font-size: 30px;
    width: 70%;
    line-height: 1;
    text-align: center;
}

.jumbotron {
  margin-top: -230px;
  background-size: cover;
  padding: 0;
  background: none;
  opacity: 0.9;
  position: absolute;
}


.moveRemoveright {
    animation-name: Outright;
    animation-duration: 1.2s; 
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-play-state: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.moveAddright {
    animation-name: Inright;
    animation-duration: 1.2s; 
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-play-state: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
  @keyframes Outright {
    0% {
      opacity: 0.9;
      
    }
    100% {
      opacity: 0;
      margin-left: 500px;
    }
  }
  @keyframes Inright {
    0% {
      opacity: 0;
      margin-left: 500px;
    }
    100% {
      opacity: 0.9;
      
    }
  }


 
.moveRemoveleft {
    animation-name: textOutleft;
    animation-duration: 1.2s; 
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-play-state: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.moveAddleft {
    animation-name: textInleft;
    animation-duration: 1.2s; 
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-play-state: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
	
}
  @keyframes textOutleft {
    0% {
      opacity: 0.8;
  }
    100% {
      opacity: 0;
      margin-right: 500px;
    }
  }
  
  @keyframes textInleft {
    0% {
      opacity: 0;
      margin-right: 500px;
    }
    100% {
      opacity: 0.8;
    
    }
  }

.topwrite {
	font-size: 30px;
    width: 70%;
    line-height: 1;
    text-align: center;
}



.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 33%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 7;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top:hover,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}


.hvrbox .hvrbox-layer_top2 {
	opacity: 0;
	position: absolute;
	top: 45.3%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 6;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top2:hover,
.hvrbox.active .hvrbox-layer_top2 {
	opacity: 1;
}

.hvrbox .hvrbox-layer_top3 {
	opacity: 0;
	position: absolute;
	top: 51.2%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 5;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top3:hover,
.hvrbox.active .hvrbox-layer_top3 {
	opacity: 1;
}

.hvrbox .hvrbox-layer_top4 {
	opacity: 0;
	position: absolute;
	top: 57%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 4;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top4:hover,
.hvrbox.active .hvrbox-layer_top4 {
	opacity: 1;
}

.hvrbox .hvrbox-layer_top5 {
	opacity: 0;
	position: absolute;
	top: 62.5%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 3;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top5:hover,
.hvrbox.active .hvrbox-layer_top5 {
	opacity: 1;
}


.hvrbox .hvrbox-layer_top6 {
	opacity: 0;
	position: absolute;
	top: 67.7%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 82%;
	z-index: 2;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top6:hover,
.hvrbox.active .hvrbox-layer_top6 {
	opacity: 1;
}

.hvrbox .hvrbox-layer_top7 {
	opacity: 0;
	position: absolute;
	top: 73.89%;
	left: 11%;
	right: 0;
	bottom: 0;
	width: 81%;
	z-index: 1;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.hvrbox-layer_top7:hover,
.hvrbox.active .hvrbox-layer_top7 {
	opacity: 1;
}

/* Необходимо подсветить все этажи сразу */
.hvrbox:hover > a > img {
    opacity: 1;
}

.mvstf {
	display: block;
}

@media (max-width: 1078px) and (min-width: 200px) {
	 .mvstf {
	display: none;
	}
}


.mvstff {
	display: none;
}

@media (max-width: 1078px) and (min-width: 200px) {
	 .mvstff {
	display: block;
	}
}


.containermob {
	width: 90%;
	margin: auto;
}

h2 {
	font-size: 3.1em;
    line-height: 1.4;
	font-family: '__Minion Pro_5';
    font-weight: 400;
	text-indent: 20px;
	text-align: center;
}


.dokimb {
    background: url('../images/icons/5.png');
    width: 120px;
    height: 120px;
    position:relative;
	margin: auto;
}
.dokimb:hover > .overlay {
    width: 120px;
    height: 120px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.buildmb {
    background: url('../images/icons/6.png');
    width: 120px;
    height: 120px;
    position:relative;
	margin: auto;
}
.buildmb:hover > .overlay {
    width: 120px;
    height: 120px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.moneymb {
    background: url('../images/icons/7.png');
    width: 120px;
    height: 120px;	
    position:relative;
	margin: auto;
}
.moneymb:hover > .overlay {
    width: 120px;
    height: 120px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.commmb {
    background: url('../images/icons/8.png');
    width: 120px;
    height: 120px;
    position:relative;
	margin: auto;
}
.commmb:hover > .overlay {
    width: 120px;
    height: 120px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:40px;
}

.wrapper {
  position:relative;
  overflow:hidden;
  height:100vh;
  pointer-events: none;
}

.section {
  width:100vw;
  height:10vh;
  position:relative;
}

a {
  text-decoration:none;
}

.sectionOne {
  background: none;
}

.box {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  color:#ffffff;
  border:10px solid #ffffff;
  box-sizing:border-box;
}

::-moz-selection { 
background-color: #7f8c8d; 
color: #ffffff;
}

::selection {
background-color: #7f8c8d;
color: #ffffff;
}

.one {
  margin:0 auto;
  padding:15px 25px;
  width:50vw;
}

h1,
h2 {
  margin:0;
}



.hamburger-menu {
	z-index: 10;
    position: absolute;
    cursor: pointer;
    background-color: none;
    padding: 15px;
    padding-bottom: 65px;
    border-radius: 25px;
    margin-left: 54%;
    top: 8px;
	border: 1px solid #575958;
	background-color: #fff;
	pointer-events: auto;
}

.bar,
.bar:after,
.bar:before {
  width: 60px;
	height: 5px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: #575958;
	transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(000, 000, 000, 0); 
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 15px;
	background: #575958;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	background: #575958;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  background:rgba(87, 89, 88,0.9);
  position:absolute;
  top:0;
  width:100%;
  height:100vh;
  text-align:center;
  transition: 1s ease;
 }

.mobile-nav ul{
  position:relative;
  top: 400px;
  transform: translateY(-50%);
  list-style:none;
}

.mobile-nav a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
  pointer-events: auto;
}

.mobile-nav.show a {
  text-align:center;
  font-size:3em;
  color: #e5dfce;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav a:hover {
  color:#2980b9;
}

li 
{
	padding: 15px;
}

.container123 {
  position: relative;
}

.container123 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #425a51 0%, #575958 100%);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .2s ease;
}

.container123:hover .overlay {
  width: 100%;
}

.text123 {
  color: #fff;
  font-family: "Calibri", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 750;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: none;
}


.containernav {
	top: 30%;
	position: fixed;
	z-index: 2;
	width: 11%
}

