footer {
    background: var(--wp--preset--color--dark-blue);
    color: #fff;
    margin-top: 20px
}

.block-footer {
    max-width: calc(var(--wp--style--global--content-size) * 2) !important;
}

.block-footer .title {
    color: #fafafa;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 48px;
}


.block-footer .social-box .social-list .social {
    width: 48px;
    height: 48px;
    margin-right: 48px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    mask-size: cover;
    mask-repeat: no-repeat;
}

.block-footer .social-box .social-list .social:after {
    display: none;
}

.block-footer .social-box .social-list .social.facebook {
    background-color: var(--wp--preset--color--background);
    -webkit-mask-image: url(../../assets/images/facebook.svg);
    mask-image: url(../../assets/images/facebook.svg);
}

.block-footer .social-box .social-list .social.instagram {
    background-color: var(--wp--preset--color--background);
    -webkit-mask-image: url(../../assets/images/instagram.svg);
    mask-image: url(../../assets/images/instagram.svg);
}

.block-footer .social-box .social-list .social.youtube {
    background-color: var(--wp--preset--color--background);
    -webkit-mask-image: url(../../assets/images/youtube.svg);
    mask-image: url(../../assets/images/youtube.svg);
}

.block-footer .social-box .social-list .social.linkedin {
    background-color: var(--wp--preset--color--background);
    -webkit-mask-image: url(../../assets/images/linkedin.svg);
    mask-image: url(../../assets/images/linkedin.svg);
}

.block-footer .social-box .social-list .social.twitter {
    background-color: var(--wp--preset--color--background);
    -webkit-mask-image: url(../../assets/images/x.svg);
    mask-image: url(../../assets/images/x.svg);
}

.block-footer .social-box .social-list .social.twitter:hover,
.block-footer .social-box .social-list .social.instagram:hover,
.block-footer .social-box .social-list .social.youtube:hover,
.block-footer .social-box .social-list .social.linkedin:hover,
.block-footer .social-box .social-list .social.facebook:hover {
    background-color: var(--wp--preset--color--primary);
}

.block-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 16px;
}

.block-footer .footer-bottom ul {
    margin-left: 0px;
    padding-left: 0;
}

.block-footer .footer-bottom li {
    list-style: none;
    margin-bottom: 24px;
}

.block-footer .footer-bottom li a {
    font-size: 28px;
    color: var(--wp--preset--color--background);
}

.block-footer .footer-bottom li a:hover {
    color: var(--wp--preset--color--secondary);
}

.block-footer .footer-bottom li a:after {
    display: none;
}

.block-footer .footer-coppy {
    padding: 40px 0;
    border-top: 2px solid #555c5f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-footer .footer-logo {
    display: block;
    width: 400px;
    height: 216px;
    background-size: contain;
    background-repeat: no-repeat;
}

.block-footer .footer-logo:after {
    display: none;
}

.block-footer .footer-coppy ul {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.block-footer .footer-coppy li {
    list-style: none;
    padding-right: 66px;
}

.block-footer .footer-coppy .coppyright,
.block-footer .footer-coppy li a {
    font-size: 28px;
    color: var(--wp--preset--color--background);
}

.block-footer .footer-coppy li a:after {
    display: none;
}

.block-footer .footer-coppy li a:hover {
    color: var(--wp--preset--color--secondary);
}

.block-footer .footer-coppy .footer-coppy-left {
    display: flex;
    align-items: center;
}

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

    .block-footer {
        max-width: var(--wp--style--global--content-size) !important;
    }

    .block-footer .title {
        font-size: 18px;
        margin-bottom: 24px;
    }


    .block-footer .social-box .social-list .social {
        width: 24px;
        height: 24px;
        margin-right: 24px;
    }

    .block-footer .footer-bottom li {
        margin-bottom: 12px;
    }

    .block-footer .footer-bottom li a {
        font-size: 14px;
    }

    .block-footer .footer-coppy {
        padding: 20px 0;
        border-top: 1px solid #555c5f;
    }

    .block-footer .footer-logo {
        width: 200px;
        height: 108px;
    }

    .block-footer .footer-coppy li {
        padding-right: 33px;
    }

    .block-footer .footer-coppy .coppyright,
    .block-footer .footer-coppy li a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1400px) {
    .block-footer {
        padding: 0 5vw;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1250px) {
    .block-footer .footer-coppy .footer-logo {
        margin-right: 20px;
    }

    .block-footer .footer-coppy li {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .block-footer {
        padding: 0 20px;
    }

    .block-footer .footer-logo {
        margin-right: 20px;
    }

    .block-footer .footer-top {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .block-footer .footer-top .title {
        margin-bottom: 16px;

    }

    .block-footer .title {
        display: flex;
        justify-content: space-between;
    }

    .block-footer .title:after {
        content: "";
        background-color: var(--wp--preset--color--background);
        -webkit-mask-image: url(../../assets/images/arrow-up.svg);
        mask-image: url(../../assets/images/arrow-up.svg);
        mask-size: cover;
        mask-repeat: no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        display: inline-block;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        cursor: pointer;
        margin-top: 6px;
        transform: rotate(180deg);
    }

    .block-footer .footer-menu-box.active .title:after {
        transform: rotate(0deg);
    }

    .block-footer .footer-bottom {
        flex-wrap: wrap;
    }

    .block-footer .footer-menu-box {
        flex: 0 0 24%;
    }

    .block-footer .footer-menu-box.logo-menu {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
    }

    .block-footer .footer-bottom ul {
        margin-bottom: 28px;
    }
}

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

    .block-footer .footer-coppy,
    .block-footer .footer-coppy ul,
    .block-footer .footer-coppy .footer-coppy-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .block-footer .footer-menu-privacy {
        margin-bottom: 0px;
    }

    .block-footer .footer-coppy .footer-logo {
        margin-right: 0;
    }

    .block-footer .footer-coppy li {
        padding-right: 0;
        padding-bottom: 16px;
    }

    .block-footer .footer-menu-box,
    .block-footer .footer-menu-box {
        flex: 0 0 100%;
    }

    .block-footer .footer-coppy,
    .block-footer .footer-coppy .footer-coppy-left {
        align-items: flex-start;
    }

    .footer-menu-box .footer-menu {
        display: none;
    }
}