
.footer--request {
    margin: 64px 0px 36px;
}

.footer--request .button {
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-main{
    background: var(--primary-bg);
}

.footer--columns {
    text-align: center;
    padding: 32px 40px;
}

.footer--title {
    display: flex;
    flex-direction: column;
}

.footer--columns .social--icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0px;
}

.footer--columns .social--icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0px;
}

.footer--logo {
    display: none;
}

.social--icons .img--icon {
    margin: 0px 8px;
}

.copywriting--text {
    margin: 0;
    font-weight: 700;
    font-size: var(--small-text-size);
}

.icon--social-link img {
    width: 32px;
    height: 32px;
}

.image--globuse img{
    width: 110px;
    height: 80px;
    object-fit: contain;
}


@media screen and (max-width: 1024px){
    .footer--columns {
        padding: 32px 20px;
    }
}

@media screen and (max-width: 480px){
    .footer-main {
        margin-top: 60px;
    }
    .footer--columns {
        padding: 8px 16px;
    }
    .footer--title {
        flex-direction: column-reverse;
        margin-top: -45px;
    }
    .footer--title h3 {
        margin: 12px 0px 0px;
    }
    .footer--columns  .social--icons{
        margin: 12px 0px;
    }
    .social--icons .img--icon {
        margin: 0px 6px;
    }
    .footer--logo {
        display: flex;
        margin: 0 auto;
        margin-bottom: 16px;
        width: 110px;
    }
    .footer--logo  .logo img {
        width: 110px;
    }
    .copywriting--text {
        font-size: 10px;
        line-height: 14px;
    }
    .footer--request {
        margin: 56px 0px 96px;
    }
}

















