 html {
   /* height: 100%;*/ /* Высота страницы */
   } 
.pic {
	    border: 1px solid white;}
#share42 {
    float: right;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
#services{
	background-color:rgba(80,80,80,0.7);
	margin-top:100px;
	padding:20px;}

#ourservices{
	background:#616264;}




.rotate-vert-center {
	-webkit-animation: rotate-vert-center 2.5s ease-in-out forwards;
	        animation: rotate-vert-center 2.5s ease-in-out forwards;
}
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}


.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}






.fade-in {
	-webkit-animation: fade-in 3.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 3.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#whyus{
		background-color:rgba(13,157,86,0.82);
	    position: relative;
    top: 200px;
    margin: 0;
	padding:30px;

    text-align: center;
    text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.1 );
	}
	
#OSMD h1,h2,h3,h4,h5,h6 {
	margin:20px;}	
	
	
#OSMD {
    background-color: rgba(13,157,86,0.82);
    border-bottom: 4px inset white;
    position: relative;
    top: 40%;

    padding: 30px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}
#OSMD .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid white;
    text-decoration: none;
  }
#OSMD .btn-success,.btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus  {
    color: #fff;
    background-color:rgba(13,157,86,0.82);
	text-transform:uppercase;
  border: 2px solid white;
  border-radius:5px;
}
.why{
/*background-color: rgba(13,157,86,0.82);*/
    padding: 30px;}
	 

#social{
	float:right;}
#social1{
	    background-color: #00a651;
    /* color: #72c175; */
    z-index: 9999;}
#logo{
	max-width: 250px;
}	
#mainmenu{
    color: #72c175;
    z-index: 9999;
	}
span.ml2 {
    font-size: 14px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #72c175;
}
.navbar-dark .navbar-nav .nav-link {
    color: #72c175;
	text-transform:uppercase;
	border: 1px solid transparent; 
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #72c175;
	border: 1px solid #00aeef; 
}
.navbar-dark .navbar-nav .nav-link:visited {
    color: #72c175;
}
li.nav-item {
    font-size: 14px;
}
.nav-link {
    display: block;
    padding: .5rem .5rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.5rem;
}

.navbar-dark .navbar-toggler {
    color: #009688;
    border-color: #2196F3;
}
.flip-horizontal{
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  overflow: hidden;
  height: 100%;
  background-color: #0198f1;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}

#cubeTransition {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

#cubeTransition section {
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;

  color: #fff;
  display: none;
}

#cubeTransition h2 {
  position: relative;

 /* margin: 0;*/
  font-size: 0.8em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.1 );
}


.page1 { 

background: url(../img/mainbanner.png) right bottom no-repeat; 


}

.page2 { background-color: #00bff0;

padding:20px; }

.page3 { background:rgba(255,255,255,0.00); 
/*background: url(../img/osgb3.jpg) left bottom no-repeat;
background-size:cover;*/
 }

.page4 { background-color: rgba(13,157,86,0.82); 
background: url(../img/about.jpg) left bottom no-repeat; 
background-size:cover;
background-position:bottom left;
/* opacity: 0.9;*/
}

#about{
	background-color:#269b94d4;
	margin-top:20px;
	padding:20px;
	}
button.btn.btn-outline-light {
    font-size: 1em !important;
}
#about h3{
	text-align:center;}	
#artickles {
	background-color:#269b94d4;
	margin-top:20px;
	padding:20px;	
	}	
#artickles img{
	width: 50%;
}	

.art h2{
	color:rgba(255,123,10,1.00);}
			
.art{
background-color:#cfe7e6;
margin:10px;
padding:10px;	}
.art p {
    color: #000;
    font-size: 0.7em;
}
.art a {
     color: #4895f3 !important;
    font-size: 0.7em;
}
.page5 {
    background-color: rgba(13,157,86,0.82);
    background: url(../img/mainbanner2.png) right bottom no-repeat;
    background-size: cover;
    background-position: bottom left;
    margin: 0;
/*	padding: 3%;*/
/*    opacity: 0.8;*/
}
#address{
	float:left;
	padding:30px;}
textarea {
    overflow: auto;
    resize: vertical;
    background: #ffffff69;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff69;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page6 { background: rgba(13,157,86,0.82); }

.top { z-index: 9999 }

.rotateCubeTopOut {
  transform-origin: 50% 100%;
  animation: rotateCubeTopOut .6s both ease-in;
}

.rotateCubeTopIn {
  transform-origin: 50% 0%;
  animation: rotateCubeTopIn .6s both ease-in;
}

.rotateCubeBottomOut {
  transform-origin: 50% 0%;
  animation: rotateCubeBottomOut .6s both ease-in;
}

.rotateCubeBottomIn {
  transform-origin: 50% 100%;
  animation: rotateCubeBottomIn .6s both ease-in;
}
 @keyframes 
rotateCubeTopOut {  50% {
animation-timing-function: ease-out;
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
 100% {
opacity: .3;
transform: translateY(-100%) rotateX(90deg);
}
}
 @keyframes 
rotateCubeTopIn {  0% {
opacity: .3;
transform: translateY(100%) rotateX(-90deg);
}
 50% {
animation-timing-function: ease-out;
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
}
 @keyframes 
rotateCubeBottomOut {  50% {
animation-timing-function: ease-out;
transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
}
 100% {
opacity: .3;
transform: translateY(100%) rotateX(-90deg);
}
}
 @keyframes 
rotateCubeBottomIn {  0% {
opacity: .3;
transform: translateY(-100%) rotateX(90deg);
}
 50% {
animation-timing-function: ease-out;
transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
}
}

#bullets {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#bullets li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 3px;
  background: rgba( 255, 255, 255, 0.5 );
  box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.2 );
  cursor: pointer;
  -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}

#bullets li:hover { background: rgba( 255, 255, 255, 0.8 ); }

#bullets li.active {
  cursor: default;
  background: #fff;
}

 @media screen and (max-width: 500px) {

body { font-size: 10px; 
background-color:rgba(255,255,255,1.00);}

#cubeTransition h2 { font-size: 1em; }

.bullets li { margin: 0 6px; }

