.app{background-color:#fff}.app__wrapper{display:flex;flex-direction:column;min-height:100vh}.app__top{flex-grow:1;display:flex;flex-direction:column}.app__main{flex-grow:1;display:flex;flex-direction:column;gap:24px;padding:32px 0}.home-page{display:flex;flex-direction:column;gap:40px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;border:none;border-radius:12px;padding:8px 16px;font-family:inherit;font-size:18px;font-weight:400;line-height:normal;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .2s}.button__icon{display:inline-flex;flex-shrink:0}.button__icon svg{width:16px;height:16px}.button_size_medium{padding:10px 20px;font-size:22px}.button_size_medium .button__icon svg{width:20px;height:20px}.button_size_large{padding:12px 24px;font-size:24px}.button_size_large .button__icon svg{width:24px;height:24px}.button_type_primary{background-color:#2196f3;color:#fff}.button_type_primary:hover{background-color:#1e88e5}.button_type_secondary{background-color:#fff;color:#000;border:1.5px solid #2196F3}.button_type_secondary:hover{background-color:#e3f2fd}.button:disabled{opacity:.6;cursor:default}.account-information{padding:12px;border-radius:12px;background-color:#fafafa}.account-information__wrapper{display:flex;flex-direction:column;gap:8px}.account-information__body{display:flex;flex-direction:column;gap:4px}.account-information__title{font-size:18px;font-weight:500}.account-information__text{font-size:18px;font-weight:400}.account-loading__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading{display:flex;flex-grow:1}.loading__wrapper{display:flex;flex-direction:column;gap:8px;align-items:center;flex-grow:1;justify-content:center}.loading__description{font-size:18px;font-weight:300}.faq__wrapper,.faq__items{display:flex;flex-direction:column;gap:12px}.faq__item{background-color:#fafafa;border-radius:12px;padding:12px}.faq__question{display:flex;align-items:center;gap:12px;list-style:none;cursor:pointer}.faq__question::-webkit-details-marker{display:none}.faq__question-text{flex-grow:1;font-size:18px;font-weight:400}.faq__icon{flex-shrink:0;width:16px;height:16px;color:#000;transition:transform .2s}.faq__item[open] .faq__icon{transform:rotate(180deg)}.faq__answer{padding-top:12px;font-size:18px;font-weight:400;color:#616161}.section-header{display:flex;flex-direction:column;gap:4px}.section-header__title{font-size:28px;font-weight:500}.section-header__subtitle{font-size:22px;font-weight:400}.footer{background-color:#2196f3;color:#fff}.footer__wrapper{padding:24px 0;display:flex;flex-direction:column;gap:24px}.footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer__link,.footer__text{font-size:18px;font-weight:400;color:inherit}.footer__link{text-decoration:none}.footer__link:hover{text-decoration:underline}.header{background-color:#2196f3;color:#fff}.header__wrapper{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0}.header__title{font-size:20px;font-weight:500;color:inherit;text-decoration:none;white-space:nowrap}.header__nav{margin-left:auto;display:flex;align-items:center;gap:12px}.header__link{font-size:18px;font-weight:400;color:inherit;text-decoration:none;white-space:nowrap}.header__link:hover{text-decoration:underline}.header__languages{display:flex;align-items:center;gap:8px}.header__language{font-size:18px;font-weight:400;color:inherit;text-decoration:none;opacity:.7}.header__language_active{opacity:1;font-weight:500}.header__language:hover{opacity:1}@media screen and (max-width:599px){.header__nav{display:none}}.input-block{display:flex;flex-direction:column;gap:8px}.input-block__input{box-sizing:border-box;width:100%;background-color:#fafafa;border:none;border-radius:12px;padding:12px;font-family:inherit;font-size:18px;font-weight:400;color:#000}.input-block__input::placeholder{color:#9e9e9e}.input-block__input:focus{outline:2px solid #2196F3;outline-offset:-2px}.input-block__error{color:#d32f2f;font-size:14px;font-weight:400}.label{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:12px;font-size:14px;font-weight:400;line-height:normal;color:#fff;white-space:nowrap}.label_size_large{padding:6px 12px;font-size:18px}.label_color_secondary{background-color:#9e9e9e}.label_color_brand{background-color:#2196f3}.payment-button{width:100%}.payment-button__flag{height:auto!important}.privacy-policy__wrapper{display:flex;flex-direction:column;gap:8px}.privacy-policy__title{font-size:20px;font-weight:400}.privacy-policy__text{font-size:18px;font-weight:300}.privacy-policy__text_type_strong{font-weight:400}.privacy-policy__block{display:flex;flex-direction:column;gap:4px}.privacy-policy__list{list-style:disc inside;font-size:18px;font-weight:300;padding-left:16px}.good-card{display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafafa;border-radius:12px;overflow:hidden}.good-card_highlighted{border:2px solid #2196F3}.good-card__cover{display:block;width:100%;aspect-ratio:2.85;object-fit:cover}.good-card__body{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:12px}.good-card__top{display:flex;flex-direction:column;gap:8px}.good-card__heading{display:flex;align-items:flex-start;gap:8px}.good-card__icon{flex-shrink:0;display:flex;box-sizing:border-box;width:80px;aspect-ratio:1.2334258403;padding:8px;background-color:#fff;border-radius:12px}.good-card__icon img{width:100%;height:100%;object-fit:contain}.good-card__title{font-size:24px;font-weight:400;overflow-wrap:anywhere}.good-card__labels{display:flex;flex-wrap:wrap;gap:8px}.good-card__labels:empty{display:none}.good-card__description{font-size:18px;font-weight:400}.good-card__bottom{display:flex;flex-direction:column;gap:12px}.good-card__summary{display:flex;align-items:center;gap:12px}.good-card__prices{flex-grow:1;display:flex;flex-direction:column;gap:4px}.good-card__quantity{flex-shrink:0}.good-card__price{font-size:18px;font-weight:500}.good-card__button{width:100%}.product-skeleton{padding:12px;background:#fafafa;border-radius:12px}.product-skeleton__wrapper{display:flex;flex-direction:column;gap:12px}.product-skeleton__title{height:29px;border-radius:12px;background:linear-gradient(90deg,#f5f5f5,#eee,#f5f5f5);background-size:200% 100%;animation:skeleton-loading 1.2s infinite linear}.product-skeleton__tags{display:flex;flex-direction:row;gap:8px}.product-skeleton__tag{width:63px;height:25px;border-radius:12px;background:linear-gradient(90deg,#f5f5f5,#eee,#f5f5f5);background-size:200% 100%;animation:skeleton-loading 1.2s infinite linear}.product-skeleton__price{height:48px;border-radius:12px;background:linear-gradient(90deg,#f5f5f5,#eee,#f5f5f5);background-size:200% 100%;animation:skeleton-loading 1.2s infinite linear}.product-skeleton__button{height:38px;border-radius:12px;background:linear-gradient(90deg,#f5f5f5,#eee,#f5f5f5);background-size:200% 100%;animation:skeleton-loading 1.2s infinite linear}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.quantity-chooser{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:12px;background-color:#fafafa}.quantity-chooser__text{font-size:18px;font-weight:400}.quantity-chooser__right{display:flex;align-items:center;gap:12px}.quantity-chooser__value{font-size:22px;font-weight:400}.quantity-chooser__buttons{display:flex;align-items:center;gap:4px}.quantity-chooser__button{display:flex;width:28px;height:28px;padding:0;border:none;background:none;color:#000;cursor:pointer}.quantity-chooser__button svg{width:100%;height:100%}.quantity-chooser__button:hover{color:#2196f3}.buy-product-section__wrapper{display:flex;flex-direction:column;gap:16px}.buy-product-section__title{font-size:28px;font-weight:400}.buy-product-section__block{display:flex;flex-direction:column;gap:8px}.buy-product-section__block-title{font-size:18px;font-weight:400}.buy-product-section__block-hint{font-size:14px;font-weight:400;color:#9e9e9e}.buy-product-section__link{align-self:flex-start;font-size:14px;font-weight:400;color:#2196f3;text-decoration:underline}.buy-product-section__check-button{width:100%}.buy-product-section__payment-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.buy-product-section__payment-button-block{display:flex;flex-direction:column;gap:4px}.buy-product-section__payment-button-description{text-align:center;font-size:14px;font-weight:400;color:#9e9e9e}.buy-product-section__check-boxes{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:599px){.buy-product-section__payment-buttons{grid-template-columns:minmax(0,1fr)}}.text-area-block{display:flex;flex-direction:column;gap:8px}.text-area-block__text-area{box-sizing:border-box;width:100%;height:96px;resize:none;background-color:#fafafa;border:none;border-radius:12px;padding:12px;font-family:inherit;font-size:18px;font-weight:400;color:#000}.text-area-block__text-area::placeholder{color:#9e9e9e}.text-area-block__text-area:focus{outline:2px solid #2196F3;outline-offset:-2px}.text-area-block__error{color:#d32f2f;font-size:14px;font-weight:400}.check-box__wrapper{display:flex;flex-direction:column;gap:8px}.check-box__label{display:flex;flex-direction:row;gap:8px;align-items:center;font-size:18px;font-weight:400;cursor:pointer}.check-box__input{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:#2196F3}.check-box__error{color:#d32f2f;font-size:14px;font-weight:400}.goods-section__wrapper{display:flex;flex-direction:column;gap:16px}.goods-section__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media screen and (max-width:1023px){.goods-section__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.goods-section__products{grid-template-columns:minmax(0,1fr)}}.payment-status-section__wrapper{display:flex;flex-direction:column;gap:16px}.payment-status-section__title{font-size:28px;font-weight:400}.payment-status-section__text{font-size:18px;font-weight:400}.payment-status-section__button{width:100%}.labeled-value{display:flex;flex-direction:column;gap:8px}.labeled-value__container{padding:12px;border-radius:12px;background-color:#fafafa}.labeled-value__title,.labeled-value__value{font-size:18px;font-weight:400;overflow-wrap:anywhere}.labeled-value__value a{color:#2196f3}.labeled-value__value_tone_success{color:#2e7d32}.labeled-value__value_tone_error{color:#d32f2f}.sections{display:flex;flex-direction:column;gap:32px;flex-grow:1}.service-rules__wrapper{display:flex;flex-direction:column;gap:8px}.service-rules__title{font-size:20px;font-weight:400}.service-rules__text{font-size:18px;font-weight:300}.service-rules__text_type_strong{font-weight:400}.service-rules__block{display:flex;flex-direction:column;gap:4px}.service-rules__list{list-style:disc inside;font-size:18px;font-weight:300;padding-left:16px}.special-offers__wrapper{display:flex;flex-direction:column;gap:16px}.special-offers__list{display:flex;flex-direction:column;gap:12px}.special-offers__banner{position:relative;height:151px;border-radius:12px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.special-offers__banner:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000,#000000a3 59%)}.special-offers__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 56%}.special-offers__content{position:relative;z-index:1;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:4px}.special-offers__button{font-weight:500}.special-offers__description{font-size:18px;font-weight:400;color:#fff;text-align:center}@media screen and (max-width:599px){.special-offers__banner{height:104px}.special-offers__description{display:none}.special-offers__button{padding:8px 16px;font-size:18px;font-weight:400}}.tab-bar{position:sticky;bottom:0;z-index:1;padding:8px 16px;border-radius:20px 20px 0 0;background-color:#2196f3}.tab-bar__wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.tab-bar__tab{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4px;text-decoration:none;color:#fff;opacity:.75}.tab-bar__tab.active,.tab-bar__tab_external{opacity:1}.tab-bar__title{font-size:14px;font-weight:400;color:inherit}.orders-section__wrapper{display:flex;flex-direction:column;gap:16px}.orders-section__title{font-size:28px;font-weight:400}.orders-section__items{display:flex;flex-direction:column;gap:12px}.orders-section__description{font-size:18px;font-weight:400}.order{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:12px;background-color:#fff;border:1px solid #EEEEEE}.order__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.order__title{font-size:24px;font-weight:400}.order__content{display:flex;flex-direction:column;gap:8px}.order__button{width:100%}.order__error{color:#d32f2f;font-size:14px;font-weight:400}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.wrapper{box-sizing:content-box;max-width:1140px;margin:0 auto;padding-left:24px;padding-right:24px}@media screen and (max-width:599px){.wrapper{padding-left:16px;padding-right:16px}}.section__title{font-size:32px;font-weight:400}body{box-sizing:border-box;font-family:Inter,sans-serif;color:#000;background-color:#fff}
