#footer {
    padding-top: 85px;
}

#footer .footer {
    padding: 75px 0 50px;
}

#footer .text {
    line-height: 1.4;
    color: rgba(255,255,255,0.8);
}

#footer .text p {
    font-size: 14px;
}

#footer .text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #fff;
}

#footer .text strong {
    color: #fff;
}

#footer .text ul {
    font-size: 16px;
}
#footer .text ul li {
    margin-bottom: 10px;
}

#footer .text a {
    color: rgba(255,255,255,0.8);
    transition: .25s ease all;
}
#footer .text a:hover {
    color: #fff;
}

.footer-col-1 {
    padding-right: 50px;
}
.footer-col-1 img {
    width: 260px;
    max-width: 100%;
}

.footer-col-2 ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.footer-col-2 li {
    width: calc(50% - 15px);
}

.footer-col-3 {
    padding-left: 50px;
}

#footer .social-icons {
    margin-top: 20px;
}
#footer .social-icons {
    display: flex;
    column-gap: 6px;
}
#footer .social-icons a.icon {
    margin: 0;
    width: 32px;
    height: 32px;
    min-height: auto;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .social-icons a i::before {
    display: none;
}
#footer .social-icons i {
    width: 22px;
    height: 22px;
    top: auto;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#footer .social-icons .icon-facebook {
    background-image: url('../img/facebook.svg');
}
#footer .social-icons .icon-instagram {
    background-image: url('../img/instagram.svg');
}
#footer .social-icons .icon-envelop {
    background-image: url('../img/email.svg');
}
#footer .social-icons .icon-phone {
    background-image: url('../img/phone.svg');
}
#footer .social-icons .icon-telegram {
    background-image: url('../img/telegram.svg');
}

@media (max-width:1279.98px) {
    .footer-col-1 {
        padding-right: 20px;
    }

    .footer-col-2 ul {
        column-gap: 20px;
    }
    
    .footer-col-3 {
        padding-left: 20px;
    }
}

@media (max-width:1151.98px) {
    #footer .large-columns-4 > *{
        flex-basis: 50%;
        max-width: 50%;
    }

    .footer-col-1 {
        padding-right: 50px;
    }

    .footer-col-3 {
        padding-left: 0;
    }
}

@media (max-width:849.98px) {
    #footer {
        padding-top: 65px;
    }

    #footer .footer {
        padding: 60px 0 45px;
    }
}

@media (max-width:639.98px) {
    #footer .large-columns-4 > *{
        flex-basis: 100%;
        max-width: 100%;
    }

    .footer-col-1 {
        padding-right: 0;
    }
}