@font-face {
    font-family: 'Onest-400';
    src: url('/fonts/woff/Onest/Onest-400.woff') format('woff'),
         url('/fonts/ttf/Onest/Onest-400.ttf') format('truetype');
}

.vigbo--cookie-consent-bn {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 10000000000; /* Победил EnvyChat */
    right: 40px;
    bottom: 40px;
    max-width: 315px;
    width: 100%;
    background-color: #fff;
    color: #111;
    font-family: 'Onest-400', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    transition: opacity 0.2s linear;
}

.vigbo--cookie-consent-bn p,
.vigbo--cookie-consent-bn a,
.vigbo--cookie-consent-bn__button {
    color: #111;
    font-family: 'Onest-400', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.vigbo--cookie-consent-bn p {
    margin-bottom: 15px;
}

.vigbo--cookie-consent-bn a {
    border-bottom: 1px solid #111;
    text-decoration: none;
    transition: border-bottom .3s;
}

.vigbo--cookie-consent-bn a:hover {
    border-bottom: 1px solid transparent;
}

.vigbo--cookie-consent-bn__button {
    color: #fff;
    display: flex;
    padding: 6px 19px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: #111;
    cursor: pointer;
    max-width: 90px;
}

.galleries-line-break {
    display: none;
}

@media screen and (max-width: 767px) {
    .vigbo--cookie-consent-bn {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    .vigbo--cookie-consent-bn {
        left: 20px;
        width: auto;
        max-width: 100%;
    }
}
