.custom-search .dropdown-suggestions{border:1px solid var(--color-grayscale-field-border);border-radius:4px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.06);box-shadow:0 3px 10px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.06);overflow:hidden}.custom-search .dropdown-suggestions,.custom-search .dropdown-suggestions *{-webkit-box-sizing:border-box;box-sizing:border-box}.custom-search .dropdown-suggestions .suggestions .suggestion-user,.custom-search .dropdown-suggestions .suggestions-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-grayscale-page-bg-default);color:var(--color-typography-support);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:600;line-height:24px;min-height:30px;padding:2px 7px 2px 13px;text-transform:none}.custom-search .dropdown-suggestions .suggestions .suggestion-user svg,.custom-search .dropdown-suggestions .suggestions-header svg{-ms-flex-negative:0;flex-shrink:0;margin-right:18px}.custom-search .dropdown-suggestions .suggestions-header{text-transform:none}.custom-search .dropdown-suggestions .suggestion{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-typography-text);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:24px;min-height:40px;padding:8px 11px 8px 51px}.custom-search .dropdown-suggestions .suggestion span{font-weight:400}.custom-search .dropdown-suggestions .suggestion span b{color:var(--color-typography-text);font-weight:600!important}.custom-search .dropdown-suggestions .suggestion:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(23,125,229,.06)),to(rgba(23,125,229,.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(23,125,229,.06),rgba(23,125,229,.06)),var(--color-typography-white);color:var(--color-accent-primary-base)}.custom-search .dropdown-suggestions .suggestion:hover span b{color:var(--color-accent-primary-base)}.custom-search .dropdown-suggestions .suggestion-user:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(23,125,229,.06)),to(rgba(23,125,229,.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(23,125,229,.06),rgba(23,125,229,.06)),var(--color-typography-white);color:var(--color-accent-primary-base)}.custom-search .dropdown-suggestions .suggestion-user:hover svg path{fill:var(--color-accent-primary-base)}.custom-search .dropdown-suggestions .suggestion-user__text{display:block!important;overflow:hidden;text-overflow:ellipsis}.custom-search .dropdown-suggestions .history{background-color:var(--color-grayscale-page-bg-default);min-height:30px;padding:2px 7px 2px 13px;text-transform:none}.custom-search .dropdown-suggestions .history,.custom-search .dropdown-suggestions .history__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.custom-search .dropdown-suggestions .history__title{color:var(--color-typography-support);font-size:16px;font-weight:600;line-height:24px}.custom-search .dropdown-suggestions .history__title svg{-ms-flex-negative:0;flex-shrink:0;margin-right:18px}.custom-search .dropdown-suggestions .history__button-clear{color:var(--color-typography-tip);cursor:pointer;font-size:12px;font-weight:400;line-height:16px}.custom-search .dropdown-suggestions-header{border:1px solid var(--color-grayscale-border);border-radius:6px}@media (max-width:767.98px){.custom-search .dropdown-suggestions-header{border-radius:4px!important}}.custom-search .dropdown-suggestions-header .suggestions .suggestion-user,.custom-search .dropdown-suggestions-header .suggestions-header{font-size:var(--typography-body-default-regular-font-size);line-height:var(--typography-body-default-regular-line-height);min-height:28px;padding:2px 7px 2px 11px}.custom-search .dropdown-suggestions-header .suggestions .suggestion-user svg,.custom-search .dropdown-suggestions-header .suggestions-header svg{margin-right:8px}.custom-search .dropdown-suggestions-header .history{-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:28px;padding:2px 7px 2px 11px}.custom-search .dropdown-suggestions-header .history__title{font-size:var(--typography-body-default-regular-font-size);line-height:var(--typography-body-default-regular-line-height);margin-right:4px}.custom-search .dropdown-suggestions-header .history__title svg{margin-right:8px}.custom-search .dropdown-suggestions-header .suggestion{font-size:var(--typography-body-default-regular-font-size);line-height:var(--typography-body-default-regular-line-height);min-height:38px;padding:8px 11px 8px 35px}@media (max-width:767.98px){.custom-search .dropdown-suggestions:not(.dropdown-suggestions-header) .suggestion-user__text{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}}.switch-menu{display:inline-block;line-height:20px}.switch-menu__label{cursor:pointer;font-size:15px;font-weight:600;-webkit-transition:color .3s ease;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-menu__label_right{margin-left:5px}.switch-menu__label_left{margin-right:5px}.switch-menu__input:checked~.switch-menu__label_left,.switch-menu__label_right{color:#b8b8bf}.switch-menu__input:checked~.switch-menu__label_right,.switch-menu__label_left{color:#000}.switch-menu__track{background-color:#b8b8bf;border-radius:999px;cursor:pointer;display:inline-block;height:22px;position:relative;top:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;width:40px}.switch-menu__input:checked~.switch-menu__track{background-color:#00b000;-webkit-box-shadow:inset 0 0 0 1px #00a800;box-shadow:inset 0 0 0 1px #00a800}.switch-menu__input:checked~.switch-menu__track .switch-menu__thumb{-webkit-box-shadow:inset 0 0 0 1px #a6dba6;box-shadow:inset 0 0 0 1px #a6dba6}.switch-menu__thumb{background-color:#fff;border-radius:50%;display:block;height:18px;left:0;margin:2px;position:relative;-webkit-transition:left .3s ease;transition:left .3s ease;width:18px}.switch-menu__input:checked~.switch-menu__track .switch-menu__thumb{left:18px}.switch-menu__input{display:none}@media (min-width:768px){.mobile-nav{display:none!important}}.mobile-nav__overlay{background:rgba(0,0,0,.8);bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.mobile-nav__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-typography-white);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:50px;padding:0 15px 0 10px}.mobile-nav__header-close{cursor:pointer;height:32px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:32px}.mobile-nav__header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8px;position:relative}.mobile-nav__header-logo .garland{width:105px}.mobile-nav__header-logo>img{display:block;margin:0}.mobile-nav__list{-webkit-overflow-scrolling:touch;background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--color-accent-primary-base-rgb),.06)),to(rgba(var(--color-accent-primary-base-rgb),.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(var(--color-accent-primary-base-rgb),.06),rgba(var(--color-accent-primary-base-rgb),.06)),var(--color-typography-white);-webkit-box-shadow:0 4px 100px rgba(0,0,0,.25);box-shadow:0 4px 100px rgba(0,0,0,.25);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;padding-top:0;position:absolute;top:0;-webkit-transform:translateX(-85%);-ms-transform:translateX(-85%);transform:translateX(-85%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:85%;z-index:11}.authorized .mobile-nav__list{padding-top:51px}.mobile-nav__list.animation,.mobile-nav__list.animation *{overflow-y:hidden}.mobile-nav__list.mobile-nav__list--active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile-nav__list.has-subopen,.mobile-nav__list.unauthorized{background:var(--color-typography-white)}@media (min-width:374px) and (max-width:375px){.mobile-nav__list{-webkit-transform:translateX(-323px);-ms-transform:translateX(-323px);transform:translateX(-323px);width:323px}}.mobile-nav__list.header--theme-dark .mobile-menu__item-icon img.light-theme-icon{display:none}.mobile-nav__list.header--theme-dark .mobile-menu__item-icon img.dark-theme-icon{display:block}.mobile-nav__signup-button{margin:7px 0 8px 18px;width:139px}.mobile-menu{min-height:100%;padding-bottom:var(--nav-by-viewport-height-diff)}.mobile-menu,.mobile-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mobile-menu.subopen .mobile-menu__item:not(.active),.mobile-menu.subopen .mobile-menu__items:not(.active){display:none}.mobile-menu.subopen .mobile-menu__item.active>a{display:none}.mobile-menu.subopen .mobile-menu__items-footer:before{content:none}.mobile-menu.subopen .mobile-nav__user{display:none}.mobile-menu.authorized{background:transparent}.mobile-menu a{-webkit-touch-callout:none!important;-webkit-user-select:none!important}.mobile-menu__tabs{background-color:var(--color-typography-white);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2px}.mobile-menu__tab{position:relative;width:50%}.mobile-menu__tab a{background-color:var(--color-typography-white)}.mobile-menu__tab a:before{background-color:var(--color-typography-white);border-color:rgba(var(--color-accent-primary-base-rgb),.32);border-style:solid;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:6px;position:absolute;z-index:2}.mobile-menu__tab a>span{margin-top:1px;position:relative;text-decoration:none!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.mobile-menu__tab:first-child a{border-radius:0 0 4px}.mobile-menu__tab:first-child a:before{border-radius:0 0 4px;border-width:0 1px 1px 0;right:0;width:100%}.mobile-menu__tab:last-child a{border-radius:0 0 0 4px}.mobile-menu__tab:last-child a:before{border-radius:0 0 0 4px;border-width:0 0 1px 1px;left:0;width:100%}.mobile-menu__tab.active{background:none!important}.mobile-menu__tab.active:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--color-accent-primary-base-rgb),.06)),to(rgba(var(--color-accent-primary-base-rgb),.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(var(--color-accent-primary-base-rgb),.06),rgba(var(--color-accent-primary-base-rgb),.06)),var(--color-typography-white);content:"";display:block;height:6px;position:absolute;width:6px}.mobile-menu__tab.active a{background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--color-accent-primary-base-rgb),.06)),to(rgba(var(--color-accent-primary-base-rgb),.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(var(--color-accent-primary-base-rgb),.06),rgba(var(--color-accent-primary-base-rgb),.06)),var(--color-typography-white);border-bottom:0}.mobile-menu__tab.active a:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--color-accent-primary-base-rgb),.06)),to(rgba(var(--color-accent-primary-base-rgb),.06))),var(--color-typography-white);background:linear-gradient(0deg,rgba(var(--color-accent-primary-base-rgb),.06),rgba(var(--color-accent-primary-base-rgb),.06)),var(--color-typography-white);border-color:rgba(var(--color-accent-primary-base-rgb),.32);border-width:1px 0 0 1px;height:32px;top:0}.mobile-menu__tab.active:first-child:before{right:-3px}.mobile-menu__tab.active:first-child a{border-radius:0 4px 0 0}.mobile-menu__tab.active:first-child a:before{border-radius:0 4px 0 0;border-width:1px 1px 0 0;right:-1px;width:calc(100% + 1px)}.mobile-menu__tab.active:last-child:before{left:-3px}.mobile-menu__tab.active:last-child a{border-radius:4px 0 0}.mobile-menu__tab.active:last-child a:before{border-radius:4px 0 0;border-width:1px 0 0 1px;left:-1px;width:calc(100% + 1px)}.mobile-menu__tab.active .mobile-menu__tab-link{color:var(--color-typography-text)}.mobile-menu__tab-link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--color-grayscale-field-border);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:600;height:38px;justify-content:center;line-height:16px;text-transform:uppercase}.mobile-menu__items-footer:before{background-color:rgba(var(--color-accent-primary-base-rgb),.2);content:"";display:block;height:1px;margin:8px 0;overflow:hidden}.header--theme-dark .mobile-menu__item--placeholder .mobile-menu__link{background:#48494e}.header--theme-dark .mobile-menu__item--placeholder .mobile-menu__link:after{background:-webkit-gradient(linear,left top,right top,color-stop(.49%,#48494e),color-stop(47.8%,#5f6066),to(#48494e));background:linear-gradient(90deg,#48494e .49%,#5f6066 47.8%,#48494e)}.mobile-menu__item--placeholder{overflow:hidden;padding:0 16px}.mobile-menu__item--placeholder .mobile-menu__link{background:var(--color-grayscale-page-bg-default);border-radius:9px;height:16px;margin:16px 0;overflow:hidden;padding:0;position:relative;width:100%}.mobile-menu__item--placeholder .mobile-menu__link:after{-webkit-animation:mobile-menu-placeholder-animation 1s linear infinite;animation:mobile-menu-placeholder-animation 1s linear infinite;background:-webkit-gradient(linear,left top,right top,color-stop(.49%,hsla(0,0%,100%,0)),color-stop(47.8%,hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,hsla(0,0%,100%,0) .49%,hsla(0,0%,100%,.8) 47.8%,hsla(0,0%,100%,0));content:"";height:100%;left:-48px;position:absolute;top:0;width:48px}.mobile-menu__item-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(var(--color-typography-title-rgb),.9);display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:0 21px 0 18px;text-decoration:none;width:100%}.mobile-menu__item-link--moderation{color:var(--color-accent-negative-base)!important}.mobile-menu__item-link:active,.mobile-menu__item-link:hover{background-color:hsla(0,0%,100%,.04);color:var(--color-typography-title)}.mobile-menu__item-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:16px;justify-content:center;margin-right:14px;width:16px}.mobile-menu__item-icon--phone{margin-right:8px}.mobile-menu__item-icon--right{margin-left:5px;margin-right:0}.mobile-menu__item-icon img,.mobile-menu__item-icon svg{max-height:16px;max-width:16px}.mobile-menu__item-icon img.dark-theme-icon{display:none}.mobile-menu__item-icon--newyear{height:20px;margin-left:-2px;margin-right:12px;width:20px}.mobile-menu__item-icon--newyear svg{max-height:20px;max-width:20px}.mobile-menu__item-icon--newyear svg,.mobile-menu__item-icon--newyear svg path{fill:var(--color-accent-positive-base)!important}.mobile-menu__item-icon.mt-1{margin-top:-1px!important}.mobile-menu__item-title{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__item-title .user-active-orders-count{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-accent-primary-base);border-radius:22px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-typography-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:8px;font-weight:700;height:16px;justify-content:center;line-height:12px;margin:-2px 0 0 4px;min-width:16px;padding:1.5px}.mobile-menu__item-title .user-active-orders-count.red{background-color:var(--color-accent-negative-base)}.mobile-menu__item-arrow{-ms-flex-negative:0;flex-shrink:0;height:10px;margin-left:auto;margin-right:-1px;width:7px}.mobile-menu__item-count-orders{color:rgba(var(--color-typography-support-hover-rgb),.6);font-size:12px;line-height:16px;margin-left:auto;margin-right:-9px;overflow:hidden;padding-left:3px;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__item--border{border-bottom:1px solid rgba(var(--color-accent-primary-base-rgb),.2);height:49px}.mobile-menu__sublist{background:var(--color-typography-white);display:block;height:calc(100% - 50px);overflow-y:auto;position:absolute;top:50px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%;z-index:12}.mobile-menu__sublist.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile-menu__sublist.active .mobile-menu__item:not(.active){display:block}.mobile-menu__sublist.active.open>.mobile-menu__item-back,.mobile-menu__sublist.active.open>.mobile-menu__item:not(.active){display:none}.mobile-menu__sublist.active.open>.mobile-menu__item.active>a{display:none}.mobile-menu__sublist.active.open>.mobile-menu__item.active>.mobile-menu__sublist.active{height:100%;top:0}.mobile-menu__sublist .mobile-menu__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(var(--color-typography-title-rgb),.8);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--typography-body-default-regular-font-size);height:48px;line-height:var(--typography-body-default-regular-line-height);padding:0 16px;width:100%}.mobile-menu__sublist .mobile-menu__link--lvl-3{padding:0 12px}.mobile-menu__sublist .mobile-menu__link:active,.mobile-menu__sublist .mobile-menu__link:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(var(--color-accent-primary-base-rgb),.11)),to(rgba(var(--color-accent-primary-base-rgb),.11))),var(--color-typography-white);background:linear-gradient(0deg,rgba(var(--color-accent-primary-base-rgb),.11),rgba(var(--color-accent-primary-base-rgb),.11)),var(--color-typography-white)}.mobile-menu__sublist .mobile-menu__link:active .submenu-item__mark,.mobile-menu__sublist .mobile-menu__link:hover .submenu-item__mark{border-color:var(--color-accent-positive-base-hover);color:var(--color-accent-positive-base-hover)}.mobile-menu__sublist .mobile-menu__link-back{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:45px;line-height:56px;padding-top:14px;position:relative;text-decoration:none!important;width:100%}.mobile-menu__sublist .mobile-menu__link-back:after{background-color:rgba(var(--color-accent-primary-base-rgb),.2);bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0}.mobile-menu__sublist .mobile-menu__link-back .mobile-menu__item-title{color:var(--color-typography-white);color:var(--color-typography-title);font-size:12px;font-weight:600;line-height:16px;padding:0;text-align:center;text-transform:uppercase}@media (max-width:374px){.mobile-menu__sublist .mobile-menu__link-back .mobile-menu__item-title{padding:0 45px}}.mobile-menu__sublist .mobile-menu__arrow-back{height:16px;left:14px;position:absolute;top:13px;width:21px}.mobile-menu__sublist .mobile-menu__img{height:28px;margin:1px 8px 0 -4px;width:28px}.mobile-menu__sublist .mobile-menu__img+.mobile-menu__title{line-height:24px}.mobile-menu__sublist .mobile-menu__arrow{height:8px;margin:1px 4px 0 auto;width:6px}.mobile-menu__sublist .mobile-menu__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu .mobile-nav__user{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:var(--color-typography-white);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;padding:5px 13px 13px 10px;width:100%}.mobile-menu .mobile-nav__user-info{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;height:32px;justify-content:space-between;margin-left:10px;width:60%}.mobile-menu .mobile-nav__user-name{color:var(--color-typography-title);display:inline-block;font-size:12px;font-weight:600;letter-spacing:normal;line-height:16px;margin:2px 5px 0 0;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.mobile-menu .mobile-nav__user-avatar .user-avatar{display:block;height:32px;width:32px}.mobile-menu .mobile-nav__user-avatar .user-avatar__default{font-size:18px}.mobile-menu .mobile-nav__user-avatar .user-avatar>img{border:1px solid var(--color-grayscale-icon-hover)}.mobile-menu .mobile-nav__user-balance{-ms-flex-negative:0;color:var(--color-accent-primary-base);display:block;flex-shrink:0;font-weight:600}.mobile-menu .mobile-nav__user-balance:after{background-color:rgba(var(--color-accent-primary-base-rgb),.6);content:"";display:block;height:1px;position:relative;top:-1px;width:100%}.mobile-menu .submenu-item__icon-img{display:block;height:16px;width:13px}.mobile-menu .submenu-item__icon{display:block;margin:0 4px;padding:0;position:relative}.mobile-menu .submenu-item__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu .submenu-item__wrap-mark--new{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;justify-content:flex-end}.mobile-menu .submenu-item__wrap-mark--new.arrow-margin{margin-right:4px}.mobile-menu .submenu-item__mark{background:transparent!important;border:1px solid var(--color-accent-positive-base);border-radius:3px;color:var(--color-accent-positive-base);display:block;font-size:10px;font-weight:600;height:auto;line-height:16px;padding:0 7px 1px;text-transform:none;top:auto}.mobile-menu .submenu-item__mark--new{right:0;top:auto}.show-mobile-menu{height:100%!important;overflow:hidden}@media (min-width:768px){.show-mobile-menu{overflow:visible!important}}@-webkit-keyframes mobile-menu-placeholder-animation{0%{left:-48px}to{left:100%}}@keyframes mobile-menu-placeholder-animation{0%{left:-48px}to{left:100%}}.header--theme-dark.mobile-nav__list-new,.header--theme-dark.unauthorized{background:#33353a}.header--theme-dark .mobile-nav__header{background-color:#33353a}.header--theme-dark .mobile-nav__header-close svg path{fill:var(--color-typography-tip)}.header--theme-dark .select-header__list-dropdown{background:hsla(0,0%,100%,.04)}.header--theme-dark .mobile-menu.authorized{background:#393b40}.header--theme-dark .mobile-menu__tabs{background:#33353a}.header--theme-dark .mobile-menu__tab a{background-color:#33353a}.header--theme-dark .mobile-menu__tab a:before{background-color:#33353a;border-color:#47494e}.header--theme-dark .mobile-menu__tab a:after{background-color:#47494e}.header--theme-dark .mobile-menu__tab.active{background-color:#33353a!important}.header--theme-dark .mobile-menu__tab.active:before{background:#33353a}.header--theme-dark .mobile-menu__tab.active a{background:#393b40}.header--theme-dark .mobile-menu__tab.active a:before{background:#393b40;border-color:#47494e}.header--theme-dark .mobile-menu__tab.active .mobile-menu__tab-link{color:var(--color-typography-white)}.header--theme-dark .mobile-menu__tab-link{color:var(--color-typography-tip)}.header--theme-dark .mobile-menu .select-header__list-item,.header--theme-dark .mobile-menu .select-header__list-item-text,.header--theme-dark .mobile-menu__items{color:rgba(var(--color-typography-white-rgb),.9)}.header--theme-dark .mobile-menu .select-header__list-item-footer:before,.header--theme-dark .mobile-menu .select-header__list-item-text-footer:before,.header--theme-dark .mobile-menu__items-footer:before{background-color:#5a5c61}.header--theme-dark .mobile-menu__item-link,.header--theme-dark .mobile-menu__item-link:active,.header--theme-dark .mobile-menu__item-link:hover{color:rgba(var(--color-typography-white-rgb),.9)}.header--theme-dark .mobile-menu__item-icon svg,.header--theme-dark .mobile-menu__item-icon svg path{fill:var(--color-typography-white)}.header--theme-dark .mobile-menu__item-arrow path{stroke:var(--color-grayscale-field-border)}.header--theme-dark .mobile-menu__item-count-orders{color:var(--color-typography-tip)}.header--theme-dark .mobile-menu__item--border{border-bottom:1px solid #5a5c61}.header--theme-dark .mobile-menu__sublist{background:#33353a}.header--theme-dark .mobile-menu__sublist .mobile-menu__link{color:rgba(var(--color-typography-white-rgb),.8)}.header--theme-dark .mobile-menu__sublist .mobile-menu__link:active,.header--theme-dark .mobile-menu__sublist .mobile-menu__link:hover{background:hsla(0,0%,100%,.04)}.header--theme-dark .mobile-menu__sublist .mobile-menu__link-back:after{background-color:hsla(0,0%,81%,.2)}.header--theme-dark .mobile-menu__sublist .mobile-menu__link-back .mobile-menu__item-title{color:var(--color-typography-white)}.header--theme-dark .mobile-menu__sublist .mobile-menu__arrow path,.header--theme-dark .mobile-menu__sublist .mobile-menu__arrow-back path{stroke:var(--color-grayscale-field-border)}.header--theme-dark .mobile-menu .mobile-nav__user{background-color:#33353a}.header--theme-dark .mobile-menu .mobile-nav__user-avatar img{border-color:var(--color-grayscale-field-border)}.header--theme-dark .mobile-menu .mobile-nav__user-name{color:var(--color-typography-white)}.header--theme-dark .mobile-menu .mobile-nav__user-balance{color:var(--color-accent-positive-base)}.header--theme-dark .mobile-menu .mobile-nav__user-balance:after{background-color:rgba(var(--color-accent-positive-base-rgb),.4)}.quiz-day{margin-top:-160px;position:fixed;right:-408px;top:50%;-webkit-transition:right .3s ease-out;transition:right .3s ease-out;z-index:1041}@media (max-width:767.98px){.quiz-day{display:none}}.quiz-day,.quiz-day *,.quiz-day :after,.quiz-day :before{-webkit-box-sizing:border-box;box-sizing:border-box}.quiz-day--active{right:0}.quiz-day--active .quiz-day__panel:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.quiz-day--active .quiz-day__overlay{display:block}.quiz-day--active .quiz-day__wrapper{height:100%;max-height:calc(50vh + 160px)}.quiz-day--hide{right:-500px}.quiz-day--close .quiz-day__wrapper{height:320px}.quiz-day__question-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.quiz-day__confirm-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:182px;justify-content:space-evenly;width:376px}.quiz-day__confirm-question{font-size:18px;font-weight:600;line-height:24px;margin-top:10px;text-align:center}.quiz-day__confirm-checkbox{font-size:var(--typography-body-default-regular-font-size);font-weight:400;line-height:var(--typography-body-default-regular-line-height);margin-bottom:10px}.quiz-day__hide-cancel{background:var(--color-typography-white);border:1px solid var(--color-grayscale-field-border);color:var(--color-typography-title)}.quiz-day__hide-cancel:hover{background:var(--color-grayscale-border-hover)}.quiz-day__hide-confirm{background:var(--color-typography-white);border:1px solid var(--color-accent-positive-base);color:var(--color-accent-positive-base)}.quiz-day__hide-confirm:hover{background:var(--color-grayscale-border-hover)}.quiz-day .popup-close{height:24px!important;margin:0;min-width:24px;padding:0!important;position:relative;right:0;top:0;width:24px!important}.quiz-day__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:320px;min-height:320px;position:relative;z-index:1042}.quiz-day__wrapper--with-textarea{min-height:0}.quiz-day__wrapper--with-textarea .quiz-day__footer{position:static}.quiz-day__overlay{background:var(--color-typography-title);display:none;height:100vh;left:0;opacity:.2;position:fixed;top:0;width:100%}.quiz-day__panel{background:var(--color-accent-primary-base);border-radius:8px 0 0 8px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);cursor:pointer;padding:0 5px;position:relative;width:32px}.quiz-day__panel:hover{background:var(--color-accent-primary-base-hover)}.quiz-day__panel:after{background:url(/images/quiz-day/quiz-day-arrow.svg) no-repeat 0 0;bottom:8px;content:"";height:16px;position:absolute;right:5px;width:21px}.quiz-day__panel span{color:var(--color-typography-white);display:block;font-size:14px;font-weight:600;left:50%;line-height:22px;position:absolute;text-align:center;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg);transform:translateX(-50%) translateY(-50%) rotate(-90deg);white-space:nowrap}.quiz-day__tab{background:var(--color-typography-white);-webkit-box-shadow:0 8px 24px rgba(0,0,0,.16);box-shadow:0 8px 24px rgba(0,0,0,.16);overflow-x:hidden;overflow-y:auto;padding:8px 16px 16px;position:relative;width:408px}.quiz-day__tab--finish{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center}.quiz-day__tab img,.quiz-day__tab video{height:auto;max-width:100%}.quiz-day__question{font-weight:600}.quiz-day__add-text,.quiz-day__question{color:var(--color-typography-text);font-size:var(--typography-body-default-regular-font-size);line-height:var(--typography-body-default-regular-line-height);padding:0 0 2px}.quiz-day__add-text{margin-top:4px}.quiz-day__files{margin-left:3px;margin-top:4px}.quiz-day__files a{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}.quiz-day__files span{color:var(--color-accent-primary-base);cursor:pointer;margin-left:7px;text-decoration:none;text-decoration:underline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.quiz-day__files span:hover{color:var(--color-accent-primary-base-hover);text-decoration:none}.quiz-day__answers{margin:12px 0 64px 6px}.quiz-day__answers--with-textarea{margin:4px 0 14px}.quiz-day__answers .radio-group{padding:5px 0}.quiz-day__answers .radio-group label.radio-group__label{padding-left:28px}.quiz-day__answers .radio-group+.radio-group{margin-top:0}.quiz-day__answers .radio-group:last-child{padding-bottom:0}.quiz-day__footer{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.quiz-day__count{color:var(--color-typography-tip);font-size:14px;line-height:22px;padding-bottom:2px}.quiz-day__button button{min-width:184px}.quiz-day__finish{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:203px;justify-content:center}.quiz-day__finish-img{background:url(/images/quiz-day/quiz-day-finish.svg) no-repeat 0 0;height:82px;width:110px}.quiz-day__finish-title{color:var(--color-typography-title);font-size:16px;font-weight:600;line-height:24px;margin-top:12px;width:100%}.quiz-day__finish-text{color:var(--color-typography-support);font-size:14px;line-height:22px;margin-top:8px;width:100%}.quiz-day__open-answer-field{border:1px solid var(--color-grayscale-field-border);border-radius:4px;color:var(--color-typography-text);font-size:14px!important;line-height:22px!important;max-height:300px;min-height:96px;padding:8px 12px!important;width:100%}.quiz-day__open-answer-field::-webkit-input-placeholder{color:var(--color-typography-tip)}.quiz-day__open-answer-field::-moz-placeholder{color:var(--color-typography-tip)}.quiz-day__open-answer-field:-ms-input-placeholder{color:var(--color-typography-tip)}.quiz-day__open-answer-field::-ms-input-placeholder{color:var(--color-typography-tip)}.quiz-day__open-answer-field::placeholder{color:var(--color-typography-tip)}.profile-complete ul{list-style:none;margin-bottom:16px;margin-top:8px}.profile-complete ul li{color:var(--color-typography-text);min-height:22px;padding-bottom:2px;padding-left:32px;position:relative}.profile-complete ul li+li{margin-top:8px}.profile-complete ul li:before{background:url(/images/icons/list-mark-arrow-green-24.svg) no-repeat 0 0;content:"";display:block;height:24px;left:0;overflow:hidden;position:absolute;top:0;width:24px}.profile-complete ul li.item-bad:before{background-image:url(/images/icons/list-mark-cross-red.svg)}.birthday-stickers{height:164px;left:50%;position:absolute;top:50%;width:164px;z-index:9999999}.birthday-stickers:not(.birthday-stickers--positioned){opacity:0;visibility:hidden}.birthday-stickers__item{display:block;height:164px;margin:0;outline:none!important;width:164px}.birthday-stickers__loader{background:#ffd52c;border-radius:16px;height:36px;left:50%;position:absolute;top:94px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.birthday-stickers__loader:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNOCAxNkE4IDggMCAxIDEgOCAwdjIuMzMzQTUuNjcgNS42NyAwIDAgMCAyLjMzNCA4IDUuNjcgNS42NyAwIDAgMCA4IDEzLjY2N1YxNnoiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNOCAwdjIuMzMzQTUuNjcgNS42NyAwIDAgMSAxMy42NjcgOCA1LjY3IDUuNjcgMCAwIDEgOCAxMy42NjdWMTZBOCA4IDAgMCAwIDggMHoiIGZpbGw9InVybCgjYikiLz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iNCIgeTE9IjAiIHgyPSI0IiB5Mj0iMTIuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNlYjRmMTkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlYjRmMTkiIHN0b3Atb3BhY2l0eT0iLjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEyIiB5MT0iMTMiIHgyPSIxMiIgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjZWI0ZjE5IiBzdG9wLW9wYWNpdHk9Ii41Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZWI0ZjE5IiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .75s;transition:opacity .75s}.fade-enter,.fade-leave-to{opacity:0}.bounce-enter-active{-webkit-animation:bounce-in .75s;animation:bounce-in .75s}.bounce-leave-active{animation:bounce-in .5s reverse}@-webkit-keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}to{-webkit-transform:scale(1);transform:scale(1)}}.cookies-agreement{bottom:0;display:block;left:0;padding:0 12px 20px;position:fixed;right:0;width:100%;z-index:9999999}.cookies-agreement,.cookies-agreement *{-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:767.98px){.cookies-agreement{padding-bottom:16px}}.cookies-agreement__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-grayscale-bg-base);border-radius:12px;-webkit-box-shadow:0 6px 14px 0 rgba(0,0,0,.16);box-shadow:0 6px 14px 0 rgba(0,0,0,.16);color:var(--color-typography-text);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:var(--typography-body-default-regular-font-size);font-style:var(--typography-body-default-regular-font-style);font-weight:var(--typography-body-default-regular-font-weight);line-height:var(--typography-body-default-regular-line-height);margin:0 auto;max-width:800px;padding:12px 24px}@media (max-width:767.98px){.cookies-agreement__content{padding-left:16px;padding-right:16px}}.cookies-agreement__button{margin-left:24px;min-width:124px}@media (max-width:767.98px){.cookies-agreement__button{margin-left:16px;min-width:70px}}
