

/* Start:/local/components/custom/main.feedback/templates/line/style.css?1766078979729*/
.modal__success {
    margin-top: 22px;
}

.popup {
    position: fixed;
    left: calc(50% - 158px);
    width: 316px;
    padding: 25px;
    background-color: var(--primary);
    bottom: 20px;
    z-index: 100;

    transform: translateY(calc(100% + 20px));
    opacity: 0;
    visibility: hidden;

    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    visibility 0.3s ease, opacity 0.3s ease;
}
.popup._open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}
.popup__content {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}
.popup__content svg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}
/* End */
/* /local/components/custom/main.feedback/templates/line/style.css?1766078979729 */
