@charset "utf-8";
/* CSS Document */
.pofer{
background-color: #ff5420;
padding: 13px;
border-radius: 10px;
}

.pofer h4{
font-size: 1.2em;
text-align: left;
}


.item {
  position: relative; 
  /*border: 1px solid #333;*/
  /*margin: 2%;*/
  overflow: hidden;
 /*width: 100%;*/
}
.item img {
  max-width: 100%;
	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*SEND MAU*/
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	width: 100%;
	/*border: 0px;*/
	padding: 10px;
	background: none;
	line-height: 22px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
input[type="text"], textarea, input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	border-color: #dddddd;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	margin: 3px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-bottom: 1px solid;
	/*border-color: inherit;*/
	color: inherit;
	color: #999999;
	border-color: #dddddd;
}

