*,*::before,*::after {box-sizing: border-box;}

@font-face{
  font-family: 'Manrope-Regular';
  src: url('fonts/Manrope-Regular.eot');
  src: url('fonts/Manrope-Regular.eot?iefix') format('eot'),
  url('fonts/Manrope-Regular.woff') format('woff'),
  url('fonts/Manrope-Regular.ttf') format('truetype'),
  url('fonts/Manrope-Regular.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face{
  font-family: 'DinPro';
  src: url('/wp-content/themes/best-theme/assets/fonts/DINPro-Cond.otf');
}*/



body {
	margin: 0;
	font-family: 'Manrope-Regular';
	font-size: 18px;
	line-height:24px;
	background-color: var(--color-main-container);
	color:#000;

}

.sx-wrapper {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;

}
.sx-header .sx-wrapper{
	display: flex;
}
p {
	margin: 20px 0;
}

ul,ol {
	margin-left: 0px;
	line-height:30px;
}
ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
ol  li{
	margin-bottom: 5px;
}

a{
	color: #01257D;
	text-decoration:none;
}
a:not(.girl-box .sx-thr):hover {
    color: #033dc9;
}
video {
    max-width: 100%;
}
h1,
h2,h3{
	font-weight: normal;
	line-height: 35px;
	letter-spacing: .2;
}
h1{ 
	margin: 20px 0px 10px 0px;
	font-size: 36px;
	line-height: 28px;
	color: var(--font-color);
}
.lkabinet{
	color: var(--font-color);
}
.lkabinet .ltop{
	color: var(--font-color);
}
.lkabinet .span8{
	background: var(--color-secondary)!important;
	color: var(--font-color);
}
.girl-anket {
    background: var(--single-info-color)!important;
}
.sorting {
	background: var(--single-info-color)!important;
}
h2{
	font-size:24px;	
}
h3{
	font-size:20px;	
}
a{
	
}
.left{
	float:left;
}

.right{
	float:right
}
section.sx-home {
    width: 100%;
    overflow: hidden;
}
header.sx-header{	
	padding:15px 0;
	height:80px;
	background: var(--color-primary);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header.sx-header .burger{
	display:none;
	/*position:absolute;*/
	width:40px;
	height:40px;
	background:url('../img/icons/design_menu.svg') no-repeat;
}
header.sx-header .burger.close{
	background: url(../img/icons/close.png) no-repeat;
	background-size: 65%;
    background-position: center;
}	

header a.sx-logo{
	display:block;
	width: 140px;
	background: #fff;
    border-radius: 10px;
}
header a.sx-logo img{
	padding: 2px;
    display: flex;
}

header div.sx-categories{
	margin:8px 0 0 60px;
}

header div.sx-categories a{
	display:inline-block;
	margin-right:30px;
	padding:3px 30px 3px 60px;
	color:#484848;
	border: 1px solid #828282;
	border-radius: 10px;
	font-size:14px;
}
header div.sx-categories a.link1, .popup-fade.region .popup-title{
	background:url('../img/icons/fluent_city-24-filled.svg') top 3px left 18px no-repeat;
}
header div.sx-categories a.link2, .popup-fade.metro .popup-title{
	background:url('../img/icons/simple-icons_moscowmetro.svg') top 3px left 18px no-repeat;
}
header div.sx-categories a.link3, .popup-fade.price .popup-title{
	/*background:url('../img/icons/fa-regular_money-bill-alt.svg') top 3px left 18px no-repeat;*/
}
header div.sx-categories a.link4, .popup-fade.mesto .popup-title{
	background:url('../img/icons/clarity_auto-line.svg') top 0 left 18px no-repeat;
}

header div.sx-categories a:hover{
	color:#01257D;
	border-color: #01257D;
}

header a.sx-add_person{
	position:absolute;
	right:0;
	top:2px;
	padding:10px 20px;
	background: #01257D;
	color:#fff;
	border-radius: 10px;
}

section.sx-home{
	margin-top:0px;
	min-height: 56vh;
	background: var(--color-main-container);
}	

section.sx-home .sx-sub-categories{
	position:absolute;
	margin:5px 0 0 500px;
}
section.sx-home .sx-sub-categories.page {
    position: relative;
    margin: 0;
    float: right;
    max-width: 60%;
}
.top_nav {
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbs {
    float: left;
    max-width: 100%;
    margin: 20px 0px;
    width: 100%;
}
.top_nav h1 {
    float: left;
}
.right .breadcrumbs {
    max-width: 100%;
}
.breadcrumbs__separator{
	color: var(--font-color);
}
.breadcrumbs__link{
	color: var(--color-accent);
}
.breadcrumbs__current{
	color: var(--font-color);
}
section.sx-home .sx-sub-categories a{
	margin:0 5px;
	text-decoration:underline;
}

header a.sx-add_person:hover, section.sx-home .sx-sub-categories a:hover,section.sx-home .sx-grid .girl-box:hover{
	opacity:0.9;
}

section.sx-home .sx-grid {	
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
  -webkit-box-align: flex-start;
   -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}

section.sx-home .sx-grid{
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	margin:20px 0;
	/*для исправления верстки когда мало анкет*/
	width: 100%;
}

section.sx-home .sx-grid .girl-box{
	position:relative;
	width:335px;
	padding:15px 15px 5px 15px;
	margin-bottom:35px;
	background: var(--color-secondary);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

section.sx-addition,section.sx-page{
	position:relative;
	width:100%;
	padding:25px;
	background: var(--color-secondary);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	color: var(--font-color);
}

section.sx-home .sx-grid .girl-box .sx-thr{
	display:block;
	margin:-15px -15px 10px -15px;
}

section.sx-home .sx-grid .girl-box .sx-thr img{
	border-radius:10px 10px 0 0;	
}

section.sx-home .sx-grid .girl-box .portf span,section.sx-home .sx-grid .girl-box .portf a{
	 display:block;
	 margin-bottom:10px;
	 color: var(--color-accent);
}

section.sx-home .sx-grid .girl-box .portf a.phone{
	display:inline-block;
	font-size:24px;
	border-bottom:1px solid #01257D;
}
section.sx-home .sx-grid .girl-box .portf a.phone:hover{
	border-bottom: 1px solid #fff;
}

.girl-box .price{
	display: flex;
    color: var(--font-color);
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.secondary-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
em.approve{
	position:absolute;
	margin:-3px 0 0 10px;
	width:30px;
	height:30px;
	background:url('../img/icons/ph_approve.svg') no-repeat;
}
.sx-page .approve{
/*	position:absolute;*/
	display: inline-block;	
	margin:3px 0 0 10px;
	width:30px;
	height:30px;
	background:url('../img/icons/ph_approve.svg') no-repeat;
}
em.apvideo{
	    margin: -3px 0 0 10px;
    float: right;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/icons/video-camera.svg) no-repeat;
    background-size: contain;
}
section.sx-addition ul.services li a.serv_no{
	padding: 0 0 0 37px;
	background:url('../img/icons/cancel.svg') no-repeat;
	color: var(--font-color);
	opacity: 0.5;
}
.serv_no{
	padding: 0 0 0 37px;
	background:url('../img/icons/cancel.svg') no-repeat;
	color: var(--font-color);
	opacity: 0.5;
}
.serv_yas{
	padding: 0 0 0 37px;
	background:url('../img/icons/checked.svg') no-repeat;
}
section.sx-home .sx-grid .girl-box .girl-btn{
	display: flex;
	align-items: center;
}

section.sx-home .sx-grid .girl-box .girl-btn a,section.sx-home .sx-grid .girl-box .girl-btn button{
	margin-left:10px;
	display:inline-block;
	width:30px;
	height:30px;
	border: none;
	cursor: pointer;
}

section.sx-home .sx-grid .girl-box .girl-btn a.comments{
	background:url('../img/icons/fa-solid_comment-dots.svg') no-repeat;
}
section.sx-home .sx-grid .girl-box .girl-btn .like{
	background:url('../img/icons/fluent_thumb-like-16.svg') no-repeat;
}
section.sx-home .sx-grid .girl-box .girl-btn .dislike{
	background:url('../img/icons/fluent_thumb-dislike-16.svg') no-repeat;
}
.count_positive {
	color: #01257D;
	margin-left: 5px;
}
.count_negative{
	color: #e23737;
	margin-left: 5px;
}
.count_zero{
	color: #000000;
	margin-left: 8px;
}
section.sx-addition .title{
	margin-top:0;
}

section.sx-addition ul{
	margin:0px -25px 0 0px;
	padding:0;
}

.sx-page .params{ 
	margin:20px 0 0 0;
	padding:0;
}
.sx-page .params.price{ 
	margin:20px 0 0 0;
	padding:0;
	display: flex;
	justify-content: space-between;
}

section.sx-addition ul li,.sx-page .params li{
	display:block;
	padding:20px;
}

.sx-page .about li,.sx-page .price li{
	display:inline-block;
	padding:20px;
}
.new_price{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.new_price>div{
	display: flex;
    width: 48%;
    flex-direction: column;
    border: 1px solid #000;
    margin: 1% 1%;
    align-items: flex-end;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    padding: 10px;
}
.new_price>div:nth-child(1),.new_price>div:nth-child(2){
    background: #8eafff7a;
}
.new_price>div:nth-child(3){
    background: #01257d91;
}
.new_price>div:nth-child(4){
    background: #ee3e54bd;
}
.new_price>div>span{
	z-index: 2;
}
.new_price img{
	width: 70px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -5px;
}
.new_price .title_price{
	font-size: 20px;
    font-weight: bold;

}
section.sx-addition ul.services li,.sx-page .params li{
	padding: 0px;
}

section.sx-addition ul li:nth-child(2n+1),.sx-page .params li:nth-child(2n+1){
	background: var(--color-secondary);
}

section.sx-addition ul.comments li{
	background: var(--single-info-color);
}

.sx-page .about li:nth-child(2n+1),.sx-page .price li:nth-child(2n+1){
	background: var(--color-secondary);
}

section.sx-addition ul li .comment-autors{
	display:block;
	font-size:20px;
}

section.sx-addition ul li span.rate{
	position:absolute;
	margin:3px 0 0 15px;
}

section.sx-addition ul li span.rate img {
	margin-right:5px;
}

section.sx-addition ul li p{
	font-size:16px;
	line-height:22px;
}

section.sx-addition ul .add_comments, .sell_comments{
	display:block;
	width:155px;
	padding:10px 20px;
	margin:0 auto;
	background: #01257D;
	border-radius: 10px;
	color:#fff;
	font-size:15px;
	cursor: pointer;
}
textarea#comment {
    width: 100%;
}
.sell_comments{
	border: 0 ;}
.comments_num {
    float: left;
    line-height: 30px;
    color: var(--font-color);
}
/*.has_like, .has_dislike{
	filter: grayscale(1);
}*/

section.sx-addition,section.sx-page{
	margin-top:30px;
	overflow:hidden;
}

section.sx-addition,section.sx-page h1{
	margin-top:10px;
}

section.sx-addition,section.sx-page .sx-thr{
	margin-right:35px;
}
.shepherd-enabled.shepherd-target {
 
    position: relative;
    z-index: 9999;
    background: #ffffff;

}
.shepherd-modal-overlay-container {
    height: 100%;
    opacity: 0.3;
}
.wdh50{
	width:65%;
}
.wdh30{
	width:30%;
}
.wdh30 img {
    max-width: 100%;
}
.clear{
	clear: both;
	height: 1px;
}
.sx-page .params li em{
	display:inline-block;
	width:200px;
	font-style: normal;
}
	.em1 {
		width:100%!important;
	}
.chek_photo {
    max-width: 100%;
}

.chek_photo img {
	width: 300px;
	height: auto;
	}
/*.price li em{width: 100%!important;}*/
.sx-page .about li em{
	display:block;
	width:auto;
}

.sx-page .profil{
	position:relative;
	display: flex;
	color: var(--color-accent);
}
.profil .metro_rayon{
	margin-left: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.metro_rayon_metro{
	display: flex;
	flex-direction: column;
}
.metro_drop_down{
	display: none;
	position: absolute;
    background: #fff;
    top: 30px;
    right: 0;
    z-index: 1;
    border: 1px solid #878787;
    box-shadow: 0px 0px 7px 1px #7e7d7d;
    
}
.metro_rayon .metro_drop_down .metro{
	/*display: none;*/
	background: none!important;
	/*position: absolute;*/
    /*top: 20px;*/
}
.metro_rayon .metro:nth-child(3){
	top: 40px;
}
.metro_rayon .metro:nth-child(4){
	top: 60px;
}
.metro_rayon .metro:nth-child(5){
	top: 80px;
}
.metro_rayon .metro:nth-child(6){
	top: 100px;
}
.metro_rayon .metro:nth-child(7){
	top: 120px;
}
.metro_rayon .metro:nth-child(8){
	top: 140px;
}
.metro_rayon .metro:nth-child(9){
	top: 160px;
}
.metro_rayon .metro:nth-child(10){
	top: 180px;
}

.dots{
	cursor: pointer;
	margin-left: 5px;
	filter: var(--filter);
}
.city_tabs{
        	padding-left: 40px;
		    display: flex;
		    flex-direction: row;
        }
.sx-page .profil span:not(.ya-share2__badge,.ya-share2__title,.ya-share2__icon){
	    display: block;
    margin-bottom: 15px;
    float: left;
    margin-right: 45px;
}

.sx-page .profil a.phone{
    display: inline-block;
    font-size: 24px;
    /*border-bottom: 1px solid #01257D;*/
    text-decoration: underline;
    color: var(--color-accent);
}
.sx-page .profil .phone:hover{
	text-decoration: none!important;
}

.sx-page .profil a.metro{
	/*position:absolute;*/
	float: right;
	right:0;
	color:#E23737;
	background: url(../img/icons/metro-icons.svg) no-repeat;
	padding:0 0 0 25px;
	background-size: contain;
}
.sx-page .profil a.rayon {
    float: right;
    right: 0;
    color: #01257D;
    background: url(../img/icons/place.svg) no-repeat;
    padding: 0 0 0 30px;
    background-size: contain;
    margin-right: 15px;
}
.sx-page .profil a.city {
    float: right;
    right: 0;
    color: #01257D;
    background: url(../img/icons/place.svg) no-repeat;
    padding: 0 0 0 30px;
    background-size: contain;
    margin-right: 15px;
}
.sx-page .profil a.more{
	position:absolute;
	right:0;
	top:35px;
	width:30px;
	height:30px;
	background: url(../img/icons/mdi_more_vert.svg) no-repeat;
}

.sx-page .price li{
	padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    width: 33%;
    flex-wrap: nowrap;
}
.sx-page .price li span{
	display:block;
}

.sx-page .price em,.sx-page .price span{
	padding:2.5px 10px;
}
.sx-page .price em{	
	background: #ffffff;
    color: #000;	
}
.sx-page .price em, .sx-page .price span{
	border-bottom:1px solid #D8D8D8;
}

.sx-page .price span.gray{
	background:var(--single-info-color);
}

/* стили  */
/*.sx-grid #formuser #data_login, .sx-grid #formuser #data_password,.sx-grid #formuser input,.sx-grid .forms-a input{
    padding: 3px 30px 3px 60px;
    border: 1px solid #828282;
    border-radius: 10px;
    font-size: 14px;
    max-width: 280px;
    line-height: 24px;
}*/
.sx-grid #formuser #register,.sx-grid #formuser #register2,.sx-grid #formuser #login, .sx-grid .not_ancet .button, .sx-grid .lblock .button   {
    padding: 10px 20px;
    background: #01257D;
    color: #fff;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    line-height: 10px;
}
.sx-grid .forms-a .ex {
	    position: relative;
    padding: 10px 20px 10px 10px;
    background: #01257D;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    border: 0;
}
.form-check-input:checked {
    background-color: #01257D !important;
    border-color: #01257D !important;
}
.full_ank img {
    max-width: 100%;
}
.full_ank .thumb-img {
    max-width: 200px;
    float: left;
}
.thumb-img .thumb2 {
    width: 32%;
    float: RIGHT;
}
table.meinuser {
    width: 100%;
}
section.full_ank {
    overflow: hidden;
}
.post_status {
   
    padding: 0 0 5px 0;
    text-align: left;
    margin-bottom: 5px;
}
.post_menu {
    max-width: 140px;
    float: right;
}
.post_menu a {
    line-height: 30px;
    text-decoration: underline;
    font-size: 17px;
    font-weight: bold;
}
.top_box {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}

.top_img {
    width: 65%;
    float: left;
}
.not_ancet {
    font-size: 18px;
    padding: 20px;
    text-align: center;
    line-height: 50px;
}
.lblock .price {
/*    float: right;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    background: #01257D !important;*/
    font-size: 15px;
    font-weight: bold;
}
.lk_sidebar{
	background: var(--color-lk-container);
	padding: 1px 0px;
	margin-bottom: 20px;
}
.lk_sidebar a span{
	color: var(--color-accent);
}
.lkabinet .lk_sidebar>.link{
    text-decoration: none!important;
    border-bottom: 1px solid #ededed;
    padding: 5px 30px;
    align-items: center;
    margin: 0px!important;
}
.lkabinet .lk_sidebar>a:hover{
	background: #ededed;
}
.lkabinet .lk_sidebar .link>svg{
	position: absolute;
	left: 15px;
}
.lkabinet .ltop {
    padding: 6px 30px 6px 30px;
    /*background: url(/wp-content/themes/best-theme/assets/img/icons/fa-regular_money-bill-alt.svg) top 17px left 18px no-repeat;*/
    background-color: var(--color-lk-container);
    border-bottom: 2px solid #01257D;
    margin-bottom: 30px;
}
.lkabinet .ltop>div{
	margin: 5px 0;
}
.lkabinet .lk_sidebar .ex {
    margin: 10px 10px 10px 30px!important;
}
.castom_cabinet_links a{
	margin: 5px; 
}
.castom_cabinet_links {
    padding: 10px 0 0 0px;
}
.page h1{
	margin:20px 0 10px 0;
	max-width: none;
} 
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	/*background: #000;*/
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 10%;
	left: 20%;
	padding: 20px;
	width: 80%;
/*	min-width: 360px;*/
	max-width: 75%;
	margin-left: -200px;	
	background: var(--color-secondary);
	border: 1px solid #828282;
	border-radius: 10px; 
	z-index: 99999;
	color: var(--font-color);
	opacity: 1;	
	max-height: 80%;
	overflow: auto;
}
.popup a{
	color: var(--color-accent);
}
/*.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}*/
.popup-title {
    padding: 5px 0 0px 40px;
}
.popup-header {
    margin: -10px -10px 0px 0px;
    border-bottom: 1px solid #828282;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.popup ul{
	column-count: 6;
	
	
}
.popup ul li {
    list-style-type: none;
}
.popup::-webkit-scrollbar{
	width:8px
}

.popup::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 10px rgba(1,37,125,.8);
	
}

.popup::-webkit-scrollbar-thumb{
	background-color:rgba(1,37,125,.8);
}

#mobile-header-menu::-webkit-scrollbar{
	width:8px;
	
}

#mobile-header-menu::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 10px rgba(1,37,125,.8);
}
/*сама полоска*/
#mobile-header-menu::-webkit-scrollbar-thumb{
	background-color:rgba(1,37,125,.8);
}

.post_name {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
}
.text-error{
	color: red;
	
}
.error{
	border: 1px solyd red;
}
.fotos{
	border-bottom: 1px solid #ddd;
}
.popup .title a{
    color: #000;
    display: block;
}
.popup .title{
	 margin: 10px 0 0 0;
}
.notis_img {
    margin: 0 auto;
}
/* конец стилей  Стаса */
section.sx-addition ul.services li a{
	color:var(--font-color);
}
section.sx-addition ul.services li a:hover{
	color: #01257D;
}
.hamburger {
  padding-left: 10px;
}
.sidebar {
  padding: 10px;
  margin: 0;
}
.sidebar > li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar a {
  text-decoration: none;
}
.close-sidebar {
  font-size: 1.5em;
  padding-left: 5px;
}
amp-sidebar#sidebar1 {
    width: 100%;
}	
.close-sidebar {
    font-size: 1.5em;
    padding-left: 5px;
    float: right;
    margin: 20px;
}

  [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
  [data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0px;
    background: #ffffff;
    color: #e23737;
    border-radius: 10px;
    padding: 0.3em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
}
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }
.sx-page [data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: nowrap;
    left: 30px;
    font-size: 16px;
    top: 0;
    background: #ffffff;
    color: #01257D;
    border-radius: 10px;
    padding: 0.3em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
}
.sx-home .approve [data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: nowrap;
    left: 30px;
    font-size: 16px;
    top: 0;
    background: #ffffff;
    color: #01257D;
    border-radius: 10px;
    padding: 0.3em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
}
.sx-page .profil [data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: nowrap;
    left: 0px;
    font-size: 16px;
    top: 30px;
    background: #ffffff;
    color: #01257D;
    border-radius: 10px;
    padding: 0.3em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
}
.sx-page .profil [data-tooltip]:hover::after{
	top: 30px;
	left: 0px;
}
.sx-page [data-tooltip]:hover::after {
    opacity: 1;
    top: -5px;
}
.statistics [data-tooltip]::after {
	left: -60px;
	top: 20px;
	width: 200px;
	white-space: wrap;
}
.statistics [data-tooltip]::hover::after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: wrap;
    left: 0px;
    font-size: 16px;
    top: 0;
    background: #ffffff;
    color: #000;
    border-radius: 10px;
    padding: 0.3em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
}
#sum_pay_currency {
    position: absolute;
    right: 0px;
    top: 33px;
    width: 50px;
    min-width: 10px;
}
.summa-oplaty {
    position: relative;
}
span.add_serv_deskr{
	right: 70px;
}
.services-block{
	width: 20%;
    margin: 10px 20px;
}
.services-blocks{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-block-title{
	font-weight: 800;
    color: #02257d;
    margin-bottom: 5px;
}
.notation{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}
.notation span{
	font-size: 16px;
}
@media(max-width:768px){
	section.sx-addition ul.services li, .sx-page .params li:not(.price li) {
	    padding: 0px 20px;
	}
	.statistics [data-tooltip]::after {
		left: -70px;
		top: 25px;
	}
	.sx-page [data-tooltip]::after {
		left: 50%;
	}
	.sx-page [data-tooltip]:hover::after {
	    opacity: 1;
	    top: 5%;
	}
	span.add_serv_deskr{
		right: 10px;
	}
	.services-block {
	    width: 49%;
	}
}
   .nav-img-btn, .owl-prev, .owl-next {
    background: url(../img/right.webp);
    background-repeat: no-repeat;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    z-index: 1;
}
.prev-img-btn, .owl-prev {
    transform: rotate(
180deg);
}
.next-img-btn, .owl-next {
    right: 0;
}
#top-carousel{
margin-bottom: 2px 
}
div#amp-single-carousel a {
    display: block;
    width: 50%;
    float: left;
    padding: 0 2px;
}

.foto-single{
	position: relative;
}
header div.sx-categories-buttons .sx-add_person_lk {
      background: url(../img/icons/user.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.foto-single .favorite {
    top: 10px;
   
}
.simplefavorite-button.active {
     opacity: 1; 
}
.simplefavorite-button {
	background-color: transparent;
    background-image: url(/wp-content/themes/best-theme/assets/img/heart-32x64.webp);
    display: block;
    width: 35px;
    height: 35px;
    background-size: cover;
    border: 0;
    cursor: pointer;
}
button.simplefavorite-button.active {
    background-position-y: bottom;
    margin-top: -1px;
    opacity: 1;
}
header div.sx-categories {
    margin: 10px 10px 0px 0px;
}
header div.sx-categories a.link1, .popup-fade.region .popup-title {
    /*background: url(/wp-content/themes/best-theme/assets/img/icons/fluent_city-24-filled.svg) top 3px left 18px no-repeat;*/
}
	header div.sx-categories a {
    display: inline-block;
    margin-right: 0px;
    padding: 3px 5px 3px 50px;
    color: var(--font-color);
    border: 0;
    border-radius: 10px;
    font-size: 14px;
}	
input#search-form__field {
    border: 1px solid #ccc;
    display: block;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}
.search{
	flex-grow: 1;
}
header a.sx-add_person, .sx-add_person_lk {
    position: relative;
    top: 2px;
    padding: 7px 10px;
    background: #01257D;
    color: #fff;
    border-radius: 10px;
}
header a.sx-add_person_lk{
	background: #fff;
	border:  1px solid #01257D;
	color: var(--color-accent);
	padding-left: 45px; 
}

header div.sx-categories a.sx-add_person, header div.sx-categories a.sx-add_person_lk {
    position: relative;
    top: 2px;
    padding: 10px 20px;
    background: #01257D;
    color: #fff;
    border-radius: 10px;
}
.sx-categories-buttons {
    margin: 7px 0 0 0px;
}
header a.sx-add_person{
	margin-right:20px;
}
.sx-wrapper {
    overflow: hidden;
}
.topmenu {
    margin: 24px 0 0 40px;
}
.topmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
    align-items: center;
}
.topmenu ul li {
    margin: 0 12px;
    position: relative;
}
.topmenu ul li a {
    text-decoration: none;
    text-align: center;
    color: #252525;
    cursor: pointer;
    font-size: 14px;
}
.topmenu ul li a:hover {
    color: #ff8637;
}
.lk {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 23px;
    position: relative;
}
.bookmark-alert {
    text-align: center;
    background-color: #f0eff0;
    color: #3f4e5d;
    padding: 3px;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
}
.mainmenu {
    height: 56px;
    background-color: #01257d;
}
.mainmenu>ul {
    padding: 0;
    list-style: none;
    display: flex;
    min-width: 960px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%}
.mainmenu>ul>li {
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    background: #01257D;
    border-right: 1px solid #fff;
    list-style-type: none;
}
.mainmenu>ul>li>a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%}
.mainmenu>ul>li:last-child {
    border-right: 0;
}
.mainmenu>ul>li:hover>a, .mainmenu>ul>li:hover>div {
    background-color: #01257D;
}
.mainmenu>ul>li.item-1 {
    min-width: 295px;
}
.item-1:hover {
    box-shadow: 0 0 0 99999px rgb(0 0 0 / 20%);
    z-index: 9999;
}
.mainmenu>ul>li.item-1>div.item-link {
    line-height: 56px;
    padding: 0 0 0 26px;
    justify-content: left;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%}

.mainmenu>ul>li.item-1>div.item-link:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMjInIGZpbGw9JyNmZmZmZmYnIHZpZXdCb3g9JzAgMCAyNDAuODIzIDI0MC44MjMnPjxwYXRoIGQ9J00xODMuMTg5IDExMS44MTZMNzQuODkyIDMuNTU1Yy00Ljc1Mi00Ljc0LTEyLjQ1MS00Ljc0LTE3LjIxNSAwLTQuNzUyIDQuNzQtNC43NTIgMTIuNDM5IDAgMTcuMTc5bDk5LjcwNyA5OS42NzEtOTkuNjk1IDk5LjY3MWMtNC43NTIgNC43NC00Ljc1MiAxMi40MzkgMCAxNy4xOTEgNC43NTIgNC43NCAxMi40NjMgNC43NCAxNy4yMTUgMGwxMDguMjk3LTEwOC4yNjFjNC42OC00LjY5MSA0LjY4LTEyLjUxMS0uMDEyLTE3LjE5eicvPjwvc3ZnPg==);
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    content: ' ';
    position: absolute;
    right: 20px;
    top: 2px;
    transform: rotate(90deg);
    height: 56px;
    width: 22px;
}
.mainmenu>ul>li:hover>.submenu {
    display: block;
}
.submenu {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: .3s;
    width: 100%;
    z-index: 999;}
.submenu>a, .submenu>div {
    position: relative;
    color: var(--color-accent);
    display: block;
    text-align: left;
    text-decoration: none;
    line-height: 49px;
    background-color: var(--color-lk-container);
    border-bottom: 1px solid #e0dfe0;
    padding-left: 62px;
    margin: 0;
    font-size: 18px;
}
.submenu>a:hover, .submenu>div:hover {
    background-color: #f0eff0;
}
.submenu>div:nth-child(n){
	background-size:35px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
 .submenu>div:nth-child(1){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/best-choice.svg);
}
 .submenu>div:nth-child(2){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/serv.svg);
}
.submenu>div:nth-child(3){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/telos.svg);
}
.submenu>div:nth-child(4){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/ethnic.svg);
}
.submenu>div:nth-child(5){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/mestos.svg);
}
.submenu>div:nth-child(6){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/price.svg);
}
.submenu>div:nth-child(7){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/hair.svg);
}
.submenu>div:nth-child(8){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/age.svg);
}
.submenu>div:nth-child(9){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/rost.svg);
}
.submenu>div:nth-child(10){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/grud.svg);
}
.submenu>div:nth-child(11){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/intim.svg);
}
.submenu>div:nth-child(12){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/place.svg);
}


.thirdmenu{
	z-index: 99999;
}
.submenu>div:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTgnIGZpbGw9JyM2MTYxNjEnIHZpZXdCb3g9JzAgMCAyNDAuODIzIDI0MC44MjMnPjxwYXRoIGQ9J00xODMuMTg5IDExMS44MTZMNzQuODkyIDMuNTU1Yy00Ljc1Mi00Ljc0LTEyLjQ1MS00Ljc0LTE3LjIxNSAwLTQuNzUyIDQuNzQtNC43NTIgMTIuNDM5IDAgMTcuMTc5bDk5LjcwNyA5OS42NzEtOTkuNjk1IDk5LjY3MWMtNC43NTIgNC43NC00Ljc1MiAxMi40MzkgMCAxNy4xOTEgNC43NTIgNC43NCAxMi40NjMgNC43NCAxNy4yMTUgMGwxMDguMjk3LTEwOC4yNjFjNC42OC00LjY5MSA0LjY4LTEyLjUxMS0uMDEyLTE3LjE5eicvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 50%;
    content: ' ';
    opacity: .8;
    position: absolute;
    top: 16px;
    right: 17px;
    height: 18px;
    width: 22px;
}
.submenu>div>div.thirdmenu {
    display: none;
}
.submenu>div:hover>div.thirdmenu {
    cursor: auto;
    display: block;
    background-color: var(--color-lk-container);
    color: var(--color-accent);
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 15px;
}
.menu-col {
    float: left;
    margin: 0 0 20px 30px;
    /*width: calc(33% - 30px);*/
}
.submenu>div:nth-child(2):hover>div.thirdmenu {
    cursor: auto;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    width: 700px;
    padding: 15px;
}
.submenu>div:nth-child(2):hover>div .menu-col {
	width: calc(33% - 30px);
}
.menu-col ul {
    margin: 0;
    padding: 0;
}
.menu-col ul li {
    padding: 0;
    list-style: none;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}
.menu-title {
    font-weight: 700;
    margin-top: 20px;
}
.thirdmenu a {
    position: relative;
    line-height: 24px;
    font-size: 16px;
}
.thirdmenu a:after, .thirdmenu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: width .3s linear;
}
.thirdmenu a:after {
    border-bottom: 1px solid #616161;
}
.thirdmenu a:before {
    border-bottom: 1px solid #ff8637;
}
.thirdmenu a:hover:after {
    right: 0;
    left: auto;
    width: 0;
}
.header-menu_icon {
    display: inline-block;
    width: 22px;
    height: 15px;
    position: relative;
    margin-right: 14px;
}
.header-menu_icon:after, .header-menu_icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 3px solid #fff;
    bottom: 0;
}
.header-menu_icon:before {
    top: 0;
    height: 9px;
    border-top: 3px solid #fff;
}
.header-cheap_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 14px;
    
}
.header-elite_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 14px;
   
}
#mobile-header-menu ul li{
	list-style-type: none;
	margin: 0;
}
div#mobile-header-menu {
    position: fixed;
    z-index: 9999;
    background: #fff;
    margin: 0;
    min-width: 75%;
	max-height: 80vh;
    overflow-y: scroll;
}

.mobile{
	display: none;
}

.search-form-field-mobile{
	display: none;
}

	.sx-page .about .info:nth-child(1){
	    background: url(/wp-content/themes/best-theme/assets/img/icons/age-range.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    	border-top-left-radius: 10px;
    
	}
	.sx-page .about .info:nth-child(2){
		background: url(/wp-content/themes/best-theme/assets/img/icons/height.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    
	}
	.sx-page .about .info:nth-child(3){
		background: url(/wp-content/themes/best-theme/assets/img/icons/weight-scale.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    	border-top-right-radius: 10px;
    
	}
	.sx-page .about .info:nth-child(4){
		background: url(/wp-content/themes/best-theme/assets/img/icons/breast.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    	border-bottom-left-radius: 10px;
    
	}
	.sx-page .about .info.foot{
		background: url(/wp-content/themes/best-theme/assets/img/icons/foot.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    
	}
	.sx-page .about .info.dres{
		background: url(/wp-content/themes/best-theme/assets/img/icons/dress.svg) no-repeat;
	    background-size: 45px;
    	background-position: 25%;
    	padding-left: 40px;
    	border-bottom-right-radius: 10px;
    
	}

	/*На листинге*/
	.sx-grid .about .info:nth-child(1){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/age-range.svg);
	background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
    /* margin-right: 40px; */
    font-size: 12px;
    margin-left: 10px;
    width: 25%;


	}
	.sx-grid .about .info:nth-child(2){
	background-image: url(/wp-content/themes/best-theme/assets/img/icons/height.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
    /* margin-right: 40px; */
    font-size: 12px;
    margin-left: 10px;
    width: 22%;


	}
	.sx-grid .about .info:nth-child(3){
		background-image: url(/wp-content/themes/best-theme/assets/img/icons/weight-scale.svg);
	background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
    /* margin-right: 40px; */
    font-size: 12px;
    margin-left: 10px;
    width: 20%;


	}
	.sx-grid .about .info:nth-child(4){
		background-image: url(/wp-content/themes/best-theme/assets/img/icons/breast.svg);
	background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
    /* margin-right: 40px; */
    font-size: 12px;
    margin-left: 10px;
    width: 20%;
	}

	.sx-grid .about em {
    line-height: 15px;
    display: block;
    width: auto;
	}	

	.sx-grid .params{
		margin: 0px 0 0 0;
	    padding: 0;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    background: #ffffffd6;
	    display: none;

	}

	.girl-box:hover .about {
    	display: block;
	}
	.girl-box:hover .approvet {
    bottom: 200px!important;
	}
div#map {
/*    background-image: url(/wp-content/themes/best-theme/assets/img/maps.svg);*/
}
	.sx-grid .params li{
		padding: 5px 20px;
	}
	.sx-grid .about li{
		display: inline-block;
	}

	.scroll-up {   
	   display: inline-block;   
	   background: url(/wp-content/themes/best-theme/assets/img/icons/up-arrow.svg) no-repeat;  
	   background-size: 50px;
	   width: 50px;   
	   height: 50px;   
	   text-align: center;   
	   border-radius: 4px;   
	   position: fixed;   
	   bottom: 60px;   
	   right: 30px;   
	   transition: background-color .3s;   
	   z-index: 1000; 
	} 
	.scroll-up:hover {   
	   cursor: pointer;   
	   filter: brightness(0.9);
	} 
	.scroll-up:active {   
	   filter: brightness(1.1);
	} 

	.scroll-up.show{
		opacity: 1;
  		visibility: visible;
	}
	.scroll-up {
	  	transition: background-color .3s,
	    opacity .5s, visibility .5s;
	  	opacity: 0;
	  	visibility: hidden;
	} 
	.phoneFixed {   
	   display: inline-block;   
	   background: url(/wp-content/themes/best-theme/assets/img/icons/telephone-call.svg) no-repeat;  
	   background-size: 50px;
	   width: 50px;   
	   height: 50px;   
	   text-align: center;   
	   border-radius: 4px;   
	   position: fixed;   
	   bottom: 20px;   
	   left: 20px;   
	   transition: background-color .3s;   
	   z-index: 1000; 
	} 
	.phoneFixed:hover {   
	   cursor: pointer;   
	   filter: brightness(0.9);
	} 
	.phoneFixed:active {   
	   filter: brightness(1.1);
	} 

	.phoneFixed.show{
		opacity: 1;
  		visibility: visible;
	}
	.phoneFixed {
	  	transition: background-color .3s,
	    opacity .5s, visibility .5s;
	  	opacity: 0;
	  	visibility: hidden;
	} 

/*Контакты*/
.contacts-box {
    max-width: 100%;
    padding: 10px 20px 0;
    margin: 0 0 20px;
}
.contacts-box .info-wrap {
    width: 50%;
    margin: 0;
    float: left;
    padding: 0 30px 0 0;
    border-bottom: none;
}

.contacts-box .info-text-wrap {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    max-width: 260px;
}
.contacts-box .info-ico {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    padding: 0;
}
.contacts-box .info-text {
    width: 100%;
    float: left;
}
.contacts-box .form-wrap {
    padding: 0;
    width: 50%;
    float: right;
}
.contacts-box .form-wrap .main-title, .contacts-box .form-wrap h1 {
    line-height: 20px;
    margin-bottom: 40px;
}
.contacts-box .frm-row {
    padding-left: 70px;
    margin-bottom: 10px;
}
.contacts-box .frm-row>label {
    width: 70px;
    height: 40px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    margin: 0 0 0 -70px;
    float: left;
}
.contacts-box .frm-row input[type=email], .contacts-box .frm-row input[type=number], .contacts-box .frm-row input[type=password], .contacts-box .frm-row input[type=range], .contacts-box .frm-row input[type=search], .contacts-box .frm-row input[type=tel], .contacts-box .frm-row input[type=text], .contacts-box .frm-row input[type=url], .contacts-box .frm-row textarea {
    width: 100%;
    float: right;
}
 input.required{
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px 0 20px;
    font-size: 14px;
    color: #333;
}
.contacts-box .frm-row>label {
    width: 70px;
    height: 40px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    margin: 0 0 0 -70px;
    float: left;
}
.frm-field:after, .frm-row-submit:after, .frm-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.contacts-box .submit {
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
    background: #01257D;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
}
span.wt {
    width: 100%;
    display: block;
    text-align: center;
}

.form-control.input_min {
    float: left;
    margin: 10px 0;
    width: 40%;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}
.form-control.input_max {
    float: right;
    margin: 10px 0;
    width: 40%;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}
.ui-selectmenu-button.ui-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #ededed;
    /*background: #ffffff url(../images/ui-bg_highlight-soft_100_f6f6f6_1x100.svg) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #0073ea;
    margin-top: 5px;
}
.ui-slider-horizontal {
    height: 0.5em;
    border-radius: 10px;
    border: none!important;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.7em;
    border-radius: 0.5em;
    height: 0.7em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    top: -.15em;
    margin-left: -0.53em;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	border: 3px solid #01257D;
    background: #ffffff url() 50% 50% repeat-x;
    font-weight: bold;
    color: #0073ea;
}
.ui-widget-header{
	border: 1px solid #dddddd;
    background: #01257D url() 50% 50% repeat-x;
    color: #444444;
    font-weight: bold;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    height: 95%!important;
    top: 5%!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	border: 1px solid #01257D;
    background: #247c22 url() 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.separator{
    top: 40px;
    position: absolute;
    left: 95px;
}
.ui-button{
	padding: 0px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: center;
    padding: 5px 0px 5px 20px;
    color: #02257d;
    font-size: 16px;
    font-weight: 500;
}
.ui-selectmenu-button span.ui-icon{
	border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 90%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%; 
    width: 0;
}
.ui-button:hover, .ui-button:focus{
	border: 1px solid #01257D;
    background: url("") 50% 50% repeat-x;
    cursor: pointer;
}
.ui-selectmenu-open{
	height: 400px;
	overflow-y: scroll;
}
.ui-menu .ui-menu-item-wrapper{
	font-size: 14px;
}
.ui-selectmenu-open::-webkit-scrollbar{
	width:8px;
	
}

.ui-selectmenu-open::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 10px rgba(1,37,125,.8);
}
/*сама полоска*/
.ui-selectmenu-open::-webkit-scrollbar-thumb{
	background-color:rgba(1,37,125,.8);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #dddddd;
    color: #01257D;
}
input.search-button{
	background: #fff;
    border: 1px solid #01257D;
    color: #01257D;
    padding: 5px 50px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
}
.filter label{
	font-size: 12px;
}

.personalHelper {
  width: 300px;
  position: fixed;
  bottom: 0;
  right: 30px;
  background: #fff;
  box-shadow: 0 12px 25px 8px rgba(0,0,0,0.17);
  transition: all 300ms linear;
  overflow: hidden;
  z-index: 100;
  border-top-left-radius: 8px!important;
  border-top-right-radius: 34px!important;


}
.personalHelper__text {
  padding: 20px 30px;
  transition: all 300ms linear;
  line-height: 20px;
}
.personalHelper__gCount {
  font-size: 26px;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.personalHelper__hiddenTitle {
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
}
.personalHelper__hiddenTitle_bg {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
	background: -webkit-linear-gradient(270deg, rgb(1,37,125), rgb(147, 166, 215));
	background: -moz-linear-gradient(270deg, rgb(1,37,125), rgb(147, 166, 215));
	background: linear-gradient(270deg, rgb(1,37,125), rgb(147, 166, 215));
}

.personalHelper {opacity: 1!important}

.personalHelper__hiddenTitle span {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.personalHelper.personalHelper_closed {
  bottom: -40px;
}
.personalHelper_closed .personalHelper__hiddenTitle_closeBtn {
  display: none;
}
.personalHelper.personalHelper_closed .personalHelper__text {
  height: 0;
}
.personalHelper__text__btn {
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  background: #49bf0d;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.personalHelper__text__btn:hover{
  color: #fff!important;
}
.grey{
  background: black;
}
.personalHelper__hiddenTitle_closeBtn {
  color: #fff;
  text-decoration: none;
  right: -78px;
  top: 0;
  position: absolute;
  border: 1px #fff solid;
  padding: 2px 5px;
  font-size: 9px;
  display: block;
}
.filter-container{
    background: var(--color-primary);
    color: var(--font-color);
    box-shadow: 1px 1px 5px #fff;
}
.filter{
	overflow: hidden;
	max-width: 1160px;
    margin: 0px auto;
    padding:5px 0px;
}
.filter_button{
	display: none;
}
.load_post_container{
    display: flex;
    width: 100%;
    height: 45px;
    justify-content: center;
    align-items: flex-end;
}
.load_post {
    display: flex;
    text-align: center;
    overflow: hidden;
    padding: 6px 35px;
    padding-top: 800px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    align-items: flex-end;
}
.load_post span {
    display: flex;
    background: #01257D;
    padding: 6px 35px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: flex-end;
}
.load_post span:active {
    background: #0038c1;
}
div#load_more_gs {
    width: 100%;
}
.index h1.entry-title{
	margin-top: 20px;
	color: var(--font-color);
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.footer .link1{
	background:url('../img/icons/fluent_city-24-filled.svg') top 3px left 18px no-repeat;
	padding: 5px 50px;
}
.footer .link2 {
    background: url('../img/icons/simple-icons_moscowmetro.svg') top 3px left 18px no-repeat;
    padding: 5px 50px;
	}
.footer ul li{
	list-style: none;
	margin-bottom: 0px;
}
footer{
	background: var(--color-secondary);
	color: var(--font-color);
}
footer a{
	color: var(--color-accent);
}
.copyright,.nitis{
	text-align: center;
	margin-top: 10px;
}
.nitis{
	margin-bottom: 10px;
}
.pagination ul li a{
	margin: 0 5px;
	font-size: 16px;
	color: var(--color-accent);
}
.pagination ul li a:hover, .pagination .active a{
	border: 1px solid #01257D;
}
.pagination .active a {
    cursor: default;
    background: #01257D;
    color: #fff;
}
.footer .ul-categories{
	overflow: visible;
}
 .logo{
	margin-top: 20px;
}
.messenger{
	margin-left:10px;
}
.messenger img {
	width: 24px;
	margin-right: 3px;
}
#chat-box {
    position: fixed;
    bottom: 10px;
    left: 20px;
    width: 50px;
    height: 45px;
    border: 0px;
    z-index: 9999;
    cursor: pointer;
    background:url(/wp-content/themes/best-theme/assets/img/icons/chat.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#chat-box.wiev {
    position: fixed;
    z-index: 20;
    bottom: 10px; 
    width: 300px;
    padding: 0px;
    border: 1px solid #01257D;
    background: #f5f5f5;
    height: auto;
    z-index: 9999;
}
#chat_head {
  	padding-left: 3px;
    padding-top: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    height: 40px;
    position: relative;

}
#chat-box.wiev #chat_head{
	background: #01257D;
}
.scroll-wrapper {
    padding: 15px;
    min-height: 200px;
    overflow: auto;
    max-height: 300px;
}
.scroll-wrapper::-webkit-scrollbar
{
	width:12px
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}
.scroll-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #fa364a85;
	border-radius:10px
}

.scroll-wrapper::-webkit-scrollbar-thumb
{
	border-radius:10px;
	-webkit-box-shadow: inset 0 0 6px #fa364a85;
}



.input-wrap {
    padding: 15px;
}
.input-wrap textarea {
    width: 80%;
}
.input-wrap button {
    width: 15%;
    float: right;
    min-height: 36px;
    color: #fff;
    border: 0;
    background: url(/wp-content/themes/best-theme/assets/img/icons/paper-plane-solid.svg);
    background-repeat: no-repeat;
    background-color: #d776d9;
    filter: invert(1);
    background-size: 21px;
    background-position: center;
}
.messages-list {
    overflow: hidden;
}

.messages-list .item {
    background: #f0ebeb;
    margin: 5px;
    padding: 3px 10px;
}
.messages-list .right{
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	clear: both;
}
.messages-list .left{
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	clear: both;
}
#chat_head .photo {
    width: 35px;
    height: 35px;
    float: left;
    background-size: cover;
    border-radius: 30px;
    margin: 2px 10px 2px 2px;
}
#name_span {
    line-height: 40px;
}
.name_msg{
	padding-left: 10px;
}
.call {
    float: right;
    position: relative;
    right: 10px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    cursor: pointer;
}
.scroll-wrapper .photo {
    width: 35px;
    height: 35px;
    float: right;
    background-size: cover;
    border-radius: 30px;
   }
 #chat-box .close-reveal-modal:after {
    display: block;
    content: "\f00d";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    font-size: 2rem;
    text-align: center;
    color: #fff;
}
.page .girl-box .metro,.index .girl-box .metro, .portf .metro{
    right: 0;
    color: #e23737!important;
    background: url(/wp-content/themes/best-theme/assets/img/icons/metro-icons.svg) no-repeat;
    padding: 0 0 0 25px;
    background-size: contain;
}
   @media all and (max-width: 768px) {
   	.name_span{
	max-width: 70%;
	overflow: hidden;
	}
	#chat-box {
/*     display: none; */
    bottom: 20px;
    left: 20px;
    max-width: 100%;
    height: 50px;
    border: 0px;
}
#chat-box.wiev{
	bottom: 10px;
    right: 20px;
    width: 90%;
    left: auto;
    height: auto;
   
	}
	#name_span{
		display: none;
	}
	 .wiev #name_span{
		display: inline-block;
	}
	.close-reveal-modal{
		display: none;
	}
	.wiev .close-reveal-modal{
		display: block;
	}
	#chat_head .photo{
		width: 40px;
	    height: 40px;
	    float: left;
	    background-size: cover;
	    border-radius: 30px;
	    margin: 2px 10px 2px 2px;
	}
	.wiev #chat_head .photo{
		width: 35px;
	    height: 35px;
	}
	.scroll-up{
		bottom: 20px;
	}
}
.entry-title{
	margin-top: 20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
	.filter .col-md-2{
		margin-bottom: 20px!important;
	}     
	.filter{
		padding-top:20px;
	}
	.params.atributes li{
	 	display: flex;
	 	justify-content: space-between;
	 }
	 .atributes li span{width: 100%!important;}
	 .atributes li span:nth-child(2){width: 30%!important;}
	.filter .row:nth-child(2){
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.single_video video{
		max-width: 50%;
		max-height: 350px;
	}
	.all-param .params.about{
		display: flex;
	    justify-content: flex-start;
	    flex-direction: row;
	    flex-wrap: wrap;

	}
	.all-param .params.about .info{
		width: 33%;
        margin: 1px;
        background-color: var(--single-info-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        color: var(--font-color);
	}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  } 
}
@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .phoneFixed{
  	display: none;
  }
  .col-md-none{
  	display: none;
  }
  	.sx-categories-buttons {
	    margin: 11px 0 0 25px;
	}
	.popup-fade:before {
	    content: '';
	    background: #000;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.7;
	    z-index: 9999;
	}
	header a.sx-add_person_lk span{
		display: inline-block;
	    max-width: 150px;
	    overflow-x: clip;
	}
}
@media (min-width: 1200px) {
.sx-wrapper, .filter,.mainmenu>ul {
    max-width: 80%;
}
.foto-single{
	width: 22.7%;
}
.new_price {
	justify-content: space-between;
}.new_price>div {
	width: 20%;
}
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  
}

@media (min-width: 1149px){
	.em1{
		width: 100%!important;
	}
}
@media (max-width: 1149px) {
	header a.sx-add_person,section.sx-home .sx-sub-categories,header a.sx-add_person_lk{
		display:none;
	}
	.sx-wrapper{
		padding:0 15px;
	}
	.wdh50{
		width:55%;
	}
	.wdh30{
		width:40%;
	}
	.sx-page .price li{width: 32%;}
		.sx-add_person_lk_mob {
    display: block;
	}

	.sx-add_person_lk {
    display: block!important;
    padding: 20px 20px!important;
    top: -5px!important;
    background: url(../img/icons/user.svg) top 10px left 11px no-repeat!important;
    float: right;
	}

	.popup ul {
    column-count: 3;
    max-width: 90%;
	}
	header div.sx-categories a.popup-close {
    margin: 0;
    text-align: right !important;
    padding: 0px 10px 0px 0px!important;
    font-size: 16px;
    margin-top: -4px!important;
	}


	#mobile-header-menu .none-categories a{
		background: none;
	}
}

@media (max-width: 991px) {
	.switch:not(.change-theme .switch){
		display: none;
	}
	.city_tabs{
		padding-left: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
	}
	header.sx-header .burger{
		display:block;
		right:15px;
		margin-top:3px;
		cursor:pointer;

	}
	header div.sx-categories{
		display:none;
	}
	.wdh50{
		width:45%;
	}
	.wdh30{
		width:60%;
	}
	.foto-single {width: 38%;}
	.sx-page .price li{width: 32%;}
	.all-param{width: 55%;}
		.mainmenu{
		display: none;
	}
	#mobile-header-menu a {
	width: 90%;
 	margin: 0px;
 	min-width: 100px;
 	text-align: left;
 	padding: 0px 30px;
 	padding-bottom: 5px;
 	color: #01257D;
 	background: url(/wp-content/themes/best-theme/assets/img/icons/right.svg);
 	background-repeat: no-repeat;
 	background-position: right;
 	background-size: 25px;
 }

 a.link.popup-open.region{
	/*background: url(/wp-content/themes/best-theme/assets/img/icons/simple-icons_moscowmetro.svg) top 3px left 18px no-repeat!important; */
	padding: 6px 50px;
	display: inline;
}
a.link.popup-open.metro{
	/*background: url(/wp-content/themes/best-theme/assets/img/icons/fluent_city-24-filled.svg) top 3px left 18px no-repeat!important; */
	padding: 6px 50px;
	display: inline;
} 
.mobile{
	display: block;
}
.search-form.mobile{
	padding: 20px 20px!important;
    top: -5px!important;
    border: 1px solid #01257D;
    color: #01257D;
    border-radius: 10px;
    position: relative;
    background-color: #01257D;
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/loupe.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-right: 5px;
}


.search-form-field-mobile{
	display: none;
	z-index: 999;
	width: 100%;
	top: 14.5%;
	position: sticky;
	text-align: center;
	padding: 10px 0px;
}
.btn-search-mob{
	display: none
}
.sx-add_person_lk {
    display: block!important;
    padding: 20px 20px!important;
    top: -5px!important;
            background: url(../img/icons/user.svg) !important;
        background-size: 24px !important;
        background-repeat: no-repeat !important;
        background-position: 8px center !important;
    float: right;
}
	 .sx-add_person_lk_mob{
	 	display: none;
	 }

	 .popup ul {
    column-count: 1;
}

#mobile-header-menu .popup a {
    background: none;
}
.popup{
	top: 0%;
    left: 0%;
    margin-left: 0;
    padding: 20px 0px;
    overflow: auto;
    border: 0;
    border-radius: 0;
	}
	.popup-header{
		/* position: fixed; */
	    width: 100%;
	    background: #fff;
	    height: 42px;
	    top: 10px;
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	}
	.popup ul {
		margin-top: 25px;
	}

	.ul-categories {
	    top: 60px;
	    /*max-height: 555px;
	    overflow-y: scroll;*/
	    background: var(--color-primary);

	}
	.sx-page .profil a.rayon{
		float: none;

	}
	section.sx-home .sx-grid{
		margin: 0;
	}
	.filter {
	    display: none;
	    overflow: visible;
	}
	.filter_button{
	    display: block;
	    background: url(/wp-content/themes/best-theme/assets/img/icons/filter.svg) no-repeat;
	    background-position: 20px;
	    background-size: 20px;
	    text-align: center;
	    padding: 5px 10px;
	    
	}	
	.filter-container{
		padding: 0px 20px;
		background: none;
		border: 1px solid #01257D;
		border-radius: 5px;
		margin: 0px 20px 20px;
		background: var(--color-secondary);
        box-shadow: none;
	}
	.flex-container{
		display: flex;
		flex-direction: column-reverse
	}

	.filter .col-xs-12{
		text-align: center;

	}
	.separator{
		left: 50%;
	}
	.footer-region {
    text-align: center;

	} 	
	.footer .link1 {
    background: url('../img/icons/fluent_city-24-filled.svg') top 3px left 18px no-repeat;
    padding: 5px 50px;
	}
	.footer .link2 {
    background: url('../img/icons/simple-icons_moscowmetro.svg') top 3px left 18px no-repeat;
    padding: 5px 50px;
	}
	.personalHelper {
		display: none;
	}
	.sx-page .profil{
		flex-wrap: wrap;
		flex-direction: row;
	}
	.profil .metro_rayon{
		margin-left: 0px;
		display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	}

}

@media (max-width: 768px) {
	.params.price{
		margin-right: -30px;
	}
	.sx-descrip{
		display: none;
	}
	.wdh50{
		width:100%;
		margin-top:25px;
	}
	.wdh30{
		width:100%;
		margin-top:25px;
	}
	
	.foto-single {width: 38%;}
	.sx-page .price li{width: 32%;}
	.all-param{width: 55%;}
	
	section.sx-addition .title{
		margin:-10px 0;
	}
	section.sx-addition ul.services li{
		display:block;
		width:100%;
	}


	.foto-single {
    width: 63%;
	}
	.all-param {
    width: 100%;
	}

	.out{
		transform: translateY(-100%);
	}

	div#mobile-header-menu{
	top: 80px;
	}

	.sx-page .about .info:nth-child(1){
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/age-range.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
	}
	.sx-page .about .info:nth-child(2){
	background-image: url(/wp-content/themes/best-theme/assets/img/icons/height.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
	}
	.sx-page .about .info:nth-child(3){
	background-image: url(/wp-content/themes/best-theme/assets/img/icons/weight-scale.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
	}
	.sx-page .about .info:nth-child(4){
	background-image: url(/wp-content/themes/best-theme/assets/img/icons/breast.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
	}
	.sx-page .about .info.foot{
		background: url(/wp-content/themes/best-theme/assets/img/icons/foot.svg) no-repeat;
	    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
    
	}
	.sx-page .about .info.dres{
		background: url(/wp-content/themes/best-theme/assets/img/icons/dress.svg) no-repeat;
	   background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    padding-left: 40px;
    margin-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px dotted;
    
	}

	.girl-box .about {
    	display: block;
	}
	
	

}

@media(min-width: 601px) and (max-width: 700px){
	.girl-box img {
		width: 100%;
		height: auto;
	}

	.girl-box{
		width: 49%!important;
	}
	.sx-grid .about .info:nth-child(2){
		width: 20%;
	}
	.sx-grid .about .info:nth-child(3){
		width: 15%;
	}
}
@media (max-width: 600px) {
	.services-block {
	    width: 100%;
	    margin: 10px 0;
	}
	section.sx-home .sx-grid .girl-box{
		margin-left:auto;
		margin-right:auto;
	}
	h1{
		line-height:32px;
		font-size:25px;
		margin-top:20px;
	}
	header.sx-header{
		padding:5px 0;
		background:none;
		box-shadow:none;
		height: auto;
		overflow: hidden;
		background: #fff;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	    position: sticky;
	    width: 100%;
	    z-index: 999;
	    top: 0;
	}
	header div.sx-categories {
    margin: 8px 0 0 8px;
}
    header div.sx-categories a{
    	margin: 10px;
    min-width:150px;
    text-align: center;	
    }
    .popup ul {
	    column-count: 1;
	    padding: 0px;
	    margin: 0px;
	    max-width: 100%;
	}
    
.popup {
    top: 60px;
    left: 0%;
    margin-left: 0;
    min-height: 90%;
   	max-width: 85%; 
    padding: 20px 0px;
    overflow-y: scroll;
    border: 0;
    border-radius:0;
    min-width: 297px;
}
.popup-title {
    padding: 0px 0 0px 20px;
    width: 100%;
}
#mobile-header-menu a {
	width: 95%;
 	margin: 0px;
 	min-width: 100px;
 	text-align: left;
 	padding: 0px 30px;
 	padding-bottom: 5px;
 	color: var(--color-accent);
 	background: url(/wp-content/themes/best-theme/assets/img/icons/right.svg);
 	background-repeat: no-repeat;
 	background-position: right;
 	background-size: 25px;
 }
#mobile-header-menu li:nth-child(-n+6) a{
	background: none;
}
#mobile-header-menu .none-categories a, #mobile-header-menu .mob-categories a{
 	 	padding-left: 45px;
 }
 .ul-categories{
 	padding: 0px;
 	margin-block-start: 5px;
 }

a.link.popup-open.metro{
	
	/*background: url(/wp-content/themes/best-theme/assets/img/icons/simple-icons_moscowmetro.svg) top 3px left 18px no-repeat!important; */
	padding: 6px 50px;
	display: inline;
} 
a.link.popup-open.region{
	/*background: url(/wp-content/themes/best-theme/assets/img/icons/fluent_city-24-filled.svg) top 3px left 18px no-repeat!important; */
	padding: 6px 50px;
	display: inline;
}
.select-location{
   	display: flex;
    flex-direction: column;
    min-width: 297px;
   	background: var(--single-info-color);
}
.sx-header .sx-categories .select-location a{
	display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px 0px 5px 10px!important;
    padding: 5px 10px!important;
    background: var(--color-primary)!important;
}
.sx-header .sx-categories .select-location a svg{
	margin-right: 10px;
}

 #mobile-header-menu ul li{
 	border-bottom: 1px solid #e0dfe0;
 }
#mobile-header-menu .mob-categories{
	position: relative;
	background-size: 25px;
    background-position-y: center;
    background-position-x: 10px;
}
.ul-categories li:nth-child(1){
    background: url(/wp-content/themes/best-theme/assets/img/icons/cheap.svg) no-repeat;
}
.ul-categories li:nth-child(2){
    background: url(/wp-content/themes/best-theme/assets/img/icons/high.svg) no-repeat;
}
.ul-categories li:nth-child(3){
    background: url(/wp-content/themes/best-theme/assets/img/icons/elit.svg) no-repeat;
}
.ul-categories li:nth-child(4){
    background: url(/wp-content/themes/best-theme/assets/img/icons/approved.svg) no-repeat;
}
.ul-categories li:nth-child(5){
    background: url(/wp-content/themes/best-theme/assets/img/icons/bdsm.svg) no-repeat;
}
.ul-categories li:nth-child(6){
    background: url(/wp-content/themes/best-theme/assets/img/icons/reviewed.svg) no-repeat;
}
.ul-categories li:nth-child(7){
    background: url(/wp-content/themes/best-theme/assets/img/icons/best-choice.svg) no-repeat;
}
 .ul-categories li:nth-child(9){
    background: url(/wp-content/themes/best-theme/assets/img/icons/serv.svg) no-repeat;
}
.ul-categories li:nth-child(11){
    background: url(/wp-content/themes/best-theme/assets/img/icons/telos.svg) no-repeat;
}
.ul-categories li:nth-child(13){
    background: url(/wp-content/themes/best-theme/assets/img/icons/ethnic.svg) no-repeat;
}
.ul-categories li:nth-child(15){
    background: url(/wp-content/themes/best-theme/assets/img/icons/mestos.svg) no-repeat;
}
.ul-categories li:nth-child(17){
    background: url(/wp-content/themes/best-theme/assets/img/icons/price.svg) no-repeat;
}
.ul-categories li:nth-child(19){
    background: url(/wp-content/themes/best-theme/assets/img/icons/hair.svg) no-repeat;
}
.ul-categories li:nth-child(21){
    background: url(/wp-content/themes/best-theme/assets/img/icons/age.svg) no-repeat;
}
.ul-categories li:nth-child(23){
    background: url(/wp-content/themes/best-theme/assets/img/icons/rost.svg) no-repeat;
}
.ul-categories li:nth-child(25){
    background: url(/wp-content/themes/best-theme/assets/img/icons/grud.svg) no-repeat;
}
.ul-categories li:nth-child(27){ 
    background: url(/wp-content/themes/best-theme/assets/img/icons/intim.svg) no-repeat;
}
.ul-categories li:nth-child(29){ 
    background: url(/wp-content/themes/best-theme/assets/img/icons/place.svg) no-repeat;
    background-size: 25px;
}
/*.ul-categories li:nth-child(24){ 
    background: url(/wp-content/themes/best-theme/assets/img/heart-32x64.webp) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    
}*/
.footer .ul-categories li{
	background: none;
}
#mobile-header-menu .popup li{ 
    background: none!important;
}
 #mobile-header-menu .popup a {
    background: none!important;
}

.popup li a {
    width: 100%;
    display: block;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 1.4em;
}
header div.sx-categories a.popup-close {
    margin: 0;
    text-align: right !important;
}
.single_video video {
    width: 100%;
    height: auto;
}	
	section.sx-addition, section.sx-page {
		margin-top: 10px;
	}
	section.sx-page h1{
		margin-top:0;
	}

	section.sx-addition, section.sx-page{
		padding:20px;
	}
	section.sx-page,section.sx-addition{
		max-width:375px;
		margin-left:auto;
		margin-right:auto;
	}
	section.sx-page h1{
		margin-bottom:0px;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	}
	 section.sx-page .sx-thr{
		 margin-left:-20px;
		 margin-right:-20px;
		 width:115%;
		
	 }
	 section.sx-page .sx-thr img{
		 width:100%;
		 height:auto;
	 }
	 .sx-page .params{
		 margin-left:-20px;
		 margin-right:-20px;
	 }
	 .sx-page .params.atributes a, .sx-page .params.atributes span{
		    display: flex;
    		width: fit-content;
	 }
	 .sx-page .profil a.metro,.sx-page .params li,.full-text p,section.sx-addition ul.services li,section.sx-addition ul li .comment-autors{
		 font-size:14px;
	 }
	 section.sx-addition .title{
		 font-size:18px;
	 }
	 section.sx-addition ul{
		margin: 0px -25px 0 -20px;

	 }
	 section.sx-addition ul li p{
		 font-size:12px;
	 }
	 .sx-page .price li{
		 width:32%;
	 }
	 .sx-page .price li em{
		 width:100%;
	 }
	 .profil .metro {
	 	float: none!important;
/*	 	display: block;*/
	 	/*margin-top: 10px;*/
	 	margin-right: 10px;
	 }
	 .metro_drop_down{
	 	top: 60px;
    	left: 0;
    	    box-shadow: 0px 7px 8px rgb(0 0 0 / 30%);
	 }
	 .params.atributes li{
	 	display: flex;
	 	justify-content: space-between;
	 }
	 .atributes li span{width: 100%!important;}
	 .atributes li span:nth-child(2){width: 60% !important;}
	 .apart {padding-left: 5px!important;}
	 .all-param{width: 100%;}

	 .sx-add_person_lk_mob{
	 	display: none;
	 }
	 .sx-add_person_lk {
    display: block!important;
    padding: 20px 20px!important;
    top: -5px!important;
    background: url(../img/icons/user.svg) !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    float: right;
}

section.sx-home{
	margin-top:0px;
}	
.page h1{
	margin:0px ​0 0 0;
}

.search-form.mobile{
	padding: 20px 20px!important;
    top: -5px!important;
    border: 1px solid #01257D;
    color: #01257D;
    border-radius: 10px;
    position: relative;
    background-color: #01257D;
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/loupe.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-right: 5px;
}

.search-form-field-mobile{
	
	top: 13%;
    
}

	div#mobile-header-menu{
		top: 60px;
		box-shadow: 0px 999px 0px 999px rgb(0 0 0 / 20%)
	}
	.sx-page .profil a.phone{
		display: block;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.sx-page .profil a.rayon{
		font-size: 14px;
	}
	div#map {
/*	    background-image: url(/wp-content/themes/best-theme/assets/img/maps1.png) ;*/
	    background-repeat: no-repeat;
	}

	.sx-page .approve {
	    position: inherit;
	    /* display: inline-block; */
	    margin: 2px 0 0 10px;
	    width: 30px;
	    z-index: 99;
	    top: 80px;
	    right: 10px;
	    height: 30px;
	    background: url('../img/icons/ph_approve.svg') no-repeat;
	}
	.contacts-box{
		display: flex;
		flex-direction: column;
	}
	.contacts-box .info-wrap,.contacts-box .form-wrap{
		width: 100%;
		flex: 0 0 100%;
	}
}

@media (max-width: 375px) {
	.girl-box{width: 100%;}
	.girl-box img {width: 100%;height: 100%;}
}
::selection{background:#01257Db8;color:#fff;text-shadow:none}

@media (max-width: 330px) {

.search-form.mobile{
	margin-right: 0px;
}
.sx-grid .about .info:nth-child(2){
	width: 20%;
}
.sx-grid .about .info:nth-child(3){
	width: 19%;
}

}

.simplefavorite-button.active {
	opacity: .7;
}

.simplefavorite-button.has-count {
	position: relative;
}

.simplefavorite-button.preset {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: transparent;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: .5em 1em .5em 2em;
	position: relative;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.simplefavorite-button.preset:active, .simplefavorite-button.preset:focus {
	outline: none;
}

.simplefavorite-button.preset i {
	position: absolute;
	font-size: 1.3em;
	left: .3em;
}

.simplefavorite-button.preset:hover {
	background-color: #333;
	border-color: #333;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.simplefavorite-button.preset.active {
	background-color: #333;
	color: #ffffff;
	border-color: #333;
	opacity: 1;
}

.simplefavorites-loading {
	margin-left: 8px;
}

.sf-icon-spinner-wrapper {
	display: inline-block;
	position: relative;
	min-width: 1em;
	min-height: 1em;
}

.sf-icon-spinner {
	-webkit-animation: sf_rotate linear 2s infinite;
	animation: sf_rotate linear 2s infinite;
	position: absolute;
	top: .15em;
	left: 0;
}

@-webkit-keyframes sf_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes sf_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

.favorites-list {
	list-style: none;
}

.favorites-list li {
	zoom: 1;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: .75em 0;
	margin: 0;
}

.favorites-list li:before, .favorites-list li:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.favorites-list li:after {
	clear: both;
}

.favorites-list li img {
	float: left;
	margin-right: 1em;
}

.simplefavorites-modal-backdrop {
	position: fixed;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 50%;
	z-index: 998;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.simplefavorites-modal-backdrop.active {
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.simplefavorites-modal-content {
	z-index: 999;
	position: fixed;
	top: -200%;
	left: 50%;
	width: 50%;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, 0.5);
	box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, 0.5);
}

.simplefavorites-modal-content.small {
	width: 400px;
}

.simplefavorites-modal-content.active {
	top: 50px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.simplefavorites-modal-content.loading .modal-content-body {
	display: none;
}

.simplefavorites-modal-content.loading .modal-content-loading {
	display: block;
}

.simplefavorites-modal-content-body {
	padding: 1em;
	max-height: 300px;
	overflow: auto;
	zoom: 1;
}

.simplefavorites-modal-content-body:before, .simplefavorites-modal-content-body:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.simplefavorites-modal-content-body:after {
	clear: both;
}

.simplefavorites-modal-content-body.no-padding {
	padding: 0;
}

.simplefavorites-modal-content-body.has-footer {
	padding-bottom: 0;
}

.simplefavorites-modal-content-interior {
	padding: 1em;
	padding-bottom: 0;
}

.simplefavorites-modal-content-footer {
	zoom: 1;
	padding: .7em;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background-color: rgba(51, 51, 51, 0.1);
}

.simplefavorites-modal-content-footer:before, .simplefavorites-modal-content-footer:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.simplefavorites-modal-content-footer:after {
	clear: both;
}

.simplefavorites-button-consent-deny {
	float: left;
	opacity: .7;
}

.simplefavorites-button-consent-accept {
	float: right;
}

@media (max-width: 767px) {
	.simplefavorites-modal-content {
		width: 90%;
	}
	.simplefavorites-modal-content.active {
		top: 20px;
	}
	.simplefavorites-modal-content-body {
		height: 300px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}
	.click_phone_notis::after{
		left: -50px;
	}
}

@media print {
	.simplefavorites-modal-backdrop,
	.simplefavorites-modal-content {
		display: none;
	}
}

@font-face {
	font-family: 'favorites';
	src: url("fonts/favorites.eot");
}

@font-face {
	font-family: 'favorites';
	src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="sf-icon-"], [class*=" sf-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'favorites' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-spinner:before {
	content: "\e97b";
}

.sf-icon-favorite:before {
	content: "\e9d9";
}

.sf-icon-checkmark:before {
	content: "\ea10";
}

.sf-icon-bookmark:before {
	content: "\e8e6";
}

.sf-icon-love:before {
	content: "\e87d";
}

.sf-icon-wishlist:before {
	content: "\e89a";
}

.sf-icon-like:before {
	content: "\e8dc";
}

.sf-icon-star-empty:before {
	content: "\e600";
}

.sf-icon-star-full:before {
	content: "\e601";
}

/*Личный кабинет*/
.lk-sidebar{
	
}
.girl-info .type-info {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}
.columns:not(.is-desktop) {
    display: flex;
    flex-wrap: wrap;
}
.lkabinet .span4 .ltop .pay{
	position: relative;
    padding: 8px 20px 7px 10px;
    background: #01257D;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}
.lkabinet .span4 .ltop .pay:hover{
	 background: #053bbf;
}
.girl-info .type-info .column:last-child{
	flex: 100%;
}
.girl-info .type-info .column:last-child p{
	display: flex;
    justify-content: center;
    padding: 5px 35px 5px;
}
.girl-info .type-info .column p .badge.no_free{
	margin: 0 10px;  
}
@media(max-width: 500px){
	.columns{
		display: flex;
		flex-direction: column;
	}
	.girl-info.big .column p{
		margin: 0px 0px 0px 0px;
	}
	.full_ank {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    /*box-shadow: 0px 0px 5px #000;*/
	    padding: 5px;
	}
	.post_status{
	    text-align: left;
	    margin-left: 0px;
	}
	.full_ank .thumb-img {
	    max-width: 100%;
	    float: left;
	}
	.post_name {
    	padding: 0 0px;
	}
	.pagination ul li{
		padding: 0px;
	}
	.pagination ul li a{
		padding: 5px 10px;
	}
	.girl-info .type-info .column:last-child p{
	flex-direction: column;
	}
}

/*.columns:last-child {
    margin-bottom: -.75rem;
}*/
.girl-info.big .column {
    position: relative;
}
.girl-info .type-info .column {
    padding: 5px;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.girl-info.big .column p {
    display: block;
    padding: 20px 35px 20px;
    text-align: center;
    background: #ededed;
    margin: 0;
}
.level-left {
    align-items: center;
    justify-content: flex-start;
}
.girl-info .type-info .column p .number {
    font-size: 30px;
    line-height: 20px;
    color: #bdbdbd;
    margin-right: 4px;
}
.girl-info.big .column .number {
    position: absolute;
    top: 15px;
    left: 20px;
}
.girl-info.big .column p .badge {
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
}
.girl-info .type-info .column p .badge.ultra {
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/vip_ultra.png)
}
.girl-info .type-info .column p .badge.gold {
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/vip_gold.png)
}
.girl-info .type-info .column p .badge.silver {
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/vip_silver.png)
}
.girl-info .type-info .column p .badge.no_free {
    background-image: url(/wp-content/themes/best-theme/assets/img/icons/no_free1.png);
    width: 40px;
    height: 40px;
}
.girl-info .type-info .column p .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.girl-info .type-info .column p .badge {
    flex: none;
    width: 55px;
    height: 55px;
    background-size: contain;
}
.tarifs_info li{
	list-style: none;
	display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #ededed;
    height: 40px;
}
.tarifs_info ul{
	padding-left: 0px;
}


.tarifs_info img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.tarifs_price td{
	border: 1px solid #000;
}
.tarifs_price{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.tarifs_price tr:first-child{
	color: 	#01257D;
}
.tarifs_sale_when_cheked{
	width: 100%;
	background: #01257D;
	margin-top: 20px;
	border-radius: 10px;
	flex-direction: row;
	font-weight: bold;
}
.tarifs_sale_when_cheked>div{
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.tarifs_sale_when_cheked>div>img{
	width: 40px;
	height: 40px;
	filter: brightness(0) invert(1);
	margin-right: 20px;
}


.pay_manual{
	display: flex;
	flex-direction: row;
}
.pay_manual .step{
	display: flex;
	flex-direction: row;
	background:#ededed;
	width: 100%;
	margin-right: 5px;
	align-items: center;
}
.pay_manual .circle{
	border-radius: 50%;
	border: 1px solid #01257D;
}
.pay_manual .step p{
	margin: 10px 10px;
}
.pay_manual .step svg{
	flex: none;
}
.pay_alert{
    background: #ededed;
    margin-top: 10px;
    padding: 5px;
}
.pay_alert>span:first-child{
	color: red;
	font-size: 16px;
}
@media(max-width: 500px){
	.pay_manual{
		flex-direction: column;
	}
	.pay_manual .step{
		width: 100%;
	}
}
.h1_id{
	color: #999999;
	font-size: 26px;
}
.overflow-hidden{
	overflow: hidden;
}
.pointer-none{
 	pointer-events: none;
}
.action_line{
	width: 100%;
	min-height: 50px;
	background: #000;
	background-image:  url(/wp-content/themes/best-theme/assets/img/icons/action-line.svg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.action_line_text{
	text-align: center;
	color: #fff;
}
.action_line_close{
	position: absolute;
    right: 15%;
    top: 18px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.action_line_close:before,.action_line_close:after{
    position: absolute;
    top: -2px;
    right: 5px;
    width: 2px;
    height: 16px;
    content: '';
    background-color: #fff;
    transition: .24s;
}
.action_line_close:before {
    transform: rotate(45deg);
}
.action_line_close:after {
    transform: rotate(-45deg);
}


@media(max-width: 500px){
	.action_line_text{
		padding: 10px 20px;
	}
	.action_line{
		background-size: contain;
	}
	.action_line_close{
		right: 3%;
    	top: 10px;
	}
}
@media (max-width: 560px) {
	.action_line{
		min-height: 80px;
		background-size: contain; 
	}
}
@media(max-width: 380px){
	.action_line{
		min-height:90px;
	}
}


.tell-me{
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-accent);
}

.hide{
	display: none;
}
.service.is-invalid {
    border: 2px solid red;
    overflow: hidden;
}
.related_tags{
	line-height: 40px;
    white-space: nowrap;
    overflow-y: hidden;
    margin-bottom: 10px;

}
.related_tags a{
    margin-right: 10px;
    border: 1px solid;
    border-radius: 15px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.related_tags a:hover{
	background: #01257D;
    color: #fff!important;
    border: 1px solid #01257D;
}
.related_tags a:before {
    content: '+';
}
.related_tags::-webkit-scrollbar{
	width:5px;
	height: 10px;
}
.related_tags::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 10px rgba(1,37,125,.8);
}
.related_tags::-webkit-scrollbar-thumb{
	background-color:rgba(1,37,125,1);
	border-radius: 10px;
	padding-left: 5px;
}
@media(max-width: 992px){
	.related_tags{
		margin-bottom: 10px;
		overflow-x: scroll;
	}
	.sx-header .sx-wrapper {
	    display: block;
	}
}

.description{
	font-size: 17px;
}
.description h2{
	margin: 0;
}
.description ul{
	margin: 5px 0px;
}
.description li{
	line-height: 25px;
    margin: 0;
}
.sposob-oplaty{
	position: relative;
}
.sposob-oplaty:after{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMjInIGZpbGw9JyNmZmZmZmYnIHZpZXdCb3g9JzAgMCAyNDAuODIzIDI0MC44MjMnPjxwYXRoIGQ9J00xODMuMTg5IDExMS44MTZMNzQuODkyIDMuNTU1Yy00Ljc1Mi00Ljc0LTEyLjQ1MS00Ljc0LTE3LjIxNSAwLTQuNzUyIDQuNzQtNC43NTIgMTIuNDM5IDAgMTcuMTc5bDk5LjcwNyA5OS42NzEtOTkuNjk1IDk5LjY3MWMtNC43NTIgNC43NC00Ljc1MiAxMi40MzkgMCAxNy4xOTEgNC43NTIgNC43NCAxMi40NjMgNC43NCAxNy4yMTUgMGwxMDguMjk3LTEwOC4yNjFjNC42OC00LjY5MSA0LjY4LTEyLjUxMS0uMDEyLTE3LjE5eicvPjwvc3ZnPg==);
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    content: ' ';
    position: absolute;
    right: 15px;
    top: 33px;
    transform: rotate( 90deg );
    height: 56px;
    width: 22px;
    filter: invert(0.5);
}
.click_phone_notis::after{
	content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: 0px;
    width: 220px;
    font-size: 12px;
    background: #ffffff;
    color: #e23737;
    border-radius: 10px;
    padding: 1em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
    white-space: pre-wrap;
}
.click_phone_notis[data-tooltip]{
	position: absolute!important;
	left: 0;
}
.telegram{
	width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 30px;
    color: #039ae5;
    margin-top: 5px;
}
.telegram img{
	margin-right: 10px;
}
/*FAQ*/
.faq .question{
	border: 2px solid #c1c1c1;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 10px;
	background: #fff;
}

.faq .question .arrowImg{
	filter: invert(0.5);
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 11px;
}
.faq .question .arrowImg.arrowUp{
	transform: rotate(270deg);
}
.faq .answer{
	display: none;
	cursor: auto;
	/*transition: all 1s ease-out;*/
}

.faq .text{
	margin-top: 20px;
}

.faq .answer ul{
	margin: 0px 10px;
}
.faq .answer ul li{
	margin: 0px;
	list-style: auto;
}
.faq .question .name{
	font-weight: bold;
}
.fixBurg{
	top: 153px!important;
}
.fixBurg .popup-fade .popup{
	top: 153px!important;
}
/*Лайк и поделится на сингле*/
.like_share{
	display: flex;
	align-items: center;
	filter: var(--filter);
}
.like_share .like{
	/*background-image: url(/wp-content/themes/best-theme/assets/img/heart-32x64.webp);*/
    display: block;
	width: 32px;
    height: 32px;
    background-size: cover;
    border: 0;
    background-position: top;
    background-position-y: 2px;
    padding: 4px;
    border-radius: 20px;
    background: rgba(0,0,0,0.07);
}
.like_share .ya-share2{
	margin-right: 5px;
}
.like .simplefavorite-button {
    background-color: transparent;
    background-image: url(/wp-content/themes/best-theme/assets/img/heart-32x64.webp);
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
    border: 0;
    margin-top: 1px;
    cursor: pointer;

}
@media(max-width: 600px){
	.like_share {
	    display: flex;
	    align-items: center;
	/*    position: absolute;
	    top: 8%;
	    left: 4%;
	    z-index: 3;*/
	    flex-direction: column;
	}
	.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more{
		background: #ffffff!important;
	}
	.like_share .ya-share2{
		margin-right: 0;
	}
	.like_share .like{
		background: rgb(255 255 255);
	}
	.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
		background: none;
	}
}
.foto-single{
	min-width: 300px;
    min-height: 400px;
}

/*Стили для страницы */
.rayony_list{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rayony_list .okrug_name{
	font-size: 22px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}
.rayony_list .rayon{
	list-style: none;
	line-height: 20px;
}
.rayony_list ul li:nth-child(2){
	margin-top: 20px;
}
.search-form{
	display: flex;
	position: relative;
	align-items: center;
}
.search-form .btn-search{
	position: absolute;
    right: 0;
    border: none;
    display: flex;
    cursor: pointer;
    padding: 5px;
    background: #01257D; 
}
.btn-search-mob{
	position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    padding: 5px;
    background: #01257D; 
    z-index: 999;
    width: 50px;
    display: none;
}
.sx-addition .services .deskr{
	font-size: 14px;
    color: #01257D;
    padding: 0 0 0 37px;
}

input#data_login, input#data_password {
    padding: 5px 0px;
}
.scale,
.meter {
	height: 30px
}
.scale {
	background: #CCC;
	position: relative;
}
.meter {
	width: 5%;
	display: inline-block;
	vertical-align: top;
	background:	linear-gradient(90deg, #01257D, #01257D 10%, #01257D 100%);
}

.meter:after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.fin-level {
    border-top: 1px solid #01257D;
    padding: 5px 0;
}
.fin-level span {
     color: #01257D;
     font-weight: bold;
}
.numlvl span {
    color: #01257D;
    font-size: 15px;
}

.numlvl {
    font-weight: bold;
    font-size: 15px;
}
.scale .info {
    position: absolute;
    width: 100%;
    top: 23%;
    text-align: center;
    color: #fff;
}
/*Промо ведение рекламы*/
.popup.promo{
	width: 80%;
	max-width: 80%;
	position: fixed;
    display: flex;
    top: 10%;
    left: 10%;
    padding: 0px;
    align-items: center;
    margin-left: 0px; 
    background: #fff;
    border: 1px solid #828282;
    border-radius: 10px;
    z-index: 99999;
    opacity: 1;
    max-height: 80%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.promo_block{
    background: #fff;
    background-image: url(/wp-content/themes/best-theme/assets/img/promo-back1.svg);
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /*background-size: 400px;*/
    border-radius: 24px;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: .75fr;
    padding: 32px 40px;
}
.promo_title{
	font-size: 24px;
	color: #323555;
}
.promo_info{
	display: grid;
    grid-gap: 24px;
    gap: 24px;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 40px;
}
.promo_info_grid{
	display: grid;
    grid-gap: 24px;
    gap: 0px;
    margin-bottom: 40px;
	
}
.promo_info_title{
	font-size: 14px;
	color: #2f3747;
	margin: 0 0 6px;
}
.promo_info_descr{
	font-size: 14px;
	color: rgba(26,43,77,.6);
	min-height: 96px;
}
.promo_footer{
	align-items: center;
    display: flex;
    flex-direction: row;
    height: 44px;
}
.promo_action_btn{
	padding: 10px;
	border-radius: 14px;
	background: #01257D;
	color: #ffffff;
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
}
.promo_approach{
	font-size: 14px;
	color: #000;
}
@media(max-width:768px){
	.popup.promo{
		flex-direction: column;
		justify-content: inherit;
		align-items: inherit;
		top: 2px;
	}
	.promo_block{
		display: flex;
		flex-direction: column;
    	background-image: none;
	}
	.promo_info{
		grid-template-columns: 1fr;
		margin-bottom: 0px;
	}
	.promo_info_grid{
		margin-bottom: 0px;
	}
	.promo_info_descr{
		min-height: auto;
	}
	.promo_footer {
	    display: flex;
	    flex-direction: column;
	    height: 44px;
	    text-align: center;
	    align-items: inherit;
	}
	.promo_action_btn{
		margin-right: 0px;
	}
}
.metro-nav{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    .tabs {
      font-size: 0;
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      border: 1px solid #e0e0e0;
      padding: 0px 15px;
      font-size: 16px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
    }

    .tabs>label {
     	display: inline-block;
	    text-align: center;
	    vertical-align: middle;
	    user-select: none;
	    background-color: #f5f5f5;
	    border: 1px solid #e0e0e0;
	    padding: 10px;
	    font-size: 16px;
	    line-height: 1.5;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	    cursor: pointer;
	    position: relative;
	    top: 1px;
	    border-radius: 10px 10px 0px 0px;
	    margin-right: 5px;
	    border-bottom: none;
    }

    .tabs>label:not(:first-of-type) {
      border-left: none;
    }

    .tabs>input[type="radio"]:checked+label {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }
.box1{
	max-height: 92px;
    font-size: 17px;
}
		.tab {
            background-color: var(--color-secondary);
		    border: 1px solid #ccc;
		    cursor: pointer;
		    padding: 5px;
		    display: inline-block;
		    margin-right: 5px;
		    margin-top: 10px;
		    color: var(--font-color);
        }
        .tab.active {
            background-color: #fff;
		    color: #01257D;
		    border-bottom: 2px solid;
        }
        .tabcontent {
            display: none;
        }
        #tab1-content {
            display: block;
        }
        

.choice-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
    background: var(--color-secondary);
    padding: 10px 10px;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 10px;
    align-items: center;
}
.choice-wrapper .show_amount {
    color: var(--font-color);
}
.selector-wrapper {
    position: relative;
}
.sorting-select {
    padding: 10px 10px;
    max-width: 110px;
    border-radius: 10px;
}
.view-card {
    display: flex;
}
.view-style {
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #01257d87;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 4px;
}
.view-style.active {
    border: 2px solid #01257d;
}
/*Переключение режимов*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.theme-light {
  --color-primary: #ffffff;
  --color-secondary: #ffffff;
  --color-accent: #01257D;
  --font-color: #000000;
  --color-main-container: #ededed;
  --color-lk-container: #ffffff;
  --filter:invert(0);
  --single-info-color: #ECECEC;

}
.theme-dark {
  --color-primary: #000000;
  --color-secondary: #1c1c1c;
  --color-accent: #ffffff;
  --font-color: #ffffff;
  --color-main-container: #000;
  --color-lk-container: #272727;
  --filter:invert(1);
  --single-info-color:#272727;
}

/* The switch - the box around the slider */
.change-theme{
	display: flex;
	align-items: center;
}
.change-theme span{
	padding: 0px 10px;
	color: var(--font-color);
}
.select-location .switch{
	margin: 5px 0px 5px 10px;
}
.switch {
    position: relative;
    display: flex;
    width: 50px;
    height: 30px;
    margin: 10px 0px 0px 15px;
    cursor: pointer;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: white url('/wp-content/themes/best-theme/assets/img/night.png');
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background: white url('/wp-content/themes/best-theme/assets/img/sunny.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.status {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%; 
    padding-right: 20px;
}
.first_section{
	margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.status .first_section .approvet{
	display: flex;
    font-size: 12px;
    color: #fff;
    background: rgb(100 180 100 / 50%);
    padding: 0px 5px;
    border-radius: 15px;
    align-items: center;
}
.status .vip{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.status > div:nth-child(1) {
    margin-right: auto; 
}

.status > div:nth-child(32) {
    margin-left: auto; 
}
.girl-box .sx-thr {
	position: relative;
}
.params.atributes li span{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.params.atributes li span:first-child::after {
    content: "";
    margin-bottom: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 10px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d7c3c3), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #01257d 25%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}
.first_section_container{
	display: flex;
	flex-direction: column;
}
.media{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.media>div{
	width: fit-content;
    height: 35px;
    background: rgb(0 0 0 / 50%);
    border-radius: 20px;
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 14px;

}
