.popupBox {
	right: 92px;
}

.popupPageTop {
    right: 0;
    bottom: 20px;
 }
 
@media screen and (max-width: 959px) {
	.popupPageTop {
		right: auto;
		left: 10px;
	}
	.popupBox {
		right: auto;
		left: 0px;
	}
}