

/* Start:/local/components/jdb/cookie.notice/templates/.default/style.css?17889577042439*/
.jdb-cookie-notice[hidden] {
    display: none !important;
}

.jdb-cookie-notice {
    position: fixed;
    z-index: 2147483000;
    right: 16px;
    bottom: 16px;
    left: 16px;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.jdb-cookie-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.jdb-cookie-notice--bottom-left,
.jdb-cookie-notice--bottom-right {
    max-width: 520px;
}

.jdb-cookie-notice--bottom-left {
    right: auto;
}

.jdb-cookie-notice--bottom-right {
    left: auto;
}

.jdb-cookie-notice__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    max-width: min(100%, 640px);
    margin: 0 auto;
    padding: 14px 16px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #202124;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    pointer-events: auto;
    font: 400 14px/1.45 Arial, Helvetica, sans-serif;
}

.jdb-cookie-notice--bottom-left .jdb-cookie-notice__inner,
.jdb-cookie-notice--bottom-right .jdb-cookie-notice__inner {
    width: 100%;
}

.jdb-cookie-notice__text {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.jdb-cookie-notice__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.jdb-cookie-notice__link:hover,
.jdb-cookie-notice__link:focus-visible {
    text-decoration-thickness: 2px;
}

.jdb-cookie-notice__button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 16px;
    border: 0;
    border-radius: 8px;
    background: #202124;
    color: #fff;
    cursor: pointer;
    font: 600 14px/1 Arial, Helvetica, sans-serif;
}

.jdb-cookie-notice__button:hover {
    filter: brightness(0.94);
}

.jdb-cookie-notice__button:focus-visible {
    outline: 3px solid #4c9ffe;
    outline-offset: 2px;
}

@media (max-width: 620px) {
    .jdb-cookie-notice {
        right: 10px;
        bottom: 10px;
        left: 10px;
        max-width: none;
    }

    .jdb-cookie-notice__inner {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        padding: 14px;
    }

    .jdb-cookie-notice__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jdb-cookie-notice {
        transition: none;
    }
}

/* End */


/* Start:/local/templates/main/template_styles.css?1677492206724*/

.index-slider {
    max-height: 146px;
    overflow: hidden;
    margin: 30px 0;
}

.index-slider__item {
    height: 146px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.index-slider__img-big {
    display: block !important;
}

.index-slider__img-small {
    display: none !important;
    margin: auto;
}

@media (max-width: 768px) {
    .index-slider {
        max-height:700px !important;
        height: auto !important;
    }

    .index-slider__item {
        height: auto !important;
    }

    .index-slider__img-big {
        display: none !important;
    }

    .index-slider__img-small {
        display: block !important;
    }
}

.without_vc h1 {
    text-align: left;
}
/* End */
/* /local/components/jdb/cookie.notice/templates/.default/style.css?17889577042439 */
/* /local/templates/main/template_styles.css?1677492206724 */
