* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1;
    outline: 0;
    vertical-align: baseline;
    color: #7c7c7c;
    font-size: 11px;
    vertical-align: baseline;
}

iframe {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:focus {
        outline: none;
    }

input, select {
    border-width: 0;
    color: #7c7c7c;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
    }

h2 {
    margin: 0;
    padding: 0;
}

.page {
    min-width: 1130px;
    padding: 0 0; /*10px;*/
    max-width: 1520px;
    margin: 0 auto;
    height: 3000px;
}

.content {
    overflow: hidden;
}

.content-wrapper {
    overflow:hidden;
}

.header {
    width: 100%;
}

    .header .links {
        text-align: right;
        color: #871d43;
    }

        .header .links .link-small {
            font-size: 10px;
            padding: 6px 0 2px;
        }

        .header .links .link-big {
            margin-top: 20px;
            font-size: 18px;
        }

.logo {
    text-align: center;
    margin-bottom: 29px;
}

.logo-label {
    padding-top: 15px;
}

.menu {
    width: 100%;
    background: url(/images/heads-wt-bg.gif) repeat-x left top #f1f1f1;
    overflow: hidden;
    border: solid 1px #ddd;
}

    .menu > div {
        border-right: solid 1px #ddd;
        float: left;
    }

        .menu > div.active, .menu > div:hover {
            background: #871d43;
            color: #fff;
        }

        .menu > div > a {
            display: inline-block;
            padding: 6px 16px 7px;
        }

.navigation-panel {
    height: 27px;
    color: #871d43;
    line-height: 27px;
}

    .navigation-panel > a::after {
        content: '';
        background: url(/images/bullit-red.gif) no-repeat right;
        height: 8px;
        width: 15px;
        display: inline-block;
    }

.left-column {
    width: 200px;
    float: left;
	margin-bottom: 20px;
}

.main-column {
}

.right-column {
    float: right;
    width: 200px;
}

.data-container {
    width: 100%;
    line-height:1.3;
}

.data-block {
    width: 100%;
    border: solid 1px #ddd;
    margin-bottom: 15px;
}

.data-block.no-border {
	border: none;
}

.data-block-header {
    width: 100%;
    border-bottom: solid 1px #ddd;
    text-align: center;
    color: #871d43;
    font-size: 11px;
    font-weight: bold;
    background: #fff /*url(/images/heads-wt-bg.gif) repeat-x left top #f1f1f1*/;
    padding: 7px 0;
}

.data-block-header>a { color: #871d43; }


.filter-block-container {
    padding: 7px;
}

.filter-item-input {
    width: 100%;
}

.input-container {
    width: auto;
    overflow: hidden;
}

.filter-item-input input, .filter-item-input select {
    border: 1px solid #871d43;
    height: 20px;
    padding: 0 0 0 7px;
    font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    box-shadow: inset 0 0 1px #871d43;
    width: 100%;
	vertical-align: top;
}

.filter-item-input a {
    display: inline-block;
    height: 20px;
    width: 21px;
    background: url(/images/selectleft.gif);
    float: right;
}

.filter-item-input select {
    width: 100%;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    background-image: url('/images/selectdown.png');
    background-position: 101% center;
    background-repeat: no-repeat;
}

    .filter-item-input select::-ms-expand {
        display: none;
    }

.filter-item-input label {
    margin: 4px 0 3px;
    display: inline-block;
    width: 100%;
}

.filter-item-btn {
    margin: 4px 0 3px;
    text-align: center;
    margin-top: 13px;
}

.filter-item-group-options {
    overflow: hidden;
}

.option-2col {
    width: 50%;
}

.option-1col {
    width: 100%;
}

.option-3col {
    width: 33.333%;
}

.filter-item-option {
    float: left;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    text-align: center;
    vertical-align: middle;
    background: url(/images/heads-wt-bg.gif) repeat-x left top #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    @media (hover: hover) {
		.filter-item-option:hover {
        background: #871d43;
		color: #fff;
		}
	}
	
	
	.filter-item-option.active {
        background: #871d43;
		color: #fff;
    }

    .filter-item-option a {
        display: block;
        padding: 6px 0;
        cursor: pointer;
    }


.filter-item-group-options {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    display: flex;
    flex-wrap: wrap;
}

.main-column {
    overflow:hidden;
}

.main-column-content {
    margin-right: 200px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
}

    .main-column-content h3 {
        text-align: center;
        font-weight: bold;
        color: #871d43;
        margin-bottom: 12px;
        font-size: 14px;
    }

.profile-list, .sallon-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.profile-cell-wrapper {
    border-top: solid 1px #ddd;
    width: 50%;
    float: left;
}

.profile-cell {
    width: 97%;
    /*border-bottom: solid 1px #c0c0c0;*/
    margin-bottom: 25px;
    padding-top:25px;
}

.profile-list .profile-cell-wrapper:nth-of-type(2n) .profile-cell, .sallon-list .profile-cell-wrapper:nth-of-type(2n) .profile-cell {
    margin-left: 2%;
}

.remove-top-space {
    margin-top: -5px;
    border-top: none;
}

.filter-block-header-small {
    padding-bottom: 5px;
}

.profile-cell-title {
    margin-bottom: 9px;
}

.profile-cell-name {
    font-weight: bold;
	color: #9a2e59;
	font-size: 20px;
	padding: 4px 0;
	display: inline-block;
	margin-right: 7px;
}

.profile-cell-phone {
    font-size: 18px;
    color: #871d43;
}

.profile-list_phone {
		background: #fff;
		color:  #871d43;
		display: inline-block;
		padding: 3px 3px;
		text-decoration: none;
		border-radius: 7px;
		font-size: 16px;
		margin-bottom: 9px;
}

.profile-list_phone img {
	height: 18px;
	vertical-align: text-bottom;
}


.profile-cell-photo {
    float: left;
	width: 50%;
    margin: 0 10px 10px 0;
	position: relative;
}

    .profile-cell-photo img {
		display: block;
		width: 100%;
    }
	
.profile-cell-photo	.list-truephoto-ico {
	width: 35px;
    position: absolute;
    bottom: 10px;
    left: 10px;	
} 
.profile-cell-photo	.list-newphoto-ico {
	width: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;	
}

.profile-cell-main-info {
    overflow: hidden;
    width: auto;
    margin-bottom: 10px;
}
	
    .profile-cell-main-info div {
        float: left;
        width: 50%;
        max-width: 142px;
    }

    .profile-cell-main-info>div:first-of-type {
        width: 55%;
}



	.firstDiv {
		margin-right: 10px;
	}
    .firstDiv , .secondDiv {
		padding: 5px 10px; 
		background: rgba(0,0,0,0.02);
		width: 45%;	
		float: left;	
		margin-bottom: 5px;
}





.firstDiv tr td:last-child, .secondDiv tr td:last-child {text-align: right;}
@media all and (max-width: 1200px) {
	.firstDiv, .secondDiv {display: block; float: none; width: 100%;}
}
 
    .profile-cell-main-info > div > div {
        height: 14px;
    }

	
    .profile-cell-main-info > div:first-of-type > div:nth-of-type(2n) {
        float: right;
        width: 40px;
    }

    .profile-cell-main-info .price {
        font-weight: bold;
        color: #9a2e59;
    }

.profile-cell-icons {
    margin-bottom: 10px;
	margin-top: 7px;
	text-align: center;
}

    .profile-cell-icons a {
        display: inline-block;

    }

.profile-cell-desc {
	font-size: 13px;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 1000px) {
.profile-cell-desc {		-webkit-line-clamp: 7;}
}
@media (min-width: 1200px) {
.profile-cell-desc {		-webkit-line-clamp: 8;}
}
@media (min-width: 1250px) {
.profile-cell-desc {	-webkit-line-clamp: 9;	}
}
@media (min-width: 1300px) {
.profile-cell-desc {	-webkit-line-clamp: 10;	}
}
@media (min-width: 1350px) {
.profile-cell-desc {	-webkit-line-clamp: 11;}
}
@media (min-width: 1400px) {
.profile-cell-desc {	-webkit-line-clamp: 12;	}
}
@media (min-width: 1450px) {
.profile-cell-desc {	-webkit-line-clamp: 13;	}
}
@media (min-width: 1500px) {
.profile-cell-desc {	-webkit-line-clamp: 14;	}
}
@media (min-width: 1550px) {
.profile-cell-desc {	-webkit-line-clamp: 15;	}
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
} 
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



.paginator {
    text-align: center;
    font-size: 14px;
    margin-bottom: 18px;
}

	.paginator a {
		background: #fff;
		color:  #871d43;
		display: inline-block;
		padding: 5px;
		text-decoration: none;
		border-radius: 5px;
		width: 30px;
		border: 1px solid #fff;
	}
	.paginator a:hover {
		border: 1px solid #871d43;
	}
	
    .paginator a.active {
 		background: #871d43;
		color: #fff;	
    }
	.paginator a.active:hover {
		border: 1px solid #fff;
	}
    
    .footer {
        border: solid 1px #ddd;
        margin-bottom: 0; /*115px;*/
        margin-top: 8px;
        background: #ba275c;
        /*height: 152px;*/
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .footer div {
        padding-top: 18px;
    }

.tooltip {
    position: absolute;
    padding-left: 50px;
    z-index: 1000;
}

.check-filed input[type=checkbox]{
    display:none;
}

.check-filed label{
    width: auto;
}

.check-filed .checkico {
    background: url(/images/checkbox.gif) no-repeat 0px -12px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
}

.check-filed input[type=checkbox]:checked + .checkico {
    background: url(/images/checkbox.gif) no-repeat;
}

.reg-form-btns input {
    margin-top: 5px;
    cursor: pointer;
}

.profile-info-main {
    overflow: hidden;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.half-col {
    float: left;
    width: 50%;
}

.half-col-flex {
	width: 49.5%;	
}

.info-main-wrapper {
    overflow: hidden;
    position: relative;
}

    .info-main-wrapper.table {
        display: flex;
        flex-wrap: wrap;
    }

    .info-main-wrapper.table > div {
        padding: 7px 8px 4px;
		border: solid 1px #ddd;
    }

        .info-main-wrapper.table > div.half-col:nth-last-of-type(-n+2) {
            border-bottom: none;
        }

        .info-main-wrapper.table > div.half-col:nth-of-type(2n+1) {
            border-right: solid 1px #ddd;
        }

.fourth-col {
    float: left;
    width: 25%;
}

.info-main-wrapper.table > div.fourth-col {
    border-right: solid 1px #ddd;
}

    .info-main-wrapper.table > div.fourth-col:nth-of-type(4n) {
        border-right: none;
    }

    .info-main-wrapper.table > div.fourth-col:nth-last-child(-n+4) {
        border-bottom: none;
    }

.info-main-wrapper.table > div.blibor {
    border-bottom: solid 1px transparent;
}

.countPhone {
    float: left;
    text-align: center;
    padding: 14px 0;
    background: #ba275d;
    width: 180px;
    color: #7c7c7c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.hugeNum {
    font-size: 60px;
}

.no-padding {
    padding: 0;
}

.countPhone-comment{
    margin-left: 190px;
}

.profile-cell-show.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.col-third {
    float: left;
    width: 33.333%;
}


.hasService {
    background: url(/images/checked2.png) no-repeat 15px 4px;
}

.profile-info-services{
    margin-top:40px;
}

.profile-info-services .info-main-wrapper.table > div.col-third {padding-left: 35px;}

.profile-info-services .data-block:not(:last-child) {border-bottom: none;}

.big-profile-name {
    font-size: 16px;
    font-weight: bold;
    color: #9a2e59;
	margin-bottom: 10px;
}

.profile-col{
    width: 235px;
}

.top-phone-profile{
    margin-bottom:10px;
}

.sallon-in-profile-title {
    color: #7c7c7c;
}

.sallon-in-profile-photo {
}

.sallon-in-profile-photo img {
    outline: solid 1px #ddd;
	width: 100%;
}

.sallon-in-profile-photo-comment {
}

.photo-profile-list img {
    outline: solid 1px #ddd;
	max-width: 100%;
}

.red {
    color: #871d43;
    font-size: 12px;
    font-weight: bold;
}

.sallon-list .info-main-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sallon-list .profile-cell-wrapper{
    border-top:none;
}

.info-main-wrapper.table > div.full-col {
    width: 100%;
    float: left;
    /*border-top: solid 1px #ddd;*/
    border-bottom: none;
    padding: 7px 8px 4px;
}

.big-sallon-name {
    font-size: 16px;
    font-weight: bold;
    color: #9a2e59;
    position: absolute;
}

.salon-top-spacer{
    width:1px;
    height:30px;
}

.data-block-header.blibor{
    border-bottom: none;
}

.profile-list.in-sallon .profile-cell-wrapper:nth-child(-n+2) {
    border-top: none;
}

#errreg{
    color: red;
}

.myancet {
    margin: 0 auto;
}

    .myancet td {
        vertical-align: middle;
        text-align: center;
        border-top: solid 1px #ddd;
        padding: 10px 0;
    }

.myancetgirl{
    float: left;
}


.myancetname {
    font-weight: bold;
    margin-left: 10px;
}

.md-btn {
    color: white;
    display: inline-block;
    height: 30px;
    width: 100px;
    font-weight: bold;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 30px;
    background-color: #d883be;
    border-radius: 20px;
}

    .md-btn:hover {
        background-color: #bd539d;
    }
	
.clear {clear: both;}	


.searchForumBtn {
	background: rgb(186,39,92); 
	background: linear-gradient(180deg, rgba(186,39,92,1) 0%, rgba(186,39,92,1) 49%, rgba(135,29,67,1) 49%); 
	display: block; 
	text-align: center; 
	border:1px solid #ddd; 
	color: #fff; 
	padding: 7px 10px; 
	margin: 10px 0;
}

.banner-right-container {margin: 0 -5px; text-align: center;}

.banner-right {
	display: inline-block;
	margin: 5px;
}

/****************************************************************************************/

.ham {display: none;}


.main-column-content {
    width: calc(100% - 200px);
    float:  left;
    margin: 0;	
	}
	
.bottom-button-bar	{display: none;}

.list-param-table {width: 100%;}
.list-param-table td {padding: 1px 5% 1px 5%; width: 50%;}
.list-param-table tr:nth-child(2n) td {background: rgba(0,0,0,0.03);}
.list-param-table td:last-child {text-align: right;}

.profile-list_link {
	display: block;
	border: 1px solid #ddd;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	border-radius: 10px;
	color: rgba(154, 46, 89, 1);
}

.profile-list_link:hover {
	border: 1px solid rgba(154, 46, 89, 1);
}


.price-table { width: 100%;border-collapse: collapse; border: none;}
.price-table td { text-align: center; border: 1px solid #ddd; padding: 2px 5px; }
.price-table td:first-child { text-align: left; }

.profile-cell-address {
	display: block;
	}
	
.metro-icon {height: 12px;}

   .swiper.mySwiper {display:none;}
   
.salon-list_salon-title {
	font-size: 14px; 
	margin-bottom: 10px;
	margin-top: 10px;
}   

.search-filter-close {display: none;}

.menu-banner {display: none;}

/****************************************************************************************/

@media (max-width: 1000px) {
	
	.menu a.menu-banner {display: block; margin: 15px 16px 0; padding: 0;}
	.menu a.menu-banner img {max-width: 100%;}
	
   .swiper.mySwiper {display:block;}
   
   .search-filter-close {display:block;}
	
   body {font-size: 16px;}
  
   .logo {padding-top: 15px; margin-bottom: 15px;}
   .logo-label {display: none;}
   .navigation-panel {display: none;}
  
   .link-big {display: none;}
  
   .page {width: 100%; min-width: 100%;}
   .profile-col {float: none; width:100%;}
   .right-column {float: none; width:100%;}
  
   .main-column-content {width: 100%; float: none;}
  
    .profile-info-main>.half-col-flex {width: 100%;}
   
    .profile-info-services .col-third {width: 100%;} 
	
	.photo-profile-list {display: none;}

  @media (min-width: 601px) {  
	.photo-profile-list {
       -webkit-column-count: 2;
       -webkit-column-gap: 5px;
       -moz-column-count: 3;
       -moz-column-gap: 5px;
       column-count: 2;
       column-gap: 5px;
       text-align:justify;
		}
	.photo-profile-list a {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		}
	}

  
  
   .big-profile-name {
	  margin: 10px 20px;
	  font-size: 24px;
	  
  }
  
   .top-phone-profile {
	  margin: 10px 20px;
	  font-size: 14px;
	  
  }
  
  .sallon-in-profile-photo {display: block; float: none;}
  .sallon-in-profile-photo img {max-width: 100%;}

 
/*+hamburger menu mobile*/
   .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(241,241,241,0.98);
  transform: translateY(-100%);
  transition: transform 0.2s;
  list-style: none;
  padding-top: 4rem;
  z-index: 900;
 }

   .showMenu {
  transform: translateY(0);
  }

   .menu div {
  padding: 0;
  float: none;
  }
  
   .menu a {
  display: block;
  font-size: 2rem;
  padding: 1rem;
  color: #111;  
  text-decoration: none;
  }
  
   .menu > div.active a, .menu > div:hover a {background: #871d43; color: #fff;}
  
    .ham {
  display: block;
  position: absolute;
  /* keep the hamburger button above everything */
  z-index: 100;
  top: 1rem;
  left: 0;
  cursor: pointer;
  z-index: 901;
  }
  
   .ham {
  --s: 30px; /* control the size */
  --c: #c1255f; /* the color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s)/2) solid #0000; 
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0) 
         no-repeat content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000) 
         repeat-y content-box border-box;
  background: 
    var(--_g2) left  var(--_p,0px) top,
    var(--_g1) left  calc(var(--s)/10 + var(--_p,0px)) top,
    var(--_g2) right var(--_p,0px) top,
    var(--_g1) right calc(var(--s)/10 + var(--_p,0px)) top;
  background-size: 
    20% 80%,
    40% 100%;
  clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg,#0000,#000 25% 75%,#0000);
  cursor: pointer;
  transition: 
    background-position .3s var(--_s,.3s), 
    clip-path 0s var(--_s,.6s);
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
 }
  .ham:before,
  .ham:after {
  content:"";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform .3s calc(.3s - var(--_s,.3s));
}

   .ham:checked {
  clip-path: inset(0);
  --_p: calc(-1*var(--s));
  --_s: 0s;
}
 .ham:checked:before {
  transform: rotate(45deg);
}
 .ham:checked:after {
  transform: rotate(-45deg);
}
 .ham:focus-visible {
  clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}
/*-hamburger menu mobile*/


/*+profile page services mobile*/

.profile-info-services .col-third {display: none;}
.profile-info-services .col-third.hasService {display: block;}

.profile-info-services .data-block:not(:has(.hasService)) {
    display: none;
}

.hasService {
    background: url(/images/checked2.png) no-repeat 5px 7px #f7f6f6;
}

/*-profile page services mobile*/


/*********list-page******/

 .left-column-filter {
		display: none;	
}

.left-column-filter.active {
	display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;	
	height: 100vh;
	overflow-y: scroll;
	z-index: 1000;
	padding-bottom: 50px;
	padding-bottom: 50px;
	padding-top: 30px;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.bottom-button-bar {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
 .search-filter-button {
	display: none;
	height: 40px;
	/*border-radius: 10px;*/
	background: url('/images/search.png') 5px 0 no-repeat;
	background: #871d43;
	background-size: contain;
	padding: 0 15px 0 35px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;	
	cursor: pointer;	
									 
	z-index: 9999;
	}
 .search-filter-button.active {	display: block;}
 .profile-cell-photo {
	float:none;
	width: 100%;
}
 .profile-cell-photo img {width: 100%}
 
 .profile-cell-desc {display: none;}
 
 .profile-list_link {display: block;}
 
 
 @media (min-width: 701px) {
 .list-param-table {width: 48%; float: left;}
 .list-param-table td {padding: 1px 3px;}
 .list-param-table tr:nth-child(2n) td {background: none;}
 .list-param-table td:last-child {text-align: left;}
 }
 @media (max-width: 700px) {
	 .profile-cell-name {
		 display: block;		 
	 }	 
 }
  @media (max-width: 500px) and (min-width: 351px) {
 .profile-cell-wrapper {width: 100%;}
 .list-param-table {width: 48%; float: left;}
 .list-param-table td {padding: 1px 3px;}
 .list-param-table tr:nth-child(2n) td {background: none;}
 .list-param-table td:last-child {text-align: left;} 
 }
   @media (max-width: 350px) {
.profile-cell-wrapper {width: 100%;}
 }

/********** /list-page *************/

}


/****************************************************************************************/


.swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
}
.swiper-wrapper img {width: 1000px; max-width: 100%;}

:root {
    --swiper-theme-color: #fff;
}


