/*variable*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block; }

audio, canvas, video, progress {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden], template {
  display: none;
  height: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

mark {
  background: none; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

html, body {
  height: 100%;
  margin: 0; }

html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  html > body {
    height: auto;
    min-height: 100%; }

#main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

a {
  color: #03214b;
  text-decoration: none;
  outline: 0 none; }
  a:active {
    outline: 0 none;
    color: #7ae1bf; }
  @media screen and (min-width: 1025px) {
    a:hover {
      outline: 0 none;
      color: #7ae1bf; } }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='color'],
input[type='url'],
input[type='image'],
input[type='tel'],
input[type='submit'],
input[type='file'],
input[type='range'],
input[type='reset'],
input[type='button'],
input[type='search'],
button,
textarea,
select {
  -webkit-appearance: none;
  outline: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block; }

a > img {
  border: 0; }

ul, ol {
  list-style: none; }

#wrap {
  min-height: 100%; }

.clear {
  clear: both; }

.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .cfx {
  display: block; }

* html .cfx {
  height: 1%; }

::-moz-selection {
  color: #fff;
  background: #00c2cb; }

::selection {
  color: #fff;
  background: #00c2cb; }

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%; }

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.googlemap img {
  max-width: none; }

hr {
  background: #e1e1e1;
  height: 1px;
  border: 0 none;
  display: block;
  clear: both;
  margin: 20px 0; }

strong {
  font-weight: 700; }

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  z-index: 0; }
  .fullframe > iframe, .fullframe > object, .fullframe > embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

input[type="submit"] {
  cursor: pointer; }

textarea, button, a, input, .btn {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }

body {
  position: relative;
  font: 400 21px/1.5 "Avenir", sans-serif;
  color: #404040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.container {
  margin: 0 auto;
  max-width: 94%;
  width: 1660px;
  position: relative; }

form label {
  display: block;
  text-align: left;
  color: #707070; }
  form label:not(:last-of-type) {
    margin-bottom: 75px; }
  form label span.fa {
    font-size: 30px;
    display: inline-block;
    vertical-align: text-bottom;
    color: #dadada;
    margin-right: 20px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #979797;
  background: transparent;
  padding: 0 10px;
  font-family: "Avenir", sans-serif;
  font-size: 21px;
  color: #9b9b9b; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #7ae1bf !important; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9b9b9b;
    font-weight: 500; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #9b9b9b;
    font-weight: 500; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #9b9b9b;
    font-weight: 500; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9b9b9b;
    font-weight: 500; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 50px; }
    input[type="checkbox"] + label:before {
      content: '';
      border: 3px solid #a8a7a7;
      height: 25px;
      width: 25px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moztransform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0; }
  input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 19px;
    color: #ffffff;
    background-color: #03214b;
    border-color: #03214b; }
  input[type="checkbox"]:checked + label.type_2:before {
    content: '\f00d';
    text-align: center; }

textarea {
  height: 150px;
  resize: none;
  padding: 10px; }

/*Classes*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.tac {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif; }

h1 {
  font-size: 45px;
  color: #03214b; }

p {
  padding-bottom: 25px; }

.button, .submit {
  display: inline-block;
  padding: 20px 30px;
  background: #041e42;
  border-radius: 6px;
  border: none;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  line-height: 1;
  font-size: 28px;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 215px; }
  .button:active, .submit:active {
    color: #ffffff;
    background: #7ae1bf;
    text-decoration: none; }
  @media screen and (min-width: 1025px) {
    .button:hover, .submit:hover {
      color: #ffffff;
      background: #7ae1bf;
      text-decoration: none; } }
  .button.white, .submit.white {
    border-radius: 3.4px;
    border: solid 1.7px #3a3a3a;
    box-shadow: none;
    font-size: 21px;
    color: #03214b;
    background-color: #ffffff;
    padding: 15px; }
    .button.white:active, .submit.white:active {
      color: #ffffff;
      background: #03214b;
      border-color: #03214b; }
    @media screen and (min-width: 1025px) {
      .button.white:hover, .submit.white:hover {
        color: #ffffff;
        background: #03214b;
        border-color: #03214b; } }
  .button.mob, .submit.mob {
    background: #7ae1bf;
    color: #03214b;
    padding: 29px;
    min-width: 476px;
    font-size: 45px; }
    @media screen and (max-width: 540px) {
      .button.mob, .submit.mob {
        padding: 20px;
        font-size: 25px;
        min-width: 260px; } }
    .button.mob:active, .submit.mob:active {
      background-color: #03214b;
      color: #ffffff; }
    @media screen and (min-width: 1025px) {
      .button.mob:hover, .submit.mob:hover {
        background-color: #03214b;
        color: #ffffff; } }
    .button.mob.disabled, .submit.mob.disabled {
      background-color: #cbcbcb;
      color: #ffffff;
      line-height: 1.5;
      padding: 0 20px 10px;
      pointer-events: none; }
      .button.mob.disabled span, .submit.mob.disabled span {
        display: block;
        font-size: 26px; }
        @media screen and (max-width: 540px) {
          .button.mob.disabled span, .submit.mob.disabled span {
            font-size: 14px; } }

/*=== Start Style ===*/
#navToggle {
  vertical-align: middle;
  display: inline-block;
  width: 50px;
  height: 34px;
  position: relative;
  -webkit-transform: 0deg;
  -moz-transform: 0deg;
  -ms-transform: 0deg;
  -o-transform: 0deg;
  transform: 0deg;
  -webkit-transition: 0.5s ease-in-out 0.5s ease;
  -moz-transition: 0.5s ease-in-out 0.5s ease;
  -ms-transition: 0.5s ease-in-out 0.5s ease;
  -o-transition: 0.5s ease-in-out 0.5s ease;
  transition: 0.5s ease-in-out 0.5s ease;
  cursor: pointer; }
  #navToggle span {
    display: block;
    position: absolute;
    height: 6px;
    border-radius: 2.3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out 0.5s ease;
    -moz-transition: 0.25s ease-in-out 0.5s ease;
    -ms-transition: 0.25s ease-in-out 0.5s ease;
    -o-transition: 0.25s ease-in-out 0.5s ease;
    transition: 0.25s ease-in-out 0.5s ease; }
    #navToggle span:nth-child(1) {
      top: 0;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #navToggle span:nth-child(2) {
      top: 14px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #navToggle span:nth-child(3) {
      top: 28px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  #navToggle.opened span:nth-child(1) {
    top: -4px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #navToggle.opened span:nth-child(2) {
    width: 0;
    opacity: 0; }
  #navToggle.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 5px; }

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  width: 400px;
  padding: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .main_menu.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .main_menu .menu_logo {
    display: inline-block;
    margin-bottom: 60px; }
  .main_menu .salon_menu img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 30px; }
  .main_menu .salon_menu li {
    margin-bottom: 30px; }
  .main_menu .salon_menu a {
    font-size: 24px;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif; }
  .main_menu .menu_sign_out {
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    font-size: 24px; }

.shad {
  background-color: #baefdd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .shad.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }

.salon_admin header {
  padding: 45px 0;
  background-color: #7ae1bf; }
  .salon_admin header h1 {
    margin-left: 40px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block; }
  .salon_admin header .container {
    max-width: calc(100% - 130px);
    width: 100%; }

.salon_video {
  text-align: center;
  padding: 130px 0; }
  .salon_video .container {
    width: 1500px; }
  .salon_video video {
    width: 100%;
    display: block;
    margin: 0 auto 90px; }

.admin_page_content {
  background-color: #f9f9f9; }
  .admin_page_content .content {
    background-color: #ffffff;
    padding: 75px 55px 110px;
    margin-bottom: 40px; }
  .admin_page_content .payment_tpl {
    padding-top: 45px; }
    .admin_page_content .payment_tpl .flex {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 29px; }

.accordion {
  border: solid 1px #dadada; }
  .accordion .item {
    position: relative; }
    .accordion .item:not(:last-child) {
      border-bottom: solid 1px #dadada; }
    .accordion .item .acc_title {
      background-color: #e4f9f1;
      font-size: 30px;
      color: #000;
      font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
      cursor: pointer;
      position: relative;
      padding: 18px 165px 18px 35px; }
      .accordion .item .acc_title figure {
        display: inline-block;
        vertical-align: middle;
        height: 75px;
        width: 75px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 25px; }
      .accordion .item .acc_title span {
        position: absolute;
        right: 50px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moztransform: translate(0, -50%);
        transform: translate(0, -50%); }
        .accordion .item .acc_title span:after, .accordion .item .acc_title span:before {
          content: '';
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          background: #03214b;
          width: 24px;
          height: 4px;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .accordion .item .acc_title span:before {
          width: 4px;
          height: 24px; }
      .accordion .item .acc_title.active span:after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
      .accordion .item .acc_title.active span:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
    .accordion .item .acc_box {
      display: none;
      font-size: 24px;
      line-height: 1.2; }
      @media screen and (max-width: 1440px) {
        .accordion .item .acc_box {
          font-size: 21px; } }
      .accordion .item .acc_box .acc_row {
        border-top: solid 1px #dadada;
        padding: 30px 35px; }
      .accordion .item .acc_box .acc_col:not(:last-child) {
        margin-right: 25px; }
      .accordion .item .acc_box .acc_col_6 {
        width: 36%; }
      .accordion .item .acc_box a {
        color: #404040;
        text-decoration: underline; }
    .accordion .item.liked .acc_title:after {
      content: '\f004';
      font-family: FontAwesome;
      font-size: 25px;
      line-height: 1;
      color: #eabedb;
      margin-left: 30px; }
  .accordion .acc_item_name {
    display: inline-block;
    vertical-align: middle; }

.fa-star, .fa-star-o {
  color: #7ae1bf;
  margin: 0 2px; }

.dashboard_cols .dashboard_col {
  width: 31%; }
  @media screen and (max-width: 1440px) {
    .dashboard_cols .dashboard_col {
      width: 32%; } }
.dashboard_cols .dashboard_col_title {
  padding: 30px;
  line-height: 1;
  font-size: 30px;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  color: #000;
  border-radius: 15px;
  background-color: #e4f9f1;
  margin-bottom: 15px; }
.dashboard_cols .d_user_item {
  border-radius: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px 15px 15px 25px; }
.dashboard_cols .d_est_user.check_in {
  opacity: .5; }
.dashboard_cols .d_est_user_status {
  min-width: 110px;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  color: #ffffff;
  background-color: #03214b;
  text-align: center; }
  @media screen and (max-width: 1440px) {
    .dashboard_cols .d_est_user_status {
      font-size: 16px;
      min-width: 90px; } }
.dashboard_cols .d_w_user_status {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 6px; }
  .dashboard_cols .d_w_user_status.late {
    background-color: #eb5555; }
  .dashboard_cols .d_w_user_status.arrived {
    background-color: #a0ea94; }
.dashboard_cols .d_w_user_status_icon {
  width: 40px; }

.add_item {
  text-align: center; }
  .add_item a {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #03214b;
    color: #ffffff;
    position: relative; }
    .add_item a:active {
      background: #7ae1bf; }
    @media screen and (min-width: 1025px) {
      .add_item a:hover {
        background: #7ae1bf; } }
    .add_item a:before, .add_item a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      border-radius: 5px; }
    .add_item a:before {
      width: 4px;
      height: 20px; }
    .add_item a:after {
      width: 20px;
      height: 4px; }

/*Salon Profile*/
.admin_page_content .salon_profile {
  border-radius: 15px;
  padding: 40px 55px 60px; }
  .admin_page_content .salon_profile .button.white {
    font-size: 18px;
    min-width: 150px; }
    .admin_page_content .salon_profile .button.white:not(:last-child) {
      margin-right: 25px; }

.salon_profile_image {
  position: relative;
  margin-bottom: 40px; }
  .salon_profile_image a {
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 25px; }
    .salon_profile_image a:active {
      color: #404040; }
    @media screen and (min-width: 1025px) {
      .salon_profile_image a:hover {
        color: #404040; } }

.salon_profile_title > * {
  display: inline-block;
  vertical-align: middle; }
.salon_profile_title h2 {
  font-size: 40px;
  color: #7ae1bf;
  margin-right: 30px; }
.salon_profile_title .s_p_rating {
  color: #9b9b9b;
  font-size: 25px; }

.salon_profile_price {
  color: #9b9b9b;
  font-weight: 900;
  font-size: 25px; }

.salon_profile_address {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  color: #9b9b9b;
  margin-bottom: 30px; }

.salon_profile_description {
  color: #000; }

.salon_profile_extras {
  margin-bottom: 40px; }
  .salon_profile_extras .s_p_extra {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 21px;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    color: #03214b;
    padding: 5px 15px;
    letter-spacing: 1.27px;
    background-color: #7ae1bf;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    .salon_profile_extras .s_p_extra:not(:last-child) {
      margin-right: 30px; }

.salon_profile_edits {
  margin-bottom: 50px; }

.salon_profile_menu_services .s_p_services {
  margin-bottom: 40px; }
.salon_profile_menu_services .s_p_table_title {
  background-color: #e4f9f1;
  text-transform: uppercase;
  color: #000;
  font-size: 28px;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  padding: 15px 30px; }
.salon_profile_menu_services .s_p_service {
  border: solid 1px #dadada;
  padding: 15px 35px; }
  .salon_profile_menu_services .s_p_service:not(:last-child) {
    border-bottom: none; }
  .salon_profile_menu_services .s_p_service > .alc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .salon_profile_menu_services .s_p_service figure {
    margin-right: 30px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%; }
  .salon_profile_menu_services .s_p_service .service_name {
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    font-size: 24px;
    color: #000; }
  .salon_profile_menu_services .s_p_service .add_inf {
    font-weight: 500;
    color: #9b9b9b; }
  .salon_profile_menu_services .s_p_service .service_price {
    color: #000;
    font-size: 24px;
    font-weight: 500; }

body {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.salon_account_form .s_a_top {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-align: center;
  min-height: 600px;
  padding: 120px 0; }
  .salon_account_form .s_a_top figure {
    margin: 0 auto 60px; }
    .salon_account_form .s_a_top figure img {
      margin: 0 auto; }
  .salon_account_form .s_a_top .s_a_top_text {
    color: #ffffff;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    font-size: 30px; }
.salon_account_form .s_a_content {
  background: #ffffff;
  min-height: 500px;
  padding: 100px 0; }
  .salon_account_form .s_a_content form {
    text-align: center;
    max-width: 520px;
    margin: 0 auto; }
    .salon_account_form .s_a_content form .button {
      margin-top: 80px; }
    .salon_account_form .s_a_content form input[type="text"], .salon_account_form .s_a_content form input[type="email"], .salon_account_form .s_a_content form input[type="tel"], .salon_account_form .s_a_content form input[type="search"], .salon_account_form .s_a_content form input[type="password"], .salon_account_form .s_a_content form textarea {
      border-bottom: 2px solid #979797 !important;
      border: none;
      border-radius: 0;
      -webkit-appearance: none; }
      .salon_account_form .s_a_content form input[type="text"]:focus, .salon_account_form .s_a_content form input[type="email"]:focus, .salon_account_form .s_a_content form input[type="tel"]:focus, .salon_account_form .s_a_content form input[type="search"]:focus, .salon_account_form .s_a_content form input[type="password"]:focus, .salon_account_form .s_a_content form textarea:focus {
        border-color: #7ae1bf !important; }

.selectric-items li {
  color: #000;
  text-transform: uppercase;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  background-color: #ffffff;
  position: relative;
  padding: 0 10px 0 50px; }
  .selectric-items li:not(:last-of-type) {
    border-bottom: 1px solid #dadada; }
  .selectric-items li:before {
    content: '';
    height: 25px;
    width: 25px;
    border: 3px solid #a8a7a7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px; }
  .selectric-items li.selected:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 19px;
    background-color: #03214b;
    border-color: #03214b;
    color: #ffffff; }

.desc_popup {
  position: relative;
  width: 600px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.22);
  padding: 60px 30px;
  text-align: center;
  margin: 50px auto; }
  .desc_popup .close_popup {
    cursor: pointer;
    left: 30px;
    top: 30px;
    height: 25px;
    width: 25px;
    position: absolute; }
    .desc_popup .close_popup:after {
      content: '';
      background-image: url("../img/close.png");
      background-size: cover;
      background-repeat: no-repeat;
      height: 25px;
      width: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .desc_popup h3 {
    font-family: "Avenir", sans-serif;
    font-weight: 900;
    line-height: 1.36;
    font-size: 30px;
    color: #03214b;
    text-transform: uppercase;
    padding-bottom: 20px; }
    .desc_popup h3 span {
      text-transform: initial;
      font-weight: 500; }
  .desc_popup.self_serve_waitList .waitList {
    text-align: left;
    max-width: 380px;
    margin: 20px auto 100px; }
  .desc_popup.self_serve_waitList .title {
    padding: 30px;
    line-height: 1;
    font-size: 30px;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    color: #000;
    border-radius: 15px;
    background-color: #e4f9f1;
    margin-bottom: 15px; }
  .desc_popup.self_serve_waitList .user_item {
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 15px 15px 25px; }
  .desc_popup.self_serve_waitList .button {
    min-width: 280px; }
  .desc_popup.clients_order_popup {
    padding: 60px 30px 40px; }
  .desc_popup.manage_client {
    text-align: center;
    min-height: 350px; }
    .desc_popup.manage_client .button {
      display: block; }
      .desc_popup.manage_client .button:not(:last-of-type) {
        margin-bottom: 40px; }
  .desc_popup.update_extras form {
    max-width: 380px;
    margin: 0 auto; }
  .desc_popup.update_extras .selectric-wrapper {
    margin-bottom: 40px; }
  .desc_popup.get_started h3 {
    padding-bottom: 50px; }
  .desc_popup .serv_form {
    max-width: 380px;
    margin: auto; }
    .desc_popup .serv_form .wrap_field {
      margin-bottom: 20px; }
      .desc_popup .serv_form .wrap_field input, .desc_popup .serv_form .wrap_field textarea {
        border-radius: 5px; }
      .desc_popup .serv_form .wrap_field.alc {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; }
  .desc_popup .serv_img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: solid 5px #7ae1bf;
    margin-right: 20px;
    position: relative;
    cursor: pointer; }
    .desc_popup .serv_img:after {
      content: '';
      background-image: url("../img/green-plus.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 30px;
      width: 30px;
      position: absolute;
      top: -11px;
      right: -15px; }
    .desc_popup .serv_img + input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .desc_popup .wrap_field + .order_group {
    margin-top: 20px; }
  .desc_popup .order_group {
    border: solid 1px #dadada;
    margin-bottom: 40px; }
    .desc_popup .order_group .order_item {
      cursor: pointer;
      padding: 20px 30px;
      position: relative; }
      .desc_popup .order_group .order_item:after {
        content: '';
        background-image: url("../img/add_order.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 25px;
        width: 25px;
        right: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moztransform: translate(0, -50%);
        transform: translate(0, -50%); }
      .desc_popup .order_group .order_item.added:after {
        background-image: url("../img/added_order.png"); }
      .desc_popup .order_group .order_item:not(:last-of-type) {
        border-bottom: 1px solid #dadada; }
      .desc_popup .order_group .order_item .circle_img {
        margin-right: 5%; }
      .desc_popup .order_group .order_item.order_item_check:before {
        content: '\f00c';
        font-family: FontAwesome;
        color: #a8a7a7;
        font-size: 19px;
        line-height: 25px;
        height: 25px;
        width: 25px;
        right: 30px;
        z-index: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moztransform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden; }
      .desc_popup .order_group .order_item.order_item_check:after {
        background-image: none;
        border: solid 3px #a8a7a7; }
      .desc_popup .order_group .order_item.order_item_check:active:before {
        visibility: visible;
        opacity: 1; }
      @media screen and (min-width: 1025px) {
        .desc_popup .order_group .order_item.order_item_check:hover:before {
          visibility: visible;
          opacity: 1; } }
      .desc_popup .order_group .order_item.order_item_check.added:before {
        color: #ffffff;
        opacity: 1;
        visibility: visible; }
      .desc_popup .order_group .order_item.order_item_check.added:after {
        background-color: #03214b;
        border-color: #03214b; }
    .desc_popup .order_group + .selectric-wrapper {
      margin-bottom: 40px; }
    .desc_popup .order_group + .add_order {
      margin: -10px 0 30px; }
    .desc_popup .order_group.show_price {
      margin: 30px 0; }
      .desc_popup .order_group.show_price .order_item:before, .desc_popup .order_group.show_price .order_item:after {
        display: none; }
      .desc_popup .order_group.show_price .price {
        color: #000000;
        font-size: 30px; }
  .desc_popup .feedback_form textarea {
    margin-bottom: 50px;
    border-radius: 5px; }
  .desc_popup .feedback_form .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 20px auto 40px; }
    .desc_popup .feedback_form .rating label {
      position: relative;
      cursor: pointer;
      margin: 0 5px 0; }
      .desc_popup .feedback_form .rating label:before {
        content: "\f006";
        font-family: FontAwesome;
        font-size: 40px;
        color: #7ae1bf;
        line-height: 1; }
    .desc_popup .feedback_form .rating input {
      display: none; }
    .desc_popup .feedback_form .rating input:checked ~ label:before, .desc_popup .feedback_form .rating:not(:checked) > label:hover:before, .desc_popup .feedback_form .rating:not(:checked) > label:hover ~ label:before {
      content: '\f005'; }
  .desc_popup .salon_desc textarea {
    height: 300px;
    margin-bottom: 50px; }
  .desc_popup a.red {
    color: #da1884;
    text-transform: uppercase;
    text-decoration: underline; }

.group_info .circle_img {
  overflow: hidden;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 7.5%; }
  @media screen and (max-width: 1440px) {
    .group_info .circle_img {
      margin-right: 5%;
      height: 50px;
      width: 50px; } }
.group_info .inf {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }
.group_info .main_name {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
  color: #000000; }
  @media screen and (max-width: 1440px) {
    .group_info .main_name {
      font-size: 21px; } }
.group_info .add_name {
  font-weight: 500;
  line-height: 1.2;
  color: #9b9b9b; }
  @media screen and (max-width: 1440px) {
    .group_info .add_name {
      font-size: 18px; } }

.pricing_tiers {
  text-align: center;
  width: 1200px;
  padding: 60px 75px; }
  .pricing_tiers .columns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .pricing_tiers .column {
    width: 30%; }
  .pricing_tiers .price_box {
    color: #ffffff;
    background-color: #03214b;
    font-size: 24px;
    padding: 40px 20px; }
    .pricing_tiers .price_box .price {
      font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
      font-size: 75px;
      line-height: 1;
      margin-bottom: 10px; }
  .pricing_tiers .info_rows {
    border: solid 1px #979797;
    border-top: none;
    padding: 10px 10px 35px; }
  .pricing_tiers .inf {
    padding: 20px 15px;
    color: #8d8d8d;
    font-weight: 500; }
    .pricing_tiers .inf:not(:last-of-type) {
      border-bottom: 1px solid #d8d8d8; }
    .pricing_tiers .inf:last-of-type {
      padding-bottom: 35px; }
  .pricing_tiers .button {
    font-size: 22px; }

.sub_payment {
  padding: 60px; }
  .sub_payment h3 {
    padding-bottom: 40px; }
  .sub_payment form .flex {
    border: 1px solid #979797;
    margin-bottom: 50px; }
    .sub_payment form .flex .card_num {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .sub_payment form .flex .cvc {
      width: 15%; }
    .sub_payment form .flex .date {
      width: 20%; }
  .sub_payment form input {
    border: none;
    padding: 0; }
  .sub_payment .card_num {
    position: relative; }
    .sub_payment .card_num:before {
      content: '\f09d';
      font-family: FontAwesome;
      font-size: 21px;
      line-height: 1;
      color: #9b9b9b;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moztransform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 10px; }
    .sub_payment .card_num input {
      padding-left: 50px; }

.confirm_payment h3 {
  padding-bottom: 50px; }
.confirm_payment .button {
  margin-bottom: 20px; }

.invite_client {
  padding: 60px; }
  .invite_client h3 {
    padding-bottom: 40px; }
  .invite_client form {
    max-width: 350px;
    margin: auto; }
  .invite_client .wrap_field {
    margin-bottom: 70px; }

.self_serve_confirm h3 {
  font-weight: 400;
  padding-bottom: 50px; }
  .self_serve_confirm h3 strong {
    font-weight: 900; }
.self_serve_confirm .button {
  margin-bottom: 20px; }

/*.email_invitation {
  padding-top: 70px;
  margin: 0 auto;
  width: 560px;
  max-width: 100%;
  text-align: center;
  header {
    background-color: #ffffff;
    padding: 34px 30px 25px;
    figure {
      width: 181px;
      margin: 0 auto;
    }
  }
  .top_e_i {
    background-image: url('../img/salon-bg.jpg');
    min-height: 560px;
    width: 100%;
    padding: 30px;
    @include headings {
      padding-bottom: 0;
      color: $c3;
    }
    h2 {
      font-size: 65px;
      line-height: 1.15;
    }
    h3 {
      font-size: 45px;
      line-height: 1.6;
    }
  }
  .content_e_i {
    background-color: #ffffff;
    padding: 40px 30px 50px;
    color: $c3;
    p {
      padding-bottom: 35px;
    }
    .button {
      padding: 11px 0;
    }
  }
  .bottom_e_i {
    background-color: #ffffff;
    padding: 22px 30px 16px;
    position: relative;
    font-size: 17px;
    color: #000000;
    a {
      color: #127db3;
    }
    &:before {
      content: '';
      height: 1px;
      background-color: #e0e0e0;
      position: absolute;
      top: 0;
      right: 30px;
      left: 30px;
    }
  }
  .button {
    min-width: 150px;
    font-size: 25px;
  }
  footer {
    padding: 25px 30px;
    font-size: 13px;
    line-height: 1.33;
    color: #999999;
    .soc_media {
      margin-bottom: 20px;
      a {
        display: inline-block;
        vertical-align: middle;
        width: 44px;
        margin: 0 24px;
        @include hover {
          opacity: .8;
        }
      }
    }
    p {
      padding-bottom: 0;
    }
  }
}*/
.mob_salon {
  background-color: #ffffff; }
  .mob_salon .container {
    max-width: calc(100% - 60px);
    width: 100%; }
    @media screen and (max-width: 540px) {
      .mob_salon .container {
        max-width: calc(100% - 60px); } }
  .mob_salon header {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
    .mob_salon header h1 {
      font-size: 50px;
      line-height: 1;
      text-align: center;
      padding: 20px 0; }
      @media screen and (max-width: 540px) {
        .mob_salon header h1 {
          font-size: 27px; } }
    .mob_salon header .back_to {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moztransform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 30px;
      color: #03214b;
      left: -20px; }
      @media screen and (max-width: 540px) {
        .mob_salon header .back_to {
          font-size: 21px;
          left: -25px; } }
  .mob_salon .filter_group .f_g_title {
    background-color: #e4f9f1;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    font-size: 45px;
    line-height: 1;
    color: #000;
    padding: 30px 0; }
    @media screen and (max-width: 540px) {
      .mob_salon .filter_group .f_g_title {
        font-size: 26px; } }
  .mob_salon .filter_group .f_g_item {
    border: 1px solid #dadada;
    padding: 23px 0 18px; }
  .mob_salon .filter_group input[type="checkbox"] + label {
    display: block;
    padding: 0 30px 0 0;
    line-height: 1.3; }
    @media screen and (max-width: 1024px) and (min-width: 541px) {
      .mob_salon .filter_group input[type="checkbox"] + label.pad {
        padding: 0 35px 0 100px; } }
    .mob_salon .filter_group input[type="checkbox"] + label:before {
      left: auto;
      right: 0; }
      @media screen and (max-width: 1024px) and (min-width: 541px) {
        .mob_salon .filter_group input[type="checkbox"] + label:before {
          right: 35px;
          font-size: 30px;
          line-height: 27px;
          height: 35px;
          width: 35px; } }
    .mob_salon .filter_group input[type="checkbox"] + label span {
      display: block; }
  .mob_salon .group_info .circle_img {
    height: 85px;
    width: 85px; }
    @media screen and (max-width: 540px) {
      .mob_salon .group_info .circle_img {
        height: 50px;
        width: 50px; } }
  .mob_salon .group_info .main_name {
    font-size: 34px; }
    @media screen and (max-width: 540px) {
      .mob_salon .group_info .main_name {
        font-size: 21px; } }
  .mob_salon .group_info .add_name {
    font-size: 30px; }
    @media screen and (max-width: 540px) {
      .mob_salon .group_info .add_name {
        font-size: 18px; } }
  .mob_salon .rating_item .fa-plus {
    font-size: 21px;
    margin-left: 20px;
    color: #7ae1bf; }
    @media screen and (max-width: 540px) {
      .mob_salon .rating_item .fa-plus {
        font-size: 16px; } }
  .mob_salon .price_item .main_name {
    font-size: 30px; }
    @media screen and (max-width: 1024px) and (min-width: 541px) {
      .mob_salon .price_item .main_name {
        font-size: 45px; } }
  .mob_salon .mob_bottom_menu {
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.24); }
    .mob_salon .mob_bottom_menu a {
      position: relative;
      display: block;
      text-align: center;
      width: 33.33%;
      font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
      font-size: 36px;
      line-height: 1.39;
      color: #7ae1bf;
      background-color: #ffffff;
      padding: 35px 0; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_bottom_menu a {
          font-size: 21px;
          padding: 25px 0; } }
      .mob_salon .mob_bottom_menu a.active {
        color: #ffffff;
        background-color: #7ae1bf; }
      .mob_salon .mob_bottom_menu a.active:before, .mob_salon .mob_bottom_menu a.active:after {
        display: none; }
      .mob_salon .mob_bottom_menu a:nth-child(2):before, .mob_salon .mob_bottom_menu a:nth-child(2):after {
        content: '';
        width: 2px;
        position: absolute;
        background-color: #7ae1bf;
        top: 10px;
        bottom: 10px;
        z-index: 1; }
      .mob_salon .mob_bottom_menu a:nth-child(2):before {
        left: -2px; }
      .mob_salon .mob_bottom_menu a:nth-child(2):after {
        right: -2px; }
  .mob_salon .b_wrap_button {
    text-align: center;
    padding: 48px 0 33px; }
  .mob_salon .mob_favorites {
    padding: 50px 0; }
    .mob_salon .mob_favorites .alend {
      line-height: 1.2;
      margin-bottom: 10px; }
    .mob_salon .mob_favorites h2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 60px;
      color: #7ae1bf; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_favorites h2 {
          font-size: 40px; } }
    .mob_salon .mob_favorites .rating {
      font-size: 40px;
      color: #9b9b9b;
      min-width: 77px; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_favorites .rating {
          font-size: 30px; } }
      .mob_salon .mob_favorites .rating .fa-star {
        font-size: 33px; }
    .mob_salon .mob_favorites .price {
      font-size: 40px;
      font-weight: 900;
      color: #9b9b9b; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_favorites .price {
          font-size: 30px; } }
    .mob_salon .mob_favorites .distance {
      font-size: 40px;
      color: #9b9b9b; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_favorites .distance {
          font-size: 30px; } }
    .mob_salon .mob_favorites .fav_row_2 {
      margin-bottom: 30px; }
    .mob_salon .mob_favorites p {
      font-size: 25px;
      color: #000; }
      @media screen and (max-width: 540px) {
        .mob_salon .mob_favorites p {
          font-size: 18px; } }
      .mob_salon .mob_favorites p:last-of-type {
        padding-bottom: 70px; }
    .mob_salon .mob_favorites .fav_row_3 {
      margin-bottom: 140px; }
      @media screen and (max-width: 580px) {
        .mob_salon .mob_favorites .fav_row_3 {
          display: block; } }
      .mob_salon .mob_favorites .fav_row_3 a {
        display: inline-block;
        text-align: center;
        min-width: 120px;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
        background: #03214b;
        color: #ffffff;
        padding: 15px;
        font-size: 27px;
        font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
        letter-spacing: 1.27px;
        line-height: 1; }
        .mob_salon .mob_favorites .fav_row_3 a:not(:last-of-type) {
          margin-right: 30px; }
          @media screen and (max-width: 540px) {
            .mob_salon .mob_favorites .fav_row_3 a:not(:last-of-type) {
              margin-right: 10px; } }
      .mob_salon .mob_favorites .fav_row_3 .alc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        @media screen and (max-width: 580px) {
          .mob_salon .mob_favorites .fav_row_3 .alc {
            margin-top: 30px; } }
        .mob_salon .mob_favorites .fav_row_3 .alc figure {
          height: 49px;
          width: 49px;
          overflow: hidden;
          margin-right: 10px; }
        .mob_salon .mob_favorites .fav_row_3 .alc div {
          font-size: 27px;
          font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
          letter-spacing: 1.27px;
          color: #03214b; }
          @media screen and (max-width: 540px) {
            .mob_salon .mob_favorites .fav_row_3 .alc div {
              font-size: 21px; } }
    .mob_salon .mob_favorites .tac {
      text-align: center; }
  .mob_salon .shad {
    background-color: rgba(0, 0, 0, 0.61); }
  .mob_salon .s_a_top {
    min-height: 600px; }
    @media screen and (max-width: 540px) {
      .mob_salon .s_a_top {
        min-height: 300px; } }
    .mob_salon .s_a_top figure {
      max-width: 520px;
      margin: 0 auto; }
      .mob_salon .s_a_top figure img {
        margin: auto; }
  .mob_salon .s_a_content {
    background: #ffffff;
    min-height: 500px;
    padding: 100px 0 20px; }
    .mob_salon .s_a_content form {
      text-align: center;
      max-width: 520px;
      margin: 0 auto; }
      .mob_salon .s_a_content form .button {
        margin-top: 80px; }
      @media screen and (max-width: 540px) {
        .mob_salon .s_a_content form label {
          font-size: 18px; } }
      .mob_salon .s_a_content form label:not(:last-of-type) {
        margin-bottom: 60px; }
        @media screen and (max-width: 540px) {
          .mob_salon .s_a_content form label:not(:last-of-type) {
            margin-bottom: 30px; } }
      .mob_salon .s_a_content form input[type="text"], .mob_salon .s_a_content form input[type="email"], .mob_salon .s_a_content form input[type="tel"], .mob_salon .s_a_content form input[type="search"], .mob_salon .s_a_content form input[type="password"], .mob_salon .s_a_content form textarea {
        border-bottom: 2px solid #979797 !important;
        border: none;
        border-radius: 0;
        -webkit-appearance: none; }
        .mob_salon .s_a_content form input[type="text"]:focus, .mob_salon .s_a_content form input[type="email"]:focus, .mob_salon .s_a_content form input[type="tel"]:focus, .mob_salon .s_a_content form input[type="search"]:focus, .mob_salon .s_a_content form input[type="password"]:focus, .mob_salon .s_a_content form textarea:focus {
          border-color: #7ae1bf !important; }
      .mob_salon .s_a_content form + .text_after_join {
        text-align: center;
        margin-top: 50px;
        font-size: 32px;
        color: #9b9b9b; }
        @media screen and (max-width: 540px) {
          .mob_salon .s_a_content form + .text_after_join {
            margin-top: 30px;
            font-size: 16px;
            color: #9b9b9b; } }

.open_mob_menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -15px;
  height: 25px;
  width: 44px; }
  @media screen and (max-width: 540px) {
    .open_mob_menu {
      width: 30px; } }
  .open_mob_menu span {
    display: block;
    width: 44px;
    height: 5px;
    border-radius: 2.3px;
    background-color: #03214b; }
    @media screen and (max-width: 540px) {
      .open_mob_menu span {
        width: 30px; } }
    .open_mob_menu span:not(:last-of-type) {
      margin-bottom: 5px; }

.mobile_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  width: 75%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media screen and (max-width: 540px) {
    .mobile_menu {
      width: 100%; } }
  .mobile_menu.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .mobile_menu .menu_user_logo {
    height: 205px;
    width: 205px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 60px 50px; }
    @media screen and (max-width: 540px) {
      .mobile_menu .menu_user_logo {
        height: 150px;
        width: 150px;
        margin: 0 30px 30px; } }
  .mobile_menu .menu_user_inf {
    color: #03214b;
    padding: 0 60px;
    margin-bottom: 60px; }
    @media screen and (max-width: 540px) {
      .mobile_menu .menu_user_inf {
        padding: 0 30px;
        margin-bottom: 40px; } }
    .mobile_menu .menu_user_inf .user_name {
      font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
      font-size: 50px; }
      @media screen and (max-width: 540px) {
        .mobile_menu .menu_user_inf .user_name {
          font-size: 30px; } }
    .mobile_menu .menu_user_inf .user_rating {
      font-size: 40px; }
      @media screen and (max-width: 540px) {
        .mobile_menu .menu_user_inf .user_rating {
          font-size: 21px; } }
      .mobile_menu .menu_user_inf .user_rating .fa-star {
        font-size: 30px; }
        @media screen and (max-width: 540px) {
          .mobile_menu .menu_user_inf .user_rating .fa-star {
            font-size: 16px; } }
  .mobile_menu .user_menu {
    margin-bottom: 42px; }
    .mobile_menu .user_menu li {
      padding: 33px 60px; }
      @media screen and (max-width: 540px) {
        .mobile_menu .user_menu li {
          padding: 16px 30px; } }
      .mobile_menu .user_menu li.active {
        background-color: #eeeeee; }
      .mobile_menu .user_menu li a {
        font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
        line-height: 1;
        font-size: 36px;
        color: #03214b;
        text-transform: uppercase; }
        @media screen and (max-width: 540px) {
          .mobile_menu .user_menu li a {
            font-size: 24px; } }
      .mobile_menu .user_menu li img {
        display: inline-block;
        vertical-align: bottom;
        width: 42px;
        margin-right: 45px; }
        @media screen and (max-width: 540px) {
          .mobile_menu .user_menu li img {
            width: 30px;
            margin-right: 25px; } }
  .mobile_menu .close_mob_menu {
    display: inline-block;
    margin: 0 60px; }
    @media screen and (max-width: 540px) {
      .mobile_menu .close_mob_menu {
        margin: 0 30px; } }
    .mobile_menu .close_mob_menu img {
      width: 49px; }
      @media screen and (max-width: 540px) {
        .mobile_menu .close_mob_menu img {
          width: 30px; } }

.mobile_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  padding: 145px 52px 30px;
  overflow-y: auto;
  text-align: center; }
  @media screen and (max-width: 540px) {
    .mobile_popup {
      padding: 90px 30px 30px; } }
  .mobile_popup.enjoy_popup h3 {
    padding-bottom: 90px; }
  .mobile_popup.add_pay_m h3 {
    padding-bottom: 50px; }
  .mobile_popup.add_pay_m .small p {
    font-size: 25px;
    padding-bottom: 0; }
    @media screen and (max-width: 540px) {
      .mobile_popup.add_pay_m .small p {
        font-size: 16px; } }
  .mobile_popup.add_pay_m .button:last-of-type {
    margin-bottom: 55px; }
  .mobile_popup.favorite_popup .fa-heart {
    color: #da1884; }
  .mobile_popup.favorite_popup p:last-of-type {
    padding-bottom: 100px; }
    @media screen and (max-width: 540px) {
      .mobile_popup.favorite_popup p:last-of-type {
        padding-bottom: 50px; } }
  .mobile_popup .close_popup {
    cursor: pointer;
    left: 55px;
    top: 55px;
    height: 35px;
    width: 35px;
    position: absolute; }
    @media screen and (max-width: 540px) {
      .mobile_popup .close_popup {
        height: 25px;
        width: 25px;
        left: 25px;
        top: 25px; } }
    .mobile_popup .close_popup:after {
      content: '';
      background-image: url("../img/close.png");
      background-size: cover;
      background-repeat: no-repeat;
      height: 35px;
      width: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 540px) {
        .mobile_popup .close_popup:after {
          height: 25px;
          width: 25px; } }
  .mobile_popup .mob_popup_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
  .mobile_popup .pagination {
    margin-top: 55px; }
    @media screen and (max-width: 540px) {
      .mobile_popup .pagination {
        margin-top: 30px; } }
    .mobile_popup .pagination .pagination-bullet {
      display: inline-block;
      vertical-align: middle;
      height: 15px;
      width: 15px;
      border-radius: 50%;
      border: 1px solid #85e5c6;
      background-color: #ffffff;
      margin: 0 5px; }
      .mobile_popup .pagination .pagination-bullet.active {
        background-color: #85e5c6; }
      @media screen and (max-width: 540px) {
        .mobile_popup .pagination .pagination-bullet {
          height: 10px;
          width: 10px;
          margin: 0 3px; } }
  .mobile_popup h3 {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.5;
    color: #03214b;
    padding-bottom: 15px; }
    .mobile_popup h3 strong {
      font-weight: 900; }
    @media screen and (max-width: 540px) {
      .mobile_popup h3 {
        font-size: 30px; } }
  .mobile_popup h4 {
    font-size: 50px;
    line-height: 1.2;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    color: #7ae1bf;
    text-align: center;
    padding-bottom: 55px; }
    @media screen and (max-width: 540px) {
      .mobile_popup h4 {
        font-size: 24px;
        padding-bottom: 30px; } }
  .mobile_popup p {
    max-width: 538px;
    margin: 0 auto;
    text-align: center;
    color: #03214b;
    font-size: 36px;
    line-height: 1.35; }
    .mobile_popup p strong {
      font-weight: 900; }
    .mobile_popup p:last-of-type {
      padding-bottom: 40px; }
    @media screen and (max-width: 540px) {
      .mobile_popup p {
        font-size: 21px; } }
  .mobile_popup .button + a.red {
    margin-top: 60px; }
    @media screen and (max-width: 540px) {
      .mobile_popup .button + a.red {
        margin-top: 30px; } }
  .mobile_popup .button + .button {
    margin-top: 30px; }
  .mobile_popup a.red {
    font-size: 30px;
    color: #da1884;
    text-decoration: underline; }
    @media screen and (max-width: 540px) {
      .mobile_popup a.red {
        font-size: 21px; } }
  .mobile_popup .upd_p_p h3 {
    padding-bottom: 140px; }
    @media screen and (max-width: 540px) {
      .mobile_popup .upd_p_p h3 {
        padding-bottom: 70px; } }
  .mobile_popup .upd_p_p p:last-of-type {
    padding-bottom: 90px; }
  @media screen and (max-width: 540px) {
    .mobile_popup .upd_p_p p {
      font-size: 21px; }
      .mobile_popup .upd_p_p p:last-of-type {
        padding-bottom: 45px; } }
  .mobile_popup.order_summary {
    padding-left: 0;
    padding-right: 0; }
    .mobile_popup.order_summary h4 {
      color: #03214b; }
    .mobile_popup.order_summary .o_s_table {
      width: 100%;
      text-align: left;
      color: #03214b;
      margin-bottom: 35px; }
      .mobile_popup.order_summary .o_s_table > * {
        border-bottom: 0.5px solid #adadad; }
        .mobile_popup.order_summary .o_s_table > *:not(.title) {
          font-size: 30px;
          font-weight: 900;
          padding: 35px 0; }
          @media screen and (max-width: 540px) {
            .mobile_popup.order_summary .o_s_table > *:not(.title) {
              font-size: 21px;
              padding: 15px 0; } }
        .mobile_popup.order_summary .o_s_table > * .dec {
          font-size: 40px;
          font-weight: 400; }
          @media screen and (max-width: 540px) {
            .mobile_popup.order_summary .o_s_table > * .dec {
              font-size: 24px; } }
      .mobile_popup.order_summary .o_s_table .title {
        font-size: 48px;
        font-weight: 500; }
        @media screen and (max-width: 540px) {
          .mobile_popup.order_summary .o_s_table .title {
            font-size: 27px; } }
      .mobile_popup.order_summary .o_s_table .payment_method {
        background: #eefaf5;
        position: relative; }
        .mobile_popup.order_summary .o_s_table .payment_method:after {
          content: '\f107';
          font-family: FontAwesome;
          color: #03214b;
          font-size: 42px;
          line-height: 1;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moztransform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 35px; }
          @media screen and (max-width: 540px) {
            .mobile_popup.order_summary .o_s_table .payment_method:after {
              font-size: 24px;
              right: 25px; } }
      .mobile_popup.order_summary .o_s_table .total_items .container, .mobile_popup.order_summary .o_s_table .total_price .container {
        padding-right: 45px; }
        @media screen and (max-width: 540px) {
          .mobile_popup.order_summary .o_s_table .total_items .container, .mobile_popup.order_summary .o_s_table .total_price .container {
            padding-right: 25px; } }
      .mobile_popup.order_summary .o_s_table .total_items {
        position: relative; }
        .mobile_popup.order_summary .o_s_table .total_items:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #03214b;
          font-size: 42px;
          line-height: 1;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moztransform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 35px; }
          @media screen and (max-width: 540px) {
            .mobile_popup.order_summary .o_s_table .total_items:after {
              font-size: 24px;
              right: 25px; } }
      .mobile_popup.order_summary .o_s_table + .alc {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .mobile_popup.order_summary .o_s_table + .alc a.red {
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end;
          margin-bottom: 50px; }

.mob_past_orders {
  padding-bottom: 100px; }
  .mob_past_orders .order {
    border: solid 1px #dadada;
    padding: 25px 0 10px; }
    .mob_past_orders .order .title_order {
      font-size: 34px;
      font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
      color: #7ae1bf; }
      @media screen and (max-width: 540px) {
        .mob_past_orders .order .title_order {
          font-size: 24px; } }
    .mob_past_orders .order .count_services {
      color: #9b9b9b;
      font-size: 30px;
      font-weight: 500; }
      @media screen and (max-width: 540px) {
        .mob_past_orders .order .count_services {
          font-size: 21px; } }
    .mob_past_orders .order .price {
      font-size: 40px;
      color: #000000; }
      @media screen and (max-width: 540px) {
        .mob_past_orders .order .price {
          font-size: 21px; } }

.y_active_orders .order {
  padding: 30px 0 15px;
  border: solid 1px #dadada; }
  @media screen and (max-width: 540px) {
    .y_active_orders .order {
      padding: 15px 0; } }
  .y_active_orders .order .price {
    font-size: 40px;
    color: #000; }
    @media screen and (max-width: 540px) {
      .y_active_orders .order .price {
        font-size: 21px; } }
.y_active_orders + .tac {
  text-align: center;
  margin: 50px 0; }
  .y_active_orders + .tac a.red {
    font-size: 26px;
    color: #da1884;
    text-decoration: underline; }
    @media screen and (max-width: 540px) {
      .y_active_orders + .tac a.red {
        font-size: 21px; } }

.mob_service_feedback h3 {
  font-family: "Chalet-NewYorkNineteenEighty", sans-serif; }
.mob_service_feedback textarea {
  margin-bottom: 50px;
  background-color: #f9f9f9;
  border-radius: 9px;
  border: solid 1px #dedede;
  padding: 20px 30px; }
  @media screen and (max-width: 540px) {
    .mob_service_feedback textarea {
      padding: 20px; } }
.mob_service_feedback .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 20px auto 40px; }
  .mob_service_feedback .rating label {
    position: relative;
    cursor: pointer;
    margin: 0 5px 0; }
    .mob_service_feedback .rating label:before {
      content: "\f006";
      font-family: FontAwesome;
      font-size: 40px;
      color: #7ae1bf;
      line-height: 1; }
  .mob_service_feedback .rating input {
    display: none; }
  .mob_service_feedback .rating input:checked ~ label:before, .mob_service_feedback .rating:not(:checked) > label:hover:before, .mob_service_feedback .rating:not(:checked) > label:hover ~ label:before {
    content: '\f005'; }
.mob_service_feedback .button {
  min-width: 1px; }

.mob_search_content {
  height: 100%;
  min-height: 450px; }
  .mob_search_content form {
    max-width: 515px;
    margin: 0 auto; }
  .mob_search_content label {
    font-size: 30px;
    color: #707070;
    margin-bottom: 20px; }
    .mob_search_content label i {
      font-size: 35px;
      color: #dadada;
      margin-right: 20px; }
  .mob_search_content #mob_s_loc {
    border: none;
    border-bottom: solid 1.6px #979797 !important;
    padding: 0 35px 0 10px; }
    .mob_search_content #mob_s_loc:focus {
      border-bottom-color: #7ae1bf !important; }
  .mob_search_content .wrap_fields {
    position: relative;
    margin-bottom: 20px; }
    .mob_search_content .wrap_fields button {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moztransform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 0;
      background-color: transparent;
      border: none;
      color: #dadada;
      font-size: 30px; }
  .mob_search_content a.red {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    color: #da1884;
    text-decoration: underline; }
    @media screen and (max-width: 540px) {
      .mob_search_content a.red {
        font-size: 21px; } }
  .mob_search_content iframe {
    height: 100%;
    min-height: 450px;
    width: 100%; }

.mob_profile_photo {
  padding: 90px 0; }
  @media screen and (max-width: 540px) {
    .mob_profile_photo {
      padding: 50px 0; } }
  .mob_profile_photo form {
    max-width: 475px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .mob_profile_photo form .pp_field {
      border-bottom: solid 1.6px #979797 !important;
      border: none;
      border-radius: 0;
      -webkit-appearance: none; }
      .mob_profile_photo form .pp_field:focus {
        border-bottom-color: #7ae1bf !important; }
    .mob_profile_photo form .flex {
      margin-bottom: 120px; }
      @media screen and (max-width: 540px) {
        .mob_profile_photo form .flex {
          margin-bottom: 60px; } }
      .mob_profile_photo form .flex > div {
        width: 40%; }
    .mob_profile_photo form .button {
      min-width: 1px;
      margin-bottom: 45px; }
  .mob_profile_photo .upd_photo {
    position: relative;
    cursor: pointer;
    margin-bottom: 110px; }
    @media screen and (max-width: 540px) {
      .mob_profile_photo .upd_photo {
        margin-bottom: 50px; } }
    .mob_profile_photo .upd_photo figure {
      height: 345px;
      width: 345px;
      overflow: hidden;
      border-radius: 50%; }
      @media screen and (max-width: 540px) {
        .mob_profile_photo .upd_photo figure {
          height: 260px;
          width: 260px; } }
    .mob_profile_photo .upd_photo img {
      height: 100%;
      width: 100%; }
    .mob_profile_photo .upd_photo:after {
      content: '';
      background-image: url("../img/green-plus.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 12px;
      right: 28px; }
      @media screen and (max-width: 540px) {
        .mob_profile_photo .upd_photo:after {
          height: 30px;
          width: 30px; } }
  .mob_profile_photo h3 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 50px;
    font-family: "Chalet-NewYorkNineteenEighty", sans-serif;
    text-align: left;
    color: #03214b;
    padding-bottom: 50px; }
    @media screen and (max-width: 540px) {
      .mob_profile_photo h3 {
        font-size: 30px;
        padding-bottom: 30px; } }
  .mob_profile_photo a.red {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    color: #da1884;
    text-decoration: underline; }
    @media screen and (max-width: 540px) {
      .mob_profile_photo a.red {
        font-size: 21px; } }

.mob_confirm_photo form {
  max-width: 475px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.mob_confirm_photo .button {
  min-width: 1px; }
.mob_confirm_photo .upd_photo {
  position: relative;
  cursor: pointer;
  margin-bottom: 110px; }
  @media screen and (max-width: 540px) {
    .mob_confirm_photo .upd_photo {
      margin-bottom: 50px; } }
  .mob_confirm_photo .upd_photo figure {
    height: 345px;
    width: 345px;
    overflow: hidden;
    border-radius: 50%; }
    @media screen and (max-width: 540px) {
      .mob_confirm_photo .upd_photo figure {
        height: 260px;
        width: 260px; } }
  .mob_confirm_photo .upd_photo img {
    height: 100%;
    width: 100%; }
  .mob_confirm_photo .upd_photo:after {
    content: '';
    background-image: url("../img/green-plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 12px;
    right: 28px; }
    @media screen and (max-width: 540px) {
      .mob_confirm_photo .upd_photo:after {
        height: 30px;
        width: 30px; } }
.mob_confirm_photo a.red {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  color: #da1884;
  text-decoration: underline;
  margin-top: 45px; }
  @media screen and (max-width: 540px) {
    .mob_confirm_photo a.red {
      font-size: 21px; } }

.fullscreen_img {
  padding: 150px 0;
  text-align: center; }
  @media screen and (max-width: 540px) {
    .fullscreen_img {
      padding: 75px 0; } }
  .fullscreen_img figure {
    display: inline-block; }

.full_steps #main {
  position: relative; }
  .full_steps #main:after {
    content: '';
    background-color: rgba(8, 89, 87, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }

.fullscreen_steps {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 35px;
  padding: 120px 0 60px; }
  @media screen and (max-width: 540px) {
    .fullscreen_steps {
      font-size: 21px; } }
  @media screen and (max-width: 1024px) and (min-width: 540px) {
    .fullscreen_steps .container {
      max-width: calc(100% - 220px); } }
  .fullscreen_steps h3 {
    color: #7ae1bf;
    padding-bottom: 50px; }
    @media screen and (max-width: 540px) {
      .fullscreen_steps h3 {
        padding-bottom: 30px; } }
  .fullscreen_steps .pagination {
    margin: 75px 0 50px; }
    @media screen and (max-width: 540px) {
      .fullscreen_steps .pagination {
        margin: 30px 0; } }
    .fullscreen_steps .pagination .pagination-bullet {
      display: inline-block;
      vertical-align: middle;
      height: 9px;
      width: 9px;
      border-radius: 50%;
      border: 1px solid #fff;
      background-color: transparent;
      margin: 0 5px; }
      .fullscreen_steps .pagination .pagination-bullet.active {
        background-color: #fff; }
      @media screen and (max-width: 540px) {
        .fullscreen_steps .pagination .pagination-bullet {
          height: 10px;
          width: 10px;
          margin: 0 3px; } }
  .fullscreen_steps .tac {
    text-align: center; }

.customers_photo_grid {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  -ms-column-gap: 7px;
  column-gap: 7px; }
  .customers_photo_grid > * {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid; }
  .customers_photo_grid figure {
    margin-bottom: 7px; }

.mob_salon_fancy {
  margin-bottom: 40px; }
  .mob_salon_fancy .mob_favorites {
    padding-bottom: 0; }
    .mob_salon_fancy .mob_favorites .fav_row_2 {
      margin-bottom: 10px; }
    .mob_salon_fancy .mob_favorites p:last-of-type {
      padding-bottom: 20px; }
    .mob_salon_fancy .mob_favorites .mob_salon_fancy_waitlist {
      font-size: 36px;
      color: #9b9b9b;
      margin-bottom: 15px; }
      @media screen and (max-width: 540px) {
        .mob_salon_fancy .mob_favorites .mob_salon_fancy_waitlist {
          font-size: 24px; } }
  .mob_salon_fancy .filter_group {
    margin-bottom: 65px; }
    .mob_salon_fancy .filter_group .f_g_title {
      text-transform: uppercase; }
    .mob_salon_fancy .filter_group .price {
      font-size: 35px;
      font-weight: 500;
      color: #000000; }
      @media screen and (max-width: 540px) {
        .mob_salon_fancy .filter_group .price {
          font-size: 21px; } }

/*# sourceMappingURL=style.css.map */
