.form-popup.form-subscription.show{
	display: block;
}
.form-popup.form-subscription{
	padding: 20px;
}

@media (max-width: 991px){
	.form-popup.form-subscription {
		padding: 65px 40px;
	}
}
@media (max-width: 590px){
	.form-popup.form-subscription {
		padding: 40px 30px;
	}
}

form .form-item.hide,
form .form-item .hide {
	display:none;
}
form .js-msg-error {
	padding-left: 10px;
	font-size: 10px;
	color: #D0021B;
}
form .suggestions-addon[data-addon-type="clear"] {
	height: 25px !important;
	width: 25px !important;
	color: #D0021B;
}

.check-coupon {
	display: inline-block;
	overflow: visible;
	padding: 5px 10px;
	border: 1px solid #D0021B;
	border-radius: 0;
	outline: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Museo Sans Cyrl 500', serif;
	line-height: 1;
	background: #D0021B;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

body img.subscribe_logo {
    height: 25px;
}