

/* Start:/local/components/adinadin/salon/templates/2026/section-scheme.css?177493784612459*/
.scheme {
    padding-top: 75px;
    padding-bottom: 100px;
}
.scheme path:not([id^="table-"]) {
    pointer-events: none;
  }
.scheme__media {
    overflow-x: auto;
}
.scheme__media svg {
    height: auto;
}
@media (max-width: 768px) {
    .scheme {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .scheme__media {
        overflow: hidden;
    }
    .scheme__media svg {
        transition: all 0.3s ease;
    }
}

.scheme__title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.scheme__title-img {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 991px) {
    .scheme__title-img {
        display: none;
    }
}

.scheme__button-history {
    --size: 1em;
    min-width: var(--size);
    max-width: var(--size);
    width: var(--size);
    min-height: var(--size);
    max-height: var(--size);
    height: var(--size);
    border: none;
    background: none;
    margin-left: 1em;
    padding: 0;
    filter: drop-shadow(0 0.4em 0.4em rgba(0,0,0,0.25));
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
    .scheme__button-history:hover {
        transform: scale(1.2);
    }
}
.scheme__button-history-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.scheme-product {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2em;
    cursor: pointer;
    transition: all 0.3s ease;
}
@keyframes blind{
    to { opacity: 0.8; }
}
.scheme-product--loading {
    opacity: 0.1;
    animation: blind 1s infinite alternate;
    transform-origin: center;
}
.scheme-product:last-child {
    margin-bottom: 0;
}

.scheme-product__pic {
    --size: 12em;
    min-width: var(--size);
    max-width: var(--size);
    width: var(--size);
    min-height: var(--size);
    max-height: var(--size);
    height: var(--size);
    border-radius: 0.8em;
    background-color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.8em;
}
@media (max-width: 768px) {
    .scheme-product__pic {
      --size: 6.5em;
        margin-right: 0.8em;
    }
}

.scheme-product__img {
    display: block;
    width: 90%;
    height: 90%;
    mix-blend-mode: multiply;
    filter: saturate(1.2);
    object-fit: contain;
}

.scheme-products__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 2em;
}

.scheme-product__title {
    font-size: 1.8em;
    font-family: 'Golos', sans-serif;
    max-width: 21em;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .scheme-product__title {
        font-size: 1.3em;
        margin-bottom: 0;
    }
}

.scheme-product__personal-rating {
    margin-left: auto;
}

@media (max-width: 768px) {
    .scheme-product__personal-rating {
        margin-top: auto;
    }
}

.scheme-product__rating {
    font-size: 1.6em;
    display: flex;
}

.scheme-product__rating-value {
    color: #111;
    margin-right: 0.5em;
    display: flex;
}
.scheme-product__rating-value:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url('/local/components/adinadin/salon/templates/2026/img/icon-starpicker-fill.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 0.1em;
    margin-right: 0.25em;
}

.scheme-product__rating-title {
    color: #BDBBBB;
}
.scheme-product__rating-title-word {
    font-size: 0.6875em;
}

.scheme-product__personal-rating {
    display: flex;
    flex-direction: column;
}
.scheme-product__personal-rating-value {
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.3em;
    font-size: 2.4em;
    color: #111;
}
.scheme-product__personal-rating-title {
    color: #8B8B8B;
    font-size: 1.3em;
    line-height: 1;
}


.modal-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
    align-items: start;
    grid-auto-flow: dense;
}

@media (max-width: 610px) {
    .modal-product {
        display: flex;
        flex-direction: column;
    }
}

.modal-product__pic {
    margin-bottom: 2.5em;
    display: block;
    width: 100%;
    height: 40em;
}

.modal-product__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-product__rating {
    border: 0.1em solid #D9D9D9;
    border-radius: 0.8em;
    padding: 2.4em;
    margin-top: -12em;
    align-self: center;
    width: 100%;
}

@media (max-width: 610px) {
    .modal-product__rating {
        margin-top: 0;
    }
}

.modal-product__rating-head {
    display: flex;
    justify-content: space-between;
}

.modal-product__title,
.modal-product__rating-value {
    font-size: 2.4em;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-family: 'Golos' sans-serif;
    color: #111;
}

.modal-product__title {
    margin-bottom: 0.4em;
}

.modal-product__rating-body {
    margin-bottom: 1.8em;
}

.modal-product__rating-name {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Golos' sans-serif;
}

.modal-product__rating-property {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}
.modal-product__rating-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal-product__facts {
    margin-top: -12em;
}
@media (max-width: 610px) {
    .modal-product__facts {
        margin-top: 0;
    }
}
.modal-product__facts + .modal-product__facts {
    margin-top: 0;
    grid-column: span 2;
}


.modal-product__stats {
    width: 100%;
}

.modal-product__stats-item {
    padding-bottom: 1.6em;
    margin-bottom: 1.6em;
    border-bottom: 0.1em solid #E0E0E0;
    display: flex;
    justify-content: space-between;
}

.modal-product__stats-title {
    font-family: 'Golos' sans-serif;
    font-size: 1.4em;
    color: #8B8B8B;
    font-weight: 400;
    margin-bottom: 0;
}
.modal-product__stats-value {
    font-size: 1.4em;
    color: #111;
    font-weight: 400;
    margin-bottom: 0;
}

.modal-product__facts-desc {
    font-weight: 400;
    font-size: 1.4em;
    color: #111;
}

.modal-product__facts-item {
    margin-bottom: 1.6em;
}
.modal-product__facts-title {
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Golos' sans-serif;
    font-size: 1.6em;
    line-height: 1.5;
}
.modal-product__facts-desc {
    font-family: 'Golos' sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.scheme__zoomers {
    pointer-events: none;
    position: sticky;
    left: 0;
    top: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 2em;
}

@media (max-width: 768px) {
    .scheme__zoomers {
        display: none;
    }
}

.scheme__zoom-button {
    pointer-events: initial;
    --size: 2em;
    min-width: var(--size);
    max-width: var(--size);
    width: var(--size);
    min-height: var(--size);
    max-height: var(--size);
    height: var(--size);
    border-radius: var(--size);
    font-size: 2em;
    border: none;
    margin-bottom: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

@media (any-hover: hover) {
    .scheme__zoom-button:hover {
        transform: scale(1.1);
    }
}
.scheme__zoom-button:active {
    transform: scale(0.9);
}

.scheme__desc {
    max-width: 30em;
}

.scheme-modal-product .modal__body {
    max-height: 80vh;
}

.scheme-modal-table .modal__body {
    position: relative;
}

.app-preloader {
    position: relative;
    transform: none;
    display: block;
    margin-left: auto;;
    margin-right: auto;
    width: 54px;
    height: 91px;
}
.app-preloader__body {
    display: block;
    width: inherit;
    height: inherit;
    background: url(/local/templates/am/assets/images/preloader-body.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}
.app-preloader__shape {
    width: 48px;
    height: 45px;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4s linear infinite preloader-dummy-animation;
    animation: 4s linear infinite preloader-dummy-animation
}

.app-preloader__wave {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 30%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.app-preloader__wave_forward {
    width: 228px;
    height: 48px;
    left: -20%;
    -webkit-animation-name: app-preloader-animation-forward;
    animation-name: app-preloader-animation-forward;
    z-index: 1;
    background-image: url(/local/templates/am/assets/images/preloader-wave_1.svg)
}

.app-preloader__wave_back {
    width: 228px;
    height: 52px;
    right: -20%;
    -webkit-animation-name: app-preloader-animation-back;
    animation-name: app-preloader-animation-back;
    background-image: url(/local/templates/am/assets/images/preloader-wave_2.svg);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    top: 25%
}

@keyframes app-preloader-animation-forward {
    0% {
        left: -10%;
        top: 30%;
    }
    12% {
        left: -13%;
        top: 29%;
    }
    24% {
        left: -16%;
        top: 28%;
    }
    36% {
        left: -19%;
        top: 27%;
    }
    48% {
        left: -20%;
        top: 26%;
    }
    60% {
        left: -19%;
        top: 27%;
    }
    72% {
        left: -16%;
        top: 28%;
    }
    84% {
        left: -13%;
        top: 29%;
    }
    100% {
        left: -10%;
        top: 30%;
    }
}

@keyframes app-preloader-animation-back {
    0% {
        right: -20%;
        top: 25%;
    }
    12% {
        right: -23%;
        top: 24%;
    }
    24% {
        right: -26%;
        top: 23%;
    }
    36% {
        right: -29%;
        top: 22%;
    }
    48% {
        right: -30%;
        top: 21%;
    }
    60% {
        right: -29%;
        top: 22%;
    }
    72% {
        right: -26%;
        top: 23%;
    }
    84% {
        right: -23%;
        top: 24%;
    }
    100% {
        right: -20%;
        top: 25%;
    }
}


.modal-product__info-chips-item {
    color: #8B8B8B;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}
.modal-product__info-chips-item:not(:last-child):after {
    content: '·';
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.modal-product__info-rating {
    font-size: 1.6em;
    display: flex;
}
.modal-product__info-rating-value {
    color: #111;
    margin-right: 0.5em;
    display: flex;
}
.modal-product__info-rating-value:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url('/local/components/adinadin/salon/templates/2026/img/icon-starpicker-fill.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 0.1em;
    margin-right: 0.25em;
}

.modal-product__info-rating-amount {
    color: #BDBBBB;
}
/*.scheme-product__rating-title-word {*/
/*    font-size: 0.6875em;*/
/*}*/

.modal-product__rating-submit {
    font-size: 1.6em;
    margin-bottom: 0.3em;
}
.modal-product__rating-caption {
    font-size: 1.4em;
    text-align: center;
}

.modal-product__rating-caption span {
    color: #CC2728;
    border-bottom: 0.1em dashed;
    cursor: pointer;
}

[id*="table"] {
    cursor: pointer;
}
.scheme-scroll-top {
    position: sticky;
    bottom: 24px;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FF9622;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin-left: auto;
    margin-right: 24px;
    flex-shrink: 0;
    z-index: 3;
}
@media (max-width: 1210px) {
    .scheme-scroll-top {
        margin-right: -25px;
    }
}

.scheme-scroll-top:hover {
    background: #e8841a;
}

/* End */
/* /local/components/adinadin/salon/templates/2026/section-scheme.css?177493784612459 */
