header .header__container{background-color:var(--BG_0);border:solid var(--BG_3);border-width:0 0 1px;position:relative;display:flex;justify-content:space-between;align-items:center;height:100%}header .header__container._desktop{flex-wrap:wrap;height:149px;padding:0 32px}header .header__container._desktop .header__items{display:flex;height:100%}header .header__container._desktop .header__elements{width:100%;height:84px;display:flex;justify-content:space-between;align-items:center}header .header__container._desktop .header__item{height:100%;padding:4px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header .header__container._desktop .header__item .header__item__wrap{display:flex;align-items:center;color:var(--FG_5);height:100%;padding:0 22px;border-radius:8px;transition:background-color .15s ease}header .header__container._desktop .header__item:hover .header__item__wrap{background-color:var(--BG_2)}header .header__container._desktop .header__item:active .header__item__wrap{background-color:var(--BG_3)}header .header__container._desktop .header__logo{width:100%}header .header__container._desktop .header__logo img{margin:19px auto 0;display:block;width:232px;height:45px}@media only screen and (min-width:1400px){header .header__container._desktop{height:85px}header .header__container._desktop .header__logo{width:unset;position:absolute;left:50%;transform:translateX(-50%)}header .header__container._desktop .header__logo img{margin:unset}}@media only screen and (max-width:768px){header .header__container._desktop{display:none}}header .header__profile{position:relative}header .header__profile .header__profile__switch{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header .header__profile .header__profile__switch .profile__avatar{width:48px;height:48px;border-radius:6px;margin-right:12px;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}header .header__profile .header__profile__switch svg{display:block;transition:transform .15s ease}header .header__profile .header__profile__switch svg path{fill:var(--FG_5)}header .header__profile .header__profile__window{width:360px;display:block;position:absolute;top:66px;right:0;z-index:3;background-color:var(--BG_0);border:1px solid var(--BG_3);box-shadow:0 0 12px rgba(0,0,0,.05);border-radius:16px;opacity:0;transition:opacity .15s ease,transform .15s ease;transform:translateY(-16px);pointer-events:none;padding:11px}header .header__profile .profile__block:after{display:block;content:"";height:1px;background-color:var(--BG_3);border-radius:2px;margin:12px}header .header__profile .profile__block:last-child:after{display:none}header .header__profile .profile__info{align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:12px;border-radius:12px;transition:background-color .15s ease}header .header__profile .profile__info .profile__avatar{width:56px;height:56px;border-radius:7px;margin-right:16px;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}header .header__profile .profile__info .profile__nick{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}header .header__profile .profile__info .row{align-items:center}header .header__profile .profile__info .row p{color:var(--FG_5);margin-right:6px}header .header__profile .profile__info .row svg path{fill:var(--FG_5)}header .header__profile .profile__info:hover{background-color:var(--BG_2)}header .header__profile .profile__info:active{background-color:var(--BG_3)}header .header__profile .profile__divider{margin:0 12px;height:1px;background-color:var(--BG_3);border-radius:2px}header .header__profile .switch{padding:12px}header .header__profile .text_icon__wrap{margin-left:auto}header .header__profile._open .header__profile__switch svg{transform:rotate(180deg)}header .header__profile._open .header__profile__window{pointer-events:auto;opacity:1;transform:translateY(0)}.row,.switch{display:flex}.switch{justify-content:space-between;align-items:center;cursor:pointer;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch .switch__label,.switch .switch__text{color:var(--FG_5);transition:color .15s ease}.switch .switch__label{margin-top:4px;margin-right:16px}.switch .switch__block{width:40px;min-width:40px;padding:4px;border-radius:12px;transition:background-color .15s ease;background-color:var(--FG_3)}.switch .switch__circle{border-radius:8px;width:16px;height:16px;transition:transform .15s ease;background-color:var(--BG_0)}.switch._active .switch__block{background-color:var(--TC_5)}.switch._active .switch__circle{transform:translateX(16px)}.switch._disabled{cursor:default}.switch._disabled .switch__block{background-color:var(--BG_2)}.switch._disabled .switch__label,.switch._disabled .switch__text{color:var(--FG_3)}.text_icon{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:12px;border-radius:12px;transition:background-color .15s ease}.text_icon p{color:var(--FG_5);margin-right:12px}.text_icon .text_icon__wrap{background-color:var(--BG_2);transition:background-color .15s ease;width:38px;height:38px;border-radius:8px;padding:8px}.text_icon .text_icon__wrap svg path{fill:var(--FG_5)}.text_icon:hover{background-color:var(--BG_2)}.text_icon:active{background-color:var(--BG_3)}.image_loader{border-radius:6px;-webkit-animation:loading 1s infinite;animation:loading 1s infinite;background-color:var(--BG_2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.image_loader._error{cursor:pointer;-webkit-animation:none;animation:none;background-color:var(--RED)}.button{display:inline-flex;height:-webkit-max-content;height:-moz-max-content;height:max-content;align-items:center;outline:none;border:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:13px 21px;border-radius:10px}.button svg:first-child{margin-right:12px}.button svg:last-child{margin-left:12px}.button_primary{background-color:var(--TC_5);border:1px solid var(--TC_5)}.button_primary,.button_primary p{color:var(--FG_0)}.button_primary svg path{transition:fill .15s ease;fill:var(--FG_0)}.button_primary:not(._disabled):hover{background-color:var(--TC_6);border-color:var(--TC_6)}.button_primary:not(._disabled):active{background-color:var(--TC_7);border-color:var(--TC_7)}.button_primary._disabled{background-color:transparent;cursor:default;color:var(--FG_3);border-color:var(--BG_4)}.button_primary._disabled p{color:var(--FG_3)}.button_primary._disabled svg path{fill:var(--FG_3)}.button_secondary{background-color:transparent;color:var(--FG_5);border:1px solid transparent}.button_secondary p{color:var(--FG_5)}.button_secondary svg path{transition:fill .15s ease;fill:var(--FG_5)}.button_secondary:not(._disabled):hover{background-color:var(--BG_2)}.button_secondary:not(._disabled):active{background-color:var(--BG_3)}.button_secondary._disabled{cursor:default;color:var(--FG_3);border-color:var(--BG_4)}.button_secondary._disabled p{color:var(--FG_3)}.button_secondary._disabled svg path{transition:fill .15s ease;fill:var(--FG_3)}header .header__container._mobile{z-index:9999;display:none;height:77px;padding:0 22px}header .header__container._mobile .header__logo img{display:block;width:163px;height:32px}header .header__container._mobile .header__toggle{display:flex;cursor:pointer;align-items:center;justify-content:center;margin-right:-22px;height:76px;width:86px}header .header__container._mobile .header__profile{overflow-y:auto;position:fixed;background-color:var(--BG_0);padding:12px;top:77px;left:0;right:0;bottom:0}header .header__container._mobile .header__profile .profile__block._auth{text-align:center}header .header__container._mobile .header__item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:12px}header .header__container._mobile .header__item .header__item__wrap{display:flex;align-items:center;color:var(--FG_5);height:100%;padding:12px;border-radius:12px;transition:background-color .15s ease}header .header__container._mobile .header__item:hover .header__item__wrap{background-color:var(--BG_2)}header .header__container._mobile .header__item:active .header__item__wrap{background-color:var(--BG_3)}header .header__container._mobile .header__item:last-child{margin-bottom:0}header .header__container._mobile._open{position:fixed;top:0;right:0;left:0}@media only screen and (max-width:768px){header .header__container._mobile{display:flex}}.container{width:1200px;margin:0 auto;padding:32px}@media only screen and (max-width:1264px){.container{width:100%}}.landing__banner{display:block;width:100%;aspect-ratio:3/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--BG_3);border-radius:16px;margin-bottom:32px}@media only screen and (max-width:800px){.landing__banner{aspect-ratio:3/2}}.landing__versions{display:flex;flex-wrap:wrap;grid-gap:32px 32px;gap:32px 32px}.landing__versions .landing__version{flex-grow:4}.landing__versions .landing__version._featured,.landing__versions .landing__version:first-child{width:100%}@media only screen and (min-width:800px){.landing__versions .landing__version._featured,.landing__versions .landing__version:first-child{display:flex;align-items:center;justify-content:space-between}.landing__versions .landing__version._featured .version__left,.landing__versions .landing__version:first-child .version__left{margin-bottom:0}.landing__versions .landing__version._featured .version__right,.landing__versions .landing__version:first-child .version__right{flex-direction:row}.landing__versions .landing__version._featured .button:first-child,.landing__versions .landing__version:first-child .button:first-child{margin-left:0}.landing__versions .landing__version._featured .button:last-child,.landing__versions .landing__version:first-child .button:last-child{margin-left:8px}}.landing__version._featured{border-color:var(--GRN)}.landing__version._featured .version__icon{background-color:var(--BG_GRN)}.landing__version._featured .button,.landing__version._featured .button:active,.landing__version._featured .button:hover{border-color:var(--GRN);background-color:var(--GRN)}.landing__version .version__left{align-items:center;margin-bottom:32px}.landing__version .version__right{justify-content:flex-end;flex-direction:row-reverse}.landing__version .version__icon{width:80px;height:80px;border-radius:8px;padding:8px;margin-right:22px;background-color:var(--BG_2)}.landing__version .version__icon .version__image{display:block;width:64px;height:64px;-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.landing__version .version__name{color:var(--FG_9)}.landing__version .version__last_update{color:var(--FG_5);margin-top:4px}.landing__version .button:first-child{margin-left:8px}.block{border:1px solid var(--BG_3);background-color:var(--BG_0);padding:31px;border-radius:16px}.block .block__header{margin-bottom:16px}.block .block__header .header__subtitle{color:var(--FG_5);margin-bottom:4px}.block .block__header:last-child{margin-bottom:0}.block .block__content:not(:last-child){margin-bottom:32px}.block .block__buttons{display:flex}.block .block__buttons .button__loader{margin-left:auto}.block .block__buttons .button{display:block;margin-left:8px}.block .block__buttons .button:first-child{margin-left:auto}footer{display:flex;justify-content:space-between}footer a,footer p{color:var(--FG_5)}footer a:hover{text-decoration:underline}@media only screen and (max-width:1100px){footer{flex-flow:column}footer a{margin-top:12px}}