@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:700|Montserrat:300,400&display=swap');
#cookie_overlay{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 99999;
}
#cookie_overlay.active{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#cookie_overlay .cookie_wrapper{
    background: #fff;
    width: 600px;
    padding: 76px 0px 46px 0px;
    position: relative;
    background: url("../img/BG_18.png");
}
#cookie_overlay .cookie_wrapper span.float_span{
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 99999999999;
    top: 40px;
    right: 40px;
}
#cookie_overlay .cookie_wrapper .popup_title h3{
    font-family: 'Cormorant Infant', serif;
    font-size: 56px;
    line-height: 1;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
    color: #23385C;
    margin-bottom: 20px;
}
#cookie_overlay .cookie_wrapper .popup_content p{
    color: #23385C;
    text-align: center;
    margin: 0px 70px 0px 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}
#cookie_overlay .cookie_wrapper .button_section{
    padding-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#cookie_overlay .cookie_wrapper .button_section .button_1, #cookie_overlay .cookie_wrapper .button_section .button_2{
    text-align: center;
}
#cookie_overlay .cookie_wrapper .button_section .button_1 span{
    display: inline-block;
    width: 284px;
    height: 56px;
    background: #23385C;
    border-radius: 50px;
    line-height: 56px;
    color: #fff;
    font-family: 'Cormorant Infant', serif;
    font-size: 34px;
    font-weight: 700;
    margin-right: 30px;
}
#cookie_overlay .cookie_wrapper .button_section .button_2 span{
    font-family: 'Cormorant Infant', serif;
    width: 124px;
    height: 24px;
    position: relative;
    z-index: 1001;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #23385C;
    box-sizing: border-box;
    border-radius: 50px;
    color: #23385C;;
    text-align: center;
    display: inline-block;
}
.with_blur{
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.close_popup{
    cursor: pointer;
}

@media screen and (max-width: 768px){
    #cookie_overlay .cookie_wrapper{
        width: 500px;
    }
}

@media screen and (max-width: 768px){
    #cookie_overlay .cookie_wrapper span.float_span {
        width: 25px;
        height: 25px;
        display: block;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 99999999999;
        top: 10px;
        right: 10px;
    }
    #cookie_overlay .cookie_wrapper .button_section{
        flex-direction: column;
        padding-top: 15px;
    }
    #cookie_overlay .cookie_wrapper .button_section .button_1 span{
        margin-right: 0;
        margin-bottom: 20px;
    }
    #cookie_overlay .cookie_wrapper{
        width: 310px;
        background-size: cover;
        background-position: center;
        background: url("../img/BG_18_2.png");
        padding: 30px 0px 30px 0px;
    }
    #cookie_overlay .cookie_wrapper .popup_title h3{
        font-size: 40px;
        margin-bottom: 15px;
    }
    #cookie_overlay .cookie_wrapper .popup_content p{
        font-size: 14px;
        margin: 0px 15px 0px 15px;
        font-weight: 500;
    }
    #cookie_overlay .cookie_wrapper .button_section .button_1 span{
        width: 250px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }
}