html {
    font-family:Arial, sans-serif;
    font-weight: normal;
	font-size:14px;
}
body {
    background: #fff;
    color: #4a5c6b;
}
@media all{

.topheadline{
	background:#8ecdf6;
	display: flex;
    align-items: center;
    justify-content: space-between;

}	

.headline{
	width: 100%;
    background: #4a5c6b;
    color: #fff;
    padding: 16px 4px;
    overflow-x: hidden;
    white-space: nowrap;
}

.headline a{
	color: #fff;
    padding: 0 0 0 16px;
    text-decoration: none;
	display:inline-block;
}

.top-menu-burger{
	display: inline-block;
	background: url('/img/icons/menu-razdel.png');
	width: 32px;
	height: 32px;
	float: left;
}

.waitcall{
    padding: 16px 24px !important;
    background: none !important;
    font-size: 14px;
    border: 3px solid #383dde;
    color: #383dde !important;
    font-weight: 700;
	white-space: nowrap;
}
.waitcall:hover{
    background: #383dde !important;
    font-size: 14px;
    border: 3px solid #383dde;
    color: #fff !important;
    font-weight: 700;
}

header{
	width:100%;
	min-height:170px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.thead{
	width:100%;
	min-height: 63px;
	background:#8ecdf6;
	color:#191919;
	clear:both;
	overflow: hidden;
	padding:0 20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
a.logo, a.apptop, a.wlist, a.addtop{
	display:inline-block;
	color:#000;
	text-decoration:none;
	padding:10px 10px 10px 20px;
	margin:10px 10px 10px 20px;
}
a.apptop, a.wlist, a.addtop{
	font-size:18px;
	float:right;
}
a.apptop{
	background:url('/img/icons/dwn-icon.png') no-repeat left;
	padding-left: 30px;
}
a.logo{
	font-size:20px;
	font-weight:bold;
	float:left;
}
a.addtop{
	background:#d7df01;
	border-radius:6px;
}
a.addtop:hover{
	background:#f9ff5b;
}
h1.name{
  font-size: 36px;
  line-height: 62px;
}
.wlist span{
	display:inline-block;
    padding: 0px 0 0px 20px;
    margin: 0px 0 0 10px;
}
#fvcnt{
	background:url('/img/icons/wl-hert.png') no-repeat left;
}
.bhead{
	width:100%;
	background:#4a5c6b;
	color:#fff;
	padding:0 20px;
	overflow:hidden;
	position: relative;
}
.bhead a{
	display:inline-block;
	padding:80px 25px 10px 25px;
	color:#fff;
	border-right:1px solid #fff;
	text-decoration:none;
	text-align:center;
	min-width:145px;
}
.bhead a:hover{
	text-decoration:underline;
}

.top-all{
	background:url('/img/icons/icon70.png') 40px 7px no-repeat;
}
.top-indi{
	background:url('/img/icons/icon70.png') 35px -103px no-repeat;
}
.top-vip{
	background:url('/img/icons/icon70.png') 35px -212px no-repeat;
}
.top-new{
	background:url('/img/icons/icon70.png') 35px -323px no-repeat;
}
.top-salon{
	background:url('/img/icons/icon70.png') 35px -431px no-repeat;
}
.top-100{
	background:url('/img/icons/icon70.png') 35px -542px no-repeat;
}
.top-mass{
	background:url('/img/icons/icon70.png') 35px -652px no-repeat;
}
.top-stat{
	background:url('/img/icons/icon70.png') 35px -762px no-repeat;
}
.top-top10{
	background:url('/img/icons/icon70.png') 37px -864px no-repeat;
}

.osnov-menu{
	width:100%;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:10px 0 0 0;
	font-size:16px;
	cursor:pointer;
	background: #eee;
	display:none;
}

.razdel-poisk{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	font-size:16px;
	display:none;
}
.razdel-poisk-razdely{
	width:50%;
	padding:10px 0;
	text-align:center;
	border-right:1px solid #ccc;
	float:left;
	cursor:pointer;
	background: #eee;
}
.razdel-poisk-poisk{
	width:50%;
	padding:10px 0;
	text-align:center;
	float:left;
	cursor:pointer;
	background: #eee;
}
.razdel-poisk-poisk img{
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.razdel-poisk-razdely img{
	vertical-align: middle;
    position: relative;
    top: -2px;
	left: -6px;
}
.osnov-menu img{
	vertical-align: middle;
    position: relative;
    top: -2px;
	left: -6px;
}

/*ЛЕВЫЙ БЛОК */
.left_sidebar{
	position: absolute;
	margin:0;
	padding:10px 20px;
	overflow:hidden;
	border-right:1px solid #e8e8e8;
	max-width:350px;
}

.sidebar_title{
	font-size:17px;
	display:block;
	font-weight:bold;
	padding:3px 5px;
}

.range {
	overflow:hidden;
	width:100%;
	min-width: 330px;
}

.range input[type="text"]{
	width:75px;
	height:25px;
	border:1px solid #ccc;
	border-radius:6px;
	margin:0 5px 0 0;
	padding:0 3px;
	font-size:16px;
}
button.search{
	padding:15px 70px;
	background:#d7df01;
	text-align:center;
	border:none;
	font-size:16px;
	margin:10px 0;
	border-radius:6px;
	cursor:pointer;
}
button.search:hover{
	background:#f9ff5b;
}

.range label{
	display: inline-table;
	padding:10px;
	min-width: 140px;
	font-size:16px;
}

ul.doplink{
	margin:10px 0;
	padding:3px 5px;
}

.doplink li{
	list-style:none;
	color:#4a5c6b;
	padding:3px 0;
}
.doplink a{
	font-size:17px;
	text-decoration:none;
	color:#006cc7;
}
.doplink span{
	font-size:17px;
	color:#4a5c6b;
}

.doplink a:hover{
	text-decoration:underline;
	color:#ff9900;
}
.main-content, .main_content{
	/*margin-left:355px;*/
	float: left;
}

.top-text-block{
	width:100%;
	overflow:hidden;
	padding:15px 20px;
}
.top-text-block h1{
	font-size:18px;
	font-weight:bold;
	margin: 0 0 8px 0;
}

.top-text-block i{
	color:#c1067d;
	display:block;
	font-style:normal;
	margin:0 0 10px 0;
}

.top-text-block a{
	display:inline-block;
	padding:4px 8px;
	background:#4a5c6b;
	color:#fff;
	text-decoration:none;
	margin:0 8px 0 0;
	border-radius:6px;
}
.top-text-block a:hover{
	background:#047de2;
}

.girls-list{
	width:100%;
	overflow:hidden;
}
.girls-list-extratop{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	background:#ffd7ea;
	padding:10px 0;
}

span.girls-list-extratop{
	color: #4a5c6b;
    font-weight: 100;
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 16px;
	background:url('/img/icons/strawberry.png') no-repeat;
	padding: 5px 0 2px 30px;
}

.girls-list ul{
	margin: 15px 0 0 20px;
	padding:0;
}

.girls-list li{
	list-style:none;
	display:block;
	float:left;
	width:295px;
	height:600px;
	position:relative;
	margin:0 30px 30px 0;
}

.girl-mini-photo{
	position:relative;
	width:295px;
	height:340px;
	text-align:center;
	z-index: 555;
	background:#eee;
}
img.isVip{
    position: absolute !important;
    top: -25px !important;
    left: -1px !important;
    z-index: 999 !important;
}
.bage-100-mini{
	position:absolute;
	right:1px;
	bottom:60px;
	padding: 5px 9px;
	color:#fff;
	background:#2f8602;
	border-radius:6px;
	font-weight:bold;
}
.bage-now-mini{
    position: absolute;
    left: 1px;
    bottom: 0px;
    padding: 5px 9px;
    color: #383dde;
    background: #fff;
    border-radius: 6px;
    font-weight: bold;
    border: 2px solid #383dde;
}
.girl-mini-photo img{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.girl-mini-photo-blur{
	position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    width: 290px;
    height: 320px;
	background-size: cover !important;
  -webkit-filter: blur(15px);
     -moz-filter: blur(15px);
       -o-filter: blur(15px);
      -ms-filter: blur(15px);
          filter: blur(15px);
}

.favor-mini{
    background: url(/img/icons/wl-hert.png) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
	position:relative;
	top:5px;
	cursor:pointer;
}

.f-in-mini{
    background: url(/img/icons/wl-hert-a.png) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
	position:relative;
	top:5px;
	cursor:pointer;
}

.girl-mini-data{
	border:1px solid #e8e8e8;
	padding:10px 5px;
	position:relative;
	background: #fff;
}


.girl-mini-data-name{
	position:relative;
	overflow:hidden;
	padding:5px 10px;
	min-height: 47px;
}

.girl-mini-data-name a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#4a5c6b;
}
img.mini-wl{
	vertical-align: middle;
	cursor:pointer;
	padding:0 5px 0 1px;
}

img.bage{
	vertical-align: middle;
}

.data-cell{
	display:table-cell;
	padding:2px 10px;
	min-width: 130px;
}
.mini-short-text{
    position: absolute;
    top: 125px;
    left: 0px;
	background: #607d8b;
	color:#fff;
	border-radius:6px;
	padding: 5px 9px;
	font-size:13px;
	margin: 0 5px;
	display:none;
}

.data-cell span{
	display:block;
	margin:5px 0;
	color:#4a5c6b;
}

.data-cell-bottom{
	display:table-cell;
	padding:2px 8px;
	min-width: 130px;
}

.data-cell-bottom span{
	display:block;
	margin:3px 0;
	color:#4a5c6b;
}
.data-cell-bottom span:before{
	content: '\25CF';
	color:#ff9900;
	font-size:18px;
}

.call{
	display:inline-block;
	padding:5px 30px;
	color:#fff;
	background:#4a5c6b;
	border-radius:6px;
	text-decoration:none;
	margin:0 20px 0 5px;
}
.call:hover{
	background: #047de2;
}
.podr{
	color:#4a5c6b;
}



.pagination{
	margin:20px 0;
    float: left;
    padding: 15px 20px;
	overflow:hidden;
	clear:both;
	text-align:center;
	width: 100%;
}
.pagination span{
	padding:10px 15px;
	background:#fff;
	color:#4a5c6b;
	border-radius:6px;
	border:1px solid #4a5c6b;
	font-size:16px;
	margin:0 20px 0 0;
}
.pagination a{
	padding:10px 15px;
	background:#4a5c6b;
	color:#fff;
	border-radius:6px;
	margin:0 20px 0 0;
	text-decoration:none;
}
#showmore{
	display:block;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#4a5c6b;
	padding:10px 0;
	cursor:pointer;
}




.bottom-text-block{
	margin:20px 0;
    float: left;
    padding: 10px 20px;
	overflow:hidden;
}



footer{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	margin:0;
	background:#4a5c6b;
	color:#fff;
}

.footread{
	float:left;
	width:270px;
	overflow:hidden;
	margin:0 0 0 150px;
}

.footread a:before{
	content: '\25CF';
    color: #ff9900;
    font-size: 18px;
	padding: 0 4px;
}

.footread a{
	color:#fff;
	display:block;
	margin:10px 0;
	text-decoration:none;
}

.foocenter{
	width:100%;
	margin:30px 0;
	text-align:center;
	clear:both;
}



/*888*/

.anket-top, .anket-data{
	margin:10px 20px;
}

.brcams{
	display:inline-block;
}
.brcams a{
	color:#999;
}



.anket-phone a{
	font-size:36px;
  line-height: 54px;
	color:#000;
	text-decoration:none;
	display:inline-block;
	margin:0 20px 0 0;
	font-weight:bold;
}

.ank_likes{
	display:inline-block;
	padding: 6px 10px;
	background: url(../img/gray_heart.png) 1px 7px no-repeat;
	position:relative;
	top:-3px;
	left:10px;
	cursor:pointer;
}
.ank_likes p{
	margin:0 0 0 20px;
	color:#0d95b1;
	font-size:13px;
	font-weight:bold;
}


.favor{
    padding: 10px 20px 10px 40px;
    border: 1px solid #c9cccd;
    color: #383838;
    border-radius: 3px;
    background: url('/img/icons/wl-hert.png') 15px 10px no-repeat;
    cursor: pointer;
    position: relative;
    top: -3px;
}
.favor:hover{
	background: #ccc url('/img/icons/wl-hert.png') 15px 10px no-repeat;
}
.f-in{
    padding: 10px 20px 10px 40px;
    border: 1px solid #c9cccd;
    color: #383838;
    border-radius: 3px;
    background: url('/img/icons/wl-hert.png') 15px 10px no-repeat;
    cursor: pointer;
    position: relative;
    top: -3px;
}


.anket-locat{
	margin: 10px 0 20px 0;
}

div.hr{
	border-bottom:1px solid #ccc;
	width:100%;
	height:3px;
	overflow:hidden;
	margin:10px 0;
	content:' ';
}

.anket-data-photo{
	float:left;
	min-width:420px;
	max-width:450px;
	position:relative;
}

.bage100p-anketa{
	position:absolute;
	font-size:18px;
    top: 40px;
    right: 10px;
    padding: 5px 9px;
    color: #fff;
    background: #2f8602;
    border-radius: 6px;
    font-weight: bold;
}

.anket-data-tth{
	float:left;
	margin:0 0 0 20px;
}

.anket-data-tth b{
	font-size:18px;
}


.parametrs {
    margin-bottom: 25px;
}
.parametrs ul {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 19px;
	margin:0;
	padding:0;
	list-style:none;
}
.parametrs li {
	padding: 10px 30px 10px 0;
}
.icon_params{
	display:inline-block;
	width:30px;
	height:30px;
	background:#fffd58;
	margin: 0 5px -7px 0;
}
.icpr_rost{
	background:url('/img/icon-laguna2.png') 1px 0px;
}
.icpr_ves{
	background:url('/img/icon-laguna2.png') 1px -36px;
}
.icpr_age{
	background:url('/img/icon-laguna2.png') 1px -73px;
}
.icpr_bust{
	background:url('/img/icon-laguna2.png') 1px -109px;
}
.icpr_viezd{
	background:url('/img/icon-laguna2.png') 1px -148px;
}


.hours_cost {
    line-height: 20px;
    margin-bottom: 25px;
	clear:both;
	overflow:hidden;
}
.hours_cost ul {
    font-size: 16px;
	list-style:none;
	margin:0;
	padding:0;
}
.hours_cost li {
    padding:5px 0;
}

.yell {
	display:inline-block;
    background: #fffd58;
	padding:2px 3px;
}

.params_time_work{
	overflow:hidden;
	padding:10px 5px 10px 37px;
	color:#000;
	background:#24d8fe url('/img/icon-laguna2.png') 3px -176px no-repeat;
	margin:10px 0;
	border-radius:9px;
	font-weight:700;
}



.about-service{
	margin:30px 0;
	clear:both;
	overflow:hidden;
}


.about_text {
    background: #e8e8e8;
    padding: 10px 15px;
    font-size: 14px;
    margin: 20px 0;
	border-radius:3px;
	max-width: 900px;
	min-width: 400px;
}


.extra_service{
	overflow:hidden;
	max-width:900px;
}

.types{
	float:left;
	padding:10px 20px;
	font-size:16px;
	width: 30%;
}

.types ul{
	margin:0;
	padding:0;
	list-style:none;
}

.types li{
	color:#000;
	padding:10px 0;
}

.types li:before{
	content: '\25CF';
	color:#fffd58;
	font-size:18px;
	padding: 0 7px 0 0;
}

.soc-rew-service{
	margin:30px 0;
	border-bottom:1px solid #ccc;
	clear:both;
	overflow:hidden;
}


.soc-add-rew{
	float:left;
	max-width: 450px;
}

.rews-ser{
	float:left;
	padding: 0 20px;
}

.feedback_text{
margin:20px 0;
padding:0 0 5px 0;
border-bottom:2px solid #24d8fe;
}
.feedback_text >p {
    line-height: 17px;
    margin-bottom: 0;
}

.from p {
    background: #24d8fe;
    padding: 0 3px;
    margin-right: 9px;
    margin-bottom: 4px;
	display: inline-block;
}
.feedback_text{
margin:20px 0;
padding:0 0 5px 0;
border-bottom:2px solid #24d8fe;
}


.stars0 {
    background-image: url('../img/ico-s71a7fdede6.png');
    height: 15px;
    width: 76px;
    display: inline-block;
}
.stars1 {
    background-image: url(../img/stars_l.png);
    height: 13px;
    width: 15px;
    display: inline-block;
}
.stars2{
    background-image: url(../img/stars_l.png);
    height: 13px;
    width: 33px;
    display: inline-block;
}
.stars3 {
    background-image: url(../img/stars_l.png);
    height: 13px;
    width: 48px;
    display: inline-block;
}
.stars4 {
    background-image: url(../img/stars_l.png);
    height: 13px;
    width: 63px;
    display: inline-block;
}
.stars5 {
    background-image: url(../img/stars_l.png);
    height: 13px;
    width: 78px;
    display: inline-block;
}


.soc_like{
padding:5px 0;
}

.soc_like_btn{
	display:inline-block;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: -4px;
    left: -25px;
}

#ok_shareWidget{
	position: relative;
    top: -2px;
    left: -15px;
}

.leave_feedback{
	margin:20px 0;
}

.leave_feedback form {
    width: 100%;
    background: #e8e8e8;
    padding: 7px 12px 42px 12px;
}
.leave_feedback form input {
    padding-left: 7px;
    margin-left: 7px;
    border: none;
    width: 182px;
    height: 22px;
}
.leave_feedback form textarea {
    width: 100%;
    height: 102px;
    border: none;
    resize: vertical;
    padding: 4px 10px;
    font-style: italic;
    margin-bottom: 11px;
}
.leave_feedback >p {
    margin: 0 0 6px 0;
}
.leave_feedback form p,
.leave_feedback form label {
    font-size: 12px;
    margin-bottom: 6px;
}
.leave_feedback form p {
    display: inline-block;
}
.leave_feedback form button {
    width: 97px;
    height: 28px;
    background: #24d8fe;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    float: right;
}
.leave_feedback >p {
	font-size: 16px;
    margin-bottom: 3px;
}


#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('../img/ico-s71a7fdede6.png') no-repeat;
}

#reviewStars-input {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 15px;
  height:15px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.db {
    display: block;
}
#reviewStars-input input:checked ~ label {
  background-position: 0 -15px;
  height:15px;
  width: 15px;
}
#reviewStars-input label {
  background-position: 0 0;
  height:15px;
  width: 15px;
  float: right;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -15px;
  height:15px;
  width: 15px;
}

.look-like{
	clear:both;
	margin:15px 0 30px 0;
	overflow:hidden;
}
.look-like b{
	font-size:17px;
	color:#000;
	display:block;
	margin:0 0 20px 0;
}

.look-like ul{
	margin:0;
	padding:0;
}
.look-like li{
	list-style:none;
	float:left;
	margin:0 17px 15px 0;
	width:180px;
}
.look-like img{
	width:180px;
	height:auto;
}

.look-like span{
	color:#0d95b1;
}

.doptextanket{
	background:#e8e8e8;
	margin:20px 0;
	padding:10px 20px;
	border-radius:6px;
	clear:both;
}

.callmetracking{
	display:none;
	position: fixed;
    bottom: 2px;
    width: 100%;
    border: 1px solid #cddc39;
    font-size: 18px;
    text-align: center;
    max-width: 900px;
    background: #fffd58;
    text-decoration: none;
    color: #000;
    padding: 10px 0 8px 0;
    border-radius: 6px;
}

.callmetracking img{
vertical-align: middle;
    position: relative;
    top: -2px;
    left: -5px;
}

.staty-content{
	padding:20px 25px;
}

.staty-content h1{
  font-size: 28px;
  line-height: 32px;
  margin: 16px 0;
}

.staty-content h2{
  font-size: 22px;
  line-height: 24px;
  margin: 8px 0;
}

.pagin-staty{
	margin:30px 0 30px 20px;
}

.pagin-staty a{
	padding: 10px 16px;
	border:1px solid #0d95b1;
	margin:0 10px;
	background:#0d95b1;
	color:#fff;
	border-radius:6px;
}
.pagin-staty a:hover{
	text-decoration:none;
}
.pagin-staty span{
    padding: 10px 16px;
	border:1px solid #0d95b1;
	margin:0 10px;
	background:#fff;
	color:#0d95b1;
	border-radius:6px;
}

ul.list-staty{
	margin:5px 0;
	padding:0;
}

.list-staty li{
	list-style:none;
	margin:30px 0;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
.list-staty img{
	vertical-align: top;
}
.list-staty div{
	display:inline-block;
	max-width:550px;
	padding:0 0 0 20px;
}
.list-staty a{
	font-size:16px;
	display:block;
	margin:0 0 10px 0;
	color:#0d95b1;
	text-decoration:underline;
}
.art-prev-next{
	overflow:hidden;
	margin:20px 0;
}

.art-prev-next a{
	display:inline-block;
	padding:10px 15px;
	background:#0d95b1;
	color:#fff;
}

.art-next-link{
	float:right;
}
.art-prev-link{
	float:left;
}











.reg_anketa-form label{
	width:220px;
	text-align:right;
    display: inline-block;
    vertical-align: top;
}

.reg_anketa-form input, textarea{
	padding:3px 0;
	border:1px solid #e20000;
	border-radius:6px;
}

.reg_anketa-form input{
	width:300px;
}

.reg_anketa-form input[type="submit"]{
	width:200px;
	padding:15px 0;
	background:#24d8fe;
	color:#fff;
    border-color: #094c5a;
}




.pril-e{
	overflow:hidden;
	margin:10px 0;
	padding:5px 15px;
}

.pril-e ul{
	    margin: 15px 0 0 0;
	padding:0;
	list-style:none;
	width: 300px;
    float: left;
}

.pril-e li{
	padding:12px 0;
	color:#0d95b1;
	font-size: 15px;
    font-weight: bold;
}

.pril-e img{
	float: left;
}

.pril-ulp{
	background:#2fab81;
	color:#fff;
	display:block;
	padding:13px 10px;
	text-align:center;
	margin:30px 0 0 0;
	max-width: 250px;
}
.pril-ulp:hover{
	color:#fff;
	text-decoration:none;
}

.top-pril{
	background: #fffd58 url(/img/phone-icon.png) 10px 10px no-repeat;
    color: #0f5362;
    padding: 16px 20px 17px 40px;
    display: inline-block;
    position: absolute;
    top: -17px;
    margin-left: 30px;
	text-decoration:none;
}
.top-pril:hover{
	color: #0f5362;
	text-decoration:none;
}

.soldentopanketdata{
	background: #fff37d !important;
    border: 1px solid #dcb90d !important;
}
.soldentopanketphoto{
    border: 1px solid #dcb90d !important;
	border-bottom: none !important;
}

.dataonphoto{
	position: absolute;
    bottom: 5px;
    left: 5px;
    display: block;
    pointer-events: none;
	margin: 0;
	padding: 0;
	z-index: 999;
    max-width: 90px;
}
.dataonphoto span{
	margin: 5px 0 0;
    display: inline-block;
    background: rgba(0,0,0,0.75);
	color: #fff;
	font-size:16px;
    padding: 1px 10px 1px 10px;
    position: relative;
	float: left;
	text-shadow: 1px 1px 1px #000;
}

.bottom-links-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
    align-content: space-between;
    align-items: baseline;
	padding: 8px 16px;
}

.searchform table{
	border:1px solid #ccc;
}
.searchform td{
	margin: 8px 0;
}

}


@media all and (max-width:3000px) and (min-width:1367px){
	.main-content {
		/*margin-left:350px;*/
		min-height: 2500px;
	}
}

@media all and (max-width:1366px) and (min-width:1024px){
		.main-content {
		/*margin-left:350px;*/
		min-height: 2500px;
	}

}

@media all and (max-width:480px){

#bhead-close{
	width:48px;
	height:48px;
	background:url('/img/icons/close-icon.png') no-repeat;
	position:absolute;
	top:3px;
	right:2px;
	cursor:pointer;
}

#razdel-poisk-poisk-close{
	width:48px;
	height:48px;
	background:url('/img/icons/close-icon.png') no-repeat;
	position:absolute;
	top:3px;
	right:2px;
	cursor:pointer;
}

#razdel-poisk-razdely-close{
	width:48px;
	height:48px;
	background:url('/img/icons/close-icon.png') no-repeat;
	position:absolute;
	top:3px;
	right:2px;
	cursor:pointer;
}


div.bhead{
	display:none;
}

a.logo{
	padding: 10px 5px 10px 0px;
    margin: 10px 5px 10px 0px;
}

#wltext{
	display:none;
}

a.apptop{
	display:none;
}

a.addtop{
	display:none;
}

.bhead a {
	padding:80px 25px 10px 8px;
	min-width: 140px;
	border-bottom:1px solid #fff;
}

.osnov-menu{
	display:block;
	margin: 0;
}
.razdel-poisk{
	display:block;
}

.left_sidebar{
	border:none;
	padding:0;
	display:none;
	position:unset;
}
#filter-search{
	display:none;
	background: #495b6b;
    color: #fff;
	position: absolute;
    z-index: 999;
	width: 100%;
}
#filter-razdel{
	display:none;
	background: #495b6b;
    color: #fff;
	position: absolute;
    z-index: 999;
	width: 100%;
}

.top-text-block a {
	margin: 4px 0 16px 0;
}

.main-content {
	margin:0px;
	float:right;
	width:100%;
}

.anket-phone a{
	width:100%;
	font-size:36px;
	margin:10px 0 30px 0;
}

.anket-locat{
	margin: 20px 0 20px 0;
}

.anket-data-photo{
	min-width:260px;
	width:100%;
}
.anket-data-tth {
    margin: 20px 0 0 0;
}
.about_text{
	min-width:260px;
}

.about-service{
	margin: 15px 0;
}

.types{
	width: 100%;
	padding: 5px 0px;
}

.types li {
	padding:5px 0;
}

.pagination span {
	float:left;
	margin: 0 25px 10px 0;
	width: 50px;
    height: 42px;
}


.pagination a {
	float:left;
    font-size: 16px;
    border: 1px solid #fff;
	width: 50px;
    height: 42px;
	margin: 0 25px 10px 0;
}

.girl-mini-photo{
	width:100%;
}
.girls-list{
	padding: 0 16px;
}
.girls-list ul{
	margin:0;
}
.girls-list li{
	width:100%;
	margin:16px 0;
}
.girls-list-extratop{
	padding: 0 16px;
}
.bottom-text-block{
	width:100%;
}

.footread {
	margin:0 0 0 30px;
}

.look-like li{
	list-style:none;
	float:left;
	margin:0 47px 0 0;
	width:100px;
}
.look-like img{
	width:100px;
	height:auto;
}

.bage-now-mini{
  left: 0px;
  display: block;
  width:70%;
  margin:0 0 16px 0 !important;

}

.staty-content img{
  max-width: 300px;
  height: auto;
  margin:8px 0;
}
img.isVip{
    width: 343px !important;
    height: 62px  !important;
}

.headline {
	overflow-x: scroll;
}

}
