.attention-eu,
.attention-eu::before,
.attention-eu::after,
.attention-eu *,
.attention-eu *::before,
.attention-eu *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.attention-eu {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100500;
}

.attention-eu__gutter {
    max-width: 830px;
    left: 50%;
    margin-right: -50%;
    padding: 15px;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.attention-eu__dialog {
    background-color: #fff;
    background-image: url("/i/img/backgrounds/pattern.webp");
    color: #212121;
    padding: 30px;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.attention-eu__title {
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}

.attention-eu__subtitle {
    font-size: 13px;
    margin: 15px 0;
}

.attention-eu__subtitle_strong {
    font-weight: 600;
}

.attention-eu__regular-text {
    font-size: 13px;
    margin: 5px 0;
}

.attention-eu__regular-text_strong {
    font-weight: 600;
}

.attention-eu__button {
    background-color: #616161;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.attention-eu__button:hover {
    background-color: #424242;
}

@media (min-width: 768px) {

    .attention-eu__dialog {
        padding: 45px;
    }

    .attention-eu__title {
        font-size: 24px;
    }

    .attention-eu__subtitle {
        font-size: 16px;
    }

    .attention-eu__regular-text {
        font-size: 15px;
    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

/*
temprary for CDN
 */
._text-xs-center {
    text-align: center !important;
}
