* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: MontserratBold;
    color: #0b0b0b;
}

.clear-both {
    clear: both;
}

.button {
    text-transform: uppercase;
    text-decoration: none;
}

.hide {
    display: none;
}

button.button {
    border: none;
    box-shadow: none;
}

.FuturaDemiC {
    font-family: FuturaDemiC;
}

.MontserratBold {
    font-family: MontserratBold;
}

.MontserratRegular {
    font-family: MontserratRegular;
}

.MontserratBold {
    font-family: MontserratBold;
}

.MontserratRegular {
    font-family: MontserratRegular;
}

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

.margin-0 {
    margin: 0;
}

/*radio style*/
.radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 12.88px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f8f8f8;
    border: 2px solid #f19fc1;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #f19fc1;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #f19fc1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    margin: auto;
    height: 8px;
    border-radius: 50%;
    background: #f19fc1;
    border: 3px solid #FFF;
}

/*radio style*/

/*checkbox style*/
.checkbox-container {
    display: block;
    position: relative;
    padding: 4px 0 4px 30px;
    cursor: pointer;
    font-size: 12.88px;
    user-select: none;
    color: #0b0b0b;
}
.checkbox-container img {
    vertical-align: middle;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #FFF;
    border: 1px solid #f19fc1;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #f19fc1;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #f19fc1;
    border-color: #f19fc1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*checkbox style*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ede8e8;
    height: 40px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 0 10px;
    outline: none;
}

textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ede8e8;
    min-height: 100px;
    height: 100px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 10px;
    outline: none;
}

input:focus, textarea:focus {
    border-color: rgba(241, 159, 193, 0.9);
}

input::placeholder, textarea::placeholder {
    opacity: 0.3;
    font-family: MontserratRegular;
    font-weight: 600;
    font-size: 12.88px;
    color: #0b0b0b;
}

.wrap-box {
    margin-bottom: 20px;
}

.wrap-box label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12.88px;
}

/*header style*/

.header {
    background: #f19fc1;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.pt70 {
    padding-top: 70px;
}

.header h1 {
    font-size: 14.72px;
    letter-spacing: 0.89px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 70px;
}

.header .back-button {
    transform: rotate(-45deg);
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.header .close-button {
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    width: 16px;
    height: 16px;
}

.header .close-button:before, .header .close-button:after {
    opacity: 1;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
}

.header .close-button:before {
    transform: rotate(-45deg);
}

.header .close-button:after {
    transform: rotate(45deg);
}

/*header style*/

/*content default style*/
.content {
    background: #FFF;
}

.form-user {
    margin: 20px auto;
}

.form-user .icon {
    font-size: 23.92px;
}

.form-user .title {
    margin: 8px 0;
}

.form-user .form .wrap {
    margin: 20px auto;
    width: 400px;
}

.form-user .form label {
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
}

.form-user .form select {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ede8e8;
    height: 40px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 0 10px;
    outline: none;
    width: 100%;
}
.form-user .form select:focus {
    border-color: rgba(241, 159, 193, 0.9);
}
.form-user .form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.selection-service .service-item .service-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}
.selection-service .service-item .service-icon:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14.72px;
    background: #f19fc1;
    padding: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    font-weight: 100;
    display: none;
}
.selection-service .service-item.checked .service-icon:before {
    content: '\f00c';
    font-family: FontAwesome;
    display: block;
}
.selection-service .service-item.checked .service-icon img {
    //border: solid darkgreen 2px;
}
#choose_direction_form {
    padding-bottom: 50px;
}
.form-user .form .wrap-button {
    width: 100%;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.form-user .form .button {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0;
}

.form-user .form .button-fb {
    background: #3d5b97;
    height: 70px;
    line-height: 70px;
    font-size: 14.72px;
    font-weight: bold;
    letter-spacing: 0.89px;
    text-decoration: none;
    color: #FFF;
}

.form-user .form .button-submit {
    background: #f19fc1;
    height: 70px;
    line-height: 70px;
    font-size: 14.72px;
    font-weight: bold;
    letter-spacing: 0.89px;
    color: #FFF;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.form-user .form .form-help a {
    display: block;
    width: max-content;
    font-size: 12.88px;
    line-height: 2.14;
    color: #f19fc1;
    text-decoration: none;
}

.success-message {
    margin: 50px auto 0;
    text-align: center;
}

.success-message .subtitle {
    opacity: 0.5;
    font-size: 12.88px;
    line-height: 1.29;
    color: #0b0b0b;

}

.success-message .wrap-button .close {
    background-color: #f19fc1;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: none;
    box-shadow: none;
    font-size: 14.72px;
    letter-spacing: 0.89px;
    text-align: center;
    color: #FFF;

    position: fixed;
    bottom: 0;
    left: 0;
}

.profile-master, .post-review {
    margin: 45px 0 0;
}

.icon-profile img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.title-name {
    font-size: 14.72px;
    line-height: 1.5;
    color: #0b0b0b;
    margin: 25px auto 15px;
}

.profile-master .rating-master ul {
    margin: auto;
    padding: 0;
    width: max-content;
}

.profile-master .rating-master li {
    list-style-type: none;
    display: inline-block;
    color: #f8d3e3;
}

.profile-master .description {
    width: 500px;
    margin: 25px auto;
}

.profile-master .description p {
    font-size: 12.88px;
    line-height: 1.71;
    color: #0b0b0b;
    margin: 0;
}

.profile-master .wrap-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.profile-master .wrap-button .button {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.72px;
    letter-spacing: 0.89px;
    cursor: pointer;
}

.profile-master .wrap-button .button-reviews {
    background-color: #d88ead;
    height: 70px;
    line-height: 70px;
}

.profile-master .wrap-button .button-record {
    border: none;
    box-shadow: none;
    background-color: #f19fc1;
    height: 70px;
    line-height: 70px;
}

.post-review .form .wrap {
    width: 400px;
    margin: auto;
}

.post-review .form .rating-master {
    width: 100%;
    margin: auto;
}

.post-review .form textarea {
    resize: none;
}

.post-review .form .rating-master ul {
    padding: 0;
    margin: 5px 0 0;
}

.post-review .form .rating-master li {
    display: inline-block;
    font-size: 23.92px;
    color: #f8d3e3;
}

.post-review .wrap-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.post-review .wrap-button .button-publish {
    background-color: #f19fc1;
    height: 70px;
    width: 100%;
    font-size: 14.72px;
    letter-spacing: 0.89px;
    color: #FFF;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
}

.profile-reviews {
    margin: 45px 0 0;
}

.profile-reviews .testimonials {
    width: 400px;
    margin: auto;
}

.profile-reviews .testimonials .testimonial {
    position: relative;
    margin-bottom: 25px;
}

.profile-reviews .testimonial .testimonial-name {
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
}

.profile-reviews .testimonial .testimonial-date {
    opacity: 0.5;
    font-size: 12.88px;
    font-weight: 300;
    line-height: 1.71;
    color: #0b0b0b;
    margin-bottom: 5px;
}

.profile-reviews .testimonial .testimonial-rating {
    position: absolute;
    right: 0;
    top: 5px;
}

.profile-reviews .testimonial .testimonial-rating ul {
    margin: 0;
    padding: 0;
}

.profile-reviews .testimonial .testimonial-rating li {
    display: inline-block;
    color: #f8d3e3;
    font-size: 11.96px;
}

.profile-reviews .testimonial .testimonial-content p {
    font-size: 12.88px;
    font-weight: 300;
    line-height: 1.71;
    color: #0b0b0b;
    margin: 0;
}

.profile-reviews .wrap-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
}

.profile-reviews .wrap-button .button {
    background-color: #f19fc1;
    height: 70px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 70px;
    color: #FFF;
}

.rating-master {
    width: max-content;
    margin: 0 auto 40px;
}

.rating-master ul {
    margin: 0;
    padding: 0;
}

.rating-master li {
    display: inline-block;
    list-style-type: none;
    color: #f8d3e3;
}

.masters .wrap-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
}

.masters .button-record {
    width: 100%;
    height: 70px;
    background-color: #f19fc1;
    display: block;
    text-align: center;
    line-height: 70px;
    color: #FFF;
}

.head-tags {
    height: 70px;
    background-color: #f8f8f8
}

.masters .active {
    display: block;
}

.masters .hide {
    display: none;
}

.head-tags ul {
    padding: 0;
    margin: 0;
    position: relative;
    height: 70px;
}

.head-tags ul:before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #f19fc1;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}

.head-tags ul li {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0;
    text-align: center;
    line-height: 70px;
    font-size: 12.88px;
    color: #0b0b0b;
}

.head-tags ul li span {
    display: block;
    cursor: pointer;
}

.head-tags ul li span.active {
    color: #f19fc1;
    cursor: default;
}

.head-tags .tag-content {
    background: #FFF;
    padding: 10px;
}

.container-masters .title {
    margin: 30px auto;
    display: block;
}

.container-masters .masters-list {
    padding: 0 40px;
}

.container-masters .master-item {
    width: 33.33%;
    float: left;
    display: inline-block;
    max-height: 170px;
    padding: 0 5px;
}

.container-masters .master-item .profile-icon {
    margin-bottom: 10px;
}

.container-masters .master-item .profile-name {
    margin-bottom: 10px;
    font-size: 14.72px;
    line-height: 1.13;
    color: #0b0b0b;
}

.container-masters .master-item .profile-rating li {
    font-size: 11.96px;
}

.container-masters .master-item .profile-icon img {
    object-fit: cover;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.container-masters .empty-list {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    width: 320px;
    right: 0;
    left: 0;
}

.container-masters .empty-list .message {
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
}

.container-masters .empty-list .icon {
    font-size: 33.12px;
    line-height: 0.83;
    color: #0b0b0b;
}

.select-gbar .title {
    margin: 25px auto;
    display: block;
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
}

.select-gbar .gbar-link{
    display: inline-block;
    text-decoration: none;
}

.rows:after {
    content: "";
    display: table;
    clear: both;
}

.rows .col-3 {
    float: left;
    display: inline-block;
    width: 25%;
    padding: 0 5px;
}

.rows .col-4 {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 0 5px;
}

.rows .col-6 {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 5px;
}

.select-gbar .rows {
    padding: 0 30px;
}

.select-gbar .col-4 {
    padding: 0 5px;
    height: 200px;
}

.select-gbar .gbar-icon img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.select-gbar .gbar-name {
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
}

.select-gbar .gbar-address {
    font-size: 12.88px;
    line-height: 1.29;
    color: #0b0b0b;
}

.border {
    width: 90%;
    margin: auto;
    border-bottom: 3px dashed #f19fc1;
}

.select-gbar .border {
    width: 90%;
    margin: auto;
    border-bottom: 3px dashed #f19fc1;
}

.select-gbar .favorite-master {
    margin: 40px auto 0;
}

.select-gbar .favorite-master .master-link{
    display: inline-block;
    text-decoration: none;
}

.select-gbar .favorite-master .favorite-icon img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.select-gbar .favorite-master .subtitle {
    margin-top: 5px;
    font-size: 12.88px;
    line-height: 1.29;
    color: #0b0b0b;
    text-transform: uppercase;
}

.selection-service .title {
    display: block;
    margin: 30px auto;
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
}

.choose-direction-sliders .direction-icon img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: auto;
}

.choose-direction-sliders .direction-name {
    margin: 10px 0 0;
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
    text-transform: uppercase;
}

.selection-service .slick-dots {
    bottom: -40px;
}

.selection-service .slick-dots li button:before {
    font-size: 9.2px;
    color: #f19fc1;
}

.selection-service .slick-dots li.slick-active button:before {
    color: #f19fc1;
}

.selection-service .col-4 {
    height: 150px;
    max-height: 150px;
}

.selection-service .service-list {
    background-color: #ffeef6;
    float: left;
    width: 100%;
    margin: 50px 0 0;
    padding: 0 10px 20px;
}

.choose-direction.selection-service .service-list {
    background-color: #FFF;
}

.selection-service .service-item .service-icon img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: auto;
}

.selection-service .service-item .service-name {
    margin: 10px auto 0;
    font-size: 12.88px;
    line-height: 1.29;
    text-transform: uppercase;
    color: #0b0b0b;
}

.service-item a {
    text-decoration: none;
}

.selection-service .col-4.service-item {
    margin: 0;
    height: 170px;
    max-height: 170px;
}

.selection-service .wrap-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.selection-service .wrap-button .button-next {
    height: 70px;
    line-height: 70px;
    background-color: #f19fc1;
    text-align: center;
    display: block;
    color: #FFF;
}

.choose-item .select-master {
    height: 70px;
    background-color: #f8f8f8;
}

.choose-item .group-type {
    width: 450px;
    margin: auto;
}

.choose-item .group-type .select-type + .select-type {
    margin-top: 20px;
}

.margin-bottom-180 {
    margin-bottom: 180px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.choose-item .select-type {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    height: 70px;
    position: relative;
    cursor: pointer;
}

.choose-item .select-type.active {
    background-color: #ffeef6;
    border-color: #ffeef6;
}

.choose-item .select-type .type-title {
    width: 300px;
    font-size: 12.88px;
    line-height: 20px;
    color: #0b0b0b;
    padding-left: 20px;
}

.choose-item .select-type .style-default {
    font-size: 14.72px;
    line-height: 1.88;
    color: #0b0b0b;
    text-align: center;
}

.choose-item .select-type .price-wrapper {
    padding-right: 20px;
}

.choose-item .select-master .radio-container {
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
    width: max-content;
    margin: auto;
    padding: 20px 0 20px 35px;
}

.choose-item .select-master .radio-container .checkmark {
    bottom: 0;
    margin: auto;
}

.choose-item .wrap-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.choose-item .title {
    display: block;
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
    margin: 15px 0;
}

.choose-item .wrap-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.choose-item .wrap-button .total {
    background-color: #f8f8f8;
    height: 70px;
    padding: 12px 0;
    font-size: 12.88px;
    line-height: 1.71;
    color: #0b0b0b;
}

.choose-item .wrap-button .total .col-6 {
    width: 50%;
    float: left;
    display: inline-block;
}

.choose-item .wrap-button .button {
    width: 50%;
    float: left;
    display: inline-block;
    color: #FFF;
    height: 70px;
    line-height: 70px;
}

.choose-item .wrap-button .button-add {
    background-color: #d88ead;
}

.choose-item .wrap-button .button-next {
    background-color: #f19fc1;
}

.result .title {
    display: block;
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
    margin: 30px 0 20px;
}

.result .description {
    width: 300px;
    margin: 0 auto 40px;
}

.result .description p {
    font-size: 12.88px;
    line-height: 1.71;
    color: #0b0b0b;
    margin: 0;
}

.result .group-type {
    width: 450px;
    margin: auto;
}

.result .select-type {
    width: 100%;
    border: 1px solid #ffeef6;
    background-color: #ffeef6;
    border-radius: 3px;
    height: 70px;
    position: relative;
}

.result .group-type .select-type + .select-type {
    margin-top: 20px;
}

.result .select-type .type-title {
    width: 300px;
    font-size: 12.88px;
    line-height: 20px;
    color: #0b0b0b;
    padding-left: 20px;
}

.result .select-type .style-default {
    font-size: 14.72px;
    line-height: 1.88;
    color: #0b0b0b;
    text-align: center;
}

.result .select-type .price {
    padding-right: 20px;
}

.result .comment {
    margin: 30px auto 0;
}

.result .comment .label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12.88px;
    line-height: 2.14;
    color: #0b0b0b;
}

.result .comment textarea {
    resize: none;
}

.result .callback {
    margin: 20px auto 0;
}

.result .wrap-button .total {
    background-color: #f8f8f8;
    height: 70px;
    padding: 12px 0;
    font-size: 12.88px;
    line-height: 1.71;
    color: #0b0b0b;
}

.result .wrap-button .total .col-6 {
    width: 50%;
    float: left;
    display: inline-block;
}

.result .wrap-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.result .wrap-button .button-next {
    width: 100%;
    color: #FFF;
    height: 70px;
    line-height: 70px;
    background-color: #f19fc1;
    display: block;
}

#calendar {
    background-color: #f8f8f8;
    padding: 20px 15px;
}

#calendar.range-calendar .calendar .cell {
    border: none;
}

#calendar.range-calendar .calendar .cell {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    border-radius: 50%;
}

#calendar.range-calendar .calendar .cell.empty {
    cursor: default;
    background-color: #F2F4F4;
}

#calendar.range-calendar .calendar .cell.full {
    background-color: #D5F5E3;
}

#calendar.default-theme .range-bar {
    background-color: #f8d3e3;
    border-radius: 50%;
}

#calendar.default-theme .calendar .cell .day-number {
    font-family: MontserratBold;
    font-size: 12.88px;
    font-weight: 700;
    line-height: 2.14;
    color: #0b0b0b;
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: auto;
}

#calendar.range-calendar .calendar .cell .day {
    font-family: MontserratRegular;
    font-size: 12.88px;
    font-weight: 300;
    line-height: 2.14;
    text-align: center;
    color: #0b0b0b;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
}

#calendar.default-theme .months .cell.selected .bullet {
    display: none;
}

#calendar.range-calendar .months .cell {
    width: 75px;
    padding: 16px 10px;
}

#calendar.default-theme .months .cell.selected .month-name {
    color: #0b0b0b;
}

#calendar.range-calendar .months .cell .month-name {
    font-size: 16.56px;
    display: block;
}

#calendar.range-calendar .months .cell.current .bullet {
    display: none;
}

#calendar.range-calendar .months .cell .date-formatted {
    color: #0b0b0b;
    font-size: 14.72px;
}

#calendar.range-calendar .months .cell.selected {
    background-color: #f8d3e3;
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.calendar-form .wrap-button {
    width: 100%;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.calendar-form .wrap-button .button-submit {
    width: 100%;
    background: #f19fc1;
    height: 70px;
    line-height: 70px;
    font-size: 14.72px;
    font-weight: bold;
    letter-spacing: 0.89px;
    color: #FFF;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.calendar-form .masters-time {
    width: 80%;
    margin: auto;
}

.calendar-form.fast-order .masters-time {
    width: 100%;
}

.calendar-form.fast-order .select-gbar {
    width: 90%;
    margin: 20px auto 30px;
}
.calendar-form.fast-order .select-gbar .gbar-icon img {
    margin: auto;
}
.calendar-form.fast-order .select-gbar .gbar-id {
    text-align: center;
    outline: none;
    height: auto;
}
.calendar-form.fast-order .select-gbar .gbar-id label:hover {
    cursor: pointer;
}
.calendar-form.fast-order .select-gbar .gbar-id .gbar-icon {
    position: relative;
    margin-top: 10px;
}
.calendar-form.fast-order .select-gbar .gbar-id.checked .gbar-icon:before {
    content: '';
    border: 5px solid #f8d3e3;
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    left: 0;
    border-radius: 50%;
    right: 0;
    margin: auto;
    top: -5px;
}

.calendar-form .masters-time .item {
    padding-left: 90px;
    padding-top: 10px;
    position: relative;
    margin-top: 40px;
}

.calendar-form .masters-time .icon-profile {
    position: absolute;
    left: 0;
    top: 0;
}

.calendar-form .masters-time .icon-profile img {
    width: 70px;
    height: 70px;
}

.calendar-form .masters-time .rating-master {
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 10px;
}

.calendar-form .masters-time .times {
    width: 95%;
    margin: 15px auto 0;
}

.calendar-form .masters-time .times .slick-track {
    margin-left: 0;
}

/*.calendar-form .masters-time .times .time-item.active {
    border-radius: 13.5px;
    background-color: #f8d3e3;
}*/
.calendar-form .masters-time .times .time-item {
    cursor: pointer;
    width: auto !important;
    padding: 5px 0;
    font-size: 12.88px;
    color: #0b0b0b;
}

.calendar-form .masters-time .times .time-item input[type='radio'] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    display: none;
}

.calendar-form .masters-time .times .time-item .label {
    cursor: pointer;
    width: auto !important;
    padding: 5px 15px;
    font-size: 12.88px;
    color: #0b0b0b;
    border-radius: 13.5px;
    background-color: #D5F5E3;
    display: inline-block;
}

.calendar-form .masters-time .times .time-item .label.active {
    background-color: #f8d3e3;
}

.calendar-form .masters-time .times .time-item span {
    padding: 5px 15px;
    font-size: 12.88px;
    color: #999999;
    display: none;
}

.calendar-form .slick-prev:before {
    content: '\f053';
}

.calendar-form .slick-next:before {
    content: '\f054';
}

.calendar-form .slick-next:before, .calendar-form .slick-prev:before {
    color: #0b0b0b;
    font-family: FontAwesome;
    font-size: 13.8px;
}

.error-message {
    width: 452px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 20px 50px;
    z-index: 999999;
    margin: auto;
}

.error-message span {
    font-size: 14.72px;
    font-weight: 300;
    line-height: 1.5;
}

.error-message .subtitle {
    display: block;
}

.error-message .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    margin: auto;
    width: 16px;
    height: 16px;
}

.error-message .close-button:before, .error-message .close-button:after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
}

.error-message .close-button:before {
    transform: rotate(-45deg);
}

.error-message .close-button:after {
    transform: rotate(45deg);
}

.error-message ul {
    padding: 0;
}

.error-message ul > li {
    text-align: left;
}

.record-cancellation .container-record-cancellation {
    width: 400px;
    margin: 50px auto 0;
}

.record-cancellation .callback textarea {
    min-height: 100px;
    resize: none;
}

.record-cancellation .callback .label {
    font-size: 12.88px;
    font-weight: 700;
    line-height: 2.14;
    color: #0b0b0b;
}

.record-cancellation .callback {
    margin: 70px 0 0;
}

.record-cancellation .title h1 {
    font-size: 22.08px;
    line-height: 1.25;
    color: #0b0b0b;
}

.record-cancellation .title .icon {
    font-size: 33.12px;
}

.profile-setting .head-tags ul:before {
    left: 33%;
}

.profile-setting .head-tags ul:after {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #f19fc1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 66%;
    margin: auto;
}

.profile-setting .head-tags ul li {
    width: 33.3%;
}

.profile-setting .container-profile {
    width: 450px;
    margin: auto;
}

.profile-setting .head-tags {
    margin-bottom: 20px;
}

.profile-setting .story-item + .story-item {
    margin-top: 15px;
}

.profile-setting .story-item {
    background-color: #ffeef6;
    padding-top: 5%;
}

.profile-setting .story-item .date {
    font-size: 12.88px;
    font-weight: 700;
    line-height: 1.71;
    color: #0b0b0b;
    padding: 0 5%;
}

.profile-setting .story-item .dbar-name {
    font-size: 12.88px;
    font-weight: 300;
    line-height: 1.71;
    font-family: MontserratRegular;
    color: #0b0b0b;
    padding: 5px 5%;
}

.profile-setting .story-item .price {
    font-size: 12.88px;
    font-weight: 700;
    line-height: 1.71;
    color: #0b0b0b;
    padding: 0 5%;
}

.profile-setting .story-item .price .master {
    display: block;
}

.profile-setting .story-item .wrap-button {
    height: 40px;
    margin: 30px 0 0;
}

.profile-setting .story-item .wrap-button.button-double .button,
.profile-setting .story-item .wrap-button.button-double button {
    width: 50%;
    float: left;
}

.profile-setting .story-item .wrap-button .button,
.profile-setting .story-item .wrap-button button {
    width: 100%;
}

.profile-setting .story-item .wrap-button .button,
.profile-setting .story-item .wrap-button button {
    height: 40px;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-family: MontserratBold;
    font-size: 11.04px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.67px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.profile-setting .story-item .wrap-button .button-pr-1 {
    background: #d88ead;
}

.profile-setting .story-item .wrap-button .button-pr-2 {
    background: #f19fc1;
}

.profile-setting select  {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ede8e8;
    height: 40px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 0 10px;
    outline: none;
    width: 100%;
}

.profile-setting .container-profile form {
    margin: 50px 0 0;
}


.slide-direction {
    outline: none;
}

.slide-direction img {
    border: solid white 2px;
    cursor: pointer;
}

.slide-direction.selected img {
//border: solid #f19fc1 2px;
}
.slide-direction .wrap-image {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}
.slide-direction .wrap-image:before {
    content: '\f00c';
    display: none;
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14.72px;
    background: #f19fc1;
    padding: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    font-weight: 100;
}
.slide-direction.selected .wrap-image:before {
    display: block;
}

.slick-list .slide-direction {
    outline: none;
}

.choose-direction-sliders .slick-slide img {
    border: solid white 2px;
    cursor: pointer;
}

.choose-direction-sliders .slick-slide.selected img {
    //border: solid #f19fc1 2px;
}
.choose-direction-sliders .slick-slide .wrap-image {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}
.choose-direction-sliders .slick-slide .wrap-image:before {
    content: '\f00c';
    display: none;
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14.72px;
    background: #f19fc1;
    padding: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    font-weight: 100;
}
.choose-direction-sliders .slick-slide.selected .wrap-image:before {
    display: block;
}

/*content default style*/
@media (max-width: 992px) {
    .calendar-form .masters-time {
        width: 95%;
    }
    .calendar-form .times .slick-list {
        width: 100%;
    }
    .calendar-form .masters-time .rating-master {
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .profile-master .description {
        width: 90%;
    }
    .calendar-form .masters-time .icon-profile img {
        width: 60px;
        height: 60px;
    }
    .calendar-form .masters-time .item {
        padding-left: 75px;
    }
    .calendar-form .masters-time .times .slick-prev {
        left: -10px;
        top: 15px;
    }
    .calendar-form .masters-time .times .slick-next {
        right: -10px;
        top: 15px;
    }
}

@media (max-width: 479px) {
    .profile-setting .container-profile {
        width: 90%;
    }
    .record-cancellation .container-record-cancellation {
        width: 90%;
    }
    .error-message {
        width: 95%;
        padding: 20px;
    }
    .choose-item .group-type {
        width: 95%;
        word-break: break-word;
    }
    .calendar-form .masters-time .rating-master {
        margin-bottom: 15px;
        float: right;
        position: relative;
        right: 0;
        top: 0;
        display: inline-block;
    }
    .choose-item .select-type .type-title {
        padding-left: 10px;
    }
    /*.calendar-form .masters-time .times {
        width: 85%;
    }*/
    .calendar-form .masters-time .times {
        width: 85%;
    }
    .calendar-form .masters-time .times .slick-prev {
        left: -25px;
    }
    .calendar-form .masters-time .times .slick-next {
        right: -25px;
    }
    .calendar-form .masters-time .master-name {
        width: 140px;
        display: inline-block;
    }
    /*.calendar-form .masters-time .icon-profile {
        display: none;
    }*/
    /*.calendar-form .masters-time .item {
        padding-left: 0;
    }*/
    .calendar-form .masters-time .item {
        padding-left: 70px;
    }
    .choose-item .wrap-button .button {
        font-size: 12.88px;
    }
    .choose-item .select-master {
        text-align: left;
        height: auto;
    }
    .choose-item .select-master .col-6 {
        float: none;
        width: 100%;
        display: block;
    }
    .choose-item .select-master .radio-container {
        margin-left: 10px;
        line-height: 1;
        width: auto;
    }
    .choose-item .select-type .price-wrapper {
        padding-right: 10px;
    }
    .choose-item .select-type .price-wrapper span:not(.hide) {
        display: block;
    }
    .choose-item .select-type .style-default {
        min-width: 70px;
    }
    .result .description {
        width: 90%;
    }
    .result .group-type {
        width: 95%;
        word-break: break-word;
    }
    .result .select-type .type-title {
        padding-left: 10px;
    }
    .result .wrap-button .button {
        font-size: 12.88px;
    }
    .result .select-master {
        text-align: left;
        height: auto;
    }
    .result .select-master .col-6 {
        float: none;
        width: 100%;
        display: block;
    }
    .result .select-master .radio-container {
        margin-left: 10px;
        line-height: 1;
        width: auto;
    }
    .result .select-type .price {
        padding-right: 10px;
    }
    .result .select-type .style-default {
        min-width: 70px;
    }
    .choose-direction-sliders .direction-icon img, .selection-service .service-item .service-icon img {
        width: 75px;
        height: 75px;
    }
    .slide-direction .wrap-image {
        height: 75px;
    }
    .choose-direction-sliders .direction-name, .selection-service .service-item .service-name {
        font-size: 10.12px;
        line-height: 1.44;
        margin: 5px 0 0;
    }
    .selection-service .col-4.service-item {
        height: 150px;
        max-height: 150px;
        margin-bottom: 10px;
    }
    .selection-service .col-4 {
        height: 130px;
        max-height: 130px;
    }
    .select-gbar .rows {
        padding: 0;
    }
    .select-gbar .favorite-master .favorite-icon img {
        width: 75px;
        height: 75px;
    }
    .select-gbar .favorite-master .subtitle {
        font-size: 11.96px;
    }
    .select-gbar .border {
        width: 95%;
    }
    .select-gbar .gbar-icon img {
        width: 75px;
        height: 75px;
    }
    .calendar-form.fast-order .select-gbar .gbar-id.checked .gbar-icon:before {
        width: 75px;
        height: 75px;
    }
    .calendar-form.fast-order .select-gbar {
        margin: 5px auto 15px;
    }
    .calendar-form.fast-order .masters-time .item{
        margin-top: 10px;
    }
    .calendar-form.fast-order .select-gbar {
        width: 95%;
    }
    .container-masters .master-item .profile-name {
        font-size: 11.96px;
    }
    .container-masters .masters-list {
        padding: 0 10px;
    }
    .container-masters .master-item .profile-icon img {
        width: 75px;
        height: 75px;
    }
    .form-user .title {
        width: 90%;
        margin: auto;
    }
    .form-user .form .wrap {
        width: 90%;
    }
    .form-user .form .button-submit, .form-user .form .button-fb {
        font-size: 11.96px;
    }
    .post-review .form .wrap {
        width: 90%;
    }
    .profile-reviews .testimonials {
        width: 90%;
    }
    .container-masters .empty-list {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .form-user .form .button-submit, .form-user .form .button-fb {
        font-size: 10.12px;
    }
}

@media (max-height: 330px) {
    .success-message .wrap-button .close {
        position: relative;
        margin-top: 30px;
    }
}

@media (max-height: 667px) {
    .container-masters .empty-list {
        position: relative;
        margin: 50px auto;
        height: auto;
    }
    .masters .wrap-button {
        clear: both;
        position: relative;
    }
}

.wrap-button-logout {
    width: 100%;
    margin: auto;
}
.wrap-button-logout #btnLogout img {
    vertical-align: text-top;
    margin-right: 10px;
}
.wrap-button-logout #btnLogout {
    font-size: 12.88px;
    font-weight: 700;
    line-height: 2.14;
    text-decoration: none;
    color: #f19fc1;
}

.blockUI.blockMsg.blockElement {
    background: none !important;
    border: none !important;
    top: 0 !important;
    bottom: 0 !important;
}

.load-wrapp {
    float: left;
    width: 100px;
    height: 80px;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.line {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 15px;
background-color: #f19fc1;
}

.load-3 .line:nth-last-child(1) {
animation: loadingC .6s .1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
animation: loadingC .6s .2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
animation: loadingC .6s .3s linear infinite;
}


@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.visible-pass-el .wrap-box {
    position: relative;
}
.visible-pass-el .visible-pass {
    position: absolute;
    right: 10px;
    top: 44px;
    font-size: 12.88px;
    color: #888787;
}

.hidden {
    display: none !important;
}
.error {
    color: #f19fc1;
    padding-left: 30px;
    font-size: 11.96px;
}
#buttonDatePreviousWrap:before,#buttonDateNextWrap:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#buttonDatePreviousWrap:before {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(-45deg);
}
#buttonDateNextWrap:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

#buttonDatePreviousWrap,
#buttonDateNextWrap {
    position: absolute;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    bottom: 20px;
    border: none;
    border-radius: 50%;
    background: #f19fc1;
    cursor: pointer;
    z-index: 2;
    color: #FFF;

    display: none;
}

#buttonDatePreviousWrap:focus,
#buttonDateNextWrap:focus {
    outline: 0;
}

#buttonDatePreviousWrap::-moz-focus-inner,
#buttonDateNextWrap::-moz-focus-inner {
    border: 0;
}

#buttonDatePreviousWrap {
    left: 5px;
}
#buttonDateNextWrap {
    right: 5px;
}
.wrapperDays {
    width: calc(100% - 35px);
    margin: auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .wrapperDays {
        width: 100%;
        overflow: visible;
    }
    #buttonDatePreviousWrap,
    #buttonDateNextWrap {
        display: none;
    }
}

.container-masters .master-item .profile-icon {
    position: relative;
    width: 100px;
    margin: 0 auto 15px;
}
.container-masters .master-item .profile-icon .labelDiscount, .calendar-form .masters-time .labelDiscount {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/discount-master.png') center no-repeat;
    background-size: 100%;
    font-size: 10.12px;
    padding: 12px 0;
    color: #FFF;
    position: absolute;
    right: -6px;
    bottom: -6px;
}
.calendar-form .masters-time .labelDiscount {
    right: auto;
    left: -6px;
}
@media (max-width: 479px) {
    .container-masters .master-item .profile-icon .labelDiscount {
        right: 0;
    }
}
.about-services {
    font-size: 11.04px;
    color: #b7b7b7;
    line-height: 14px;
}
