*{outline:none !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

html{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
}
body{
	margin:0;
	padding:0;
	/*background:url('/img/back-sib.png');*/
	/*background:url('/img/nypattern.png');*/
}

h2{
	font-weight:300;
}

.head{
	background:#b60150;
	width:100%;
	min-width:320px;
	overflow:hidden;
	color:#fff;
	padding:5px 0;
	top:0px;
	z-index:999;
}
.logo{width:100px;float:left;margin:16px 0 0 8px;}
.burger{
    display: inline-block;
	float: right;
    color: #fff;
    text-decoration: none;
    background: url(/img/burger.png) right no-repeat;
    padding: 0 48px 0 0;
    font-size: 18px;
    margin: 16px 0;
}

.menu{
	position:absolute;
	right:0px;
	padding:0;
	background:#b60150;
	color:#fff;
	width:300px;
	display:none;
	z-index:999;
}
.menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.menu li{
	border-bottom:1px solid #fff;
}
.menu a{
	display:block;
	padding:10px 0 10px 35px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.menu a:hover{
	background-color:#ccc;
	color:#333;
}

.menu span{
	display:block;
	padding:10px 0 10px 35px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.iconall{
	background:url('/img/menu.png') 1px 0px no-repeat;
}
.iconnew{
	background:url('/img/menu.png') 1px -43px no-repeat;
}
.iconvip{
	background:url('/img/menu.png') 1px -85px no-repeat;
}
.iconind{
	background:url('/img/menu.png') 1px -126px no-repeat;
}
.iconsal{
	background:url('/img/menu.png') 1px -168px no-repeat;
}
.iconmas{
	background:url('/img/menu.png') 1px -209px no-repeat;
}
.iconrea{
	background:url('/img/menu.png') 3px -252px no-repeat;
}
.iconkru{
	background:url('/img/menu.png') 1px -293px no-repeat;
}
.iconvid{
	background:url('/img/menu.png') 1px -335px no-repeat;
}
.iconvie{
	background:url('/img/menu.png') 1px -375px no-repeat;
}
.iconsau{
	background:url('/img/menu.png') 1px -420px no-repeat;
}
.iconant{
	background:url('/img/menu.png') 1px -462px no-repeat;
}
.icontop{
	background:url('/img/menu.png') 1px -505px no-repeat;
}
.iconskype{
	background:url('/img/skype-mobile.png') 4px 10px no-repeat;
}
.iconnow{
	background:url('/img/phone5.png') 10px 15px no-repeat;
}
.iconphonesex{
	background:url('/img/phonesex-menu.png') 8px 14px no-repeat;
}
.iconsale{
	background:url('/img/iconmobsale.png') 0px 13px no-repeat;
}
.iconwhatsapp{
	background:url('/img/wsap.png') 7px 10px no-repeat;
}
.icontelegram{
	background:url('/img/teleg.png') 7px 10px no-repeat;
}
.iconcovid{
	background:url('/img/covid_m.png') 7px 10px no-repeat;
}
#menuoff{
	display:block;
	padding:13px 0;
	text-align:center;
	background:#fff;
	color:#1b75cc;
	border:1px solid #b60150;
	border-top:none;
	font-size:18px;
	font-weight:bold;
}

.specanketlist{
	width:100%;
	background:#fdf3e4;
	overflow:hidden;
}

.specialanketlist{
	width:100%;
	background:#e4f8fd;
	overflow:hidden;
}

.popanketlist{
	width:100%;
	background:#fde4ea;
	overflow:hidden;
}

.bananketlist{
	min-width:320px;
	max-width:480px;
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}


.anketlist{
	min-width:320px;
	max-width:480px;
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.anketlist h1{
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
}
.item{
    width: 100%;
    overflow: hidden;
    padding: 2px 8px;
    position: relative;
    max-width: 465px;
    min-width: 360px;
    background: #fff;
    margin: 0 0 24px 0;
	border-bottom: 1px solid #f3f3f3;
}
.item img{
	float:left;
	border:1px solid #c1c1c1;
}
.itemname{
	width:100%;
	padding:8px 0 0 0;
}
.itemname a{
	color:#1b75cc;
	font-size:20px;
}
.itemname a:hover{
	text-decoration:none;
}
.itemtype{
	font-size:14px;
	color:#999;
	padding:4px 0;
	clear:both;
}
.itemphoto{
	float:left;
	position:relative;
}
.real{
    position: absolute;
    right: -9px;
    bottom: 36px;
    width: 70px;
    height: 30px;
    background: url('/img/achiv.png') 1px 1px no-repeat;
}
.skype{
    position: absolute;
    right: -9px;
    bottom: 115px;
    width: 70px;
    height: 30px;
    background: url('/img/skype-mob.png') 1px 1px no-repeat;
}
.phonesex{
    position: absolute;
    right: -9px;
    bottom: 145px;
    width: 70px;
    height: 30px;
    background: url('/img/phonesex.png') 1px 1px no-repeat;
}

.countvideo{
    position: absolute;
    left: 42px;
    bottom: 2px;
	font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 7px;
    color: #fff;
    border-radius: 5px;
    background: #ff5e7d;
}
.countphoto{
    position: absolute;
    left: 2px;
    bottom: 2px;
	font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 7px;
    color: #fff;
    border-radius: 5px;
    background: #ff5e7d;
}
.vip{
    position: absolute;
    right: -9px;
    bottom: 3px;
    width: 70px;
    height: 30px;
    background: url('/img/achiv.png') 1px -61px no-repeat;
}
.new{
    position: absolute;
    right: -9px;
    bottom: 174px;
    width: 70px;
    height: 30px;
    background: url('/img/achiv.png') 1px -30px no-repeat;
}
.itemdata{
	float:left;
	width:190px;
	margin:0 0 0 10px;
}
.itemphone{
	display:block;
	clear:both;
	padding:7px 6px 7px 20px;
	color:#fff;
	border-radius:3px;
	margin-bottom:10px;
	float:left;
	text-decoration:none;
	background:#B9115B url('/img/phone.png') 6px 10px no-repeat;
	font-size: 1.2em;
}
.itemdatarow{
	font-size:14px;
	clear:both;
}
.girl-card-look-phone{
	display:block;
	clear:both;
	padding:7px 6px 7px 20px;
	color:#fff;
	border-radius:3px;
	margin-bottom:10px;
	float:left;
	text-decoration:none;
	background:#B9115B url('/img/phone.png') 6px 10px no-repeat;
	font-size: 1.2em;
}


.pa010{
	padding:0 10px;
}
.itemdatarow span{
	font-size:16px;
}
.itemdatarow b{
	color:#f51e7e;
	font-weight:normal;
}
.clear{
	width:100%;
	overflow:hidden;
	clear:both;
}

.itembottom{
	width:100%;
	clear:both;
	padding: 10px 0 2px 0;
	overflow:hidden;
}
.leftbottom{
	float:left;
}
.rightbottom{
	float:right;
	margin: 9px 11px 0 0;
}
.rightbottom a{
	display:block;
	border:1px solid #333;
	color:#333;
	padding:5px 10px;
	text-decoration:none;
}
.rightbottom a:hover{
	background:#333;
	color:#fff;
}
.showmore{
	background:#B9115B;
	color:#fff;
	text-align:center;
	cursor:pointer;
	font-size:18px;
	clear:both;
	margin:40px 0;
	padding: 0px 0 11px 0;
}
.showmore img{
	width:auto;
	height:30px;
	position:relative;
	top:7px;
}
.footer{
	width:100%;
	min-height:100px;
	background:#ccc;
	margin:0;
	padding:15px 0;
	text-align:center;
}
.footcont{
	width:100%;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}
.full{
	display: block;
    margin: 20px 0;
    text-decoration: underline;
    padding: 8px 16px;
    background: #1b75cc;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #003b74;
}
.full:hover{
	text-decoration:underline;
}
.anketa{
	min-width:320px;
	max-width:480px;
	width:100%;
	overflow:hidden;
	clear:both;
	margin:10px auto;
}
.anketa h1{
	color:#1b75cc;
	font-size:20px;
	padding:0 10px;
}
.nextprev{
	width:100%;
	clear:both;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

.prev,
.next{
	color:#999;
}
.prev{
	display:inline-block;
	float:left;
	padding:0 0 0 10px;
}
.next{
	display:inline-block;
	float:right;
	padding:0 10px 0 0;
}
.rowblock{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.rowblock i{
	font-style:normal;
	font-size:16px;
	padding: 0 0 0 30px;
	font-weight:700;
	margin: 0 0 0 7px;
}
.rowblock p{
	padding:0 7px;
}
.anketachivs img{
	padding:0 15px;
}

.anketphone{
	padding:20px 15px;
}
.phoneanket{
	background: url('https://nsk.sibirki.bar/img/icons2.png') 0 5px no-repeat;
	display:block;
	padding:0 0 0 30px;
}
.phoneanket a{
	font-size:26px;
	color:#F4006D;
	text-decoration:none;
}
.anketphone u{
	color:#999;
	padding:0 0 0 30px;
}
/*.anketprice i{
	font-style:normal;
	font-size:16px;
	padding: 0 0 0 30px;
}*/
.anketprice span{
	display:inline-block;
	margin:10px 10px 0 15px;
	font-size:16px;
}
.anketprice b{
	color:#B9115B;
}

.anketskype{
	    padding: 20px 0 20px 10px;
	font-size: 16px;
}
.anketskype span{
	padding:5px;
	font-size:14px;
}

.anketskype a{
	padding:5px;
	color:#f4006d;
}

.anketskype img{
	position:relative;
    top: 5px;
    padding: 0 10px 0 0;
}

.infocard{
	padding:20px 0;

}
.infocard table{
	width:100%;
	background: #f6f6f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.infocard td{
    padding: 7px 0 7px 3px;
    border-bottom: 1px solid #EFEFEF;
}
.infotip{
	color:#999;
	padding:0 0 0 25px;
	font-size:14px;
}
.infoval{
	color:#333;
	font-size:14px;
}
.icontip{
	background: url('https://nsk.sibirki.bar/img/icons.png') 0 -146px no-repeat;
}
.icovozr{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 3px no-repeat;
}
.iconrost{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -21px no-repeat;
}
.iconves{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -46px no-repeat;
}
.iconbust{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -70px no-repeat;
}
.iconapp{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -95px no-repeat;
}
.icontip{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -146px no-repeat;
}
.iconsaun{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -170px no-repeat;
}
.iconadd{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -222px no-repeat;
}
.iconref{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -245px no-repeat;
}
.iconcity{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -94px no-repeat;
}
.iconmet{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -119px no-repeat;
}
.icontime{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -195px no-repeat;
}
.iconptime{
	background:url('https://nsk.sibirki.bar/img/icons.png') 0 -185px no-repeat;
}
.iconlook{
	background:url('https://nsk.sibirki.bar/img/icons2.png') 0 -61px no-repeat;
}
.iconter{
	background:url('https://nsk.sibirki.bar/img/icons2.png') 0 -46px no-repeat;
}
.iconheart{
	background:url('https://nsk.sibirki.bar/img/heart.png') 0 2px no-repeat;
}
.iconsearch{
	background:url('/img/poisk-header.png') 5px 9px no-repeat;
}
ul.massage{
	margin: 20px 0 10px 0;
	padding:0 0 0 7px;
	list-style:none;
}
.massage li{
    padding: 0px 15px 7px 18px;
    font-size: 16px;
    background: url('https://nsk.sibirki.bar/img/massage.png') 1px 4px no-repeat;
}
.review{
	padding:10px 0 10px 50px;
	background: url('https://nsk.sibirki.bar/img/review_quote.png') -19px 0px no-repeat;
	margin:30px 0;
	font-size: 16px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
.review u{
	font-weight:bold;
	color:#000;
	display:block;
}
.review p{
	color:#333;
}
.review span{
	display:block;
	color:#999;
	font-size:14px;
}
.addrew{
	width:100%;
	margin:30px 0;
	padding:0 15px;
}
.addrew label{
	display:block;
	font-size:16px;
	margin:10px 0;
	float:left;
	width:100%;
}
.addrew input, select{
	margin:0 0 0 20px;
}
.addrew textarea{
	max-width:320px;
	width:90%;
	height:200px;
}
.subrew{
	display:block;
	border:none;
	background:#B9115B;
	border-bottom:4px solid #F4006D;
	color:#fff;
	padding:10px 30px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	margin:10px 0 0 0 !important;
}
#prew{
	display:block;
	margin:-15px 0 0 15px;
	color:#e20000;
	font-size:16px;
}
.buyimg{
	width:100%;
	text-align:center;
	margin:10px 0 0 0;
}
.buyimg a{
	display:block;
	border:none;
	margin:0 0 20px 0;
}
.buyimg img{
	border:2px solid #ccc;
}
.buyimg b{
	display:block;
	margin:0 0 5px 0;
	color:#B9115B;
}
.searchform{
	margin:20px 0;
}
.searchform input[type="text"]{
	width:50px;
	margin:0 15px 0 15px;
}
.searchform input[type="checkbox"]{
	margin:0 0 0 15px;
}
.searchform select{
	margin:0 0 0 15px;
}
.searchform table{
	border:none;
	border-collapse: collapse;
	font-size:14px;
}
.searchform td{
	padding:7px 0;
	border-bottom:1px solid #ccc;
}
.anketsearch{
	display:block;
	text-align:center;
	padding: 4px 0 10px 0;
	background: #b60150;
    color: #fff;
	text-decoration:none;
	font-size:16px;
	margin:0 0 25px 0;
}
.anketsearch img{
	position:relative;
	top:6px;
}
.retback{
	display:block;
	margin:0 0 25px 4px;
	font-size:16px;
	color:#1b75cc;
}
.popparent{
	width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;


}
.popparent :before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.popblock{
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}
.glavpopup{
	font-size:14px;
	z-index:999;
	background:#FEF0D3;
	width:300px;
	margin:0 auto;
	padding:15px 10px;
	line-height:1.44;
}
.stay{
	display:block;
	margin:20px 0;
	text-decoration:none;
	padding:10px 0;
	background:#0A7E07;
	color:#fff;
	font-size:18px;
	text-align:center;
}

.applending{
	overflow:hidden;
	text-align:center;
}

.applending img{
	max-width:200px;
	height:auto;
	border: 1px solid #f4006d;
}
a.applendingbtn {
    padding: 13px 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #f4006d url('https://nsk.sibirki.bar/img/app_down.png') 12px 8px no-repeat;
    font-size: 16px;
    border-bottom: 1px solid #9a0e4c;
}

.bntrowa {
    text-align: center;
    margin: 45px auto;
    overflow: hidden;
}


.btn_top_bar{
	width:320px;
	overflow:hidden;
	padding: 10px 0px 15px 0px;
	margin: 10px auto 20px auto;
	border-bottom: 1px solid #ccc;
}

.btn_top_bar a{
	display:inline-block;
	float:left;
	padding:10px 5px;
	color:#fff;
	background:#ff9700;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
	width:70px;
	font-size:12px;
	height: 50px;
}

.btn-razd{
	display:inline-block;
	width:15px;
	overflow:hidden;
	float: left;
}

.anticris{
	font-size:12px;
	color:#fff;
    display: inline-block;
    background: #009688;
    padding: 4px 10px;
    font-weight: 700;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.exprsss{
	font-size:14px !important;
	color:#fff;
    display: inline-block;
    background: #ffc107 url('/img/express-mob.png') 4px 6px no-repeat;
    padding: 4px 10px 4px 22px;
    font-weight: 700;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
	margin:3px 0;

}
.exprsss b{
	color:#fff !important;
}
.saless{
	font-size:12px;
	color:#fff;
    display: inline-block;
    background: #eb5156;
    padding: 4px 8px 4px 8px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;

}


.covidtag{
	font-size:12px;
	color:#fff;
    display: inline-block;
    background: #ff00ef;
    padding: 4px 8px 4px 8px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.aval_now{
	font-size:12px;
	color:#fff;
    display: inline-block;
	background: #61b62a;
    padding: 4px 8px;
    font-weight: 700;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
	margin-left:5px;
}

.aval_nowi{
	font-size:12px;
	color:#fff;
    display: inline-block;
    background: #61b62a url('/img/phone5.png') 4px 6px no-repeat;
    padding: 4px 10px 4px 20px;
    font-weight: 700;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
	margin: 10px 0 -10px 30px;
}

.u_list_row{
margin:20px 0 20px 5px;
}
.u_list_z{
	color:#fff;
	background:#f4006d;
	font-weight:bold;
	padding:5px 7px;
	margin:5px 0;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.us_list{
	margin:20px 0 20px 10px;
	padding:0;
	list-style:none;
}
.us_list li{
	color:#b10505;
	font-size:16px;
	line-height:1.9;
	padding:0 2px;
}
.us_list a{
	color:#b10505;
	font-size:16px;
	line-height:1.9;
	padding:0 2px;
	text-decoration: none;
}
.us_list i{
	color:#40b029;
	font-size:12px;
	font-style:italic;
	font-weight:100;
	margin:0;
	padding:0;
}

.us_list span{
	font-size:13px;
	color:#999;
}

.usl-popup-cont-col{
	margin:0 0 20px 0;
	padding:3px 55px;
}

.usl-popup-cont-col span {
    display: inline-block;
    background: #d44f68;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    padding: 5px 7px;
    clear: both;
    margin: 0 0 20px 0;
	font-size:18px;
}

.usl-popup-cont-col a {
    display: block;
    line-height: 27px;
    color: #405e80;
    margin: 5px 0;
	font-size:16px;
}

.arti-link{
    display: block;
    color: #f4006d;
    margin: 10px 0;
	font-size:16px;
}

.article{
	padding:10px;
}

.article img{
	width:100%;
	max-width:300px;
	height:auto;
	box-sizing: border-box;
}

.article h1{
	font-size: 2em;
	padding:10px 0;
}


.articles-add-comment{
	border:1px solid #dc0364;
	border-radius:3px;
	background:#fff;
	margin:20px 0;
	padding:25px 15px;
}

.articles-add-comment textarea{
	max-width:440px;
	min-width:300px;
	width: 100%;
	height:200px;
	padding:10px 12px;
	border:1px solid #ccc;
	font-size:16px;
	border-radius:3px;
	margin:0 0 20px 0;
	display: block;
}
.articles-add-comment span{
	font-weight:700;
}
.articles-add-comment input[type="text"]{
    margin: 5px 25px 0 0;
    width: 230px;
	border:1px solid #ccc;
	font-size:16px;
	border-radius:3px;
	height:30px;
}
.articles-add-comment input[type="submit"]{
	border:none;
	color:#fff;
	background:#F4006D;
	padding: 9px 20px;
	border-radius:3px;
	cursor:pointer;
	clear:both;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.articles-add-comment input[type="submit"]:hover{
	background:#dc0364;
}

.articles-comment{
	background:#fff;
	padding:15px;
	border:1px solid #ccc;
	border-radius:6px;
	margin:0 0 15px 0;
}
.articles-comment i{
	display:inline-block;
	float:right;
	color:#999;
	font-style:normal;
}

.blcontlinks span{
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #666;
}


.short_text {
    font-size: 16px;
    float: right;
    position: absolute;
    top: 67px;
    left: 90px;
    width: 220px;
    z-index: 1;
    padding: 16px 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    display: none;
	line-height: 1.45;
	background: #fff;
    border: 1px solid #eb5156;
}
.shortreview{
	background: url('/img/comments-16.png') no-repeat;
	padding: 0 0 3px 20px;
	cursor:pointer;
	border-bottom: 1px dotted #d42764;
}
.last_rew{
    position: absolute;
    top: 40px;
    left: 90px;
    width: 220px;
    padding: 16px 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    display: none;
	line-height: 1.45;
	background: #fff;
    border: 1px solid #eb5156;
	z-index:2;
}
.lst-sh-txt{
	font-size:14px;
}
.lst-sh-nm{
	font-size:14px;
	color:#ccc;
}
.navigateanketa a{
	display:inline-block;
	margin: 0 8px 8px 4px;
	text-decoration:none;
	color:#026cc1;
	border-bottom:1px dashed #026cc1;
	font-weight:bold;
}
.scrolltotop{
	position:fixed;
	bottom:10px;
	right:10px;
	padding:4px 8px;
	background:#b60150;
	cursor:pointer;
	color:#ffffff;
	display:none;
}
.mtopmenublock{
	width:100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.telegaandfuul{
	min-width: 320px;
	max-width: 480px;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
}
.telegaandfuul span{
	display: inline-block;
	padding:0 0 0 8px;
	width: 150px;
}
.tfull{
	display: inline-block;
    background: url(/img/tofull.png) no-repeat 8px 12px;
	padding: 12px 8px 12px 37px;
    color: #1b75cc;
    border: 1px solid #1b75cc;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 0 0 4px;
    text-wrap: balance;
		font-weight: 700;
}
.tbot{
	font-size:16px;
	color: #1b75cc;
	font-weight: 700;
}


.toppages{
	min-width: 320px;
	max-width: 480px;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
}

.toptotoppages{
	display: inline-block;
	padding: 4px 8px 4px 30px;
	border-radius: 4px;
	text-decoration: none;
	margin:8px 0 8px 8px;
}

.accurate{
	min-width: 320px;
	max-width: 460px;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	color:#fff;
	padding: 8px 8px;
	font-weight: 700;
  font-size: 13px;
  text-align: center;
	background:#0a57a1;
}

.icon-maintp{
	color: #000;
	border: 1px solid #000;
	padding: 4px 8px;
}

.icon-search-totoppages{
		background: url('/img/mserch.png') no-repeat 8px 4px;
		color: #1b75cc;
		border: 1px solid #1b75cc;
}
.icon-100-totoppages{
	background: url('/img/real.png') no-repeat 4px 2px;
	padding-left: 32px;
	color: #0e6300;
	border: 1px solid #0e6300;
}
.icon-top20-totoppages{
	background: url(/img/top20.png) no-repeat 8px 3px;
	padding-left: 36px;
	color: #5f2f09;
  border: 1px solid #5f2f09;
}
.icon-indi-totoppages{
		background: url('/img/indi-icon.png') no-repeat 4px 2px;
		color: #b60150;
		border: 1px solid #b60150;
}
.icon-now-totoppages{
	background: url('/img/phone2.png') no-repeat 5px 4px;
	padding-left: 43px;
	border: 1px solid #00b700;
  color: #0d7a01;
	font-weight: 700;
}
.icon-mass-totoppages{
	background: url('/img/massage.png') no-repeat 5px 2px;
	padding-left: 32px;
	color: #000;
  border: 1px solid #000;
}
.icon-popup-totoppages{
	background: url('/img/uslugi.png') no-repeat 6px 1px;
	padding-left: 32px;
	color: #d44f68;
  border: 1px solid #d44f68;
}
.icon-new-totoppages{
	background: url('/img/newtopicon.png') no-repeat 4px 4px;
	padding-left: 44px;
	color: #0b4e00;
	border: 1px solid #0b4e00;
}
.intoplink{
	display: inline-block;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	text-decoration: none;
	margin:8px 0 8px 8px;
	color:#999;
}
.classtop20sold{
	border-radius:6px;
	background:#fffdea;
	border:1px solid #ffed44;
}
.whatsappcall{
	display: block;
  margin: 20px 0 0 0;
}

.whatsappcall img{
	width: 200px;
	height: auto;
}
.pluswhatsapp{
    background: url(/img/whatsapp.png) no-repeat 5px 2px;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 120px;
    top: -16px;
}
.plustelegram{
    background: url(/img/telegram_m.png) no-repeat 5px 2px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 90px;
    top: -16px;
}
.faivorite{
	display: inline-block;
	background: url(/img/wl-e.png) no-repeat 3px 3px;
	padding: 8px 0px 8px 40px;
    margin: 8px 0 0 16px;
	font-size: 18px;
	color: #fff;
}
.f-in{
	 background: url(/img/bwl-f.png) no-repeat 0px 0px !important;
	 color: #000 !important;
}
.addtowishlist{
	display: inline-block;
  background: url(/img/bwl-e.png) no-repeat 0px 0px;
  margin: 8px 0 8px 8px;
  color: #f4006d;
  font-size: 18px;
  padding: 5px 0 10px 40px;
}
.usl-popup-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow-y: scroll;
	}

.usl-popup-cont {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    max-width: 360px;
    width:100%;
    opacity: 1;
    position: relative;
	}

.usl-popup-cont-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url('/img/closed.png') no-repeat;
	}

.usl-popup-cont-z {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: #e10c6b;
    border-bottom: 1px solid #ccc;
		}

.usl-popup-cont-col {
    float: left;
    padding: 8px;
		width:100%;
	}

.looked{display:inline-block;background:url(/img/aye-w.png) no-repeat 3px 3px;padding:8px 0 8px 40px;margin:2px 0 0 12px;font-size:18px;color:#fff}

.paginback{
	color:#B9115B;
	display:inline-block;
	margin:0 4px 0 0;
}

.paginforw{
	color:#B9115B;
	display:inline-block;
	margin:0 0 0 4px;
}

span.pages{
	color:#ccc;
	display:inline-block;

}
.pages{
	color:#B9115B;
	display:inline-block;
	margin:0 4px;
	font-size:17px;
}
