#footer {
    background: black;
}
.footer_logo_box {
    margin-bottom: 20px;
}
.footer_main_content {
    display: flex;
}
.contact_info_elements_container {
    display: flex;
    flex-direction: column;
    gap: 15px
}
.contact_info_element {
    display: flex;
    flex-direction: column;
}
.contact_info_shop_sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.contact_info_shop_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--mainColor)
}
.contact_info_address {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact_info_address a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white !important;
}
.contact_info_email {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--mainColor)
}
.footer-container li {
    margin-bottom: 0;
}
.footer-container li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.custom_offer_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 55px;
}
.custom_offer_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: white;
}
.copyright_footer_container span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer_main_content .block-contact {
    padding-left: 0;
}
.contact_info_elements_container {
    padding-left: 0;
}
#index #footer #pp_home_custom_html_1 {
    display: none !important;
}
@media(max-width: 768px) {
    .footer_main_content {
        flex-direction: column;
    }
    .custom_offer_block {
        margin-left: 0;
        margin-bottom: 15px;
    }
}
@media(min-width: 768px) {
    #custom-text img {
        max-width: 135px;
    }
}
@media(max-width: 768px) {
    .custom_offer_title {
        color: var(--mainColor)
    }
    .copyright_footer_container {
        padding: 0 15px
    }
}