.left_main{height:90vh;position:fixed;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px 0 30px 20px;background-color:#fff;height:100%}.left_main .logo{padding-bottom:20px}.left_main .logo,.left_main .logo a{display:flex;align-items:center;gap:10px;position:relative}.left_main .logo img{width:180px}.left_main .inner{flex-direction:column;display:flex;gap:20px;flex:1 1 auto}.left_main .inner a{display:flex;align-items:center;gap:5px;color:var(--neutral-500,#717184);font-feature-settings:"ss06" on;font-size:17px;font-style:normal;font-weight:400}.left_main .inner a,.left_main .inner a:hover{line-height:145%;transition:all .3s ease-in-out}.left_main .inner a:hover{color:var(--main-colors-black,#0e0637);font-feature-settings:"ss06" on;font-weight:500}.left_main .inner .active{color:#3559c7;font-feature-settings:"ss06" on;font-weight:500;line-height:145%}.left_main .burger-menu{right:-40px}.left_main .burger-menu,.left_main .burger-menu .inner{position:absolute;z-index:40}.left_main .burger-menu .menu{position:relative;background-color:transparent;border:none;cursor:pointer;display:flex;padding:0;z-index:40}.left_main .burger-menu .menu:hover{transition:.2s ease-in-out}.left_main .burger-menu .menu:hover .line{stroke:#3559c7}.left_main .burger-menu .line{fill:none;stroke:#000;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.left_main .burger-menu .line1{stroke-dasharray:60 207;stroke-width:6}.left_main .burger-menu .line2{stroke-dasharray:60 60;stroke-width:6}.left_main .burger-menu .line3{stroke-dasharray:60 207;stroke-width:6}.left_main .burger-menu .opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.left_main .burger-menu .opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.left_main .burger-menu .opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}@media(max-width:450px){.left_main .inner a{font-size:12px}.left_main .inner a svg{width:20px;height:20px}.left_main .inner{gap:13px}.left_main .logo{padding-bottom:15px}}.myCurrency{display:flex;flex-direction:column}.myCurrency h3{display:flex;align-items:center;gap:10px;font-weight:400;padding-bottom:10px;font-size:20px}.myCurrency h3 img{width:40px;height:40px}.myCurrency .block{width:100%;display:flex;align-items:center;gap:10px}.myCurrency .block img{width:30px;height:30px}.myCurrency .block p{font-family:Roboto,cursive;font-size:15px;font-weight:400}.myCurrency .foot{margin-top:20px;font-size:12px;opacity:.8;-webkit-text-decoration:underline 1px #000;text-decoration:underline 1px #000;font-family:Roboto;font-style:italic}@media(max-width:450px){.myCurrency h3{font-size:15px}.myCurrency h3 img{width:25px;height:25px}.myCurrency .block p{font-size:10px}.myCurrency .block img{width:20px;height:20px}.myCurrency .foot{margin-top:10px;font-size:9px}}@import"https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic";*{box-sizing:border-box;text-decoration:none;padding:0;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Roboto;scrollbar-width:thin;scrollbar-color:#67b2da #f1f1f1}* input::-webkit-inner-spin-button,* input::-webkit-outer-spin-button{-webkit-appearance:none}* input[type=number]{-moz-appearance:textfield}* scrollbar-thumb{background:#67b2da;border-radius:6px!important}* scrollbar-track{transform:rotate(90deg)!important}* ::-webkit-scrollbar{width:12px;height:12px}* ::-webkit-scrollbar-thumb{background:#67b2da;border-radius:6px}* ::-webkit-scrollbar-track{background:#f1f1f1}body{display:flex;position:relative;justify-content:center}.container{display:flex;height:100%;max-width:2000px;width:100%;justify-content:space-between}.container .leftMain{height:100vh;position:relative;justify-content:center;width:300px;padding-right:20px}.container main{border-left:.3px solid hsla(0,0%,50%,.368);display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.curs{display:flex;align-items:center;gap:5px;color:#6e85ea}.curs img{width:20px}.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding:5px 10px!important}@media(min-width:1201px){.container .leftMain .left_main .burger-menu{display:none}}@media(max-width:1200px){.container .leftMain{position:fixed;z-index:29;transform:translateX(-80%);transition:transform .2s linear}.container .leftMain .burger-menu .menu{background-color:#fff;padding:5px;position:fixed;border-radius:0 50% 50% 0;box-shadow:5px 4px 13px -7px rgba(39,121,185,.6)}.container .actived-menu{width:100%;transform:translateX(0);background-color:hsla(0,0%,100%,.023);transition:transform .2s linear;z-index:10}.container .actived-menu .left_main{width:250px;height:100%}.container .actived-menu .left_main .burger-menu{right:0}.container .actived-menu .left_main .burger-menu .opened .line{stroke:#3559c7}}