.attention-info {
    font-size: 1rem;
    position: absolute;
    line-height: 1.3;
    padding: 2rem 1.25rem 1rem;
    background: #5b8a43;
    border-radius: 0 0 15px 15px;
    left: 15px;
    top: var(--header-height);
    width: calc(100% - 30px);
    box-shadow: 0 3px 3px rgba(33, 33, 33, 0.3);
    z-index: 999;
    display: none;
}

.attention-info .inner-wrap {
    margin: -1em 0;
    color: #fff;
}

.attention-info .inner-wrap a {
    text-decoration: underline!important;
}

.attention-info .inner-wrap a:hover {
    text-decoration: none!important;
}

.attention-info .inner-wrap ul {
    display: inline-block;
    text-align: left;
}

.attention-info .container {
    padding: 0 15px;
}

.attention-info .close {
    position: absolute;
    right: 1rem;
    top: 2rem;
    cursor: pointer;
}

.attention-info .close:before {
    display: inline-block;
    content: 'X';
    font-size: smaller;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: all .3s;
}

.attention-info .close:hover {
    text-decoration: none;
}

.attention-info .close:hover:before {
    color: #b6312a;
    background: #fff;
}

.attention-info .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    font-size: 1rem;
}

.attention-info .inner p {
    margin: 0;
    padding: 5px 0;
}

.attention-info .inner a {
    color: #fff;
}

.attention-info .inner a:hover {
    text-decoration: none;
}


.attention-info .inner a.btn {
    color: #b6312a;
    background: #fff;
    display: inline-block;
    margin: 10px 0 5px;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all .3s;
}

.attention-info .inner a.btn:hover {
    color: #000;
    background: #ffad0c;
}

.attention-info.style {
    background: url(images/winter-pattern.png), #af1d0f !important;
}

.attention-info.style .inner-wrap {
    display: inline-block;
    font-weight: 400;
    padding: 25px;
    border: 12px solid #fff;
    background: #fff;
    border-radius: 10px;
    margin-right: 1.5rem;
    box-shadow: inset 0 0 0 2px #af1d0f, inset 0 0 0 6px #fff, inset 0 0 0 7px #af1d0f;
}

.attention-info.style .close {
    display: inline-block;
    color: #af1d0f;
    padding: 5px 10px 5px 5px;
    background: #fff;
    border-radius: 1.5rem;
}

.attention-info.style .close:before {
    color: #af1d0f;
    border: 1px solid #af1d0f;
}

.attention-info.style .close:hover {
    color: #333;
    text-decoration: none;
}

.attention-info.style .close:hover:before {
    color: #fff;
    background: #af1d0f;
}

.attention-info.style .inner a {
    color: #af1d0f;
    text-decoration: underline;
}

.attention-info.style .inner a:hover {
    text-decoration: none;
}

@media all and (max-width: 980px) {
    .attention-info {
        text-align: center;
    }

    .attention-info .close {
        position: relative;
        right: 0;
        top: 0;
    }

    .attention-info .inner {
        width: auto;
        padding-top: 30px;
    }

    .attention-info.style .inner-wrap {
        padding: 15px;
        margin-right: 0;
        border: 8px solid #fff;
    }
}


@media all and (max-width: 768px) {
    .attention-info {
        padding: 2rem 15px 1rem;
    }
}
