.kw{
	width: 45px;
	height: 25px;
}
.kolvo{
	width: 45px;
	height: 25px;
}
#result{
	font-size: 23px;
	color: #535353;
}
#res{
	display: none;
}
#but_block{
	padding: 10px;
	border: 1px solid gray;
	border-radius: 10px;
	text-align: center;
}
.punkt{
	/*background-color: #f5fcfa;*/
	width: 420px;
	margin: 5px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
input[type='text']{
	color: #0D0D0D;
	padding: 0px;
	height: 20px;
	margin: 0px;
}
.prod{
	width: 200px;
	text-align: center;
	border: 1px solid #bfb0b0;
	margin: 0px 20px 20px 20px;
	border-radius: 7px;
	text-decoration: none;
	padding: 10px;
	color: #484848;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.prod a{text-decoration: none;}

.price{
	font-weight: 600;
}

.prod-name{
	height: 60px;
}
.col{
	display: inline-block;
}
.name{
	width: 200px;
}
.colich{
	width: 100px;
}
.left{
	display: inline-block;
}
.right{
	display: inline-block;
	width: 400px;
	font-size: 17px;
}
.button{
	background-color: #ff6600;
    color: #FFF;
    border: 1px solid #ff6600;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    margin-bottom: 6px;
	padding: 5px 15px 5px 15px;
	background-color: #ff6600;
	color: white;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 5px;
}
.button:hover{
	background-color: #ad4500;
}
#stab280, #stab24, #stab40, #stab60, #stab72, #stab96, #stab120, #stab160, #awatom22, #awatom44, #awatom55, #awatom70, #awatom88, #awatom110, #awatom138, #awatom176, #awatom275, #awatom350{
	display: none;
}

.ph-form{
	margin-top: 6px;
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
	justify-content: center;
	margin-bottom: 17px;
}
#res{
	width: 100%;
}

#collback{
	background-color: #ff6600;
	border: 1px solid #ff3807;
}
#collback:hover{
	background-color: #ff3807;
}

@media screen and (max-width: 470px) {
	.staby{
		flex-direction: column;
	}
	.kw{
		width: 50px !important;
	}
	.kolvo{
		width: 50px !important;
	}
	.punkt {
		width: 100%;
	}
	.ph-form{
		width: 270px;
	}
	.right{
		width: 270px;
	}
}

