.strona .moduly-kontakt, .strona .kontakt-form{
    display: none;
}

.strona-82 .kontakt-form, .strona-82 .moduly-kontakt{
    display: block;
}

.strona-82 h1{
    display: none
}

.strona-82 .strona-tresc-tresc{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.strona-82 .strona-tresc-tresc .k1, .strona-82 .strona-tresc-tresc .k2{
    background: white;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    border-radius: 1.3rem;
    padding: 24px;
}

.strona-82 .strona-tresc-tresc .k1 p, .strona-82 .strona-tresc-tresc .k2 p{
    margin: 0;
}

.strona-82 .strona-tresc-tresc .k1, .strona-82 .strona-tresc-tresc .k2{
    font-size: 14px;
    /* margin-bottom: 16px!important; */
}

.strona-82 .strona-tresc-tresc .k1{
    width: 100%;
    max-width: 553px;
}

.strona-82 .strona-tresc-tresc .k2{
    width: 100%;
    max-width: 608px;
}

.strona-82 .strona-tresc-tresc .k1 p:first-child, .strona-82 .strona-tresc-tresc .k2 p:first-child, .strona-82 .strona-tresc-tresc .k1 .k1-2 p:nth-child(3){
    margin-bottom: 12px;
    font-size: 16px;
}

.strona-82 .strona-tresc-tresc .k1 .k1-2 p:nth-child(2){
    margin-bottom: 16px;
}

.strona-82 .strona-tresc-tresc .k1{
    display: flex;
    gap: 32px;
    font-family: 'Lato', sans-serif;
}

.strona-82 .strona-tresc-tresc .k1 .k1-2{
    max-width: 165px;
}

.strona-82 .strona-tresc{
    margin-bottom: 0px;
    padding-bottom: 24px;
}

/* formularz kontaktowy */

.kontakt-form{
    max-width: 608px;
    width: 100%;
    padding: 24px;
    background-color: white;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    border-radius: 1.3rem;
}

.strona-82 .moduly-kontakt{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
}

.strona-82 .moduly-kontakt .menu-modul-10{
    width: 100%;
    max-width: 553px;
    height: 256px;
    padding: 24px 24px 24px 24px;
    background-color: white;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    border-radius: 1.3rem;
    position: relative;
}

.strona-82 .modul-tytul2{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    margin-bottom: 32px;
    color: black;
}

.formline{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    gap: 8px;
}

.formline input, .subskrypcja-input-tlo input{
    width: 100%;
    height: 32px;
    border: 1px solid black;
    padding: 0 16px;
    border-radius: 0.5rem;
}

.subskrypcja-input-tlo input{
    margin-bottom: 24px;
}

.strona-82 .menu-modul-10-tytul{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

.subskrypcja-tekst label{
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
}

.subskrypcja-btns-tlo{
    display: flex;
    gap: 16px;
}

.span-submit-subskrypcja-dopisz input, .span-submit-subskrypcja-wypisz input{
    border: 0px none transparent;
    background-color: #ffd2a8;
    border-radius: 0.5rem;
    padding: 8px 32px;
    cursor: pointer;
}

.span-submit-subskrypcja-wypisz input{
    background-color: #ffe6cd;
}

.span-submit-subskrypcja-dopisz input:hover, .span-submit-subskrypcja-wypisz input:hover{
    opacity: 0.7;
}

#db_Wiadomosc{
    border-radius: 0.5rem;
    border: 1px solid black;
    min-height: 129px;
}

.strona-82 .btn{
    display: flex;
    justify-content: flex-end;
}

.strona-82 .btn input{
    border: 0px none transparent;
    background-color: #ffd2a8;
    border-radius: 0.5rem;
    padding: 8px 32px;
    cursor: pointer;
}

.strona-82 .btn input:hover{
    opacity: 0.7;
}

.fa-comment-alt::before {
    display: none;
}

/* ikonka */

.moduly-kontakt{
    position: relative;
}

.moduly-kontakt:before{
    content: url(../grafika/kontakt-ikona.png);
    position: absolute;
    left: 132px;
    top: 24px;
}
