footer {
    margin: 0;
    width: 100%;



}
.footer-fon {
    display: grid;
    grid-template-columns: 1fr minmax(900px, 1450px) 1fr;
    align-items: stretch;
    gap: 0;
    width: 100%;
}
@media (max-width: 1100px) {
    .footer-fon {
        display: none;
    }

}
.footer-fon-center {
    min-width: 0;
    width: 100%;
    height: 550px;
    background: #3b3b3b;
    background-image: url("/assets/img/fon-razrez-yellow.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    background-origin: border-box;
    background-clip: border-box;
}
.footer-fon-left {
    min-width: 0;
    background: #3b3b3b;
}
.footer-fon-right {

    background: #f9c115;
    min-width: 0;
    margin-left: -1px;
}
.footer-inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1450px;
}
.footer-content {
    margin-left: 10px;
    margin-right: 25px;
    display: grid;
    width: 100%;
}
.footer-1 {
    width: 35%;
    justify-content: left;
    margin-left: 5px;
    display: grid;
    min-height: 100px;
    height: 470px;
}
.footer-1-up {
    height: 270px;
    margin-top: 45px;

    text-align: center;
    align-content: center;

}
.footer-karta {
    width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer-karta img {
    width: 400px;
    margin-top: 45px;
    border-radius: 5px;
}
.footer-karta iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 5px;
}
.footer-1-down {
    height: 200px;

    align-content: center;
    justify-self: center;

}
.footer-contacts {
    display: grid;
    color: #ffffff;
    width: 400px;
    font-weight: 200;

}
.footer-adres-icon img {
    width: 25px;
    margin-right: 15px;
}
.footer-email-icon img {
    width: 23px;
    margin-right: 15px;
    margin-left: 2px;
    margin-top: 2px;
}
.footer-tel-icon img {
    width: 21px;
    margin-right: 15px;
    margin-left: 3px;
    margin-top: 2px;
}
.footer-adres {
    display: flex;
}
.footer-tel {
    display: flex;
}
.footer-email {
    display: flex;
}
.footer-adres-text, .footer-tel-text, .footer-email-text {

}


.footer-2 {
    width: 35%;

    display: grid;
    min-height: 100px;

}
.footer-2-up {
    height: 120px;

    align-content: center;
    justify-self: center;

}
.footer-2-down {
    height: 340px;

    align-content: center;
    justify-self: center;

}
.footer-3 {
    width: 10%;

    display: grid;
    min-height: 100px;
}

@media (max-width: 1250px) {
    .footer-3 {
        width: 5%;
    }
}
@media (max-width: 1050px) {
    .footer-3 {
        width: 1%;
    }
}

.footer-4 {
    width: 20%;

    display: grid;
    min-height: 100px;
}
.footer-4-up {
    height: 250px;

    text-align: center;
}
.footer-4-up img {
    width: 200px;
    margin-top: 40px;
}
.footer-4-down {
    height: 200px;
    text-align: right;

    align-content: center;
    justify-self: center;
}
.footer-content-up {
    display: flex;
}
.footer-footer {
    display: flex;
}
.footer-footer-left {
    width: 50%;
    display: flex;
    justify-content: left;


}
.footer-footer-right {
    width: 50%;
    display: flex;
    justify-content: right;
    color: #fff;
    font-weight: 250;
    font-size: 14px;
    font-weight: 400;

}
.footer-dev {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;

}
.footer-copyright {
    background: #3b3b3b;padding: 10px;
    border-radius: 0px 5px 5px 0px;
}
