@charset "utf-8";
/* CSS Document */

#ms_belka_form {
  visibility: hidden;
  background-color: #fff;
  min-width: 300px;
  max-width: 300px;
  width: 300px;   
  height: 480px;  
  position: fixed;
  bottom: 100px;
  right: 0px;
/*  transform: translateY(-50%); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 100000;
  border: 1px solid #666;
  border-radius: 15px;
  padding: 15px;
  overflow: auto;
}

#ms_belka {
  visibility: visible;
  background-color: #301E12;
  color:#fff;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 0px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  
  z-index: 1000;
  border: 1px solid #666;
  border-radius: 0px;
  padding: 10px;
  overflow: auto;
  text-align:center;
  transition: all .2s ease-in-out; 
}

#ms_belka i {
	font-size:30px;
	text-align:center;
}

#ms_belka:hover {
	transform: scale(1.1);
}

#ms_belka_text {
	font-size:1em; 
	font-weight: bold;
	color: #F4E3BD;
}

