#popup-form-add-new-shopping-list {
    max-width: 40.625rem;
    padding: 1rem 1.5rem;
}

#highload-add-new-list-container {
    position: relative;
}

#highload-add-shopping-list-response {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    align-items: center;
    justify-content: center;
    display: none;
}