@charset "UTF-8";.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3),rgba(37,22,22,0));animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}.button{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:16px;line-height:121%;font-weight:600;border-radius:113px;border:none;cursor:pointer;position:relative;font-family:OpenSans,sans-serif}@media (hover: hover) and (pointer: fine){.button{transition:.3s}}@media only screen and (max-width: 575px){.button{font-size:14px;line-height:16px}}.button:disabled{background-color:var(--gray-15);cursor:default;color:var(--gray-9)}.button:disabled:hover{background-color:var(--gray-15)}.button__icon{flex:0 0 auto}.button__icon~.button__text{margin-left:10px}.button__text{display:flex;align-items:center}.button--primary{background-color:var(--background-button-green);padding:12px 20px}@media (hover: hover) and (pointer: fine){.button--primary{transition:background-color .3s ease-in-out}.button--primary:hover{background-color:var(--green-2)}}.button--text{background:unset;padding:12px}.button--outline{background:unset;padding:12px 20px;border:1px solid var(--background-button-green);color:var(--black);transition:border-color .3s ease-in-out}.button--outline:disabled{border-color:var(--gray-15);background-color:transparent}@media (hover: hover) and (pointer: fine){.button--outline:not(:disabled):hover{border-color:var(--green-2);color:var(--green-2)}}.button--critical{background:#ff0000;padding:12px 20px}@media (hover: hover) and (pointer: fine){.button--critical:not(:disabled):hover{background-color:#de0202}}.button__counter{width:20px;height:20px;border-radius:100%;background-color:#046e02;position:absolute;top:2px;left:34px;font-weight:600;font-size:12px;line-height:13px;display:inline-flex;align-items:center;justify-content:center}@media only screen and (max-width: 991px){.button__counter{left:27px}}.button__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.button_loading .button__text{visibility:hidden}@media only screen and (max-width: 575px){.header__actions>.button--primary.log-in{padding:8px 20px;position:absolute;right:16px}}@media only screen and (max-width: 1199px){.button--primary.add-to-cart-button__add{padding:unset}}@media only screen and (max-width: 991px){.header__actions>.button--text{padding:6.5px}}.notification-btn-circle{width:8.5px;height:8.5px;border-radius:50%;background:var(--red);position:absolute;top:9px;left:38px}@media only screen and (min-width: 1920px){.notification-btn-circle{width:12px;height:12px;top:7px;left:39px}}@media only screen and (min-width: 1200px) and (max-width: 1919px){.notification-btn-circle{width:8.5px;height:8.5px;top:5px;left:31px}}@media only screen and (min-width: 576px) and (max-width: 767px){.notification-btn-circle{width:12px;height:12px;top:6px;left:38px}}@media only screen and (max-width: 575px){.notification-btn-circle{width:12px;height:12px;top:3px;left:39px}}.badge{font-size:14px;line-height:19px;color:var(--white);border-radius:43px;padding:6px 15px;text-align:center;width:127px;box-sizing:border-box}.badge_default{border:1px solid var(--gray-1);color:var(--gray-1)}.badge_success{border:1px solid var(--background-button-green);color:var(--background-button-green)}.badge_error{border:1px solid var(--red);color:var(--red)}.badge_warning{border:1px solid var(--orange);color:var(--orange)}.profile-table-header{display:grid;gap:16px;grid-template-columns:1fr 2fr 2fr 1fr}.profile-header{display:grid;gap:16px;font-size:18px;line-height:25px;color:var(--black)}@media only screen and (max-width: 1919px){.profile-header{font-size:16px;line-height:22px}}@media only screen and (max-width: 991px){.profile-header{font-size:14px;line-height:19px}}.profile-header__row_expanded{display:none!important}.profile-header__row{display:flex;gap:10px;align-items:center;justify-content:flex-start;transition:opacity .3s ease-in-out;opacity:1}.profile-header__row:first-of-type{align-items:flex-start}.profile-header__row:last-of-type{justify-content:space-between;align-items:flex-end}.profile-header__row_expanded{opacity:0}@media only screen and (max-width: 1199px){.profile-header__row_expanded{opacity:1}}.profile-header__row>div{box-sizing:border-box}.profile-header__order-number{width:163px;margin:10px 0;flex:0 0 auto}@media only screen and (max-width: 1919px){.profile-header__order-number{width:132px}}@media only screen and (max-width: 991px){.profile-header__order-number{width:90px}}.profile-header__address{width:468px;padding:10px 0;flex:0 0 auto}@media only screen and (max-width: 1919px){.profile-header__address{width:372px}}@media only screen and (max-width: 991px){.profile-header__address{width:215px}}.profile-header__date{width:231px;padding:10px 0;flex:0 0 auto}@media only screen and (max-width: 1919px){.profile-header__date{width:164px}}@media only screen and (max-width: 991px){.profile-header__date{width:138px}}.profile-header__price{font-family:Roboto,sans-serif;font-weight:400;padding:10px 0;display:flex;gap:5px;width:200px;font-size:20px;line-height:27.24px}@media only screen and (max-width: 1919px){.profile-header__price{width:67px;font-size:18px;line-height:25px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-header__price{font-size:16px;line-height:21.8px}}@media only screen and (max-width: 991px){.profile-header__price{font-size:14px;line-height:19px;width:65px}}@media only screen and (min-width: 1920px){.profile-header__price .ruble-safari{margin-top:2px}}.profile-header__price .ruble-safari svg{scale:.59}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-header__price .ruble-safari svg{scale:.57}}@media only screen and (min-width: 768px) and (max-width: 991px){.profile-header__price .ruble-safari svg{scale:.48}}.profile-header__status{width:127px;display:flex;align-items:center;padding:10px 0}@media only screen and (max-width: 991px){.profile-header__status{width:100px}}.profile-header__status .badge{max-width:127px}@media only screen and (max-width: 991px){.profile-header__status .badge{font-size:14px;padding:6px 5px;white-space:nowrap}}.profile-header__ready-time{width:18%;margin:0 40px}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-header__ready-time{width:200px;margin:0}}@media only screen and (max-width: 1199px){.profile-header__ready-time{display:none}}.profile-header__ready-time-inner{display:flex;align-items:center;gap:16px;padding:10px 0}.profile-header__ready-time-inner_md{display:none}@media only screen and (max-width: 1199px){.profile-header__ready-time-inner_md{display:flex}}.profile-header__ready-time-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:100%;flex:0 0 auto}@media only screen and (max-width: 1919px){.profile-header__ready-time-icon{width:24px;height:24px}.profile-header__ready-time-icon svg{transform:scale(.7)}}.profile-header__ready-time-icon--success{background:var(--background-button-green)}.profile-header__ready-time-icon--error{background:var(--red)}.profile-header__ready-time-info{font-size:20px;font-weight:500}@media only screen and (max-width: 1919px){.profile-header__ready-time-info{font-size:16px;line-height:22px}}.profile-header__products{grid-area:products;display:flex;align-items:center;gap:16px;transition:opacity .3s .2s ease-in-out;padding-left:170px;width:955px;overflow:hidden}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-header__products{padding-left:142px;width:902px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-header__products{padding-left:142px;width:700px}}@media only screen and (max-width: 991px){.profile-header__products{width:445px;padding-left:100px}}.profile-header__products-image{width:56px;height:56px;object-fit:cover;object-position:center;flex:0 0 56px;border-radius:8px}@media only screen and (max-width: 1919px){.profile-header__products-image{display:none}}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-header__products-image:nth-of-type(-n+9){display:inline-block}}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-header__products-image:nth-of-type(-n+7){display:inline-block}}@media only screen and (max-width: 991px){.profile-header__products-image:nth-of-type(-n+5){display:inline-block}}.profile-header__actions-md{display:flex;flex-direction:column-reverse}.profile-header__actions-md .profile-header__repeat~.profile-header__ready-time-inner{margin-bottom:12px}.profile-header__repeat{display:flex;align-items:center;transition:opacity .3s ease-in-out}.profile-header__repeat-button{width:184px;font-size:18px;line-height:25px;font-weight:400}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-header__repeat-button{font-size:16px;line-height:21.79px}}@media only screen and (max-width: 991px){.profile-header__repeat-button{width:154px}}.accordion.expanded .profile-header__repeat{opacity:0}@media only screen and (max-width: 1199px){.accordion.expanded .profile-header__repeat{display:none}}.accordion.expanded .profile-header__products{opacity:0}.profile-row__item{display:flex;gap:10px;justify-content:space-between;padding:20px 0;position:relative}.profile-row__item:first-of-type{margin-top:7px}.profile-row__item:last-of-type{padding-bottom:0}.profile-row__item:not(:last-of-type):after{content:"";position:absolute;right:0;bottom:0;width:90%;height:1px;border-bottom:1px solid rgba(0,0,0,.06)}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-row__item:not(:last-of-type):after{width:87.2%}}@media only screen and (min-width: 992px) and (max-width: 1199px){.profile-row__item:not(:last-of-type):after{width:84.2%}}@media only screen and (min-width: 768px) and (max-width: 991px){.profile-row__item:not(:last-of-type):after{width:85.2%}}.profile-row__item.disabled{filter:opacity(.4)}.profile-row__item-image{width:159px;flex:0 0 auto}.profile-row__item-image img{width:80px;height:80px;object-fit:cover;object-position:center;border-radius:16px}@media only screen and (max-width: 1919px){.profile-row__item-image{width:132px}}@media only screen and (max-width: 991px){.profile-row__item-image{width:90px}}.profile-row__item-info{width:713px;flex:0 0 auto}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-row__item-info{width:546px}}@media only screen and (max-width: 1199px){.profile-row__item-info{width:547px}}@media only screen and (max-width: 991px){.profile-row__item-info{width:363px}}.profile-row__item-title{font-family:Oswald,sans-serif;font-size:20px;line-height:24px;margin-bottom:8px;text-transform:uppercase}.profile-row__item-in-stock{color:var(--red)}.profile-row__item-volume{color:var(--gray-10)}@media only screen and (max-width: 991px){.profile-row__item-volume{font-size:14px;margin-bottom:8px}}.profile-row__item-price{font-family:Roboto,sans-serif;width:100px;font-size:18px;line-height:25px;display:flex;gap:4px}@media only screen and (max-width: 1199px){.profile-row__item-price{width:78px}}@media only screen and (max-width: 991px){.profile-row__item-price{width:56px;font-size:16px;line-height:22px}}.profile-row__item-amount{width:105px;color:var(--gray-10);text-align:right;flex:0 0 auto}@media only screen and (max-width: 991px){.profile-row__item-amount{width:62px}}.profile-row__item-empty-space{width:43%}.profile-row__button-wrapper{text-align:right;padding-bottom:16px}.profile-row__modifier{color:var(--gray-10);line-height:22px}.profile-row__modifier:not(:last-of-type){margin-bottom:4px}@media only screen and (max-width: 991px){.profile-row__modifier{font-size:14px;line-height:19px}}.profile-row__button{width:184px;font-size:18px;line-height:25px;font-weight:400}.tooltip{position:relative;display:inline-block}.tooltip__title-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:2px solid var(--gray-10);border-radius:100%;transition:background-color .3s ease-in-out}.tooltip__title-icon svg path{fill:var(--gray-10)}.tooltip__text{opacity:1;min-width:120px;width:300px;background-color:var(--gray-1);color:var(--white);border-radius:20px 20px 0;position:absolute;bottom:52px;right:16px;z-index:10;transition:opacity .3s}.tooltip__text-inner{display:block;position:relative;padding:16px 18px}.tooltip__text-inner:after{content:"";position:absolute;bottom:-14px;right:0;width:14px;height:14px;background:url(/assets/triangle-da4f618e.svg) no-repeat}.tooltip__text-title{color:var(--gray-2);font-weight:600;font-size:16px;line-height:22px;margin-bottom:10px}.tooltip__text-description{font-size:16px;line-height:22px;margin-bottom:16px}.tooltip__text-list{list-style:none;padding:0;margin:0}.tooltip__text-list-item{display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:19px;color:var(--white);margin-bottom:10px}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}:global(.tooltip-overlay .ant-tooltip .ant-tooltip-inner){background-color:red!important}.tooltip-overlay .ant-tooltip .ant-tooltip-inner{background-color:red!important}.modal{position:fixed;z-index:1001;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0006;max-height:100dvh}.modal__inner{display:flex;width:40%;height:40%;position:relative;max-height:100dvh}.modal__content{width:calc(100% - 44px);background:var(--white);position:relative;border-radius:24px;max-height:100dvh;overflow:hidden}@media only screen and (min-width: 1200px){.modal__content{width:100%}}@media only screen and (max-width: 1199px){.modal__content{width:100%}}@media only screen and (max-width: 767px){.modal__content{width:100%;height:100vh;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.modal__content .button{font-size:18px;line-height:18px}}@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767px){.modal__content .button{font-weight:600}}@media only screen and (max-width: 767px) and (max-width: 575px){.modal__content .button{font-size:16px;line-height:22px;font-weight:400}}.modal__close-wrapper{width:76px;position:relative}@media only screen and (max-width: 1919px){.modal__close-wrapper{width:54px}}@media only screen and (min-width: 768px) and (max-width: 991px){.modal__close-wrapper{width:46px;height:36px}}@media only screen and (max-width: 767px){.modal__close-wrapper{position:absolute;top:16px;right:16px;width:44px;height:44px}}.modal__close-button{width:44px;height:44px;background:transparent;border:none;padding:0;cursor:pointer;position:absolute;top:-3px;right:-33px}@media only screen and (min-width: 1200px){.modal__close-button{right:-47px}}@media only screen and (max-width: 1199px){.modal__close-button{width:36px;height:36px;right:-40px}}@media only screen and (max-width: 767px){.modal__close-button{background:var(--white);border-radius:100%;right:12px;top:20px}}@media only screen and (max-width: 767px){.modal__close-button svg{width:16.7px;height:16.7px}.modal__close-button svg path{stroke:#000}}.modal-enter-active,.modal-leave-active{transition:opacity .3s ease}.modal-enter-from,.modal-leave-to{opacity:0}.delete-profile-modal .modal__inner{width:500px;height:auto;box-sizing:border-box}@media only screen and (max-width: 767px){.delete-profile-modal .modal__inner{width:100%;height:200px;max-width:100vw;overflow-x:hidden}}.delete-profile-modal .modal__content{padding:40px;display:flex;flex-direction:column;row-gap:20px}@media only screen and (max-width: 767px){.delete-profile-modal .modal__content{width:100%;height:auto}}.delete-profile-modal .delete-profile-modal__confirmation-text{margin:0;text-align:center}.delete-profile-modal .delete-profile-modal__wrapper{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 767px){.delete-profile-modal .delete-profile-modal__wrapper{max-width:420px;width:100%;height:auto}}@media only screen and (max-width: 767px){.edit-profile[data-v-b34f97a0]{position:absolute;top:44px;right:0}}.edit-profile__buttons[data-v-b34f97a0]{display:flex;flex-direction:column;gap:4px;margin-top:8px}.edit-profile__button[data-v-b34f97a0]{width:100%;box-sizing:border-box;height:52px;padding:0;margin-bottom:0;font-size:16px;line-height:22px}.edit-profile__delete[data-v-b34f97a0]{align-self:center;margin-top:12px;padding:10px 12px;border:0;background:none;color:var(--gray-10);font-family:inherit;font-size:14px;line-height:19px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.edit-profile__delete[data-v-b34f97a0]:active{opacity:.6}.edit-profile__drawer-back-button[data-v-b34f97a0]{display:none}@media only screen and (max-width: 767px){.edit-profile__drawer-back-button[data-v-b34f97a0]{display:block;position:absolute;background-color:var(--gray-6);border-radius:100%;border:none;cursor:pointer;height:40px;width:40px}}@media only screen and (min-width: 576px) and (max-width: 767px){.edit-profile__drawer-back-button[data-v-b34f97a0]{top:44px;left:40px}}@media only screen and (max-width: 575px){.edit-profile__drawer-back-button[data-v-b34f97a0]{top:10px;left:13px}}.edit-profile__birth[data-v-b34f97a0]{position:relative}.edit-profile__tooltip[data-v-b34f97a0]{position:absolute;top:-25px;left:112px}.edit-profile__drawer-back-button svg path{fill:#000000e0}.ant-drawer.ant-drawer-open{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0006}.edit-profile__drawer{border-radius:24px 0 0 24px}@media only screen and (max-width: 767px){.edit-profile__drawer{border-radius:0}}.ant-drawer-content-wrapper{border-radius:24px 0 0 24px}.ant-drawer-wrapper-body .ant-drawer-header{border-bottom:none;padding:40px 40px 0}@media only screen and (max-width: 575px){.ant-drawer-wrapper-body .ant-drawer-header{padding:16px 16px 28px}}.ant-drawer-header-title .ant-drawer-title{font-size:32px;line-height:39px;padding-bottom:10px}@media only screen and (max-width: 767px){.ant-drawer-header-title .ant-drawer-title{text-align:center}}@media only screen and (max-width: 575px){.ant-drawer-header-title .ant-drawer-title{font-size:20px;line-height:27px}}.ant-drawer-close{position:absolute;left:-50px}.anticon-close{font-size:32px;color:var(--white)}.ant-drawer-wrapper-body .ant-drawer-body{padding:18px 40px 40px}@media only screen and (max-width: 575px){.ant-drawer-wrapper-body .ant-drawer-body{padding:16px;padding-bottom:calc(var(--bar-stack) + var(--bar-gap) + 16px)}}.ant-form .ant-form-item{margin-bottom:28px;width:100%}.ant-form .ant-form-item-label label{color:var(--gray-10);font-size:16px;line-height:22px}.ant-form .ant-form-item-control-input-content input{padding:26px 41px 27px 24px;font-size:20px;line-height:27px;background:var(--gray-6);border:none;outline:none;width:100%;border-radius:14px}.ant-form .ant-form-item-control-input-content input{border:none;outline:none;box-shadow:none}@media only screen and (max-width: 575px){.edit-profile__drawer .ant-form .ant-form-item-control-input-content input{height:56px}}@media only screen and (max-width: 575px){.edit-profile__drawer .ant-form .ant-form-item-control-input-content .ant-picker-input input{height:unset}}.ant-form .ant-form-item-control-input-content .ant-picker{padding:0 24px 0 0;font-size:20px;line-height:27px;background:var(--gray-6);border:none;outline:none;width:100%;border-radius:14px}.ant-form .ant-form-item-control-input-content .ant-picker{border:none;outline:none;box-shadow:none}.ant-form .ant-form-item-control-input-content .ant-picker input{font-family:OpenSans,sans-serif;color:var(--gray)}.ant-form .ant-form-item-control-input-content .ant-select-selector{height:80px;background:var(--gray-6);border:none;border-radius:14px}.ant-form .ant-form-item-control-input-content .ant-select-selector{border-color:transparent!important;outline:none;box-shadow:none!important}@media only screen and (max-width: 575px){.ant-form .ant-form-item-control-input-content .ant-select-selector{height:50px}}.ant-form .ant-form-item-control-input-content .ant-select-selection-item{padding:26px 41px 27px 24px;font-size:20px;line-height:27px;font-family:OpenSans,sans-serif;color:var(--gray)}@media only screen and (max-width: 575px){.ant-form .ant-form-item-control-input-content .ant-select-selection-item{padding:14px 12px;font-size:16px;line-height:22px}}.ant-form .ant-form-item-control-input-content .ant-select-arrow{color:#000000d9;transform:scaleX(1.4);right:30px}.ant-select-item .ant-select-item-option-content{height:80px;font-size:18px;padding:26px 41px 27px 24px;line-height:27px}@media only screen and (max-width: 575px){.ant-select-item .ant-select-item-option-content{height:50px;padding:14px 12px;font-size:16px;line-height:22px}}@media only screen and (max-width: 767px){.edit-profile__drawer-root .ant-drawer-content-wrapper{width:100vw!important}}.edit-profile__hide-close-button .ant-drawer-close{display:none!important}.edit-profile__drawer .ant-form .ant-form-item{margin-bottom:14px}.edit-profile__drawer .ant-form .ant-form-item-label{padding-bottom:2px}.edit-profile__drawer .ant-form .ant-form-item-label>label{height:auto;color:var(--gray-10);font-size:13px;line-height:18px}.edit-profile__drawer .ant-form .ant-form-item-control-input-content input{box-sizing:border-box;height:48px;padding:0 16px;border-radius:12px;font-size:16px;line-height:22px}@media only screen and (max-width: 575px){.edit-profile__drawer .ant-form .ant-form-item-control-input-content input{height:48px}}.edit-profile__drawer .ant-form .ant-form-item-control-input-content .ant-picker{box-sizing:border-box;height:48px;padding:0 16px 0 0;border-radius:12px}.edit-profile__drawer .ant-form .ant-picker .ant-picker-input input{height:46px;padding-left:16px;font-size:16px;line-height:22px}.edit-profile__drawer .ant-form .ant-form-item-control-input-content .ant-select-selector{height:48px;border-radius:12px}@media only screen and (max-width: 575px){.edit-profile__drawer .ant-form .ant-form-item-control-input-content .ant-select-selector{height:48px}}.edit-profile__drawer .ant-form .ant-select-selection-item{padding:0 16px;font-size:16px;line-height:48px}@media only screen and (max-width: 575px){.edit-profile__drawer .ant-form .ant-select-selection-item{padding:0 16px;font-size:16px;line-height:48px}}.edit-profile__drawer .ant-form .ant-select-arrow{right:18px}.edit-profile__drawer .ant-form input[disabled],.edit-profile__drawer .ant-form .ant-picker-disabled,.edit-profile__drawer .ant-form .ant-picker-disabled input{background:#FAFAFA;color:var(--gray-9);-webkit-text-fill-color:var(--gray-9);cursor:default}.edit-profile__drawer .ant-form .ant-picker-disabled .ant-picker-suffix{opacity:.35}.edit-profile .ant-drawer-body[data-v-b34f97a0]{border-radius:24px 0 0 24px}.notification{display:flex;align-items:center;gap:16px;padding:24px;background:rgba(227,30,37,.1);border-radius:16px}.notification__icon{background:var(--red);width:24px;height:24px;border-radius:100%;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.notification__icon svg{transform:scale(.7)}.icon-notification{display:flex;align-items:center;gap:16px}.icon-notification__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:100%;flex:0 0 auto}.icon-notification__icon--success{background:var(--background-button-green)}.icon-notification__icon--error{background:var(--red)}.icon-notification__info{font-weight:500;font-size:20px;line-height:23px}.profile-mobile-card-preview{background:var(--gray-6);border-radius:16px;padding:20px 16px}.profile-mobile-card-preview__row:not(:last-of-type){padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}.profile-mobile-card-preview__header-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.profile-mobile-card-preview__header-bottom{display:flex}.profile-mobile-card-preview__notification{margin-top:12px}.profile-mobile-card-preview__content-row{margin-bottom:12px}.profile-mobile-card-preview__content-row:first-of-type{margin-top:12px}.profile-mobile-card-preview__content-row-title{font-size:14px;line-height:19px;color:var(--gray-10);margin-bottom:8px}.profile-mobile-card-preview__content-row-text_price{font-family:Roboto,sans-serif;font-size:20px;line-height:27px;font-weight:400;display:flex;align-items:flex-end;gap:4px}.profile-mobile-card-preview__content-row-text_price .ruble{margin-top:1px}.profile-mobile-card-preview__content-row-text_price .ruble svg{transform:scale(.64)}.profile-mobile-card-preview__button{width:100%;border-radius:12px;color:var(--background-button-green)}.mobile-card-drawer{font-family:OpenSans,sans-serif}.mobile-card-drawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0 16px;padding-bottom:calc(var(--bar-stack) + var(--bar-gap) + 56px)}.mobile-card-drawer .ant-drawer-header{display:none}.mobile-card-drawer__header{display:flex;gap:50px;align-items:center;padding:10px 0;margin-bottom:16px}.mobile-card-drawer__header-text{font-size:20px;font-weight:500;line-height:27px}.mobile-card-drawer__back{width:40px;height:40px;border-radius:100%;border:0;background-color:var(--gray-6);cursor:pointer}.mobile-card-drawer__back svg path{fill:var(--black)}.mobile-card-drawer__product{display:flex;gap:12px;align-items:flex-start;padding:16px;margin-bottom:8px}.mobile-card-drawer__product:not(:first-of-type){border-top:1px solid rgba(0,0,0,.1)}.mobile-card-drawer__product-image{width:80px;height:80px;flex-shrink:0}.mobile-card-drawer__product-image img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:16px}.mobile-card-drawer__product-content-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.mobile-card-drawer__product-content{flex:1 1 auto}.mobile-card-drawer__product-title{font-family:Oswald,sans-serif;font-size:20px;line-height:24px;text-transform:uppercase;margin-bottom:8px}.mobile-card-drawer__product-amount{width:50px;color:var(--gray-10);text-align:right}.mobile-card-drawer__product-size{color:var(--gray-10);margin-bottom:8px}.mobile-card-drawer__product-price{font-family:Roboto,sans-serif;font-size:18px;line-height:25px;margin-bottom:12px;display:flex;align-items:flex-end;gap:4px}.mobile-card-drawer__product-modifier{color:var(--gray);font-size:14px;line-height:19px}.mobile-card-drawer__product-modifier:not(:last-of-type){margin-bottom:4px}.mobile-card-drawer__repeat-button{width:100%;font-size:20px;line-height:27.24px}.mobile-card-drawer__repeat-button_disabled{background-color:var(--gray-15);color:var(--gray-9);pointer-events:none}.mobile-card-drawer__item-in-stock{color:var(--red);font-size:16px;line-height:21.79px}.mobile-card-drawer_disabled{filter:opacity(.4)}.notifications-list__mobile-close-btn{width:40px;height:40px;border-radius:50%;display:none;align-items:center;justify-content:center;background:var(--gray-6);position:absolute;top:10px;left:16px}.notifications-list__mobile-close-btn svg{scale:.86}.notifications-list__mobile-close-btn svg path{stroke:#000}@media only screen and (max-width: 767px){.notifications-list__mobile-close-btn{display:flex}}.notifications-list__pagination{display:flex;gap:8px;justify-content:center}.notifications-list__pagination-item{color:#2ba800}.notifications-list__pagination-item path{fill:#000}.notifications-list__pagination-item:last-child{transform:rotate(180deg)}.notifications-list__content{display:flex;flex-direction:column;gap:28px;width:100%}@media only screen and (max-width: 1919px){.notifications-list__content{gap:17px}}@media only screen and (max-width: 767px){.notifications-list__content{gap:3px}}.notifications-list .ant-drawer-content-wrapper{width:unset!important}@media only screen and (min-width: 1200px) and (max-width: 1919px){.notifications-list .ant-drawer-content-wrapper{width:50%!important}}@media only screen and (max-width: 767px){.notifications-list .ant-drawer-content-wrapper{width:100%!important}}.notifications-list .ant-drawer-header-title .ant-drawer-title{font-weight:400;font-size:32px;line-height:43px;padding-bottom:unset}@media only screen and (max-width: 1919px){.notifications-list .ant-drawer-header-title .ant-drawer-title{font-size:20px;line-height:27px}}@media only screen and (max-width: 1919px){.notifications-list .ant-drawer-header{padding:25px 25px 0}}@media only screen and (max-width: 767px){.notifications-list .ant-drawer-header{padding:16px 16px 0}}.notifications-list .ant-drawer-content{border-radius:24px 0 0 24px}@media only screen and (max-width: 767px){.notifications-list .ant-drawer-content{border-radius:unset}}@media only screen and (max-width: 1919px){.notifications-list .ant-drawer-body{padding:18px 25px 25px}}@media only screen and (max-width: 767px){.notifications-list .ant-drawer-body{padding:18px 16px 16px;padding-bottom:calc(var(--bar-stack) + var(--bar-gap) + 16px)}}.notifications-list .ant-drawer-body:after{content:"";border-radius:24px 0 0 24px;position:absolute;bottom:0;left:0;right:0;height:25%;background:linear-gradient(to top,white,rgba(255,255,255,0));pointer-events:none}@media only screen and (max-width: 767px){.notifications-list .ant-drawer-close{display:none}}.loyalty-push{position:relative;width:858px;display:flex;gap:24px;padding:20px;background:var(--gray-6);border-radius:16px;align-items:center;box-sizing:border-box}@media only screen and (min-width: 1200px) and (max-width: 1919px){.loyalty-push{width:100%}}@media only screen and (max-width: 1919px){.loyalty-push{padding:12px;gap:15px}}@media only screen and (max-width: 1199px){.loyalty-push{width:536px}}@media only screen and (max-width: 767px){.loyalty-push{background:unset;width:100%}}.loyalty-push__dark{background:var(--gray-3);z-index:1111111111;box-shadow:0 0 10px #ffffff80;cursor:pointer}@media only screen and (max-width: 1919px){.loyalty-push__dark{width:571px}}@media only screen and (max-width: 767px){.loyalty-push__dark{margin-left:auto;margin-right:auto}}@media only screen and (min-width: 576px) and (max-width: 767px){.loyalty-push__dark{width:544px;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 575px){.loyalty-push__dark{width:346px}}.loyalty-push__img{width:111px;height:111px}@media only screen and (max-width: 1919px){.loyalty-push__img{width:70px;height:70px}}.loyalty-push__info{display:flex;flex-direction:column;gap:6px;width:min(100% - 111px - 40px,100%);word-break:break-word}@media only screen and (max-width: 1919px){.loyalty-push__info{gap:3px;width:min(100% - 111px - 40px,100%)}}.loyalty-push__title{margin:0;font-weight:600;font-size:24px;line-height:32px}@media only screen and (max-width: 1919px){.loyalty-push__title{font-size:16px;line-height:21px}}.loyalty-push__title-dark{color:var(--white)}.loyalty-push__text{margin:0;font-weight:400;font-size:18px;line-height:24px}@media only screen and (max-width: 1919px){.loyalty-push__text{font-size:12px;line-height:16px}}.loyalty-push__text-dark{color:var(--gray-2)}.loyalty-push__date{color:var(--gray)}.loyalty-push__date-dark{color:#ffffff80}.loyalty-push__link,.loyalty-push__link:hover{color:var(--background-button-green)}.loyalty-push__close-icon-container{position:absolute;top:10px;right:10px;width:20px;height:20px}.link{text-decoration:unset;text-align:center;transition:.3s;cursor:pointer;display:inline-block;box-sizing:border-box}.link--primary{font-family:Oswald,sans-serif;color:var(--card-green);text-transform:uppercase}.link--button{display:inline-flex;align-items:center;justify-content:center;position:relative;background:var(--gray-1);border-radius:100px;color:var(--white);padding:9px 17px 14px;font-size:20px;line-height:22px}@media only screen and (min-width: 992px) and (max-width: 1199px){.link--button{font-size:16px;padding:13px 17px 14px}}@media only screen and (max-width: 575px){.link--button{font-size:16px;padding:6px 14px 10px}}.link__badge{display:inline-flex;align-items:center;justify-content:center;background:var(--card-green);color:var(--white);width:25px;height:25px;border-radius:100%;font-weight:600;font-size:16px;position:absolute;top:-15px;right:14px}.link__icon{margin-right:7px}.link__text{white-space:nowrap}.link_active{background-color:var(--gray-5)!important}.social-link{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;color:var(--gray-2)}.social-link__icon-wrapper{background:var(--gray-1);width:54px;height:54px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:.3s}.social-link__icon-wrapper:hover{background:var(--gray-5)}@media only screen and (min-width: 992px) and (max-width: 1199px){.social-link__icon-wrapper{width:40px;height:40px}}.social-link__icon-wrapper-hamburger{width:40px;height:40px}.social-link__title{display:none}@media only screen and (min-width: 992px) and (max-width: 1199px){.social-link__title{display:block}}.social-link__title-hamburger{display:block}.social-link-hamburger{justify-content:unset}.back-link{display:flex;align-items:center;color:var(--white);text-decoration:none;font-weight:600;font-size:20px;line-height:20px;padding:25px 20px}@media only screen and (max-width: 991px){.back-link{padding:25px 14px;font-size:14px;line-height:14px}}.back-link svg{margin-right:4px;width:auto;height:auto;max-width:24px;max-height:24px}.empty{display:flex;align-items:center;justify-content:center}.empty>*{box-sizing:border-box}.empty__inner{text-align:center;min-height:342px}@media only screen and (max-width: 575px){.empty__inner{width:100%}}.empty__image{margin-bottom:16px}@media only screen and (min-width: 1200px) and (max-width: 1919px){.empty__image img{width:350px}}@media only screen and (max-width: 575px){.empty__image,.empty__image img{width:100%}}.empty__title{font-weight:600;font-size:20px;line-height:24px;margin-bottom:6px}.empty__text{margin-bottom:24px;color:var(--gray-10)}.empty__link{display:inline-block;background:var(--background-button-green);border-radius:40px;padding:18px;width:100%;color:var(--white);font-weight:700;font-size:20px;line-height:27px}@media only screen and (max-width: 1199px){.empty__link{font-size:16px;line-height:21.8px}}@media only screen and (max-width: 767px){.empty__link{box-sizing:border-box;width:auto;min-width:220px;padding:0 28px;height:52px;line-height:52px;font-weight:600;font-size:16px}}.profile-points-table{width:825px}@media only screen and (min-width: 1200px) and (max-width: 1919px){.profile-points-table{width:540px}}@media only screen and (max-width: 1199px){.profile-points-table{width:50%}}@media only screen and (max-width: 767px){.profile-points-table{width:100%}}.profile-points-table__row{display:flex;align-items:center;justify-content:space-between;background-color:var(--gray-6);padding:16px;font-size:18px;line-height:25px;border-radius:16px}@media only screen and (max-width: 1919px){.profile-points-table__row{font-size:12px;line-height:16px}}.profile-points-table__row:not(:last-of-type){margin-bottom:16px}@media only screen and (max-width: 1919px){.profile-points-table__row:not(:last-of-type){margin-bottom:12px}}.profile-points-table__header{background-color:var(--gray-3);color:var(--white);font-size:16px;line-height:22px;height:74px;box-sizing:border-box}@media only screen and (max-width: 1919px){.profile-points-table__header{height:54px;font-size:12px;line-height:16px}}@media only screen and (max-width: 767px){.profile-points-table__header{display:none}}.profile-points-table__value{font-weight:600}.profile-points-table__value_add{color:var(--red)}.profile-points-table__value_debiting{color:var(--background-button-green)}.title{font-family:Oswald,sans-serif;text-transform:uppercase;margin:0;color:var(--black)}@media only screen and (max-width: 575px){.title{font-weight:400}}h1.title{font-size:40px;line-height:141%}h2.title{font-size:64px}@media only screen and (min-width: 1200px) and (max-width: 1919px){h2.title{font-size:45px;line-height:67px}}@media only screen and (max-width: 991px){h2.title{font-size:48px;line-height:71px}}@media only screen and (max-width: 575px){h2.title{font-size:36px;line-height:53px}}h3.title{font-size:30px;line-height:44px}@media only screen and (min-width: 1200px) and (max-width: 1919px){h3.title{font-size:30px;line-height:36px}}@media only screen and (min-width: 992px) and (max-width: 1199px){h3.title{font-size:25px;line-height:30px}}@media only screen and (min-width: 768px) and (max-width: 991px){h3.title{font-size:30px;line-height:36px}}@media only screen and (min-width: 576px) and (max-width: 767px){h3.title{font-size:22px;line-height:27px}}@media only screen and (max-width: 575px){h3.title{font-size:18px;line-height:21px}}.profile-subpage-title[data-v-c0ea6259]{display:flex;align-items:center;gap:12px;margin-bottom:24px}.profile-subpage-title__text[data-v-c0ea6259]{margin:0}.profile-menu[data-v-5e03baa3]{display:flex;flex-direction:column;margin-top:24px}.profile-menu__item[data-v-5e03baa3]{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:18px 0;border:0;border-bottom:1px solid var(--gray-13);background:none;color:var(--black);font-family:inherit;font-size:17px;line-height:23px;text-align:left;cursor:pointer}.profile-menu__item[data-v-5e03baa3]:active{opacity:.6}.profile-menu__item_exit[data-v-5e03baa3]{margin-top:56px;color:var(--red)}.profile-menu__right[data-v-5e03baa3]{display:flex;align-items:center;gap:10px}.profile-menu__badge[data-v-5e03baa3]{min-width:22px;padding:1px 7px;border-radius:20px;background:var(--red);color:var(--white);font-size:12px;font-weight:700;line-height:18px;text-align:center}.profile-menu__arrow[data-v-5e03baa3]{flex:none;width:8px;color:var(--gray-9)}.profile-menu__arrow_down[data-v-5e03baa3]{transform:rotate(90deg);transition:transform .2s ease-in-out}.profile-menu__group_open .profile-menu__arrow_down[data-v-5e03baa3]{transform:rotate(-90deg)}.profile-menu__sub[data-v-5e03baa3]{display:flex;flex-direction:column;padding:4px 0 12px}.profile-menu__sub-item[data-v-5e03baa3]{padding:12px 0 12px 16px;border:0;background:none;color:var(--gray-5);font-family:inherit;font-size:16px;line-height:22px;text-align:left;text-decoration:none;cursor:pointer}.profile-menu__sub-item[data-v-5e03baa3]:active{opacity:.6}.add-to-cart-button__add{width:64px;height:64px;border-radius:12px;transition:background-color .3s ease-in-out;flex:0 0 auto}.add-to-cart-button__add_minus{opacity:.2}.add-to-cart-button__add.hidden{display:none}.add-to-cart-button__add:hover{background:var(--green-2)}@media only screen and (max-width: 991px){.add-to-cart-button__add:hover{background:var(--background-button-green)}}@media only screen and (min-width: 768px) and (max-width: 991px){.add-to-cart-button__add{width:44px;height:44px}}@media only screen and (min-width: 576px) and (max-width: 767px){.add-to-cart-button__add{width:47px;height:47px}}@media only screen and (max-width: 767px){.add-to-cart-button__add{width:44px;height:44px}}.add-to-cart-button__amount{animation:show-add-button .3s ease;width:64px;display:inline-flex;align-items:center;justify-content:center;color:var(--black)}.add-to-cart-button__amount.hidden{display:none}.add-to-cart-button__variable{width:64px;height:64px;display:inline-flex;align-items:center;background:rgb(245,245,245);border-radius:12px;color:var(--white);font-size:20px;line-height:121%;font-weight:500;transition:width .3s ease,background-color .3s ease}@media only screen and (max-width: 991px){.add-to-cart-button__variable{width:44px;height:44px}}.add-to-cart-button__variable.expanded{width:192px;overflow:hidden}.add-to-cart-button__variable.expanded .add-to-cart-button__add_plus{display:inline-flex;animation:show-add-button .3s ease}.add-to-cart-button__variable.expanded .add-to-cart-button__add_minus{display:inline-flex;animation:show-add-button .3s ease;opacity:1}@media only screen and (max-width: 991px){.add-to-cart-button__variable.expanded{width:133px}}@media only screen and (max-width: 991px){.add-to-cart-button__variable{font-size:13px;line-height:17px;background:var(--gray-7);color:var(--black);font-weight:400;gap:6px}}.add-to-cart-button.card__button-mobile{height:unset}@keyframes show-add-button{0%{opacity:0}to{opacity:1}}.favourite-button{position:center}.favourite-button_active path{stroke:var(--background-button-green);fill:var(--background-button-green)}.favourite-button-mini{position:relative}.favourite-button-mini svg{margin:12.5px 0 0 12.5px!important}.favourite-button-mini svg path{scale:.7}.favourite-button-mini_active svg path{transition:fill .3s ease-in-out;fill:var(--gray-10)}.cookie-consent{position:fixed;left:0;right:0;margin:0 auto;bottom:30px;z-index:1000;display:flex;justify-content:space-between;align-items:center;max-width:1639px;border-radius:16px;padding:32px;background-color:#3c3c3c99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}@media only screen and (min-width: 1200px) and (max-width: 1919px){.cookie-consent{max-width:1168px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.cookie-consent{max-width:960px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cookie-consent{max-width:736px}}@media only screen and (max-width: 767px){.cookie-consent{max-width:100%;border-radius:unset;bottom:calc(var(--bar-stack) + var(--bar-gap))}}@media only screen and (max-width: 575px){.cookie-consent{flex-direction:column;gap:16px;padding:24px 16px}}.cookie-consent__text{color:var(--white);font-weight:400;font-size:20px;line-height:27px;max-width:1170px;width:74.2857142857%;margin:0}@media only screen and (max-width: 575px){.cookie-consent__text{font-size:16px;width:100%}}.cookie-consent__button{max-width:339px;width:21.5238095238%;height:64px;font-weight:600;font-size:20px;line-height:20px;font-family:OpenSans,sans-serif}@media only screen and (max-width: 575px){.cookie-consent__button{font-size:16px;line-height:16px;width:100%;max-width:100%}}.bottom-bar[data-v-e1cf362d]{position:fixed;right:16px;bottom:32px;left:16px;z-index:200;display:flex;align-items:center;gap:12px;max-width:640px;height:70px;box-sizing:border-box;margin:0 auto;padding:8px;border-radius:113px;background:rgba(32,32,32,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 20px #00000040}@media only screen and (max-width: 767px){body.has-tab-bar .bottom-bar[data-v-e1cf362d]{bottom:calc(var(--bar-inset) + var(--tab-bar-height) + var(--bar-gap))}}.bottom-bar__body[data-v-e1cf362d]{display:flex;flex:1;align-items:center;gap:12px;min-width:0;padding:0;border:0;background:none;color:var(--white);font:inherit;text-align:left;cursor:pointer}.bottom-bar__thumbs[data-v-e1cf362d]{display:flex;flex:none;align-items:center}.bottom-bar__slot[data-v-e1cf362d]{position:relative;display:block;flex:none}.bottom-bar__slot+.bottom-bar__slot[data-v-e1cf362d]{margin-left:-14px}.bottom-bar__badge[data-v-e1cf362d]{position:absolute;z-index:3;right:-2px;bottom:-2px;display:flex;min-width:22px;height:18px;align-items:center;justify-content:center;padding:0 5px;border-radius:9px;background:var(--background-button-green, #2BA800);box-shadow:0 0 0 2px #202020e6;color:var(--white);font-family:Roboto,sans-serif;font-size:11px;font-weight:500;line-height:18px}.bottom-bar__thumb[data-v-e1cf362d]{position:relative;display:block;width:48px;height:48px;overflow:hidden;flex:none;border-radius:100%;background:var(--white);box-shadow:0 0 0 2px #202020e6}.bottom-bar__thumb_rest[data-v-e1cf362d]{display:flex;align-items:center;justify-content:center;background:var(--white);color:var(--black);font-family:Roboto,sans-serif;font-size:15px;font-weight:500;line-height:19px}.bottom-bar__thumb_rest[data-v-e1cf362d]:not(:first-child){z-index:2;margin-left:-14px}.bottom-bar__photo[data-v-e1cf362d]{display:block;width:100%;height:100%;object-fit:cover}.bottom-bar__text[data-v-e1cf362d]{display:flex;overflow:hidden;flex:1 1 auto;flex-direction:column;min-width:0;padding-left:4px}.bottom-bar__label[data-v-e1cf362d]{color:var(--gray-2);font-size:12px;line-height:16px;white-space:nowrap}.bottom-bar__total[data-v-e1cf362d]{font-family:Roboto,sans-serif;font-size:18px;line-height:25px;white-space:nowrap}.bottom-bar[data-v-e1cf362d] .button{flex:none;padding:16px 24px;font-size:16px;line-height:22px}@media only screen and (max-width: 575px){.bottom-bar[data-v-e1cf362d]{gap:8px}.bottom-bar[data-v-e1cf362d] .button{padding:14px 16px;font-size:15px}.bottom-bar .bottom-bar__thumb[data-v-e1cf362d]{width:44px;height:44px}.bottom-bar .bottom-bar__slot+.bottom-bar__slot[data-v-e1cf362d],.bottom-bar .bottom-bar__thumb_rest[data-v-e1cf362d]:not(:first-child){margin-left:-12px}.bottom-bar .bottom-bar__total[data-v-e1cf362d]{font-size:17px;line-height:23px}}.sheet-enter-active .sheet__dim[data-v-3b33844f]{transition:opacity .25s cubic-bezier(.25,.46,.45,.94)}.sheet-enter-active .sheet__panel[data-v-3b33844f]{transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.sheet-leave-active .sheet__dim[data-v-3b33844f]{transition:opacity .2s cubic-bezier(.25,.46,.45,.94)}.sheet-leave-active .sheet__panel[data-v-3b33844f]{transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.sheet-enter-from .sheet__dim[data-v-3b33844f],.sheet-leave-to .sheet__dim[data-v-3b33844f]{opacity:0}.sheet-enter-from .sheet__panel[data-v-3b33844f],.sheet-leave-to .sheet__panel[data-v-3b33844f]{transform:translateY(100%)}.sheet[data-v-3b33844f]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200}.sheet__dim[data-v-3b33844f]{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);transition:opacity .25s cubic-bezier(.25,.46,.45,.94)}.sheet__panel[data-v-3b33844f]{position:absolute;right:0;bottom:0;left:0;display:flex;max-height:88vh;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:20px 20px 0 0;background:var(--white);transition:transform .25s cubic-bezier(.25,.46,.45,.94);touch-action:pan-y;will-change:transform}.sheet__panel_dragging[data-v-3b33844f],.sheet__dim_dragging[data-v-3b33844f]{transition:none}.sheet__grip-area[data-v-3b33844f]{display:flex;height:44px;flex:none;align-items:center;justify-content:center;padding:0;border:0;background:none;cursor:pointer}.sheet__grip[data-v-3b33844f]{width:38px;height:4px;border-radius:2px;background:var(--gray-15)}.sheet__head[data-v-3b33844f]{flex:none}.sheet__body[data-v-3b33844f]{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet__foot[data-v-3b33844f]{flex:none;border-top:1px solid var(--gray-13)}@media (prefers-reduced-motion: reduce){.sheet__panel[data-v-3b33844f],.sheet-enter-active .sheet__panel[data-v-3b33844f],.sheet-leave-active .sheet__panel[data-v-3b33844f],.sheet-enter-active .sheet__dim[data-v-3b33844f],.sheet-leave-active .sheet__dim[data-v-3b33844f]{transition:none}}@media only screen and (max-width: 575px){.layout{min-width:375px}}.layout_dark{background-color:var(--gray-3)}.layout_light{background-color:var(--white)}.layout_black{background-color:var(--black)}.layout_darken{background-color:var(--gray-18)}.layout_full-height{height:auto;margin-bottom:58px}@media only screen and (min-width: 1200px) and (max-width: 1919px){.layout_full-height{margin-bottom:48px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.layout_full-height{margin-bottom:54px}}@media only screen and (min-width: 768px) and (max-width: 991px){.layout_full-height{margin-bottom:48px}}@media only screen and (min-width: 576px) and (max-width: 767px){.layout_full-height{margin-bottom:13.5px}}@media only screen and (max-width: 575px){.layout_full-height{margin-bottom:20px}}.layout_fixed{position:fixed;width:100%;left:0}.layout_fixed_top{top:0}.layout_fixed_bottom{bottom:0}.layout__container{max-width:1639px;margin:0 auto;overflow-x:hidden}@media only screen and (min-width: 1200px) and (max-width: 1919px){.layout__container{max-width:1200px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.layout__container{max-width:960px}}@media only screen and (min-width: 768px) and (max-width: 991px){.layout__container{max-width:736px}}@media only screen and (min-width: 576px) and (max-width: 767px){.layout__container{max-width:100%}}@media only screen and (max-width: 575px){.layout__container{max-width:100%}}@media only screen and (max-width: 1199px){.layout__container:after .dark{content:"";height:100%;width:16px;position:absolute;top:0;right:0;background:linear-gradient(270deg,#202020 -3.12%,rgba(32,32,32,0) 100%)}}@media only screen and (max-width: 1199px){.layout__container:before .dark{content:"";height:100%;width:16px;position:absolute;top:0;left:0;background:linear-gradient(270deg,rgba(32,32,32,0) -3.12%,#202020 100%)}}.layout__container_of-visible{overflow:visible}.layout__container-inner{padding:0 16px;position:relative}@media only screen and (min-width: 1920px){.layout__container-inner{padding:unset}}@media only screen and (min-width: 992px) and (max-width: 1199px){.layout__container-inner{padding:unset}}@media only screen and (min-width: 768px) and (max-width: 991px){.layout__container-inner{padding:unset}}#to-scroll{position:absolute;top:-80px}.loyalty-modal .modal__inner{width:657px;height:auto}.loyalty-modal .modal__content{box-sizing:border-box;padding:60px}@media only screen and (max-width: 767px){.loyalty-modal .modal__content{justify-content:unset;align-items:unset;padding:59px 24px}}.loyalty-modal .modal__close-button{right:-60px;top:0}@media only screen and (max-width: 1199px){.loyalty-modal .modal__close-button{right:-54px}}@media only screen and (max-width: 767px){.loyalty-modal .modal__close-button{top:10px;right:10px}}.loyalty-modal .modal__close-button svg{transform:scale(1.3)}.loyalty-modal__title{font-weight:500;font-size:36px;line-height:44px;margin-bottom:24px}@media only screen and (max-width: 767px){.loyalty-modal__title{margin-bottom:16px}}@media only screen and (min-width: 576px) and (max-width: 767px){.loyalty-modal__title{width:50%;font-size:28px;line-height:31px}}@media only screen and (max-width: 575px){.loyalty-modal__title{width:70%;font-size:24px;line-height:29px}}.loyalty-modal__text{font-size:20px;line-height:27px;margin-bottom:32px}.loyalty-modal__text>div{display:inline-block}@media only screen and (min-width: 576px) and (max-width: 767px){.loyalty-modal__text{font-size:18px;line-height:23px}}@media only screen and (max-width: 575px){.loyalty-modal__text{font-size:16px;line-height:21px}}.loyalty-modal .green{white-space:nowrap;font-weight:500;color:var(--background-button-green)}.loyalty-modal__button{width:100%;color:var(--background-button-green);padding:24px;font-weight:600;font-size:18px;line-height:18px}@media only screen and (max-width: 767px){.modal__content .loyalty-modal__button{font-size:18px;line-height:18px;padding:13px;height:48px;font-weight:600}}.loyalty-levels{display:flex;gap:44px}@media only screen and (max-width: 1199px){.loyalty-levels{gap:26px}}@media only screen and (max-width: 991px){.loyalty-levels{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}}@media only screen and (max-width: 575px){.loyalty-levels{grid-template-columns:repeat(1,1fr);gap:24px}}.loyalty-level{width:375px}@media only screen and (max-width: 991px){.loyalty-level{width:100%}}.loyalty-level__card{box-sizing:border-box;padding:24px;display:flex;flex-direction:column;gap:78px;border-radius:14px;margin-bottom:32px}@media only screen and (max-width: 1199px){.loyalty-level__card{gap:60px}}@media only screen and (max-width: 991px){.loyalty-level__card{margin-bottom:20px}}@media only screen and (max-width: 575px){.loyalty-level__card{gap:67px;margin-bottom:12px}}.loyalty-level:nth-of-type(1) .loyalty-level__card{background-color:var(--gray-1)}.loyalty-level:nth-of-type(2) .loyalty-level__card{background-color:var(--green-3)}.loyalty-level:nth-of-type(3) .loyalty-level__card{background-color:var(--background-green)}.loyalty-level:nth-of-type(4) .loyalty-level__card{background-color:var(--red2)}.loyalty-level__title{font-weight:700;font-size:24px;line-height:140%}@media only screen and (min-width: 1200px) and (max-width: 1919px){.loyalty-level__title{font-size:22px}}@media only screen and (max-width: 1199px){.loyalty-level__title{font-size:18px}}@media only screen and (max-width: 991px){.loyalty-level__title{font-size:22px}}@media only screen and (max-width: 575px){.loyalty-level__title{font-size:24px}}@media only screen and (max-width: 575px){.loyalty-level__cash-back{font-size:14px}}.loyalty-level__cash-back-value{font-family:Oswald,sans-serif;font-weight:600;font-size:40px;line-height:121%}@media only screen and (max-width: 1199px){.loyalty-level__cash-back-value{font-size:36px}}@media only screen and (max-width: 575px){.loyalty-level__cash-back-value{font-size:40px}}.loyalty-level__footnote{margin-top:12px}@media only screen and (max-width: 1199px){.loyalty-level__footnote{font-size:13px}}.loyalty-level__text{font-size:18px;line-height:140%}@media only screen and (max-width: 1199px){.loyalty-level__text{font-size:16px}}@media only screen and (max-width: 575px){.loyalty-level__text{font-size:18px}}.loyalty-level__block{margin-bottom:140px}.loyalty-info-wrapper{width:100%}.loyalty-info{display:flex;flex-direction:column;padding:18px 20px;background:var(--gray-6);border-radius:20px;box-sizing:border-box;gap:9px;position:relative;width:100%;height:100%}@media only screen and (max-width: 1919px){.loyalty-info{max-width:100%}}@media only screen and (max-width: 991px){.loyalty-info{padding:16px 12px}}@media only screen and (max-width: 767px){.loyalty-info{gap:12px;max-width:100%}}.loyalty-info *{box-sizing:border-box}.loyalty-info__header{display:flex;gap:12px;align-items:baseline;justify-content:space-between}@media only screen and (max-width: 767px){.loyalty-info__header{justify-content:space-between}}.loyalty-info__header-left{display:flex;gap:12px;align-items:baseline}@media only screen and (max-width: 1919px){.loyalty-info__header-left{gap:8px}}.loyalty-info__title{font-size:20px;line-height:121%;color:var(--black);font-weight:600}@media only screen and (max-width: 1919px){.loyalty-info__title{font-size:14px;line-height:17px}}@media only screen and (max-width: 991px){.loyalty-info__title{font-size:18px;margin:3px 0 12px}.loyalty-info__title span{display:none}}.loyalty-info__cashback{font-size:14px;line-height:121%;color:var(--background-button-green);font-weight:600}@media only screen and (max-width: 1919px){.loyalty-info__cashback{font-size:10px}}@media only screen and (max-width: 767px){.loyalty-info__cashback{font-weight:400}}.loyalty-info__cashback span{font-size:22px;line-height:27px;font-weight:600;font-family:Oswald,sans-serif}@media only screen and (max-width: 1919px){.loyalty-info__cashback span{font-size:16px;line-height:19px}}.loyalty-info__share{cursor:pointer}.loyalty-info__link{color:var(--background-green);text-align:left;text-decoration:underline;font-size:14px;line-height:14px;font-weight:400}@media only screen and (max-width: 1919px){.loyalty-info__link{font-size:11px;line-height:14px}}.loyalty-info__loader-container{width:100%;height:88px;position:relative}@media only screen and (min-width: 1200px) and (max-width: 1919px){.loyalty-info__loader-container{height:83px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.loyalty-info__loader-container{height:70px}}@media only screen and (min-width: 768px) and (max-width: 991px){.loyalty-info__loader-container{height:83px}}@media only screen and (max-width: 767px){.loyalty-info__loader-container{height:70px}}.loyalty-info__loader{position:absolute;margin:0 auto;left:0;right:0;width:fit-content}.loyalty-info__footer{box-sizing:border-box;display:flex;justify-content:space-between;width:100%}@media only screen and (min-width: 992px) and (max-width: 1199px){.loyalty-info__footer{width:calc(100% - 40px);position:absolute;bottom:24px}}@media only screen and (max-width: 991px){.loyalty-info__footer{flex-direction:column}}.loyalty-info__progress-title{display:flex;align-items:center;justify-content:space-between;font-weight:500;margin-bottom:8px}@media only screen and (max-width: 1919px){.loyalty-info__progress-title{font-size:12px;line-height:16px}}.loyalty-info__progress-title-value{display:flex;align-items:center;font-family:Roboto,sans-serif}@media only screen and (max-width: 1919px){.loyalty-info__progress-title-value .ruble-safari{transform:scale(.78)}}.loyalty-info__progress-bar{width:100%;height:3px;background-color:#2ba80026;border-radius:31px;position:relative;margin-bottom:8px}.loyalty-info__progress-bar-fill{position:absolute;left:0;top:0;width:0;height:3px;border-radius:31px;background-color:var(--background-button-green);max-width:100%}.loyalty-info__levels{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:8px}.loyalty-info__level{padding:0 16px;display:flex;flex-direction:column;align-items:center;position:relative}.loyalty-info__level:not(:last-of-type):after{content:"";position:absolute;right:0;top:calc(50% - 7px);width:1px;height:15px;background-color:#00000014}.loyalty-info__level-title{font-weight:600;font-size:16px;line-height:19px}@media only screen and (max-width: 1919px){.loyalty-info__level-title{font-size:12px;line-height:14px}}.loyalty-info__level-text{font-family:Roboto,sans-serif;color:var(--gray-9);font-size:12px;line-height:18px;display:flex;align-items:center;text-align:center}@media only screen and (max-width: 1919px){.loyalty-info__level-text{font-size:9px;line-height:13px}}.loyalty-info__level-text .ruble-safari{margin-top:1px}.loyalty-info__level-text .ruble-safari svg{transform:scale(.7)}.loyalty-info__level-text .ruble-safari svg path{fill:var(--gray-9)}.loyalty-info__text{font-size:12px;line-height:16px;text-align:center;color:var(--gray-10)}@media only screen and (max-width: 1919px){.loyalty-info__text{font-size:9px;line-height:13px}}@media only screen and (max-width: 767px){.loyalty-info__text{display:none}}.loyalty-info__text_mobile{display:none}.loyalty-info__text_mobile .ruble-safari svg{transform:unset!important}@media only screen and (max-width: 767px){.loyalty-info__text_mobile{display:block;font-size:15px;line-height:20px;margin-top:8px}}@media only screen and (min-width: 576px) and (max-width: 767px){.loyalty-info__text_mobile p:first-child{max-width:70%;margin:0 auto}}.loyalty-info__text p{margin:0}.loyalty-info__text p:first-of-type{margin-bottom:3px}.loyalty-info__text span{color:var(--black);display:inline-flex;align-items:center;font-family:Roboto,sans-serif}.loyalty-info__text .ruble-safari svg{transform:scale(.78)}@media only screen and (max-width: 1919px){.loyalty-info__text .ruble-safari svg{transform:scale(.7)}}.loyalty-qr-code{display:flex;align-items:center;gap:12px}.loyalty-qr-code__image{flex:0 0 auto;width:100px;height:100px;border:none;background-color:transparent;cursor:pointer}.loyalty-qr-code__image img{width:100%;height:100%}.loyalty-qr-code__text{color:var(--gray-10)}@media only screen and (max-width: 1199px){.loyalty-qr-code__text{max-width:200px}}.loyalty-qr-code__modal .modal__inner{width:700px;height:auto}.loyalty-qr-code__modal .modal__content{display:flex;justify-content:flex-end;align-items:center;padding:40px}.loyalty-qr-code-detail-mobile{box-sizing:border-box;display:flex;align-items:flex-end;position:fixed;left:0;bottom:0;width:100vw;height:100vh;z-index:1200;background-color:#0003;opacity:1;visibility:visible;transition:opacity .25s ease-out}.loyalty-qr-code-detail-mobile.hidden{visibility:hidden;opacity:0;pointer-events:none}.loyalty-qr-code-detail-mobile__inner{box-sizing:border-box;background-color:var(--white);border-radius:24px 24px 0 0;width:100%;height:678px;max-height:678px;position:absolute;bottom:0;left:0;animation:slide-down .3s linear both}@media only screen and (max-width: 575px){.loyalty-qr-code-detail-mobile__inner{height:639px;max-height:639px}}.loyalty-qr-code-detail-mobile.hidden .loyalty-qr-code-detail-mobile__inner{animation:slide-up .3s linear both}@media only screen and (max-width: 575px){.loyalty-qr-code-detail-mobile__inner{border-radius:24px 24px 0 0}}.loyalty-qr-code-detail-mobile__content{max-width:375px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.loyalty-qr-code-detail-mobile__line{box-sizing:border-box;padding:8px;position:relative;width:100%}.loyalty-qr-code-detail-mobile__line:before{content:"";position:absolute;top:8px;left:calc(50% - 56px);height:2px;width:112px;background-color:#d9d9d9}@media only screen and (max-width: 1199px){.loyalty-qr-code-detail{width:375px}}@media only screen and (max-width: 767px){.loyalty-qr-code-detail{width:unset}}.loyalty-qr-code-detail__title{text-align:center;padding:10px 16px;font-family:Oswald,sans-serif;font-size:24px;line-height:29px;text-transform:uppercase}.loyalty-qr-code-detail__text{font-size:13px;line-height:18px;padding:8px 16px}.loyalty-qr-code-detail__image{text-align:center}@media only screen and (max-width: 1199px){.loyalty-qr-code-detail__image{position:absolute;top:calc(50% - 112px);left:40px}}@media only screen and (max-width: 767px){.loyalty-qr-code-detail__image{position:unset}}.loyalty-qr-code-detail__image img{width:250px;height:250px}@media only screen and (max-width: 1199px){.loyalty-qr-code-detail__image img{width:223px;height:223px}}.loyalty-qr-code-detail__points{margin-top:16px}.loyalty-qr-code-detail__points-title{font-size:20px;line-height:18px;padding:8px 16px;text-align:center}.loyalty-qr-code-detail__points-value{text-align:center;color:var(--background-button-green);font-family:Oswald,sans-serif;font-size:32px;line-height:39px;font-weight:600}.loyalty-qr-code-detail__privilege{margin-top:16px}.loyalty-qr-code-detail__privilege-title{padding:8px 16px;font-weight:600}.loyalty-qr-code-detail__privilege-list{margin:0;list-style:none;padding-left:16px}.loyalty-qr-code-detail__privilege-item{position:relative;padding-left:32px}@media only screen and (max-width: 1199px){.loyalty-qr-code-detail__privilege-item:not(:last-of-type){margin-bottom:11px}}.loyalty-qr-code-detail__privilege-item:before{content:"";position:absolute;top:6px;left:6px;width:12px;height:12px;background-color:var(--background-button-green);border-radius:100%}@keyframes slide-down{0%{visibility:hidden;height:0}to{visibility:visible;height:678px;@media only screen and (max-width: 575px){height:639px}}}@keyframes slide-up{0%{visibility:visible;height:678px;@media only screen and (max-width: 575px){height:639px}}to{visibility:hidden;height:0}}.loyalty-deposit{padding:24px 20px;background:var(--gray-6);border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:14px;justify-content:space-between;flex:0 0 auto}@media only screen and (max-width: 1919px){.loyalty-deposit{padding:17px 14px}}@media only screen and (max-width: 767px){.loyalty-deposit{padding:16px 12px}}.loyalty-deposit__body{display:flex;flex-direction:column;width:100%}@media only screen and (max-width: 1199px){.loyalty-deposit__body{align-items:center}}.loyalty-deposit__loader-container{width:171px;height:96px;position:relative}@media only screen and (max-width: 1919px){.loyalty-deposit__loader-container{height:68px}}@media only screen and (min-width: 1200px) and (max-width: 1919px){.loyalty-deposit__loader-container{width:155px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.loyalty-deposit__loader-container{width:436px}}@media only screen and (min-width: 768px) and (max-width: 991px){.loyalty-deposit__loader-container{width:324px}}@media only screen and (max-width: 767px){.loyalty-deposit__loader-container{width:100%}}.loyalty-deposit__loader{position:absolute;margin:0 auto;left:0;right:0;width:fit-content}.loyalty-deposit__deposit,.loyalty-deposit__points{display:flex;align-items:center;gap:8px;height:48px}@media only screen and (max-width: 1919px){.loyalty-deposit__deposit,.loyalty-deposit__points{height:34px}}@media only screen and (max-width: 1199px){.loyalty-deposit__deposit,.loyalty-deposit__points{display:inline-flex}}.loyalty-deposit__deposit-icon{display:flex;align-items:center;justify-content:center}.loyalty-deposit__deposit-icon_padding{width:24px;height:24px}@media only screen and (max-width: 1919px){.loyalty-deposit__deposit-icon svg{scale:.7}}@media only screen and (max-width: 1919px){.loyalty-deposit__deposit-title,.loyalty-deposit__points-title{font-size:11px;line-height:15px}}@media only screen and (max-width: 991px){.loyalty-deposit__deposit-title,.loyalty-deposit__points-title{font-size:14px}}.loyalty-deposit__deposit-value,.loyalty-deposit__points-value{font-family:Roboto,sans-serif;font-weight:400;font-size:18px;line-height:121%;color:var(--background-button-green);display:flex;align-items:center}@media only screen and (max-width: 1919px){.loyalty-deposit__deposit-value,.loyalty-deposit__points-value{font-size:15px;line-height:20px}}@media only screen and (max-width: 991px){.loyalty-deposit__deposit-value,.loyalty-deposit__points-value{font-size:16px}}@media only screen and (max-width: 767px){.loyalty-deposit__deposit-value .ruble-safari svg,.loyalty-deposit__points-value .ruble-safari svg{margin-top:1px}}.loyalty-deposit__deposit-value .ruble-safari svg path,.loyalty-deposit__points-value .ruble-safari svg path{fill:var(--background-button-green)}.loyalty-deposit__points-icon{display:flex;align-items:center;justify-content:center}.loyalty-deposit__points-icon_padding{width:24px;height:24px}.loyalty-deposit__points-icon-round{display:inline-block;width:12px;height:12px;border-radius:100%;background-color:var(--background-button-green)}@media only screen and (max-width: 1919px){.loyalty-deposit__points-icon-round{width:9px;height:9px}}.loyalty-deposit__update{text-align:center;width:100%}.loyalty-deposit__update .button{height:60px;width:100%}@media only screen and (max-width: 1919px){.loyalty-deposit__update .button{font-size:13px;line-height:13px;height:43px}}.loyalty-referral{display:flex;flex-direction:column;align-items:center;padding:60px 56.5px}@media only screen and (max-width: 767px){.loyalty-referral{padding:0 16px 32px}}.loyalty-referral__btn{cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.loyalty-referral__title{margin:0;font-weight:500;font-size:36px;line-height:43px}@media only screen and (max-width: 767px){.loyalty-referral__title{font-size:20px;line-height:24px}}.loyalty-referral__qr{width:250px;height:250px;margin:32px 0}@media only screen and (max-width: 767px){.loyalty-referral__qr{margin:26px 0}}.loyalty-referral__text{margin:0;font-weight:400;font-size:20px;line-height:27px;text-align:center}@media only screen and (max-width: 767px){.loyalty-referral__text{font-size:16px;line-height:21px}}.loyalty-referral__text-bonus{color:var(--background-button-green)}.loyalty-referral__share-btn{width:100%;height:68px;margin-top:32px}@media only screen and (max-width: 767px){.loyalty-referral__share-btn{margin-top:52px;height:44px;border-radius:12px}}.loyalty-referral__close-btn-mobile{width:100%;height:18px;display:none;align-items:center;justify-content:center;margin-bottom:10px}@media only screen and (max-width: 767px){.loyalty-referral__close-btn-mobile{display:flex}}.loyalty-referral__close-btn-mobile-inner{width:32.361516035%;height:2px;background:#D9D9D9}@media only screen and (max-width: 767px){.loyalty-referral__modal{bottom:0;height:auto;border-radius:16px 16px 0 0;align-items:flex-end}}.loyalty-referral__modal .modal__inner{width:unset;height:unset;max-width:657px}@media only screen and (max-width: 767px){.loyalty-referral__modal .modal__inner{max-width:unset;width:100%}}@media only screen and (max-width: 767px){.loyalty-referral__modal .modal__content{height:unset;border-radius:16px 16px 0 0}}@media only screen and (max-width: 767px){.loyalty-referral__modal .modal__close-button{display:none}}.update-balance-button{width:128px;height:44px}@media only screen and (max-width: 991px){.update-balance-button{width:100%}}.update-balance-button .button__text{font-size:16px;line-height:16px;font-weight:500;color:var(--background-button-green)}@media only screen and (max-width: 991px){.update-balance-button .button__text{font-weight:600}}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.loading .button__icon{-webkit-animation:rotating 1s linear infinite;-moz-animation:rotating 1s linear infinite;-ms-animation:rotating 1s linear infinite;-o-animation:rotating 1s linear infinite;animation:rotating 1s linear infinite}.loyalty-card[data-v-183a5767]{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.loyalty-card__loading[data-v-183a5767]{margin:0;padding:24px 0;color:var(--gray-10);font-size:16px;line-height:22px;text-align:center}.loyalty-card__link[data-v-183a5767]{width:100%}.loyalty-card__code[data-v-183a5767] .loyalty-qr-code-detail__points{display:none}.loyalty-card__code[data-v-183a5767] .loyalty-qr-code-detail__image{display:flex;justify-content:center}.loyalty-card__code[data-v-183a5767] .loyalty-qr-code-detail__image img{width:100%;max-width:260px;height:auto}.tab-bar[data-v-256183e0]{position:fixed;right:var(--bar-inset);bottom:var(--bar-inset);left:var(--bar-inset);z-index:1100;display:none;height:var(--tab-bar-height);box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 8px;border-radius:100px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px #0000002e}@media only screen and (max-width: 767px){.tab-bar[data-v-256183e0]{display:flex}}.tab-bar__item[data-v-256183e0]{display:flex;flex:1 1 0;align-items:center;justify-content:center;padding:0;border:0;background:none;color:var(--gray-10);cursor:pointer}.tab-bar__icon[data-v-256183e0]{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:100%;transition:background-color .2s ease-in-out,color .2s ease-in-out,transform .12s ease-out}.tab-bar__icon svg[data-v-256183e0]{width:26px;height:26px}.tab-bar__item:active .tab-bar__icon[data-v-256183e0]{transform:scale(.86)}.tab-bar__item_card[data-v-256183e0]{flex:1.5 1 0}.tab-bar__icon_card[data-v-256183e0]{width:62px;border-radius:100px}.tab-bar__icon_card svg[data-v-256183e0]{width:30px;height:30px}.tab-bar__item_active[data-v-256183e0]{color:var(--point-open)}.tab-bar__item_active .tab-bar__icon[data-v-256183e0]{background:var(--point-open-bg)}.navigators-sheet[data-v-e58bf870]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;background:rgba(0,0,0,.35)}.navigators-sheet__panel[data-v-e58bf870]{width:100%;max-height:92%;box-sizing:border-box;overflow-y:auto;background:var(--white);border-radius:20px 20px 0 0;padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:8px;transition:transform .25s cubic-bezier(.25,.46,.45,.94);animation:navigators-sheet-rise-e58bf870 .25s cubic-bezier(.25,.46,.45,.94);will-change:transform;touch-action:pan-y}@media only screen and (max-width: 767px){.navigators-sheet__panel[data-v-e58bf870]{padding-bottom:calc(var(--bar-inset) + var(--tab-bar-height) + 24px)}}.navigators-sheet__panel_dragging[data-v-e58bf870]{transition:none;animation:none}.navigators-sheet__grip[data-v-e58bf870]{width:36px;height:4px;margin:0 auto 8px;border-radius:2px;background:var(--gray-13)}.navigators-sheet__title[data-v-e58bf870]{text-align:center;font-size:16px;line-height:22px;font-weight:700}.navigators-sheet__place[data-v-e58bf870]{display:flex;align-items:center;justify-content:center;gap:6px;margin:2px 0 8px;color:var(--black);font-size:15px;line-height:20px;font-weight:600}.navigators-sheet__pin[data-v-e58bf870]{flex:none;color:var(--background-button-green)}.navigators-sheet__item[data-v-e58bf870]{display:block;width:100%;box-sizing:border-box;padding:16px;border:0;border-radius:14px;background:var(--gray-11);color:var(--black);font-family:inherit;font-size:16px;line-height:22px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer}.navigators-sheet__item_cancel[data-v-e58bf870]{background:none;color:var(--gray-10);font-weight:400}@keyframes navigators-sheet-rise-e58bf870{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.navigators-sheet__panel[data-v-e58bf870]{animation:none;transition:none}}.vue-notification-group{top:0!important;left:0!important;right:0!important;width:100%!important;z-index:300}.notifications-undo .vue-notification-wrapper{overflow:visible}.notifications-undo .vue-notification-group{top:auto!important;right:var(--bar-inset)!important;bottom:calc(var(--bar-inset) + var(--bar-gap))!important;left:var(--bar-inset)!important;width:auto!important;max-width:640px;margin:0 auto;z-index:300}body.has-cart-bar .notifications-undo .vue-notification-group{bottom:calc(var(--bar-inset) + var(--order-bar-height) + var(--bar-gap))!important}@media only screen and (max-width: 767px){body.has-tab-bar .notifications-undo .vue-notification-group{bottom:calc(var(--bar-stack) + var(--bar-gap))!important}}.undo-notification{display:flex;align-items:center;gap:6px;width:100%;box-sizing:border-box;padding:12px 12px 12px 16px;border-radius:113px;background:rgba(32,32,32,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 20px #00000040;color:var(--white);font-size:14px;line-height:19px}.undo-notification__title{font-weight:700;white-space:nowrap}.undo-notification__dot{opacity:.6}.undo-notification__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gray-2)}.undo-notification__action{flex:none;margin-left:auto;padding:6px 16px;border:0;border-radius:113px;background:var(--background-button-green);color:var(--white);font:inherit;font-size:14px;font-weight:700;line-height:19px;cursor:pointer}.loyalty-push-container{position:fixed;z-index:1150;display:flex;bottom:calc(var(--bar-stack) + 39px);flex-direction:column;gap:14px;padding:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;align-items:flex-start}.push-notification{display:flex;align-items:center;gap:6px;width:100%;box-sizing:border-box;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px));color:var(--white);font-size:14px;line-height:19px}.push-notification.success{background:var(--background-button-green)}.push-notification.error{background:var(--red)}.push-notification.info{background:var(--gray-3)}.push-notification__action{flex:none;margin-left:auto;padding:4px 14px;border:1px solid rgba(255,255,255,.7);border-radius:113px;background:none;color:var(--white);font:inherit;font-size:14px;font-weight:700;line-height:19px;cursor:pointer}.push-notification__icon{display:flex;flex:none;align-items:center;justify-content:center;margin-left:auto;width:20px;height:20px}.push-notification__icon svg{width:20px;height:20px}.push-notification__title{font-weight:700;color:var(--white);white-space:nowrap}.push-notification__dot{opacity:.6}.push-notification__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--white)}@media only screen and (min-width: 768px){body.has-cart-bar .dev-build-stamp{bottom:calc(var(--bar-inset) + var(--order-bar-height) + var(--bar-gap))}}@media only screen and (min-width: 768px){body.has-cart-bar .loyalty-push-container{bottom:132px}}@media only screen and (max-width: 767px){body.has-tab-bar{--bar-stack: calc(var(--bar-inset) + var(--tab-bar-height))}body.has-tab-bar.has-cart-bar{--bar-stack: calc( var(--bar-inset) + var(--tab-bar-height) + var(--bar-gap) + var(--order-bar-height) )}body.has-tab-bar{padding-bottom:var(--bar-stack)}}.dev-build-stamp{position:fixed;left:50%;transform:translate(-50%);bottom:0;z-index:9999;padding:2px 10px;border-radius:6px 6px 0 0;background:rgba(0,0,0,.55);color:#9ad76f;font-size:10px;line-height:1.2;letter-spacing:.02em;opacity:.75;pointer-events:none;font-variant-numeric:tabular-nums}.__ymap{color:#000;position:relative}.__ymap_container{width:100%;height:100%}.__ymap_slots{display:none}.__ymap--grab [class$=main-engine-container] canvas{cursor:grab}.__ymap--grabbing:focus [class$=main-engine-container] canvas,.__ymap--grabbing:active [class$=main-engine-container] canvas{cursor:grabbing}@font-face{font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(/assets/OpenSans-Regular-0ffc6d3e.woff2) format("woff2"),url(/assets/OpenSans-Regular-fc875d65.woff) format("woff"),url(/assets/OpenSans-Regular-abe9a73c.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(/assets/OpenSans-Medium-35a0fac0.woff2) format("woff2"),url(/assets/OpenSans-Medium-e01c6308.woff) format("woff"),url(/assets/OpenSans-Medium-0ac55b07.ttf) format("ttf");font-weight:500;font-style:normal}@font-face{font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(/assets/OpenSans-SemiBold-c0bfea5c.woff2) format("woff2"),url(/assets/OpenSans-SemiBold-e740912f.woff) format("woff"),url(/assets/OpenSans-SemiBold-07233a7b.ttf) format("ttf");font-weight:600;font-style:normal}@font-face{font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(/assets/OpenSans-Bold-c139d083.woff2) format("woff2"),url(/assets/OpenSans-Bold-afd501ab.woff) format("woff"),url(/assets/OpenSans-Bold-a1993fba.ttf) format("ttf");font-weight:700;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald Regular"),local("Oswald-Regular"),url(/assets/Oswald-Regular-1bafb0e1.woff2) format("woff2"),url(/assets/Oswald-Regular-4943067a.woff) format("woff"),url(/assets/Oswald-Regular-e2ecf587.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald Light"),local("Oswald-Light"),url(/assets/Oswald-Light-83aca9f9.woff2) format("woff2"),url(/assets/Oswald-Light-eaace90a.woff) format("woff"),url(/assets/Oswald-Light-bb09c4d9.ttf) format("ttf");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:local("Oswald Light"),local("Oswald-Light"),url(/assets/Roboto-Regular-648f1dcd.woff2) format("woff2"),url(/assets/Roboto-Regular-b117c6e0.woff) format("woff"),url(/assets/Roboto-Regular-4e147ab6.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:local("Oswald Light"),local("Oswald-Light"),url(/assets/Roboto-Medium-b644a896.woff2) format("woff2"),url(/assets/Roboto-Medium-d4ae4125.woff) format("woff"),url(/assets/Roboto-Medium-9d0d55a3.ttf) format("ttf");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:local("Oswald Light"),local("Oswald-Light"),url(/assets/Roboto-Bold-fb13c3a1.woff2) format("woff2"),url(/assets/Roboto-Bold-4370b2c0.woff) format("woff"),url(/assets/Roboto-Bold-ec685a46.ttf) format("ttf");font-weight:600;font-style:normal}:root{--background: #FFFFFF;--black: #000000;--white: #FFFFFF;--grey-text: #474747;--grey-card-text: #BABABA;--gray: #3B3B3B;--gray-1: #3C3C3C;--gray-2: #C7C7C7;--gray-3: #202020;--gray-4: #C2C2C2;--gray-5: #6B6B6B;--gray-6: #F5F5F5;--gray-7: #E4E4E4;--gray-8: #6E6E6E;--gray-9: #9B9B9B;--gray-10: #7D7D7D;--gray-11: #F2F2F7;--gray-12: #F8F8F8;--gray-13: rgba(0, 0, 0, .08);--gray-14: rgba(0, 0, 0, 1);--gray-15: #E5E5EA;--gray-16: #EBEBEB;--gray-17: #BDBDBD;--gray-18: #161616;--grey: #808080;--background-green: #014B01;--background-button-green: #2BA800;--card-green: #35CE00;--card-border-green: #32C200;--menu-color: #014B01;--link-background: #CFFFDA;--icon-color: #299F00;--green-1: #77E052;--green-2: #038300;--green-3: #009746;--red: #FF453A;--red2: #FF0004;--orange: #FF9500;--point-open: #2F6B14;--point-open-bg: rgba(90, 175, 46, .16);--point-open-bg-soft: rgba(90, 175, 46, .08);--point-soon: #C98A16;--point-closed: #A32C22;--point-closed-bg: rgba(163, 44, 34, .12);--bar-inset: 24px;--tab-bar-height: 64px;--order-bar-height: 70px;--bar-gap: 8px;--bar-stack: 0px;--address-bar-height:calc(71px + env(safe-area-inset-top, 0px))}:root{font-family:OpenSans,sans-serif;line-height:1.5;font-weight:400;font-size:16px;color:var(--black)}html,body{background:var(--gray-3);overscroll-behavior-y:none}body{margin:0;padding:0;box-sizing:border-box;max-width:100vw;overflow-x:hidden;overflow-x:clip;font-family:OpenSans,sans-serif}@media (max-width: 767px){html,body,*{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{display:none}}input::-webkit-contacts-auto-fill-button{visibility:hidden;position:absolute;right:0;display:none!important;pointer-events:none}#app{min-height:100vh;background:var(--gray-3)}#captcha-container.smart-captcha{width:0;height:0}.no-wrap{white-space:nowrap}body.has-cart-bar .actions .basket{display:none}@media only screen and (max-width: 767px){#app:has(.page-bottom-fill){display:flex;flex-direction:column}body .page-bottom-fill{flex:1 0 auto;margin-bottom:calc(-1 * var(--bar-stack));padding-bottom:calc(var(--bar-stack) + 57px)}body .page-top-bar{position:sticky;z-index:140;top:0}}@media only screen and (max-width: 767px){body{-webkit-user-select:none;user-select:none}*{-webkit-tap-highlight-color:transparent}input,textarea,[contenteditable],.detailed-modal__info-description,.detailed-modal__info-values,.seo-text,.news-item,.culture-page__text,.contacts-page{-webkit-user-select:text;user-select:text}}@media only screen and (max-width: 767px){html{touch-action:manipulation}}
