.footer {
    padding-top: 68px;
    padding-bottom: 63px;
    background: #ffc91a;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.custom-empty-footer.footer-static {
    display: none;
}

.footer-static.footer {
    position: relative!important;
    display: block!important;
}

.wp-admin .footer {
    position: relative;
}

.custom-empty-footer {
    position: relative;
    z-index: -101;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.footer__left-block {
    flex-basis: 634px;
}

.footer__right-block {
    flex-basis: 432px;
}

.footer__company-name {
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer__phones-heading {
    font-size: 24px;
    color: #421e05;
}

.footer__phone-numbers {
    display: flex;
    flex-direction: column;
	width: fit-content;
}

.footer__phone-number {
    color: #421e05;
    font-size: 60px;
    letter-spacing: -0.01em;
	text-align-last: justify;
}

.footer__schedule {
    font-size: 24px;
    color: #421e05;
}

.footer__schedule-socials {
    margin-bottom: 35px;
    display: flex;
    gap: 32px;
    align-items: center;
}

.footer__socials-wrapper {
    display: flex;
    gap: 12px;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
}

.footer__social-link {
    display: inline-block;
    height: 29px;
    transition: all 0.3s ease;
}

.footer__social-link:hover {
    transform: scale(1.1);
}

.footer__social-link img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.footer__bottom-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer__bottom-menu ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer__bottom-menu-item {
    font-size: 14px;
    line-height: 150%;
    color: #141414;
    opacity: 0.5;
    transition: all 0.5s ease;
}


.footer__rights {
    opacity: 0.5;
    font-size: 14px;
}

.footer__menu {
    gap: 32px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #a45c04;
}

.footer__menu-heading {
    font-size: 12px;
    line-height: 131%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #421e05;
    min-width: 108px;
    max-width: 108px;
}

.footer__menus-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__right-block ul li:not(:last-child) {
    margin-bottom: 12px;
}

.footer__right-block ul li a {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    line-height: 131%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #a45c04;
    transition: all 0.5s ease;
}

.footer__right-block ul li:hover a {
    color: #421e05;
}

.footer__left-block ul li a {
    font-size: 14px;
}

.menu-item {
    transition: all 0.5s ease;
}

.footer__right-block .menu-item {
    opacity: 1;
}

.menu-item:hover,
.footer__bottom-menu-item:hover {
    opacity: 1;
}

.bottom-menu-mobile {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .footer__phone-number {
        font-size: 45px;
    }
}

@media screen and (max-width: 1023.98px) {

    .footer {
        padding-bottom: 59px;
        position: relative;
    }

    .custom-empty-footer {
        display: none;
    }

    .footer__phone-number {
        font-size: 40px;
        letter-spacing: normal;
    }


    .footer__schedule-socials {
        margin-bottom: 0px;
    }

    .footer__bottom-wrapper {
        display: none;
    }

    .footer__bottom-wrapper.bottom-menu-mobile {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer__bottom-menu {
    }

    .footer__bottom-menu ul {
        gap: 12px;
        display: flex;
        justify-content: space-between;
    }

    .footer__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }

    .footer__left-block,
    .footer__right-block {
        flex-basis: fit-content;
    }

    .footer__right-block {
        width: 100%;
    }

    .footer__rights {
        min-width: fit-content;
        max-width: fit-content;
    }

}

@media screen and (max-width: 767.98px) {
    .footer {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .footer__company-name {
        margin-bottom: 35.5px;
    }

    .footer__phones-heading {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .footer__phone-numbers {
        margin-bottom: 4px;
    }

    .footer__phone-number {
        font-size: 30px;
    }

    .footer__schedule {
        font-size: 20px;
        color: #a45c04;
    }

    .footer__wrapper {
        gap: 36px;
    }

    .footer__bottom-menu-item,
    .footer__rights {
      opacity: 1;
    }

    .footer__bottom-menu-item {
        color: #a45c04;
    }

    .footer__bottom-menu-item:hover {
        color: #421e05;
    }

    .footer__rights {
        color: #141414;
    }

    .footer__social-link {
        height: 25px;
    }
}

@media screen and (max-width: 599.98px) {
    .footer__bottom-wrapper.bottom-menu-mobile {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__rights {
        order: 100;
    }


    .footer__schedule-socials {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}