﻿.footer__container {
    display: block;
    padding: 3em 0 0 0;
    text-align: center;
}

.footer__title {
    display: block;
    font-size: 1em;
    line-height: 1.3;
}

.footer__link_container {
    line-height: 1.5;
}

.footer__link_icon {
    width: 2em;
    vertical-align: top;
    margin-right: 0.5em;
}

.footer__link {
    font-size: 1.3em;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
}

.footer__link:hover {
    text-decoration: none;
}

.footer__button {
    padding: 1em;
    margin-top: 1em;
    cursor: pointer;
}

.footer__button_icon {
    width: 2em;
}

.footer__only {
    font-size: 12px;
    margin-top: 3.5em;
    text-align: center;
    margin-right: 0.5em;
}