.eu-cookie-bar-notification {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 999;*/
    /*height: 150px;*/
    /*width: 100%;*/
    /*!*height: 260px;*!*/
    /*background: #232323  0% 0% no-repeat padding-box;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*left: 0;*/
    /*right: 0;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/

    width: 100%;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: #fff;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;

    font-style: normal;
    font-variant: normal;
    list-style: disc;
    outline-width: medium;

    perspective-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    position: fixed;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 2147483640;
    color: #2a2a2a;
    padding:30px 0;
    font-size: 8pt;
    box-shadow: rgb(0 0 0 / 50%) 2px 2px 14px 2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 0;
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision;
    border-top: none;

}
.eu-cookie-bar-notification button{
    outline: none;
    font-size: 14px;

}
.eu-cookie-bar-notification button:focus,
.eu-cookie-bar-notification button:active,
.eu-cookie-bar-notification button:hover {

    cursor: pointer;
    outline: none;
border: 1px solid #2196f3;

}
.eu-cookie-bar-notification .content{
    margin:auto;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding:0 20px;
    color:#ffffff;
    max-width: 1310px;
}
.eu-cookie-bar-notification .title{
    font-size:24px;
    /*font-family: ProximaNova, sans-serif;*/
    font-weight: 400;
    color: #2a2f32;
    margin: 0 0 15px 0;
}
.eu-cookie-bar-notification .text {
    font-size:14px;
    max-width:540px;
    color: #2a2f32;
    /*width:100%;font-family: ProximaNova, sans-serif;*/
    font-weight: 500;
}
.eu-cookie-bar-notification .buttons-more {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.eu-cookie-bar-notification .buttons-more,
.eu-cookie-bar-notification .text-wrapper{
    -ms-flex-preferred-size:49%;
    flex-basis:49%;
}
.eu-cookie-bar-notification button {
    background: #2196f3  0% 0% no-repeat padding-box;
    max-width:206px;
    width:100%;
    height:52px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #2196f3;
    font-weight: 500;
    margin-left:27px;
    border-radius: 50px;
}

.eu-cookie-bar-notification button:hover{
    background: #fff;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.eu-cookie-bar-notification a {
    display:-webkit-box;
    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    max-width:206px;
    border: 1px solid #2196f3;
    width:100%;
    height:52px;

    font-weight: 500;
    background: transparent;
    border-radius: 50px;
    font-size: 14px;
    /*letter-spacing:2.6px;*/
    color: #2196f3  ;
}

.eu-cookie-bar-notification a:active,
.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification a:focus{
    text-decoration: none;
}

.eu-cookie-bar-notification a:hover {
    background-color:#2196f3;
    color:#fff;
    border-color: #2196f3;
}
@media (max-width:767px) {

    .eu-cookie-bar-notification .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .eu-cookie-bar-notification .buttons-more, .eu-cookie-bar-notification .text-wrapper {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }

    .eu-cookie-bar-notification .buttons-more {
        margin-top: 15px;
    }

    .eu-cookie-bar-notification a, .eu-cookie-bar-notification button {
        height: 40px;
        font-size: 13px;
    }

}

@media (max-width: 480px) {
    .eu-cookie-bar-notification .buttons-more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .eu-cookie-bar-notification button {
        margin: 10px auto 0;
    }

    .eu-cookie-bar-notification {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .eu-cookie-bar-notification .title {
        margin-bottom: 10px;
    }

}

@media (max-width:1000px) {
    .eu-cookie-bar-notification {
        height: auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .eu-cookie-bar-notification .title {
        font-size: 30px;
    }


}


@media (max-width: 767px) {
    .eu-cookie-bar-notification .title{
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .eu-cookie-bar-notification .title{
        font-size: 22px;
    }
}