    @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
    }

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

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

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

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

    @media (min-width:768px) {

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

    /* klasy wlasne */

    .m-auto {
        margin: auto;
    }

    .mb-35 {
        margin-bottom: 35px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }

    .specContainer {
        max-width: 100%;
        border-radius: 50px 50px 0 0;
        background-image: url(//f00.esfr.pl/si_upload/OPR/Maxcom/1304896_maxcom_fw67titanprografit_v1/img/cover2.jpg);
        background-size: cover;
        background-position: center;
        padding: 50px;
    }

    .modelName {
        font-weight: 600;
        font-family: Tahoma, sans-serif !important;
        font-size: 22px;
    }

    .heroTitle {
        font-weight: 600;
        font-family: Tahoma, sans-serif !important;
    }

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

    @media (min-width: 992px) {
        .container-main {
            width: 920px;
        }

        .rowHero {
            height: 480px;
        }
        
        .hero-txt1 {
            font-family: Tahoma, sans-serif !important;
            font-size: 22px;
            font-weight: 400;
            width: 80%;
            color: white;
            float: right;
        }
    }

    @media (max-width: 992px) and (min-width: 768px) {
        .container-main {
            width: 768px;
        }

        .rowHero {
            height: 400px;
        }
        
        .hero-txt1 {
            font-family: Tahoma, sans-serif !important;
            font-size: 26px;
            font-weight: 400;
            width: 80%;
            color: white;
            float: right;
        }

        .modelName {
            font-size: 20px;
        }
    }

    @media (min-width: 768px) {
        .heroMob {
            display: none !important;
        }

        .iconsBig {
            margin-bottom: 50px;
        }

        .iconsMob {
            display: none;
        }

        .rowLeftRev {
            display: none !important;
        }
        
        #imgMob {
            display: none;
        }
        
        .promo {
            border-radius: 50px;
            display: block;
            margin: auto auto 50px auto;
        }
    }

    @media (max-width: 767px) {
        .container-main {
            max-width: 410px !important;
        }
        
        .row {
            max-width: 480px;
            margin: auto;
        }

        .hero {
            display: none !important;
        }

        .heroMob {
            display: block;
            margin: auto;
            max-width: 480px;
        }
        
        #heroWeb {
            display: none;
        }
        
        #imgWeb {
            display: none;
        }

        .hero-txt1 {
            font-family: Tahoma, sans-serif;
            font-size: 34px;
            font-weight: 600;
            max-width: 90%;
            color: white;
            text-align: left;
        }
        
        .modelName {
            font-size: 16px;
        }

        .heroTxtMob {
            font-family: Tahoma, sans-serif !important;
            margin: 20px auto auto;
            padding-bottom: 40px;
            max-width: 90%;
            color: white;
            text-align: left;
            font-size: 16px;
        }

        .gridImg {
            border-radius: 0px !important;
            max-width: 100% !important;
            margin-bottom: 50px !important;
        }

        .gridImgR {
            border-radius: 0px !important;
            max-width: 100% !important;
        }

        .gridTxt {
            margin: 0 35px;
        }

        .txtWide {
            max-width: 410px;
            margin: auto auto 50px auto !important;
        }
        
        .txtWideTop {
            max-width: 410px;
            margin: auto !important;
            text-align: center;
        }

        .iconsMob {
            margin-bottom: 50px;
        }

        .icon {
            max-width: 45% !important;
        }

        .rowLeft {
            display: none !important;
        }

        #afterContained {
            max-width: 480px !important;
            position: relative;
            top: -2px;
        }

        .imgWide2 {
            max-width: 410px !important;
            margin-bottom: 50px;
            border-radius: 0px !important;
        }
    }

    @media (max-width: 497px) {
        .txtWide {
            margin: auto 35px 50px !important;
        }
        
        .txtWideTop {
            margin: auto 35px 30px !important;
            text-align: center;
        }
        
        .imgWide2 {
            max-width: 100% !important;
        }
    }

    .container-main {
        max-width: 920px;
    }

    .hero {
        width: 100%;
        display: block;
        margin: auto auto 50px auto;
    }

    .z-in1 {
        position: relative;
        z-index: 1;
    }

    .z-in2 {
        position: relative;
        z-index: 2;
    }

    .d-bl {
        display: block;
    }

    .heroImg {
        max-width: 100%;
        z-index: 1;
    }

    .heroMobImg {
        max-width: 100%;
        top: 0px;
    }

    .heroMobTxt {
        background-color: #a6b1cc;
        max-width: 100%;
        padding: 0 25px;
        margin-bottom: 50px;
        top: -2px;
    }

    .heroMobImgBot {
        max-width: 100%;
    }

    .gridImg {
        max-width: 90%;
        border-radius: 40px;
        display: block;
        margin: auto;
        float: left;
    }

    .gridImgR {
        max-width: 90%;
        border-radius: 40px;
        display: block;
        margin: auto;
        float: right;
    }

    .gridTxt {
        font-family: Tahoma, sans-serif !important;
        font-size: 16px;
        margin-right: 35px;
    }

    .gridTxtL {
        font-family: Tahoma, sans-serif !important;
        font-size: 16px;
        margin: auto 35px;
    }

    .gridTitle {
        font-family: Tahoma, sans-serif !important;
        font-size: 22px;
        font-weight: 600;
    }

    .gridSubtitle {
        font-family: Tahoma, sans-serif !important;
        margin-top: 10px;
    }

    .gridAnn {
        font-size: 12px;
        margin-top: 5px;
    }

    .imgWide {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .imgWide2 {
        max-width: 100%;
        margin-bottom: 50px;
        border-radius: 50px;
    }

    .txtWide {
        font-family: Tahoma, sans-serif !important;
        font-size: 16px;
        margin: auto 35px 50px;
    }
    
    .txtWideTop {
        font-family: Tahoma, sans-serif !important;
        font-size: 66px;
        margin: auto 35px 30px;
        text-align: center;
    }

    .icon {
        max-width: 40%;
        margin-bottom: 10px;
    }

    .iconTxt {
        font-family: Tahoma, sans-serif !important;
        text-align: center;
        font-weight: 700;
        color: #EC6A26;
    }

    .png {
        max-width: 100%;
    }

    .topRowTitle {
        font-family: Tahoma, sans-serif !important;
        font-weight: 600;
    }

    /* container for row */

    .containedRow2 {
        padding-bottom: 25px;
    }

    @media (min-width: 992px) {
        .container-main {
            width: 920px;
        }
    }

    @media (max-width: 992px) and (min-width: 767px) {
        .container-main {
            width: 767px;
        }
    }

    @media (max-width: 767px) {
        .row {
            max-width: 480px;
            margin: auto;
        }

        .containedGridImgR {
            border-radius: 0px !important;
            max-width: 100% !important;
        }

        .topRowGridTxt {
            margin: 0 35px;
        }

        .containedGridTxt {
            margin: 0 35px;
        }
        
        .containedRow2 {
            padding-bottom: 50px;
        }

        .containedRowLeft {
            display: none !important;
        }
        
        .iconTxt {
            font-size: 13px;
        }

    }

    .container-main {
        max-width: 920px;
    }

    .z-in1 {
        position: relative;
        z-index: 1;
    }

    .z-in2 {
        position: relative;
        z-index: 2;
    }

    .d-bl {
        display: block;
    }

    .containedGridImgR {
        max-width: 90%;
        border-radius: 40px;
        display: block;
        margin: auto;
    }

    .topRowGridTxt {
        font-family: Tahoma, sans-serif !important;
        font-size: 18px;
        margin-right: 35px;
    }

    .containedGridTxt {
        font-family: Tahoma, sans-serif !important;
        font-size: 18px;
        margin-right: 35px;
        color: white;
    }

    .containedGridTxtL {
        font-family: Tahoma, sans-serif !important;
        font-size: 18px;
        margin: auto 35px;
        color: white;
        display: block;
    }

    .topRowGridTitle {
        font-family: Tahoma, sans-serif !important;
        font-size: 22px;
    }

    .containedGridTitle {
        font-family: Tahoma, sans-serif !important;
        font-size: 22px;
    }

    .containedGridSubtitle {
        margin-top: 10px;
    }

    .containedGridAnn {
        font-size: 12px;
        margin-top: 5px;
    }

    .topRowPng {
        max-width: 100%;
    }
    
    #dials {
        border-radius: 0;
    }

    @media (min-width: 767px) {
        .topRow {
            width: 100%;
            position: absolute;
            top: -290px;
            left: 0;
        }

        #topRow-mob {
            display: none;
        }

        #containedGridMob {
            display: none;
        }

        .rowContainer {
            margin: 350px auto 50px;
            background-image: url(//f00.esfr.pl/si_upload/OPR/Maxcom/1304896_maxcom_fw67titanprografit_v1/img/cover1.jpg);
            background-size: cover;
            background-position:center;
            border-radius: 50px;
            position: relative;
        }

        .topRowTitle {
            text-align: left;
            font-size: 40px;
        }

        .containedRow {
            border-radius: 50px;
            padding-top: 200px;
        }

        .containedGridImg {
            max-width: 90%;
            border-radius: 40px;
            display: block;
            margin: auto;
        }
    }

    @media (max-width: 992px) and (min-width: 767px) {
        .containedRow {
            padding-top: 120px;
        }

        .topRowTitle {
            text-align: left;
            font-size: 34px;
        }
    }

    @media (max-width: 767px) {
        .topRow {
            width: 100%;
            position: absolute;
            top: -300px;
            left: 0;
        }

        #topRow-big {
            display: none;
        }

        #topRow-mob {
            color: white;
        }

        .rowContainer {
            max-width: 480px;
            margin: 350px auto auto;
            background-image: url(//f00.esfr.pl/si_upload/OPR/Maxcom/1304896_maxcom_fw67titanprografit_v1/img/cover1.jpg);
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .topRowTitle {
            text-align: center;
            font-size: 32px;
        }

        .containedRow {
            border-radius: 50px;
            padding-top: 280px;
        }

        .containedGridImg {
            max-width: 90%;
            border-radius: 40px;
            display: block;
            margin: auto auto 50px;
        }

        .topRowTxt {
            margin-top: 40px;
        }

        .specContainer {
            max-width: 480px;
        }

        .unboxing {
            max-width: 480px;
            display: block;
            margin: auto;
        }
        
        .promo {
            max-width: 480px;
            display: block;
            margin: auto;
        }
    }

    @media (max-width: 767px) and (min-width: 480px) {
        .containedRow {
            border-radius: 50px;
            padding-top: 330px;
        }

        .topRowTxt {
            margin-top: 25px;
        }
    }

    @media (max-width: 350px) {
        .containedRow {
            border-radius: 50px;
            padding-top: 200px;
        }

        .topRowTitle {
            font-size: 22px;
        }

        .topRow {
            top: -250px;
        }
    }

    /* /container for row */

    /* specs */
    .table {
        font-family: Tahoma, sans-serif !important;
        display: block;
        margin: auto;
        width: 100%;
        color: white;
        font-size: 12px;
    }

    .tableTitle {
        font-family: Tahoma, sans-serif !important;
        color: white;
        display: block;
        margin: auto auto 10px auto;
        width: 100%;
        font-size: 30px;
    }

    .tableCollapse {
        border-collapse: collapse;
        width: 100%;
    }

    .trCollapse {
        border-bottom: 1px solid white;
        border-top: 1px solid white;
    }

    .specTable {
        color: white;
        font-size: 18px;
        width: 35%;
    }

    .specTable-r2 {
        color: white;
        text-align: right;
        font-size: 18px;
        width: 70%;
    }

    @media (min-width: 992px) {
        .tableContainer {
            display: block;
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .specContainer {
            border-radius: 0;
        }

        .tableTitle {
            font-size: 22px;
        }
    }

    /* /specs */
