.footer  {
    background: #3B4E48;
    padding-top: 110px;
    padding-bottom: 286px;
    position: relative;
}

.footer__wrapper {
    display: flex;
    gap: 237px;
    margin-bottom: 73px;
}

.footer__info {
    flex-basis: 453px;
}

.footer__logo-link {
    display: flex;
    margin-bottom: 20px;
}

.footer__logo {
    width: 73px;
    height: 74px;
    object-fit: contain;
}

p.footer__info-text {
    color: #bed0c9;
    margin-bottom: 20px;
}

.footer__email,
.footer__linkedin {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: 'Bodoni Antiqua URW Light', sans-serif;
    line-height: 1;
    letter-spacing: -0.04em;
}

.footer__email-icon,
.footer__linkedin-icon {
    width: 24px;
    height: 24px;
}

.footer__email {
    margin-bottom: 13px;
}

.footer__menus {
    display: flex;
    gap: 83px;
    flex-wrap: wrap;
}

.footer__menu-heading  {
    margin-bottom: 30px;
}

.footer__menu li:not(:last-child) {
    margin-bottom: 9.5px;
}

.footer__menu li * {
    color: #bed0c9;
    transition: all 0.3s ease;
}

.footer__menu li:hover * {
    color: #FFF;
}

.footer__center {
    font-size: 150px;
    text-transform: uppercase;
    line-height: 1;
    padding: 40px 0;
    margin-bottom: 30px;
    position: relative;
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-align: center;
}

.footer__central-picture {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 79.85%;
    max-width: 1150px;
    object-fit: contain;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.footer__copyright,
.footer__powered *{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #8b9b96;
    z-index: 1000;
    position: relative;
}

.footer__powered a {
    color: #FFF;
}

.footer-logo-size .footer__logo{
    width: 140px;
    height: 78px;
}

.footer__logo-link.footer-logo-size {
    margin-bottom: 17px;
}

@media screen and (min-width: 1600px) {
    .footer__menus,
    .footer__info {
        flex-grow: 1;
    }
}

@media screen and (max-width: 1599.98px) {
    .footer__logo {
        width: 63px;
        height: 64px;
        object-fit: contain;
    }

    .footer-logo-size .footer__logo{
        width: 130px;
        height: 68px;
    }

    .footer__copyright,
    .footer__powered *{
        font-size: 12px;
    }

    .footer__center {
        font-size: 139px;
    }

}

@media screen and (max-width: 1199.98px) {
    .footer__wrapper {
        gap: 150px;
    }

    .footer {
        padding-bottom: 200px;
        padding-top: 90px;
    }

    .footer__center {
        font-size: 100px;
    }

    .footer__central-picture {
        width: 70%;
    }

    .footer__menu li:not(:last-child) {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1024.98px) {
    .footer__center {
        font-size: 70px;
    }

    .footer__wrapper {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }

    .footer__info,
    .footer__menus {
        flex-basis: 100%;
    }

    .footer__menus {
        border-top: 2px dashed rgba(255, 255, 255, 0.2);
        border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        column-gap: 73px;
        row-gap: 30px;
    }

    .footer__logo {
        width: 55px;
        height: 55px;
    }


    .footer-logo-size .footer__logo{
        width: 100px;
        height: 50px;
    }

    .footer__center {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .footer__menu-heading {
        margin-bottom: 20px;
    }

    .footer {
        padding-bottom: 150px;
        padding-top: 70px;
    }

    .footer__copyright {
        max-width: 199px;
    }

    .footer__central-picture {
        width: 79.5%;
    }

    .footer__email-icon, .footer__linkedin-icon {
        width: 22px;
        height: 22px;
    }

    .footer__menu li:not(:last-child) {
        margin-bottom: 6px;
    }

    p.footer__info-text {
        line-height: 1.5;
    }
}

@media screen and (max-width: 599.98px) {
    .footer__center {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .footer__logo {
        width: 45px;
        height: 45px;
    }

    .footer-logo-size .footer__logo{
        width: 86px;
        height: 44px;
    }

    .footer__copyright,
    .footer__powered *{
        font-size: 11px;
    }

    .footer__menu-heading {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .footer {
        padding-bottom: 71px;
        padding-top: 50px;
    }

    .footer__copyright {
        max-width: 102px;
    }

    .footer__powered {
        text-align: end;
        max-width: 116px;
    }

    .footer__central-picture {
        width: 100%;
        max-width: 346px;
    }

    .footer__email-icon, .footer__linkedin-icon {
        width: 20px;
        height: 20px;
    }

    .footer__menu li:not(:last-child) {
        margin-bottom: 7px;
    }

    .footer__logo-link.footer-logo-size {
        margin-bottom: 23px;
    }

    .footer__email, .footer__linkedin {
        letter-spacing: 0.001em;
    }

    .footer__email {
        margin-bottom: 10px;
    }

    .footer__menus {
        row-gap: 33px;
    }
}

