:root {
    --surface-color: #ffff;
    --curve: 14;
}
input:disabled {
    background: #80808024 !important;
}
#beautyMastersBlock {
    position: relative;
}
#beautyMastersBlock .tittleBlockCategory {
    font-weight: 600;
}
#beautyMastersSlider .beauty-masters-item {
    display: flex;
    border-radius: 8px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 124px;
}
#beautyMastersSlider {
    visibility: hidden;
    padding: 10px;
    transition: 0.5s;
}
.beauty-masters-category.desk .beauty-masters-item {
    height: 250px;
    transition: 0.5s;
}
.btn-masters-modal-href {
    padding: 11px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    font-family: 'SF Pro Rounded Medium';
    font-size: 18px;
    border-radius: 10px;
    margin: 0 13px;
}
.beauty-masters-category.desk .beauty-masters-item .beauty-masters-item-description-overflow {
    display: none;
    text-align: left;
}
.beauty-masters-category.desk .beauty-masters-item:hover .beauty-masters-item-description-overflow {
    display: block;
    padding: 5px 5px;
    margin: 5px;
}
.beauty-masters-category.desk .beauty-masters-item-description-overflow {
    max-height: 200px;
    overflow-y: auto;
    border-top: 1px solid #F0EDFC;
}
.beauty-masters-category.desk .beauty-masters-item {
    width: 180px;
}
.beauty-masters-category.desk .beauty-masters-item:hover {
    width: 230px!important;
    box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    border-radius: 14px;
    align-items: unset!important;
    justify-content: unset!important;
    transition: box-shadow 1s, width 0.3s;
}
.beauty-masters-category.desk .beauty-masters-item:hover .beauty-masters-item-main-description {
    flex-direction: row!important;
    text-align: start;
    transition: 0.3s;
}
.beauty-masters-category.desk .beauty-masters-item:hover .beauty-master-img-container {
    min-width: 70px!important;
    width: 70px!important;
    min-height: 70px!important;
    height: 70px!important;
    transition: 0.3s;
}
.beauty-masters-category.desk .beauty-masters-item:hover .beauty-masters-item-name {
    font-size: 14px!important;
    margin-left: 5px!important;
    text-align: start!important;
    transition: 0.3s;
}
.beauty-masters-category.desk .beauty-masters-item:hover .beauty-masters-item-company-logo-name {
    display: none!important;
}
.beauty-masters-category.desk .beauty-masters-item-description-tittle,
.beauty-masters-category.desk .beauty-masters-item-details-tittle {
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
}
.beauty-masters-category.desk .beauty-masters-item-tags-tittle {
    font-weight: bold;
    margin-bottom: 5px;
}
.beauty-masters-category.desk .hover_float_img__description_item {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F0EDFC;
    color: black;
}
.beauty-masters-category.desk {
    border-bottom: 1px solid #F0EDFC;
    color: black;
}
.beauty-masters-category.desk .beauty-masters-item-tags {
    border-bottom: 1px solid #F0EDFC;
}
.beauty-masters-category.mob .beauty-masters-item-description-overflow {
    display: none;
}
#beautyMastersSlider .beauty-masters-item-main-description {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}
#beautyMastersSlider .beauty-master-img-container {
    position: relative;
    min-width: 110px;
    width: 110px;
    min-height: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    margin-bottom: 5px;
}
#beautyMastersSlider .beauty-master-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#beautyMastersSlider .beauty-masters-item-rating-container {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#beautyMastersSlider .beauty-masters-item-rating {
    color: #5C5F60;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #ffffffd6;
    border-radius: 12px;
    line-height: 11px;
    padding: 5px 10px;
    font-size: 14px;
}
#beautyMastersSlider .beauty-masters-item-rating img {
    width: 11px;
    height: 11px;
    padding-right: 2px;
}
.beauty-masters-item-name {
    font-size: 20px;
    font-weight: 600;
    color: black;
    min-height: 50px !important;
}
#beautyMastersSlider .beauty-masters-item-card-description {
    display: flex;
    flex-direction: column;
}
.beauty-masters-item-employment {
    font-size: 14px;
    color: #565252;
}
#beautyMastersSlider .beauty-masters-item-company-logo-name {
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(103, 71, 229, 0.15);
    margin-bottom: 10px;
}
#beautyMastersSlider .beauty-masters-item-company-logo-name img {
    object-fit: cover;
    height: 60px;
    width: 130px;
    padding: 2px;
    border-radius: 14px;
    mix-blend-mode: multiply;
}
.category-works-photos-info-description {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #5C5F60;
}
.examples-date {
    padding: 5px 8px;
}
.examples-watchers {
    display: flex;
    align-items: center;
    padding: 5px 8px;
}
.examples-watchers img {
    width: 15px!important;
    height: 14px!important;
    padding-right: 2px;
    object-fit: contain!important;
}
.beauty-masters-item-img-wrapper {
    position: relative;
}
#beautyMastersSliderBlock,
#beautyMastersBlock {
    position: relative;
}
.beauty-masters-item-img-window {
    width: 100%;
    height: 100%;
    background: transparent;
}
.beauty-masters-item-employment-capsules {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #5D5D5D;
}
.beauty-masters-item-employment-capsule {
    margin: 0px 3px 8px 3px;
    background: #F0EDFC !important;
    padding: 2px 10px;
    border-radius: 14px;
}
.beauty-masters-item-employment-capsule:first-child {
    margin-left: 0;
}
#beautyMastersHovers.hover_float_img {
    max-width: 250px;
}
.beauty-statistic {
    display: flex;
    padding: 0 7px;
    font-size: 12px
}
.beauty-statistic-watchers {
    padding-left: 15px;
    background: url(/images/grey-eye-2.svg) no-repeat 0px 4px/13px 13px;
    margin-right: 10px;
}
.beauty-statistic-sold {
    padding-left: 15px;
    background: url(/images/family-sub-member.svg) no-repeat 0px center/15px 15px;
    margin-right: 10px;
}
.beauty-statistic-rate {
    padding-left: 15px;
    background: url(/images/star-grey.svg) no-repeat 0px 4px/12px 13px;
}
.beauty-master-avatar {
    position: absolute;
    text-align: center;
    right: 5px;
    border-radius: 10px;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.80);
}
#examplesOfWorksPopup .beauty-master-avatar:hover,
#examplesOfWorksPopupSmall .beauty-master-avatar:hover,
#examplesOfWorksPopup .beauty-master-avatar:hover {
    color: black;
}
.beauty-master-avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.beauty-master-avatar-img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.beauty-master-avatar-name {
    display: inline-block;
    white-space: break-spaces;
    font-size: 14px;
    line-height: 20px;
    color: black;
}
.beauty-master-avatar:hover {
    color: #6747E5
}
.examples-of-works-img-container {
    position: relative;
    margin-bottom: 5px;
}
#examplesOfWorksHovers .examples-date {
    position: absolute;
    bottom: 0;
    color: #5C5F60;
    left: 0;
}
#beautyMastersHovers .beauty-masters-item-company-logo-name {
    position: absolute;
    background: #ffff;
    top: 5px;
    left: 5px;
    border-radius: 9px;
}
#beautyMastersHovers .beauty-masters-hover-item-img-container {
    height: 200px;
}
#beautyMastersHovers .beauty-masters-hover-item-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#beautyMastersHovers .beauty-masters-item-company-logo-name img {
    height: 30px;
    width: 90px;
    object-fit: contain;
}
#beautyMastersHovers .beauty-masters-item-name {
    padding: 10px 7px 10px 7px;
}
.hover_beauty_img__animate {
    animation: animateThis 0.3s linear, changeShape 0.5s linear;
    animation-fill-mode: forwards;
    transition: transform 0.3s;
    -webkit-animation: animateThis 0.3s linear, changeShape 0.5s linear;
    -webkit-animation-fill-mode: forwards;
}
.remove_hover_beauty_img__animate {
    animation: animateThisRevert 0.3s ease-in-out, changeShapeRevert 0.5s linear;
    animation-fill-mode: forwards;
    transition: transform 0.3s;
    -webkit-animation: animateThisRevert 0.3s ease-in-out, changeShapeRevert 0.5s linear;
    -webkit-animation-fill-mode: forwards;
}
.example-of-works-count-container,
.beauty-masters-count-container {
    display: flex;
    font-size: 13px;
    position: absolute;
    top: -5px;
    right: -32px;
}
.beauty-masters-count-container {
    left: 105px;
}
.mobile-details-modal .modal-dialog {
    height: auto;
    width: 100%;
    max-width: none;
    position: absolute;
    bottom: 0;
    margin: 0;
}
.mobile-details-modal .modal-content {
    overflow: hidden;
    border-radius: 16px 16px 0 0 !important;
    height: 100%;
    border: none;
}
.mobile-details-modal .close {
    position: sticky !important;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.15);
    border-radius: 28px;
    font-size: 13px;
    opacity: 0.9;
    z-index: 5;
    right: 12px;
    top: 14px;
    color: #000;
    text-shadow: 0 1px 0 #000;
    filter: none!important;
}
.mobile-details-modal .beauty-master-details-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 0px;
    padding-bottom: 85%;
    background-color: white !important;
    background-position: center center !important;
}
.mobile-details-modal .beauty-masters-item-employment-capsules {
    position: absolute;
    bottom: 0;
    padding: 5px;
}
.mobile-details-modal .hover_float_img__description {
    padding: 0;
}
.beauty-masters-offer.desk .beauty-masters-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
    list-style-type: none;
}
.beauty-masters-offer.desk .beauty-masters-items.one-items {
    grid-template-columns: repeat(1, 1fr) !important;
}
.beauty-masters-offer.mob .beauty-masters-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1rem;
}
.beauty-masters-offer.mob .beauty-masters-items.one-items {
    grid-template-columns: repeat(1, 1fr) !important;
}
.beauty-masters-offer.desk .beauty-masters-item {
    cursor: pointer;
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    text-decoration: none;
    border-radius: calc(var(--curve) * 1px);
    -webkit-box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
    -moz-box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
    box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
}
.beauty-masters-offer.desk .beauty-masters-item.one-items {
    height: 420px;
}
.beauty-masters-offer.mob .beauty-masters-item.one-items {
    height: 350px;
}
.beauty-masters-offer.mob .beauty-masters-item {
    cursor: pointer;
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    text-decoration: none;
    border-radius: calc(var(--curve) * 1px);
    -webkit-box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
    -moz-box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
    box-shadow: 0px 0px 34px -7px rgba(34, 60, 80, 0.32);
}

.beauty-masters-offer.desk .beauty-masters-item-img,
.beauty-masters-offer.mob .beauty-masters-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beauty-masters-offer.desk .beauty-masters-item:hover .beauty-masters-item-img {
    filter: brightness(0.8);
    transition: .2s ease-in-out;
}

.beauty-masters-offer.desk .beauty-masters-item-description-container,
.beauty-masters-offer.mob .beauty-masters-item-description-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.beauty-masters-offer.desk .beauty-masters-item:hover .beauty-masters-item-description-container {
    transform: translateY(0);
    transition: .2s ease-in-out;
}

.beauty-masters-offer.desk .beauty-masters-item-header,
.beauty-masters-offer.mob .beauty-masters-item-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-99%);
    transition: .2s ease-in-out;
}

.beauty-masters-offer.desk .beauty-masters-item-header {
    border-bottom: 1px solid #F0EDFC;
}

.beauty-masters-offer.desk .beauty-masters-item-arc,
.beauty-masters-offer.mob .beauty-masters-item-arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 99%;
    right: 0;
    z-index: 1;
}

.beauty-masters-offer.desk .beauty-masters-item-arc path,
.beauty-masters-offer.mob .beauty-masters-item-arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 39 0 40 -3 40 -40 v 40 Z");
}

.beauty-masters-offer.desk .beauty-masters-item:hover .beauty-masters-item-header {
    transform: translateY(0);
    transition: .2s ease-in-out;
}

.beauty-masters-offer.desk .beauty-masters-item-name,
.beauty-masters-offer.mob .beauty-masters-item-name {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #333333;
}
.beauty-masters-offer.desk .beauty-masters-item-details,
.beauty-masters-offer.desk .beauty-masters-item-tags {
    padding: 1em;
    margin: 0;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #F0EDFC;
    overflow: hidden;
}
#beautyMasterDetailsModal .beauty-masters-item-details {
    padding: 1em 0;
    border-bottom: 1px solid #F0EDFC;
}
#beautyMasterDetailsModal .beauty-masters-item-description-popup {
    padding: 1em 0;
}
.beauty-masters-offer.desk .beauty-masters-item-description {
    padding: 1em;
    border-bottom: 1px solid #F0EDFC;
}
.beauty-masters-offer.desk .beauty-masters-item-description-tittle,
.beauty-masters-offer.desk .beauty-masters-item-details-tittle,
.beauty-masters-offer.desk .beauty-masters-item-tags-tittle,
.beauty-masters-offer.mob .beauty-masters-item-tags-tittle,
.beauty-masters-offer.mob .beauty-masters-item-details-tittle ,
.beauty-masters-offer.mob .beauty-masters-item-description-tittle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
}
.beauty-masters-offer.desk .beauty-masters-item-description-overflow,
#beautyMasterDetailsModal .beauty-masters-item-description-overflow {
    max-height: 150px;
    overflow-y: scroll;
}
#beautyMasterDetailsModal .beauty-masters-item-details-tittle ,
#beautyMasterDetailsModal .beauty-masters-item-description-tittle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.beauty-masters-offer.mob .beauty-masters-item-details {
    display: none;
}
#beautyMasterDetailsModal .hover_float_img__description {
    font-size: 14px;
}
#beautyMasterDetailsModal .beauty-masters-item-name {
    padding-bottom: 1em;
    border-bottom: 1px solid #F0EDFC;
}
.beauty-masters-offer.desk .beauty-masters-item-description-overflow::-webkit-scrollbar,
.beauty-masters-category.desk .beauty-masters-item-description-overflow::-webkit-scrollbar {
    height: 2px !important;
    width: 6px !important;
}
.beauty-masters-offer.desk .beauty-masters-item-description-overflow::-webkit-scrollbar-track,
.beauty-masters-category.desk .beauty-masters-item-description-overflow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(102 70 229 / 64%) !important;
    border-radius: 10px !important;
}
.beauty-masters-offer.desk .beauty-masters-item-description-overflow::-webkit-scrollbar-thumb,
.beauty-masters-category.desk .beauty-masters-item-description-overflow::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 20px 2px #6747e5 !important;
}
.tags-container-page {
    display: flex;
    width: 100%;
    overflow: auto;
}
.tags-container-page div {
    width: max-content;
}
.tittle-page-master {
    font-size: 30px;
    font-family: 'SF Pro Rounded Medium', sans-serif;
    margin: 8px 0;
    width: -webkit-fill-available;
    text-align: center;
}
.avatar-master-img {
    border-radius: 20px;
}
.logo-master-img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.name-master-page {
    font-size: 22px;
    font-family: 'SF Pro Rounded Medium', sans-serif;
}
.description-master-page {
    font-size: 16px;
    line-height: 20px;
    width: 97%;
}
.offers-master-block .category-teaser-wrap {
    padding: 5px !important;
}
.offers-master-block .teaser .card-header {
    display: none;
}
.offers-master-block .teaser-sale,
.offers-master-block .free-code-label-online-order{
    font-size: 14px;
    padding: 1px 10px;
}
.master-page #workExampleExamplePage {
    width: 97%;
}
.avatar-block-master {
    width: 407px;
    height: 320px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.hidden-text {
    display: none;
}
#examplesOfWorksGalleryItem .gallery-item:nth-child(odd) {
    width: 34%;
}

#examplesOfWorksGalleryItem .gallery-item:nth-child(even) {
    width: 20%;
}
.beauty-masters-item-description {
    color: black;
}
.beauty-masters-item-details-tittle {
    color: #6747E5 !important;
}
#jvLabelWrap {
    display: none !important;
}
@-webkit-keyframes changeShape {
    0% {
        border-radius: 50%;
        transform: scale3d(0.44, 0.34, 1);
    }
    25% {
        border-radius: 45%;
        transform: scale3d(0.5, 0.5, 1);
    }
    50% {
        border-radius: 35%;
        transform: scale3d(0.6, 0.6, 1);
    }
    75% {
        border-radius: 25%;
        transform: scale3d(0.7, 0.7, 1);
    }
    100% {
        border-radius: 10px;
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes animateThisRevert {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.menu-shinomontazh::before {
    content: url("/images/Christmas.svg");
    margin: 4px;
    position: relative;
    top: 2px;
}
@-webkit-keyframes changeShapeRevert {
    0% {
        border-radius: 10px;
        transform: scale3d(1, 1, 1);
    }
    25% {
        border-radius: 25%;
        transform: scale3d(0.7, 0.7, 1);
    }
    50% {
        border-radius: 35%;
        transform: scale3d(0.6, 0.6, 1)
    }
    75% {
        border-radius: 45%;
        transform: scale3d(0.5, 0.5, 1);
    }
    100% {
        border-radius: 50%;
        transform: scale3d(0.44, 0.34, 1);
    }
}

#offersDescription .purchase-count-teaser {
    display: none !important;
}