.forma-zakaza-metallorukava__stepTitleRow{
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.6px;
}
.forma-zakaza-metallorukava__stepsubtitleRow{
	color: white;
	opacity: 0.62;
	font-size: 14px;
	line-height: 128%;
	margin-bottom: 25px;
}
.forma-zakaza-metallorukava__stepitem{
	margin-bottom: 30px;
}
.orderResult__row{
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	min-height: 30px;
    padding: 0 20px;
    align-items: center;
}
.orderResult__row:nth-child(odd){
	background-color: rgba(50,50,50,.06);
}
.orderResult__row span{
	display: inline-block;
}
.orderResult__rowTitle{
	font-weight: bold;
	color: white;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.orderResult__rowContent{	
	color: white;
	opacity: 0.8;
	font-size: 14px;
	line-height: 17px;
}

.forma-zakaza-metallorukava__stepContent--grey{
	background-color: rgba(50,50,50,.06);
}
.forma-zakaza-metallorukava__stepContent--grey .forma-zakaza-metallorukava__stepTitleRow{
	padding-left: 0px;
	line-height: 100%;
    height: auto;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
	cursor: pointer;
	height: 20px;
	width: 20px;
	font-size: 20px;
	padding: 5px 12px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	background: #323232;
	border: none;
	border-radius: 2px;
	padding: 0px;		
	position: relative;
}
.quantity-arrow-minus img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

.error {
	border: 1px solid #A80000!important;
}
.error:after {
	content: "Заполните данное поле!";
	color: #A80000;
}