/*Theme Name: Косметолог */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
.clr {
  clear: both;
}
ul {
  list-style: none;
}
button:focus {
  outline: none !important;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
a {
  display: inline-block;
  text-decoration: none;
}
input, textarea {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  min-width: 320px;
  line-height: 1.3;
  font-weight: 400;
}
input[type="submit"], input[type="button"] {
  /* ios */
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input[placeholder], textarea[placeholder] {
  opacity: 1;
}
.base-container {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.after-clear:after {
  content: '';
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.hed-top{
  padding: 42px 15px;
  background: #FFECE5;
}
.hed-top .wrap{
   position: relative;
}
.adres, .tel{
  position: relative;
  display: block;
  padding-left: 27px;
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #513438;
}
.adres:before, .tel:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:50%;
  background: url('img/ico1.svg') no-repeat;
  width: 15px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tel{
  font-weight: 600;
  float: left;
  margin-right: 52px;
  padding-left: 29px;
}
.tel:before{
  padding-left: 15px;
  background: url('img/tel.svg') no-repeat;
  width: 20px;
  height: 20px;
}
.tel:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 30px;
  height: 1px;
  border-bottom: 1px dashed #A65F80;
}
.right-hed{
  float: right;
  overflow: hidden;
}
.social{
  float: left;
}
.social a{
  display: block;
  float: left;
  margin-right: 14px;
  width: 26px;
  height: 26px;
}
.social a:last-child{
  margin-right: 0;
}
.inst{
  background: url('img/inst.svg') no-repeat;
}
.fb{
  background: url('img/fb.svg') no-repeat;
}
.logo{
    display: block;
    width: 100%;
    max-width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.base-menu{
  background: #1D0D0E;
  padding: 0 15px;
}
.top-menu > ul{
  float: left;
}
.top-menu > ul > li{
  float: left;
  margin-right: 16px;
}
.top-menu > ul > li:last-child{
  margin-right: 0;
}
.top-menu > ul > li > a{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  padding: 19px 12px;
  transition: 0.25s;
}
.top-menu > ul > li > a:hover{
  color: #D3B692;
}
.top-menu > ul > li.active-in > a:hover, .top-menu > ul > li.current-menu-item > a:hover {
  color: #fff;
}
.servis-url{
  position: relative;
  z-index: 9;
  padding-right: 5px;
}
.servis-url > a:before{
  content: '';
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -1px;
  background: url('img/tr.svg') no-repeat;
  width: 10px;
  height: 5px;
  transform: rotate(0deg);
  transition: 0.25s;
}
.servis-url > a:hover:before{
  content: '';
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -1px;
  background: url('img/tr3.svg') no-repeat;
  width: 10px;
  height: 5px;
  transform: rotate(0deg);
  transition: 0.25s;
}
.active.servis-url > a:before{
  transform: rotate(180deg);
  margin-top: -2px;
}
.wrap-submenu-modal{
  display: none;
}
.wrap-modal{
  max-width: 1220px;
  width: 100vw;
  position: absolute;
  margin-top: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.left-menu{
  padding: 20px 0;
  border-right: 1px solid #6B013C;
}
.left-menu > ul > li{
  margin-bottom: 6px;
}
.left-menu > ul > li:last-child{
  margin-bottom: 0;
}
.left-menu > ul > li > a{
  font-weight: 600;
  font-family: 'Spectral', serif;
  font-size: 20px;
  color: #444444;
  padding: 8px 50px;
  display: block;
  border: 1px solid transparent;
  border-right: none;
}
.left-menu > ul > li.active > a{
  border: 1px solid #6B013C;
  border-right: none;
}
.base-sub-menu{
  padding: 20px 10px;
  padding-right: 15px;
  display: none;
  width: 100%;
  box-sizing: border-box;
  width: -webkit-calc(100% - 305px);
  width: calc(100% - 305px);
}
.base-sub-menu.item1{
    display: block;
}
/* .base-sub-menu ul{
  float: left;
  margin-right: 80px;
} */
.base-sub-menu ul{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-m-p{
  margin-bottom: 15px;
}
.base-sub-menu ul + ul{
  margin-right: 0;
}
.base-sub-menu ul li{
  margin-bottom: 0;
  width: 50%;
}
.base-sub-menu ul li:last-child{
  margin-bottom: 0;
}
.base-sub-menu ul li a{
  transition: 0.25s;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  display: block;
}
.base-sub-menu ul li a:hover{
  background: #1d0d0e;
  color: white;
}
.b-active{
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(29, 13, 14, 0.6);
}
.search{
  float: right;
  position: relative;
  width: 100%;
  max-width: 330px;
  position: relative;
  top: 18px;
}
.search input[type="text"]{
  border: none;
  background: none;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEEEEE;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A1A1A1;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search input[type="text"]:focus{
  border-bottom: 1px solid #fff;
  color: #fff;
}
.search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  display: block;
  border: none;
  cursor: pointer;
  background: url('img/search.svg') no-repeat;
  width: 15px;
  height: 15px;
}
.block-top{
  background: #FFECE5 url('img/bg-top.jpg')right top no-repeat;
  padding: 0 15px;
  padding-top: 69px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.block-top .wrap{
  position: relative;
  min-height: 678px;
}
.img-t{
  position: absolute;
  bottom: -57px;
  right: -65px;
  z-index: 1;
}
.top-cont{
  position: relative;
  z-index: 2;
  display: table;
  top: 91px;
}
.bd1{
  max-width: 138px;
  width: 100%;
  padding-left: 21px;
  padding-top: 10px;
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
  position: absolute;
  top: 22%;
  right: 65px;
}
.bd1 h6{
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
  color: #513438;
}
.bd1 span{
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #513438;
}
.bd-style{
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
}
.sp-bd{
  padding-left: 15px;
  padding-top: 12px;
  font-size: 24px;
  line-height: 29px;
  color: #513438;
  margin-bottom: 27px;
  display: table;
}
.top-cont h1{
  margin-bottom: 33px;
  max-width: 625px;
  font-family: Spectral;
  font-size: 96px;
  line-height: 120px;
  color: #513438;
}
.btn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 187px;
  padding: 15px 0;
  transition: 0.25s;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6B013C;
}
.btn:hover, .btn2:hover, .wrap-submit input:hover{
  background: #6B1B0D;
}
.btn-wrap{
  position: relative;
  display: table;
  padding-bottom: 10px;
  padding-right: 10px;
}
.btn-wrap:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 10px;
  height: 2px;
  background: #A79491;
}
.btn-wrap:after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  width: 2px;
  background: #A79491;
}
.spa-club .wrap, .procedur .wrap, .klient .wrap, .blog-list .wrap, .block-bottom .wrap, .base-cont .wrap, .price-page .wrap, .block-actions .wrap, .all-pub .wrap, .contact .wrap{
  padding: 120px 0;
}
.h2-style h2{
  font-family: Spectral;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
  color: #513438;
  margin-bottom: 44px;
}
.spa-club-cont{
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 58%;
  margin-right: 10%;
  padding-top: 35px;
  padding-left: 40px;
}
.spa-club-cont p{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 15px;
}
.spa-club-cont p:last-child{
  margin-bottom: 0;
}
.img-w2{
  float: right;
  width: 32%;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
  line-height: 0;
}
.img-w2 img{
  width: 100%;
  max-width: none;
}
.btn-wrap.img-w2:before {
  left: 20px;
}
.btn-wrap.img-w2:after {
  top: 20px;
}
.img-w2 span{
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.spa-club-row{
  margin-bottom: 100px;
}
.spa-club-row2{
  max-width: 730px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 1px;
  font-size: 0;
  display: table;
}
.spa-club-col{
  display: inline-block;
  vertical-align: top;
  width: 27%;
  margin-right: 9.5%;
  text-align: center;
}
.spa-club-col:last-child{
  margin-right: 0;
}
.spa-club-col img{
  display: table;
  margin: 0 auto 10px;
}
.spa-club-col h6{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #6B013C;
}
.procedur{
  background: #FFF0EB;
}
.row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 17px;
}
.col{
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
}
.wrap-procedur-img{
  padding-left: 19px;
  padding-bottom: 19px;
  line-height: 0;
}
.bd-left{
  position: relative;
}
.bd-left:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
  bottom: 0;
  width: 1px;
  background: #A79491;
}
.bd-left:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 19px;
  bottom: 0;
  height: 2px;
  background: #A79491;
}
.wrap-procedur-img{
  margin-bottom: 25px;
}
.wrap-procedur-img img{
  width: 100%;
  max-width: none;
}
.wr-cont-proc{
  padding-left: 19px;
}
.wr-cont-proc h3{
  margin-bottom: 10px;
  font-family: Spectral;
  font-size: 28px;
  line-height: 34px;
  color: #513438;
}
.wr-cont-proc p{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.btn2-w-p{
  padding-top: 21px;
  display: none;
}
.procedur .col:hover .btn2-w-p{
  display: block;
}
.btn2{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 215px;
  padding: 15px 0;
  transition: 0.25s;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #1D0D0E;
}
.row-klient{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.klient-col, .inst-col{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2px;
  padding: 0 1px;
  display: block;
  line-height: 0;
  width: 25%;
  position: relative;
}
.klient-col:before{
  content: '';
  transition: 0.25s;
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  top: 0;
  background: transparent;
}
.klient-col:hover:before{
  background: rgba(107, 1, 60, 0.6);
}
.wrap-inst-col{
  background: #FFF0EB;
  height: 100%;
  position: relative;
}
.inst-col{
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 11px;
  padding-bottom: 11px;
  position: relative;
}
.inst-col img{
  display: table;
  margin: 0 auto;
}
.inst-col span{
  display: block;
  text-align: center;
  padding-top: 14px;
  font-size: 18px;
  line-height: 22px;
  color: #513438;
}
.wrap-inst-col-in{
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.inst-col:before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: #A79491;
}
.inst-col:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 40px;
  bottom: 0;
  height: 2px;
  background: #A79491;
}
.blog-list{
  background: #FFF0EB;
}
.blog-left{
  float: left;
  width: 49%;
  margin-right: 4%;
  background: #fff;
  position: relative;
}
.block-b-ints:before{
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: -56px;
  width: 2px;
  background: #A79491;
}
.block-b-ints:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 40px;
  bottom: -56px;
  height: 2px;
  background: #A79491;
}
.blog-left img{
  width: 100%;
  max-width: none;
}
.blog-left .title-b{
  position: absolute;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 62px;
  right: 62px;
  padding: 15px 20px;
  bottom: -34px;
  /* margin: -61px 0 0; */
  background: #6B013C;
  font-family: Spectral;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}
.blog-left .title-b:hover span{
  text-decoration: underline;
}
.cont-bl{
  padding: 0 45px;
  padding-top: 75px;
  padding-bottom: 20px;
}
.cont-bl p{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 20px;
}
.block-b-ints-b{
  position: relative;
}
.s-l{
  float: left;
  font-family: Spectral!important;
  font-size: 14px!important;
  line-height: 14px!important;
  color: #444444!important;
}
.time{
  float: right;
  display: block;
  position: relative;
  padding-left: 20px;
  font-family: Spectral;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}
.time:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  background: url('img/time.svg') no-repeat;
  width: 15px;
  height: 15px;
}
.bottom-b{
  padding-bottom: 5px;
}
.blog-right{
  float: left;
  width: 47%;
}
.block-b{
  margin-bottom: 63px;
}
.block-b2{
  margin-bottom: 0;
}
.block-b img{
  width: 100%;
  max-width: none;
}
.block-b-wrap{
  position: relative;
}
.block-b-in{
  position: absolute;
  max-width: 385px;
  width: 100%;
  right: 0;
  top: 0;
  bottom: -20px;
  padding-left: 19px;
  padding-bottom: 19px;
  border-left: 2px solid #A79491;
  border-bottom: 2px solid #A79491;
}
.block-b-int{
  background: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: 14px;
  left: 13px;
}
.block-b-int a{
  display: block;
  margin-bottom: 19px;
  font-family: Spectral;
  font-size: 24px;
  line-height: 28px;
  color: #6B013C;
}
.block-b-int a:hover{
  text-decoration: underline;
}
.block-b-int .bottom-b{
  padding-bottom: 0;
}
.block-b2 a{
  margin-bottom: 0;
}
.block-b2 .block-b-int{
  bottom: 23px;
}
.blog-row{
  margin-bottom: 50px;
}

@media screen and (min-width: 540px){
    a#bingc-phone-button {
    left: 120px!important;
    bottom: 48px!important;
}
}
@media screen and (max-width: 540px){
    a#bingc-phone-button {
    left: 20px!important;
    bottom: 36px!important;
}
#bwcrm-widget-action {
    right: 35px!important;
}
}
section#id_form {
    display: none!important;
}
.wrap-submit input,
a.btn.btn-online-register{
    background: #ea5e6a!important;
}


body #bingc-phone-button svg.bingc-phone-button-circle circle#custom-fill-bingc-phone {
    fill: #ea5e6a !important;
}
.btn3{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  transition: 0.25s;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1D0D0E;
  background: none;
  border: 1px solid #1D0D0E;
  margin: 0 auto;
  display: block;
}
.block-bottom .wrap{
  max-width: 1050px;
}
.block-bottom-img{
  padding-left: 20px;
  padding-top: 20px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 56.6%;
  margin-right: 6.4%;
}
.block-bottom-img img{
  width: 100%;
  max-width: none;
}
.bd-left-top{
  position: relative;
}
.bd-left-top:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  top: 0;
  width: 2px;
  background: #A79491;
}
.bd-left-top:after{
  content: '';
  position: absolute;
  left: 0;
  right: 20px;
  top: 0;
  height: 2px;
  background: #A79491;
}
.form-block{
  width: 37%;
  float: left;
  padding-top: 20px;
}
.form-block p{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.form-style input{
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 8px;
  border: none;
  background: none;
  border-bottom: 1px solid #A8999B;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 22px;
  color: #A1A1A1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.data{
  margin-bottom: 20px;
  position: relative;
  background: url('img/data.svg') 98% center no-repeat;
}
.form-style input[type="text"]:focus, .form-style input[type="tel"]:focus{
  color: #444444;
  border-bottom: 1px solid #6B013C;
}
.wrapper_ul_select {
  width: 100%;
  height: 21px;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('img/st.svg') 99% center no-repeat;
}
.select_li {
  border: 1px solid #000;
  position: absolute;
  z-index: 3;
  background: #fff;
  margin-top: 10px;
  width: 100%!important;
}
.select_li li{
  padding: 8px;
}
.select_li li:hover {
  background: #0099CC;
  color: #fff;
}
.main-select {
  display: none;
}
.wrapper_ul_select span{
  font-size: 18px;
  line-height: 22px;
  color: #A1A1A1;
}
.select{
  padding-bottom: 8px;
  border-bottom: 1px solid #A8999B;
  position: relative;
  margin-bottom: 24px;
}
.form-style label{
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  padding-left: 29px;
  display: inline-block;
  cursor: pointer;
}
.checkbox{
  position: relative;
  margin-bottom: 20px;
}
.form-style input[type=checkbox] {
  display: none;
}
.form-style label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #6B013C;
}
.form-style input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 19px;
  color: #f3f3f3;
  text-align: center;
  line-height: 19px;
}
.wrap-submit input{
  border: none;
  cursor: pointer;
  display: block;
  background: #6B013C;
  transition: 0.25s;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}
.wrap-submit{
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.footer{
  background: #1D0D0E;
}
.foot-top{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #625354;
}
.logo-foot{
  display: block;
  float: left;
  line-height: 0;
  margin-right: 130px;
}
.foot-row{
  overflow: hidden;
  float: left;
  padding: 0 15px;
}
.foot-info{
  float: left;
  max-width: 275px;
}
.foot-info1{
  margin-right: 112px;
  
}
.foot-info1 .foot-info-in{
  padding-left: 28px;
  background: url('img/adres.svg') left 10px no-repeat;
}
.foot-info2 .foot-info-in{
  padding-left: 28px;
}
.foot-info2 a:before {
    content: '';
    background: url(/wp-content/themes/kosmetolog_site/img/tel-foot.svg) left 0 no-repeat;
    background-size: 13px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.zag-info{
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #A8999B;
  padding-left: 28px;
}
.adres-foot{
  display: block;
  font-size: 18px;
  line-height: 2.1;
  color: #FFFFFF;
}
.foot-info2 a{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 18px;
}
.foot-info2 a:last-child{
  margin-bottom: 0;
}
.foot-info2 .zag-info{
  margin-bottom: 14px;
}
.social-foot{
  float: right;
  overflow: hidden;
}
.social-foot-in{
  overflow: hidden;
}
.social-foot-in a{
  display: block;
  float: left;
  margin-right: 38px;
  width: 50px;
  height: 50px;
}
.social-foot-in a:last-child{
  margin-right: 0;
}
.inst-f{
  background: url('img/inst-f.svg') no-repeat;
}
.fb-f{
  background: url('img/fb-f.svg') no-repeat;
}
.social-foot .zag-info{
  padding-left: 0;
  margin-bottom: 14px;
}
.foot-bottom .wrap{
  padding: 28px 0;
}
.copy{
  float: left;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #A8999B;
}
.pl{
  float: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A8999B;
}
.pl:hover{
  text-decoration: underline;
}
.top-menu > ul > li.active-in > a, .top-menu > ul > li.current-menu-item > a{
  position: relative;
}
.top-menu > ul > li.active-in > a, .top-menu > ul > li.current-menu-item > a{
  border-left: 1px solid #CFD8DC;
  border-right: 1px solid #CFD8DC;
}
.top-menu > ul > li.active-in > a:before, .top-menu > ul > li.current-menu-item > a:before  {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  height: 1px;
  background: #CFD8DC;
}
.top-menu > ul > li.active-in > a:after, .top-menu > ul > li.current-menu-item > a:after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: -2px;
  position: absolute;
  height: 1px;
  background: #CFD8DC;
}
.servis-url a{
  padding-right: 22px!important;
}
.top-menu > ul > li.servis-url{
  margin-right: 5px;
}
.block-top-servis{
  background: linear-gradient(90.78deg, #FFF0EB 0.52%, #EECCC0 99.33%);
  padding-top: 0;
  padding-bottom: 0;
}
.block-top-servis .top-cont h1{
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 30px;
}
.div-top{
  margin-bottom: 40px;
  padding-left: 19px;
  padding-top: 19px;
}
.div-top p{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.top-cont2{
  max-width: 520px;
  top: 131px;
}
.block-top-servis .wrap{
  position: relative;
  min-height: 660px;
}
.sidebar{
  float: left;
  margin-right: 5%;
  width: 31%;
  padding: 35px;
  border: 1px solid #513438;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar h4{
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.sidebar .widget .current-menu-item a{
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.sidebar li a{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  display: block;
}
.sidebar li a:hover{
  text-decoration: underline;
}
.sidebar li{
  margin-bottom: 13px;
}
.sidebar li:last-child{
  margin-bottom: 0;
}
.cont-base{
  float: left;
  width: 64%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.cont-base h2{
  margin-bottom: 20px;
  font-family: Spectral;
  font-size: 48px;
  line-height: 50px;
  color: #513438;
}
.cont-base p{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.video{
  display: block;
  padding: 36px;
  position: relative;
  line-height: 0;
  margin-bottom: 35px;
  margin-top: 25px;
}
.video img{
  width: 100%;
  max-width: none;
}
.video .span-bd{
  position: absolute;
  display: block;
  width: 250px;
  height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.span-bd1{
  left: 0;
  top: 0;
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
}
.span-bd2{
  right: 0;
  bottom: 0;
  border-right: 2px solid #A79491;
  border-bottom: 2px solid #A79491;
}
.load{
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -35px auto 0; 
}
.video i{
  display: block;
}
.video-in{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 7px;
  left: -7px;
  top: -7px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.load:before{
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  right: 0;
  top: 50%;
  margin: -14px auto 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 23px solid #6B013C;
  border-bottom: 14px solid transparent;
}
.tab-wrap{
  background: #FFF0EB;
  padding: 45px;
  padding-right: 9px;
  position: relative;
  margin-bottom: 50px;
}
.tab-wrap:before{
  content: '';
  position: absolute;
  width: 50vw;
  top: 0;
  bottom: 0;
  display: block;
  background: #FFF0EB;
  right: -50vw;
}
.tab-nav{
  overflow: hidden;
  border-bottom: 2px solid #6B013C;
  margin-bottom: 20px;
}
.tab-nav a{
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-family: Spectral;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  float: left;
  border: 1px solid transparent;
}
.tab-nav a.active{
  color: #6B013C;
  border: 1px solid #6B013C;
  border-bottom: none;
}
.clr-in{
  margin-bottom: 34px;
}
.wrap-tab{
  display: none;
}
.wrap-tab1{
  display: block;
}
.wrap-tab li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.wrap-tab li:last-child{
  margin-bottom: 0;
}
.wrap-tab li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 9px;
  background: #6B013C;
}
.wrap-price{
  margin-bottom: 40px;
}
.wrap-price h3, .bottom-b-s h3{
  margin-bottom: 20px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #513438;
}
.price-wrap{
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
  padding-left: 37px;
  padding-top: 15px;
  margin-bottom: 35px;
}
.price-wrap li{
  padding: 15px 12px 12px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.price-wrap li:nth-child(even){
  background: #FFF0EB;
}
.price-wrap li > span{
  font-size: 16px;
  color: #444444;
  display: block;
  width: 20%;
}
.price-wrap li > div{
  width: 20%;
}
.price-wrap li > span:first-child{
  width: 60%;
}
.price-wrap li > div{
  font-family: Spectral;
  font-size: 20px;
  color: #6B013C;
}
.price-wrap li > div span{
  color: #E03433;
  text-decoration: line-through;
}
.bottom-b-s p{
  margin-bottom: 15px;
}
.wrapper-img{
  display: block;
  line-height: 0;
  position: relative;
  padding: 36px;
  margin-bottom: 30px;
}
.wrapper-img span, .wrapper-img i{
  position: absolute;
  width: 250px;
  height: 250px;
}
.wrap-procedur .btn2-w-p{
  position: absolute;
}
.top-cont3{
  top: 0!important;
  padding-top: 100px;
}
.top-cont5 + .img-t{
  top: -1px;
  bottom: auto;
}
.bd2{
  position: absolute;
  right: 15%;
  top: 24%;
  font-size: 16px;
  line-height: 28px;
  color: #513438;
}
.top-cont5{
  padding-top: 127px;
}
.top-cont-eq{
  top: 0!important;
  padding-top: 115px;
  float: right;
  max-width: 582px;
}
.top-cont-eq + .img-t{
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
}
.block-top-eq .wrap{
  min-height: 590px;
}
.nav-top-blok a{
  display: block;
  float: left;
  transition: 0.25s;
  margin-right: 42px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #6B013C;
  border-bottom: 1px dashed #A8918F;
}
.nav-top-blok a:last-child{
  margin-right: 0;
}
.block-top-eq{
  line-height: 0;
}
.list-wrap-eq1{
  background: #fff;
}
.eq-cont{
  float: left;
  width: 33%;
  margin-right: 8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 35px;
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
}
.eq-cont h3{
  margin-bottom: 15px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #513438;
}
.eq-cont p{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.eq-cont .btn2-w-p{
  display: block;
  position: static;
  padding-top: 0;
}
.eq-img{
  width: 59%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}
.eq-img:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
  height: 2px;
  background: #A79491;
}
.eq-img:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 40px;
  width: 2px;
  background: #A79491;
}
.eq-img a + a{
  margin-left: 19px;
}
.list-eq .wrap{
  max-width: 1336px;
}
.eq-img a{
  display: block;
  line-height: 0;
}
.list-wrap-eq{
  padding: 128px 98px;
}
.list-wrap-eq2{
  background: #FFF0EB;
  max-width: 1036px;
  margin: 0 auto;
  padding-top: 79px;
  padding-bottom: 79px;
}
.list-wrap-eq2 .eq-img{
  padding: 0;
}
.list-wrap-eq2 .eq-img:before, .list-wrap-eq2 .eq-img:after{
  display: none;
}
.list-wrap-eq2 .eq-cont{
  padding: 0;
  margin: 0;
  border: none;
  padding-top: 35px;
  width: 34%;
}
.list-wrap-eq2 .eq-img{
  margin: 0;
  width: 61%;
  margin-right: 5%;
}
.list-blok-eq{
  background: #FFF0EB;
}
.list-blok-eq .wrap{
  padding: 130px 0 155px;
}
.block-eq{
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #513438;
  padding: 22px;
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  left: 25px;
  top: 25px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-eq a{
  display: block;
}
.block-eq:last-child{
  margin-right: 0;
}
.block-eq img{
  display: block;
  width: 100vw;
  max-width: 255px;
  position: relative;
  left: -25px;
  top: -47px;
}
.content-eq h5{
  margin-bottom: 10px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #6B013C;
}
.content-eq p{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.block-eq + .block-eq{
  left: 0;
}
.price-top .wrap{
  position: relative;
  min-height: 479px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-top{
  padding: 0 15px;
  background: linear-gradient(90.78deg, #EECCC0 0.52%, #FFF0EB 99.33%), #FFECE5;
}
.price-top h1{
  max-width: 590px;
  font-family: Spectral;
  font-size: 64px;
  line-height: 74px;
  color: #513438;
  margin-bottom: 39px;
}
.img-t2{
  position: absolute;
  right: 0;
  top: 0;
}
.top-cont-price{
  padding-top: 130px;
}
.price-top .nav-top-blok a{
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.price-wrap-page{
  padding-left: 60px;
  padding-top: 30px;
  border-left: 2px solid #A79491;
  border-top: 2px solid #A79491;
  margin-bottom: 0;
}
.price-wrap-page ul{
  float: left;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4%;
}
.price-wrap-page ul:last-child, .price-wrap-page ul + ul{
  margin-right: 0;
}
.price-wrap-page li > span:first-child {
  width: 75%;
  padding-left: 8px;
}
.price-wrap-page li > div{
  width: 25%;
  text-align: right;
  padding-right: 8px;
}
.price-page2{
  background: #FFF0EB;
}
.price-wrap-page h3{
  margin-bottom: 14px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #513438;
}
.price-page1 .price-wrap li{
  background: #FFF0EB;
}
.price-page1 .price-wrap li:nth-child(2n) {
  background: #fff;
}
.hed-block-top{
  background: linear-gradient(90.78deg, #FFF0EB 0.52%, #EECCC0 99.33%), #FFF0EB;
}
.base-h{
  text-align: center;
  font-family: Spectral;
  font-size: 64px;
  line-height: 74px;
  color: #513438;
}
.hed-block-top .wrap{
  padding: 80px 0;
}
.left-action{
  float: left;
  width: 51%;
  margin-right: 2.5%;
}
.wr-action{
  display: block;
  line-height: 0;
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-top: 18px;
}
.wr-action img{
  width: 100%;
  max-width: none;
}
.wr-bd-top-left:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  top: 0;
  bottom: 10%;
  background: #A79491;
}
.wr-bd-top-left:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  top: 0;
  right: 10%;
  background: #A79491;
}
.wr-action h6{
  text-align: center;
  font-family: Spectral;
  font-size: 24px;
  line-height: 28px;
  color: #513438;
  background: rgba(255, 255, 255, 0.8);
  padding: 22px 12px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 310px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left-action a + a{
  padding: 0;
}
.left-action a + a:before, .left-action a + a:after{
  display: none;
}
.wr-action-in{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(29, 13, 14, 0.6);
}
.right-action{
  float: left;
  width: 46%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 18px;
  padding-bottom: 18px;
  line-height: 0;
  position: relative;
}
.right-action a{
  margin-bottom: 0;
  padding: 0;
  line-height: 0;
}
.right-action a img{
  width: 100%;
  max-width: none;
}
.wr-bd-bottom-right:before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
  top: 10%;
  bottom: 0;
  background: #A79491;
}
.wr-bd-bottom-right:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 2px;
  left: 10%;
  bottom: 0;
  background: #A79491;
}
.right-action h6{
  max-width: none;
  left: 30px;
  right: 30px;
  width: auto;
}
.social-block{
  background: #FFF0EB;
}
.social-block .wrap{
  padding: 80px 0;
  max-width: 700px;
}
.wr-soc{
  padding: 0 80px;
  padding-top: 43px;
  padding-bottom: 43px;
  display: table;
  width: 100%;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wr-soc h5{
  display: inline-block;
  vertical-align: middle;
  font-family: Spectral;
  font-size: 36px;
  line-height: 36px;
  color: #513438;
  margin-right: 37px;
  position: relative;
  z-index: 2;
}
.soc-t{
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.soc-t a{
  float: left;
  margin-right: 37px;
  display: block;
  width: 40px;
  height: 40px;
}
.soc-t a:last-child{
  margin-right: 0;
}
.inst-t{
  background: url('img/inst2.svg') no-repeat;
}
.fb-t{
  background: url('img/fb2.svg') no-repeat;
}
.left-s{
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 100px;
  border-top: 2px solid #A79491;
  border-left: 2px solid #A79491;
}
.right-s{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  height: 100px;
  border-bottom: 2px solid #A79491;
  border-right: 2px solid #A79491;
}
.block-actions-v2 .right-action{
  padding: 0;
  padding-left: 18px;
  padding-bottom: 18px;
}
.block-actions-v2 .wr-bd-bottom-right:before {
  left: 0;
  right: auto;
}
.block-actions-v2 .wr-bd-bottom-right:after {
  right: 10%;
  left: 0;
}
.block-actions-v2 .left-action{
  margin-right: 0;
  margin-left: 2.5%;
}
.block-actions-v2 .left-action a + a {
  padding-left: 18px;
  padding-top: 18px;
}
.block-actions-v2 .wr-action-in{
  left: 18px;
  top: 18px;
}
.block-actions-v2 .wr-bd-top-left:before {
  display: block;
}
.block-actions-v2 .wr-bd-top-left:after {
  display: block;
}
.block-actions-v2 .wrap{
  padding-bottom: 80px;
}
body #small-dialog{
  max-width: 800px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#small-dialog img{
  display: block;
  width: 50%;
  height: inherit;
  float: left;
  object-fit: cover;
  margin-right: 4%;
}
.base-form{
  float: right;
  width: 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 0;
}
.base-form h5{
  margin-bottom: 15px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #513438;
}
.base-form h5 br{
  display: none;
}
.base-form p{
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 14px;
}
.base-form b, .base-form strong{
  display: block;
  font-size: 16px;
  color: #6B013C;
  font-weight: bold;
}
.base-form p span{
  display: block;
  color: #444444;
}
.cena-f{
  font-family: Spectral;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #6B013C;
  padding-top: 10px;
  padding-bottom: 20px;
}
.base-form .btn-wrap{
  margin-top: 20px;
}
input.btn{
  display: block;
  border: none;
  cursor: pointer;
}
.blog .wrap{
  padding: 100px 0;
}
.blok-top-blog-img{
  display: block;
  float: left;
  line-height: 0;
  width: 50%;
  margin-right: 4%;
}
.blok-top-blog-img img{
  width: 100%;
  max-width: none;
}
.blok-top-blog-cont{
  float: left;
  width: 46%;
  padding-top: 10px;
}
.blok-top-blog-cont-t{
  padding-bottom: 8px;
  border-bottom: 1px solid #513438;
  width: 100%;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.min-cat{
  float: left;
  display: block;
  max-width: 160px;
  margin-right: 8px;
  font-family: Spectral;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}
.blok-top-blog-cont-t .time{
  float: right;
}
.blok-top-blog-cont h3{
  margin-bottom: 15px;
  font-family: Spectral;
  font-size: 36px;
  line-height: 46px;
  color: #513438;
}
.blok-top-blog-cont p{
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.btn4{
  display: table;
  transition: 0.25s;
  padding: 15px 35px;
  text-align: center;
  background: #1D0D0E;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.last-pub .wrap{
  max-width: 1292px;
  padding-left: 73px;
  padding-top: 75px;
  padding-bottom: 35px;
  background: #FFF0EB;
  position: relative;
}
.last-pub .wrap:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  width: 50vw;
  background: #FFF0EB;
}
.last-pub .blog-row{
  margin-bottom: 0;
}
.row-all-pub{
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-all-pub{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 50px;
}
.title-img{
  display: block;
  line-height: 0;
  margin-bottom: 14px;
}
.title-img img{
  width: 100%;
  max-width: none;
  border: 1px solid #513438;
}
.title-all{
  display: block;
  font-family: Spectral;
  font-size: 20px;
  line-height: 24px;
  color: #513438;
}
.btn5{
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1D0D0E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-indent: -8px;
  padding: 14px 0;
  border: 1px solid #1D0D0E;
  width: 255px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: url('img/tr-more.svg') 90% center no-repeat;
  transition: 0.25s;
}
.btn5-in{
  background: url('img/st-left.svg') 25px center no-repeat;
  text-indent: 12px;
  margin: 0;
}
.hed-block-in{
  background: linear-gradient(90.78deg, #FFF0EB 0.52%, #EECCC0 99.33%), #FFF0EB;
  padding: 45px 15px;
}
.article{
  padding-top: 50px;
  padding-bottom: 100px;
}
.article h1{
  margin-bottom: 40px;
  font-family: Spectral;
  font-size: 64px;
  line-height: 74px;
  color: #513438;
}
.article-top-img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.article-top-img a{
  display: block;
  line-height: 0;
  width: 33.333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-style p{
  font-size: 20px;
  line-height: 35px;
  color: #444444;
  margin-bottom: 18px;
}
.content-article-base {
  float: left;
  width: 66%;
  margin-right: 4%;
}
.reting-wrap{
  float: left;
}
.reting{
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
.post-ratings{
  font-size: 14px;
  line-height: 17px;
  color: #444444;
}
.n-rating{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
}
.bottom-data-post{
  padding-top: 20px;
}
.sidebar-article{
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
  border-top: 2px solid #A79491;
  border-left: 2px solid #A79491;
}
.sidebar-article h4{
  margin-bottom: 15px;
  font-family: Spectral;
  font-size: 24px;
  line-height: 24px;
  color: #513438;
}
.block-b-w-in{
  position: relative;
  margin-bottom: 42px;
}
.block-b-w-in img{
  width: 100%;
  max-width: none;
}
.hg-w{
  display: block;
  position: absolute;
  right: 0;
  left: 32%;
  top: 0;
  bottom: -15px;
  border-left: 2px solid #A79491;
  border-bottom: 2px solid #A79491;
}
.hg-w span{
  font-family: Spectral;
  font-size: 14px;
  line-height: 16px;
  color: #513438;
  display: block;
  padding: 10px 15px;
  background: #fff;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 10px;
}
.hg-w:hover span{
  text-decoration: underline;
}
.fb-p{
  float: right;
}
.fb-p-link{
  display: block;
  transition: 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0;
  text-align: right;
  background: #3B5999 url('img/fb-p.svg') 27px center no-repeat;
  box-shadow: 0px 4px 50px rgba(153, 153, 153, 0.15);
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 20px;
  width: 166px;
}
.review .wrap{
  padding: 95px 0;
}
.wrap-review{
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 62%;
  margin-right: 6%;
}
.wrap-review li{
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #513438;
}
.wrap-review li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrap-review li h3{
  margin-bottom: 15px;
  font-family: Spectral;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  color: #5B4145;
}
.wrap-review li p{
  font-size: 19px;
  margin-bottom: 20px;
  color: #444444;
}
.wrap-review li p:last-child{
  margin-bottom: 0;
}
.bottom-review{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
}
.bottom-review .min-cat{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #513438;
}
.review-form{
  float: right;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 40px;
  border-top: 2px solid #A79491;
  border-left: 2px solid #A79491;
}
.review-form h5{
  margin-bottom: 18px;
  font-family: Spectral;
  font-size: 36px;
  line-height: 40px;
  color: #513438;
}
.form-style textarea{
  overflow: auto;
  padding: 10px;
  border: 1px solid #A8999B;
  display: block;
  width: 100%;
  height: 138px;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 22px;
  color: #A1A1A1;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-style .btn-input{
  display: block;
  transition: 0.25s;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #6B013C;
  height: 50px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
.review-form .form-style{
  padding-right: 37px;
}
.form-style input[type="email"]:focus{
  color: #444444;
  border-bottom: 1px solid #6B013C;
}
.form-style textarea:focus{
  color: #444444;
  border: 1px solid #6B013C;
}
.mapa{
  width: 100%;
  height: 460px;
  line-height: 0;
}
.mapa iframe{
  width: 100%;
  height: 100%;
}
.contact h1{
  margin-bottom: 40px;
  font-family: Spectral;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
  color: #513438;
}
.contact .wrap{
  max-width: 1040px;
}
.wrap-contact .foot-row{
  padding: 0;
}
.wrap-contact .adres-foot, .wrap-contact .foot-info2 a{
  color: #513438;
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
}
.wrap-contact .foot-info1 .foot-info-in {
  background: url('img/ico1.svg') left 14px no-repeat;
}
.wrap-contact .foot-info2 .foot-info-in {
  background: url('img/tel.svg') left 0 no-repeat;
}
.wrap-contact .foot-info{
  max-width: 355px;
}
.wrap-contact .adres-foot{
  line-height: 45px;
}
.social-foot-contact .inst-f {
  background: url('img/inst-f2.svg') no-repeat;
}
.social-foot-contact .fb-f {
  background: url('img/fb-f2.svg') no-repeat;
}
.social-foot-contact .social-foot-in a{
  width: 70px;
  height: 71px;
}
.form-style .select > span{
  display: block;
}
.form-style  div.wpcf7 .ajax-loader{
  position: absolute;
  left: 0;
  right: 0;
  margin: 12px auto 0;
  display: block;
}
.form-style .wpcf7-not-valid-tip{
  display: block;
  position: absolute;
  bottom: -18px;
}
.form-style .wpcf7-form-control-wrap{
  display: block;
}
.form-style .wpcf7 form .wpcf7-response-output{
  margin: 0;
  margin-top: 7px;
}
.load-more-wr{
  position: relative;
  display: table;
  margin: 0 auto;
}
.load-more-wr img{
  display: none;
  margin: 4px auto 0;
}
.form-ak input{
  display: block;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  background: none;
  border: 1px solid #A79491;
  padding: 7px;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.modal-akcii div.wpcf7 .ajax-loader{
  margin: 10px auto 0;
  position: absolute;
  left: 0;
  right: 0;
}
.modal-akcii .wpcf7 form .wpcf7-response-output{
  margin: 0;
  margin-top: 5px;
  font-size: 12px;
}
.modal-akcii .wpcf7-not-valid-tip {
  bottom: 8px;
  position: relative;
  font-size: 12px;
}
.lang{
  clear: both;
  position: absolute;
  bottom: -26px;
  overflow: hidden;
}
.lang li{
  float: left;
  margin-right: 12px;
}
.lang li:last-child{
  margin-right: 0;
}
.page-def .content-article-base{
  margin-right: 0;
  float: none;
  width: auto;
}
.content-style h3, .content-style h4, .content-style h5, .content-style h6{
  margin-bottom: 20px;
  font-family: Spectral;
  color: #513438;
}
.content-style h3{ font-size: 42px; }
.content-style h4{ font-size: 40px; }
.content-style h5{ font-size: 37px; }
.content-style h6{ font-size: 32px; }
.content-style ul{
  list-style-type: disc;
  list-style-position: inside;
}
.content-style table{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.content-style td, .content-style th{
  border: 1px solid #ccc;
  padding: 7px;
}
.content-style ul, .content-style ol{
  margin-bottom: 14px;
}
.content-style li{
  margin-bottom: 8px;
  font-size: 20px;
  color: #444444;
}
.content-style li:last-child{
  margin-bottom: 0;
}
.content-style ol{
  list-style-position: inside;
}
.content-style b, .content-style strong{
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.content-style i{
  font-size: 16px;
  color: #444;
}
.content-style blockquote{
  margin-bottom: 14px;
  font-style: italic;
}
.content-style figcaption{
  margin-bottom: 8px;
  font-size: 20px;
  color: #444444;
  padding-top: 10px;
}
.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 9px;
  margin-top: 8px;
  margin-top: 8px;
}
.aligncenter{
  display: table;
  margin: 8px auto 0;
  margin-bottom: 14px;
}
.alignnone{
  display: block;
  margin-bottom: 14px;
  margin-top: 8px;
}
.page-def .content-article-base{
  padding-bottom: 0!important;
  border: none!important;
}
.cont-base-servis{
  margin-bottom: 0;
}
.widget-li .active a{
  font-weight: bold;
}

.page-template-price .nav-top-blok a{
  float: none;
} 
.page-template-price .nav-top-blok{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.base-container-service .cont-base{
  width: 100%;
  float: none;
}

/* responsive */
.bottom-b-m, .social-foot-m, .menu-m, .p-fr, .block-b-mm, .tel-mb, .select-widget, .h3-tab, .list-price, .block-b-m{
  display: none;
}
@media screen and (max-width: 750px){
.price-top .nav-top-blok {
    max-width: none;
    flex-wrap: wrap!important;
}
}
@media screen and (max-width: 1200px) {
  .wrap-modal{
    max-width: 750px;
  }
  .base-sub-menu ul{
    margin-right: 0;
    float: none;
  }
  .base-sub-menu ul li:last-child {
    margin-bottom: 12px;
  }
  .eq-cont{
    margin-right: 2%;
    width: 49%;
    padding-left: 15px;
    padding-top: 15px;
  }
  .eq-img a:first-child{
    display: none;
  }
  .eq-img{
    width: 49%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .eq-img a{
    width: 100%;
  }
  .eq-img a + a{
    margin-left: 0;
  }
  .eq-img img{
    width: 100%;
    max-width: none;
  }
  .list-wrap-eq2 .eq-img a:first-child{
    display: block;
  }
  .list-wrap-eq2 .eq-img a:last-child{
    display: none;
  }
  .list-wrap-eq2 .eq-img{
    width: 49%;
    margin-right: 2%;
  }
  .list-wrap-eq2 .eq-cont{
    width: 49%;
  }
  .list-wrap-eq2{
    margin-left: -15px;
    margin-right: -15px;
  }
  .img-t2{
    max-width: 600px;
  }
  .price-top .nav-top-blok{
    max-width: 500px;
  }
  .price-top .nav-top-blok a{
    margin-bottom: 10px;
  }
  .last-pub .wrap{
    padding-left: 0;
  }
  .last-pub{
    background: #FFF0EB;
  }
}
@media screen and (max-width: 1100px) {
  .search{
    max-width: 178px;
  }
  .sp-bd{
    font-size: 18px;
  }
  .top-cont h1{
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 20px;
  }
  .bd1 h6{
    font-size: 19px;
  }
  .bd1 span{
    font-size: 14px;
  }
  .img-t{
    max-width: 525px;
    right: 0;
  }
  .block-top{
    padding-top: 0;
  }
  .block-top .wrap{
    min-height: 575px;
  }
  .bd1 {
    top: 18%;
    right: 0;
  }
  .top-cont {
      top: 129px;
  }
  .h2-style h2{
    font-size: 40px;
  }
  .spa-club .wrap, .procedur .wrap, .klient .wrap, .blog-list .wrap, .block-bottom .wrap, .base-cont .wrap {
    padding: 80px 0;
  }
  .h2-style h2{
    margin-bottom: 19px;
  }
  .spa-club-cont{
    padding-top: 20px;
    padding-left: 20px;
  }
  .img-w2{
    width: 40%;
  }
  .spa-club-cont{
    margin-right: 4%;
  }
  .spa-club-cont{
    width: 56%;
  }
  .spa-club-row{
    margin-bottom: 90px;
  }
  .wr-cont-proc p{
    font-size: 16px;
  }
  .procedur .col{
    cursor: default;
  }
  .procedur .col .btn2-w-p{
    display: block;
    position: absolute;
    bottom: 0;
    padding-top: 0;
  }
  .row {
      margin-right: -8px;
      margin-left: -8px;
  }
  .col {
    padding: 0 8px;
  }
  .wrap-procedur{
    height: 100%;
    position: relative;
    padding-bottom: 32px;
  }
  .blog-left .title-b{
    font-size: 24px;
    right: 0;
    left: 25px;
  }
  .cont-bl {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 20px;
  }
  .blog-left{
    margin-right: 2%;
  }
  .blog-right{
    width: 49%;
  }
  .block-b-ints:before {
    left: 10px;
  }
  .block-b-ints:after {
    left: 10px;
  }
  .block-b-in{
    max-width: 93%;
    bottom: -40px;
  }
  .block-b {
      margin-bottom: 89px;
  }
  .block-b2{
    margin-bottom: 0;
  }
  .blog-row{
    margin-bottom: 35px;
  }
  .block-bottom-img{
    margin-right: 5%;
    width: 49%;
  }
  .form-block{
    width: 46%;
  }
  .form-style input{
    margin-bottom: 10px;
  }
  .wrap-submit input{
    margin-bottom: 0;
  }
  .inst-col span{
    max-width: 150px;
    margin: 0 auto;
  }
  .logo-foot{
    margin-right: 45px;
  }
  .foot-info1 {
    margin-right: 38px;
  }
  .block-top-servis .img-t{
    max-width: 455px;
    right: -116px;
  }
  .block-top-servis .img-t {
    max-width: 676px;
    right: -274px;
  }
  .top-cont5 +.img-t{
    display: none;
  }
  .block-top-servis2{
    background: #FFF0EB url('img/bg5.jpg')right top no-repeat;
  }
  .top-cont-eq{
    max-width: 400px;
  }
  .top-cont-eq{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .price-top h1{
    font-size: 51px;
  }
  .img-t2{
    max-width: 540px;
  }
}
@media screen and (max-width: 940px) {
  .top-menu{
    position: relative;
  }
  .search{
    position: absolute;
    background: #fff;
    z-index: 3;
    bottom: -61px;
    top: auto;
    left: auto;
    right: -15px;
    float: none;
    max-width: none;
    width: 100vw;
    height: 61px;
  }
  .search input[type="text"]{
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
  }
  .search form{
    position: relative;
    top: 23px;
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .search input[type="submit"] {
    background: url('img/search2.svg') no-repeat;
  }
  .search input[type="text"]:focus {
    border-bottom: 1px solid #000;
    color: #333;
  }
  .base-sub-menu{
    padding: 25px;
  }
  .wrap-modal{
    margin-top: 0;
    box-shadow: 0 0 23px 0 #333;
  }
  .img-t {
    max-width: 448px;
    right: -22px;
  }
  .bd1{
    padding: 0;
    border: none;
    top: 16%;
  }
  .block-top .wrap {
    min-height: 564px;
  }
  .top-cont {
    top: 163px;
  }
  .top-cont2 {
    max-width: 464px;
    top: 0;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .top-cont-eq + .img-t{
    max-width: none;
    right: auto;
    left: -100px;
  }
  .block-top-eq .wrap {
    min-height: 663px;
  }
  .list-wrap-eq{
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .list-blok-eq .wrap{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .eq-img{
    margin-top: 0;
  }
  .block-eq{
    display: block;
    padding: 17px;
    width: 46%;
    margin-right: 8%;
  }
  .block-eq img{
    left: -32px;
    top: -32px;
    max-width: 334px;
  }
  .content-eq h5{
    margin-top: -7px;
  }
  .img-t2{
    top: 75px;
    max-width: 460px;
  }
  .hed-block-top .wrap{
    padding-top: 110px;
  }
  .hed-block-in {
    padding: 95px 15px 45px;
  }
  .content-article-base{
    margin-right: 0;
    float: none;
    width: auto;
    padding-bottom: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #513438;
  }
  .sidebar-article{
    padding: 0;
    float: none;
    width: auto;
    border: none;
  }
  .wrap-sidebar-prev{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-b-w-in{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .sidebar-article .btn5-in{
    margin: 0 auto;
  }
  .sidebar-article h4{
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px
  }
  .article{
    padding-bottom: 50px;
  }
  .review-form{
    padding-left: 15px;
    padding-top: 15px;
  }
  .review-form .form-style{
    padding-right: 0;
  }
  .mapa{
    margin-top: 61px;
  }
  .wrap-contact .foot-row{
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap-contact .foot-info2{
    float: right;
  }
  .social-foot-contact{
    float: none;
    display: table;
    margin: 0 auto;
  }
  .logo-foot{
    margin-right: 15px;
  }
  .logo-foot{
    max-width: 105px;
  }
  .alignleft, .alignright{
    max-width: 70vw;
  }
}
@media screen and (max-width: 830px) {
  .logo-foot{
    max-width: none;
  }
  .top-cont h1{
    max-width: 480px;
  }
  .adres{
    max-width: 200px;
  }
  .logo{
    right: 81px;
  }
  .hed-top {
    padding: 30px 15px;
  }
  .spa-club-cont{
    margin-right: 0;
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .img-w2{
    float: none;
    margin-top: 0;
    width: 50%;
  }
  .spa-club-row, .spa-club .wrap{
    position: relative;
  }
  .spa-club-col{
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .spa-club-row2{
    display: block;
    max-width: 305px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 10%;
  }
  .spa-club-col{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: left;
  }
  .spa-club-col img{
    margin: 0;
    margin-right: 20px;
    display: block;
    width: 83px;
    height: 80px;
  }
  .spa-club-col h6{
    padding-top: 8px;
  }
  .spa-club-row{
    margin-bottom: 0;
  }
  .spa-club .wrap, .procedur .wrap, .klient .wrap, .blog-list .wrap, .block-bottom .wrap, .base-cont .wrap, .price-page .wrap, .block-actions .wrap, .all-pub .wrap, .contact .wrap {
    padding: 57px 0;
  }
  .wrap-procedur-img {
    padding-left: 7px;
    padding-bottom: 7px;
  }
  .bd-left:after {
    height: 1px;
  }
  .col{
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap-procedur{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .wrap-procedur-img{
    width: 54%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .wr-cont-proc{
    width: 46%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 30px;
  }
  .procedur .col .btn2-w-p{
    position: static;
  }
  .procedur .col .btn2-w-p{
    padding-top: 21px;
  }
  .col:last-child{
    margin-bottom: 0;
  }
  .klient-col, .inst-col{
    width: 33.333%;
  }
  .blog-left{
    margin-right: 0;
    float: none;
    width: auto;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .block-b{
    margin-bottom: 0;
  }
  .blog-right{
    float: none;
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 71px;
  }
  .block-b2{
    margin-left: 30px;
  }
  .bottom-b-m{
    display: block;
  }
  .block-b2 .block-b-int a{
    margin-bottom: 19px;
  }
  .block-b-ints-b{
    width: 58%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cont-bl{
    width: 42%;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cont-bl p{
    font-size: 16px;
  }
  .blog-left .title-b{
    left: 20px;
    bottom: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .block-b-ints:before, .block-b-ints:after {
    bottom: -15px;
  }
  .block-b-ints:after {
    width: 95vw;
  }
  .blog-left .bottom-b {
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .block-bottom-img{
    padding: 15px;
    padding-top: 15px;
    margin-right: 3%;
    width: 48%;
    padding-right: 0;
  }
  .form-block{
    width: 49%;
  }
  .social-foot{
    display: none;
  }
  .social-foot-m{
    display: block;
  }
  .foot-row{
    float: right;
    padding-right: 0;
  }
  .foot-info1{
    margin-right: 26px;
  }
  .logo-foot{
    margin-right: 25px;
  }
  .copy, .pl, .social-foot-m{
    float: none;
  }
  .foot-bottom .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .social-foot-m{
    min-width: 150px;
    margin-right: 112px;
  }
  .copy{
    width: 190px;
  }
  .foot-top{
    border: none;
  }
  .pl{
    position: absolute;
    right: 0;
  }
  .top-cont2 h1{
    font-size: 40px!important;
    line-height: 50px!important;
    margin-bottom: 25px!important;
  }
  .top-cont2{
    max-width: 355px;
  }
  .sidebar{
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .sidebar ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar li, .sidebar h4{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
  }
  .sidebar{
    padding: 28px;
  }
  .cont-base{
    float: none;
    width: 100%;
  }
  .cont-base h2{
    font-size: 40px;
    line-height: 50px;
  }
  .video, .wrapper-img{
    padding: 20px;
  }
  .tab-wrap{
    margin-left: -15px;
  }
  .price-wrap{
    padding-left: 20px;
  }
  .top-cont-eq{
    max-width: 375px;
  }
  .nav-top-blok a{
    margin-right: 30px;
    margin-bottom: 12px;
  }
  .top-cont-eq + .img-t {
    left: -100px;
    max-width: 465px;
  }
  .block-top-eq .wrap {
    min-height: 617px;
  }
  .price-wrap-page h3{
    padding-left: 10px;
    padding-top: 10px;
    border-left: 2px solid #A79491;
    border-top: 2px solid #A79491;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    padding-right: 36px;
  }
  .price-wrap-page h3:before{
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 24px;
    width: 12px;
    height: 8px;
    transition: 0.25s;
    background: url('img/st.svg') no-repeat;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .price-wrap-page h3.disible-int-price:before{
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .price-wrap-page{
    padding: 0;
    border: none;
  }
  .price-top h1{
    font-size: 40px;
    line-height: 50px;
    max-width: 355px;
  }
  .img-t2{
    max-width: 400px;
    top: 95px;
  }
  .price-top .wrap {
    min-height: 405px;
  }
  .block-actions .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-action{
    width: 67%;
    margin-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-action a{
    width: 50%;
    margin-right: 10px;
  }
  .right-action{
    width: 34%;
    padding: 0;
  }
  .wr-action-in{
    display: none;
  }
  .wr-action{
    padding: 0;
  }
  .left-action a.wr-action{
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .wr-action h6{
    position: static;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
    padding-top: 15px;
    min-height: 87px;
  }
  .wr-action:before {
    right: 0;
    left: auto;
    top: 10%;
    bottom: 0;
  }
  .wr-action:after {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
  }
  .left-action a + a:before, .left-action a + a:after{
    display: block;
  }
  .block-actions-v2 .left-action a + a{
    padding-left: 0;
    padding-top: 0;
  }
  .block-actions-v2 .right-action{
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .block-actions-v2 .wr-bd-bottom-right:before {
    right: 0;
    left: auto;
  }
  .block-actions-v2 .wr-bd-bottom-right::after {
    left: 10%;
    right: 0;
  }
  .block-actions-v2 .wr-action h6{
    min-height: auto;
    padding-bottom: 20px;
  }
  .block-actions-v2 .right-action a.wr-action{
    padding: 0;
  }
  .social-block .wrap {
    padding: 70px 0;
  }
  .block-actions-v2 .left-action{
    margin-left: 10px;
  }
  .base-h{
    font-size: 40px;
    line-height: 50px;
  }
  .hed-block-top .wrap {
    padding-top: 122px;
  }
  #small-dialog img{
    margin-right: 3%;
    width: 47%;
  }
  .base-form{
    width: 50%;
  }
  .blok-top-blog-img{
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 30px;
  }
  .blok-top-blog-img img{
    width: 100%;
    max-width: none;
  }
  .blog .wrap {
    padding: 50px 0;
  }
  .blok-top-blog-cont{
    float: none;
    width: auto;
    padding-top: 0;
  }
  .last-pub .wrap{
    padding: 55px 0 30px;
  }
  .row-all-pub {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-all-pub{
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .title-all{
    font-size: 18px;
    line-height: 22px;
  }
  .article h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .article-top-img{
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-top-img a{
    padding: 0 10px;
  }
  .review .wrap {
    padding:  50px 0;
  }
  .wrap-review{
    float: left;
    width: auto;
    margin-right: 0;
  }
  .wrap-review li:last-child{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #513438;
  }
  .review-form{
    float: none;
    width: auto;
    padding: 0;
    border: none;
    max-width: 657px;
    margin: 0 auto;
  }
  .review-form input[type="text"], .review-form input[type="email"]{
    float: left;
    width: 49%;
    margin-bottom: 20px;
  }
  .review-form input[type="text"]{
    margin-right: 2%;
  }
  .review-form h5{
    text-align: center;
    clear: both;
  }
  .social-foot-contact{
    display: table;
  }
  .contact h1{
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 50px;
  }
  .footer-contact .social-foot-m{
    display: none;
  }
  .footer-contact .copy{
    width: auto;
    float: left;
  }
  .footer-contact  .pl{
    position: static;
    float: right;
  }
  .footer-contact .foot-bottom .wrap{
    display: block;
    padding: 28px 0;
  }
}
@media screen and (max-width: 750px) {
  .adres{
    display: none;
  }
  .top-menu > ul{
    display: none;
  }
  .menu-m{
    display: block;
    float: left;
  }
  .klick-menu{
    display: block;
    width: 30px;
    padding: 7px;
  }
  .klick-menu span{
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    background: #fff;
  }
  .klick-menu span:last-child{
    margin-bottom: 0;
  }
  .ul-menu-m{
    position: absolute;
    display: none;
    z-index: 9;
    background: #fff;
    text-align: center;
    width: 280px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    box-shadow: 0 0 10px 0 #ccc;
    margin-top: 11px;
  }
  .ul-menu-m .sub-menu{
    display: none;
  }
  .ul-menu-m li{
    display: table;
    margin: 0 auto 15px;
  }
  .ul-menu-m li:last-child{
    margin-bottom: 0;
  }
  .ul-menu-m li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
  }
  .servis-url:before {
    content: '';
    background: url('img/tr2.svg') no-repeat;
    top: 7px;
    width: 12px;
    height: 8px;
    display: block;
    position: absolute;
    transform: rotate(180deg);
    transition: 0.25s;
  }
  .active-mm-sub:before{
    transform: rotate(0);
  }
  .servis-url{
    padding-right: 15px;
    position: relative;
    left: 10px;
  }
  .sub-menu{
    position: absolute;
    top: 55px;
    bottom: auto;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px;
    padding-bottom: 15px;
    box-sizing: border-box;
    box-shadow: 0 7px 6px 0 #ccc;
  }
  .sub-menu li a{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
  }
  .sub-menu li{
    margin-bottom: 12px;
  }
  .sub-menu li:last-child{
    margin-bottom: 0;
  }
  .ul-menu-m li{
    position: static;
  }
  .search{
    position: relative;
    bottom: auto;
    top: 9px;
    background: none;
    float: right;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: auto;
    right: 0;
  }
  .base-menu {
    padding: 11px 15px;
  }
  .search input[type="text"] {
    border-bottom: 1px solid #fff;
  }
  .search form{
    position: static;
    width: auto;
  }
  .search input[type="submit"] {
    background: url('img/search.svg') no-repeat;
  }
  .logo{
    position: static;
    float: left;
    width: auto;
    max-width: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .right-hed{
    position: relative;
    top: 18px;
    overflow: visible;
  }
  .hed-top{
    padding: 15px;
  }
  .img-t{
    display: none;
  }
  .block-top .wrap {
    min-height: 480px;
  }
  .top-cont {
    top: 89px;
  }
  .h2-style h2{
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .spa-club .wrap, .procedur .wrap, .klient .wrap, .blog-list .wrap, .block-bottom .wrap, .base-cont .wrap, .price-page .wrap, .block-actions .wrap, .all-pub .wrap, .contact .wrap {
    padding: 45px 0;
  }
  .p-fr{
    display: block;
  }
  .form-block > p{
    display: none;
  }
  .block-bottom-img, .form-block{
    float: none;
    width: auto;
    margin: 0;
  }
  .block-bottom-img{
    float: left;
    width: 50%;
    margin-right: 3%;
    padding-left: 8px;
    padding-top: 8px;
  }
  .p-fr{
    float: left;
    width: 47%;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    padding-top: 15px;
  }
  .form-block{
    clear: both;
  }
  .logo-foot{
    width: 170px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .foot-row{
    float: none;
    padding: 0 15px;
    padding-top: 135px;
  }
  .zag-info{
    display: none;
  }
  .adres-foot{
    font-size: 16px;
    line-height: 1.3;
  }
  .foot-info{
    float: none;
    max-width: none;
    margin-right: 0;
  }
  .adres-foot br{
    display: none;
  }
  .foot-info1 .foot-info-in{
    padding-bottom: 12px;
  }
  .foot-info1 .foot-info-in {
    padding-left: 28px;
    background: url('img/adres.svg') left top no-repeat;
    display: table;
    margin: 0 auto 15px;
  }
  .foot-info2 a{
    float: left;
    font-size: 16px;
  }
  .foot-info2 a + a{
    margin-left: 25px;
  }
  .foot-info2 .foot-info-in{
    height: 25px;
    display: table;
    margin: 0 auto 12px;
  }
  .social-foot{
    display: table;
    float: none;
    margin: 0 auto;
  }
  .social-foot-m{
    display: none;
  }
  .foot-top {
    border-bottom: 1px solid #625354;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .foot-bottom .wrap{
    display: block;
  }
  .copy{
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
  }
  .pl{
    display: table;
    margin: 0 auto;
    position: static;
  }
  .block-b-m{
    display: block;
  }
  .blog-left{
    display: none;
  }
  .blog-right{
    display: block;
  }
  .block-b2{
    margin-left: 0;
  }
  .block-b{
    margin-bottom: 55px;
  }
  .block-b-in{
    border-bottom: none;
  }
  .block-b-in:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 30%;
    height: 2px;
    background: #A79491;
    bottom: 0;
  }
  .block-b-int{
    left: 0;
    right: 25px;
    margin-left: 8px;
  }
  .block-b-in{
    bottom: -20px;
    right: 14px;
    left: 14px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-b2 .block-b-int {
    bottom: 14px;
  }
  .block-b2{
    margin-bottom: 25px;
  }
  .blog-list .wrap, .spa-club .wrap, .last-pub .wrap{
    max-width: 600px;
    margin: 0 auto;
  }
  .spa-club-row2{
    position: static;
  }
  .img-w2{
    width: 100%;
    margin-bottom: 45px;
  }
  .spa-club-row2{
    display: table;
    max-width: 740px;
  }
  .spa-club-col {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    text-align: center;
    margin-right: 9.5%;
  }
  .spa-club-col img{
    margin: 0 auto;
  }
  .spa-club-col h6{
    font-size: 14px;
    line-height: 21px;
  }
  .search input[type="text"]:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .servis-url:before {
    right: 0;
  }
  .block-top-servis .wrap{
    min-height: auto;
  }
  .top-cont2{
    top: 0!important;
    max-width: none;
    padding-top: 38px;
  }
  .top-cont2 h1{
    margin-bottom: 20px!important;
  }
  .tab-wrap{
    padding: 25px;
  }
  .tab-nav a{
    font-size: 17px;
  }
  .block-top-servis2{
    background: linear-gradient(90.78deg, #FFF0EB 0.52%, #EECCC0 99.33%);
  }
  .eq-cont{
    margin: 0;
    float: none;
    padding: 0;
    width: auto;
    border: none;
    margin-bottom: 20px;
  }
  .eq-img, .list-wrap-eq2 .eq-img{
    padding-right: 10px;
    padding-bottom: 10px;
    float: none;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .list-wrap-eq2 .eq-img, .list-wrap-eq2 .eq-cont{
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-wrap-eq2 .eq-cont{
    float: none;
    width: auto;
    padding-top: 15px;
  }
  .block-eq img{
    width: 100%;
    max-width: none;
    position: static;
    margin-bottom: 20px;
  }
  .block-eq, .block-eq:last-child{
    padding: 0;
    width: auto;
    float: none;
    margin: 0 auto;
    position: static;
    margin-bottom: 25px;
    max-width: 500px;
  }
  .content-eq h5, .content-eq p{
    margin-top: 0;
    padding: 0 15px 15px;
  }
  .list-blok-eq .wrap{
    padding-bottom: 35px;
  }
  .price-wrap-page ul{
    float: none;
    width: 100%;
    margin: 0;
  }
  .img-t2{
    display: none;
  }
  .price-top .nav-top-blok{
    max-width: none;
  }
  .price-top .wrap{
    min-height: auto;
    padding-bottom: 51px;
  }
  .top-cont-price{
    padding-top: 60px;
  }
  .wr-soc h5{
    margin: 0 auto 14px;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: center;
  }
  .soc-t{
    display: table;
    margin: 0 auto;
  }
  .wr-soc{
    padding: 37px;
    max-width: 300px;
    margin: 0 auto; 
  }
  .hed-block-top .wrap {
    padding-top: 80px;
  }
  .block-b-m{
    display: block;
  }
  .col-all-pub{
    width: 50%;
  }
  .hed-block-in {
    padding: 30px 15px;
  }
  .hg-w{
    left: 10px;
  }
  .wrap-contact .foot-info2{
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .wrap-contact .foot-info2 a{
    float: none;
    margin-right: 0;
  }
  .wrap-contact .foot-info{
    margin: 0 auto;
  }
  .footer-contact .copy, .footer-contact .pl{
    padding: 0;
    float: none;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-contact .pl{
    float: none;
    margin-bottom: 0;
  }
  .mapa{
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .wr-cont-proc p{
    font-size: 14px;
    line-height: 21px;
  }
  .wr-cont-proc h3{
    font-size: 18px;
    line-height: 20px;
  }
  .btn2{
    width: 180px;
  }
  .procedur .col .btn2-w-p{
    padding-top: 10px;
  }
  .wr-cont-proc{
    padding-top: 0;
    padding-left: 15px;
  }
  .tel{
    margin-right: 30px;
  }
  .inst-col span{
    font-size: 14px;
    line-height: 17px;
  }
  .widget{
    display: none;
  }
  .sidebar{
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .select-widget{
    display: block;
    max-width: 290px;
  }
  .h4-wr{
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
  }
  .st-right:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 2px;
    background: #A79491;
    top: 0;
    bottom: 13px;
  }
  .st-right:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 13px;
    height: 2px;
    background: #A79491;
    top: 0;
  }
  .select-widget h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #6B013C;
    padding: 11px 14px;
    border: none;
    border: 1px solid #513438;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: url('img/st.svg') 96% center no-repeat;
  }
  .select-widget ul{
    position: absolute;
    z-index: 2;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    margin-top: -15px;
    display: none;
    width: -webkit-calc(100% - 41px);
    width: calc(100% - 41px);
  }
  .select-widget .current-menu-item a{
    font-weight: 500;
  }

  .select-widget li{
    margin-bottom: 14px;
    padding: 0;
    width: auto;
  }
  .select-widget li:last-child{
    margin-bottom: 0;
  }
  .select-widget li a{
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    display: block;
  }
  .cont-base h2{
    font-size: 36px;
    line-height: 40px;
  }
  .cont-base p{
    font-size: 16px;
    line-height: 26px;
  }
  .video .span-bd{
    display: none;
  }
  .video, .wrapper-img{
    padding: 0;
  }
  .h3-tab, .wrap-tab{
    display: block;
  }
  .tab-nav{
    display: none;
  }
  .wrap-tab{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A8999B;
  }
  .wrap-tab3{
    padding-bottom: 0;
    border: none;
  }
  .h3-tab, .wrap-price h3{
    margin-bottom: 17px;
    font-family: Spectral;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #513438;
  }
  .wrap-tab li{
    font-size: 14px;
    line-height: 21px;
  }
  .wrap-tab li:before {
    top: 7px;
  }
  .price-wrap{
    padding-left: 10px;
    padding-top: 10px;
  }
  .price-wrap ul{
    display: none;
  }
  .list-price{
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #A8999B;
  }
  .list-price > span{
    display: block;
    padding: 14px 7px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #444444;
  }
  .list-price .price-title{
    background: #FFF0EB;
  }
  .list-price > div{
    font-family: Spectral;
    font-size: 20px;
    color: #6B013C;
    text-align: center;
  }
  .list-price > div span {
    color: #E03433;
    text-decoration: line-through;
  }
  .bottom-b-s h3{
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper-img span{
    display: none;
  }
  .eq-cont .btn2{
    width: 215px;
  }
  .eq-cont h3{
    font-size: 20px;
    line-height: 24px;
  }
  .eq-cont p{
    font-size: 16px;
    line-height: 26px;
  }
  .list-wrap-eq, .list-blok-eq .wrap{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content-eq h5{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .content-eq p{
    font-size: 16px;
    line-height: 26px;
  }
  .price-wrap-page h3{
    font-size: 20px;
    line-height: 24px;
    padding-left: 5px;
    padding-top: 5px;
  }
  .price-wrap-page h3:before {
    top: 12px;
    right: 8px;
  }
  .list-price-w-c .list-price > div{
    padding: 14px 7px;
    background: #fff;
  }
  ul.cena-ul{
    display: none!important;
  }
  .price-wrap-page{
    padding: 0;
  }
  .list-price-w-c .list-price span:first-child{
    background: #fff;
  }
  .list-price-w-c .list-price{
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .left-action a{
    margin-right: 0;
    width: auto;
  }
  .left-action, .block-actions .wrap, .right-action{
    width: auto;
    display: block;
    float: none;
  }
  .wr-action h6{
    min-height: auto;
    margin: 0 auto;
    max-width: 250px;
  }
  .wr-action h6 br{
    display: none;
  }
  .right-action a{
    padding-right: 10px;
  }
  .block-actions-v2 .wr-bd-bottom-right{
    margin-bottom: 30px;
  }
  .block-actions-v2 .left-action{
    margin-left: 0;
  }
  #small-dialog img{
    display: none;
  }
  .base-form{
    float: none;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  .base-form h5{
    font-size: 20px;
  }
  .cena-f{
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -11px;
  }
  .b-form-p{
    display: none;
  }
  .base-form .btn-wrap{
    margin: 0 auto;
  }
  .blok-top-blog-cont h3{
    font-size: 20px;
    line-height: 24px;
  }
  .blok-top-blog-cont p{
    font-size: 16px;
    line-height: 24px;
  }
  .last-pub .wrap{
    padding-bottom: 20px;
  }
  .col-all-pub{
    width: 100%;
  }
  .article h1{
    font-size: 28px;
    line-height: 30px;
  }
  .article-top-img {
    margin-left: -16px;
    margin-right: -16px;
  }
  .article-top-img a {
    padding: 0 1px;
  }
  .content-style p{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .block-b-w-in{
    width: 100%;
  }
  .sidebar-article h4{
    font-size: 36px;
    line-height: 1.3;
  }
  .reting-wrap{
    float: none;
    display: table;
    margin: 0 auto 15px;
  }
  .fb-p{
    float: none;
    margin: 0 auto;
    display: table;
  }
  .n-rating{
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 8px;
  }
  .wrap-review li, .wrap-review li:last-child{
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .wrap-review li h3{
    font-size: 20px;
  }
  .wrap-review li p{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .bottom-review .min-cat{
    font-size: 14px;
  }
  .review-form input[type="text"], .review-form input[type="email"]{
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .alignleft, .alignright{
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
}
@media screen and (max-width: 450px) {
  .sp-bd{
    font-size: 16px;
  }
  .top-cont h1{
    font-size: 40px;
    line-height: 50px;
    max-width: 302px;
  }
  .block-top .btn-wrap, .top-cont{
    display: block;
  }
  .block-top .btn{
    width: 100%;
  }
  .block-top .wrap {
    min-height: 367px;
  }
  .top-cont {
    top: 57px;
  }
  .h2-style h2{
    text-align: center;
    margin-bottom: 17px;
    line-height: 1.2;
  }
  .spa-club .wrap, .procedur .wrap, .klient .wrap, .blog-list .wrap, .block-bottom .wrap, .base-cont .wrap, .price-page .wrap, .block-actions .wrap, .all-pub .wrap, .contact .wrap {
    padding: 35px 0;
  }
  .spa-club-cont{
    padding: 0;
    border: none;
  }
  .spa-club-cont p{
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }
  .img-w2{
    padding: 0;
    margin-bottom: 40px;
  }
  .btn-wrap.img-w2:before, .btn-wrap.img-w2:after{
    display: none;
  }
  .spa-club-col{
    display: block;
    margin-right: 0;
    max-width: none;
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: left;
  }
  .spa-club-row2{
    display: block;
  }
  .spa-club-col img{
    margin: 0;
    margin-right: 12px;
  }
  .spa-club-col h6{
    max-width: 155px;
  }
  .wrap-procedur{
    display: block;
  }
  .wrap-procedur-img{
    margin-bottom: 15px;
  }
  .wrap-procedur-img, .wr-cont-proc{
    width: 100%;
  }
  .wr-cont-proc{
    padding-left: 0;
    text-align: center;
  }
  .wrap-procedur .btn2{
    width: 100%;
  }
  .inst-col span{
    display: none;
  }
  .inst-col{
    padding: 5px;
  }
  .block-b-in{
    right: 0;
    left: 0;
  }
  .block-b-in:before {
    right: 0;
  }
  .block-b-int{
    padding: 10px;
  }
  .block-b-int a{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .block-bottom-img{
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .p-fr{
    float: none;
    width: 100%;
    padding-top: 5px;
  }
  .foot-info2 a {
    float: none;
  }
  .foot-info2 a + a{
    margin-left: 0;
  }
  .foot-info-in{
    display: table;
    margin: 0 auto 18px;
  }
  .adres-foot{
    text-align: center;
  }
  .foot-top{
    padding-top: 40px;
  }
  .tel{
    display: none;
  }
  .tel-mb{
    display: block;
    background: url('img/tel-mb.svg') no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 0;
    margin-right: 20px;
    text-decoration: none;
  }
  .tel:after {
    display: none;
  }
  .social a{
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .social a:last-child{
    margin-right: 0;
  }
  .inst {
    background: url('img/inst-m.svg') no-repeat;
  }
  .fb {
    background: url('img/fb-m.svg') no-repeat;
  }
  .form-style label:before {
    bottom: auto;
    top: 2px;
  }
  .base-cont .btn-wrap{
    display: block;
  }
  .base-cont .btn{
    width: 100%;
  }
  .div-top p{
    font-size: 16px;
  }
  .load{
    width: 55px;
    height: 55px;
  }
  .load:before {
    border-top: 10px solid transparent;
    border-left: 19px solid #6B013C;
    border-bottom: 10px solid transparent;
    margin: -10px auto 0;
  }
  .list-price > span{
    padding: 13px 7px
  }
  .nav-top-blok a{
    margin-right: 32px;
  }
  .eq-cont .btn2{
    width: 100%;
  }
  .price-top h1{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .hed-block-top .wrap {
    padding: 50px 0;
  }
  .block-actions-v2 .wrap{
    padding-bottom: 20px;
  }
  .wrap-review .min-cat{
    margin-right: 0;
    float: none;
    margin-bottom: 9px;
  }
  .wrap-review .time{
    float: none;
  }
  .bottom-review{
    display: block;
  }
  .wrap-contact .adres-foot, .wrap-contact .foot-info2 a{
    font-size: 18px;
  }
  .wrap-contact .foot-info2 a{
    margin-bottom: 10px;
  }
  .wrap-contact  .adres-foot{
    text-align: left;
    line-height: 32px;
  }
  .mapa{
    height: 250px;
  }
}




.service-price {
	padding-left: 60px;
	padding-top: 30px;
	border-left: 2px solid #A79491;
	border-top: 2px solid #A79491;
	margin-bottom: 0;
	border-spacing:0;
	border-collapse:separate;
}
.service-price tr{}
.service-price tr:nth-child(odd){background: #FFF0EB;}
.service-price th{border:none; text-align: left; padding: 15px 12px; font-size: 20px; color: #513438; font-family: Spectral;}
.service-price td{border:none; padding: 15px 12px; font-size: 16px; color: #444444;}
.service-price td:nth-child(2){font-family: Spectral; font-size: 20px; color: #6B013C;}


/*GLOBAL SETTINGS BEGIN*/
* {
    box-sizing: border-box;
}

h2.new-my-h2 {
    font-size: 60px;
}

.container {
    width: 1300px;
    margin: 0 auto;
    max-width: 80%;
}

@media (min-width: 1200px) {
    .tablet-v-b,
    .tablet-v-f {
        display: none !important;
    }

    .mobile-v-b,
    .mobile-v-f {
        display: none !important;
    }

    .desctop-v-b {
        display: block !important;
    }

    .desctop-v-f {
        display: flex !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .desctop-v-b,
    .desctop-v-f {
        display: none !important;
    }

    .mobile-v-b,
    .mobile-v-f {
        display: none !important;
    }

    .tablet-v-b {
        display: block !important;
    }

    .tablet-v-f {
        display: flex !important;
    }

    .container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .tablet-v-b,
    .tablet-v-f {
        display: none !important;
    }

    .desctop-v-b,
    .desctop-v-f {
        display: none !important;
    }

    .mobile-v-b {
        display: block !important;
    }

    .mobile-v-f {
        display: flex !important;
    }

    .container {
        max-width: 90%;
    }
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.m-center {
    margin: 0 auto;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.f-column {
    flex-direction: column;
}

.f-column-reverce {
    flex-direction: column-reverse;
}

.c-gold {
    color: #F8CA87 !important;
}

/*width settings begin*/
.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

/*width settings end*/

/*GLOBAL SETTINGS END*/

.but-gold {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
    width: 255px;
    height: 55px;
    background: #F8CA87;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.but-gold:hover{
	cursor: pointer;
    background: white;
}

.border-gold {
    border-top: 4px solid #F8CA87;
}

.gold_line {
    border-bottom: 1px solid #F8CA87;
}

/*Sections settings begin*/

.welcome-barber-section {
    height: 50vw;
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-barber-section {
    background-color: #fff;
    padding: 140px 0;
}

.territory-barber-section {
    background-color: #000000;
    padding: 140px 0;
}

.video-barber-section {
    position: relative;
    height: 45vw;
    overflow: hidden;
}

.insta-barber-section {
    background-color: #fff;
    padding: 140px 0 0 0;
}

.price-barber-section {
    background-color: #fff;
    padding: 140px 0;
}

.welcome-beauty-section {
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-beauty-section {
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-beauty-section {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.price-beauty-section {
    /*    EMPTY YET*/
}

.luxliss-beauty-section {
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.social-beauty-section {
    padding-top: 260px;
    height: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .welcome-barber-section {
        height: 65vw;
    }

    .about-barber-section {
        padding: 80px 0;
    }

    .price-barber-section {
        padding: 100px 0;
    }

    .welcome-beauty-section {
        padding: 120px 0;
    }

    .about-beauty-section {
        padding: 60px 0;
    }

    .info-beauty-section {
        padding: 50px 0;
    }

    .luxliss-beauty-section {
        padding: 60px 0;
    }

    .social-beauty-section {
        padding-top: 120px;
    }
}

@media (max-width: 768px) {
    .welcome-barber-section {
        padding-top: 0;
        padding-bottom: 50px;
        display: flex;
        align-items: flex-end;
        height: 70vh;
/*         background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 70%), url(/wp-content/uploads/2023/05/Welcome-barber-image-header.png); */
        background-size: cover;
/*         background-position: 0, -410px; */
		background-position: -520px;
        background-repeat: no-repeat;
    }

    .about-barber-section {
        padding: 40px 0;
    }

    .price-barber-section {
        padding: 0 0 60px 0;
    }

    .territory-barber-section {
        background-color: #000000;
        padding: 60px 0;
    }

    .video-barber-section {
        height: 70vh;
    }

    .insta-barber-section {
        padding: 50px 0 50px 0;
    }

    .about-beauty-section {
        padding: 60px 0;
    }

    .info-beauty-section {
        padding: 20px 0;
    }

    .luxliss-beauty-section {
        padding: 60px 0;
    }

    .social-beauty-section {
        padding-top: 40px;
        padding-bottom: 40px;
        height: inherit;
    }

}

/*Sections settings end*/

/*Welcome barber section style begin*/

.welcome-barber-section h1 {
    color: white;
    margin: 0 0 40px 0;
    font-size: 155px;
}

.welcome-barber-section .border-gold {
    margin-top: 15px;
}

p.span-slogan {
    color: white;
    font-size: 30px;
    margin: 0;
}

p.span-slogan.c-gold {
    margin-top: 10px;
    margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .welcome-barber-section h1 {
        font-size: 86px;
    }

    .welcome-barber-section .border-gold {
        margin-top: 15px;
    }

    p.span-slogan {
        font-size: 24px;
    }

    p.span-slogan.c-gold {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .welcome-barber-section h1 {
        font-size: 62px;
        margin: 0;
    }

    .welcome-barber-section .border-gold {
        margin: 15px 0;
    }

    .welcome-barber-section .but-gold {
        width: 100% !important;
    }

    .w-100-mobile {
        width: 100% !important;
    }

    p.span-slogan {
        font-size: 18px;
    }

    p.span-slogan.c-gold {
        margin-bottom: 30px;
    }

    .welcome-barber-section .welcome-block-title {
        flex-direction: column;
    }
}

/*Welcome barber section style end*/

/*About barber section style begin*/

.about-barber-section .border-gold {
    margin-top: 40px;
}

.img-about {
    background-size: contain;
    background-repeat: no-repeat;
}

.about-barber-section p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin: 10px 0 0 0;
}

.about-barber-section h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1F1F1F;
    margin: 20px 0 0 0;
}

.about-barber-section .w-45 p {
    margin: 15px 0 0 0;
}

.about-barber-section .but-gold {
    margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1540px) {
	.about-barber-section h3{
		font-size:19px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .about-barber-section .border-gold {
        margin-right: 20px;
        margin-bottom: 60px;
    }

    .about-barber-section .but-gold {
        margin-top: 40px;
    }
	
	.img-about {
    	background-position: center;
    }
}

@media (max-width: 768px) {
    .about-barber-section .border-gold {
        margin: 10px auto 25px auto;
    }

    .about-barber-section .but-gold {
        margin-top: 40px;
        width: 100%;
    }

    .img-about {
        height: 110vw;
    	margin-bottom: 20px;
    	background-position: center;
    }
}

/*About barber section style end*/

/*Territory barber section style begin*/

.territory-barber-section .border-gold {
    margin-top: 35px;
}

.territory-barber-section h2.new-my-h2 {
    color: white;
}

.territory-barber-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 40px 0 90px 0;
}

.territory-barber-section .img-instrument {
    background-size: 50%;
    background-position: top;
    background-repeat: no-repeat;
}

/*Slider*/

.territory-barber-section .wrapper-slider {
    height: 350px;
    margin: 100px auto 0;
    position: relative;
    width: 900px;
}

.territory-barber-section .wrapper-slider .slider {
    background-color: transparent;
    height: inherit;
    position: relative;
    width: inherit;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.territory-barber-section .wrapper-slider > input {
    display: none;
}

.territory-barber-section .wrapper-slider .slides {
    height: inherit;
    position: absolute;
    width: inherit;
    display: flex;
    justify-content: space-between;
}

.territory-barber-section .wrapper-slider .slides .slide-block-1{
    width: 30%;
}

.territory-barber-section .wrapper-slider .slides .slide-block-2{
    width: 65%;
}

.territory-barber-section .slides>div:before{
    content: attr(data-label-slider);
    color: white;
    font-size: 14px;
    position: relative;
    top: -35px;
    text-align: right;
    display: flex;
    justify-content: end;
	align-items:center;
}
.territory-barber-section .wrapper-slider .slides .slide-block-2:before {
    color: #F8CA87!important;
}
.territory-barber-section .slides>div{
	background-size: cover;
    background-repeat: no-repeat;
}
.territory-barber-section .wrapper-slider .controls {
    left: 50%;
    bottom: -35px;
    margin-left: -98px;
    position: absolute;
}

.territory-barber-section .wrapper-slider label:after {
    border: 2px solid #ddd;
    content: " ";
    display: block;
    height: 12px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.territory-barber-section .wrapper-slider label {
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 25px 12px 0 16px;
    position: relative;
    width: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background ease-in-out .5s;
    -moz-transition: background ease-in-out .5s;
    -o-transition: background ease-in-out .5s;
    transition: background ease-in-out .5s;
}

.territory-barber-section .wrapper-slider label:hover,
.territory-barber-section .wrapper-slider #slide1:checked ~ .controls label:nth-of-type(1),
.territory-barber-section .wrapper-slider #slide2:checked ~ .controls label:nth-of-type(2),
.territory-barber-section .wrapper-slider #slide3:checked ~ .controls label:nth-of-type(3),
.territory-barber-section .wrapper-slider #slide4:checked ~ .controls label:nth-of-type(4),
.territory-barber-section .wrapper-slider #slide5:checked ~ .controls label:nth-of-type(5) {
    background: #ddd;
}

.territory-barber-section .wrapper-slider .slides {
    height: inherit;
    opacity: 0;
    position: absolute;
    width: inherit;
    z-index: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
    -moz-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
    -o-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
    transition: transform ease-in-out .5s, opacity ease-in-out .5s;
}

.territory-barber-section .wrapper-slider #slide1:checked ~ .slider > .slide1,
.territory-barber-section .wrapper-slider #slide2:checked ~ .slider > .slide2,
.territory-barber-section .wrapper-slider #slide3:checked ~ .slider > .slide3,
.territory-barber-section .wrapper-slider #slide4:checked ~ .slider > .slide4,
.territory-barber-section .wrapper-slider #slide5:checked ~ .slider > .slide5 {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*Slider*/

@media (min-width: 768px) and (max-width: 1500px) {
    .territory-barber-section h2.new-my-h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .territory-barber-section h2.new-my-h2 {
        font-size: 36px;
    }
}

/*Territory barber section style end*/

/*Video barber section style begin*/

.video-barber-section .btn-ok {
    position: absolute;
    top: 40%;
    left: 48%;
    width: 100px;
    height: 100px;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-barber-section .btn-ok:hover {
    cursor: pointer;
}

.video-barber-section video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-barber-section .btn-ok {
        width: 50px;
        height: 50px;
    }
}

/*Video barber section style end*/

/*Inst barber section style begin*/

.insta-barber-section .f-column {
    align-items: end;
}

.insta-barber-section .f-column-reverce {
    align-content: start;
    justify-content: flex-end;
    padding-top: 30px;
}

.insta-barber-section .f-column .big-photo,
.insta-barber-section .f-column-reverce .small-photo {
    margin-bottom: 20px;
}

.insta-barber-section .big-photo {
    width: 100%;
    max-height: 375px;
}

.insta-barber-section .small-photo {
    width: 265px;
    height: 265px;
}

.insta-barber-section .follow-block {
    border: 2px solid black;
    padding: 40px 0;
    margin-top: 20px;
}

.insta-barber-section .follow-block p {
    margin: 0;
    line-height: 150%;
    text-align: center;
    width: 100%;
}

.insta-barber-section .follow-block p:first-child {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.insta-barber-section .follow-block p:last-child {
    font-weight: 600;
    font-size: 36px;
    margin-top: 7px;
    color: #1F1F1F;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .insta-barber-section .big-photo {
        max-height: 235px;
    }

    .insta-barber-section .small-photo {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .insta-barber-section .big-photo {
        width: 47%;
        max-height: 235px;
        margin: 20px 0;
    }

    .insta-barber-section .follow-block p:first-child {
        font-size: 18px;
    }

    .insta-barber-section .follow-block p:last-child {
        font-size: 24px;
    }

    .insta-barber-section .follow-block {
        padding: 20px 0;
        margin: 0;
    }
}

/*Inst barber section style end*/

/*Price barber section style begin*/

.price-barber-section .border-gold-hr {
    margin: 30px auto 30px auto;
}

.price-barber-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    margin-bottom: 130px;
}

.price-barber-section .img-price {
    background-size: cover;
    background-repeat: no-repeat;
}

.price-barber-section .border-gold {
    margin-top: 35px;
}

.price-barber-section .price_label {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    text-align: left;

    background: white;
    position: relative;
    top: 2px;
    padding-right: 15px;
}

.price-barber-section .price-number {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: right;
    color: #333333;

    background: white;
    position: relative;
    top: 2px;
    padding-left: 15px;
}

.price-barber-section .price-table {
    margin: 40px 0;
}

.price-barber-section .price-table .price-elem {
    margin-bottom: 40px;
    align-items: flex-end;
}

.price-barber-section .price-table .price-elem:last-child {
    margin-bottom: 0;
}

@media (min-width: 990px) and (max-width: 1200px) {
    .price-barber-section p {
        font-size: 24px;
        margin-bottom: 100px;
    }

    .price-barber-section .price-table .price-elem {
        margin-bottom: 25px;
    }

    .price-barber-section .price_label {
        font-size: 24px;
    }
}

@media (max-width: 990px) {
    .price-barber-section h2.new-my-h2 {
        font-size: 36px;
    }

    .price-barber-section p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .price-barber-section .price-table .price-elem {
        margin-bottom: 25px;
    }

    .price-barber-section .price_label {
        font-size: 18px;
    }

    .price-barber-section .price-number {
        font-size: 18px;
    }

    .price-barber-section .img-price {
        height: 110vh;
        margin-bottom: 20px;
    }

    .price-barber-section .border-gold-hr {
        margin: 15px auto 10px auto !important;
    }

    .price-barber-section .border-gold {
        margin-top: 20px;
    }

    .price-barber-section .but-gold {
        width: 100% !important;
    }
}

/*Price barber section style end*/

/*Welcome beauty section style begin*/

.welcome-beauty-section h1,
.welcome-beauty-section h2.new-my-h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}

.welcome-beauty-section h1 {
    font-size: 150px;
    line-height: 165px;
    margin: 0;
}

.welcome-beauty-section h2.new-my-h2 {
    font-size: 40px;
    line-height: 41px;
    margin: 20px auto 40px auto;
}

.welcome-beauty-section img {
    width: 40px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .welcome-beauty-section h1 {
        font-size: 100px;
        line-height: 125px;
        margin: 0;
    }

    .welcome-beauty-section h2.new-my-h2 {
        font-size: 30px;
        line-height: 41px;
        margin: 20px auto 40px auto;
    }
}

@media (max-width: 768px) {
    .welcome-beauty-section h1 {
        font-size: 45px;
        line-height: 100px;
        margin: 0;
    }

    .welcome-beauty-section h2.new-my-h2 {
        font-size: 18px;
        line-height: 0;
        margin: 0 auto 20px auto;
    }
}

/*Welcome beauty section style end*/

/*About beauty section style begin*/

.about-beauty-section .img-about-beauty {
    background-size: cover;
    background-repeat: no-repeat;
}

.about-beauty-section h2.new-my-h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin: 30px 0 40px 0;
}

.about-beauty-section .w-55 {
    padding-right: 100px;
}

.about-beauty-section p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 0 4.33201px 4.33201px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) and (max-width: 1500px) {
    .about-beauty-section h2.new-my-h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 20px 0 30px 0;
    }

    .about-beauty-section .w-55 {
        padding-right: 0;
    }

    .about-beauty-section p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-beauty-section .img-about-beauty {
        background-position: -85px;
    }
}

@media (max-width: 768px) {
    .about-beauty-section .img-about-beauty {
        height: 110vw;
    	background-position: center;
    }

    .about-beauty-section h2.new-my-h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 20px 0 30px 0;
    }

    .about-beauty-section p {
        font-size: 14px;
        line-height: 20px;
    }
}

/*About beauty section style end*/

/*Info beauty section style begin*/

.info-beauty-section .info-img {
    margin-bottom: 40px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-beauty-section .info-text {
    border: 1px solid black;
    padding: 20px;
    min-height: 260px;
}

.info-beauty-section .container > h2.new-my-h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 107px;
    text-align: center;
    padding-bottom: 40px;
}

.info-beauty-section .info-text h2.new-my-h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}

.info-beauty-section .info-text p {
    margin-top: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

}

@media (min-width: 768px) and (max-width: 1500px) {
    .info-beauty-section .container > h2.new-my-h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .info-beauty-section .info-img {
        margin-bottom: 20px;
        height: 285px;
    }

    .info-beauty-section .info-text {
        padding: 10px 20px;
        min-height: 265px;
    }

    .info-beauty-section .info-text h2.new-my-h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .info-beauty-section .container > h2.new-my-h2 {
        font-size: 40px;
        line-height: 80px;
        padding-bottom: 0;
    }

    .info-beauty-section .info-img {
        margin-bottom: 20px;
        margin-top: 20px;
        height: 60vh;
    }

    .info-beauty-section .info-text {
        padding: 10px 20px;
        min-height: inherit;
    }

    .info-beauty-section .info-text h2.new-my-h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

/*Info beauty section style end*/

/*Price beauty section style begin*/

.price-beauty-section > .w-100 {
    padding-top: 100px;
    height: 70vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.price-beauty-section h2.new-my-h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 107px;
    color: #FFFFFF;
    padding-bottom: 150px;
}

.price-beauty-section h3,
.price-beauty-section p {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 31px;
    line-height: 105%;
    color: #FFFFFF;
    margin: 0;
}

.price-beauty-section .price-title {
    padding-bottom: 50px;
}

.price-beauty-section .price-summ {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    color: #FFFFFF;
}

.price-beauty-section p {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .price-beauty-section > .w-100 {
        padding-top: 30px;
    }

    .price-beauty-section h2.new-my-h2 {
        font-size: 50px;
        padding-bottom: 30px;
    }

    .price-beauty-section h3,
    .price-beauty-section p {
        font-size: 18px;
        line-height: 150%;
    }

    .price-beauty-section .price-title {
        padding-bottom: 30px;
    }

    .price-beauty-section .price-summ {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .price-beauty-section > .w-100 {
        padding-top: 30px;
        height: 150vh;
    }

    .price-beauty-section > .w-100 .w-45 {
        width: 100% !important;
    }

    .price-beauty-section h2.new-my-h2 {
        font-size: 50px;
        padding-bottom: 30px;
        line-height: 80px;
    }

    .price-beauty-section h3,
    .price-beauty-section p {
        font-size: 18px;
        line-height: 150%;
    }

    .price-beauty-section .price-title {
        padding-bottom: 30px;
    }

    .price-beauty-section .price-summ {
        font-size: 18px;
    }
}

/*Price beauty section style end*/

/*Luxliss beauty section style begin*/

.luxliss-beauty-section .luxliss-img {
    background-size: contain;
    background-repeat: no-repeat;
}

.luxliss-beauty-section .under-text,
.luxliss-beauty-section h2.new-my-h2,
.luxliss-beauty-section p {
    font-family: 'Montserrat';
    font-style: normal;
    color: #333333;
}

.luxliss-beauty-section .under-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.luxliss-beauty-section h2.new-my-h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
}

.luxliss-beauty-section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .luxliss-beauty-section .under-text {
        line-height: 0;
    }

    .luxliss-beauty-section h2.new-my-h2 {
        font-size: 30px;
        line-height: 34px;
		margin: 20px 0;
    }

    .luxliss-beauty-section p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {

    .luxliss-beauty-section .luxliss-img {
        height: 50vh;
    }

    .luxliss-beauty-section .under-text {
        line-height: 0;
    }

    .luxliss-beauty-section h2.new-my-h2 {
        font-size: 30px;
        line-height: 34px;
		margin: 20px 0;
    }

    .luxliss-beauty-section p {
        font-size: 14px;
        line-height: 24px;
    }
}

/*Luxliss beauty section style end*/

/*Social beauty section style begin*/

.social-beauty-section h2.new-my-h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 153px;
    line-height: 88%;
    color: #FFFFFF;
    padding-bottom: 70px;
}

.social-beauty-section .social-blocks > div {
    border: 2.91242px solid #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.social-beauty-section .social-blocks strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #FFFFFF;
    padding-left: 40px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .social-beauty-section h2.new-my-h2 {
        font-size: 64px;
        padding-bottom: 30px;
    }

    .social-beauty-section .social-blocks > div {
        padding: 15px;
    }

    .social-beauty-section .social-blocks strong {
        font-size: 25px;
        line-height: 35px;
        padding-left: 20px;
    }

    .social-blocks img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .social-beauty-section h2.new-my-h2 {
        font-size: 44px;
        padding-bottom: 30px;
    }

    .social-beauty-section .social-blocks{
        width: 100% !important;
    }
    .social-beauty-section .social-blocks > div {
        padding: 15px;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .social-beauty-section .social-blocks strong {
        font-size: 25px;
        line-height: 35px;
        padding-left: 20px;
    }

    .social-blocks img {
        width: 30px;
        height: 30px;
    }
}

/*Social beauty section style end*/