
/* #region Footer */
.footer {
    position: relative;
    background-color: #292929;
}
.footer__text,
.footer__title,
.footer__menu-bttn {
    color: #fff;
    font-weight: 500;
    font-style: normal;
}
.footer__title {
    display: block;
}
.footer__menu-bttn {
    text-transform: uppercase;
}
.footer__date {
    display: block;
    color: #fff;
    font-style: normal;
}
.footer__ico {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 2em;
    margin-right: 1rem;
}
.footer__sm {
    position: relative;
}
.footer__sm-bttn {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #292929;
}
.footer__sm-ico {
    font-size: 1.2em;
}
.footer__date a {
    color: var(--main-white);
}
.footer__logo svg {
    width: 16.3rem;
    height: auto;
}
@media only screen
and (min-width : 769px ) {
    .footer {
        padding-top: 6rem;
        padding-bottom: 6.4rem;
    }
    .footer__logo {
        margin-bottom: 3rem;
    }
    .footer__text {
        max-width: 33.7rem;
        line-height: 1.25em;
    }
    .footer__title {
        font-size: 1.8em;
        line-height: 1em;
        margin-bottom: 1.5em;
    }
    .footer__menu-bttn {
        font-size: 1.4rem;
        line-height: 2em;
    }
    .footer__date {
        font-size: 1.6em;
        line-height: 1.75em;
    }
    .footer__sm {
        width: 100%;
        max-width: 16rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen
and (min-width : 769px)
and (max-width : 900px) {
    .footer__nav {
        display: none;
    }
    .footer__address,
    .footer .col-12-2 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media only screen
and (max-width : 768px) {
    .footer {
        padding-top: 3.3rem;
        padding-bottom: 3.8rem;
    }
    .footer__logo-container,
    .footer__nav {
        display: none;
    }
    .footer__title {
        font-size: 1.8em;
        line-height: 1.7em;
        font-weight: 700;
        color: #BDBDBD;
        margin-bottom: 1rem;
    }
    .footer__date {
        font-size: 1.6em;
        line-height: 1.75em;
        margin-bottom: 1rem;
    }
    .footer__address {
        margin-bottom: 2rem;
    }
    .footer__sm {
        width: 100%;
        max-width: 15rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/* #endregion */

