.modal__buy_opt .modal__content {
	padding: 25px 15px;
}
.modal__buy_opt .modal__close {
	top: 15px;
	right: 15px;
}
.modal__buy_opt form {
	max-width: 320px;
	margin: auto;
}
.modal__buy_opt .form-group {
	margin-bottom: 15px;
}
.modal__buy_opt form label {
	text-align: left;
	width: 100%;
	display: block;
}
.modal__buy_opt input[type=text],
.modal__buy_opt input[type=email],
.modal__buy_opt select {
	height: 25px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}
.modal__buy_opt-buttons {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.modal__buy_opt-buttons .btn {
	height: 40px;
	line-height: 40px;
}
.form-group_captcha {
	display: flex;
	justify-content: space-between;
}
.form-group_captcha > div {
	width: 48%;
	height: 40px;
	display: flex;
	align-items: center;
}

.form-group_captcha > div img {
	width: 100%;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
