body{
	background-color: #DEDEDE;
	font-family: Open Sans;

}
a p{
	text-decoration: none;
}
.investors{
	display: flex;
}
.inv:nth-child(1){
	margin-right: 40px;
}

a.sidebar-link {
	color: #40E0D0;
	font-size: 26px;
	margin-bottom: 1%;
	text-decoration: none;
}
a.sidebar-link:hover {
	color: #1BAF56;
	
	margin-bottom: 1%;
	text-decoration: none;
}
a.sidebar-link.active{
	color:#E1E1E1;
	font-size: 26px;
	margin-bottom: 1%;

}
p{
	color:#D9D9D9;
	font-size: 20px;
}
h2{
	font-family: Open Sans;
	color:#88B3D9;
	font-size: 35px;
}
h4{
	font-family: Open Sans;
	color:#88B3D9;
	font-size: 27px;	
}
h3{
	font-family: Open Sans;
	color:#88B3D9;
	font-weight: 600;
	font-size: 35px;
}

nav {
	background-color:#2F2E2E;
}

.nav-item{
	color:white;
	margin-right:  10px;

}
.log-lat{
	margin-top: 40px;
}
i{
	margin-right: 5px;
}
.nav-item a{
	color:#40E0D0;
}
.nav-item a:hover{
	color:#1BAF56;
}
a.lang{
	text-decoration:none;
	color:#40E0D0; 
	margin-right: 5px;
}
a.lang:hover{
	color:#1BAF56;
}
a.lang.active{
	color:#008080;
}


.inv-cart{
	display: flex;
	margin-top: 3%;
}
.investors{
	width: 30%;
}
.plusses{
	width: 70%;
}
/*.aboutUs-container{
	position: relative;
}
.zero{
	position: absolute;
}*/
.maximum{
margin-left: 91%;
}
.subtext{
	display: flex;
}
main{
	width: 100%;
	height: 100%;
	background: url(img/lamp_images/IMG_20191109_191527.jpg) no-repeat;
	
	position: fixed;
	overflow: auto;
	padding-bottom: 70px;
}
#begin{
	margin-top: 2%;
}
.main-container{
	width: 80%;
	margin: 0 auto;
	display: flex;
}
.content{
	width: 80%;
	padding-left: 28%;
	margin-bottom: 5%;
}
.content-bloks{
	margin-bottom: 4%;
}
.sidebar{
	width: 20%;
	height: 100%;
	float: right;
	display: block;
	position:fixed;
	overflow: auto;
}
.app-images{
	max-height: 100%;
	max-width: 100%;
	margin: 3% auto;
}
.app-image{
	padding-right: 5px;
}
.effect-video{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#about-us{
	margin-bottom: 15%;
}
.sidebar-links ol{
	display: flex;
	flex-flow: column;
}
.slider-range{
	position: relative;
	width: 100%;
	height: 4%;

}
#scale{
	position: absolute;
	left: 2%;
	top: -40px;
	padding: 7px 10px;
	background: #76DE76;
	color:#fff;
	font-weight: bold;
	border-radius: 10px 10px 10px 0px ;

}
.scale-image{
	width: 100%;
}
#scale-text{
	padding-bottom: 5%;
}
#fader{
	position: relative;
	left: 3px;
	width: 97%;
	height: 3.5%;
	outline:none;
	border-radius: 4px;
}


a.navbar-brand{
	margin-right: 547px;
}

.progress-bar {
   background: linear-gradient(to top left, purple, crimson, orangered, gold);
  }
.progress{
	background-color: #F2E1AC;
}













/*iframe-slider*/
.slider {
  margin-top: -5%;
  position: relative;
}
.slider-title {
  font-size: 32px;
  color: #c78030;
}
.content .slider-title:after {
  content: '';
  display: block;
  width: 10%;
  height: 1px;
  background-color: #c78030;
  margin-top: 4px;
}
.slider .wrap {
  width: 100%;
  position: relative;
}
.slider .wrap .sliderItem {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.slider .wrap .sliderItem iframe {
  width: 100%;
}
.slider .wrap .prev {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 90px;
  left: 10%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  height: 100%;
}

.slider .wrap .prev:hover .arrow-left {
  opacity: 1;
}
.slider .wrap .prev .arrow-left {
  width: 30px;
  height: 30px;
  background: url(icons/left-arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  opacity: .4;
  -webkit-transition: 1s;
          transition: 1s;
}
.slider .wrap .next {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 90px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  height: 100%;
  right: 10%;
}


.slider .wrap .next:hover .arrow-right {
  opacity: 1;
}
.slider .wrap .next .arrow-right {
  width: 30px;
  height: 30px;
  background: url(icons/right-arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  opacity: .4;
  -webkit-transition: 1s;
          transition: 1s;
}
.subtext p:nth-child(2){
	margin-left: 20px;
}
.red{
	color:red;
	font-weight: 800;
	font-size: 32px;
}
@media (max-width: 791px){
	.inv-cart{
		flex-direction: column;
	}
}
@media (max-width: 6000px){
	a.navbar-brand{
		width: 150px;
	}
}
@media (max-width: 1700px){
	#about-us{
	margin-bottom: 20%;
	}
		.investors{
		margin-bottom: 20%;
	}
}
@media (max-width: 1430px){
	a.navbar-brand{
		width: 150px;
	}
	a.sidebar-link {
	color: #C8D39D;
	font-size: 20px;
	margin-bottom: 1%;
}
@media(max-width: 1145px){
	a.sidebar-link {
	color: #C8D39D;
	font-size: 16px;
	margin-bottom: 1%;
	}
}
@media (max-width: 630px){
	#about-us{
		margin-bottom: 30%;
	}
		.investors{
		margin-bottom: 30%;
	}
}
@media(max-width: 1140px){
	.sidebar{
		display: none;
		width: 0;
	}
	p{
	color:#D9D9D9;
	font-size: 14px;
	}
	h2{
		font-family: Open Sans;
		color:#88B3D9;
		font-size: 24px;
	}
	h4{
		font-family: Garamond;
		color:#88B3D9;
		font-size: 16.2px;	
	}
	.content{
	width: 100%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	}
}
@media (max-width: 1172px){
	a.navbar-brand{
		width: 100px;
	}
}

@media (max-width: 500px){
	a.navbar-brand{
		width: 100px;
	}
	.slider .wrap .next{
		margin-right: -50px;
	}
	.slider .wrap .prev{
		margin-left: -50px;
	}
}
@media (max-width: 300px){
	a.navbar-brand{
		width: 60px;
	}
		.slider .wrap .next{
		margin-right: -70px;
	}
	.slider .wrap .prev{
		margin-left: -70px;
	}
}
@media (max-width: 200px){
	a.navbar-brand{
		width: 40px;
	}
}
@media(max-width: 673px){
	.simple-video{
		width: 420px;
		height: 250px;
		margin: 0 auto;
	}
}
@media(max-width: 425px){
		#about-us{
		margin-bottom: 40%;
	}
	.investors{
		margin-bottom: 40%;
	}
}
@media(max-width: 330px){
		#about-us{
		margin-bottom: 55%;
	}
	.investors{
		margin-bottom: 55%;
	}
}
@media(max-width: 246px){
		#about-us{
		margin-bottom: 63%;
	}
		.investors{
		margin-bottom: 63%;
	}
}
@media(max-width: 216px){
		#about-us{
		margin-bottom: 70%;
	}
}
@media(max-width: 518px){
	.simple-video{
		width: 300px;
		height: 170px;
		margin: 0 auto;
	}
}
@media(max-width: 518px){
	.simple-video{
		width: 230px;
		height: 100px;
		margin: 0 auto;
	}
}
@media(max-width: 278px){
	.simple-video{
		width: 180px;
		height: 100px;
		margin: 0 auto;
	}
}
@media(max-width: 200px){
	.simple-video{
		width: 160px;
		height: 80px;
		margin: 0 auto;
	}
}

























