.footer {
    background-color: #e0e0e0;
    width: 100%;
    height: 33vw;
    padding-left: 40vw;
    padding-right: 20vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
}

.biuro{
    line-height: 1.4vw;
    font-size: 1.4vw;
    margin-bottom: 4vw;
}

.tyszkiewicz {
    width: 14vw;
    margin: 2vw 0;
}

.biuro::before {
    content: "";
    border-left: 3px solid #3d3d3d;
    height: 100%;
    margin-right: 1vw;
}

.panolek {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36vw;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/mankontakt.png");
    width: 38vw;
}

.footer-inner {
    font-size: 1.3vw;
    font-weight: 300;
}

.footer-inner p:not(.contact) {
    font-size: .8vw;
    color: #adadad;
    margin-top: 1vw;
    text-align: justify;
}

.contact {
    line-height: 1.4vw;
    font-size: 0.9vw;
    color: black;
}

.contact span {
    font-size: 1.3vw;
}

.inputs {
    margin-top: 3vw;
}

@media only screen and (max-width: 992px) {
    .contact span {
    font-size: 4vw;
}
.footer {
height: unset;
padding: 10vw 10vw
}
.panolek {
    display: none;
}
.biuro{
    line-height: 4vw;
    font-size: 4vw;
    margin-bottom: 4vw;
}
.footer-inner {
    font-size: 4vw;
    font-weight: 300;
}

.footer-inner p:not(.contact) {
    font-size: 3vw;
    color: #adadad;
    margin-top: 10vw;
    text-align: justify;
}

.contact {
    line-height: 4vw;
    font-size:4vw;
    color: black;
}
.tyszkiewicz {
    width: 38vw;
    margin: 6vw 0;
    
}

}