.menu-mobile{box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000;width:100%;height:100vh;background:var(--header-mobile-menu-background);overflow:hidden}.menu-mobile.is-open{display:block}.menu-mobile__header{display:block;position:relative;width:100%;height:70px;border-bottom:1px solid var(--header-mobile-menu-lines)}.menu-mobile__title,.menu-mobile__title-btn{width:100%;height:70px;text-align:left}.menu-mobile__title-btn{background:none;padding:0 41px 0 21px;overflow:hidden;transition:.25s;text-overflow:ellipsis;line-height:70px;white-space:nowrap;font-size:20px;font-weight:600}.menu-mobile__title-btn,.menu-mobile__title-btn i{position:relative;border:none;color:var(--header-mobile-menu-text-links)}.menu-mobile__title-btn i{display:inline-block;width:24px;height:24px;margin:0 4px 0 0;top:4px;line-height:1}.menu-mobile__close-btn{display:block;position:absolute;top:0;right:0;width:40px;height:70px;border:none;background:none;cursor:pointer}.menu-mobile__close-btn i{display:block;position:absolute;top:50%;left:50%;margin:-13px 0 0 -16px;border:none;background-size:contain;pointer-events:none;color:var(--header-mobile-menu-text-links)}.menu-mobile__list{display:block;margin:0;height:calc(100vh - 70px);padding:0 0 60px;overflow-y:auto;list-style:none}.menu-mobile__item{display:block;position:relative;margin:0;border-bottom:1px solid var(--header-mobile-menu-lines)}.menu-mobile__item-name{display:block;position:relative;padding:11px 21px 13px;text-decoration:none;color:var(--header-mobile-menu-text-links)}.menu-mobile__item-name.nuxt-link-active{color:var(--header-mobile-menu-text-links-active)}.menu-mobile__item.-has-child .menu-mobile__item-name{padding:11px 51px 13px 21px}.menu-mobile__item-btn{display:block;position:absolute;top:0;right:0;width:42px;height:100%;border:none;background:none;pointer-events:none}.menu-mobile__item-btn.hasChild{border-left:1px solid var(--header-mobile-menu-lines);pointer-events:auto}.menu-mobile__item-btn i{display:block;position:absolute;top:50%;left:50%;width:3rem;height:3rem;color:var(--header-mobile-menu-text-links)!important;margin:-12px 0 0 -12px}.menu-mobile i{pointer-events:none}.menu-mobile__contacts{display:flex;flex-direction:column;grid-gap:14px;gap:14px;margin-top:24px}.menu-mobile__contacts-item{display:flex;align-items:center;grid-gap:8px;gap:8px;height:24px;color:var(--header-mobile-contacts-text)}.menu-mobile__contacts-item i{font-size:22px;color:var(--header-mobile-contacts-text)}.menu-mobile-toggle-enter-active{-webkit-animation:menu-mobile-open .5s;animation:menu-mobile-open .5s}.menu-mobile-toggle-leave-active{-webkit-animation:menu-mobile-close .3s;animation:menu-mobile-close .3s}.menu-mobile-header-toggle-enter,.menu-mobile-header-toggle-leave{opacity:0}.menu-mobile-header-toggle-enter-active,.menu-mobile-header-toggle-leave-active{transition:opacity .5s .2s}.menu-mobile-item-show-enter{opacity:0}.menu-mobile-item-show-enter-active{opacity:0;-webkit-animation:menu-mobile-item-show .35s ease-out;animation:menu-mobile-item-show .35s ease-out}.menu-mobile-item-show-enter-active:nth-child(0){-webkit-animation-delay:.2s;animation-delay:.2s}.menu-mobile-item-show-enter-active:first-child{-webkit-animation-delay:.25s;animation-delay:.25s}.menu-mobile-item-show-enter-active:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.menu-mobile-item-show-enter-active:nth-child(3){-webkit-animation-delay:.35s;animation-delay:.35s}.menu-mobile-item-show-enter-active:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.menu-mobile-item-show-enter-active:nth-child(5){-webkit-animation-delay:.45s;animation-delay:.45s}.menu-mobile-item-show-enter-active:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.menu-mobile-item-show-enter-active:nth-child(7){-webkit-animation-delay:.55s;animation-delay:.55s}.menu-mobile-item-show-enter-active:nth-child(8){-webkit-animation-delay:.6s;animation-delay:.6s}.menu-mobile-item-show-enter-active:nth-child(9){-webkit-animation-delay:.65s;animation-delay:.65s}.menu-mobile-item-show-enter-active:nth-child(10){-webkit-animation-delay:.7s;animation-delay:.7s}.menu-mobile-item-show-enter-active:nth-child(11){-webkit-animation-delay:.75s;animation-delay:.75s}.menu-mobile-item-show-enter-active:nth-child(12){-webkit-animation-delay:.8s;animation-delay:.8s}.menu-mobile-item-show-enter-active:nth-child(13){-webkit-animation-delay:.85s;animation-delay:.85s}.menu-mobile-item-show-enter-active:nth-child(14){-webkit-animation-delay:.9s;animation-delay:.9s}.menu-mobile-item-show-enter-active:nth-child(15){-webkit-animation-delay:.95s;animation-delay:.95s}.menu-mobile-item-show-leave{opacity:0}.menu-mobile-item-show-leave-active{display:none;transition:opacity .1s ease-out;-webkit-animation-delay:0s!important;animation-delay:0s!important}.menu-mobile .telegram-icon,.menu-mobile .whatsapp-icon{width:20px;height:20px;fill:var(--header-mobile-contacts-text)}@-webkit-keyframes menu-mobile-open{0%{opacity:0;height:0;transform:scaleY(0);transform-origin:center top}20%{opacity:1}to{opacity:1;height:auto;transform:scaleY(1);transform-origin:center top}}@keyframes menu-mobile-open{0%{opacity:0;height:0;transform:scaleY(0);transform-origin:center top}20%{opacity:1}to{opacity:1;height:auto;transform:scaleY(1);transform-origin:center top}}@-webkit-keyframes menu-mobile-close{0%{top:0}20%{opacity:1}to{top:-100vh}}@keyframes menu-mobile-close{0%{top:0}20%{opacity:1}to{top:-100vh}}@-webkit-keyframes menu-mobile-item-show{0%{opacity:0;transform:scale(1.1) translateY(-24px);transform-origin:center top}to{opacity:1;transform:translate(0);transform-origin:center top}}@keyframes menu-mobile-item-show{0%{opacity:0;transform:scale(1.1) translateY(-24px);transform-origin:center top}to{opacity:1;transform:translate(0);transform-origin:center top}}