.menu{position:fixed;top:135px;left:0;z-index:100;background:#fff;box-shadow:0 10px 20px rgba(13,37,60,.2);width:100%;padding-top:50px;padding-bottom:50px;justify-content:center;align-items:initial;transition:.3s;visibility:hidden;opacity:0;display:flex}.menu.active{visibility:visible;opacity:1}.menu__cont{width:1250px;display:flex;align-items:flex-start;justify-content:space-between}.menu__list{display:flex;flex-direction:column;align-items:center;padding-bottom:60px;max-height:480px;overflow-y:scroll;height:490px;scrollbar-width:none;-ms-overflow-style:none}.menu__list::-webkit-scrollbar{width:0;height:0}.menu__list-helper{width:300px;max-height:490px;position:relative}.menu__list-helper:after{content:'';position:absolute;bottom:-1px;width:100%;height:60px;left:0;background:linear-gradient(180deg,#fff -31.04%,#fff 76.24%)}.menu__list-helper:before{content:'';position:absolute;bottom:8px;width:100%;height:60px;left:-10px;background-image:url(/local/templates/tut/img/arrow_down.png);background-position:center;background-repeat:no-repeat;z-index:5}.menu__list-item{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:9px 0;border-bottom:1px solid #eaeaea;position:relative;cursor:pointer}.menu__list-item:before{content:'';position:absolute;right:100%;top:0;width:10000px;height:100%;background:rgba(97,211,120,.2);display:none}.menu__list-item.active{background:rgba(97,211,120,.2)}.menu__list-item.active:before{display:block}.menu__list-item-img{height:27px;margin-right:11px}.menu__list-item-img img{height:100%;mix-blend-mode:darken}.menu__list-item-text{display:inline-block;font-style:normal;font-weight:500;font-size:16px;line-height:102.02%;color:#0d0e17}.menu__main{width:calc(100% - 300px - 115px);display:none;align-items:flex-start;justify-content:space-between}.menu.active .menu__main{display:flex}.menu__main-list{width:calc(100% - 324px - 50px);padding-top:40px;position:relative}.menu__main-col{width:100%;flex-direction:column;align-items:flex-start;display:none;visibility:hidden;opacity:0;max-height:440px;overflow-y:scroll;padding-bottom:60px;scrollbar-width:none;-ms-overflow-style:none}.menu__main-col::-webkit-scrollbar{width:0;height:0}.menu__main-list:after{content:'';position:absolute;bottom:0;width:100%;height:60px;left:0;background:linear-gradient(180deg,#fff -31.04%,#fff 76.24%)}.menu__main-col.active{display:flex;visibility:visible;opacity:1}.menu__main-block{margin-bottom:30px;width:100%;display:flex;flex-direction:column;align-items:flex-start;scrollbar-width:none;-ms-overflow-style:none}.menu__main-block::-webkit-scrollbar{width:0;height:0}.menu__main-block:last-child{margin-bottom:0}.menu__main-block-body{width:100%;display:flex;flex-direction:column;align-items:flex-start}.menu__main-block-head .menu__main-block-link{margin-bottom:14px;font-weight:700}.menu__main-block-link{margin-bottom:11px;font-style:normal;font-weight:400;font-size:18px;line-height:14px;color:#3e3e47;display:inline-block;position:relative;transition:.5s}.menu__main-block-link:after{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;background:#eaeaea}.menu__side{width:324px;display:flex;flex-direction:column}.menu__side &gt; *:last-child {margin-bottom:0}.menu__side-small{height:55px;background-position:center;background-size:cover;margin-bottom:15px;display:flex;align-items:flex-end;justify-content:flex-start;padding:11px;font-style:normal;font-weight:500;font-size:16px;line-height:102.02%;color:#fff;border-radius:10px;overflow:hidden}.menu__side-big{background-position:center;background-size:cover;display:flex;align-items:flex-end;justify-content:space-between;height:278px;width: calc(100% + 30px);margin:0 -15px 15px;padding:15px}.menu__side-big-block{font-style:normal;font-weight:400;font-size:10px;line-height:102.02%;color:#fff;width:calc(100% - 110px)}.menu__side-big-block span{font-style:normal;font-weight:700;font-size:20px;line-height:24px;display:block;margin-bottom:17px}.menu__side-big-link{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#fff;padding:9px 14px;background:#32b14b;box-shadow:1.35025px 1.35025px 10.1269px rgba(50,30,65,.2);border-radius:10px;transition:.5s}.menu__close{display:none;position:absolute;right:40px;top:65px;width:14px;z-index:2}.menu__close svg{width:100%!important;height:auto!important}.menu__more{width:100%;font-style:normal;font-weight:400;font-size:13px;line-height:175%;color:#868b9a;display:none;justify-content:center;align-items:center;padding:8px;background:#ebf3f0;border-radius:10px;margin-top:30px}.menu__back{display:none;align-items:center;justify-content:center;width:96px;background:#ebf3f0;border-radius:10px;padding:8px;margin:0 auto 35px 0}.menu__back-img{display:flex;align-items:center}.menu__back-text{font-style:normal;font-weight:400;font-size:13px;line-height:175%;color:#868b9a;margin-left:20px;padding-top:2px}.menu__main-col .menu__list-item{display:none}@media (min-width:1399px){.menu__side-big-link:hover{transition:.3s;background:#61d378}.menu__main-block-link:hover{transition:.3s;color:var(--green)}}@media (max-width:1399px){.menu__more{display:flex}.menu__main-list{width:100%;padding-top:0}.menu__cont{width:100%;padding:0 40px}.menu{padding-top:50px;overflow:scroll}.menu::-webkit-scrollbar{width:3px;height:0}.menu::-webkit-scrollbar-track{background:transparent}.menu::-webkit-scrollbar-thumb{background-color:var(--green)}.menu__side-big{display:none}.menu__main{flex-direction:column;justify-content:space-between;width:calc(100% - 300px - 75px)}.menu__close{display:block}.menu__main-col{max-height:calc(100vh - 100px - 260px - 20px - 215px - 20px)}.menu__side{padding-top:20px}}@media (max-width:799px){.menu{max-height:none!important}.menu__cont{flex-direction:column;align-items:center;padding:0 20px}.menu__main{width:324px;align-items:center;height:100%}.menu__main-list{width:300px;padding-top:0;overflow:visible;max-height:1000%;height:auto}.menu__list{overflow:visible;max-height:1000%;height:auto}.menu__list &gt; .menu__list-item &gt; .menu__list-item-text {pointer-events:none}.menu__list.active{display:none}.menu__list.active+.menu__list-helper:after{display:none}.menu__main-col .menu__list-item{margin-bottom:20px;display:flex}.menu__main-list:after{height:30px}.menu__main-col{padding-left:20px;padding-bottom:30px}.menu__back.active{display:flex}.menu__side{padding-bottom:50px}.menu__list-helper{max-height:1000%;height:auto;overflow:visible}.menu__list-helper:after{height:30px;display:none}.menu__main .menu__main-list .menu__main-col{max-height:calc(100vh - 100px - 260px - 20px - 120px - 20px)}}