.promo-input {
	margin-right: 10px;
}

.promo-input::placeholder {
	color: #B5B5B5;
}

.promo-btn-show {
	border-radius: 5px;
	border: 1px solid #50C6D9;
	background: #FFF;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 7px 64px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 16px;

	color: #50C6D9;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.promo-btn-check {
	color: #50C6D9;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 5px;
	border: 1px solid #50C6D9;
	background: #FFF;
	display: flex;
	height: 40px;
	padding: 7px 32px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.promo-code-validation-error {
	color: #F37067;
}

.promo-code-validation-success {
	color: #3C9E5A;
}

.promo-code-validation-error,.promo-code-validation-success {
	margin-top: -5px;
	margin-bottom: 15px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 430;
	line-height: 16px;
}

