.copyright p {
    margin: 0;
}
.footer_contact a,
.footer_info a{
    color: #ffffff;
    text-decoration: none;
}

.footer_contact a:hover,
.footer_info a:hover{
    color: #D1B399;
    text-decoration: none;
}
.footer_info,
.footer_contact,
.footer_else {
    align-self: start;
}
@media screen and (min-width: 1120px) {

    .footer {
        width: 100%;
        height: 25rem;
        background-color: #323232;
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgba(209, 179, 153, 0.38);


    }

    .footer_inside1 {
        display: grid;
        grid-template-columns: repeat(3, 300px);
        min-height: 300px;
        gap: 2px;
        margin: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        font-weight: 300;
        font-size: 17px;

    }

    .footer_inside2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .copyright {
        font-weight: 300;
        font-size: 17px;
        color: #ffffff;
        text-align: center;

    }



    .footer_naglowek {
        font-weight: 500;
        font-size: 20px;
        color: #D1B399;
        margin-bottom: 0;
    }

    .footerimg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }



    .linialight {
        width: 100px;
        left: 0;
        height: 1px;
    }

    .footer_naglowek_container {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 1120px) {
    .footer {
        height: 40%;
        width: 100%;
        background-color: #323232;
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgba(209, 179, 153, 0.38);
    }

    .footer_inside1 {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-left: 1rem;
        margin-right: 0.5rem;
        justify-content: left;
        align-items: center;
        text-align: left;
        color: white;
        font-weight: 300;
        font-size: 14px;

    }
    .footer_inside2 {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .copyright {
        font-weight: 300;
        font-size: 12px;
        margin-left: 1rem;
        color: #ffffff;
        text-align: center;
    }
    .footer_naglowek {
        font-weight: 500;
        font-size: 17px;
        color: #D1B399;
        margin-bottom: 0;
    }
    .footerimg {
         vertical-align: middle;
         width: 12px;
         height: 12px;
         margin-right: 4px;
         margin-bottom: 2px;
     }
    .linialight {
        width: 40px;
        left: 0;
        height: 1px;
    }
}
.bold {
    font-weight: bold;
}
.copyright a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.copyright a:hover{
    color: #D1B399;
}
.pp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}