._alert_custm_ {position:fixed;top:-400px;width:100%;height:400px;background:#ffffff00;z-index:99;transition-property: top;transition-duration: 0.3s;}
._alert__fild_ {margin:30px auto;width:500px;min-height:100px;background:#f5f5f5;box-shadow: 1px 1px 3px #000;}
#_alert__msg_ {padding:20px;font-family: system-ui, Tahoma, sans-serif;color:#333;}
#_alert__button_ {padding:20px;text-align:right;}
#_alert__button_ button {font-size: 15px;background: #3a3aff;color: #fff;border: 0;border-radius: 3px;margin: 6px;padding: 8px;cursor: pointer;}
#_alert__button_ button:hover {background: #336699;}

#prompt_univers_block_ {display: none;position: absolute;height: inherit;background-color: #369;border: 3px solid #369;border-radius: 10px;padding: 8px;box-shadow: 1px 1px 3px black;}
#prompt_univers_block_:before {content: ' ';position: absolute;width: 20px;height: 20px;left: 177px;top: -10px;transform: rotate(45deg);background: #369;}
._komment_ind_btn_ {font-size: 16px;font-family: sans-serif;margin-top: 12px;background: #f5f5f5;padding: 3px;text-align: center;cursor: pointer;border-radius: 11px;}
._link_close_blue {display: inline-block;border: solid 1px #336699;height: 17px;width: 21px;padding-bottom: 4px;text-align: center;border-radius: 12px;font-size: 15px;cursor: pointer;color: #f5f5f5;}

@media only screen and (max-width:480px) {
    ._alert__fild_ {width:96vw;}
}