.popup__content { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display: none; min-width: 100%; }
.popup__content * { margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; outline: 0 !important; font-family: Arial, sans-serif !important; }

.popup__content .entry { position: absolute; top: 50%; left: 50%; padding: 50px 20px !important; width: 650px; max-width: 80%; background: #fff; border-radius: 5px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,.3); border: 3px solid #8d9190;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.popup__content .entry h1 { font-size: 30px; line-height: 1; color: #528abd; margin-bottom: 20px !important; }
.popup__content .entry p { font-size: 18px; line-height: 1.2; color: #909090; margin-bottom: 15px !important; }
.popup__content .entry .section__action { margin-top: 5px !important; }

.popup__content .entry .btn { display: inline-block; text-decoration: none; }
.popup__content .entry .btn--close { position: absolute; top: 9px; right: 9px; padding: 0 3px!important; font-size: 18px; line-height: 1; color: #909090; font-weight: 400; text-transform: uppercase; border: 1px solid #909090; border-radius: 0; }
.popup__content .entry .btn--close:hover { opacity: 1; }

.popup__content .entry .btn--blue,
.popup__content .entry .btn--large { padding: 10px 15px !important; font-size: 16px; line-height: 1.2; color: #fff; border: 2px solid #4e8abe; background: #4e8abe; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transition: color 0.3s, background 0.3s;
			transition: color 0.3s, background 0.3s;
}
.popup__content .entry .btn--blue:hover,
.popup__content .entry .btn--large:hover,
.popup__content .entry .section__actions .form__btn:hover { background: #fff; color: #4e8abe; }

.popup__content .entry .btn--blue { margin-bottom: 15px !important; }
.popup__content .entry .btn--large { display: inline-block; vertical-align: middle; margin: 0 10px !important; }
.popup__content .entry .btn--large strong { padding-top: 3px !important; display: block; font-size: 17px; }

.popup__content .entry .section__body,
.popup__content .entry .section__actions { display: inline-block; vertical-align: middle; margin: 5px !important; }

.popup__content .entry .section__body select,
.popup__content .entry .section__actions .form__btn { padding: 10px 15px !important; font-size: 16px; line-height: 1.2; }


.popup__content .entry .section__body select { border-radius: 0; color: #000; cursor: pointer; }

.popup__content .entry .section__actions { display: inline-block; vertical-align: middle; }
.popup__content .entry .section__actions .form__btn { padding: 8px 13px !important; color: #fff; border: 2px solid #4e8abe; background: #4e8abe; border-radius: 0; box-shadow: 0; cursor: pointer; -webkit-appearance: none;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}