
.faq, .kits {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 0;
    margin-bottom: 70px
}

.faq .center, .kits .center {
    position: relative
}

.page-title {
    display: block;
    font-family: "Proxima Soft", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 12px
}

.page-title.single {
    margin-bottom: 0
}

.page-title.semi {
    margin: 0;
    font-size: 25px;
    line-height: 25px
}

.faq__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 12px
}

.faq__tabs-item {
    padding: 13px 30px;
    width: fit-content;
    border: 1px solid #D8D8D8;
    background-color: transparent;
    border-radius: 100px;
    font-family: "Proxima Soft", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s ease-in-out;
    color: #444
}

.faq__tabs-item:hover {
    border-color: #444
}

.faq__tabs-item.active-tab {
    border-color: #743bbc;
    font-weight: 600;
    color: #743bbc;
    cursor: default
}

.faq__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px
}

.faq__question {
    width: 100%;
    border: 1px solid #D8D8D8;
    background-color: #fafafa;
    border-radius: 8px;
    font-family: "Proxima Soft", sans-serif;
}

.faq__question summary {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #181818;
    padding: 18px 16px;
    cursor: pointer
}

.faq__question summary::marker {
    content: ""
}

.faq__question summary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(faq-plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.faq__question[open] summary:before {
    background-image: url(faq-minus.png)
}

.item-page__faqs .faq__question summary:before {
    top: 16px;
    background-image: url(../images/filter-arrow.png);
    width: 28px;
    height: 28px;
    transform: unset
}

.item-page__faqs .faq__question[open] summary:before {
    top: 16px;
    transform: rotate(180deg)
}

.faq__question-content {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #181818
}

.faq__question-content ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.faq__question-content ul li {
    position: relative
}

.faq__question-content ul li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #181818
}

.faq__btn {
    color: #743bbc;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    text-underline-offset: 4px;
    width: fit-content
}

.faq__btn:hover {
    color: #8b48e0
}

.faq__feedback {
    font-family: "Proxima Soft", sans-serif;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 20px #0000001a;
    border-radius: 12px
}

.faq__feedback-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 8px
}

.faq__feedback-description {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #444;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px
}

.faq__feedback-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.faq__links-item {
    max-width: 272px;
    width: 100%;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    transition: .3s ease-in-out;
    cursor: pointer
}

.faq__links-item p {
    width: 100%;
    font-family: "SF Pro Display", sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500
}

.faq__links-item__icon {
    padding: 8px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    margin-right: 8px
}

.arrow-action {
    width: 24px;
    height: 24px;
    box-sizing: border-box
}

.faq__links-item#whatsAppLink:hover {
    border-color: #25b237
}

.faq__links-item#viberLink:hover {
    border-color: #9840ce
}

.faq__links-item#vkLink:hover {
    border-color: #07f
}

.faq__links-item#telegramLink:hover {
    border-color: #25baf4
}

.faq__feedback-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.faq__feedback-phone__links {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.feedback__tel-link {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #181818
}

.feedback-callback {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #9455e4;
    text-decoration: underline;
    text-underline-offset: 4px
}

.feedback-callback:hover {
    color: #8b48e0
}

.sales-title {
    display: block;
    font-family: "Proxima Soft", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #181818
}

.sales-content {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.sales-content .products__item.products__item__list {
    height: fit-content
}

.sales-filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 218px;
    flex-shrink: 0;
    margin-top: 42px
}

@media (max-width: 768px) {
    .sales-filter {
        display: none
    }
}

.sales-inner {
    margin-bottom: 70px
}

@media (max-width: 768px) {
    .products__item__sorting.desktop {
        display: none
    }
}

.products__item__sorting.mobile {
    display: none
}

@media (max-width: 768px) {
    .products__item__sorting.mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%
    }

    .products__item__sorting.mobile .products__item__sorting__dropdown {
        max-width: 100%;
        margin: 0
    }
}

.sales-inner .center {
    display: flex;
    flex-direction: column
}

.products__item__seo {
    display: flex;
    flex-direction: row;
    gap: 12px
}

@media (max-width: 768px) {
    .products__item__seo {
        flex-direction: column
    }
}

.product__item__seo-img {
    width: 180px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0
}

.product__item__seo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.products__item__seo-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Proxima Soft", sans-serif;
}

.products__item__seo-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #181818
}

.products__item__seo-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #444
}

.sales-filter__title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #181818
}

.sales-filter .sales-filter__form-search {
    position: relative;
    width: 100%
}

.sales-filter .sales-filter__form-search input {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 13px 30px 13px 12px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #181818
}

.sales-filter .sales-filter__form-search input::placeholder {
    color: #828282
}

.sales-filter .sales-filter__form-search input::-webkit-search-decoration, .sales-filter .sales-filter__form-search input::-webkit-search-cancel-button, .sales-filter .sales-filter__form-search input::-webkit-search-results-button, .sales-filter .sales-filter__form-search input::-webkit-search-results-decoration {
    display: none
}

.sales-filter input {
    width: 100%
}

.sales-filter___svg {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 16px;
    height: 16px
}

.sales-filter__label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.sales-filter__label.compare-label {
    justify-content: flex-start;
    gap: 4px;
    width: fit-content
}

.sales-filter__toogle-switch {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none
}

.sales-filter__toogle-switch .checkbox-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 24px;
    border-radius: 100px;
    vertical-align: top;
    background: #ebebeb;
    transition: .2s
}

.sales-filter__toogle-switch .checkbox-switch:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: .15s
}

.sales-filter__toogle-switch input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.sales-filter__toogle-switch input[type=checkbox]:checked + .checkbox-switch {
    background: #743bbc
}

.sales-filter__toogle-switch input[type=checkbox]:checked + .checkbox-switch:before {
    transform: translate(16px)
}

.sales-filter__toogle-switch input[type=checkbox]:not(:disabled) + .checkbox-switch {
    cursor: pointer;
    border-color: #0000004d
}

.sales-filter__toogle-switch input[type=checkbox]:disabled + .checkbox-switch:before {
    background: #eee
}

.sales-filter__switch-title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #181818;
    cursor: pointer
}

.sales-filter__price-inputs {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.sales-filter__details {
    position: relative;
    cursor: pointer
}

.sales-filter__details summary {
    font-family: "Proxima Soft", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #181818
}

.sales-filter__details summary::marker {
    content: "";
    display: none
}

.sales-filter__details summary:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../images/filter-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg)
}

.sales-filter__details[open] summary:before {
    transform: rotate(0)
}

.sales-filter__price__content {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sales-filter__price__content input {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 12px 8px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #181818
}

.sales-filter__price__content input::placeholder {
    color: #828282
}

.sales-filter__price__content input::-webkit-search-decoration, .sales-filter__price__content ::-webkit-search-cancel-button, .sales-filter__price__content ::-webkit-search-results-button, .sales-filter__price__content ::-webkit-search-results-decoration {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/filter-cancel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.sales-filter__price-btn {
    padding: 12px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background-color: #743bbc;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer
}

.sales-filter__price-btn:hover {
    background-color: #8b48e0
}

.sales-filter__price-btn.disabled-btn {
    background-color: #ebebeb;
    color: #9a9a9a;
    cursor: default;
    -webkit-user-select: none;
    user-select: none
}

.sales-filter__form-search.category-search {
    margin-top: 8px
}

.sales-filter__form-search.category-search input {
    padding: 12px
}

.sales-filter__form-search.category-search input::-webkit-search-decoration, .sales-filter__form-search.category-search input::-webkit-search-cancel-button, .sales-filter__form-search.category-search input::-webkit-search-results-button, .sales-filter__form-search.category-search input::-webkit-search-results-decoration {
    display: block
}

.sales-filter__category-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    max-height: 160px;
    height: auto;
    overflow-y: scroll;
    scrollbar-color: unset;
    scrollbar-width: unset
}

.sales-filter__category-content::-webkit-scrollbar {
    width: 4px;
    background-color: #ebebeb
}

.sales-filter__category-content::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px
}

.sales-filter__category-content::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #ebebeb
}

.sales-filter__category-checkbox2 {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.sales-filter__category-checkbox2 + label {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444
}

.sales-filter__category-checkbox2 + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.sales-filter__category-checkbox2:checked + label:before {
    border-color: #743bbc;
    background-color: #743bbc;
    background-image: url(/bitrix/templates/red/images/filter-check.png);
    width: 20px;
    height: 20px
}

.product-item__btn-like .sales-filter__category-checkbox2 + label:before {
    border: none;
    background-image: url(check-like.png);
    background-size: 100% 100%;
    border-radius: 0;
    width: 22px;
    height: 22px
}

.product-item__btn-like .sales-filter__category-checkbox2:checked + label:before {
    background-image: url(checked-like.png);
    width: 22px;
    height: 22px;
    border-color: unset;
    background-color: unset
}

.sales-filter__all-links {
    position: relative;
    padding: 14px 16px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #444;
    transition: .2s ease-in-out
}

.sales-filter__all-links:hover {
    color: #181818;
    border-color: #181818
}

.sales-filter__all-links .links__svg-wrapper {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.sales__tabs {
    height: 100%;
    width: 100%;
    margin-bottom: 12px
}

.sales__tabs-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: fit-content;
    gap: 8px;
    border: 1px solid #D8D8D8;
    border-radius: 100px;
    padding: 12px 20px 12px 12px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #444;
    cursor: pointer;
    transition: .2s ease-in-out
}

.sales__tabs-item:hover {
    border-color: #444
}

.sales__tabs-item.active-tab {
    color: #fff;
    border: none;
    cursor: default
}


#salesTabDiscount.active-tab,#salesTabDiscount:hover {
    background: linear-gradient(180deg, #ff7036, #feae3b);
    color: white;
    border-color:white;
}
#salesTabDiscount.active-tab i, #salesTabDiscount:hover i {filter: invert(1);}

#salesTabNew.active-tab,#salesTabNew:hover {
    background: linear-gradient(180deg, #59c5cf, #b0cd37);
    color: white;
    border-color:white;
}
#salesTabNew.active-tab i, #salesTabNew:hover i {filter: invert(1);}

#salesTabHits.active-tab,#salesTabHits:hover {
    background: linear-gradient(180deg, #881cae, #ff003d);
    color: white;
    border-color:white;
}
#salesTabHits.active-tab i, #salesTabHits:hover i {filter: invert(1);}

#salesTabSet.active-tab,#salesTabSet:hover {
    background: linear-gradient(180deg, #ff7036, #feae3b);
    color: white;
    border-color:white;
}
#salesTabSet.active-tab i, #salesTabSet:hover i {filter: invert(1);}

#salesTabKit.active-tab,#salesTabKit:hover {
    background: linear-gradient(180deg, #b3388e, #fc683a);
    color: white;
    border-color:white;
}
#salesTabKit.active-tab i, #salesTabKit:hover i {filter: invert(1);}

#salesTabDiscTime.active-tab,#salesTabDiscTime:hover {
    background: linear-gradient(180deg, #481f65, #695baa);
    color: white;
    border-color:white;
}
#salesTabDiscTime.active-tab i, #salesTabDiscTime:hover i {filter: invert(1);}

.products__active-filters__row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 12px
}

.products__active-filters__row button {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    color: #181818
}

.products__active-filters__list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.products__active-filters__item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    padding: 12px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #181818
}

.products__active-filters__item button {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 16px
}

.empty-search {
    margin-top: 48px
}

.empty-search p {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #181818
}

.empty-search__row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    margin-top: 8px
}

.empty-search__row button {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    color: #ff9061;
    padding: 0
}

.empty-search__row span {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #181818
}

.kits-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px
}

.kits-info__text {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #181818
}

.back-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-family: "SF Pro Display", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #ff5c00;
    background-color: #ffeee9;
    padding: 12px 16px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 20px
}

.page-description {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500
}

.page-description a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #ff5c00
}

.compilation, .secondary-sets, .compare, .kit-page {
    width: 100%;
    height: auto;
    float: left;
    padding: 32px 0 0
}

.compilation .center, .secondary-sets .center, .compare .center, .kit-page .center {
    position: relative
}

.compilation.last {
    margin-bottom: 70px
}

@media (max-width: 575px) {
    .compilation.last {
        margin-bottom: 28px
    }
}

.secondary-sets {
    margin-bottom: 70px
}

@media (max-width: 575px) {
    .secondary-sets {
        margin-bottom: 28px
    }
}

.secondary-sets.first {
    margin-bottom: 0
}

.compilation-grid {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px
}

.compilation-empty__item {
    padding: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    width: calc(20% - 10px)
}

.compilation-empty__item img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .compilation-empty__item {
        width: calc(33.3% - 10px)
    }

    .compilation-empty__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        display: none
    }
}

@media (max-width: 575px) {
    .compilation-empty__item {
        width: calc(50% - 10px)
    }

    .compilation-empty__item:not(:nth-child(1)):not(:nth-child(2)) {
        display: none
    }
}

.compilation-action {
    position: absolute;
    right: 0;
    top: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

@media (max-width: 768px) {
    .compilation-action {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 12px
    }
}

.compilation-rename, .compilation-delete {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.compilation-rename {
    color: #444
}

.compilation-delete {
    color: #828282
}

.secondary-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 575px) {
    .secondary-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start
    }
}

.secondary-header.likes-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 575px) {
    .secondary-header.likes-header {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

.secondary-title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #181818
}

.create-set {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #ff5c00
}

@media (max-width: 575px) {
    .create-set {
        display: none
    }
}

.create-set.mobile {
    display: none
}

@media (max-width: 575px) {
    .create-set.mobile {
        display: block;
        padding: 12px 25px;
        border: 1px solid #D8D8D8;
        background-color: #fafafa;
        color: #444;
        border-radius: 8px;
        font-weight: 700
    }
}

.secondary-sets__swiper {
    margin-top: 20px
}

.sets-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(25% - 12px)
}

@media (max-width: 992px) {
    .sets-item {
        width: calc(33.3% - 12px)
    }
}

@media (max-width: 768px) {
    .sets-item {
        width: calc(50% - 6px)
    }
}

@media (max-width: 575px) {
    .sets-item {
        width: 70vw;
        min-width: 150px
    }
}

.sets-item__grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(2, 1fr);
    overflow: hidden;
    border: 1px solid #D8D8D8;
    border-radius: 12px
}

.sets-item__product {
    border: 1px solid #D8D8D8;
    position: relative;
    overflow: hidden
}

.sets-item__product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease-in-out
}

.sets-item__product img:hover {
    transform: scale(1.1)
}

.sets-item__product.empty {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.sets-item__product-more {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Soft", sans-serif;
    font-size: 24px;
    font-weight: 700
}

.sets-item__title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sets-item__title:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

.sets-item__value {
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #828282
}

.sets-button-next, .sets-button-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    z-index: 5;
    box-shadow: 0 2px 10px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width: 768px) {
    .sets-button-next, .sets-button-prev {
        display: none
    }
}

.sets-button-next {
    right: 8px
}

.sets-button-prev {
    left: 8px
}

.compare-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.compare-purple__btn {
    padding: 14px 25px;
    background-color: #743bbc;
    border-radius: 8px;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.compare-purple__btn:hover {
    background-color: #8b48e0
}

.compare-main {
    padding: 14px 25px;
    background-color: #fafafa;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    color: #181818;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.compare-content {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 70px;
    width: 100%
}

@media (max-width: 992px) {
    .compare-content {
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .compare-content::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 575px) {
    .compare-content {
        margin-bottom: 28px
    }
}

.compare__empty-item {
    width: calc(33% - 12px);
    padding: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 12px
}

.compare__empty-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    user-select: none
}

@media (max-width: 992px) {
    .compare__empty-item {
        width: calc(50% - 6px)
    }

    .compare__empty-item:not(:nth-child(1)):not(:nth-child(2)) {
        display: none
    }
}

@media (max-width: 575px) {
    .compare__empty-item {
        width: 100%
    }

    .compare__empty-item:not(:nth-child(1)) {
        display: none
    }
}

.compare-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.compare-tags::-webkit-scrollbar {
    display: none
}

.compare-tag {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    border: 1px solid #D8D8D8;
    background-color: #fafafa;
    border-radius: 8px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #181818
}

.compare-tag.special-tag {
    border: 1px solid #FF9061;
    background-color: #ffeee9;
    color: #ff5c00
}

.compare-tag__delete {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.compare-item {
    width: calc(50% - 6px);
    min-width: calc(23% - 12px);
    padding: 12px;
    border: 1px solid #D8D8D8;
    border-radius: 12px
}

@media (max-width: 992px) {
    .compare-item {
        width: 70vw;
        min-width: 70vw
    }
}

.compare-item__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 12px
}

.compare-item__main {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.compare-item__img-wrapper {
    width: 70px;
    height: 70px;
    overflow: hidden
}

.compare-item__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.compare-item__title {
    height: 54px;
    width: 100%;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #181818;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.compare-item__cost {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-family: "Proxima Soft", sans-serif;
    font-weight: 700
}

.compare-item__new-price {
    font-size: 18px;
    line-height: 18px;
    color: #181818
}

.compare-item__old-price {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #828282
}

.compare-item__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.compare__tocart-btn {
    font-family: "Proxima Soft", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #743bbc;
    color: #fff;
    cursor: pointer;
    border: none
}

.compare__tocart-btn:hover {
    background-color: #8b48e0
}

.compare__delete-btn {
    font-family: "Proxima Soft", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #fafafa;
    color: #444;
    cursor: pointer;
    border: 1px solid #D8D8D8
}

.compare-item__params {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.compare-item__params-title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #181818
}

.compare-item__params-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.compare-item__params-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    font-family: "SF Pro Display", sans-serif;
    width: 100%
}

.compare-item__params-name, .compare-item__params-value {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #828282;
    flex-shrink: 0
}

.compare-item__line {
    display: block;
    width: 100%;
    border: 1px dashed #CCCCCC
}

.compare-item__params-item.orange .compare-item__params-name {
    position: relative;
    padding-left: 12px;
    color: #444
}

.compare-item__params-item.orange .compare-item__params-name:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff9061;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.compare-item__params-item.orange .compare-item__params-value {
    color: #444
}

.compare-add {
    width: calc(50% - 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 30px
}

.compare-add span {
    display: block;
    max-width: 290px;
    width: 100%;
    font-family: "Proxima Soft", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #444
}

@media (max-width: 992px) {
    .compare-add {
        width: 70vw;
        min-width: 70vw
    }
}

.compare-add__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-family: "Proxima Soft", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #ff9061;
    background-color: #ffeee9
}

.swiper-button-next.tabs-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #743bbc;
    background-image: url(arrow-next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0
}

.swiper-button-next.tabs-next:after {
    content: ""
}

.swiper-button-prev.tabs-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #743bbc;
    background-image: url(arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0
}

.swiper-button-prev.tabs-prev:after {
    content: ""
}

.swiper-button-disabled {
    display: none
}

.sets-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px
}

@media (max-width: 992px) {
    .sets-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .sets-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 8px
    }
}

.inner__sets-item {
    background-color: #ffeee9;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #FFEEE9;
    transition: .2s ease-in-out
}

.inner__sets-item:hover {
    border: 1px solid #FF9061;
    box-shadow: 0 4px 20px #0000001a
}

@media (max-width: 575px) {
    .inner__sets-item {
        padding: 8px
    }
}

.sets-item__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #D8D8D8
}

.sets-item__tags {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center
}

.sets-item__discount {
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #ff7036, #feae3b);
    border-radius: 5px;
    padding: 4px 6px
}

.sets-item__date {
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #181818;
    background: #fff;
    border-radius: 5px;
    padding: 4px 6px
}

.sets-item__title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    height: 42px;
    width: 100%;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sets-item__cost {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: "Proxima Soft", sans-serif;
    font-weight: 700
}

.sets-item__price {
    font-size: 18px;
    line-height: 18px;
    color: #181818
}

.sets-item__old-price {
    font-size: 14px;
    line-height: 14px;
    color: #828282;
    text-decoration-line: line-through
}

.sets-item__btn {
    display: block;
    background-color: #ff9061;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    transition: .2s ease-in-out
}

.sets-item__btn:hover {
    background-color: #ff7236
}

.sets-item__products-list {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px
}

@media (max-width: 575px) {
    .sets-item__products-list {
        width: 160px;
        height: 160px
    }
}

.sets-item__products-list.double .sets-item__products-list__item:nth-child(1) {
    position: absolute;
    top: 6px;
    left: 10px
}

.sets-item__products-list.double .sets-item__products-list__item:nth-child(2) {
    position: absolute;
    bottom: 6px;
    right: 10px;
    z-index: 10
}

.sets-item__products-list.triple .sets-item__products-list__item:nth-child(1) {
    position: absolute;
    top: 10px;
    left: 0
}

.sets-item__products-list.triple .sets-item__products-list__item:nth-child(2) {
    position: absolute;
    top: 6px;
    right: 0
}

.sets-item__products-list.triple .sets-item__products-list__item:nth-child(3) {
    position: absolute;
    bottom: 6px;
    left: 44px;
    z-index: 12
}

.sets-item__products-list__item {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px #0000001a;
    box-sizing: border-box
}

.sets-item__products-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width: 575px) {
    .sets-item__products-list__item {
        width: 78px;
        height: 78px
    }
}

.sets-item__products-list__item.more {
    position: relative;
    overflow: hidden
}

.sets-item__products-list__item.more .sets-item__more-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Soft", sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.products__item.compilation-sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 768px) {
    .products__item.compilation-sorting {
        flex-direction: column
    }
}

.compilation-filter {
    display: flex;
    flex-direction: row;
    align-items: center
}

.compilation-filter .sales-filter__form-search {
    position: relative;
    width: 230px
}

@media (max-width: 768px) {
    .compilation-filter .sales-filter__form-search {
        width: 360px
    }
}

.compilation-filter .sales-filter__form-search input {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 13px 30px 13px 12px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #181818;
    height: 53px
}

.compilation-filter .sales-filter__form-search input::placeholder {
    color: #828282
}

.compilation-filter .sales-filter__form-search input::-webkit-search-decoration, .compilation-filter .sales-filter__form-search input::-webkit-search-cancel-button, .compilation-filter .sales-filter__form-search input::-webkit-search-results-button, .compilation-filter .sales-filter__form-search input::-webkit-search-results-decoration {
    display: none
}

.compilation-filter .sales-filter__form-search .sales-filter___svg {
    top: 50%;
    transform: translateY(-50%)
}

.compilation-filter input {
    width: 100%
}

.compilation-filter .products__item__sorting__dropdown:nth-child(3) {
    display: block
}

@media (max-width: 768px) {
    .compilation-filter {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        box-sizing: border-box
    }
}

.compilation-sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%
}

@media (max-width: 768px) {
    .compilation-sort {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start
    }
}

.compilation-sort__checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.compilation-sort__checkbox label {
    font-size: 17px;
    font-weight: 600
}

@media (max-width: 768px) {
    .compilation-sort__checkbox {
        flex-wrap: wrap
    }
}

.compilation-sort__value {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.compilation-sort__value p {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #181818
}

.compilation-sort__value button {
    background-color: transparent;
    border: none;
    color: #9455e4;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.compilation-sort__actions {
    display: flex;
    flex-direction: row;
    gap: 8px
}

@media (max-width: 768px) {
    .compilation-sort__actions {
        flex-wrap: wrap
    }
}

.compilation-sort__delete {
    padding: 14px 25px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    background-color: #fafafa;
    color: #444;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.compilation-sort__add-compilation {
    padding: 14px 25px;
    border: 1px solid #FF9061;
    border-radius: 8px;
    background-color: #ffeee9;
    color: #ff5c00;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.compilation-sort__add-cart {
    padding: 14px 25px;
    border: 1px solid #743BBC;
    border-radius: 8px;
    background-color: #743bbc;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

.compilation-sort__delete.disabled, .compilation-sort__add-compilation.disabled {
    background-color: #fff;
    color: #9a9a9a;
    border-color: #ebebeb;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.compilation-sort__add-cart.disabled {
    background-color: #ebebeb;
    color: #9a9a9a;
    border-color: #ebebeb;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.item-page__columns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

@media (max-width: 768px) {
    .item-page__columns {
        display: flex;
        flex-direction: column
    }
}

.kit-page {
    margin-bottom: 70px
}

@media (max-width: 575px) {
    .kit-page {
        margin-bottom: 28px
    }
}

.item-page__column {
    height: fit-content
}

.item-page__faqs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width: 768px) {
    .item-page__faqs {
        display: none
    }
}

.item-page__faqs.mobile-faqs {
    display: none
}

@media (max-width: 768px) {
    .item-page__faqs.mobile-faqs {
        display: flex;
        margin-top: 0
    }
}

.item-page__info {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #00000026;
    background-color: #fff;
    height: fit-content
}

.item-page__info-id {
    display: block;
    font-family: "SF Pro Display", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    margin-bottom: 12px
}

.item-page__info-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.item-page__info-tag {
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    background: linear-gradient(180deg, #b3388e, #fc683a)
}

.item-page__info-tag.orange-tag {
    background: linear-gradient(180deg, #ff7036, #feae3b)
}

.item-page__info-tag.date-tag {
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #444
}

.item-page__info-name {
    font-family: "Proxima Soft", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #181818
}

.item-page__info-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.item-page__info-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px
}

.item-page__info-list__item-title, .item-page__info-list__item-value {
    font-family: "SF Pro Display", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #828282;
    flex-shrink: 0
}

.item-page__info-line {
    display: block;
    width: 100%;
    border: 1px dashed #CCCCCC
}

.item-page__info-price {
    display: block;
    font-family: "Proxima Soft", sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #181818
}

.item-page__info-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}

@media (max-width: 575px) {
    .item-page__info-buttons {
        flex-direction: column;
        gap: 8px
    }
}

.item-page__cart-btn {
    padding: 16px;
    width: 150px;
    height: 50px;
    background-color: #743bbc;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #743BBC;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer
}

@media (max-width: 575px) {
    .item-page__cart-btn {
        width: 100%
    }
}

.item-page__like-btn {
    padding: 16px;
    width: 150px;
    height: 50px;
    background-color: #fafafa;
    color: #444;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer
}

@media (max-width: 575px) {
    .item-page__like-btn {
        width: 100%
    }
}

.section-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto
}

.section-header__link {
    box-sizing: border-box;
    padding: 14px 25px;
    background-color: #743bbc;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 8px
}

.section-header__link:hover {
    background-color: #8b48e0
}

@media (max-width: 575px) {
    .section-header__link {
        display: none
    }
}

.section-header__link.mobile-link {
    display: none
}

@media (max-width: 575px) {
    .section-header__link.mobile-link {
        display: block;
        height: 44px;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
        background-color: #743bbc1a;
        border: 1px solid #743BBC;
        color: #743bbc
    }
}

.page-item__another, .page-item__composition, .page-item__additional {
    width: 100%;
    height: auto;
    float: left;
    padding: 48px 0 0
}

.composition-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px
}

@media (max-width: 992px) {
    .composition-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .composition-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

.composition-grid.six-grid {
    grid-template-columns:repeat(6, 1fr)
}

@media (max-width: 1200px) {
    .composition-grid.six-grid {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 992px) {
    .composition-grid.six-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .composition-grid.six-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

.composition-item {
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center
}

.composition-item__price {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #181818
}

.composition-item__old-price {
    font-family: "Proxima Soft", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #828282;
    text-decoration: line-through
}

.composition-item__title {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    height: 63px;
    text-align: center;
    color: #181818;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.composition-item__counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.composition-item__counter-btn {
    width: 36px;
    height: 36px;
    background-color: #743bbc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    cursor: pointer
}

.composition-item__counter-btn.disabled {
    background-color: #ebebeb;
    color: #828282;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.composition-item__counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    width: 90px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    background-color: #fafafa;
    color: #181818;
    border-radius: 8px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

@media (max-width: 575px) {
    .composition-item__counter-value {
        width: 70px
    }
}

.composition-item__remove {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #444;
    text-decoration: underline;
    text-underline-offset: 4px;
    background-color: transparent;
    cursor: pointer
}

.composition-item__minimal {
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #444
}

.composition-item__add {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #ff5c00;
    text-decoration: underline;
    text-underline-offset: 4px;
    background-color: transparent;
    cursor: pointer
}

.item-page__images {
    position: relative;
    padding: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 575px;
    width: 100%
}

@media (max-width: 768px) {
    .item-page__images {
        max-width: 690px
    }
}

.item-page__image-full {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center
}

.composition-item__img {
    width: 100%
}

.composition-item__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center
}

.item-page__image-wrapper {
    width: 100%
}

.item-page__image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center
}

@media (max-width: 992px) {
    .page-item__another .products__item.products__item__list {
        overflow-x: scroll;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .page-item__another .products__item.products__item__list::-webkit-scrollbar {
        display: none
    }

    .page-item__another .products__item.products__item__list .products__box {
        min-width: 180px
    }
}

@media (max-width: 768px) {
    .page-item__another .products__item.products__item__list {
        flex-wrap: wrap
    }
}

.thumbs-wrapper {
    width: 85px;
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px
}

.thumbs-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width: 575px) {
    .thumbs-wrapper {
        width: 100%;
        height: 100px
    }
}

.swiperThumbs .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 8px
}

.swiperThumbs .swiper-slide.swiper-slide-thumb-active {
    box-sizing: border-box;
    border: 1px solid #743BBC;
    border-radius: 8px
}

.item-page__info-cost {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 24px
}

.item-page__info-oldPrice {
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #828282;
    text-decoration: line-through
}

.product-item__btn-check {
    opacity: 0;
    width: 0;
    transition: .3s ease-in-out;
    overflow: hidden
}

.product-item__btn-check .sales-filter__category-checkbox2 + label:before {
    margin-right: 0
}

@media (max-width: 768px) {
    .product-item__btn-check {
        opacity: 100;
        width: 22px
    }
}

.products__box.sales__box:hover .product-item__btn-check, .product-item__btn-check.checked {
    opacity: 100;
    width: 24px
}

@media (max-width: 768px) {
    .products__item__style.product-sorter {
        display: none
    }
}

.products__item__style.product-sorter.mobile {
    display: none
}

@media (max-width: 768px) {
    .products__item__style.product-sorter.mobile {
        display: flex;
        padding: 20px 0 0
    }
}

.sales-filter.mobile-filter {
    display: none
}

@media (max-width: 768px) {
    .sales-filter.mobile-filter {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        color: #444;
        padding: 18px;
        background-color: #fafafa;
        font-family: "Proxima Soft", sans-serif;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        margin: 10px 0 0;
        float: left
    }
}

.hot-block__tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 6px;
    border-radius: 5px;
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    height: fit-content
}

.hot-block__tag.kit-tag {
    background: linear-gradient(180deg, #b3388e, #fc683a);
    color: #fff
}

.product-item__btn-stats {
    height: 24px;
    width: 24px
}

.product-item__btn-stats button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer
}

#salesFilter {
    outline: none;
    border: none;
    padding: 20px;
    width: 100%;
    height: fit-content;
    position: relative
}

.dialog {
    position: relative;
    box-sizing: border-box;
    float: left;
    height: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0
}

.btn-close button {
    background-color: transparent;
    border: none;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.modal-title {
    display: block;
    font-family: "Proxima Soft", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 12px
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%
}

.sales-filter.dialog {
    display: none
}

@media (max-width: 768px) {
    .sales-filter.dialog {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        border-radius: 8px;
        color: #444;
        font-family: "Proxima Soft", sans-serif;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        float: left;
        height: auto;
        margin: 0
    }

    .sales-filter.dialog label {
        width: 100%
    }
}

.secondary-sets__row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px
}

@media (max-width: 768px) {
    .secondary-sets__row {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .secondary-sets__row::-webkit-scrollbar {
        display: none
    }
}

.sets-item.add-item {
    box-sizing: border-box;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #D8D8D8;
    border-radius: 12px;
    width: 100%;
    max-width: 170px;
    padding: 24px
}

.sets-item.add-item button {
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ffeee9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Soft", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    color: #ff9061;
    cursor: pointer
}

.sets-item.add-item span {
    font-family: "Proxima Soft", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #444
}

dialog {
    border: none;
    max-width: 454px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px
}

@media (max-width: 768px) {
    dialog {
        max-width: 360px
    }
}

dialog#salesFilter {
    max-width: 768px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0
}

.modal-title.center-title {
    text-align: center;
    padding-top: 34px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0
}

.dialog-input {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 20px 16px;
    font-family: "Proxima Soft", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #181818;
    box-sizing: border-box;
    margin-top: 12px
}

.dialog-input::placeholder {
    color: #828282
}

.dialog-purple__btn {
    box-sizing: border-box;
    padding: 18px;
    width: 100%;
    border-radius: 100px;
    border: none;
    background-color: #743bbc;
    color: #fff;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    cursor: pointer
}

.dialog-content {
    padding: 16px
}

.dialog-description {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    color: #181818;
    margin-top: 8px
}

.dialog-description b {
    color: #743bbc
}

.dialog-orange__btn {
    box-sizing: border-box;
    padding: 18px;
    width: 100%;
    border-radius: 100px;
    background-color: #ffeee9;
    color: #ff5c00;
    border: 1px solid #FF9061;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 12px
}

.dialog-compilation__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    margin-top: 12px;
    cursor: pointer
}

.dialog-compilation__item.checked-item {
    border-color: #743bbc;
    background-color: #743bbc0d
}

.dialog-compilation__item-name {
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.dialog-compilation__item-value {
    font-family: "Proxima Soft", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #444
}

.dialog-deleteAll {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px
}

.modal-btns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 8px
}

.dialog-accept__btn {
    border: 1px solid #743BBC;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    color: #fff;
    background-color: #743bbc;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.dialog-cancel__btn {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    color: #444;
    background-color: #fafafa;
    font-family: "Proxima Soft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}


#salesTabDiscount i {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.4978 8.50033C9.30007 8.50033 9.10679 8.55898 8.94238 8.66886C8.77798 8.77874 8.64984 8.93492 8.57417 9.11764C8.49851 9.30037 8.47871 9.50144 8.51728 9.69542C8.55586 9.8894 8.65107 10.0676 8.79089 10.2074C8.9307 10.3473 9.10884 10.4425 9.30276 10.4811C9.49669 10.5197 9.69771 10.4999 9.88038 10.4242C10.0631 10.3485 10.2192 10.2203 10.329 10.0559C10.4389 9.89145 10.4975 9.69811 10.4975 9.50033C10.4975 9.23511 10.3922 8.98076 10.2047 8.79322C10.0172 8.60569 9.76295 8.50033 9.4978 8.50033ZM9.4978 8.50033C9.30007 8.50033 9.10679 8.55898 8.94238 8.66886C8.77798 8.77874 8.64984 8.93492 8.57417 9.11764C8.49851 9.30037 8.47871 9.50144 8.51728 9.69542C8.55586 9.8894 8.65107 10.0676 8.79089 10.2074C8.9307 10.3473 9.10884 10.4425 9.30276 10.4811C9.49669 10.5197 9.69771 10.4999 9.88038 10.4242C10.0631 10.3485 10.2192 10.2203 10.329 10.0559C10.4389 9.89145 10.4975 9.69811 10.4975 9.50033C10.4975 9.23511 10.3922 8.98076 10.2047 8.79322C10.0172 8.60569 9.76295 8.50033 9.4978 8.50033ZM20.9147 9.39533C20.3745 8.90653 20.0448 8.22726 19.995 7.50033C20.011 7.03638 19.9315 6.57408 19.7613 6.14218C19.5911 5.71028 19.334 5.31801 19.0058 4.98975C18.6776 4.66149 18.2855 4.40426 17.8537 4.23405C17.4219 4.06383 16.9597 3.98428 16.4959 4.00033C15.7488 3.92439 15.0554 3.57758 14.5464 3.02533C14.2137 2.68984 13.8159 2.42587 13.3776 2.24961C12.9392 2.07336 12.4694 1.98853 11.9971 2.00033C11.5082 1.98735 11.0215 2.07124 10.5651 2.24715C10.1087 2.42306 9.69165 2.68753 9.33785 3.02533C8.87547 3.57811 8.21526 3.92804 7.49834 4.00033C7.03452 3.98428 6.57235 4.06383 6.14056 4.23405C5.70878 4.40426 5.31661 4.66149 4.98844 4.98975C4.66027 5.31801 4.40311 5.71028 4.23294 6.14218C4.06278 6.57408 3.98324 7.03638 3.99929 7.50033C3.99929 8.21533 3.43944 8.92533 2.96957 9.39533C2.63863 9.74027 2.38185 10.1494 2.21507 10.5974C2.04828 11.0454 1.97503 11.5229 1.99983 12.0003C1.97503 12.4778 2.04828 12.9552 2.21507 13.4033C2.38185 13.8513 2.63863 14.2604 2.96957 14.6053C3.43944 15.0753 3.99929 15.7853 3.99929 16.5003C3.98324 16.9643 4.06278 17.4266 4.23294 17.8585C4.40311 18.2904 4.66027 18.6826 4.98844 19.0109C5.31661 19.3392 5.70878 19.5964 6.14056 19.7666C6.57235 19.9368 7.03452 20.0164 7.49834 20.0003C8.21904 20.079 8.87982 20.4382 9.33785 21.0003C9.69366 21.3336 10.1117 21.5935 10.568 21.7651C11.0243 21.9367 11.5099 22.0166 11.9971 22.0003C12.4677 22.0154 12.9363 21.9345 13.3746 21.7626C13.8129 21.5907 14.2116 21.3313 14.5464 21.0003C15.0514 20.4388 15.7454 20.0829 16.4959 20.0003C16.9597 20.0164 17.4219 19.9368 17.8537 19.7666C18.2855 19.5964 18.6776 19.3392 19.0058 19.0109C19.334 18.6826 19.5911 18.2904 19.7613 17.8585C19.9315 17.4266 20.011 16.9643 19.995 16.5003C20.0448 15.7734 20.3745 15.0941 20.9147 14.6053C21.2572 14.2635 21.5289 13.8575 21.7143 13.4105C21.8997 12.9635 21.9951 12.4843 21.9951 12.0003C21.9951 11.5164 21.8997 11.0372 21.7143 10.5902C21.5289 10.1432 21.2572 9.73715 20.9147 9.39533ZM9.4978 7.50033C9.89326 7.50033 10.2798 7.61763 10.6086 7.83739C10.9375 8.05715 11.1937 8.36951 11.3451 8.73496C11.4964 9.10041 11.536 9.50255 11.4588 9.89051C11.3817 10.2785 11.1913 10.6348 10.9116 10.9145C10.632 11.1942 10.2757 11.3847 9.88788 11.4619C9.50002 11.5391 9.098 11.4995 8.73264 11.3481C8.36729 11.1967 8.05502 10.9404 7.83531 10.6115C7.61561 10.2826 7.49834 9.89589 7.49834 9.50033C7.49834 8.96989 7.709 8.46119 8.08397 8.08611C8.45894 7.71104 8.96751 7.50033 9.4978 7.50033ZM8.85298 15.8553C8.80651 15.9022 8.75122 15.9394 8.69031 15.9648C8.6294 15.9902 8.56406 16.0032 8.49807 16.0032C8.43208 16.0032 8.36675 15.9902 8.30584 15.9648C8.24492 15.9394 8.18964 15.9022 8.14317 15.8553C8.09632 15.8088 8.05913 15.7535 8.03375 15.6926C8.00837 15.6317 7.99531 15.5663 7.99531 15.5003C7.99531 15.4343 8.00837 15.369 8.03375 15.308C8.05913 15.2471 8.09632 15.1918 8.14317 15.1453L15.1413 8.14533C15.2354 8.05118 15.3631 7.99828 15.4962 7.99828C15.6293 7.99828 15.757 8.05118 15.8511 8.14533C15.9452 8.23948 15.9981 8.36718 15.9981 8.50033C15.9981 8.63348 15.9452 8.76118 15.8511 8.85533L8.85298 15.8553ZM14.4964 16.5003C14.101 16.5003 13.7144 16.383 13.3856 16.1633C13.0568 15.9435 12.8005 15.6311 12.6492 15.2657C12.4979 14.9002 12.4583 14.4981 12.5354 14.1101C12.6126 13.7222 12.803 13.3658 13.0826 13.0861C13.3622 12.8064 13.7185 12.6159 14.1064 12.5388C14.4942 12.4616 14.8963 12.5012 15.2616 12.6526C15.627 12.8039 15.9392 13.0603 16.1589 13.3892C16.3786 13.7181 16.4959 14.1048 16.4959 14.5003C16.4959 15.0308 16.2853 15.5395 15.9103 15.9145C15.5353 16.2896 15.0267 16.5003 14.4964 16.5003ZM14.4964 13.5003C14.2987 13.5003 14.1054 13.559 13.941 13.6689C13.7766 13.7787 13.6485 13.9349 13.5728 14.1176C13.4972 14.3004 13.4774 14.5014 13.5159 14.6954C13.5545 14.8894 13.6497 15.0676 13.7895 15.2074C13.9293 15.3473 14.1075 15.4425 14.3014 15.4811C14.4953 15.5197 14.6964 15.4999 14.879 15.4242C15.0617 15.3485 15.2178 15.2203 15.3277 15.0559C15.4375 14.8915 15.4962 14.6981 15.4962 14.5003C15.4962 14.2351 15.3909 13.9808 15.2034 13.7932C15.0159 13.6057 14.7616 13.5003 14.4964 13.5003ZM9.4978 10.5003C9.69553 10.5003 9.88882 10.4417 10.0532 10.3318C10.2176 10.2219 10.3458 10.0657 10.4214 9.88301C10.4971 9.70029 10.5169 9.49922 10.4783 9.30524C10.4397 9.11126 10.3445 8.93307 10.2047 8.79322C10.0649 8.65337 9.88677 8.55813 9.69284 8.51954C9.49891 8.48096 9.2979 8.50076 9.11522 8.57645C8.93254 8.65214 8.77641 8.78031 8.66656 8.94476C8.5567 9.10921 8.49807 9.30255 8.49807 9.50033C8.49807 9.76554 8.6034 10.0199 8.79089 10.2074C8.97837 10.395 9.23266 10.5003 9.4978 10.5003Z' fill='currentColor'/%3e%3c/svg%3e");}


#salesTabNew i {background:  url("data:image/svg+xml;charset=UTF-8, %3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.3333 7.41658C17.3356 9.78158 16.5512 12.0758 15.1112 13.9165V10.1666C15.1128 6.58608 13.7533 3.34548 11.5555 1C11.5556 3.46863 11.1765 5.9217 10.4323 8.26798C9.88107 7.28595 9.21787 6.3801 8.44427 5.58315C8.44427 6.91085 7.99973 8.23745 7.11093 9.24973L6.22213 10.1663C4.84853 11.574 4 13.5191 4 15.6666C4 19.7157 7.58213 23 12 23C16.42 23 20 19.7157 20 15.6666C20 12.4458 18.9819 9.52748 17.3333 7.41658Z' fill='currentColor'/%3e%3c/svg%3e");}

#salesTabHits i {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.3333 7.41658C17.3356 9.78158 16.5512 12.0758 15.1112 13.9165V10.1666C15.1128 6.58608 13.7533 3.34548 11.5555 1C11.5556 3.46863 11.1765 5.9217 10.4323 8.26798C9.88107 7.28595 9.21787 6.3801 8.44427 5.58315C8.44427 6.91085 7.99973 8.23745 7.11093 9.24973L6.22213 10.1663C4.84853 11.574 4 13.5191 4 15.6666C4 19.7157 7.58213 23 12 23C16.42 23 20 19.7157 20 15.6666C20 12.4458 18.9819 9.52748 17.3333 7.41658Z' fill='currentColor'/%3e%3c/svg%3e");}

#salesTabSet i {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-inside-1_6034_16607' fill='currentColor'%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z'/%3e%3c/mask%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z' fill='currentColor'/%3e%3cpath d='M4.3 13.487V-7.8463V13.487ZM11.25 13.487H32.5833V-7.8463H11.25V13.487ZM11.25 20.674H32.5833H11.25ZM7 20.9735V-0.359875H5.48848L3.99207 -0.146756L7 20.9735ZM4 17.9789L25.1187 20.9975L25.3333 19.4958V17.9789H4ZM4 13.7865H25.3333H4ZM19.7 13.487V-7.8463V13.487ZM12.75 13.487V-7.8463H-8.58333V13.487H12.75ZM12.75 20.674H34.0833H12.75ZM17 20.9735L20.0079 -0.146756L18.5115 -0.359875H17V20.9735ZM20 17.9789H-1.33333V19.4958L-1.11869 20.9975L20 17.9789ZM20 13.7865H41.3333H20ZM21 11.6903H42.3333H21ZM20.7 11.9898L20.7 33.3231L20.7 11.9898ZM12.75 11.9898H-8.58333V33.3231H12.75V11.9898ZM12.75 8.49609H34.0833V-12.8372H12.75V8.49609ZM11.25 8.49609V-12.8372H-10.0833V8.49609H11.25ZM11.25 11.9898V33.3231H32.5833V11.9898H11.25ZM3.3 11.9898V33.3231V11.9898ZM4.5 6.99881V-14.3345V6.99881ZM5.565 6.99881V28.3321H41.2689L24.3515 -3.10944L5.565 6.99881ZM5.41 4.84671L25.4506 12.1602L25.5208 11.9678L25.5873 11.7742L5.41 4.84671ZM10.119 4.00424L26.7657 -9.33731L26.6982 -9.42157L26.6298 -9.50514L10.119 4.00424ZM12 6.49971L-5.04701 19.3259L11.9856 41.9636L29.0366 19.3397L12 6.49971ZM13.874 4.01322L-2.69876 -9.42012L-2.93591 -9.12755L-3.16259 -8.82679L13.874 4.01322ZM18.552 4.7439L-1.33426 12.4671L-1.25865 12.6618L-1.17925 12.8549L18.552 4.7439ZM18.435 6.99881L-0.351539 -3.10946L-17.269 28.3321H18.435V6.99881ZM10.5 6.99881V28.3321H53.3653L27.5191 -5.86442L10.5 6.99881ZM8.948 4.94353L26.1481 -7.67658L25.784 -8.17288L25.3918 -8.64736L8.948 4.94353ZM8 4.50333L8 25.8367H8.10822L8.21643 25.8356L8 4.50333ZM8 6.99881V-14.3345V6.99881ZM17.25 5.75107L38.5833 5.78518L38.5834 5.75107L38.5833 5.71696L17.25 5.75107ZM16 4.50333L15.868 25.8363L15.917 25.8366L15.966 25.8366L16 4.50333ZM15.039 4.9595L-1.58009 -8.41648L-1.78885 -8.1571L-1.98942 -7.89134L15.039 4.9595ZM13.5 6.99881L-3.52842 -5.85204L-29.3262 28.3321H13.5V6.99881ZM16 6.99881V28.3321H16.017L16.034 28.3321L16 6.99881ZM4.3 34.8204H11.25V-7.8463H4.3V34.8204ZM-10.0833 13.487V20.674H32.5833V13.487H-10.0833ZM-10.0833 20.674C-10.0833 15.0829 -7.85787 9.72872 -3.90914 5.78714L26.2334 35.9844C30.2947 31.9305 32.5833 26.4239 32.5833 20.674H-10.0833ZM-3.90914 5.78714C0.0383649 1.84679 5.38411 -0.359875 10.95 -0.359875V42.3068C16.675 42.3068 22.1734 40.037 26.2334 35.9844L-3.90914 5.78714ZM10.95 -0.359875H7V42.3068H10.95V-0.359875ZM3.99207 -0.146756C6.85656 -0.554716 9.77717 -0.291631 12.5235 0.622431L-0.950418 41.1057C2.57693 42.2797 6.32843 42.6177 10.0079 42.0937L3.99207 -0.146756ZM12.5235 0.622431C15.27 1.53652 17.769 3.07735 19.8214 5.12605L-10.3211 35.3233C-7.68656 37.953 -4.47784 39.9317 -0.950418 41.1057L12.5235 0.622431ZM19.8214 5.12605C21.874 7.17489 23.4234 9.67545 24.3439 12.4312L-16.1247 25.9491C-14.9438 29.4844 -12.9558 32.6933 -10.3211 35.3233L19.8214 5.12605ZM24.3439 12.4312C25.2644 15.187 25.53 18.1202 25.1187 20.9975L-17.1187 14.9603C-17.6463 18.6512 -17.3057 22.4137 -16.1247 25.9491L24.3439 12.4312ZM25.3333 17.9789V13.7865H-17.3333V17.9789H25.3333ZM25.3333 13.7865C25.3333 16.5541 24.7872 19.2936 23.727 21.8484L-15.6814 5.49535C-16.7717 8.12283 -17.3333 10.9403 -17.3333 13.7865H25.3333ZM23.727 21.8484C22.6669 24.4031 21.1142 26.7219 19.1591 28.6734L-10.9834 -1.52386C-12.9941 0.483239 -14.5911 2.86805 -15.6814 5.49535L23.727 21.8484ZM19.1591 28.6734C17.2042 30.6247 14.8855 32.1706 12.3365 33.2245L-3.9661 -6.20482C-6.58792 -5.12079 -8.97276 -3.53086 -10.9834 -1.52386L19.1591 28.6734ZM12.3365 33.2245C9.7874 34.2784 7.05671 34.8204 4.3 34.8204V-7.8463C1.4645 -7.8463 -1.34421 -7.28888 -3.9661 -6.20482L12.3365 33.2245ZM19.7 -7.8463H12.75V34.8204H19.7V-7.8463ZM-8.58333 13.487V20.674H34.0833V13.487H-8.58333ZM-8.58333 20.674C-8.58333 23.5203 -8.02163 26.3378 -6.93136 28.9651L32.477 12.6121C33.5371 15.1668 34.0833 17.9063 34.0833 20.674H-8.58333ZM-6.93136 28.9651C-5.84114 31.5924 -4.24419 33.9772 -2.2334 35.9844L27.9091 5.78714C29.8642 7.73867 31.417 10.0575 32.477 12.6121L-6.93136 28.9651ZM-2.2334 35.9844C-0.222542 37.9916 2.16236 39.5814 4.7839 40.6653L21.0865 1.23601C23.6352 2.28982 25.954 3.83554 27.9091 5.78714L-2.2334 35.9844ZM4.7839 40.6653C7.40554 41.7493 10.2142 42.3068 13.05 42.3068V-0.359875C15.807 -0.359875 18.5376 0.182158 21.0865 1.23601L4.7839 40.6653ZM13.05 42.3068H17V-0.359875H13.05V42.3068ZM13.9921 42.0937C17.6716 42.6177 21.4231 42.2797 24.9504 41.1057L11.4765 0.622431C14.2228 -0.291631 17.1434 -0.554715 20.0079 -0.146756L13.9921 42.0937ZM24.9504 41.1057C28.4778 39.9317 31.6866 37.953 34.3211 35.3233L4.17857 5.12605C6.23098 3.07735 8.73004 1.53652 11.4765 0.622431L24.9504 41.1057ZM34.3211 35.3233C36.9558 32.6933 38.9438 29.4844 40.1247 25.9491L-0.343886 12.4312C0.576622 9.67544 2.12601 7.17489 4.17857 5.12605L34.3211 35.3233ZM40.1247 25.9491C41.3057 22.4137 41.6463 18.6511 41.1187 14.9603L-1.11869 20.9975C-1.52997 18.1202 -1.26445 15.187 -0.343886 12.4312L40.1247 25.9491ZM41.3333 17.9789V13.7865H-1.33333V17.9789H41.3333ZM41.3333 13.7865C41.3333 10.9401 40.7716 8.12268 39.6814 5.49535L0.272972 21.8484C-0.787124 19.2938 -1.33333 16.5542 -1.33333 13.7865H41.3333ZM39.6814 5.49535C38.5912 2.86818 36.9942 0.483336 34.9834 -1.52386L4.84086 28.6734C2.88574 26.7218 1.333 24.403 0.272972 21.8484L39.6814 5.49535ZM34.9834 -1.52386C32.9725 -3.53113 30.5876 -5.12094 27.9661 -6.20482L11.6635 33.2245C9.11484 32.1707 6.79606 30.625 4.84086 28.6734L34.9834 -1.52386ZM27.9661 -6.20482C25.3444 -7.28881 22.5357 -7.8463 19.7 -7.8463V34.8204C16.9431 34.8204 14.2124 34.2784 11.6635 33.2245L27.9661 -6.20482ZM-0.333334 8.49609V11.6903H42.3333V8.49609H-0.333334ZM-0.333334 11.6903C-0.333334 6.09937 1.89202 0.745132 5.84086 -3.19656L35.9834 27.0007C40.0448 22.9466 42.3333 17.4401 42.3333 11.6903H-0.333334ZM5.84086 -3.19656C9.78829 -7.13684 15.134 -9.34358 20.7 -9.34358L20.7 33.3231C26.4251 33.3231 31.9235 31.0532 35.9834 27.0007L5.84086 -3.19656ZM20.7 -9.34358H12.75V33.3231H20.7V-9.34358ZM34.0833 11.9898V8.49609H-8.58333V11.9898H34.0833ZM12.75 -12.8372H11.25V29.8294H12.75V-12.8372ZM-10.0833 8.49609V11.9898H32.5833V8.49609H-10.0833ZM11.25 -9.34358H3.3V33.3231H11.25V-9.34358ZM3.3 -9.34358C8.86589 -9.34358 14.2116 -7.13692 18.1591 -3.19656L-11.9834 27.0007C-7.92338 31.0533 -2.42502 33.3231 3.3 33.3231V-9.34358ZM18.1591 -3.19656C22.108 0.745101 24.3333 6.09932 24.3333 11.6903H-18.3333C-18.3333 17.4401 -16.0447 22.9467 -11.9834 27.0007L18.1591 -3.19656ZM24.3333 11.6903V8.49609H-18.3333V11.6903H24.3333ZM24.3333 8.49609C24.3333 13.7694 22.2343 18.819 18.5106 22.536L-11.6319 -7.66126C-15.9183 -3.38267 -18.3333 2.42854 -18.3333 8.49609H24.3333ZM18.5106 22.536C14.7882 26.2517 9.74766 28.3321 4.5 28.3321V-14.3345C-1.54331 -14.3345 -7.34689 -11.9385 -11.6319 -7.66126L18.5106 22.536ZM4.5 28.3321H5.565V-14.3345H4.5V28.3321ZM24.3515 -3.10944C25.601 -0.787332 26.3457 1.77407 26.5353 4.40677L-16.0211 7.47181C-15.7781 10.8463 -14.8235 14.1298 -13.2215 17.1071L24.3515 -3.10944ZM26.5353 4.40677C26.7249 7.03949 26.355 9.68187 25.4506 12.1602L-14.6306 -2.4668C-15.79 0.710303 -16.2641 4.09734 -16.0211 7.47181L26.5353 4.40677ZM25.5873 11.7742C24.5086 14.9159 22.6098 17.7079 20.0921 19.8636L-7.65774 -12.5461C-10.9161 -9.75623 -13.3722 -6.14394 -14.7673 -2.08073L25.5873 11.7742ZM20.0921 19.8636C17.5747 22.0191 14.5297 23.4606 11.2733 24.0431L3.75929 -17.9567C-0.457574 -17.2022 -4.39968 -15.3357 -7.65774 -12.5461L20.0921 19.8636ZM11.2733 24.0431C8.01712 24.6257 4.6638 24.329 1.55937 23.1828L16.3381 -16.8426C12.3184 -18.3268 7.97602 -18.7111 3.75929 -17.9567L11.2733 24.0431ZM1.55937 23.1828C-1.54528 22.0364 -4.29138 20.0807 -6.39184 17.5136L26.6298 -9.50514C23.9121 -12.8267 20.3579 -15.3584 16.3381 -16.8426L1.55937 23.1828ZM-6.52774 17.3458C-6.64129 17.2041 -6.72883 17.0909 -6.73854 17.0784C-6.76732 17.0413 -6.78949 17.0124 -6.79955 16.9993C-6.82061 16.9719 -6.83529 16.9526 -6.83719 16.9501C-6.84319 16.9422 -6.84171 16.9441 -6.82775 16.9625C-6.80212 16.9964 -6.76021 17.0518 -6.70146 17.1297C-6.58564 17.2831 -6.42365 17.4979 -6.23705 17.7455C-5.86468 18.2396 -5.40575 18.8491 -5.04701 19.3259L29.047 -6.32645C28.5584 -6.97589 27.0695 -8.95831 26.7657 -9.33731L-6.52774 17.3458ZM29.0366 19.3397L30.9106 16.8532L-3.16259 -8.82679L-5.03659 -6.3403L29.0366 19.3397ZM30.4468 17.4466C28.3928 19.9805 25.7112 21.9269 22.6733 23.0948L7.36185 -16.7298C3.4289 -15.2177 -0.0414817 -12.6984 -2.69876 -9.42012L30.4468 17.4466ZM22.6733 23.0948C19.6357 24.2627 16.3456 24.6126 13.1317 24.1106L19.7162 -18.0449C15.5547 -18.6949 11.2946 -18.2418 7.36185 -16.7298L22.6733 23.0948ZM13.1317 24.1106C9.91776 23.6086 6.88885 22.2716 4.34941 20.2298L31.0852 -13.0214C27.7988 -15.6639 23.8778 -17.3949 19.7162 -18.0449L13.1317 24.1106ZM4.34941 20.2298C1.80969 18.1877 -0.151857 15.5116 -1.33426 12.4671L38.4383 -2.97931C36.9092 -6.91656 34.3719 -10.3787 31.0852 -13.0214L4.34941 20.2298ZM-1.17925 12.8549C-2.22998 10.2989 -2.70122 7.5407 -2.55793 4.77901L40.0514 6.98987C40.2352 3.44844 39.6309 -0.0887401 38.2833 -3.36713L-1.17925 12.8549ZM-2.55793 4.77901C-2.41463 2.01734 -1.66051 -0.676702 -0.351539 -3.10946L37.2215 17.1071C38.9006 13.9865 39.8677 10.5313 40.0514 6.98987L-2.55793 4.77901ZM18.435 28.3321H19.5V-14.3345H18.435V28.3321ZM19.5 28.3321C14.2523 28.3321 9.21182 26.2516 5.48939 22.536L35.6319 -7.66126C31.3469 -11.9385 25.5433 -14.3345 19.5 -14.3345V28.3321ZM5.48939 22.536C1.76566 18.819 -0.333334 13.7694 -0.333334 8.49609H42.3333C42.3333 2.42854 39.9183 -3.38268 35.6319 -7.66126L5.48939 22.536ZM27.5191 -5.86442C27.1782 -6.31537 26.8057 -6.80823 26.5112 -7.1981C26.3636 -7.39342 26.239 -7.55846 26.1493 -7.67734C26.1039 -7.73755 26.0719 -7.78012 26.052 -7.80659C26.0415 -7.82046 26.0396 -7.82305 26.0432 -7.8183C26.0448 -7.81608 26.0526 -7.80574 26.0639 -7.79045C26.069 -7.78362 26.1033 -7.73759 26.1481 -7.67658L-8.25211 17.5636C-8.17811 17.6645 -8.11115 17.7537 -8.11008 17.7551C-8.08845 17.784 -8.06674 17.8129 -8.04842 17.8373C-8.01083 17.8873 -7.96492 17.9482 -7.91543 18.0138C-7.81532 18.1466 -7.68249 18.3225 -7.53341 18.5198C-7.23468 18.9153 -6.85723 19.4146 -6.51906 19.862L27.5191 -5.86442ZM25.3918 -8.64736C23.249 -11.24 20.5549 -13.3183 17.5086 -14.7328L-0.460739 23.9653C-3.17893 22.7031 -5.58325 20.8484 -7.49581 18.5344L25.3918 -8.64736ZM17.5086 -14.7328C14.4625 -16.1473 11.1399 -16.863 7.78357 -16.8289L8.21643 25.8356C5.22194 25.8659 2.25732 25.2274 -0.460739 23.9653L17.5086 -14.7328ZM8 -16.83C2.023 -16.83 -3.71699 -14.4603 -7.95515 -10.2298L22.1874 19.9674C18.4181 23.7299 13.314 25.8367 8 25.8367L8 -16.83ZM-7.95515 -10.2298C-12.1946 -5.99804 -14.5833 -0.250291 -14.5833 5.75107H28.0833C28.0833 11.0906 25.958 16.2036 22.1874 19.9674L-7.95515 -10.2298ZM-14.5833 5.75107C-14.5833 11.7524 -12.1946 17.5002 -7.95515 21.732L22.1874 -8.46525C25.958 -4.70146 28.0833 0.41155 28.0833 5.75107H-14.5833ZM-7.95515 21.732C-3.71698 25.9625 2.02301 28.3321 8 28.3321L8 -14.3345C13.3139 -14.3345 18.4181 -12.2278 22.1874 -8.46525L-7.95515 21.732ZM8 28.3321H10.5V-14.3345H8V28.3321ZM38.5833 5.71696C38.5737 -0.272372 36.1856 -6.00589 31.9546 -10.2292L1.81203 19.968C-1.95037 16.2124 -4.07479 11.113 -4.08331 5.78518L38.5833 5.71696ZM31.9546 -10.2292C27.7249 -14.4513 21.9991 -16.8205 16.034 -16.83L15.966 25.8366C10.6637 25.8282 5.57312 23.7223 1.81203 19.968L31.9546 -10.2292ZM16.132 -16.8296C12.7398 -16.8506 9.3854 -16.1063 6.31893 -14.6507L24.6155 23.8939C21.8818 25.1915 18.8917 25.855 15.868 25.8363L16.132 -16.8296ZM6.31893 -14.6507C3.25233 -13.195 0.551423 -11.0648 -1.58009 -8.41648L31.6581 18.3355C29.7574 20.697 27.3492 22.5962 24.6155 23.8939L6.31893 -14.6507ZM-1.98942 -7.89134L-3.52842 -5.85204L30.5284 19.8496L32.0674 17.8103L-1.98942 -7.89134ZM13.5 28.3321H16V-14.3345H13.5V28.3321ZM16.034 28.3321C21.999 28.3226 27.7249 25.9534 31.9546 21.7314L1.81203 -8.46584C5.57313 -12.2201 10.6637 -14.3261 15.966 -14.3345L16.034 28.3321ZM31.9546 21.7314C36.1856 17.508 38.5737 11.7745 38.5833 5.78518L-4.08331 5.71696C-4.07479 0.389145 -1.95037 -4.71025 1.81203 -8.46584L31.9546 21.7314Z' fill='currentColor' mask='url(%23path-1-inside-1_6034_16607)'/%3e%3c/svg%3e");}

#salesTabKit i {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-inside-1_6034_16607' fill='currentColor'%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z'/%3e%3c/mask%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z' fill='currentColor'/%3e%3cpath d='M4.3 13.487V-7.8463V13.487ZM11.25 13.487H32.5833V-7.8463H11.25V13.487ZM11.25 20.674H32.5833H11.25ZM7 20.9735V-0.359875H5.48848L3.99207 -0.146756L7 20.9735ZM4 17.9789L25.1187 20.9975L25.3333 19.4958V17.9789H4ZM4 13.7865H25.3333H4ZM19.7 13.487V-7.8463V13.487ZM12.75 13.487V-7.8463H-8.58333V13.487H12.75ZM12.75 20.674H34.0833H12.75ZM17 20.9735L20.0079 -0.146756L18.5115 -0.359875H17V20.9735ZM20 17.9789H-1.33333V19.4958L-1.11869 20.9975L20 17.9789ZM20 13.7865H41.3333H20ZM21 11.6903H42.3333H21ZM20.7 11.9898L20.7 33.3231L20.7 11.9898ZM12.75 11.9898H-8.58333V33.3231H12.75V11.9898ZM12.75 8.49609H34.0833V-12.8372H12.75V8.49609ZM11.25 8.49609V-12.8372H-10.0833V8.49609H11.25ZM11.25 11.9898V33.3231H32.5833V11.9898H11.25ZM3.3 11.9898V33.3231V11.9898ZM4.5 6.99881V-14.3345V6.99881ZM5.565 6.99881V28.3321H41.2689L24.3515 -3.10944L5.565 6.99881ZM5.41 4.84671L25.4506 12.1602L25.5208 11.9678L25.5873 11.7742L5.41 4.84671ZM10.119 4.00424L26.7657 -9.33731L26.6982 -9.42157L26.6298 -9.50514L10.119 4.00424ZM12 6.49971L-5.04701 19.3259L11.9856 41.9636L29.0366 19.3397L12 6.49971ZM13.874 4.01322L-2.69876 -9.42012L-2.93591 -9.12755L-3.16259 -8.82679L13.874 4.01322ZM18.552 4.7439L-1.33426 12.4671L-1.25865 12.6618L-1.17925 12.8549L18.552 4.7439ZM18.435 6.99881L-0.351539 -3.10946L-17.269 28.3321H18.435V6.99881ZM10.5 6.99881V28.3321H53.3653L27.5191 -5.86442L10.5 6.99881ZM8.948 4.94353L26.1481 -7.67658L25.784 -8.17288L25.3918 -8.64736L8.948 4.94353ZM8 4.50333L8 25.8367H8.10822L8.21643 25.8356L8 4.50333ZM8 6.99881V-14.3345V6.99881ZM17.25 5.75107L38.5833 5.78518L38.5834 5.75107L38.5833 5.71696L17.25 5.75107ZM16 4.50333L15.868 25.8363L15.917 25.8366L15.966 25.8366L16 4.50333ZM15.039 4.9595L-1.58009 -8.41648L-1.78885 -8.1571L-1.98942 -7.89134L15.039 4.9595ZM13.5 6.99881L-3.52842 -5.85204L-29.3262 28.3321H13.5V6.99881ZM16 6.99881V28.3321H16.017L16.034 28.3321L16 6.99881ZM4.3 34.8204H11.25V-7.8463H4.3V34.8204ZM-10.0833 13.487V20.674H32.5833V13.487H-10.0833ZM-10.0833 20.674C-10.0833 15.0829 -7.85787 9.72872 -3.90914 5.78714L26.2334 35.9844C30.2947 31.9305 32.5833 26.4239 32.5833 20.674H-10.0833ZM-3.90914 5.78714C0.0383649 1.84679 5.38411 -0.359875 10.95 -0.359875V42.3068C16.675 42.3068 22.1734 40.037 26.2334 35.9844L-3.90914 5.78714ZM10.95 -0.359875H7V42.3068H10.95V-0.359875ZM3.99207 -0.146756C6.85656 -0.554716 9.77717 -0.291631 12.5235 0.622431L-0.950418 41.1057C2.57693 42.2797 6.32843 42.6177 10.0079 42.0937L3.99207 -0.146756ZM12.5235 0.622431C15.27 1.53652 17.769 3.07735 19.8214 5.12605L-10.3211 35.3233C-7.68656 37.953 -4.47784 39.9317 -0.950418 41.1057L12.5235 0.622431ZM19.8214 5.12605C21.874 7.17489 23.4234 9.67545 24.3439 12.4312L-16.1247 25.9491C-14.9438 29.4844 -12.9558 32.6933 -10.3211 35.3233L19.8214 5.12605ZM24.3439 12.4312C25.2644 15.187 25.53 18.1202 25.1187 20.9975L-17.1187 14.9603C-17.6463 18.6512 -17.3057 22.4137 -16.1247 25.9491L24.3439 12.4312ZM25.3333 17.9789V13.7865H-17.3333V17.9789H25.3333ZM25.3333 13.7865C25.3333 16.5541 24.7872 19.2936 23.727 21.8484L-15.6814 5.49535C-16.7717 8.12283 -17.3333 10.9403 -17.3333 13.7865H25.3333ZM23.727 21.8484C22.6669 24.4031 21.1142 26.7219 19.1591 28.6734L-10.9834 -1.52386C-12.9941 0.483239 -14.5911 2.86805 -15.6814 5.49535L23.727 21.8484ZM19.1591 28.6734C17.2042 30.6247 14.8855 32.1706 12.3365 33.2245L-3.9661 -6.20482C-6.58792 -5.12079 -8.97276 -3.53086 -10.9834 -1.52386L19.1591 28.6734ZM12.3365 33.2245C9.7874 34.2784 7.05671 34.8204 4.3 34.8204V-7.8463C1.4645 -7.8463 -1.34421 -7.28888 -3.9661 -6.20482L12.3365 33.2245ZM19.7 -7.8463H12.75V34.8204H19.7V-7.8463ZM-8.58333 13.487V20.674H34.0833V13.487H-8.58333ZM-8.58333 20.674C-8.58333 23.5203 -8.02163 26.3378 -6.93136 28.9651L32.477 12.6121C33.5371 15.1668 34.0833 17.9063 34.0833 20.674H-8.58333ZM-6.93136 28.9651C-5.84114 31.5924 -4.24419 33.9772 -2.2334 35.9844L27.9091 5.78714C29.8642 7.73867 31.417 10.0575 32.477 12.6121L-6.93136 28.9651ZM-2.2334 35.9844C-0.222542 37.9916 2.16236 39.5814 4.7839 40.6653L21.0865 1.23601C23.6352 2.28982 25.954 3.83554 27.9091 5.78714L-2.2334 35.9844ZM4.7839 40.6653C7.40554 41.7493 10.2142 42.3068 13.05 42.3068V-0.359875C15.807 -0.359875 18.5376 0.182158 21.0865 1.23601L4.7839 40.6653ZM13.05 42.3068H17V-0.359875H13.05V42.3068ZM13.9921 42.0937C17.6716 42.6177 21.4231 42.2797 24.9504 41.1057L11.4765 0.622431C14.2228 -0.291631 17.1434 -0.554715 20.0079 -0.146756L13.9921 42.0937ZM24.9504 41.1057C28.4778 39.9317 31.6866 37.953 34.3211 35.3233L4.17857 5.12605C6.23098 3.07735 8.73004 1.53652 11.4765 0.622431L24.9504 41.1057ZM34.3211 35.3233C36.9558 32.6933 38.9438 29.4844 40.1247 25.9491L-0.343886 12.4312C0.576622 9.67544 2.12601 7.17489 4.17857 5.12605L34.3211 35.3233ZM40.1247 25.9491C41.3057 22.4137 41.6463 18.6511 41.1187 14.9603L-1.11869 20.9975C-1.52997 18.1202 -1.26445 15.187 -0.343886 12.4312L40.1247 25.9491ZM41.3333 17.9789V13.7865H-1.33333V17.9789H41.3333ZM41.3333 13.7865C41.3333 10.9401 40.7716 8.12268 39.6814 5.49535L0.272972 21.8484C-0.787124 19.2938 -1.33333 16.5542 -1.33333 13.7865H41.3333ZM39.6814 5.49535C38.5912 2.86818 36.9942 0.483336 34.9834 -1.52386L4.84086 28.6734C2.88574 26.7218 1.333 24.403 0.272972 21.8484L39.6814 5.49535ZM34.9834 -1.52386C32.9725 -3.53113 30.5876 -5.12094 27.9661 -6.20482L11.6635 33.2245C9.11484 32.1707 6.79606 30.625 4.84086 28.6734L34.9834 -1.52386ZM27.9661 -6.20482C25.3444 -7.28881 22.5357 -7.8463 19.7 -7.8463V34.8204C16.9431 34.8204 14.2124 34.2784 11.6635 33.2245L27.9661 -6.20482ZM-0.333334 8.49609V11.6903H42.3333V8.49609H-0.333334ZM-0.333334 11.6903C-0.333334 6.09937 1.89202 0.745132 5.84086 -3.19656L35.9834 27.0007C40.0448 22.9466 42.3333 17.4401 42.3333 11.6903H-0.333334ZM5.84086 -3.19656C9.78829 -7.13684 15.134 -9.34358 20.7 -9.34358L20.7 33.3231C26.4251 33.3231 31.9235 31.0532 35.9834 27.0007L5.84086 -3.19656ZM20.7 -9.34358H12.75V33.3231H20.7V-9.34358ZM34.0833 11.9898V8.49609H-8.58333V11.9898H34.0833ZM12.75 -12.8372H11.25V29.8294H12.75V-12.8372ZM-10.0833 8.49609V11.9898H32.5833V8.49609H-10.0833ZM11.25 -9.34358H3.3V33.3231H11.25V-9.34358ZM3.3 -9.34358C8.86589 -9.34358 14.2116 -7.13692 18.1591 -3.19656L-11.9834 27.0007C-7.92338 31.0533 -2.42502 33.3231 3.3 33.3231V-9.34358ZM18.1591 -3.19656C22.108 0.745101 24.3333 6.09932 24.3333 11.6903H-18.3333C-18.3333 17.4401 -16.0447 22.9467 -11.9834 27.0007L18.1591 -3.19656ZM24.3333 11.6903V8.49609H-18.3333V11.6903H24.3333ZM24.3333 8.49609C24.3333 13.7694 22.2343 18.819 18.5106 22.536L-11.6319 -7.66126C-15.9183 -3.38267 -18.3333 2.42854 -18.3333 8.49609H24.3333ZM18.5106 22.536C14.7882 26.2517 9.74766 28.3321 4.5 28.3321V-14.3345C-1.54331 -14.3345 -7.34689 -11.9385 -11.6319 -7.66126L18.5106 22.536ZM4.5 28.3321H5.565V-14.3345H4.5V28.3321ZM24.3515 -3.10944C25.601 -0.787332 26.3457 1.77407 26.5353 4.40677L-16.0211 7.47181C-15.7781 10.8463 -14.8235 14.1298 -13.2215 17.1071L24.3515 -3.10944ZM26.5353 4.40677C26.7249 7.03949 26.355 9.68187 25.4506 12.1602L-14.6306 -2.4668C-15.79 0.710303 -16.2641 4.09734 -16.0211 7.47181L26.5353 4.40677ZM25.5873 11.7742C24.5086 14.9159 22.6098 17.7079 20.0921 19.8636L-7.65774 -12.5461C-10.9161 -9.75623 -13.3722 -6.14394 -14.7673 -2.08073L25.5873 11.7742ZM20.0921 19.8636C17.5747 22.0191 14.5297 23.4606 11.2733 24.0431L3.75929 -17.9567C-0.457574 -17.2022 -4.39968 -15.3357 -7.65774 -12.5461L20.0921 19.8636ZM11.2733 24.0431C8.01712 24.6257 4.6638 24.329 1.55937 23.1828L16.3381 -16.8426C12.3184 -18.3268 7.97602 -18.7111 3.75929 -17.9567L11.2733 24.0431ZM1.55937 23.1828C-1.54528 22.0364 -4.29138 20.0807 -6.39184 17.5136L26.6298 -9.50514C23.9121 -12.8267 20.3579 -15.3584 16.3381 -16.8426L1.55937 23.1828ZM-6.52774 17.3458C-6.64129 17.2041 -6.72883 17.0909 -6.73854 17.0784C-6.76732 17.0413 -6.78949 17.0124 -6.79955 16.9993C-6.82061 16.9719 -6.83529 16.9526 -6.83719 16.9501C-6.84319 16.9422 -6.84171 16.9441 -6.82775 16.9625C-6.80212 16.9964 -6.76021 17.0518 -6.70146 17.1297C-6.58564 17.2831 -6.42365 17.4979 -6.23705 17.7455C-5.86468 18.2396 -5.40575 18.8491 -5.04701 19.3259L29.047 -6.32645C28.5584 -6.97589 27.0695 -8.95831 26.7657 -9.33731L-6.52774 17.3458ZM29.0366 19.3397L30.9106 16.8532L-3.16259 -8.82679L-5.03659 -6.3403L29.0366 19.3397ZM30.4468 17.4466C28.3928 19.9805 25.7112 21.9269 22.6733 23.0948L7.36185 -16.7298C3.4289 -15.2177 -0.0414817 -12.6984 -2.69876 -9.42012L30.4468 17.4466ZM22.6733 23.0948C19.6357 24.2627 16.3456 24.6126 13.1317 24.1106L19.7162 -18.0449C15.5547 -18.6949 11.2946 -18.2418 7.36185 -16.7298L22.6733 23.0948ZM13.1317 24.1106C9.91776 23.6086 6.88885 22.2716 4.34941 20.2298L31.0852 -13.0214C27.7988 -15.6639 23.8778 -17.3949 19.7162 -18.0449L13.1317 24.1106ZM4.34941 20.2298C1.80969 18.1877 -0.151857 15.5116 -1.33426 12.4671L38.4383 -2.97931C36.9092 -6.91656 34.3719 -10.3787 31.0852 -13.0214L4.34941 20.2298ZM-1.17925 12.8549C-2.22998 10.2989 -2.70122 7.5407 -2.55793 4.77901L40.0514 6.98987C40.2352 3.44844 39.6309 -0.0887401 38.2833 -3.36713L-1.17925 12.8549ZM-2.55793 4.77901C-2.41463 2.01734 -1.66051 -0.676702 -0.351539 -3.10946L37.2215 17.1071C38.9006 13.9865 39.8677 10.5313 40.0514 6.98987L-2.55793 4.77901ZM18.435 28.3321H19.5V-14.3345H18.435V28.3321ZM19.5 28.3321C14.2523 28.3321 9.21182 26.2516 5.48939 22.536L35.6319 -7.66126C31.3469 -11.9385 25.5433 -14.3345 19.5 -14.3345V28.3321ZM5.48939 22.536C1.76566 18.819 -0.333334 13.7694 -0.333334 8.49609H42.3333C42.3333 2.42854 39.9183 -3.38268 35.6319 -7.66126L5.48939 22.536ZM27.5191 -5.86442C27.1782 -6.31537 26.8057 -6.80823 26.5112 -7.1981C26.3636 -7.39342 26.239 -7.55846 26.1493 -7.67734C26.1039 -7.73755 26.0719 -7.78012 26.052 -7.80659C26.0415 -7.82046 26.0396 -7.82305 26.0432 -7.8183C26.0448 -7.81608 26.0526 -7.80574 26.0639 -7.79045C26.069 -7.78362 26.1033 -7.73759 26.1481 -7.67658L-8.25211 17.5636C-8.17811 17.6645 -8.11115 17.7537 -8.11008 17.7551C-8.08845 17.784 -8.06674 17.8129 -8.04842 17.8373C-8.01083 17.8873 -7.96492 17.9482 -7.91543 18.0138C-7.81532 18.1466 -7.68249 18.3225 -7.53341 18.5198C-7.23468 18.9153 -6.85723 19.4146 -6.51906 19.862L27.5191 -5.86442ZM25.3918 -8.64736C23.249 -11.24 20.5549 -13.3183 17.5086 -14.7328L-0.460739 23.9653C-3.17893 22.7031 -5.58325 20.8484 -7.49581 18.5344L25.3918 -8.64736ZM17.5086 -14.7328C14.4625 -16.1473 11.1399 -16.863 7.78357 -16.8289L8.21643 25.8356C5.22194 25.8659 2.25732 25.2274 -0.460739 23.9653L17.5086 -14.7328ZM8 -16.83C2.023 -16.83 -3.71699 -14.4603 -7.95515 -10.2298L22.1874 19.9674C18.4181 23.7299 13.314 25.8367 8 25.8367L8 -16.83ZM-7.95515 -10.2298C-12.1946 -5.99804 -14.5833 -0.250291 -14.5833 5.75107H28.0833C28.0833 11.0906 25.958 16.2036 22.1874 19.9674L-7.95515 -10.2298ZM-14.5833 5.75107C-14.5833 11.7524 -12.1946 17.5002 -7.95515 21.732L22.1874 -8.46525C25.958 -4.70146 28.0833 0.41155 28.0833 5.75107H-14.5833ZM-7.95515 21.732C-3.71698 25.9625 2.02301 28.3321 8 28.3321L8 -14.3345C13.3139 -14.3345 18.4181 -12.2278 22.1874 -8.46525L-7.95515 21.732ZM8 28.3321H10.5V-14.3345H8V28.3321ZM38.5833 5.71696C38.5737 -0.272372 36.1856 -6.00589 31.9546 -10.2292L1.81203 19.968C-1.95037 16.2124 -4.07479 11.113 -4.08331 5.78518L38.5833 5.71696ZM31.9546 -10.2292C27.7249 -14.4513 21.9991 -16.8205 16.034 -16.83L15.966 25.8366C10.6637 25.8282 5.57312 23.7223 1.81203 19.968L31.9546 -10.2292ZM16.132 -16.8296C12.7398 -16.8506 9.3854 -16.1063 6.31893 -14.6507L24.6155 23.8939C21.8818 25.1915 18.8917 25.855 15.868 25.8363L16.132 -16.8296ZM6.31893 -14.6507C3.25233 -13.195 0.551423 -11.0648 -1.58009 -8.41648L31.6581 18.3355C29.7574 20.697 27.3492 22.5962 24.6155 23.8939L6.31893 -14.6507ZM-1.98942 -7.89134L-3.52842 -5.85204L30.5284 19.8496L32.0674 17.8103L-1.98942 -7.89134ZM13.5 28.3321H16V-14.3345H13.5V28.3321ZM16.034 28.3321C21.999 28.3226 27.7249 25.9534 31.9546 21.7314L1.81203 -8.46584C5.57313 -12.2201 10.6637 -14.3261 15.966 -14.3345L16.034 28.3321ZM31.9546 21.7314C36.1856 17.508 38.5737 11.7745 38.5833 5.78518L-4.08331 5.71696C-4.07479 0.389145 -1.95037 -4.71025 1.81203 -8.46584L31.9546 21.7314Z' fill='currentColor' mask='url(%23path-1-inside-1_6034_16607)'/%3e%3c/svg%3e");}

#salesTabDiscTime i {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-inside-1_6034_16607' fill='currentColor'%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z'/%3e%3c/mask%3e%3cpath d='M4.3 13.487H11.25V20.674C11.25 20.7534 11.2184 20.8296 11.1621 20.8857C11.1059 20.9419 11.0296 20.9735 10.95 20.9735H7C6.5925 21.0315 6.17705 20.994 5.78655 20.8641C5.39606 20.7341 5.04123 20.5152 4.75016 20.2247C4.4591 19.9341 4.23978 19.5799 4.10958 19.1901C3.97937 18.8004 3.94186 18.3857 4 17.9789V13.7865C4 13.7472 4.00776 13.7082 4.02284 13.6719C4.03791 13.6356 4.06001 13.6026 4.08787 13.5747C4.11573 13.5469 4.1488 13.5249 4.18519 13.5098C4.22159 13.4948 4.2606 13.487 4.3 13.487ZM19.7 13.487H12.75V20.674C12.75 20.7133 12.7578 20.7523 12.7728 20.7886C12.7879 20.8249 12.81 20.8579 12.8379 20.8857C12.8657 20.9136 12.8988 20.9356 12.9352 20.9507C12.9716 20.9657 13.0106 20.9735 13.05 20.9735H17C17.4075 21.0315 17.823 20.994 18.2134 20.8641C18.6039 20.7341 18.9588 20.5152 19.2498 20.2247C19.5409 19.9341 19.7602 19.5799 19.8904 19.1901C20.0206 18.8004 20.0581 18.3857 20 17.9789V13.7865C20 13.7472 19.9922 13.7082 19.9772 13.6719C19.9621 13.6356 19.94 13.6026 19.9121 13.5747C19.8843 13.5469 19.8512 13.5249 19.8148 13.5098C19.7784 13.4948 19.7394 13.487 19.7 13.487ZM21 8.49609V11.6903C21 11.7697 20.9684 11.8459 20.9121 11.902C20.8559 11.9582 20.7796 11.9898 20.7 11.9898H12.75V8.49609H11.25V11.9898H3.3C3.22044 11.9898 3.14413 11.9582 3.08787 11.902C3.03161 11.8459 3 11.7697 3 11.6903V8.49609C3 8.09899 3.15804 7.71814 3.43934 7.43735C3.72064 7.15655 4.10218 6.99881 4.5 6.99881H5.565C5.38874 6.67123 5.28382 6.31017 5.25711 5.93929C5.2304 5.56841 5.2825 5.19609 5.41 4.84671C5.56818 4.38599 5.84687 3.97585 6.2172 3.65876C6.58753 3.34167 7.03605 3.12916 7.51631 3.04324C7.99657 2.95732 8.49111 3.00111 8.94872 3.17007C9.40632 3.33903 9.81036 3.62703 10.119 4.00424C10.151 4.04416 11.276 5.53746 12 6.49971L13.874 4.01322C14.1757 3.64105 14.57 3.35458 15.0176 3.18251C15.4651 3.01044 15.9501 2.95882 16.424 3.03283C16.8978 3.10684 17.3438 3.30388 17.7173 3.60419C18.0908 3.9045 18.3786 4.29753 18.552 4.7439C18.7005 5.10507 18.767 5.49457 18.7467 5.88444C18.7265 6.27431 18.6201 6.65488 18.435 6.99881H19.5C19.8978 6.99881 20.2794 7.15655 20.5607 7.43735C20.842 7.71814 21 8.09899 21 8.49609ZM10.5 6.99881C9.821 6.10044 9 5.01441 8.948 4.94353C8.83287 4.80424 8.68799 4.69241 8.52395 4.61624C8.35992 4.54008 8.1809 4.5015 8 4.50333C7.66848 4.50333 7.35054 4.63479 7.11612 4.86879C6.8817 5.10278 6.75 5.42015 6.75 5.75107C6.75 6.08199 6.8817 6.39936 7.11612 6.63335C7.35054 6.86735 7.66848 6.99881 8 6.99881H10.5ZM17.25 5.75107C17.2495 5.42031 17.1176 5.10325 16.8833 4.86937C16.649 4.63549 16.3314 4.50386 16 4.50333C15.8157 4.50219 15.6336 4.54263 15.4672 4.62162C15.3008 4.70061 15.1544 4.81612 15.039 4.9595L13.5 6.99881H16C16.3314 6.99828 16.649 6.86665 16.8833 6.63277C17.1176 6.39889 17.2495 6.08183 17.25 5.75107Z' fill='currentColor'/%3e%3cpath d='M4.3 13.487V-7.8463V13.487ZM11.25 13.487H32.5833V-7.8463H11.25V13.487ZM11.25 20.674H32.5833H11.25ZM7 20.9735V-0.359875H5.48848L3.99207 -0.146756L7 20.9735ZM4 17.9789L25.1187 20.9975L25.3333 19.4958V17.9789H4ZM4 13.7865H25.3333H4ZM19.7 13.487V-7.8463V13.487ZM12.75 13.487V-7.8463H-8.58333V13.487H12.75ZM12.75 20.674H34.0833H12.75ZM17 20.9735L20.0079 -0.146756L18.5115 -0.359875H17V20.9735ZM20 17.9789H-1.33333V19.4958L-1.11869 20.9975L20 17.9789ZM20 13.7865H41.3333H20ZM21 11.6903H42.3333H21ZM20.7 11.9898L20.7 33.3231L20.7 11.9898ZM12.75 11.9898H-8.58333V33.3231H12.75V11.9898ZM12.75 8.49609H34.0833V-12.8372H12.75V8.49609ZM11.25 8.49609V-12.8372H-10.0833V8.49609H11.25ZM11.25 11.9898V33.3231H32.5833V11.9898H11.25ZM3.3 11.9898V33.3231V11.9898ZM4.5 6.99881V-14.3345V6.99881ZM5.565 6.99881V28.3321H41.2689L24.3515 -3.10944L5.565 6.99881ZM5.41 4.84671L25.4506 12.1602L25.5208 11.9678L25.5873 11.7742L5.41 4.84671ZM10.119 4.00424L26.7657 -9.33731L26.6982 -9.42157L26.6298 -9.50514L10.119 4.00424ZM12 6.49971L-5.04701 19.3259L11.9856 41.9636L29.0366 19.3397L12 6.49971ZM13.874 4.01322L-2.69876 -9.42012L-2.93591 -9.12755L-3.16259 -8.82679L13.874 4.01322ZM18.552 4.7439L-1.33426 12.4671L-1.25865 12.6618L-1.17925 12.8549L18.552 4.7439ZM18.435 6.99881L-0.351539 -3.10946L-17.269 28.3321H18.435V6.99881ZM10.5 6.99881V28.3321H53.3653L27.5191 -5.86442L10.5 6.99881ZM8.948 4.94353L26.1481 -7.67658L25.784 -8.17288L25.3918 -8.64736L8.948 4.94353ZM8 4.50333L8 25.8367H8.10822L8.21643 25.8356L8 4.50333ZM8 6.99881V-14.3345V6.99881ZM17.25 5.75107L38.5833 5.78518L38.5834 5.75107L38.5833 5.71696L17.25 5.75107ZM16 4.50333L15.868 25.8363L15.917 25.8366L15.966 25.8366L16 4.50333ZM15.039 4.9595L-1.58009 -8.41648L-1.78885 -8.1571L-1.98942 -7.89134L15.039 4.9595ZM13.5 6.99881L-3.52842 -5.85204L-29.3262 28.3321H13.5V6.99881ZM16 6.99881V28.3321H16.017L16.034 28.3321L16 6.99881ZM4.3 34.8204H11.25V-7.8463H4.3V34.8204ZM-10.0833 13.487V20.674H32.5833V13.487H-10.0833ZM-10.0833 20.674C-10.0833 15.0829 -7.85787 9.72872 -3.90914 5.78714L26.2334 35.9844C30.2947 31.9305 32.5833 26.4239 32.5833 20.674H-10.0833ZM-3.90914 5.78714C0.0383649 1.84679 5.38411 -0.359875 10.95 -0.359875V42.3068C16.675 42.3068 22.1734 40.037 26.2334 35.9844L-3.90914 5.78714ZM10.95 -0.359875H7V42.3068H10.95V-0.359875ZM3.99207 -0.146756C6.85656 -0.554716 9.77717 -0.291631 12.5235 0.622431L-0.950418 41.1057C2.57693 42.2797 6.32843 42.6177 10.0079 42.0937L3.99207 -0.146756ZM12.5235 0.622431C15.27 1.53652 17.769 3.07735 19.8214 5.12605L-10.3211 35.3233C-7.68656 37.953 -4.47784 39.9317 -0.950418 41.1057L12.5235 0.622431ZM19.8214 5.12605C21.874 7.17489 23.4234 9.67545 24.3439 12.4312L-16.1247 25.9491C-14.9438 29.4844 -12.9558 32.6933 -10.3211 35.3233L19.8214 5.12605ZM24.3439 12.4312C25.2644 15.187 25.53 18.1202 25.1187 20.9975L-17.1187 14.9603C-17.6463 18.6512 -17.3057 22.4137 -16.1247 25.9491L24.3439 12.4312ZM25.3333 17.9789V13.7865H-17.3333V17.9789H25.3333ZM25.3333 13.7865C25.3333 16.5541 24.7872 19.2936 23.727 21.8484L-15.6814 5.49535C-16.7717 8.12283 -17.3333 10.9403 -17.3333 13.7865H25.3333ZM23.727 21.8484C22.6669 24.4031 21.1142 26.7219 19.1591 28.6734L-10.9834 -1.52386C-12.9941 0.483239 -14.5911 2.86805 -15.6814 5.49535L23.727 21.8484ZM19.1591 28.6734C17.2042 30.6247 14.8855 32.1706 12.3365 33.2245L-3.9661 -6.20482C-6.58792 -5.12079 -8.97276 -3.53086 -10.9834 -1.52386L19.1591 28.6734ZM12.3365 33.2245C9.7874 34.2784 7.05671 34.8204 4.3 34.8204V-7.8463C1.4645 -7.8463 -1.34421 -7.28888 -3.9661 -6.20482L12.3365 33.2245ZM19.7 -7.8463H12.75V34.8204H19.7V-7.8463ZM-8.58333 13.487V20.674H34.0833V13.487H-8.58333ZM-8.58333 20.674C-8.58333 23.5203 -8.02163 26.3378 -6.93136 28.9651L32.477 12.6121C33.5371 15.1668 34.0833 17.9063 34.0833 20.674H-8.58333ZM-6.93136 28.9651C-5.84114 31.5924 -4.24419 33.9772 -2.2334 35.9844L27.9091 5.78714C29.8642 7.73867 31.417 10.0575 32.477 12.6121L-6.93136 28.9651ZM-2.2334 35.9844C-0.222542 37.9916 2.16236 39.5814 4.7839 40.6653L21.0865 1.23601C23.6352 2.28982 25.954 3.83554 27.9091 5.78714L-2.2334 35.9844ZM4.7839 40.6653C7.40554 41.7493 10.2142 42.3068 13.05 42.3068V-0.359875C15.807 -0.359875 18.5376 0.182158 21.0865 1.23601L4.7839 40.6653ZM13.05 42.3068H17V-0.359875H13.05V42.3068ZM13.9921 42.0937C17.6716 42.6177 21.4231 42.2797 24.9504 41.1057L11.4765 0.622431C14.2228 -0.291631 17.1434 -0.554715 20.0079 -0.146756L13.9921 42.0937ZM24.9504 41.1057C28.4778 39.9317 31.6866 37.953 34.3211 35.3233L4.17857 5.12605C6.23098 3.07735 8.73004 1.53652 11.4765 0.622431L24.9504 41.1057ZM34.3211 35.3233C36.9558 32.6933 38.9438 29.4844 40.1247 25.9491L-0.343886 12.4312C0.576622 9.67544 2.12601 7.17489 4.17857 5.12605L34.3211 35.3233ZM40.1247 25.9491C41.3057 22.4137 41.6463 18.6511 41.1187 14.9603L-1.11869 20.9975C-1.52997 18.1202 -1.26445 15.187 -0.343886 12.4312L40.1247 25.9491ZM41.3333 17.9789V13.7865H-1.33333V17.9789H41.3333ZM41.3333 13.7865C41.3333 10.9401 40.7716 8.12268 39.6814 5.49535L0.272972 21.8484C-0.787124 19.2938 -1.33333 16.5542 -1.33333 13.7865H41.3333ZM39.6814 5.49535C38.5912 2.86818 36.9942 0.483336 34.9834 -1.52386L4.84086 28.6734C2.88574 26.7218 1.333 24.403 0.272972 21.8484L39.6814 5.49535ZM34.9834 -1.52386C32.9725 -3.53113 30.5876 -5.12094 27.9661 -6.20482L11.6635 33.2245C9.11484 32.1707 6.79606 30.625 4.84086 28.6734L34.9834 -1.52386ZM27.9661 -6.20482C25.3444 -7.28881 22.5357 -7.8463 19.7 -7.8463V34.8204C16.9431 34.8204 14.2124 34.2784 11.6635 33.2245L27.9661 -6.20482ZM-0.333334 8.49609V11.6903H42.3333V8.49609H-0.333334ZM-0.333334 11.6903C-0.333334 6.09937 1.89202 0.745132 5.84086 -3.19656L35.9834 27.0007C40.0448 22.9466 42.3333 17.4401 42.3333 11.6903H-0.333334ZM5.84086 -3.19656C9.78829 -7.13684 15.134 -9.34358 20.7 -9.34358L20.7 33.3231C26.4251 33.3231 31.9235 31.0532 35.9834 27.0007L5.84086 -3.19656ZM20.7 -9.34358H12.75V33.3231H20.7V-9.34358ZM34.0833 11.9898V8.49609H-8.58333V11.9898H34.0833ZM12.75 -12.8372H11.25V29.8294H12.75V-12.8372ZM-10.0833 8.49609V11.9898H32.5833V8.49609H-10.0833ZM11.25 -9.34358H3.3V33.3231H11.25V-9.34358ZM3.3 -9.34358C8.86589 -9.34358 14.2116 -7.13692 18.1591 -3.19656L-11.9834 27.0007C-7.92338 31.0533 -2.42502 33.3231 3.3 33.3231V-9.34358ZM18.1591 -3.19656C22.108 0.745101 24.3333 6.09932 24.3333 11.6903H-18.3333C-18.3333 17.4401 -16.0447 22.9467 -11.9834 27.0007L18.1591 -3.19656ZM24.3333 11.6903V8.49609H-18.3333V11.6903H24.3333ZM24.3333 8.49609C24.3333 13.7694 22.2343 18.819 18.5106 22.536L-11.6319 -7.66126C-15.9183 -3.38267 -18.3333 2.42854 -18.3333 8.49609H24.3333ZM18.5106 22.536C14.7882 26.2517 9.74766 28.3321 4.5 28.3321V-14.3345C-1.54331 -14.3345 -7.34689 -11.9385 -11.6319 -7.66126L18.5106 22.536ZM4.5 28.3321H5.565V-14.3345H4.5V28.3321ZM24.3515 -3.10944C25.601 -0.787332 26.3457 1.77407 26.5353 4.40677L-16.0211 7.47181C-15.7781 10.8463 -14.8235 14.1298 -13.2215 17.1071L24.3515 -3.10944ZM26.5353 4.40677C26.7249 7.03949 26.355 9.68187 25.4506 12.1602L-14.6306 -2.4668C-15.79 0.710303 -16.2641 4.09734 -16.0211 7.47181L26.5353 4.40677ZM25.5873 11.7742C24.5086 14.9159 22.6098 17.7079 20.0921 19.8636L-7.65774 -12.5461C-10.9161 -9.75623 -13.3722 -6.14394 -14.7673 -2.08073L25.5873 11.7742ZM20.0921 19.8636C17.5747 22.0191 14.5297 23.4606 11.2733 24.0431L3.75929 -17.9567C-0.457574 -17.2022 -4.39968 -15.3357 -7.65774 -12.5461L20.0921 19.8636ZM11.2733 24.0431C8.01712 24.6257 4.6638 24.329 1.55937 23.1828L16.3381 -16.8426C12.3184 -18.3268 7.97602 -18.7111 3.75929 -17.9567L11.2733 24.0431ZM1.55937 23.1828C-1.54528 22.0364 -4.29138 20.0807 -6.39184 17.5136L26.6298 -9.50514C23.9121 -12.8267 20.3579 -15.3584 16.3381 -16.8426L1.55937 23.1828ZM-6.52774 17.3458C-6.64129 17.2041 -6.72883 17.0909 -6.73854 17.0784C-6.76732 17.0413 -6.78949 17.0124 -6.79955 16.9993C-6.82061 16.9719 -6.83529 16.9526 -6.83719 16.9501C-6.84319 16.9422 -6.84171 16.9441 -6.82775 16.9625C-6.80212 16.9964 -6.76021 17.0518 -6.70146 17.1297C-6.58564 17.2831 -6.42365 17.4979 -6.23705 17.7455C-5.86468 18.2396 -5.40575 18.8491 -5.04701 19.3259L29.047 -6.32645C28.5584 -6.97589 27.0695 -8.95831 26.7657 -9.33731L-6.52774 17.3458ZM29.0366 19.3397L30.9106 16.8532L-3.16259 -8.82679L-5.03659 -6.3403L29.0366 19.3397ZM30.4468 17.4466C28.3928 19.9805 25.7112 21.9269 22.6733 23.0948L7.36185 -16.7298C3.4289 -15.2177 -0.0414817 -12.6984 -2.69876 -9.42012L30.4468 17.4466ZM22.6733 23.0948C19.6357 24.2627 16.3456 24.6126 13.1317 24.1106L19.7162 -18.0449C15.5547 -18.6949 11.2946 -18.2418 7.36185 -16.7298L22.6733 23.0948ZM13.1317 24.1106C9.91776 23.6086 6.88885 22.2716 4.34941 20.2298L31.0852 -13.0214C27.7988 -15.6639 23.8778 -17.3949 19.7162 -18.0449L13.1317 24.1106ZM4.34941 20.2298C1.80969 18.1877 -0.151857 15.5116 -1.33426 12.4671L38.4383 -2.97931C36.9092 -6.91656 34.3719 -10.3787 31.0852 -13.0214L4.34941 20.2298ZM-1.17925 12.8549C-2.22998 10.2989 -2.70122 7.5407 -2.55793 4.77901L40.0514 6.98987C40.2352 3.44844 39.6309 -0.0887401 38.2833 -3.36713L-1.17925 12.8549ZM-2.55793 4.77901C-2.41463 2.01734 -1.66051 -0.676702 -0.351539 -3.10946L37.2215 17.1071C38.9006 13.9865 39.8677 10.5313 40.0514 6.98987L-2.55793 4.77901ZM18.435 28.3321H19.5V-14.3345H18.435V28.3321ZM19.5 28.3321C14.2523 28.3321 9.21182 26.2516 5.48939 22.536L35.6319 -7.66126C31.3469 -11.9385 25.5433 -14.3345 19.5 -14.3345V28.3321ZM5.48939 22.536C1.76566 18.819 -0.333334 13.7694 -0.333334 8.49609H42.3333C42.3333 2.42854 39.9183 -3.38268 35.6319 -7.66126L5.48939 22.536ZM27.5191 -5.86442C27.1782 -6.31537 26.8057 -6.80823 26.5112 -7.1981C26.3636 -7.39342 26.239 -7.55846 26.1493 -7.67734C26.1039 -7.73755 26.0719 -7.78012 26.052 -7.80659C26.0415 -7.82046 26.0396 -7.82305 26.0432 -7.8183C26.0448 -7.81608 26.0526 -7.80574 26.0639 -7.79045C26.069 -7.78362 26.1033 -7.73759 26.1481 -7.67658L-8.25211 17.5636C-8.17811 17.6645 -8.11115 17.7537 -8.11008 17.7551C-8.08845 17.784 -8.06674 17.8129 -8.04842 17.8373C-8.01083 17.8873 -7.96492 17.9482 -7.91543 18.0138C-7.81532 18.1466 -7.68249 18.3225 -7.53341 18.5198C-7.23468 18.9153 -6.85723 19.4146 -6.51906 19.862L27.5191 -5.86442ZM25.3918 -8.64736C23.249 -11.24 20.5549 -13.3183 17.5086 -14.7328L-0.460739 23.9653C-3.17893 22.7031 -5.58325 20.8484 -7.49581 18.5344L25.3918 -8.64736ZM17.5086 -14.7328C14.4625 -16.1473 11.1399 -16.863 7.78357 -16.8289L8.21643 25.8356C5.22194 25.8659 2.25732 25.2274 -0.460739 23.9653L17.5086 -14.7328ZM8 -16.83C2.023 -16.83 -3.71699 -14.4603 -7.95515 -10.2298L22.1874 19.9674C18.4181 23.7299 13.314 25.8367 8 25.8367L8 -16.83ZM-7.95515 -10.2298C-12.1946 -5.99804 -14.5833 -0.250291 -14.5833 5.75107H28.0833C28.0833 11.0906 25.958 16.2036 22.1874 19.9674L-7.95515 -10.2298ZM-14.5833 5.75107C-14.5833 11.7524 -12.1946 17.5002 -7.95515 21.732L22.1874 -8.46525C25.958 -4.70146 28.0833 0.41155 28.0833 5.75107H-14.5833ZM-7.95515 21.732C-3.71698 25.9625 2.02301 28.3321 8 28.3321L8 -14.3345C13.3139 -14.3345 18.4181 -12.2278 22.1874 -8.46525L-7.95515 21.732ZM8 28.3321H10.5V-14.3345H8V28.3321ZM38.5833 5.71696C38.5737 -0.272372 36.1856 -6.00589 31.9546 -10.2292L1.81203 19.968C-1.95037 16.2124 -4.07479 11.113 -4.08331 5.78518L38.5833 5.71696ZM31.9546 -10.2292C27.7249 -14.4513 21.9991 -16.8205 16.034 -16.83L15.966 25.8366C10.6637 25.8282 5.57312 23.7223 1.81203 19.968L31.9546 -10.2292ZM16.132 -16.8296C12.7398 -16.8506 9.3854 -16.1063 6.31893 -14.6507L24.6155 23.8939C21.8818 25.1915 18.8917 25.855 15.868 25.8363L16.132 -16.8296ZM6.31893 -14.6507C3.25233 -13.195 0.551423 -11.0648 -1.58009 -8.41648L31.6581 18.3355C29.7574 20.697 27.3492 22.5962 24.6155 23.8939L6.31893 -14.6507ZM-1.98942 -7.89134L-3.52842 -5.85204L30.5284 19.8496L32.0674 17.8103L-1.98942 -7.89134ZM13.5 28.3321H16V-14.3345H13.5V28.3321ZM16.034 28.3321C21.999 28.3226 27.7249 25.9534 31.9546 21.7314L1.81203 -8.46584C5.57313 -12.2201 10.6637 -14.3261 15.966 -14.3345L16.034 28.3321ZM31.9546 21.7314C36.1856 17.508 38.5737 11.7745 38.5833 5.78518L-4.08331 5.71696C-4.07479 0.389145 -1.95037 -4.71025 1.81203 -8.46584L31.9546 21.7314Z' fill='currentColor' mask='url(%23path-1-inside-1_6034_16607)'/%3e%3c/svg%3e");}



.sales__tabs .sales__tabs-item i {background-repeat: no-repeat; background-position: 0; width: 24px; height: 24px; display: inline-block; vertical-align: -6px; padding: 0 2px;}
.sales__tabs .sales__tabs-item {width: fit-content; border: 1px solid #D8D8D8; border-radius: 100px; padding: 12px 20px 12px 12px; font-family: "Proxima Soft", sans-serif; font-size: 16px; line-height: 16px; font-weight: 700; color: #444; cursor: pointer; transition: .2s ease-in-out; vertical-align: 0px; margin-right: 8px;}

.sales-title {margin-top: 20px;}




  