body.mobile .swich-version.vis {
	display: block;
    top: 0;
    text-decoration: none;
    z-index: 999;
    color: #c38856;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    background: #2C0000;
    height: 30px;
    line-height: 33px;
    font-style: italic;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

@media screen and (max-width: 414px){
	
	body {
		-ms-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	.c-hamburger {
		display: block;
		position: absolute;
		right: 0;
		top: 43px;
	}	
	
	.add2fav-wrap {
	    top: 37px;	
		width:65%;
	}
	.profile-detail-main-left .add2fav-wrap
	{
	    width: 100%;
	    top:auto;
	}
	
	.add2fav-wrap-detail{
		width:100%;
	}

	
	.to-fav .del-fav{
		height: 16px;
	}
	
	.box-shadow-filter {
		display: block;
		text-align: center;
		vertical-align: top;
		background: #300102;
		margin: 0 auto;
		padding: 10px 0;
		margin-bottom: 15px;
		font-size: 14px;
		border-radius: 5px;
		color: rgb(255, 226, 143);
		margin-left: -5%;
		margin-right: -5%;
		font-style: italic;
	}	
	
	body.remove .box-shadow-filter {
		display: none;
	}
	
	.box-shadow-filter span {
		width: 1em;
		height: 0.15em;
		background: rgb(255, 226, 143);
		box-shadow: 0 0.25em 0 0 rgb(255, 226, 143), 0 0.5em 0 0 rgb(255, 226, 143);
		display: inline-block;
		vertical-align: top;
		margin-top: 3px;
		margin-right: 10px;
	}
	
	body {
		min-width: 0;
	}
	
	.l-block-content {
		width: 95%;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	.b-form-carousel {
		overflow: hidden;
		margin: 0 auto 0px;
		height: 155px;
		width: 300px;
		background: none;
	}
	
	.b-form-carousel_clip {
		height: 150px;
		top: 0;
	}
	
	.b-form-carousel_action_next, .b-form-carousel_action_prev {
		display: none;
	}
	
	#flashContent{
		display: none;
	}
	
	.b-side_left > * {
		display: none;
	}
	
	.b-side_left > div:first-of-type {
		display: block;
	}
	
	.b-main-content{
	    width: calc(100%);
	}
	
	body.out .b-main-content {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	body.full .b-main-content {
		padding: 0;
	}
	
	.blactiondiv1 {
		float: none;
		clear: both;
	}
	
	.blactiondiv1 #blfindform button {
		margin-left: 0;
	}
	
	.block-botton-sep-r {
		width: 100%;
		box-sizing: border-box;
	}
	
	.time-limit {
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	#girls100-f {
		padding-right: 10px;
	}
	
	.mini-foto-add {
		margin: 0;
		padding-top: 35px;
		clear: both;
	}
	
	.b-form_comments_send-popup_captcha_image {
		float: none;
		margin-bottom: 5px;
	}
	
	.b-form_comments_send-popup_captcha_code {
		float: none;
	}
	
	.b-header_banner {
		display: none;
	}
	
	.b-logo {
		position: static;
	}
	
	.lkenter {
		right: 0;
	}
	
	.b-header_menu-container {
		position: static;
	}
	
	.b-menu_item {
		display: block;
		height: auto;
		text-align: left;
	    padding-left: 15px;
		line-height: 25px;
	}
	
	.b-menu_item_link {
		padding: 0 20px;
	}
	
	.b-menu_item .b-menu {
		display: block;
		position: static;
	    background: #b00000;
		box-shadow: none;
	}
	
	.b-menu_item .b-menu .b-menu_item {
		padding: 0;
		list-style: none;
		background: #b00000;
		text-align: left;
		line-height: 25px;
	}
	
	.b-header_menu-container > ul {
	    padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.b-menu_item .b-menu .b-menu_item .b-menu_item_link {
	    color: #ffe28f;
		font-size: 16px;
		font-family: Georgia, serif;
	    text-decoration: none !important;
		text-shadow: -1px -1px 0 #000;
	    padding: 0 20px;
	}
	
	.b-menu_item_link:hover, .b-menu_item .b-menu .b-menu_item .b-menu_item_link:hover {
	    background-color: #2C0000;
		border-radius: 3px;
	}
	
	.b-menu_item .b-menu .b-menu_item:first-child {
		display: none;
	}
	
	.b-menu {
		background: #b00000;
		position: absolute;
		right: 0;
		top: 38px;
	    width: 215px;
		left: -105%;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	
	.close-m {
		display: block;
		position: absolute;
		width: 21px;
		height: 21px;
		background: url(/img/close.png);
		right: 5px;
		top: 5px;
		z-index: 999;
	}
	
	body.on .overlay {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.53);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;		
	}

	/*
	body.on {
		position: relative;
	}
	
	body.on:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.53);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
	}*/
	
	
	
	.b-menu.active {
		left: 0;
	}
	
	.b-menu_item + .b-menu_item {
		background: none;
	}
	
	.b-header {
		height: auto;
	}
	
	.b-side_right {width: 100%;margin: 0;text-align: center;}
	
	.b-side_left {
		float: none;
		margin: 0 auto 25px;
		display: none;
	    width: 100%;
	}
	
	.b-side_left > div {
		width: 100% !important;
	    box-sizing: border-box;
	}
	
	.b-side_left .b-side_filter_param {
		display: block;
		vertical-align: top;
		margin-bottom: 10px;
	    display: inline-block;
	}
	
	.b-side_left.open {
		display: block;
	}
	
	.b-beauty-nav {
		text-align: center;
	}
	
	.b-form-list_item {
		float: none;
		display: inline-block;
		vertical-align: top;
	    margin-left: 3px;
		margin-right: 3px;
	}
	
	.b-form-list {
		text-align: center;
	}
	
	body.out .b-form-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.b-form_col2 {
		width: calc(100% - 273px);
	    padding-left: 35px;
		box-sizing: border-box;
	}
	
	.b-form-edit_services {

	}
	
	.b-form_services_col1 {
		width: 100%;
	}
	
	.b-form_about_content {
		padding-left: 0;
	}
	
	.b-wrapper {
		overflow: hidden;
	}
	
	.b-form_comments_send-popup {
	    box-sizing: border-box;
		width: 100% !important;
		max-width: 500px;
	    margin: 0 auto 25px;
		text-align: center;
	}
	
	.b-form_comments_send-popup table {
		margin: 0 auto;
	}
	
	.b-form_comments_send-popup_submit .b-popup_ok {
		float: none !important;
	}
	
	#facebox .body {
		width: 100%;
		max-width: 430px;
	}
	
	.b-form_comments_send-popup_name_elem {
		box-sizing: border-box;
		width: 100%;
		height: 30px;
	}
	
	#facebox table, #facebox table tbody, #facebox table tr, #facebox table td {
		display: block;
	}
	
	.favorites-counter {
		bottom: 0;
		box-sizing: border-box;
		padding: 5px 10px;
		height: auto;
		right: 0;
	}
	
	.favorites-counter span {
		font-size: 12px;
		height: auto;
	}
	
	.favorites-counter span br {
		display: none;
	}
	
	.favorites-counter span.fav-counter-count {
		font-size: 16px;
		line-height: 1;
	}
	
	.e-side_filter_submit:hover {
	    background: #2C0000;
	}
	
	.b-breadcrumbs_item {
		margin-bottom: 5px;
	}
	
	.b-form-edit_main {
		clear: both;
	}
	
	.b-form_comments_send-popup_content_elem {
		width: 100%;
	}
	
	#facebox .popup {
		display: inline-block;
	}
	
	#facebox {
		left: 0 !important;
		right: 0 !important;
		text-align: center;
	}
	
	.b-form_avatar {
		text-align: center;
	}
	

	/*
	.b-form_images .b-carousel_action_prev, .b-form_images .b-carousel_action_next {
		display: none;
	}
	
	.b-form_images .b-carousel_clip {
	    width: 100%;
		left: 0;
		height: auto;
	}
	
	.b-form_images {
		height: auto;
	}
	
	.b-form_images .b-carousel_items {
		position: static;
		white-space: normal;
		height: auto;
	}
	
	.b-form_images .b-carousel_item {
		margin: 1px !important;
	}
	*/
	.b-form_images .b-carousel_items {
		width: 430px;
	}
	.b-form_comments_success-popup {
	    left: 0 !important;
		right: 0 !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	form[name='regform'] .b-form_comments_send-popup_submit {
		margin-bottom: 15px;
	}
	
	.b-form-edit_services_groupraion label {
		margin: 5px 0;
	}
	
	.b-form-edit_main_param label {
		margin-bottom: 5px;
	}
	
	.b-form-edit_services_group label {
		margin: 5px 0;
	}
	
	.b-form-edit_popup {
		width: 100%;
		max-width: 370px;
		box-sizing: border-box;
	}
	
	noindex iframe {
		display: none;
	}
	



	.lkenter span {
		display: none;
	}
	.b-form_col1 {
	    float: none;
		margin: 0 auto 25px;
	}
	
	.b-form_col2 {
		width: 100%;
		padding: 0;
	}
	
	.top_top .b-form-list_item_stat {
		top: 10px;
		text-align: right;
	    left: auto;
		right: 0;
	}
	
	.top_top .b-form_services {
	    min-width: 0 !important;
		margin-right: 0;
		width: calc(100% - 275px) !important;
		box-sizing: border-box;
		max-height: none;
		padding-left: 10px;
		display: none;
	}
	
	li.b-form-list_item.top_top div.b-form_services div.b-form-edit_services div.b-form_services_col1 div.b-form-edit_services_col.b-form-edit_services_col1 div.b-form_services_group_col .b-form_services_list {
		min-width: 0;
		margin: 0;
	}
	
	.top_top-text {
		position: static;
		float: right;
		width: calc(100% - 275px);
		display: none;
	}
	
	.b-form-list_item .add2fav-wrap, .b-form-list_item_more {
		
	}
	
	.b-logo {
	    width: 175px;
		background-size: contain;
		background-position: center;
	}
	
	.b-footer-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 22px;
	}
	
	.b-form-list_item_name {
	    font-size: 12px;
		line-height: 1.3;
	
	}
	
	table.mobile, table.mobile table, table.mobile tbody, table.mobile tr, table.mobile td, table.mobile tfoot {
		display: block;
		width: 100%;
	}
	
	.b-form-edit_main_col2 {
		float: none;
		clear: both;
	}
	
	.b-form-edit_add_col {
		width: 100% !important;
		margin-right: 0;
	}
	
	#sp-girls {
		overflow-x: scroll;
	    float: none;
		clear: both;
	}
	
	#sp-girls table {
		min-width: 600px;
	}



	.b-form_comments_send-popup {
	    padding: 20px;
	}
	#regme input.enumeration + span {
		margin-right: 0;
	}
	.b-logo {
	    width: 300px;
	    margin: 0 auto 0px;
	}
	
	.b-content_text p {
		padding-left: 0;
	}
	
	.b-form-edit_head {
		padding-left: 0;
	}
	
	#form-contein {
		margin-left: 0;
	}
	
	.b-form-edit_main_group {
		width: 100%;
	}
	
	.lkenter {
		position: static;
		display: inline-block;
	}
	
	.b-header {
		text-align: center;
		padding-top: 25px;
		margin-bottom: 0;
	}
	
	.top_top {
		width: 100%;
	}
	
	.b-contacts_feedback {
		margin-left: 0;
	    width: 100%;
	}
	
	.b-form_services_group_col {
		margin-right: 0;
	}
	
	.b-form-edit_services_col {
		width: 50%;
	}
	
	.b-form_params_group_ext {
		width: 100%;
		box-sizing: border-box;
	}
	
	.swich-version {
		display: block;
		color: #c38856;
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 150px;
		background: #2C0000;
		height: 30px;
		line-height: 33px;
		font-style: italic;
		border-radius: 0 0 5px 5px;
	}
	
	.e-contacts_feedback_param {
		width: 100%;
	}
	
	textarea.e-contacts_feedback_param {
		width: 100%;
		box-sizing: border-box;
	}
	
	.new_ankets {
		width: 100%;
	    height: 100px;
		overflow: hidden;
	}
	
	.b-footer_contacts {
		display: none;
	}
	
	.b-side_right .b-content_text h1 {
		background: none;
		padding-right: 7px;
	}
	
	.b-content_text h1 {
		line-height: 1.2;
	}
	
	.b-footer .l-block-content {
		width: 100%;
		height: 115px;
	}
	
	.b-footer_copyrights {
		left: 0;
		right: 0;
		text-align: center;
	    bottom: 27px;
		top: auto;
	}
	
	.new_ankets .p-new_ankets {
	    float: none;
		display: inline-block;
		vertical-align: top;
		margin: 5px !important;	
		width: 70px;
	}
	
	.new_ankets .p-new_ankets a:first-child {
		margin: 0 auto;
	}

	.b-side_right table {
		display: none;
	}
	

	
	.b-side_filter_param {
		text-align: left;
	}
	
	.b-side_filter_param_expandable label {
		margin: 5px;
	}
	
	.b-side_black-list {
		display: block !important;
	    text-align: left;
	}
	
	.b-content_text {
		clear: both;
	}
	
	.nav-mobile {
		display: block;
		background: #2C0000;
		height: 42px;
		margin-top: 10px;
		margin-left: -5%;
		margin-right: -5%;
		margin-bottom: 15px;
	}
	
	.box-shadow-menu {
		display: block;
		text-align: center;
		vertical-align: top;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
		color: #ffe28f;
		font-style: italic;
	}
	
	.box-shadow-menu span {
		width: 1em;
		height: 0.15em;
		background: #ffe28f;
		box-shadow: 0 0.25em 0 0 #ffe28f, 0 0.5em 0 0 #ffe28f;
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.nav-mobile ul {}
	.nav-mobile ul li {
		float: left;
		width: 33.333%;
		text-align: center;
	}
	.nav-mobile ul li a {
		color: #ffe28f;
		font-style: italic;
		text-decoration: none;
		font-size: 12px;
		padding-top: 3px;
		display: block;
	}
	
	.nav-mobile ul li a.top {
		padding: 11px;
	}
	
	.lkenter td {
		text-align: left;
	}
	
	.b-form-carousel_items_item {
		width: 85px;
	}
	
	.b-form-carousel_items_item_params {
		display: none;
	}
	
	.b-form-carousel_items_item_content {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
	}
	
	.b-beauty-nav_icon {
		display: none;
	}
	
	.b-beauty-nav_item {
	    width: 110px;
		height: 25px;
		background: #2C0000;
		line-height: 10px;
		text-decoration: none;
		border-radius: 3px;
	}
	
	.b-beauty-nav_title {
		text-decoration: none;
		font-size: 14px;
	}
	
	div iframe {
		display: none;
	}
	div iframe[title*='reCAPTCHA'],
	div iframe[title*='recaptcha']{
		display: block;
	}
	
	.b-form-list_item .add2fav-wrap {
	    right: 2px;
		bottom: auto;
	    top: 33px;
	}
	
	.b-form-list_item_small, .b-form-list_item:not(.top_top) {
	    width: 150px;
		height: 355px;
	}
	
	.b-form-list_item_small .b-form-list_item_desc, .b-form-list_item:not(.top_top) .b-form-list_item_desc {
	    top: 171px;
		right: 1px;
		width: 116px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.b-form-list_item_small .b-form-list_item_phone, .b-form-list_item:not(.top_top) .b-form-list_item_phone {
	    top: 212px;
		left: 16px;
		white-space: nowrap;
		top: 194px;
	}
	
	.b-form-list_item_small .add2fav-wrap, .b-form-list_item:not(.top_top) .add2fav-wrap {
	    bottom: 0;
	    bottom: 25px;
		top: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100px;
	}
	
	.b-form-list_item_small .b-form-list_item_more, .b-form-list_item:not(.top_top)  .b-form-list_item_more{
	    bottom: 30px;
	    bottom: 4px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 88px;
		text-align: center;
		padding-top: 1px;
		padding-bottom: 1px;		
	}
	
	body.remove .b-side_news {
		display: none;
	}
	
	.b-side_left .b-side_black-list {
		display: none !important;
	}
	
	.b-side_black-list_link {
		left: 0;
		right: 0; 
		margin: 0 auto;
	}
	
	.b-form-list_item_small .b-form-list_item_prices, .b-form-list_item:not(.top_top) .b-form-list_item_prices {
	    right: 0;
	    top: 220px;
		left: 0;	
	    width: 100%;
	}
	
	.b-form-list_item_small .b-form-list_item_stat, .b-form-list_item:not(.top_top) .b-form-list_item_stat {
		top: auto;
	    bottom: 54px;
		text-align: center;
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.b-form-list_item_small .b-form-list_item_age, .b-form-list_item:not(.top_top) .b-form-list_item_age {
		display: none;
	}
	
	.b-form-list_item_small .b-form-list_item_avatar, .b-form-list_item:not(.top_top) .b-form-list_item_avatar {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-height: 155px;
		overflow: hidden;
	}
	
	.b-side_comments_title {
		text-align: left;
		font-size: 18px;
	}
	
	.new_ankets > div:nth-of-type(3n + 3) {
		display: none;
	}
	
	.b-side_comments_item_content {
		float: left;
	    padding-left: 15px;
	    width: 215px;
	}
	
	.b-side_right .b-side_comments ~ br {
		display: none;
	}
	
	.b-form-list_item_small .b-form-list_item_name, .b-form-list_item:not(.top_top) .b-form-list_item_name {
	    max-height: 27px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.b-form-list_item:not(.top_top) .b-form_list_item_stat_param {
	    display: inline-block;
		vertical-align: top;
		margin: 0 4px;
	}
	
	.b-form-list_item_small .b-form-list_item_prices_price {
		white-space:nowrap;
	}
	
	.b-form-list_item_small .b-form-list_item_prices_service {
	    white-space: nowrap;
		padding-left: 16px;
	}
	
	.b-form-list_item_small .b-form_list_item_stat_param:first-child, .b-form-list_item:not(.top_top) .b-form_list_item_stat_param:first-child {
		position: relative;
		top: -2px;
	}
	
	.b-side_comments_item_author {
		text-align: left;
	}
	
	.b-side_comments_item_date {
		text-align: left;
	}
	
	.b-side_comments_item_text {
		text-align: left;
	}
	
	a.upItem {
		bottom: auto;
		top: 60px;
		background-position: left top;
	}
	
	.b-form-list_item_small a.upItem, .b-form-list_item:not(.top_top) a.upItem {
	    top: 10px;
		right: 28px;
		box-sizing: border-box;	
	}
	
	.b-side_right .b-side_filter {
		display: none;
	}
	
	.b-side_support {
		display: none;
	}
	
	.b-form-list_item_vip {
		border: 1px solid #000;
		border-radius: 9px;
		background: url(/img/bg-mobile.jpg);
	}
	
	.b-header_menu-container > ul > li:nth-of-type(1), .b-header_menu-container > ul > li:nth-of-type(2), .b-header_menu-container > ul > li:last-child{
		display: none;
	}
	
	.b-side_filter_param_value .e-text-input{
		width: 150px;
	}
	
	.e-side_filter_submit {
		width: 180px;
		margin: 0 auto;
		display: block;
		background: #2C0000;
		border: 0;
		height: 25px;
		font-style: italic;
		font-size: 14px;
	}
	
	.b-side_filter_paramraion .e-nice-select2{
		width: 160px !important;
	    color: #b4774b;
		font-size: 12px;
		font-style: italic;
		background: #320000;
		border: 1px solid #955234;
		border-radius: 4px;
	    -webkit-appearance: none;
	    height: 20px;
		padding-left: 5px;
	}
	
	a[href^=tel] {
		color: inherit;
		text-decoration: none;
	}
	
	.b-side_left .b-side_filter .b-side_filter_param:nth-of-type(1), .b-side_left .b-side_filter .b-side_filter_param:nth-of-type(2) {
		display: inline-block;
		width: 49%;
	}
	
	.b-side_filter_param.b-side_filter_param_expandable {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	.forum-bottom {
		width: 100% !important;
	    margin-top: 15px;
	}
	
	.forum-bottom div {
		width: 100% !important;
	}
	
	.forum-bottom div iframe {
		display: block;
	}
	
	.b-side_news {
		text-align: left;
	}
	
	.b-side_forum_item {
		width: 100%;
	}
	
	.b-breadcrumbs {

	}
	
	.b-contacts_info {
		width: 100%;
	
	}
	
	.b-form_title {
		padding-left: 0;
	}
	
	.b-form_head {
		margin-left: -100px;
		padding-left: 100px;
		margin-right: -10px;
	}
	

	
	.b-form_get-phone {
		height: auto;
		padding-bottom: 15px;
	    margin-left: -50px;
		padding-left: 50px;
		margin-right: -50px;
		padding-right: 50px;
	}
	
	.b-form_col2 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;		
	}
	
	.b-form_col2 .b-form_params {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;	
		width: 100%;		
	}
	.b-form_col2 .b-form_price{
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		width: 100%;
		margin-left: -50px;
		padding-left: 50px;
		display: block;
		margin-right: -50px;
		padding-right: 50px;	
	}
	.b-form_col2 .b-form_get-phone {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}
	
	.b-form_col2 .b-form_params_group_ext {
		background: none;
	}
	
	.b-form_col2 .b-form_params_group_ext .b-form_params_item_label {
		width: 163px;
	}
	
	.b-form_col2  .b-form_price tr:first-child th {
		width: 175px;
	}
	
	.b-form .b-form_services {
		max-width: 318px;
		margin: 0 auto;
	}
	
	.b-form .b-form-edit_services {
		margin: 0;
	}
	
	.b-form-edit_services_col:nth-of-type(2n + 2){
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	.b-form-edit_services_col:nth-of-type(2n  + 3){
		clear: both;
	}
	
	.b-form_comments_head {
		margin-left: -50px;
		padding-left: 50px;
		margin-right: -50px;
		padding-right: 50px;
		display: block;
		margin-bottom: 0;
		overflow: hidden;
		padding-bottom: 0;	
	}
	
	.b-form_comments_title {
		text-align: center;
		margin-bottom: 8px;
	}
	
	.b-form_comments_actions {
		padding-top: 0;
		padding-right: 0;
		position: static;
		float: right;
	}
	
	.b-form_about {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
	
	.b-form_comments_layout {
	    margin-left: -50px;
		padding-left: 50px;
		margin-right: -50px;
		padding-right: 50px;
		margin-bottom: 30px;
	}
	
	.b-form_customer-request {
		padding-left: 32px;
		max-width: 245px;
		box-sizing: border-box;
		font-size: 10px;
		margin: 0 auto;
		position: relative;
	}
	.b-form_customer-request:before {
		content: '';
		display: block;
		width: 30px;
		height: 50px;
		background: url(/img/get-phone-icon.png);
		position: absolute;
		left: -10px;
		top: -26px;
	}
	
	.b-form_get-phone_lnk1 {
		margin: 0 auto;
		position: static;
		background: none;
	    padding-top: 18px;
	}
	
	.b-form_get-phone_lnk1 a {
	    font-size: 24px;
		font-family: Georgia, serif;
		font-style: italic;
	}
	
	.vip_top {
		border: 1px solid #000;
		border-radius: 9px;
		background: url(/img/bg-mobile.jpg);
	}
	
	.b-form-list_item_avatar {
	    border: 1px solid #600;
		padding: 0;
		background: none;
	}
	
	.b-side_right .b-side_comments {
	    margin-left: -100px;
		padding-left: 110px;
		margin-right: -100px;
		padding-right: 100px;	
		
	}
	
	.forum-bottom > div:last-of-type {
		display: none;
	}
	
	span.testimonials {
		top: 4px;
	}
	
	.top_top .b-form-list_item_prices {
		max-height: 63px;
		box-sizing: border-box;
		top: auto;
		bottom: 0;
	}
	
	.top_top .b-form-list_item_prices_price {
		font-size: 15px;
	}
	
	.b-form_comments_item_time {
		position: static;
	}
	
	.add2fav-wrap.del .del-fav {
		font-size: 11px;
	}
	
	.b-side_right .b-content_text {
		display: block;
	}
	
	body:not(.out) .b-main-content .b-content_text {display: none;}
	
	.hidden-xs
	{
		display:none !important;
	}
	.visible-xs-block
    {
        display: block !important;
    }
    .visible-xs-inline-block
    {
        display: inline-block !important;
    }
	
	.pager-block a
	{
		font-size: 18px;
	    padding: 2px 8px;
	}
	
	.my-profiles-list .my-profiles-list-item-action-block 
	{
    	padding-left: 0;
    	float: left;
	}
	.my-profiles-list .my-profiles-list-item-img-block
	{
		padding-right: 10px;
	}
	.my-profiles-list .my-profiles-list-item-main-block
	{
		padding-right: 0;
	}
	.b-side-balance.b-side-balance-mob
	{
		display: block;
	}
	.profile-detail h3
	{
	    padding: 0;
	    text-align: center;
	}
	.profile-detail-main
	{
	    margin-bottom: 0;
	}
	.profile-detail-main-left
	{
	    width: auto;
	    float: none;
	    margin: 0 -20px;
	}
	.profile-detail-main-right,
	.profile-detail-main-title
	{
	    width: 100%;
	    padding-left: 0;
	    padding-top: 20px;
	    margin-left: 0;
	    float: none;
	}
	.profile-detail-main-title
	{
	    padding-top: 0;
	}
	.profile-detail-photos li
	{
	    padding: 0;
	}
	.profile-detail-report
	{
	    padding-left: 115px;
	    background-position: 87px 50%;
	    border-radius: 0;
	}
	.profile-detail-main-left .add2fav-wrap .add2fav
	{
	    background: #6d0000;
        padding: 6px 10px 8px 87px;
        width: 100%;
        text-align: left;
        text-decoration: underline;
        font-size: 1em;
        margin: 0;
	}
	.profile-detail-main-left .add2fav::before
	{
	    content: none;
	}
	.profile-detail-main-left .add2fav i
	{
	    display: inline-block;
        width: 26px;
	}
	.profile-detail-pn
	{
	    padding-left: 130px;
	    border-radius: 0;
	}
	.profile-detail-pn, 
	.add2fav-wrap .profile-detail-pn.del-like
	{
	    background-position: 69px 50%;
	}
	.profile-detail-main-info
	{
        display: flex;
        flex-direction: column-reverse;
	}
	.profile-detail-main-info .profile-detail-phone
	{
	    background: #3d0202;
	    width: auto;
	    margin: 0 -20px;
	    max-width: none;
	    float: none;
	    text-align: center;
	    padding: 18px 20px;
	}
	.profile-detail-phone-num
	{
	    background: none;
	    padding-left: 0;
	}
	.profile-detail-phone .im-online-status
	{
	    padding-left: 200px;
	}
	.profile-detail-status
	{
	    padding-top: 0;
	    margin: 0 -20px;
	    padding-bottom: 24px;
	}
	.profile-detail-status .im-free-status
	{
	    width: 100%;
	    border-radius: 0;
	    text-align: center;
	    padding: 12px 20px;
	    font-size: 24px;
	    text-transform: uppercase;
	    height: 50px;
	}
	.profile-detail-status .im-free-status span
	{
	    font-size: 1em;
	}
	.profile-detail-price
	{
	    width: auto;
	    margin: 20px -20px;
	    padding: 20px;
	    display: block;
	}
	.profile-detail-price > div
	{
	    width: 100%;
	    text-align: left;
	    padding: 5px 0;
	}
	.profile-detail-price > div::before
	{
	    content: none;
	}
	.profile-detail-price > div > div
	{
	    display: inline-block;
	    width: 45%;
	    padding: 0 0 0 60px;
	}
	.profile-detail-price .profile-detail-price-hl
	{
	    background: #520659;
	    margin: 10px -20px;
	    width: auto;
	    text-align: center;
	    display: block;
	    padding: 5px 0;
	}
	.profile-detail-price .profile-detail-price-hl > div
	{
	    display: block;
	    width: 100%;
	    padding: 0 0 5px;
	}
	.profile-detail-features
	{
	   text-align: center; 
	}
	.profile-detail-feature
	{
	   padding: 40px 5px 0;    
	   text-align: center;
	   background-position: 50% 0;
	   vertical-align: top;
	}
	.profile-detail-details
	{
	    margin: 0 -20px;
	}
	.profile-detail-details dl
	{
	    float: none;
	    width: 100%;
	    padding: 0;
	}
	.profile-detail-details dt
	{
	    padding: 0 10px 10px 30px;
	    float: left;
	    width: 160px;
	}
	.profile-detail-details dd
	{
	    width: 100%;
	    padding: 0 0 10px 160px;
	}
	.profile-detail-detail-text
	{
        border-bottom: 1px solid #2f0101;
        padding-bottom: 30px;
	}
	.profile-detail-services-list
	{
        border-radius: 0;
        margin: 0 -20px;
        background: #3d0202;
        padding-left: 104px;
        padding-right: 20px;
	}
	.profile-detail-services-list > div
	{
	    width: 100%;
        float: none;
	}
	.profile-detail-services-list ul li.inactive
	{
	    display: none;
	}
	.profile-detail-map
	{
	    margin: 0 -20px;
	}
	.b-form_comments_head.b-form_comments_head_p
	{
	    padding-left: 50px;
	}
	.b-form_comments_actions
	{
	    width: auto;
        margin: 0 -20px;
        float: none;
	}
	.b-form_comments_actions_item
	{
        width: 100%;
        color: #ffe28f;
        background: #320000;
        border-radius: 0;
        text-align: center;
        font-size: 14px;
        padding: 9px 20px;    
	}
	.b-form_comments_layout.b-form_comments_layout_p
	{
	    background: #3d0202;
	}
	.b-form_comments_layout_p .b-form_comments_item
	{
	    border-color: #320000;
	}
	

.my-profiles-list .my-profiles-list-item-place-block {
  float: none;
  text-align: l;
  clear: left;
  display: flex;
}

.my-profiles-list .my-profiles-list-item-place-block a {
  order: -1;
  margin-right: 15px;
}


.my-profiles-list .my-profiles-list-item-pay {
  float: left;
}



}

@media screen and (max-width: 380px){
	.top_top-text {
		display: none;
	}
	.my-profiles-list .my-profiles-list-item-main-block
	{
		width: 150px;
	}
}

@media screen and (max-width: 374px){
	.top_top .add2fav {
	    text-indent: -99999px;
		width: 0px;
	}
	
	.top_top .add2fav.to-fav:before {
		text-indent: 0;
	}
	
	.top_top .add2fav:before {
		left: 7px;
	}
	
	.add2fav-wrap {
		width:100%;
	}

	.add2fav.del-fav:before {
	    text-indent: 0;
		left: 9px;
	}	
	
	.b-form-list_item_more {
		display: none;
	}
	
	.b-form-list_item_small .b-form-list_item_more, .b-form-list_item:not(.top_top)  .b-form-list_item_more{
		display: block;
	}
}


@media screen and (max-width: 359px) {
	/*.top_top .b-form-list_item_stat {
		display: none;
	}*/
	
	.b-form-list_item_small a.upItem, .b-form-list_item:not(.top_top) a.upItem {
		right: 18px;
	}
	

	
	/*.add2fav, .add2fav-wrap.del .del-fav{
		display: none;
	}
	
	.top_top a.upItem {
		top: auto;
		bottom: 48px;
		left: 16px;
	}*/
	
	.b-form-list_item_small, .b-form-list_item:not(.top_top) {
	    width: 130px;
	}
	
	.b-side_filter_param_value .e-text-input {
		width: 100%;
		box-sizing: border-box;
	}
	
	.b-side_filter_paramraion .e-nice-select2 {
		width: 100% !important;
	}
	

	
	.top_top .b-form-list_item_name .b-form-list_item_age_label {
		display: block;
	}
	
	.top_top a.upItem {
		right: -19px;
	}
	
	.new_ankets .p-new_ankets {
		width: 61px;
	}
	
	.b-form-list_item_small .b-form-list_item_desc, .b-form-list_item:not(.top_top) .b-form-list_item_desc {
		right: -8px;
	}
	
	.b-form-list_item_small .b-form-list_item_phone, .b-form-list_item:not(.top_top) .b-form-list_item_phone {
		left: 9px;
	}
}

@media screen and (max-width: 1299px)
{
    .hidden-md
    {
        display:none !important;
    }
    .b-form-list-item .b-form-list-item-header
    {
        height: 48px;
    }
    .b-form-list-item .b-form-list-item-actions
    {
        position: absolute;
        bottom: 0;
        left: 132px;
    }
    .b-form-list-item .b-form-list-item-name
    {
        width: 100%;
    }
    .b-form-list-item .b-form-list-item-params
    {
        width: 100%;
        padding-top: 0;
        height: 15px;
    }
    .b-form-list-item .b-form-list-item-info
    {
        padding-top: 0;
        width: 100%;
    }
    .b-form-list-item .b-form-list-item-phone
    {
        font-size: 16px;
        height: 23px;
        text-align: left;
        padding-top: 0;
    }
    .b-form-list-item .b-form-list-item-phone .im-online-status 
    {
        margin: -2px -15px 0;
    }
    .b-form-list-item .b-form-list-item-footer
    {
        padding-top: 2px;
    }
    .b-form-list-item .b-form-list-item-prices
    {
        width: 100%;
        max-width: 100%;
        height: 40px;
        padding: 6px 0;
    }
    .b-form-list-item .b-form-list-item-link
    {
        position: absolute;
        bottom: 0;
        right: 8px;
        padding: 0;
        height: 24px;
    }
    .profile-detail-phone
    {
        padding-right: 0;
        max-width: 100%; 
    }
}