.avatar{display:block;background-color:var(--text-default)}.avatar_size_m{width:60px;height:60px}.brand-logo{--blue: rgb(93, 205, 249);--green: rgb(35, 179, 36);--red: rgb(255, 51, 51);--purple: rgb(198, 44, 255);display:block}.brand-logo_name_blue{background-color:var(--blue)}.brand-logo_name_green{background-color:var(--green)}.brand-logo_name_purple{background-color:var(--purple)}.brand-logo_name_red{background-color:var(--red)}.brand-logo_size_l{width:80px;height:80px}.brand-logo_size_m{width:60px;height:60px}.brand-logo_size_s{width:40px;height:40px}.brand-logo_size_xs{width:32px;height:32px}.brand-logo_size_xxs{width:24px;height:24px}.button{--button-size-w: 200px;box-sizing:border-box;cursor:pointer;background-color:var(--background-accent);transition:all .5s ease-in-out}.button_size_l{width:var(--button-size-w);height:42px}.button_size_m,.button_size_s{width:var(--button-size-w);height:32px}.button_size_s{height:24px}.button_size_xl,.button_size_xxl{width:var(--button-size-w);height:56px}.button_size_xxl{height:64px}.button_width_full{width:100%}.card{position:relative;box-sizing:border-box}.card,.card__content{display:flex}.card__content_distribute_center{justify-content:center}.card__content_space-a_l{padding:var(--space-l)}.card__content_space-a_m{padding:var(--space-m)}.card__content_space-a_xl{padding:var(--space-xl)}.card__content_space-a_xxl{padding:var(--space-xxl)}.card__content_space-a_xxxl{padding:var(--space-xxxl)}.card__content_vertical-align_center{align-items:center}.card__footer{position:absolute;bottom:0;left:0;display:block}.card__footer_distribute_between{justify-content:space-between}.card__footer_distribute_center{justify-content:center}.card__footer_distribute_right{justify-content:flex-end}.card__footer_space-a_l{padding:var(--space-l)}.card__footer_space-a_m{padding:var(--space-m)}.card__footer_space-a_xl{padding:var(--space-xl)}.card__footer_space-a_xxl{padding:var(--space-xxl)}.card__footer_vertical-align_bottom{align-items:flex-end}.card__footer_vertical-align_center{align-items:center}.card__footer_vertical-align_top{align-items:flex-start}.card_border_all{border:3px solid var(--border-color)}.card_view_default{background-color:var(--background-default)}.cover{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:409px;height:472px}@media (max-width:1024px){.cover{width:800px}}.cover__footer{box-sizing:border-box;width:100%}.cover__info{display:flex;flex-direction:column}.cover__preview{box-sizing:border-box;align-items:center;justify-content:center;width:337px;height:180px;margin-bottom:17px;border:3px solid var(--border-color)}@media (max-width:1024px){.cover__preview{width:100%}}.cover__text{margin-bottom:7px}.e-accordion__more{box-sizing:border-box;display:flex;flex-direction:column;height:100px;overflow:hidden;transition:all .5s ease-in-out}.e-accordion__short{display:flex;justify-content:space-between;width:100%}.event{box-sizing:border-box;display:flex;flex-direction:column;width:627px;min-height:399px}@media (max-width:1024px){.event{width:800px}}.event__content,.event__description{display:flex;flex-direction:column;justify-content:space-between}.event__content{box-sizing:border-box;width:100%}.event__description{align-items:center;width:416px;height:85px}@media (max-width:1024px){.event__description{width:100%}}.event__footer{box-sizing:border-box;display:flex;width:100%;margin-bottom:11px}.event__footer .text__word{margin-bottom:0;background-color:inherit}.event__preview{display:flex;justify-content:space-between;width:129px;margin-bottom:44px}.event__title,.footer{display:flex;justify-content:center}.event__title{margin-bottom:var(--space-xxl)}.footer{flex-shrink:0;width:100%;margin:0 auto;background-color:var(--background-default);transition:all .1s ease-in-out}@media (max-width:1024px){.footer{width:800px;transition:all .3s ease-in-out}}.footer__content{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:1280px;height:102px}@media (max-width:1024px){.footer__content{width:100%;margin:0 15px}}.grid{display:grid;transition:var(--transition)}.grid__fraction{--screen-m: 1280px}.grid__fraction_m-col_2{grid-column:span 2;transition:var(--transition)}@media (max-width:1024px){.grid__fraction_m-col_2{grid-column:span 1;transition:var(--transition)}}.grid__fraction_m-col_3{grid-column:span 3;transition:var(--transition)}@media (max-width:1024px){.grid__fraction_m-col_3{grid-column:span 1;transition:var(--transition)}}.grid__fraction_m-col_4{grid-column:span 4;transition:var(--transition)}@media (max-width:1024px){.grid__fraction_m-col_4{grid-column:span 1;transition:var(--transition)}}.grid__fraction_m-col_5{grid-column:span 5;transition:var(--transition)}@media (max-width:1024px){.grid__fraction_m-col_5{grid-column:span 1;transition:var(--transition)}}.grid__fraction_m-col_8{grid-column:span 8;transition:var(--transition)}@media (max-width:1024px){.grid__fraction_m-col_8{grid-column:span 1;transition:var(--transition)}}.grid_col-gap_full{column-gap:var(--gap)}.grid_col-gap_half{column-gap:calc(var(--gap)/2)}.grid_col-gap_two-thirds{column-gap:calc(var(--gap)*(2/3))}.grid_m-columns_10{grid-template-columns:repeat(10,1fr)}@media (max-width:1024px){.grid_m-columns_10{grid-template-columns:1fr;transition:var(--transition)}}.grid_m-columns_12{grid-template-columns:repeat(12,1fr)}@media (max-width:1024px){.grid_m-columns_12{grid-template-columns:1fr;transition:var(--transition)}}.grid_row-gap_full{row-gap:var(--gap)}.grid_row-gap_half{row-gap:calc(var(--gap)/2)}.form{display:block}.form__content{box-sizing:border-box;display:flex}.form__header,.form__item{display:flex}.form__item:first-child{border-top:none}.form__item:last-child{border-bottom:none}.payment__content .form__item:last-child{margin-bottom:0}.form__item_border_bottom{border-bottom:3px solid var(--border-color)}.form__item_distribute_between{justify-content:space-between}.form__item_indent-b_l{margin-bottom:var(--space-l)}.form__item_indent-b_m{margin-bottom:var(--space-m)}.form__item_indent-b_s{margin-bottom:var(--space-s)}.form__item_indent-b_xl{margin-bottom:var(--space-xl)}.form__item_indent-b_xxl{margin-bottom:var(--space-xxl)}.form__item_indent-b_xxs{margin-bottom:var(--space-xxs)}.form__item_indent-b_xxxl{margin-bottom:var(--space-xxxl)}.form__item_indent-b_xxxs{margin-bottom:var(--space-xxxs)}.form__item_indent-b_xxxxl{margin-bottom:var(--space-xxxxl)}.form__item_space-h_l{padding-right:var(--space-l);padding-left:var(--space-l)}.form__item_space-h_m{padding-right:var(--space-m);padding-left:var(--space-m)}.form__item_space-h_s{padding-right:var(--space-s);padding-left:var(--space-s)}.form__item_space-h_xl{padding-right:var(--space-xl);padding-left:var(--space-xl)}.form__item_space-h_xxl{padding-right:var(--space-xxl);padding-left:var(--space-xxl)}.form__item_space-h_xxs{padding-right:var(--space-xxs);padding-left:var(--space-xxs)}.form__item_space-h_xxxl{padding-right:var(--space-xxxl);padding-left:var(--space-xxxl)}.form__item_space-h_xxxs{padding-right:var(--space-xxxs);padding-left:var(--space-xxxs)}.form__item_space-h_xxxxl{padding-right:var(--space-xxxxl);padding-left:var(--space-xxxxl)}.form__item_space-v_l{padding-top:var(--space-l);padding-bottom:var(--space-l)}.form__item_space-v_m{padding-top:var(--space-m);padding-bottom:var(--space-m)}.form__item_space-v_s{padding-top:var(--space-s);padding-bottom:var(--space-s)}.form__item_space-v_xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.form__item_space-v_xxl{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}.form__item_space-v_xxs{padding-top:var(--space-xxs);padding-bottom:var(--space-xxs)}.form__item_space-v_xxxl{padding-top:var(--space-xxxl);padding-bottom:var(--space-xxxl)}.form__item_space-v_xxxs{padding-top:var(--space-xxxs);padding-bottom:var(--space-xxxs)}.form__item_space-v_xxxxl{padding-top:var(--space-xxxxl);padding-bottom:var(--space-xxxxl)}.form__item_vertical-align_center{align-items:center}.form__label_width_default{width:35%}.form_border_all{border:3px solid var(--border-color)}.form_view_default,.header{background-color:var(--background-default)}.header{display:flex;flex-shrink:0;justify-content:center;width:100%;margin:0 auto;transition:all .1s ease-in-out}@media (max-width:1024px){.header{width:800px;transition:all .3s ease-in-out}}.header__content{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:1280px;margin:var(--space-xxxl) 0}@media (max-width:1024px){.header__content{width:100%;margin:var(--space-xxxl) 15px}}.header__logo{display:block;width:179px;height:34px;background-color:var(--text-default);transition:background-color 1s ease-in-out}.history{position:relative;z-index:0;box-sizing:border-box;display:flex;flex-direction:column;width:626px;min-height:399px}@media (max-width:1024px){.history{width:800px}}.history__actions{display:flex;margin-top:17px}.history__actions.list__item_indent-b_l{margin-bottom:0}.history__description{display:flex;flex-direction:column;justify-content:space-between;height:39px}.history__destination{width:213px}.history__details{display:flex;align-items:center;justify-content:flex-start;width:285px;height:60px}.history__hide{height:0;overflow:hidden;transition:all .5s ease-in-out}.history__hide.list__item_indent-t_m,.history__show.list__item_indent-t_m{margin-top:0}.history__info{display:flex;flex-direction:column;margin-top:8px;margin-bottom:9px}.history__show{display:flex}.history__show .text__word{margin-bottom:2px}.history__time{display:flex;flex-direction:column;justify-content:space-between;height:29px;padding-top:3px}.history__transaction{box-sizing:border-box;display:flex;flex-direction:column;cursor:pointer}.icon-plus{display:flex}.icon-plus__block,.icon-plus__icon{display:block}.icon-plus__icon_indent-l_l{margin-left:var(--space-l)}.icon-plus__icon_indent-r_m{margin-right:var(--space-m)}.icon-plus__icon_indent-r_s{margin-right:var(--space-s)}.icon-plus_vertical-align_center{align-items:center}.image,.theme_color_project-default>.image{box-sizing:border-box;min-width:100%;height:100%;background-color:var(--background-default);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='64' viewBox='0 0 80 64' version='1.1'%3E%3Ctitle%3Eplaceholder%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='image-placeholder' transform='translate(-500.000000, -368.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(500.000000, 368.000000)'%3E%3Cg id='placeholder'%3E%3Cpath d='M32 16L48 16 48 8 56 8 56 16 64 16 64 24 72 24 72 32 80 32 80 48 72 48 72 40 64 40 64 48 56 48 56 56 48 56 48 48 32 48 32 56 24 56 24 48 16 48 16 40 8 40 8 48 0 48 0 32 8 32 8 24 16 24 16 16 24 16 24 8 32 8 32 16ZM24 32L32 32 32 24 24 24 24 32ZM16 0L24 0 24 8 16 8 16 0ZM16 56L24 56 24 64 16 64 16 56ZM56 32L56 24 48 24 48 32 56 32ZM64 0L64 8 56 8 56 0 64 0ZM64 56L64 64 56 64 56 56 64 56Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:all .5s ease-in-out}.cover__preview>.image,.theme_color_project-inverse>.image{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80px' height='64px' viewBox='0 0 80 64' version='1.1'%3E%3Ctitle%3Eplaceholder%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='image-placeholder' transform='translate(-620.000000, -368.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(500.000000, 368.000000)'%3E%3Cg id='placeholder' transform='translate(120.000000, 0.000000)'%3E%3Cpath d='M32 16L48 16 48 8 56 8 56 16 64 16 64 24 72 24 72 32 80 32 80 48 72 48 72 40 64 40 64 48 56 48 56 56 48 56 48 48 32 48 32 56 24 56 24 48 16 48 16 40 8 40 8 48 0 48 0 32 8 32 8 24 16 24 16 16 24 16 24 8 32 8 32 16ZM24 32L32 32 32 24 24 24 24 32ZM16 0L24 0 24 8 16 8 16 0ZM16 56L24 56 24 64 16 64 16 56ZM56 32L56 24 48 24 48 32 56 32ZM64 0L64 8 56 8 56 0 64 0ZM64 56L64 64 56 64 56 56 64 56Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cover__preview>.image{background-position:top 55px left 126px}@media (max-width:1024px){.cover__preview>.image{height:174px;background-position:321px center}}.informer{box-sizing:border-box;display:block}.informer__action{display:flex}.informer__action_distribute_between{justify-content:space-between}.informer__action_distribute_center{justify-content:center}.informer__action_distribute_default{justify-content:flex-start}.informer__action_space-a_xl{padding:var(--space-xl)}.informer__content{display:flex}.informer__content_distribute_between{justify-content:space-between}.informer__content_distribute_center{align-items:center}.informer__content_distribute_default{justify-content:flex-start}.informer__content_space-a_xl{padding:var(--space-xl)}.informer__content_space-a_xxl{padding:var(--space-xxl)}.informer_border_all{border:3px solid var(--border-color)}.informer_view_default,.payment__content .input{background-color:var(--background-default)}.input{width:100%;cursor:pointer;background-color:var(--background-accent)}.payment__content .input{box-sizing:border-box;width:510px;border:3px solid var(--border-color)}@media (max-width:1024px){.payment__content .input{width:481px}}.input_size_l{height:42px}.input_size_m{height:32px}.input_size_s{height:24px}.input_size_xl{height:56px}.input_size_xxl{height:64px}.layout{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:0 auto}.layout__container{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%;margin:0 auto}.layout__container.theme.section_space-v_xxxxl{margin-top:7px}.layout__container_align_center{align-items:center}.layout__container_indent-b_xxl{margin-bottom:var(--space-xxl)}.layout__container_indent-b_xxxxl{margin-bottom:var(--space-xxxxl)}.layout__container_size_m{width:1280px}@media (max-width:1024px){.layout__container_size_m{width:800px}}.layout__container_size_s{width:920px}@media (max-width:1024px){.layout__container_size_s{width:800px}}.layout__container_space-v_xxxxl{padding-top:var(--space-xxxxl);padding-bottom:var(--space-xxxxl)}.layout__container_space-v_xxxxxl{padding-top:var(--space-xxxxxl);padding-bottom:var(--space-xxxxxl)}.list{display:flex}.list__item:first-child{border-top:none}.list__item:last-child{border-bottom:none}.list__item_border_bottom{border-bottom:3px solid var(--border-color)}.list__item_border_top{border-top:3px solid var(--border-color)}.list__item_distribute_between{justify-content:space-between}.list__item_indent-b_l{margin-bottom:var(--space-l)}.list__item_indent-b_m{margin-bottom:var(--space-m)}.list__item_indent-b_s{margin-bottom:var(--space-s)}.list__item_indent-b_xl{margin-bottom:var(--space-xl)}.list__item_indent-t_m{margin-top:var(--space-m)}.list__item_space-a_m{padding:var(--space-m)}.list__item_space-b_s{padding-bottom:var(--space-s)}.list__item_vertical-align_center{align-items:center}.list_border_all{border:3px solid var(--border-color)}.list_view_default,.onoffswitch,.onoffswitch_checked{background-color:var(--background-default)}.onoffswitch,.onoffswitch_checked{position:relative;box-sizing:border-box;display:block;width:97px;height:32px;border:2px solid var(--border-color)}.onoffswitch:hover{cursor:pointer}.onoffswitch__button{position:absolute;top:2px;left:2px;display:block;width:24px;height:24px;background-color:var(--border-color);border:2px solid var(--border-color);transition:all .5s ease-in-out}.onoffswitch_checked>.onoffswitch__button{position:absolute;top:2px;left:67px}.onoffswitch__button,.page,.payment{box-sizing:border-box}.page{--breakpoint: 1024px;width:100%}.payment{display:flex;flex-direction:column;justify-content:space-between;width:844px;height:389px;transition:all .1s ease-in-out}.payment .text__word{margin-bottom:2px}@media (max-width:1024px){.payment{width:800px;transition:all .1s ease-in-out}}.payment__content{display:flex;flex-direction:column;justify-content:space-around}.payment__footer,.payment__header{align-items:center}.payment__header{box-sizing:border-box;display:flex;height:89px}.placeholder{display:block}.placeholder_size_m{width:72px;height:72px;margin-top:var(--space-m);margin-bottom:var(--space-xl)}.placeholder_view_primary{background-color:var(--text-default)}.product{position:relative;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:space-between;min-height:300px;cursor:pointer}@media (max-width:1024px){.product{width:800px}}.product__content{box-sizing:border-box;display:flex;width:100%}.product__footer{position:absolute;bottom:0;left:0;box-sizing:border-box;width:100%;min-height:38px}.product__footer .text__word{margin-top:10px;margin-bottom:5px}.product__image{box-sizing:border-box;align-items:center;justify-content:center;width:268px;height:160px}@media (max-width:1024px){.product__image{width:100%}}.product__title{display:flex;justify-content:flex-start;height:118px;margin-bottom:12px}.product__title+.grid{margin-bottom:var(--space-xxxxl)}.section{display:flex}.section_indent-b_xxl{margin-bottom:var(--space-xxl)}.section_indent-b_xxxxl{margin-bottom:var(--space-xxxxl)}.section_space-v_xxl{padding-right:var(--space-xxl);padding-left:var(--space-xxl)}@media (max-width:1024px){.section_space-v_xxl{padding:0}}.section_space-v_xxxxl{padding-right:var(--space-xxxxl);padding-left:var(--space-xxxxl)}@media (max-width:1024px){.section_space-v_xxxxl{padding:0}}.text{display:flex;flex-flow:row wrap;align-items:center}.text__word{margin-top:15px;background-color:var(--text-default);transition:all .4s ease-in-out}.warning__content .text__word{margin-top:0;margin-bottom:var(--line-height-s)}.event__description .text__word{margin-top:0;margin-bottom:17px}.history__time .text__word{padding:0;margin:0}.event__footer .text__word,.event__title .text__word,.history .text__word,.payment .text__word{margin-top:0}.text_size_s .text__word_width_s{width:20px;height:var(--font-size-s)}.text_size_s .text__word_width_m{width:48px;height:var(--font-size-s)}.text_size_s .text__word_width_l{width:100px;height:var(--font-size-s)}.text_size_m .text__word_width_s{width:24px;height:var(--font-size-m)}.text_size_m .text__word_width_m{width:56px;height:var(--font-size-m)}.text_size_m .text__word_width_l{width:114px;height:var(--font-size-m)}.text_size_l .text__word_width_s{width:28px;height:var(--font-size-l)}.text_size_l .text__word_width_m{width:68px;height:var(--font-size-l)}.text_size_l .text__word_width_l{width:138px;height:var(--font-size-l)}.text_size_xl .text__word_width_s{width:32px;height:var(--font-size-xl)}.text_size_xl .text__word_width_m{width:74px;height:var(--font-size-xl)}.text_size_xl .text__word_width_l{width:154px;height:var(--font-size-xl)}.text_size_xxl .text__word_width_s{width:36px;height:var(--font-size-xxl)}.text_size_xxl .text__word_width_m{width:88px;height:var(--font-size-xxl)}.text_size_xxl .text__word_width_l{width:184px;height:var(--font-size-xxl)}.text_align_center{justify-content:center}.text_type_h1{margin:26px 0 32px}.text_type_h1 .text__word,.text_type_h2 .text__word,.text_type_h3 .text__word{margin:0}.text_type_h2{margin:60px 0 26px}.text_type_h3{margin-top:42px}.text_type_p{margin-top:15px;margin-bottom:21px}.text_view_ghost .text__word{background-color:var(--text-ghost)}.text_view_link{background-color:var(--link-color)}.text_view_primary,.theme{background-color:var(--background-default)}.theme{--transition: all 0.1s ease-in-out;border-color:var(--border-color);transition:var(--transition)}.theme_color_project-brand{--background-default: rgb(0, 119, 255);--background-accent: rgb(255, 255, 255);--border-color: rgb(255, 255, 255);--text-default: rgb(255, 255, 255);--text-secondary: rgba(255, 255, 255, 0.6);--text-ghost: rgba(255, 255, 255, 0.3);--link-color: rgb(255, 255, 255)}.theme_color_project-default{--background-default: rgb(255, 255, 255);--background-accent: rgb(255, 204, 0);--border-color: rgb(0, 0, 0);--text-default: rgb(0, 0, 0);--text-secondary: rgba(0, 0, 0, 0.6);--text-ghost: rgba(0, 0, 0, 0.3);--link-color: rgb(0, 119, 255)}.theme_color_project-inverse,.theme_color_project-warning{--background-accent: rgb(255, 255, 255);--text-default: rgb(255, 255, 255);--text-secondary: rgba(255, 255, 255, 0.6);--text-ghost: rgba(255, 255, 255, 0.3)}.theme_color_project-inverse{--background-default: rgb(0, 0, 0);--border-color: rgb(255, 255, 255);--link-color: rgb(0, 112, 240)}.theme_color_project-warning{--background-default: rgb(255, 51, 51);--border-color: rgb(255, 51, 51);--link-color: rgb(255, 255, 255)}.theme_gap_small{--gap: var(--space-xl)}@media (max-width:1024px){.theme_gap_small{--gap: var(--space-s)}}.theme_size_default{--font-size-s: 8px;--font-size-m: 10px;--font-size-l: 11px;--font-size-xl: 13px;--font-size-xxl: 16px;--line-height-s: 21px;--line-height-m: 25px;--line-height-l: 28px;--line-height-xl: 34px;--line-height-xxl: 38px}.theme_space_default{--space-xxxs: 3px;--space-xxs: 6px;--space-xs: 9px;--space-s: 15px;--space-m: 18px;--space-l: 24px;--space-xl: 27px;--space-xxl: 36px;--space-xxxl: 45px;--space-xxxxl: 51px;--space-xxxxxl: 72px}.warning{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:409px;height:389px}@media (max-width:1024px){.warning{width:800px;height:335px}}.warning__button-wrapper{align-items:center;justify-content:center;padding-top:21px}.warning__content{display:flex;flex-direction:column;align-items:center;justify-content:space-between}