.nav-menu-list{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 20px 0 0;padding:0}.nav-menu-list.vertical{flex-direction:column;width:100%;margin-right:0}.nav-menu-list.vertical .nav-menu-item{justify-content:center;width:100%}.nav-menu-list.vertical .nav-menu-item:after{display:none}.nav-menu-list .nav-menu-item{position:relative;display:flex;align-items:center;padding:16px 0}.nav-menu-list .nav-menu-item a{color:#171920;font-weight:500;text-transform:uppercase}.nav-menu-list .nav-menu-item.active a{color:#b85042}.left-panel{position:fixed;z-index:9;justify-content:space-between;width:72px;height:100vh;background-color:#373e4e}.left-panel .left-panel-profile{align-items:center;grid-gap:12px;width:100%;padding-top:20px}.left-panel .left-panel-chats{grid-gap:16px;flex-grow:1;flex-shrink:1;width:100%;align-items:center;justify-content:center}.left-panel .left-panel-chats .left-panel-chats-title{margin-top:70px;width:174px;height:20px;transform:rotate(270deg)}.left-panel .left-panel-chats p{color:#fff;letter-spacing:2px;white-space:nowrap}.left-panel .left-panel-social{grid-gap:12px;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:100%;height:92px;padding-bottom:24px}@media (max-width:1168px){.left-panel{display:none}}.footer{position:relative;z-index:0;width:100%;background-color:#fff}.footer p{color:#171920}.footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px;align-items:center;width:100%;padding:32px 0 24px}.footer-wrap{width:100%}.footer-wrap.right{align-items:flex-end}.footer-wrap h3{margin-bottom:24px;color:#171920;font-size:16px;font-weight:600;line-height:24px;text-transform:uppercase}.footer-wrap p{font-size:14px;line-height:24px;margin-bottom:20px}.footer-wrap .footer-image{padding:40px 0}.footer-contact-item{margin-bottom:12px}.footer-contact-item img{width:14px;height:14px;margin-right:12px}.footer-link-item{margin-bottom:12px}.sub-footer{width:100%;justify-content:center}.sub-footer-wrap{align-items:center;justify-content:space-between;padding:8px 0}.sub-footer-wrap p,.sub-footer-wrap p a{color:#ced2dc}@media (max-width:1168px){.footer-inner{grid-template-columns:1fr;padding:20px 0}.footer-inner .footer-wrap{flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.footer-inner .footer-wrap:last-child,.footer-inner .footer-wrap:nth-child(2){display:none}.footer-inner .footer-wrap p{margin-bottom:8px}.footer-inner .footer-wrap p br{display:none}}.right-panel{position:fixed;top:0;left:100%;z-index:10;align-items:flex-end;justify-content:flex-end;width:100%;height:100vh;background-color:rgba(34,34,34,.65);opacity:0}.right-panel.open{transform:translateX(-100%);opacity:1;transition:opacity .35s ease-out .05s}.right-panel .right-panel-inner{position:relative;align-items:center;width:320px;height:100%;padding:20px 0;background-color:#fff}.right-panel .right-panel-close{position:absolute;top:0;left:0}.right-panel .right-panel-logo{position:relative;margin-bottom:20px}.right-panel .right-panel-logo .right-panel-logo-icon{height:64px}.right-panel .right-panel-contacts{position:absolute;left:0;bottom:0;flex-direction:row;justify-content:space-between;width:100%;padding:12px 20px;background-color:#373e4e}.right-panel .right-panel-contacts .right-panel-contacts-wrap{flex-direction:row}@media (max-width:1168px){.right-panel .right-panel-menu-mobile{display:flex}}