@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.pmp-popup-overlay {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); 
}

.pmp-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
	padding:0px 20px 50px;
    transform: translate(-50%, -50%);
    background: linear-gradient(143deg, rgb(64 113 81) 0%, rgb(0 0 0) 67%, rgb(34 39 63) 100%);
    padding-bottom: 20px;
    width: 90%;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 1001; 
    color: #fff;
    font-family: 'gotham-book';
}

.pmp-popup-content img {
    width: 600px;
}

.pmp-popup-content h1 {
    font-size: 22px;
	margin: 20px 0;
    color: #fff;
	line-height: 1.5;
	font-weight: 600;
	font-family: 'gotham-book';
}

.pmp-popup-content h3 {
    font-size: 16px;
    margin: 0 20px;
	font-family: 'gotham-book';
	
    color: #fff;
    padding: 5px;
}

.pmp-popup-content p {
	font-size: 16px;
    color:#d1d0d0;
	margin: 10px 0;
}

.pmp-popup-content ul {
    text-align: left;
}

.pmp-popup-content ul li {
    margin: 5px 0;
	font-size: 14px;
}

.pmp-popup-content .pmp-btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #6683d9;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
	letter-spacing: 1.2px;
    cursor: pointer;
	width: auto;
	border: 1px solid #14353e;
	font-family: "gotham-book", Sans-serif;
	min-width: 200px;
	font-weight: 800;
}

.pmp-popup-content .pmp-btn:hover {
    background-color: #3d5497;
	transition: 0.2s ease;
	
}

.pmp-close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
	
	padding: 0px 5px 0 5px;
    display: none; /* Скрыть крестик по умолчанию */
}

.pmp-close:hover,
.pmp-close:focus {
    color: #EB4C42;
    text-decoration: none;
}

body.pmp-blur {
    overflow: hidden;
}

body.pmp-blur::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0);
    backdrop-filter: blur(5px);
    z-index: 999; 
}

@media (max-width: 600px) {
    .pmp-popup-content {
        width: 80%;
        max-width: 80%;
        
    }
    
    .pmp-popup-content h1 {
        font-size: 18px;
    }
    
    .pmp-popup-content h3 {
        font-size: 14px;
		margin:0 10px;
    }
    
    .pmp-popup-content p,
    .pmp-popup-content ul li {
        font-size: 12px;
    }
	
	.pmp-popup-content li {
		margin: 2px 0;
    }
	
	.pmp-popup-content ul {
        margin: 0;
    }
    
    .pmp-popup-content .pmp-btn {
        font-size: 14px;
        padding: 8px 16px;
        width: auto;
    }
    
    .pmp-popup-content img {
        width: 300px;
        max-width: 480px;
    }
    
    .pmp-close {
        font-size: 24px;
        right: 5px;
        top: 5px;
    }
	
	.sp{
		font-size: 14px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.bt{
		margin-top:50px;
	}
}

span{
	font-weight: 100;
}

.sp{
	color:#68C4C6; 
	margin-right:20px; 
	font-weight: 600;
}

.bt{
	margin-top:10px;
}