.pum-theme-default-theme .pum-container .pum-content + .pum-close {
	// background-image: url('../../img/close-modal.svg');
	background-size: contain;
	background-color: transparent;
	border: none;
	font-size: 0 !important;
}
.row-popup {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	// background-image: url('../../img/mask-popup.svg');
	// background-repeat: no-repeat;
	// background-position: top right;
	// background-size: cover;
	.left-side {
		figure {
			height: 100%;
			width: 100%;
			img {
				object-fit: cover;
				width: 100%;
				height: 100% !important;
			}
		}
	}
	.right-side {
		position: relative;
		padding-left: 70px;
		padding-right: 70px;
		.content-block {
			padding-top: 195px;
			padding-bottom: 100px;
			.icon-signup {
				width: 100%;
				position: relative;
				height: 50px;
				margin-top: -40px;
				&::before {
					content: "";
					width: 30px;
					height: 30px;
					position: absolute;
					top: 0;
					left: 0;
					// background-image: url('../images/contact-us_icon.svg');
					// background-repeat: no-repeat;
					// background-size: contain;
					// background-position: left bottom;
				}
				&::after {
					content: "";
					background-color: $ui-background-tertiary;
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100vw;
					height: 1px;
				}
			}
			.btn-1 {
				margin-top: 40px;
			}
		}
	}
}
