    @font-face {font-family: "Montserrat-Regular"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-Regular.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-Medium"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-Medium.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-Bold"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-Bold.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-SemiBold"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-SemiBold.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-ExtraBold"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-ExtraBold.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-MediumItalic"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-MediumItalic.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-BoldItalic"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-BoldItalic.ttf") format('truetype');}
    @font-face {font-family: "Montserrat-ExtraBoldItalic"; src: url("/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/fonts/Montserrat-ExtraBoldItalic.ttf") format('truetype');}

@charset "UTF-8";

    /*bootstrap columns*/
    img,
    svg {
        vertical-align: middle
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    body {
        margin: 0;
        padding: 0;
    }

    .flex-nowrap {
        flex-wrap: nowrap !important
    }

    .bs-container,
    .bs-container-fluid,
    .bs-container-lg,
    .bs-container-md,
    .bs-container-sm,
    .bs-container-xl,
    .bs-container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width:576px) {

        .bs-container,
        .bs-container-sm {
            max-width: 540px
        }
    }

    @media (min-width:768px) {

        .bs-container,
        .bs-container-md,
        .bs-container-sm {
            max-width: 720px
        }
    }

    @media (min-width:992px) {

        .bs-container,
        .bs-container-lg,
        .bs-container-md,
        .bs-container-sm {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {

        .bs-container,
        .bs-container-lg,
        .bs-container-md,
        .bs-container-sm,
        .bs-container-xl {
            max-width: 1140px
        }
    }

    @media (min-width:1400px) {

        .bs-container,
        .bs-container-lg,
        .bs-container-md,
        .bs-container-sm,
        .bs-container-xl,
        .bs-container-xxl {
            max-width: 1320px
        }
    }

    .bs-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
    }

    .bs-row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        margin-top: var(--bs-gutter-y)
    }
    
    .bs-col {
        flex: 1 0 0%
    }

    .bs-col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .bs-col-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .bs-col-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .bs-col-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .bs-col-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .bs-col-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .bs-col-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .bs-col-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .bs-col-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .bs-col-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .bs-col-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .bs-col-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .bs-col-12 {
        flex: 0 0 auto;
        width: 100%
    }

    @media (min-width:576px) {
        .bs-col-sm {
            flex: 1 0 0%
        }

        .bs-col-sm-auto {
            flex: 0 0 auto;
            width: auto
        }

        .bs-col-sm-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .bs-col-sm-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .bs-col-sm-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .bs-col-sm-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .bs-col-sm-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .bs-col-sm-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .bs-col-sm-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .bs-col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .bs-col-sm-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .bs-col-sm-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .bs-col-sm-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .bs-col-sm-12 {
            flex: 0 0 auto;
            width: 100%
        }
    }

    @media (min-width:768px) {
        .bs-col-md {
            flex: 1 0 0%
        }

        .bs-col-md-auto {
            flex: 0 0 auto;
            width: auto
        }

        .bs-col-md-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .bs-col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .bs-col-md-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .bs-col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .bs-col-md-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .bs-col-md-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .bs-col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .bs-col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .bs-col-md-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .bs-col-md-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .bs-col-md-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .bs-col-md-12 {
            flex: 0 0 auto;
            width: 100%
        }
    }

    @media (min-width:1025px) {
        .bs-col-lg {
            flex: 1 0 0%
        }

        .bs-col-lg-auto {
            flex: 0 0 auto;
            width: auto
        }

        .bs-col-lg-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .bs-col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .bs-col-lg-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .bs-col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .bs-col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .bs-col-lg-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .bs-col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .bs-col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .bs-col-lg-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .bs-col-lg-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .bs-col-lg-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .bs-col-lg-12 {
            flex: 0 0 auto;
            width: 100%
        }
    }

    @media (min-width:1200px) {
        .bs-col-xl {
            flex: 1 0 0%
        }

        .bs-col-xl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .bs-col-xl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .bs-col-xl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .bs-col-xl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .bs-col-xl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .bs-col-xl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .bs-col-xl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .bs-col-xl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .bs-col-xl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .bs-col-xl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .bs-col-xl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .bs-col-xl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .bs-col-xl-12 {
            flex: 0 0 auto;
            width: 100%
        }
    }

    @media (min-width:1400px) {
        .bs-col-xxl {
            flex: 1 0 0%
        }

        .bs-col-xxl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .bs-col-xxl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .bs-col-xxl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .bs-col-xxl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .bs-col-xxl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .bs-col-xxl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .bs-col-xxl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .bs-col-xxl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .bs-col-xxl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .bs-col-xxl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .bs-col-xxl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .bs-col-xxl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .bs-col-xxl-12 {
            flex: 0 0 auto;
            width: 100%
        }
    }
    
    /* klasy własne */
    .m-auto {
        margin: auto;
    }
    
    .mb-10 {
        margin-bottom: 10px;
    }
    
    .mb-20 {
        margin-bottom: 20px;
    }
    
    .mb-25-web {
        margin-bottom: 25px;
    }
    
    .mb-50 {
        margin-bottom: 50px;
    }
    
    .mb-75 {
        margin-bottom: 75px;
    }
    
    .br-50 {
        border-radius: 50px;
    }
    
    .bs-justify-content-center {
        justify-content: center;
    }
    
    .bg-white {
        background-color: white;
    }
     
    @media (min-width: 1024.20px) {
        .web {
            width: 100%;
            display: block;
        }
        
        .mob {
            display: none;
        }
    }
    
    @media (max-width: 1024px) {
        .col-order-1 {
            order: 1 !important;
        }
    
        .col-order-2 {
            order: 2 !important;
        }
        
        .web {
            display: none;
        }
        
        .mob {
            display: block;
            border-radius: 30px;
        }
    }
    
    .container-main {
        width: 920px;
        display: block;
        margin: auto;
    }
    
    .top-img {
        max-width: 100%;
        margin: auto auto 50px;
        display: block;
    }
    
    .text-line {
        border-bottom: 3px solid black;
        position: relative;
        top: 50%;
        translate: 0 -50%;
    }
    
    .model-name {
        text-align: center;
        padding: 10px 30px;
        font-family: Montserrat-Bold, sans-serif !important;
        font-weight: 700;
        font-size: 40px;
    }
    
    .model-subtitle {
        text-align: center;
        font-size: 24px;
        font-family: Montserrat-Medium, sans-serif !important;
        font-weight: 500;
    }
    
    .content-element {
        max-width: 100%;
    }
    
    .img-wide {
        max-width: 100%;
    }
    
    .grid-img {
        position: relative;
    }
    
    .img {
        max-width: 100%;
    }
    
    .point-left {
        max-width: 25px;
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
    }
    
    .point-right {
        max-width: 25px;
        position: absolute;
        top: 50%;
        translate: 0 -50%;
    }
    
    .element-head {
        font-family: Montserrat-Semibold, sans-serif !important;
        font-weight: 600;
        font-size: 32px;
    }
    
    .section-text-top-container-transparent .element-head {
        text-shadow: 4px 5px 20px #000000;
    }
    
    .section-text-top-container-transparent .element-desc {
        text-shadow: 4px 5px 20px #000000;
    }
    
    .element-desc {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 18px;
    }
    
    .element-desc-ann {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 12px;
        margin-top: 10px;
    }
    
    .jlogo {
        width: 75% !important;
        margin: auto;
        display: block;
    }
    
    .card {
        border-radius: 15px;
        box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.2);
        width: 90%;
        display: block;
        margin: auto;
        height: 100%;
    }
    
    .card-icon {
        max-width: 64px;
        max-height: 64px;
        padding: 20px 0 0 15px;
    }
    
    .card-head {
        text-align: center;
        font-family: Montserrat-Semibold, sans-serif !important;
        font-weight: 600;
        color: #00b2e3;
        font-size: 20px;
        padding: 20px;
    }
    
    .card-desc {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 15px;
        padding: 0 15px 20px;
    }
    
    .card-desc-bullets {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 15px;
        padding: 20px 15px;
    }
    
    .card-desc-bullets-ann {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 12px;
        padding: 0 15px 20px;
    }
    
    @media (min-width: 1025px) {
        .grid-txt {
            padding: 0 10px 0 25px;
        }
    }
    
    @media (max-width: 1024px) {
        .mb-25-web {
            margin-bottom: unset;
        }
        
        .container-main {
            width: 100%;
        }
        
        .mb-50-mob {
            margin-bottom: 50px;
        }
        
        .top-img {
            width: 95% !important;
            margin: auto auto 25px;
            display: block;
        }
        
        .model-name {
            font-size: 32px;
            padding: 10px 15px;
        }
        
        .model-subtitle {
            font-size: 20px;
        }
        
        .element-head {
            font-size: 24px;
            padding: 0 10px;
        }
        
        .element-desc {
            font-size: 16px;
            padding: 0 10px;
        }
        
        .element-desc-ann {
            padding: 0 10px;
        }
        
        .img {
            margin-bottom: 20px;
        }
        
        .card {
            height: auto;
            width: 75%;
            max-width: 480px;
            display: block;
            margin: auto auto 25px;
        }
        
        .card-icon {
            max-width: 112px;
            max-height: 112px;
            padding: 20px 0 0 20px;
        }
        
        .card-head {
            text-align: center;
            font-family: Montserrat-Semibold, sans-serif !important;
            font-weight: 600;
            font-size: 24px;
            padding: 20px;
        }
    
        .card-desc {
            font-family: Montserrat-Regular, sans-serif !important;
            font-weight: 400;
            font-size: 16px;
            padding: 0 20px 20px;
        }
        
        .card-desc-bullets {
            font-family: Montserrat-Regular, sans-serif !important;
            font-weight: 400;
            font-size: 16px;
            padding: 20px 20px;
        }
        
        .card-desc-bullets-ann {
            padding: 0 20px 20px;
        }
    }
    
    /* premium product */
    .section1 {
        background-color: #e6e7e8;
        background-image: url("//f00.esfr.pl/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/img/section1-bg.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        border-radius: 50px;
    }
    
    .section2 {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
    }
    
    .section3 {
        border-radius: 50px 50px 0 0;
        background-color: #e6e7e8;
        background-image: url(//f00.esfr.pl/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/img/section3-bg.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }
    
    .section4 {
        background-color: #e6e7e8;
        background-image: url(//f00.esfr.pl/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/img/section4-bg.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }
    
    .section5 {
        border-radius: 0 0 50px 50px;
        background-color: #e6e7e8;
        background-image: url(//f00.esfr.pl/si_upload/OPR/jlab/1307474_jlab_epic-lab-edition_v1/img/section5-bg.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        margin-bottom: 100px;
    }
    
    .section6 {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
    }
    
    .bullet-points {
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 20px !important;
    }
    
    .bullet-points li {
        margin-bottom: 10px !important;
    }
    
    .section2-head {
        text-align: center;
        font-family: Montserrat-SemiBold, sans-serif !important;
        font-weight: 600;
        font-size: 26px;
        padding: 75px 0 15px;
    }
    
    .section2-desc {
        text-align: center;
        line-height: 1.5;
        max-width: 90%;
        display: block;
        margin: auto;
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 17px;
        padding-bottom: 75px;
    }
    
    .section6-head {
        text-align: center;
        font-family: Montserrat-SemiBold, sans-serif !important;
        font-weight: 600;
        font-size: 26px;
        padding-bottom:  15px;
    }
    
    .section6-desc {
        text-align: center;
        line-height: 1.5;
        max-width: 90%;
        display: block;
        margin: auto;
        font-family: Montserrat-Regular, sans-serif !important;
        font-weight: 400;
        font-size: 17px;
        padding-bottom: 75px;
    }
    
    .section-content-top {
        position: relative;
        width: 100%;
    }
    
    .section-content-top-begin-img {
        border-radius: 50px 50px 0 0;
    }
    
    .section-content-top-end-img {
        border-radius: 0 0 50px 50px;
    }
    
    .section-text-top-container {
        background-color: white;
        box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        position: absolute;
        max-width: 40%;
        top: 50%;
        translate: 40px -50%;
    }
    
    .section-text-top-container-transparent {
        color: white;
        position: absolute;
        max-width: 45%;
        top: 50%;
        translate: 20px -50%;
    }
    
    .section-text-top {
        padding: 20px;
    }
    
    .section-text-top .element-head {
        font-size: 26px;
    }
    
    .section-text-top .element-desc {
        font-size: 16px;
    }
    
    .section-text-floating {
        width: 80%;
        margin: 140px auto;
    }
    
    .section-text-wide {
        width: 100%;
        margin: auto auto 50px;
        line-height: 1.5;
    }
    
    .section-text-wide .element-head {
        text-align: center;
    }
    
    .section-text-wide .element-desc {
        font-size: 17px;
    }
    
    .section-ending-text-top-container {
        background-color: white;
        box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        position: absolute;
        max-width: 40%;
        top: 50%;
        right: 40px;
        translate: 0 -50%;
    }

    @media (max-width: 1024px) {
        .section1 {
            background-color: unset;
            background-image: unset;
        }
        
        .section1.mob {
            margin-bottom: 50px;
        }
        
        .section2 {
            background-color: unset;
            background-image: unset;
            margin-bottom: 50px;
        }
        
        .section2-head {
            text-align: left;
            padding: 0 10px;
            margin-bottom: 10px;
        }
        
        .section2-desc {
            text-align: left;
            padding: 0 10px;
            max-width: 100%;
            line-height: unset;
            font-size: 16px;
        }
        
        .section3 {
            border-radius: unset;
            background-color: unset;
            background-image: unset;
        }
        
        .section4 {
            background-color: unset;
            background-image: unset;
        }
        
        .section5 {
            margin-bottom: 75px;
            background-color: unset;
            background-image: unset;
        }
        
        .section-text-top .element-head {
            font-size: 24px;
        }
    
        .section-text-top .element-desc {
            font-size: 16px;
        }
        
        .section-content-top {
            position: unset;
        }
        
        .section-content-top-begin-img {
            border-radius: unset;
        }
        
        .section-content-top-end-img {
            border-radius: unset;
        }
        
        .section-text-top-container {
            background-color: unset;
            box-shadow: none;
            border-radius: 0;
            position: unset;
            max-width: unset;
            top: unset;
            translate: 0 0;
            margin-bottom: 50px;
        }
        
        .section-text-top-container-transparent {
            background-color: unset;
            box-shadow: none;
            border-radius: 0;
            position: unset;
            max-width: unset;
            top: unset;
            translate: 0 0;
            margin-bottom: 50px;
        }
        
        .section-text-top-container-transparent {
            color: unset;
        }
        
        .section-text-top-container-transparent .element-head {
            text-shadow: unset;
        }
    
        .section-text-top-container-transparent .element-desc {
            text-shadow: unset;
        }
        
        .section-ending-text-top-container {
            background-color: unset;
            box-shadow: none;
            border-radius: 0;
            position: unset;
            max-width: unset;
            top: unset;
            translate: 0 0;
            margin-bottom: 50px;
        }
        
        .section-text-top {
            padding: 0;
        }
        
        .bs-col-7 {
            width: 100%;
        }
        
        .section-text-floating {
            width: 100%;
            margin: auto auto 50px;
        }
        
        .section6-desc {
            padding-bottom: 50px;   
        }
        
        .section1 .card {
            height: 100%;
            width: unset;
            max-width: 90%;
            border: 3px solid #00b2e3;
        }
        
        .section1 .card-desc {
            padding: 20px;
            font-family: Montserrat-Medium, sans-serif !important;
            font-weight: 500;
        }
    }
