div.rozr{
	background: #F1F1F1;
	padding: 15px;
	border-radius:2px;
	box-shadow: 3px 3px 7px 0 rgba(88, 88, 88, 0.8);
}


div.ff2{
	margin-bottom: 15px;
}

div.count{
	width:80%;
	margin:40px auto;
	font-size: 14px;
	line-height: 22px;
	font-family: verdana, arial, sans-serif;
	color:#4C4C4C;
}

div.dd2{
	width:30%;
	float:right;
}

input.wwc{
	width: 100%;
	padding: 1px 0px;
}

div.mm dd3{
	margin-left:10px;
}

div.ff2{
	margin-bottom: 15px;
}

button#raschet{
	box-shadow: gray 3px 3px 3px;
	line-height: 22px;
	margin:10px 10px;
	font-size: 15px;
    height: 35px;
	border: 1px solid #f1f1f1;
    border-radius: 2px;
    cursor: pointer;
	background-color:#444;
	color:#F1F1F1;
	padding-right: 15px;
    padding-left: 20px;
}

div.rozr input{
	float: right;
	height: 25px;
	padding: 2px;
	border: 1px solid #282828;
	text-align:right;
	font-weight:bold;
	border-radius:2px;
}

button#raschet:hover{
	color:#3FF642;
}



@media screen and (max-width: 768px) {
input{
width:65% !important;
}

}


@media screen and (max-width: 500px) {
button#raschet{
height: 47px;
}

}