

/* Start:/lk/css/profile.css?17524894927814*/
/* .g-page > .g-content {
	width: 100%;
	max-width: none;
	padding: 0px;
} */
.profile-link {
    box-shadow: 0px 7px 20px 4px #0000000F;
}
.profile-link:hover {
    transform: translateY(-10px);
}
.profile-link.bg-secondary-lighter:hover {
    background-color: #E1F4F5;
}
.profile-progress {
    background-color: #EEF0F1;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 228px;
}
.profile-progress__scale {
    height: 2px;
    background-color: #CEF2F5;
}
.profile-progress__way {
    top: 0;
    left: 0;
    height: 2px;
    background-color: #009AA6;
    z-index: 1;
}
.profile-progress__point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #009AA6;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.profile-progress__point_1 {
    left: 0;
}
.profile-progress__point_2 {
    left: 33%;
}
.profile-progress__point_3 {
    left: 63.5%;
}
.profile-progress__point_4 {
    right: 0;
}
.profile-move {
    box-shadow: 0px 7px 20px 4px #1C1C1C0F;
    min-height: 188px;
}
.profile-move__scale {
    height: 2px;
}
.profile-move__point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.profile-move__step {
    top: 0;
    bottom: 0;
    width: 33.3333%;
}
.profile-move__step_1 {
    background-color: #FF554A;
    left: 0;
}
.profile-move__step_2 {
    left: 33.3333%;
    background-color: #FFC14A;
}
.profile-move__step_3 {
    left: 66.6667%;
    background-color: #23C965;
}
.profile-move__step_2::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFC14A;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.profile-move__step_3::before {
    background-color: #23C965;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.profile-select {
    height: 24px;
    background-color: #DAF5F6;
    font-size: 14px;
    padding: 0 22px 0 8px;
    border-radius: 4px;
    border: 0;
    background-image: url('/lk/css/img/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right 6px top 50%;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    text-align: right;
}
.profile-select::-ms-expand {
    display: none;
}
.profile-select * {
    background-color: #ffffff;
}

.file__button svg {
    pointer-events: none;
}
.file__preview {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.file__delete {
    top: 4px;
    right: 4px;
    z-index: 5;
}
.form-field_text.profile-ask-message {
    height: 80px;
}
.profile-ask-button {
    max-width: 254px;
}
.profile-ask-question {
    max-width: 676px;
}
.profile-appointment-data {
    display: inline-flex;
    align-items: center;
    height: 24px;
    background-color: #E7F6F7;
}
.profile-single-appointment {
    max-width: 888px;
}
.profile-deliver {
    width: 1px;
    min-width: 1px;
    height: 20px;
}
.profile-block {
    box-shadow: 0px 7px 20px 4px #0000000F;
}
.profile-appointments-list {
    overflow-y: auto;
    max-height: 260px;
}
.profile-appointments-block {
    min-height: 268px;
}
.profile-discount-info {
    max-width: 570px;
}
.profile-discount-current {
    height: 24px;
}
.profile-discount-info__close {
    top: 16px;
    right: 16px;
}
.profile-label {
    height: 24px;
}
.error-message {
    color: #ff0000;
}

.profile-email {
    max-width: 432px;
}
.profile-appointment-card__label {
    height: 28px;
	display: inline-flex;
	align-items: center;
}
.profile-appointment-card__recipe {
    height: 28px;
	display: inline-flex;
	align-items: center;
    border: 1px solid #009AA6;
}
.profile-appointment__status {
    height: 32px;
	display: inline-flex;
	align-items: center;
}
.profile-appointment-card__deliver {
    width: 2px;
    min-width: 2px;
    height: 24px;
    background-color: #E0E2E7;
}
.profile-appointment-card__icon {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -8px;
    z-index: 5;
}
.profile-appointment-card__icon::after {
    width: 12px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #64748B;
    transform: translate(-50%, -50%);
}
.profile-appointment-card__icon::before {
    width: 12px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #64748B;
    transition: 0.3s;
    transform: translate(-50%, -50%) rotate(90deg);
}
.profile-appointment-card__icon.is-active::before {
    transform: translate(-50%, -50%);
}
.profile-appointment-card__image {
    width: 76px;
    min-width: 76px;
}
.profile-appointment-card__info {
    width: 126px;
    min-width: 126px;
}
.profile-appointment-card__name {
    width: 264px;
    min-width: 264px;
}
.profile-path {
    padding: 26px 0 28px;
}
.profile-path__percents {
    height: 24px;
    top: 0;
}
.profile-path__percents_1 {
    left: 0;
}
.profile-path__percents_2 {
    left: 25%;
}
.profile-path__percents_3 {
    left: 50%;
}
.profile-path__percents_4 {
    left: 75%;
}
.profile-path__scale {
    height: 2px;
    margin: 4px 0;
}
.profile-path__handler {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}
.profile-path__point {
    width: 25%;
    top: 0;
    bottom: 0;
}
.profile-path__point::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}
.profile-path__point_1 {
    background-color: #5A3A5C;
    left: 0;
}
.profile-path__point_1::before {
    background-color: #5A3A5C;
}
.profile-path__point_2 {
    background-color: #958DA5;
    left: 25%;
}
.profile-path__point_2::before {
    background-color: #958DA5;
}
.profile-path__point_3 {
    background-color: #6C8DD7;
    left: 50%;
}
.profile-path__point_3::before {
    background-color: #6C8DD7;
}
.profile-path__point_4 {
    background-color: #35C0B6;
    left: 75%;
}
.profile-path__point_4::before {
    background-color: #35C0B6;
}
.profile-path__point_last::after {
    width: 81px;
    height: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    background-image: url('/lk/css/img/path-arrow.svg');
    background-repeat: no-repeat;
}
.profile-path__step {
    height: 24px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.profile-path__step_1 {
    left: 0;
}
.profile-path__step_2 {
    left: 25%;
}
.profile-path__step_3 {
    left: 50%;
}
.profile-path__step_4 {
    left: 75%;
}
.profile-path__step_5 {
    right: 0;
}

.profile-faq:not(:first-child) {
    border-top: 1px solid #E0E2E7;
}
.profile-faq__icon {
    transition: 0.3s;
}
.profile-faq__button.is-active .profile-faq__icon {
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .form-field_text.profile-ask-message {
        height: 108px;
    }
    .profile-appointment-card__name {
        width: calc(100% - 76px);
        min-width: calc(100% - 76px);
    }
    .profile-appointment-card__item {
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #E0E2E7;
    }
    .profile-appointment-card__recipe {
        height: auto;
        border: none;
    }
    .profile-appointment-card__icon {
        top: 0;
        right: 0;
    }
}
@media (max-width: 576px) {
    .file__preview {
        width: 60px;
        height: 60px;
    }
    .profile-ask-button {
        max-width: none;
    }
}

#js-appointments-container {
    transition: opacity 0.3s ease;
}

.loading {
    opacity: 0.5;
    pointer-events: none;
}
/* End */
/* /lk/css/profile.css?17524894927814 */
