    .hotspot__sha__agency__products .hotspot__arrow {
        position: absolute;
        top: 39%;
        background-color: var(--Red);
        font-size: 3rem;
        padding: 10px 20px;
        color: #fff;
        border-radius: 10px;
        z-index: 10;
    }
    .hotspot__sha__agency__products .hotspot__arrow:hover {
        background-color: var(--Turkus);
    }
    .hotspot__sha__agency__products .hotspot__arrow.--next.slick-arrow {
        right: 0;
    }
    .sha__agency__special__site p,
    .sha__agency__special__site li {
        font-size: 1.5rem;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    
    @media (min-width: 978px) {
        .order-md-1 {
            order: 1;
        }
        .order-md-2 {
            order: 2;
        }
    }
    .sha__ss__header {
        text-align: center;
    }
    .sha__ss__header__wrap {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        margin-bottom: 5rem;
        margin-top: -30px;
        align-items: center;
    }
    .sha__ss__header__wrap h2 {
        margin: 0;
        font-size: 34px;
        color: var(--Red);
    }
    .round__corner {
        border-radius:10px;
    }
    .sha__ss__divider {
        height: 150px;
        margin-bottom: 3rem;
        display: flex;
        align-items: center;
    }
    .sha__ss__divider:before {
        content: ' ';
        background: url(https://e-mcklein.pl/data/include/cms/assets/img/lp/divider.webp);
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
        height: 150px;
        display: block;
        opacity: 0.8;
        position: absolute;
        z-index: -1;
        border-radius: 10px;
    }
    .sha__ss__divider__text {
        /*
        background: #fff;
        border: 5px solid #000;
        padding: 2rem 3rem;*/
        width: fit-content;
        margin: 0;
        padding: 0 15px;
    }
    .sha__ss__divider__text h2 {
        margin: 0;
        font-size: 3rem;
        color: #fff;
    }
    @media (max-width: 756px) {
        .series__section > .row {
            flex-wrap: nowrap !important;
            scroll-snap-type: x mandatory;
            -ms-scroll-snap-type: x mandatory;
            overflow-x: scroll;
        }

        .series__section > .row .series_section-el {
            flex: 0 0 75%;
            max-width: 75%;
        }
    }
    .series_section img {
        max-width: 344px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    div.insterest_section:last-of-type {
        border-bottom: none;
    }
    .insterest_section {
        border-bottom: 1px solid #000;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
    .insterest_section-desc > * {
        /*max-width: 900px;*/
    }