.top_1 {
	/*padding-right: 20%;*/
    display: -webkit-box;
    float: right;
	width: 200px;
	margin-right: 30px;
}
.top_email {
font-size: 15px;
color: #205186;
text-decoration: none;
margin-top: 6px;
padding-right: 20%;
font-family: 'Roboto', sans-serif;

}


.flat1 {
  /*padding: 10px 12px;*/
  /*font: normal 15px Roboto;*/
font-size: 13px;
  border: 1px solid #205186;
  height: 35px;
  wight: 45px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:  #205186;
    margin-left: 12px;
    /*margin-top: 8px;*/
}
.flat1:hover {
	background-color: #295686; //цвет кнопки при наведении
	color: #fff; //цвет текста кнопки при наведении
	border: none;
	}