.body--disable-scroll{height:100vh;overflow:hidden}.mobile-menu{-webkit-overflow-scrolling:touch;background:var(--white);bottom:0;left:0;overflow:auto;padding-bottom:calc(var(--components-header-wrapper-height) + 70px);position:fixed;right:0;top:-70px;transform:translateY(calc(var(--components-header-wrapper-height) + 70px));z-index:10}.popup__content,.scroll-hide{-ms-overflow-style:none;scrollbar-width:none}.popup__content::-webkit-scrollbar,.scroll-hide::-webkit-scrollbar{display:none}.popup{background:rgba(0,0,0,.6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}@media(min-width:320px) and (max-width:623px){.popup{background:rgba(0,0,0,.9)}}.popup__wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.popup__content{overflow-x:hidden;overflow-y:auto;position:relative}@media(min-width:320px) and (max-width:623px){.popup__content{height:100%;width:100%}}.popup__content-gradient{background:linear-gradient(transparent,var(--background-body));bottom:0;height:40px;left:50%;position:fixed;transform:translate(-50%);transition:all .5s ease;width:100%}@media(min-width:320px) and (max-width:623px){.popup__content-gradient{height:20px;width:100%}}.popup__content-gradient--hide{height:1px;width:100%}.popup__close{cursor:pointer;height:24px;position:absolute;right:24px;top:24px;width:24px}@media(min-width:320px) and (max-width:623px){.popup__close{fill:var(--system-red);height:16px;position:absolute;right:16px;top:14px;width:16px}}.popup__anchor{left:0;position:absolute;top:0}.disclaimer{bottom:0;left:0;position:fixed;width:100%;z-index:100}.disclaimer__wrapper{background:var(--grey-medium);padding:32px;position:relative}.disclaimer__close{cursor:pointer;position:absolute;right:20px;top:20px}.disclaimer__center{margin:0 auto;max-width:1168px}.disclaimer__center p{font-size:12px}.disclaimer__h5{font-size:var(--components-h5-font-size);font-style:var(--components-h5-font-style);font-weight:var(--components-h5-font-weight);letter-spacing:var(--components-h5-letter-spacing);line-height:var(--components-h5-line-height)}.scroll-to-top-button{bottom:10px;cursor:pointer;left:50%;position:fixed;transform:translate(-50%);z-index:500}.scroll-to-top-button__half-position{transform:translate(-50%,50%);transition:all .5s ease-in}.scroll-to-top-button__half-position:active,.scroll-to-top-button__half-position:hover{transform:translate(-50%)}:root{--toaster-indent:20px;--toaster-indent-mobile:10px;--toaster-gap:10px}.toaster{position:fixed;width:100%;z-index:1001}@media(min-width:320px) and (max-width:623px){.toaster{width:calc(100% - 20px);width:calc(100% - var(--toaster-indent-mobile)*2)}}.toaster--position-left{left:20px;left:var(--toaster-indent)}@media(min-width:320px) and (max-width:623px){.toaster--position-left{left:10px;left:var(--toaster-indent-mobile)}}.toaster--position-right{right:20px;right:var(--toaster-indent)}@media(min-width:320px) and (max-width:623px){.toaster--position-right{right:10px;right:var(--toaster-indent-mobile)}}.toaster--position-top{top:20px;top:var(--toaster-indent)}@media(min-width:320px) and (max-width:623px){.toaster--position-top{top:10px;top:var(--toaster-indent-mobile)}}.toaster--position-bottom{bottom:20px;bottom:var(--toaster-indent)}@media(min-width:320px) and (max-width:623px){.toaster--position-bottom{bottom:10px;bottom:var(--toaster-indent-mobile)}}.toaster__wrapper{grid-gap:10px;grid-gap:var(--toaster-gap);display:grid;grid-template-columns:1fr;width:100%}.toaster__wrapper.left .list-enter-to{opacity:1}.toaster__wrapper.left .list-enter-active,.toaster__wrapper.left .list-leave-active{transition:all 1s ease}.toaster__wrapper.left .list-enter,.toaster__wrapper.left .list-leave-to{opacity:0;transform:translateX(-30px)}.toaster__wrapper.right .list-enter-to{opacity:1}.toaster__wrapper.right .list-enter-active,.toaster__wrapper.right .list-leave-active{transition:all 1s ease}.toaster__wrapper.right .list-enter,.toaster__wrapper.right .list-leave-to{opacity:0;transform:translateX(30px)}.list-item{transition:all .5s}.scroll-hide{-ms-overflow-style:none;scrollbar-width:none}.scroll-hide::-webkit-scrollbar{display:none}.extend-button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.extend-text-overflow-hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slider-link{color:var(--main-color);font-size:var(--components-h4-font-size);font-style:var(--components-h4-font-style);font-weight:var(--components-h4-font-weight);letter-spacing:var(--components-h4-letter-spacing);line-height:var(--components-h4-line-height)}.slider-link h1,.slider-link h2,.slider-link h3,.slider-link h4,.slider-link h5,.slider-link h6,.slider-link span{color:inherit}.slider-link__block{background:var(--white);margin-top:16px;padding:16px}.slider-link__block--slider{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:0}.toast{border-radius:4px;box-shadow:var(--default-shadow);display:flex;flex-direction:column;overflow:hidden;padding:16px 32px 20px;position:relative;width:100%}.toast--success{background:#f5fffb}.toast--danger{background:#fff7f5}.toast--info{background:#f6f9fe}.toast--warning{background:#fffdf5}.toast__progress-bar{bottom:0;height:4px;left:0;position:absolute;width:100%}.toast__progress{height:100%;transition:width 1s linear}.toast__progress--success{background:var(--system-green)}.toast__progress--danger{background:var(--system-red)}.toast__progress--info{background:var(--system-blue)}.toast__progress--warning{background:var(--system-yellow)}.toast__close{cursor:pointer;position:absolute;right:4px;top:4px}