@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Times+New+Roman:300,400,600,700&subset=cyrillic);
@import url("https://fonts.googleapis.com/css?family=Mukta:700");

body {
  background: url('video.png');
  background-size: cover;
}


.but {
  cursor: pointer;
  padding: 35px 120px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Open Sans';
  background: #3da35a;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #666;
  transition: all 0.5s;
}

.but:hover {
  box-shadow: 0 0 25px #fff;
  background: #00b34a;
  border: 1px solid #333;
}

.but:focus {
  outline: none;
}

.but1 {
  cursor: pointer;
  padding: 35px 0px;
  width: 450px;
  margin-left: -225px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Open Sans';
  background: #3da35a;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #666;
  transition: all 0.5s;
}

.but1:hover {
  box-shadow: 0 0 25px #fff;
  background: #00b34a;
  border: 1px solid #333;
}

.but1:focus {
  outline: none;
}

#main-content-browser-1{
    position: absolute; 
    left: 50%;
    top: 23%;
}

#main-content-client-1{
    position: absolute; 
    left: 50%;
    top: 33%;
}

#main-content-client-2{
    position: absolute; 
    left: 50%;
    /* top: 43%; */
    top: 53%;
}

#main-content-browser{
    position: absolute; 
    left: 5%;
    top: 45%;
}

#main-content-client{
    position: absolute; 
    right: 5%;
    top: 45%;
}

#main{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100vh; 
}

.bgvideo {
    position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto; 
	z-index: -9999;
}

#bar{
    position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	height: 80px;
	background-color: #000;
	opacity: 0.85;
	z-index: -1;
}

#bottom-bar{
    position: absolute;
	bottom: 0;
	left: 0;
	min-width: 100%; 
	height: 45px;
	background-color: #000;
	opacity: 0.85;
	z-index: -1;
	margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 12px; 
    color: #464755;
    padding-top: 35px;
}

#mainback{
    position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	/* background-color: #666;
	opacity: 0.50; */
	background-color: #fff;
	opacity: 0.75;
	z-index: -3;
}

#mainback-sup{
    position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
    z-index: -2;
    /* opacity: 0.35; */
    opacity: 0.1;
    background-image: url('bg/trail.png?443');
}

#video-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -9999;
	background-size: cover;
}

#video-bg > video {
         top: -20px;
         left: 0;
         background-size: cover;
     }

button {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #464755;
  border-right: 0.125rem solid #464755;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
           
}
button.learn-more .button-text {
  white-space: pre;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0 0 0;
  margin: 0 0 0 1.85rem;
  color: #464755; /* #282936; */
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans';
    font-size: 17px; 
  
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #464755;
  
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
    
}


button:hover .button-text {
  color: #fff;
}

#container {
    grid-area: main;
    align-self: center;
    justify-self: center;
    position: relative;
  }
  
.bt{
  position: absolute;
  top: 15px;
}

