#popup{
	border: 1px solid #2b2a2d;
    position: absolute;
	display:none;
    z-index: 100;
	right:5%;
	top:50%;
	transform: translateY(-50%);
    width: 537px;
}

.buttons{
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #ddd;
	font-weight:900;
	font-size:14px;
}
.buttons button{
	flex: 1;
    border: none;
	border-right: 1px solid #ffffff;
    background-color: #2b2a2d;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}