.cookies {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 15;
    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;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cookies.show {
    opacity: 1;
    visibility: visible
}

.cp-banner-new {
    padding: 0 12px;
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 10;
    bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 8px
}

.cp-banner-content-new {
    line-height: 24px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    max-width: 714px;
    color: #394e6c;
    font-size: 12px;
    font-weight: 400
}

.cp-banner-content-new a {
    color: #4070f4
}

.cp-banner-content-new a:hover {
    color: #24bc94
}

.cp-banner-new-button:hover {
    background: #4070f4;
    color: #fff
}

.cp-banner-new-button {
    text-align: center;
    line-height: 20px;
    transition: .2s;
    margin: auto 0;
    cursor: pointer;
    margin-left: 10px;
    border: 2px solid #4070f4;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    color: #394e6c;
    font-size: 12px;
    font-weight: 400
}

.cookies-link {
    color: #4070f4
}

@media (max-width: 767px) {
    .cookies__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cookies__row p {
    width: 100%;
    font-family: "Gilroy Medium";
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

@media (max-width: 767px) {
    .cookies__row p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 10px;
        line-height: 16px
    }
}

.cookies__row .btn-el {
    min-width: 88px;
    padding: 0 10px;
    margin-left: 24px
}

@media (max-width: 767px) {
    .cookies__row .btn-el {
        margin-left: 0
    }
}

.cookies__img {
    display: block;
    min-width: 36px;
    width: 36px;
    margin-right: 16px
}

@media (max-width: 767px) {
    .cookies__img {
        margin: 0 0 16px
    }
}

.cookies__img img {
    max-width: 100%
}