div.overlay {
	background-image:url(../img/white.png);
	width:600px;
	height:470px;		
	display:none;
	padding:55px;

}

/* Позиция кнопки close */
div.overlay div.close {
	background-image:url(../img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay {
	background-image:url(../img/bggreen.png);
	color:#efefef;
}
#overgoop {
	background-image:url(../img/bggreen.png);
	color:#efefef;
}
div.wrap {
	height:441px;
	overflow-y:hidden;
	overflow-x:hidden;

}
.contact-title {color: #161612; margin:0; padding:0 0 6px 12px; font-size: 1.2em; text-align:left;} /* Средне черный цвет */
.contact-input {font-family: Tahoma,Verdana,Segoe,sans-serif; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;  /* Светло Серый цвет */
}
.lable {
                text-align: right;
				clear:left; 
				display:block;
				padding-right:4px; 
			    font-size: 14px;
				font-family: 'Montserrat', sans-serif;
				
                }
        .input {
                text-align: left;
				background-color:#f0f0f0; /* Бледно Серый цвет */
				border: 0px;
				font-size: 14px;
				font-weight:normal;
				font-family: Tahoma,Verdana,Segoe,sans-serif;
				color: #323232;  /* Цвет фонта поля ввода 'Montserrat', sans-serif; */
                }
				.link {
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 12px;

color: #B70004; /* Бордовый цвет */
}
.warning_table {

  background: #FFFFFF; /* Серый цвет */
 
	 border: outset 1px #666666; /* Средне темный серый цвет */
	 
	 -moz-border-radius: 5px;

     -webkit-border-radius: 5px;
}

.warning_font_big {              /* Ваш запрос отправлен */
font: Arial;
font-size: 30px;
color: #B70004; 
}

.warning_font {
font-family:'Montserrat', sans-seri;
font-size: 13px;
color: #333;
padding-left: 50px;
padding-right: 25px;
padding-top: 15px;
}

.button {
  background-color: #4CAF50; /* Green */
  position: fixed; right: 50px; bottom: 50px;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.superbutton {
width:180px;
height:40px;
border-radius:20px;
background:#459DE5;
color:#fff;
font-size:18px;
cursor:pointer;
}

.shine-button {
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #c7c6a9;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #161612;
  transition: .2s ease-in-out;
}