@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.sg_fix {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.c-layout_row.c-layout_item.is-main.is-container {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
}

.sungroup .sg_top_div {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin: 75px auto;
}

.sungroup .sg_image_div {
    max-width: 350px;
    width: 100%;
}

.sungroup .sg_text_div {
    max-width: 750px;
    width: 100%;
}

.sungroup .sg_text_div p {
    font-size: 18px;
    text-align: left!important;
    line-height: 163.19%;
}

.sungroup .sg_content_div {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.sungroup .sg_box_kat {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #ededed;
    max-width: 290px;
    width: 100%;
    margin: 5px 0;
}

.sungroup .sg_box_kat span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.sungroup img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sungroup .sg_sprawdz {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    font: 500 14px/16px Roboto, Arial !important;
    text-transform: uppercase !important;
    z-index: 1;
    background-color: #FF6000;
    border-radius: 1px;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 14px;
    width: 120px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px;
}

.sungroup h1, .sungroup h2 {
    margin: 0;
    padding: 0;
}

.sungroup .sg_header_div h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FF6000;
    margin: 50px auto;
}

.sungroup .row-steps .col {
    display: flex;
    width: 365px;
    max-width: 32.33333%;
    padding: 30px 12px 0;
    -moz-box-sizing: border-box;
    flex-direction: column;
}

.sungroup .row-steps .col .number {
    background-color: #FF6000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.sungroup .row-steps .sg_row_div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 120px;
}

.sungroup .row-steps .col .number span {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

.sungroup .row-steps {
    display: flex;
    justify-content: space-between;
}

.sungroup .row-steps .col .txt {
    min-height: 120px;
    font-size: 18px;
    line-height: 27px!important;
    margin: 10px auto;
}

.sungroup .row-steps .col .txt span {
    display: inline-block;
    font-weight: bold;
    margin: 2px auto;
}

.sungroup .sg_row_div img {
    margin-top: 5px;
    margin-left: 15px;
}

.sungroup .sg_info {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    margin-top: 50px;
    text-align: left !important;
}

.sungroup .sg_kalendarz_div {
    margin: 100px auto;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.sungroup .sg_kalendarz_div p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.sungroup .sg_header_div h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0B4696;
    margin: 30px auto;
}

.sungroup .sg_box_kat span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #0B4696;
    height: 30px;
    padding: 10px 0;
}

.sungroup .sg_box_kat img {
    height: 100px;
    padding: 10px 0;
}


@media(max-width:1200px) {
    .sungroup .sg_box_kat {
        max-width: 32%;
        margin: 5px 5px;
    }
    .sungroup .sg_content_div {
        justify-content: unset;
    }
    .sungroup p {
        padding: 0 10px;
    }
}

@media(max-width:900px) {
    .sungroup .sg_box_kat {
        max-width: 33.3%;
        margin: 0px -1px;
    }
    .sungroup .row-steps {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }
    .sungroup .row-steps .col {
        width: 500px;
        max-width: 50%;
        padding: 0px 12px;
        align-items: center;
        justify-content: flex-start;
    }
    .sungroup .sg_kalendarz_div {
        margin: 30px auto;
    }
    .sungroup .sg_info {
        margin-top: 10px;
    }
    .sungroup .sg_top_div {
        margin: 25px auto;
    }
}

@media(max-width:768px) {
    .sungroup .sg_image_div, .sungroup .sg_text_div {
        max-width: 100%;
        width: 100%;
        margin: 0px;
    }
    .sungroup .sg_top_div {
        flex-flow: wrap;
    }
    .sungroup .sg_box_kat {
        max-width: 49%;
        margin: 0px 0px;
        min-height: unset;
    }
    .sungroup .sg_box_kat span {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }
    .sungroup .sg_box_kat img {
        height: 80px;
    }
    .sungroup .sg_header_div h3 {
        font-size: 24px;
    }
    .sungroup .row-steps .col {
        max-width: 100%;
    }
    .sungroup .sg_header_div h2 {
        font-size: 26px;
        margin: 15px 10px;
    }
    .sungroup .sg_content_div {
        justify-content: center;
    }
    .sungroup .sg_image_div {
        max-width: 200px;
        margin: 0 10px;
    }
    .sungroup .sg_top_div {
        justify-content: unset;
    }
    .sungroup .sg_text_div p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .sungroup .sg_top_div {
        margin: 10px auto;
    }
}
