.widget_cookie {
    width: 404px;
    height: 243px;
    overflow: hidden;
    padding: 16px 20px;
    position: fixed;
    z-index: 9999999999;
    bottom: 35px;
    right: 36px;
    background: #fff;
    transition: opacity 1.2s, transform 1.2s;
    flex-direction: column;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0px 6px 24px 0px #2729371A;
}

.widget_cookie__style1 {
    border-color: #63aa28
}

.widget_cookie__style1 .widget_cookie__btn-close-cookie {
    background-color: #63aa28
}

.widget_cookie__style2 {
    border-color: #f8a91c
}

.widget_cookie__style2 .widget_cookie__btn-close-cookie {
    background-color: #f8a91c
}

.widget_cookie__style3 {
    border-color: #e12a2a
}

.widget_cookie__style3 .widget_cookie__btn-close-cookie {
    background-color: #e12a2a
}

.widget_cookie__style4 {
    border-color: #0F3BAC
}

.widget_cookie__style4 .widget_cookie__btn-close-cookie {
    background-color: #0F3BAC
}

.widget_cookie__style5 {
    border-color: #159dba
}

.widget_cookie__style5 .widget_cookie__btn-close-cookie {
    background-color: #159dba
}

.widget_cookie a {
    color: #052289;
}

.widget_cookie__text_title{
    font-family: Inter, sans-serif;
    font-size: 23px;
    line-height: 120%;
    font-weight: 600;
    color: #232942;
    margin-bottom: 14px;
}

.widget_cookie__text{
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #586181;
    margin-bottom: 12px
}
.widget_cookie__btn_img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -24px;
}

.widget_cookie__img{
    height: 120px;
    position: relative;
    top: -14px;
}

.widget_cookie__btn-close-cookie {
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}
.widget_cookie__btn-close-cookie.btn{
    padding: unset;
    border: unset;
    width: 96px;
    height: 35px;
    border-radius: 30px;
    font-family: Graphik LCG;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
}

.widget_cookie .btn-close-cookie:hover {
    opacity: .5
}

.widget_cookie.cookie__hide {
    transition-delay: 0s;
    opacity: 0 !important;
    transform: translateY(20px) !important
}

@media(max-width: 1024px) {
    .widget_cookie {
        width: 100%;
        max-width: 752px;
        height: 195px;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%);
    }
}

@media(max-width: 450px) {
    .widget_cookie {
        max-width: unset;
        width: 92vw;
        height: 196px;
        bottom: 14px;
        left: 4vw;
        right: unset;
        transform: unset;
    }

    .widget_cookie__text_title{
        font-size: 18px;
    }

    .widget_cookie__text{
        font-size: 12px;
    }

    .widget_cookie__btn_img{
        margin-top: -30px;
    }

    .widget_cookie__img{
        height: 100px;
        top: -5px;
    }
}

