footer{
    background : #000000 url(../img/footer_mobile_bg.jpg) bottom right / cover no-repeat;
    color: #fff;
    padding-top: 60px;
    font-size: 18px;
}
footer a.logo{
    display: inline-block;
    max-width: 240px;
    margin-top: 9px;
}
footer a.logo img{
    height: 130px;
}
footer .socials{
    display: flex;
}
footer .socials a{
    display: flex;
    margin: 15px 20px 0 0;
    width : 30px;
    height : 30px;
}
footer .socials a svg {
    transition: all .2s linear;
    width : 100%;
    fill: #fff;
}
footer .socials a:hover svg {
    fill: var(--wp--preset--color--brand-1);
}
footer .container{
    display: flex;
    flex-direction: column;
}
footer h6{
    margin: 40px 0 30px;
}
footer .column_title h5{
    margin: 0;
}
footer .footer_column{
    margin: 30px 0;
}
footer .footer_column .column_title{
    min-height: 54px;
    color: var(--wp--preset--color--brand-2);
}
footer .about_company_text {
    margin-top: 20px;
}
footer .about_company_text b{
    font-weight: 600;
}
footer .footer_links a{
    display: block;
    margin-bottom: 15px;
}
footer .footer_column a{
    transition: color .2s linear;
}
footer .footer_column a:hover{
    color: var(--wp--preset--color--brand-1);
}
footer .icon{
    fill: #FFC82C;
    width: 15px;
    min-width: 15px;
    margin-right: 8px;
    height: 15px;
    margin-top: 7px;
}
footer .address,
footer .email,
footer .website,
footer .phone{
    display: flex;
    margin-top: -5px;
    line-height: 2;
    margin-bottom: 14px;
}
footer .address p{
    margin: 0;
}
footer a{
    color: #fff;
}
footer .hours_column{
    max-width: 250px;
}
footer .hours_wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.copyright_wrap{
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}
.copyright_wrap .container{
    justify-content: center;
}
@media(min-width: 601px){
    footer{
        font-size: 14px;
        background : #000000 url(../img/footer_bg.jpg) bottom right / cover no-repeat;
    }
    .copyright_wrap{
        font-size: 10px;
    }
}
@media(min-width: 1025px){
    footer{
        padding-top: 0;
    }
    footer .container{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
    footer .footer_column.contact_column{
        width : 170px;
    }
    footer .footer_column{
        margin: 60px 0;
    }
    footer a.logo {
        max-width: 140px;
    }
}
@media(min-width: 1480px){
    footer .footer_column{

    }
    footer a.logo {
        max-width: 240px;
    }
}


