.my-input{background-color:var(--grey-bg-color);border-radius:var(--border-radius-rounded)}.my-input::before{z-index:1;position:absolute;content:"";top:50%;left:20px;background-color:var(--primary-text-color);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.my-input::after{z-index:1;position:absolute;content:none;top:50%;right:20px;background-size:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.my-input.icon-lightning::before{width:20px;height:23px;-webkit-mask-image:url("/assets/img/icons/lightning.svg");mask-image:url("/assets/img/icons/lightning.svg")}.my-input.icon-usage::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/usage.svg");mask-image:url("/assets/img/icons/usage.svg")}.my-input.icon-discount::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/discount.svg");mask-image:url("/assets/img/icons/discount.svg")}.my-input.icon-money::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/money.svg");mask-image:url("/assets/img/icons/money.svg")}.my-input.icon-sms::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/sms.svg");mask-image:url("/assets/img/icons/sms.svg")}.my-input.icon-search::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/search.svg");mask-image:url("/assets/img/icons/search.svg")}.my-input.icon-link::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/link.svg");mask-image:url("/assets/img/icons/link.svg")}.my-input.icon-archive-book::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/archive-book.svg");mask-image:url("/assets/img/icons/archive-book.svg")}.my-input.icon-home-hashtag::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/home-hashtag.svg");mask-image:url("/assets/img/icons/home-hashtag.svg")}.my-input.icon-wallet::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/wallet.svg");mask-image:url("/assets/img/icons/wallet.svg")}.my-input.icon-card-tick::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/card-tick.svg");mask-image:url("/assets/img/icons/card-tick.svg")}.my-input.icon-profile::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/profile.svg");mask-image:url("/assets/img/icons/profile.svg")}.my-input.icon-call::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/call.svg");mask-image:url("/assets/img/icons/call.svg")}.my-input.icon-document::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/document.svg");mask-image:url("/assets/img/icons/document.svg")}.my-input.icon-house::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/house.svg");mask-image:url("/assets/img/icons/house.svg")}.my-input.icon-terms-of-use::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/terms-of-use.svg");mask-image:url("/assets/img/icons/terms-of-use.svg")}.my-input.icon-bank::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/bank.svg");mask-image:url("/assets/img/icons/bank.svg")}.my-input.icon-stack::before{left:21px;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='4.75' width='18.5' height='10.5' rx='2.25' stroke='%2352A7F9' stroke-width='1.5'/%3E%3Cline x1='5.88041' y1='10.0733' x2='14.1334' y2='10.1494' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center}.my-input.is-focused{background-color:var(--foreground-color)}.my-input.is-focused .my-input__input{padding:24px 40px 6px 50px;color:var(--main-text-color)}.my-input.is-focused .my-input__label{z-index:1;top:30%}.my-input.is-float{background-color:var(--grey-bg-color)}.my-input.is-float .my-input__input{padding:24px 40px 6px 50px;color:var(--main-text-colorr)}.my-input.is-float .my-input__label{z-index:1;top:30%}.my-input.is-error .my-input__input{border:1.5px solid var(--brand-error) !important}.my-input.is-error .my-input__input:hover,.my-input.is-error .my-input__input:focus{border:1px solid var(--brand-error) !important}.my-input.is-error-icon{background-color:rgba(0,0,0,0)}.my-input.is-error-icon .my-input__input{border:1.5px solid var(--red-bg-color) !important}.my-input.is-error-icon .my-input__input:hover,.my-input.is-error-icon .my-input__input:focus{border:1px solid var(--red-bg-color) !important}.my-input.is-error-icon .my-input__label{color:var(--red-bg-color)}.my-input.is-error-icon .my-input__reset{display:none}.my-input.is-error-icon .my-input__reset-error{z-index:1;position:absolute;top:50%;right:19px;display:block;width:19px;height:19px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-input.is-error-icon .my-input__reset-error:hover,.my-input.is-error-icon .my-input__reset-error:active{opacity:.7}.my-input.is-success-icon{background-color:rgba(0,0,0,0)}.my-input.is-success-icon .my-input__input{border:1.5px solid var(--brand-success) !important}.my-input.is-success-icon .my-input__input:hover,.my-input.is-success-icon .my-input__input:focus{border:1px solid var(--brand-success) !important}.my-input.is-success-icon .my-input__label{color:var(--brand-success)}.my-input.is-success-icon::after{content:"";width:19px;height:19px;-webkit-mask-image:url("/assets/img/icons/tick-circle.svg");mask-image:url("/assets/img/icons/tick-circle.svg");background-color:var(--brand-success)}.my-input.is-success-icon::before{background-color:var(--brand-success)}.my-input.is-success-icon .my-input__reset{display:none}.my-input.is-required .my-input__label-title:after{content:"*";color:var(--brand-error)}.my-input__input{z-index:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:52px;padding:15px 40px 15px 50px;border:1.5px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-radius:var(--border-radius-rounded);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);cursor:text}.my-input__input:hover{background-color:rgba(0,0,0,0) !important;border:1.5px solid var(--button-border-color) !important}.my-input__input:focus{background-color:rgba(0,0,0,0) !important;border:1.5px solid var(--button-border-color) !important}.my-input__label{position:absolute;top:50%;left:50px;color:var(--grey-text-color);-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:text;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-input__reset{z-index:1;position:absolute;top:50%;right:19px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-input__reset:hover,.my-input__reset:active{opacity:.7}.my-input__reset-error{display:none}.my-input__text{position:absolute;bottom:6px;left:70px}.my-input.no-icon .my-input__input{padding:24px 40px 6px 24px}.my-input.no-icon .my-input__label{left:24px}.my-input.no-icon.is-focused .my-input__input{padding:24px 40px 6px 24px}.my-input.no-icon.is-float .my-input__input{padding:24px 40px 6px 24px}.my-input.change-bot__input-name .my-input__label{left:25px}.my-input.change-bot__input-token.is-error .my-input__label{color:#ff7c7c}.my-input.change-bot__input-token.is-error .my-input__input{border-color:#ff7c7c !important}.my-input.change-bot__input-token.is-error .my-input__input:hover,.my-input.change-bot__input-token.is-error .my-input__input:focus{border-color:#ff7c7c !important}.my-input.change-bot__input-name,.my-input.change-bot__input-token{background-color:var(--bg-back)}.my-input.change-bot__input-name.is-focused,.my-input.change-bot__input-name.is-error,.my-input.change-bot__input-token.is-focused,.my-input.change-bot__input-token.is-error{background-color:var(--foreground-color) !important}
.my-textarea{padding-top:36px;background-color:var(--grey-bg-color);border:1.5px solid rgba(0,0,0,0);border-radius:var(--border-radius-rounded);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-textarea:hover{background-color:rgba(0,0,0,0);border:1.5px solid var(--button-border-color)}.my-textarea:hover .my-textarea__resizer{background-color:var(--foreground-color)}.my-textarea:focus{background-color:rgba(0,0,0,0);border:1.5px solid var(--button-border-color)}.my-textarea:focus .my-textarea__resizer{background-color:var(--foreground-color)}.my-textarea.is-focused{border:1.5px solid var(--button-border-color);background-color:var(--foreground-color)}.my-textarea.is-focused .my-textarea__input{color:var(--main-text-color)}.my-textarea.is-focused::before{background-color:var(--foreground-color)}.my-textarea.is-focused .my-textarea__resizer{background-color:var(--foreground-color)}.my-textarea.is-float{background-color:var(--grey-bg-color)}.my-textarea.is-float .my-textarea__input{color:var(--main-text-colorr)}.my-textarea.is-float::before{background-color:var(--grey-bg-color)}.my-textarea.is-float .my-textarea__resizer{background-color:var(--grey-bg-color)}.my-textarea.is-error{background-color:rgba(0,0,0,0);border:1px solid var(--red-bg-color)}.my-textarea.is-error:hover,.my-textarea.is-error:focus{border:1px solid var(--red-bg-color) !important}.my-textarea.is-error .my-textarea__label{color:var(--red-bg-color)}.my-textarea.addPlanField{padding-top:46px}.my-textarea.addPlanField.is-float .my-textarea__label,.my-textarea.addPlanField.is-focused .my-textarea__label{font-size:14px !important;line-height:1.5714285714 !important}.my-textarea.addPlanField .my-textarea__input{height:124px !important}.my-textarea__input{z-index:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:92px;padding:0 24px 6px 24px;border:none;background-color:rgba(0,0,0,0);border-radius:var(--border-radius-rounded);-webkit-transition:background-color var(--animation-time-short);transition:background-color var(--animation-time-short);scrollbar-color:rgba(0,0,0,0) !important}.my-textarea__input:hover{background-color:rgba(0,0,0,0) !important}.my-textarea__input:focus{background-color:rgba(0,0,0,0) !important}.my-textarea__input::-webkit-scrollbar{width:auto;background-color:rgba(0,0,0,0) !important}.my-textarea__input::-webkit-scrollbar-track{background-color:rgba(0,0,0,0) !important}.my-textarea__input::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0) !important;border-radius:0 !important}.my-textarea__input::-webkit-resizer{background-color:rgba(0,0,0,0) !important;border:none !important}.my-textarea__input::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0) !important}.my-textarea__resizer{position:absolute;z-index:0;right:0;bottom:0;width:23px;height:23px;background-image:url("/assets/img/icons/resizer.svg");background-size:16px 16px;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0);border-radius:var(--border-radius-rounded);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-textarea__label{z-index:1;position:absolute;top:20px;left:24px;color:var(--grey-text-color);cursor:text;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-textarea__reset{z-index:1;position:absolute;top:13px;right:19px;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.my-textarea__reset:hover,.my-textarea__reset:active{opacity:.7}.change-bot__textarea-info.my-textarea,.change-bot__textarea-desc.my-textarea{padding-top:46px;background-color:var(--bg-back)}.change-bot__textarea-info.my-textarea.is-focused,.change-bot__textarea-desc.my-textarea.is-focused{background-color:var(--foreground-color)}.change-bot__textarea-info.my-textarea .my-textarea__input,.change-bot__textarea-desc.my-textarea .my-textarea__input{padding:0 19px 10px 19px;resize:none}.change-bot__textarea-info.my-textarea .my-textarea__label,.change-bot__textarea-desc.my-textarea .my-textarea__label{top:20px;left:19px;letter-spacing:.25px}.change-bot__textarea-info.my-textarea .my-textarea__resizer,.change-bot__textarea-desc.my-textarea .my-textarea__resizer{display:none}.change-bot__textarea-info .my-textarea__input{height:53px;min-height:53px}.change-bot__textarea-desc.my-textarea .my-textarea__input{height:174px;min-height:174px}@media(max-width: 767px){.change-bot__textarea-desc.my-textarea .my-textarea__input{height:209px;min-height:209px}}
.modal-general{padding:0 !important;-ms-overflow-style:none;scrollbar-width:none}.modal-general::-webkit-scrollbar{display:none}@media(max-width: 767px){.modal-general{top:68px}}.modal-general__icon{max-height:27px}@media(max-width: 991px){.modal-general .modal-dialog{-ms-flex-item-align:start;align-self:flex-start;min-height:100%}}@media(max-width: 767px){.modal-general .modal-dialog{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}}.modal-general .modal-header{padding:0 20px !important}@media(max-width: 767px){.modal-general .modal-header{padding:0 16px !important}}.modal-general .modal-body{padding:0 20px !important}@media(max-width: 767px){.modal-general .modal-body{padding:0 16px 16px !important;-ms-overflow-style:none;scrollbar-width:none}.modal-general .modal-body::-webkit-scrollbar{display:none}}.modal-general .modal-body.pb-0{padding-bottom:0 !important}.modal-general__content{max-width:525px;padding:20px 0}@media(max-width: 575px){.modal-general__content{height:100%}}@media(max-width: 767px){.modal-general__content{max-width:100%;min-height:100%;padding:16px 0 64px;border-top-left-radius:0 !important;border-top-right-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}}.modal-general.content-full{top:0}@media(max-width: 575px){.modal-general.content-full .modal-general__content{min-height:100%}}@media(max-width: 767px){.modal-general.content-full .modal-general__content{min-height:100%;padding:16px 0}}@media(max-width: 767px){.modal-general.content-filters{height:calc(100% - 48px)}}.modal-general.content-filters .modal-dialog{max-width:686px}@media(max-width: 767px){.modal-general.content-filters .modal-dialog{max-width:100%}}.modal-general.content-filters .modal-header{display:none !important;margin:0 !important}@media(max-width: 767px){.modal-general.content-filters .modal-header{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;padding:16px !important}}.modal-general.content-filters .modal-body{padding:0 !important}@media(max-width: 767px){.modal-general.content-filters .modal-body{padding:0 16px 16px !important;overflow:visible}}.modal-general.content-filters .modal-general__content{padding:20px;max-width:686px}@media(max-width: 767px){.modal-general.content-filters .modal-general__content{padding:0;max-width:100%;overflow-y:auto}}.modal-general.cropper-zone{bottom:0}@media(max-width: 767px){.modal-general.cropper-zone{top:auto;max-height:100%;height:auto;border-top-left-radius:var(--border-radius-rounded);border-top-right-radius:var(--border-radius-rounded)}}.modal-general.cropper-zone .modal-general__content{min-width:660px;max-height:90vh}@media(max-width: 767px){.modal-general.cropper-zone .modal-general__content{padding:16px 0;min-width:auto;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:0 !important}}.modal-general.cropper-zone .modal-header{margin-bottom:15px !important}@media(max-width: 767px){.modal-general.cropper-zone .modal-body{padding:0 16px 0 !important}}@media(max-width: 767px){.modal-general.cropper-zone .modal-general__close{margin-top:-24px}}@media(max-width: 767px){.modal-general.support{top:auto;bottom:0;height:auto;border-top-left-radius:var(--border-radius-rounded);border-top-right-radius:var(--border-radius-rounded)}}@media(max-width: 767px){.modal-general.support .modal-general__content{padding:16px 0}}.modal-general.pixel-test-requests .modal-general__content{max-width:440px}@media(max-width: 767px){.modal-general.pixel-test-requests .modal-general__content{max-width:100%}}.modal-general.max-content .modal-header{margin-bottom:15px !important}.modal-general.max-content .modal-general__content{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media(max-width: 767px){.modal-general.max-content .modal-general__content{max-width:100%}}.modal-general.content-covers{top:0}.modal-general.content-covers .modal-header{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;padding:0 20px 0 64px !important;margin-bottom:15px !important}@media(max-width: 767px){.modal-general.content-covers .modal-header{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;padding:0 16px !important;margin-bottom:20px !important}}.modal-general.content-covers .modal-dialog{width:100%;max-width:1082px}.modal-general.content-covers .modal-dialog .modal-general__content{width:100%;max-width:1082px;margin-left:20px !important;margin-right:20px !important}@media(max-width: 767px){.modal-general.content-covers .modal-dialog .modal-general__content{padding:16px 0 0;margin:0 !important}}.modal-general.content-covers .modal-dialog .modal-body{padding:0 64px !important}@media(max-width: 767px){.modal-general.content-covers .modal-dialog .modal-body{padding:0 16px 0 !important}}.modal-general.product-moderation__unblock .modal-general__content{max-width:360px}
.pw-btn-link[data-v-c4ebaf42]{padding:14px 34px;color:var(--main-text-color);background-color:var(--light-primary);border-radius:var(--border-radius-rounded);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.pw-btn-link[data-v-c4ebaf42]:hover,.pw-btn-link[data-v-c4ebaf42]:active{background-color:var(--foreground-color);-webkit-box-shadow:var(--box-shadow-hover);box-shadow:var(--box-shadow-hover);color:var(--main-text-color) !important}@media(max-width: 767px){.pw-btn-link[data-v-c4ebaf42]{padding:14px 26px}}.pw-btn-link.no-icon[data-v-c4ebaf42]{padding:14px 16px}@media(min-width: 767px){.pw-btn-link.icon-document[data-v-c4ebaf42]{position:relative;padding:14px 16px 14px 50px}.pw-btn-link.icon-document[data-v-c4ebaf42]::before{content:"";position:absolute;top:50%;left:16px;width:18px;height:18px;-webkit-mask-image:url("/assets/img/icons/document.svg");mask-image:url("/assets/img/icons/document.svg");background-color:var(--brand-primary);-webkit-mask-size:cover;mask-size:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.pw-btn-link.btn-tooltip[data-v-c4ebaf42]{padding:10px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(max-width: 767px){.pw-btn-link.btn-tooltip[data-v-c4ebaf42]{padding:13px 20px;max-width:100%;width:100%}}
.modal-tooltip__modal{padding:16px 20px 28px}
.image-list-item[data-v-69445a4d]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(33.33% - 13.5px);margin:0 20px 20px 0;cursor:pointer}.image-list-item[data-v-69445a4d]:nth-child(3n+3){margin-right:0}@media(max-width: 767px){.image-list-item[data-v-69445a4d]{width:100%;margin:0 0 12px 0}}.image-list-item__neuro[data-v-69445a4d]{position:absolute;bottom:20px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;font-size:16px;line-height:16px;border-radius:50%;background:-webkit-gradient(linear, left top, right top, from(#ee7752), color-stop(#e73c7e), color-stop(#23a6d5), to(#23d5ab));background:linear-gradient(90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size:400% 400%;-webkit-animation:gradient-69445a4d 10s ease infinite;animation:gradient-69445a4d 10s ease infinite;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@-webkit-keyframes gradient-69445a4d{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes gradient-69445a4d{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.image-list-item__img[data-v-69445a4d]{display:block;width:100%;height:199px;-o-object-fit:cover;object-fit:cover;border-top-left-radius:var(--border-radius-rounded);border-top-right-radius:var(--border-radius-rounded);overflow:hidden}.image-list-item__img.border[data-v-69445a4d]{border:1px solid var(--border-line) !important}.image-list-item__info[data-v-69445a4d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:20px;border-radius:var(--border-radius-rounded);border-top-left-radius:0;border-top-right-radius:0;border:1px solid var(--border-line);border-top:none}.image-list-item__title[data-v-69445a4d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.image-list-item__desc[data-v-69445a4d]{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;margin:10px 0 0;word-break:break-word}.image-list-item__wrap[data-v-69445a4d]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.image-list-item__badge[data-v-69445a4d]{margin-right:6px;margin-top:10px}.image-list-item__label[data-v-69445a4d]{margin-right:6px;margin-top:10px}
.dropdown-general{height:38px}.dropdown-general:hover button,.dropdown-general:active button,.dropdown-general:focus button{border:1px solid var(--button-border-color) !important;background-color:var(--foreground-color) !important;color:var(--main-text-color) !important}.dropdown-general button{height:38px;padding-left:15px !important;padding-right:15px !important;border:1px solid var(--border-line) !important;background-color:var(--foreground-color) !important;border-radius:var(--border-radius-rounded) !important;color:var(--main-text-color) !important;-webkit-box-shadow:none !important;box-shadow:none !important}.dropdown-general.btn-grey button{color:var(--grey-text-color) !important}.dropdown-general.icon-calendar button{position:relative;padding-left:49px !important}.dropdown-general.icon-calendar button::before{z-index:2;position:absolute;content:"";top:50%;left:15px;width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/calendar.svg");mask-image:url("/assets/img/icons/calendar.svg");background-color:var(--primary-text-color);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;pointer-events:none}.dropdown-general .show{-webkit-box-shadow:none !important;box-shadow:none !important}.dropdown-general .dropdown-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dropdown-general .dropdown-toggle::after{width:18px;height:18px;background:url("/assets/img/icons/arrow.svg");margin-left:10px !important;border:none !important}.dropdown-general.show .dropdown-toggle{border:1px solid var(--button-border-color) !important;border-bottom-left-radius:var(--border-radius-rounded) !important;border-bottom-right-radius:var(--border-radius-rounded) !important;background-color:var(--foreground-color) !important;color:var(--main-text-color) !important}.dropdown-general.show .dropdown-toggle::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-general .dropdown-menu{min-width:128px;top:10px !important;right:auto !important;width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:var(--foreground-color) !important;border-radius:var(--border-radius-rounded) !important;-webkit-box-shadow:var(--box-shadow) !important;box-shadow:var(--box-shadow) !important;-ms-overflow-style:none;scrollbar-width:none}.dropdown-general .dropdown-menu::-webkit-scrollbar{display:none}@media(max-width: 991px){.dropdown-general .dropdown-menu{width:100%}}.dropdown-general.show ul li:first-child:before{content:none !important}.dropdown-general .dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px !important;color:var(--main-text-color) !important;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.dropdown-general .dropdown-item svg{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;opacity:0;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.dropdown-general .dropdown-item svg.show{opacity:1}.dropdown-general .dropdown-item::after{z-index:1;content:"";position:absolute;bottom:0;left:15px;right:0;height:.5px;background-color:var(--border-line)}.dropdown-general .dropdown-item:hover,.dropdown-general .dropdown-item:active,.dropdown-general .dropdown-item:focus{background-color:var(--grayscale-bg-dark-back);color:var(--main-text-color) !important}.dropdown-general.dropdown ul li:last-child .dropdown-item::after{content:none}.dropdown-general.large{height:50px}.dropdown-general.large button{height:50px}.dropdown-general.large .dropdown-menu{top:25px !important}.dropdown-general.small{height:36px}.dropdown-general.small button{padding:6px 15px;height:36px}.dropdown-general.small .dropdown-menu{top:10px !important}.dropdown-general.mini{height:32px}.dropdown-general.mini button{padding:7px 15px;height:32px}.dropdown-general.mini .dropdown-menu{top:8px !important}.dropdown-general.animated .dropdown-menu{overflow:auto;opacity:0;display:block !important;max-height:0 !important;-webkit-transition:max-height var(--animation-time-short) ease-in-out;transition:max-height var(--animation-time-short) ease-in-out;border:1px solid rgba(0,0,0,0) !important;-webkit-box-shadow:var(--box-shadow-hover) !important;box-shadow:var(--box-shadow-hover) !important}.dropdown-general.animated .dropdown-menu:not(.show){padding:0;border:none}.dropdown-general.animated .dropdown-menu.show{opacity:1;-webkit-transition:max-height var(--animation-time-short) ease-in-out;transition:max-height var(--animation-time-short) ease-in-out;border:1px solid var(--border-line) !important;max-height:360px !important}.dropdown-general.not-chosen button{color:var(--grayscale-color-grey) !important}.dropdown-general.not-chosen button:hover button,.dropdown-general.not-chosen button:active button,.dropdown-general.not-chosen button:focus button{color:var(--grayscale-color-grey) !important}.dropdown-general.not-chosen.show .dropdown-toggle{color:var(--grayscale-color-grey) !important}.dropdown-general.not-chosen .dropdown-menu li:first-child{display:none}
.product-moderation__status{width:100%;padding:8px 24px;text-align:center;border-radius:var(--border-radius-rounded);margin-right:20px;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);cursor:pointer;-ms-flex-line-pack:center;align-content:center}.product-moderation__status:last-child{margin-right:0}@media(max-width: 767px){.product-moderation__status{margin:0 0 20px}.product-moderation__status:last-child{margin:0}}.product-moderation__status.success{color:var(--brand-success);background-color:var(--brand-bg-success)}.product-moderation__status.success:hover,.product-moderation__status.success:active{color:var(--brand-hard-success)}.product-moderation__status.warning{color:var(--brand-orange);background-color:var(--brand-bg-warning)}.product-moderation__status.warning:hover,.product-moderation__status.warning:active{color:var(--brand-hard-orange)}.product-moderation__status.error{color:var(--brand-error);background-color:var(--brand-bg-error)}.product-moderation__status.error:hover,.product-moderation__status.error:active{color:var(--brand-hard-error)}.product-moderation__status.unblocked{color:var(--brand-primary);background-color:var(--brand-bg-primary)}.product-moderation__status.unblocked:hover,.product-moderation__status.unblocked:active{color:var(--brand-gradient-primary)}.product-moderation__subtitle{margin:10px 0}.product-moderation.card-basic{padding-top:20px;padding-bottom:20px}.product-moderation__item{margin-top:16px}.product-moderation__item:first-child{margin-top:0}.product-moderation__list{max-height:30rem;overflow:auto}.product-moderation .showMore{width:100%;padding:8px 24px;text-align:center;margin-top:20px;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);cursor:pointer;-ms-flex-line-pack:center;align-content:center;color:var(--theme-color-1)}.product-moderation .showMore:hover{color:var(--primary-dark-text-color)}.product-moderation__label{padding:1px 6px 2px;border-radius:6px}.product-moderation__label.BLOCKED{color:var(--brand-error);background-color:var(--brand-bg-error)}.product-moderation__label.APPROVED{color:var(--brand-success);background-color:var(--brand-bg-success)}.product-moderation__label.UNBLOCKED,.product-moderation__label.NEW{color:var(--brand-primary);background-color:var(--brand-bg-primary)}.product-moderation__label.REVOKED{color:var(--brand-orange);background-color:var(--brand-bg-warning)}.product-moderation__close{-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.product-moderation__close:hover,.product-moderation__close:active{opacity:.7}@media(max-width: 575px){.product-moderation__badges{width:100%;margin-top:10px}.product-moderation__badges .new-badge{margin-left:0;margin-right:10px}}#product-moderation .dropdown-toggle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:46px !important}#product-moderation .dropdown-toggle::after{position:absolute;right:20px}#product-moderation .dropdown-menu{max-width:485px}@media(max-width: 767px){#product-moderation .dropdown-menu{max-width:auto}}#product-moderation .dropdown-menu li:first-child{display:none}#product-moderation .product-moderation__choose-reason .dropdown-menu li:first-child{display:block}
@media(max-width: 767px){.payment-link{position:relative}}.payment-link__card-link{min-height:69px;padding:10px 20px;border-radius:var(--border-radius-rounded);background-color:var(--grayscale-bg-dark-back)}@media(max-width: 767px){.payment-link__card-link{padding:16px}}@media(max-width: 767px){.payment-link__dots{position:absolute;top:16px;right:16px}}
/**
 * Default
 */
/**
 * Bulma
 */
/**
 * Bootstrap
 */
.vue-switcher {
  position: relative;
  display: inline-block;
}
.vue-switcher__label {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}
.vue-switcher input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.vue-switcher div {
    height: 15px;
    width: 36px;
    position: relative;
    border-radius: 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    -webkit-transition: linear .2s, background-color linear .2s;
    transition: linear .2s, background-color linear .2s;
}
.vue-switcher div:after {
      content: '';
      height: 20px;
      width: 20px;
      border-radius: 100px;
      display: block;
      -webkit-transition: linear .15s, background-color linear .15s;
      transition: linear .15s, background-color linear .15s;
      position: absolute;
      left: 100%;
      margin-left: -18px;
      cursor: pointer;
      top: -3px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.vue-switcher--unchecked div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.vue-switcher--unchecked div:after {
      left: 15px;
}
.vue-switcher--disabled div {
    opacity: .3;
}
.vue-switcher--disabled input {
    cursor: not-allowed;
}
.vue-switcher--bold div {
    top: -8px;
    height: 26px;
    width: 51px;
}
.vue-switcher--bold div:after {
      margin-left: -24px;
      top: 3px;
}
.vue-switcher--bold--unchecked div:after {
    left: 28px;
}
.vue-switcher--bold .vue-switcher__label span {
    padding-bottom: 7px;
    display: inline-block;
}
.vue-switcher-theme--default.vue-switcher-color--default div {
    background-color: #b7b7b7;
}
.vue-switcher-theme--default.vue-switcher-color--default div:after {
      background-color: #9d9d9d;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #aaa;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #c4c4c4;
}
.vue-switcher-theme--default.vue-switcher-color--blue div {
    background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--blue div:after {
      background-color: #539bb9;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #c0dae5;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--red div {
    background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--red div:after {
      background-color: #b95353;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #e5c0c0;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div {
    background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div:after {
      background-color: #bab353;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #e6e3c0;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--orange div {
    background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--orange div:after {
      background-color: #b97953;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div {
    background-color: #e5cec0;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div:after {
      background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--green div {
    background-color: #77c88d;
}
.vue-switcher-theme--default.vue-switcher-color--green div:after {
      background-color: #53b96e;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #c0e5ca;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #77c88d;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div {
    background-color: gainsboro;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #e8e8e8;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div {
    background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div:after {
      background-color: #00d1b2;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #6bffe9;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div {
    background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div:after {
      background-color: #3273dc;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #b5ccf2;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div {
    background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div:after {
      background-color: #ff3860;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #ffd1da;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div {
    background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div:after {
      background-color: #ffdd57;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #fffcf0;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div {
    background-color: #3dde75;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div:after {
      background-color: #22c65b;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #94edb3;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #3dde75;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div {
    background-color: #e6e6e6;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: whitesmoke;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div {
    background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div:after {
      background-color: #337ab7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #9fc4e4;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div {
    background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div:after {
      background-color: #5cb85c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div {
    background-color: #c7e6c7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div:after {
      background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div {
    background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div:after {
      background-color: #5bc0de;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div {
    background-color: #daf1f8;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div:after {
      background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div {
    background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div:after {
      background-color: #f0ad4e;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div {
    background-color: #fceedb;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div:after {
      background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div {
    background-color: #d9534f;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after {
      background-color: #c9302c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div {
    background-color: #eba5a3;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div:after {
      background-color: #d9534f;
}

.dropdown-label{border-radius:var(--border-radius-rounded)}.dropdown-label.is-error .dropdown-toggle,.dropdown-label.is-error .show .dropdown-toggle{border:1.5px solid var(--red-bg-color) !important}.dropdown-label.is-error .dropdown-toggle:hover,.dropdown-label.is-error .dropdown-toggle:focus,.dropdown-label.is-error .show .dropdown-toggle:hover,.dropdown-label.is-error .show .dropdown-toggle:focus{border:1px solid var(--red-bg-color) !important}.dropdown-label.is-error .dropdown-toggle::after,.dropdown-label.is-error .show .dropdown-toggle::after{background:var(--red-text-color)}.dropdown-label.is-error .dropdown-label__label{color:var(--red-bg-color)}.dropdown-label.is-error::before{background-color:var(--red-text-color)}.dropdown-label.is-required .dropdown-label__label:after{content:"*";color:var(--brand-error)}.dropdown-label__dropdown{height:52px}.dropdown-label__dropdown:hover button,.dropdown-label__dropdown:active button,.dropdown-label__dropdown:focus button{border:1px solid var(--button-border-color) !important;background-color:var(--foreground-color) !important;color:var(--main-text-color) !important}.dropdown-label__dropdown button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:52px;padding-left:50px !important;padding-right:20px !important;font-size:14px;line-height:1.5714285714;border:1px solid var(--border-line) !important;background-color:var(--foreground-color) !important;border-radius:var(--border-radius-rounded) !important;color:var(--main-text-color) !important;-webkit-box-shadow:none !important;box-shadow:none !important;overflow:hidden !important}.dropdown-label__dropdown button span{overflow:hidden;text-overflow:ellipsis;padding-right:20px}.dropdown-label__dropdown .show{-webkit-box-shadow:none !important;box-shadow:none !important}.dropdown-label__dropdown .dropdown-toggle::after{position:absolute;top:50%;right:20px;width:18px;height:18px;-webkit-mask-image:url("/assets/img/icons/arrow.svg");mask-image:url("/assets/img/icons/arrow.svg");background:var(--button-border-color);border:none !important;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropdown-label__dropdown.show .dropdown-toggle{border:1px solid var(--button-border-color) !important;border-bottom-left-radius:var(--border-radius-rounded) !important;border-bottom-right-radius:var(--border-radius-rounded) !important;background-color:var(--foreground-color) !important;color:var(--main-text-color) !important}.dropdown-label__dropdown.show .dropdown-toggle::after{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("/assets/img/icons/arrow-down.svg")}.dropdown-label__dropdown .dropdown-menu{top:28px !important;width:100%;background-color:var(--background-color) !important;border-radius:var(--border-radius-rounded) !important;-webkit-box-shadow:var(--box-shadow) !important;box-shadow:var(--box-shadow) !important;-ms-overflow-style:none;scrollbar-width:none}.dropdown-label__dropdown .dropdown-menu::-webkit-scrollbar{display:none}.dropdown-label__dropdown.show ul li:first-child:before{content:none !important}.dropdown-label__dropdown .dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px !important;color:var(--main-text-color) !important;background-color:var(--foreground-back);-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short)}.dropdown-label__dropdown .dropdown-item::after{z-index:1;content:"";position:absolute;bottom:0;left:15px;right:0;height:.5px;background-color:var(--border-line)}.dropdown-label__dropdown .dropdown-item:hover,.dropdown-label__dropdown .dropdown-item:active,.dropdown-label__dropdown .dropdown-item:focus{background-color:var(--grayscale-bg-dark-back) !important;color:var(--main-text-color) !important}.dropdown-label__dropdown.dropdown ul li:last-child .dropdown-item::after{content:none}.dropdown-label__dropdown.animated .dropdown-menu{overflow:auto;opacity:0;display:block !important;max-height:0 !important;-webkit-transition:max-height var(--animation-time-short) ease-in-out;transition:max-height var(--animation-time-short) ease-in-out;-webkit-box-shadow:var(--box-shadow-hover) !important;box-shadow:var(--box-shadow-hover) !important}.dropdown-label__dropdown.animated .dropdown-menu:not(.show){padding:0;border:none}.dropdown-label__dropdown.animated .dropdown-menu.show{opacity:1;-webkit-transition:max-height var(--animation-time-short) ease-in-out;transition:max-height var(--animation-time-short) ease-in-out;border:1px solid var(--border-line) !important;max-height:360px !important}.dropdown-label.is-float{background-color:var(--grey-bg-color)}.dropdown-label.is-float button{padding:24px 20px 6px 50px !important}.dropdown-label.is-float .dropdown-label__label{top:30%}.dropdown-label::before{z-index:2;position:absolute;content:"";top:50%;left:20px;background-color:var(--primary-text-color);background-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;pointer-events:none}.dropdown-label.icon-gift::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/gift.svg");mask-image:url("/assets/img/icons/gift.svg")}.dropdown-label.icon-has-vat::before{width:22px;height:22px;-webkit-mask-image:url("/assets/img/icons/bill.svg");mask-image:url("/assets/img/icons/bill.svg")}.dropdown-label.icon-vat::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/discount.svg");mask-image:url("/assets/img/icons/discount.svg")}.dropdown-label.icon-buy-crypto::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/buy-crypto.svg");mask-image:url("/assets/img/icons/buy-crypto.svg")}.dropdown-label.icon-calendar::before{width:24px;height:24px;-webkit-mask-image:url("/assets/img/icons/calendar.svg");mask-image:url("/assets/img/icons/calendar.svg")}.dropdown-label.icon-house::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/house.svg");mask-image:url("/assets/img/icons/house.svg")}.dropdown-label.icon-profile::before{width:20px;height:20px;-webkit-mask-image:url("/assets/img/icons/profile.svg");mask-image:url("/assets/img/icons/profile.svg")}.dropdown-label__label{z-index:2;position:absolute;top:50%;left:50px;color:var(--grey-text-color);-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:text;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);cursor:pointer;pointer-events:none}.dropdown-label__search{z-index:2;top:0%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px !important;color:var(--main-text-color) !important;background-color:var(--foreground-back)}.dropdown-label__search-empty{background-color:var(--foreground-back)}
.zero-commission{background-color:var(--bg-back);padding:20px;border-radius:8px;margin-bottom:20px}@media(max-width: 575px){.zero-commission{padding:15px 17px}}.zero-commission__title{margin-bottom:5px}.zero-commission__inner{margin-top:10px;background-color:var(--foreground-color);border-radius:8px;padding:6px 10px}
.add-product{padding:23.5px 0 0 0}@media(max-width: 767.98px){.add-product{padding:17px 0 0}}.add-product__step{position:relative;width:calc(50% - 10px);margin-bottom:20px}@media(max-width: 767.98px){.add-product__step{margin-bottom:25px}}.add-product__step:before{content:"";position:absolute;width:100%;height:4px;border-radius:2px;top:-12px;background-color:var(--grayscale-dark-line)}.add-product__step.active{color:var(--primary-color) !important;font-weight:600}.add-product__step.active:before{background-color:var(--primary-text-color)}.add-product__field{margin-bottom:20px}.add-product__field--w-50{width:calc(50% - 10px)}.add-product__field .text-danger{margin-top:2px !important;margin-bottom:-15px !important}.add-product__field.is-currency .dropdown-label__dropdown .dropdown-menu{top:-196px !important;-webkit-transform:translate3d(0px, 38px, 0px) !important;transform:translate3d(0px, 38px, 0px) !important}.add-product__field.is-currency .dropdown-label__dropdown .dropdown-menu.show{-webkit-transform:translate3d(0px, 31px, 0px) !important;transform:translate3d(0px, 31px, 0px) !important;-webkit-transition:-webkit-transform var(--animation-time-short) ease-in-out;transition:-webkit-transform var(--animation-time-short) ease-in-out;transition:transform var(--animation-time-short) ease-in-out;transition:transform var(--animation-time-short) ease-in-out, -webkit-transform var(--animation-time-short) ease-in-out}.add-product__open-tooltip{width:27px;height:27px;margin-left:10px;color:var(--primary-text-color);background-color:var(--foreground-color);border-radius:50%;cursor:pointer;font-size:17px !important}.add-product__open-tooltip.is-button{z-index:2;position:absolute;top:13px;right:18px}.add-product__tooltip .tooltip-inner{max-width:326px}.add-product__tooltip-image{border:1px solid var(--grayscale-dark-line);margin-bottom:15px}@media(max-width: 767.98px){.add-product__tooltip-image{min-height:149px;max-height:149px;-o-object-fit:cover;object-fit:cover}}.add-product__tooltip-title{margin-bottom:5px !important}@media(max-width: 767.98px){.add-product__tooltip-txt{margin-bottom:10px}}@media(max-width: 767.98px){.add-product__tooltip .modal-header{margin-bottom:10px !important}}.add-product__checkbox{background-color:var(--grayscale-bg-dark-back);border-radius:var(--border-radius-rounded);margin-bottom:14px;padding:16px 17px}@media(max-width: 767.98px){.add-product__checkbox{padding-left:20px;padding-right:20px}}.add-product__checkbox .custom-control-label{padding-top:4px;padding-left:13px}.add-product__checkbox .custom-control-label::before{background-color:var(--grayscale-bg-dark-back)}.add-product__checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#52a7f9;border-color:#52a7f9 !important}.add-product__textarea{margin-top:-5px;margin-bottom:14px}.add-product__material{width:calc(50% - 8px);cursor:pointer;border-radius:var(--border-radius-rounded);position:relative}@media(max-width: 767.98px){.add-product__material{padding:16.5px 10px}}.add-product__material:before,.add-product__material:after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius:inherit}.add-product__material:before{background-color:var(--bg-back);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}@media(min-width: 767px){.add-product__material:hover:before{background-color:var(--primary-bg-color)}}@media(min-width: 767px){.add-product__material.is-error:hover:before{background-color:var(--brand-bg-error)}}.add-product__material.is-file{display:block;margin-bottom:0;color:inherit;line-height:inherit}@media(max-width: 767.98px){.add-product__material.is-file{outline:1px solid var(--light-gray)}}.add-product__material.is-file:after{background:url("data:image/svg+xml,%3Csvg width='231' height='95' viewBox='0 0 231 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='230' height='94' rx='7.5' stroke='%238292A1' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-transition:background-image .2s ease;transition:background-image .2s ease}@media(max-width: 767.98px){.add-product__material.is-file:after{display:none}}.add-product__material.is-file.is-dark:after{background-image:url("data:image/svg+xml,%3Csvg width='231' height='95' viewBox='0 0 231 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='230' height='94' rx='7.5' stroke='%23808080' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E")}.add-product__material.is-file:hover:after{background-image:url("data:image/svg+xml,%3Csvg width='231' height='95' viewBox='0 0 231 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='230' height='94' rx='7.5' stroke='%2352A7F9' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E")}.add-product__material.is-file.is-error:after{background-image:url("data:image/svg+xml,%3Csvg width='231' height='95' viewBox='0 0 231 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='230' height='94' rx='7.5' stroke='%23FF7C7C' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E")}.add-product__material.is-link{outline:1px solid var(--light-gray);-webkit-transition:outline-color .2s ease;transition:outline-color .2s ease}@media(min-width: 767px){.add-product__material.is-link:hover{outline-color:var(--brand-primary)}}.add-product__material.is-link.is-error{outline:1px solid #ff7c7c}.add-product__material-image{display:block;width:100%;height:auto;border-radius:inherit}.add-product__material-text{margin-top:6px;font-weight:500;font-size:15px;line-height:22px}.add-product__material-inner{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.add-product__material-section{position:absolute;z-index:10;top:99px;right:0;-webkit-box-shadow:var(--box-shadow-material);box-shadow:var(--box-shadow-material);border:1px solid var(--grayscale-dark-line);max-width:449px;width:100%;padding:10px;border-radius:var(--border-radius-rounded);background-color:var(--foreground-color)}.add-product__material-section .text-danger{margin-top:0 !important}.add-product__material-btn{height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--border-radius-rounded)}.add-product__material-btn.is-cancel{border:1px solid var(--grayscale-dark-line);margin-right:10px;min-width:120px;color:var(--primary-color);background-color:rgba(0,0,0,0)}@media(max-width: 767px){.add-product__material-btn.is-cancel{min-width:auto;width:calc(37.35% - 5px)}}.add-product__material-btn.is-add{background-color:var(--brand-bg-primary);border:none;min-width:160px}@media(max-width: 767px){.add-product__material-btn.is-add{width:calc(62.65% - 5px)}}.add-product__material-btn.is-add.is-disabled{background-color:var(--bg-back);color:var(--light-gray);cursor:default}.add-product__material-modal .modal-content{padding:15px 20px 20px}.add-product__material-field{margin-bottom:10px}@media(max-width: 767px){.add-product__material-field{margin-bottom:20px}}.add-product__circle-container{position:relative;width:18px;height:18px}.add-product__list-icon--loading{position:absolute;-webkit-animation:rotate-circle 1s linear infinite;animation:rotate-circle 1s linear infinite;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotate-circle{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-circle{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.add-product__picture{background-image:url("/assets/img/products/add/documents.webp");background-size:cover;width:118px;height:124px;margin:48px auto 20px}@media(max-width: 767.98px){.add-product__picture{width:91px;height:96px;margin-top:82px}}.add-product__comment{margin:0 auto 61px auto !important}@media(max-width: 767.98px){.add-product__comment{font-size:16px !important;line-height:1.5 !important}}.add-product__comment.text-danger{max-width:365px}.add-product__back{width:32.8%;margin-right:10px}.add-product__cover{border-radius:var(--border-radius-rounded);position:relative;width:100%}@media(max-width: 767.98px){.add-product__cover{margin-bottom:25px;max-width:400px;margin-right:auto;margin-left:auto}}.add-product__cover-bg,.add-product__cover-image{display:block;width:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}.add-product__cover-icon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.add-product__cover-buttons{position:absolute;right:14px;top:14px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;z-index:12}@media(max-width: 767.98px){.add-product__cover-buttons{right:21px;top:16px}}.add-product__cover-button{padding:9px 9.5px;width:39px;height:39px}.add-product__cover-download{background:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33333 8.67578V7.84245C6.33333 5.54126 8.19882 3.67578 10.5 3.67578C12.8012 3.67578 14.6667 5.54126 14.6667 7.84245V8.67578C16.5076 8.67578 18 10.1682 18 12.0091C18 13.2429 17.3297 14.3494 16.3333 14.9258M6.33333 8.67578C4.49238 8.67578 3 10.1682 3 12.0091C3 13.2429 3.67033 14.3494 4.66667 14.9258M6.33333 8.67578C6.69404 8.67578 7.04137 8.73311 7.36672 8.83903M10.5 10.3424V17.8424M10.5 10.3424L13 12.8424M10.5 10.3424L8 12.8424' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;-webkit-transition:background-image .2s ease;transition:background-image .2s ease}.add-product__cover-download:hover{background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33333 8.67578V7.84245C6.33333 5.54126 8.19882 3.67578 10.5 3.67578C12.8012 3.67578 14.6667 5.54126 14.6667 7.84245V8.67578C16.5076 8.67578 18 10.1682 18 12.0091C18 13.2429 17.3297 14.3494 16.3333 14.9258M6.33333 8.67578C4.49238 8.67578 3 10.1682 3 12.0091C3 13.2429 3.67033 14.3494 4.66667 14.9258M6.33333 8.67578C6.69404 8.67578 7.04137 8.73311 7.36672 8.83903M10.5 10.3424V17.8424M10.5 10.3424L13 12.8424M10.5 10.3424L8 12.8424' stroke='%230b7be8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.add-product__cover-section{-webkit-box-shadow:var(--box-shadow-section);box-shadow:var(--box-shadow-section);position:absolute;z-index:12;top:59px;right:14px;border:1px solid var(--grayscale-dark-line);background-color:var(--foreground-color);padding:10px 10px 6px;border-radius:8px;max-width:395px}.add-product__cover-wrap{margin-left:-2.5px;width:calc(100% + 12px)}@media(max-width: 767.98px){.add-product__cover-wrap{width:calc(100% + 20px);margin-bottom:16px;display:none}}@media(max-width: 767.98px){.add-product__cover-card{margin-right:10px}}.add-product__cover-title{display:block;margin-bottom:3px}@media(max-width: 767.98px){.add-product__cover-title{margin-top:-4px;margin-bottom:8px}}.add-product__cover-item{border-radius:8px;cursor:pointer;width:49px;height:49px;margin-right:6px}.add-product__cover-item.is-bg{margin-bottom:3px;border:2px solid var(--foreground-color)}@media(max-width: 767.98px){.add-product__cover-item.is-bg{width:79px;height:48px;margin-right:7px;margin-bottom:7px}}.add-product__cover-item.is-bg.is-selected{border-color:var(--primary-text-color)}.add-product__cover-item.is-icon{margin-bottom:1px;border:2px solid rgba(0,0,0,0)}@media(max-width: 767.98px){.add-product__cover-item.is-icon{margin-right:10px;margin-bottom:5px}}.add-product__cover-item.is-icon.is-selected{outline:2px solid var(--primary-text-color)}.add-product__cover-item:last-of-type{margin-right:0}.add-product__cover-inner{border-radius:var(--border-radius-rounded)}.add-product__cover-inner:before{content:"";position:absolute;z-index:10;top:0px;left:0px;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='478' height='269' viewBox='0 0 478 269' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='477' height='268' rx='7.5' stroke='%23CBD2D8' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E") no-repeat center/contain}.add-product__cover-inner.is-dark:before{background-image:url("data:image/svg+xml,%3Csvg width='478' height='269' viewBox='0 0 478 269' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='477' height='268' rx='7.5' stroke='%23858B8F' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E")}@media(min-width: 767px){.add-product__cover-inner:hover .add-product__cover-picture:before{background-color:rgba(0,0,0,.6)}}@media(min-width: 767px){.add-product__cover-inner:hover .add-product__cover-area{opacity:1;cursor:pointer}}.add-product__cover-picture,.add-product__cover-error{border-radius:inherit}.add-product__cover-picture:before,.add-product__cover-error:before{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.add-product__cover-area{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.add-product__cover-area.is-error{opacity:1}.add-product__cover-area.is-error .text-danger{text-align:center;margin:0 10px}.add-product__cover-caption{margin:4px 10px 0;text-align:center}.add-product__cover-caption.is-white{color:var(--brand-color-discount-year)}.add-product__cover-caption.is-light-grey{color:var(--upload-area)}.add-product__cover-error:before{background-color:#663232}.add-product__cover-btn{margin-top:-2px}.add-product__list{margin-top:16px;margin-bottom:61px}.add-product__list-item{border:1px solid var(--grayscale-dark-line);border-radius:var(--border-radius-rounded);padding:15px 54px 15px 14px;margin-bottom:15px;position:relative}.add-product__list-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--bg-back);font-size:15px;font-weight:500;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.add-product__list-icon.is-error{background-color:var(--brand-bg-error)}.add-product__list-wrap{width:calc(100% - 50px)}.add-product__list-title{margin-bottom:3px;display:inline-block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-product__list-dots{position:absolute;top:0;bottom:0;margin:auto 0;right:17px;cursor:pointer}.add-product__list-link{display:inline-block;max-width:calc(100% - 32px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.add-product__popover-item{padding:10px 22px 10px 10px;position:relative;-webkit-transition:background-color 200ms;transition:background-color 200ms;cursor:pointer}.add-product__popover-item:hover,.add-product__popover-item:active,.add-product__popover-item:focus{background-color:var(--grayscale-bg-dark-back)}.add-product__popover-item:hover .fontello-btn-primary,.add-product__popover-item:active .fontello-btn-primary,.add-product__popover-item:focus .fontello-btn-primary{color:var(--primary-dark-text-color)}.add-product__popover-item:hover .fontello-btn-red,.add-product__popover-item:active .fontello-btn-red,.add-product__popover-item:focus .fontello-btn-red{color:var(--red-dark-text-color)}.add-product__popover-item:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:1px;background-color:var(--grayscale-dark-line)}.add-product__popover-item:last-of-type:after{display:none}.add-product__loader{-webkit-animation:rotate .8s linear infinite;animation:rotate .8s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{from{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.add-product__error-title{word-break:break-word}
.product-card__back{display:block;min-width:24px;min-height:24px;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);margin-right:10px;cursor:pointer}.product-card__back:hover{opacity:.7}.product-card__edit{padding:6px;border-radius:8px;background-color:var(--foreground-color);margin-left:10px}.product-card__content{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.product-card__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.product-card__info{width:100%;margin-bottom:20px;margin-right:20px;padding:0}@media(max-width: 419px){.product-card__info{margin-bottom:10px;margin-right:0}}.product-card__image{border-radius:8px 8px 0 0;width:100%;height:auto;max-height:338px;-o-object-fit:cover;object-fit:cover}.product-card__inner{border-radius:0 0 8px 8px;padding:20px}@media(max-width: 419px){.product-card__inner{padding-top:15px;padding-bottom:15px}}.product-card__header{margin-bottom:12px}@media(max-width: 767px){.product-card__header{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}}.product-card__title{margin-right:20px;margin-bottom:5px}@media(max-width: 767px){.product-card__title{font-size:16px;line-height:24px;margin-right:0;width:100%}}.product-card__price{white-space:nowrap;margin-bottom:5px}.product-card__button{height:45px;pointer-events:none;opacity:.5}@media(max-width: 419px){.product-card__button{margin-bottom:15px}}.product-card__line{width:100%;height:1px;background-color:var(--grayscale-dark-line);margin:16px 0}.product-card__download{background-color:var(--primary-bg-color);border-radius:20px !important;padding:5px 15px;height:auto;border:none}.product-card__download:hover,.product-card__download:active{color:var(--primary-dark-text-color) !important}.product-card__download:hover .product-card__download-icon,.product-card__download:active .product-card__download-icon{background-image:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.75V13.25L8.25 11.75' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 13.25L5.25 11.75' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 8V11.75C16.5 15.5 15 17 11.25 17H6.75C3 17 1.5 15.5 1.5 11.75V7.25C1.5 3.5 3 2 6.75 2H10.5' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 8C11.25 8 10.5 7.25 10.5 5V2L16.5 8H13.5Z' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-card__download:active{background-color:var(--primary-dark-bg-color)}.product-card__download-text{margin-right:5px}.product-card__download-icon{cursor:pointer;width:18px;height:19px;background:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.75V13.25L8.25 11.75' stroke='%2352A7F9' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 13.25L5.25 11.75' stroke='%2352A7F9' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 8V11.75C16.5 15.5 15 17 11.25 17H6.75C3 17 1.5 15.5 1.5 11.75V7.25C1.5 3.5 3 2 6.75 2H10.5' stroke='%2352A7F9' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 8C11.25 8 10.5 7.25 10.5 5V2L16.5 8H13.5Z' stroke='%2352A7F9' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;-webkit-transition:background-image .4s ease;transition:background-image .4s ease}.product-card__download-icon:hover,.product-card__download-icon:active{background-image:url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.75V13.25L8.25 11.75' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 13.25L5.25 11.75' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 8V11.75C16.5 15.5 15 17 11.25 17H6.75C3 17 1.5 15.5 1.5 11.75V7.25C1.5 3.5 3 2 6.75 2H10.5' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 8C11.25 8 10.5 7.25 10.5 5V2L16.5 8H13.5Z' stroke='%230b7be8' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media(max-width: 419px){.product-card__list{margin-top:-2px}}.product-card__list-container{max-width:calc(100% - 39px)}.product-card__list-item{border:1px solid var(--grayscale-dark-line);border-radius:var(--border-radius-rounded);padding:14.5px 15px 14.5px 14px;margin-top:10px;position:relative}@media(max-width: 419px){.product-card__list-item{margin-top:16px}}.product-card__list-item.is-close{padding-right:54px}.product-card__list-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--bg-back);font-size:15px;font-weight:500;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.product-card__list-wrap{width:calc(100% - 50px)}.product-card__list-inner{margin-top:3px}.product-card__list-title{display:inline-block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__list-link{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.product-card__list .product-card__download-icon{margin-left:21px}.product-card__moderation{max-width:507px;width:100%}@media(max-width: 767px){.product-card__moderation{margin-bottom:20px;max-width:100%}}.product-card__description{word-break:break-word}
.products{min-height:300px}@media(max-width: 767px){.products .top-line>*{-ms-flex-item-align:stretch;align-self:stretch}}
