@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.sg_fix.sungroup.page {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.sungroup .sg_numer_div {
    display: flex;
    font-size: 38px;
    color: #000;
    font-weight: bold;
    width: 55px;
    height: 55px;
    background-color: #f4f4f6;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: -5px;
}

.sungroup .maintxt {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    margin: 60px auto;
    max-width: 1163px;
    width: 100%;
}

.sungroup .sg_underline {
    width: 55px;
    height: 40px;
    top: 0px;
}

.sungroup .sg_row_powody {
    display: flex;
    justify-content: space-evenly;
    max-width: 1130px;
    margin: 10px auto;
    align-items: center;
    min-height: 80px;
    border: 1px solid #ddd;
}

.sungroup .sg_powod {
    max-width: 250px;
}

.sungroup .sg_zoba {
    height: 50px;
    max-width: 565px;
    margin: 60px auto;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.sungroup .produkty {
    padding: 0;
}

.sungroup .row-steps .col {
    padding: 0 12px;
}

.sungroup .number {
    min-height: 120px;
    justify-content: center;
    position: relative;
}

.sungroup .sg_col_number2 {
    margin: 0;
}

.sungroup .row-steps {
    padding: 0px;
    margin: 0!important;
}

.sungroup #sg_prawne_btn {
    color: #0c4797;
    font-size: 16px;
    font-weight: bold;
    text-align: left !important;
    text-transform: uppercase;
    margin: 0px;
}

.sungroup .sg_stopka, .sungroup .ft {
    max-width: 1150px;
    margin: 0 auto;
}

a.sg_small_pdf {
    text-align: left !important;
    width: 50%;
}

@media(max-width:1200px) {
    .sungroup .ft {
        margin: 0 10px;
    }
}

@media(max-width:801px) {
    .sungroup .sg_row_powody {
        flex-flow: wrap;
        margin: 10px;
    }
}

@media(max-width:650px) {
    .sungroup .row-steps .col {
        max-width: 100%;
        margin: 10px auto;
    }
    .sungroup .maintxt {
        margin: 20px auto;
        padding: 0px 12px;
        box-sizing: border-box;
    }
    .sungroup .number{
        min-height: 100px;
    }
    .sungroup .number img{
        max-height: 90px;
    }
    .sungroup .sg_powod {
        max-width: 100%;
        width: 100%;
        margin: 10px;
    }
    .sungroup .sg_zoba {
        font-size: 16px;
        margin: 20px auto;
    }
    .sungroup .sg_underline {
        display: none;
    }
    .white_txt {
        color: #ff6600;
    }
}
