.page__header{border-bottom:4px solid #fff;height:auto}.header--sticky{display:none}.l-header__inner{border-bottom:1px solid rgba(52,57,69,.1);display:flex;flex-direction:row;height:100%;margin:0 auto;padding-bottom:20px;padding-top:20px;width:85%}.header__logo{display:block;margin:auto;width:300px}.header__nav--desktop{display:none}.header__nav{align-items:center;background-color:#fff;height:0;justify-content:center;left:0;overflow-y:auto;padding:0;position:fixed;top:0;width:100vw;z-index:999999}.header__nav.header__nav--active{height:100vh;padding-bottom:44px;padding-top:44px;transition:all .5s ease}.header__nav.header__nav--not-active{height:0;transition:all .5s ease}.header__nav a{color:#000;font-size:20px;font-weight:600;padding:5px;text-align:center}.header__nav li.current-menu-item a{color:var(--theme-color)!important}.l-nav__btn{display:block;margin-left:15px;position:relative;width:40px}.l-nav__btn-inner{border-radius:2px;z-index:9999991}.l-nav__btn-inner,.nav__btn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.nav__btn{cursor:pointer;width:40px}.nav__btn span{background-color:var(--theme-color);border-radius:3px;box-shadow:0 2px 10px 0 rgba(0,0,0,.3);display:block;height:7px;position:relative;transition:all .3s;width:100%}.nav__btn span+span{margin-top:6px}.nav__btn .active span:first-child{animation:top .7s ease forwards}.nav__btn .not-active span:first-child{animation:top-2 .7s ease forwards}.nav__btn .active span:nth-child(2){animation:scaled .7s ease forwards}.nav__btn .not-active span:nth-child(2){animation:scaled-2 .7s ease forwards}.nav__btn .active span:nth-child(3){animation:bottom .7s ease forwards}.nav__btn .not-active span:nth-child(3){animation:bottom-2 .7s ease forwards}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:15px;transform:rotate(0)}to{top:15px;transform:rotate(45deg)}}@keyframes top-2{0%{top:15px;transform:rotate(45deg)}50%{top:15px;transform:rotate(0deg)}to{top:0;transform:rotate(0deg)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:15px;transform:rotate(0)}to{bottom:15px;transform:rotate(135deg)}}@keyframes bottom-2{0%{bottom:15px;transform:rotate(135deg)}50%{bottom:15px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes scaled{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes scaled-2{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}.header__social-buttons{align-items:center;display:flex;justify-content:center;margin-top:25px}.social-buttons__inner{display:flex;gap:5px}.header__social-buttons .social-button{height:40px;width:40px}.header__social-buttons .social-button__icon,.header__social-buttons .social-button__icon:before{margin:auto}.header__social-buttons .social-button__icon--facebook{font-size:19px}.header__social-buttons .social-button__icon--email{font-size:16px}.header__social-buttons .social-button__icon--phone{font-size:14px}