.custom-footer__contact {
    background: linear-gradient(90deg, #02C1A6 0%, #00CD7C 100%);
    border-radius: 20px;
    padding: 0 2em;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    min-height: 140px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.custom-footer__contact .container {
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: space-between;
    background: transparent;
    padding: 0;
    position: relative;
}

.custom-footer__contact h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    flex: 1 1 auto;
}

.custom-footer__contact h4 p {
    color: #eafff7;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0 0;
    text-transform: none;
    letter-spacing: 0;
}

.custom-footer__contact .contact-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    box-shadow: none;
    margin-left: auto;
    z-index: 2;
}

.custom-footer__contact .contact-box ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-footer__contact .contact-box li {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.custom-footer__contact .tel {
    display: flex;
    align-items: center;
    position: relative;
}

.custom-footer__contact .tel a {
    color: #fff;
    font-size: 25.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* 
.custom-footer__contact .contact-box li::after {
content: " (Každý den : 8:00 -20:00)";
color: #eafff7;
font-size: 1rem;
font-weight: 400;
margin-left: 12px;
white-space: nowrap;
} */

.custom-footer__contact .container::after {
    content: "";
    display: block;
    position: absolute;
    right: 24%;
    top: 17.5%;
    width: 231px;
    height: 177px;
    background: url(https://www.fogano.cz/user/documents/upload/obrazky/footer-logo.png) no-repeat center / contain;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1030px) {

    .custom-footer__contact .container>* {
        flex: 1 1 100% !important;
        width: 100% !important;
        text-align: center;
        padding: 32px 0;
    }

    .custom-footer__contact {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 16px;
        min-height: unset;
    }

    .custom-footer__contact .container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        margin-bottom: 11em;
    }

    .custom-footer__contact .contact-box {
        justify-content: center;
    }

    .custom-footer__contact::after {
        width: 90px;
        height: 90px;
        right: 8px;
        bottom: 0;
    }

    .custom-footer__contact .tel a {
        margin-left: 48px;
    }

    .custom-footer__contact .container::after {
        right: 0%;
        top: 93%;
        height: 220px;
        width: 100%;
    }
}

@media (max-width: 1293px) and (min-width: 1216px) {
    .custom-footer__contact .container::after {
        right: 28%;
        top: 25%;
        width: 190px;
    }
}

@media (min-width: 1294px) {
    .custom-footer__contact .container::after {
        right: 28%;
    }
}

@media (max-width: 1215px) and (min-width: 1031px) {
    .custom-footer__contact .container::after {
        content: none !important;
    }
}

@media (max-width: 767px) {
    .custom-footer__contact .container::after {
        top: 86%;
    }
}

@media (max-width: 702px) {
    .custom-footer__contact .container::after {
        top: 86.5%;
    }
}

@media (max-width: 416px) {
    .custom-footer__contact .container::after {
        top: 109%;
        height: 150px;
    }
}

.contact-box ul li>span.tel::before {
    color: white;
}

.contact-box ul li>span::before {
    background-color: #57DAB5;
    border-radius: 12.75px;
    width: 55px;
    display: flex !important;
    height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 1030px) {

    footer#footer {
        position: relative;
        padding-top: 6em;
    }

    .custom-footer__contact.col-sm-4 {
        position: absolute;
        left: 5%;
        bottom: 78%;
    }
}