.ets_cookie_banber_block {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px 20px;
    z-index: 10000;
    border-radius: 0;
    max-width: calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
}
button.ets-cb-btn-ok {
    padding: 5px 10px;
    font-weight: normal;
    text-transform: none;
}
.ets_cookie_banber_block.left_bottom {
    left: 20px;
    bottom: 20px;
    right: auto;
}
.ets_cookie_banber_block.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: end;
    -webkit-align-items: end;
}
.ets_cookie_banner_content img {
    max-width: 100%;
    height: auto;
}

.ets_cookie_banner_content p:not(:first-child):last-child {
    margin-bottom: 0;
}
.ets_cookie_banner_content p {
    color: var(--gray-gray-900, #141414);
    text-align: left;
    line-height: 25px;
    
    /* Desktop/Body Text/Regular/M */
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    letter-spacing: -0.02rem;
}
.ets_cookie_banner_footer {
    text-align: center;
    padding-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}
.ets_cookie_banber_block.bottom .ets_cookie_banner_footer {
    text-align: center;
}
.ets_cookie_banber_block iframe {
    max-width: 100%;
}
span.close_cookie:before,
span.close_cookie:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
span.close_cookie:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
span.close_cookie {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}
.ets_cookie_banber_block.bottom > div {
    padding: 0 15px;
}
span.close_cookie:hover:before, span.close_cookie:hover:after {
    background: #141414;
}

.btn.ets-cb-btn-ok,
.btn.btn-primary.full-left.ets-cb-btn-not-ok {
    border-radius: 0.25rem;
    border: 1px solid var(--yellow-yellow-600, #FEC508);
    background: var(--yellow-yellow-500, #FED139);
    transition: all 0.5s ease-in-out;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
    color: #141414;
    cursor: pointer;
    padding: 0.85rem 1rem;
    text-decoration: none !important;
}

.btn.btn-primary.full-left.ets-cb-btn-not-ok {
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
}


.ets_cookie_banner_content {
    line-height: 1.6;
}
.btn.btn-primary.full-left.ets-cb-btn-not-ok:hover {
    background: #fed139 !important;
    color: #141414 !important;
    border-color: #fed139 !important;
}






