footer#footer{
    padding-block: 45px 25px;
    background-color: var(--color-accent);
    color: var(--color-white);
}

footer#footer .nav{
    display: block;
    gap: 0;
}

footer#footer .navigation ul.dropdown-menu{
    display: none;
}

footer#footer .navigation{
    color: var(--color-white);
}

footer#footer .region.region-navigation ul.nav li.nav-item a{
    color: var(--color-white);
    padding: 4px;
}

footer#footer .btn{
    color: var(--color-accent);
    border: 1px solid var(--color-white);
    background-color: var(--color-white);
    transition: 0.2s;
}

footer#footer .btn:hover{
    transform: scale(0.98);
}

footer#footer .region-search .form-type-search input {
    background-color: transparent;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

footer#footer .order-2,
footer#footer .order-3,
footer#footer .order-4 {
    margin-top: 32px;
}

footer#footer .order-4{
    text-align: right;
}

footer#footer .order-4 .col-callback{
    margin-bottom: 30px;
}

footer#footer .contact-item{
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

footer#footer .contact-item::before{
    content: '';
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

footer#footer .contact-item.phone::before{
    background-image: url('../image/phone.svg');
    width: 19px;
    height: 19px;
}
footer#footer .contact-item.mail::before{
    background-image: url('../image/mail.svg');
    width: 22px;
    height: 16px;
}
footer#footer .contact-item.address::before{
    background-image: url('../image/local.svg');
    width: 20px;
    height: 26px;
}

footer#footer .copyright {
    margin-block: 16px;
}

footer#footer .row-copiryght {
    justify-content: center;
    margin-top: 75px;
}

footer#footer .row-copiryght .privacy,
footer#footer .row-copiryght .copyright{
    display: none;
}

@media screen and (max-width: 767px) {
    footer#footer .row-copiryght .privacy,
    footer#footer .row-copiryght .copyright{
        display: block;
    }

    footer#footer .order-1 .privacy,
    footer#footer .order-1 .copyright{
        display: none;
    }
}