.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: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;color:#fff;border-radius:50px;background-color:#9a1a1a;text-align:center;padding:0 4px}.notification-badge--size-l{min-width:20px;height:20px}.notification-badge--size-s{min-width:16px;height:16px}.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}.tc-copyable-text{display:inline-block;width:-moz-fit-content;width:fit-content;cursor:pointer;transition:opacity .2s ease-out}.tc-copyable-text:active{opacity:.7}.tc-copyable-text__text{font:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;font-feature-settings:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit;text-transform:inherit;text-indent:inherit;text-decoration:inherit;text-rendering:inherit;white-space:inherit;word-break:inherit;word-wrap:inherit;-webkit-hyphens:inherit;hyphens:inherit;direction:inherit;unicode-bidi:inherit;color:inherit;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tc-copyable-text__icon{display:inline-flex;align-items:center;vertical-align:middle;flex-shrink:0;margin-left:8px}.tc-markdown{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:140%;color:#070707}.tc-markdown h1,.tc-markdown h2,.tc-markdown h3,.tc-markdown h4,.tc-markdown h5,.tc-markdown h6{font-family:var(--font-manrope);font-weight:700;margin-top:20px;margin-bottom:12px}.tc-markdown h1{font-size:22px}.tc-markdown h1,.tc-markdown h2{margin-top:28px;margin-bottom:20px}.tc-markdown h2{font-size:20px}.tc-markdown h3{font-size:18px}.tc-markdown h4{font-size:16px}.tc-markdown h5{font-size:14px}.tc-markdown p{margin-top:0;margin-bottom:10px}.tc-markdown a,.tc-markdown p{font-family:var(--font-manrope);font-weight:500;line-height:140%}.tc-markdown a{color:#5358f5}@media(hover:hover){.tc-markdown a:hover{text-decoration:underline}}.tc-markdown b,.tc-markdown strong{font-family:var(--font-manrope);font-weight:700}.tc-markdown ol,.tc-markdown ul{margin-top:0;margin-bottom:12px;padding-left:20px}.tc-markdown li{font-family:var(--font-manrope);font-weight:500;margin-bottom:8px}.tc-markdown li:last-child{margin-bottom:0}.tc-markdown img{max-width:100%;height:auto}.tc-markdown figure.table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 12px}.tc-markdown table{width:100%;border-collapse:collapse}.tc-markdown td,.tc-markdown th{padding:12px;border:1px solid #f0f0f0;text-align:left}.tc-markdown th{background-color:#f2f5f4;font-family:var(--font-manrope);font-weight:700}.tc-markdown td{font-family:var(--font-manrope);font-weight:500}.tc-markdown hr{border:0;height:1px;background-color:#070707;margin:20px 0}.tc-markdown blockquote{width:100%;margin:24px 0;display:flex;justify-content:center;align-items:center;font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:140%;text-align:center}.tc-markdown blockquote p{font:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;font-feature-settings:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;letter-spacing:inherit;word-spacing:inherit;text-align:inherit;text-transform:inherit;text-indent:inherit;text-decoration:inherit;text-rendering:inherit;white-space:inherit;word-break:inherit;word-wrap:inherit;-webkit-hyphens:inherit;hyphens:inherit;direction:inherit;unicode-bidi:inherit;color:inherit;margin:0;max-width:480px}.tc-markdown>:first-child{margin-top:0!important}.tc-markdown>:last-child{margin-bottom:0!important}.tc-bread-crumbs{display:flex;align-items:center;margin-bottom:25px}@media only screen and (max-width:1200px){.tc-bread-crumbs{position:absolute;top:calc(52px + 8px);left:16px;z-index:2}}.tc-bread-crumbs>svg{margin:0 16px}@media only screen and (max-width:1200px){.tc-bread-crumbs>svg{display:none}}.tc-bread-crumbs-back{width:24px;height:24px;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-right:32px;border-radius:50%}.tc-bread-crumbs-back:disabled{cursor:not-allowed}@media only screen and (max-width:1200px){.tc-bread-crumbs-back{margin-right:0}}.tc-bread-crumbs-media-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}.tc-bread-crumbs-media-button:disabled{cursor:not-allowed}.tc-bread-crumbs-media-button__text{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;margin-left:4px;color:#070707}.tc-bread-crumbs__item{color:#838383;transition:.2s ease}@media only screen and (max-width:1200px){.tc-bread-crumbs__item{display:none}}.tc-bread-crumbs__item:hover{color:#285141}@media only screen and (max-width:1200px){.tc-bread-crumbs__item:first-child{display:block}}.tc-bread-crumbs__item:last-child{text-decoration:underline;color:#202020}.tc-bread-crumbs__item:last-child:hover{color:#202020}.manager-contacts-items{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:16px}.manager-contacts-item{width:100%;padding:8px 16px;background-color:#f8f8f8;display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:12px;transition:background-color .2s linear}@media(hover:hover){.manager-contacts-item:hover{background-color:#f0f0f0}}.manager-contacts-item__icon{color:#303030}.manager-contacts-item__title{flex:1 1;font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:120%;text-align:left;color:#070707}.manager-contacts-popup{position:fixed;bottom:80px;right:20px;z-index:10002}@media only screen and (max-width:1200px){.manager-contacts-popup{right:84px;bottom:96px}}@media only screen and (max-width:500px){.manager-contacts-popup{bottom:0;left:0;right:0}}.manager-contacts-button,.manager-contacts-popup__content{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)}.manager-contacts-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;position:fixed;bottom:16px;right:20px;z-index:1001;width:52px;height:52px;display:flex;justify-content:center;align-items:center;color:#285141;background-color:#fff;border-radius:12px}.manager-contacts-button:disabled{cursor:not-allowed}.manager-contacts-button--opened{z-index:10001}@media only screen and (max-width:1200px){.manager-contacts-button{bottom:calc(var(--tab-bar-height) + 8px);right:16px}.manager-contacts-button--product{bottom:96px!important}}.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}.favorites-empty{width:100%;padding:120px 30px}.favorites-button-icon{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;flex-direction:column;align-items:center}.favorites-button-icon:disabled{cursor:not-allowed}.favorites-button-icon__icon{width:28px;color:gray}@media only screen and (max-width:1200px){.favorites-button-icon__icon{width:24px}}.favorites-button-icon--in-favorites .favorites-button-icon__icon{color:#285141}.favorites-button-icon__count{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;text-align:center;color:gray}.product-card{width:100%;overflow:hidden}.product-card__btn{height:38px;margin-top:4px}.product-card__btn-text{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit}@media screen and (max-width:1200px){.product-card__btn-text--desktop{display:none}}.product-card__btn-text--mobile{display:none}@media screen and (max-width:1200px){.product-card__btn-text--mobile{display:block}}.product-card:hover .product-card-cover__arrow{opacity:1;visibility:visible;transform:scale(1)}.product-card-cover{width:100%;position:relative;padding-top:133.3333333333%;border-radius:8px;background-color:#f8f8f8;overflow:hidden}.product-card-cover__link{display:block;width:100%;height:100%}.product-card-cover__link--single{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.product-card-cover__carousel{position:absolute!important;top:0;left:0;right:0;bottom:0;z-index:0!important;width:100%!important;height:100%!important;border-radius:8px;overflow:hidden}.product-card-cover__carousel-dots{position:absolute;bottom:8px;left:0;width:100%;display:flex;justify-content:center;align-items:center;gap:4px;z-index:4}@media screen and (max-width:1200px){.product-card-cover__carousel-dots{bottom:6px}}.product-card-cover__carousel-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:8px;height:8px;flex-shrink:0;border-radius:50%;background-color:silver;transition:background-color .2s linear}.product-card-cover__carousel-dot:disabled{cursor:not-allowed}@media(hover:hover){.product-card-cover__carousel-dot:hover{background-color:gray}}@media screen and (max-width:1200px){.product-card-cover__carousel-dot{width:6px;height:6px}}.product-card-cover__carousel-dot--active{background-color:#303030}.product-card-cover__carousel .slick-list,.product-card-cover__carousel .slick-track{height:100%}.product-card-cover__carousel .slick-slide>div{width:100%;height:100%}.product-card-cover__image{width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.product-card-cover__image--desktop{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:0}.product-card-cover__image--active{display:block}.product-card-cover__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;width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;margin-top:-12px;z-index:3;opacity:0;visibility:hidden;transform:scale(0);transition:opacity .2s linear,transform .2s linear,visibility .2s linear}.product-card-cover__arrow:disabled{cursor:not-allowed}@media screen and (max-width:1200px){.product-card-cover__arrow{display:none}}.product-card-cover__arrow--prev{left:4px}.product-card-cover__arrow--next{right:4px}.product-card-cover__badges{position:absolute;top:0;left:0;padding:8px;z-index:1}.product-card-favorites{position:absolute;top:0;right:0;padding:8px;z-index:2}.product-card-info{display:flex;flex-direction:column}.product-card-info__name{font-family:var(--font-manrope);font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;line-height:19.6px;color:#070707;margin-top:2px}@media screen and (max-width:1200px){.product-card-info__name{font-family:var(--font-manrope);font-weight:600;line-height:16.8px}}.product-card-info__condition{font-family:var(--font-manrope);font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#070707;font-size:14px;line-height:19.6px;margin-top:2px}.product-card-info__condition-value{font-family:var(--font-manrope);font-weight:700}@media screen and (max-width:1200px){.product-card-info__condition-value{font-family:var(--font-manrope);font-weight:500;color:#285141}}.product-card-info__prices{display:inline}.product-card-info__price{font-family:var(--font-manrope);font-weight:700;font-size:16px;line-height:19.2px;color:#070707}@media screen and (max-width:1200px){.product-card-info__price{font-family:var(--font-manrope);font-weight:500;line-height:22.4px}}.product-card-info__price--old{color:gray;margin-left:8px;text-decoration:line-through}@media screen and (max-width:1200px){.product-card-info__price--old{margin-left:4px}}.product-card-info__outstock{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;color:#303030;margin-top:2px}.product-card-info__price-split{height:38px;display:flex;flex-direction:column;margin-top:4px}.product-card-info__split-wrap{display:flex;justify-content:flex-start;align-items:center;margin-top:4px}.product-card-info__split{width:-moz-fit-content;width:fit-content;height:12px}.blog{margin:32px 0}.blog-wrapper{display:flex;align-items:center;flex-direction:column}.blog-content{width:830px}@media only screen and (max-width:1200px){.blog-content{width:100%}}.blog-content__title{font-size:32px;font-family:var(--font-manrope);font-weight:800;margin-bottom:16px}@media only screen and (max-width:1200px){.blog-content__title{font-size:26px}}.blog-content__date{color:#838383;padding-bottom:16px;border-bottom:1px solid #202020;margin-bottom:16px}.blog-content__subtitle{width:90%;font-size:16px;margin-bottom:24px}@media only screen and (max-width:1200px){.blog-content__subtitle{width:100%}}.blog-content-cover{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:500px;border-radius:16px;overflow:hidden;margin-bottom:24px}@media only screen and (max-width:1200px){.blog-content-cover{height:210px}}.blog-content-block{margin-bottom:32px}.blog-content-block__title{font-size:24px;margin-bottom:12px}.blog-content-block__title>a{font-family:var(--font-manrope);font-weight:800;color:#285141;text-decoration:underline}.blog-content-block__description{font-size:16px;margin-bottom:24px}.blog-content-block__description>a{color:#285141;text-decoration:underline}.blog-content-block-image{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:400px;border-radius:16px;overflow:hidden}@media only screen and (max-width:1200px){.blog-content-block-image{height:210px}}.blog-content-block-images{display:flex;justify-content:center;gap:16px}@media only screen and (max-width:1200px){.blog-content-block-images{width:calc(100% + 32px);margin-left:-16px;padding:0 16px;justify-content:flex-start;overflow:auto}}.blog-content-block-images-image{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:400px;border-radius:16px;overflow:hidden}@media only screen and (max-width:1200px){.blog-content-block-images-image{min-width:300px;width:300px}}.header-top-slider{position:relative}.header-top-slider--transparent .header-top-slider-close{color:#fff}.header-top-slider-item-content{width:100%;display:flex;justify-content:center;align-items:center;display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;cursor:pointer;text-align:center;transition:background-color .2s ease;padding:12px 0}.header-top-slider-item-content:disabled{cursor:not-allowed}.header-top-slider-item-content__text{display:flex;align-items:center;justify-content:center;font-size:16px;color:inherit;font-family:var(--font-manrope);font-weight:600}@media only screen and (max-width:500px){.header-top-slider-item-content__text{font-size:14px}}.header-top-slider-item-content__text>svg{margin-right:8px}.header-top-slider-item-content--theme-dark{background-color:#285141;color:#fff}.header-top-slider-item-content--theme-light{background-color:#f2f5f4;color:#285141}.header-top-slider-item-content--theme-transparent{background-color:hsla(0,0%,88%,.3);color:#fff}.header-top-slider-item-popup-info-text__subtitle,.header-top-slider-item-popup-info-text__text{margin-top:12px;font-size:14px}.header-top-slider-item-popup-info-text__subtitle{font-family:var(--font-manrope);font-weight:600}.header-top-slider-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;display:flex;justify-content:center;align-items:center;position:absolute;right:calc((100% - 1280px)/2);top:50%;transform:translateY(-50%);z-index:1000;color:#285141}.header-top-slider-close:disabled{cursor:not-allowed}@media only screen and (max-width:1300px){.header-top-slider-close{right:16px}}.header-selections-menu{position:absolute;top:100%;width:100%;height:calc(100vh - 110px - var(--top-message-height));display:flex;justify-content:center;align-items:flex-start;background-color:rgba(0,0,0,.15);opacity:0;visibility:hidden;pointer-events:none;z-index:1003;transition:.2s ease}.header-selections-menu.active{opacity:1;visibility:visible;pointer-events:auto}.header-selections-menu-wrapper{width:100%;max-width:1275px;padding-top:8px;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.header-selections-menu-wrapper.active{pointer-events:auto;opacity:1;visibility:visible}.header-selections-menu-list{width:100%;padding:24px 60px;background-color:#fff;border-radius:16px;display:flex;justify-content:space-between;max-height:60vh;overflow-y:auto}.header-selections-menu-list-grid{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr)}.header-selections-menu-list-grid-item{width:100%;display:flex;flex-direction:column}.header-selections-menu-list-grid-item__link{width:-moz-fit-content;width:fit-content;display:block;font-family:var(--font-manrope);font-weight:500;font-size:16px;margin-right:50px;margin-bottom:16px;transition:color .2s linear}.header-selections-menu-list-grid-item__link:hover{color:#285141}.header-selections-menu-image{width:450px;border-radius:12px;background-size:cover;background-position:50%;background-repeat:no-repeat}.header-search-input{width:100%;max-width:480px}@media only screen and (max-width:1200px){.header-search-input{max-width:100%}}@media only screen and (min-width:1201px){.header-search-input .tc-input__wrapper{border-radius:12px!important}.header-search-input .tc-input__icon{width:20px!important}}.header-search-input-clear{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;color:#070707}.header-search-input-clear:disabled{cursor:not-allowed}.header-search-box-history{width:270px;padding-right:32px;border-right:1px solid #838383}@media only screen and (max-width:1200px){.header-search-box-history{width:100%;border-right:none;padding-right:0;margin-bottom:32px}}.header-search-box-history-often__title{font-family:var(--font-manrope);font-weight:700;font-size:15px;line-height:21px;color:#070707;margin-bottom:8px;padding-left:12px}@media only screen and (max-width:1200px){.header-search-box-history-often__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;padding-left:0;margin-bottom:8px}}.header-search-box-history-often-items{width:100%}.header-search-box-history-often-items-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;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:10px;transition:.2s ease}.header-search-box-history-often-items-item:disabled{cursor:not-allowed}@media(hover:hover){.header-search-box-history-often-items-item:hover{background-color:#f2f5f4}}@media only screen and (max-width:1200px){.header-search-box-history-often-items-item{padding:2px 0}}.header-search-box-history-often-items-item__text{font-family:var(--font-manrope);font-weight:600;font-size:14px;text-align:left;color:#070707}.header-search-box-history-often-items-item__icon{color:gray}@media only screen and (max-width:1200px){.header-search-box-history-often-items-item__icon{display:none}}.header-search-box-history-search{margin-top:15px}.header-search-box-history-search__title{font-size:15px;color:#838383;margin-bottom:5px}.header-search-box-history-search__item{cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;transition:.2s ease}.header-search-box-history-search__item:hover{color:#285141}.header-search-box-history-search__item>svg{width:20px;min-width:20px}.header-search-box-null{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding-top:12px}@media only screen and (max-width:1200px){.header-search-box-null{padding-top:80px;text-align:center;align-items:center}}.header-search-box-null__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;margin-bottom:32px}.header-search-box-null__btn{width:-moz-fit-content;width:fit-content}@media only screen and (max-width:800px){.header-search-box-null__btn{width:100%}}.header-search-box-wrapper{position:fixed;width:100%;height:calc(100% - 110px - var(--tab-bar-height) - var(--top-message-height));top:calc(110px + var(--top-message-height));left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:flex-start;background-color:rgba(0,0,0,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;overscroll-behavior:none;z-index:1002;transition:.2s ease}@media only screen and (max-width:1200px){.header-search-box-wrapper{top:calc(52px + var(--top-message-height));height:calc(100% - 52px - var(--tab-bar-height) - var(--top-message-height))}}.header-search-box{width:95%;max-width:1275px;padding:16px 24px 16px 12px;margin:12px 0;border-radius:16px;background-color:#fff;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);display:flex;justify-content:space-between;will-change:top;transition:.2s ease}@media only screen and (max-width:1200px){.header-search-box{width:100%;min-height:100%;margin:0;padding:8px 16px 32px;flex-direction:column;justify-content:flex-start;border-radius:0}}.header-search-box-media-input-wrapper{display:none}@media only screen and (max-width:1200px){.header-search-box-media-input-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}}.header-search-box-media-input-close{margin-left:8px}.header-search-box-media-input__clear{display:inline-block;position:absolute;right:10px;top:50%;transform:translateY(-40%)}.header-search-box-products{flex:1 1;padding-left:32px;transition:.2s ease}@media only screen and (max-width:1200px){.header-search-box-products{width:100%;padding-left:0}}.header-search-box-products.fetch{transition:opacity .2s linear;animation:opacity 1s ease-in-out infinite alternate;pointer-events:none}.header-search-box-products__head{width:100%;display:flex;align-items:baseline;margin-bottom:16px}@media only screen and (max-width:1200px){.header-search-box-products__head{justify-content:space-between;align-items:center}}.header-search-box-products__title{font-family:var(--font-manrope);font-weight:600;font-size:17px;line-height:24px;color:#070707}@media only screen and (max-width:1200px){.header-search-box-products__title{font-size:14px;line-height:16.8px}}.header-search-box-products__nav{width:-moz-fit-content;width:fit-content;margin-left:12px;text-decoration:underline;white-space:nowrap}.header-search-box-products-media__subtitle{display:none;font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;color:gray;margin-bottom:8px}@media only screen and (max-width:1200px){.header-search-box-products-media__subtitle{display:block}}.header-search-box-products-blocks-wrapper{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}@media only screen and (max-width:800px){.header-search-box-products-blocks-wrapper{grid-template-columns:repeat(2,1fr);gap:16px 8px}}.header-search-box-products__bottom{margin-top:16px}.header{width:100%;top:0;position:-webkit-sticky;position:sticky;z-index:1000}.header__content{width:100%;position:relative}.header-desktop{width:100%;height:110px;display:flex;align-items:center;background-color:#fff;transition:background-color .2s linear}.header-desktop--transparent{background-color:hsla(0,0%,100%,0)}.header-desktop--transparent .header-menu__link{color:#fff}@media(hover:hover){.header-desktop--transparent .header-menu__link:hover{color:hsla(0,0%,100%,.5)}}.header-desktop__wrapper{display:flex;flex-direction:column;justify-content:center;gap:16px;position:relative}.header-desktop-top{justify-content:space-between}.header-desktop-top,.header-desktop-top__block{display:flex;align-items:center}.header-desktop-top__block--left{flex:1 1;gap:24px}.header-desktop-top__block--right{justify-content:flex-end}.header-desktop-top-logo{display:flex;width:160px;color:#285141;transition:color .2s linear}.header-desktop-top-logo__image{width:100%}.header-desktop-top__buttons{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:30px}.header-desktop-top-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;width:40px;height:40px;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;border-radius:50%;color:#070707;transition:color .2s linear}.header-desktop-top-icon-button:disabled{cursor:not-allowed}.header-desktop-top-icon-button--active{color:#285141}.header-desktop--transparent .header-desktop-top-logo{color:#fff}.tab-bar-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;position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.tab-bar-item:disabled{cursor:not-allowed}.tab-bar-item__icon{width:24px;color:#282828;transition:color .2s linear}.tab-bar-item__title{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;color:#a0a0a0;text-align:center;margin-top:4px;transition:color .2s linear}.tab-bar-item__notification{position:absolute;top:0;right:50%;transform:translate(100%,-30%);z-index:2}.tab-bar-item--active .tab-bar-item__icon,.tab-bar-item--active .tab-bar-item__title{color:#285141}.tab-bar-item--white .tab-bar-item__icon,.tab-bar-item--white .tab-bar-item__title{color:#fff}.tab-bar{width:100%;position:fixed;bottom:0;left:0;right:0;padding:12px 16px 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:4px;background-color:#f8f8f8;z-index:1001;transition:background .2s ease}.tab-bar--transparent{color:#fff;background:linear-gradient(173.6deg,hsla(0,0%,100%,0) 5.66%,rgba(0,0,0,.25) 79.7%)}.footer{margin-top:auto;width:100%;padding:25px 0;background-color:#f8f8f8}.footer.transparent{background-color:transparent;margin-bottom:100px}.footer-email{background-color:#285141;color:#fff}.footer-email-wrapper{padding:16px 0;display:flex;justify-content:space-between;align-items:center}.footer-email-text{width:100%;max-width:700px}.footer-email-text__title{font-family:var(--font-manrope);font-weight:500;font-size:22px;color:#f8f8f8;margin-bottom:8px}.footer-email-text__subtitle{font-family:var(--font-manrope);font-weight:400;font-size:18px;color:#f8f8f8}.footer-email-form{width:430px}.footer-email-form-input{position:relative}.footer-email-form-input__field{overflow:hidden;position:relative;cursor:text;width:100%;border:none;background-color:#f8f8f8;font-size:16px;border-radius:12px;padding:18px 14px;outline:none;transition:.2s ease}.footer-email-form-input__btn{display:inline-block;padding:0;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%;right:25px;transform:translateY(-50%);z-index:1;width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid gray;color:#070707}.footer-email-form-input__btn:disabled{cursor:not-allowed}.footer-email-form-radio{margin-top:8px;display:flex;align-items:center}.footer-email-form-radio-item{display:flex;align-items:center;position:relative}.footer-email-form-radio-item:first-child{margin-right:18px}.footer-email-form-radio-item__field{position:absolute;z-index:-1;opacity:0}.footer-email-form-radio-item__label{cursor:pointer;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s ease}.footer-email-form-radio-item__label__text{color:#fff;font-size:14px;line-height:1.7em}.footer-email-form-radio-item__label:before{content:"";display:inline-block;min-width:18px;height:18px;border:2px solid #fff;border-radius:50%;background-repeat:no-repeat;background-position:4px 5px;background-size:9.3px 9.5px;margin-right:10px;transition:.2s ease}.footer-email-form-radio-item>input[type=radio]:checked+.footer-email-form-radio-item__label:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83203 3.49935L5.33203 6.99935L11.1654 1.16602' stroke='%23F1EDE8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.footer-email-form__subtitle{font-family:var(--font-manrope);font-weight:400;font-size:14px;color:#f0f0f0;margin-top:8px}.footer-email-form__subtitle>a{color:#fff;border-bottom:1px solid #fff}.footer-logo{display:inline-block;margin-bottom:15px}.footer-block{display:flex;justify-content:space-between}.footer-block-menu{display:flex}.footer-block-menu-block{margin-right:60px}.footer-block-menu-block:last-child{margin-right:0}.footer-block-menu-block__title{font-size:17px;margin-bottom:15px}.footer-block-menu-block__link{display:block;font-size:14px;margin-bottom:15px;transition:.2s ease}.footer-block-menu-block__link:last-child{margin-bottom:0}.footer-block-menu-block__link:hover{color:#285141}.footer-block-menu-block-media{padding-bottom:15px;border-bottom:1px solid #d9d9d9;margin-bottom:15px}.footer-block-menu-block-media-top{display:flex;justify-content:space-between;align-items:center}.footer-block-menu-block-media-top__title{font-size:16px}.footer-block-menu-block-media-top-icon{transition:.2s ease}.footer-block-menu-block-media-top-icon.open{transform:rotate(90deg)}.footer-block-menu-block-media-bottom{margin-top:15px}.footer-block-telegram{width:340px}.footer-block-telegram__title{font-size:17px;margin-bottom:12px}.footer-block-telegram__subtitle{font-size:14px;margin-bottom:20px}.footer-block-telegram__btn>svg{margin-left:0;margin-right:10px}.footer-block-telegram-media{display:flex;justify-content:center}.footer-block-bottom{margin-top:30px;padding-top:15px;border-top:1px solid #d9d9d9}.footer-block-bottom__copyright{color:#838383;font-size:14px}.footer-block-bottom-link__link{color:#838383;font-size:14px;text-decoration:underline;margin-right:20px;transition:.2s ease}.footer-block-bottom-link__link:hover{color:#202020}.footer-block-bottom-link__link:last-child{margin-right:0}@media only screen and (max-width:1200px){.footer{padding:15px 0}.footer-email-wrapper{padding:12px 0;flex-direction:column;align-items:flex-start}.footer-email-text{width:100%;margin-bottom:16px}.footer-email-text__subtitle{font-size:14px}.footer-email-form{width:100%}.footer-email-form__subtitle{font-size:12px}.footer-logo{display:none}.footer-block,.footer-block-menu{flex-direction:column}.footer-block-menu-block{margin-right:0;padding-bottom:15px;border-bottom:1px solid #d9d9d9;margin-bottom:15px}.footer-block-menu-block:last-child{margin-bottom:0;padding:0;border:none}.footer-block-telegram{display:none}.footer-block-bottom{margin-top:0;border:none;text-align:center}.footer-block-bottom-link{margin-top:0}.footer-block-bottom-link__link{display:block;margin-top:15px;margin-right:0}}.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}}.sell-create-welcome-step-promo-products{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:16px;row-gap:16px;grid-column-gap:12px;column-gap:12px}@media only screen and (max-width:800px){.sell-create-welcome-step-promo-products{column-gap:8px}}.sell-create-welcome-step{width:100%}.sell-create-welcome-step__buttons{width:100%;display:flex;gap:8px}@media only screen and (max-width:1200px){.sell-create-welcome-step__buttons{flex-direction:column-reverse}}.sell-create-jewelry-info{width:100%}.sell-create-jewelry-info__subtitle{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;margin-bottom:12px;color:#070707}.sell-create-jewelry-info__text{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:16.8px;color:#070707}.sell-create-jewelry-info__text b{font-family:var(--font-manrope);font-weight:700}.sell-create-category-step__grid{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-category-step__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sell-create-category-step__item:last-child:nth-child(odd){grid-column:span 2}}.sell-create-images-empty-upload{width:100%;height:416px;padding:48px 24px;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#f2f5f4;border-radius:12px;transition:background-color .2s linear}@media only screen and (max-width:1200px){.sell-create-images-empty-upload{height:auto}}.sell-create-images-empty-upload--dragging{background-color:#d5dfdc}.sell-create-images-empty-upload--loading{pointer-events:none}.sell-create-images-empty-upload__icon{color:rgba(40,81,65,.8)}.sell-create-images-empty-upload__btn{margin-top:16px}.sell-create-images-item{width:100%;padding-bottom:116%;border-radius:8px;position:relative;overflow:hidden;z-index:auto}.sell-create-images-item--dragging{z-index:10}.sell-create-images-item__image{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;cursor:-webkit-grab;cursor:grab;position:absolute;inset:0;z-index:1}.sell-create-images-item__image:active{cursor:-webkit-grabbing;cursor:grabbing}.sell-create-images-item__label{position:absolute;top:4px;left:4px;z-index:2}.sell-create-images-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;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%;position:absolute;top:4px;right:4px;z-index:3}.sell-create-images-item__remove:disabled{cursor:not-allowed}.sell-create-images-item-loader{width:100%;padding-bottom:116%;border-radius:8px;overflow:hidden;position:relative;background-color:#f2f5f4;background-size:cover;background-position:50%;background-repeat:no-repeat}.sell-create-images-item-loader__wrapper{position:absolute;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.5)}.sell-create-images-upload-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:0 0 116%;border-radius:8px;position:relative;overflow:hidden;background-color:#f2f5f4;transition:background-color .2s linear}.sell-create-images-upload-button:disabled{cursor:not-allowed}.sell-create-images-upload-button--dragging{background-color:#d5dfdc}.sell-create-images-upload-button-content{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#285141;gap:8px;padding:8px}.sell-create-images-upload-button-content__icon,.sell-create-images-upload-button-content__text{color:inherit}.sell-create-images-upload-button-content__text{font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;text-align:center}.sell-create-image-uploader-grid{width:100%;overflow:hidden}.sell-create-images-step__guide{color:#285141}.sell-create-images-step-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.sell-create-images-guide-popup{padding-top:32px}.sell-create-prediction-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:4px 4px 8px;border-radius:18px;background-color:#f8f8f8;border:1px solid transparent;transition:border .2s linear;overflow:hidden}.sell-create-prediction-item:disabled{cursor:not-allowed}.sell-create-prediction-item--selected{border-color:#285141}.sell-create-prediction-item__image{padding-bottom:133.3333333333%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:14px;margin-bottom:12px}.sell-create-prediction-item__brand{font-weight:500;line-height:16.8px;margin-bottom:4px}.sell-create-prediction-item__brand,.sell-create-prediction-item__model{font-family:var(--font-manrope);font-size:12px;text-align:center;color:#070707}.sell-create-prediction-item__model{font-weight:600;line-height:14.4px}.sell-create-prediction-step__skip{margin-top:24px}.sell-create-prediction-step__items{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.sell-create-product-form{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-product-form__grid{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-product-form__grid{grid-template-columns:100%}}.sell-create-product-form__input{width:100%}.sell-create-product-form__input:last-child:nth-child(odd){grid-column:1/-1}.sell-create-product-form__checkbox{margin-top:16px}.sell-create-product-form__in-cultt-info{font-family:var(--font-manrope);font-weight:500;font-size:14px;white-space:pre-wrap;color:#070707}.sell-create-product-form__in-cultt-info a{color:#285141}.sell-create-contact-form{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-contact-form__input{width:100%;margin-top:12px}.sell-create-contact-form__input:first-of-type{margin-top:0}.sell-create-delivery-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;display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;height:100%;text-align:left;padding:12px;border-radius:12px;background-color:#f8f8f8;border:1px solid transparent;transition:border .2s linear,background-color .2s linear}.sell-create-delivery-item:disabled{cursor:not-allowed}.sell-create-delivery-item--selected{border-color:#285141;background-color:#f2f5f4}.sell-create-delivery-item__icon{width:24px;color:#070707;margin-bottom:8px;transition:color .2s linear}.sell-create-delivery-item--selected .sell-create-delivery-item__icon{color:#285141}.sell-create-delivery-item__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707;margin-bottom:8px}.sell-create-delivery-item__description{font-family:var(--font-manrope);font-weight:500;font-size:12px;line-height:16.8px;color:#070707}@media only screen and (max-width:1200px){.sell-create-delivery-item__description{font-size:14px;line-height:19.6px}}.sell-create-delivery-step-inputs{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media only screen and (max-width:1200px){.sell-create-delivery-step-inputs{grid-template-columns:100%}}.sell-create-delivery-step-inputs__item{width:100%}.sell-create-delivery-step-types{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:20px}@media only screen and (max-width:1200px){.sell-create-delivery-step-types{grid-template-columns:100%;margin-top:16px;gap:16px}}.sell-create-delivery-step-types__item:last-child:nth-child(odd){grid-column:span 2}.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}.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))}}