.footer-menu__list {
    display: -ms-flexbox;
    display: flex
}

.footer-menu__list {
    -ms-flex-pack: center;
    justify-content: center
}

.footer {
    margin-top: 3.5rem;
    text-align: center
}

.footer .row {
    max-width: 37%
}

.footer__logo {
    display: block;
    margin-bottom: .75rem
}

.footer__logo img {
    height: 2rem
}

.footer__copyright {
    margin-bottom: .625rem
}

.footer__social {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    margin: 0 auto 1.875rem;
    padding-bottom: 2.125rem;
    text-align: left
}

.footer__social:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem;
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .footer__social {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .footer__social:after {
        height: .375rem;
        width: .375rem;
        bottom: -0.1875rem
    }
}

.footer__img {
    margin-bottom: 1.25rem
}

.footer__img img {
    width: 120px;
}

.footer__license {
    margin-bottom: 1rem
}

.footer__license span {
    margin-right: .5rem
}

.footer__license img {
    width: 5.3125rem
}

.footer__decor img {
    width: 10.375rem
}

.footer-menu {
    margin: 0 auto 2.125rem;
    padding-bottom: 2.125rem;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative
}

.footer-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem;
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .footer-menu {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .footer-menu:after {
        height: .375rem;
        width: .375rem;
        bottom: -0.1875rem
    }
}

.footer-menu__list {
    list-style: none
}

.footer-menu__item:not(:last-child) {
    margin-right: .75rem;
    padding-right: .75rem;
    position: relative
}

.footer-menu__item:not(:last-child)::before {
    content: "";
    height: .375rem;
    width: .375rem;
    right: -0.1875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d9d9d9;
    border-radius: 100%
}

.footer-subscribe {
    margin-bottom: 1rem
}

.footer-subscribe__title {
    margin-bottom: .25rem
}

.footer-subscribe__subtitle {
    margin-bottom: .75rem
}

.footer-subscribe .subscribe-field {
    margin: 0 auto
}

@media(max-width: 1023px) {
    .footer {
        margin-top: 2.75rem
    }

    .footer .row {
        max-width: 64%
    }

    .footer__logo {
        margin-bottom: .75rem
    }

    .footer__logo img {
        height: 1.5rem
    }

    .footer__copyright {
        margin-bottom: .75rem
    }

    .footer__social {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem
    }

    .footer__img {
        margin-bottom: 1rem
    }



    .footer-menu {
        margin: 0 auto 1rem;
        padding-bottom: .75rem
    }

    .footer-menu__list {
        flex-wrap: wrap
    }

    .footer-menu__item {
        min-width: fit-content;
        margin-bottom: .25rem
    }

    .footer-subscribe {
        margin-bottom: .75rem
    }
}

@media(max-width: 767px) {
    .footer {
        margin-top: 2rem
    }

    .footer .row {
        max-width: 100%
    }

    .footer__social {
        text-align: center
    }

    .footer__license {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer__license img {
        width: 7.375rem
    }

    .footer__license span {
        margin-right: 0;
        margin-bottom: .5rem
    }

    .footer__decor img {
        width: 8rem
    }

    .footer-subscribe__title {
        max-width: 16.25rem;
        margin: 0 auto .25rem
    }
}

/*# sourceMappingURL=bottom.css.map */
.btn_success {
    background-color: #10b981 !important;
    color: white !important;
}