.difForFoto{
	width: 660px;
	height: 75px;
	padding:10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border:solid 1px black;
	display:table;
}

.imgFile{
	width: 80px;
	height: 70px;
}

#apanAddFoto{	
	cursor: pointer;
}

textarea {
    height: 14em;
    width: 50em;
	border: 1px solid #9b9a9a;
	border-radius: 4px;
}
input{
	width: 35em;
	border: 1px solid #9b9a9a;
	border-radius: 4px;
	height: 32px;
}
select{
	border: 1px solid #9b9a9a;
	border-radius: 4px;
	height: 32px;
}

@media only screen and (max-width: 768px) {
    /* Для мобильных телефонов: */
	.difForFoto{
		width: 93%;
	}	
	
textarea {
    width: 95%;
}
input{
	width: 95%;
}
}