/* значок электронной почты */
._email a{
	font-weight: normal;
	text-decoration: none;
}
._email a:hover{
	font-weight: normal;
	text-decoration: underline;
}
._email:before{
	content: "\2709";
	margin-right: 3px;
}

/* значок почтового адреса */
._adress a{
	font-weight: normal;
	text-decoration: none;
}
._adress a:hover{
	font-weight: normal;
	text-decoration: underline;
}
._adress:before{
	content: "\2709";
	margin-right: 3px;
}

/* значок телефона */
._phone a{
	font-weight: normal;
	text-decoration: none;
}
._phone a:hover{
	font-weight: normal;
	text-decoration: underline;
}
._phone:before{
	content: "\260F";
	margin-right: 3px;
}

/* значок человечка */
._boss a{
	font-weight: normal;
	text-decoration: none;
}
._boss a:hover{
	font-weight: normal;
	text-decoration: underline;
}
._boss:before{
	content: "\1F464";
	margin-right: 3px;
}

.scale {
  display: inline-block; /* Строчно-блочный элемент */
  overflow: hidden; /* Скрываем всё за контуром */
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #333333;
	box-shadow: 2px 2px 7px 0 black;
}
.scale img {
  transition: 1s; /* Время эффекта */
  display: block; /* Убираем небольшой отступ снизу */
}
.scale img:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}
.imgborder {
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #333333;
	box-shadow: 2px 2px 7px 0 black;
	background-color: #6699FF;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.imgborder a{
	text-decoration: none;
	color: #FFFFFF;
}
.imgborder a:hover{
	text-decoration: underline;
}
input:focus{
        background-color: #D9ECFF;
}
