h1, h3 { 
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}
h2 {
     font-family: 'Ubuntu', sans-serif; 
}
body {
    background-image: url(img/zerno_01.png);
    
  }
header{
    background-image:url(img/bgheader.jpg);
       height: 100vh;
               }
.logo{
 font-family: 'Ubuntu', sans-serif;
    
} 
.main{
    display: flex;
}
.number {
    border: 2px solid black;
    font-size: 30px;
    font-weight: 600;
    border-radius: 15px;
    color:#000;
    position: relative;
    top 20px;
    width: 300px;
    margin-top: 20px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px black; 
}
.number:hover {
    transform: scale(2.01);
    transition: 50s;
}
.fa-phone {
    color: #FFAB00;
    text-shadow: 2px 2px 3px blue;
    }
.callme {
    font-size: 16px;
    border: 2px solid black;
    border-radius: 20px;
    position: fixed;
    bottom: 20px;
    right: 60px;
    color: aliceblue;
    box-shadow: 2px 2px 10px black;
    z-index: 1000;
}
.shod:hover {
   transition: background-color .4s;
    background-color: rgba(0, 0, 0, 0.7) 
}
.hblock{
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: -4px 4px 10px #FFAB00;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3em;
    color: aliceblue;
    max-width: 800px;
    text-align: center;
    position: relative;
    bottom: 25px;
 }
.one{
    position: relative;
    padding: 2em;
    font-size: 16px;
    
}
.center{
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% auto;
}
footer{
    background-color: rgba(0, 0, 0, 0.8);
    height: 250px;
    color:aliceblue;
    font-size: 16px;
}
.otstup {
    padding: 10px 0px 20px 0px;
}
.foot{
    margin-top: 30px;
}
.br {
    border-right: 1px solid grey;
}
.bg {
    background-image: url(img/bg_out.png);
    background-repeat: repeat;
}
.bg2 {
    background-image: url(img/bg2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  
}
.text {
 font-size: 16px;
 font-family: 'Ubuntu', sans-serif;
 margin: auto;
}
.navbar {
    margin: 0 auto;
}
.collapse li {
    border-right: 2px solid black;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 25px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    
}
.collapse li:hover {
    border-bottom: 3px solid rgba(243, 156, 18, 0.7);
    background: rgba(0, 0, 0, 0.1);  /*подкрашивание при наведении */
    transition: .50s;
 }
.col-md-8 {
    background-color:  rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px black;
    padding: 10px;
    border-radius: 10px;
}
.product {
   
}
 blockquote {
    color: aliceblue;
    font-family: 'Ubuntu', sans-serif;
     font-size: 16px;
     background-color: rgba(1, 1, 1, 0.1);
    }
.pos {
    position: relative;
    top: -20px;
    padding-bottom: 40px;

}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 200px;
    left: 10px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 30px;
    height: 50px;
    box-shadow: -4px 4px 5px black;
    margin: 5px;
    cursor: alias;
    padding-top: 15px;
    padding-left: 5px;
}
.top-menu a:hover, 
.top-menu .active{
  text-shadow: 2px 2px 10px blue; 
    
}
ul#navigation a {
   cursor: alias;
    color: black;
    
}
.mPS2id-highlight {
    text-shadow: 2px 2px 10px blue;
}
.tooltip {
    color: aqua;
}