@keyframes a{0%{transform:scale(.8)}to{transform:scale(1.1)}}@keyframes b{0%{transform:translateY(76px)}to{transform:translateY(0)}}.page,html{width:100vw}.page{margin:0;padding:0;overflow-x:hidden;background:var(--color-bg-default);-webkit-font-smoothing:antialiased}.page a{text-decoration:none}.page a:hover .text_view_link,.text_view_link:hover{color:var(--color-link-hover)}:root{--screen-xxs:280px;--screen-xs:360px;--screen-s:737px;--screen-m:1024px;--screen-l:1280px;--screen-xl:1440px;--screen-xxl:1600px;--screen-xxs-max:359px;--screen-xs-max:736px;--screen-s-max:1023px;--screen-m-max:1279px;--screen-l-max:1439px;--screen-xl-max:1599px;--screen-xxl-max:1920px}@font-face{font-family:FactorIO;src:url(/assets/fonts/FactorIO/woff2/FactorIO-Regular.woff2);font-weight:400}@font-face{font-family:FactorIO;src:url(/assets/fonts/FactorIO/woff2/FactorIO-Bold.woff2);font-weight:700}@font-face{font-family:FactorIO;src:url(/assets/fonts/FactorIO/woff2/FactorIO-Light.woff2);font-weight:100}*{font-family:FactorIO,Helvetica,Arial,sans-serif;scroll-behavior:smooth}button{margin:0}.page{--header-height:76px}.loader{display:-ms-flexbox;display:flex;margin:auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%}.loader__left{margin-right:var(--space-xs);animation:a .42s alternate both ease-in-out infinite -.28s}.loader__center,.loader__left,.loader__right{width:16px;height:16px;border-radius:99em;background-color:var(--color-control-bg-action)}.loader__center{margin-right:var(--space-xs);animation:a .42s alternate both ease-in-out infinite -.14s}.loader__right{animation:a .42s alternate both ease-in-out infinite}.yoomoney-chat{position:fixed;right:var(--space-m);bottom:var(--space-xxxxxl);z-index:99;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--space-m)}@media (min-width:737px){.yoomoney-chat{right:var(--space-xxl);bottom:var(--space-xxxxxl)}}.yoomoney-chat__chat,.yoomoney-chat__menu{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-bg-action);border-radius:50%}.yoomoney-chat__chat{width:60px;height:60px}.yoomoney-chat__menu{z-index:1}.yoomoney-chat__menu,.yoomoney-chat__telegram{width:60px;height:60px}.yoomoney-chat__menu_hidden{display:none}.yoomoney-chat__telegram{animation:.3s b forwards}.yoomoney-chat__telegram_hidden{display:none}.cookie-policy__card{width:450px;position:fixed;right:19px;bottom:20px;padding:12px 30px;background-color:#1f49a3;border-radius:30px;z-index:99}@media screen and (max-width:767px){.cookie-policy__card{bottom:60px;max-width:calc(100% - 100px)}}.cookie-policy__card_hidden{display:none}.cookie-policy__text{font-size:12px;line-height:18px;color:hsla(0,0%,100%,.9)}@media screen and (max-width:375px){.cookie-policy__text{max-width:190px;font-size:11px}}.cookie-policy__ok-btn{position:absolute;right:30px;bottom:calc(50% - 15px)}:root{--shadow-default:0 4px 32px 0px rgba(0,65,141,.16),0 12px 20px -12px rgba(0,0,0,.5);--shadow-default-hover:0 4px 32px 0px rgba(0,65,141,.16),0 12px 20px -12px rgba(0,0,0,.5);--shadow-sticky:0 4px 20px 0px rgba(0,65,141,.05),0 12px 20px -16px rgba(0,0,0,.1);--shadow-tab:0 6px 10px 0px rgba(0,65,141,.05),0 6px 10px -8px rgba(0,0,0,.1);--z-index-fixed:400;--z-index-modal:10002}.text_weight_bold{font-weight:600}.text_view_link{color:var(--color-link);text-decoration:none;cursor:pointer;transition:.3s ease}.text_view_success{color:var(--color-typo-success)}.text_view_secondary{color:var(--color-typo-secondary)}.text_size_s{font-size:var(--size-typo-s);line-height:var(--line-height-typo-s)}.button{-ms-touch-action:manipulation;touch-action:manipulation}.pt-card{box-sizing:border-box;position:relative;background:var(--color-bg-default);border-radius:4px}.Form-field__label{grid-area:a}.Form-field__control-elem{grid-area:b}.Form-field__description{grid-area:c}.Form-field__error{grid-area:d;color:var(--color-typo-alert);font-size:var(--size-typo-s);line-height:var(--line-height-typo-m)}.Form-field__error_hide{visibility:hidden;height:var(--line-height-typo-m)}.fast-commands__modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:10000;background-color:rgba(0,0,0,.7);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.fast-commands__modal .pt-card{margin:12px;padding:24px 56px 24px 24px;max-width:400px;border-radius:16px}.fast-commands__modal_hidden{display:none}.fast-commands__closer{width:14px;height:14px;background-image:url(/assets/images/control-elements/fast-commands/close.svg);position:absolute;right:25px;top:25px;cursor:pointer}.fast-commands__input-control{height:var(--space-xxl);padding:0 var(--space-xs);font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);border:0;font-family:inherit;background:#fff;border-radius:4px;box-shadow:inset 0 0 0 2px var(--color-bg-border);transition:box-shadow .2s ease;width:100%;outline:0}.fast-commands__input-control:focus{box-shadow:inset 0 0 0 2px var(--color-control-bg-action)}.fast-commands__input-control_spin_off{-moz-appearance:textfield}.fast-commands__input-control_spin_off::-webkit-inner-spin-button,.fast-commands__input-control_spin_off::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fast-commands__form-text{font-weight:700;font-size:18px;line-height:25px;color:#0a2540;margin-bottom:16px}@media (max-width:736px){.fast-commands__submit .button_theme_kassa.button{width:unset}}.header-wrapper{padding:var(--space-l) var(--space-m);height:var(--header-height);background-color:var(--color-bg-default);position:fixed;width:100%;z-index:10000;box-sizing:border-box}@media (min-width:737px){.header-wrapper{padding:var(--space-l) var(--space-xxl)}}@media (min-width:1280px){.header-wrapper{padding:0 var(--space-xxxl)}}@media (min-width:1440px){.header-wrapper{display:grid;grid-template-columns:1200px;-ms-flex-pack:center;justify-content:center}}.header{--reserve-for-promo:280px;--transition:0.2s ease;display:grid;grid-template-columns:1fr 24px -webkit-min-content 40px;grid-template-columns:1fr 24px min-content 40px;grid-template-areas:"e f g h";-ms-flex-align:center;align-items:center;height:100%}@media (min-width:1280px){.header{grid-template-columns:-webkit-min-content 1fr 24px -webkit-min-content;grid-template-columns:min-content 1fr 24px min-content;grid-template-areas:"e h f g"}}.header.header_state_search-open{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-areas:"e f"}@media (min-width:1280px){.header.header_state_search-open{grid-template-columns:repeat(2,1fr)}}.header__accordion-header{position:relative;padding:var(--space-m)}.header__accordion-content{padding-top:var(--space-xs);padding-bottom:var(--space-xs);background-color:var(--color-bg-ghost)}.header__accordion-content_hidden{display:none}.header__accordion-arrow{position:absolute;right:var(--space-m);top:50%;transform:translateY(-50%);transition:var(--transition)}.header__accordion-arrow_spin{transform:translateY(-50%) rotate(180deg)}@media (min-width:1280px){.header__box{--promo-width:280px;display:block;position:absolute;left:50%;transform:translateX(-50%);width:1200px;box-sizing:border-box;padding:var(--space-xxl);padding-right:calc(var(--space-xxl)*2 + var(--promo-width));background:var(--color-bg-default);box-shadow:0 12px 26px -2px rgba(0,0,0,.04),0 16px 48px -4px rgba(0,0,0,.08);border-radius:16px;margin-top:var(--space-xs)}}.header__box_hide{display:none}.header__dropdown{position:relative;display:inline-block}.header__dropdown-header{height:var(--header-height);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:var(--space-xxs)}.header__dropdown-arrow{position:absolute;top:var(--header-height);width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;transform:translateY(-4px)}.header__dropdown-arrow_hidden{display:none}.header__dropdown-content{position:fixed;width:100vw;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;top:var(--header-height);left:0}.header__dropdown-content_hidden{display:none}.header__enter{grid-area:g;display:-ms-flexbox;display:flex}.header__enter_hide{display:none}.header__enter .button{box-shadow:none}.header__enter .button.button_size_s{margin-right:0;margin-bottom:0}.header__enter .button.sca-component_all_ok{margin-left:var(--space-m)}.header__icon svg{width:100%}.header__icon_name_close,.header__icon_name_dropdown-arrow,.header__icon_name_menu,.header__icon_size_l,.header__icon_size_m{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.header__icon_size_l,.header__icon_size_m{width:24px;height:24px}.header__icon_size_l{width:40px;height:40px}.header__icon_hidden{display:none}.header__link_type_service{padding:var(--space-m) 0;margin:0 var(--space-m);display:block;border-bottom:1px solid var(--color-bg-border)}.header__link_type_service:last-child{border-bottom:none}@media (min-width:1280px){.header__link_type_service{padding:0;border-bottom:none;display:grid;grid-template-columns:56px 1fr;grid-template-areas:"i j" "i k";column-gap:var(--space-m)}}.header__link_type_service .header__icon{display:none}@media (min-width:1280px){.header__link_type_service .header__icon{display:-ms-flexbox;display:flex;grid-area:i;align-self:center}}.header__link_type_service .header__title{margin-bottom:var(--space-xxs)}@media (min-width:1280px){.header__link_type_service .header__title{grid-area:j}.header__link_type_service .header__text{grid-area:k}}.header__link_type_payment{display:grid;row-gap:var(--space-xs);padding:var(--space-m) 0;margin:0 var(--space-m);border-bottom:1px solid var(--color-bg-border)}@media (min-width:1280px){.header__link_type_payment:last-child{border-bottom:none}}.header__link_type_promo{display:none}@media (min-width:1280px){.header__link_type_promo{display:block;position:absolute;right:var(--space-xxl);top:var(--space-xxl);max-width:var(--reserve-for-promo);background:var(--color-bg-ghost);border-radius:20px}}.header__link_type_promo .header__image{background-size:contain;background-repeat:no-repeat;width:var(--reserve-for-promo);height:153px}.header__logo{grid-area:e;display:grid;-ms-flex-align:center;align-items:center}.header__logo-kassa{display:none}@media (min-width:1024px){.header__logo-kassa{display:inline}}.header__logo-link{display:inline-block;width:40px;height:28px}@media (min-width:737px){.header__logo-link{width:120px;height:28px}}@media (min-width:1280px){.header__menu{display:none}}.header__nav{grid-area:h;margin-left:var(--space-m)}@media (min-width:1280px){.header__nav{margin-left:var(--space-xl)}}.header__nav_hide{display:none}.header__nav-menu{display:none;position:absolute;left:0;top:var(--header-height);background-color:var(--color-bg-default);width:100%;margin:0;padding:0;padding-top:var(--space-m);padding-bottom:var(--space-m);height:calc(100vh - var(--header-height));overflow-y:scroll;list-style-type:none;box-sizing:border-box}@media (min-width:1280px){.header__nav-menu{position:static;display:-ms-flexbox;display:flex;gap:var(--space-m);background-color:transparent;overflow-y:unset;padding-top:unset;padding-bottom:unset;height:auto}}.footer__hint:hover .footer__hint-content,.footer__hint:hover .footer__hint-icon:after,.header__nav-menu_opened{display:block}.header__nav-menu-item:first-child{-ms-flex-positive:1;flex-grow:1}.header__nav-menu-item:last-child{margin-right:var(--space-m)}.header__part_for_payments .header__part-dropdown{display:none}@media (min-width:1280px){.header__part_for_payments .header__part-dropdown{display:block}.header__part_for_payments .header__part-accordion{display:none}}.header__search{grid-area:f}.header__search-form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__search-form_hide{display:none}.header__search-loupe{border:0;background-color:transparent;padding:0;width:24px;height:24px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}.header__search-loupe_hide{display:none}.header__search-close{width:24px;height:24px;background-image:url(/assets/images/control-elements/search/close.svg);background-repeat:no-repeat;background-position:50%;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background-color:transparent;cursor:pointer}.header__search-button{font-weight:400;font-size:var(--size-typo-s);line-height:32px;padding:0 var(--space-m);background:var(--color-control-bg-action);border-radius:4px;color:var(--color-control-typo-action);border:0;margin-left:var(--space-s);padding-left:var(--space-l);padding-right:var(--space-l)}.header__search-input{position:relative}.search-form{position:absolute;left:0;top:0;width:100%;height:20px}.search-form__input_hide{display:none}.search-form__close{width:20px;height:20px;background-image:url(../../assets/images/control-elements/search/close.svg);background-repeat:no-repeat;position:absolute;top:9px}.search-form__close_hide{display:none}.search-form__input{position:absolute;z-index:100000}.search-form__input_mobile_center{width:95vw;top:14px;left:50%;transform:translateX(-50%)}.search-form__loupe{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;height:100%;cursor:pointer}.search-form__loupe svg{width:20px}@media screen and (max-width:1023px){.search-form__loupe svg{width:16px}}.search-form__loupe_hide{visibility:hidden}@media screen and (max-width:767px){.search-form__loupe_hide{visibility:hidden}}.search-form__loupe_mobile{display:none}@media screen and (max-width:767px){.search-form__loupe_mobile{display:-ms-inline-flexbox;display:inline-flex}}.header__text{font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);color:var(--color-typo-secondary)}.header__title{cursor:pointer}.header__title_size_l{font-size:var(--size-typo-l);line-height:var(--line-height-typo-l)}@media (min-width:1280px){.header__title_for_main-link:hover{color:var(--color-typo-secondary)}}.theme_space_kassa-default{--space-xxxs:2px;--space-xxs:4px;--space-xs:8px;--space-s:12px;--space-m:16px;--space-l:20px;--space-xl:24px;--space-xxl:32px;--space-xxxl:40px;--space-xxxxl:48px;--space-xxxxxl:72px;--space-xxxxxxl:96px}.theme_size_kassa-default{--size-typo-xs:11px;--size-typo-s:13px;--size-typo-m:15px;--size-typo-l:16px;--size-typo-xl:18px;--size-typo-xxl:20px;--size-typo-xxxl:24px;--size-typo-xxxxl:32px;--size-typo-xxxxxl:40px;--line-height-typo-xs:15px;--line-height-typo-s:18px;--line-height-typo-m:21px;--line-height-typo-l:22px;--line-height-typo-xl:25px;--line-height-typo-xxl:28px;--line-height-typo-xxxl:34px;--line-height-typo-xxxxl:38px;--line-height-typo-xxxxxl:48px}@media (min-width:1280px){.theme_size_kassa-default{--size-typo-xs:11px;--size-typo-s:13px;--size-typo-m:15px;--size-typo-l:18px;--size-typo-xl:20px;--size-typo-xxl:24px;--size-typo-xxxl:32px;--size-typo-xxxxl:40px;--size-typo-xxxxxl:56px;--line-height-typo-xs:15px;--line-height-typo-s:18px;--line-height-typo-m:21px;--line-height-typo-l:25px;--line-height-typo-xl:28px;--line-height-typo-xxl:34px;--line-height-typo-xxxl:38px;--line-height-typo-xxxxl:48px;--line-height-typo-xxxxxl:64px}}.theme_space_default{--space-xxxs:2px;--space-xxs:4px;--space-xs:8px;--space-s:12px;--space-m:16px;--space-l:20px;--space-xl:24px;--space-xxl:32px;--space-xxxl:40px;--space-xxxxl:48px;--space-xxxxxl:72px;--space-xxxxxxl:96px}:root{--font-sans:Helvetica,Arial,sans-serif;--font-serif:Georgia,serif;--font-mono:monospace}.theme_font_yandex-sans{font-family:var(--font-sans)}.tpl-layout{display:grid;padding-left:var(--gap);padding-right:var(--gap)}@media screen and (max-width:736px){.tpl-layout__container_size_m{--tpl-layout__container_size_m:420px;max-width:420px!important}}.tpl-layout__container{width:100%}.tpl-layout__container:empty{padding:0;margin:0}.section{--section-padding:92px;position:relative;padding:var(--section-padding) 0;box-sizing:border-box}@media screen and (max-width:1023px){.section__fraction_s_space-xxxl{padding-bottom:var(--space-xxxl)}.section_with-split{padding:0}}@media screen and (max-width:736px){.section__fraction_xs_space-xxxl{padding-bottom:var(--space-xxxl)}.section__fraction_xs_space-l{padding-bottom:var(--space-l)}}.section_view_default{--bright-mod:1.45;--shade-mod:0.6;--color-bg-section:var(--color-bg-default);position:relative;background:var(--color-bg-section)}.section_view_default:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:100%;margin:0 -50vw;background:var(--color-bg-section);z-index:-1}.decorator_space-a_none{padding:0}.decorator_space-a_xxxs{padding:var(--space-xxxs)}.decorator_space-a_xxs{padding:var(--space-xxs)}.decorator_space-a_xs{padding:var(--space-xs)}.decorator_space-a_s{padding:var(--space-s)}.decorator_space-a_m{padding:var(--space-m)}.decorator_space-a_l{padding:var(--space-l)}.decorator_space-a_xl{padding:var(--space-xl)}.decorator_space-a_xxl{padding:var(--space-xxl)}.decorator_space-a_xxxl{padding:var(--space-xxxl)}.decorator_space-a_xxxxl{padding:var(--space-xxxxl)}.decorator_space-v_none{padding-top:0;padding-bottom:0}.decorator_space-v_xxxs{padding-top:var(--space-xxxs);padding-bottom:var(--space-xxxs)}.decorator_space-v_xxs{padding-top:var(--space-xxs);padding-bottom:var(--space-xxs)}.decorator_space-v_xs{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.decorator_space-v_s{padding-top:var(--space-s);padding-bottom:var(--space-s)}.decorator_space-v_m{padding-top:var(--space-m);padding-bottom:var(--space-m)}.decorator_space-v_xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.decorator_space-v_xxl{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}.decorator_space-v_xxxl{padding-top:var(--space-xxxl);padding-bottom:var(--space-xxxl)}.decorator_space-v_xxxxl{padding-top:var(--space-xxxxl);padding-bottom:var(--space-xxxxl)}.decorator_space-v_xxxxxl{padding-top:var(--space-xxxxxl);padding-bottom:var(--space-xxxxxl)}.decorator_space-v_xxxxxxl{padding-top:var(--space-xxxxxxl);padding-bottom:var(--space-xxxxxxl)}.decorator_space-h_none{padding-left:0;padding-right:0}.decorator_space-h_xxxs{padding-left:var(--space-xxxs);padding-right:var(--space-xxxs)}.decorator_space-h_xxs{padding-left:var(--space-xxs);padding-right:var(--space-xxs)}.decorator_space-h_xs{padding-left:var(--space-xs);padding-right:var(--space-xs)}.decorator_space-h_s{padding-left:var(--space-s);padding-right:var(--space-s)}.decorator_space-h_m{padding-left:var(--space-m);padding-right:var(--space-m)}.decorator_space-h_xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.decorator_space-h_xxl{padding-left:var(--space-xxl);padding-right:var(--space-xxl)}.decorator_space-h_xxxl{padding-left:var(--space-xxxl);padding-right:var(--space-xxxl)}.decorator_space-h_xxxxl{padding-left:var(--space-xxxxl);padding-right:var(--space-xxxxl)}.decorator_space-h_xxxxxl{padding-left:var(--space-xxxxxl);padding-right:var(--space-xxxxxl)}.decorator_space-h_xxxxxxl{padding-left:var(--space-xxxxxxl);padding-right:var(--space-xxxxxxl)}.decorator_space-t_none{padding-top:0}.decorator_space-t_xxxs{padding-top:var(--space-xxxs)}.decorator_space-t_xxs{padding-top:var(--space-xxs)}.decorator_space-t_xs{padding-top:var(--space-xs)}.decorator_space-t_s{padding-top:var(--space-s)}.decorator_space-t_m{padding-top:var(--space-m)}.decorator_space-t_l{padding-top:var(--space-l)}.decorator_space-t_xl{padding-top:var(--space-xl)}.decorator_space-t_xxl{padding-top:var(--space-xxl)}.decorator_space-t_xxxxl{padding-top:var(--space-xxxxl)}.decorator_space-t_xxxxxxl{padding-top:var(--space-xxxxxxl)}.decorator_space-r_none{padding-right:0}.decorator_space-r_xxxs{padding-right:var(--space-xxxs)}.decorator_space-r_xxs{padding-right:var(--space-xxs)}.decorator_space-r_xs{padding-right:var(--space-xs)}.decorator_space-r_s{padding-right:var(--space-s)}.decorator_space-r_m{padding-right:var(--space-m)}.decorator_space-r_l{padding-right:var(--space-l)}.decorator_space-r_xl,.decorator_space-r_xxl{padding-right:var(--space-xl)}.decorator_space-r_xxxl{padding-right:var(--space-xxxl)}.decorator_space-r_xxxxl{padding-right:var(--space-xxxxl)}.decorator_space-r_xxxxxl{padding-right:var(--space-xxxxxl)}.decorator_space-r_xxxxxxl{padding-right:var(--space-xxxxxxl)}.decorator_space-b_none{padding-bottom:0}.decorator_space-b_xxxs{padding-bottom:var(--space-xxxs)}.decorator_space-b_xxs{padding-bottom:var(--space-xxs)}.decorator_space-b_xs{padding-bottom:var(--space-xs)}.decorator_space-b_s{padding-bottom:var(--space-s)}.decorator_space-b_m{padding-bottom:var(--space-m)}.decorator_space-b_l{padding-bottom:var(--space-l)}.decorator_space-b_xl{padding-bottom:var(--space-xl)}.decorator_space-b_xxl{padding-bottom:var(--space-xxl)}.decorator_space-b_xxxl{padding-bottom:var(--space-xxxl)}.decorator_space-b_xxxxl{padding-bottom:var(--space-xxxxl)}.decorator_space-b_xxxxxxl{padding-bottom:var(--space-xxxxxxl)}.decorator_space-l_none{padding-left:0}.decorator_space-l_xxxs{padding-left:var(--space-xxxs)}.decorator_space-l_xxs{padding-left:var(--space-xxs)}.decorator_space-l_xs{padding-left:var(--space-xs)}.decorator_space-l_s{padding-left:var(--space-s)}.decorator_space-l_m{padding-left:var(--space-m)}.decorator_space-l_l{padding-left:var(--space-l)}.decorator_space-l_xl{padding-left:var(--space-xl)}.decorator_space-l_xxl{padding-left:var(--space-xxl)}.decorator_space-l_xxxl{padding-left:var(--space-xxxl)}.decorator_space-l_xxxxl{padding-left:var(--space-xxxxl)}.decorator_space-l_xxxxxl{padding-left:var(--space-xxxxxl)}.decorator_space-l_xxxxxxl{padding-left:var(--space-xxxxxxl)}.article .text_type_p,.decorator_indent-a_none{margin:0}.decorator_indent-a_auto{margin:auto}.decorator_indent-a_xxxs{margin:var(--space-xxxs)}.decorator_indent-a_xxs{margin:var(--space-xxs)}.decorator_indent-a_xs{margin:var(--space-xs)}.decorator_indent-a_s{margin:var(--space-s)}.decorator_indent-a_m{margin:var(--space-m)}.decorator_indent-a_l{margin:var(--space-l)}.decorator_indent-a_xl{margin:var(--space-xl)}.decorator_indent-a_xxl{margin:var(--space-xxl)}.decorator_indent-a_xxxl{margin:var(--space-xxxl)}.decorator_indent-a_xxxxl{margin:var(--space-xxxxl)}.decorator_indent-a_xxxxxl{margin:var(--space-xxxxxl)}.decorator_indent-a_xxxxxxl{margin:var(--space-xxxxxxl)}.decorator_indent-v_none{margin-top:0;margin-bottom:0}.decorator_indent-v_auto{margin-top:auto;margin-bottom:auto}.decorator_indent-v_xxxs{margin-top:var(--space-xxxs);margin-bottom:var(--space-xxxs)}.decorator_indent-v_xxs{margin-top:var(--space-xxs);margin-bottom:var(--space-xxs)}.decorator_indent-v_xs{margin-top:var(--space-xs);margin-bottom:var(--space-xs)}.decorator_indent-v_s{margin-top:var(--space-s);margin-bottom:var(--space-s)}.decorator_indent-v_m{margin-top:var(--space-m);margin-bottom:var(--space-m)}.decorator_indent-v_l{margin-top:var(--space-l);margin-bottom:var(--space-l)}.decorator_indent-v_xl{margin-top:var(--space-xl);margin-bottom:var(--space-xl)}.decorator_indent-v_xxl{margin-top:var(--space-xxl);margin-bottom:var(--space-xxl)}.decorator_indent-v_xxxl{margin-top:var(--space-xxxl);margin-bottom:var(--space-xxxl)}.decorator_indent-v_xxxxl{margin-top:var(--space-xxxxl);margin-bottom:var(--space-xxxxl)}.decorator_indent-v_xxxxxl{margin-top:var(--space-xxxxxl);margin-bottom:var(--space-xxxxxl)}.decorator_indent-v_xxxxxxl{margin-top:var(--space-xxxxxxl);margin-bottom:var(--space-xxxxxxl)}.decorator_indent-h_none{margin-left:0;margin-right:0}.decorator_indent-h_xxxs{margin-left:var(--space-xxxs);margin-right:var(--space-xxxs)}.decorator_indent-h_xxs{margin-left:var(--space-xxs);margin-right:var(--space-xxs)}.decorator_indent-h_xs{margin-left:var(--space-xs);margin-right:var(--space-xs)}.decorator_indent-h_s{margin-left:var(--space-s);margin-right:var(--space-s)}.decorator_indent-h_m{margin-left:var(--space-m);margin-right:var(--space-m)}.decorator_indent-h_l{margin-left:var(--space-l);margin-right:var(--space-l)}.decorator_indent-h_xl{margin-left:var(--space-xl);margin-right:var(--space-xl)}.decorator_indent-h_xxl{margin-left:var(--space-xxl);margin-right:var(--space-xxl)}.decorator_indent-h_xxxl{margin-left:var(--space-xxxl);margin-right:var(--space-xxxl)}.decorator_indent-h_xxxxl{margin-left:var(--space-xxxxl);margin-right:var(--space-xxxxl)}.decorator_indent-h_xxxxxl{margin-left:var(--space-xxxxxl);margin-right:var(--space-xxxxxl)}.decorator_indent-h_xxxxxxl{margin-left:var(--space-xxxxxxl);margin-right:var(--space-xxxxxxl)}.decorator_indent-t_none{margin-top:0}.decorator_indent-t_xxxs{margin-top:var(--space-xxxs)}.decorator_indent-t_xxs{margin-top:var(--space-xxs)}.decorator_indent-t_xs{margin-top:var(--space-xs)}.decorator_indent-t_s{margin-top:var(--space-s)}.decorator_indent-t_m{margin-top:var(--space-m)}.decorator_indent-t_l{margin-top:var(--space-l)}.decorator_indent-t_xl{margin-top:var(--space-xl)}.decorator_indent-t_xxl{margin-top:var(--space-xxl)}.decorator_indent-t_xxxxl{margin-top:var(--space-xxxxl)}.decorator_indent-t_xxxxxl{margin-top:var(--space-xxxxxl)}.decorator_indent-t_xxxxxxl{margin-top:var(--space-xxxxxxl)}.decorator_indent-r_none{margin-right:0}.decorator_indent-r_xxxs{margin-right:var(--space-xxxs)}.decorator_indent-r_xxs{margin-right:var(--space-xxs)}.decorator_indent-r_xs{margin-right:var(--space-xs)}.decorator_indent-r_s{margin-right:var(--space-s)}.decorator_indent-r_l{margin-right:var(--space-l)}.decorator_indent-r_xxl{margin-right:var(--space-xl)}.decorator_indent-r_xxxl{margin-right:var(--space-xxl)}.decorator_indent-r_xxxxl{margin-right:var(--space-xxxl)}.decorator_indent-r_xxxxxl{margin-right:var(--space-xxxxxl)}.decorator_indent-r_xxxxxxl{margin-right:var(--space-xxxxxxl)}.decorator_indent-b_none{margin-bottom:0}.decorator_indent-b_xxxs{margin-bottom:var(--space-xxxs)}.decorator_indent-b_xxs{margin-bottom:var(--space-xxs)}.decorator_indent-b_l{margin-bottom:var(--space-l)}.decorator_indent-b_xxxxl{margin-bottom:var(--space-xxxxl)}.decorator_indent-b_xxxxxl{margin-bottom:var(--space-xxxxxl)}.decorator_indent-b_xxxxxxl{margin-bottom:var(--space-xxxxxxl)}.decorator_indent-l_none{margin-left:0}.decorator_indent-l_xxxs{margin-left:var(--space-xxxs)}.decorator_indent-l_xxs{margin-left:var(--space-xxs)}.decorator_indent-l_xs{margin-left:var(--space-xs)}.decorator_indent-l_s{margin-left:var(--space-s)}.decorator_indent-l_m{margin-left:var(--space-m)}.decorator_indent-l_l{margin-left:var(--space-l)}.decorator_indent-l_xl{margin-left:var(--space-xl)}.decorator_indent-l_xxl{margin-left:var(--space-xxl)}.decorator_indent-l_xxxl{margin-left:var(--space-xxxl)}.decorator_indent-l_xxxxl{margin-left:var(--space-xxxxl)}.decorator_indent-l_xxxxxl{margin-left:var(--space-xxxxxl)}.decorator_indent-l_xxxxxxl{margin-left:var(--space-xxxxxxl)}.decorator_indent-t_xxxl{margin-top:var(--space-xxxl)}.article h2:last-child{margin-bottom:0}@media screen and (max-width:736px){.article{--col-gap-half:var(--space-xxl)}}.article .pt-list,.article .text-list{margin:-15px 0 0}.article .tpl-grid_row-gap_half{grid-row-gap:20px}.tpl-grid__fraction{min-width:0}.tpl-grid__fraction_xs-col_1{grid-column:span 1}.tpl-grid__fraction_xs-col_2{grid-column:span 2}.tpl-grid__fraction_xs-col_3{grid-column:span 3}@media screen and (max-width:736px){.tpl-grid__fraction_xs-order_-1{-ms-flex-order:-1;order:-1}.tpl-grid__fraction_xs-order_0{-ms-flex-order:0;order:0}.tpl-grid__fraction_xs-order_1{-ms-flex-order:1;order:1}.tpl-grid__fraction_xs-row_1{grid-row:span 1}.tpl-grid__fraction_xs-row_2{grid-row:span 2}.tpl-grid__fraction_xs-row_3{grid-row:span 3}}@media screen and (max-width:737px){.tpl-grid__fraction_xs-col_hidden{display:none}}@media screen and (max-width:1023px){.tpl-grid__fraction_s-col_hidden{display:none}.tpl-grid__fraction_s-order_-1{-ms-flex-order:-1;order:-1}.tpl-grid__fraction_s-order_0{-ms-flex-order:0;order:0}.tpl-grid__fraction_s-order_1{-ms-flex-order:1;order:1}}@media screen and (min-width:737px){.tpl-grid__fraction_s-col_1{grid-column:span 1}.tpl-grid__fraction_s-col_2{grid-column:span 2}.tpl-grid__fraction_s-col_3{grid-column:span 3}.tpl-grid__fraction_s-col_4{grid-column:span 4}.tpl-grid__fraction_s-col_5{grid-column:span 5}.tpl-grid__fraction_s-col_6{grid-column:span 6}.tpl-grid__fraction_s-col_7{grid-column:span 7}.tpl-grid__fraction_s-col_8{grid-column:span 8}.tpl-grid__fraction_s-col_9{grid-column:span 9}.tpl-grid__fraction_s-col_10{grid-column:span 10}.tpl-grid__fraction_s-col_11{grid-column:span 11}.tpl-grid__fraction_s-col_12{grid-column:span 12}.tpl-grid__fraction_s-row_1{grid-row:span 1}.tpl-grid__fraction_s-row_2{grid-row:span 2}.tpl-grid__fraction_s-row_3{grid-row:span 3}}@media screen and (min-width:1024px){.tpl-grid__fraction_m-col_1{grid-column:span 1}.tpl-grid__fraction_m-col_2{grid-column:span 2}.tpl-grid__fraction_m-col_3{grid-column:span 3}.tpl-grid__fraction_m-col_4{grid-column:span 4}.tpl-grid__fraction_m-col_5{grid-column:span 5}.tpl-grid__fraction_m-col_6{grid-column:span 6}.tpl-grid__fraction_m-col_7{grid-column:span 7}.tpl-grid__fraction_m-col_8{grid-column:span 8}.tpl-grid__fraction_m-col_9{grid-column:span 9}.tpl-grid__fraction_m-col_10{grid-column:span 10}.tpl-grid__fraction_m-col_11{grid-column:span 11}.tpl-grid__fraction_m-col_12{grid-column:span 12}.tpl-grid__fraction_m-row_1{grid-row:span 1}.tpl-grid__fraction_m-row_2{grid-row:span 2}.tpl-grid__fraction_m-row_3{grid-row:span 3}.tpl-grid__fraction_m-order_-1{-ms-flex-order:-1;order:-1}.tpl-grid__fraction_m-order_0{-ms-flex-order:0;order:0}.tpl-grid__fraction_m-order_1{-ms-flex-order:1;order:1}}@media screen and (max-width:1279px){.tpl-grid__fraction_m-col_hidden{display:none}}@media screen and (min-width:1280px){.tpl-grid__fraction_l-col_1{grid-column:span 1}.tpl-grid__fraction_l-col_2{grid-column:span 2}.tpl-grid__fraction_l-col_3{grid-column:span 3}.tpl-grid__fraction_l-col_4{grid-column:span 4}.tpl-grid__fraction_l-col_5{grid-column:span 5}.tpl-grid__fraction_l-col_6{grid-column:span 6}.tpl-grid__fraction_l-col_7{grid-column:span 7}.tpl-grid__fraction_l-col_8{grid-column:span 8}.tpl-grid__fraction_l-col_9{grid-column:span 9}.tpl-grid__fraction_l-col_10{grid-column:span 10}.tpl-grid__fraction_l-col_11{grid-column:span 11}.tpl-grid__fraction_l-col_12{grid-column:span 12}.tpl-grid__fraction_l-row_1{grid-row:span 1}.tpl-grid__fraction_l-row_2{grid-row:span 2}.tpl-grid__fraction_l-row_3{grid-row:span 3}.tpl-grid__fraction_l-order_-1{-ms-flex-order:-1;order:-1}.tpl-grid__fraction_l-order_0{-ms-flex-order:0;order:0}.tpl-grid__fraction_l-order_1{-ms-flex-order:1;order:1}}@media screen and (max-width:1439px){.tpl-grid__fraction_l-col_hidden{display:none}}@media screen and (min-width:1440px){.tpl-grid__fraction_xl-col_1{grid-column:span 1}.tpl-grid__fraction_xl-col_2{grid-column:span 2}.tpl-grid__fraction_xl-col_3{grid-column:span 3}.tpl-grid__fraction_xl-col_4{grid-column:span 4}.tpl-grid__fraction_xl-col_5{grid-column:span 5}.tpl-grid__fraction_xl-col_6{grid-column:span 6}.tpl-grid__fraction_xl-col_7{grid-column:span 7}.tpl-grid__fraction_xl-col_8{grid-column:span 8}.tpl-grid__fraction_xl-col_9{grid-column:span 9}.tpl-grid__fraction_xl-col_10{grid-column:span 10}.tpl-grid__fraction_xl-col_11{grid-column:span 11}.tpl-grid__fraction_xl-col_12{grid-column:span 12}.tpl-grid__fraction_xl-row_1{grid-row:span 1}.tpl-grid__fraction_xl-row_2{grid-row:span 2}.tpl-grid__fraction_xl-row_3{grid-row:span 3}.tpl-grid__fraction_xl-order_-1{-ms-flex-order:-1;order:-1}.tpl-grid__fraction_xl-order_0{-ms-flex-order:0;order:0}.tpl-grid__fraction_xl-order_1{-ms-flex-order:1;order:1}}@media screen and (max-width:1599px){.tpl-grid__fraction_xl-col_hidden{display:none}}.tpl-grid{display:grid;width:100%}.tpl-grid_col-gap_third{grid-column-gap:var(--col-gap-third)}.tpl-grid_xs-columns_2{grid-template-columns:repeat(2,1fr)}.tpl-grid_xs-columns_3{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:736px){.tpl-grid_xs-ratio_1-1-1{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;grid-template-columns:1fr 1fr 1fr}.tpl-grid_xs-ratio_1-1-1 .tpl-grid__fraction{padding:var(--col-gap-half);box-sizing:border-box}}@media screen and (max-width:1023px){.tpl-grid_s-max-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_s-max-ratio_1-1 .tpl-grid__fraction{padding:var(--col-gap-half);box-sizing:border-box}.tpl-grid_s-hidden_on_mobile{display:none}}@media screen and (max-width:736px){.tpl-grid_xs-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_xs-ratio_1-1 .tpl-grid__fraction{padding:var(--col-gap-half);box-sizing:border-box}.tpl-grid_xs-ratio_1{grid-template-columns:1fr}}@media screen and (min-width:737px){.tpl-grid_s-ratio_1-1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.tpl-grid_s-ratio_1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr}.tpl-grid_s-ratio_1-1-1{grid-template-columns:1fr 1fr 1fr}.tpl-grid_s-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_s-ratio_1-2{grid-template-columns:1fr 2fr}.tpl-grid_s-columns_5{grid-template-columns:repeat(5,1fr)}.tpl-grid_s-columns_6{grid-template-columns:repeat(6,1fr)}.tpl-grid_s-columns_8{grid-template-columns:repeat(8,1fr)}.tpl-grid_s_pt-none{padding-top:0}.tpl-grid_l-ratio_5-1_6{grid-template-columns:5fr 1.6fr}}@media screen and (min-width:1024px){.tpl-grid_m-ratio_1-1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.tpl-grid_m-ratio_1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr}.tpl-grid_m-ratio_1-1-1{grid-template-columns:1fr 1fr 1fr}.tpl-grid_m-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_m-columns_12{grid-template-columns:repeat(12,1fr)}.tpl-grid_m-columns_10{grid-template-columns:repeat(10,1fr)}.tpl-grid_m-columns_6{grid-template-columns:repeat(6,1fr)}.tpl-grid_m-hidden_on_desktop{display:none}}@media screen and (min-width:1280px){.tpl-grid_l-ratio_1-1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.tpl-grid_l-ratio_1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr}.tpl-grid_l-ratio_1-1-1{grid-template-columns:1fr 1fr 1fr}.tpl-grid_l-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_l-columns_12{grid-template-columns:repeat(12,1fr)}.tpl-grid_l-columns_10{grid-template-columns:repeat(10,1fr)}.tpl-grid_l-columns_6{grid-template-columns:repeat(6,1fr)}}@media screen and (min-width:1440px){.tpl-grid_xl-ratio_1-1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.tpl-grid_xl-ratio_1-1-1-1{grid-template-columns:1fr 1fr 1fr 1fr}.tpl-grid_xl-ratio_1-1-1{grid-template-columns:1fr 1fr 1fr}.tpl-grid_xl-ratio_1-1{grid-template-columns:1fr 1fr}.tpl-grid_xl-columns_12{grid-template-columns:repeat(12,1fr)}.tpl-grid_xl-columns_10{grid-template-columns:repeat(10,1fr)}.tpl-grid_xl-columns_6{grid-template-columns:repeat(6,1fr)}.tpl-grid_xl-ratio_1-5_3{grid-template-columns:1fr 5.3fr}}.toc__list{position:sticky;top:var(--space-xxxxxxl);margin:0;padding:0;list-style:none}.toc__item{padding-bottom:var(--space-s)}.toc__item .toc__item{padding-bottom:var(--space-xxs);padding-left:var(--space-s)}.toc__link{text-decoration:none}.text_weight_semibold{font-weight:500}.pt-icon-plus{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.pt-icon-plus_vertical-align_center{-ms-flex-align:center;align-items:center}.pt-icon-plus_vertical-align_center .pt-icon-plus__icon{margin-top:0}.decorator_indent-b_m{margin-bottom:var(--space-m)}.pt-icon-plus__block{position:relative;top:1px}.text_view_link-minor{color:var(--color-link-minor);text-decoration:none;transition:.3s ease}.text_view_link-minor:hover{color:var(--color-link-hover)}.text_display_inline-block{display:inline-block}.text_fw_300{font-weight:300}.icon{background-repeat:no-repeat;display:inline-block;text-align:center;background:50% no-repeat;transition:fill .3s ease}.icon:empty:after{visibility:hidden;content:"\00A0"}.icon>img,.icon>svg{margin:-5.15em 0 -5em;vertical-align:middle}.icon svg{display:block;margin:0}a:hover .icon_view_link{fill:var(--color-link-hover)}.icon_size_s{width:16px;height:16px}.icon_view_ghost{fill:var(--color-typo-ghost)}.pt-icon-plus__icon{margin-top:.2em;-ms-flex-negative:0;flex-shrink:0}.text_type_h1{margin:0 0 21px;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.text_size_xxl{font-size:var(--size-typo-xxl);line-height:var(--line-height-typo-xxl)}.article-info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.decorator_indent-b_xxl{margin-bottom:var(--space-xxl)}.decorator_indent-r_xl{margin-right:var(--space-xl)}.text_view_ghost{color:var(--color-typo-ghost)}.author-image img{width:100%;max-width:130px;cursor:pointer;-moz-filter:grayscale(100%);-o-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%)}.author-image img:hover{filter:none}.image{border:0;display:block}.text_type_h2{margin:0 0 20px}.text_size_xl{font-size:var(--size-typo-xl);line-height:var(--line-height-typo-xl)}@media screen and (max-width:736px){.pt-form__item_distribute_between,.pt-form__item_distribute_default{display:block!important}}.tpl-grid__fraction_scroll{overflow:scroll}.recipes-table{border-collapse:collapse;overflow-x:scroll;border:1px solid var(--color-bg-border)}.recipes-table__row{border-bottom:1px solid var(--color-bg-border);transition:.3s}.recipes-table__row:hover{background:var(--color-bg-stripe)}.recipes-table__cell{padding:var(--space-s);min-width:140px}.text_transform_uppercase{text-transform:uppercase}.pt-informer{box-sizing:border-box}.pt-informer_view_normal{background:var(--color-bg-normal)}.decorator_space-v_l{padding-top:var(--space-l);padding-bottom:var(--space-l)}.decorator_space-h_l{padding-left:var(--space-l);padding-right:var(--space-l)}.text_type_h3{line-height:var(--line-height-typo-m);margin:0}.text_size_l{font-size:var(--size-typo-l);line-height:var(--line-height-typo-l)}.tpl-grid_col-gap_half{grid-column-gap:var(--col-gap-half)}.decorator_space-t_xxxxxl{padding-top:var(--space-xxxxxl)}.decorator_space-b_xxxxxl{padding-bottom:var(--space-xxxxxl)}.decorator_indent-b_xxxl{margin-bottom:var(--space-xxxl)}.decorator_indent-b_s{margin-bottom:var(--space-s)}.decorator_indent-b_xs{margin-bottom:var(--space-xs)}.pt-card__content{position:relative}.pt-card__content_space-a_xxl{padding:var(--space-xxl)}.pt-card__footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;width:100%;z-index:99;box-sizing:border-box}.pt-card__footer_space-h_xxl{padding-left:var(--space-xxl);padding-right:var(--space-xxl)}.text_size_xs{font-size:var(--size-typo-xs);line-height:var(--line-height-typo-xs)}.theme_color_kassa-brand{--color-bg-brand:#0070f0;--color-bg-action:#0070f0;--color-bg-selection:hsla(0,0%,100%,.1);--color-bg-hover:hsla(0,0%,100%,.03);--color-bg-border:hsla(0,0%,100%,.1);--color-bg-stripe:hsla(0,0%,100%,.03);--color-bg-ghost:#1b314b;--color-bg-default:#0e1930;--color-bg-tone:hsla(0,0%,100%,.3);--color-bg-soft:rgba(14,25,48,.7);--color-bg-success:#00b286;--color-bg-alert:#f00000;--color-bg-warning:#ff9500;--color-bg-normal:#607590;--color-bg-system:#778a9b;--color-bg-dark:#0d1d3f;--color-bg-medium:#1a3d89;--color-bg-link:rgba(0,112,240,.24);--color-bg-section:#0e1930;--color-typo-brand:#0070f0;--color-typo-primary:#fff;--color-typo-promo:hsla(0,0%,100%,.8);--color-typo-secondary:hsla(0,0%,100%,.7);--color-typo-ghost:hsla(0,0%,100%,.5);--color-typo-disable:hsla(0,0%,100%,.3);--color-typo-success:#00b286;--color-typo-warning:#ff9500;--color-typo-alert:#f00000;--color-link:#3392ff;--color-link-external:#248aff;--color-link-minor:hsla(0,0%,100%,.4);--color-link-hover:hsla(0,0%,100%,.6);--vector-tone--2:#0081d6;--vector-tone--1:#007ae6;--vector-tone-default:#0070f0;--vector-tone-1:#4b96e2;--vector-tone-2:#92bfed;--vector-tone-3:#cbe1fb}.theme{--bright-mod:1.45;--shade-mod:0.6}.decorator_space-t_xxxl{padding-top:var(--space-xxxl)}.market-card,.market-card__head{-ms-flex-direction:column;flex-direction:column}.market-card{box-shadow:var(--shadow-default);position:relative;transition:box-shadow .3s;text-decoration:none;display:-ms-flexbox;display:flex;border-radius:20px}.market-card__head{width:100%;height:120px;background-color:#005eca;border-radius:20px 20px 0 0}.market-card__content{min-height:calc(5*var(--line-height-typo-m));padding:0 var(--space-m);-ms-flex-positive:1;flex-grow:1}.market-card__footer{width:100%;padding:0 var(--space-m) var(--space-s);box-sizing:border-box}.market-card__logo,.market-card__rating{display:-ms-flexbox;display:flex}.market-card__logo{padding:var(--space-m);-ms-flex-pack:distribute;justify-content:space-around}.market-card img{width:150px;height:50px}.market-card__rating{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.market-card__title{padding-top:var(--space-l)}.market-card__price{padding-top:var(--space-s);-ms-flex-align:center;align-items:center}.market-card__period{margin-bottom:var(--space-l)}.market-card__period:last-child{margin-bottom:0}.market-card__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.market-card__arrow{background-size:100%;transform:translateX(0);transition:transform .2s}.market-card_view_promo{background-color:var(--color-bg-dark)}.market-card_view_promo .image{width:auto;height:auto;max-width:240px;margin-bottom:var(--space-xxxxl)}.market-card_view_promo .text{line-height:25px}.decorator_indent-h_auto{margin-left:auto;margin-right:auto}.decorator_indent-b_xl{margin-bottom:var(--space-xl)}.text_align_center{text-align:center}.button_width_available,.footer__applications-qr-code img{width:100%}.footer{padding-top:var(--space-xxxxxl);color:var(--color-typo-primary);background:var(--color-bg-default);padding-bottom:calc(var(--space-xxxxxxl)*1.5)}@media screen and (max-width:1023px){.footer{padding:var(--space-xxxxxl) var(--space-xxxl) var(--space-xxxxxxl)}}@media screen and (max-width:736px){.footer{padding:var(--space-xxxxxl) var(--space-l) var(--space-xxxxxxl)}}.footer__link,.footer__partition-title{display:block;color:var(--color-typo-secondary);font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);margin-bottom:var(--space-s)}.footer__partition-title{font-weight:700;color:var(--color-typo-primary);font-size:var(--size-typo-m);line-height:var(--line-height-typo-l)}@media screen and (max-width:736px){.footer__partition-title{display:block;font-weight:700;color:var(--color-typo-primary);font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);margin-bottom:var(--space-s)}}.footer__content{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"l m" "n o" "p q" "r r" "s s" "t t";grid-column-gap:var(--space-xl);grid-row-gap:var(--space-xl)}@media (min-width:737px){.footer__content{grid-template-areas:"l m n" "o p q" "r s s" "t t t";grid-column-gap:var(--space-l)}}@media (min-width:1024px){.footer__content{grid-template-columns:repeat(3,1fr);grid-template-areas:"l m n" "o p q" "r s s" "t t t"}}@media (min-width:1280px){.footer__content{grid-template-columns:repeat(6,1fr);grid-template-areas:"l m n o p q" "r s s s s s" "t t t t t t";max-width:1200px;width:90vw;margin-left:auto;margin-right:auto}}.footer__products{grid-area:l}.footer__services{grid-area:m}.footer__resourses{grid-area:n}.footer__company{grid-area:o}.footer__call-center{grid-area:q}.footer__call-center-timetable,.footer__call-center-title{margin-bottom:var(--space-s)}.footer__call-center-telephone{display:block;margin-bottom:var(--space-s);cursor:pointer}.footer__languages{grid-area:r}.footer__languages .pt-list{display:-ms-flexbox;display:flex;gap:var(--space-s)}@media screen and (max-width:736px){.footer__languages .pt-list{-ms-flex-pack:start;justify-content:flex-start;gap:var(--space-xxxl)}}.footer__copyrights{grid-area:u}.footer__copyrights .footer__copyrights-logo{width:130px;margin-bottom:var(--space-m)}.footer__copyrights .copyright-text{width:217px;font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);color:var(--color-typo-secondary)}.footer__social-links{grid-area:v}.footer__social-links .pt-list{gap:var(--space-m)}.footer__social-links .footer__social-icon,.footer__social-links .pt-list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.brand-logo{display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:contain;position:relative;transition:.3s}.decorator_indent-r_m{margin-right:var(--space-m)}.brand-logo_name_telegram-white{background-image:url(../../common.blocks/brand-logo/_name/brand-logo_name_telegram-white.svg);width:20px;height:15px}.brand-logo_name_youtube-white{background-image:url(../../common.blocks/brand-logo/_name/brand-logo_name_youtube-white.svg);width:20px;height:15px}.brand-logo_name_zen-white{background-image:url(../../common.blocks/brand-logo/_name/brand-logo_name_zen-white.svg);width:18px;height:18px}.brand-logo_name_vc{width:24px;height:24px;background-image:url(../../common.blocks/brand-logo/_name/brand-logo_name_vc.svg)}.footer__applications{grid-area:s}@media (min-width:737px){.footer__applications{justify-self:end}}.footer__applications-grid{display:grid;grid-template-areas:"j w" "x x";grid-template-columns:1fr 25px;column-gap:8px;row-gap:12px;max-width:164px}@media (min-width:737px){.footer__applications-grid{grid-template-areas:"j w y" "x x y";grid-template-columns:131px 75px 100px;max-width:322px}}.footer__applications-grid-title{grid-area:j}.footer__applications-grid-restriction{grid-area:w}.footer__applications-grid-qr{grid-area:y;display:none}@media (min-width:737px){.footer__applications-grid-qr{display:block}}.footer__applications-grid-links{grid-area:x}.footer__applications-title{font-size:var(--size-typo-m);line-height:var(--line-height-typo-m);color:var(--color-typo-primary);margin:0}.footer__applications-restriction{width:25px;height:25px;border:1px solid var(--color-typo-secondary);border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:var(--size-typo-s);line-height:var(--line-height-typo-s)}.footer__applications-qr-code{width:100px;height:100px}.footer__applications-link{display:inline-block;margin-bottom:12px}.footer__applications-link:last-child{margin-bottom:0}.footer__licence{grid-area:z;display:-ms-flexbox;display:flex;gap:var(--space-xs);-ms-flex-direction:column;flex-direction:column}@media (min-width:737px){.footer__licence{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}@media (min-width:1280px){.footer__licence{gap:var(--space-m)}}.footer__licence-copyright,.footer__licence-number{font-size:var(--size-typo-s);line-height:var(--line-height-typo-s);color:var(--color-typo-ghost)}.footer__licence-copyright{color:var(--color-typo-secondary)}.footer__licence-link{--color-link-hover:var(--color-typo-secondary)}.footer__footer{grid-area:t;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--space-m);-ms-flex-pack:center;justify-content:center}@media (min-width:737px){.footer__footer{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start}}.footer__qr svg{width:100%;height:100%}.footer__fast-commands{position:relative;z-index:10;color:var(--color-typo-secondary);font-size:15px;line-height:34px;cursor:pointer}@media screen and (max-width:736px){.footer__fast-commands{font-size:var(--size-typo-s);line-height:18px;margin-bottom:13px}}.footer__hint{position:relative}.footer__hint-icon{border-radius:50%;width:14px;height:14px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transform:translateY(-3px) translateX(4px);font-size:var(--size-typo-s);font-weight:700;background-color:var(--color-typo-secondary);color:var(--color-bg-ghost)}.footer__hint-icon:before{display:inline-block;content:"?";transform:translateY(1px)}.footer__hint-icon:after{display:none;content:" ";background-image:url(/assets/images/control-elements/fast-commands/tail.svg);min-width:20px;min-height:8px;position:absolute;top:20px;transform:scale(1.1)}.footer__hint-content{display:none;background:#17294f;box-shadow:0 6px 10px rgba(0,0,0,.3);border-radius:7px;padding:24px;position:absolute;top:25px;width:240px;font-size:13px;line-height:18px;text-align:center;color:#fff;box-sizing:border-box;transition:.3s ease;white-space:normal}@media (min-width:737px){.footer__hint-content{right:-30px;top:25px}}.link{-ms-touch-action:manipulation;touch-action:manipulation}.link_disabled{pointer-events:none}.receipt-conversion-card{box-sizing:border-box;padding:48px 16px 28px 28px;background:var(--color-bg-default);border-radius:8px;margin-bottom:var(--space-xxl);position:fixed;right:10vw;top:15vh;width:252px;z-index:1000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1024px){.receipt-conversion-card{display:none}}.receipt-conversion-card_hidden{display:none}.receipt-conversion-card .image_for_logo{margin-bottom:var(--space-xl);width:138px;height:32px}.receipt-conversion-card .text_for_connect{margin:0;font-size:var(--size-typo-m);line-height:var(--line-height-typo-l);color:var(--color-typo-primary);margin-bottom:var(--space-xl)}.receipt-conversion-card .button_for_connect{max-width:152px}.receipt-conversion-card__close{width:16px;height:16px;background-image:url(/assets/images/recipes/close.svg);margin-bottom:16px;position:absolute;right:16px;top:16px;z-index:1;cursor:pointer}.yoomoney-chat__chat{animation:.3s b forwards}.yoomoney-chat__chat_hidden{display:none}.theme_color_kassa-default{--color-bg-brand:#0070f0;--color-bg-action:#0070f0;--color-bg-selection:rgba(10,37,64,.08);--color-bg-hover:rgba(10,37,64,.04);--color-bg-border:rgba(10,37,64,.1);--color-bg-stripe:rgba(10,37,64,.04);--color-bg-ghost:#f7fafc;--color-bg-default:#fff;--color-bg-tone:rgba(10,37,64,.3);--color-bg-soft:hsla(0,0%,100%,.7);--color-bg-success:#009973;--color-bg-alert:#f00000;--color-bg-warning:#ff9500;--color-bg-normal:#607590;--color-bg-system:#778a9b;--color-bg-link:#0070f0;--color-bg-section:#fff;--color-typo-brand:#0070f0;--color-typo-primary:#0a2540;--color-typo-promo:rgba(10,37,64,.8);--color-typo-secondary:rgba(10,37,64,.7);--color-typo-ghost:rgba(10,37,64,.5);--color-typo-disable:rgba(10,37,64,.3);--color-typo-success:#009973;--color-typo-warning:#ff9500;--color-typo-alert:#f00000;--color-link:#0070f0;--color-link-external:#07f;--color-link-minor:rgba(10,37,64,.4);--color-link-hover:rgba(10,37,64,.6);--vector-tone--2:#0081d6;--vector-tone--1:#007ae6;--vector-tone-default:#0070f0;--vector-tone-1:#4b96e2;--vector-tone-2:#92bfed;--vector-tone-3:#cbe1fb}.text_type_p{line-height:25px;margin:0 0 21px;line-height:var(--line-height-typo-m)}.text_type_p:last-child{margin-bottom:0}.text_size_m{font-size:var(--size-typo-m);line-height:var(--line-height-typo-m)}.text_weight_regular{font-weight:400}.text_view_primary{color:var(--color-typo-primary)}.symbol.symbol_currency_ruble{font-family:Helvetica Neue}.theme_control_kassa-default{--color-control-bg-action:#0070f0;--color-control-bg-action-hover:#0066db;--color-control-bg-normal:#fff;--color-control-bg-normal-hover:#f2f2f2;--color-control-bg-disable:hsla(0,0%,100%,.12);--color-control-typo-action:#fff;--color-control-typo-action-hover:#fff;--color-control-typo-normal:#0a2540;--color-control-typo-normal-hover:rgba(10,37,64,.6);--color-control-typo-disable:hsla(0,0%,100%,.3);--color-control-typo-placeholder:rgba(0,0,0,.3)}.button_theme_kassa{font-family:var(--font-sans),Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;display:inline-block;margin:0;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:var(--color-control-typo-normal);border:0;box-sizing:border-box;border-radius:8px;outline:0;background:var(--color-control-bg-normal);transform:scale(1);text-align:center;white-space:nowrap;-webkit-tap-highlight-color:transparent}.button_theme_kassa::-moz-focus-inner{padding:0;border:0}.button_theme_kassa .button__text{position:relative;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;transition:.3s ease}.button_theme_kassa .icon{position:relative}.button_theme_kassa.button_type_link{text-decoration:none}.button_theme_kassa.button_focused-hard,.button_theme_kassa.button_hovered{background:var(--color-control-bg-normal-hover);color:var(--color-control-typo-normal-hover)}.button_theme_kassa.button_hovered{cursor:pointer}.button_theme_kassa.button_focused-hard{z-index:1;box-shadow:inset 0 0 0 2px var(--color-control-bg-action)}.button_theme_kassa.button_pressed{transform:scale(.96)}.button_theme_kassa.button_checked{background:var(--color-control-bg-action)!important;color:var(--color-control-typo-action)!important}.button_theme_kassa.button_checked:before{background:#ffeba0}.button_theme_kassa.button_checked.button_hovered,.button_theme_kassa.button_checked.button_pressed{background:rgba(129,103,0,.6)}.button_theme_kassa.button_checked.button_pressed:before,.button_theme_kassa.button_view_clear.button_checked.button_pressed{background:#fee481}.button_theme_kassa.button_view_clear{color:var(--color-control-typo-normal);background:0 0;box-shadow:none}.button_theme_kassa.button_view_clear.button_hovered{color:var(--color-control-typo-normal-hover)}.button_theme_kassa.button_view_clear.button_pressed{transform:scale(.96)}.button_theme_kassa.button_view_clear.button_focused-hard{color:var(--color-control-typo-normal-hover);box-shadow:inset 0 0 0 2px var(--color-control-bg-action)}.button_theme_kassa.button_view_clear.button_checked{background:#ffeba0}.button_theme_kassa.button_view_clear.button_disabled{background:0 0}.button_theme_kassa.button_view_action{background:var(--color-control-bg-action);color:var(--color-control-typo-action)}.button_theme_kassa.button_view_action:before,.button_theme_kassa.button_view_plain:before{display:none}.button_theme_kassa.button_view_action.button_focused-hard,.button_theme_kassa.button_view_action.button_hovered{background:var(--color-control-bg-action-hover);color:var(--color-control-typo-action-hover)}.button_theme_kassa.button_view_action.button_focused-hard{box-shadow:inset 0 0 0 2px var(--color-control-bg-normal)}.button_theme_kassa.button_view_plain{background:0 0;color:var(--color-link);box-shadow:none}.button_theme_kassa.button_view_plain.button_focused-hard,.button_theme_kassa.button_view_plain.button_hovered{background:0 0;color:var(--color-link-hover);box-shadow:none}.button_theme_kassa.button_view_pseudo{color:var(--color-control-typo-normal);background:hsla(0,0%,100%,.1)}.button_theme_kassa.button_view_pseudo.button_focused-hard,.button_theme_kassa.button_view_pseudo.button_hovered{color:var(--color-control-typo-normal-hover);background:hsla(0,0%,100%,.2)}.button_theme_kassa.button_togglable_radio{box-shadow:none;color:var(--color-control-typo-normal);background:var(--color-bg-border)}.button_theme_kassa.button_togglable_radio:after{content:"";z-index:-1;display:block;position:absolute;left:2px;right:2px;top:2px;bottom:2px;background:var(--color-control-bg-normal);border-radius:2px;opacity:0;transition:opacity .2s linear}.button_theme_kassa.button_togglable_radio.button_width_max{width:100%}.button_theme_kassa.button_togglable_radio.button_pressed{transform:scale(1)}.button_theme_kassa.button_togglable_radio.button_checked{background:var(--color-bg-border)!important;color:var(--color-control-typo-normal)!important}.button_theme_kassa.button_togglable_radio.button_checked:after{opacity:1}.button_theme_kassa.button_togglable_radio.button_hovered{color:var(--color-control-typo-normal-hover)}.button_theme_kassa.button_disabled{filter:opacity(50%);box-shadow:none}.button_theme_kassa.button_disabled:before{display:none}.button_theme_kassa.button_disabled.button_checked{background:var(--color-control-bg-disable)}.button_theme_kassa.button_disabled .button__text{color:var(--color-control-typo-disable)}.button_theme_kassa.button_disabled .icon{opacity:.3}.button_theme_kassa.button_size_s{margin-right:var(--space-m);font-size:var(--size-typo-s);line-height:32px}.button_theme_kassa.button_size_s:last-of-type{margin-right:0}.button_theme_kassa.button_size_s:first-of-type{margin-left:0}.button_theme_kassa.button_size_s .icon{position:relative;top:var(--space-xxs);width:auto;margin-right:var(--space-xs);margin-left:var(--space-xs)}.button_theme_kassa.button_size_s .button__text{margin:0 var(--space-l)}.button_theme_kassa.button_size_m{margin-right:var(--space-l);font-size:var(--size-typo-m);line-height:40px}.button_theme_kassa.button_size_m:last-of-type{margin-right:0}.button_theme_kassa.button_size_m:first-of-type{margin-left:0}.button_theme_kassa.button_size_m .icon{position:relative;top:var(--space-xxxs);width:auto;margin-right:var(--space-xs);margin-left:var(--space-xl)}.button_theme_kassa.button_size_m .button__text{margin:0 var(--space-xl)}.button_theme_kassa.button_size_l{margin-right:var(--space-xl);font-size:var(--size-typo-l);line-height:48px}.button_theme_kassa.button_size_l:last-of-type{margin-right:0}.button_theme_kassa.button_size_l:first-of-type{margin-left:0}.button_theme_kassa.button_size_l .icon{margin-right:var(--space-s)}.button_theme_kassa.button_size_l .button__text{margin:0 var(--space-xxl)}.button_theme_kassa.button_margin_false{margin-right:1px}.button_theme_kassa.button_margin_false:last-of-type{margin-right:var(--space-l)}.button_theme_kassa .icon+.button__text{margin-left:0}.button_theme_kassa .button__text:not(:last-child){margin-right:0}.button_theme_kassa.button_with_caption .button__caption{position:absolute;width:100%;top:100%;margin-top:var(--space-m);color:var(--color-typo-secondary);font-size:var(--size-typo-s);line-height:var(--line-height-typo-s)}.control-group .button_checked+.button_theme_kassa:before,.control-group .button_theme_kassa.button_focused-hard.button:before,.control-group .checkbox_checked+.checkbox .button_theme_kassa:before,.control-group .radio_checked+.radio .button_theme_kassa:before{left:0}.control-group .button_theme_kassa{border-radius:0}.control-group .button_theme_kassa:before{right:0;border-radius:0}.control-group .button_theme_kassa.button_checked:before{right:1px}.control-group>.button_theme_kassa:first-child,.control-group>:first-child .button_theme_kassa,.control-group>:first-child.popup+.button_theme_kassa{border-radius:4px 0 0 4px}.control-group>.button_theme_kassa:first-child:before,.control-group>:first-child .button_theme_kassa:before,.control-group>:first-child.popup+.button_theme_kassa:before{border-radius:2px 0 0 2px}.control-group>.button_theme_kassa:first-child.button_focused-hard.button:before,.control-group>:first-child .button_theme_kassa.button_focused-hard.button:before,.control-group>:first-child.popup+.button_theme_kassa.button_focused-hard.button:before{left:1px}.control-group>.button_theme_kassa:last-child,.control-group>:last-child .button_theme_kassa{border-radius:0 4px 4px 0}.control-group>.button_theme_kassa:last-child:before,.control-group>:last-child .button_theme_kassa:before{border-radius:0 2px 2px 0;right:1px}.control-group>:only-child .button_theme_kassa{border-radius:4px}.control-group>:only-child .button_theme_kassa:before{border-radius:2px}@media screen and (max-width:736px){.button_theme_kassa{width:100%}.button_theme_kassa.button_size_s{margin-right:0;margin-bottom:var(--space-xs)}.button_theme_kassa.button_size_l:last-of-type,.button_theme_kassa.button_size_m:last-of-type,.button_theme_kassa.button_size_s:last-of-type{margin-bottom:0}.button_theme_kassa.button_size_m{margin-right:0;margin-bottom:var(--space-s)}.button_theme_kassa.button_size_l{margin-right:0;margin-bottom:var(--space-m)}.button_theme_kassa.button_with_caption{margin-bottom:var(--space-xxxl)}.button_theme_kassa.button_with_caption .button__caption{margin-top:var(--space-s)}}.header__icon_size_s{width:16px;height:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.header__link_type_main{display:block;font-size:var(--size-typo-m);line-height:var(--line-height-typo-m);color:var(--color-typo-primary);padding:var(--space-m) var(--space-l);transition:var(--transition)}.header__link_type_main:hover{color:var(--color-typo-secondary)}@media (min-width:1280px){.header__link_type_main{padding:unset;font-weight:400;line-height:var(--header-height)}}.header__list_for_services{display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}@media (min-width:1279px){.header__list_for_services{row-gap:var(--space-xxl);column-gap:var(--space-xxl)}}.header__part_for_services .header__part-dropdown{display:none}@media (min-width:1280px){.header__part_for_services .header__part-dropdown{display:block}.header__part_for_services .header__part-accordion{display:none}}.header__tabs{display:grid;grid-template-columns:380px 380px;column-gap:var(--space-xxl)}.header__tabs-headers{padding-right:var(--space-xxl);border-right:1px solid var(--color-bg-border)}.header__tab-header{position:relative;padding:var(--space-l);padding-left:56px;cursor:pointer}.header__tab-header-arrow,.header__tab-header-icon{position:absolute;top:50%;transform:translateY(-50%)}.header__tab-header-icon{left:0}.header__tab-header-arrow{display:none;right:0}.header__tab-header-arrow_hovered{display:block}.header__tabs-content{position:relative}.header__tab-content_hidden,.header__tab-promo_hidden,.sca-component_type_button.button_hide{display:none}.header__text_for_promo{color:var(--color-typo-primary);padding:0 var(--space-m) var(--space-m)}.header__text_for_promo,.header__title_size_m{font-size:var(--size-typo-m);line-height:var(--line-height-typo-m)}.header__title_color_primary{color:var(--color-typo-primary)}.header__title_for_promo{padding:var(--space-m)}.header__title_weight_bold{font-weight:700}:root{--gap:20px;--col-gap-third:calc(var(--gap) * 0.33);--col-gap-half:calc(var(--gap) * 0.5);--col-gap-two-thirds:calc(var(--gap) * 0.66);--col-gap-full:var(--gap);--col-gap-2x:calc(var(--gap) * 2);--col-gap-3x:calc(var(--gap) * 3)}@media screen and (min-width:737px){:root{--gap:40px}}@media screen and (min-width:1024px){:root{--gap:48px}}@media screen and (min-width:1280px){:root{--gap:72px}}.tpl-layout__container_size_m{max-width:1144px}.tpl-layout__container_align_center{margin:0 auto}.tpl-grid_col-gap_full{grid-column-gap:var(--col-gap-full)}.tpl-grid_row-gap_half{grid-row-gap:var(--col-gap-half)}.pt-icon-plus__icon_indent-r_xs{margin-right:var(--space-xs)}.pt-icon-plus__icon_indent-l_xs{margin-left:var(--space-xs)}.pt-card__content_space-a_l{padding:var(--space-l)}.pt-card__footer_space-h_l{padding-left:var(--space-l);padding-right:var(--space-l)}.pt-card__footer_space-v_l{padding-top:var(--space-l);padding-bottom:var(--space-l)}.pt-card__footer_distribute_center{-ms-flex-pack:center;justify-content:center}.text_spacing_xs{letter-spacing:.6px}.footer__support{grid-area:p}.brand-logo_name_vk-white{background-image:url(../../common.blocks/brand-logo/_name/brand-logo_name_vk-white.svg);width:20px;height:11px}.article-card{position:relative;display:block;text-decoration:none;background-color:var(--color-bg-medium);background-size:cover;box-shadow:var(--shadow-default);transition:.3s ease}.article-card:hover{box-shadow:var(--shadow-default-hover)}.article-card:nth-child(18n-17){background-image:url(/assets/images/bg-1.svg)}.article-card:nth-child(18n-16){background-image:url(/assets/images/bg-2.svg)}.article-card:nth-child(18n-15){background-image:url(/assets/images/bg-3.svg)}.article-card:nth-child(18n-14){background-image:url(/assets/images/bg-4.svg)}.article-card:nth-child(18n-13){background-image:url(/assets/images/bg-5.svg)}.article-card:nth-child(18n-12){background-image:url(/assets/images/bg-6.svg)}.article-card:nth-child(18n-11){background-image:url(/assets/images/bg-7.svg)}.article-card:nth-child(18n-10){background-image:url(/assets/images/bg-8.svg)}.article-card:nth-child(18n-9){background-image:url(/assets/images/bg-9.svg)}.article-card:nth-child(18n-8){background-image:url(/assets/images/bg-10.svg)}.article-card:nth-child(18n-7){background-image:url(/assets/images/bg-11.svg)}.article-card:nth-child(18n-6){background-image:url(/assets/images/bg-12.svg)}.article-card:nth-child(18n-5){background-image:url(/assets/images/bg-13.svg)}.article-card:nth-child(18n-4){background-image:url(/assets/images/bg-14.svg)}.article-card:nth-child(18n-3){background-image:url(/assets/images/bg-15.svg)}.article-card:nth-child(18n-2){background-image:url(/assets/images/bg-16.svg)}.article-card:nth-child(18n-1){background-image:url(/assets/images/bg-17.svg)}.article-card:nth-child(18n){background-image:url(/assets/images/bg-18.svg)}.article-card_size_m{min-height:180px;grid-row:span 1}.article-card_size_l{grid-row:span 2}.article-card_filtered_show{display:block}.article-card_pager_hide{display:none}@media screen and (max-width:736px){.article-card{grid-column:span 6}}.footer__link-collection .text.text_title{margin-bottom:var(--space-s)}.footer__link-collection .text.text_link{display:block}.title-anchor{position:absolute;left:-30px;top:.3em;transition:opacity .2s;opacity:0;background:url(/assets/title-anchor/title-anchor.png) 50% no-repeat;background-size:contain}.title-anchor_size_2{height:20px;width:20px}.text_anchor_true:hover .title-anchor{opacity:1}.text_anchor_true{padding-top:68px;margin-top:-68px;outline:none}.text_wrap{position:relative;cursor:pointer}