.tc-button{display:inline-block;padding:0;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;outline:none;display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;gap:8px;border-radius:12px;transition:background-color .2s linear,color .2s linear,opacity .2s linear,border .2s linear;user-select:none;border:1px solid transparent}.tc-button:disabled{cursor:not-allowed}.tc-button__label{font-family:var(--font-manrope);font-weight:600;color:inherit}.tc-button__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;color:inherit}.tc-button--wide,.tc-button__icon svg{width:100%}.tc-button--space-between{justify-content:space-between}.tc-button--disabled{cursor:not-allowed}.tc-button--disabled.tc-button--link{pointer-events:none}.tc-button--align-left .tc-button__label{text-align:left}.tc-button--align-center .tc-button__label{text-align:center}.tc-button--align-right .tc-button__label{text-align:right}.tc-button--underline .tc-button__label{text-decoration:underline}.tc-button--size-l{height:50px;padding:16px}.tc-button--size-l .tc-button__label{font-size:16px;line-height:19.2px}.tc-button--size-l .tc-button__icon{min-width:24px;width:24px}.tc-button--size-m{height:44px;padding:12px}.tc-button--size-m .tc-button__label,.tc-button--size-s .tc-button__label{font-size:14px;line-height:16.8px}.tc-button--size-m .tc-button__icon,.tc-button--size-s .tc-button__icon{min-width:20px;width:20px}.tc-button--size-s{gap:4px;padding:8px;height:36px}.tc-button--size-xs{gap:4px;padding:4px;height:20px;border-radius:8px}.tc-button--size-xs .tc-button__label{font-size:10px;line-height:100%}.tc-button--theme-dark{background-color:#285141;color:#fff}.tc-button--theme-dark.tc-button--disabled{background-color:#5e7d71}@media(hover:hover){.tc-button--theme-dark:enabled:hover{background-color:#234739}}.tc-button--theme-dark:active:not(.tc-button--disabled){background-color:#1e3d31}.tc-button--theme-gray{background-color:#f8f8f8;color:#0b0b0b}.tc-button--theme-gray.tc-button--disabled,.tc-button--theme-gray:active:not(.tc-button--disabled){background-color:#f0f0f0}.tc-button--theme-red{background-color:#f8ecec;color:#9a1a1a}.tc-button--theme-red.tc-button--disabled{opacity:.7}.tc-button--theme-red:active:not(.tc-button--disabled){background-color:#f1d9d9}.tc-button--theme-light{background-color:#f2f5f4;border:1px solid #f2f5f4}@media(hover:hover){.tc-button--theme-light:enabled:hover{background-color:#e4eae8}}.tc-button--theme-light:active:not(.tc-button--disabled){background-color:#d5dfdc}.tc-button--theme-light-border{background-color:#f2f5f4;border:1px solid #285141;color:#285141}@media(hover:hover){.tc-button--theme-light-border:enabled:hover{background-color:#e4eae8}}.tc-button--theme-light-border:active:not(.tc-button--disabled){background-color:#d5dfdc}.tc-button--theme-white{background-color:#fff;border:1px solid #fff;color:#285141}.tc-button--theme-white-border{border:1px solid #fff;color:#fff}.tc-button--theme-white-black{background-color:#fff;border:1px solid #fff;color:#070707}.tc-button--theme-transparent{background-color:transparent}.tc-button--theme-light,.tc-button--theme-transparent{color:#285141}.tc-button--theme-light.tc-button--disabled,.tc-button--theme-transparent.tc-button--disabled{color:#5e7d71}.tc-button--theme-light:active:not(.tc-button--disabled),.tc-button--theme-transparent:active:not(.tc-button--disabled){color:#1e3d31}.tc-button--theme-transparent-black{background-color:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.tc-button--theme-transparent-black.tc-button--disabled{opacity:.5}.tc-button--theme-transparent-black:active:not(.tc-button--disabled){background-color:rgba(0,0,0,.5)}.tc-button--theme-transparent-white{background-color:hsla(0,0%,88%,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}.tc-button--theme-transparent-white.tc-button--disabled{opacity:.5}.tc-button--theme-transparent-white:active:not(.tc-button--disabled){background-color:hsla(0,0%,100%,.55)}.tc-button--theme-transparent-white-24{background-color:hsla(0,0%,100%,.24);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}.tc-button--theme-transparent-white-24.tc-button--disabled{opacity:.5}.tc-button--theme-transparent-white-24:active:not(.tc-button--disabled){background-color:hsla(0,0%,100%,.55)}.tc-button--theme-inline{color:#285141}.tc-button--theme-inline-black{color:#070707}.tc-button--theme-inline-red{color:#9a1a1a}.tc-button--theme-inline-gray{color:gray}.tc-button--theme-inline,.tc-button--theme-inline-black,.tc-button--theme-inline-gray,.tc-button--theme-inline-red{height:auto;padding:0;gap:8px}.tc-button--theme-inline-black.tc-button--size-m .tc-button__icon,.tc-button--theme-inline-gray.tc-button--size-m .tc-button__icon,.tc-button--theme-inline-red.tc-button--size-m .tc-button__icon,.tc-button--theme-inline.tc-button--size-m .tc-button__icon{width:24px}.tc-button--theme-inline-black.tc-button--disabled,.tc-button--theme-inline-gray.tc-button--disabled,.tc-button--theme-inline-red.tc-button--disabled,.tc-button--theme-inline.tc-button--disabled{opacity:.5}.tc-button--theme-transparent-border{background-color:transparent;border:1px solid #285141;color:#285141}.tc-button--theme-black{background-color:#070707;color:#fff}.tc-button--theme-black.tc-button--disabled{opacity:.5}@media(hover:hover){.tc-button--theme-black:not(.tc-button--disabled):hover{background-color:#282828}}@keyframes openPopup{0%{opacity:0;transform:scale3d(.98,.98,.98)}to{opacity:1;transform:scaleX(1)}}@keyframes closePopup{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scale3d(.98,.98,.98)}}@keyframes open{0%{opacity:0}to{opacity:1}}@keyframes close{0%{opacity:1}to{opacity:0}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes barWidth{0%{width:0}to{width:100%}}@keyframes opacity{0%{opacity:.2}to{opacity:.7}}.tc-spinner{width:100%;display:flex;justify-content:center;align-items:center}.tc-spinner__item{border:3px solid #285141;border-bottom-color:transparent;border-radius:50%;display:inline-block;animation:rotation 1s linear infinite}.tc-spinner--size-40 .tc-spinner__item{width:40px;height:40px}.tc-spinner--size-30 .tc-spinner__item{width:30px;height:30px}.notification-badge{display:flex;justify-content:center;align-items:center;font-family:var(--font-manrope);font-weight:600;font-size:9px;border-radius:50px;text-align:center;padding:0 4px}.notification-badge--size-l{min-width:20px;height:20px}.notification-badge--size-s{min-width:16px;height:16px}.notification-badge--theme-red{background-color:#9a1a1a;color:#fff}.notification-badge--theme-green{background-color:#285141;color:#fff}.notification-badge--theme-white-blur{background-color:hsla(0,0%,88%,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#070707}.tc-icon-button{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:-moz-fit-content;width:fit-content;transition:color .2s linear;position:relative}.tc-icon-button--dark{color:#0b0b0b}.tc-icon-button--light{color:#fff}.tc-icon-button--light-blur{padding:4px;color:#303030;background-color:hsla(0,0%,100%,.24);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:100px}.tc-icon-button:disabled{opacity:.5;cursor:not-allowed}.tc-icon-button__counter{position:absolute;top:-3px;right:-3px}.tc-input{width:100%;display:flex;flex-direction:column}.tc-input__wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:8px;border:1px solid transparent;transition:border .2s linear,background-color .2s linear;position:relative}.tc-input--size-lg .tc-input__wrapper{padding:12px;height:64px}.tc-input--size-sm .tc-input__wrapper{padding:8px 12px;height:42px}.tc-input--size-xs .tc-input__wrapper{height:auto;padding:8px}.tc-input--theme-white .tc-input__wrapper{background-color:#fff}.tc-input--theme-grey .tc-input__wrapper{background-color:#f8f8f8}.tc-input--theme-green .tc-input__wrapper{background-color:#f2f5f4}.tc-input--theme-transparent .tc-input__wrapper{background-color:hsla(0,0%,100%,.24)}.tc-input--error .tc-input__wrapper{border-color:#9a1a1a}.tc-input-inner{width:100%;display:flex;flex-direction:column}.tc-input-inner__wrapper{width:100%;display:flex;align-items:center}.tc-input-inner__field{flex:1 1;display:flex;flex-direction:column-reverse}.tc-input__label{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;text-align:left;color:#070707;margin-bottom:8px;transition:color .2s linear}.tc-input--disabled .tc-input__label{color:gray}.tc-input--error .tc-input__label{color:#9a1a1a}.tc-input__icon{display:flex;justify-content:center;align-items:center;width:24px;color:gray;flex-shrink:0}@media only screen and (max-width:1200px){.tc-input__icon{width:16px}}.tc-input__icon.pointer{color:#202020;cursor:pointer}.tc-input__icon--left{margin-right:8px}.tc-input__icon--right{margin-left:8px}.tc-input__icon svg{width:100%}.tc-input--size-xs .tc-input__icon{width:18px}.tc-input--theme-transparent .tc-input__icon{color:#fff}.tc-input__addon{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;flex-shrink:0}.tc-input__addon--before{margin-right:8px}.tc-input__addon--after{margin-left:8px}.tc-input__field{width:100%;height:24px;border:none;outline:none;font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:120%;color:#070707;background-color:transparent}.tc-input__field:disabled{color:gray}.tc-input__field::placeholder{color:gray}.tc-input--size-xs .tc-input__field{height:auto}.tc-input--theme-white .tc-input__field:-webkit-autofill,.tc-input--theme-white .tc-input__field:-webkit-autofill:active,.tc-input--theme-white .tc-input__field:-webkit-autofill:focus,.tc-input--theme-white .tc-input__field:-webkit-autofill:hover{background-color:#fff!important;box-shadow:inset 0 0 0 1000px #fff!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.tc-input--theme-grey .tc-input__field:-webkit-autofill,.tc-input--theme-grey .tc-input__field:-webkit-autofill:active,.tc-input--theme-grey .tc-input__field:-webkit-autofill:focus,.tc-input--theme-grey .tc-input__field:-webkit-autofill:hover{background-color:#f8f8f8!important;box-shadow:inset 0 0 0 1000px #f8f8f8!important;-webkit-box-shadow:inset 0 0 0 30px #f8f8f8!important}.tc-input--theme-green .tc-input__field:-webkit-autofill,.tc-input--theme-green .tc-input__field:-webkit-autofill:active,.tc-input--theme-green .tc-input__field:-webkit-autofill:focus,.tc-input--theme-green .tc-input__field:-webkit-autofill:hover{background-color:#f2f5f4!important;box-shadow:inset 0 0 0 1000px #f2f5f4!important;-webkit-box-shadow:inset 0 0 0 30px #f2f5f4!important}.tc-input--theme-transparent .tc-input__field{color:#fff}.tc-input--theme-transparent .tc-input__field:-webkit-autofill,.tc-input--theme-transparent .tc-input__field:-webkit-autofill:active,.tc-input--theme-transparent .tc-input__field:-webkit-autofill:focus,.tc-input--theme-transparent .tc-input__field:-webkit-autofill:hover{background-color:hsla(0,0%,100%,.24)!important;box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.24)!important;-webkit-box-shadow:inset 0 0 0 30px hsla(0,0%,100%,.24)!important}.tc-input--theme-transparent .tc-input__field::placeholder{color:#e0e0e0}.tc-input-hints{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9999;width:100%;padding:8px 12px;border-radius:8px;box-shadow:0 1.44px 8.44px 0 rgba(0,0,0,.024),0 6.6px 23.73px 0 rgba(0,0,0,.035),0 16.71px 63.65px 0 rgba(0,0,0,.047),0 33px 146px 0 rgba(0,0,0,.071)}.tc-input-hints__loading{width:100%;height:60px;display:flex;justify-content:center;align-items:center}.tc-input-hints__wrapper{width:100%;max-height:160px;padding-right:12px;display:flex;flex-direction:column;flex-wrap:nowrap;overflow-y:auto}.tc-input-hints__wrapper::-webkit-scrollbar{width:4px}.tc-input-hints__wrapper::-webkit-scrollbar-track{background-color:transparent;border-radius:100px}.tc-input-hints__wrapper::-webkit-scrollbar-thumb{background-color:silver;border-radius:100px}.tc-input-hints__button{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;padding:6px 0;color:#070707;text-align:left;font-size:14px;transition:color .2s linear}.tc-input-hints__button:disabled{cursor:not-allowed}.tc-input-hints__button:hover{color:#285141}.tc-input--theme-white .tc-input-hints{background-color:#fff}.tc-input--theme-grey .tc-input-hints{background-color:#f8f8f8}.tc-input--theme-green .tc-input-hints{background-color:#f2f5f4}.tc-input-info{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;justify-content:center;align-items:center;margin-left:8px;flex-shrink:0}.tc-input-info:disabled{cursor:not-allowed}.tc-input-info__icon{width:24px;color:#070707}.tc-input-info-message{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9999;width:100%;padding:8px;border:1px solid #070707;border-radius:8px;background-color:#fff;font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;text-align:left;color:#070707;word-break:break-word}.tc-input__error{font-family:var(--font-manrope);font-weight:700;font-size:12px;line-height:14.4px;color:#9a1a1a;margin-top:4px}.tc-input-password{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:24px;height:24px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:gray;transition:color .2s linear}.tc-input-password:disabled{cursor:not-allowed}.tc-input-password__icon{width:24px}@media(hover:hover){.tc-input-password:hover{color:#070707}}.tc-fullscreen-loader{position:fixed;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:100000}.tc-fullscreen-loader--opacity{background-color:hsla(0,0%,100%,.5)}.tc-page-loader{width:100%;height:600px;padding:24px;display:flex;justify-content:center;align-items:center}.tc-steps{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap}.tc-steps__line{width:1px;height:24px;border-left:1px dashed gray;margin-left:20px}@media only screen and (max-width:1200px){.tc-steps__line{height:16px;margin-left:16px}}.tc-steps-item{width:100%;display:flex;align-items:center;gap:16px;margin:8px 0}.tc-steps-item:first-of-type{margin-top:0}.tc-steps-item:last-of-type{margin-bottom:0}.tc-steps-item__num{width:40px;height:40px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;background-color:#f2f5f4;font-family:var(--font-manrope);font-weight:500;font-size:20px;line-height:120%;text-align:center;color:#285141}@media only screen and (max-width:1200px){.tc-steps-item__num{width:32px;height:32px;font-family:var(--font-manrope);font-weight:600;font-size:16px}}.tc-steps-item__text{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#070707}@media only screen and (max-width:1200px){.tc-steps-item__text{font-size:14px}}.tc-alert{position:relative;width:100%;gap:8px;padding:16px;background-color:#f8f8f8;border-radius:16px;overflow:hidden}@media only screen and (max-width:800px){.tc-alert{flex-direction:column;align-items:flex-start}}.tc-alert__icon{width:28px;flex-shrink:0;color:#202020}.tc-alert-content{flex:1 1}.tc-alert-content-close{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;position:absolute;top:12px;right:12px}.tc-alert-content-close:disabled{cursor:not-allowed}.tc-alert-content__title{font-weight:500;font-size:16px}.tc-alert-content__description,.tc-alert-content__title{font-family:var(--font-manrope);line-height:140%;color:#070707}.tc-alert-content__description{font-weight:400;width:80%;font-size:14px;margin-top:6px;margin-bottom:12px}.tc-alert-content__description>a{text-decoration:underline;color:#285141}.tc-contact-item{display:flex;justify-content:space-between;align-items:center;background-color:#f8f8f8;padding:20px 24px;margin-bottom:16px;border-radius:12px}.tc-contact-item:last-child{margin-bottom:0}.tc-contact-item-content,.tc-contact-item-content-icon{display:flex;align-items:center}.tc-contact-item-content-icon{justify-content:center}.tc-contact-item-content-icon__svg{color:#070707}.tc-contact-item-content-text{margin-left:16px}.tc-contact-item-content-text__title{font-size:17px;margin-bottom:2px}@media only screen and (max-width:800px){.tc-contact-item-content-text__title{font-size:15px}}.tc-contact-item-content-text__subtitle{font-size:16px}@media only screen and (max-width:800px){.tc-contact-item-content-text__subtitle{font-size:15px}}.tc-contact-item-content-arrow{flex-shrink:0;color:#070707}.tc-status-item{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px;--status-color:#070707}.tc-status-item--green{--status-color:#285141}.tc-status-item--red{--status-color:#9a1a1a}.tc-status-item__top{width:100%;display:flex;align-items:center}.tc-status-item__indicator{width:16px;height:16px;flex-shrink:0;border:1px solid var(--status-color);border-radius:50%;position:relative}.tc-status-item__indicator:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background-color:var(--status-color);border-radius:50%;transform:translate(-50%,-50%)}.tc-status-item__title{font-weight:600;font-size:14px;color:var(--status-color);margin-left:8px}.tc-status-item__description,.tc-status-item__title{font-family:var(--font-manrope);line-height:16.8px;text-align:left}.tc-status-item__description{font-weight:500;font-size:12px;color:#070707;padding-left:24px}.tc-status-item__description>a{color:#285141;text-decoration:underline}.product-card-skeleton{padding-top:calc(calc(100% / .75) + 94px)}.product-card-skeleton--short{padding-top:calc(100%/.75)}.catalog-filters-block-layout{width:100%;padding:10px 0;border-bottom:1px solid #f0f0f0}@media only screen and (max-width:1200px){.catalog-filters-block-layout:last-of-type{border-bottom:none}}.catalog-filters-block-layout--disabled{pointer-events:none;opacity:.5}.catalog-filters-block-layout-top{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.catalog-filters-block-layout-top:disabled{cursor:not-allowed}.catalog-filters-block-layout-top__left{display:flex;align-items:center;gap:8px}.catalog-filters-block-layout-top__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#202020}@media only screen and (max-width:1200px){.catalog-filters-block-layout-top__title{font-size:14px}}.catalog-filters-block-layout-top__info:hover+.message-info-wrapper{opacity:1;pointer-events:auto}.catalog-filters-block-layout-top__right{display:flex;justify-content:flex-end;align-items:center;gap:12px}.catalog-filters-block-layout-top-icon{display:flex;justify-content:center;align-items:center;transition:transform .3s linear}.catalog-filters-block-layout-top-icon__svg{width:24px;color:#838383;transition:color .3s linear}@media only screen and (max-width:1200px){.catalog-filters-block-layout-top-icon__svg{width:20px}}.catalog-filters-block-layout--visible .catalog-filters-block-layout-top-icon{transform:rotate(180deg)}.catalog-filters-block-layout--visible .catalog-filters-block-layout-top-icon__svg{color:#070707}.catalog-filters-block-layout-content{width:100%;margin-top:12px}.catalog-filters-block-layout-content__search{width:100%;margin-bottom:12px}.catalog-filters-block-layout-content-list{width:100%;max-height:250px;overflow-y:auto}.catalog-filters-block-layout-content-list::-webkit-scrollbar{width:4px}.catalog-filters-block-layout-content-list::-webkit-scrollbar-track{background-color:transparent;border-radius:100px}.catalog-filters-block-layout-content-list::-webkit-scrollbar-thumb{background-color:silver;border-radius:100px}.catalog-filters-block-layout-content-list__item{width:100%;margin-bottom:10px}.catalog-filters-block-layout-content-list__item:last-of-type{margin-bottom:0}.catalog-filters-block-layout-content-group{width:100%;margin-bottom:10px}.catalog-filters-block-layout-content-group:last-of-type{margin-bottom:0}.catalog-filters-block-layout-content-group__title{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:120%;color:#838383;margin-bottom:10px}.catalog-filters-block-layout-content-group__content{width:100%}.product-info-property{width:100%;display:block}.product-info-property--column{display:flex;flex-direction:column}.product-info-property__title{display:inline;font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:#303030;margin-right:6px}.product-info-property--column .product-info-property__title{margin-right:0}.product-info-property__value{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:100%;color:#070707;white-space:pre-wrap}.cart-product-item{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px}.cart-product-item-image{width:90px}@media only screen and (max-width:1200px){.cart-product-item-image{width:96px}}.cart-product-item-image__background{width:100%;padding-bottom:calc(100%/.75);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:12px;overflow:hidden}.cart-product-item-info{flex:1 1;display:flex;flex-direction:column}.cart-product-item-info__title{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:140%;color:#070707}.cart-product-item-info__condition{font-family:var(--font-manrope);font-weight:700;font-size:14px;line-height:120%;color:#070707;text-transform:capitalize;margin-top:4px}.cart-product-item-info-prices{display:flex;align-items:baseline;margin-top:8px}.cart-product-item-info-prices__current,.cart-product-item-info-prices__old{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%}.cart-product-item-info-prices__current{color:#070707}.cart-product-item-info-prices__old{margin-left:4px;color:gray;text-decoration:line-through}.cart-product-item-info--disabled .cart-product-item-info-prices__current,.cart-product-item-info--disabled .cart-product-item-info__condition,.cart-product-item-info--disabled .cart-product-item-info__title{color:gray}.cart-product-item-info-split{display:flex;justify-content:flex-start;align-items:center;margin-top:4px}.cart-product-item-info-split__element{width:-moz-fit-content;width:fit-content;height:12px}.cart-product-item-info__unavailable{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#070707;margin-top:8px}.cart-product-item__remove{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:20px;height:20px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.cart-product-item__remove:disabled{cursor:not-allowed}.cart-product-item__remove-icon{width:100%;color:#070707}.cart-product-item__remove:disabled{opacity:.6}.cart-list{width:100%;display:flex;flex-direction:column;gap:16px}.cart-list__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;color:#070707}.cart-list__items{width:100%;display:flex;flex-direction:column;gap:12px}.cart-list-total{width:100%;display:flex;justify-content:space-between;align-items:center}.cart-list-total__description,.cart-list-total__sum{font-family:var(--font-manrope);font-weight:600;font-size:16px;color:#070707}.cart-list__btn{width:100%}.concierge-product-card{width:100%;overflow:hidden}.concierge-product-card-cover{width:100%;padding-top:calc(100%/.75);background-color:#f8f8f8;border-radius:8px;overflow:hidden;position:relative}.concierge-product-card-cover__badge{position:absolute;top:6px;right:6px;z-index:2}@media only screen and (max-width:1200px){.concierge-product-card--full .concierge-product-card-cover{border-radius:0}.concierge-product-card--full .product-thumbnails-nav{bottom:8px!important;left:16px!important;transform:translateX(0)!important}.concierge-product-card--full .concierge-product-card-info{padding-left:16px!important;padding-right:16px!important;padding-top:12px!important}}.concierge-product-card-info{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;padding-top:10px}@media only screen and (max-width:1200px){.concierge-product-card-info{padding-top:6px}}.concierge-product-card-info__name{font-family:var(--font-manrope);font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;line-height:normal;color:#070707;margin-bottom:6px}@media only screen and (max-width:1200px){.concierge-product-card-info__name{font-size:12px}}.concierge-product-card-info__condition{font-family:var(--font-manrope);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#070707;font-size:14px;line-height:100%;margin-bottom:10px}@media only screen and (max-width:1200px){.concierge-product-card-info__condition{font-size:12px}}.concierge-product-card-info__price{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#070707}@media only screen and (max-width:1200px){.concierge-product-card-info__price{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%}}.concierge-promo-card{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;display:flex;justify-content:space-between;flex-direction:column}.concierge-promo-card:disabled{cursor:not-allowed}.concierge-promo-card-top{width:100%;background-color:#f8f8f8}.concierge-promo-card-top-content{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:8px}.concierge-promo-card-top-content__icon{color:#303030}.concierge-promo-card-top-content__title{font-family:var(--font-manrope);font-weight:500;color:#070707;text-align:center}.concierge-promo-card--grid-1{padding:16px}.concierge-promo-card--grid-1 .concierge-promo-card-top{padding:32px 24px}.concierge-promo-card--grid-1 .concierge-promo-card-top-content__title{font-size:16px;line-height:120%;margin-top:12px}.concierge-promo-card--grid-2 .concierge-promo-card-top{margin-bottom:12px}.concierge-promo-card--grid-2 .concierge-promo-card-top-content__title{font-size:14px;line-height:120%;margin-top:16px}@media only screen and (max-width:500px){.concierge-promo-card--grid-2 .concierge-promo-card-top-content__title{font-size:12px}}.concierge-promo-card--grid-3 .concierge-promo-card-top-content{padding:14px}.concierge-promo-card--grid-3 .concierge-promo-card-top-content__title{font-size:12px;line-height:120%;margin-top:6px}.concierge-promo-card--grid-1 .concierge-promo-card-top,.concierge-promo-card--grid-2 .concierge-promo-card-top{border-radius:8px}.concierge-promo-card--grid-2 .concierge-promo-card-top,.concierge-promo-card--grid-3 .concierge-promo-card-top{padding-top:calc(100%/.75);overflow:hidden;position:relative}.concierge-promo-card--grid-2 .concierge-promo-card-top-content,.concierge-promo-card--grid-3 .concierge-promo-card-top-content{position:absolute;inset:0;width:100%;height:100%}.concierge-promo-card--grid-3 .concierge-promo-card-top{border-radius:8px}@media only screen and (max-width:1200px){.concierge-promo-card--grid-3 .concierge-promo-card-top{border-radius:0}}.cart-null{width:100%}.cart-null__title{width:100%;padding:24px 0;font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.6px;color:#070707;text-align:center}.catalog-products-section,.catalog-products-section__slide{width:100%}@media only screen and (max-width:1200px){.catalog-products-section__slide{max-width:200px}}.waiting-list-create-form{width:100%}.waiting-list-create-form-auth{text-align:left;display:flex;align-items:center;padding:12px;margin-bottom:16px;border-radius:12px;background-color:#f2f5f4}.waiting-list-create-form-auth-icon{width:44px;height:44px;border-radius:50%;flex-shrink:0;background-color:#fff;display:flex;justify-content:center;align-items:center}.waiting-list-create-form-auth-icon__svg{width:28px;color:#285141}.waiting-list-create-form-auth-text{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;color:#070707;margin-left:16px}.waiting-list-create-form-auth-text__links>a{color:#285141;text-decoration:underline}.waiting-list-create-form-fields{width:100%;display:flex;flex-direction:column;gap:16px}.waiting-list-create-form-fields__row{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width:500px){.waiting-list-create-form-fields__row{justify-content:flex-start;flex-direction:column;gap:16px}}.waiting-list-create-form-fields__item{width:100%}.waiting-list-create-form-fields__item--half{width:calc(50% - 8px)}@media only screen and (max-width:500px){.waiting-list-create-form-fields__item--half{width:100%}}.waiting-list-create-form__btn{margin-top:24px}.concierge-catalog-price-filter{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.concierge-catalog-price-filter__field .tc-input__wrapper{height:auto!important;padding:8px!important}.concierge-catalog-price-filter__field .tc-input__label{line-height:120%!important;margin-bottom:6px!important}.concierge-catalog-price-filter__field .tc-input__field{height:auto!important;line-height:120%!important}.product-gallery-modal{position:fixed;inset:0;width:100%;height:100%;background-color:#fff;z-index:10000;overflow:auto}@media only screen and (max-width:1200px){.product-gallery-modal{background-color:#202020}}.product-gallery-modal-images{height:calc(100% - 70px)}@media only screen and (max-width:1200px){.product-gallery-modal-images{height:100%}}.product-gallery-modal-images__button{width:50px!important}.product-gallery-modal-images__counter{position:absolute;top:26px;left:50%;transform:translateX(-50%);z-index:2}.product-gallery-modal-images__close{position:absolute;top:48px;right:80px;z-index:3}@media only screen and (max-width:1200px){.product-gallery-modal-images__close{top:16px;right:16px}}.product-gallery-modal-images__arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%)}.product-gallery-modal-images__arrow--prev{left:80px}.product-gallery-modal-images__arrow--next{right:80px}.product-gallery-modal-images__wrapper{width:100%;height:100%;display:flex;overflow:hidden}.product-gallery-modal-images-slider{width:100%;overflow:clip}.product-gallery-modal-images-slider-item{height:auto;overflow:hidden;cursor:zoom-in!important}.product-gallery-modal-images-slider-item.swiper-slide-zoomed{cursor:-webkit-grab!important;cursor:grab!important}.product-gallery-modal-images-slider-item.swiper-slide-zoomed:active{cursor:-webkit-grabbing!important;cursor:grabbing!important}.product-gallery-modal-images-slider-item__image{pointer-events:auto}.product-gallery-modal-toolbar{width:100%;height:70px;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;gap:32px}.product-gallery-modal-toolbar-item{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;justify-content:center;align-items:center}.product-gallery-modal-toolbar-item:disabled{cursor:not-allowed;opacity:.7}.product-gallery{width:100%;display:grid;grid-gap:4px;gap:4px}.product-gallery-image{width:100%;border-radius:8px;overflow:hidden;position:relative;cursor:zoom-in;aspect-ratio:.75;background-color:#f8f8f8}@media only screen and (max-width:1200px){.product-gallery-image{border-radius:0}}.product-gallery-image__view-more{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;position:absolute;left:16px;right:16px;bottom:16px;z-index:10;display:flex;justify-content:center;align-items:center;padding:12px;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:24px;font-family:var(--font-manrope);font-weight:500;color:#fff;font-size:14px;line-height:100%;transition:background-color .2s linear}.product-gallery-image__view-more:disabled{cursor:not-allowed}@media(hover:hover){.product-gallery-image__view-more:hover{background-color:rgba(0,0,0,.5)}}.product-gallery--many{grid-template-columns:repeat(6,1fr)}.product-gallery--many .product-gallery-image:nth-child(-n+2){grid-column:span 3}.product-gallery--many .product-gallery-image:nth-child(n+3){grid-column:span 2}.product-gallery--few{grid-template-columns:repeat(2,1fr)}.product-gallery--single{grid-template-columns:100%}.product-gallery--last-centered .product-gallery-image:last-of-type{grid-column:1/-1;justify-self:center;width:calc(50% - 2px)}.product-gallery--single .product-gallery-image{width:100%!important;max-width:480px}.product-gallery-media{width:100%;position:relative}.product-gallery-media-slider-image-wrapper{display:block;width:100%}.product-gallery-media-slider-image{padding-top:calc(100%/.75);width:100%;border-radius:12px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.product-gallery-media-slider-image{border-radius:0}}.product-gallery-media__slider-dots{width:-moz-fit-content;width:fit-content;position:absolute;left:16px;bottom:8px;z-index:1;display:flex;padding:4px;gap:4px;background-color:rgba(0,0,0,.15);border-radius:100px}.product-gallery-media__slider-dot{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:6px;height:6px;flex-shrink:0;border-radius:100px;background-color:hsla(0,0%,100%,.4);transition:.2s linear}.product-gallery-media__slider-dot:disabled{cursor:not-allowed}.product-gallery-media__slider-dot--active{width:14px;background-color:#fff}.product-gallery-media__badges{position:absolute;top:calc(52px + 8px);right:16px;display:flex;gap:8px;z-index:2}.cdek-points-list-toggle{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.cdek-points-list-toggle__item{display:inline-block;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;padding:10px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#f8f8f8;font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:100%;color:#070707;border:1px solid transparent;border-radius:30px;transition:border .2s linear}.cdek-points-list-toggle__item:disabled{cursor:not-allowed}@media(hover:hover){.cdek-points-list-toggle__item:hover{border-color:#e0e0e0}}.cdek-points-list-toggle__item--active{border-color:#070707!important}.cdek-points-flat-list{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px}.cdek-points-flat-list-item{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px;text-align:left;border-radius:12px;background-color:#fff;transition:background-color .2s linear}.cdek-points-flat-list-item:disabled{cursor:not-allowed}@media(hover:hover){.cdek-points-flat-list-item:hover{background-color:#f2f5f4}}.cdek-points-flat-list-item__name{font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:100%;color:#070707;margin-bottom:8px}.cdek-points-flat-list-item__address{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:gray}.cdek-points-map{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;position:relative}.cdek-points-map__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cdek-points-map__map{width:100%;height:100%;border-radius:12px;overflow:hidden}.cdek-points{position:relative}.cdek-points__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cdek-points__map{display:none;width:100%;height:100%}.cdek-points__map--visible{display:flex}.cdek-points-details__title{font-family:var(--font-manrope);font-weight:400;font-size:18px;line-height:120%;color:#070707;margin-bottom:24px}.cdek-points-details-property{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;margin-bottom:16px}.cdek-points-details-property__title{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:gray}.cdek-points-details-property__value{font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:120%;color:#070707}.cdek-points{width:100%;padding-bottom:24px}.cdek-points-backdrop{z-index:9996!important}.cdek-point-backdrop{z-index:9998!important}.cdek-point-drawer,.cdek-points-drawer{position:fixed;top:0;bottom:0;right:0;width:100%;max-width:500px;height:100%;background-color:#fff;overflow:hidden auto}.cdek-point-drawer::-webkit-scrollbar,.cdek-points-drawer::-webkit-scrollbar{width:4px}.cdek-point-drawer::-webkit-scrollbar-track,.cdek-points-drawer::-webkit-scrollbar-track{background-color:transparent;border-radius:100px}.cdek-point-drawer::-webkit-scrollbar-thumb,.cdek-points-drawer::-webkit-scrollbar-thumb{background-color:silver;border-radius:100px}@media only screen and (max-width:800px){.cdek-point-drawer,.cdek-points-drawer{inset:0;max-width:100%}}.cdek-points-drawer{z-index:9997}.cdek-point-drawer{z-index:9999}.select-cdek-point-indicator{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:8px;padding:8px;background-color:#fff;border-radius:24px}.select-cdek-point-indicator__address{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:120%;color:#070707}.select-cdek-point-button{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.select-cdek-point-button--error .select-cdek-point-button__btn{border-color:#9a1a1a}.select-cdek-point-button__error{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:#9a1a1a}.home-main-banner-button{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:calc((100% - 796px)/2);height:100%;position:absolute;top:0;bottom:0;z-index:2}.home-main-banner-button:disabled{cursor:not-allowed}.home-main-banner-button--prev{left:0}.home-main-banner-button--next{right:0}.home-main-banner-toolbar{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:2px;position:absolute;bottom:40px;right:72px;z-index:10}@media only screen and (max-width:1200px){.home-main-banner-toolbar{bottom:calc(var(--tab-bar-height) + 5px);right:16px}}.home-main-banner-toolbar-button{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;justify-content:center;align-items:center;padding:8px;color:#fff}.home-main-banner-toolbar-button:disabled{cursor:not-allowed}.home-main-banner-slide{width:100%;height:calc(100vh - var(--top-message-height));height:calc(100svh - var(--top-message-height));display:flex;position:relative;overflow:hidden}.home-main-banner-slide__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-main-banner-slide__video{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover}.home-main-banner-slide-content{width:100%;max-width:796px;height:100%;margin:0 auto;padding:74px 16px 94px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;color:#fff;z-index:2}@media only screen and (max-width:1200px){.home-main-banner-slide-content{padding:52px 60px 60px;padding-bottom:calc(var(--tab-bar-height) + 56px)}}.home-main-banner-slide-content__title{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:28px;line-height:120%;letter-spacing:1px;text-align:center;white-space:pre-wrap;color:#fff}@media only screen and (max-width:1200px){.home-main-banner-slide-content__title{font-size:24px;line-height:130%;letter-spacing:0}}.home-main-banner-slide-content__description{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:140%;letter-spacing:1px;text-align:center;color:#fff;margin-bottom:4px}@media only screen and (max-width:500px){.home-main-banner-slide-content__description{font-size:12px;letter-spacing:.5px}}.home-main-banner-slide-content__button{width:-moz-fit-content;width:fit-content;padding:14px 24px;margin-top:16px;background-color:#fff;border-radius:12px;font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;letter-spacing:.5px;text-align:center;color:#070707}.home-banner-fallback{width:100%;height:calc(100vh - var(--top-message-height));height:calc(100svh - var(--top-message-height));display:flex;background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.home-banner-fallback-content{width:100%;max-width:796px;height:100%;margin:0 auto;padding:74px 16px 80px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;color:#fff;z-index:2}@media only screen and (max-width:1200px){.home-banner-fallback-content{padding-top:52px;padding-bottom:calc(var(--tab-bar-height) + 60px)}}.home-banner-fallback-content__title{width:100%;font-family:var(--font-manrope);font-weight:600;font-size:40px;line-height:120%;letter-spacing:1px;text-align:center;white-space:pre-wrap;color:#fff}@media only screen and (max-width:1200px){.home-banner-fallback-content__title{font-family:var(--font-manrope);font-weight:500;font-size:24px;letter-spacing:0}}.home-banner-fallback-content__description{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:140%;letter-spacing:1px;text-align:center;color:#fff;margin-bottom:4px}@media only screen and (max-width:500px){.home-banner-fallback-content__description{font-size:12px;letter-spacing:.5px}}.home-banner-fallback-content__button{width:-moz-fit-content;width:fit-content;margin-top:24px}.home-main-banner{margin-top:-74px;position:relative}@media only screen and (max-width:1200px){.home-main-banner{margin-top:-52px}}.home-main-banner-slider{--swiper-theme-color:#fff;--swiper-pagination-color:#fff;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-inactive-color:#fff;--swiper-pagination-bullet-inactive-opacity:0.6;--swiper-pagination-bottom:36px;--swiper-pagination-bullet-border-radius:10px;--swiper-pagination-bullet-horizontal-gap:3px}@media only screen and (max-width:1200px){.home-main-banner-slider{--swiper-pagination-bullet-size:6px;--swiper-pagination-bottom:calc(var(--tab-bar-height) + 20px);margin:0;border-radius:0}}.home-main-banner-slider__item{overflow:hidden!important}.home-main-banner-slider .swiper-pagination{width:-moz-fit-content!important;width:fit-content!important;display:flex;justify-content:center;align-items:center;left:50%!important;transform:translateX(-50%)!important;padding:0!important}.home-main-banner-slider .swiper-pagination .swiper-pagination-bullet{transition:width .5s ease}.home-main-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{--swiper-pagination-bullet-width:16px;box-shadow:0 2px 8px 0 rgba(0,0,0,.239)}.home-brands-slider-item{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;background-color:#f8f8f8;padding:8px;text-align:center;border-radius:12px;cursor:pointer}@media only screen and (max-width:1200px){.home-brands-slider-item{background-color:transparent}}.home-brands-slider-item__image{width:100%;height:200px;margin-bottom:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:12px}@media only screen and (max-width:1200px){.home-brands-slider-item__image{width:85px;height:85px;border-radius:50%}}.home-brands-slider-item__title{font-size:16px;margin-bottom:8px}.home-concierge-mobile{display:flex;justify-content:space-between;overflow:hidden;border-radius:12px;background-color:#f2f5f4}.home-concierge-mobile-image{width:120px;min-width:120px;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-concierge-mobile-text{padding:10px 20px}.home-concierge-mobile-text__title{font-size:17px;margin-bottom:12px}.home-concierge-mobile-text__description{font-size:12px}.home-categories-slider{width:100%}.home-categories-slider-item{width:100%;height:100%;padding:8px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;background-color:#f8f8f8;border-radius:12px;cursor:pointer;text-align:center}.home-categories-slider-item-image{width:100%;height:200px;margin-bottom:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:12px}.home-categories-slider-item__title{font-size:16px;margin-bottom:8px}@media only screen and (max-width:1200px){.home-categories-slider-item{background-color:transparent}.home-categories-slider-item__title{margin-bottom:0}.home-categories-slider-item-image{width:85px;height:85px;border-radius:50%}}.home-about{display:flex;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,#f9fdfc,#f2f7f3)}.home-about-image{width:100%;max-width:660px;flex-shrink:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-about-text{flex:1 1;padding:100px 60px 100px 90px;color:#202020}.home-about-text__title{font-family:var(--font-manrope);font-weight:500;font-size:26px;line-height:130%;margin-bottom:8px}.home-about-text__description{font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:160%;margin-bottom:32px}.home-about-text__btn{max-width:228px}@media only screen and (max-width:1200px){.home-about{position:relative;height:100%}.home-about-image{max-width:100%}.home-about-text{width:100%;position:absolute;left:0;bottom:0;padding:12px;background-color:transparent;color:#fff}.home-about-text__title{font-size:26px;margin-bottom:5px}.home-about-text__description{font-size:16px;margin-bottom:0}}.home-waiting-media{padding:47px 12px 12px;border-radius:12px}.home-waiting-media-text{position:relative;padding:28px 12px 18px;border-radius:12px;background-color:#fff;margin-bottom:12px}.home-waiting-media-text__image{position:absolute;top:-22px;width:44px;height:44px;border-radius:50%;overflow:hidden;border:1px solid #fff}.home-waiting-media-text__title{font-size:16px;margin-bottom:8px}.home-waiting-media-text__subtitle{font-size:14px}.home-sell{width:100%;display:flex;justify-content:space-between;background-color:#f0f2ed;overflow:hidden;border-radius:12px}.home-sell-image{width:100%;max-width:714px;flex-shrink:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-sell-text{flex:1 1;padding:72px 64px 72px 32px}.home-sell-text__title{font-family:var(--font-manrope);font-weight:500;font-size:26px;line-height:130%;color:#202020;margin-bottom:8px}.home-sell-text__subtitle{font-family:var(--font-manrope);font-weight:600;font-size:22px;margin-bottom:10px}.home-sell-text__description{font-family:var(--font-manrope);font-weight:400;font-size:16px;line-height:160%;color:#202020;margin-bottom:32px}.home-sell-text__btn{max-width:228px}@media only screen and (max-width:1200px){.home-sell{flex-direction:column;padding:25px 15px}.home-sell-image{display:none}.home-sell-text{width:100%;padding:0}.home-sell-text__title{font-size:18px}.home-sell-text__description{font-size:12px;margin-bottom:15px}.home-sell-text__btn{display:inline-block;width:auto}}.home-sell-partners{display:flex;justify-content:space-between}.home-sell-partners-block{width:calc(50% - 20px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#f8f8f8;padding:60px 25px;border-radius:12px}.home-sell-partners-block__title{font-size:22px;margin-bottom:10px}.home-sell-partners-block__description{font-size:16px;margin-bottom:25px}@media only screen and (max-width:1200px){.home-sell-partners{flex-direction:column}.home-sell-partners-block{width:100%;align-items:flex-start;text-align:left;padding:25px 15px;margin-bottom:25px}.home-sell-partners-block__title{font-size:18px}.home-sell-partners-block__description{font-size:12px}.home-sell-partners-block__btn{display:inline-block;width:auto}}.sell-info-categories{margin:80px auto;width:100%;max-width:875px;padding:16px;background-color:#f8f8f8;border-radius:22px}.sell-info-categories__title{font-size:20px;font-family:var(--font-manrope);font-weight:700}.sell-info-categories-blocks{margin-top:30px;display:flex;justify-content:space-between;gap:24px;margin-bottom:32px}.sell-info-categories-blocks-block{width:90px;min-width:90px;text-align:center}.sell-info-categories-blocks-block-image{width:100%;height:90px;border-radius:50%;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:5px}.sell-info-categories-blocks-block__title{font-size:16px}.sell-info-categories-description__title{font-size:16px;margin-bottom:12px}.sell-info-categories-description__description{width:75%;font-size:14px}.sell-info-categories-description__description>a{color:#285141}@media only screen and (max-width:1200px){.sell-info-categories{margin:32px 0;width:100%;max-width:100%}.sell-info-categories__title{font-size:20px}.sell-info-categories-blocks{width:calc(100% + 32px);padding:0 8px;margin-left:-16px;overflow-x:scroll}.sell-info-categories-blocks-block{margin:0 8px}.sell-info-categories-description__description{width:100%}}.blog-article-products-section{margin:0!important}.cabinet-history-order-details-property{width:100%;display:flex;align-items:center;gap:12px}.cabinet-history-order-details-property__icon{width:24px;color:#070707}.cabinet-history-order-details-property-content{display:flex;flex-direction:column;flex-wrap:nowrap;gap:2px}.cabinet-history-order-details-property-content__title{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:120%;color:gray}.cabinet-history-order-details-property-content__value{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:140%;color:#070707}.cabinet-history-order-details-info{width:100%;padding:12px;background-color:#f8f8f8;border-radius:12px}.cabinet-history-order-details-info-top{width:100%;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #e0e0e0}.cabinet-history-order-details-info-top__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#070707;margin-bottom:12px}@media only screen and (max-width:800px){.cabinet-history-order-details-info-top__title{font-size:14px}}.cabinet-history-order-details-info-properties{width:100%;display:grid;grid-template-columns:226px auto;grid-gap:8px;gap:8px}@media only screen and (max-width:800px){.cabinet-history-order-details-info-properties{grid-template-columns:repeat(2,1fr)}}.cabinet-history-order-details-user{width:100%;padding:12px;background-color:#f8f8f8;border-radius:12px}.cabinet-history-order-details-user__item{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #e0e0e0}.cabinet-history-order-details-user__item:last-child{padding-bottom:0;margin-bottom:0;border:none}.audio-guide-player{width:100%;display:flex;align-items:center;gap:12px;padding:12px 24px 12px 12px;border-radius:12px;background-color:#fff;box-shadow:0 16px 67px rgba(0,0,0,.08),0 10.3704px 39.2384px rgba(0,0,0,.061),0 6.16296px 21.3407px rgba(0,0,0,.049),0 3.2px 10.8875px rgba(0,0,0,.04),0 1.3037px 5.45926px rgba(0,0,0,.031),0 .296296px 2.63657px rgba(0,0,0,.019)}.audio-guide-player-cover{width:100px;min-width:100px;height:100px;border-radius:14px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.audio-guide-player-cover{height:80px}}.audio-guide-player-controls{width:100%}.audio-guide-player-controls__title{font-size:14px;margin-bottom:12px}.audio-guide-player-controls-buttons{display:flex;align-items:center;gap:16px;width:100%;margin-bottom:8px}@media only screen and (max-width:1200px){.audio-guide-player-controls-buttons{gap:8px}}.audio-guide-player-controls-buttons__play{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;justify-content:center;align-items:center}.audio-guide-player-controls-buttons__play:disabled{cursor:not-allowed}.audio-guide-player-controls-buttons-bar{position:relative;cursor:pointer;width:100%;height:8px;background-color:#e6e6e6;border-radius:12px}.audio-guide-player-controls-buttons-bar-slider{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:16px;background-color:#285141;border-radius:5px;transition:left 1s linear}@media only screen and (max-width:1200px){.audio-guide-player-controls-buttons-bar-slider{width:8px}}.audio-guide-player-controls-buttons-bar-main{width:0;height:100%;background-color:#285141;border-radius:12px;transition:width 1s linear}.audio-guide-player-controls__times{font-size:12px;font-family:var(--font-manrope);font-weight:700}.sell-create-page-layout{width:100%;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;flex-wrap:nowrap}.simple-product-card{width:100%}.simple-product-card__image{width:100%;padding-top:calc(100%/.75);border-radius:8px;background-size:cover;background-position:50%;background-repeat:no-repeat}.simple-product-card__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;color:#070707;margin-top:4px}@media only screen and (max-width:1200px){.simple-product-card__title{font-size:14px}}.feedback-form-rating{width:100%}.feedback-form-rating__error{width:100%;font-family:var(--font-manrope);font-weight:700;font-size:12px;line-height:14.4px;color:#9a1a1a;margin-top:4px}.feedback-form-rating__items{width:100%;display:flex;justify-content:space-between}.feedback-form-rating-button{display:inline-block;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;width:-moz-fit-content;width:fit-content;padding:16px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;border-radius:9px;background-color:#f2f5f4;border:1px solid transparent;transition:background-color .2s linear,border-color .2s linear}.feedback-form-rating-button:disabled{cursor:not-allowed}@media(hover:hover){.feedback-form-rating-button:hover{background-color:#e9eeed}}.feedback-form-rating-button:enabled:active{background-color:#d5dfdc}.feedback-form-rating-button:disabled{cursor:default}.feedback-form-rating-button--selected{border-color:#285141}.feedback-form-rating-button--error{border-color:#9a1a1a}.feedback-form-rating-button__icon,.feedback-form-rating-button__value{color:#285141}.feedback-form-rating-button__value{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;text-align:center;margin-top:12px}.feedback-form{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px}.feedback-form__checkbox{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:120%;color:#070707}.feedback-form-researches{padding:8px;border-radius:12px;background-color:#f8f8f8}.feedback-form-researches__text{font-family:var(--font-manrope);font-weight:600;font-size:14px;margin-bottom:16px}.feedback-form-researches-radios{display:flex;gap:16px}.sell-create-tgbot-popup{display:flex;flex-direction:column;gap:16px}.sell-create-tgbot-popup__message{margin-top:8px;padding:12px;background-color:#fdf1e0;border:1px solid #f3aa3b;border-radius:12px;font-size:14px}.sell-create-tgbot-popup__message.gray{background-color:#f8f8f8;border:1px solid #f8f8f8}.sell-create-check-group{width:100%;padding:12px;border-radius:16px;background-color:#f8f8f8}.sell-create-check-group__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707;margin-bottom:12px}@media only screen and (max-width:1200px){.sell-create-check-group__title{font-size:14px;line-height:16.8px}}.sell-create-check-group__items{width:100%;display:flex;flex-direction:column;gap:8px}.sell-create-check-step{width:100%}.sell-create-check-step-content{width:100%;display:flex;flex-direction:column;gap:12px}.sell-create-check-step-content__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707}.sell-create-check-step-content-images{width:100%;display:flex;flex-wrap:wrap;gap:6px}.sell-create-check-step-content-images__item{width:100px;height:100px;flex-shrink:0;border-radius:12px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.sell-create-check-step-content-images__item{width:80px;height:80px}}.sell-create-finish-step{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-finish-step-top{width:100%;padding:24px 0;background-color:#285141}.sell-create-finish-step-top__title{width:100%;font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#fff}.sell-create-finish-step-next{margin-top:16px;padding:12px;background-color:#f2f5f4;border-radius:12px}.sell-create-finish-step-next__title{font-family:var(--font-manrope);font-weight:800;font-size:16px;line-height:19.2px;color:#070707;margin-bottom:16px}.sell-create-finish-step-next-item{width:100%;margin-bottom:20px}.sell-create-finish-step-next-item:last-child{margin-bottom:0}.sell-create-finish-step-next-item__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707}@media only screen and (max-width:1200px){.sell-create-finish-step-next-item__title{font-size:14px;line-height:16.8px}}.sell-create-finish-step-next-item__text{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:22.4px;color:#303030;margin-top:8px}@media only screen and (max-width:1200px){.sell-create-finish-step-next-item__text{font-size:12px;line-height:16.8px;margin-top:4px}}.sell-create-finish-step-next-item__text a{color:#285141;text-decoration:underline}.sell-create-finish-step-buttons{display:flex;gap:12px;padding-top:24px;padding-bottom:8px}@media only screen and (max-width:1200px){.sell-create-finish-step-buttons{margin-top:auto;flex-direction:column}}.sell-create-b2b-welcome{width:100%}@media only screen and (max-width:1200px){.sell-create-b2b-welcome__banner{background-position-x:left;background-position-y:-50px;background-size:120%}}.sell-create-b2b-category-items{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}@media only screen and (max-width:800px){.sell-create-b2b-category-items{grid-template-columns:repeat(2,minmax(0,1fr))}}.sell-create-b2b-category-type{width:100%;margin-top:24px}.sell-create-b2b-category-type__title{font-family:var(--font-manrope);font-weight:800;font-size:20px;line-height:24px;color:#070707;margin-bottom:16px}@media only screen and (max-width:1200px){.sell-create-b2b-category-type__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px}}.sell-create-b2b-images__guide{color:#285141}.sell-create-b2b-images-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}@media only screen and (max-width:800px){.sell-create-b2b-images-grid{grid-template-columns:repeat(3,1fr)}}.sell-create-b2b-images-guide-popup{padding-top:32px}.sell-create-b2b-product{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-b2b-product__inputs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}@media only screen and (max-width:1200px){.sell-create-b2b-product__inputs{grid-template-columns:100%}}.sell-create-b2b-product__input{width:100%}.sell-create-b2b-product__input--wide,.sell-create-b2b-product__input:last-child:nth-child(odd){grid-column:1/-1}.sell-create-manager-category-items{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}@media only screen and (max-width:1200px){.sell-create-manager-category-items{grid-template-columns:repeat(2,minmax(0,1fr))}.sell-create-manager-category-items__item:last-child:nth-child(odd){grid-column:span 2}}.sell-create-manager-images-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}@media only screen and (max-width:800px){.sell-create-manager-images-grid{grid-template-columns:repeat(3,1fr)}}.sell-create-manager-images-guide-popup{padding-top:32px}.sell-create-manager-product{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-manager-product__inputs{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px}.sell-create-manager-product__input{width:100%}.vipservice-form-checkbox{display:flex;align-items:center}@media only screen and (max-width:500px){.vipservice-form-checkbox{flex-direction:column;align-items:flex-start}}.vipservice-form-checkbox-item:first-child{margin-right:16px}@media only screen and (max-width:500px){.vipservice-form-checkbox-item:first-child{margin-bottom:11px}}.vipservice-form__policy{margin-top:8px;color:#838383;font-size:12px;margin-bottom:24px}@media only screen and (max-width:500px){.vipservice-form__policy{margin-top:16px}}.vipservice-form__policy>a{color:#838383;text-decoration:underline}.vipservice{margin:30px 0 80px;animation:open .3s}.vipservice .popup{align-items:center}.vipservice__title{width:500px;font-size:26px;text-align:center;margin:0 auto 10px}.vipservice__title.mb{margin:0 auto 25px}.vipservice__description{width:75%;font-size:18px;text-align:center;margin:0 auto}.vipservice-message{text-align:center}.vipservice-message__title{font-size:21px;margin-bottom:10px}.vipservice-message__subtitle{font-size:16px}.vipservice-main{display:flex;background-color:#f8f8f8;border-radius:24px;overflow:hidden;margin-bottom:60px}.vipservice-main-text{width:100%;padding:35px 50px 35px 65px}.vipservice-main-text__title{font-size:32px;margin-bottom:15px;font-family:var(--font-manrope);font-weight:800}.vipservice-main-text__description{color:#3f3f3f;font-size:16px;margin-bottom:25px}.vipservice-main-text__description>a{text-decoration:underline;color:#3f3f3f}.vipservice-main-image{min-width:600px;width:600px;min-height:520px;background-size:cover;background-position:50%;background-repeat:no-repeat}.vipservice-steps{margin-bottom:60px}.vipservice-steps__description{width:65%;font-size:16px;margin:0 auto 32px}.vipservice-steps-blocks-wrapper{display:flex;justify-content:space-between}.vipservice-steps-block{width:400px;text-align:center}.vipservice-steps-block-icon{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.vipservice-steps-block-icon-arrow{position:absolute;right:-180px}.vipservice-steps-block__title{font-family:var(--font-manrope);font-weight:600;font-size:22px;margin-bottom:10px}.vipservice-steps-block__description{font-size:16px}.vipservice-steps-media{display:none;margin-bottom:50px}.vipservice-steps-media__title{margin-bottom:32px}.vipservice-steps-media-block,.vipservice-steps-media-blocks-wrapper{display:flex;flex-direction:column;align-items:center}.vipservice-steps-media-block{width:310px;text-align:center;margin-bottom:15px}.vipservice-steps-media-block:last-child{margin-bottom:0}.vipservice-steps-media-block__title{margin-bottom:5px}.vipservice-steps-media-block__description{font-size:12px}.vipservice-steps-media-block-arrow{margin-top:15px}.vipservice-services{margin-bottom:60px}.vipservice-services-blocks-wrapper{display:flex;justify-content:space-between}.vipservice-services-block{padding:25px 30px;width:calc(33.3333333333% - 12.5px);text-align:center;background-color:#f8f8f8;border-radius:24px}.vipservice-services-block-icon{margin-bottom:15px}.vipservice-services-block__title{font-size:22px;margin-bottom:15px}.vipservice-services-block__subtitle{font-size:16px}.vipservice-bottom{padding:40px;background-color:#f8f8f8;border-radius:24px}.vipservice-bottom-form{width:615px;margin:0 auto}.vipservice-bottom-form__title{font-size:24px;margin-bottom:32px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.vipservice{margin-bottom:50px}.vipservice__title{width:100%;font-size:22px}.vipservice__description{font-size:14px}.vipservice-main{flex-direction:column;margin-bottom:50px}.vipservice-main-text{padding:15px;text-align:center;order:2}.vipservice-main-text__title{font-size:18px}.vipservice-main-text__description{font-size:14px;margin-bottom:15px}.vipservice-main-image{order:1;width:100%;min-width:100%;height:200px;min-height:200px;border-radius:0}.vipservice-steps{display:none}.vipservice-steps-media{display:block}.vipservice-services{margin-bottom:30px}.vipservice-services-blocks-wrapper{flex-direction:column}.vipservice-services-block{width:100%;padding:15px;margin-bottom:15px}.vipservice-services-block__title{font-size:17px}.vipservice-services-block__subtitle{font-size:14px}.vipservice-bottom{padding:15px}.vipservice-bottom-form{width:100%}}.web-installing{margin:24px 0;animation:open .3s}@media only screen and (max-width:1200px){.web-installing{margin:8px 0}}.web-installing-wrapper{display:flex;align-items:flex-start}@media only screen and (max-width:1200px){.web-installing-wrapper{flex-direction:column}}.web-installing-content{width:100%;max-width:785px;margin-left:170px}@media only screen and (max-width:1200px){.web-installing-content{max-width:100%;margin-top:16px;margin-left:0}}.web-installing-content-text{margin-bottom:40px}@media only screen and (max-width:1200px){.web-installing-content-text{margin-bottom:16px}}.web-installing-content-text__title{font-size:24px;font-family:var(--font-manrope);font-weight:800;margin-bottom:8px}.web-installing-content-text__description{font-size:16px}.web-installing-content-steps{display:flex;flex-wrap:wrap;gap:62px;row-gap:32px}@media only screen and (max-width:1200px){.web-installing-content-steps{flex-direction:column;margin-bottom:45px}}.web-installing-content-steps-step{width:calc(50% - 31px);border-radius:12px;overflow:hidden}@media only screen and (max-width:1200px){.web-installing-content-steps-step{width:100%}}.web-installing-content-steps-step-image{width:100%;height:140px;background-size:cover;background-position:50%;background-repeat:no-repeat}.web-installing-content-steps-step-text{height:100%;background-color:#f8f8f8;padding:16px 12px}@media only screen and (max-width:1200px){.web-installing-content-steps-step-text{padding:16px 8px 8px}}.web-installing-content-steps-step-text__title{font-size:20px;margin-bottom:8px}.web-installing-content-steps-step-text__description{font-size:14px}.web-installing-content-steps-step-text__description>a{border-bottom:1px solid #202020}.web-installing-content-steps-step-text__description>b{font-family:var(--font-manrope);font-weight:800}.tc-back-page{width:100%;height:40px;background:#fff;display:flex;align-items:center;position:-webkit-sticky;position:sticky;top:74px;z-index:999}@media only screen and (max-width:1200px){.tc-back-page{height:32px;top:52px}}.ya-split-popup{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:24px}.ya-split-popup-widget .ya-pay-widget{display:none!important}.ya-split-popup-widget .ya-pay-widget:first-child{display:block!important}.ya-split-popup-info{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.ya-split-popup-info__title{font-family:var(--font-manrope);font-weight:700;font-size:16px;line-height:120%;color:#070707}.ya-split-popup-info__description{line-height:140%;color:#070707}.ya-split-popup-info__description,.ya-split-popup-info__limit{font-family:var(--font-manrope);font-weight:500;font-size:14px}.ya-split-popup-info__limit{width:-moz-fit-content;width:fit-content;line-height:120%;color:#285141;text-decoration:underline;cursor:pointer}.ya-split-popup-boost{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;padding:8px;background-color:#f2f5f4;border-radius:12px}.ya-split-popup-boost__title{font-family:var(--font-manrope);font-weight:700;font-size:16px;line-height:120%;color:#285141}.ya-split-popup-boost__subtitle{line-height:140%;color:#070707}.ya-split-popup-boost__link,.ya-split-popup-boost__subtitle{font-family:var(--font-manrope);font-weight:500;font-size:14px}.ya-split-popup-boost__link{width:-moz-fit-content;width:fit-content;line-height:120%;color:#285141;text-decoration:underline;cursor:pointer}.order-form{position:-webkit-sticky;position:sticky;top:130px;width:100%;background-color:#f8f8f8;border-radius:16px}@media only screen and (max-width:1200px){.order-form{position:static}}.order-form__group{width:100%;padding:20px 30px}@media only screen and (max-width:1200px){.order-form__group{padding:16px}}.order-form__title{width:100%;margin-bottom:16px;font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#202020}.order-form__row{width:100%;display:flex;justify-content:space-between;margin-bottom:12px}.order-form__row:last-of-type{margin-bottom:0}@media only screen and (max-width:800px){.order-form__row{flex-direction:column;justify-content:flex-start;gap:12px}}.order-form__column{width:100%;display:flex;flex-direction:column;margin-bottom:16px}.order-form__column:last-of-type{margin-bottom:0}.order-form__email{width:100%;margin-bottom:12px}.order-form__email-extra{margin-top:4px}.order-form__email-loader{width:100%;height:75px}.order-form__field{width:100%}.order-form__field--half{width:49%}@media only screen and (max-width:800px){.order-form__field--half{width:100%}}.order-form__field--quarter{width:24%}@media only screen and (max-width:800px){.order-form__field--quarter{width:100%}}.order-form__field-description{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:24px;color:#202020;text-align:left;padding-top:8px;padding-left:28px}.order-form__field-description>span{display:block;margin-bottom:4px}.order-form__field-description>a{font-family:var(--font-manrope);font-weight:600;color:#285141;text-decoration:underline}.order-form-not-auth{width:100%}.order-form-not-auth__text{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:16.8px;text-align:left;color:#a0a0a0}.order-form-not-auth__checkbox{margin-top:8px}.order-form-not-auth-exists{width:100%;padding:12px;background-color:#fff;border-radius:12px;display:flex;align-items:center;gap:16px}.order-form-not-auth-exists__icon-wrapper{width:44px;height:44px;flex-shrink:0;background-color:#f8f8f8;border-radius:50%;display:flex;justify-content:center;align-items:center}.order-form-not-auth-exists__icon{width:28px;color:#285141}.order-form-not-auth-exists__title{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;text-align:left;color:#285141}.order-form-not-auth-exists__title span{font-family:var(--font-manrope);font-weight:600;color:#285141;text-decoration:underline}.order-form-not-auth-exists__subtitle{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:16.8px;text-align:left;color:#a0a0a0;margin-top:4px}.order-cart{width:100%}.order-cart__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.order-cart__title{font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:24px;text-align:left;color:#202020}.order-cart__list{width:100%;display:flex;flex-direction:column;gap:16px}.order-products-check-all{width:100%;margin-bottom:16px}.order-products-check-all__title{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:22.4px;text-align:left;color:#070707}.order-promo-code{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.order-promo-code__button-wrap{height:60px;display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width:1200px){.order-promo-code__button-wrap{height:65px}}.order-submit{width:100%;display:flex;flex-direction:column;align-items:center}.order-submit__text{width:100%;color:gray;text-align:center;margin-bottom:16px}.order-submit__text,.order-submit__text a{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:15.6px}.order-submit__text a{color:#285141;text-decoration:underline}.order-summary{width:100%;display:flex;flex-direction:column;gap:12px}.order-summary-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#070707}.order-summary-item--green{color:#285141}.order-summary-item__title,.order-summary-item__value{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:22.4px;color:inherit}.order-summary-item__title{text-align:left}.order-summary-item__value{text-align:right}.order-sidebar{width:100%;position:-webkit-sticky;position:sticky;top:130px;background-color:#f8f8f8;border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:1200px){.order-sidebar{position:static;padding:16px}}.product-info-title-split{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;align-items:center;margin-top:8px}.product-info-title-split:disabled{cursor:not-allowed}.product-info-title-exit-price-popup{width:100%}.product-info-title-exit-price-popup-input{margin-bottom:12px}.product-info-title-exit-price-popup__value{font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:120%;color:#070707}.product-info-title-exit-price-popup__value>span{font-family:var(--font-manrope);font-weight:700;color:#285141}.product-info-title-exit-price{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:inline-flex;align-items:center;margin-top:12px}.product-info-title-exit-price:disabled{cursor:not-allowed}.product-info-title-exit-price-badge{display:inline-flex;align-items:center;padding:2px 4px;border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:2px;border-bottom-right-radius:2px;background-color:#f2f5f4;color:#285141}.product-info-title-exit-price-badge__title{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:100%;margin-left:2px}.product-info-title-exit-price__title{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:120%;color:#070707;margin:0 4px}.product-share-popup{width:100%}.product-share-popup__link{width:100%;padding:12px;margin-bottom:12px;font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:120%;color:#070707;background-color:#f8f8f8;border-radius:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-info-title{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;margin-bottom:24px}@media only screen and (max-width:1200px){.product-info-title{margin-bottom:20px}}.product-info-title__vendor{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:gray}.product-info-title__name{font-family:var(--font-manrope);font-weight:400;font-size:28px;line-height:140%;color:#070707}@media only screen and (max-width:1200px){.product-info-title__name{font-size:24px}}.product-info-title__not-available{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:100%;color:#070707}.product-info-title__finance--disabled{opacity:.25}.product-info-title-price{display:flex;align-items:baseline}.product-info-title-price__actual{font-family:var(--font-manrope);font-weight:500;font-size:24px;line-height:120%;color:#070707}@media only screen and (max-width:1200px){.product-info-title-price__actual{font-size:22px}}.product-info-title-price__old{font-family:var(--font-manrope);font-weight:500;font-size:18px;line-height:100%;color:gray;text-decoration:line-through;margin-left:12px}.product-info-actions{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px;margin-bottom:24px}@media only screen and (max-width:1200px){.product-info-actions{margin-bottom:0}.product-info-actions--can-buy{margin-bottom:20px!important}}.product-info-actions__buttons{width:100%;display:grid;grid-template-columns:auto 50px 50px;grid-gap:12px;gap:12px}@media only screen and (max-width:1200px){.product-info-actions__buttons{grid-template-columns:auto 50px;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background-color:#fff;z-index:20}}.product-info-actions__cart-btn--in-cart{background-color:#1e3d31}.product-info-actions-exchange{width:100%;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#f8f8f8;border-radius:12px;transition:background-color .2s linear}@media(hover:hover){.product-info-actions-exchange:hover{background-color:#f0f0f0}}.product-info-actions-exchange__left{display:flex;align-items:center;gap:4px}.product-info-actions-exchange__title{font-family:var(--font-manrope);font-weight:400;font-size:14px;line-height:140%;color:#070707}.product-info-actions-exchange__icon{color:#070707}