footer {
    /* padding: 64px 0; */
    background-color: var(--primary-500);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

footer .line {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 576px) {
    footer {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
    }
}

.section__footer {
    background-color: var(--primary-color);
    padding: 114px 0 134px
}

.section__footer .footer__left--img img {
    width: 84px;
    height: auto;
    object-fit: cover
}

.footer__left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.footer__left .footer__copyright .footer__left--text {
    line-height: 1;
    margin-bottom: 0
}

.section__footer .footer__left--text {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0
}

.section__footer .footer__left--text.location {
    margin-bottom: 24px
}

.section__footer .footer__center--list {
    list-style: none
}

.section__footer .footer__center--link {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    display: block;
    text-decoration: none;
    width: fit-content;
    transition: all .3s linear;
    margin-bottom: 20px;
    white-space: nowrap
}

.section__footer .footer__center--item:last-child .footer__center--link {
    margin-bottom: 0
}

.section__footer .footer__left--group {
    margin-top: 24px
}

.section__footer .menu-item:not(:last-child) .footer__center--link {
    margin-bottom: 17px
}

.section__footer .footer__center--link:hover {
    transform: translateX(5px);
    font-weight: 400;
    transition: transform .3s linear
}

.section__footer .footer__right--group {
    gap: 0 16px
}

.section__footer .footer__hastag {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    display: block
}

.section__footer .footer__right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section__footer .footer__right-text {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 16px
}

.section__footer .footer-line {
    content: '';
    display: block;
    height: .5px;
    width: 100%;
    background-color: #fff;
    margin: 40px 0
}

.section__footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section__footer .footer__right--socials {
    display: flex;
    align-items: center;
    gap: 24px
}

.section__footer .footer__right--form {
    position: relative
}

.section__footer .footer__copyright .footer__left--text {
    font-size: 14px
}

.section__footer .footer__right--socials .footer__right-text {
    margin-bottom: 0
}

.section__footer .footer__right--form label.error {
    position: absolute;
    top: 100%;
    left: 20px;
    color: #970000;
    display: none
}

.section__footer .footer__right--form input {
    width: 100%;
    border-radius: 24px;
    height: 40px;
    border: 0;
    padding-left: 20px;
    letter-spacing: .64px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    background: 0 0;
    border: 1px solid #fff
}

.section__footer .footer__right--form input::placeholder {
    letter-spacing: .64px;
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.section__footer .footer__right--form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0 16px;
    border-radius: 24px;
    border: 0;
    background-color: var(--secondary-color);
    transition: all .3s linear
}

.section__footer .footer__right--bottom p {
    margin-bottom: 0
}

.section__footer .footer__right--form button:hover {
    transform: scale(1.06);
    transition: all .3s linear
}

.section__footer .footer__right--form button span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px
}

.section__footer .footer__right--item {
    transform: scale(1);
    transition: all .3s linear
}

.section__footer .footer__right--item:hover {
    transform: scale(1.06);
    transition: all .3s linear
}

.section__footer .footer__right--item img {
    height: 22px;
    width: auto
}

.section__footer .footer__left--text a {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .section__footer {
        padding: 80px 0
    }
}

@media screen and (max-width: 991px) {
    .section__footer {
        padding: 60px 0
    }

    .section__footer .footer__right {
        margin-top: 30px;
        height: fit-content
    }

    .section__footer .footer__left {
        gap: 10px;
        margin-bottom: 30px;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: fit-content
    }

    .section__footer .footer__hastag {
        margin-bottom: 0;
        margin-top: 0
    }

    .section__footer .footer__right--socials {
        margin-bottom: 20px
    }

    .section__footer .footer__center--link {
        margin: auto;
        padding-bottom: 8px
    }

    .section__footer .footer__hastag,
    .section__footer .footer__right-text {
        text-align: center
    }

    .section__footer .footer__right--group {
        justify-content: center
    }

    .section__footer .footer__left--text {
        margin-bottom: 0;
        color: #fff
    }

    .footer__right--bottom {
        width: 90%;
        margin: auto
    }
}

@media screen and (max-width: 768px) {
    .footer__left--text.location {
        width: 100%;
        margin: auto
    }

    .section__footer .footer__left--group {
        margin-top: 16px
    }

    .section__footer .footer__left--text.location {
        margin-bottom: 16px;
        line-height: 24px
    }

    .section__footer .footer__center--link {
        margin: 0 0 16px;
        font-size: 14px
    }

    .section__footer .footer__left {
        margin-bottom: 40px
    }

    .section__footer .footer__hastag {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 24px
    }

    .section__footer .footer__right-text {
        text-align: center;
        margin-bottom: 8px
    }

    .section__footer .footer__bottom {
        flex-direction: column-reverse
    }

    .section__footer .footer-line {
        margin: 30px 0;
        width: 100%;
    }

    .section__footer .footer__right--socials {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 576px) {
    .footer__left--text.location {
        width: 100%;
        margin: auto
    }
}

@media screen and (max-width: 361px) {
    .section__footer .container .row .col-6.pl-0 .footer__center--list .footer__center--item:nth-child(3) .footer__center--link {
        padding-right: 20px;
        white-space: wrap;
        line-height: 22px
    }
}