.p_23 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--red-color);
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.p_23 .tab {
    float: none;
    width: 100%;
	position: relative;
	text-align: center;
}
.p_23 .tab svg {
	width: 90%;
}
.p_23 .tab svg .clickTab {
	cursor: pointer;
}
.p_23 .tab svg .clickTab:hover circle, .p_23 .tab svg .clickTab:hover .svg_circle {
	fill: #F9CDCD;
}
.p_23 .popupOverlayBox{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background: var(--black1-color);
	opacity: 0.97;
	display: none;
}
.p_23 .popupContainer{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
	height: 45%;
	padding: 45px 35px 25px 25px;
	background: var(--red-color);
	color: var(--white-color);
	border-radius: var(--border-radius);
	display: none;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.p_23 .popup_head_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.popup_head_title {
	font-size: var(--popup-head-size);
	font-family: 'Calibri-Bold';
}
.popup_head_title span {
	font-size: 80px;
    padding-right: 5px;
    line-height: 20px;
}
.p_23 .popup_head_icon {
	width: 17%;
	height: 17%;
}
.p_23 .closeBtn {
	position: absolute;
	right: 5px;
    top: 5px;
	background:url(../../images/SVG/p_5_popup_close.svg) no-repeat 0 0;
	background-size: contain;
	width: 30px;
	height: 30px;
	cursor: pointer;
}


#p_23 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--white-color);
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}