/* start form-note */
.form-note-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* end form-note */

/* start footer */
.footer__container {
    flex-direction: column;
    gap: 20px;
}

.footer__content-top,
.footer__content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer__content-bottom-list {
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}

.footer .footer__content-bottom-list .menu__list-item:not(:last-child) {
    margin: 0;
}
/* end footer */

/* start cookies */
.cookies__content-wrapper {
    flex-direction: column;
}

.cookies__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
/* end cookies */

@media (max-width: 767px) {
    /* start footer */
    .footer__content-top,
    .footer__content-bottom {
        flex-direction: column;
    }
    /* end footer */
    
    /* start cookies */
    .cookies__btn {
        max-width: 100%;
        width: 100%;
    }
    /* end cookies */
    .scroll-socials {
        right: 10px;
    }
    
    .form-note__text {
        font-size: 12px;
    }
}