/* import */
/* mixin */
.br {
    border-radius: 4px;
}

.opacity-img {
    opacity: 0.8;
}

.opacity-btn {
    opacity: 0.8;
}

.link-hover {
    opacity: 0.8;
}

.box-hover {
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}

#footer .footer__top {
    padding: 30px 0 30px 0;
    background: #323130;
}

#footer .footer__logo img {
    width: 170px;
    height: auto;
    margin-bottom: 20px;
}

#footer .footer__text {
    margin-bottom: 40px;
    color: #e4e3e3;
    font-size: 0.9em;
    line-height: 150%;
}

#footer .footer__phone {
    margin-bottom: 30px;
    font-size: 1.3em;
    color: #e4e3e3;
}

#footer .footer__phone a {
    text-decoration: none;
    color: #e4e3e3;
}

#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email {
    display: none;
}

#footer .footer .header-phone__popup-item {
    margin-bottom: 10px;
}

#footer .footer__btn-callback {
    margin-bottom: 40px;
}

#footer .footer__btn-callback-link {
    padding: 13px 20px;
}

#footer .footer__mail {
    margin-bottom: 15px;
}

#footer .footer__mail a {
    color: #e4e3e3;
    text-decoration: none;
}

#footer .footer__mail a:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 0.9em;
    margin-right: 8px;
    color: #e4e3e3;
}

#footer .footer__address {
    margin-bottom: 20px;
    color: #e4e3e3;
    font-size: 0.9em;
    line-height: 130%;
}

#footer .footer__address:before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 1.1em;
}

#footer .footer__title {
    margin: 20px 0;
    font-size: 1em;
    color: #999795;
}

#footer .footer__menu a {
    display: block;
    margin-bottom: 17px;
    font-size: 1em;
    color: #e4e3e3;
    text-decoration: none;
}

#footer .footer__menu a:hover {
    text-decoration: none;
    color: #fdfdfd;
}

#footer .footer__center {
    padding: 0 0 70px 0;
    background: #323130;
}

#footer .footer__center-social ul {
    display: flex;
}

#footer .footer__center-social ul li {
    margin-right: 30px;
}

#footer .footer__center-social .fa {
    padding: 10px;
    font-size: 1.3em;
    background: #595755;
    color: #e4e3e3;
    border-radius: 4px;
}

#footer .footer__center-social .fa:hover {
    background: #666462;
}

#footer .footer__bottom {
    padding: 0;
    background: #323130;
    font-size: 1em;
    color: #999795;
}

#footer .footer__bottom a {
    color: #999795;
}

#footer .footer__bottom a:hover {
    color: #b2b1af;
}

#footer .footer__bottom-inner {
    padding: 30px 0;
    border-top: 1px solid #595755;
}

#GdprCookieAccept:hover {
    color: #fff;
    background-color: #000
}

#gdprCookie {
    background: #000;
    color: #bbb;
    opacity: .9
}

#gdprCookie p {
    padding: 20px 0;
}

#gdprCookie a {
    color: #bbb;
    text-decoration: underline
}

#gdprCookie button {
    color: #bbb;
    border-color: #bbb;
    margin: 0 0 20px 0;
}

#gdprCookie button:hover {
    color: #fff;
    border-color: #fff;
    background: #111
}
