.disclaimers-container{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99999;
    transform: translateY(100%);
    transition: transform .3s easy-out;
}

.disclaimers-container.isLoadDisclaimer {
    transform: translateY(0);
}

/* for template stores */
.rc-baseline section.disclaimers-container {
    position: fixed;
}

/* Сообщение о использовании куки,
 * сообщение о браузере ie в рбк
 */
.global-notice {
    display: none;
    position: relative;
    background: #f6f6f6;
    padding: 13px 0;
    z-index: 2;
}
    @media (max-width: 1159px) {
        .global-notice {
        }
    }
    @media (max-width: 767px) {
        .global-notice {
            padding: 20px 0;
        }
    }

    .global-notice.open{
        display: block;
    }

    .global-notice a {
        color: #666666;
        text-decoration: underline;
    }
        .global-notice a:hover {
            color: #e2001a;
            text-decoration: none;
        }
        .page_type_eukanuba .global-notice a:hover {
            color: #e40087;
        }

    .global-notice .inner {
        max-width: 1000px;
        position: relative;
        margin: 0 auto;
        padding: 0 223px 0 10px;
    }
        .page_rbc .global-notice .inner{
            max-width: 1304px;
            padding-left: 31px;
        }
        @media (max-width: 1440px) {
            .page_rbc .global-notice .inner{
                padding-right: 280px;
            }
        }
        @media (max-width: 1199px) {
            .global-notice .inner {
                max-width: 960px;
            }
        }
        @media (max-width: 991px) {
            .global-notice .inner {
                padding-left: 18px;
                padding-right: 280px;
            }
            .page_rbc .global-notice .inner{
            }
        }
        @media (max-width: 767px) {
            .global-notice .inner {
                padding-right: 180px;
            }
            .page_rbc .global-notice .inner{
                padding-left: 15px;
                padding-right: 180px;
            }
        }
        @media (max-width: 575px) {
            .global-notice .inner {
                padding-right: 10px;
            }
            .page_rbc .global-notice .inner{
                padding-right: 10px;
            }
        }

    .global-notice .text {
        display: block;
        font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        line-height: 14px;
        color: #666666;
    }
        @media (max-width: 767px) {
            .global-notice .text {
                display: block;
            }
        }

    .global-notice .actions {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        right: 10px;
        padding: 0 0;
        font-size: 15px;
        text-align: right;
    }
        .page_rbc .global-notice .actions{
            right: 31px;
        }
        @media (max-width: 1440px) {
            .page_rbc .global-notice .actions {
                right: 90px;
            }
        }
        @media (max-width: 1159px) {
            .global-notice .actions {
                right: 80px;
            }
        }
        @media (max-width: 991px) {
            .global-notice .actions {
                right: 110px;
            }
            .page_rbc .global-notice .actions {
                right: 110px;
            }
        }
        @media (max-width: 767px) {
            .global-notice .actions {
                display: block;
                width: auto;
                text-align: center;
                right: 18px;
            }
            .page_rbc .global-notice .actions{
                right: 18px;
            }
        }
        @media (max-width: 575px) {
            .global-notice .actions {
                position: relative;
                top: auto;
                right: auto;
                margin-top: 14px;
            }
            .page_rbc .global-notice .actions{
                right: auto;
            }
        }

    .global-notice .actions button {
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #d7d7d7;
        padding: 7px 13px;
        width: 175px;
        border-radius: 3px;
        text-align: center;
        text-decoration: none;
        font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 14px;
        font-weight: bold;
        color: #767676;
        background: none;
        outline: none;
        cursor: pointer;
    }
        .global-notice .actions button:hover {
            background: #fff;
            color: #e2001a;
            outline: none;
        }
        .page_type_eukanuba .global-notice .actions button:hover {
            color: #e40087;
        }
        @media (max-width: 1159px) {
            .global-notice .actions button {
                width: 145px;
            }
        }
        @media (max-width: 991px) {
            .global-notice .actions button {
                width: 145px;
            }
        }
    .global-notice .close-notice {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 95px;
    }
        @media (max-width: 991px) {
            .global-notice .close-notice {
                width: 90px;
            }
        }
        @media (max-width: 767px) {
            .global-notice .close-notice {
                width: auto;
                height: auto;
                top: 15px;
                right: 20px;
            }
        }

    .global-notice .close-notice button {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 14px;
        color: #767676;
        white-space: nowrap;
        background: none;
        border: 0;
        outline: none;
        cursor: pointer;
    }
    .global-notice .close-notice button:hover {
        text-decoration: none;
        background: none;
        color: #e2001a;
        outline: none;
    }
        .page_type_eukanuba .global-notice .close-notice button:hover {
            color: #e40087;
        }
        @media (max-width: 991px) {
            .global-notice .close-notice button {
                text-align: left;
            }
        }
        @media (max-width: 767px) {
            .global-notice .close-notice button {
                height: auto;
            }
        }

    .global-notice .close-notice button .caption {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        display: block;
        margin-top: -10px;
    }
    .global-notice .close-notice button .caption span {
        font-size: 14px;
        font-weight: bold;
    }
    @media (max-width: 767px) {
        .global-notice .close-notice button{
            font-weight: bold;
        }
        .global-notice .close-notice button .caption span {
            display: none;
        }
    }


.page-scrolltoup{
    display: block;
    position: absolute;
    top: -70px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 33.5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
    @media (max-width: 991px) {
        .page-scrolltoup{
            top: -60px;
            right: 20px;
        }
    }
    @media (max-width: 767px) {
        .page-scrolltoup{
            top: -55px;
            right: 15px;
        }
    }
    @media (max-width: 575px) {
        .page-scrolltoup{
            top: -100px;
            right: 15px;
        }
    }
    .page-scrolltoup.show{
        opacity: 1;
        visibility: visible;
    }
    .page-scrolltoup .svg-icon{
        display: block;
        vertical-align: top;
        width: 14px;
        height: 18px;
        color: #767676;
        pointer-events: none;
    }
    .page-scrolltoup:hover{
        background-color: #e2001a;
    }
        .page_type_eukanuba .page-scrolltoup:hover {
            background-color: #e40087;
        }
    .page-scrolltoup:hover .svg-icon{
        color: #ffffff;
    }