.white-popup{
    width: 355px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
}
#text-popup {
	position: relative;
}
#text-popup .close-popup {
	position: absolute;
	top: 20px; 
	right: 20px;
	color: transparent;
	background-image: url(close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	display: block;

}
#text-popup .content {
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
}
#text-popup .mfp-close {
	display: none;
}
