﻿.footer{overflow:hidden;position:relative;z-index:1;padding:60px 0 45px;margin-top:auto}
.footer::before{opacity:.3;position:absolute;bottom:calc(100% - 60px);left:50%;z-index:-1;content:'';transform:translateX(-50%);background:#e3b322;filter:blur(325px);width:920px;height:510px;border-radius:50%;pointer-events:none}
.footer-top{display:flex;justify-content:space-between;gap:30px;margin-bottom:95px}
.footer-center{display:flex;margin-bottom:45px}
.footer-info{display:flex;flex-direction:column;justify-content:start;align-items:start;flex-shrink:0}
.footer-logo{display:flex;align-items:center;flex-shrink:0;gap:12px;margin-bottom:40px}
.footer-logo__icon{flex-shrink:0;width:42px;height:43px}
.footer-logo__text{display:flex;flex-direction:column;gap:4px;margin-top:-3px}
.footer-logo__text__title{color:#f8f5f0;font-size:26.4px;font-weight:700}
.footer-logo__text__title span{color:#e3b322}
.footer-logo__text__desc{font-size:12.6px}
.footer-email{margin-bottom:23px;font-size:16px}
.footer-social{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.footer-social__link{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}
.footer-social__link:hover{color:#e3b322!important}
.footer-social__link__icon{width:24px;height:24px}
.footer-nav{line-height:1.5}
.footer-nav__title{color:#f8f5f0;margin-bottom:15px;font-weight:600}
.footer-nav__grid{display:flex;flex-direction:column;gap:12px}
.footer-nav__link{transition:.3s ease-in-out}
.footer-nav__link:hover{color:#e3b322!important}
.footer-menu{display:flex;justify-content:space-between;align-items:center;gap:30px;width:100%}
.footer-menu__link{transition:.3s ease-in-out;font-size:16px}
.footer-menu__link:hover{color:#e3b322!important}
.footer-copy{opacity:.6;width:100%;text-align:center;line-height:1.3;font-size:16px}

@media screen and (max-width: 991px) {
    .footer-top{flex-wrap:wrap;justify-content:start}
    .footer-info{width:100%}
    .footer-menu__link{max-width:200px}
}

@media screen and (max-width: 767px) {
    .footer{padding:20px 0}
    .footer-top{flex-direction:column;gap:30px;margin-bottom:40px}
    .footer-center{margin-bottom:25px}
    .footer-menu{flex-direction:column;align-items:start;justify-content:start;gap:11px}
    .footer-menu__link{font-size:12px}
    .footer-info{margin-bottom:15px}
    .footer-logo{gap:10px;margin-bottom:20px}
    .footer-logo__icon{flex-shrink:0;width:32px;height:33px}
    .footer-logo__text{}
    .footer-logo__text__title{font-size:20.25px}
    .footer-logo__text__desc{font-size:9.7px}
    .footer-email{margin-bottom:14px;font-size:14px}
    .footer-social{gap:10px}
    .footer-nav__grid{gap:6px}
    .footer-nav__title{margin-bottom:10px;font-size:14px}
    .footer-nav__link{font-size:14px}
    .footer-copy{max-width:250px;font-size:12px;text-align:left;margin-right:auto}
}