/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
.jcf-hidden {
    appearance: none;
    position: absolute !important;
    left: -9999px !important;
    height: 1px !important;
    width: 1px !important;
    margin: 0px !important;
    border-width: 0px !important;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.items-area,
.login-list,
.block-customer .list-btns,
.filters-selector,
.list-ratings,
.block-privacy .list-links,
.block-invoices .package-list,
.invoice-detail .list-invoices {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #858585;
    background: #fff;
    font: 16px/1.4375 "circular", "Arial", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: 500;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 45px;
}

h2,
.h2 {
    font-size: 35px;
    color: #484848;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
    width: 100%;
    height: 51px;
    border-radius: 8px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.woff") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-BlackItalic.woff") format("woff"), url("../fonts/CircularStd-BlackItalic.woff") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-BoldItalic.woff") format("woff"), url("../fonts/CircularStd-BoldItalic.woff") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-BookItalic.woff") format("woff"), url("../fonts/CircularStd-BookItalic.woff") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.woff") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "circular";
    src: url("../fonts/CircularStd-MediumItalic.woff") format("woff"), url("../fonts/CircularStd-MediumItalic.woff") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-block:before {
    content: "\e93d";
}
.icon-timer:before {
    content: "\e93c";
}
.icon-hour-glass:before {
    content: "\e93a";
}
.icon-menu-recurring:before {
    content: "\e93b";
}
.icon-combined:before {
    content: "\e906";
}
.icon-pen:before {
    content: "\e939";
}
.icon-contacts:before {
    content: "\e936";
}
.icon-denied:before {
    content: "\e937";
}
.icon-blocked:before {
    content: "\e938";
}
.icon-star-outline:before {
    content: "\e934";
}
.icon-star-new:before {
    content: "\e935";
}
.icon-shift:before {
    content: "\e930";
}
.icon-speech:before {
    content: "\e931";
}
.icon-back:before {
    content: "\e932";
}
.icon-emoji:before {
    content: "\e933";
}
.icon-upload:before {
    content: "\e92f";
}
.icon-block1:before {
    content: "\e92e";
}
.icon-time:before {
    content: "\e925";
}
.icon-more:before {
    content: "\e926";
}
.icon-monitor:before {
    content: "\e927";
}
.icon-barber:before {
    content: "\e928";
}
.icon-man:before {
    content: "\e929";
}
.icon-clock-alt:before {
    content: "\e92a";
}
.icon-appointment:before {
    content: "\e924";
}
.icon-chat:before {
    content: "\e920";
}
.icon-email:before {
    content: "\e921";
}
.icon-phone-2:before {
    content: "\e922";
}
.icon-single:before {
    content: "\e923";
}
.icon-trash:before {
    content: "\e91f";
}
.icon-contact-calendar:before {
    content: "\e91e";
}
.icon-refresh:before {
    content: "\e915";
}
.icon-cards:before {
    content: "\e91a";
}
.icon-list:before {
    content: "\e912";
}
.icon-logout:before {
    content: "\e913";
}
.icon-preson:before {
    content: "\e914";
}
.icon-setting:before {
    content: "\e916";
}
.icon-star1:before {
    content: "\e917";
}
.icon-stat:before {
    content: "\e918";
}
.icon-alert:before {
    content: "\e919";
}
.icon-clock:before {
    content: "\e91b";
}
.icon-cloud:before {
    content: "\e91c";
}
.icon-delete:before {
    content: "\e91d";
}
.icon-calendar:before {
    content: "\e911";
}
.icon-hand:before {
    content: "\e910";
}
.icon-price-up:before {
    content: "\e90f";
}
.icon-eye:before {
    content: "\e90e";
}
.icon-info:before {
    content: "\e90d";
}
.icon-cross:before {
    content: "\e90c";
}
.icon-arrow-back:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-location:before {
    content: "\e902";
}
.icon-qoute:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}
.icon-star:before {
    content: "\e905";
}
.icon-arrow-left:before {
    content: "\1f332";
}
.icon-arrow-right:before {
    content: "\e907";
}
.icon-arrowo-forward:before {
    content: "\e908";
}
.icon-phone:before {
    content: "\e909";
}
.icon-tick:before {
    content: "\e90a";
}
.icon-close:before {
    content: "\e90b";
}
.icon-access_timequery_builderschedule:before {
    content: "\e92b";
}
.icon-clock1:before {
    content: "\e92c";
}
.icon-clock2:before {
    content: "\e92d";
}



body.compensate-for-scrollbar {
    overflow: hidden !important;
}

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

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    overflow-y: auto;
}

.fancybox-bg {
    background: rgba(17, 17, 17, .65);
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    /*background: #fff;*/
    display: inline-block;
    margin: 0;
    max-width: 100%;
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    fill: #fff;
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.pause_div {
    /*background: repeating-linear-gradient(-45deg, #bbbbbb, #bbbbbb 4px, #e0c079 5px, #e0c079 13.4px) !important;*/
    background: #d0d0d0 !important;
    color: #FFF !important;
}
.pause_div:hover {
    background: #d9d9d9 !important;
    color: #FFF !important;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button:disabled {
    display: none !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

.fancybox-button--thumbs,
.fancybox-button--play {
    display: none !important;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.btn-disabled,
.btn:disabled,
.jcf-disabled,
a:disabled,
a[disabled],
button:disabled,
button[disabled],
input:disabled,
input[disabled],
textarea[disabled]{
    background: none !important;
    border: 1px solid #c8c7c8 !important;
    color: #c8c7c8 !important;
    -webkit-text-fill-color: #c8c7c8 !important;
    opacity: 1;
    pointer-events: none;
}

.jcf-disabled .jcf-select-text,
.jcf-disabled .jcf-select-text span{
    color: #c8c7c8 !important;
}

#visual {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.btn-green {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #38845b;
    border-radius: 2px;
    min-width: 108px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 11px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none;
}

.btn-green:hover {
    background: #1a3c2a;
}

.btn-green .icon {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 2px;
}

.btn-outline {
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px;
    text-align: center;
    color: #858585;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #979797;
    border-radius: 2px;
}

.btn-outline:hover,
.btn-outline.active {
    background: #484848;
    border-color: #484848;
    color: #fff;
}

.btn-outline .icon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
}

.btn-outline.active:hover {
    background: #151515;
    border-color: #151515;
}

.open-close .slide {
    display: none;
}

.general-text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 13px 0;
    position: relative;
    background: #daa93b;
}

.general-text a {
    color: #fff !important;
    text-decoration: underline !important;
}

.general-text a:hover {
    text-decoration: none !important;
}

.general-text .icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.general-text p {
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.general-text .text {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
}

.general-text .text .img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.general-text .text img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#header {
    position: relative;
    padding: 19px 0 13px;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    line-height: 21px;
    background: #000;
}

#header .container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    width: 141px;
    display: block;
    margin: 0 0 0 13px;
    position: relative;
    overflow: hidden;
}

#header .logo a {
    display: block;
}

#header .logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#header .lan-open-close {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#header .lan-open-close .slide {
    display: none;
}

#header .opener {
    display: block;
    position: relative;
    padding: 0 20px 0 0;
}

#header .opener:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

#header .opener .img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

#header .opener .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#header .slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    margin: 10px 0 0;
}

#header .slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .slide li {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0;
}

#header .slide a {
    display: block;
    padding: 10px;
}

#header .slide a:hover {
    background: #ccc;
}

#header .slide .img {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}

.nav-drop {
    padding: 0 105px 0 0;
}

.nav-opener {
    width: 27px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 20px;
    top: 7px;
    border-top: 3px solid #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-active .nav-opener {
    border: none;
}

.nav-opener:hover:after,
.nav-opener:hover:before {
    width: 100%;
}

.nav-opener:before,
.nav-opener:after {
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    content: "";
    background: #fff;
    top: 6px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    top: 15px;
    width: 18px;
}

.nav-active .nav-opener:after {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu li {
    padding: 0 28px;
}

.menu a {
    display: block;
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
}

.menu a:hover {
    color: #fff;
}

.menu .btn {
    padding: 16px 20px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
}

.menu .btn:hover {
    opacity: 1;
    color: #000;
    background: #fff;
}

.visual {
    padding: 108px 0 0;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.visual.bg-black {
    z-index: 1;
    background: #000;
}

.visual.bg-black .shape-holder {
    position: absolute;
    /*max-width: 370px;*/
    max-width: 320px;
}

.visual.bg-black .shape-holder.full-width {
    max-width: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.visual.bg-black .shape-holder.full-width img {
    height: 100%;
    object-fit: cover;
}

.visual.bg-black .shape-holder.top-left {
    top: 0;
    left: 0;
}

.visual.bg-black .shape-holder.top-right {
    display: none;
    right: 5%;
    max-width: 220px;
}

.visual.bg-black .shape-holder.bottom-left {
    max-width: 160px;
    bottom: 0;
    left: 0;
}

.visual.bg-black .shape-holder.bottom-right {
    right: 0;
    max-width: 390px;
    bottom: 0;
}

.visual.bg-black .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.visual.bg-black:before {
    display: none;
}

.visual:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .63) 40%, rgba(0, 0, 0, .12) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .63) 40%, rgba(0, 0, 0, .12) 100%);
}

.visual.style {
    padding: 70px 0;
    text-align: center;
    color: #e7e7e7;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}

.visual.style h1 {
    text-transform: none;
    margin: 0;
    color: #fff;
}

.visual.style p {
    margin: 0;
}

.visual .web {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
}

.visual .web:hover {
    text-decoration: none;
}

.visual .bg-holder {
    position: absolute;
    z-index: -1;
}

.visual h1 {
    text-align: center;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 37px;
}

.visual .text {
    font-weight: 400;
    display: block;
    font-size: 20px;
    line-height: 27px;
    text-transform: none;
    margin: 0 0 6px;
}

.form-search {
    max-width: 794px;
    margin: 0 auto 100px;
    background: rgba(255, 255, 255, .86);
    border-radius: 38px;
    padding: 8px 8px 8px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #858585;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-search .field {
    width: 290px;
}

.form-search input[type="text"],
.form-search input[type="email"],
.form-search input[type="search"] {
    color: #000;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.form-search input[type="text"]::-webkit-input-placeholder,
.form-search input[type="email"]::-webkit-input-placeholder,
.form-search input[type="search"]::-webkit-input-placeholder {
    color: #858585;
}

.form-search input[type="text"]::-moz-placeholder,
.form-search input[type="email"]::-moz-placeholder,
.form-search input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #858585;
}

.form-search input[type="text"]:-moz-placeholder,
.form-search input[type="email"]:-moz-placeholder,
.form-search input[type="search"]:-moz-placeholder {
    color: #858585;
}

.form-search input[type="text"]:-ms-input-placeholder,
.form-search input[type="email"]:-ms-input-placeholder,
.form-search input[type="search"]:-ms-input-placeholder {
    color: #858585;
}

.form-search input[type="text"].placeholder,
.form-search input[type="email"].placeholder,
.form-search input[type="search"].placeholder {
    color: #858585;
}

.form-search .select-holder {
    width: 130px;
}

.form-search .select-holder.style {
    width: 105px;
}

.form-search button[type="submit"] {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    border: none;
    background: #38845b;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.form-search button[type="submit"]:hover {
    background: #1a3c2a;
}

.form-search button[type="submit"] .text-search {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.form-search button[type="submit"] .icon {
    vertical-align: middle;
}

.slider-area {
    font-size: 15px;
    line-height: 23px;
    width: 550px;
    background: rgba(0, 0, 0, .65);
    padding: 36px 40px 19px 69px;
    color: #d0d0d0;
	height:200px;
}

.slider-area .slide {
    display: none;
}

.slider-area .slide:first-child {
    display: block;
}

.slider-area .slide.slick-slide {
    display: block;
}

.slider-area blockquote {
    margin: 0;
}

.slider-area q {
    display: block;
    margin: 0 0 15px;
}

.slider-area q:before,
.slider-area q:after {
    display: none;
}

.slider-area cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
}

.slider-area cite .img {
    width: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.slider-area cite img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.slider-area cite .text-holder {
    width: 118px;
    padding: 0 0 0 8px;
}

.slider-area .name {
    display: block;
    color: #e7e7e7;
    font-size: 14px;
    line-height: 18px;
}

.slider-area .designation {
    font-size: 13px;
    line-height: 17px;
    display: block;
    color: #858585;
}

.slider-area .slick-arrow {
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    left: 6px;
    bottom: 0;
    color: #858585;
    padding: 0 0 0 20px;
    z-index: 5;
}

.slider-area .slick-arrow:hover {
    color: #fff;
}

.slider-area .slick-arrow .icon {
    font-size: 10px;
    line-height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider-area .slick-arrow.slick-next {
    left: 96px;
    padding: 0 20px 0 0;
}

.slider-area .slick-arrow.slick-next .icon {
    left: auto;
    right: 0;
}

.area-holder {
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
    margin: 0 0 50px;
}

.area-holder.has-scroll .arrow {
    opacity: 1;
    visibility: visible;
}

.area-holder .link-more {
    position: absolute;
    right: 100px;
    bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #38845b;
}

.area-holder .link-more:hover {
    color: #1a3c2a;
}

.area-holder .link-more:hover .text {
    text-decoration: none;
}

.area-holder .link-more .text {
    text-decoration: underline;
}

.area-holder .link-more .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 5px;
    margin: -2px 0 0;
}

.area-holder .area-wrap {
    overflow: hidden;
    margin: 0 0 -30px;
    position: relative;
}

.area-holder .scroll-active .slide-box {
    display: none;
}

.area-holder .slide-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 15px;
    border-radius: 60px;
    font-size: 30px;
    line-height: 1;
    pointer-events: none;
    display: none;
}

.area-holder .slide-box .img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.area-holder .area-frame {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.area-holder .area-frame .area-slider {
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

.area-holder .area-frame .area-slider .article-area {
    cursor: pointer;
}

.area-holder .area-frame .slide {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 103px;
}

.area-holder .shape-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    margin: -80px 0 0 -34px;
    z-index: -1;
}

.area-holder .container {
    position: relative;
    z-index: 3;
}

.area-holder h2 {
    text-align: center;
    margin: 0 0 39px;
}

.area-holder .slide {
    /*width: 320px;*/
    width: 290px;
    padding: 0 13px 30px;
}

.area-holder .slick-list {
    padding-right: 120px;
}

.area-holder .arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    left: 50px;
    top: 140px;
    background: #fff;
    z-index: 5;
    border: none;
    box-shadow: 0 2px 23px rgba(0, 0, 0, .16);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    line-height: 0;
    outline: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.area-holder .arrow:hover {
    background: #38845b;
}

.area-holder .arrow:hover:before {
    border-color: #fff;
}

.area-holder .arrow:before {
    width: 18px;
    height: 18px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    content: "";
    top: 15px;
    left: 18px;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.area-holder .arrow.arrow-next {
    left: auto;
    right: 50px;
}

.area-holder .arrow.arrow-next:before {
    left: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.area-holder .arrow-desktop-prev,
.area-holder .arrow-desktop-next {
    display: none;
}

.area-holder .arrow-mobile-prev,
.area-holder .arrow-mobile-next {
    /*@include media('>=l-phone') {
      display: none;
    }*/
}

.article-area {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.article-area:hover {
    box-shadow: 0 2px 23px rgba(0, 0, 0, .16);
}

.article-area:hover .btn-green {
    opacity: 1;
    visibility: visible;
}

.article-area .image-holder {
    position: relative;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    height: 180px;
}

.article-area .image-holder img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;;
}

.article-area .image-holder a {
    display: block;
}

.article-area .image-holder a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.article-area .text-holder {
    padding: 18px 10px 29px;
}

.article-area h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
    color: #484848;
}

.article-area .tag-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-area address {
    position: relative;
    padding: 0 0 0 17px;
    color: #bbb;
    font-style: normal;
}

.article-area address .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.article-area .btn-green {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tag {
    display: inline-block;
    vertical-align: top;
    background: #ccf5df;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 3px 5px;
    width: 66px;
    color: #38845b;
    font-weight: 500;
    border-radius: 12px;
}

.tag.full {
    background: #fff2d5;
    color: #f7b521;
}

.tag.basic {
    background: #e7e7e7;
    color: #484848;
}

.list-reviews {
    margin: 0 -5px 17px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eacf26;
}

.list-reviews li {
    padding: 0 5px;
}

.list-reviews li .img {
    padding: 0 5px 0 0;
}

.list-reviews a {
    color: #bbb;
    text-decoration: underline;
}

.list-reviews a:hover {
    text-decoration: none;
}

.three-cols {
    text-align: center;
    padding: 50px 0;
    position: relative;
    background: #f9f9f9;
}

.three-cols.style {
    padding: 102px 0 0;
    background: none;
}

.three-cols.style .container {
    max-width: 1070px;
}

.three-cols.style .image-holder {
    width: 185px;
    margin: 0 auto -14px;
}

.three-cols.style .col {
    margin: 0 0 44px;
}

.three-cols.style .shape-holder {
    right: auto;
    left: -325px;
    top: 57.7%;
}

.three-cols .container {
    max-width: 960px;
}

.three-cols .cols-head {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
}

.three-cols .cols-head h2 {
    margin: 0 0 10px;
}

.three-cols .cols-head .btn {
    font-size: 18px;
    line-height: 22px;
    min-width: 256px;
    padding: 20px 15px;
}

.three-cols .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.three-cols .col {
    width: 26%;
    position: relative;
    z-index: 2;
}

.three-cols .shape-holder {
    right: -445px;
    bottom: -179px;
    width: 550px;
    overflow: hidden;
    position: absolute;
}

.three-cols .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.three-cols .image-holder {
    margin: 0 auto 4px;
    width: 150px;
}

.three-cols .image-holder a {
    display: block;
}

.three-cols .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.three-cols h3 {
    margin: 0 0 5px;
}

.three-cols h3 a {
    color: #484848;
}

.three-cols h3 a:hover {
    color: #000;
}

.testimonial-area {
    position: relative;
    overflow: hidden;
    padding: 50px 0 92px;
}

.testimonial-area .container {
    max-width: 1100px;
}

.testimonial-area .shape-holder {
    position: absolute;
    left: -305px;
    bottom: -90px;
    width: 463px;
    z-index: -1;
}

.testimonial-area .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.testimonial-area h2 {
    text-align: center;
    margin: 0 0 30px;
}

.testimonial-area .testimonial-wrap {
    margin-right: calc((100vw - 1100px) / -2);
}

.testimonial-area .slick-list {
    padding: 0 80px 0 0;
    overflow: visible;
}

.testimonial-area .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-area .slick-track:after,
.testimonial-area .slick-track:before {
    display: none;
}

.testimonial-area .slide {
    padding: 10px;
    height: auto;
}

.testimonial-area blockquote {
    color: #7e8085;
    margin: 0;
    padding: 29px 35px 64px;
    position: relative;
    box-shadow: 0 2px 13px rgba(44, 46, 48, .07);
    border-radius: 5px;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
}

.testimonial-area blockquote:hover {
    box-shadow: 0 2px 20px rgba(44, 46, 48, .1);
}

.testimonial-area q {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    padding: 37px 0 0;
    margin: 0 0 20px;
    display: block;
}

.testimonial-area q:before,
.testimonial-area q:after {
    display: none;
}

.testimonial-area q .img-qoute {
    position: absolute;
    left: 0;
    top: 0;
    color: #38845b;
    font-size: 20px;
}

.testimonial-area cite {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
}

.testimonial-area .img {
    display: block;
    width: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.testimonial-area .img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.testimonial-area .text-holder {
    width: calc(100% - 40px);
    padding: 0 0 0 5px;
}

.testimonial-area .review-holder {
    color: #eacf26;
}

.testimonial-area cite.align-top {
    align-items: flex-start;
}

.testimonial-area cite.align-top .text-holder {
    width: auto;
    padding: 0 10px 0 0;
}

.testimonial-area .name {
    color: #2c2e30;
    font-size: 15px;
    line-height: 18px;
    display: block;
    font-weight: 500;
}

.testimonial-area .designation {
    font-size: 14px;
    line-height: 17px;
    color: #868686;
    display: block;
}

.apps-area {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    padding: 48px 0 0;
}

.apps-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 970px;
}

.apps-area .image-holder {
    width: 380px;
    position: relative;
    pointer-events: none;
}

.apps-area .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.apps-area .form-search {
    margin: 0;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 36px;
    display: block;
    background: none;
    padding: 0;
}

.apps-area .form-search input[type="text"],
.apps-area .form-search input[type="email"],
.apps-area .form-search input[type="search"] {
    height: 50px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .86);
    margin: 0 0 20px;
    padding: 12px 20px 10px;
    width: 100%;
}

.apps-area .form-search .btn {
    border-radius: 40px;
    position: static;
    display: block;
    width: 100%;
    height: 53px;
    padding: 4px 10px 2px;
    background: #8e8e8e;
}

.apps-area .logo {
    display: block;
    width: 164px;
    position: absolute;
    left: 50%;
    top: 199px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.apps-area h2 {
    margin: 0 0 45px;
}

.apps-area .text-holder {
    width: calc(100% - 380px);
    padding: 0 0 0 90px;
}

.apps-area .shape-holder {
    position: absolute;
    right: -220px;
    width: 470px;
    top: 10px;
}

.apps-area .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.list-apps {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-apps li {
    padding: 0 8px;
}

.list-apps a {
    width: 211px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .29);
}

.list-apps img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.profile-box {
    padding: 38px 0;
}

.profile-box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-box .profile-info {
    width: calc(100% - 250px);
    padding: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-box .image-holder {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.profile-box .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.profile-box .text-holder {
    width: calc(100% - 155px);
    padding: 0 0 0 26px;
}

.profile-box .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-box h2 {
    margin: 0 0 4px;
}

.profile-box .list-reviews {
    margin: 0 0 0 16px;
}

.profile-box .list-contact {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-box .list-contact li {
    margin: 0 0 9px;
}

.profile-box .list-contact a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 20px;
    color: #858585;
}

.profile-box .list-contact .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.profile-box .list-contact .icon.icon-phone {
    font-size: 14px;
}

.profile-box .btn {
    min-width: 204px;
    padding: 18px 11px;
}

.block-treatment {
    position: relative;
    padding: 62px 0 10px;
    z-index: 3;
}

.block-treatment h2 {
    text-align: center;
    margin: 0 0 10px;
}

.block-treatment .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-treatment .slick-track:after,
.block-treatment .slick-track:before {
    display: none;
}

.block-treatment .slide {
    height: auto;
    padding: 30px 10px;
}

.block-treatment .card {
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 45px 12px;
}

.block-treatment .card:hover {
    background: #000;
    color: #fff;
}

.block-treatment .card:hover .shape-area {
    opacity: 1 !important;
    visibility: visible !important;
}

.block-treatment .card p {
    margin: 0;
}

.block-treatment .shape-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0 !important;
    visibility: hidden !important;
}

.block-treatment .shape-area img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-treatment h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px;
}

.block-dresser {
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.block-dresser .shape-holder {
    position: absolute;
    left: -255px;
    top: -157px;
    width: 530px;
    z-index: -1;
}

.block-dresser .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-dresser .container {
    max-width: 1030px;
}

.block-dresser h2 {
    margin: 0 0 40px;
}

.block-dresser .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-dresser .slick-track:after,
.block-dresser .slick-track:before {
    display: none;
}

.block-dresser .slide {
    padding: 20px 17px;
}

.block-dresser .item-holder {
    display: block;
    box-shadow: 0 2px 13px rgba(44, 46, 48, .07);
    padding: 15px 15px 30px;
    color: #2c2e30;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 5px;
}

.block-dresser .item-holder:hover {
    box-shadow: 0 2px 13px rgba(44, 46, 48, .2);
}

.block-dresser .image-holder {
    width: 226px;
    height: 226px;
    border-radius: 100%;
    margin: 0 auto 22px;
    overflow: hidden;
}

.block-dresser .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-timing {
    position: relative;
    overflow: hidden;
    padding: 30px 0 100px;
}

.block-timing .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-timing .map-holder {
    width: 63.1%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.block-timing .map-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-timing .timing-area {
    width: 34.4%;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding: 40px 55px 25px;
}

.block-timing h3 {
    text-align: center;
    color: #484848;
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 34px;
    font-weight: 500;
}

.block-timing .btn {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 19px 11px;
}

.list-timings {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 auto 17px;
    padding: 0;
    list-style: none;
    max-width: 218px;
    position: relative;
    overflow: hidden;
}

.list-timings li {
    margin: 0 0 16px;
    position: relative;
    padding: 0 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-timings li.close .day {
    color: #858585;
}

.list-timings li .day {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    color: #484848;
}

.list-timings .icon {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    color: #bababa;
}

.list-timings .icon.icon-tick {
    color: #3ec97e;
}

.videos-area {
    padding: 38px 0 100px;
}

.videos-area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -16px;
}

.videos-area .image-holder {
    width: calc(33.333% - 32px);
    margin: 0 16px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 19px rgba(0, 0, 0, .5);
    display: block;
}

.videos-area .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.videos-area .image-holder:hover .btn-play {
    background: #38855b;
}

.videos-area .image-holder:hover .btn-play:before {
    background: rgba(56, 133, 91, .64);
}

.videos-area .image-holder:hover .btn-play:after {
    border-color: transparent transparent transparent #fff;
}

.videos-area .btn-play {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videos-area .btn-play:before {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .64);
    border-radius: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.videos-area .btn-play:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #38855b;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.pricing-block {
    padding: 0 0 96px;
    text-align: center;
}

.pricing-block .pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 98px;
    font-size: 18px;
    line-height: 22px;
}

.pricing-block .pricing-col {
    width: 30%;
    background: #fff;
    box-shadow: 0 11px 55px rgba(0, 0, 0, .07);
}

.pricing-block .title {
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 17px 15px;
    border-bottom: 1px solid rgba(43, 41, 45, .2);
    color: #38845b;
}

.pricing-block .detail-box {
    padding: 30px 20px;
}

.pricing-block .btn {
    display: block;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 22px;
    padding: 19px 15px;
}

.pricing-block .payment-detail {
    width: 54%;
    margin: 0 auto;
}

.list-features {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: #2b292d;
    line-height: 26px;
}

.list-features li {
    margin: 0 0 14px;
    position: relative;
    padding: 0 0 0 40px;
}

.list-features li:before {
    position: absolute;
    left: 11px;
    top: 6px;
    content: "";
    border-top: 2px solid #5bd192;
    border-right: 2px solid #5bd192;
    width: 14px;
    height: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.popup-active,
.steps-active,
.contact-active,
.reserve-active,
.error-active,
body.default-active,
.delete-active,
.addition-active,
.warning-active,
.success-active {
    overflow: hidden !important;
}

.popup-active .popup-box .box-frame,
.steps-active .popup-box .box-frame,
.contact-active .popup-box .box-frame,
.reserve-active .popup-box .box-frame,
.error-active .popup-box .box-frame,
body.default-active .popup-box .box-frame,
.delete-active .popup-box .box-frame,
.addition-active .popup-box .box-frame,
.warning-active .popup-box .box-frame,
.success-active .popup-box .box-frame {
    transform: none;
    transition: transform 0.4s ease;
}

.popup-steps {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #484848;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.popup-steps.style {
    background: rgba(17, 17, 17, .65);
}

.popup-steps.style .list-btns {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-steps.style .list-btns li {
    padding: 0 8px;
    width: 60%;
}

.popup-steps.style .list-btns li:first-child {
    width: 40%;
}

.popup-steps.style .list-btns .btn {
    margin: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 15px;
    width: 100%;
    text-align: center;
}

.popup-steps.style .list-btns .btn-border {
    color: #ff3c3c;
    padding: 17px 15px;
    border: 1px solid #ff3c3c;
    border-radius: 2px;
    background: none;
    text-align: center;
}

.popup-steps.style .list-btns .btn-border:hover {
    background: #ff3c3c;
    color: #fff;
}

.steps-active .popup-steps {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-steps .popup-box .box-holder {
    padding: 80px 45px 34px;
}

.popup-steps .popup-box h3 {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-steps .popup-box h3.static {
    position: static;
    margin: 0 0 10px;
}

.popup-steps .btn-outline {
    display: block;
}

.popup-steps .step-holder .alert-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 50px;
    overflow: hidden;
    background: #eec71a;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popup-steps .step-holder .alert-box + h3 {
    top: 55px;
}

.popup-steps .step-holder .alert-box .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 25px;
}

.popup-steps .step-holder .alert-box p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-steps .success-box {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.popup-steps .success-box .icon-holder {
    display: block;
    width: 98px;
    margin: 0 auto 20px;
}

.popup-steps .success-box .icon-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.popup-steps .success-box h4 {
    font-size: 27px;
    line-height: 31px;
    color: #38845b;
}

.barber-popup .jcf-select-has-border {
    height: 47px;
    border: 1px solid #979797;
    border-radius: 8px;
}

.barber-popup .jcf-select-has-border.jcf-select-has-tooltip .jcf-select-text {
    margin-right: 75px;
}

.barber-popup .jcf-select-has-border.jcf-select-has-tooltip .jcf-select-opener {
    right: 55px;
}

.barber-popup .jcf-select-has-border .jcf-select-text {
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    color: #858585;
    margin: 0 30px 0 20px;
}

.barber-popup .jcf-select-has-border .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.barber-popup .jcf-select-has-border .jcf-select-text span {
    color: #858585;
}

.barber-popup .jcf-select-has-border .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.barber-popup .jcf-select-has-border .jcf-select-opener {
    right: 17px;
    position: absolute;
    top: 50%;
}

.barber-popup .form-submit textarea {
    height: 83px;
}

.barber-popup .list-times li {
    margin: 0 0 15px;
    min-height: 37px;
}

.barber-popup .list-times .title {
    font-size: 14px;
    line-height: 18px;
}

.barber-popup .list-times .fake-check {
    width: 20px;
    height: 20px;
}

.barber-popup .list-times .fake-check:before {
    width: 12px;
    height: 6px;
    left: 2px;
}

.barber-popup .list-times label {
    padding: 0 0 0 32px;
    cursor: pointer;
}

.barber-popup .list-times label .text {
    font-size: 14px;
    line-height: 18px;
}

.barber-popup .list-times .time-holder {
    max-width: 150px;
}

.barber-popup .list-times .time-holder .error-msg,
.treatment-box .col-holder .error-msg {
    position: static;
}

.barber-popup .list-times .day-holder {
    width: 175px;
}

.barber-popup .list-times .time-area {
    width: calc(100% - 175px);
}

.barber-popup .list-times .jcf-select-has-border {
    height: 35px;
}

.barber-popup .list-times .jcf-select-has-border .jcf-select-text {
    font-size: 14px;
    line-height: 33px;
}

.image-wrap.image-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-wrap.image-holder.d-block {
    display: block;
    text-align: center;
    margin: 0 0 30px;
}

.image-wrap.image-holder.d-block .link-wrap {
    width: 160px;
    position: relative;
    margin: 0 auto;
}

.image-wrap.image-holder.d-block .remove-image {
    position: absolute;
    left: 100%;
    top: 15px;
    white-space: nowrap;
}

.image-wrap.image-holder .remove-image {
    color: #FF5F5F;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}

.image-wrap.image-holder .remove-image:hover {
    text-decoration: none;
}

.image-wrap.image-holder.d-block .image-uploaded {
    width: 85px !important;
    max-width: inherit !important;
    height: 85px;
    margin: 0 auto 15px !important;
}

.image-wrap.image-holder input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.image-wrap.image-holder .image-uploaded {
    max-width: 48px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
}

.image-wrap.image-holder .image-uploaded img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrap.image-holder .image-uploaded {
    width: 48px;
    margin: 0 20px 0 0;
}

.image-wrap.image-holder.uploaded .btn .uploaded-text {
    display: inline-block;
    vertical-align: top;
}

.image-wrap.image-holder.uploaded .btn .normal-text {
    display: none;
}

.image-wrap.image-holder .btn {
    font-size: 14px;
    line-height: 19px;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
}

.image-wrap.image-holder .btn .uploaded-text {
    display: none;
}

.popup-default {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.popup-default .btns-area,
.lightbox-demo .btns-area,
.popup-contact .list-btns {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-contact .list-btns {
    margin: 0 -8px 30px;
}

.popup-default .btns-area li,
.lightbox-demo .btns-area li,
.popup-contact .list-btns li {
    padding: 0 8px;
}

.lightbox-demo .btns-area li,
.popup-contact .list-btns li {
    flex: 1;
}

.popup-default .btns-area .btn,
.lightbox-demo .btns-area .btn,
.popup-contact .list-btns .btn {
    margin: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 15px;
    width: 100%;
    text-align: center;
}

.popup-default .btns-area .btn-border,
.lightbox-demo .btns-area .btn-border,
.popup-contact .list-btns .btn-border {
    color: #ff3c3c;
    border: 1px solid #ff3c3c;
    border-radius: 2px;
    background: none;
    padding: 17px 15px;
}

.popup-default .btns-area .btn-border:hover,
.lightbox-demo .btns-area .btn-border:hover,
.popup-contact .list-btns .btn-border:hover{
    background: #ff3c3c;
    color: #fff;
}

.popup-default .btns-area.d-flex {
    justify-content: space-between;
}

.popup-default .btns-area.d-flex .btn {
    flex: 1;
    margin: 0 10px;
}

.popup-default .form-submit {
    color: #484848;
}

.popup-default .form-submit textarea {
    height: 75px;
}

.popup-default .cart-image {
    display: block;
    margin: -9px auto 20px;
    width: 80px;
}

.popup-default .cart-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.popup-default .tag-holder {
    text-align: center;
    margin: 0 0 35px;
}

.popup-default .tag-holder .appointment-tag {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    /*border: 1px solid #38845b;*/
    color: #38845b;
    min-width: 188px;
    text-align: center;
    padding: 8px 7px 6px;
    border-radius: 20px;
}

.popup-default .tag-holder .appointment-tag .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.popup-default .tag-holder .appointment-tag#tagPauseClient {
    color: #999;
    background-color: transparent;
    border: 1px solid #999;
}

.popup-default .tag-holder .appointment-tag#tagStrongPauseClient {
    color: #FFF;
    background: #d0d0d0;
}

.popup-default .tag-holder .appointment-tag#tagStrongClient, .popup-default .tag-holder .appointment-tag#tagRegularClient {
    background: #38845b;
    color: #fff;
}

.popup-default .tag-holder .appointment-tag#tagRegularClient {
    color: #38845b;
    background-color: transparent;
    border: 1px solid #38845b;
}

/*.popup-default .tag-holder .appointment-tag.strong {
    background: #f7bc36;
    border-color: #f7bc36;
    color: #fff;
}*/

.default-active .default-active .popup-default {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-addition {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.addition-active .popup-addition {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.delete-active .popup-delete {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.warning-active .popup-warning {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-warning .img-delete {
    display: block;
    margin: 0 auto 15px;
    width: 82px;
}

.popup-warning .img-delete img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.success-active .popup-success {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-delete,
.popup-warning,
.popup-success {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all .4s ease;
    transition: all .4s ease;*/
}

.popup-delete .img-delete,
.popup-warning .img-delete,
.popup-success .img-delete {
    display: block;
    margin: 0 auto 15px;
    width: 62px;
}

.popup-delete .img-delete img,
.popup-warning .img-delete img,
.popup-success .img-delete img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.popup-delete .popup-box h3,
.popup-warning .popup-box h3,
.popup-success .popup-box h3 {
    font-size: 18px;
}

.popup-delete .popup-box .box-holder,
.popup-warning .popup-box .box-holder,
.popup-success .popup-box .box-holder {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.popup-delete .popup-box p,
.popup-warning .popup-box p,
.popup-success .popup-box p {
    margin: 0 0 50px;
}

.popup-delete .btns-area,
.popup-warning .btns-area,
.popup-success .btns-area {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-delete .btns-area li,
.popup-warning .btns-area li,
.popup-success .btns-area li {
    padding: 0 8px;
    width: 60%;
}

.popup-success .btns-area li:only-child {
    width: 100% !important;
}

.popup-delete .btns-area li:first-child,
.popup-warning .btns-area li:first-child,
.popup-success .btns-area li:first-child {
    width: 40%;
}

.popup-delete .btns-area .btn,
.popup-warning .btns-area .btn,
.popup-success .btns-area .btn {
    margin: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 15px;
    width: 100%;
    text-align: center;
    background: #ff5f5f;
}

.popup-delete .btns-area .btn:hover,
.popup-warning .btns-area .btn:hover,
.popup-success .btns-area .btn:hover {
    background: #f80000;
}

.popup-delete .btns-area .btn.btn-success,
.popup-warning .btns-area .btn.btn-success,
.popup-success .btns-area .btn.btn-success {
    background: #38845b;
    border: none;
    color: #fff;
}

.popup-delete .btns-area .btn.btn-success:hover,
.popup-warning .btns-area .btn.btn-success:hover,
.popup-success .btns-area .btn.btn-success:hover {
    background: #1a3c2a;
}

.popup-delete .btns-area .btn-border,
.popup-warning .btns-area .btn-border,
.popup-success .btns-area .btn-border {
    color: #858585;
    border: 1px solid #858585;
    border-radius: 2px;
    background: none;
    padding: 17px 15px;
}

.popup-delete .btns-area .btn-border:hover,
.popup-warning .btns-area .btn-border:hover,
.popup-success .btns-area .btn-border:hover {
    background: #858585;
    color: #fff;
}

.popup-delete .popup-box .bottom-btns .btn-outline.red {
    background: none;
    width: calc(100% - 180px);
}

.popup-contact {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.contact-active .popup-contact {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-contact .popup-box .box-holder {
    padding-bottom: 0 !important;
}

.popup-contact .popup-box .box-holder.barber-popup {
    padding-bottom: 40px !important;
}

.popup-contact h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
}

.popup-contact .search-area {
    position: relative;
    margin: 0 0 25px;
}

.popup-contact .search-area input[type="text"],
.popup-contact .search-area input[type="search"] {
    font-size: 16px;
    line-height: 21px;
    padding: 15px 15px 11px 45px;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}

.popup-contact .search-area label {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 18px;
}

.popup-contact .contact-row {
    position: relative;
    padding: 15px 75px 15px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    margin: 0 0 10px;
}

.popup-contact .contact-row .btn-delete {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff5353;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.popup-contact .contact-row .btn-delete:hover {
    background: #ec0000;
}

.popup-contact .contact-list {
    min-height: 300px;
}

.popup-contact .contact-list li {
    margin: 0 0 5px;
}

.popup-contact .title {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
}

.popup-contact .list-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 17px;
}

.popup-contact .list-contact a {
    color: #858585;
}

.popup-contact .list-contact a:hover {
    color: #000;
}

.popup-contact .bottom-box {
    margin: 0 -30px;
    position: relative;
    overflow: hidden;
    padding: 20px 86px;
    background: #eec71a;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.popup-contact .bottom-box .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 60px;
}

.popup-contact .bottom-box p {
    margin: 0;
}

.popup-contact div.list-btns {
    padding-bottom: 35px;
}

.popup-reserve {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.reserve-active .popup-reserve {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-reserve h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
}

.popup-reserve .add-btn-head {
    position: relative;
    padding: 0 135px;
    margin: 0 0 30px;
}

.popup-reserve .add-btn-head .btn {
    position: absolute;
    right: 0;
    top: -5px;
    height: 40px;
    padding: 10px;
    width: 134px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 10px;
}

.popup-reserve .add-btn-head .circle {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 5px 0 0;
    position: relative;
}

.popup-reserve .add-btn-head .circle:after,
.popup-reserve .add-btn-head .circle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 2px;
    content: "";
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-reserve .add-btn-head .circle:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.popup-error {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: rgba(17, 17, 17, .65);
    text-align: center;
}

.error-active .popup-error {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-error .popup-box .box-frame {
    max-width: 498px;
}

.popup-error .popup-box .box-holder {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 26px 44px 43px;
}

.popup-error .popup-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 11px;
}

.popup-error p {
    margin: 0 0 37px;
}

.popup-error .img-holder {
    display: block;
    width: 119px;
    margin: 0 auto 22px;
}

.popup-box {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-box .box-frame {
    max-width: 643px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    position: relative;
    transform: translate(0, -400px);
}

.popup-box .box-holder {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 42px 30px;
    margin: 0 0 35px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
}

.popup-box .box-holder .open-close {
    padding: 20px 15px 10px;
    border-radius: 8px;
    margin: 0 0 30px;
    box-shadow: 0 2px 16px rgba(51, 51, 51, .15);
}

.popup-box .box-holder .open-close.active .arrow i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup-box .box-holder .opener-text {
    font-size: 15px;
    color: #484848;
    font-weight: 700;
    line-height: 25px;
}

.popup-box .box-holder .opener-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.popup-box .box-holder .opener-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #858585;
    margin: 0 0 10px;
}

.popup-box .box-holder .arrow {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(51, 51, 51, .25);
    margin-left: 10px;
    color: #38845b;
    font-size: 12px;
    line-height: 15px;
}

.popup-box .box-holder .arrow:hover {
    background: #38845b;
    color: #fff;
}

.popup-box .box-holder .arrow i {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.popup-box .box-holder .delete {
    width: 25px;
    height: 25px;
    background: #ff5353;
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

.popup-box .box-holder .delete .icon {
    font-size: 15px;
    line-height: 18px;
}

.popup-box .box-holder .delete:hover {
    background: #ec0000;
}

.popup-box .slide {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

.popup-box .slide li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 12px;
}

.popup-box .slide li:last-child {
    margin: 0;
}

.popup-box .slide li .icon {
    width: 19px;
    display: inline-block;
    vertical-align: top;
}

.popup-box .slide li .icon.icon-email {
    font-size: 10px;
    line-height: 10px;
    margin-top: 3px;
}

.popup-box .slide a {
    color: #858585;
}

.popup-box .slide a:hover {
    color: #333;
}

.popup-box h3 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
    color: #484848;
}

.popup-box .time {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    font-weight: 700;
    margin: 0 0 30px;
}

.popup-box .close-holder {
    text-align: right;
    padding: 30px 9px 10px;
}

.popup-box .close-holder a {
    color: #fff;
    font-size: 20px;
    cursor: default;
}

.popup-box .close-holder a i {
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.popup-box .close-holder a:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.popup-box .close-holder a:hover {
    opacity: .8;
}

.popup-box .text-area {
    min-height: 407px;
    line-height: 1.5625;
    padding: 24px 0 0;
}

.popup-box h4 {
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    margin: 0 0 23px;
}

.popup-box .bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-box .bottom-btns .btn-outline {
    width: 170px;
}

.popup-box .bottom-btns .btn-outline.red {
    border-color: #ff5f5f;
    color: #ff5f5f;
}

.popup-box .bottom-btns .btn-outline.red:hover {
    background: #ff5f5f;
    color: #fff;
}

.popup-box .bottom-btns .btn-green {
    width: calc(100% - 195px);
}

.popup-box .btn-green {
    font-size: 16px;
    line-height: 20px;
    padding: 21px 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.popup-box .form-submit .row-wrap.style {
    margin: 0 0 -5px;
}

.popup-box .form-submit .row-wrap.style .col {
    margin: 0 0 25px;
}

.popup-box .form-submit .row-wrap.style .col.full-width {
    width: 100%;
}

.popup-box .form-submit .jcf-select.jcf-select-has-border {
    height: 51px;
}

.popup-box .form-submit .jcf-select.jcf-select-has-border .jcf-select-text {
    line-height: 49px;
}

.popup-box .form-submit .jcf-select.jcf-select-has-border + .info-holder {
    bottom: 12px;
    background: #fff;
}

.popup-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.treatment-wrap.active > .check-opener .fake-check {
    border-color: #38845b;
}

.treatment-wrap.active > .check-opener .fake-check:before {
    opacity: 1;
    visibility: visible;
    border-color: #38845b;
}

.treatment-wrap .check-opener {
    cursor: pointer;
}

.treatment-wrap .check-opener input[type="checkbox"] {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    cursor: pointer;*/
}

.treatment-box {
    padding: 15px;
    box-shadow: 0 2px 9px rgba(51, 51, 51, .15);
    border-radius: 4px;
    margin: 0 0 15px;
}

.treatment-box.active > .check-opener {
    margin: 0 0 20px;
}

.treatment-box label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 18px;
}

.treatment-box label .info-holder {
    right: 0;
    top: 0;
    bottom: auto;
}

.treatment-box label .info-holder .tooltip-opener {
    font-size: 14px;
    line-height: 18px;
}

.treatment-box .slide {
    padding: 18px 0 0;
}

.treatment-box > .slide {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.treatment-box .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.treatment-box .col-holder {
    width: 204px;
    padding: 0 10px;
}

.treatment-box .col-holder:first-child {
    /*width: 170px;*/
}

.treatment-box .col-holder.full-width {
    width: 100%;
}

.treatment-box .check-opener {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    padding: 0 0 0 35px;
    position: relative;
    color: #858585;
    margin: 0;
}

.treatment-box .fake-check {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: none !important;
}

.treatment-box .fake-check:before {
    width: 12px;
    height: 6px;
    left: 2px;
    top: 3px;
}

.popup-download {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(17, 17, 17, .65);
    z-index: 99;
    overflow: auto;
    color: #484848;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.popup-active .popup-download {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.popup-download .logo {
    width: 142px;
    display: block;
    margin: 0 auto 15px;
}

.popup-download .popup-close {
    position: absolute;
    right: 23px;
    top: 52px;
    color: #fff;
}

.popup-download .popup-close:hover {
    opacity: .8;
}

.popup-download p {
    margin: 0 0 32px;
}

.popup-download .list-apps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 29px;
}

.popup-download .list-apps a {
    width: 180px;
}

.popup-download .image-holder {
    max-width: 300px;
    margin: 0 auto -191px;
    width: 100%;
    opacity: .4;
}

.popup-download .link-close {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0 0 6px;
    border-bottom: 1px solid #fff;
}

.popup-download .link-close:hover {
    border-bottom-color: transparent;
}

.list-steps {
    margin: 0 0 29px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-steps li {
    padding: 0 60px 0 0;
    position: relative;
}

.list-steps li.current a {
    background: #5bd192;
}

.list-steps li.completed a {
    background: #5bd192;
    font-size: 0;
    line-height: 0;
}

.list-steps li.completed a:after {
    opacity: 1;
    visibility: visible;
}

.list-steps li.completed:after {
    background: #5bd192;
}

.list-steps li:last-child {
    padding: 0;
}

.list-steps li:last-child:after {
    display: none;
}

.list-steps li:after {
    width: 60px;
    height: 5px;
    position: absolute;
    left: 40px;
    background: #ddd;
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.list-steps a {
    width: 40px;
    height: 40px;
    background: #bbb;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 41px;
    display: block;
    position: relative;
    transition: none !important;
}

.list-steps a:after {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all .4s ease;
    transition: all .4s ease;*/
}

.list-steps a:hover {
    background: #111;
}

.list-options {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    position: relative;
}

.list-options li {
    margin: 0 0 12px;
}

.list-options a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    color: #858585;
    border-radius: 8px;
    background: #fff;
}

.list-options a:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.list-options .image-holder {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
}

.list-options .image-holder img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.list-options .text-holder {
    width: calc(100% - 45px);
    padding: 0 0 0 14px;
}

.list-options p {
    margin: 0;
}

.list-treatment {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.list-treatment li {
    margin: 0 0 12px;
}

.list-treatment a {
    padding: 17px 60px 11px 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    color: #858585;
    border-radius: 8px;
    display: block;
    background: #fff;
    position: relative;
    min-height: 70px;
}

.list-treatment a:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.list-treatment .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 7px;
}

.list-treatment .time {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 0 1px;
    margin: 0 !important;
    display: inline-block;
    /*vertical-align: middle;*/
    color: #858585 !important;
}

.list-treatment p {
    margin: 0;
}

.list-treatment .amount {
    position: absolute;
    right: 18px;
    bottom: 11px;
    font-size: 14px;
    line-height: 18px;
}

.list-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 34px;
    padding: 0;
    list-style: none;
}

.list-days li {
    padding: 0 10px;
    width: 50%;
}

.list-days a {
    display: block;
}

.list-time {
    margin: 0 -8px 8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-time li {
    width: 25%;
    padding: 0 8px;
    margin: 0 0 16px;
}

.list-time a {
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    text-align: center;
    line-height: 20px;
    padding: 21px 10px;
    color: #858585;
    position: relative;
    background: #fff;
}

.list-time a:hover {
    background: #484848;
    color: #fff;
}

.list-time .price-up {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #f93b3b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-submit {
    position: relative;
}

.form-submit .row {
    margin: 0 0 25px;
    position: relative;
}

.form-submit .row.no-margin {
    margin: 0;
}

.form-submit .select-calendar-row {
    padding: 0 70px 0 0;
    position: relative;
}

.form-submit .select-calendar-row .calendar-contact {
    width: 51px;
    height: 51px;
    border-radius: 8px;
    background: #38845b;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 26px;
}

.form-submit .select-calendar-row .calendar-contact:hover {
    background: #1a3c2a;
}

.form-submit .check-holder {
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 20px;
}

.form-submit .check-holder .fake-check {
    position: absolute;
    left: 0;
    top: 2px;
}

.form-submit .row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-submit .col {
    width: 47.3%;
    position: relative;
}

.form-submit .col.full-width {
    width: 100%;
}

.form-submit label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7px;
    font-weight: 700;
    color: #484848;
    font-size: 14px;
    line-height: 18px;
}

.form-submit label.check-range {
    padding: 2px 21px 0 30px;
    margin: 0 0 17px;
}

.form-submit label.check-range .fake-check:before {
    border-color: #38845b;
}

.form-submit input[type="text"],
.form-submit input[type="email"],
.form-submit input[type="tel"],
.form-submit textarea {
    width: 100%;
    height: 51px;
    border: 1px solid #979797;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    padding: 15px;
    color: #000;
}

.form-submit input[type="text"]:-moz-read-only,
.form-submit input[type="email"]:-moz-read-only,
.form-submit input[type="tel"]:-moz-read-only,
.form-submit textarea:-moz-read-only {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #858585;
}

.form-submit input[type="text"]:read-only,
.form-submit input[type="email"]:read-only,
.form-submit input[type="tel"]:read-only,
.form-submit textarea:read-only {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #858585;
}

.form-submit textarea {
    resize: none;
    height: 127px;
}

.form-submit .img-user,
.form-appointment .img-user{
    width: 27px;
    bottom: 12px;
    position: absolute;
    right: 40px;
}

.form-submit .info-holder {
    position: absolute;
    right: 16px;
    bottom: 10px;
}

.form-appointment .info-holder.style {
    position: absolute;
    right: 16px;
    bottom: 14px;
}

.form-appointment .position-relative {
    position: relative;
}

input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

input[type="checkbox"]:disabled + .fake-check {

}

input[type="checkbox"]:checked + .fake-check {
    background: #38845b;
    border-color: #38845b;
}

input[type="checkbox"]:checked + .fake-check:before {
    opacity: 1;
    visibility: visible;
}

.fake-check {
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.fake-check:before {
    width: 11px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    opacity: 0;
    top: 1px;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.block-summary {
    position: relative;
    overflow: hidden;
    color: #484848;
}

.block-summary .label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 11px;
    font-weight: 700;
    color: #484848;
}

.block-summary .selection-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #979797;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 18px;
    color: #858585;
    margin: 0 0 27px;
}

.block-summary .selection-info .title {
    display: block;
}

.block-summary .selection-info .time {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #858585;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 0 4px;
}

.block-summary .selection-info .amount {
    /*font-size: 18px;
    line-height: 24px;*/
    font-weight: 500;
    color: #484848;
}

.block-summary p {
    margin: 0 0 26px;
}

.list-summary {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 53px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-summary.style {
    margin: 0 0 30px;
}

.list-summary li {
    padding: 0 10px 0 0;
    width: 50%;
    margin: 0 0 25px;
}

.list-summary .title {
    display: block;
    margin: 0 0 11px;
}

.list-summary .detail {
    color: #858585;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.tooltip {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.tooltip.hover .hover-tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip .tooltip-opener {
    font-size: 20px;
}

.hover-tooltip {
    background: #484848;
    z-index: 99;
    color: #fff;
    margin: 10px -15px 0 0;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.hover-tooltip:after {
    position: absolute;
    right: 20px;
    bottom: 100%;
    content: "";
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent  transparent #484848 transparent;
}

.hover-tooltip .tooltip-text {
    padding: 10px;
    text-align: center;
}

.hasDatepicker .ui-datepicker {
    padding: 17px 12px 20px;
    margin: 0 0 44px;
}

#ui-datepicker-div {
    min-width: 260px;
}

.ui-datepicker {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    border-radius: 8px;
    position: relative;
    background: #fff;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    font-weight: 700;
    padding: 0 30px 35px;
    text-transform: uppercase;
    color: #484848;
    margin: 20px 0 0;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    left: 24px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.841' height='22.4' viewBox='0 0 13.841 22.4'%3E%3Cpath d='M13.841 2.641L5.283 11.2l8.559 8.559L11.2 22.4 0 11.2 11.2 0z' fill='%23858585' data-name='ic_keyboard_arrow_up_48px copy'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    width: 14px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
    opacity: .8;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    right: 24px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.841' height='22.4' viewBox='0 0 13.841 22.4'%3E%3Cpath d='M0 2.641L8.558 11.2l-8.559 8.559L2.641 22.4l11.2-11.2L2.641 0z' fill='%23858585'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    width: 14px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover {
    opacity: .8;
}

.ui-datepicker .ui-datepicker-year {
    display: none;
}

.ui-datepicker-calendar {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.ui-datepicker-calendar td {
    text-align: center;
    padding: 5px 5px 4px;
}

.ui-datepicker-calendar th {
    font-weight: 400;
    padding: 0 0 10px;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    color: #bbb;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default:hover {
    background: none;
    color: #bbb;
}

.ui-datepicker-calendar .ui-state-default {
    width: 24px;
    height: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
    color: #858585;
    display: inline-block;
    vertical-align: top;
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    border: 1px solid #000 !important;
    background: none !important;
    border-radius: 0;
}
.ui-datepicker-calendar .ui-datepicker-today.reserved .ui-state-default {
    color: #ff5353;
    background: #000;
}

.ui-datepicker-calendar .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default {
    color: #bbb;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: #fff;
    background: #5bd192 !important;
    border: transparent;
}

.ui-datepicker-calendar .ui-state-default.reserved {
    color: #ff5353;
}

.ui-datepicker-calendar .ui-state-default.ui-reserved {
    color: #ff0808;
}

.ui-datepicker-calendar .ui-state-default.ui-reserved:hover {
    background: none;
    color: #ff0808;
}

.ui-datepicker-calendar .reserved .ui-state-default {
    color: #ff5353;
    /*background: none;*/
}

.ui-datepicker-calendar .ui-reserved {
    color: #ff0808;
}

.ui-datepicker-calendar .ui-reserved:hover,
.ui-datepicker-calendar .reserved .ui-state-default:hover{
    /*background: none;*/
    color: #ff0808;
}

.block-information {
    padding: 59px 0 80px;
}

.block-information .container {
    max-width: 1080px;
}

.block-information .box {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    padding: 36px 37px 22px;
}

.block-information h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 17px;
    font-weight: 500;
}

.block-information p {
    margin: 0 0 12px;
}

.block-information a {
    color: #38845b;
    font-weight: 500;
}

.block-information a:hover {
    color: #1a3c2a;
}

.block-information .more {
    display: inline-block;
    vertical-align: top;
}

.block-information .more .icon {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.block-contact {
    position: relative;
    overflow: hidden;
    padding: 59px 0 113px;
}

.block-contact .container {
    max-width: 914px;
}

.block-contact .form-area {
    max-width: 533px;
    margin: 0 auto;
}

.block-contact .form-area .btn {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 10px;
}

.block-contact .form-area .btn-holder {
    padding: 20px 0 16px;
}

.block-contact .title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    display: block;
}

.block-contact h2 {
    margin: 0 0 47px;
    text-align: center;
    font-weight: 500;
}

.block-contact .extra-info {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
    color: #484848;
}

.accordion {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 102px;
    padding: 0;
    list-style: none;
}

.accordion li {
    margin: 0 0 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 0 29px;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .3);
}

.accordion li.active {
    border-color: #38845b;
}

.accordion li.active a {
    color: #38845b;
}

.accordion li.active .circle:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.accordion .opener {
    font-size: 17px;
    line-height: 22px;
    color: #717171;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 73px;
    font-weight: 500;
    position: relative;
}

.accordion .opener .text-wrap {
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 40px 5px 0;
}

.accordion .circle {
    width: 24px;
    height: 24px;
    border: 2px solid #38845b;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 100%;
}

.accordion .circle:before,
.accordion .circle:after {
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #38845b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.accordion .circle:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion .slide {
    margin: -4px 0 0;
    position: relative;
    overflow: hidden;
    padding: 0 80px 10px 0;
}

.block-login {
    padding: 95px 0;
}

.block-login h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 34px;
}

.block-login .box-holder {
    max-width: 613px;
    margin: 0 auto;
    padding: 37px 50px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .21);
    position: relative;
}

.block-login .image-holder {
    width: 65px;
    margin: 0 auto 20px;
}

.block-login .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-login .img-captcha {
    width: 265px;
    margin: 0 auto 40px;
    padding: 20px 0 0;
}

.block-login .login-link {
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 8px 0 0;
    color: #858585;
}

.block-login .login-link:hover {
    color: #38845b;
}

.block-login .alert-active .alert-wrap {
    opacity: 1;
    visibility: visible;
}

.block-login .alert-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: #fff;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.block-login .alert-wrap .alert-box {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.block-login .alert-wrap h2 {
    margin: 0 0 15px;
}

.form-login .row {
    margin: 0 0 30px;
    position: relative;
    padding: 30px 0 0;
}

.form-login .row.parent-active label {
    top: 0;
    color: #38845b;
    font-size: 14px;
    line-height: 18px;
}

.form-login .row label {
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #858585;
}

.form-login .input-placeholder-text {
    left: 0;
    bottom: 15px;
    color: #858585 !important;
}

.form-login input[type="text"],
.form-login input[type="email"],
.form-login input[type="password"] {
    border: none !important;
    border-bottom: 1px solid #979797 !important;
    color: #000;
    outline: none;
    width: 100%;
    box-shadow: none;
    height: 39px;
    padding: 0 0 15px;
    font-weight: 500;
    padding-right: 40px;
    border-radius: 0;
}

.form-login input[type="text"]::-webkit-input-placeholder,
.form-login input[type="email"]::-webkit-input-placeholder,
.form-login input[type="password"]::-webkit-input-placeholder {
    color: #858585;
}

.form-login input[type="text"]::-moz-placeholder,
.form-login input[type="email"]::-moz-placeholder,
.form-login input[type="password"]::-moz-placeholder {
    opacity: 1;
    color: #858585;
}

.form-login input[type="text"]:-moz-placeholder,
.form-login input[type="email"]:-moz-placeholder,
.form-login input[type="password"]:-moz-placeholder {
    color: #858585;
}

.form-login input[type="text"]:-ms-input-placeholder,
.form-login input[type="email"]:-ms-input-placeholder,
.form-login input[type="password"]:-ms-input-placeholder {
    color: #858585;
}

.form-login input[type="text"].placeholder,
.form-login input[type="email"].placeholder,
.form-login input[type="password"].placeholder {
    color: #858585;
}

.form-login label {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}

.form-login .toggle-password {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #858585;
}

.form-login .toggle-password.view-change {
    color: #484848;
}

.form-login .toggle-password.view-change:before {
    display: none;
}

.form-login .toggle-password:before {
    position: absolute;
    left: 10px;
    right: 0;
    top: -4px;
    height: 26px;
    width: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #858585;
    border-right: 2px solid #fff;
    content: "";
}

.form-login .row-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -9px 0 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-login .row-detail label {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 0 0 0 24px;
    position: relative;
    color: #858585;
    top: auto;
}

.form-login .row-detail .fake-check {
    position: absolute;
    left: 0;
    top: 0;
}

.form-login .row-detail .link {
    display: inline-block;
    vertical-align: top;
    color: #858585;
    font-size: 15px;
    margin: 0 0 5px;
}

.form-login .row-detail .link:hover {
    color: #38845b;
}

.form-login .btn {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
}

.login-area {
    background: #38845b;
    padding: 20px 0;
    text-align: center;
}

.login-active .login-area {
    display: none;
}

.login-area .btn-outline {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    min-width: 236px;
    color: #fff;
}

.login-area .btn-outline:hover {
    background: #fff;
    color: #38845b;
}

.block-barbers {
    position: relative;
    overflow: hidden;
    padding: 50px 0 100px;
}

.block-barbers .form-search {
    box-shadow: 0 2px 25px rgba(0, 0, 0, .19);
    margin-bottom: 50px;
    position: relative;
}

.block-barbers .form-search button[type="reset"] {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    white-space: nowrap;
    margin: 0 0 0 20px;
    color: #38845b;
    outline: none;
    border: none;
}

.block-barbers .form-search button.clear {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    white-space: nowrap;
    margin: 0 0 0 20px;
    color: #38845b;
    outline: none;
    border: none;
}

.block-barbers .form-search button[type="reset"]:hover {
    text-decoration: none;
}

.block-barbers .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px 24px;
}

.block-barbers .col {
    width: 25%;
    padding: 0 13px;
    margin: 0 0 26px;
}

.block-barbers .article-area:hover .btn-green {
    opacity: 1;
    visibility: visible;
}

.block-barbers .article-area .btn-green {
    opacity: 0;
    visibility: hidden;
}

.block-barbers .article-area {
    cursor: pointer;
}

.top-link-bar {
    font-size: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #38845b;
    font-weight: 500;
    padding: 2px 0;
}

.top-link-bar .cotnainer {
    max-width: inherit;
}

.top-link-bar a {
    color: #fff;
}

.top-header {
    color: #fff;
    background: #000;
    padding: 17px 0 10px;
}

.top-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
}

.top-header .logo {
    width: 142px;
    display: block;
}

.top-header .logo a {
    display: block;
}

.top-header .logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.top-header .time-info {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 0 156px;
}

.top-header .time {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    display: block;
    /*width: 237px;*/
    margin: 0 auto;
    text-align: center;
}

.top-header time {
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

.top-header .name {
    font-size: 25px;
    line-height: 1.15;
    padding: 18px 0 0;
    width: 298px;
    text-align: right;
}

.timing-block {
    height: calc(100vh - 130.25px);
    overflow: hidden;
    background: #000;
    color: #fff;
}

.timing-block .container {
    max-width: inherit;
    padding: 0 40px;
    height: 100%;
}

.timing-block .row {
    overflow: hidden;
    margin: 30px 0 0;
    height: calc(50% - 30px);
}

.timing-block .row:only-child {
    height: 100%;
}

.timing-block .row:only-child:after {
    display: none;
}

.timing-block .row:after {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 15px);
    content: "";
    background: #484848;
    height: 1px;
}

.timing-block .wrap {
    margin: 0 -27px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timing-block .col {
    padding: 0 27px;
    width: 25%;
    border-left: 1px solid #484848;
}

.timing-block .col:first-child {
    border: none;
}

.timing-block .title {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 22px;
    display: block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.list-items {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
}

.list-items li {
    margin: 0 0 12px;
}

.list-items a {
    line-height: 1.1;
    padding: 12px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    color: #111;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-items .text {
    width: calc(100% - 50px);
    white-space: nowrap;
    padding: 0 10px 0 0;
    line-height: 1.1;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.list-items .time {
    display: block;
    line-height: 1.1;
}

.list-pagination {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.list-pagination li {
    padding: 0 7px;
}

.list-pagination a {
    width: 34px;
    height: 34px;
    color: #a8a8a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-pagination a:hover,
.list-pagination a.current {
    background: #000;
    color: #fff;
}

.list-pagination a.btn {
    width: 108px;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #858585;
    border-radius: 2px;
}

.list-pagination a.btn .icon {
    font-size: 12px;
    line-height: 14px;
    padding: 0 7px;
}

.block-signup {
    padding: 100px 0;
}

.block-signup .container {
    max-width: 643px;
}

.block-signup form {
    padding: 30px 0 0;
}

.block-signup .step {
    border-radius: 8px;
    box-shadow: 0 11px 55px rgba(0, 0, 0, .07);
    padding: 33px 40px 40px;
}

.block-signup .icon-info {
    color: #bbb;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
}

.block-signup label {
    display: inline-block;
    vertical-align: top;
    color: #484848;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.block-signup .head {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #484848;
    border-bottom: 1px solid rgba(43, 41, 45, .2);
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0 0 13px;
}

.block-signup .head .price {
    font-size: 50px;
    line-height: 54px;
    display: block;
    color: #38845b;
    font-weight: 500;
    margin: 0 0 4px;
}

.block-signup .head .small {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 4px;
}

.block-signup .head p {
    margin: 0 0 10px;
}

.block-signup .row {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 31px;
}

.block-signup .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.block-signup .col {
    width: 50%;
    padding: 0 12px;
    margin: 0 0 31px;
}

.block-signup input[type="text"],
.block-signup input[type="email"],
.block-signup input[type="tel"],
.block-signup input[type="number"],
.block-signup textarea,
.block-signup .input-holder,
.self-box .input-holder {
    width: 100%;
    height: 51px;
    border: 1px solid #979797;
    border-radius: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px;
    color: #000;
}

.block-signup input[type="text"]:disabled,
.block-signup input[type="email"]:disabled,
.block-signup input[type="tel"]:disabled,
.block-signup input[type="number"]:disabled,
.block-signup textarea:disabled,
.block-signup .input-holder:disabled {
    background: #ebebeb;
    border-color: #ebebeb;
}

.block-signup .input-holder,
.self-box .input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0;
    position: relative;
}

.self-box .input-holder {
    margin: 0;
}

.block-signup .input-holder.has-error {
    border-color: #f00;
}

.block-signup .input-holder .error-msg {
    position: absolute;
    left: 0;
    top: 100%;
}

.block-signup .input-holder input[type="text"],
.block-signup .input-holder input[type="email"],
.self-box .input-holder input[type="text"],
.self-box .input-holder input[type="email"] {
    width: 100%;
    max-width: 223px;
    padding-right: 5px;
    border: none;
    box-shadow: none;
    outline: none;
    height: auto;
    color: #000;
}

.block-signup .input-holder .text,
.self-box .input-holder .text {
    color: #bbb;
}

.block-signup .field {
    margin: 14px 0 0;
    position: relative;
}

.block-signup .jcf-select.jcf-select-has-border {
    height: 51px;
    border: 1px solid #979797;
    border-radius: 8px;
}

.block-signup .jcf-select.jcf-select-has-border .jcf-select-text {
    font-size: 15px;
    line-height: 49px;
    font-weight: 500;
    margin: 0 30px 0 15px;
}

.block-signup .jcf-select .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.block-signup .jcf-select .jcf-select-opener {
    right: 17px;
    position: absolute;
    top: 50%;
}

.block-signup .btn {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 18px 15px;
    margin: 47px 0 0;
}

.block-signup .btn.btn-outline {
    padding: 17px 15px;
}

.block-signup .tag {
    position: absolute;
    left: 50px;
    bottom: 15px;
    background: #ffc951;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 11px 2px;
    font-weight: 500;
    display: none;
}

.block-signup .terms-block {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    /*margin: 0 0 -20px;*/
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.block-signup .terms-block p {
    margin: 0;
}

.block-signup .terms-block a {
    text-decoration: underline;
    color: #38845b;
}

.block-signup .terms-block a:hover {
    text-decoration: none;
}

.block-signup .success-block {
    border-radius: 8px;
    box-shadow: 0 11px 55px rgba(0, 0, 0, .07);
    padding: 99px 40px 32px;
    text-align: center;
    color: #484848;
    font-size: 20px;
    line-height: 26px;
}

.block-signup .success-block .text-box {
    position: relative;
    overflow: hidden;
    margin: 0 auto 80px;
    width: 80%;
}

.block-signup .success-block .btn {
    margin: 0;
}

.block-signup .success-block .check-holder {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid #38845b;
    display: block;
    position: relative;
    margin: 0 auto 35px;
}

.block-signup .success-block .check-holder:before {
    width: 26px;
    height: 14px;
    border-right: 4px solid #38845b;
    border-top: 4px solid #38845b;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    top: 26px;
    left: 22px;
}

.block-signup .success-block h2 {
    font-size: 30px;
    line-height: 34px;
    color: #38845b;
    margin: 0 0 19px;
}

.block-signup .list-btns {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-signup .list-btns li {
    padding: 0 8px;
    width: 60%;
}

.block-signup .list-btns li:first-child {
    width: 40%;
}

.block-signup .list-btns .btn {
    margin: 0;
}

.block-signup .list-btns .btn-border {
    color: #ff3c3c;
    border: 1px solid #ff3c3c;
    border-radius: 2px;
    text-align: center;
}

.block-signup .list-btns .btn-border:hover {
    background: #ff3c3c;
    color: #fff;
}

.block-signup .list-btns .popup-box .box-frame {
    max-width: 498px;
}

.block-signup .list-btns .popup-box h3 {
    margin: 0 0 50px;
}

.block-signup .calendar {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.error-msg {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    color: #f24860;
    padding: 5px 0 0;
    font-size: 12px;
    line-height: 14px;
}

.has-error input,
.has-error .jcf-select {
    border-color: #f00 !important;
}

.has-error .error-msg {
    display: block;
}

.block-overview {
    padding: 90px 0 110px;
    background: #111;
}

.block-overview .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-overview .col-left {
    width: 34.4%;
}

.block-overview .col-right {
    width: 65.6%;
    padding: 0 0 0 25px;
}

.block-overview .list-days {
    margin: 0 5px 43px;
}

.block-overview .calendar-holder {
    background: #fff;
    border-radius: 8px;
    padding: 20px 6px;
    margin: 0 0 22px;
}

.block-overview .hasDatepicker .ui-datepicker {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.block-overview .ui-datepicker .ui-datepicker-prev {
    left: 15px;
}

.block-overview .ui-datepicker .ui-datepicker-next {
    right: 15px;
}

.block-overview .select-holder {
    margin: 0 0 20px;
}

.block-overview .jcf-select {
    height: 55px;
    border-radius: 8px;
    background: #fff;
}

.block-overview .jcf-select .jcf-select-text {
    font-size: 15px;
    line-height: 55px;
    font-weight: 500;
    margin: 0 30px 0 15px;
}

.block-overview .jcf-select .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.block-overview .jcf-select .jcf-select-opener {
    right: 17px;
    position: absolute;
    top: 50%;
}

.timing-table {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    margin: 0 0 25px;
}

.timing-table .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px;
}

.timing-table .head .btn {
    min-width: 163px;
    position: relative;
}

.timing-table .head .btn .bars {
    font-size: 20px;
    line-height: 24px;
    display: none;
}

.timing-table .head .btn .bars .icon {
    font-size: 14px;
}

.timing-table .head .btn .val {
    display: none;
}

.timing-table .time-info {
    background: #e3e3e3;
    color: #484848;
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px;
    padding: 10px 20px;
}

.table-scroll {
    max-height: 542px;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.table-scroll .time-col {
    width: 51px;
}

.table-scroll .list-timing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-scroll .list-timing li {
    margin: 0 0 3px;
}

.table-scroll .list-timing li.heading {
    min-height: inherit;
}

.table-scroll .list-timing li.font-black {
    color: #000;
}

.table-scroll .list-timing time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #38845b;
}

.table-scroll .list-timing time:last-child span {
    height: 16px;
}

.table-scroll .list-timing time:last-child .minutes {
    border-bottom: none;
}

.table-scroll .list-timing .bg-gray time {
    background: #e3e3e3;
    color: #858585;
}

.table-scroll .list-timing span {
    width: 50%;
    height: 19px;
    text-align: center;
}

.table-scroll .list-timing .minutes {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.table-scroll .heading {
    padding: 7px;
    background: #38845b;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-scroll .barbers-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 51px);
    overflow-x: auto;
}

.table-scroll .barbers-area .barber-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*min-width: 203px;*/
    min-width: 150px;
    margin: 0 0 0 3px;
}

.table-scroll .list-barber {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-scroll .list-barber > li {
    margin: 0 0 3px;
}

.table-scroll .list-barber > li > a {
    display: block;
    height: 16px;
    width: 100%;
    text-align: center;
    background: #ffe4a6;
    position: relative;
}

.table-scroll .list-barber > li > a:hover {
    background: #ffc540;
}

.table-scroll .list-barber > li > a .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background: #ff5353;*/
    background: #e0c079;
    color: #fff;
    /*z-index: 2;*/
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 5px 25px;
}

.table-scroll .list-barber > li > a .text:hover {
    background: #b1975d;
}

.table-scroll .list-barber > li > a .text.bg-gray {
    background: #e3e3e3;
    color: #111;
}

.table-scroll .list-barber > li > a .text.bg-gray:hover {
    background: #b0b0b0;
}

.table-scroll .list-barber > li > a .text .star {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 1px 0 0;
}

.table-scroll .list-barber > li > a .paid {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-align: center;
    padding: 1px 0 0 0;
    width: 14px;
    height: 14px;
    margin: 0 0 0 4px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    background: #38845b;
}

.table-scroll .list-barber > li.bg-gray > a {
    background: #e3e3e3;
}
span.bg-gray {
    background: #e3e3e3 !important;
    color: #858585;
}
.table-scroll .list-barber > li.bg-gray > a:hover {
    background: #b0b0b0;
}

.block-table {
    max-height: 542px;
    overflow: auto;
    font-size: 13px;
    line-height: 16px;
}

.block-table .table-head {
    margin: 0 0 0 -3px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    color: #fff;
}

.block-table .table-head li {
    background: #38845b;
    margin: 0 0 3px 3px;
    position: relative;
}

.block-table .table-head li:first-child {
    margin-left: 0;
}

.block-table .table-head li:first-child .heading {
    width: 51px;
}

.block-table .table-head li .heading {
    width: 204px;
    display: block;
    padding: 7px;
    text-align: center;
}

.block-table .table-body {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-table .table-list {
    margin: 0 0 0 -3px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    color: #fff;
}

.block-table .table-list.disable {
    color: #858585;
}

.block-table .table-list.disable li a {
    background: #e3e3e3;
}

.block-table .table-list.disable li a:hover {
    background: #b0b0b0;
}

.block-table .table-list.disable li:first-child {
    background: #e3e3e3;
}

.block-table .table-list li {
    margin: 0 0 3px 3px;
    position: relative;
}

.block-table .table-list li a {
    background: #ffe4a6;
    display: block;
    padding: 2px 5px;
    position: relative;
    height: 100%;
    width: 204px;
}

.block-table .table-list li a:hover {
    background: #ffc540;
}

.block-table .table-list li:first-child {
    background: #38845b;
    margin-left: 0;
}

.block-table .table-list li:first-child time {
    width: 51px;
}

.block-table .table-list time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block-table .table-list time span {
    width: 50%;
}

.block-table .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff5353;
    color: #fff;
    z-index: 2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.block-table .text:hover {
    background: #ec0000;
}

.block-table .text.bg-gray {
    background: #e3e3e3;
    color: #111;
}

.block-table .text.bg-gray:hover {
    background: #b0b0b0;
}

.block-table .text .star {
    position: absolute;
    right: 5px;
    top: 5px;
}

.block-detail {
    background: #fff;
    padding: 30px 27px 20px;
    border-radius: 8px;
}

.block-detail h1 {
    font-size: 25px;
    line-height: 28px;
    color: #484848;
    margin: 0 0 28px;
}

.list-detail {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    color: #858585;
}

.no-update .list-detail.list-updates {
    display: none;
}

.list-detail.list-updates .tag {
    left: 15px;
}

.list-detail.list-updates li a {
    padding: 12px 110px 12px 70px !important;
}

.list-detail.list-updates .slide {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
}

.list-detail.list-updates p {
    margin: 0;
}

.list-detail.list-updates .active .circle:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-detail.list-updates .circle {
    width: 24px;
    height: 24px;
    border: 2px solid #38845b;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    position: relative;
    margin: -2px 0 0 8px;
}

.list-detail.list-updates .circle:before,
.list-detail.list-updates .circle:after {
    width: 14px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #38845b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.list-detail.list-updates .circle:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.list-detail li {
    padding: 10px 100px 10px 30px;
    margin: 0 0 8px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    position: relative;
}

.list-detail a {
    position: relative;
}

.list-detail .icon {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 15px;
    line-height: 28px;
    color: #ff8f37;
}

.list-detail .icon.icon-tick {
    color: #5bd192;
}

.list-detail .icon.icon-delete {
    color: #ff5353;
}

.list-detail .icon.icon-refresh,
.list-detail .icon.icon-pen{
    color: #0095D9;
}

.list-detail .icon.icon-star1 {
    color: #ffc951;
}

.list-detail .tag {
    font-size: 11px;
    line-height: 15px;
    padding: 1px 2px;
    border-radius: 8px;
    position: absolute;
    left: 40px;
    width: 46px;
    text-align: center;
    color: #fff;
    background: #f8a83a;
    text-transform: uppercase;
}

.list-detail .tag.bg-success {
    background: #5bd192;
}

.list-detail .time {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 11px;
}

.block-statistics {
    position: relative;
    overflow: hidden;
    background: #111;
    padding: 80px 0;
}

.block-statistics .block-detail {
    margin: 0 0 25px;
}

.block-statistics .activity-wrap {
    max-height: 450px;
    overflow-y: auto;
    margin: 0 -10px;
}

.block-statistics .list-detail {
    padding: 10px;
    /*margin: 0 -10px;*/
}

.block-statistics .list-detail li {
    padding: 0;
}

.block-statistics .list-detail li a {
    display: block;
    padding: 10px 110px;
    color: #858585;
    cursor: pointer;
}

.block-statistics .list-detail .slide {
    display: none;
}

.empty-box {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    padding: 60px 0 0;
    min-height: 400px;
    display: none;
}

.block-overview .empty-box{
    min-height: 300px;
}

.no-update .empty-box {
    display: block;
}

.empty-box .image-holder {
    width: 114px;
    margin: 0 auto 25px;
}

.empty-box .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.empty-box h2 {
    font-size: 20px;
    line-height: 24px;
}

.block-charts {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin: 0 0 25px;
}

.block-charts h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 25px;
}

.block-stats {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    line-height: 33px;
    color: #484848;
}

.block-stats .box {
    width: calc(50% - 12px);
    background: #fff;
    border-radius: 8px;
    margin: 0 0 25px;
    padding: 35px 15px;
    text-align: center;
    position: relative;
}

.block-stats h2 {
    font-size: 60px;
    line-height: 64px;
    color: #38845b;
    margin: 0;
}

.block-stats .icon {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: 25px;
    color: rgba(56, 132, 91, .3);
}

.block-stats p {
    margin: 0;
}

.chart-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}

.chart-wrap #chart_div {
    width: 1170px;
}

.block-badges {
    background: #38845b;
    padding: 36px 0;
    display: none;
}

.login-active .block-badges {
    display: block;
}

.block-badges h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin: 0 0 37px;
}

.block-badges .badges-area {
    position: relative;
}

.block-badges .list-badges {
    margin: 0 -6px;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.block-badges .list-badges li {
    width: 11.5%;
    padding: 0 6px;
}

.block-badges .list-badges li:last-child {
    width: 8%;
}

.update-num {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #FF5F5F;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
}

.color-red {
    background: #FF5F5F !important;
}

.block-badges .list-badges a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    color: #38845b;
    font-size: 15px;
    line-height: 18px;
    height: 66px;
    text-align: center;
    box-shadow: 0 3px 23px rgba(0, 0, 0, .23);
    border: 3px solid #fff;
    position: relative;
}

.block-badges .list-badges a:hover {
    box-shadow: 0 3px 23px rgba(0, 0, 0, .5);
    border: 3px solid #ffc951;
}

.block-badges .list-badges a .icon {
    display: block;
    margin: 0 0 5px;
}

.tasks-area {
    background: #000;
    padding: 0 0 140px;
    min-height: 100vh;
    position: relative;
}

.tasks-area .container {
    max-width: 680px;
    position: static;
}

.tasks-area .notification-bar {
    font-size: 18px;
    line-height: 24px;
    background: #eec71a;
    color: #fff;
    text-align: center;
    padding: 25px 15px;
    font-weight: 700;
    margin: 0 0 50px;
}

.tasks-area .notification-bar .container {
    max-width: 720px;
}

.tasks-area .notification-bar p {
    margin: 0;
}

.tasks-area .notification-bar .icon {
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0;
}

.tasks-area .logo {
    display: block;
    width: 180px;
    margin: 0 auto 50px;
}

.tasks-area .logo a {
    display: block;
}

.tasks-area .logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-top: 30px;
}

.tasks-area .h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0 0 28px;
}

.tasks-area .list-steps {
    margin: 0 -6.6% 72px;
}

.tasks-area .list-steps li {
    padding: 0 10px;
}

.tasks-area .list-steps li:last-child {
    padding: 0;
}

.tasks-area .list-steps li.completed:after {
    background: #38845b;
}

.tasks-area .list-steps li.current a {
    background: #fff;
    color: #111;
}

.tasks-area .list-steps li:after {
    background: #858585;
}

.tasks-area .list-steps a {
    color: #bbb;
    background: #858585;
    margin: 0 auto;
}

.tasks-area .list-steps a:hover {
    background: #fff;
    color: #111;
}

.tasks-area .list-options a {
    background: #fff;
    box-shadow: 0 2px 16px #000;
}

.tasks-area .ui-datepicker .ui-datepicker-prev,
.tasks-area .ui-datepicker .ui-datepicker-next {
    top: 0;
}

.tasks-area .time-text {
    font-size: 25px;
    line-height: 28px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 0 43px;
}

.tasks-area .list-time a:hover {
    color: #fff;
}

.tasks-area .form-submit input[type="text"],
.tasks-area .form-submit input[type="email"],
.tasks-area .form-submit input[type="tel"] {
    padding-right: 80px;
}

.tasks-area .form-submit input[type="text"] {
    padding-right: 80px;
}

.tasks-area .form-submit .info-holder label {
    margin: 0;
}

.tasks-area .block-summary {
    color: #fff;
}

.tasks-area .block-summary .label {
    color: #fff;
}

.tasks-area .block-summary .selection-info {
    border-color: #fff;
    color: #fff;
}

.tasks-area .block-summary .selection-info .time {
    color: #fff;
}

.tasks-area .block-summary .selection-info .amount {
    color: #fff;
}

.tasks-area .list-summary .title {
    color: #bbb;
}

.tasks-area .list-summary .detail {
    color: #fff;
}

.tasks-area .btns-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 30px;
}

.tasks-area .btns-holder .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 738px;
}

.tasks-area .btns-holder .container a {
    font-size: 20px;
    line-height: 24px;
    width: 48%;
    padding: 28px 15px;
}

.tasks-area .btns-holder .container a.btn-outline {
    width: 43%;
}

.tasks-area .btns-holder .container a.btn {
    width: 52.7%;
}

.tasks-area .btns-holder .container a:only-child {
    width: 100% !important;
}

.tasks-area .success-message {
    min-height: calc(100vh - 345px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.tasks-area .success-message .success-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tasks-area .success-message .box-area {
    padding: 40px 0;
    width: 100%;
}

.tasks-area .success-message .image-holder {
    width: 160px;
    margin: 0 auto 60px;
}

.tasks-area .success-message .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.tasks-area .success-message h2 {
    font-size: 45px;
    line-height: 67px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.jcf-option-popular {
    position: relative;
}

.jcf-option-popular:after {
    display: inline-block;
    vertical-align: middle;
    background: #ffc951;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 11px 2px;
    font-weight: 500;
    content: "Popular";
    margin: 0 0 0 10px;
}

.jcf-option-title {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.jcf-option-title span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: inline-block;
    vertical-align: middle;
    background: #ffc951;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 11px 0;
    font-weight: 500;
    content: attr(data-content);
    margin: 0 0 0 10px;
}

.block-settings {
    background: #111;
    padding: 88px 0 120px;
}

.block-settings .setting-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 30px 28px 46px;
}

.block-settings .setting-wrap .tab-content {
    min-height: 300px;
}

.block-settings #details {
    padding: 17px 0 0;
}

.block-settings h1 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 29px;
    text-align: center;
}

.block-settings .form-submit label {
    color: #484848;
    margin: 0 0 11px;
    cursor: pointer;
}

.block-settings .form-submit .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 20px;
}

.block-settings .form-submit .row .row {
    margin-bottom: 0;
}

.block-settings .form-submit .col {
    width: calc(50% - 24px);
    margin: 0 12px 25px;
}

.block-settings .form-submit .col.full-width {
    width: calc(100% - 24px);
}

.block-settings .form-submit .col.full-width .tooltip {
    bottom: 20px;
}

.block-settings .form-submit .col.full-width input[type="text"] {
    padding: 0;
}

.block-settings .form-submit .col .col {
    margin-bottom: 0;
}

.block-settings .form-submit input[type="text"],
.block-settings .form-submit input[type="email"],
.block-settings .form-submit input[type="tel"],
.block-settings .form-submit textarea {
    width: 100%;
    height: 47px;
    border: 1px solid #979797;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 14px 50px 14px 20px;
}

.block-settings .form-submit input[type="text"]::-webkit-input-placeholder,
.block-settings .form-submit input[type="email"]::-webkit-input-placeholder,
.block-settings .form-submit input[type="tel"]::-webkit-input-placeholder,
.block-settings .form-submit textarea::-webkit-input-placeholder {
    color: #858585;
}

.block-settings .form-submit input[type="text"]::-moz-placeholder,
.block-settings .form-submit input[type="email"]::-moz-placeholder,
.block-settings .form-submit input[type="tel"]::-moz-placeholder,
.block-settings .form-submit textarea::-moz-placeholder {
    opacity: 1;
    color: #858585;
}

.block-settings .form-submit input[type="text"]:-moz-placeholder,
.block-settings .form-submit input[type="email"]:-moz-placeholder,
.block-settings .form-submit input[type="tel"]:-moz-placeholder,
.block-settings .form-submit textarea:-moz-placeholder {
    color: #858585;
}

.block-settings .form-submit input[type="text"]:-ms-input-placeholder,
.block-settings .form-submit input[type="email"]:-ms-input-placeholder,
.block-settings .form-submit input[type="tel"]:-ms-input-placeholder,
.block-settings .form-submit textarea:-ms-input-placeholder {
    color: #858585;
}

.block-settings .form-submit input[type="text"].placeholder,
.block-settings .form-submit input[type="email"].placeholder,
.block-settings .form-submit input[type="tel"].placeholder,
.block-settings .form-submit textarea.placeholder {
    color: #858585;
}

.block-settings .form-submit input[type="text"]:-moz-read-only,
.block-settings .form-submit input[type="email"]:-moz-read-only,
.block-settings .form-submit input[type="tel"]:-moz-read-only,
.block-settings .form-submit textarea:-moz-read-only {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #858585;
}

.block-settings .form-submit input[type="text"]:read-only,
.block-settings .form-submit input[type="email"]:read-only,
.block-settings .form-submit input[type="tel"]:read-only,
.block-settings .form-submit textarea:read-only {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #858585;
}

.block-settings .form-submit input[type="text"].keywords,
.block-settings .form-submit input[type="email"].keywords,
.block-settings .form-submit input[type="tel"].keywords,
.block-settings .form-submit textarea.keywords {
    height: 66px;
}

.block-settings .form-submit textarea {
    resize: none;
    height: 80px;
}

.block-settings .info-holder {
    right: 24px;
    bottom: 8px;
}

.block-settings .info-holder .tooltip-opener {
    font-size: 20px;
}

.block-settings .jcf-select {
    height: 47px;
    border: 1px solid #979797;
    border-radius: 8px;
}

.block-settings .jcf-select.jcf-select-has-tooltip .jcf-select-text {
    margin-right: 75px;
}

.block-settings .jcf-select.jcf-select-has-tooltip .jcf-select-opener {
    right: 57px;
}

.block-settings .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    color: #858585;
    margin: 0 30px 0 20px;
}

.block-settings .jcf-select .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.block-settings .jcf-select .jcf-select-text span {
    color: #858585;
}

.block-settings .jcf-select .jcf-select-opener {
    right: 23px;
    position: absolute;
    top: 50%;
}

.block-settings .btn-green {
    display: block;
    width: 100%;
    padding: 16px;
    line-height: 20px;
    padding: 20px;
}

.block-settings input[type="checkbox"]:checked + .fake-check {
    background: none;
    border-color: #38845b;
}
input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled ~ label,
input[type="checkbox"][disabled] + label,
input[type="checkbox"][disabled] ~ label{
    color: #bbb !important;
}


.block-settings .status {
    display: block;
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
    color: #bbb;
}

.list-times {
    max-width: 830px;
    margin: 0 auto;
    padding: 26px 0 0;
    list-style: none;
}

.list-times li {
    margin: 0 0 25px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-times li:first-child .title {
    display: block;
}

.list-times .day-holder {
    width: 325px;
}

.list-times .time-area {
    width: calc(100% - 325px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-times .title {
    margin: 0 0 11px;
    display: none;
    color: #484848;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.list-times .time-holder {
    width: 100%;
    max-width: 220px;
    position: relative;
}

.list-times label {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 50px;
    position: relative;
}

.list-times label .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.list-times .fake-check {
    width: 22px;
    height: 22px;
    border: 2px solid #bbb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.list-times .fake-check:before {
    width: 12px;
    height: 6px;
    border-color: #38845b;
    top: 4px;
    left: 3px;
    border-width: 2px;
}

.list-times input[type="checkbox"]:checked + .fake-check {
    background: none;
    border-color: #38845b;
}

.block-tabcontent {
    position: relative;
    max-width: 1035px;
    margin: 0 auto;
    padding: 2px 0 0;
    min-height: 427px;
}

.block-tabcontent .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}

.block-tabcontent h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}

.block-tabcontent .btn-outline {
    display: inline-block;
    vertical-align: top;
    min-width: 242px;
    text-align: center;
    border: 1px solid #38845b;
    border-radius: 2px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #38845b;
    margin: 0 0 10px;
}

.block-tabcontent .btn-outline:hover {
    background: #38845b;
    color: #fff;
}

.block-tabcontent .btn-outline .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block-tabcontent .btn-outline .text {
    padding: 0 0 0 5px;
}

.block-tabcontent .more-options {
    padding: 40px 0 0;
}

.block-tabcontent .more-options p {
    margin: 0 0 40px;
}

.block-tabcontent .more-options .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.block-tabcontent .more-options .col {
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 20px;
}

.block-tabcontent .more-options .title {
    font-weight: 700;
    display: block;
    margin: 0 0 10px;
    color: #484848;
}

.list-barbers {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.list-barbers li {
    margin: 0 0 18px;
}

.list-barbers a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    padding: 17px 40px 17px 50px;
    color: #858585;
    position: relative;
}

.list-barbers a:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
}

.list-barbers a label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.list-barbers a .fake-check {
    border-color: #bbb !important;
}

.list-barbers a .fake-check:before {
    border-left-color: #38845b;
    border-bottom-color: #38845b;
}

.list-barbers a input[type="checkbox"]:checked + .fake-check {
    border-color: #38845b !important;
}

.list-tags {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 11px;
    white-space: nowrap;
    overflow: auto;
}

.list-tags li {
    padding: 0 5px;
}

.list-tags .tag {
    display: inline-block;
    vertical-align: top;
    background: #484848;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 34px 9px 15px;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    width: auto;
}

.list-tags .tag .remove {
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tabset,
.tabs-area {
    margin: 0 -7px 50px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
}

.tabset.style li,
.tabs-area.style li {
    width: 33.333%;
}

.tabset li,
.tabs-area li {
    width: 16.667%;
    padding: 0 7px;
}

.tabset a,
.tabs-area a {
    display: block;
    border: 1px solid #bbb;
    border-radius: 4px;
    text-align: center;
    color: #bbb;
    padding: 11px 10px;
}

.tabset a:hover,
.tabset a.active,
.tabs-area a:hover,
.tabs-area a.active {
    color: #fff;
    background: #38845b;
    border-color: #38845b;
}

.tabset .icon,
.tabs-area .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 4px 0 0;
}

.tabs-area {
    margin: 0 -7px 30px;
}

.tabs-area li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.items-area {
    max-height: 480px;
    overflow: auto;
    margin: 0 -10px;
}

.items-area li {
    padding: 0 10px 8px;
    position: relative;
    width: 100%;
}

.items-area .item-link {
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    color: #858585;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.items-area .item-link:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .4);
}

.items-area .item-link >span {
    width: 33.333%;
    min-height: 20px;
}

.items-area .item-link >span.name {
    padding: 0 0 0 20px;
    position: relative;
}

.items-area .item-link >span.name:before {
    font: 16px/20px 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    content: "\e929";
}

.items-area .tel,
.items-area .email {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.items-area .tel .icon,
.items-area .email .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -52%);
    -ms-transform: translate(0, -52%);
    transform: translate(0, -52%);
}

.items-area .email {
    padding: 0 0 0 26px;
}

.login-options {
    max-width: 590px;
    margin: 0 auto;
    padding: 14px 0 0;
}

.instruction-active .login-options {
    display: none;
}

.login-options .list-radios {
    width: 242px;
    padding: 0 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-options .list-radios li {
    margin: 0;
}

.login-list li {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.login-list .title {
    display: block;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #484848;
    font-weight: 500;
}

.login-list .tooltip {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: auto;
    right: auto;
    color: #858585;
}

.login-list .btn {
    width: 242px;
    text-align: center;
    line-height: 22px;
    padding: 15px 50px;
    position: relative;
    color: #fff;
}

.login-list .btn .img {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.login-list .btn .text {
    pointer-events: none;
}

.login-list .btn-google {
    background: #3e82f7;
    padding-right: 20px;
}

.login-list .btn-google:hover {
    background: #084ec7;
}

.login-list .btn-insta {
    background: -webkit-linear-gradient(45deg, #dd435b 0%, #bb2aaa 100%);
    background: linear-gradient(45deg, #dd435b 0%, #bb2aaa 100%);
    padding-right: 20px;
}

.login-list .btn-insta:hover {
    background: -webkit-linear-gradient(45deg, #bb2aaa 0%, #dd435b 100%);
    background: linear-gradient(45deg, #bb2aaa 0%, #dd435b 100%);
}

.login-list .btn-block {
    background: #ff5f5f;
}

.login-list .btn-block:hover {
    background: #f80000;
}

.login-list .btn-block .icon {
    font-size: 20px;
    line-height: 1;
    color: #ff5f5f;
}

.login-list .link {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 0 0 10px;
    color: #7e7e7e;
    text-decoration: underline;
    white-space: nowrap;
}

.login-list .link:hover {
    text-decoration: none;
}

.list-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fake-radio {
    position: relative;
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
}

.fake-radio input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.fake-radio input[type="radio"]:checked + .fake-btn {
    border-color: #38845b;
}

.fake-radio input[type="radio"]:checked + .fake-btn:after {
    opacity: 1;
    visibility: visible;
}

.fake-radio input[type="radio"]:checked ~ .text {
    color: #38845b;
}

.fake-radio .fake-btn {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #bbb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.fake-radio .fake-btn:after {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #38845b;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.instruction-block {
    position: relative;
    overflow: hidden;
    padding: 0 35px;
    color: #484848;
    display: none;
}

.instruction-active .instruction-block {
    display: block;
}

.instruction-block .back-btn {
    margin: 0 -35px 40px;
}

.instruction-block .back-btn .btn {
    width: 145px;
    padding: 16px 15px;
}

.instruction-block .back-btn .btn .icon {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.instruction-block h3 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #484848;
}

.instruction-block h3.heading {
    margin: 0 0 13px;
}

.instruction-block p {
    margin: 0 0 23px;
}

.instruction-block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -14px 0 0;
}

.instruction-block .field {
    width: calc(100% - 170px);
}

.instruction-block .field input[type="text"] {
    width: 100%;
    height: 47px;
    border-radius: 8px;
}

.instruction-block .btn-outline,
.instruction-block .btn-green{
    color: #38845b;
    border-color: #38845b;
    width: 145px;
    line-height: 19px;
    padding: 14px 4px;
}

.instruction-block .btn-outline:hover,
.instruction-block .btn-green {
    background: #38845b;
    color: #fff;
}

.instruction-block .more-info {
    padding: 46px 0 0;
}

.instruction-block .more-info h3 {
    margin: 0 0 15px;
}

.instruction-block .more-info .title {
    display: block;
    margin: 0 0 10px;
}

.instruction-block .code-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.instruction-block .text-block {
    width: calc(100% - 170px);
    background: #eaeaea;
    border-radius: 8px;
    padding: 19px 22px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -2px;
}

.instruction-block .text-block xmp {
    margin: 0;
    word-break: break-all;
    white-space: normal;
}

#footer {
    position: relative;
    overflow: hidden;
    background: #111;
    padding: 66px 0 0;
}

.footer-links {
    position: relative;
    overflow: hidden;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 14px;
}

.footer-links li {
    padding: 0 42px;
    margin: 0 0 20px;
}

.footer-links a {
    color: #bbb;
}

.footer-links a:hover {
    color: #fff;
}

.social-networks {
    margin: 0 0 37px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-networks li {
    padding: 0 15px;
}

.social-networks a {
    color: #bbb;
}

.social-networks a:hover {
    color: #fff;
}

.social-networks .icon {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0 0;
    font-size: 20px;
}

.copy-right {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, .61);
    text-align: center;
    padding: 38px 0 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(187, 187, 187, .35);
}

.keyboard-area {
    position: relative;
    padding: 30px 0 0;
}

.keyboard-area .delete {
    display: block;
    width: 39px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.keyboard-area .delete img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.keyboard-area .delete-btn {
    height: 80px;
    padding: 0 5px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 33.333%;
}

.numeric-keys {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
}

.numeric-keys li {
    width: 33.333%;
    padding: 0 5px;
    margin: 0 0 10px;
}

.numeric-keys button {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
    color: #333;
    padding: 20px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.numeric-keys button:hover {
    background: #ccc;
}

.alphabetics-keys {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 33px;
    padding: 0;
}

.alphabetics-keys li {
    width: 10%;
    padding: 0 5px;
    margin: 0 0 20px;
}

.alphabetics-keys li.btn-large {
    width: 15%;
}

.alphabetics-keys li.btn-large button {
    background: #c9c9c9;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.alphabetics-keys li.btn-large button:hover {
    background: #fff;
}

.alphabetics-keys li.btn-space {
    width: 80%;
}

.alphabetics-keys li.btn-space button {
    font-size: 16px;
    line-height: 20px;
}

.alphabetics-keys li.btn-return {
    width: 24%;
}

.alphabetics-keys li.btn-return button {
    background: #c9c9c9;
    font-size: 16px;
    line-height: 20px;
}

.alphabetics-keys li.btn-return button:hover {
    background: #fff;
}

.alphabetics-keys .icon {
    font-size: 20px;
    line-height: 24px;
}

.alphabetics-keys button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 73px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
    color: #333;
    padding: 10px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.alphabetics-keys button:hover {
    background: #ccc;
}

/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.select-box {
    position: relative;
}

.select-opener {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #979797;
    height: 51px;
    border-radius: 8px;
    color: #000;
    padding: 0 30px 0 15px;
}

.select-opener.no-arrow {
    padding: 0 15px;
}

.select-opener.no-arrow:after {
    display: none;
}

.select-opener.no-arrow .select-text {
    padding: 0;
}

.select-opener:after {
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #858585 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.select-opener .select-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 0 0;
}

.select-opener .select-text .text {
    padding: 0 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-opener .time {
    color: #484848;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 15px;
    margin: 0;
    line-height: 49px;
}

.select-opener .price {
    color: #111;
}

.select-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    border: 1px solid #979797;
    margin: -1px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.select-slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    max-height: 200px;
    overflow: auto;
}

.select-slide li {
    padding: 5px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-slide li:hover {
    background: #e6e6e6;
    color: #000;
}

.select-slide .time {
    color: #484848;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
}

.select-slide .price {
    color: #111;
}

.block-customer {
    background: #111;
    padding: 80px 0 80px;
}

.block-customer .customers-wrap {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 24px 29px;
}

.block-customer .customer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 40px;
}

.block-customer .customer-header-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}

.block-customer h1 {
    color: #484848;
    font-size: 25px;
    line-height: 28px;
    margin: 0;
}

.block-customer .list-btns {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-customer .list-btns li {
    padding: 0 15px;
}

.block-customer .list-btns .btn {
    position: relative;
    min-width: 162px;
}

.block-customer .list-btns .btn .circle {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    position: relative;
    margin: 0 5px 0 0;
}

.block-customer .list-btns .btn .circle:before,
.block-customer .list-btns .btn .circle:after {
    width: 8px;
    height: 1px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.block-customer .list-btns .btn .circle:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.block-customer .jcf-select.jcf-select-has-border {
    height: 40px;
    width: 184px;
    border-radius: 4px;
}

.block-customer .jcf-select.jcf-select-has-border .jcf-select-text {
    line-height: 38px;
}

.filters-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 16px;
}

.filters-selector li {
    padding: 0 7px 14px;
    width: 12.5%;
}

.filters-selector a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #bbb;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 11px 10px;
    text-align: center;
}

.filters-selector a.active,
.filters-selector a:hover {
    background: #38845b;
    border-color: #38845b;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    color: #fff;
}

.filtered-items {
    position: relative;
    max-height: 480px;
    overflow: auto;
    margin: 0 -15px 0 -5px;
}

.filtered-items .filtration-grid {
    margin: 0 15px 0 5px;
}

.filtered-items .item-holder {
    padding: 0 0 8px;
    position: relative;
    width: 100%;
}

.filtered-items .item-link {
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    color: #858585;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.filtered-items .item-link:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .4);
}

.filtered-items .info {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 41px;
    font-weight: 400;
    background: #38845b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 0 10px 0 0;
}

.filtered-items .info .icon {
    margin: 0 3px 0 0;
}

.filtered-items .day {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 5px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    min-width: 99px;
    text-align: center;
    background: #484848;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px 0 0;
}

.block-review {
    padding: 100px 0 114px;
}

.block-review .review-box {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    min-height: 462px;
    border-radius: 8px;
    box-shadow: 0 11px 55px rgba(0, 0, 0, .07);
    max-width: 613px;
    margin: 0 auto;
    text-align: center;
    color: #484848;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-review .review-box .name-barber {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #858585;
    margin: 0 0 20px;
}

.block-review .review-box p {
    margin: 0 0 24px;
}

.block-review .review-box.box-error {
    color: #858585;
    font-size: 20px;
    line-height: 30px;
}

.block-review .review-box.box-error .image-holder {
    width: 174px;
    margin: 0 auto 35px;
}

.block-review .review-box.box-error .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-review .review-box.box-error .error-wrap {
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.block-review .review-box.box-error .error-frame {
    width: 100%;
    padding: 15px;
}

.block-review .box-holder {
    width: 100%;
    padding: 60px 40px 40px;
}

.block-review h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 4px;
    text-align: center;
}

.block-review .title {
    display: block;
    margin: 0 0 33px;
    color: #858585;
    font-weight: 400;
}

.block-review .success-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.block-review .img-tick {
    width: 80px;
    height: 80px;
    border: 3px solid #38845b;
    border-radius: 100%;
    display: block;
    margin: 0 auto 35px;
    position: relative;
}

.block-review .img-tick:before {
    position: absolute;
    left: 32px;
    top: 22px;
    width: 13px;
    height: 25px;
    border-left: 3px solid #38845b;
    border-top: 3px solid #38845b;
    content: "";
    -webkit-transform: rotate(-138deg);
    -ms-transform: rotate(-138deg);
    transform: rotate(-138deg);
}

.block-review .message-area {
    width: 100%;
    padding: 20px 20px 80px;
    text-align: center;
}

.block-review .message-area .btn {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 18px 12px;
}

.block-review .info-message {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #38845b;
    display: block;
}

.list-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 55px;
}

.list-ratings li {
    padding: 0 10px;
}

.list-ratings li:hover .icon-star-outline {
    display: none;
}

.list-ratings li:hover .icon-star-new {
    display: block;
}

.list-ratings li.active .icon-star-outline {
    display: none;
}

.list-ratings li.active .icon-star-new {
    display: block;
}

.list-ratings .icon {
    font-size: 40px;
    line-height: 1;
    display: block;
    color: #bbb;
}

.list-ratings .icon-star-new {
    color: #efd358;
    display: none;
}

.form-review .field {
    margin: 0 0 38px;
}

.form-review input[type="submit"] {
    font-size: 18px;
    line-height: 22px;
    border: none;
    display: block;
    width: 100%;
    padding: 19px;
}

.block-privacy {
    font-size: 16px;
    line-height: 23px;
    color: #858585;
    position: relative;
    overflow: hidden;
    padding: 60px 0 110px;
}

.block-privacy .container {
    max-width: 1080px;
}

.block-privacy .privacy-wrap {
    position: relative;
    overflow: hidden;
    padding: 36px 36px 22px;
    border-radius: 8px;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .14);
}

.block-privacy .wrap {
    position: relative;
    overflow: hidden;
    margin: 0 0 32px;
}

.block-privacy p {
    margin: 0 0 13px;
}

.block-privacy h2 {
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    font-weight: 500;
    margin: 0 0 16px;
}

.block-privacy a {
    color: #38845b;
    text-decoration: none;
    font-weight: 700;
}

.block-privacy a:hover {
    color: #1a3c2a;
}

.block-privacy .links-info {
    position: relative;
    overflow: hidden;
}

.block-privacy .links-info .title {
    display: block;
    margin: 0 0 4px;
}

.block-privacy .list-links {
    margin: 0 0 12px;
}

.block-privacy .list-links li {
    margin: 0 0 4px;
}

.privacy-head {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

.privacy-head h2 {
    font-size: 20px;
    line-height: 24px;
}


.block-invoices {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #000;
}

.block-invoices .package-detail {
    background: #fff;
    border-radius: 8px;
    padding: 30px 27px 39px;
    margin: 0 0 32px;
}

.block-invoices h1 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 21px;
    color: #484848;
}

.block-invoices .package-list {
    font-weight: 500;
    margin: 0 0 18px;
}

.block-invoices .package-list li {
    padding: 15px 20px 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
}

.block-invoices .package-list li:first-child {
    border: none;
}

.block-invoices .package-list .tag {
    width: 117px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 5px;
    border-radius: 19px;
}

.block-invoices .package-list .info-text {
    min-width: 117px;
    text-align: center;
}

.block-invoices .private_domain {
    width: auto !important;
    padding: 9px 15px !important
}

.block-invoices .full-width {
    width: 100%;
    display: block;
    font-weight: 400;
    padding: 19px 10px;
}

.block-invoices .full-width .order-text {
    display: block;
}

.block-invoices .popup-box .box-frame {
    max-width: 498px;
    text-align: center;
}

.block-invoices .popup-box .box-holder {
    font-size: 16px;
    line-height: 23px;
}

.popup-box .box-holder .general-text {
    padding: 5px 0;
    text-align: center;
    margin: -43px -30px 20px;
}

.block-invoices .popup-box h3 {
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    font-weight: 700;
    margin: 0 0 20px;
}

.block-invoices .popup-box p {
    margin: 0 0 10px;
}

.block-invoices .popup-box .btns-area {
    margin: 0 -4px;
    padding: 25px 0 0;
}

.block-invoices .popup-box .btns-area li {
    width: 53%;
}

.block-invoices .popup-box .btns-area li:first-child {
    width: 47%;
}

.invoice-detail {
    background: #fff;
    border-radius: 8px;
    padding: 29px 27px;
    margin: 0 0 30px;
}

.invoice-detail .scroll-holder {
    max-height: 414px;
    overflow-y: auto;
    margin: 0 0 0 -10px;
}

.invoice-detail h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #484848;
}

.invoice-detail .list-invoices {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    padding: 0 20px 0 10px;
}

.invoice-detail .list-invoices li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.invoice-detail .list-invoices li:not(.table-head) {
    border-radius: 4px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 10px 0;
    margin: 0 0 8px;
}

.invoice-detail .list-invoices li.table-head {
    color: #484848;
    padding: 0 0 18px;
}

.invoice-detail .list-invoices .col {
    width: 23%;
    text-align: center;
    position: relative;
}

.invoice-detail .list-invoices .col:before {
    position: absolute;
    left: 15px;
    top: 0;
    content: attr(data-title);
    display: none;
    color: #484848;
}

.invoice-detail .list-invoices .col:nth-child(2) {
    width: 37.4%;
}

.invoice-detail .list-invoices .col:nth-child(3) {
    width: 25.4%;
    padding-right: 9%;
}

.invoice-detail .list-invoices .col:nth-child(4) {
    width: 14.2%;
}

.invoice-detail .tag {
    font-size: 14px;
    line-height: 19px;
    padding: 2px 8px 0;
    width: auto;
    position: relative;
}

.invoice-detail .tag .link-pay {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    color: #38845b;
    text-decoration: underline;
    margin: 0 10px 0 0;
}

.invoice-detail .tag-box {
    min-width: 100px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.invoice-detail .link-pay {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.invoice-detail .link-pay a {
    color: #38845b;
    text-decoration: underline;
    white-space: nowrap;
}

.invoice-detail .tag.partial {
    color: #e5af37;
    background: #fff5de;
}

.invoice-detail .tag.not-paid {
    background: #ffe0e0;
    color: #ff5f5f;
}

.invoice-detail .text {
    position: relative;
}

.invoice-detail .partial-amount {
    position: absolute;
    left: 100%;
    top: 50%;
    padding: 0 0 0 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #e5af37;
}

.holiday-active .block-changes {
    display: none;
}

.block-changes .items-area li {
    text-align: center;
}

.block-changes .items-area li.heading-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #484848;
    padding: 10px;
}

.block-changes .items-area li .title-head {
    width: 25%;
}

.block-changes .items-area li .text {
    width: 25%;
    position: relative;
}

.block-changes .items-area li .text:before {
    color: #484848;
    position: absolute;
    left: 0;
    top: 0;
    content: attr(data-title);
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px 0 0;
    overflow: hidden;
    display: none;
}

.block-changes .jcf-select.jcf-select-has-border {
    height: 47px;
    border-radius: 8px;
    width: 100%;
}

.block-changes .jcf-select.jcf-select-has-border .jcf-select-text {
    line-height: 45px;
    margin: 0 30px 0 15px;
}

.block-holidays {
    display: none;
}

.holiday-active .block-holidays {
    display: block;
}

.block-holidays .items-area li {
    text-align: center;
}

.block-holidays .items-area li.heading-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px;
    color: #484848;
}

.block-holidays .items-area li .title-head {
    width: 33.333%;
}

.block-holidays .items-area li .text {
    width: 33.333%;
    position: relative;
}

.block-holidays .items-area li .text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: attr(data-title);
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px 0 0;
    color: #484848;
    overflow: hidden;
    display: none;
}

.block-holidays .jcf-select.jcf-select-has-border {
    height: 47px;
    border-radius: 8px;
    width: 100%;
}

.block-holidays .jcf-select.jcf-select-has-border .jcf-select-text {
    line-height: 45px;
    margin: 0 30px 0 15px;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
    opacity: 0;
}

/* custom select styles */

.jcf-select {
    display: block;
    width: 100%;
    position: relative;
    height: 21px;
    cursor: pointer;
}

.jcf-select.jcf-select-has-border {
    height: 47px;
    border: 1px solid #979797;
    border-radius: 8px;
}

.jcf-select.jcf-select-has-border.jcf-select-has-tooltip .jcf-select-text {
    margin-right: 75px;
}

.jcf-select.jcf-select-has-border.jcf-select-has-tooltip .jcf-select-opener {
    right: 55px;
}

.jcf-select.jcf-select-has-border .jcf-select-text {
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    margin: 0 30px 0 20px;
}

.jcf-select.jcf-select-has-border .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.jcf-select.jcf-select-has-border .jcf-select-text span {
    color: #000;
}

.jcf-select.jcf-select-has-border .jcf-select-text span.jcf-option-hide-me {
    color: #999;
}

.jcf-select.jcf-select-has-border .jcf-select-opener {
    right: 17px;
    position: absolute;
    top: 50%;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.jcf-select .jcf-select-text span {
    color: #000;
}

.jcf-select .jcf-select-text span.jcf-option-hide-me {
    color: #858585;
}

.jcf-select .jcf-select-opener {
    display: inline-block;
    vertical-align: top;
}

.jcf-select .jcf-select-opener:after {
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #858585 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.jcf-select-drop {
    position: absolute;
    margin: 3px 0 0;
    z-index: 9999;
}

.jcf-select-drop.jcf-select-has-border {
    margin: -1px 0 0;
    border: 1px solid #979797;
    border-radius: 8px;
    overflow: hidden;
}

.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    height: auto !important;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list .jcf-list-content .jcf-option-hide-me {
    display: none;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block !important;
    margin: 0 !important;
    height: auto !important;
    min-height: inherit !important;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    white-space: normal;
    display: block;
    padding: 5px 9px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.bg-holder-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
}

.bg-holder {
    /*@include position-zero;

  position: absolute;*/
}

.bg-holder {
    /*@include position-zero;

  position: absolute;*/
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-holder img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.is-touch-device {
    background-size: cover;
}

.loader,
.loader body {
    overflow: hidden;
}

.barbers {
    overflow: hidden !important;
}


.loader.loaded,
.loader.loaded body {
    overflow: visible;
}

.loader-box {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .6);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.loaded .loader-box {
    display: none;
}

.loader-box .loader-area {
    width: 219px;
    height: 183px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
}

.loader-box .text {
    display: block;
    padding: 28px 0 0;
}

.lds-spinner {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.lds-spinner div {
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    left: 30px;
    width: 6px;
    height: 11px;
    border-radius: 10px;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.image-loader,
.image-loader-new {
    position: relative;
    overflow: hidden;
}

.loaded .image-loader {
    background: none;
}

.image-loader.has-radius,
.image-loader-new.has-radius{
    border-radius: 100%;
}

.image-loader:after,
.image-loader-new:after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .7), transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, .7), transparent);
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
}

.loaded .image-loader:after,
.block-loaded .image-loader-new:after{
    display: none !important;
}

.image-loader img,
.image-loader-new img,
.image-loader iframe{
    opacity: 0;
    visibility: hidden;
}

.loaded .image-loader img,
.block-loaded .image-loader-new img,
.loaded .image-loader iframe{
    opacity: 1;
    visibility: visible;
}

html:not(.loaded) .text-loader,
html:not(.loaded) .image-loader,
.area-frame:not(.block-loaded) .text-loader-new,
.area-frame:not(.block-loaded) .image-loader-new {
    background: rgba(153, 153, 153, .8);
}

.area-frame:not(.block-loaded) .text-loader-new {
    height: 20px;
}

.area-frame:not(.block-loaded) .list-reviews.text-loader-new {
    width: 55%;
    margin-left: 0;
    margin-right: 0;
}
.area-frame:not(.block-loaded) .article-area h3{
    width: 60%;
}

.text-loader,
.text-loader-new{
    position: relative;
    overflow: hidden;
}

.text-loader *,
.text-loader-new *{
    opacity: 0;
    visibility: hidden;
}

.loaded .text-loader *,
.block-loaded .text-loader-new *{
    opacity: 1;
    visibility: visible;
}

.text-loader:after,
.text-loader-new:after{
    display: block !important;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .7), transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, .7), transparent);
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
}

.loaded .text-loader:after,
.block-loaded .text-loader-new:after{
    display: none !important;
}


.step-loader {
    position: relative;
    min-height: 297px;
    color: #000;
}
.step-loader .step-loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step-loader .text {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 20px 0 0;
}

.box-calendar {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.box-calendar .c-title,
.calendar-btn-title{
    display: block;
    font-size: 25px;
    line-height: 28px;
    color: #484848;
    margin: 20px 0 10px !important;
    text-align: center;
    font-weight: 700;
}

.box-calendar +.box-calendar {
    padding: 40px 0 0;
}

.box-calendar .btn,
.icon-google{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "circular", "Arial", sans-serif !important;
    padding: 20px 60px !important;
    position: relative;
    letter-spacing: 1px;
    background: #38845b !important;
    border-color: #38845b !important;
}

.box-calendar .btn .img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}

.box-calendar .btn img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.empty-area {
    padding: 50px 0;
    max-width: 380px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 25px;
    color: #484848;
    text-align: center;
}

.empty-area .image-holder {
    width: 82px;
    display: block;
    margin: 0 auto 20px;
}

.change-alert {
    font-size: 14px;
    line-height: 18px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    background: #38845B;
    text-align: center;
    padding: 13px;
    z-index: 4;
}

.change-alert .message {
    position: relative;
    padding: 0 0 0 20px;
}

.change-alert .message:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    width: 6px;
    height: 14px;
    transform: rotate(-145deg);
}

.cards-row {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cards-row .card-col {
    font-size: 18px;
    line-height: 23px;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    background: #38845B;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.cards-row .left-box {
    width: 50%;
    padding: 15px 15px 15px 10px;
    display: flex;
    align-items: center;
}

.cards-row .left-box .image-holder {
    width: 60px;
}

.cards-row .left-box .image-holder img {
    display: block;
    margin: 0 auto;
}

.cards-row .left-box .text {
    width: calc(100% - 60px);
    padding: 0 0 0 10px;
    font-weight: 700;
}

.cards-row .right-box {
    width: 50%;
    background: #176139;
    border-radius: 80px 0 0 80px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.cards-row .right-box .frame {
    width: 100%;
}

.cards-row .box-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards-row .box-row .title,
.cards-row .box-row .price-area.small{
    font-size: 17px;
}

.cards-row .box-row .title.small {
    font-size: 16px;
}

.cards-row .box-row .price-area {
    font-weight: 500;
}

.opening-time-tag {
    margin: -20px 0 30px;
    display: inline-block;
    vertical-align: top;
    color: #858585;
    font-size: 16px;
    line-height: 20px;
}

.opening-time-tag a {
    color: #38845b;
    text-decoration: underline;
}
.opening-time-tag a:hover {
    text-decoration: none;
}


.opening-time-tag .icon {
    display: inline-block;
    vertical-align: middle;
    color: #FFC951;
    margin: 0 4px 0 0;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-demo {
    padding: 5px;
    width: 615px;
    color: #484848;
}

.lightbox-demo h2 {
    margin: 0 0 10px;
}

.lightbox-demo p {
    margin: 0;
    margin: 0 0 30px;
    text-align: center;
}

.self-box p{
    margin: 0 0 30px;
    text-align: center;
}

.popup-innercontent {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    margin: 30px 0;
}

.lightbox-demo .fancybox-button {
    display: none !important;
}

.lightbox-demo .close-lightbox {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    color: #fff;
}

#update-barber {
    width: 468px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

#otherForm_window_sticker {
    text-align: center;
}

#update-barber .image-holder,
#otherForm_window_sticker .image-holder{
    width: 80px;
    margin: 0 auto 20px;
}

#update-barber .image-holder img,
#otherForm_window_sticker .image-holder img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#update-barber .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 25px;
}

#update-barber .price{
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px;
}

#update-barber p {
    margin: 0 0 80px;
}

#flyers p,
#otherForm_window_sticker p{
    margin: 0 0 30px;
}

.self-box {
    position: relative;
    overflow: hidden;
}

.self-box .box-head {
    text-align: center;
    border-bottom: 1px solid rgba(43, 45, 41, 0.2);
    padding: 20px 0 25px;
}

.self-box .box-head h2 {
    font-size: 40px;
    line-height: 44px;
    color: #38845B;
    margin: 0 0 8px;
}

.self-box .box-head .duration {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px;
}

.self-box .box-head .monthly-price {
    display: block;
    color: #484848;
    font-size: 20px;
    line-height: 24px;
}

.self-box .body-area {
    padding: 30px 0 0;
}

.self-box .title {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
}

.self-box .list-features {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.self-box .list-features li {
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}

.self-box .list-features li:before {
    left: 0;
}

.self-box .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px 20px;
}

.self-box label {
    display: inline-block;
    vertical-align: top;
    color: #484848;
    margin: 0 0 10px;
}

.self-box input[type="text"],
.self-box input[type="password"],
.self-box input[type="email"] {
    width: 100%;
    height: 47px;
    padding: 10px;
    border: 1px solid #979797;
    outline: none;
    box-shadow: none;
}

.self-box .row .col {
    flex: 1;
    padding: 0 8px;
    margin: 0 0 10px;
    position: relative;
}

.self-box .alert-box {
    padding: 0 0 0 28px;
    position: relative;
    color: #000;
    margin: 0 0 50px;
}

.self-box .alert-box .circle {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #FF5F5F;
    color: #FF5F5F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    line-height: 14px;
}

.self-box .btn-green {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
}

.review-lightbox {
    font-size: 18px;
    line-height: 22px;
    color: #858585;
    text-align: center;
}

.review-lightbox .popup-innercontent {
    padding: 100px 30px 160px;
}

.review-lightbox .image-holder {
    width: 168px;
    display: block;
    margin: 0 auto 20px;
}

.review-lightbox h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 30px;
    color: #484848;
}

.review-lightbox p {
    margin: 0 0 20px;
}

.review-lightbox .btn {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
    text-transform: capitalize;
    padding: 20px 15px;
}

.desk-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.desk-pagination li a{
    border-radius: 3px;
}

.desk-pagination li:first-child {
    margin-right: 30px;
}

.desk-pagination li:last-child {
    margin-left: 30px;
}

.desk-pagination a:not(.arrow) {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color:  #A8A8A8;
}

.desk-pagination a.arrow {
    color: #848484;
}

.desk-pagination a.arrow:hover {
    color: #fff;
}

.desk-pagination a:not(.arrow):hover,
.desk-pagination a.active {
    background: #fff;
    color: #000;
}

.desk-pagination .icon-arrowo-forward{
    margin-left: 6px;
}

.desk-pagination .icon-arrow-back{
    margin-right: 6px;
}

#otherForm_flyers {
    text-align: center;
}

#otherForm_flyers .image-holder {
    width:  90px;
    margin: 0 auto 10px;
}

#otherForm_flyers .image-holder img {
    width:  100%;
    height: auto;
    vertical-align: top;
}

#otherForm_flyers .title,
#otherForm_flyers .price,
#otherForm_window_sticker .title,
#otherForm_window_sticker .price{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
}

.block-order {
    min-height: calc(100vh - 196px);
    background: #000;
    padding: 52px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-order .container {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    max-width: 1170px;
    width: 100%;
}
.block-order .payment-block {
    width: 100%;
}
.block-order .shape-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 283px;
}
.block-order .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.block-order .shape-holder.style {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 145px;
}
.block-order .text-box {
    max-width: 424px;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
}
.block-order h1 {
    font-size: 25px;
    line-height: 28px;
    color: #484848;
    margin: 0 0 15px;
}
.block-order .price {
    display: block;
    color: #000;
    font-size: 35px;
    line-height: 38px;
    margin: 0 0 100px;
}
.block-order .icon-holder {
    width: 100px;
    margin: 0 auto 20px;
}
.block-order .btn-green {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
    font-weight: 400;
}

.reserve-detail {
    font-size: 22px;
    line-height: 32px;
    color: #bbb;
}

.reserve-detail h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700;
}

.instagram-area {
    padding: 0 0 60px;
}

.instagram-area .header-area {
    padding: 0 0 40px;
}

.instagram-area .header-area h2 {
    margin: 0 0 10px;
}

.instagram-area .header-area .link {
    color: #38845b;
}

.list-posts {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.position-relative {
    position: relative;
}

.list-posts li {
    width: 16.667%;
    padding: 0 4px;
    margin: 0 0 8px;
    position: relative;
}

.list-posts .overlay-area {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 160, 93, 0.6);
    color: #fff;
    text-align: center;
}

.list-posts li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.list-posts li .icon {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px;
}

.first-use {
    border-radius: 6px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 15px 27px 23px;
}

.main-info {
    display: block;
    position: relative;
    color: #414141;
    padding: 10px 40px 10px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    font-weight: 700;
    cursor: pointer;
}

.active .main-info .arrow {
    transform: none;
}

.main-info .arrow {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .18);
    padding: 0;
    transition: all 0.4s ease;
    transform: rotate(180deg);
}

.main-info .arrow i {
    font-size: 12px;
    line-height: 15px;
    transform: rotate(-90deg) translate(1px, 1px);
    color: #328154;
}

.step-item-wrap {
    position: relative;
    overflow: hidden;
}


.step-item {
    position: relative;
    font-size: 14px;
    padding: 17px 0 0 25px;
}

.step-item .text-primary {
    color: #388559;
}

.step-item:first-child {
    padding-top: 0;
}

.step-item:first-child:before {
    top: 6px;
}

.step-item:last-child:before {
    bottom: 6px;
}

.step-item:before {
    position: absolute;
    left: 6px;
    bottom: 6px;
    top: -4px;
    width: 2px;
    border-left: 2px dashed #bbb;
    content: '';
}

.text-success.step-item:before {
    border-left-color: #388559;
}

.step-item:first-child .circle {
    top: 3px;
}

.text-success.step-item .circle {
    background: #388559;
    border-color: #388559;
}

/*.text-danger.step-item .circle {
    background: #f00;
    border-color: #f00;
}

.text-danger.step-item .circle:before {
    border: none;
    content: 'x';
    width: 8px;
    height: 8px;
    color: #fff;
    left: 3px;
    top: -5px;
    transform: none;
}*/

.step-item .circle {
    position: absolute;
    left: 0;
    top: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
}

.step-item .circle:before {
    position: absolute;
    left: 4px;
    top: 2px;
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 4px;
    height: 7px;
    transform: rotate(-135deg);
}

.box-holder-wrap {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.treatment-notice-area {
    background: #daa93b;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;*/
}

@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }

    .form-search button[type="submit"] .text-search {
        display: none;
    }

    .tasks-area .list-steps li {
        width: 16.667%;
    }

    .tasks-area .list-steps li:after {
        left: auto;
        width: 81px;
        right: -42px;
    }

    .tasks-area .list-steps a {
        width: 45px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
    }

    .tasks-area .list-steps a:after {
        left: 11px;
        top: 17px;
    }

    .tasks-area .list-options li {
        margin: 0 0 16px;
    }

    .tasks-area .list-options a {
        padding: 14px 20px;
    }

    .tasks-area .list-options .image-holder {
        width: 50px;
    }

    .tasks-area .list-options .text-holder {
        font-size: 20px;
        line-height: 24px;
        width: calc(100% - 50px);
    }

    .tasks-area .list-treatment {
        font-size: 15px;
        line-height: 18px;
    }

    .tasks-area .list-treatment li {
        margin: 0 0 17px;
    }

    .tasks-area .list-treatment .title {
        font-size: 18px;
        line-height: 22px;
    }

    .tasks-area .list-treatment .amount {
        font-size: 15px;
        line-height: 18px;
        bottom: 20px;
        right: 12px;
    }

    .tasks-area .list-treatment a {
        padding: 12px 75px 18px 18px;
    }

    .tasks-area .hasDatepicker .ui-datepicker {
        padding: 3px 10px 13px;
    }

    .tasks-area .ui-datepicker-calendar {
        font-size: 20px;
        line-height: 24px;
    }

    .tasks-area .ui-datepicker-calendar .ui-state-default {
        font-size: 25px;
        line-height: 45px;
        width: 45px;
        height: 45px;
    }

    .tasks-area .ui-datepicker-title {
        font-size: 20px;
        line-height: 24px;
    }

    .tasks-area .list-time a {
        font-size: 20px;
        line-height: 24px;
        color: #484848;
        padding: 18px 10px;
    }

    .tasks-area .list-time .price-up {
        width: 24px;
        height: 24px;
        top: 7px;
    }

    .tasks-area .form-submit label {
        font-size: 22px;
        line-height: 25px;
        color: #fff;
        font-weight: 700;
        margin: 0 0 16px;
    }

    .tasks-area .form-submit input[type="text"],
    .tasks-area .form-submit input[type="email"],
    .tasks-area .form-submit input[type="tel"] {
        font-size: 22px;
        line-height: 26px;
        padding: 26px 15px;
        height: 78px;
    }

    .tasks-area .form-submit input[type="text"] {
        padding-right: 110px;
    }

    .tasks-area .form-submit .info-holder {
        bottom: 26px;
        right: 27px;
    }

    .tasks-area .form-submit .fake-check {
        width: 25px;
        height: 25px;
        border-width: 3px;
    }

    .tasks-area .form-submit .fake-check:before {
        width: 16px;
        height: 8px;
        top: 2px;
        left: 2px;
    }

    .tasks-area .form-submit .img-user {
        right: 73px;
        bottom: 27px;
    }

    .tasks-area .block-summary .label {
        font-size: 22px;
        line-height: 26px;
    }

    .tasks-area .block-summary .selection-info {
        font-size: 22px;
        line-height: 26px;
        padding: 25px;
        margin: 0 0 42px;
    }

    .tasks-area .block-summary .selection-info .time {
        font-size: 22px;
        line-height: 26px;
    }

    .tasks-area .block-summary .selection-info .amount {
        font-size: 22px;
        line-height: 26px;
    }

    .tasks-area .list-summary {
        font-size: 22px;
        line-height: 26px;
    }

    .tasks-area .list-summary li {
        width: 33.333%;
        margin: 0 0 43px;
    }

    .tasks-area .list-summary .title {
        margin: 0 0 18px;
    }

    .popup-default .btns-area li {
        flex: 1;
    }
}

@media (max-width: 1199px) {
    #header .logo {
        margin: 0;
    }

    .block-barbers .form-search button[type="reset"] {
        margin: 0 0 0 10px;
    }

    .timing-block .wrap {
        margin: 0 -15px;
    }

    .timing-block .col {
        padding: 10px 15px;
    }
}

@media (max-width: 1099px) {
    .testimonial-area .testimonial-wrap {
        margin: 0 -15px 0 0;
    }
}

@media (max-width: 1023px) {
    .nav-drop {
        padding: 0 82px 0 0;
    }

    .menu {
        margin: 0 -10px;
    }

    .menu li {
        padding: 0 10px;
    }

    .menu .btn {
        padding: 15px;
    }

    .area-holder .link-more {
        right: 30px;
    }

    .area-holder .arrow {
        left: 30px;
    }

    .area-holder .arrow.arrow-next {
        left: auto;
        right: 30px;
    }

    .three-cols .cols-head {
        margin: 0 0 40px;
    }

    .three-cols .col {
        width: 30%;
    }

    .apps-area .image-holder {
        width: 250px;
    }

    .apps-area .form-search {
        bottom: 40px;
        left: 30px;
        right: 30px;
    }

    .apps-area .form-search input[type="text"],
    .apps-area .form-search input[type="email"],
    .apps-area .form-search input[type="search"] {
        margin: 0 0 10px;
        height: 40px;
    }

    .apps-area .form-search .btn {
        height: 40px;
    }

    .apps-area .logo {
        top: 80px;
        width: 100px;
    }

    .apps-area .text-holder {
        width: calc(100% - 250px);
        padding: 0 0 0 40px;
    }

    .block-treatment .slick-list {
        overflow: visible;
    }

    .block-dresser .slick-list {
        overflow: visible;
    }

    .block-dresser .image-holder {
        width: 140px;
        height: 140px;
        margin: 0 auto 17px;
    }

    .block-timing .timing-area {
        padding: 30px;
    }

    .list-timings li {
        margin: 0 0 10px;
    }

    .pricing-block {
        padding: 0 0 50px;
    }

    .pricing-block .pricing-row {
        margin: 0 0 40px;
    }

    .pricing-block .pricing-col {
        width: 50%;
    }

    .pricing-block .payment-detail {
        width: 70%;
    }

    .block-barbers .form-search button[type="reset"] {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
        left: 50%;
        top: 100%;
        margin: 8px 0 0;
    }

    .block-barbers .col {
        width: 33.333%;
    }

    .top-header .time-info {
        padding: 0 0 0 60px;
    }

    .top-header .time {
        font-size: 40px;
        line-height: 46px;
    }

    .top-header time {
        font-size: 16px;
        line-height: 20px;
    }

    .top-header .name {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0 0;
        width: 100%;
        text-align: center;
    }

    .timing-block .col {
        width: 50%;
    }

    .timing-table {
        padding: 15px;
    }

    .table-scroll .barbers-area .barber-col {
        min-width: 150px;
    }

    .block-table .table-head li .heading {
        width: 140px;
    }

    .block-table .table-list li a {
        width: 140px;
    }

    .block-detail {
        padding: 15px;
    }

    .block-badges .list-badges li {
        width: 25%;
        margin: 0 0 12px;
    }

    .block-badges .list-badges li:last-child {
        width: 25%;
    }

    .list-times .day-holder {
        width: 200px;
    }

    .list-times .time-area {
        width: calc(100% - 200px);
    }

    .tabset,
    .tabs-area {
        margin: 0 -7px 30px;
    }

    .tabset li,
    .tabs-area li {
        width: 33.333%;
        margin: 0 0 14px;
    }

    .visual.bg-black .shape-holder.top-left {
        max-width: 250px;
    }

    .visual.bg-black .shape-holder.bottom-left {
        max-width: 110px;
    }

    .visual.bg-black .shape-holder.top-right {
        max-width: 200px;
    }

    .footer-links li {
        padding: 0 20px;
    }

    .filters-selector li {
        width: 25%;
    }

    .cards-row {
        margin: 0;
    }

    .cards-row .card-col {
        width: 100%;
        margin: 0 0 20px;
    }

    .block-order .shape-holder {
        width: 180px;
    }
    .block-order .shape-holder.style {
        width: 100px;
    }

    .block-order .price {
        margin: 0 0 50px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 16px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        height: 45px;
    }

    .btn-outline {
        padding: 15px 10px;
    }

    #header {
        border: none;
        padding: 12px 0;
    }

    #header .container {
        position: relative;
    }

    #header .logo {
        width: 88px;
        margin: 0 auto;
    }

    #header .opener {
        padding: 0 22px 0 0;
    }

    #header .opener:after {
        border-width: 4px 4px 0 4px;
        right: 5px;
    }

    #header .slide .img {
        width: auto;
    }

    .nav-drop {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .nav-active .nav-drop {
        max-height: 4000px;
    }

    #nav {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        background: #111;
    }

    .nav-active #nav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .menu {
        margin: 0;
        padding: 3px 0 7px;
    }

    .menu li {
        padding: 17px 25px;
        width: 100%;
    }

    .menu a {
        padding: 0;
    }

    .menu .btn {
        padding: 0;
        border: none;
        border-radius: 0;
        color: rgba(255, 255, 255, .55);
    }

    .menu .btn:hover {
        color: #fff;
        background: none;
    }

    .visual {
        padding: 90px 0;
    }

    .visual.style {
        padding: 90px 0;
    }

    .visual h1 {
        line-height: 40px;
        margin: 0 0 32px;
    }

    .visual .text {
        margin: 0 0 8px;
    }

    .form-search {
        margin: 0;
        background: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5px;
        border-radius: 0;
    }

    .form-search .field {
        margin: 0 0 18px;
        width: 100%;
    }

    .form-search input[type="text"],
    .form-search input[type="email"],
    .form-search input[type="search"] {
        font-size: 14px;
        line-height: 18px;
        background: rgba(255, 255, 255, .86);
        padding: 16px;
        border-radius: 30px;
    }

    .form-search .select-holder {
        background: rgba(255, 255, 255, .86);
        width: 50%;
        border-radius: 30px 0 0 30px;
        padding: 13px 16px 13px 19px;
    }

    .form-search .select-holder.style {
        background: rgba(255, 255, 255, .86);
        width: 50%;
        border-radius: 0 30px 30px 0;
        padding: 13px 22px 13px 16px;
    }

    .form-search button[type="submit"] {
        width: 100%;
        border-radius: 30px;
        display: block;
        margin: 24px 0 0;
        height: 50px;
    }

    .slider-area {
        display: none;
    }

    .area-holder {
        padding: 50px 0 0;
    }

    .area-holder .link-more {
        font-size: 18px;
        line-height: 22px;
        right: 15px;
    }

    .area-holder .area-frame .slide {
        padding-bottom: 100px;
    }

    .area-holder .shape-holder {
        display: none;
    }

    .area-holder h2 {
        margin: 0 0 32px;
    }

    .area-holder .slide {
        padding: 0 6px 20px;
    }

    .area-holder .slide.slick-active .article-area .btn-green {
        opacity: 1;
        visibility: visible;
    }

    .area-holder .slick-list {
        padding: 0 45px;
    }

    .area-holder .arrow {
        width: 40px;
        height: 40px;
        left: 15px;
    }

    .area-holder .arrow:before {
        width: 16px;
        height: 16px;
        top: 12px;
        left: 14px;
    }

    .area-holder .arrow.arrow-next {
        left: auto;
        right: 15px;
    }

    .area-holder .arrow.arrow-next:before {
        left: 10px;
    }

    .article-area .text-holder {
        padding: 18px 16px 19px;
    }

    /*.article-area .btn-green {
        opacity: 1;
        visibility: visible;
    }*/

    .list-reviews {
        margin: 0 -5px 13px;
    }

    .three-cols {
        font-size: 14px;
        line-height: 23px;
        padding: 40px 0;
    }

    .three-cols.style {
        padding: 36px 0 0;
    }

    .three-cols.style .image-holder {
        width: 120px;
        margin: 0 auto -6px;
    }

    .three-cols.style .col {
        margin: 0 0 6px;
        padding: 0 5%;
    }

    .three-cols .cols-head {
        padding: 0;
        margin: 0 0 20px;
    }

    .three-cols h2 {
        margin: 0 0 20px;
    }

    .three-cols .col {
        width: 100%;
        padding: 0 17%;
        margin: 0 0 6px;
    }

    .three-cols .shape-holder {
        display: none;
    }

    .three-cols .image-holder {
        width: 115px;
        margin: 0 auto 1px;
    }

    .testimonial-area {
        padding: 30px 0;
    }

    .testimonial-area .shape-holder {
        display: none;
    }

    .testimonial-area h2 {
        margin: 0 0 20px;
    }

    .testimonial-area .testimonial-wrap {
        margin: 0 -15px;
    }

    .testimonial-area .slick-list {
        padding: 0 25px;
    }

    .testimonial-area .slide {
        padding: 10px 6px 20px;
    }

    .testimonial-area blockquote {
        padding: 32px 37px 50px;
    }

    .testimonial-area q {
        font-size: 13px;
        line-height: 23px;
    }

    .testimonial-area cite {
        padding: 0 40px 26px;
    }

    .apps-area {
        text-align: center;
        padding: 47px 0 63px;
    }

    .apps-area .image-holder {
        display: none;
    }

    .apps-area h2 {
        margin: 0 0 48px;
    }

    .apps-area .text-holder {
        width: 100%;
        padding: 0;
    }

    .apps-area .shape-holder {
        bottom: -162px;
        top: auto;
        right: -277px;
    }

    .list-apps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-apps li {
        width: 100%;
        padding: 0;
        margin: 0 0 18px;
    }

    .list-apps a {
        margin: 0 auto;
    }

    .profile-box {
        text-align: center;
        padding: 50px 0 30px;
    }

    .profile-box .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile-box .profile-info {
        width: 100%;
        padding: 0;
    }

    .profile-box .image-holder {
        width: 100px;
        margin: 0 auto 12px;
        height: 100px;
    }

    .profile-box .text-holder {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .profile-box .top-box {
        padding: 0 0 3px;
    }

    .profile-box h2 {
        width: 100%;
        text-align: center;
    }

    .profile-box .list-reviews {
        margin: 0 -5px 17px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile-box .list-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 24px;
        overflow: visible;
    }

    .profile-box .list-contact li {
        margin: 0;
        padding: 12px 10px;
    }

    .profile-box .list-contact a {
        font-size: 0;
        line-height: 0;
        width: 52px;
        height: 52px;
        background: #fff;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-shadow: 0 2px 9px rgba(0, 0, 0, .18);
        padding: 0;
    }

    .profile-box .list-contact a:hover {
        background: #858585;
        color: #fff;
    }

    .profile-box .list-contact .icon {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 16px;
        line-height: 24px;
    }

    .block-treatment {
        padding: 19px 0 10px;
    }

    .block-treatment h2 {
        margin: 0;
    }

    .block-treatment .slide {
        padding: 30px 7px;
    }

    .block-treatment .card {
        font-size: 14px;
        line-height: 23px;
        padding: 59px 12px;
    }

    .block-treatment h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .block-dresser {
        padding: 8px 0;
    }

    .block-dresser .shape-holder {
        display: none;
    }

    .block-dresser h2 {
        margin: 0 0 10px;
    }

    .block-dresser .slide {
        padding: 20px 7px;
    }

    .block-dresser .item-holder {
        padding: 32px 15px 19px;
    }

    .block-timing {
        padding: 22px 0 52px;
    }

    .block-timing .map-holder {
        width: 100%;
        margin: 0 0 35px;
        border-radius: 0;
    }

    .block-timing .timing-area {
        width: 100%;
        padding: 43px 30px;
    }

    .block-timing h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .block-timing .btn {
        font-size: 16px;
        line-height: 20px;
    }

    .list-timings li {
        margin: 0 0 16px;
    }

    .videos-area {
        padding: 30px 0;
    }

    .videos-area .wrap {
        margin: 0;
    }

    .videos-area .image-holder {
        width: 100%;
        margin: 0 0 30px;
    }

    .pricing-block {
        padding: 0 0 30px;
    }

    .pricing-block .pricing-col {
        width: 100%;
    }

    .pricing-block .payment-detail {
        width: 100%;
    }

    .popup-steps.style .list-btns {
        text-align: center;
    }

    .popup-steps.style .list-btns li {
        width: 100%;
        margin: 0 0 10px;
    }

    .popup-steps.style .list-btns li:first-child {
        width: 100%;
    }

    .popup-steps .popup-box .box-holder {
        padding: 55px 20px 20px;
    }

    .popup-steps .popup-box h3 {
        top: 5px;
    }

    .popup-steps .step-holder .alert-box {
        padding: 7px 20px 7px 30px;
    }

    .popup-steps .step-holder .alert-box + h3 {
        top: 40px;
    }

    .popup-steps .step-holder .alert-box .icon {
        left: 10px;
    }

    .barber-popup .jcf-select-has-border .jcf-select-text {
        margin: 0 30px 0 15px;
    }

    .barber-popup .list-times .time-holder {
        max-width: inherit;
        margin: 0 0 10px;
    }

    .barber-popup .list-times .time-area {
        width: 100%;
    }

    .barber-popup .list-times .time-area .status {
        display: block;
        padding: 10px 0 0 5px;
    }

    .image-wrap.image-holder label {
        width: 100%;
    }

    .image-wrap.image-holder.uploaded label {
        width: calc(100% - 68px);
    }

    .popup-default .popup-box .box-holder {
        padding: 20px 15px;
    }

    .popup-default .btns-area {
        text-align: center;
    }

    .popup-default .btns-area li {
        width: 100%;
        margin: 0 0 10px;
    }

    .popup-default .btns-area li:first-child {
        width: 100%;
    }

    .popup-default .cart-image {
        margin: 0 auto 15px;
        width: 50px;
    }

    .popup-delete .btns-area,
    .popup-warning .btns-area,
    .popup-success .btns-area {
        text-align: center;
    }

    .popup-delete .btns-area li,
    .popup-warning .btns-area li,
    .popup-success .btns-area li {
        width: 100%;
        margin: 0 0 10px;
    }

    .popup-delete .btns-area li:first-child,
    .popup-warning .btns-area li:first-child,
    .popup-success .btns-area li:first-child {
        width: 100%;
    }

    .popup-contact .popup-box .box-holder {
        padding: 20px;
    }

    .popup-contact .popup-box .box-holder.barber-popup {
        padding-bottom: 20px !important;
    }

    .popup-contact .contact-row {
        padding: 15px;
    }

    .popup-contact .contact-row .btn-delete {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 24px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 8px 0 0;
    }

    .popup-contact .contact-list {
        min-height: inherit;
        padding: 0 0 15px;
    }

    .popup-contact .bottom-box {
        margin: 0 -20px;
        padding: 20px 30px;
    }

    .popup-contact .bottom-box .icon {
        left: 5px;
    }

    .popup-contact div.list-btns {
        padding-bottom: 20px;
    }

    .popup-error .popup-box .box-holder {
        padding: 15px 20px;
    }

    .popup-box .slide {
        font-size: 10px;
        line-break: 10px;
    }

    .popup-box .slide li .icon {
        vertical-align: middle;
    }

    .popup-box .slide li .icon.icon-email {
        margin-top: 0;
    }

    .popup-box h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .popup-box .time {
        margin: 0 0 20px;
    }

    .popup-box .text-area {
        min-height: 250px;
    }

    .popup-box h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .popup-box .bottom-btns .btn-outline {
        width: 140px;
    }

    .popup-box .bottom-btns .btn-green {
        width: calc(100% - 150px);
    }

    .popup-box .btn-green {
        padding: 16px 10px;
    }

    .popup-box .form-submit .row-wrap.style .col + .col {
        padding: 0;
    }

    .treatment-box > .slide {
        padding-bottom: 0;
    }

    .treatment-box .row {
        margin: 0;
    }

    .treatment-box .col-holder {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .treatment-box .col-holder:first-child {
        width: 100%;
    }

    .list-steps li {
        padding: 0 20px 0 0;
    }

    .list-steps li:after {
        width: 20px;
        left: 30px;
    }

    .list-steps a {
        width: 30px;
        height: 30px;
        line-height: 31px;
    }

    .list-steps a:after {
        width: 16px;
        height: 8px;
        left: 7px;
        top: 10px;
    }

    .list-time .price-up {
        width: 16px;
        height: 16px;
        right: 8px;
        top: 8px;
        font-size: 6px;
        line-height: 10px;
    }

    .list-detail li {
        padding-right: 15px;
    }

    .form-submit .row {
        margin: 0 0 15px;
    }

    .form-submit .col {
        width: 100%;
    }

    .form-submit .col + .col {
        padding: 15px 0 0;
    }

    .form-submit textarea {
        height: 100px;
    }

    .list-summary.style {
        margin: 0 0 15px;
    }

    .hover-tooltip {
        min-width: 120px;
    }

    .ui-datepicker:not(.ui-datepicker-inline) {
        right: 30px;
    }

    .ui-datepicker-calendar td {
        padding: 5px 0;
    }

    .ui-datepicker-calendar .ui-state-default {
        line-height: 23px;
    }

    .block-information {
        padding: 40px 0;
    }

    .block-information .box {
        padding: 20px 15px;
        margin: 0 0 20px;
    }

    .block-information h2 {
        margin: 0 0 15px;
    }

    .block-information .more .icon {
        font-size: 10px;
        line-height: 14px;
        padding: 0 0 0 2px;
    }

    .block-contact {
        padding: 40px 0 60px;
    }

    .block-contact .title {
        font-size: 18px;
        line-height: 24px;
    }

    .block-contact h2 {
        margin: 0 0 20px;
    }

    .accordion {
        margin: 0 0 40px;
    }

    .accordion li {
        padding: 0 15px;
    }

    .accordion .opener {
        font-size: 15px;
        line-height: 20px;
    }

    .accordion .slide {
        margin: 0;
        padding: 0 0 10px;
    }

    .block-login {
        padding: 50px 0;
    }

    .block-login .image-holder {
        width: 50px;
    }

    .block-login .img-captcha {
        width: 240px;
        margin: 0 auto 20px;
    }

    .form-login .row-detail {
        margin: 0 0 30px;
    }

    .block-barbers .form-search {
        padding: 20px 0 30px;
        background: none;
        box-shadow: none;
    }

    .block-barbers .form-search button[type="submit"] {
        margin: 24px 10px 0;
    }

    .block-barbers .form-search button[type="reset"] {
        margin: 0;
        top: auto;
        bottom: -5px;
    }

    .block-barbers .form-search input[type="text"],
    .block-barbers .form-search input[type="search"] {
        border-radius: 30px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .11);
    }

    .block-barbers .col {
        width: 50%;
    }

    .top-header {
        padding: 10px 0;
        text-align: center;
    }

    .top-header .logo {
        margin: 0 auto 10px;
        width: 120px;
    }

    .top-header .time-info {
        padding: 0;
        width: 100%;
    }

    .block-signup {
        padding: 50px 0;
    }

    .block-signup form {
        padding: 15px 0 0;
    }

    .block-signup .step {
        padding: 30px 15px;
    }

    .block-signup .col {
        width: 100%;
    }

    .block-signup .input-holder {
        padding: 15px;
    }

    .block-signup .input-holder input[type="text"],
    .block-signup .input-holder input[type="email"] {
        padding: 0 5px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .block-signup .success-block {
        padding: 30px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .block-signup .success-block .text-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .block-signup .success-block .check-holder {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .block-signup .success-block .check-holder:before {
        left: 13px;
        top: 18px;
    }

    .block-signup .list-btns {
        text-align: center;
    }

    .block-signup .list-btns li {
        width: 100%;
        margin: 0 0 10px;
    }

    .block-signup .list-btns li:first-child {
        width: 100%;
    }

    .block-signup .list-btns .popup-box h3 {
        margin: 0 0 30px;
    }

    .block-overview {
        padding: 50px 3px 50px;
    }

    .block-overview .col-left {
        width: 100%;
    }

    .block-overview .col-right {
        width: 100%;
        padding: 0;
    }

    .block-overview .list-days {
        margin: 0 5px 23px;
    }

    .block-overview .list-days a {
        font-size: 13px;
        line-height: 16px;
        padding: 8px 10px;
    }

    .block-overview .calendar-holder {
        padding: 16px 6px;
    }

    .block-overview .ui-datepicker-calendar {
        font-size: 12px;
        line-height: 20px;
    }

    .block-overview .ui-datepicker-calendar .ui-state-default {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .block-overview .ui-datepicker-calendar th {
        padding: 0 0 7px;
    }

    .block-overview .ui-datepicker-calendar td {
        padding: 3px 0;
    }

    .block-overview .hasDatepicker .ui-datepicker .ui-datepicker-header {
        padding: 0 30px 25px;
        font-size: 13px;
        line-height: 16px;
    }

    .timing-table {
        padding: 19px 15px;
        margin: 0 0 20px;
    }

    .timing-table .head .btn {
        min-width: inherit;
        width: 51px;
        padding: 4px 10px;
    }

    .timing-table .head .btn .bars {
        display: block;
    }

    .timing-table .head .btn .text {
        display: none;
    }

    .timing-table .head .btn .val {
        display: block;
        position: absolute;
        right: 8px;
        top: -8px;
        width: 17px;
        height: 17px;
        border-radius: 100%;
        background: #fff;
        color: #38845b;
        font-size: 12px;
        line-height: 17px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .22);
    }

    .timing-table .time-info {
        font-size: 12px;
        line-height: 15px;
    }

    .table-scroll {
        font-size: 12px;
        margin: 0 -15px;
        max-height: inherit;
        padding: 0 0 6px;
    }

    .table-scroll .barbers-area .barber-col {
        min-width: 94px;
    }

    .table-scroll .list-barber > li > a:hover {
        background: #ffe4a6;
    }

    .table-scroll .list-barber > li > a .text {
        text-align: left;
        padding: 3px 20px 3px 5px;
        line-height: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .table-scroll .list-barber > li > a .text:hover {
        background: #ff5353;
    }

    .table-scroll .list-barber > li > a .text.bg-gray:hover {
        background: #e3e3e3;
    }

    .table-scroll .list-barber > li > a .text .star {
        font-size: 10px;
        line-height: 12px;
        right: 3px;
        /*top: 3px;*/
    }

    .table-scroll .list-barber > li.bg-gray > a:hover {
        background: #e3e3e3;
    }

    .block-detail {
        padding: 21px 19px 30px;
    }

    .block-detail h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin: 0 0 16px;
    }

    .list-detail {
        font-size: 12px;
        line-height: 16px;
    }

    .list-detail.list-updates .tag {
        position: static;
        display: block;
    }

    .list-detail.list-updates li a {
        padding: 12px 15px !important;
    }

    .list-detail.list-updates .circle {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 12px;
        border-width: 1px;
    }

    .list-detail.list-updates .circle:before,
    .list-detail.list-updates .circle:after {
        width: 8px;
        height: 1px;
    }

    .list-detail li {
        margin: 0 0 6px;
    }

    .list-detail .tag {
        margin: 0 0 5px;
        bottom: 4px;
        right: 15px;
        left: auto;
    }

    .list-detail .time {
        font-weight: 300;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 5px 60px 0 0;
    }

    .block-statistics {
        padding: 40px 0;
    }

    .block-statistics .list-detail {
        padding: 0;
    }

    .block-statistics .list-detail li a {
        padding: 10px 15px 10px 36px;
    }

    .empty-box {
        padding: 20px 0 0;
        min-height: inherit;
    }

    .empty-box .image-holder {
        width: 70px;
        margin: 0 auto 15px;
    }

    .empty-box h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .block-charts h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin: 0 0 16px;
    }

    .block-stats {
        font-size: 20px;
        line-height: 26px;
    }

    .block-stats .box {
        width: 100%;
    }

    .block-stats h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .block-stats .icon {
        font-size: 40px;
        line-height: 1;
    }

    .block-badges {
        padding: 28px 0 16px;
    }

    .block-badges h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 29px;
    }

    .block-badges .list-badges li {
        width: 33.333%;
        margin: 0 0 16px;
    }

    .block-badges .list-badges li:last-child {
        width: 33.333%;
    }

    .block-badges .list-badges a {
        font-size: 12px;
        line-height: 15px;
        border-radius: 4px;
        height: 51px;
    }

    .tasks-area {
        padding: 0 0 82px;
    }

    .tasks-area .notification-bar {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        margin: 0 0 20px;
    }

    .tasks-area .notification-bar .icon {
        font-size: 18px;
        line-height: 22px;
        vertical-align: top;
    }

    .tasks-area .logo {
        width: 140px;
        margin: 0 auto 40px;
    }

    .tasks-area .h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 30px;
    }

    .tasks-area .list-steps {
        margin: 0 auto 30px;
    }

    .tasks-area .list-steps li {
        padding: 0 11px 0 0;
    }

    .tasks-area .time-text {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .tasks-area .btns-holder {
        padding: 0 0 15px;
    }

    .tasks-area .btns-holder .container a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
    }

    .tasks-area .btns-holder .container a.btn-outline {
        width: 33%;
    }

    .tasks-area .btns-holder .container a.btn {
        width: 65%;
    }

    .tasks-area .success-message .image-holder {
        width: 90px;
        margin: 0 auto 30px;
    }

    .tasks-area .success-message h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .block-settings {
        padding: 40px 0;
    }

    .block-settings .setting-wrap {
        padding: 15px;
    }

    .block-settings #details {
        padding: 0;
    }

    .block-settings .form-submit label {
        margin: 0 0 5px;
    }

    .block-settings .form-submit .row {
        margin: 0 0 20px;
    }

    .block-settings .form-submit .row .row {
        margin: 0 0 -20px;
    }

    .block-settings .form-submit .col {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }

    .block-settings .form-submit .col.full-width {
        width: 100%;
    }

    .block-settings .form-submit .col .col {
        margin: 0 0 20px;
    }

    .block-settings .form-submit input[type="text"],
    .block-settings .form-submit input[type="email"],
    .block-settings .form-submit input[type="tel"],
    .block-settings .form-submit textarea {
        padding: 14px 50px 14px 15px;
    }

    .block-settings .info-holder {
        right: 15px;
        bottom: 9px;
    }

    .block-settings .info-holder .tooltip-opener {
        font-size: 16px;
    }

    .block-settings .jcf-select.jcf-select-has-tooltip .jcf-select-opener {
        right: 40px;
    }

    .block-settings .jcf-select .jcf-select-text {
        margin: 0 30px 0 15px;
    }

    .block-settings .btn-green {
        padding: 15px;
    }

    .block-settings .status {
        padding: 10px 0 15px 5px;
        font-size: 15px;
        line-height: 19px;
    }

    .list-times {
        padding: 0;
        margin: 0 auto 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .list-times li {
        margin: 0;
        min-height: 35px;
    }

    .list-times li.list-item .day-holder {
        width: 60%;
        margin: 0;
    }

    #times .list-times li.list-item .day-holder {
        width: 100%;
    }

    #times .list-times li.list-item .time-area {
        width: 100%;
    }

    /*.list-times li.list-item .time-area {
        width: auto;
    }*/

    .list-times .day-holder {
        width: 100%;
        margin: 0 0 10px;
    }

    .list-times .time-area {
        width: 100%;
        margin: 0 -5px;
    }

    .list-times .title {
        font-size: 14px;
        line-height: 18px;
        margin: 14px 0 7px;
        position: static;
        display: block;
    }

    .list-times .time-holder {
        max-width: inherit;
        width: 50%;
        margin: 0 0 20px;
        padding: 0 5px;
    }

    .list-times label {
        padding: 0 0 0 30px;
    }

    .list-times label .text {
        font-size: 14px;
        line-height: 18px;
    }

    .list-times .fake-check {
        width: 20px;
        height: 20px;
    }

    .list-times .fake-check:before {
        left: 2px;
    }

    .list-times .jcf-select.jcf-select-has-border {
        height: 36px;
        border-radius: 4px;
    }

    .list-times .jcf-select.jcf-select-has-border .jcf-select-text {
        line-height: 34px;
        font-size: 14px;
    }

    .block-tabcontent {
        min-height: inherit;
    }

    .block-tabcontent .head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .block-tabcontent h2 {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        width: 100%;
    }

    .block-tabcontent .btn-outline {
        font-size: 14px;
        line-height: 18px;
        min-width: inherit;
        padding: 10px 15px;
        display: block;
        width: 100%;
    }

    .block-tabcontent .more-options {
        padding: 20px 0 0;
    }

    .block-tabcontent .more-options .col {
        width: 100%;
        margin: 0 0 15px;
    }

    .block-tabcontent .more-options .title {
        margin: 0 0 5px;
    }

    .list-barbers a {
        padding: 15px 20px 15px 40px;
    }

    .list-tags {
        padding: 20px 0;
    }

    .list-tags .tag {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 30px 5px 10px;
    }

    .list-tags .tag .remove {
        line-height: 1;
    }

    .tabset,
    .tabs-area {
        margin: 0 -5px 20px;
    }

    .tabset.style li,
    .tabs-area.style li {
        width: 100%;
    }

    .tabset li,
    .tabs-area li {
        width: 50%;
        padding: 0 5px;
    }

    .tabset.alt-design li {
        width: 33.333%;
        margin: 0;
    }

    .tabset.alt-design .text {
        font-size: 0;
        line-height: 0;
    }

    .items-area .item-link >span.name {
        border-bottom: 1px solid #E7E7E7;
        padding: 0 0 10px 33px;
        margin: 0 0 14px;
    }

    .items-area .item-link >span.name:before {
        left: 10px;
    }

    .items-area .tel, .items-area .email {
        padding: 0 0 0 35px;
    }

    .items-area .tel .icon, .items-area .email .icon {
        left: 10px;
    }

    .items-area .item-link {
        padding: 10px 10px 0;
    }

    .items-area li {
        padding: 0 10px 12px;
    }

    .tabset a,
    .tabs-area a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabset.alt-design a {
        height: 42px;
    }

    .tabset.alt-design a .icon {
        font-size: 18px;
    }

    .tabset .icon,
    .tabs-area .icon {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0 4px;
    }

    .items-area span,
    .items-area time {
        display: block;
        width: 100%;
        margin: 0 0 8px;
    }

    .items-area .item-link >span {
        width: 100%;
        margin: 0 0 8px;
    }

    .login-options .list-radios {
        padding: 0;
    }

    .login-list .title {
        font-size: 17px;
        line-height: 21px;
        width: 100%;
        padding: 0 0 0 30px;
        margin: 0 0 10px;
    }

    .login-list .btn {
        width: 100%;
    }

    .login-list .link {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
        left: auto;
    }

    .instruction-block {
        padding: 0;
    }

    .instruction-block .back-btn {
        margin: 0 0 20px;
    }

    .instruction-block h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .instruction-block .field {
        width: 100%;
        margin: 0 0 10px;
    }

    .instruction-block .more-info {
        padding: 20px 0 0;
    }

    .instruction-block .text-block {
        width: 100%;
        margin: 0 0 10px;
    }

    #footer {
        padding: 60px 0 0;
    }

    .footer-links {
        text-align: center;
        margin: 0;
    }

    .footer-links li {
        width: 100%;
        margin: 0 0 31px;
        padding: 0;
    }

    .copy-right {
        padding: 28px 0 10px;
    }

    .keyboard-area .delete {
        width: 28px;
    }

    .keyboard-area .delete-btn {
        height: 44px;
        right: 15px;
    }

    .numeric-keys {
        padding: 0 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .numeric-keys button {
        padding: 10px 15px;
    }

    .alphabetics-keys {
        padding: 0 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .alphabetics-keys li {
        margin: 0 0 10px;
        padding: 0 2px;
    }

    .alphabetics-keys .icon {
        font-size: 16px;
        line-height: 20px;
    }

    .alphabetics-keys button {
        padding: 5px;
        height: 40px;
        border-radius: 3px;
    }

    .select-opener .select-text {
        padding: 0;
    }

    .select-opener .time {
        display: inline;
        padding: 0 0 0 5px;
    }

    .select-slide li {
        padding: 10px 9px;
    }

    .block-customer {
        padding: 50px 0 80px;
    }

    .block-customer .customers-wrap {
        padding: 25px 15px;
    }

    .block-customer .customer-head {
        margin: 0 0 20px;
    }

    .block-customer .popup-container {
        width: 100%;
    }

    .block-customer .popup-box .box-holder {
        padding: 20px 15px;
    }

    .block-customer h1 {
        font-size: 20px;
        margin: 0 0 -3px;
        width: 100%;
        text-align: center;
    }

    .block-customer .list-btns {
        width: 100%;
        margin: 0;
    }

    .block-customer .list-btns li {
        padding: 0;
        margin: 0 0 10px;
        width: 100%;
    }

    .block-customer .list-btns .btn {
        min-width: inherit;
        display: block;
    }

    .block-customer .jcf-select.jcf-select-has-border {
        width: 100%;
    }

    .filters-selector {
        margin: 0 -5px 10px;
    }

    .filters-selector li {
        width: 50%;
        padding: 0 5px 10px;
    }

    .filtered-items .left-area {
        width: 100%;
    }

    .filtered-items .name {
        display: block;
        width: 100%;
        padding: 5px 0 2px;
    }

    .block-review {
        padding: 50px 0;
    }

    .block-review .review-box {
        font-size: 16px;
        line-height: 20px;
        min-height: 350px;
    }

    .block-review .review-box.box-error {
        font-size: 16px;
        line-height: 24px;
    }

    .block-review .review-box.box-error .image-holder {
        width: 120px;
        margin: 0 auto 20px;
    }

    .block-review .box-holder {
        padding: 30px 15px;
    }

    .block-review .title {
        margin: 0 0 20px;
    }

    .block-review .info-message {
        font-size: 20px;
        line-height: 24px;
    }

    .list-ratings {
        margin: 0 0 30px;
    }

    .list-ratings li {
        padding: 0 5px;
    }

    .list-ratings .icon {
        font-size: 26px;
    }

    .form-review .field {
        margin: 0 0 20px;
    }

    .form-review input[type="submit"] {
        padding: 15px;
    }

    .block-privacy {
        padding: 30px 0 60px;
    }

    .block-privacy .privacy-wrap {
        padding: 15px;
    }

    .block-privacy .wrap {
        margin: 0 0 20px;
    }

    .block-privacy h2 {
        margin: 0 0 10px;
    }

    .block-invoices {
        padding: 50px 0;
    }

    .block-invoices .package-detail {
        padding: 15px;
    }

    .block-invoices h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .block-invoices .package-list li {
        padding: 10px 0;
    }

    .block-invoices .package-list .tag {
        width: 80px;
    }

    .block-invoices .package-list .info-text {
        min-width: 80px;
    }

    .block-invoices .popup-box h3 {
        margin: 0 0 10px;
    }

    .block-invoices .popup-box .btns-area {
        padding: 15px 0 0;
    }

    .invoice-detail {
        padding: 15px;
    }

    .invoice-detail .scroll-holder {
        max-height: inherit;
        margin: 0;
        overflow-y: inherit;
    }

    .invoice-detail h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .invoice-detail .list-invoices {
        padding: 0;
    }

    .invoice-detail .list-invoices li.table-head {
        display: none;
    }

    .invoice-detail .list-invoices .col {
        width: 100%;
        padding-left: 50%;
        text-align: left;
        margin: 0 0 5px;
    }

    .invoice-detail .list-invoices .col:before {
        display: block;
    }

    .invoice-detail .list-invoices .col:nth-child(2) {
        width: 100%;
    }

    .invoice-detail .list-invoices .col:nth-child(3) {
        width: 100%;
        padding-right: 0;
    }

    .invoice-detail .list-invoices .col:nth-child(4) {
        width: 100%;
    }

    .invoice-detail .link-pay {
        display: inline-block;
        vertical-align: middle;
        position: static;
        transform: none;
        margin: 0 10px 0 0;
    }

    .block-changes .items-area li {
        text-align: left;
    }

    .block-changes .items-area li.heading-item {
        display: none;
    }

    .block-changes .items-area li .text {
        width: 100%;
        padding: 0 0 0 50%;
        margin: 0 0 5px;
    }

    .block-changes .items-area li .text:before {
        display: block;
    }

    .block-holidays .items-area li {
        text-align: left;
    }

    .block-holidays .items-area li .text {
        width: 100%;
        padding: 0 0 0 50%;
        margin: 0 0 5px;
    }

    .block-holidays .items-area li .text:before {
        display: block;
    }

    .jcf-select {
        height: 24px;
        border-bottom: 1px solid #858585;
    }

    .jcf-select.jcf-select-has-border .jcf-select-text {
        margin: 0 30px 0 15px;
    }

    .jcf-select .jcf-select-text {
        font-size: 12px;
        line-height: 15px;
    }

    .jcf-list .jcf-option {
        padding: 10px 10px;
    }

    .popup-box .box-holder .general-text {
        margin: -20px -15px 20px;
    }
    .image-wrap.image-holder.d-block .link-wrap {
        width: auto;
    }
    .image-wrap.image-holder.d-block .remove-image {
        position: static;
        transform: none;
        display: inline-block;
        vertical-align: top;
    }
    .popup-reserve .add-btn-head {
        padding: 0;
        text-align: center;
    }

    .popup-reserve .add-btn-head .btn {
        position: static;
        display: inline-block;
        vertical-align: top;
    }

    .invoice-detail .tag-box {
        min-width: inherit;
    }

    .invoice-detail .tag .link-pay {
        right: auto;
        left: 100%;
        margin: 0 0 0 10px;
        top: 0;
    }

    .review-lightbox .popup-innercontent {
        padding: 40px 20px 100px;
    }

    .review-lightbox h2 {
        margin: 0 0 20px;
    }

    .review-lightbox .btn {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .popup-innercontent {
        padding: 20px 15px;
    }

    #update-barber p {
        margin: 0 0 30px;
    }

    #update-barber .title {
        margin: 0 0 15px;
    }

    #update-barber .price {
        margin: 0 0 15px;
    }

    .block-customer .customer-header-btn {
        position: relative;
        right: auto;
        top: auto;
    }

    .items-area {
        max-height: inherit;
        padding: 16px 0 0;
    }

    .block-order .shape-holder {
        /*display: none;*/
    }

    .block-order .icon-holder {
        width: 60px;
    }

    .block-order h1 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .block-order .price {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 30px;
    }

    .reserve-detail h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .reserve-detail {
        font-size: 16px;
        line-height: 22px;
    }

    .visual.bg-black .shape-holder.top-left {
        width: 100px;
    }

    .visual.bg-black .shape-holder.bottom-right {
        width: 180px;
    }

    .list-posts li {
        width: 33.333%;
    }

    .image-wrap.image-holder label {
        width: auto;
    }
}

@media (max-width: 500px) {
    .top-header .name {
        width: 100%;
    }


    .timing-block .row {
        padding: 0;
        border: none;
    }

    .timing-block .col {
        width: 100%;
        padding: 15px;
        border-left: none;
        border-bottom: 1px solid #484848;
    }

    .timing-block .col:first-child {
        border-bottom: 1px solid #484848;
    }

    .timing-block .title {
        margin: 0 0 10px;
    }
}

@media (max-width: 479px) {
    .area-holder .slide {
        width: calc(100% - 40px);
    }

    .area-holder .arrow-desktop-prev,
    .area-holder .arrow-desktop-next {
        display: none;
    }

    .popup-box .box-frame {
        max-width: 370px;
    }

    .popup-box .box-holder .opener-time {
        font-size: 0;
        line-break: 0;
    }

    .popup-box .box-holder .arrow {
        font-size: 12px;
        line-height: 12px;
    }

    .popup-box .bottom-btns .btn-outline {
        width: 100%;
        margin: 0 0 10px;
    }

    .popup-delete .popup-box .bottom-btns .btn-outline.red {
        width: 100%;
    }

    .popup-box .bottom-btns .btn-green {
        width: 100%;
    }

    .list-treatment a {
        padding: 15px;
    }

    .list-treatment .title {
        font-size: 14px;
        line-height: 18px;
    }

    .list-treatment .time {
        font-size: 12px;
        line-height: 15px;
    }

    .list-treatment p {
        margin: 0 0 5px;
    }

    .list-treatment .amount {
        position: static;
    }

    .list-time li {
        width: 33.333%;
    }

    .block-summary .selection-info {
        padding: 10px;
        margin: 0 0 15px;
    }

    .block-summary .selection-info .title {
        width: 100%;
    }

    .block-summary .selection-info .time {
        padding: 0;
        display: block;
        text-align: left;
    }

    .list-summary {
        margin: 0 0 20px;
    }

    .list-summary li {
        width: 100%;
        margin: 0 0 10px;
    }

    .list-summary .title {
        margin: 0 0 2px;
    }

    .ui-datepicker .ui-datepicker-prev {
        width: 12px;
        height: 20px;
        left: 5px;
    }

    .ui-datepicker .ui-datepicker-next {
        width: 12px;
        height: 20px;
        right: 5px;
    }

    .block-login .box-holder {
        padding: 30px 20px;
    }

    .form-login .psw-holder {
        width: 100%;
        padding: 10px 0 0;
    }

    .block-barbers .col {
        width: 100%;
    }

    .list-pagination {
        font-size: 14px;
        line-height: 18px;
    }

    .list-pagination li {
        padding: 0 5px;
    }

    .list-pagination a {
        width: 26px;
        height: 26px;
    }

    .list-pagination a.btn {
        width: 80px;
        height: 36px;
    }

    .box-calendar .c-title {
        font-size: 20px;
        line-height: 24px;
    }

    .box-calendar .btn {
        text-align: left;
        padding: 20px 15px 20px 60px;
        font-size: 14px;
    }

    .box-calendar .btn .img {
        width: 40px;
        height: 40px;
    }
    .image-wrap.image-holder {
        text-align: center;
        display: block;
    }
    .image-wrap.image-holder .image-uploaded {
        margin: 0 auto 10px;
    }

    .image-wrap.image-holder label {
        width: 100%;
    }

    .image-wrap.image-holder .remove-image {
        margin: 0;
    }

    .cards-row .left-box {
        width: 100%;
    }

    .cards-row .right-box {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 369px) {
    .area-holder .slick-list {
        padding: 0 20px;
    }

    .testimonial-area .slick-list {
        padding: 0 20px;
    }

    .popup-box .box-frame {
        max-width: 320px;
    }

    .list-time li {
        width: 50%;
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes progress {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes progress {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.blink_me {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText{
    0%{
        background: #FF0000;
    }
    49%{
        background: #FF0000;
    }
    60%{
        background: #daa93b;
    }
    99%{
        background: #daa93b;
    }
    100%{
        background: #FF0000;
    }
}



input[type="checkbox"]:disabled + .fake-check {
    background: #c1c1c1 !important;
    border-color: #bbbbbb !important;
}