@font-face {
    font-family: 'OPPOSans';
    src: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/OPPO/SPK2601/fonts/OPPOSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/OPPO/SPK2601/fonts/OPPOSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/OPPO/SPK2601/fonts/OPPOSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/OPPO/SPK2601/fonts/OPPOSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* =========================
   GŁÓWNY KONTENER
   ========================= */

#opporeno {
    overflow: hidden;
    padding: 0;
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 2em;
    color: #000;
    background-color: #fff;
    font-size: 1rem;
}

#opporeno * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* Zabezpieczenie przed stylami x-kom */

#opporeno p,
#opporeno li {
    color: #000 !important;
}


/* =========================
   PODSTAWOWE ELEMENTY
   ========================= */

#opporeno .section {
    width: 100%;
}

#opporeno .lazy {
    max-width: 100%;
}

#opporeno .bg-white {
    background-color: #fff;
}

#opporeno .bg-light-blue {
    background-color: #d0eaff;
}

#opporeno .radius-border {
    border-radius: 25px;
}


/* =========================
   TYPOGRAFIA
   ========================= */

#opporeno .heading-2 {
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
    direction: ltr;
    color: #000;
}

#opporeno p.p {
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2em;
    direction: ltr;
    color: #000 !important;
}


/* =========================
   UWAGI
   ========================= */

#opporeno p.small {
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.625rem !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin-bottom: 8px;
}

#opporeno ol.legal {
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.625rem !important;
    line-height: 1.5 !important;
    margin-left: 32px;
    color: #000 !important;
}

#opporeno ol.legal li {
    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.625rem !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin-bottom: 6px;
}


/* =========================
   HERO / KV
   ========================= */

#opporeno .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 1200;
    overflow: hidden;
}

#opporeno .kv-picture {
    display: block;
    width: 100%;
    height: 100%;
}

#opporeno .kv-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#opporeno .kv-heading {
    position: absolute;
    top: 11%;
    left: 50%;
    width: 90%;
    margin: 0;
    transform: translateX(-50%);

    font-family: 'OPPOSans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 9vw, 4.25rem);
    line-height: 1.8;

    color: #1f1f1f;
    text-align: center;

    text-shadow:
        0 0 8px rgba(255, 255, 255, .95),
        0 0 18px rgba(255, 255, 255, .9),
        0 0 36px rgba(255, 255, 255, .75),
        0 0 64px rgba(255, 255, 255, .5);
}


/* =========================
   UKŁAD / GRID
   ========================= */

#opporeno .item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#opporeno .grid-container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
}

#opporeno .col-span-12 {
    grid-column: span 12 / span 12;
}


/* =========================
   SZEROKOŚCI
   ========================= */

#opporeno .w-100 {
    width: 100%;
}


/* =========================
   WYRÓWNANIE TEKSTU
   ========================= */

#opporeno .text-center {
    text-align: center;
}

#opporeno .text-left {
    text-align: left;
}


/* =========================
   PADDING
   ========================= */

#opporeno .p-8 {
    padding: 16px;
}

#opporeno .px-8 {
    padding-left: 16px;
    padding-right: 16px;
}

#opporeno .py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

#opporeno .pt-8 {
    padding-top: 32px;
}


/* =========================
   DISPLAY
   ========================= */

#opporeno .d-block {
    display: block;
}

#opporeno .show-desktop {
    display: none;
}

#opporeno .show-mobile {
    display: block;
}


/* =========================
   OSTATNIA SEKCJA IMG-7
   ========================= */

#opporeno .img-7 {
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 1200;
    overflow: hidden;
}

#opporeno .img-7-picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

#opporeno .img-7-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

#opporeno .img-7-content {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 6%;

    padding: 1.5rem;

    border-radius: 15px;
    background: rgba(255, 255, 255, .7);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#opporeno .img-7-content p {
    color: #000 !important;
}


/* =========================
   TABLET / DESKTOP
   ========================= */

@media screen and (min-width: 768px) {

    #opporeno .kv {
        aspect-ratio: 1404 / 607;
    }

    #opporeno .kv-heading {
        top: 50%;
        left: 6%;
        width: auto;

        transform: translateY(-50%);

        font-size: clamp(2rem, 3.5vw, 4rem);
        line-height: 1.8;
        text-align: left;
    }

    #opporeno .img-7 {
        aspect-ratio: 1404 / 800;
    }

    #opporeno .img-7-picture {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
    }

    #opporeno .img-7-content {
        top: 8%;
        right: 2%;
        bottom: 8%;
        left: auto;

        width: 60%;
        padding: 2rem;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        border-radius: 15px;
    }

    #opporeno .px-8 {
        padding-left: 32px;
        padding-right: 32px;
    }

    #opporeno .p-8 {
        padding: 32px;
    }

    #opporeno .heading-2 {
        font-size: 2rem;
    }

    #opporeno .text-md-left {
        text-align: left;
    }

    #opporeno .grid-container {
        gap: 1rem;
    }

    #opporeno .col-span-md-5 {
        grid-column: span 5 / span 5;
    }

    #opporeno .col-span-md-6 {
        grid-column: span 6 / span 6;
    }

    #opporeno .col-span-md-7 {
        grid-column: span 7 / span 7;
    }

    #opporeno .show-desktop {
        display: block;
    }

    #opporeno .show-mobile {
        display: none;
    }
}


/* =========================
   DUŻY DESKTOP
   ========================= */

@media screen and (min-width: 1024px) {

    #opporeno .img-7-content {
        width: 35%;
        top: 15%;
        bottom: 15%;
    }

    #opporeno .img-7 {
        aspect-ratio: 1440 / 700;
        border-radius: 0;
    }
}