.popup{background-color:#be3434;padding:10px 0;position:relative; display: block;}
.popup p{text-align: center; color:#fff; font-size:13px;width: 78%; margin: 0 auto;}
.popup .pop_close{position:absolute; right:5%; top:50%; transform: translateY(-50%); color:#fff; width:22px;border:1px solid #fff; border-radius: 22px; height:22px;cursor: pointer;}
.popup .pop_close span{width:10px; position:absolute; top:48%; left:23.5%; transform: translate(-50%, -50%);background-color: #fff;width:11px; height:1px;}
.popup .pop_close span:first-child{transform: rotate(45deg);}
.popup .pop_close span:last-child{transform: rotate(-45deg);}


/* ********************************************* *
* 400px max
* ********************************************* */

@media (max-width:500px)
{

.popup .pop_close {right: 2%;}



}