#sg_b .sg_form_red{
    color: #E52713;
    font-size: 26px;
    font-weight: 700;
    padding: 0px 10px;
}

#sg_b .sg_color_red{
    color: #E52713;
}

#sg_b.sungroup .produkty{
    max-width: 1360px;
    margin: 0 auto;
}

#sg_b.sungroup .sg_o_tile{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
}
#sg_b.sungroup .sg_o_tile img{
    max-width: 100%;
    height: auto;
}
#sg_b.sungroup .sg_btn_spec{
    margin: 0 auto;
    margin-top: 20px;
    width: 470px;
    max-width: 100%;
    padding-bottom: 30px;
}

#sg_b.sungroup .sg_btn_spec .btn{
    font-size: 34px;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media(max-width:600px){
    #sg_b.sungroup .sg_btn_spec .btn{
        font-size: 19px;
        display: block!important;
    }
    #sg_b.sungroup .sg_btn_spec > a{
        display: block!important;
    }
}