html {
    font-family: Manrope;
    font-size: 15px;
    font-weight: 500;
}

body {
    margin: 0;
}


#rekl_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
}

#rekl_tytul {
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
    text-align: center;
    background-color: #009DE0;
    padding: 10px;
}

#rekl_tytul2 {
    font-size: 1.2rem;
    color: #E6007E;
    font-weight: 600;
    text-align: center;
}

#rekl_opis {
    font-size: 1.1rem;
    padding: 30px 40px;
    background: aliceblue;
    margin: 0;
}



#reklama {

    background: #0083e03b;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.row-rekl {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col1-rekl {
    width: 50px;
}



.col3-rekl {
    width: 130px;
    text-align: center;
    border-left: 1px solid #b7b6b6;
    border-right: 1px solid #b7b6b6;
    padding: 0 5px 0 5px;
}

.col4-rekl {
    width: 110px;
    text-align: center;
    padding: 0 5px 0 5px;
}

.rekl-temat {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 5px 0 5px;
    color: #E6007E;
}

.rekl_numb {
    margin-top: 5px;

}

.rekl_temat_ok {
    padding: 0 5px 0 5px;
    color: #000000;
}

.rekl_dane {
    display: flex;
}


#rekl_kontakt_main {
    display: flex;
    justify-content: end;
}

#rekl_kontakt_zamow {
    color: #E6007E;
    font-weight: 700;
}



@media all and (max-width: 1000px) {
    .rekl_numb {
        font-weight: 600;

    }

    .row-rekl {
        display: block;
    }

    .col2-rekl {
        width: 100%;
    }

    .col3-rekl {
        display: flex;
        width: max-content;
        border: none;

    }

    .col4-rekl {
        display: flex;
        width: max-content;
    }

    .rekl-temat {
        align-self: flex-end;

    }

    .rekl_dane {
        justify-content: flex-end;
    }

    #reklama {
        padding: 20px 10px;
    }

    html {
        font-size: 13px;
    }

    #rekl_opis {
        padding: 20px 20px;
        background: aliceblue;
        margin: 0;
    }
}