.result__items {
	min-width: 100%;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	width: 100%;
	z-index: 2;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background: none;
	width: 20px;
}

#scales {
	height: auto
}

.progress-body .progress .result__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-form {
	min-width: 350px;
}

.number-info__item.yes:before {
	background-color: #0dd166;
}

.number-info__item.yes {
	cursor: pointer;
}

.number-info {
	overflow: scroll;
}

/*# sourceMappingURL=add.min.css.map */

.order__form2 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.input-box {
	display: flex;
	align-items: center;
}

.inp80 {
	width: 100%;
	flex-grow: 1;
	margin-right: 15px;
}


.order__formtext {
	font-size: 13px;
	line-height: 120%;
	color: rgba(255,255,255,.4);
}
@media screen and (max-width: 640px) {
	.result__h3 {
		font-size: 24px;
		font-weight: 500;
		margin-bottom: 5px !important;
	}
	.input-box {
		display: block;
	}
	.inp80 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.inp20 {
		width: 100%;
	}
}