

/* Start:/local/components/zoloto585/popup_v2/templates/.default/style.css?15542123954724*/
.index-popup__overlay {
	position: fixed; 
	top: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
}
.index-popup__wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -212.5px;
	margin-left: -350px;
	z-index: auto;
	display: none;
	width: 700px;
	min-height: 422px;
	box-sizing: border-box;
	border: 10px solid hsla(0, 0%, 100%, 0.85);
	background: #F9EDF0;
}
.index-popup__close {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
	display: block;
	width: 30px;
	height: 30px;
	background: #e73437;
	font: 20px/32px Circe-Regular, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.index-popup__close:hover {
	background-color: #b32024;
}
.index-popup__bg-wrap,
.index-popup__content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.index-popup__bg-wrap {
	top: 0;
	left: 0;
	/* background-position:50%; */
	background-repeat: no-repeat;
	/* background-size:100% 100%; */
}
.index-popup__form {
	position: absolute;
	top: 130px;
	left: 360px;
	width: 247px; 
}
.index-popup__form .form-field {
	height: 37px;
}
.form-field input {
	text-transform: uppercase;
}
.form-field input.require {
	border: 1px solid #ed3030;
}
.index-popup__form .form-field__button {
	font-size: 14px;
}
.form-field__button[disabled],
.form-field__button[disabled]:hover {
	background-color: #d3d3d3;
	color: #555;
	cursor: default;
}
.index-popup__text {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font: 14px/18px Circe-Regular, sans-serif;
	color: #333;
	text-align: center;
}
.index-popup__text_p {
	margin: 0;
	padding: 0;
	color: #666;
}
.index-popup__text_first {
	padding: 0;
	margin-top: 100px;
	margin-bottom: 25px;
}
.index-popup__text_first,
.index-popup__text_warning {
	color: #e73437;
	text-transform: uppercase;
}
.index-popup__text_last {
	margin-top: 40px;
	text-transform: uppercase;
}
.index-popup__countdown {
	text-decoration: underline;
	color: #e73437;
}
.index-popup__asterisk {
	position: absolute;
	top: 290px;
	left: 380px;
	font: 12px/14px 'Circe-Light', sans-serif;
	color: #666;
	text-transform: uppercase;
}
.index-popup__form_align_center {
	left: 50%;
	margin-left: -123.5px;
}

@media screen and (max-width: 767px) {
	.index-popup__wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(0, -50%);
		margin-left: -155px;
		margin-top: auto;
		z-index: auto;
		display: none;
		width: 311px;
		box-sizing: border-box;
		border: 10px solid hsla(0, 0%, 100%, 0.85);
	}
	.index-popup__form {
		margin-top: 80px;
		top: 0;
		left: 21px;
		position: relative;
	}
	.index-popup__bg_w680 {
		display: none;
	}
	.index-popup__bg_w290 {
		display: block;
	}
	.index-popup__asterisk {
		top: 380px;
		left: 40px;
	}
	.index-popup__form .form-field {
		margin: 0 0 20px;
	}
	.index-popup__form .form-field input {
		height: 50px;
		line-height: 50px;
	}
	.index-popup__form_align_center {
		left: 50%;
		margin-left: -123.5px;
	}
	.index-popup__form-2 {
		top: 305px;
	}
}

@media screen and (min-width:768px) {
	.index-popup__bg_w680 	{ display: block; }
	.index-popup__bg_w290 	{ display: none; }
	.index-popup__form-2 	{ top: 305px; }
}
.index-popup__text {
	padding: 0 140px;
}
.index-popup__text h3 {
	padding: 0;
	margin: 100px 0 25px 0;

	font: 14px/18px Circe-Regular, sans-serif;
	text-align: center;
	color: #e73437;
	text-transform: uppercase;
}
.index-popup__text p {
	padding: 0 37px;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Circe-Light', sans-serif;
}
.button {
	display: inline-block;
	/*width: 100%;*/
	width: 190px;
	height: 37px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	background-color: #ed3030;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	font: 14px/40px 'Circe-Regular', sans-serif;
	color: #faf1f2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.index-popup__text {
		padding: 0;
	}
	.index-popup__text h3 {
		width: auto;
		padding: 0 5px;
	}
	.index-popup__text p {
		padding: 0 5px;
		line-height: 22px;
	}
	.index-popup__text {}
}
.index-popup-title{
	position: relative;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
}
#email-gather-errors{
	color:#b32024;
}
.email-gather-add-info{
	font-size: 12px;
}
/* End */
/* /local/components/zoloto585/popup_v2/templates/.default/style.css?15542123954724 */
