.spp-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spp-popup {
    background: #12151c;
    max-width: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0, 117, 255, 0.4),
    0 8px 10px -6px rgba(0, 0, 0, 0.5);
    margin: 20px;
	border-radius: 6px;
}

.spp-close {
    position: absolute;
    top: 0px;
	right: 15px;
    font-size: 35px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.spp-content {
    padding: 0;
	background-image: url("/wp-content/uploads/okno-fon-promo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}

.sp-name {
    padding: 35px 10px 10px 35px;
}


.sp-name img {
    max-width: 160px;
    max-height: 50px;
    object-fit: contain;
    border-radius: 0;
}

.sp-promo {
    position: relative;
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    padding: 15px 15px 60px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sp-label {
    color: #fff;
    font-size: 45px;
    font-family: 'Stratum2', sans-serif;
    font-weight: 900;
}

.sp-code {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 70px;
    padding: 0px 30px;
    width: fit-content;
    min-width: 340px;
    font-family: 'Stratum2', sans-serif;
    font-weight: 900;
    margin-bottom: 13px;
    cursor: pointer;
    user-select: all;
    transition: background 0.2s;
	border-radius: 5px;
	line-height: 1.2;
}

.sp-text {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
	margin-top: 10px;
    margin-bottom: 45px;
    max-width: 100%;
	opacity: 0.9;
}

.sp-link a {
    display: inline-block;
    background: #0075ff;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 18px;
    transition: background 0.2s;
    border-radius: 6px;
}
.sp-link a:hover {
    background: #0056b3;
}


@media screen and (max-width: 600px) {
    .spp-popup {
        width: 95%;
        margin: 10px;
    }
    
    .sp-promo {
        padding: 15px 15px 45px 25px;
        min-height: 200px;
    }
    
    .sp-label {
        font-size: 24px;
    }
    
    .sp-code {
        font-size: 50px;
        min-width: 250px;
        padding: 0px 15px;
		line-height: 1.2;
		margin-bottom: 10px;
    }
    
    .sp-text {
        font-size: 14px;
		margin-bottom: 30px;
    }
    
    .sp-name {
        font-size: 18px;
		padding: 25px 10px 10px 25px;
    }
	
	.spp-close {
    top: 0px; right: 15px;
    }
	
    .sp-link a {
    font-size: 12px;
}
	.sp-name img {
    max-width: 140px;
    max-height: 40px;
    object-fit: contain;
    border-radius: 0;
}	
}