.attention-aside {
    margin-bottom: 50px;
}

.attention-block {
    position: relative;
    padding: 32px;
    border: 1px solid #fd768a33;
    border-radius: 15px;
    margin: 15px 0 30px 0;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right bottom, rgb(37, 53, 128) 0%, oklab(0.363448 -0.00046885 -0.1278 / 0.95) 50%, oklab(0.363448 -0.00046885 -0.1278 / 0.9) 100%);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px color-mix(in oklab, #253580 20%, transparent);
}

.attention-block__blur {
    inset: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom right in oklab, #253580 0%,
            color-mix(in oklab, #253580 90%, transparent) 100%);
    inset: 0px;
    border-radius: 25px;
}

.attention-block__header-decor {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 9;
}

.header-decor__left-line {
    height: 1px;
    width: 50px;
    background-image: linear-gradient(to top left, rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.1) 60%,
            rgba(255, 255, 255, 0) 100%);
}

.header-decor__right-line {
    height: 1px;
    width: 50px;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.1) 60%,
            rgba(255, 255, 255, 0) 100%);

}

.header-decor__center-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: color-mix(in oklab, #fd768a 80%, transparent);
}

.attention-block__footer-decor {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 9;
}

.footer-decor__left-line {
    height: 1px;
    width: 30px;
    background-image: linear-gradient(to top left, rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.1) 60%,
            rgba(255, 255, 255, 0) 100%);
}

.footer-decor__right-line {
    height: 1px;
    width: 30px;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.1) 60%,
            rgba(255, 255, 255, 0) 100%);

}

.footer-decor__center-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: color-mix(in oklab, #b0b5cf 80%, transparent);
}

.attention-block.attention-block--with-icon {
    display: flex;
    gap: 10px;
}

.attention__btn {
    backdrop-filter: blur(16px);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    color: #253580;
    text-decoration: none;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 1 !important;
    transition: all 0.3s ease;
}
.attention__btn::before {
    content: "";
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/vittoriavita/images/form-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.attention__btn:hover{
    box-shadow: 0 5px 25px -5px rgba(255, 255, 255, 1), 0 8px 10px -6px rgba(255, 255, 255, 1);
}

.attention-block__column--icon {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.attention-block__title {
    display: block;
    color: #253580;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.attention-block__content {
    text-align: center;
    z-index: 9;
    position: relative;
}

.attention-block__description p {
    color: #fff;
    font-weight: 700;
}

.attention-block__text p {
    color: #fff;
}


@media screen and (min-width: 992px) {
    .attention-aside {
        margin: 0 auto 50px auto;
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {}