/*
	Theme Name: MWeb for naked-woman.org
	Description: Тема разработана MWeb.tech для сайта naked-woman.org
	Version: 1.0.0
	Author: MWeb
	Author URI: https://mweb.tech

*/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	position: relative;
}
body {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	overflow: hidden;
	background: #000000;
}
.wf-abrilfatface-n4-active body {
	overflow: auto;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
::selection {
}
::-webkit-selection {
}
::-moz-selection {
}

img {
	display: block;
	max-width:100%;
}

a {
	position: relative;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #DB1C20;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
}

a:hover,
a:active {
}

input:focus {
}
.h1, h1, .h2, h2 {
    font-size: 30px;
}
.h1, h1{
	margin:0;
	margin-bottom: 15px;
}
p {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: justify;
}


.page-content {
    margin-top:60px;
    margin-bottom:60px;
    background: #111;
    color: #ffffff;
	position: relative;
	z-index: 7;
}
#main-content{
	padding: 30px;
}
.navbar{
	padding: 0;
}
#top-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 1px 0 38px;
	background: #DB1C20 url('/wp-content/themes/MWeb_for_Naked_Woman/img/18-plus.png') left center no-repeat;
}
#top-menu li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
}
#top-menu li a{
	display: block;
	position: relative;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin: auto;
}
#top-menu li a:hover{
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}
#top-menu li a::before,
#top-menu li a::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #DB1C20;
	position: absolute;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#top-menu li a::before{
	top: 0;
	left: 0;
}
#top-menu li a::after{
	bottom: 0;
	right: 0;
}
#top-menu li a:hover::before,
#top-menu li a:hover::after{
	width: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#bottom-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #DB1C20;
}
#ajax-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
#ajax-menu li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#ajax-menu li a{
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
}
#ajax-menu li a:hover{
	text-decoration: none;
}
#ajax-menu li a.active{
	color: #ffffff;
	background: #DB1C20;
}
div.asl_m .proinput input.orig:placeholder{
	content: "Поиск...";
}


.asl_m, .asl_m .probox {
                    background-color: rgba(219, 28, 32, 1) !important;
                    background-image: none !important;
                    -webkit-background-image: none !important;
                    -ms-background-image: none !important;
                }
div.asl_m .asl_w {
                    border:4px solid rgba(219, 28, 32, 1) !important;
                    border-radius:0px 0px 0px 0px !important;
                    box-shadow: none !important;
                }


.asl_m .probox .promagnifier .innericon {
    background-color: rgba(154, 17, 20, 1) !important;
    background-image: none !important;
    
}
#top-menu li.show-only-home{
	display:none !important;
}
.home #top-menu li.show-only-home{
	display:flex !important;
}
@media screen and (max-width: 767px){
	#ajaxsearchlite1{
		border: none !important;
	}
	.mobile-header #ajaxsearchlite1 .probox, 
	.mobile-header #ajaxsearchlite1 .probox .proinput input{
		height: 50px !important;
	}
	.mobile-header div.asl_w .probox .promagnifier {
	    width: 50px !important;
	    height: 50px !important;
	}
	.mobile-header div.asl_w .probox .proclose{
		height: 50px !important;
	}
	.mobile-header div.asl_w .probox .proloading{
		margin-top: 8px;
	}
	.mobile-header #ajaxsearchlite1 .probox .proinput input.autocomplete{
		display: none !important;
	}
	#ajaxsearchliteres1.wpdreams_asl_results{
		margin-top: 5px !important;
		width: 100% !important;
	}
}
.site-name-header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	background: url(https://media.naked-womans.icu/uploads/2019/01/header-img.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 400px;
}
.site-name-header .logo{
	margin: 7px 20px 0 15px;
}
.site-name-header .site-name{
	font-family: 'Arial';
    font-size: 41px;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
}
.wf-abrilfatface-n4-active .site-name-header .site-name{
	font-family: 'Abril Fatface', cursive;
}

.site-name-header .site-name-description{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.site-name-header a:hover{
	text-decoration: none;
}
.load_more_text a {
    display: block;
    width: 100%;
	max-width: 300px;
    padding: 10px;
    margin: 30px auto;
    border: 1px solid #E2001A;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #E2001A;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.load_more_text a:hover {
    background-color: transparent;
    color: #E2001A;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index-footer-text{
	text-align: justify;
}
.index-footer-text h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.post-box{
	padding: 15px;
}
.post-box p{
	margin-bottom: 0;
}
.post-box img{
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.post-box:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.post-box a{
	display: block;
	overflow: hidden;
}
.post-box .post-title{
	color: #fffff;
	text-align: center;
	padding-bottom: 10px;
}
.post-box .post-title:hover{
	text-decoration: none;
}
.post-box:hover .post-title{
	color: #E2001A;
}
.post-box .more-link{
	display: block;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent;
	border: 2px solid #ffffff;
	border-top: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.post-box:hover .more-link{
	text-decoration: none;
	background: #E2001A;
	border-color: #E2001A;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.post-box:hover > p > a:first-child img,
.post-box:hover > p > a:first-child:after{opacity:0.7;}
.post-box:hover > p > a:first-child{border: 2px solid #E2001A;}
.post-box > p > a:first-child{position:relative;border: 2px solid #ffffff;min-height: 300px;}
.post-box > p > a:first-child:before{content:'';display:block;position:absolute;left:17px;top:15px;width:269px;height:398px;z-index:-1;background:#000;}
.post-box > p > a:first-child:after{content:'';transition:all 0.5s;transition-delay:0.1s;opacity:0;display:block;height:60px;margin:-30px 0 0 -30px;position:absolute;top:50%;left:50%;width:60px;background:url("/wp-content/themes/MWeb_for_Naked_Woman/images/play.png");}
.post-box > p > a:first-child img{opacity:1;}


.preloader-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    min-height: 300px;
}
.post-box .js-lazy-image{
	min-height: 300px;
}
.preloader-container img,
.post-box:hover .preloader-container img{
	display: block;
	width: 64px !important;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: none !important;
	opacity: 1;
}

.highslide-container div{font-family:Verdana, Helvetica;font-size:10pt;}
.highslide-container table{background:none;table-layout:auto;}
.highslide{outline:none;text-decoration:none;position: relative;display: block;}
.highslide-gallery .highslide-active-anchor img{border-color:black;visibility:visible;cursor:default;}
.highslide-number{font-weight:700;color:gray;font-size:0.9em;}
.highslide-heading{display:none;font-weight:700;margin:0.4em;}
a.highslide-full-expand{background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/fullexpand.gif) no-repeat;display:block;margin:0 10px 10px 0;width:34px;height:34px;}
a.highslide-credits,
a.highslide-credits i{padding:2px;color:silver;text-decoration:none;font-size:10px;}
a.highslide-credits:hover,
a.highslide-credits:hover i{color:white;background-color:gray;}
.highslide-viewport{display:none;position:fixed;width:100%;height:100%;z-index:1;background:none;left:0;top:0;}
.closebutton{position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/close.png);}
.highslide-gallery ul{list-style-type:none;margin:0;padding:0;}
.highslide-gallery ul a{position:absolute;top:50%;left:50%;}
.highslide-gallery ul img{position:relative;top:-50%;left:-50%;}
html > body .highslide-gallery ul li{display:table;text-align:center;}
html > body .highslide-gallery ul a{position:static;display:table-cell;vertical-align:middle;}
html > body .highslide-gallery ul img{position:static;}
.highslide-controls ul{position:relative;left:15px;height:40px;list-style:none;margin:0;padding:0;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-white.gif) right -90px no-repeat;}
.highslide-controls li{float:left;padding:5px 0;margin:0;list-style:none;}
.highslide-controls a{background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-white.gif);display:block;float:left;height:30px;width:30px;outline:none;}
.highslide-controls a.disabled span,
.highslide-controls a.disabled{cursor:default;}
.highslide-fixed-controls{position: fixed !important;}
.highslide-controls a span{display:none;cursor:pointer;}
.highslide-controls .highslide-previous a:hover{background-position:0 -30px;}
.highslide-controls .highslide-previous a.disabled{background-position:0 -60px !important;}
.highslide-controls .highslide-play a{background-position:-30px 0;}
.highslide-controls .highslide-play a:hover{background-position:-30px -30px;}
.highslide-controls .highslide-play a.disabled{background-position:-30px -60px !important;}
.highslide-controls .highslide-pause a:hover{background-position:-60px -30px;}
.highslide-controls .highslide-next a{background-position:-90px 0;}
.highslide-controls .highslide-next a:hover{background-position:-90px -30px;}
.highslide-controls .highslide-next a.disabled{background-position:-90px -60px !important;}
.highslide-controls .highslide-move a:hover{background-position:-120px -30px;}
.highslide-controls .highslide-full-expand a{background-position:-150px 0;}
.highslide-controls .highslide-full-expand a:hover{background-position:-150px -30px;}
.highslide-controls .highslide-full-expand a.disabled{background-position:-150px -60px !important;}
.highslide-controls .highslide-close a{background-position:-180px 0;}
.highslide-controls .highslide-close a:hover{background-position:-180px -30px;}
.highslide-html{background-color:white;}
.mobile .highslide-html{border:silver solid 1px;}
.highslide-html-content{display:none;width:400px;padding:0 5px 5px;}
.highslide-header{padding-bottom:5px;}
.highslide-header ul{margin:0;padding:0;text-align:right;}
.highslide-header ul li{display:inline;padding-left:1em;}
.highslide-header a{font-weight:700;color:gray;text-transform:uppercase;text-decoration:none;}
.highslide-header .highslide-move a, .highslide-move, .highslide-move *{cursor:move;}
.highslide-footer{height:16px;}
.highslide-footer .highslide-resize{display:block;float:right;margin-top:5px;height:11px;width:11px;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/resize.gif) no-repeat;}
.highslide-resize{cursor:nw-resize;}
.draggable-header .highslide-heading{position:absolute;margin:2px 0.4em;}
.draggable-header .highslide-header .highslide-close{position:absolute;right:2px;top:2px;z-index:5;padding:0;}
.draggable-header .highslide-header .highslide-close a{display:block;height:16px;width:16px;background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/closeX.png);}
.draggable-header .highslide-header .highslide-close a:hover{background-position:0 16px;}
.titlebar .highslide-header,
.draggable-header .highslide-header{height:18px;border-bottom:1px solid #ddd;}
.titlebar .highslide-heading{position:absolute;width:90%;margin:1px 0 1px 5px;color:#666;}
.titlebar .highslide-header .highslide-move,
.draggable-header .highslide-header .highslide-move{cursor:move;display:block;height:16px;position:absolute;right:24px;top:0;width:100%;z-index:1;}
.titlebar .highslide-header li{position:relative;top:3px;z-index:2;padding:0 0 0 1em;}
.titlebar .highslide-maincontent,
.draggable-header .highslide-maincontent{padding-top:1em;}
.wide-border .highslide-image{border-width:10px;}
.wide-border .highslide-caption{padding:0 10px 10px;}
.borderless .highslide-image, img{border:none;}
.borderless .highslide-caption{border-bottom:1px solid white;border-top:1px solid white;background:silver;}
.outer-glow{background:#444;}
.outer-glow .highslide-image{border:#444 solid 5px;}
.outer-glow .highslide-caption{border:#444 solid 5px;border-top:none;padding:5px;background-color:gray;}
.colored-border,
.wide-border,
.highslide-wrapper,
.highslide-outline{background:white;}
.colored-border .highslide-image{border:green solid 2px;}
.colored-border .highslide-caption{border:green solid 2px;border-top:none;}
.dark .highslide-image{border-color:black black #202020 black;background:gray;}
.dark .highslide-caption{color:white;background:#111;}
.floating-caption .highslide-caption{position:absolute;padding:1em 0 0;background:none;color:white;border:none;font-weight:700;}
.controls-in-heading .highslide-heading{color:gray;font-weight:700;height:20px;overflow:hidden;cursor:default;padding:0 0 0 22px;margin:0;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/icon.gif) 0 1px no-repeat;}
.controls-in-heading .highslide-controls{width:105px;height:20px;position:relative;margin:0;top:-23px;left:7px;background:none;}
.controls-in-heading .highslide-controls ul{position:static;height:20px;background:none;}
.controls-in-heading .highslide-controls li{padding:0;}
.controls-in-heading .highslide-controls a{background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-white-small.gif);height:20px;width:20px;}
.controls-in-heading .highslide-controls .highslide-previous a,
.highslide-controls .highslide-previous a{background-position:0 0;}
.controls-in-heading .highslide-controls .highslide-previous a:hover{background-position:0 -20px;}
.controls-in-heading .highslide-controls .highslide-previous a.disabled{background-position:0 -40px !important;}
.controls-in-heading .highslide-controls .highslide-play a{background-position:-20px 0;}
.controls-in-heading .highslide-controls .highslide-play a:hover{background-position:-20px -20px;}
.controls-in-heading .highslide-controls .highslide-play a.disabled{background-position:-20px -40px !important;}
.controls-in-heading .highslide-controls .highslide-pause a{background-position:-40px 0;}
.controls-in-heading .highslide-controls .highslide-pause a:hover{background-position:-40px -20px;}
.controls-in-heading .highslide-controls .highslide-next a,
.highslide-controls .highslide-pause a{background-position:-60px 0;}
.controls-in-heading .highslide-controls .highslide-next a:hover{background-position:-60px -20px;}
.controls-in-heading .highslide-controls .highslide-next a.disabled{background-position:-60px -40px !important;}
.controls-in-heading .highslide-controls .highslide-full-expand a{background-position:-100px 0;}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover{background-position:-100px -20px;}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled{background-position:-100px -40px !important;}
.controls-in-heading .highslide-controls .highslide-close a,
.highslide-controls .highslide-move a{background-position:-120px 0;}
.controls-in-heading .highslide-controls .highslide-close a:hover{background-position:-120px -20px;}
.text-controls .highslide-controls{width:auto;height:auto;margin:0;text-align:center;background:none;}
.text-controls ul{position:static;background:none;height:auto;left:0;}
.text-controls li{background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-text-buttons.png);background-position:right top !important;padding:0;margin-left:15px;display:block;width:auto;}
.text-controls a{background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-text-buttons.png) no-repeat;background-position:left top !important;position:relative;left:-10px;display:block;width:auto;height:auto;text-decoration:none !important;}
.text-controls a span{background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-text-buttons.png) no-repeat;margin:1px 2px 1px 10px;display:block;min-width:4em;height:18px;line-height:18px;padding:1px 0 1px 18px;color:#333;font-family:"Trebuchet MS", Arial, sans-serif;font-size:12px;font-weight:700;white-space:nowrap;}
.text-controls .highslide-next{margin-right:1em;}
.text-controls .highslide-full-expand a span{min-width:0;margin:1px 0;padding:1px 0 1px 10px;}
.text-controls .highslide-close a span{min-width:0;}
.text-controls a:hover span,
.highslide-header a:hover{color:black;}
.text-controls a.disabled span{color:#999;}
.text-controls .highslide-previous span{background-position:0 -40px;}
.text-controls .highslide-previous a.disabled span{background-position:0 -140px;}
.text-controls .highslide-play span{background-position:0 -60px;}
.text-controls .highslide-play a.disabled span{background-position:0 -160px;}
.text-controls .highslide-pause span{background-position:0 -80px;}
.text-controls .highslide-next span{background-position:0 -100px;}
.text-controls .highslide-next a.disabled span{background-position:0 -200px;}
.text-controls .highslide-full-expand span{background:none;}
.text-controls .highslide-full-expand a.disabled,
.text-controls .highslide-next a.disabled,
.text-controls .highslide-play a.disabled,
.text-controls .highslide-previous a.disabled{background-position:left top !important;}
.text-controls .highslide-close span{background-position:0 -120px;}
.highslide-thumbstrip{height:100%;direction:ltr;}
.highslide-thumbstrip div{overflow:hidden;}
.highslide-thumbstrip table{position:relative;padding:0;border-collapse:collapse;}
.highslide-thumbstrip td{padding:1px;}
.highslide-thumbstrip a{outline:none;}
.highslide-thumbstrip img{display:block;border:gray solid 1px;margin:0 auto;}
.highslide-thumbstrip .highslide-active-anchor img{visibility:visible;}
.highslide-thumbstrip .highslide-marker{position:absolute;width:0;height:0;border:transparent solid 0;}
.highslide-thumbstrip-horizontal div{width:auto;}
.highslide-thumbstrip-horizontal .highslide-scroll-up{display:none;position:absolute;top:3px;left:3px;width:25px;height:42px;}
.highslide-thumbstrip-horizontal .highslide-scroll-up div{margin-bottom:10px;cursor:pointer;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/scrollarrows.png) left center no-repeat;height:42px;}
.highslide-thumbstrip-horizontal .highslide-scroll-down{display:none;position:absolute;top:3px;right:3px;width:25px;height:42px;}
.highslide-thumbstrip-horizontal .highslide-scroll-down div{margin-bottom:10px;cursor:pointer;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/scrollarrows.png) center right no-repeat;height:42px;}
.highslide-thumbstrip-horizontal table{margin:2px 0 10px;}
.highslide-thumbstrip-horizontal img{width:auto;height:40px;}
.highslide-thumbstrip-horizontal .highslide-marker{top:47px;border-left-width:6px;border-right-width:6px;border-bottom:6px solid gray;}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker,
.highslide-viewport .highslide-thumbstrip-horizontal table{margin-left:10px;}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker{border-bottom-color:white !important;}
.highslide-thumbstrip-vertical-overlay{overflow:hidden !important;}
.highslide-thumbstrip-vertical div{height:100%;}
.highslide-thumbstrip-vertical a{display:block;}
.highslide-thumbstrip-vertical .highslide-scroll-up{display:none;position:absolute;top:0;left:0;width:100%;height:25px;}
.highslide-thumbstrip-vertical .highslide-scroll-up div{margin-left:10px;cursor:pointer;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/scrollarrows.png) top center no-repeat;height:25px;}
.highslide-thumbstrip-vertical .highslide-scroll-down{display:none;position:absolute;bottom:0;left:0;width:100%;height:25px;}
.highslide-thumbstrip-vertical .highslide-scroll-down div{margin-left:10px;cursor:pointer;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/scrollarrows.png) bottom center no-repeat;height:25px;}
.highslide-thumbstrip-vertical table{margin:10px 0 0 10px;}
.highslide-thumbstrip-vertical img{width:60px;}
.highslide-thumbstrip-vertical .highslide-marker{left:0;margin-top:8px;border-top-width:6px;border-bottom-width:6px;border-left:6px solid gray;}
.dark .highslide-thumbstrip-vertical .highslide-marker,
.highslide-viewport .highslide-thumbstrip-vertical .highslide-marker{border-left-color:white;}
.highslide-viewport .highslide-thumbstrip-float{overflow:auto;}
.highslide-thumbstrip-float ul{margin:2px 0;padding:0;}
.highslide-thumbstrip-float li{display:block;height:60px;margin:0 2px;list-style:none;float:left;}
.highslide-thumbstrip-float img{display:inline;border-color:silver;max-height:56px;}
.highslide-thumbstrip-float .highslide-active-anchor img{border-color:black;}
.highslide-thumbstrip-float .highslide-marker,
.highslide-thumbstrip-float .highslide-scroll-up div,
.highslide-thumbstrip-float .highslide-scroll-down div,
.text-controls .highslide-move,
.controls-in-heading .highslide-controls .highslide-move,
.no-footer .highslide-footer,
.titlebar .highslide-header .highslide-move *,
.draggable-header .highslide-header .highslide-close span,
.draggable-header .highslide-header .highslide-move *,
.highslide-footer .highslide-resize span,
.highslide-header ul li.highslide-previous,
.highslide-header ul li.highslide-next,
.highslide-maincontent,
.hidden-container,
.highslide-overlay{display:none;}
.highslide-wrapper,
.highslide-outline,
.dark,
.glossy-dark{background:#111;}
.highslide img{width: 100%;border:#fff solid 4px;box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.5);transition:all 0.2s ease-out;}
.highslide:hover img{border:#fff solid 4px;}
.highslide-active-anchor img{visibility:visible;border-color:gray !important;}
.highslide-dimming{background:#000;}
.highslide-image{border:#fff solid 2px;}
.highslide-caption{display:none;font-size:1em;position:absolute;width:100%;color:#FFF;font-weight:700;padding:5px;padding-right:0;padding-bottom:0;padding-left:0;}
.highslide-loading{display:block;font-size:9px;font-weight:700;text-transform:uppercase;text-decoration:none;padding:3px;padding-left:22px;background-repeat:no-repeat;background-position:3px 1px;color:black;border:black solid 1px;background-color:white;background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/loader.white.gif);}
.highslide-controls{height:40px;background:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;position:fixed !important;margin: auto auto 20px;top:0;bottom:0;left: 0;right: 0;width:195px !important;}
.large-dark .highslide-controls,
.large-dark .highslide-controls ul,
.large-dark .highslide-controls a,
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a{background-image:url(/wp-content/themes/MWeb_for_Naked_Woman/zoom/highslide/graphics/controlbar-black-border.gif);}
.highslide-gallery ul li{display:block;position:relative;float:left;padding:0;line-height:0;overflow:hidden;width:106px;height:106px;border:#D0D0D0 solid 1px;background:#EDEDED;margin:2px;}

div[id*='ajaxsearchlite'].asl_r.vertical {
    background: #db1c20;
    margin-top: -10px;
}
div[id*='ajaxsearchlite'].asl_r .results .item,
div[id*='ajaxsearchlite'].asl_r .results .item.hovered{
	background: #000;
	padding: 0;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content h3,
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content h3 a,
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content{
	color: #ffffff;
}
div[id*='ajaxsearchlite'].asl_r .results .item.hovered .asl_content h3 a{
	color: #db1c20;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content h3 a{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 4px 10px 10px 110px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content{
	padding: 0;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_image{
	margin: 0;
	margin-right: 10px;
	position: relative;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_image::after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:url("/wp-content/themes/MWeb_for_Naked_Woman/images/play.png") no-repeat center center;
	-webkit-background-size: 30px;
	background-size: 30px;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity:0;
}
div[id*='ajaxsearchlite'].asl_r .results .item.hovered .asl_image{
	opacity: 0.7;
	-webkit-background-size: 120%;
	background-size: 120%;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
div[id*='ajaxsearchlite'].asl_r .results .item.hovered  .asl_image::after{
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
div[id*='ajaxsearchlite'].asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #db1c20;
    height: 4px;
}
div[id*='ajaxsearchlite'].asl_r.vertical .results .item:first-child {
    border-radius: 0;
}
div[id*='ajaxsearchlite'].asl_r .results .item .asl_content .asl_desc {
    margin-top: 60px;
    padding-right: 10px;
    line-height: 14px;
}
div[id*='ajaxsearchlite'].asl_r p.showmore a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background: #db1c20;
}

#top-100-sort-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
#top-100-sort-menu span,
#top-100-sort-menu a{
	text-transform: uppercase;
	display: block;
}
#top-100-sort-menu span{
	padding: 8px 8px  8px 0;
}
#top-100-sort-menu a{
	padding: 8px 15px;
	margin: 0;
}
#top-100-sort-menu a.active,
#top-100-sort-menu a:hover{
	color: #ffffff;
	background: #db1c20;
	text-decoration: none;
}
.top-100-block{
	position: relative;
}
.top-100-block .number{
	position: absolute;
	z-index: 999;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
.top-100-block .number i{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 44px;
	color:  #db1c20;
	z-index: -1;
}
.top-100-block .top-100-rating-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	justify-content: space-between;
	background: #db1c20;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin-left: 17px;
	margin-right: 17px;
	bottom: 56px;
}
.post-ratings{
	margin-top: 30px ;
	text-align: center;
}
.post-ratings img{
	display: inline-block;
	padding: 0 5px;
}
.rating-desc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 10px auto 30px;
	justify-content: center;
}
.rating-desc div{
	margin: 0 10px;
}
.post-teoriya-soblazna-box{
	margin-bottom: 30px;
}
.post-teoriya-soblazna-box .post-title h2{
	font-size: 20px;
	margin-bottom: 15px;
}
.post-teoriya-soblazna-box .post-title a:hover{
	text-decoration: none;
}
.post-img{
	position: relative;
	overflow: hidden;
}
.post-teoriya-soblazna-box .post-img img{
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.post-teoriya-soblazna-box:hover .post-img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.post-teoriya-soblazna-box .post-desc{
	text-align: justify;
}

.post-teoriya-soblazna-box .more-link{
	display: block;
	text-align: center;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 15px auto 0;
}
.post-teoriya-soblazna-box .more-link:hover{
	text-decoration: none;
	background: #E2001A;
	border-color: #E2001A;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    color: #ffffff;
    background: #E2001A;
    font-size: 20px;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#to-top:hover{
	opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar{
	height: 100%;
	text-align: center;
}
#scrollable{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 25px;
}
.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.single-top-banner{
	margin-bottom: 0px;
}
.single-top-banner > div{
	margin: auto;
}
.cat-box{
	text-align: center;
}
.cat-link{
	border: 2px solid #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cat-box:hover .cat-link{
	border-color: #E2001A;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cat-box a{
-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cat-box a:hover{
	text-decoration: none;
}
.cat-box:hover a{
	color: #E2001A;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
form.subscription {
    position: relative;
    width: 100%;
    padding: 20px;
    border: #E2001A solid 2px;
    margin: 0 auto 20px;
    text-align: center;
}
form.subscription p {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
form.subscription p span{
	color: #E2001A;
}
form.subscription img{
	margin: auto;
}
form.subscription input,
input{
	display: block;
	width: 100%;
    min-height: 35px;
    text-align: left;
    color: #000;
    font-size: 14px;
    background: #ffffff;
    border: 0;
    padding: 0 10px;
    margin-bottom: 20px;
}
form .subscription-submit,
input[type=submit] {
	display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: #E2001A;
    padding: 5px 10px;
    text-align: center;
    border: #E2001A solid 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
form .subscription-submit:hover,
input[type=submit]:hover {
    color: #E2001A;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type=submit]{
	max-width: 250px;
	margin: auto;
}
form p{
	margin-bottom: 0;
}
form label{
	display: block;
}
textarea{
	display: block;
    width: 100%;
	height: 194px;
	padding: 15px;
    border: none;
    resize: none;
}
div.miniature, div.nwpage {
    display: inline-block;
    position: relative;
}
div.miniature > div, div.nwpage > div {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 200px;
}
.post a{
	color: #E2001A;
}
#footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #DB1C20;
	padding: 0;
	justify-content: space-between;
}
#footer .copy,
#footer .footer-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#footer .copy{
	padding: 0 15px;
}
#footer .copy div{
	margin: auto;
}
#footer .footer-menu a{
	display: block;
	position: relative;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
#footer .footer-menu a:last-child{
	border-right: 1px solid #DB1C20;
}
#footer .footer-menu a:hover{
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}
#footer .footer-menu a::before,
#footer .footer-menu a::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #DB1C20;
	position: absolute;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#footer .footer-menu a::before{
	top: 0;
	left: 0;
}
#footer .footer-menu a::after{
	bottom: 0;
	right: 0;
}
#footer .footer-menu a:hover::before,
#footer .footer-menu a:hover::after{
	width: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.ovh{
	overflow: hidden !important;
}
.new_style_foto_link{
	margin-bottom: 50px;
}
.post .new_style_foto_link:last-child{
	margin-bottom: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn,
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated,
.js-lazy-image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.post-text-block{
	margin-bottom: 30px;
	margin-top: -30px;
}
@media only screen and (min-width:1200px) {
	#bottom-menu div[id*='ajaxsearchlite'].wpdreams_asl_container {
	    width: 368px;
	}
}
@media only screen and (max-width:1199px) {
	#footer{
		flex-direction: column-reverse;
		padding-bottom: 15px;
	}
	#footer .footer-menu{
		width: 100%;
		justify-content: center;
	}
	#footer .copy div {
	    margin: 0;
	}
}
@media only screen and (min-width:992px) and (max-width:1200px) {

}
@media only screen and (max-width:991px) {
	.site-name-header{
		background: url(https://media.naked-womans.icu/uploads/2019/01/header-img-mob.jpg) 0 0 no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#bottom-menu div[id*='ajaxsearchlite'].wpdreams_asl_container {
	    width: 250px;
	}
	.post-box>p>a:first-child,
	.preloader-container,
	.post-box .js-lazy-image {
	    min-height: 250px;
	}
	div[id*='ajaxsearchlite'].asl_r .results .item .asl_content .asl_desc{
		display: none !important;
	}
	div[id*='ajaxsearchlite'].asl_r .results .item .asl_content h3 a {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	#top-100-sort-menu{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top-100-sort-menu span {
	    width: 100%;
	    display: block;
	    padding: 0;
	    padding-bottom: 10px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {

}
@media only screen and (max-width:767px) {
	#bottom-menu{
		flex-direction: column-reverse;
	}
	#bottom-menu div[id*='ajaxsearchlite'].wpdreams_asl_container {
	    width: 100%;
	    box-sizing: border-box;
	}
	#ajax-menu{
		justify-content: space-between;
	}
	#scrollable > div{
		width: 100%;
		margin: auto;
	}
	form.subscription {
	    max-width: 300px;
	}
	#footer .copy {
	    padding: 0 15px;
	    justify-content: center;
	    flex-direction: column-reverse;
	    width: 100%;
	}
	#footer .copy div{
		margin: auto;
	}
	.mobile-header{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
	}
	
	.asl_w_container {
		width: 100% !important;
	}
	
	#mobile-toggler-icon {
    	display: block;
    	min-width: 60px;
    	height: 50px;
    	border-left: 10px solid #111111;
    	background-size: 34px;
    	background-repeat: no-repeat;
    	background-position: center;
    	background-color: #DB1C20;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	#mobile-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
        position: fixed;
        width: 100%;
        min-height: 100vh;
        overflow-y: auto;
        top: 0;
        left: -100%;
        z-index: 99990;
        background: #111111;
        text-align: center;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    #mobile-menu.show {
        padding-left: 100%;
        width: 200%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    #mobile-menu .close-mob {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    #mobile-menu .close-mob div{
    	display: block;
    	margin: auto;
    	padding: 22px 12px 28px;
    	line-height: 0;
        font-size: 40px;
        font-weight: 300;
        color: #fff;
        background:  #DB1C20;
    }
    #mobile-menu ul,
    #mobile-menu ul li{
    	list-style: none;
    	padding: 0;
    }
    #mobile-menu ul li a{
    	color: #ffffff !important;
    	text-decoration: none !important;
    	display: block;
    	text-transform: uppercase;
    	font-size: 16px;
		padding: 10px;
    }
    #mobile-menu ul:first-child li a{
    	font-size: 14px;
		padding: 5px;
    }
    #mobile-menu ul li a.active{
    	background:  #DB1C20;
    }
	#to-top {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    left: 0;
	    bottom: 0;
	    font-size: 24px;
	    opacity: 1;
	}
	html #wpadminbar {
	    display: none;
	}
	div[id*='ajaxsearchlite'].wpdreams_asl_container {
	    width: 100% !important;
	    box-sizing: border-box;
	    padding: 4px;
	}
	div[id*='ajaxsearchlite'] .probox .proinput input,
	div.asl_w .probox .proinput input{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px !important;
	}
	div[id*='ajaxsearchlite'] .results{
		max-height: 150px !important;
		font-size: 16px !important;
	}
	div[id*=ajaxsearchlite].asl_r .results .item .asl_content h3 a {
	    font-size: 18px;
	    line-height: 24px;
	}
	.site-name-header {
	    justify-content: center;
	}
}
@media only screen and (min-width:576px) and (max-width:767px) {

}
@media only screen and (max-width:575px) {
	#main-content {
	    padding: 15px;
	}
	#footer .footer-menu{
		flex-direction: column;
	}
	#footer .copy div{
		text-align: center;
	}
}
@media only screen and (max-width:450px) {
	#top-100-sort-menu a {
	    padding: 5px;
	    font-size: 12px;
	}
	.site-name-header .logo {
	    margin: 7px 10px 0 0;
	}
	.site-name-header .site-name{
		font-size: 28px;
	}
	.site-name-header .site-name-description {
	    font-size: 11px;
	}
}
@media only screen and (min-width:576px) {

}
@media only screen and (min-width:768px) {

}

@media only screen and (min-width:992px) {

}
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.telega {
	font-size: 18px;
    width: 100%;
    max-width: 1140px;
    min-height: 50px;
    background-color: #232323;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999;
    position: fixed;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
	text-decoration: none !important;
}

.telega img {
	width: 40px;
}


#evav-overlay-wrap{
	background: rgba(0, 0, 0, .75) !important;
	backdrop-filter: blur(20px);
	overflow-y: auto !important;
}

#evav-overlay h3{
	font-size: 24px !important;
	margin-bottom: 50px;
}
#evav-overlay h3::before{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 10px;
	background: url('https://media.naked-womans.best/uploads/2025/12/age-registration-sign-18-plus-on-transparent-background-free-png.png') center center no-repeat;
	background-size: cover;
}
#evav-overlay .evav_buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}
#evav-overlay .disclaimer,
#evav-overlay .disclaimer p{
	max-width: 95% !important;
	width: 95% !important;
	font-size: 14px !important;
	line-height: 1.4;
}
#evav_confirm_age{
	width: 350px !important;
	margin: 0 !important;
}

#evav_not_confirm_age{
	width: 150px !important;
	margin: 0 !important;
}

@media screen and (max-width: 551px){
	#evav_not_confirm_age{
		width: 350px !important;
	}	
}
