.wrapper__attention-block{
    max-width: 630px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    box-shadow:
            0 0.1px 2.2px rgb(0 0 0 / 2%),
            0 0.3px 5.3px rgb(0 0 0 / 3%),
            0 0.5px 10px rgb(0 0 0 / 4%),
            0 0.9px 17.9px rgb(0 0 0 / 4%),
            0 1.7px 33.4px rgb(0 0 0 / 5%),
            0 4px 80px rgb(0 0 0 / 7%);
}

.wrapper__attention{
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.wrapper__title{
    text-align: center;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.close_modal::before,
.close_modal::after{
    content: "";
    top: 8px;
    position: absolute;
    width: 20px;
    height: 4px;
    transform: rotate(45deg);
    background: #c7c7c7;
}

.close_modal{
    display: block;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: .2s all;
}
.close_modal::after,
.close_modal::before{
    left: 5px;
    top: 13px;}

.close_modal::before,
.close_modal::after,
.delete_address::after,
.delete_address::before{
    content: "";
    top: 8px;
    position: absolute;
    width: 20px;
    height: 4px;
    transform: rotate(45deg);
    background: #c7c7c7;
}

.close_modal::before {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
}

.wrapper__attention-list{
    max-width: 420px;
    margin: 0 auto;
}

.wrapper__attention-item {
    position: relative;
    margin-bottom: 10px;
}


