/* Стили */


#bbgd{
    background-image: url(/images/tbg.png);    
    width: 100%;
    height: 100%; 
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display:none;
}

#close_block {
  display: block;
  width: 40px;
  height: 40px;
  background: #31343b url(/images/close.png) center no-repeat;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 2px solid #fff; 
  cursor:pointer; 
}
  
#close_block:hover {
    filter: alpha(Opacity=90);
    opacity: 0.9; 
}

#product_block{
    z-index: 5000;
    position: absolute;
    background: #fff; 
    display:none;
    padding:20px; 
  /*  width:1178px; */
  width:80%;
  } 
  
  .el-select {
	  margin-left: 20px;
  }
  
  .slides-navigation a {
	  display: none !important;
  }
  
  
  
  /* MEDIA QUERIES
@media only screen and (max-width: 1200px) {
   #product_block{
      width:900px;
   }
} 

@media only screen and (max-width: 1000px) {
   #product_block{
      width:700px;
   }
} 
*/


@media only screen and (max-width: 799px) {
   #product_block{
          margin-left: -20px;
   }
   
   
   .col-md-12 {
	   margin-top: 100px;
   }
   
   .cover-slides h1 {
	   font-size: 30px !important;
   }
   
   .m-b-40 {
	   	   font-size: 16px !important;
   }
   
   .navbar-light .navbar-brand {
	   margin-left: 10px;
   }
   
     .navbar-light .navbar-toggler {
	  margin-right: 5px;
  }
   
}




