@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.sg_fix.sungroup.page {
    font-family: 'Roboto', sans-serif;
    color: #000;
    max-width: 883px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

.sungroup .sg_baner_div {
    margin: 30px auto;
    display: block;
}

.sg_carousel_body {
    display: none !important;
}

.sungroup img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sungroup .sg_rozwin.active {
    display: block;
}

.sungroup .sg_col .sg_image_sec img {
    max-width: 64px;
}

.sungroup .sg_l {
    font-size: 16px;
    line-height: 28px;
    text-align: left!important;
}

.sungroup .sg_l strong {
    margin: 5px auto;
}

.sungroup .sg_l p {
    margin: 10px auto;
}

.sungroup h1, .sungroup h2, .sungroup h3, .sungroup h4, .sungroup h5, .sungroup h6, .sungroup p {
    padding: 0;
    margin: 0;
    text-align: left !important;
}

.sungroup .sg_header_div {
    min-height: 80px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.sungroup .sg_steps_div {
    margin: 30px auto;
}

.sungroup .sg_header_div.sg_kroki {
    margin: 50px auto;
}

.sungroup .sg_header_div.sg_kroki h2 {
    color: #31A2ED;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
}

.sungroup .sg_header_div h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    color: #31A2ED;
    text-align: center !important;
}

.sungroup .sg_number {
    font-weight: bold;
    font-size: 47.4545px;
    line-height: 163.19%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #31A2ED;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    position: absolute;
    left: 0;
    top: -10px;
}

.sungroup .sg_steps_div .sg_row_steps .sg_col {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    min-height: auto;
}

.sungroup .sg_image_sec {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sungroup .sg_txt {
    min-height: 60px;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center !important;
    color: #4F4F4F;
}

.sungroup .sg_col span {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    display: block;
}

.sungroup .sg_steps_div .sg_row_steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.sungroup .sg_zalety_section_div .sg_header_div {
    margin: 0px auto;
    background: #F7F7F7;
    justify-content: center;
    min-height: auto;
}

.sungroup .sg_zalety_section_div .sg_esp_div {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}

.sungroup .sg_zalety_section_div .sg_header_div h2 {
    color: #31A2ED;
    text-align: center!important;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
}

.sungroup .sg_zalety_section_div {
    box-sizing: border-box;
    background: #F7F7F7;
}

.sungroup .sg_zalety_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 30px 0 0 0; */
}

.sungroup .sg_box_div {
    display: flex;
    /* width: 100%; */
    max-width: 195px;
    margin: 0 auto;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: left !important;
}

.sungroup .sg_box_div span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4C4C4C;
    margin: 15px auto 0 10px;
    max-width: 100%;
    width: 100%;
}

.sungroup .sg_banki_div .sg_esp_div {
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 0px;
}

.sungroup .sg_banki_div .sg_header_div {
    /* background-color: #31A2ED; */
    margin-top: 30px;
    margin-bottom: 10px;
}

.sungroup .sg_banki_div .sg_opis_banku_div h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.sungroup .sg_banki_div .sg_opis_banku_div p {
    margin: 10px auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.sungroup .sg_pink {
    color: #CD0067;
}

.sungroup .sg_brown {
    color: #72223B;
}

.sungroup .sg_green {
    color: #00908E;
}

.sungroup .sg_banki_div .sg_opis_banku_div {
    border-bottom: 1px solid #31A2ED;
    padding: 20px 0 20px 0;
    max-width: 836px;
    margin: 0 auto;
}

.sg_legal {
    margin: 30px auto;
}

.sg_legal p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.sungroup .sg_text_div {
    margin-bottom: 10px;
}

.sungroup .sg_rozwin {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #31A2ED;
    text-align: left!important;
    margin: 5px auto;
    cursor: pointer;
}

@media(max-width:1100px) {
    .sg_section_div.sg_legal {
        margin: 0 10px;
    }
}

@media(max-width:1100px) {
    .sungroup .sg_banki_div .sg_opis_banku_div {
        padding: 30px 10px;
    }
    .sungroup .sg_banki_div {
        margin-top: 0px;
    }
    .sungroup .sg_steps_div .sg_row_steps .sg_col {
        max-width: 350px;
        margin: 0 30px;
    }
    .sungroup .sg_steps_div .sg_row_steps {
        flex-flow: row wrap;
        justify-content: center;
    }
}

@media(max-width:1100px) {
    .sungroup .sg_zalety_div {
        flex-flow: wrap;
    }
    .sungroup .sg_steps_div .sg_row_steps .sg_col {
        max-width: 300px;
        margin: 0 10px;
    }
    .sungroup .sg_txt, .sungroup .sg_header_div {
        min-height: auto;
    }
    .sungroup .sg_image_sec {
        margin-top: 15px;
    }
}

@media(max-width:980px) {
    .v-content_cms .c-layout_col.is-content {
        width: 100%!important;
        padding-left: 0!important;
        border-left: 0!important;
    }
}

@media(max-width:850px) {
    .sungroup .sg_zalety_div {
        flex-flow: wrap;
    }
    .sungroup .sg_box_div {
        width: 100%;
        max-width: 40%;
        margin: 0 10px;
        text-align: left !important;
    }
    .sungroup .sg_steps_div .sg_row_steps .sg_col {
        max-width: 400px;
        margin: 0px;
        padding: 0px;
    }
    .sungroup .sg_header_div h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sungroup .sg_header_div.sg_kroki h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sungroup .sg_row_steps.sg_zalety_div .sg_col {
        max-width: 50%;
    }
}

@media(max-width:768px) {
    .v-content_cms .c-layout_col.is-content {
        width: 100%!important;
        padding-left: 0!important;
        border-left: 0!important;
    }
    .sungroup .sg_header_div.sg_kroki {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .sungroup .sg_steps_div {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .sg_section_div.sg_banki_div {
        margin-top: 0px!important;
    }
    .sungroup .sg_baner_div {
        margin: 30px auto 0 auto;
        display: block;
    }
}

@media(max-width:500px) {
    .sungroup .sg_number {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
    .sungroup .sg_image_sec img {
        max-width: 80px;
    }
    .sungroup .sg_header_div.sg_kroki h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .sungroup .sg_header_div {
        margin: 15px auto;
    }
}

@media(max-width:450px) {
    /* .sungroup .sg_box_div {
        max-width: 50%;
        margin: 0;
    }
    .sungroup .sg_zalety_div {
        padding: 10px 0;
    } */
    .sungroup .sg_box_div span {
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }
    .sungroup .sg_banki_div .sg_opis_banku_div {
        padding: 10px 10px;
    }
    .sungroup .sg_banki_div .sg_opis_banku_div p {
        font-size: 15px;
        line-height: 21px;
    }
}

@media(max-width:350px) {
    .sungroup .sg_box_div {
        width: 100%;
        max-width: 100%;
        margin: 10px 10px;
        text-align: left !important;
    }
}