*{box-sizing:border-box;}
body{margin:0px; padding:0; font-size:0px; font-family: 'Tahoma'; color:#949494;  background: #000000 url(../images/bg000000.gif); background-attachment:fixed; color:#fff;}
input, textarea{outline:none; font-family: 'Tahoma'; }
textarea, input, button,select{font-family: 'Tahoma'; font-size:16px; outline:none;}

.wpop {

	z-index: 1000;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: 600px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    font-family: 'Tahoma'; 
    color:#949494;  
    background: #000;
	}
.wpop img
	{
		width: 100%;
		object-fit: cover;
	}	

.wfon {
	overflow: hidden;
	display: flex;
}

.wtext {

    font-size: 16px;
}
.winfo {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
	}
.wtitle {
	font-size: 20px;
	font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.wbtn {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wbtn div {
	margin-left: 20px;
    padding: 10px 20px;
    background: #e55039;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 4px;
}
#ofAge {
	background: #2cae2a;
}

.wbtn div:hover {
	opacity: .7;
}

@media (max-width: 800px) {

.wtitle {
    font-size: 16px;
}
.wfon {
	    height: 200px;
}


	.wbtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wbtn div {
    margin-left: 0px;
    margin: 0px 10px;
}

.wpop {
	flex-direction: column;
}
	.wpop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    position: absolute;
    z-index: -1;
}




}
.popvk {
    width: 100%;
    background: #000;
    font-size: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 10% 5% 0px;
    text-align: center;
    color: #949494;
    max-width: 1100px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.vktitle {
    font-size: 20px;
    margin-bottom: 20px;

}
.popvk svg {
    fill: #fff;
    margin-right: 10px;

}
.vkbtn {
    display: inline-flex;
    color: #fff;
    text-align: center;
    background: #384ccc;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
}
.vkbtn:hover {
    opacity: .7;
}
.vkbtn a{
    text-decoration: none;
    color: #fff;
}