[v-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}



#cms:has(#digiboilercalc) {
    font-family: Inter;

    #header,
    nav.breadcrumb,
    .page-header--cms,
    #footer {
        display: none;
    }

    #wrapper {
        padding: 0;
        margin: 0;
    }

    .rte-content:empty{
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100vw;
        padding: 0;
        margin: 0;
    }

    
}

.digiboiler-all {
    background-image: url(https://kospel.pl/img/cms/landing-bg.svg);
    background-position: top left;
    background-size: cover;
}

#digiboilercalc {

    &:has(.digiboiler-wrap) {
        min-height: 100vh;
    }

    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    .digiboiler-wrap {
        position: relative;
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .digiboiler-logo {
        margin-bottom: 4rem;
        width: 350px;

        @media (max-width: 510px) {
            margin-bottom: 2rem;
        }
    }

    .digiboiler-header {
        font-size: 36px;
        font-weight: 600;
        color: #012d5a;
        text-align: center;
        margin-bottom: 2rem;

        @media (max-width: 510px) {
            font-size: 24px;
        }
    }

    .digiboiler-subheader{
        max-width: 800px;
        margin: 0 auto;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 3rem;

        @media (max-width: 510px) {
            font-size: 16px;
        }
    }

    .digiboiler-items {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;

        .digiboiler-item {
            cursor: pointer;
            border-radius: 8px;
            padding: 24px;
            margin-bottom: 0;
            color: #012d5a;
            font-family: Inter;
            font-size: 22px;
            font-weight: 700;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all .3s ease-in-out;
            width: auto;

            @media (max-width: 510px) {
                width: 100%;
                max-width: 50%;
                font-size: 16px;
                padding: 14px;
            }

            &:before{
                content: '';
                width: 105px;
                height: auto;
                aspect-ratio: 1;
            }

            &:hover {
                background-color: #fff;
                border-color: #EB352A;
                }
            }
        }

        .digiboiler-item.item-1:before {
            background: url(../images/Ciepła\ woda.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
            
        .digiboiler-item.item-2:before {
            background: url(../images/Ciepło\ w\ domu.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
    



    .boiler-steps {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0px;

        .boiler-step {
            &:not(:last-child) {
                margin-bottom: 2em;
            }

            .boiler-step-head {
                font-size: 2em;
                font-weight: 600;
                line-height: 1.2;
                letter-spacing: -0.02em;
                margin-bottom: 1em;
            }

            .boiler-step-body {
                >div {
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                    gap: 2em;
                    flex-direction: row;
                    align-items: center;
                    justify-content: flex-start;

                    .btn.btn-default {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        border-radius: 8px;
                        padding: 12px 49px;
                        margin-bottom: 0;
                        background-color: #012d5a;
                        border-color: #012d5a;
                        color: #fff;
                        transition: all .3s ease-in-out;
                        height: 100%;

                        .option-label {
                            font-family: Inter;
                            font-size: 1em;
                            font-weight: 700;
                        }

                        .option-placeholder {
                            font-family: Inter;
                            font-size: .8em;
                            font-weight: 400;
                            line-height: 1.2;
                            letter-spacing: -0.02em;
                            margin-top: .5em;
                        }

                        &:hover {
                            background-color: #EB352A;
                            border-color: #EB352A;
                            color: #fff;
                        }

                        &:has(img) {
                            padding: 1em;
                            background-color: #fff;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            color: #012d5a;
                            border: 1px solid var(--gray-color);
                            font-weight: 600;
                            font-size: 1.5em;

                            img {
                                width: 100%;
                                height: auto;
                                margin-bottom: -1.5em;
                            }

                            &:hover {
                                background-color: #fff;
                                border-color: #EB352A;
                                color: #EB352A;
                            }
                        }
                    }
                }
            }
        }
    }

    .boiler-prods {
        margin-top: 2em;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;

        .boiler-prod {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 2em;
            border-radius: 8px;
            padding: 2em;
            margin-bottom: 0;
            background-color: #fff;
            border: 1px solid var(--gray-color);
            color: #012d5a;
            font-family: Inter;
            font-size: 14px;
            font-weight: 700;
            transition: all .3s ease-in-out;

            .boiler-prod-img {
                aspect-ratio: 1;
                border-radius: 8px;
                background-color: #012d5a;
            }

            .boiler-prod-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;

                h2 {
                    font-size: 2em;
                    font-weight: 600;
                    line-height: 1.2;
                    letter-spacing: -0.02em;
                    margin-bottom: 1em;
                    margin-top: 0;
                }

                .boiler-prod-desc {
                    font-size: 1.5em;
                    font-weight: 400;
                    line-height: 1.4;
                    letter-spacing: -0.02em;
                    margin-bottom: 1em;

                    .model {
                        ul {
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: center;
                            gap: .5rem;

                            li {
                                display: inline-block;
                                padding: .5rem 1rem;
                                border-radius: 8px;
                                background-color: #fff;
                                font-size: 1em;
                                font-weight: 400;
                            }
                        }
                    }
                }

                .boiler-prod-info{
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    gap: 2em;
                    align-items: center;
                    justify-content: center;
    
                    .boiler-prod-info-icon{
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        justify-content: center;
                        gap: .5em;
    
                        span{
                            display: none;
                        }
                    }
                }
            }

            


            .btn-see-more {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: .5em;
                color: #fff;
                background-color: #EB352A;
                border-radius: 8px;
                padding: 1em 2em;
                transition: all .3s ease-in-out;
                font-size: 1em;
                font-weight: 600;
                width: auto;
                margin-top: auto;

                svg {
                    transform: scale(1.3);
                }

                &:hover {
                    background-color: #012d5a;
                }
            }
        }
    }
}

.digiboiler-wrap {
    padding: 0 2rem;
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    
}

.boiler-steps {
    width: 100%;
    max-width: 1024px;
    padding: 40px 0px;

    .boiler-step {
        border-radius: 36px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        background-color: #fff;
        margin-bottom: 2.5em;
        position: relative;

        .boiler-step-head {
            width: 100%;
            padding: 2.5rem 2rem 1rem 2rem;
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.02em;
            margin-bottom: 2rem;
            color: #012d5a;

            @media (max-width: 510px) {
                font-size: 1.5rem;
            }
        }

        .boiler-step-body {
            padding: 0 2rem 2.5rem 2rem;
        }

        .Wybierz.sposób.instalacji.urządzeń,
        .Wybierz.sposób.obliczeń {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 1rem;

            @media (max-width: 510px) {
                flex-direction: column;
            }

            .btn.btn-default.btn-xs {
                cursor: pointer;
                border-radius: 12px;
                padding: 1rem 2rem;
                margin-bottom: 0;
                background-color: #012D5A;
                border-color: #012D5A;
                transition: all .3s ease-in-out;
                width: 100%;

                @media (max-width: 510px) {
                    padding: .7rem 1.5rem;
                }

                .option-label {
                    color: #fff;
                    font-family: Inter;
                    font-size: 1.7rem;
                    font-weight: 400;

                    @media (max-width: 510px) {
                        font-size: 1.3rem;
                    }
                }

                &:hover {
                    background-color: #EB352A;
                    border-color: #EB352A;
                    color: #fff;
                }
            }
        }

        .Jeden.punkt,
        .Kilka.punktów,
        .Wybierz.rodzaj.budynku,
        .Rodzaj.ogrzewania {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 1rem;

            @media (max-width: 510px) {
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;

                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                gap: 1rem;
                width: calc(100% + 26px);

                .btn.btn-default.btn-xs {
                    flex: 0 0 auto;
                    scroll-snap-align: start;
                    width: 70% !important;
                    position: static !important;

                    &:last-child {
                        margin-right: 26px;
                    }
                }
            }

            .btn.btn-default.btn-xs {
                cursor: pointer;
                border-radius: 12px;
                padding: 1rem 2rem;
                margin-bottom: 0;
                border: 2px solid #012D5A52;
                transition: all .3s ease-in-out;
                width: 100%;
                height: 100%;

                .option-label {
                    color: #012D5A;
                    font-family: Inter;
                    font-size: 1.5rem;
                    font-weight: 700;

                    @media (max-width: 510px) {
                        font-size: 1rem;
                    }
                }

                .option-placeholder {
                    padding: 1rem;
                    background: #D6DDE5;
                    border-radius: 8px;
                    width: 100%;
                    margin-top: 12px;
                    margin-bottom: 10px;
                    min-height: 65px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;

                    @media (max-width: 510px) {
                        min-height: 45px !important;
                        font-size: 1rem !important;
                    }


                }

                &:hover,
                &.option-active {
                    border-color: #EB352A;
                    background-color: #ffffff;
                }
            }
        }

        .Wybierz.rodzaj.budynku,
        .Kilka.punktów {
            .btn {
                padding-top: 3rem !important;
                position: relative;

                .option-label {
                    margin-top: 2.2rem;
                    text-align: center;
                    font-size: 1.6rem !important;
                    line-height: 1;
                    letter-spacing: -0.02em;
                    font-weight: 700;
                    width: 100%;
                    display: inline-block;
                    margin-bottom: 1.5rem;

                    @media (max-width: 510px) {
                        font-size: 1.5rem;
                    }
                }

                .option-placeholder {
                    font-size: 1.3rem;
                    line-height: 1;
                    letter-spacing: -0.02em;
                    font-weight: 700;
                    padding: 0px !important;
                    background-color: transparent !important;
                    min-height: 10px !important;
                    color: #012D5A !important;
                    min-height: 34px !important;

                    strong{
                        position: absolute;
                        top: 12px;
                        right: 12px;
                        font-size: 1rem;
                        font-weight: 400;
                        background-color: #012D5A;
                        padding: 8px 12px;
                        font-size: 1rem;
                        color: #fff;
                        border-radius: 8px;
                    }

                    @media (max-width: 510px) {
                        font-size: 1rem;
                        min-height: 32px !important;
                    }
                }

            
            }
        }

        .Wybierz.rodzaj.budynku{
            .btn{
                .option-label{
                    font-size: 1.3rem;
                    min-height: 63px;
                }
            }
        }

        .Rodzaj.ogrzewania {
            .btn {
                padding-top: 3rem !important;

                .option-label {
                    margin-top: 2.2rem;
                    text-align: center;
                    font-size: 2rem !important;
                    line-height: 1;
                    letter-spacing: -0.02em;
                    font-weight: 700;
                    width: 100%;
                    display: inline-block;
                    margin-bottom: 1.5rem;
                }

                .option-placeholder {
                    font-size: 1.5rem;
                    line-height: 1;
                    letter-spacing: -0.02em;
                    font-weight: 700;
                    padding: 0px !important;
                    background-color: transparent !important;
                    min-height: 10px !important;
                    color: #012D5A !important;
                }
            }
        }
    }

    .step-type-consumption,
    .step-type-demand {
        .boiler-step-body {
            &>div {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                gap: 1rem;
                margin-bottom: 1.5rem;

                select,
                input {
                    background-color: #fff;
                    border-radius: 8px;
                    border: 1px solid #012D5A52;
                    padding: .8rem 1.2rem;
                    font-weight: 700;
                    font-size: 1.2rem;
                    font-family: Inter;
                    line-height: 1.2;
                    letter-spacing: -0.02em;
                    color: #012D5A;

                    @media (max-width: 510px) {
                        width: 100%;
                    }
                }

                input[data-pd-tooltip="true"] {
                    background-repeat: no-repeat !important;
                    background-position: calc(100% - 8px) center !important;
                    background: url('data:image/svg+xml,<svg width="16px" height="16px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23012D5A"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style> .cls-1 { fill: %23101010; fill-rule: evenodd; } </style></defs><path id="info" class="cls-1" d="M936,360a12,12,0,1,1,12-12A12,12,0,0,1,936,360Zm0-22a10,10,0,1,0,10,10A10,10,0,0,0,936,338Zm0,16a1,1,0,0,1-.993-1v-5.99a0.993,0.993,0,1,1,1.985,0V353A0.994,0.994,0,0,1,936,354Zm0-10a0.992,0.992,0,1,1,.991-0.992A0.994,0.994,0,0,1,936,344Zm-0.993-1s0,0,0,0a0.043,0.043,0,0,1,0,.005V343Zm1.985,0v0.01a0.043,0.043,0,0,1,0-.005S936.992,343,936.992,343Z" transform="translate(-924 -336)"></path></g></svg>');
                }

                .btn {
                    cursor: pointer;
                    border-radius: 12px;
                    padding: .67rem 1.2rem;
                    margin-bottom: 0;
                    background-color: #012D5A;
                    border-color: #012D5A;
                    color: #fff;
                    font-family: Inter;
                    font-size: 1.2rem;
                    font-weight: 700;
                    transition: all .3s ease-in-out;

                    @media (max-width: 510px) {
                        width: 100%;
                    }
                }
            }
        }
    }

    .step-type-map {
        .boiler-step-body {
            .row {
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: center;
                gap: 1rem;

                .col-6 {
                    width: 38%;
                    margin: 0px !important;
                    padding: 0px !important;

                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    gap: 1.5rem;

                    @media (max-width: 510px) {
                        width: 100%;
                    }

                    .btn {
                        position: relative;
                        display: inline-flex;
                        gap: 1rem;
                        align-items: flex-start;
                        justify-content: center;
                        margin: 0px !important;
                        padding: 0px !important;
                        font-weight: 700;
                        font-size: 1.5rem;
                        line-height: 1;
                        letter-spacing: -0.02em;
                        color: #012D5A;

                        &:before {
                            content: '';
                            width: 24px;
                            height: 24px;
                            border-radius: 40px;
                            border: 1px solid #012D5A52;
                            cursor: pointer;
                        }

                        &.option-active {
                            &:after {
                                content: '';
                                width: 12px;
                                height: 12px;
                                border-radius: 40px;
                                background-color: #012D5A;
                                position: absolute;
                                top: 6px;
                                left: 6px;
                            }
                        }

                        &:hover {
                            background-color: #fff;
                            border-color: #fff;
                        }
                    }

                    &:first-child {
                        width: 60%;

                        @media (max-width: 510px) {
                            width: 100%;

                            svg{
                                width: 150%;
                                margin-left: -22%;
                                margin-top: -20%;
                                margin-bottom: -20%;
                            }
                        }
                    }
                }
            }
        }
    }
}


.boiler-prods {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: -50vw;
        width: 200vw;
        height: 100%;
        background-color: #fff;
        z-index: -1;
    }

    .boiler-prods-header {
        width: 100%;
        position: relative;
        z-index: 1;

        &:before {
            content: "";
            position: absolute;
            top: 0;
            left: -50vw;
            width: 200vw;
            height: 100%;
            background: linear-gradient(90deg, #E8E8E8 0%, #F9F9F9 100%);
            z-index: 0;
        }

        .boiler-prods-header-content {
            position: relative;
            z-index: 1;
            padding: 3rem 1rem;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            z-index: 1;

            @media all and (max-width: 510px) {
                display: flex;
                flex-direction: column-reverse;
                align-items: flex-start;
                justify-content: center;
                padding: 50px 0px;
            }

            .boiler-prods-header-text {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;

                @media all and (max-width: 510px) {
                    width: 100%;
                }

                

                h2 {
                    font-size: 4.5rem;
                    font-weight: 700;
                    line-height: 1.2;
                    letter-spacing: -0.02em;
                    margin-bottom: 1rem;
                    margin-top: 0;
                    color: #EB352A;

                    @media all and (max-width: 510px) {
                        font-size: 2.5rem;
                        text-align: center;
                        width: 100%;
                    }
                }

                p {
                    font-size: 2.2rem;
                    font-weight: 300;
                    line-height: 1.2;
                    letter-spacing: -0.02em;
                    margin-bottom: 0;
                    color: #012D5A;

                    @media all and (max-width: 510px) {
                        font-size: 1.5rem;
                        text-align: center;
                        width: 100%;
                    }
                }

                .boiler-prods-header-buttons {
                    display: flex;
                    flex-direction: row;
                    align-items: flex-start;
                    justify-content: center;
                    gap: 1.5rem;
                    margin-top: 2rem;

                    @media all and (max-width: 510px) {
                        flex-direction: column;
                        margin-top: 2rem;
                        width: 100%;
                        
                    }

                    .btn {
                        cursor: pointer;
                        border-radius: 8px;
                        padding: .8rem 1.5rem;
                        margin-bottom: 0;
                        color: #fff;
                        font-family: Inter;
                        font-size: 1.1rem;
                        font-weight: 700;
                        transition: all .3s ease-in-out;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        gap: .6rem;
                        height: 46px;

                        @media all and (max-width: 510px) {
                         width: 100%;
                         text-align: center;

                         a{
                            width: 100%;
                            gap: 1rem;
                         }
                        }

                        &.btn-phone {
                            background-color: #EB352A;
                            border-color: #EB352A;
                            color: #fff;

                            a{
                                color: #fff;
                            }
                        }

                        &.btn-consultation {
                            background-color: #012D5A;
                            border-color: #012D5A;
                            color: #fff;
                        }

                        &:hover {
                            background-color: #EB352A;
                            border-color: #EB352A;
                            color: #fff;
                        }
                    }
                }
            }

            .boiler-prods-header-img {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                justify-content: center;

                @media (max-width: 510px) {
                    align-items: center;
                    width: 100%;

                    img{
                        width: 100%;
                    }
                }
            }
        }
    }

    .boiler-prods-text {
        margin: 5rem 0px;
        text-align: center;
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.2;
        color: #012D5A;
        z-index: 1;

        @media (max-width: 510px) {
            font-size: 2rem;
            margin-bottom: 7rem;
            margin-top: 0;
            padding-top: 5rem;
        }

        span {
            color: #EB352A;
        }
    }
}

.boiler-prods-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    z-index: 1;

    @media (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 510px) {
        grid-template-columns: repeat(1, 1fr);
    }

    .boiler-prod {
        background-color: #D6DDE5;
        border-radius: 16px;
        padding: 0 3.5rem 3.5rem 3.5rem;
        position: relative;
        margin-bottom: 4rem;
        display: flex;
        flex-direction: column;

        @media (max-width: 510px) {
            padding: 0 2.5rem 2.5rem 2.5rem;
        }

        .boiler-prod-img {
            margin-top: -3rem;
        }

        .boiler-prod-power {
            width: 170px;
            height: 170px;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            top: -40px;
            right: 0px;
            background-color: #012D5A;
            border-radius: 100px;
            padding: 1rem;
            color: #EB352A;
            font-size: 4rem;
            font-weight: 700;

            .boiler-prod-power-wrap {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;

                .boiler-prod-power-text {
                    color: #fff;
                    font-size: 1rem;
                    display: block;
                    width: 100%;
                    text-align: center;
                    margin: 0px;
                }

                .boiler-prod-power-value {
                    line-height: 1;
                }

                small {
                    font-size: 2.2rem;
                    display: inline;
                    margin: 0px;
                    font-weight: 700;
                }
            }

        }

        .boiler-prod-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            height: 100%;

            h2 {
                font-size: 2.8rem;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: -0.02em;
                margin: 0 0 1rem 0;
                margin-top: 0;
                color: #012D5A;
                width: 100%;
                text-align: center;

                @media (max-width: 510px) {
                    font-size: 2rem;
                    margin-bottom: 1.5rem;
                    margin-top: 2rem;
                }
            }

            .boiler-prod-desc {
                text-align: left;
                font-size: 1.2rem;
                font-weight: 400;
                line-height: 1.4;
                letter-spacing: -0.02em;
                margin-bottom: 1rem;
                color: #012D5A;
                width: 100%;

                strong{
                    width: 100%;
                    display: inline-block;
                }

                ul{
                    width: 100%;
                    margin: 10px 0px 10px 20px;
                    padding: 0px;
                    text-align: left;

                    li{
                        list-style: disc;
                    }
                    
                    li:not(:last-child){
                        margin-bottom: .5rem;
                    }
                }



                .model {
                    margin-top: 1rem;

                    ul {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                        gap: .5rem;
                        margin-top: .3rem;
                        padding-left: 0;
                        margin-left: 0;

                        li {
                            display: inline-block;
                            padding: .3rem .7rem;
                            border-radius: 8px;
                            background-color: #fff;
                            font-size: .8em;
                            font-weight: 400;
                        }
                    }
                }
            }

            .boiler-prod-info{
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 2em;
                align-items: center;
                justify-content: center;
                width: 100%;
                margin-bottom: 2rem;
                position: relative;
                margin-top: auto;

                &::after{
                    content: '';
                    position: absolute;
                    bottom: calc(50% - 32px);
                    left: 50%;
                    width: 1px;
                    height: 64px;
                    background-color: #012D5A3D;
                    opacity: .24;
                }

                .boiler-prod-info-icon{
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    gap: .5em;
                    position: relative;

                    font-size: 1.4rem;
                    font-weight: 600;

                    span{
                        display: none;
                    }

                    strong{
                        text-align: center;
                        width: 100%;
                    }

                    img{
                        height: 67px;
                        width: 100%;
                        object-fit: contain;
                        margin-bottom: 4px;
                    }

                    &:first-child::before{
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 24px;
                        height: 16px;
                        background-repeat: no-repeat !important;
                    background-position: calc(100% - 8px) center !important;
                    background: url('data:image/svg+xml,<svg width="16px" height="16px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23012D5A"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><defs><style> .cls-1 { fill: %23101010; fill-rule: evenodd; } </style></defs><path id="info" class="cls-1" d="M936,360a12,12,0,1,1,12-12A12,12,0,0,1,936,360Zm0-22a10,10,0,1,0,10,10A10,10,0,0,0,936,338Zm0,16a1,1,0,0,1-.993-1v-5.99a0.993,0.993,0,1,1,1.985,0V353A0.994,0.994,0,0,1,936,354Zm0-10a0.992,0.992,0,1,1,.991-0.992A0.994,0.994,0,0,1,936,344Zm-0.993-1s0,0,0,0a0.043,0.043,0,0,1,0,.005V343Zm1.985,0v0.01a0.043,0.043,0,0,1,0-.005S936.992,343,936.992,343Z" transform="translate(-924 -336)"></path></g></svg>');
                        opacity: 1;
                    }
                }
            }

            .btn-see-more {
                margin: 0 auto;
                cursor: pointer;
                border-radius: 8px;
                padding: .8rem 1.5rem;
                margin-bottom: 0;
                color: #fff;
                font-family: Inter;
                font-size: 1.1rem;
                font-weight: 700;
                transition: all .3s ease-in-out;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: .6rem;
                height: 46px;
                background-color: #EB352A;
                border-color: #EB352A;
                max-width: 60%;
                width: 100%;

                @media (max-width: 510px) {
                    max-width: 100%;
                }
            }
        }

        .boiler-prod-linked.show{
            margin-top: 24px;
        }

        .boiler-prod-linked-item {
            display: grid;
            grid-template-columns: 4fr 6fr;
            gap: 1rem;
            align-items: center;
            justify-content: center;
            margin-top: 1.5rem;

            .boiler-prod-linked-image {
                background-size: 160%;

                img {
                    height: 100%;
                    object-fit: contain;
                    transform: scale(1.3);
                    transform-origin: center;
                }

            }

            .boiler-prod-linked-content {
                .boiler-prod-linked-name {
                    font-size: 1.5rem;
                    font-weight: 700;
                    line-height: 1.2;
                    letter-spacing: -0.02em;
                    margin-bottom: 1em;
                    margin-top: 0;
                }

                a {
                    margin: 0 auto;
                    margin-bottom: 0px;
                    cursor: pointer;
                    border-radius: 8px;
                    padding: .8rem 1.5rem;
                    margin-bottom: 0;
                    color: #fff;
                    font-family: Inter;
                    font-size: 1.1rem;
                    font-weight: 700;
                    transition: all .3s ease-in-out;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: .6rem;
                    height: 46px;
                    background-color: #EB352A;
                    border-color: #EB352A;

                    @media (max-width: 510px) {
                        font-size: 1rem;
                    }
                }
            }
        }
    }
}

.boiler-prods-body {
  & .boiler-prod {
    & .boiler-prod-content:not(:has(.boiler-prod-info)) {
      & .btn-see-more {
        margin-top: auto;
      }
    }
  }
}

.boiler-prods-footer {
    margin: 4rem 0px;
    z-index: 1;
    position: relative;

    .boiler-prods-footer-content {
        .boiler-prods-footer-buttons {
            margin-bottom: 4rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4rem;

            .btn {
                cursor: pointer;
                border-radius: 8px;
                padding: 1.5rem 2rem;
                margin-bottom: 0;
                background-color: #EB352A;
                border-color: #EB352A;
                color: #fff;
                font-family: Inter;
                font-size: 2rem;
                font-weight: 700;
                transition: all .3s ease-in-out;
                display: inline-flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: .6rem;
                width: 100%;
                max-width: 640px;

                @media (max-width: 510px) {
                 font-size: 1.5rem;
                 padding: 1rem 1.5rem;
                }

                &.reset{
                    background-color: transparent;
                    border-color: #012D5A;
                    color: #012D5A;
                }
            }

        }
    }
}

.boiler-prods-send-calculation {
    .boiler-prods-send-calculation-content {
        .boiler-prods-send-calculation-text {
            width: 100%;
            margin: 0 auto;
            padding: 8rem;
            text-align: center;
            position: relative;
            margin-bottom: 4rem;

            @media (max-width: 510px) {
                padding: 2rem 0;
            }

            img {
                position: absolute;
                @media (max-width: 510px) {
                    max-width: 20%;
                }
            }

            .boiler-prods-send-calculation-apo-left {
                bottom: 0;
                left: 0;

                @media (max-width: 510px) {
                    bottom: -20px;
                }
            }

            .boiler-prods-send-calculation-apo-right {
                top: 0;
                right: 0;
                transform: rotate(180deg);

                @media (max-width: 510px) {
                    top: -20px;
                }
            }

            h2 {
                margin: 0px;
                text-align: center;
                font-weight: 700;
                font-size: 3rem;
                line-height: 1.2;
                color: #012D5A;

                @media (max-width: 510px) {
                    font-size: 2rem;
                }
            }
        }

        .boiler-prods-send-calculation-form {
            width: 100%;
            margin: 0;
            padding: 4rem 8rem;
            background-color: #D6DDE5;
            border-radius: 24px;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
            gap: 7rem;
            margin-bottom: 10rem;

            @media (max-width: 510px) {
                padding: 2rem;
                gap: 0;
            }

            form {
                max-width: 420px;
                width: 100%;
                margin: 0;

                .form-field {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    gap: .3rem;
                    margin-bottom: 1.5rem;

                    label {
                        font-weight: 400;
                        font-size: .8rem;
                        line-height: 1.2;
                        letter-spacing: -0.02em;
                        color: #012D5A;
                        opacity: .75;
                        width: 100%;
                    }

                    input {
                        background-color: #fff;
                        border-radius: 8px;
                        border: 1px solid #fff;
                        padding: .8rem 2rem;
                        font-weight: 400;
                        font-size: 1.5rem;
                        line-height: 1.2;
                        letter-spacing: -0.02em;
                        color: #012D5A;
                        width: 100%;
                        transition: border-color 0.3s ease, box-shadow 0.3s ease;
                    }

                    input.valid {
                        border-color: #28a745;
                        box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
                    }

                    input.invalid {
                        border-color: #dc3545;
                        box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
                    }

                    .validation-message {
                        font-size: 1.2rem;
                        margin-top: 0.5rem;
                        min-height: 1.5rem;
                    }

                    .validation-message.valid {
                        color: #28a745;
                        display: none;
                    }

                    .validation-message.invalid {
                        color: #dc3545;display: block;
                    }
                }

                .form-info {
                    p {
                        font-weight: 400;
                        font-size: 1.5rem;
                        line-height: 1.3;
                        letter-spacing: -0.02em;
                        color: #012D5A;
                        margin-bottom: 1rem;

                        @media (max-width: 510px) {
                            font-size: 1rem;
                        }
                    }
                }

                .form-check {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    gap: .6rem;
                    margin-bottom: 1rem;
                    margin-top: .9rem;

                    label {
                        font-weight: 400;
                        font-size: 1.5rem;
                        line-height: 1.3;
                        letter-spacing: -0.02em;
                        color: #012D5A;
                        margin-bottom: 1rem;
                        display: flex;
                        flex-direction: row;
                        align-items: flex-start;
                        justify-content: flex-start;
                        gap: .6rem;

                        @media (max-width: 510px) {
                            font-size: 1rem;
                        }

                        input {
                            width: 24px;
                            height: 24px;
                            border-radius: 4px;
                            border: 1px solid #012D5A3D;
                            cursor: pointer;
                            transition: border-color 0.3s ease, box-shadow 0.3s ease;
                        }

                        input.valid {
                            border-color: #28a745;
                            box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
                        }

                        input.invalid {
                            border-color: #dc3545;
                            box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
                        }

                        &:has(input.invalid) {
                            color: #dc3545;
                        }
                    }
                }
            }

            button.btn-send {
                cursor: pointer;
                border-radius: 8px;
                padding: .8rem 1.5rem;
                margin-bottom: 0;
                color: #fff;
                font-family: Inter;
                font-size: 1.1rem;
                font-weight: 700;
                transition: all .3s ease-in-out;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: .6rem;
                height: 46px;
                width: 100%;
                background-color: #EB352A;
                border-color: #EB352A;

                &:hover:not(:disabled) {
                    opacity: .7;
                }

                &:disabled {
                    background-color: #ccc;
                    border-color: #ccc;
                    cursor: not-allowed;
                    opacity: 0.6;
                }
            }

            .boiler-prods-send-calculation-image {
                width: 100%;
                height: 100%;

                img {
                    position: absolute;
                }

                @media (max-width: 510px) {
                    display: none;
                }
            }
        }
    }
}

.boiler-step:has(.boiler-step-footer--buttons){
    margin-bottom: 200px !important;

    @media (max-width: 510px) {
        margin-bottom: 260px !important;
    }
}

.boiler-step-footer--buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: -120px;
    width: 100%;

    @media (max-width: 510px) {
        flex-direction: column-reverse;
        bottom: -160px;
    }

    .btn{
        cursor: pointer;
        border-radius: 12px;
        padding: 1rem 2rem;
        margin-bottom: 0;
        background-color: #012D5A;
        border-color: #012D5A;
        transition: all .3s ease-in-out;
        width: 100%;
        color: #fff;
        font-family: Inter;
        font-size: 1.7rem;
        font-weight: 400;

        &.reset{
            background-color: transparent;
            border-color: #012D5A;
            color: #012D5A;
        }

        &.result{
            background-color: #EB352A;
            border-color: #EB352A;
            color: #fff;
        }
    }
}

.p-tooltip{
	max-width: 300px;
	.p-tooltip-text{
		font-size: 1rem;
	}
}



.digiboiler-msg{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 34px 50px;
    background: #fbfff9;
    color: #5e9b54;
    text-align: center;
    width: auto;
    max-width: 400px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #9dc297;
    z-index: 9999;
    opacity: 1;
    animation: fadeOut 6s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
