:root{--background-white:#ffffff;--background-milk:#e2e2e2;--background-black:#252525;--background-black-1:#1d1b19;--background-grey:#dedede;--background-btn-secondary:#ececec;--background-light-grey-2:#dadada;--background-light-grey-3:#e0e1e4;--background-light-grey-4:#dddddd;--background-tags:#ffeedf;--background-tags-hover:#ffd7b2;--background-disabled:#ececec;--background-footer:#f5f5f5;--background-orange:#f36100;--background-orange-hover:#ff783e;--background-orange-active:#ea540a;--background-dot:#7c7c7c;--background-dot-active:#aeaeae;--background-green:#1ac274;--background-yellow:#ffa800;--color-white:#ffffff;--color-milk:#e2e2e2;--color-black:#252525;--color-black-dark:#121111;--color-black-dark-2:#1d1b19;--color-black-dark-3:#2d2c2c;--color-black-dark-4:#2b2d33;--color-black-dark-5:#292a34;--color-black-dark-6:#000000;--color-black-dark-7:#000a1a;--color-light-grey:#e0e1e4;--color-light-grey-2:#dddddd;--color-light-grey-3:#a1a1a1;--color-light-grey-4:#d1d1d1;--color-light-grey-5:#908e8b;--color-light-grey-6:#c1c1c1;--color-light-grey-7:#8d8d8d;--color-light-grey-8:#d1d1d1;--color-dark-grey:#3c3939;--color-dark-grey-2:#737373;--color-dark-grey-3:#4f5153;--color-dark-grey-4:#3e3e3e;--color-disabled:#ececec;--color-secondary:#585858;--color-tags-quant:#797979;--color-amount:#b3b3b3;--color-orange:#f36100;--color-orange-hover:#ff783e;--color-orange-active:#ea540a;--color-orange-calendar:#ff4635;--color-red:#ff1f00;--border-tags:#c1c1c1;--border-btn-secondary:#ececec;--border-tags-hover:#ffd7b2;--border-orange:#f36100;--border-orange-hover:#ff783e;--border-disabled:#ececec;--border-calendar:#f5f5f5;--border-grey:#dedede;--border-light-grey-3:#e0e1e4;--border-orange-calendar:#ff4635;--font-main:montserrat}*{scrollbar-width:thin}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:#eeeeee;border-radius:3px}body,html{height:100%;scrollbar-gutter:stable}body{min-height:max-content;font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:var(--color-black);background-color:var(--background-white);position:relative;scrollbar-color:#eeeeee #fff;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;transition:.2s ease-in-out}ol,p,ul{margin:0;padding:0;list-style:none}.page{min-height:100vh;height:max-content;display:grid;grid-template-rows:1fr max-content;padding-top:96px}.page_tags{padding-top:88px}@media (max-width:600px){.page{padding-top:68px}}.page__block{width:100%;max-width:1232px;padding-right:16px;padding-left:16px;margin:0 auto}.content{width:100%}.content__btn{width:max-content;min-width:132px;padding:12px 20px;border-radius:20px;font-family:var(--font-main);font-weight:600;font-size:14px;line-height:16px;color:var(--color-white);background-color:var(--background-orange);border:none;cursor:pointer;transition:.2s ease-in-out}.content__btn:hover{background-color:var(--background-orange-hover)}.content__btn:active{background-color:var(--background-orange-active)}.content__btn:disabled{cursor:default;background-color:var(--background-btn-secondary);color:var(--color-light-grey-3)}.content__btn_type_secondary{color:var(--color-black);background-color:var(--background-btn-secondary)}.content__btn_type_secondary:hover{background-color:var(--background-milk)}.content__btn_type_secondary:active{background-color:var(--background-light-grey-2)}.content__btn-icon{width:20px;height:20px;margin-right:10px}.result_null{display:grid;grid-template-rows:max-content 1fr;height:100%}@media (max-width:600px){.result_null{grid-template-rows:max-content max-content 1fr}}.subscriptions__cards{margin-top:72px}.subscriptions_null{display:grid;grid-template-rows:max-content 1fr;height:100%}@media (max-width:1024px){.subscriptions__cards{margin-top:48px}}@media (max-width:600px){.subscriptions_null{grid-template-rows:max-content max-content 1fr}}.search-page__cards{margin-top:48px}.button-to-top{border:none;background:var(--background-white);padding:0;border-radius:50%;width:60px;height:60px;position:fixed;bottom:40px;right:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 32px 0 rgba(38,36,34,.15);z-index:2999;cursor:pointer;transition:all .1s cubic-bezier(0,0,.5,1)}.button-to-top:active,.button-to-top:hover{width:62px;height:62px}body[style="overflow: hidden;"] .button-to-top{display:none!important}.button-to-top__icon{width:16px;height:8px}@media (max-width:1024px){.button-to-top{width:48px;height:48px;bottom:16px;right:16px}.button-to-top_type_event{bottom:80px}.button-to-top:active,.button-to-top:hover{width:50px;height:50px}}@media (max-width:600px){.button-to-top{bottom:12px;right:12px}.button-to-top_type_event{bottom:76px}}.error{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.error__title{margin-bottom:24px}.error__info,.error__title{font-family:var(--font-main);text-align:center}.error__info{margin-bottom:32px}.error__btns{display:flex;align-items:center;justify-content:center;gap:16px}.error__link{width:200px;max-width:100%;text-align:center}