.tc-button{display:inline-block;padding:0;font:inherit;color:inherit;background-color:transparent;cursor:pointer;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;-webkit-user-select:none;-moz-user-select:none;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--theme-dark{background-color:#285141;color:#fff}.tc-button--theme-dark.tc-button--disabled{background-color:#5e7d71}.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-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}.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;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--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--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__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__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:14.4px;color:#070707;background-color:transparent}.tc-input__field:disabled{color:gray}.tc-input__field:placeholder{color:gray}.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-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:#d9d9d9;border-radius:100px}.tc-input-hints__wrapper::-webkit-scrollbar-thumb{background-color:#838383;border-radius:100px}.tc-input-hints__button{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;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;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;width:24px;height:24px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:gray}.tc-input-password:disabled{cursor:not-allowed}.tc-input-password__icon{width:24px}.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-popup-backdrop{z-index:10000;overflow:auto;background-color:rgba(0,0,0,.2)}.tc-popup,.tc-popup-backdrop{position:fixed;inset:0;width:100%;height:100%}.tc-popup{z-index:10001;padding:16px;display:grid;place-items:center;max-height:100%;overflow:hidden auto}.tc-popup::-webkit-scrollbar{width:4px}.tc-popup::-webkit-scrollbar-track{background-color:#d9d9d9;border-radius:100px}.tc-popup::-webkit-scrollbar-thumb{background-color:#838383;border-radius:100px}@media only screen and (max-width:500px){.tc-popup{place-items:end center;padding:16px 0 0}}.tc-popup-content{position:relative;width:100%;min-width:0;border-radius:12px;background-color:#fff;padding:24px}@media only screen and (max-width:500px){.tc-popup-content{max-width:100%!important;padding:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}}.tc-popup-content-close{width:30px;height:30px;cursor:pointer;position:absolute;top:14px;right:16px}.tc-popup-content-icon{width:46px;height:46px;flex-shrink:0;background-color:#f2f5f4;justify-content:center;border-radius:50%;color:#285141}.tc-popup-content-icon,.tc-popup-content__header{margin-bottom:12px;display:flex;align-items:center}.tc-popup-content__header{width:94%;gap:16px}.tc-popup-content__title{font-family:var(--font-manrope);font-weight:800;font-size:24px;color:#070707;white-space:pre-wrap}@media only screen and (max-width:500px){.tc-popup-content__title{font-family:var(--font-manrope);font-weight:700;font-size:22px}}.tc-popup-content__subtitle{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;text-align:left;color:#070707;white-space:pre-wrap;margin-bottom:24px}.tc-popup-content__subtitle a{font-family:var(--font-manrope);font-weight:500;line-height:inherit;font-size:inherit;color:#285141;text-decoration:underline}.tc-popup-content__subtitle b{font-family:var(--font-manrope);font-weight:800}.tc-popup-content__content{width:100%}.tc-popup-content__text{width:100%;font-family:var(--font-manrope);font-weight:500;font-size:14px;white-space:pre-wrap}.tc-popup-content-btn{margin-top:24px}.tc-drawer-backdrop{inset:0;background-color:rgba(0,0,0,.2);overflow:auto;z-index:10000}.tc-drawer,.tc-drawer-backdrop{position:fixed;width:100%;height:100%}.tc-drawer{top:0;bottom:0;right:0;max-width:530px;background-color:#fff;overflow:hidden auto;z-index:10001}.tc-drawer::-webkit-scrollbar{width:4px}.tc-drawer::-webkit-scrollbar-track{background-color:#d9d9d9;border-radius:100px}.tc-drawer::-webkit-scrollbar-thumb{background-color:#838383;border-radius:100px}@media only screen and (max-width:800px){.tc-drawer{left:0;right:0;bottom:0;top:auto;max-width:100%;height:auto;max-height:calc(100% - 16px);border-top-left-radius:16px;border-top-right-radius:16px}}.tc-drawer-header{width:100%;padding:16px 32px;display:flex;justify-content:space-between;gap:8px;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media only screen and (max-width:800px){.tc-drawer-header{padding:12px 16px}}.tc-drawer-header__wrapper{display:flex;flex-direction:column;flex-wrap:nowrap}.tc-drawer-header__title{font-family:var(--font-manrope);font-weight:800;font-size:20px;line-height:24px;text-align:left;color:#070707;flex:1 1}@media only screen and (max-width:800px){.tc-drawer-header__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px}}.tc-drawer-header__description{font-family:var(--font-manrope);font-weight:500;font-size:16px;line-height:140%;margin-top:8px}@media only screen and (max-width:800px){.tc-drawer-header__description{font-size:14px}}.tc-drawer-header__close{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content;flex-shrink:0;color:#070707}.tc-drawer-header__close:disabled{cursor:not-allowed}.tc-drawer-content{width:100%;padding:0 32px 12px}@media only screen and (max-width:800px){.tc-drawer-content{padding:4px 16px 16px}}.tc-base-image{display:flex;position:relative}.tc-base-image--contain{width:100%;height:100%}.tc-base-image__img{width:100%!important;position:relative!important;height:unset!important}.tc-base-image--cover .tc-base-image__img{object-fit:cover}.tc-base-image--contain .tc-base-image__img{max-width:100%;max-height:100%;object-fit:contain}.notification-badge{display:flex;justify-content:center;align-items:center;font-family:var(--font-manrope);font-weight:600;font-size:11px;color:#fff;border-radius:50%;background-color:#9a1a1a}.notification-badge--size-l{width:19px;height:19px}.notification-badge--size-s{width:15px;height:15px}.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 table{width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:12px}.tc-markdown td,.tc-markdown th{padding:12px;border:1px solid #f0f0f0;text-align:left}.tc-markdown table:not(:has(td+td)) td{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}.blog-article-image{width:100%}.blog-article-image__source{width:100%;border-radius:16px;overflow:hidden}.blog-article-image__caption{width:100%;padding-top:8px;font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:120%;text-align:center;color:gray}.product-images-modal{position:fixed;inset:0;width:100%;height:100%;background-color:#fff;z-index:10000;overflow:auto}@media only screen and (max-width:1200px){.product-images-modal{background-color:#202020}}.product-images-modal-gallery{height:calc(100% - 70px)}@media only screen and (max-width:1200px){.product-images-modal-gallery{height:100%}}.product-images-modal-gallery__button{width:50px!important}.product-images-modal-gallery__counter{position:absolute;top:26px;left:50%;transform:translateX(-50%);z-index:2}.product-images-modal-gallery__close{position:absolute;top:48px;right:80px;z-index:3}@media only screen and (max-width:1200px){.product-images-modal-gallery__close{top:16px;right:16px}}.product-images-modal-gallery__arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%)}.product-images-modal-gallery__arrow--prev{left:80px}.product-images-modal-gallery__arrow--next{right:80px}.product-images-modal-gallery__wrapper{width:100%;height:100%;display:flex;overflow:hidden}.product-images-modal-gallery-slider{width:100%;overflow:clip}.product-images-modal-gallery-slider-item{height:auto;overflow:hidden;cursor:zoom-in!important}.product-images-modal-gallery-slider-item.swiper-slide-zoomed{cursor:-webkit-grab!important;cursor:grab!important}.product-images-modal-gallery-slider-item.swiper-slide-zoomed:active{cursor:-webkit-grabbing!important;cursor:grabbing!important}.product-images-modal-gallery-slider-item__image{pointer-events:auto}.product-images-modal-toolbar{width:100%;height:70px;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;gap:32px}.product-images-modal-toolbar-item{display:inline-block;padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center}.product-images-modal-toolbar-item:disabled{cursor:not-allowed;opacity:.7}.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;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}.product-model-variants-button{position:absolute;bottom:20px;right:20px;z-index:2}@media only screen and (max-width:800px){.product-model-variants-button{bottom:8px;right:8px}}.product-model-variants-list{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){.product-model-variants-list{column-gap:8px}}.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%}.product-info-fitting{width:100%;padding:12px;margin-bottom:24px;background-color:#fff;border-radius:12px}@media only screen and (max-width:1200px){.product-info-fitting{background-color:#f8f8f8}}.product-info-fitting-head{width:100%;display:flex;align-items:center;padding-bottom:8px;border-bottom:1px solid #e0e0e0;margin-bottom:8px}.product-info-fitting-head__icon{width:24px;color:#0b0b0b}.product-info-fitting-head__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;color:#0b0b0b;margin-left:8px}.product-info-fitting-items{gap:12px}.product-info-fitting-item,.product-info-fitting-items{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap}.product-info-fitting-item{position:relative;gap:4px;margin-left:15px}.product-info-fitting-item:before{content:"";position:absolute;width:3px;height:3px;background-color:#202020;border-radius:50%;left:-12px;top:6px}.product-info-fitting-item__title{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:120%;color:#070707}.product-info-fitting-item__title>a{color:#285141;cursor:pointer;text-decoration:underline}.product-info-fitting-item__description{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:140%;color:gray;padding-left: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}.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;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}.audio-guide-banner{height:calc(100vh - (112px + var(--top-message-height)));height:calc(100svh - (112px + var(--top-message-height)));background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.audio-guide-banner{height:400px}}.audio-guide-banner-text{padding:82px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}@media only screen and (max-width:1200px){.audio-guide-banner-text{padding:16px}}.audio-guide-banner-text__subtitle{font-size:40px;font-family:var(--font-manrope);font-weight:400}@media only screen and (max-width:1200px){.audio-guide-banner-text__subtitle{font-size:26px}}.audio-guide-banner-text__title{font-size:40px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.audio-guide-banner-text__title{font-size:26px;font-family:var(--font-manrope);font-weight:700}}.audio-guide-bags-list{margin:55px 0 75px}@media only screen and (max-width:1200px){.audio-guide-bags-list{margin:16px 0}}.audio-guide-bags-list-text{text-align:center;margin-bottom:75px}@media only screen and (max-width:1200px){.audio-guide-bags-list-text{text-align:left;margin-bottom:16px}}.audio-guide-bags-list-text__title{font-family:var(--font-manrope);font-weight:800;margin-bottom:8px}@media only screen and (max-width:1200px){.audio-guide-bags-list-text__title{font-size:20px;font-family:var(--font-manrope);font-weight:700}}.audio-guide-bags-list-text__description{margin:0 auto;width:80%;font-family:var(--font-manrope);font-weight:500;font-size:16px}@media only screen and (max-width:1200px){.audio-guide-bags-list-text__description{margin:0;width:100%;font-size:14px}}.audio-guide-bags-list-items{display:flex;align-items:center;justify-content:center}@media only screen and (max-width:1200px){.audio-guide-bags-list-items{align-items:flex-start}}.audio-guide-bags-list-items-bag{width:230px;text-align:center;margin:0 25px;transition:.4s ease}@media only screen and (max-width:1200px){.audio-guide-bags-list-items-bag{width:33.3333333333%;margin:0 4px}}.audio-guide-bags-list-items-bag.active{transform:scale(1.2)}@media only screen and (max-width:1200px){.audio-guide-bags-list-items-bag.active{transform:scale(1)}}.audio-guide-bags-list-items-bag.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.audio-guide-bags-list-items-bag.active .audio-guide-bags-list-items-bag-cover{border:2px solid #202020}@media only screen and (max-width:800px){.audio-guide-bags-list-items-bag.active .audio-guide-bags-list-items-bag-cover{border-width:1px}}.audio-guide-bags-list-items-bag-cover{width:100%;height:310px;border-radius:12px;border:2px solid #fff;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:.4s ease;margin-bottom:12px}@media only screen and (max-width:800px){.audio-guide-bags-list-items-bag-cover{height:150px;margin-bottom:5px}}.audio-guide-bags-list-items-bag__title{font-size:16px}@media only screen and (max-width:800px){.audio-guide-bags-list-items-bag__title{font-size:10px}}.audio-guide-current-bag{margin:55px 0;display:flex;align-items:center}@media only screen and (max-width:1200px){.audio-guide-current-bag{margin:16px 0;flex-direction:column;align-items:flex-start}}.audio-guide-current-bag-image{width:50%;min-width:50%;height:530px;border-radius:24px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.audio-guide-current-bag-image{width:100%;min-width:100%;height:260px;border-radius:12px;margin-bottom:16px}}.audio-guide-current-bag-text{margin-left:33px}@media only screen and (max-width:1200px){.audio-guide-current-bag-text{margin-left:0}}.audio-guide-current-bag-text__title{font-size:20px;font-family:var(--font-manrope);font-weight:800;margin-bottom:20px}@media only screen and (max-width:1200px){.audio-guide-current-bag-text__title{font-family:var(--font-manrope);font-weight:700;margin-bottom:12px}}.audio-guide-current-bag-text__description{font-size:16px;font-family:var(--font-manrope);font-weight:500}@media only screen and (max-width:1200px){.audio-guide-current-bag-text__description{font-size:14px}}.audio-guide-gallery{margin:55px 0;display:flex;justify-content:space-between}@media only screen and (max-width:800px){.audio-guide-gallery{width:calc(100% + 32px);margin:32px 0 32px -16px;padding:0 16px;justify-content:flex-start;overflow-x:scroll}}.audio-guide-gallery-image{width:calc(33.3333333333% - 7px);height:524px;border-radius:24px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:800px){.audio-guide-gallery-image{width:250px;min-width:250px;height:340px;border-radius:12px;margin-right:6px}}.boutique-main{display:flex;align-items:flex-end;padding:40px 0;height:630px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.boutique-main{padding:20px 0;height:485px}}.boutique-main-text{color:#fff}.boutique-main-text__title{font-size:40px;margin-bottom:12px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.boutique-main-text__title{font-size:26px;font-family:var(--font-manrope);font-weight:700}}.boutique-main-text__subtitle{font-size:20px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.boutique-main-text__subtitle{font-size:16px;font-family:var(--font-manrope);font-weight:600}}.boutique-main-text__subtitle a{color:#fff;text-decoration:underline;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.boutique-main-text__subtitle a{text-decoration:none;font-family:var(--font-manrope);font-weight:600}}.boutique-main-text__phone{color:#fff;font-size:20px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.boutique-main-text__phone{font-size:16px;font-family:var(--font-manrope);font-weight:600}}.boutique-about{margin:56px 0;display:flex;align-items:center}@media only screen and (max-width:1200px){.boutique-about{margin:32px 0;flex-direction:column;align-items:flex-start}}.boutique-about-image{min-width:620px;width:620px;height:525px;border-radius:24px;margin-right:32px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.boutique-about-image{margin:12px 0;width:100%;min-width:100%;height:260px;order:4;border-radius:12px}.boutique-about-text{display:contents}}.boutique-about-text__title{font-size:24px;margin-bottom:20px}@media only screen and (max-width:1200px){.boutique-about-text__title{order:1;font-size:20px;margin-bottom:12px}}.boutique-about-text__description{font-size:16px;margin-bottom:20px}@media only screen and (max-width:1200px){.boutique-about-text__description.one{order:2;margin-bottom:32px}.boutique-about-text__description.two{order:5}.boutique-about-text__description{font-size:14px}}.boutique-about-text-btns{width:100%;display:flex}@media only screen and (max-width:1200px){.boutique-about-text-btns{display:contents;margin-top:20px}}.boutique-about-text-btns__btn.one{margin-right:12px}@media only screen and (max-width:1200px){.boutique-about-text-btns__btn.one{order:3;margin-right:0;margin-bottom:12px}.boutique-about-text-btns__btn.two{order:6}.boutique-about-text-btns__btn{width:100%}}.boutique-lot{margin:56px 0;display:flex;align-items:center}@media only screen and (max-width:1200px){.boutique-lot{margin:32px 0;flex-direction:column}.boutique-lot-text{display:contents}}.boutique-lot-text__title{font-size:24px;margin-bottom:20px}@media only screen and (max-width:1200px){.boutique-lot-text__title{order:1;font-size:20px}}.boutique-lot-text__description{font-size:16px}@media only screen and (max-width:1200px){.boutique-lot-text__description{font-size:14px}.boutique-lot-text__description.one{order:2}.boutique-lot-text__description.two{order:4}}.boutique-lot-image{min-width:620px;width:620px;height:525px;border-radius:24px;margin-left:32px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.boutique-lot-image{margin:12px 0;width:100%;min-width:100%;height:260px;order:3;border-radius:12px}}.boutique-quote{margin:55px 0;display:flex;align-items:center;justify-content:space-between;padding:40px 80px;background-color:#285141;color:#fff;border-radius:24px}@media only screen and (max-width:1200px){.boutique-quote{margin:32px 0;padding:24px 20px;flex-direction:column;align-items:flex-start;border-radius:12px}}.boutique-quote__logo{min-width:210px;width:210px}@media only screen and (max-width:1200px){.boutique-quote__logo{min-width:120px;width:120px;margin-bottom:24px}}.boutique-quote-text{width:60%}@media only screen and (max-width:1200px){.boutique-quote-text{width:90%}}.boutique-quote-text__title{font-size:24px;margin-bottom:8px;font-family:var(--font-manrope);font-weight:800}@media only screen and (max-width:1200px){.boutique-quote-text__title{font-size:16px;font-family:var(--font-manrope);font-weight:500}}.boutique-quote-text__subtitle{font-size:16px;font-family:var(--font-manrope);font-weight:600}.boutique-gallery{margin:55px 0;display:flex;justify-content:space-between}@media only screen and (max-width:1200px){.boutique-gallery{width:calc(100% + 32px);margin:32px -16px}}.boutique-gallery-slide{width:calc(33.3333333333% - 16px);min-width:calc(33.3333333333% - 16px);height:525px}@media only screen and (max-width:1200px){.boutique-gallery-slide{width:250px;min-width:250px;height:340px}}.boutique-gallery-slide-image{width:100%;height:100%;border-radius:24px;background-size:cover;background-position:50%;background-repeat:no-repeat}.boutique-about-maison{margin:55px 0;display:flex;align-items:center}@media only screen and (max-width:1200px){.boutique-about-maison{margin:32px 0;flex-direction:column;align-items:flex-start}}.boutique-about-maison-image{min-width:620px;width:620px;height:310px;border-radius:24px;margin-right:32px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.boutique-about-maison-image{margin:12px 0;min-width:100%;width:100%;height:210px;border-radius:12px;order:2}.boutique-about-maison-text{display:contents}}.boutique-about-maison-text__title{font-size:24px;margin-bottom:20px}@media only screen and (max-width:1200px){.boutique-about-maison-text__title{order:1;font-size:20px;margin-bottom:0}}.boutique-about-maison-text__description{font-size:16px}@media only screen and (max-width:1200px){.boutique-about-maison-text__description{order:3;font-size:14px}}.boutique-catalog{margin:55px 0;display:flex;justify-content:space-between;background-color:#f8f8f8;border-radius:12px;overflow:hidden}@media only screen and (max-width:1200px){.boutique-catalog{margin:32px 0}}.boutique-catalog-text{padding:40px 50px}@media only screen and (max-width:1200px){.boutique-catalog-text{padding:12px 8px}}.boutique-catalog-text__title{font-size:24px;margin-bottom:10px}@media only screen and (max-width:1200px){.boutique-catalog-text__title{font-size:16px}}.boutique-catalog-text__description{font-size:14px;margin-bottom:16px}.boutique-catalog-image{width:640px;min-width:640px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1200px){.boutique-catalog-image{width:155px;min-width:155px}}.cabinet-sells-card-number{line-height:24px;text-align:left}.cabinet-sells-card-number,.cabinet-sells-card-status{font-family:var(--font-manrope);font-weight:600;font-size:14px;color:#070707}.cabinet-sells-card-status{line-height:16.8px;text-align:right}.cabinet-sells-card-status--green{color:#285141}.cabinet-sells-card-status--red{color:#9a1a1a}.cabinet-sells-card{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;padding:8px 24px 8px 8px;border-radius:8px;background-color:#f8f8f8;transition:background-color .2s linear;cursor:pointer}.cabinet-sells-card--compact{cursor:default}@media(hover:hover){.cabinet-sells-card:not(.cabinet-sells-card--compact):hover{background-color:#f0f0f0}}@media only screen and (max-width:1200px){.cabinet-sells-card{padding-right:8px}}.cabinet-sells-card-media{display:none}@media only screen and (max-width:800px){.cabinet-sells-card-media{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}}.cabinet-sells-card-main{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:24px}@media only screen and (max-width:800px){.cabinet-sells-card-main{gap:8px}}.cabinet-sells-card--compact .cabinet-sells-card-main{gap:12px}.cabinet-sells-card-image{width:80px;flex-shrink:0}.cabinet-sells-card-image__item{width:100%;padding-top:133.3333333333%;border-radius:5px;background-size:cover;background-position:50%;background-repeat:no-repeat}.cabinet-sells-card--compact .cabinet-sells-card-image{width:70px}@media only screen and (max-width:800px){.cabinet-sells-card--compact .cabinet-sells-card-image{width:70px}}.cabinet-sells-card-content{flex:1 1;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:800px){.cabinet-sells-card-content__number{display:none}}.cabinet-sells-card-content__name{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;text-align:left;color:#070707}@media only screen and (max-width:800px){.cabinet-sells-card-content__name{font-size:14px;line-height:16.8px}}.cabinet-sells-card-content__sales-payment{font-family:var(--font-manrope);font-weight:600;font-size:14px;color:#070707}.cabinet-sells-card-content-prices{display:flex;flex-direction:column;gap:4px}.cabinet-sells-card-content-prices__item{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;text-align:left;color:#070707}.cabinet-sells-card-content-prices__item--client{color:#285141}.cabinet-sells-card-content-prices__item--processing{color:gray}.cabinet-sells-card--compact .cabinet-sells-card-content__name{font-size:14px;line-height:16.8px}.cabinet-sells-card-side{display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width:800px){.cabinet-sells-card-side{display:none}}.cabinet-sells-card-side-arrow{width:24px;height:24px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background-color:#fff;border-radius:50%}.cabinet-sells-card-side-arrow__svg{width:24px;color:#303030}.cabinet-sells-card-side__date{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;text-align:right;color:#070707;margin-right:24px}@media only screen and (max-width:800px){.cabinet-sells-card-side__date{display:none}}.cabinet-sells-card-side__status{display:block;margin-right:16px}@media only screen and (max-width:800px){.cabinet-sells-card-side__status{display:none}}.cabinet-sells-statistic-card{width:100%;height:64px;display:flex;flex-direction:column;justify-content:center;gap:4px;border-radius:16px;background-color:#f8f8f8;padding:12px}.cabinet-sells-statistic-card--green{background-color:#f2f5f4}.cabinet-sells-statistic-card__title{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:14px;color:#070707}.cabinet-sells-statistic-card__value{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707}.sell-create-steps-layout{width:100%;padding-top:24px;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}@media only screen and (max-width:1200px){.sell-create-steps-layout{padding-top:16px}}.sell-create-steps-layout-content{padding-bottom:24px}.sell-create-steps-layout-content--has-right{display:grid;grid-template-columns:auto 350px;grid-gap:32px;gap:32px}.sell-create-steps-layout-content__main,.sell-create-steps-layout-content__sticky{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-steps-layout-content--has-right .sell-create-steps-layout-content__sticky{position:-webkit-sticky;position:sticky;top:74px}.sell-create-steps-layout-content__title{font-family:var(--font-manrope);font-weight:800;font-size:20px;line-height:24px;color:#070707}@media only screen and (max-width:1200px){.sell-create-steps-layout-content__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px}}.sell-create-steps-layout-content__description{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.2px;color:gray;margin-top:4px}.sell-create-steps-layout-content__content{width:100%;padding-top:20px}.sell-create-steps-layout-footer{position:-webkit-sticky;position:sticky;bottom:0;width:100%;padding-top:12px;padding-bottom:32px;margin-top:auto;background-color:#fff;z-index:999}@media only screen and (max-width:1200px){.sell-create-steps-layout-footer{padding-bottom:12px}}.sell-create-steps-layout-footer__notifications{position:absolute;top:0;left:50%;transform:translate(-50%,calc(-100% - 20px));z-index:10;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px}@media only screen and (max-width:1200px){.sell-create-steps-layout-footer__notifications{transform:translate(-50%,calc(-100% - 12px))}}.sell-create-steps-layout-footer__wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;gap:32px}@media only screen and (max-width:1200px){.sell-create-steps-layout-footer__wrapper{gap:16px}}.sell-create-steps-layout-progress{width:100%;display:flex;align-items:center;justify-content:space-between;gap:4px}.sell-create-steps-layout-progress__item{flex:1 1;height:8px;border-radius:3px;background-color:#e0e0e0;transition:background-color .2s linear}.sell-create-steps-layout-progress__item--done{background-color:#285141}.sell-create-steps-layout-progress__item--current{background-color:#1e3d31}.sell-create-steps-layout-buttons{width:100%;display:flex;justify-content:space-between}.sell-create-steps-layout-buttons__back{margin-right:12px}.sell-create-steps-layout-buttons__right{flex:1 1;display:flex;justify-content:flex-end;align-items:center;gap:12px}.sell-create-steps-layout-policy{display:flex;justify-content:flex-end;padding-top:12px}@media only screen and (max-width:800px){.sell-create-steps-layout-policy{justify-content:center}}.sell-create-steps-layout-policy__text{width:100%;max-width:350px;font-family:var(--font-manrope);font-weight:600;font-size:12px;line-height:14.4px;text-align:right;color:gray}@media only screen and (max-width:800px){.sell-create-steps-layout-policy__text{text-align:center}}.sell-create-steps-layout-policy__text a{font-family:var(--font-manrope);font-weight:600;font-size:inherit;line-height:inherit;color:#285141;text-decoration:underline}.sell-create-category-card{display:inline-block;font:inherit;color:inherit;background-color:transparent;cursor:pointer;width:100%;padding:16px;background-color:#f8f8f8;border:1px solid transparent;border-radius:8px;color:#070707;text-align:left;display:flex;flex-direction:column;gap:8px;transition:background-color .2s linear,color .2s linear,border .2s linear}.sell-create-category-card:disabled{cursor:not-allowed}.sell-create-category-card--selected{color:#285141;background-color:#f2f5f4;border-color:#285141}.sell-create-category-card__icon,.sell-create-category-card__name{color:inherit}.sell-create-category-card__icon{width:32px}.sell-create-category-card__name{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px}.sell-create-draft-card{display:inline-block;border:none;font:inherit;color:inherit;background-color:transparent;width:100%;padding:8px 24px 8px 8px;display:flex;align-items:center;gap:24px;text-align:left;background-color:#f8f8f8;border-radius:8px;cursor:pointer}.sell-create-draft-card:disabled{cursor:not-allowed}@media only screen and (max-width:1200px){.sell-create-draft-card{padding-right:8px}}@media only screen and (max-width:800px){.sell-create-draft-card{gap:8px}}.sell-create-draft-card-image{width:80px;flex-shrink:0}.sell-create-draft-card-image__item{width:100%;padding-top:133.3333333333%;border-radius:5px;background-size:cover;background-position:50%;background-repeat:no-repeat}.sell-create-draft-card-arrow{width:24px;height:24px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background-color:#fff;border-radius:50%}@media only screen and (max-width:800px){.sell-create-draft-card-arrow{display:none}}.sell-create-draft-card-arrow__icon{width:24px;color:#303030}.sell-create-draft-card-content{flex:1 1}.sell-create-draft-card-content__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;color:#070707;margin-bottom:8px}.sell-create-draft-card-content__title--disabled{color:gray}.sell-create-draft-card-content__category{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;color:#2c2c2c;margin-bottom:16px}.sell-create-draft-card-content__category--disabled{color:gray}.sell-create-draft-card-content__steps{font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;color:#285141}.sell-create-welcome-template{width:100%;margin-top:32px;margin-bottom:100px;display:flex;align-items:center}@media only screen and (max-width:1200px){.sell-create-welcome-template{min-height:calc(100vh - 60px - var(--tab-bar-height) - var(--top-message-height));min-height:calc(100dvh - 60px - var(--tab-bar-height) - var(--top-message-height));flex-direction:column;margin:0;padding-top:16px}}.sell-create-welcome-template__banner{width:100%;max-width:560px;min-height:560px;align-self:stretch;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:24px;overflow:hidden}@media only screen and (max-width:1200px){.sell-create-welcome-template__banner{display:none}}.sell-create-welcome-template-content{width:100%;flex:1 1;padding:16px 0 16px 44px;display:flex;flex-direction:column;flex-wrap:nowrap}@media only screen and (max-width:1200px){.sell-create-welcome-template-content{padding:0}}.sell-create-welcome-template-content__wrapper{width:100%;flex:1 1;display:flex;flex-direction:column;flex-wrap:nowrap}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__wrapper{padding:12px;background-color:#f8f8f8;border-radius:16px;overflow:hidden;flex:0 1}}.sell-create-welcome-template-content__title{font-family:var(--font-manrope);font-weight:800;font-size:32px;line-height:120%;color:#070707}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__title{font-family:var(--font-manrope);font-weight:700;font-size:20px}}.sell-create-welcome-template-content__steps{margin-top:32px}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__steps{margin-top:24px}}.sell-create-welcome-template-content__header{width:100%;margin-bottom:24px}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__header{margin-bottom:20px}}.sell-create-welcome-template-content__extra{margin-top:24px}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__extra{margin-top:20px}}.sell-create-welcome-template-content__footer{margin-top:24px}@media only screen and (max-width:1200px){.sell-create-welcome-template-content__footer{margin-top:auto;padding:12px 0}}.sell-create-images-guide{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:16px}@media only screen and (max-width:1200px){.sell-create-images-guide{gap:24px}}.sell-create-images-guide-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.sell-create-images-guide-item-content{flex:1 1}.sell-create-images-guide-item-content__label{display:flex;width:-moz-fit-content;width:fit-content;padding:8px;font-family:var(--font-manrope);font-weight:600;font-size:14px;line-height:16.8px;text-align:center;background-color:#f8f8f8;color:#2c2c2c;border-radius:12px;margin-bottom:8px}.sell-create-images-guide-item-content__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;text-align:left;color:#070707}.sell-create-images-guide-item-content__description{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;text-align:left;color:#070707;margin-top:4px}.sell-create-images-guide-item-image{width:110px;height:110px;flex-shrink:0;border-radius:8px;overflow:hidden}@media only screen and (max-width:1200px){.sell-create-images-guide-item-image{width:120px;height:120px}}.cabinet-sell-info-card-layout{width:100%;height:-moz-fit-content;height:fit-content;background-color:#f8f8f8;padding:12px;border-radius:12px;display:flex;flex-direction:column}@media only screen and (max-width:800px){.cabinet-sell-info-card-layout{background:none;padding:0}}.cabinet-sell-info-card-layout__title{font-family:var(--font-manrope);font-weight:600;font-size:16px;line-height:19.2px;text-align:left;color:#070707}.cabinet-sell-info-card-layout__icon{width:18px;vertical-align:middle;margin-left:8px;cursor:pointer}@media only screen and (max-width:800px){.cabinet-sell-info-card-layout__icon{width:16px;margin-left:4px}}.cabinet-sell-request-info{width:100%}.cabinet-sell-request-info__statuses{width:100%;margin-top:16px}@media only screen and (max-width:1200px){.cabinet-sell-request-info__statuses{margin-top:12px}}.cabinet-sell-request-info__properties{width:100%;margin-top:16px;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:1200px){.cabinet-sell-request-info__properties{margin-top:12px}}.cabinet-sell-product-info{width:100%}.cabinet-sell-product-info__group{width:100%;margin-top:12px;display:flex;flex-direction:column;gap:8px}.cabinet-sell-product-info__group:first-of-type{margin-top:24px}@media only screen and (max-width:1200px){.cabinet-sell-product-info__group:first-of-type{margin-top:12px}}.cabinet-sell-details{width:100%;background-color:#fff;padding:24px;border-radius:12px}@media only screen and (max-width:1200px){.cabinet-sell-details{max-width:100%;padding:0}}.cabinet-sell-details-loading{width:100%;display:flex;justify-content:center;align-items:center}.cabinet-sell-details__back{margin-bottom:24px}.cabinet-sell-details__card{margin-bottom:16px}@media only screen and (max-width:1200px){.cabinet-sell-details__card{margin-bottom:24px}}.cabinet-sell-details-info{width:100%;margin-bottom:12px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media only screen and (max-width:800px){.cabinet-sell-details-info{grid-template-columns:100%;margin-bottom:24px}}.cabinet-sell-details-button{width:-moz-fit-content;width:fit-content}@media only screen and (max-width:800px){.cabinet-sell-details-button{width:100%}}.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;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-top__card{margin-top:20px}.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-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{flex:1 1}.sell-create-b2b-product,.sell-create-b2b-product__inputs{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap}.sell-create-b2b-product__inputs{gap:12px}.sell-create-b2b-product__input{width:100%}.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}.home-sell{display:flex;justify-content:space-between;background-color:#f8f8f8;overflow:hidden;margin-bottom:50px;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}}.blog-article-products-section{margin:0!important}