.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 .tc-button__label{font-size:12px;line-height:120%}.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}.tc-button--theme-light-border{background-color:#f2f5f4;border:1px solid #285141;color:#285141}.tc-button--theme-white{background-color:#fff;border:1px solid #fff;color:#202020}.tc-button--theme-white-border{border:1px solid #fff;color:#fff}.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,.tc-button--theme-inline-black,.tc-button--theme-inline-red{height:auto;padding:0;gap:4px}.tc-button--theme-inline-black.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-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}@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:10px;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:disabled{cursor:not-allowed}.tc-icon-button--dark{color:#0b0b0b}.tc-icon-button--light{color:#fff}.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--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:600;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}.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}.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}.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}.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{width:100%;display:flex;align-items:center;gap:8px;padding:8px;background-color:#f2f5f4;border:1px solid #285141;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:#285141}.tc-alert-content{flex:1 1}.tc-alert-content__description,.tc-alert-content__title{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:140%;color:#070707}.tc-alert-content__description{margin-top:4px}.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:#838383}.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}.product-card-skeleton{padding-top:calc(133.3333333333% + 85px)}.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-thumbnails{width:100%;height:100%;position:absolute;inset:0;z-index:1}@media(hover:hover){.product-thumbnails:hover .product-thumbnails__arrow{opacity:1;visibility:visible;transform:translateY(-50%) scale(1)}}.product-thumbnails__arrow{position:absolute;top:50%;z-index:3;opacity:0;visibility:hidden;transform:translateY(-50%) scale(0);transition:opacity .2s linear,transform .2s linear,visibility .2s linear}@media only screen and (max-width:1200px){.product-thumbnails__arrow{display:none}}.product-thumbnails__arrow--prev{left:4px}.product-thumbnails__arrow--next{right:4px}.product-thumbnails-nav{position:absolute;bottom:8px;left:0;right:0;width:100%;display:flex;justify-content:center;align-items:center;gap:4px;z-index:4}@media only screen and (max-width:1200px){.product-thumbnails-nav{bottom:6px}}.product-thumbnails-nav__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;width:8px;height:8px;flex-shrink:0;border-radius:50%;background-color:silver;transition:background-color .2s linear}.product-thumbnails-nav__item:disabled{cursor:not-allowed}@media(hover:hover){.product-thumbnails-nav__item:hover{background-color:gray}}@media only screen and (max-width:1200px){.product-thumbnails-nav__item{width:6px;height:6px}}.product-thumbnails-nav__item--active{background-color:#303030}.product-thumbnails__cover{display:flex;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.product-thumbnails-carousel{width:100%!important;height:100%!important}.product-thumbnails-carousel-item{display:flex;width:100%;height:100%}.product-thumbnails-carousel .slick-list,.product-thumbnails-carousel .slick-track{height:100%}.product-thumbnails-carousel .slick-slide>div{width:100%;height:100%}.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}.brands-list-block{width:100%;margin-bottom:32px}@media only screen and (max-width:800px){.brands-list-block{margin-bottom:24px}}.brands-list-block__title{width:100%;font-family:var(--font-manrope);font-weight:400;font-size:26px;line-height:140%;color:#070707;margin-bottom:12px}@media only screen and (max-width:800px){.brands-list-block__title{font-size:20px;line-height:120%}}@media only screen and (max-width:500px){.brands-list-block__title{font-family:var(--font-manrope);font-weight:500}}.brands-list-block-items{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px 24px;gap:12px 24px}@media only screen and (max-width:800px){.brands-list-block-items{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:500px){.brands-list-block-items{grid-template-columns:100%}}.brands-list-block-items__link{width:-moz-fit-content;width:fit-content;font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:140%;color:#070707}@media only screen and (max-width:500px){.brands-list-block-items__link{font-size:14px}}@media(hover:hover){.brands-list-block-items__link:hover{text-decoration:underline}}.brands-list{width:calc(100% - 32px);max-width:564px;margin:8px auto 0}.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:100vh;height:100svh;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:16px;padding-top:calc(110px + var(--top-message-height));padding-bottom: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:60px;padding-top:calc(52px + var(--top-message-height));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:100vh;height:100svh;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:16px;padding-top:calc(110px + var(--top-message-height));padding-bottom: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:calc(52px + var(--top-message-height));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:calc(1px - (110px + var(--top-message-height)) - 1px);position:relative}@media only screen and (max-width:1200px){.home-main-banner{margin-top:calc(1px - (52px + var(--top-message-height)) - 1px)}}.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{position:relative}.home-brands__title{font-size:26px;font-weight:500;margin-bottom:15px}@media only screen and (max-width:1200px){.home-brands-slider-wrapper{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}}.home-brands-slider{border-radius:16px;overflow:hidden}.home-brands-slider-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-color:#f8f8f8;height:100%;width:250px;padding:8px;text-align:center;border-radius:12px}.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}.home-brands-slider-item__title{font-size:16px;margin-bottom:8px}@media only screen and (max-width:1200px){.home-brands__title{display:flex;align-items:center;font-weight:800;font-size:16px}.home-brands-slider-item{width:100%;background-color:transparent}.home-brands-slider-item-image{width:85px;height:85px;border-radius:50%}}.home-concierge-mobile{margin:24px 0;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{position:relative}.home-categories__title{font-size:26px;font-weight:500;margin-bottom:15px}@media only screen and (max-width:1200px){.home-categories-slider-wrapper{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}}.home-categories-slider{border-radius:16px;overflow:hidden}.home-categories-slider-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-color:#f8f8f8;height:100%;width:100%;padding:8px;text-align:center;border-radius:12px}.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}.home-categories-arrow{cursor:pointer;position:absolute;z-index:1;top:50%;transform:translateY(-50%);background-color:transparent;border:none;transition:.2s ease}.home-categories-arrow:hover{transform:scale3d(1.02,1.02,1.02) translateY(-50%)}.home-categories-arrow:active{transform:scale3d(.95,.95,.95) translateY(-50%)}.home-categories-arrow.prev{left:-15px}.home-categories-arrow.next{right:-15px}@media only screen and (max-width:1200px){.home-categories__title{font-weight:800;font-size:16px}.home-categories-arrow{display:none}.home-categories-slider-item{background-color:transparent}.home-categories-slider-item-image{width:85px;height:85px;border-radius:50%}}.home-about{display:flex;margin-bottom:50px;overflow:hidden;border-radius:12px}.home-about-image{width:50%;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-about-text{background-color:#285141;padding:110px 75px;width:50%;color:#fff}.home-about-text__title{font-size:26px;margin-bottom:15px}.home-about-text__description{font-size:16px;margin-bottom:25px}@media only screen and (max-width:1200px){.home-about{position:relative;margin:22px 0;height:100%}.home-about-image{width:100%}.home-about-text{width:100%;position:absolute;left:0;bottom:0;padding:12px;background-color:transparent}.home-about-text__title{font-size:26px;margin-bottom:5px}.home-about-text__description{font-size:16px;margin-bottom:0}}.catalog-filters-top-media{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;padding-bottom:8px;position:-webkit-sticky;position:sticky;top:calc(52px + var(--top-message-height));background-color:#fff;z-index:999;opacity:1}.catalog-filters-top-media-observer{width:100%;height:1px;opacity:0}.catalog-filters-top-media--scrolled{transition:transform .2s linear,opacity .2s linear}.catalog-filters-top-media--down{transform:translateY(-100%);opacity:0}.catalog-filters-top-media--up{transform:translateY(0)}.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:133.3333333333%;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}.catalog-fast-filters{display:flex;margin-left:32px}.catalog-fast-filters__btn{white-space:nowrap;margin-right:8px}@media only screen and (max-width:1200px){.catalog-fast-filters{width:calc(100% + 32px);margin-top:12px;margin-left:-16px;margin-right:-16px;overflow-x:auto}.catalog-fast-filters__btn:first-child{margin-left:16px}.catalog-fast-filters__btn:last-child{margin-right:16px}}.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%}.catalog-products-section{width:100%;margin:48px 0}@media only screen and (max-width:1200px){.catalog-products-section{margin:24px 0}}.catalog-products-section__title{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;font-family:var(--font-manrope);font-weight:500;font-size:26px;line-height:38px;text-align:left;margin-bottom:12px}@media only screen and (max-width:1200px){.catalog-products-section__title{font-family:var(--font-manrope);font-weight:800;font-size:16px;line-height:19.2px}}.catalog-products-section__wrapper{width:100%;position:relative}@media only screen and (max-width:1200px){.catalog-products-section__wrapper{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}}.catalog-products-section__slider,.catalog-products-section__slider-slide{width:100%}@media only screen and (max-width:1200px){.catalog-products-section__slider-slide{max-width:200px}}.catalog-products-section__slider-arrow{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:50%;transform:translateY(-50%);z-index:1;transition:transform .2s linear}.catalog-products-section__slider-arrow:disabled{cursor:not-allowed}@media only screen and (max-width:1200px){.catalog-products-section__slider-arrow{display:none}}.catalog-products-section__slider-arrow:hover{transform:translateY(-50%) scale3d(1.02,1.02,1.02)}.catalog-products-section__slider-arrow:active{transform:translateY(-50%) scale3d(.95,.95,.95)}.catalog-products-section__slider-arrow--prev{left:-16px}.catalog-products-section__slider-arrow--next{right:-16px}.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}.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)}}.concierge-main-banner{margin-top:calc(1px - (110px + var(--top-message-height)) - 1px);position:relative;width:100%;height:90vh;height:90svh;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;color:#fff;z-index:2;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:800px){.concierge-main-banner{margin-top:calc(1px - (52px + var(--top-message-height)) - 1px);height:100vh;height:100svh;padding:22px 16px 90px}}.concierge-main-banner__title{max-width:650px;font-family:var(--font-manrope);font-weight:500;font-size:40px;white-space:pre-wrap;color:#fff}@media only screen and (max-width:800px){.concierge-main-banner__title{font-size:26px}}.concierge-main-banner__description{font-family:var(--font-manrope);font-weight:500;width:100%;max-width:750px;font-size:14px;margin-top:12px}@media only screen and (max-width:800px){.concierge-main-banner__description{max-width:350px}.concierge-main-banner__description>br{display:none}}.concierge-main-banner__button{margin-top:16px}@media only screen and (max-width:800px){.concierge-main-banner__button{margin-top:24px}}.public-favorites{width:100%;animation:open .3s}.public-favorites-wrapper{display:flex;justify-content:space-between;align-items:flex-start;padding:50px 0}@media only screen and (max-width:1200px){.public-favorites-wrapper{padding:16px 0;flex-direction:column}}.public-favorites-name{width:250px;text-align:center;background-color:#f8f8f8;padding:16px;border-radius:12px;font-size:16px;flex-shrink:0;margin-right:60px}.public-favorites-name__title{font-weight:600}@media only screen and (max-width:1200px){.public-favorites-name{width:100%;margin-bottom:16px}}.public-favorites__products{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 8px;gap:24px 8px}@media only screen and (max-width:1200px){.public-favorites__products{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:800px){.public-favorites__products{grid-template-columns:repeat(2,1fr);gap:16px 8px}}.cart{width:100%;padding-bottom:24px;background-color:#fff}.cart__wrapper{width:100%;display:flex;flex-direction:column;gap:12px;padding-top:16px;padding-bottom:8px}.cart__list{width:100%;padding:8px 12px;background-color:#f8f8f8;border-radius:12px}.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}.concierge-catalog-filters{width:100%}.concierge-catalog-filters__items{width:100%;margin-bottom:10px}@media only screen and (max-width:1200px){.concierge-catalog-filters__items{margin-bottom:16px}}.concierge-catalog-filters-media{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;margin-bottom:-16px;padding:16px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:16px;gap:16px;background-color:#fff;border-top:1px solid #f8f8f8;position:-webkit-sticky;position:sticky;bottom:0;z-index:100000}.concierge-catalog{width:100%;display:grid;grid-template-columns:264px auto;grid-gap:32px;gap:32px;margin-top:24px}@media only screen and (max-width:1200px){.concierge-catalog{grid-template-columns:100%;gap:16px;margin-top:16px}}.concierge-catalog-products{width:100%}.concierge-catalog-products__grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 8px;gap:24px 8px}@media only screen and (max-width:1200px){.concierge-catalog-products__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:800px){.concierge-catalog-products__grid{grid-template-columns:repeat(2,1fr)}}.concierge-catalog-products-pagination{width:100%;margin-top:24px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:16px}.concierge-catalog-products-pagination__btn{width:50%}@media only screen and (max-width:1200px){.concierge-catalog-products-pagination__btn{width:100%}}.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}}.order{width:100%;padding-top:32px;padding-bottom:70px;animation:open .3s}@media only screen and (max-width:1200px){.order{padding-top:0;padding-bottom:24px}}.order__back{margin-bottom:20px}.order__wrapper{width:100%;display:grid;grid-template-columns:60% auto;align-items:flex-start;grid-gap:80px;gap:80px}@media only screen and (max-width:1200px){.order__wrapper{grid-template-columns:100%;gap:24px}}.order__loader{width:100%;height:600px}.home-sell{display:flex;justify-content:space-between;background-color:#f8f8f8;overflow:hidden;margin:50px 0;border-radius:12px}.home-sell-image{width:50%;background-size:cover;background-position:50%;background-repeat:no-repeat}.home-sell-text{width:50%;padding:60px 25px 60px 50px}.home-sell-text__title{font-size:26px;margin-bottom:15px}.home-sell-text__subtitle{font-size:22px;margin-bottom:10px;font-family:var(--font-manrope);font-weight:600}.home-sell-text__description{font-size:16px;margin-bottom:25px}.home-sell-text__btn{width:300px}@media only screen and (max-width:1200px){.home-sell{flex-direction:column;padding:25px 15px;margin-bottom:25px}.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;margin-bottom:50px}.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}}@media only screen and (max-width:500px){.home-sell-partners{margin-bottom:25px}}.home-waiting{display:flex;justify-content:space-between;background-color:#f8f8f8;overflow:hidden;margin-bottom:64px;border-radius:12px}.home-waiting-text{padding:150px 100px}.home-waiting-text__title{font-size:26px;margin-bottom:10px}.home-waiting-text__description{font-size:16px;margin-bottom:25px}.home-waiting-image{width:45%;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.home-waiting{flex-direction:column;padding:15px}.home-waiting-image{height:300px;width:100%;border-radius:12px}.home-waiting-text{order:2;text-align:center;padding:25px}.home-waiting-text__title{font-size:18px}.home-waiting-text__description{font-size:12px}.home-waiting-text__btn{color:#285141;background-color:transparent}}@media only screen and (max-width:500px){.home-waiting{margin-bottom:24px}}.selections-slider{width:100%;margin:50px 0}@media only screen and (max-width:1200px){.selections-slider{margin:22px 0}}.selections-slider__title{display:block;font-size:26px;font-weight:500;margin-bottom:15px}@media only screen and (max-width:1200px){.selections-slider__title{font-weight:800;font-size:17px}}.selections-slider__wrapper{width:100%;position:relative}@media only screen and (max-width:1200px){.selections-slider__wrapper{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}}.selections-slider__carousel{width:100%}.selections-slider__carousel .swiper-slide{height:auto!important}@media only screen and (max-width:1200px){.selections-slider__carousel .swiper-slide{max-width:220px}}.selections-slider__arrow{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;cursor:pointer;position:absolute;z-index:1;top:50%;transform:translateY(-50%);transition:.2s ease}.selections-slider__arrow:disabled{cursor:not-allowed}.selections-slider__arrow:hover{transform:translateY(-50%) scale3d(1.02,1.02,1.02)}.selections-slider__arrow:active{transform:translateY(-50%) scale3d(.95,.95,.95)}.selections-slider__arrow--prev{left:-15px}.selections-slider__arrow--next{right:-15px}@media only screen and (max-width:1200px){.selections-slider__arrow{display:none}}.selections-slider-card{width:100%;height:100%;display:block;background-color:#f8f8f8;border-radius:12px;overflow:hidden}@media only screen and (max-width:1200px){.selections-slider-card{background-color:transparent}}.selections-slider-card__cover{width:100%;height:190px;position:relative;overflow:hidden}@media only screen and (max-width:1200px){.selections-slider-card__cover{height:120px}}.selections-slider-card__image{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:1200px){.selections-slider-card__image{overflow:hidden;border-radius:12px}}.selections-slider-card__title{padding:8px 8px 16px;font-family:var(--font-manrope);font-weight:600;font-size:16px;color:#202020}@media only screen and (max-width:1200px){.selections-slider-card__title{padding-top:8px;padding-left:0;font-size:14px}}.blog-article-products-section{margin:0!important}.blog-article-block{width:100%}.blog-article-block__item:first-child{margin-top:0!important}.blog-article-block__title{font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:120%;color:#070707}.blog-article-block-description{width:100%;padding-top:12px}.blog-article-block-description--no-title{padding-top:0}.blog-article-block__image{margin-top:24px}.blog-article-block-gallery{width:100%;display:flex;justify-content:center;gap:16px;margin-top:24px}@media only screen and (max-width:800px){.blog-article-block-gallery{width:calc(100% + 32px);margin-left:-16px;padding:0 16px;justify-content:flex-start;overflow:auto}}.blog-article-block-gallery-item{width:100%}@media only screen and (max-width:800px){.blog-article-block-gallery-item{width:300px;flex-shrink:0}}.blog-article-block-gallery-item__img{width:100%;height:400px}.blog-article-block__button,.blog-article-block__products{margin-top:24px}.blog-article{width:100%}.blog-article__header{padding:8px 0}.blog-article__content{padding-top:16px;padding-bottom:32px}.blog-article-main{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap}.blog-article-main__title{font-family:var(--font-manrope);font-weight:800;font-size:32px;line-height:120%;color:#070707}.blog-article-main__date{font-family:var(--font-manrope);font-weight:700;font-size:14px;line-height:120%;color:gray;margin-top:16px}.blog-article-main__line{width:100%;height:1px;background-color:#070707;margin-top:16px}.blog-article-main__description{width:100%;font-family:var(--font-manrope);font-weight:700;font-size:20px;line-height:120%;color:#070707;margin-top:16px}.blog-article-main__image{margin-top:24px}.blog-article-blocks{width:100%;margin-top:32px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:32px}.cabinet-favorites-share-button{max-width:-moz-fit-content;max-width:fit-content;margin-bottom:24px}@media only screen and (max-width:800px){.cabinet-favorites-share-button{max-width:100%}}.cabinet-favorites-share-popup{width:100%}.cabinet-favorites-share-popup__link{width:100%;padding:12px;margin-bottom:24px;font-size:14px;background-color:#f8f8f8;border-radius:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cabinet-favorites{width:100%;background-color:#fff;padding:24px;border-radius:12px;animation:open .3s}@media only screen and (max-width:1200px){.cabinet-favorites{padding:0}}.cabinet-favorites__products{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 8px;gap:24px 8px}@media only screen and (max-width:1200px){.cabinet-favorites__products{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:800px){.cabinet-favorites__products{grid-template-columns:repeat(2,1fr);gap:16px 8px}}.audio-guide-player{margin:55px auto;display:flex;align-items:center;gap:12px;width:100%;max-width:1080px;padding:12px 24px 12px 12px;border-radius:12px;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)}@media only screen and (max-width:1200px){.audio-guide-player{margin:16px 0 32px}}.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:133.3333333333%;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-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(2,minmax(0,1fr));grid-gap:8px;gap:8px}.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:calc(110px + var(--top-message-height));z-index:999}@media only screen and (max-width:1200px){.tc-back-page{height:32px;top:calc(52px + var(--top-message-height))}}