.mobile-menu{position:fixed;display:none;height:100dvh}.mobile-menu,.mobile-menu__bg{top:0;left:0;width:100%;z-index:-1}.mobile-menu__bg{position:absolute;height:100%}.mobile-menu__content{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding-top:11.5rem;background:#b99a5b;background:linear-gradient(172deg,#b99a5b,#c43c39 45%,#281154)}.mobile-menu.active{display:flex}.mobile-menu__top{width:100%;padding:0 1.6rem}.mobile-menu__bottom{display:flex;flex-direction:column;gap:3rem}.mobile-menu__link{color:#fff;justify-content:flex-start}.mobile-menu__btn{height:7.5rem}.mobile-menu__social{padding:0 1.6rem}.header__right ul.mobile-menu__list{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:3rem}.burger{position:relative;width:3.3rem;height:3.3rem}.burger:before{top:1.1rem}.burger:after,.burger:before{content:"";position:absolute;width:100%;height:.3rem;background:#fff;left:0;transition:all .3s ease-in-out}.burger:after{top:2.4rem}.burger.active:before{top:1.6rem;left:0;transform:rotate(45deg);transition:all .3s ease-in-out}.burger.active:after{bottom:auto;top:1.6rem;transform:rotate(-45deg);transition:all .3s ease-in-out}@media(min-width:1024px){.burger{display:none}}.social{display:flex;align-items:center;gap:1rem}