.popup__overlay {z-index: 1001; display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); text-align: center;}
.popup__overlay:after {display: inline-block; height: 100%; width: 0; vertical-align: middle; content: '';}
.popup {display: inline-block;  position: relative; max-width: 80%; min-width: 300px; padding: 5px; background: #eeeeee; vertical-align: middle; border-radius: 15px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1) inset;} 
#poupup_capt{border-radius: 5px; line-height: 20px; padding: 10px; font-size: 18px; padding-right: 45px; padding-top: 10px; font-weight: 400; text-align: left;} 
.popup-form__row {margin: 1em 0;}
.popup__close {display: block; position: absolute; top: 5px; right: 5px; width: 12px; height: 20px; padding: 10px; cursor: pointer; text-align: center; font-size: 16px; line-height: 15px; color: #73757a; text-decoration: none; font-weight: 200; border-radius: 0px 5px 5px 0px;}
a:hover.popup__close {color: red;}
.poupup_content {padding: 20px; font-size: 14px; text-align: left;}
