﻿.cookie-v-2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    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;
    padding: 6px 15px;
    background: #f7f7f7;
}

@media (max-width: 1020px) {
    .cookie-v-2 {
        gap: 12px;
    }
}

.cookie-v-2.hidden {
    display: none;
}

.cookie-v-2__content {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    gap: 12px;
}

@media (max-width: 1020px) {
    .cookie-v-2__content {
        padding-right: 90px;
        gap: 8px;
    }
}

.cookie-v-2__disclaimer {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #2f2f2f;
}

@media (max-width: 1020px) {
    .cookie-v-2__disclaimer {
        font-size: 12px;
    }
}

.cookie-v-2__disclaimer-link {
    color: #2f2f2f;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.cookie-v-2__button {
    display: inline-block;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #2f2f2f;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

@media (max-width: 1020px) {
    .cookie-v-2__button {
        font-size: 12px;
    }
}
